{"__meta":{"id":"01KQAC08WM75FY3E6J8RYEB9RA","datetime":"2026-04-28 19:40:55","utime":1777390855.0610320568084716796875,"method":"POST","uri":"\/public\/install\/process","ip":"141.105.174.59"},"php":{"version":"8.3.30","interface":"fpm-fcgi"},"messages":{"count":0,"messages":[]},"time":{"count":4,"start":1777390849.318499088287353515625,"end":1777390855.0610530376434326171875,"duration":5.7425539493560791015625,"duration_str":"5.74s","measures":[{"label":"Booting","start":1777390849.318499088287353515625,"relative_start":0,"end":1777390849.4812629222869873046875,"relative_end":1777390849.4812629222869873046875,"duration":0.1627638339996337890625,"duration_str":"163ms","memory":0,"memory_str":"0B","params":[],"collector":"time","group":null},{"label":"Application","start":1777390849.4812729358673095703125,"relative_start":0.1627738475799560546875,"end":1777390855.0610558986663818359375,"relative_end":2.86102294921875e-6,"duration":5.579782962799072265625,"duration_str":"5.58s","memory":0,"memory_str":"0B","params":[],"collector":"time","group":null},{"label":"Routing","start":1777390849.4877989292144775390625,"relative_start":0.1692998409271240234375,"end":1777390849.4910318851470947265625,"relative_end":1777390849.4910318851470947265625,"duration":0.0032329559326171875,"duration_str":"3.23ms","memory":0,"memory_str":"0B","params":[],"collector":null,"group":null},{"label":"Preparing Response","start":1777390855.059524059295654296875,"relative_start":5.74102497100830078125,"end":1777390855.0596849918365478515625,"relative_end":1777390855.0596849918365478515625,"duration":0.0001609325408935546875,"duration_str":"161\u03bcs","memory":0,"memory_str":"0B","params":[],"collector":null,"group":null}]},"memory":{"peak_usage":44386624,"peak_usage_str":"42MB"},"exceptions":{"count":0,"exceptions":[]},"views":{"count":0,"nb_templates":0,"templates":[]},"route":{"uri":"POST install\/process","middleware":"web","controller":{"value":"App\\Http\\Controllers\\InstallController@installProcess","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Ftecsoft%2Fpublic_html%2Ferp.tecsoft.io%2Fapp%2FHttp%2FControllers%2FInstallController.php&line=29","ajax":false,"filename":"InstallController.php","line":"29"}},"as":"install-process","file":{"value":"app\/Http\/Controllers\/InstallController.php:29-57","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Ftecsoft%2Fpublic_html%2Ferp.tecsoft.io%2Fapp%2FHttp%2FControllers%2FInstallController.php&line=29","ajax":false,"filename":"InstallController.php","line":"29"}}},"queries":{"count":2,"nb_statements":1,"nb_visible_statements":2,"nb_excluded_statements":0,"nb_failed_statements":0,"accumulated_duration":4.5948299999999999698729880037717521190643310546875,"accumulated_duration_str":"4.59s","memory_usage":0,"memory_usage_str":null,"statements":[{"sql":"Connection Established","type":"transaction","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":9,"namespace":null,"name":"app\/Http\/Controllers\/InstallController.php","file":"\/home\/tecsoft\/public_html\/erp.tecsoft.io\/app\/Http\/Controllers\/InstallController.php","line":94},{"index":10,"namespace":null,"name":"app\/Http\/Controllers\/InstallController.php","file":"\/home\/tecsoft\/public_html\/erp.tecsoft.io\/app\/Http\/Controllers\/InstallController.php","line":48},{"index":11,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php","file":"\/home\/tecsoft\/public_html\/erp.tecsoft.io\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php","line":54},{"index":12,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php","file":"\/home\/tecsoft\/public_html\/erp.tecsoft.io\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php","line":43},{"index":13,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","file":"\/home\/tecsoft\/public_html\/erp.tecsoft.io\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","line":265}],"start":1777390850.2937629222869873046875,"duration":0,"duration_str":"","slow":false,"memory":0,"memory_str":null,"filename":"InstallController.php:94","source":{"index":9,"namespace":null,"name":"app\/Http\/Controllers\/InstallController.php","file":"\/home\/tecsoft\/public_html\/erp.tecsoft.io\/app\/Http\/Controllers\/InstallController.php","line":94},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Ftecsoft%2Fpublic_html%2Ferp.tecsoft.io%2Fapp%2FHttp%2FControllers%2FInstallController.php&line=94","ajax":false,"filename":"InstallController.php","line":"94"},"connection":"tecsoft_erp26","explain":null,"start_percent":0,"width_percent":0},{"sql":"-- phpMyAdmin SQL Dump\n-- version 5.2.0\n-- https:\/\/www.phpmyadmin.net\/\n--\n-- Host: localhost:3306\n-- Generation Time: Mar 29, 2026 at 04:16 PM\n-- Server version: 8.4.3\n-- PHP Version: 8.3.26\nSET SQL_MODE = \"NO_AUTO_VALUE_ON_ZERO\";\nSTART TRANSACTION;\nSET time_zone = \"+00:00\";\n\/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT *\/;\n\/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS *\/;\n\/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION *\/;\n\/*!40101 SET NAMES utf8mb4 *\/;\n--\n-- Database: `salepro`\n--\n-- --------------------------------------------------------\n--\n-- Table structure for table `accounts`\n--\nCREATE TABLE `accounts` (\n`id` int UNSIGNED NOT NULL,\n`account_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`initial_balance` double DEFAULT NULL,\n`total_balance` double NOT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`is_default` tinyint(1) DEFAULT NULL,\n`is_active` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Bank Account',\n`parent_account_id` int DEFAULT NULL,\n`is_payment` tinyint(1) NOT NULL DEFAULT '1'\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `accounts`\n--\nINSERT INTO `accounts` (`id`, `account_no`, `name`, `initial_balance`, `total_balance`, `note`, `is_default`, `is_active`, `created_at`, `updated_at`, `code`, `type`, `parent_account_id`, `is_payment`) VALUES\n(1, '11111', 'Sales Accounts', 1000, 1000, 'this is first account', 1, 1, '2018-12-18 02:58:02', '2024-03-12 07:57:50', NULL, 'Bank Account', NULL, 1),\n(3, '21211', 'Sa', 0, 0, NULL, 0, 1, '2018-12-18 02:58:56', '2019-01-20 09:59:06', NULL, 'Bank Account', NULL, 1),\n(5, 'bank-1', 'zuhair', 100000, 100000, NULL, NULL, 1, '2022-11-28 05:58:18', '2022-11-28 05:58:18', NULL, 'Bank Account', NULL, 1),\n(6, 'Nobis et aliquid com', 'Kato Sharp', 84, 84, 'Officia ipsum id te', NULL, 0, '2025-04-09 03:32:30', '2025-04-09 03:33:09', NULL, 'Bank Account', NULL, 1);\n-- --------------------------------------------------------\n--\n-- Table structure for table `active_theme_settings`\n--\nCREATE TABLE `active_theme_settings` (\n`id` bigint UNSIGNED NOT NULL,\n`theme_id` bigint UNSIGNED NOT NULL,\n`user_id` bigint UNSIGNED NOT NULL,\n`device` enum('android','ios','app','dash','site') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'dash',\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `activity_logs`\n--\nCREATE TABLE `activity_logs` (\n`id` bigint UNSIGNED NOT NULL,\n`date` date NOT NULL,\n`user_id` int NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`action` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`item_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `activity_logs`\n--\nINSERT INTO `activity_logs` (`id`, `date`, `user_id`, `reference_no`, `action`, `item_description`, `created_at`, `updated_at`) VALUES\n(1, '2025-11-10', 1, 'salepro20251110-111420', 'Sale Created', 'Apple iPhone XS Max-64GB -white-1 pc<br>', '2025-11-10 05:14:20', '2025-11-10 05:14:20'),\n(2, '2025-08-03', 1, 'pr-20250803-114251', 'Purchase Updated', 'AABB-2 pc<br>', '2026-01-25 15:07:27', '2026-01-25 15:07:27'),\n(3, '2026-01-26', 1, 'salepro20260126-090739', 'Sale Created', 'AABB-1 pc<br>Apple iPhone 11 (4GB-64GB) Black-1 pc<br>', '2026-01-26 15:07:41', '2026-01-26 15:07:41'),\n(4, '2026-02-15', 1, 'salepro20260215-091034', 'Sale Created', '2021 Apple 12.9-inch iPad Pro Wi-Fi 512GB-1 pc<br>Apple iPhone 11 (4GB-64GB) Black-1 pc<br>', '2026-02-15 15:10:36', '2026-02-15 15:10:36'),\n(5, '2026-02-15', 1, 'salepro20260215-102532', 'Sale Created', 'iPhone 14 Pro 256GB Gold-1 pc<br>Apple iPhone 11 (4GB-64GB) Black-1 pc<br>', '2026-02-15 16:25:35', '2026-02-15 16:25:35'),\n(6, '2026-02-25', 1, 'salepro20260225-125727', 'Sale Created', '2021 Apple 12.9-inch iPad Pro Wi-Fi 512GB-3 pc<br>', '2026-02-25 06:57:28', '2026-02-25 06:57:28'),\n(7, '2026-02-25', 1, 'salepro20260225-125727', 'Sale Deleted', '2021 Apple 12.9-inch iPad Pro Wi-Fi 512GB-3 pc<br>', '2026-02-25 06:58:06', '2026-02-25 06:58:06'),\n(8, '2026-02-27', 9, 'salepro20260227-124016', 'Sale Created', 'Apple iPhone 11 (4GB-64GB) Black-1 pc<br>Acer Chromebook 315, 15.6 HD \u2013 Intel Celeron N4000-1 pc<br>', '2026-02-26 18:40:17', '2026-02-26 18:40:17'),\n(9, '2026-02-28', 1, 'pr-20260228-072529', 'Purchase Created', 'Test Varient-1 pc<br>', '2026-02-28 13:25:29', '2026-02-28 13:25:29'),\n(10, '2026-03-03', 1, 'pr-20260303-023817', 'Purchase Created', 'Premium Dates-1 kg<br>', '2026-03-03 08:38:18', '2026-03-03 08:38:18'),\n(11, '2026-03-03', 1, 'pr-20260303-023905', 'Purchase Created', 'Premium Dates-10 kg<br>', '2026-03-03 08:39:05', '2026-03-03 08:39:05'),\n(12, '2026-03-03', 1, 'pr-20260303-023817', 'Purchase Updated', 'Premium Dates-10 kg<br>', '2026-03-03 08:39:30', '2026-03-03 08:39:30'),\n(13, '2026-03-09', 1, 'salepro20260309-033000', 'Sale Created', 'Apple iPhone 11 (4GB-64GB) Black-1 pc<br>', '2026-03-08 21:30:01', '2026-03-08 21:30:01'),\n(14, '2026-03-09', 1, 'salepro20260309-035553', 'Sale Created', 'Acer Chromebook 315, 15.6 HD \u2013 Intel Celeron N4000-1 pc<br>', '2026-03-08 21:55:53', '2026-03-08 21:55:53'),\n(15, '2026-03-09', 1, 'salepro20260309-035803', 'Sale Created', 'Apple iPhone 11 (4GB-64GB) Black-1 pc<br>', '2026-03-08 21:58:03', '2026-03-08 21:58:03'),\n(16, '2026-03-09', 1, 'salepro20260309-035848', 'Sale Created', 'Apple Watch SE GPS + Cellular 40mm Space Gray-1 pc<br>Apple TV HD 32GB (2nd Generation)-1 pc<br>', '2026-03-08 21:58:51', '2026-03-08 21:58:51'),\n(17, '2026-03-12', 1, 'salepro20260312-033115', 'Sale Created', 'Apple Watch SE GPS + Cellular 40mm Space Gray-1 pc<br>Apple TV HD 32GB (2nd Generation)-1 pc<br>Apple iPhone 11 (4GB-64GB) Black-1 pc<br>', '2026-03-11 21:31:16', '2026-03-11 21:31:16'),\n(18, '2026-03-18', 1, 'salepro20260318-020111', 'Sale Created', '2021 Apple 12.9-inch iPad Pro Wi-Fi 512GB-1 pc<br>', '2026-03-17 20:01:12', '2026-03-17 20:01:12'),\n(19, '2026-03-19', 1, 'salepro20260319-054045', 'Sale Created', '2021 Apple 12.9-inch iPad Pro Wi-Fi 512GB-2 pc<br>', '2026-03-19 11:40:46', '2026-03-19 11:40:46'),\n(20, '2026-03-19', 1, 'salepro20260319-054045', 'Sale Deleted', '2021 Apple 12.9-inch iPad Pro Wi-Fi 512GB-2 pc<br>', '2026-03-22 19:45:44', '2026-03-22 19:45:44'),\n(21, '2026-03-21', 1, 'salepro20260324-013021', 'Sale Created', 'Apple Watch SE GPS + Cellular 40mm Space Gray-1 pc<br>Apple TV HD 32GB (2nd Generation)-1 pc<br>', '2026-03-23 19:30:21', '2026-03-23 19:30:21');\n-- --------------------------------------------------------\n--\n-- Table structure for table `adjustments`\n--\nCREATE TABLE `adjustments` (\n`id` int UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`warehouse_id` int NOT NULL,\n`document` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`total_qty` double NOT NULL,\n`item` int NOT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `adjustments`\n--\nINSERT INTO `adjustments` (`id`, `reference_no`, `warehouse_id`, `document`, `total_qty`, `item`, `note`, `created_at`, `updated_at`) VALUES\n(1, 'adr-20250603-114445', 2, NULL, 3, 1, NULL, '2025-06-03 17:44:45', '2025-07-22 07:19:23'),\n(2, 'adr-20250604-111551', 2, NULL, 10, 1, NULL, '2025-06-04 05:15:51', '2025-07-22 07:19:56');\n-- --------------------------------------------------------\n--\n-- Table structure for table `attendances`\n--\nCREATE TABLE `attendances` (\n`id` int UNSIGNED NOT NULL,\n`date` date NOT NULL,\n`employee_id` int NOT NULL,\n`user_id` int NOT NULL,\n`checkin` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`checkout` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`status` int NOT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `barcodes`\n--\nCREATE TABLE `barcodes` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`width` double(22,4) DEFAULT NULL,\n`height` double(22,4) DEFAULT NULL,\n`paper_width` double(22,4) DEFAULT NULL,\n`paper_height` double(22,4) DEFAULT NULL,\n`top_margin` double(22,4) DEFAULT NULL,\n`left_margin` double(22,4) DEFAULT NULL,\n`row_distance` double(22,4) DEFAULT NULL,\n`col_distance` double(22,4) DEFAULT NULL,\n`stickers_in_one_row` int DEFAULT NULL,\n`is_default` tinyint(1) NOT NULL DEFAULT '0',\n`is_continuous` tinyint(1) NOT NULL DEFAULT '0',\n`stickers_in_one_sheet` int DEFAULT NULL,\n`is_custom` int DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `barcodes`\n--\nINSERT INTO `barcodes` (`id`, `name`, `description`, `width`, `height`, `paper_width`, `paper_height`, `top_margin`, `left_margin`, `row_distance`, `col_distance`, `stickers_in_one_row`, `is_default`, `is_continuous`, `stickers_in_one_sheet`, `is_custom`, `created_at`, `updated_at`) VALUES\n(1, '20 Labels per Sheet', 'Sheet Size: 8.5\\\" x 11\\\", Label Size: 4\\\" x 1\\\", Label...', 4.0000, 1.0000, 8.5000, 11.0000, 0.5000, 0.1250, 0.0000, 0.1875, 2, 0, 0, 20, NULL, NULL, NULL),\n(2, '30 Labels per sheet', 'Sheet Size: 8.5\\\" x 11\\\", Label Size: 2.625\\\" x 1\\\", Labels per sheet: 30', 2.6250, 1.0000, 8.5000, 11.0000, 0.5000, 0.1880, 0.0000, 0.1250, 3, 0, 0, 30, NULL, NULL, NULL),\n(3, '32 Labels per sheet', 'Sheet Size: 8.5\\\" x 11\\\", Label Size: 2\\\" x 1.25\\\", Labels per sheet: 32', 2.0000, 1.2500, 8.5000, 11.0000, 0.5000, 0.2500, 0.0000, 0.0000, 4, 0, 0, 32, NULL, NULL, NULL),\n(4, '40 Labels per sheet', 'Sheet Size: 8.5\\\" x 11\\\", Label Size: 2\\\" x 1\\\", Labels per sheet: 40', 2.0000, 1.0000, 8.5000, 11.0000, 0.5000, 0.2500, 0.0000, 0.0000, 4, 0, 0, 40, NULL, NULL, NULL),\n(5, '50 Labels per Sheet', 'Sheet Size: 8.5\\\" x 11\\\", Label Size: 1.5\\\" x 1\\\", Labels per sheet: 50', 1.5000, 1.0000, 8.5000, 11.0000, 0.5000, 0.5000, 0.0000, 0.0000, 5, 0, 0, 50, NULL, NULL, NULL),\n(6, 'Continuous Rolls - 31.75mm x 25.4mm', 'Label Size: 31.75mm x 25.4mm, Gap: 3.18mm', 1.2500, 1.0000, 1.2500, 0.0000, 0.1250, 0.0000, 0.1250, 0.0000, 1, 0, 1, NULL, NULL, NULL, NULL),\n(7, 'custom', NULL, 2.0000, 0.5000, 3.0000, 10.0000, 2.0000, 2.0000, 0.3000, 0.3000, 1, 0, 0, 28, 1, NULL, '2025-01-27 09:38:17');\n-- --------------------------------------------------------\n--\n-- Table structure for table `billers`\n--\nCREATE TABLE `billers` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`image` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`company_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`vat_number` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`phone_number` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`address` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`city` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`state` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`postal_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`country` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`is_active` tinyint(1) DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `billers`\n--\nINSERT INTO `billers` (`id`, `name`, `image`, `company_name`, `vat_number`, `email`, `phone_number`, `address`, `city`, `state`, `postal_code`, `country`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'John Watson', NULL, 'The solution', NULL, 'john@gmail.com', '312313', '36 housing road', 'london', NULL, NULL, 'England', 1, '2024-01-19 13:30:23', '2024-01-19 13:30:23'),\n(2, 'William Bradshaw', NULL, 'Todd and Gaines Inc', '36', 'munizad@mailinator.com', '+(880) 1782-063170', 'Deserunt provident', 'Nisi excepturi fugia', 'Voluptate dolorum no', NULL, 'Rerum similique dese', 1, '2025-01-12 07:08:02', '2025-01-12 07:08:02'),\n(3, 'Cynthia Roman', '20250123023012.png', 'Lyons Mitchell Associates', '431', 'powazyti@mailinator.com', '+1 (968) 642-9489', 'Fugit debitis deser', 'Tenetur est numquam', 'Recusandae Animi q', 'Ea ut reprehenderit', 'Do omnis error quibu', 0, '2025-01-23 08:29:55', '2025-01-23 08:30:23');\n-- --------------------------------------------------------\n--\n-- Table structure for table `bookings`\n--\nCREATE TABLE `bookings` (\n`id` bigint UNSIGNED NOT NULL,\n`warehouse_id` int UNSIGNED NOT NULL,\n`customer_id` int UNSIGNED NOT NULL,\n`user_id` int UNSIGNED DEFAULT NULL,\n`created_by` int UNSIGNED DEFAULT NULL,\n`status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Booked',\n`product_id` int UNSIGNED DEFAULT NULL,\n`price` decimal(10,2) NOT NULL DEFAULT '0.00',\n`start_date` datetime NOT NULL,\n`end_date` datetime NOT NULL,\n`note` text COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`deleted_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `brands`\n--\nCREATE TABLE `brands` (\n`id` int UNSIGNED NOT NULL,\n`title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`image` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`is_active` tinyint(1) DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `brands`\n--\nINSERT INTO `brands` (`id`, `title`, `image`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'Apple', '20240114102326.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:23:26'),\n(2, 'Samsung', '20240114102343.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:23:43'),\n(3, 'Huawei', '20240114102512.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:25:12'),\n(4, 'Xiaomi', '20240114103640.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:36:40'),\n(5, 'Whirlpool', '20240114103701.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:37:01'),\n(6, 'Nestle', '20240114103717.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:37:17'),\n(7, 'Kraft', '20240114103851.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:38:51'),\n(8, 'Kellogs', '20240114103906.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:39:06'),\n(9, 'Unilever', '20240114103928.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:39:28'),\n(10, 'LG', '20240114103943.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:39:43'),\n(11, 'Haier', '20240114102407.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:24:07'),\n(12, 'Bosch', '20240114103618.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:36:18'),\n(13, 'Siemens', '20240114104008.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:40:08'),\n(14, 'Philips', '20240114104027.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:40:27'),\n(15, 'Nike', '20240114104052.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:40:52'),\n(16, 'Adidas', '20240114104112.png', 1, '2024-01-08 05:25:12', '2024-01-14 16:41:12'),\n(17, 'Canon', '20240114034815.png', 1, '2024-01-14 09:48:15', '2024-01-14 09:48:15'),\n(18, 'Omega', '20240119071354.jpg', 1, '2024-01-19 13:13:54', '2024-01-19 13:14:59'),\n(19, 'jhakanaka', NULL, 1, '2024-04-29 12:28:31', '2024-04-29 12:28:31'),\n(20, 'Nokia', NULL, 1, '2025-01-08 08:38:49', '2025-01-08 08:38:49'),\n(21, 'Lotto', NULL, 1, '2025-01-22 06:56:17', '2025-01-22 06:56:17'),\n(22, 'Laboriosam est rem', '20250123023658.png', 0, '2025-01-23 08:36:40', '2025-01-23 08:37:10');\n-- --------------------------------------------------------\n--\n-- Table structure for table `cash_registers`\n--\nCREATE TABLE `cash_registers` (\n`id` int UNSIGNED NOT NULL,\n`cash_in_hand` double NOT NULL,\n`closing_balance` double DEFAULT NULL,\n`actual_cash` double DEFAULT NULL,\n`user_id` int NOT NULL,\n`warehouse_id` int NOT NULL,\n`status` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `cash_registers`\n--\nINSERT INTO `cash_registers` (`id`, `cash_in_hand`, `closing_balance`, `actual_cash`, `user_id`, `warehouse_id`, `status`, `created_at`, `updated_at`) VALUES\n(1, 100, NULL, NULL, 1, 2, 0, '2024-01-19 14:46:52', '2024-08-25 23:03:17'),\n(2, 150, NULL, NULL, 1, 1, 0, '2024-01-19 14:47:08', '2024-08-25 23:03:24'),\n(3, 200, NULL, NULL, 1, 1, 0, '2024-08-25 23:04:20', '2025-08-23 17:13:03'),\n(4, 10000, NULL, NULL, 9, 1, 0, '2024-12-23 06:09:05', '2025-08-23 17:13:11'),\n(5, 100000, NULL, NULL, 1, 2, 0, '2025-01-08 07:50:19', '2025-07-17 04:50:26'),\n(6, 1000, NULL, NULL, 9, 2, 0, '2025-03-04 04:26:44', '2025-08-23 17:13:19'),\n(7, 10, NULL, NULL, 1, 2, 0, '2025-07-17 04:50:56', '2025-08-23 17:13:29'),\n(8, 10300, NULL, 14776.04, 1, 1, 0, '2025-08-25 05:18:33', '2025-09-07 07:55:51'),\n(9, 15000, 24313.15, 24313.15, 1, 1, 0, '2025-09-07 12:19:37', '2025-09-13 06:45:54'),\n(10, 15000, 5000, 5000, 1, 1, 0, '2025-09-13 11:46:07', '2025-09-16 05:37:17'),\n(11, 50000, 0, 0, 1, 1, 0, '2025-09-16 05:37:30', '2025-09-16 05:49:01'),\n(12, 50000, NULL, NULL, 1, 1, 1, '2025-09-16 05:49:42', '2025-09-16 05:49:42'),\n(13, 20550, NULL, NULL, 9, 2, 1, '2025-09-25 10:06:57', '2025-09-25 10:06:57');\n-- --------------------------------------------------------\n--\n-- Table structure for table `categories`\n--\nCREATE TABLE `categories` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`image` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`parent_id` int DEFAULT NULL,\n`is_active` tinyint(1) DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `categories`\n--\nINSERT INTO `categories` (`id`, `name`, `image`, `parent_id`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'Smartphone & Gadges', '20250209035921.jpg', NULL, 1, '2024-01-04 19:22:14', '2024-01-08 06:22:02'),\n(2, 'Phone Accessories', NULL, 1, 1, '2024-01-04 19:22:14', '2024-01-08 06:22:03'),\n(3, 'iPhone', NULL, 1, 1, '2024-01-04 19:22:14', '2024-01-08 06:22:03'),\n(4, 'Samsung', NULL, 1, 1, '2024-01-04 19:22:14', '2024-01-08 06:22:03'),\n(5, 'Phone Cases', NULL, 1, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:03'),\n(6, 'Laptops & Computers', NULL, NULL, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:03'),\n(7, 'Keyboards', NULL, 6, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:03'),\n(8, 'Laptop Bags', NULL, 6, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:04'),\n(9, 'Mouses', NULL, 6, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:04'),\n(10, 'Webcams', NULL, 6, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:04'),\n(11, 'Monitors', NULL, 6, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:04'),\n(12, 'Smartwatches', NULL, NULL, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:04'),\n(13, 'Sport Watches', NULL, 12, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:05'),\n(14, 'Kids Watches', NULL, 12, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:05'),\n(15, 'Women Watches', NULL, 12, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:05'),\n(16, 'Men Watches', NULL, 12, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:05'),\n(17, 'Appliances', '20240117121109.png', NULL, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:05'),\n(18, 'Dishwashers', NULL, 17, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:05'),\n(19, 'Dryers', NULL, 17, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:05'),\n(20, 'Washing machine', NULL, 17, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:05'),\n(21, 'Refrigerators', NULL, 17, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:05'),\n(22, 'Vacuum cleaners', NULL, 17, 1, '2024-01-04 19:22:15', '2024-01-08 06:22:05'),\n(23, 'TVs, Audio & Video', NULL, NULL, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(24, 'Television Accessories', NULL, 23, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(25, 'HD, DVD Players', NULL, 23, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(26, 'TV-DVD Combos', NULL, 23, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(27, 'Projectors', NULL, 23, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(28, 'Projection Screen', NULL, 23, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(29, 'Fruits & Vegetables', NULL, NULL, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(30, 'Dairy & Egg', NULL, NULL, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(31, 'Meat & Fish', NULL, NULL, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(32, 'Sauces & Pickles', NULL, NULL, 0, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(33, 'Candy & Chocolates', NULL, NULL, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(34, 'Foods', NULL, NULL, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(35, 'Cooking', NULL, 34, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(36, 'Breakfast', NULL, 34, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(37, 'Beverages', NULL, 34, 1, '2024-01-04 19:22:16', '2024-01-08 06:22:05'),\n(38, 'BackPack', '20240119070653.jpg', NULL, 1, NULL, NULL),\n(40, 'spices', NULL, NULL, 1, '2024-04-29 12:28:15', '2024-04-29 12:28:15'),\n(41, 'Electronics', NULL, NULL, 1, '2025-01-08 06:18:38', '2025-01-08 06:18:38'),\n(42, 'Mobile', NULL, NULL, 1, '2025-01-08 08:39:23', '2025-01-08 08:39:23'),\n(43, 'accessories', NULL, NULL, 1, '2025-01-22 06:56:17', '2025-01-22 06:56:17'),\n(44, 'food', NULL, NULL, 1, '2025-01-22 10:01:22', '2025-01-22 10:01:22'),\n(45, 'Sports', NULL, NULL, 1, '2025-01-23 07:12:44', '2025-01-23 07:12:44'),\n(46, 'Cat1', '20250123020753.png', NULL, 0, '2025-01-23 08:04:32', '2025-01-23 08:08:26'),\n(47, 'Medicine', NULL, NULL, 1, '2025-01-27 03:45:23', '2026-03-26 05:56:27'),\n(48, 'Fish', NULL, NULL, 1, '2025-02-09 13:12:46', '2025-02-09 13:12:46'),\n(50, 'Abc', NULL, NULL, 1, '2025-02-26 11:31:35', '2025-02-26 11:31:35'),\n(51, 'Uriel Mckee', NULL, 4, 1, '2025-04-16 04:49:41', '2025-04-16 04:49:41'),\n(52, 'Clothing', NULL, NULL, 1, '2026-01-23 16:26:37', '2026-01-23 16:26:37'),\n(53, 'utility', NULL, NULL, 1, '2026-03-26 05:56:27', '2026-03-26 05:56:27'),\n(54, 'fishnet', NULL, 53, 1, '2026-03-26 05:56:27', '2026-03-26 05:56:27');\n-- --------------------------------------------------------\n--\n-- Table structure for table `challans`\n--\nCREATE TABLE `challans` (\n`id` bigint UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`courier_id` int NOT NULL,\n`packing_slip_list` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`amount_list` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`cash_list` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`online_payment_list` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`cheque_list` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`delivery_charge_list` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`status_list` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`closing_date` date DEFAULT NULL,\n`created_by_id` int NOT NULL,\n`closed_by_id` int DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `challans`\n--\nINSERT INTO `challans` (`id`, `reference_no`, `status`, `courier_id`, `packing_slip_list`, `amount_list`, `cash_list`, `online_payment_list`, `cheque_list`, `delivery_charge_list`, `status_list`, `closing_date`, `created_by_id`, `closed_by_id`, `created_at`, `updated_at`) VALUES\n(2, '1002', 'Close', 1, '2', '599', '500', '', '99', '25', 'Delivered', '2025-04-05', 1, 1, '2024-08-11 05:39:22', '2025-04-05 12:24:31'),\n(3, '1003', 'Close', 1, '2', '599', '500', '99', '', '50', 'Delivered', '2025-04-06', 1, 1, '2025-04-06 03:36:53', '2025-04-06 03:38:11'),\n(7, '1005', 'Active', 2, '49', '1.29', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-09-18 11:53:42', '2025-09-18 11:53:42');\n-- --------------------------------------------------------\n--\n-- Table structure for table `coupons`\n--\nCREATE TABLE `coupons` (\n`id` int UNSIGNED NOT NULL,\n`code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`amount` double NOT NULL,\n`minimum_amount` double DEFAULT NULL,\n`quantity` int NOT NULL,\n`used` int NOT NULL,\n`expired_date` date NOT NULL,\n`user_id` int NOT NULL,\n`is_active` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `coupons`\n--\nINSERT INTO `coupons` (`id`, `code`, `type`, `amount`, `minimum_amount`, `quantity`, `used`, `expired_date`, `user_id`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'Z0L9M2kiSb', 'percentage', 10, 0, 3, 0, '2025-05-31', 1, 1, '2025-05-29 07:03:01', '2025-05-29 07:24:38');\n-- --------------------------------------------------------\n--\n-- Table structure for table `couriers`\n--\nCREATE TABLE `couriers` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`api_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`secret_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`phone_number` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`address` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`is_active` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `couriers`\n--\nINSERT INTO `couriers` (`id`, `name`, `api_key`, `secret_key`, `phone_number`, `address`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'SteadFast', 'ty5hjftyn1nw2uczyra3fkbxex2my3yv', '4dhk07ycnxnm3qkbaglzvdhf', '3122312', 'london,uk', 1, '2024-08-11 05:26:49', '2025-06-19 16:01:03'),\n(2, 'Pathao', 'vrr54656', 'rtk789', '53545432367856', 'dgd sdfgdfsgs df', 1, '2025-06-19 15:59:24', '2025-06-19 15:59:58');\n-- --------------------------------------------------------\n--\n-- Table structure for table `currencies`\n--\nCREATE TABLE `currencies` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`symbol` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`exchange_rate` double NOT NULL,\n`is_active` tinyint(1) NOT NULL DEFAULT '1',\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `currencies`\n--\nINSERT INTO `currencies` (`id`, `name`, `code`, `symbol`, `exchange_rate`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'US Dollar', 'USD', '$', 1, 1, '2020-11-01 00:22:58', '2023-04-02 09:51:28'),\n(2, 'Euro', 'Euro', '\u20ac', 0.95, 1, '2020-11-01 01:29:12', '2023-06-08 10:10:32'),\n(3, 'Bangladeshi Taka', 'BDT', '\u09f3', 110, 0, '2023-09-06 07:05:29', '2023-09-06 07:05:46'),\n(4, 'BDT', 'bdt', 't', 100, 1, '2026-02-15 15:09:39', '2026-02-15 15:09:39');\n-- --------------------------------------------------------\n--\n-- Table structure for table `customers`\n--\nCREATE TABLE `customers` (\n`id` int UNSIGNED NOT NULL,\n`customer_group_id` int NOT NULL,\n`user_id` int DEFAULT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`company_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`type` enum('regular','walkin') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'regular',\n`phone_number` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`wa_number` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`tax_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`address` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`city` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`state` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`postal_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`country` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`opening_balance` double NOT NULL DEFAULT '0',\n`credit_limit` double DEFAULT NULL,\n`points` double DEFAULT NULL,\n`is_active` tinyint(1) DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`deposit` double DEFAULT NULL,\n`pay_term_no` int DEFAULT NULL,\n`pay_term_period` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`expense` double DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `customers`\n--\nINSERT INTO `customers` (`id`, `customer_group_id`, `user_id`, `name`, `company_name`, `email`, `type`, `phone_number`, `wa_number`, `tax_no`, `address`, `city`, `state`, `postal_code`, `country`, `opening_balance`, `credit_limit`, `points`, `is_active`, `created_at`, `updated_at`, `deposit`, `pay_term_no`, `pay_term_period`, `expense`) VALUES\n(1, 1, 44, 'James Bond', 'MI6', NULL, 'regular', '313131', NULL, NULL, '221 Baker Street', 'London', NULL, NULL, 'England', 0, NULL, 561, 1, '2024-01-19 13:23:29', '2026-03-17 20:01:11', 20, NULL, NULL, 0),\n(2, 1, NULL, 'Walk in Customer', NULL, NULL, 'walkin', '000321456987', NULL, NULL, 'Halishahar', 'chittagong', NULL, NULL, 'Bangladesh', 0, NULL, 1515, 1, '2024-01-19 13:31:51', '2025-09-27 03:24:47', NULL, NULL, NULL, NULL),\n(4, 1, 46, 'bkk', NULL, 'bkk@bkk.com', 'regular', '00032145698', NULL, NULL, 'jhkjh', 'gjhgh', NULL, NULL, NULL, 0, NULL, 46, 1, '2024-06-10 10:40:15', '2025-06-22 06:54:30', NULL, NULL, NULL, NULL),\n(5, 1, NULL, 'Brian James', 'Willis and Hardin Plc', 'vadaqyteka@mailinator.com', 'regular', '+1 (737) 222-6586', NULL, NULL, 'Laboris est libero d', 'Sit nostrud obcaeca', 'Consectetur sint q', 'Veniam doloribus de', 'Assumenda dolor atqu', 0, NULL, NULL, 1, '2025-01-23 08:31:22', '2025-01-23 08:31:22', NULL, NULL, NULL, NULL),\n(6, 1, NULL, 'Roary Mckay', 'Franco Lowe Traders', 'kikefan@mailinator.com', 'regular', '+1 (754) 606-5754', NULL, 'Mollitia reprehender', 'Dolor sed et explica', 'Minus quis exercitat', 'Id proident id id', 'Quia duis voluptas l', 'Eu qui in esse non', 0, NULL, 102, 1, '2025-04-09 05:45:35', '2025-08-01 06:40:04', NULL, NULL, NULL, NULL),\n(7, 1, 49, 'xcgnbfgx', 'ALSHAJARA', 'customer1@alshajara-almuthmira.com', 'regular', '9647507702372', NULL, NULL, 'dzfhsfhgnmfxhg', 'erfh', NULL, NULL, NULL, 0, NULL, NULL, 1, '2025-09-02 18:40:03', '2025-09-02 18:40:03', NULL, NULL, NULL, NULL),\n(8, 1, NULL, 'Seeme Sharma', NULL, 'seemesha@aol.com', 'regular', '+917665544', NULL, NULL, 'total line', 'Gurugram', NULL, NULL, NULL, 0, NULL, 0, 1, '2025-09-25 10:19:21', '2026-03-22 19:45:43', NULL, NULL, NULL, NULL),\n(9, 1, NULL, 'test', NULL, NULL, 'regular', '4547657', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 10000, 0, NULL, 1, '2026-01-26 08:49:25', '2026-01-26 08:49:25', 0, NULL, NULL, NULL);\n-- --------------------------------------------------------\n--\n-- Table structure for table `customer_groups`\n--\nCREATE TABLE `customer_groups` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`percentage` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`is_active` tinyint(1) DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `customer_groups`\n--\nINSERT INTO `customer_groups` (`id`, `name`, `percentage`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'Regular', '0', 1, '2024-01-19 13:19:29', '2025-03-16 06:03:05');\n-- --------------------------------------------------------\n--\n-- Table structure for table `custom_fields`\n--\nCREATE TABLE `custom_fields` (\n`id` bigint UNSIGNED NOT NULL,\n`belongs_to` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`default_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`option_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`grid_value` int NOT NULL,\n`is_table` tinyint(1) NOT NULL,\n`is_invoice` tinyint(1) NOT NULL,\n`is_required` tinyint(1) NOT NULL,\n`is_admin` tinyint(1) NOT NULL,\n`is_disable` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `damage_stocks`\n--\nCREATE TABLE `damage_stocks` (\n`id` bigint UNSIGNED NOT NULL,\n`reference_no` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,\n`warehouse_id` int UNSIGNED NOT NULL,\n`user_id` int UNSIGNED DEFAULT NULL,\n`damaged_at` date NOT NULL,\n`note` text COLLATE utf8mb4_unicode_ci,\n`document` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`deleted_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `delete_account_requests`\n--\nCREATE TABLE `delete_account_requests` (\n`id` bigint UNSIGNED NOT NULL,\n`email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`reason` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `deliveries`\n--\nCREATE TABLE `deliveries` (\n`id` int UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`sale_id` int NOT NULL,\n`packing_slip_ids` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`user_id` int DEFAULT NULL,\n`courier_id` int DEFAULT NULL,\n`address` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`delivered_by` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`recieved_by` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`file` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`note` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `deliveries`\n--\nINSERT INTO `deliveries` (`id`, `reference_no`, `sale_id`, `packing_slip_ids`, `user_id`, `courier_id`, `address`, `delivered_by`, `recieved_by`, `file`, `note`, `status`, `created_at`, `updated_at`) VALUES\n(2, 'dr-20240811-113738', 43, '2', 1, 1, 'Halishahar', NULL, NULL, NULL, NULL, '3', '2024-08-11 05:37:38', '2025-04-06 03:38:11'),\n(13, 'dr-20250619-122945', 360, NULL, 1, 1, 'Halishahar chittagong Bangladesh', NULL, NULL, NULL, NULL, '2', '2025-06-19 06:30:06', '2025-06-19 06:30:06'),\n(17, 'sr-20240811-113722', 43, NULL, 1, 1, 'Halishahar, chittagong, Bangladesh', NULL, 'Walk in Customer', NULL, '', 'in_review', '2025-07-11 15:47:44', '2025-07-11 15:47:44'),\n(21, 'dr-20250918-055303', 289, '49', 1, 2, 'jhkjh', NULL, NULL, NULL, NULL, '2', '2025-09-18 11:53:03', '2025-09-18 11:53:42');\n-- --------------------------------------------------------\n--\n-- Table structure for table `departments`\n--\nCREATE TABLE `departments` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`is_active` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `departments`\n--\nINSERT INTO `departments` (`id`, `name`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'Engineering', 1, '2025-01-23 08:16:45', '2025-01-23 08:16:45');\n-- --------------------------------------------------------\n--\n-- Table structure for table `deposits`\n--\nCREATE TABLE `deposits` (\n`id` int UNSIGNED NOT NULL,\n`amount` double NOT NULL,\n`customer_id` int NOT NULL,\n`user_id` int NOT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `deposits`\n--\nINSERT INTO `deposits` (`id`, `amount`, `customer_id`, `user_id`, `note`, `created_at`, `updated_at`) VALUES\n(1, 20, 1, 1, NULL, '2024-07-08 05:54:31', '2024-07-08 05:54:31');\n-- --------------------------------------------------------\n--\n-- Table structure for table `designations`\n--\nCREATE TABLE `designations` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`is_active` tinyint(1) NOT NULL DEFAULT '1' COMMENT 'Active or inactive designation',\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `discounts`\n--\nCREATE TABLE `discounts` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`applicable_for` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`product_list` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`valid_from` date NOT NULL,\n`valid_till` date NOT NULL,\n`type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`value` double NOT NULL,\n`minimum_qty` double NOT NULL,\n`maximum_qty` double NOT NULL,\n`days` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`is_active` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `discounts`\n--\nINSERT INTO `discounts` (`id`, `name`, `applicable_for`, `product_list`, `valid_from`, `valid_till`, `type`, `value`, `minimum_qty`, `maximum_qty`, `days`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'Black Friday', 'All', '', '2024-11-25', '2025-04-07', 'percentage', 10, 1, 10, 'Mon,Tue,Wed,Thu,Fri,Sat,Sun', 1, '2024-11-25 10:37:03', '2025-04-07 09:40:24'),\n(2, 'mirule', 'All', NULL, '2025-07-25', '2025-07-31', 'percentage', 10, 10, 15, 'Mon,Tue,Wed,Thu,Fri,Sat,Sun', 1, '2025-07-24 05:18:29', '2025-07-24 05:18:29');\n-- --------------------------------------------------------\n--\n-- Table structure for table `discount_plans`\n--\nCREATE TABLE `discount_plans` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`type` enum('generic','limited') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'limited',\n`is_active` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `discount_plans`\n--\nINSERT INTO `discount_plans` (`id`, `name`, `type`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'Black Friday', 'limited', 1, '2024-11-25 10:34:42', '2024-11-25 10:34:42'),\n(2, 'mitest', 'limited', 1, '2025-07-24 05:15:36', '2025-07-24 05:15:36');\n-- --------------------------------------------------------\n--\n-- Table structure for table `discount_plan_customers`\n--\nCREATE TABLE `discount_plan_customers` (\n`id` bigint UNSIGNED NOT NULL,\n`discount_plan_id` int NOT NULL,\n`customer_id` int NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `discount_plan_customers`\n--\nINSERT INTO `discount_plan_customers` (`id`, `discount_plan_id`, `customer_id`, `created_at`, `updated_at`) VALUES\n(1, 1, 1, '2024-11-25 10:34:42', '2024-11-25 10:34:42'),\n(2, 1, 2, '2024-11-25 10:34:42', '2024-11-25 10:34:42'),\n(3, 1, 4, '2024-11-25 10:34:42', '2024-11-25 10:34:42'),\n(4, 2, 2, '2025-07-24 05:15:36', '2025-07-24 05:15:36');\n-- --------------------------------------------------------\n--\n-- Table structure for table `discount_plan_discounts`\n--\nCREATE TABLE `discount_plan_discounts` (\n`id` bigint UNSIGNED NOT NULL,\n`discount_id` int NOT NULL,\n`discount_plan_id` int NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `discount_plan_discounts`\n--\nINSERT INTO `discount_plan_discounts` (`id`, `discount_id`, `discount_plan_id`, `created_at`, `updated_at`) VALUES\n(1, 1, 1, '2024-11-25 10:37:03', '2024-11-25 10:37:03'),\n(2, 2, 2, '2025-07-24 05:18:29', '2025-07-24 05:18:29');\n-- --------------------------------------------------------\n--\n-- Table structure for table `dso_alerts`\n--\nCREATE TABLE `dso_alerts` (\n`id` bigint UNSIGNED NOT NULL,\n`product_info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`number_of_products` int NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `employees`\n--\nCREATE TABLE `employees` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`phone_number` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`department_id` int NOT NULL,\n`designation_id` bigint UNSIGNED DEFAULT NULL,\n`user_id` int DEFAULT NULL,\n`warehouse_id` bigint UNSIGNED DEFAULT NULL,\n`staff_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`image` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`address` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`city` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`country` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`is_active` tinyint(1) NOT NULL,\n`is_sale_agent` tinyint(1) NOT NULL DEFAULT '0',\n`shift_id` bigint UNSIGNED DEFAULT NULL,\n`basic_salary` decimal(12,2) NOT NULL DEFAULT '0.00',\n`sale_commission_percent` decimal(8,2) DEFAULT NULL,\n`sales_target` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;\n--\n-- Dumping data for table `employees`\n--\nINSERT INTO `employees` (`id`, `name`, `email`, `phone_number`, `department_id`, `designation_id`, `user_id`, `warehouse_id`, `staff_id`, `image`, `address`, `city`, `country`, `is_active`, `is_sale_agent`, `shift_id`, `basic_salary`, `sale_commission_percent`, `sales_target`, `created_at`, `updated_at`) VALUES\n(1, 'Kato Cherry', 'kytoq@mailinator.com', '+1 (386) 251-8925', 1, NULL, NULL, NULL, 'Qui cupidatat quis c', '20250123022516.jpg', 'Quo dolor rerum cum', 'Sint excepteur reic', 'Dolores omnis ea opt', 0, 0, NULL, '0.00', NULL, NULL, '2025-01-23 08:24:43', '2025-01-23 08:27:32');\n-- --------------------------------------------------------\n--\n-- Table structure for table `expenses`\n--\nCREATE TABLE `expenses` (\n`id` int UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`expense_category_id` int NOT NULL,\n`warehouse_id` int NOT NULL,\n`account_id` int NOT NULL,\n`user_id` int NOT NULL,\n`employee_id` bigint UNSIGNED DEFAULT NULL,\n`type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`cash_register_id` int DEFAULT NULL,\n`amount` double NOT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`document` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `expenses`\n--\nINSERT INTO `expenses` (`id`, `reference_no`, `expense_category_id`, `warehouse_id`, `account_id`, `user_id`, `employee_id`, `type`, `cash_register_id`, `amount`, `note`, `document`, `created_at`, `updated_at`) VALUES\n(1, 'er-20240119-085023', 1, 1, 1, 1, NULL, NULL, 2, 200, NULL, NULL, '2024-01-19 14:50:23', '2024-01-19 14:50:23'),\n(2, 'er-20240119-085046', 1, 2, 1, 1, NULL, NULL, 1, 120, NULL, NULL, '2024-01-19 14:50:46', '2024-01-19 14:50:46'),\n(3, 'er-20240825-063016', 1, 2, 1, 1, NULL, NULL, NULL, 450, NULL, NULL, '2024-08-25 23:30:15', '2024-08-25 23:30:16'),\n(4, 'er-20250126-125022', 1, 2, 1, 1, NULL, NULL, 5, 10, NULL, NULL, '2025-01-25 18:00:00', '2025-01-26 06:50:43'),\n(5, 'er-20250302-093313', 1, 2, 1, 1, NULL, NULL, 5, 10, NULL, NULL, '2025-03-02 03:33:13', '2025-03-02 03:33:13'),\n(6, 'er-20250302-093745', 1, 1, 3, 1, NULL, NULL, 3, 10, NULL, NULL, '2025-03-02 03:37:45', '2025-03-02 03:37:45'),\n(7, 'er-20250302-093828', 1, 2, 1, 1, NULL, NULL, 5, 9.03, NULL, NULL, '2025-03-02 03:38:28', '2025-03-02 03:38:28'),\n(8, 'er-20250302-093859', 1, 1, 5, 1, NULL, NULL, 3, 10, NULL, NULL, '2025-03-02 03:38:59', '2025-03-02 03:38:59'),\n(9, 'er-20250908-085137', 1, 1, 3, 1, NULL, NULL, NULL, 280, NULL, NULL, '2025-09-07 18:00:00', '2025-09-08 14:51:37'),\n(10, 'er-20250917-030857', 1, 1, 1, 1, NULL, NULL, NULL, 500, NULL, NULL, '2025-09-17 09:08:57', '2025-09-17 09:08:57');\n-- --------------------------------------------------------\n--\n-- Table structure for table `expense_categories`\n--\nCREATE TABLE `expense_categories` (\n`id` int UNSIGNED NOT NULL,\n`code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`is_active` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `expense_categories`\n--\nINSERT INTO `expense_categories` (`id`, `code`, `name`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'Electric Bill', 'Electric Bill', 1, '2024-01-19 14:50:02', '2024-01-19 14:50:02');\n-- --------------------------------------------------------\n--\n-- Table structure for table `external_services`\n--\nCREATE TABLE `external_services` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`module_status` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,\n`active` int NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;\n--\n-- Dumping data for table `external_services`\n--\nINSERT INTO `external_services` (`id`, `name`, `type`, `details`, `module_status`, `active`, `created_at`, `updated_at`) VALUES\n(1, 'PayPal', 'payment', 'Client ID,Client Secret;abcd1234,wxyz5678', '{\\\"ecommerce\\\":false}', 1, NULL, NULL),\n(2, 'Stripe', 'payment', 'Public Key,Private Key;efgh1234,stuv5678', '{\\\"ecommerce\\\":false}', 1, NULL, NULL),\n(4, 'Razorpay', 'payment', 'Key,Secret;rzp_test_Y4MCcpHfZNU6rR,3Hr7SDqaZ0G5waN0jsLgsiLx', '{\\\"salepro\\\":true,\\\"ecommerce\\\":false}', 1, '2024-12-07 05:50:36', '2024-12-07 05:50:36'),\n(5, 'Paystack', 'payment', 'public_Key,Secret_Key;pk_test_e8d220b7463d64569f0053e78534f38e6b10cf4a,sk_test_6d62cb976e1e0ab43f1e48b2934b0dfc7f32a1fe', '{\\\"salepro\\\":true,\\\"ecommerce\\\":false}', 1, '2024-12-07 05:50:36', '2024-12-07 05:50:36'),\n(6, 'Mollie', 'payment', 'api_key;test_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM', '{\\\"salepro\\\":true,\\\"ecommerce\\\":false}', 1, '2024-12-07 05:50:36', '2024-12-07 05:50:36'),\n(7, 'Xendit', 'payment', 'secret_key,callback_token;xnd_development_aKJVKYbc4lHkEjcCLzWLrBsKs6jF6nbM6WaCMfnJerP3JW57CLis553XNRdDU,YPZxND92Mt8tdXntTYIEkRX802onZ5OcdKBUzycebuqYvN4n', '{\\\"salepro\\\":true,\\\"ecommerce\\\":false}', 1, '2024-12-07 05:50:36', '2024-12-07 05:50:36'),\n(8, 'bkash', 'payment', 'Mode,app_key,app_secret,username,password;sandbox,0vWQuCRGiUX7EPVjQDr0EUAYtc,jcUNPBgbcqEDedNKdvE4G1cAK7D3hCjmJccNPZZBq96QIxxwAMEx,01770618567,D7DaC<*E*eG', '{\\\"salepro\\\":true,\\\"ecommerce\\\":false}', 1, '2024-12-07 05:50:36', '2024-12-07 05:50:36'),\n(9, 'sslcommerz', 'payment', 'appkey,appsecret;12341234,asdfa23423', '{\\\"salepro\\\":true,\\\"ecommerce\\\":false}', 1, '2024-12-07 05:50:36', '2024-12-07 05:50:36'),\n(10, 'Mpesa', 'payment', 'consumer_Key,consumer_Secret;fhfgkj,dtrddhd', '{\\\"salepro\\\":true,\\\"ecommerce\\\":false}', 1, '2024-12-07 05:50:36', '2024-12-07 05:50:36'),\n(11, 'Pesapal', 'payment', 'Mode,Consumer Key,Consumer Secret;sandbox,qkio1BGGYAXTu2JOfm7XSXNruoZsrqEW,osGQ364R49cXKeOYSpaOnT++rHs=', '{\\\"salepro\\\":true,\\\"ecommerce\\\":false}', 1, '2024-12-07 05:50:36', '2024-12-07 05:50:36'),\n(12, 'Moneipoint', 'payment', 'Mode,client_id,client_secret,terminal_serial;sandbox,api-client-5093949-97bc3ad4-97ff-400c-945e-175f6d6fe716,i!+dNaslg_@PTvaGF89P,P260300316179', '{\\\"salepro\\\":true,\\\"ecommerce\\\":false}', 1, '2024-12-07 05:50:36', '2024-12-07 05:50:36');\n-- --------------------------------------------------------\n--\n-- Table structure for table `failed_jobs`\n--\nCREATE TABLE `failed_jobs` (\n`id` bigint UNSIGNED NOT NULL,\n`connection` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`queue` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `general_settings`\n--\nCREATE TABLE `general_settings` (\n`id` int UNSIGNED NOT NULL,\n`site_title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`site_logo` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`dark_logo` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`favicon` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`is_rtl` tinyint(1) DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`currency` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`package_id` int DEFAULT NULL,\n`subscription_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`staff_access` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`without_stock` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'no',\n`date_format` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`developed_by` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`invoice_format` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`decimal` int DEFAULT '2',\n`state` int DEFAULT NULL,\n`theme` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`modules` text CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,\n`currency_position` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`expiry_date` date DEFAULT NULL,\n`expiry_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'days',\n`expiry_value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',\n`expiry_alert_days` int UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Number of days before expiry to show alert',\n`is_zatca` tinyint(1) DEFAULT NULL,\n`company_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`vat_registration_number` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`is_packing_slip` tinyint(1) NOT NULL DEFAULT '0',\n`app_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`onesignal_api_key` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`show_products_details_in_sales_table` tinyint NOT NULL DEFAULT '0',\n`show_products_details_in_purchase_table` tinyint NOT NULL DEFAULT '0',\n`default_margin_value` decimal(8,2) NOT NULL DEFAULT '25.00',\n`timezone` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`font_css` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`auth_css` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`pos_css` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`custom_css` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`disable_signup` int NOT NULL DEFAULT '0',\n`disable_forgot_password` int NOT NULL DEFAULT '0',\n`margin_type` int NOT NULL DEFAULT '0',\n`maintenance_allowed_ips` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `general_settings`\n--\nINSERT INTO `general_settings` (`id`, `site_title`, `site_logo`, `dark_logo`, `favicon`, `is_rtl`, `created_at`, `updated_at`, `currency`, `package_id`, `subscription_type`, `staff_access`, `without_stock`, `date_format`, `developed_by`, `invoice_format`, `decimal`, `state`, `theme`, `modules`, `currency_position`, `expiry_date`, `expiry_type`, `expiry_value`, `expiry_alert_days`, `is_zatca`, `company_name`, `vat_registration_number`, `is_packing_slip`, `app_key`, `token`, `onesignal_api_key`, `show_products_details_in_sales_table`, `show_products_details_in_purchase_table`, `default_margin_value`, `timezone`, `font_css`, `auth_css`, `pos_css`, `custom_css`, `disable_signup`, `disable_forgot_password`, `margin_type`, `maintenance_allowed_ips`) VALUES\n(1, 'SalePro', '20250123024505.png', NULL, NULL, 0, '2018-07-06 06:13:11', '2026-03-07 19:59:20', '1', NULL, NULL, 'warehouse', 'no', 'd-m-Y', 'LionCoders', 'standard', 2, 1, 'default.css', 'manufacturing,api', 'prefix', NULL, 'days', '0', 0, 0, 'Lioncoders', '98098007', 1, '000000', NULL, '56d01fad-2269-4680-aec4-e6e67a67e364', 1, 1, '25.00', 'Asia\/Dhaka', NULL, NULL, NULL, NULL, 0, 0, 0, NULL);\n-- --------------------------------------------------------\n--\n-- Table structure for table `gift_cards`\n--\nCREATE TABLE `gift_cards` (\n`id` int UNSIGNED NOT NULL,\n`card_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`amount` double NOT NULL,\n`expense` double NOT NULL,\n`customer_id` int DEFAULT NULL,\n`user_id` int DEFAULT NULL,\n`expired_date` date DEFAULT NULL,\n`created_by` int NOT NULL,\n`is_active` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `gift_card_recharges`\n--\nCREATE TABLE `gift_card_recharges` (\n`id` int UNSIGNED NOT NULL,\n`gift_card_id` int NOT NULL,\n`amount` double NOT NULL,\n`user_id` int NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `holidays`\n--\nCREATE TABLE `holidays` (\n`id` int UNSIGNED NOT NULL,\n`user_id` int NOT NULL,\n`from_date` date NOT NULL,\n`to_date` date NOT NULL,\n`recurring` tinyint(1) NOT NULL DEFAULT '0',\n`region` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`is_approved` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `hrm_settings`\n--\nCREATE TABLE `hrm_settings` (\n`id` int UNSIGNED NOT NULL,\n`checkin` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`checkout` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `hrm_settings`\n--\nINSERT INTO `hrm_settings` (`id`, `checkin`, `checkout`, `created_at`, `updated_at`) VALUES\n(1, '10:00am', '6:00pm', '2019-01-02 02:20:08', '2019-01-02 04:20:53');\n-- --------------------------------------------------------\n--\n-- Table structure for table `incomes`\n--\nCREATE TABLE `incomes` (\n`id` bigint UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`income_category_id` int NOT NULL,\n`warehouse_id` int NOT NULL,\n`account_id` int NOT NULL,\n`user_id` int NOT NULL,\n`cash_register_id` int DEFAULT NULL,\n`amount` double NOT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `incomes`\n--\nINSERT INTO `incomes` (`id`, `reference_no`, `income_category_id`, `warehouse_id`, `account_id`, `user_id`, `cash_register_id`, `amount`, `note`, `created_at`, `updated_at`) VALUES\n(1, 'ir-20260319-022154', 1, 1, 1, 1, 12, 50000, NULL, '2026-03-01 08:21:54', '2026-03-19 08:21:54');\n-- --------------------------------------------------------\n--\n-- Table structure for table `income_categories`\n--\nCREATE TABLE `income_categories` (\n`id` bigint UNSIGNED NOT NULL,\n`code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`is_active` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `income_categories`\n--\nINSERT INTO `income_categories` (`id`, `code`, `name`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, '99903833', 'Foreign investment', 1, '2024-08-11 04:56:46', '2024-08-11 04:56:46');\n-- --------------------------------------------------------\n--\n-- Table structure for table `installments`\n--\nCREATE TABLE `installments` (\n`id` bigint UNSIGNED NOT NULL,\n`installment_plan_id` bigint UNSIGNED NOT NULL,\n`status` enum('pending','completed') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',\n`payment_date` timestamp NOT NULL,\n`amount` decimal(15,2) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `installments`\n--\nINSERT INTO `installments` (`id`, `installment_plan_id`, `status`, `payment_date`, `amount`, `created_at`, `updated_at`) VALUES\n(1, 1, 'pending', '2025-12-10 05:14:21', '92.42', '2025-11-10 05:14:21', '2025-11-10 05:14:21'),\n(2, 1, 'pending', '2026-01-10 05:14:21', '92.42', '2025-11-10 05:14:21', '2025-11-10 05:14:21'),\n(3, 1, 'pending', '2026-02-10 05:14:21', '92.42', '2025-11-10 05:14:21', '2025-11-10 05:14:21'),\n(4, 1, 'pending', '2026-03-10 05:14:21', '92.42', '2025-11-10 05:14:21', '2025-11-10 05:14:21'),\n(5, 1, 'pending', '2026-04-10 05:14:21', '92.42', '2025-11-10 05:14:21', '2025-11-10 05:14:21'),\n(6, 1, 'pending', '2026-05-10 05:14:21', '92.42', '2025-11-10 05:14:21', '2025-11-10 05:14:21'),\n(7, 1, 'pending', '2026-06-10 05:14:21', '92.42', '2025-11-10 05:14:21', '2025-11-10 05:14:21'),\n(8, 1, 'pending', '2026-07-10 05:14:21', '92.42', '2025-11-10 05:14:21', '2025-11-10 05:14:21'),\n(9, 1, 'pending', '2026-08-10 05:14:21', '92.42', '2025-11-10 05:14:21', '2025-11-10 05:14:21'),\n(10, 1, 'pending', '2026-09-10 05:14:21', '92.42', '2025-11-10 05:14:21', '2025-11-10 05:14:21'),\n(11, 1, 'pending', '2026-10-10 05:14:21', '92.42', '2025-11-10 05:14:21', '2025-11-10 05:14:21'),\n(12, 1, 'pending', '2026-11-10 05:14:21', '92.42', '2025-11-10 05:14:21', '2025-11-10 05:14:21');\n-- --------------------------------------------------------\n--\n-- Table structure for table `installment_plans`\n--\nCREATE TABLE `installment_plans` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`reference_type` enum('sale','purchase') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`reference_id` bigint UNSIGNED NOT NULL,\n`price` decimal(15,2) NOT NULL,\n`additional_amount` decimal(15,2) NOT NULL DEFAULT '0.00',\n`total_amount` decimal(15,2) NOT NULL,\n`down_payment` decimal(15,2) NOT NULL DEFAULT '0.00',\n`months` int NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `installment_plans`\n--\nINSERT INTO `installment_plans` (`id`, `name`, `reference_type`, `reference_id`, `price`, `additional_amount`, `total_amount`, `down_payment`, `months`, `created_at`, `updated_at`) VALUES\n(1, '12 Months', 'sale', 470, '1059.00', '100.00', '1159.00', '50.00', 12, '2025-11-10 05:14:21', '2025-11-10 05:14:21');\n-- --------------------------------------------------------\n--\n-- Table structure for table `invoice_schemas`\n--\nCREATE TABLE `invoice_schemas` (\n`id` bigint UNSIGNED NOT NULL,\n`prefix` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`number_of_digit` int UNSIGNED DEFAULT NULL,\n`start_number` bigint UNSIGNED DEFAULT NULL,\n`last_invoice_number` bigint UNSIGNED DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `invoice_settings`\n--\nCREATE TABLE `invoice_settings` (\n`id` bigint UNSIGNED NOT NULL,\n`template_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`invoice_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`invoice_logo` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`file_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`prefix` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`number_of_digit` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`numbering_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`start_number` bigint UNSIGNED DEFAULT NULL,\n`last_invoice_number` bigint UNSIGNED DEFAULT NULL,\n`header_text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`header_title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`footer_text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`footer_title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`preview_invoice` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`size` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`primary_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`secondary_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`text_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`company_logo` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`logo_height` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`logo_width` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`is_default` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0=not defoult, 1= defoult',\n`status` tinyint(1) NOT NULL DEFAULT '0',\n`invoice_date_format` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y-M-d h:m:s',\n`show_column` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,\n`extra` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,\n`created_by` bigint UNSIGNED DEFAULT NULL,\n`updated_by` bigint UNSIGNED DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;\n--\n-- Dumping data for table `invoice_settings`\n--\nINSERT INTO `invoice_settings` (`id`, `template_name`, `invoice_name`, `invoice_logo`, `file_type`, `prefix`, `number_of_digit`, `numbering_type`, `start_number`, `last_invoice_number`, `header_text`, `header_title`, `footer_text`, `footer_title`, `preview_invoice`, `size`, `primary_color`, `secondary_color`, `text_color`, `company_logo`, `logo_height`, `logo_width`, `is_default`, `status`, `invoice_date_format`, `show_column`, `extra`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES\n(1, 'A4 Size Normal Invoice', NULL, NULL, NULL, 'salepro', '4', 'datewise', 1000, NULL, 'SalePro', NULL, 'Thank you for shopping with us', 'Thank you for shopping with us', NULL, 'a4', '#ff0000', NULL, '#000000', NULL, '32', '113', 1, 0, 'd.m.y h:m A', '{\\\"show_barcode\\\": 1, \\\"show_qr_code\\\": 1, \\\"show_in_words\\\": 1, \\\"hide_total_due\\\": 0, \\\"show_paid_info\\\": 0, \\\"show_ref_number\\\": 1, \\\"show_biller_info\\\": 1, \\\"show_description\\\": 0, \\\"show_footer_text\\\": 1, \\\"show_bill_to_info\\\": 1, \\\"show_payment_note\\\": 1, \\\"active_date_format\\\": 1, \\\"show_warehouse_info\\\": 1, \\\"active_primary_color\\\": 0, \\\"active_generat_settings\\\": 1, \\\"active_logo_height_width\\\": 1}', NULL, NULL, 1, NULL, '2026-03-27 15:59:16'),\n(2, '58mm thermal invoice', NULL, NULL, NULL, 'salepro', '4', 'datewise', 1000, NULL, 'SalePro', NULL, 'Thank you for shopping with us', 'Thank you for shopping with us', NULL, '58mm', '#ff0000', NULL, '#000000', NULL, '200', '200', 0, 0, 'd.m.y h:m A', '{\\\"show_barcode\\\": 1, \\\"show_qr_code\\\": 1, \\\"show_in_words\\\": 1, \\\"hide_total_due\\\": 0, \\\"show_paid_info\\\": 1, \\\"show_ref_number\\\": 1, \\\"show_biller_info\\\": 1, \\\"show_description\\\": 1, \\\"show_footer_text\\\": 1, \\\"show_bill_to_info\\\": 1, \\\"show_payment_note\\\": 1, \\\"active_date_format\\\": 0, \\\"show_warehouse_info\\\": 1, \\\"active_primary_color\\\": 0, \\\"active_generat_settings\\\": 0, \\\"active_logo_height_width\\\": 0}', NULL, NULL, 1, NULL, '2025-07-23 10:32:46'),\n(3, '80mm thermal invoice', NULL, NULL, NULL, 'salepro', '4', 'datewise', 1000, NULL, 'SalePro', NULL, '<p>Thank you for shopping with us<\/p>', 'Thank you for shopping with us', NULL, '80mm', '#ff0000', NULL, '#000000', NULL, '32', '115', 0, 0, 'd.m.y h:i A', '{\\\"show_barcode\\\":1,\\\"show_qr_code\\\":1,\\\"show_description\\\":1,\\\"show_in_words\\\":1,\\\"active_primary_color\\\":0,\\\"show_warehouse_info\\\":1,\\\"show_bill_to_info\\\":0,\\\"show_footer_text\\\":1,\\\"show_biller_info\\\":1,\\\"show_paid_info\\\":1,\\\"show_payment_note\\\":0,\\\"show_ref_number\\\":1,\\\"active_date_format\\\":1,\\\"active_generat_settings\\\":0,\\\"active_logo_height_width\\\":1,\\\"hide_total_due\\\":0,\\\"show_vat_registration_number\\\":0,\\\"show_sale_note\\\":0,\\\"show_customer_name\\\":0}', NULL, NULL, 1, NULL, '2026-03-27 15:59:16');\n-- --------------------------------------------------------\n--\n-- Table structure for table `languages`\n--\nCREATE TABLE `languages` (\n`id` int UNSIGNED NOT NULL,\n`language` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`is_default` tinyint(1) NOT NULL DEFAULT '0'\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `languages`\n--\nINSERT INTO `languages` (`id`, `language`, `created_at`, `updated_at`, `name`, `is_default`) VALUES\n(1, 'en', '2025-02-15 13:31:18', '2026-03-07 21:03:52', 'English', 1),\n(2, 'bn', '2025-02-15 13:31:36', '2026-03-07 21:03:51', 'Bangla', 0),\n(3, 'ar', '2025-02-16 05:54:58', '2026-03-07 21:03:51', 'Arabic', 0),\n(4, 'al', '2025-02-20 13:07:34', '2026-03-07 21:03:51', 'Albania', 0),\n(5, 'az', '2025-02-23 04:43:59', '2026-03-07 21:03:51', 'Azerbaijan', 0),\n(6, 'bg', '2025-02-23 04:52:01', '2026-03-07 21:03:51', 'Bulgaria', 0),\n(7, 'de', '2025-02-23 05:04:53', '2026-03-07 21:03:51', 'Germany', 0),\n(8, 'es', '2025-02-23 05:10:30', '2026-03-07 21:03:51', 'Spanish', 0),\n(9, 'fr', '2025-02-23 08:12:28', '2026-03-07 21:03:51', 'French', 0),\n(10, 'id', '2025-02-23 08:13:28', '2026-03-07 21:03:51', 'Indonesian', 0),\n(11, 'tr', '2025-03-20 06:55:53', '2026-03-07 21:03:51', 'Turkish', 0),\n(12, 'vi', '2025-03-24 10:49:54', '2026-03-07 21:03:51', 'Vietnamese', 0),\n(13, 'pt', '2025-03-24 10:49:54', '2026-03-07 21:03:51', 'Portuguese', 0),\n(14, 'ms', '2025-03-24 10:49:54', '2026-03-07 21:03:51', 'Malay', 0),\n(15, 'sr', '2025-03-24 10:49:54', '2026-03-07 21:03:51', 'Serbian', 0),\n(18, 'ru', '2025-09-02 19:27:55', '2026-03-07 21:03:51', 'Russian', 0),\n(19, 'sw', '2026-03-07 21:02:28', '2026-03-07 21:03:51', 'Swahili', 0);\n-- --------------------------------------------------------\n--\n-- Table structure for table `leaves`\n--\nCREATE TABLE `leaves` (\n`id` bigint UNSIGNED NOT NULL,\n`employee_id` bigint UNSIGNED NOT NULL,\n`leave_types` bigint UNSIGNED NOT NULL,\n`start_date` date NOT NULL,\n`end_date` date NOT NULL,\n`days` int NOT NULL,\n`status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Pending',\n`approver_id` bigint UNSIGNED DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `leave_types`\n--\nCREATE TABLE `leave_types` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`annual_quota` int NOT NULL DEFAULT '0',\n`encashable` tinyint(1) NOT NULL DEFAULT '0',\n`carry_forward_limit` int NOT NULL DEFAULT '0',\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `mail_settings`\n--\nCREATE TABLE `mail_settings` (\n`id` bigint UNSIGNED NOT NULL,\n`driver` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`host` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`port` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`from_address` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`from_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`username` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`password` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`encryption` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `mail_settings`\n--\nINSERT INTO `mail_settings` (`id`, `driver`, `host`, `port`, `from_address`, `from_name`, `username`, `password`, `encryption`, `created_at`, `updated_at`) VALUES\n(2, '', '', '', '', '', '', '', '', '2025-03-24 05:28:22', '2025-03-24 05:28:22');\n-- --------------------------------------------------------\n--\n-- Table structure for table `migrations`\n--\nCREATE TABLE `migrations` (\n`id` int UNSIGNED NOT NULL,\n`migration` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`batch` int NOT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `migrations`\n--\nINSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES\n(1, '2014_10_12_000000_create_users_table', 1),\n(2, '2014_10_12_100000_create_password_resets_table', 1),\n(3, '2018_02_17_060412_create_categories_table', 1),\n(4, '2018_02_20_035727_create_brands_table', 1),\n(5, '2018_02_25_100635_create_suppliers_table', 1),\n(6, '2018_02_27_101619_create_warehouse_table', 1),\n(7, '2018_03_03_040448_create_units_table', 1),\n(8, '2018_03_04_041317_create_taxes_table', 1),\n(9, '2018_03_10_061915_create_customer_groups_table', 1),\n(10, '2018_03_10_090534_create_customers_table', 1),\n(11, '2018_03_11_095547_create_billers_table', 1),\n(12, '2018_04_05_054401_create_products_table', 1),\n(13, '2018_04_06_133606_create_purchases_table', 1),\n(14, '2018_04_06_154600_create_product_purchases_table', 1),\n(15, '2018_04_06_154915_create_product_warhouse_table', 1),\n(16, '2018_04_10_085927_create_sales_table', 1),\n(17, '2018_04_10_090133_create_product_sales_table', 1),\n(18, '2018_04_10_090254_create_payments_table', 1),\n(19, '2018_04_10_090341_create_payment_with_cheque_table', 1),\n(20, '2018_04_10_090509_create_payment_with_credit_card_table', 1),\n(21, '2018_04_13_121436_create_quotation_table', 1),\n(22, '2018_04_13_122324_create_product_quotation_table', 1),\n(23, '2018_04_14_121802_create_transfers_table', 1),\n(24, '2018_04_14_121913_create_product_transfer_table', 1),\n(25, '2018_05_13_082847_add_payment_id_and_change_sale_id_to_payments_table', 1),\n(26, '2018_05_13_090906_change_customer_id_to_payment_with_credit_card_table', 1),\n(27, '2018_05_20_054532_create_adjustments_table', 1),\n(28, '2018_05_20_054859_create_product_adjustments_table', 1),\n(29, '2018_05_21_163419_create_returns_table', 1),\n(30, '2018_05_21_163443_create_product_returns_table', 1),\n(31, '2018_06_02_050905_create_roles_table', 1),\n(32, '2018_06_02_073430_add_columns_to_users_table', 1),\n(33, '2018_06_03_053738_create_permission_tables', 1),\n(34, '2018_06_21_063736_create_pos_setting_table', 1),\n(35, '2018_06_21_094155_add_user_id_to_sales_table', 1),\n(36, '2018_06_21_101529_add_user_id_to_purchases_table', 1),\n(37, '2018_06_21_103512_add_user_id_to_transfers_table', 1),\n(38, '2018_06_23_061058_add_user_id_to_quotations_table', 1),\n(39, '2018_06_23_082427_add_is_deleted_to_users_table', 1),\n(40, '2018_06_25_043308_change_email_to_users_table', 1),\n(41, '2018_07_06_115449_create_general_settings_table', 1),\n(42, '2018_07_08_043944_create_languages_table', 1),\n(43, '2018_07_11_102144_add_user_id_to_returns_table', 1),\n(44, '2018_07_11_102334_add_user_id_to_payments_table', 1),\n(45, '2018_07_22_130541_add_digital_to_products_table', 1),\n(46, '2018_07_24_154250_create_deliveries_table', 1),\n(47, '2018_08_16_053336_create_expense_categories_table', 1),\n(48, '2018_08_17_115415_create_expenses_table', 1),\n(49, '2018_08_18_050418_create_gift_cards_table', 1),\n(50, '2018_08_19_063119_create_payment_with_gift_card_table', 1),\n(51, '2018_08_25_042333_create_gift_card_recharges_table', 1),\n(52, '2018_08_25_101354_add_deposit_expense_to_customers_table', 1),\n(53, '2018_08_26_043801_create_deposits_table', 1),\n(54, '2018_09_02_044042_add_keybord_active_to_pos_setting_table', 1),\n(55, '2018_09_09_092713_create_payment_with_paypal_table', 1),\n(56, '2018_09_10_051254_add_currency_to_general_settings_table', 1),\n(57, '2018_10_22_084118_add_biller_and_store_id_to_users_table', 1),\n(58, '2018_10_26_034927_create_coupons_table', 1),\n(59, '2018_10_27_090857_add_coupon_to_sales_table', 1),\n(60, '2018_11_07_070155_add_currency_position_to_general_settings_table', 1),\n(61, '2018_11_19_094650_add_combo_to_products_table', 1),\n(62, '2018_12_09_043712_create_accounts_table', 1),\n(63, '2018_12_17_112253_add_is_default_to_accounts_table', 1),\n(64, '2018_12_19_103941_add_account_id_to_payments_table', 1),\n(65, '2018_12_20_065900_add_account_id_to_expenses_table', 1),\n(66, '2018_12_20_082753_add_account_id_to_returns_table', 1),\n(67, '2018_12_26_064330_create_return_purchases_table', 1),\n(68, '2018_12_26_144708_create_purchase_product_return_table', 1),\n(69, '2018_12_27_110018_create_departments_table', 1),\n(70, '2018_12_30_054844_create_employees_table', 1),\n(71, '2018_12_31_125210_create_payrolls_table', 1),\n(72, '2018_12_31_150446_add_department_id_to_employees_table', 1),\n(73, '2019_01_01_062708_add_user_id_to_expenses_table', 1),\n(74, '2019_01_02_075644_create_hrm_settings_table', 1),\n(75, '2019_01_02_090334_create_attendances_table', 1),\n(76, '2019_01_27_160956_add_three_columns_to_general_settings_table', 1),\n(77, '2019_02_15_183303_create_stock_counts_table', 1),\n(78, '2019_02_17_101604_add_is_adjusted_to_stock_counts_table', 1),\n(79, '2019_04_13_101707_add_tax_no_to_customers_table', 1),\n(80, '2019_08_19_000000_create_failed_jobs_table', 1),\n(81, '2019_10_14_111455_create_holidays_table', 1),\n(82, '2019_11_13_145619_add_is_variant_to_products_table', 1),\n(83, '2019_11_13_150206_create_product_variants_table', 1),\n(84, '2019_11_13_153828_create_variants_table', 1),\n(85, '2019_11_25_134041_add_qty_to_product_variants_table', 1),\n(86, '2019_11_25_134922_add_variant_id_to_product_purchases_table', 1),\n(87, '2019_11_25_145341_add_variant_id_to_product_warehouse_table', 1),\n(88, '2019_11_29_182201_add_variant_id_to_product_sales_table', 1),\n(89, '2019_12_04_121311_add_variant_id_to_product_quotation_table', 1),\n(90, '2019_12_05_123802_add_variant_id_to_product_transfer_table', 1),\n(91, '2019_12_08_114954_add_variant_id_to_product_returns_table', 1),\n(92, '2019_12_08_203146_add_variant_id_to_purchase_product_return_table', 1),\n(93, '2019_12_14_000001_create_personal_access_tokens_table', 1),\n(94, '2020_02_28_103340_create_money_transfers_table', 1),\n(95, '2020_07_01_193151_add_image_to_categories_table', 1),\n(96, '2020_09_26_130426_add_user_id_to_deliveries_table', 1),\n(97, '2020_10_11_125457_create_cash_registers_table', 1),\n(98, '2020_10_13_155019_add_cash_register_id_to_sales_table', 1),\n(99, '2020_10_13_172624_add_cash_register_id_to_returns_table', 1),\n(100, '2020_10_17_212338_add_cash_register_id_to_payments_table', 1),\n(101, '2020_10_18_124200_add_cash_register_id_to_expenses_table', 1),\n(102, '2020_10_21_121632_add_developed_by_to_general_settings_table', 1),\n(103, '2020_10_30_135557_create_notifications_table', 1),\n(104, '2020_11_01_044954_create_currencies_table', 1),\n(105, '2020_11_01_140736_add_price_to_product_warehouse_table', 1),\n(106, '2020_11_02_050633_add_is_diff_price_to_products_table', 1),\n(107, '2020_11_09_055222_add_user_id_to_customers_table', 1),\n(108, '2020_11_17_054806_add_invoice_format_to_general_settings_table', 1),\n(109, '2021_02_10_074859_add_variant_id_to_product_adjustments_table', 1),\n(110, '2021_03_07_093606_create_product_batches_table', 1),\n(111, '2021_03_07_093759_add_product_batch_id_to_product_warehouse_table', 1),\n(112, '2021_03_07_093900_add_product_batch_id_to_product_purchases_table', 1),\n(113, '2021_03_11_132603_add_product_batch_id_to_product_sales_table', 1),\n(114, '2021_03_25_125421_add_is_batch_to_products_table', 1),\n(115, '2021_05_19_120127_add_product_batch_id_to_product_returns_table', 1),\n(116, '2021_05_22_105611_add_product_batch_id_to_purchase_product_return_table', 1),\n(117, '2021_05_23_124848_add_product_batch_id_to_product_transfer_table', 1),\n(118, '2021_05_26_153106_add_product_batch_id_to_product_quotation_table', 1),\n(119, '2021_06_08_213007_create_reward_point_settings_table', 1),\n(120, '2021_06_16_104155_add_points_to_customers_table', 1),\n(121, '2021_06_17_101057_add_used_points_to_payments_table', 1),\n(122, '2021_07_06_132716_add_variant_list_to_products_table', 1),\n(123, '2021_09_27_161141_add_is_imei_to_products_table', 1),\n(124, '2021_09_28_170052_add_imei_number_to_product_warehouse_table', 1),\n(125, '2021_09_28_170126_add_imei_number_to_product_purchases_table', 1),\n(126, '2021_10_03_170652_add_imei_number_to_product_sales_table', 1),\n(127, '2021_10_10_145214_add_imei_number_to_product_returns_table', 1),\n(128, '2021_10_11_104504_add_imei_number_to_product_transfer_table', 1),\n(129, '2021_10_12_160107_add_imei_number_to_purchase_product_return_table', 1),\n(130, '2021_10_12_205146_add_is_rtl_to_general_settings_table', 1),\n(131, '2022_01_13_191242_create_discount_plans_table', 1),\n(132, '2022_01_14_174318_create_discount_plan_customers_table', 1),\n(133, '2022_01_14_202439_create_discounts_table', 1),\n(134, '2022_01_16_153506_create_discount_plan_discounts_table', 1),\n(135, '2022_02_05_174210_add_order_discount_type_and_value_to_sales_table', 1),\n(136, '2022_05_26_195506_add_daily_sale_objective_to_products_table', 1),\n(137, '2022_05_28_104209_create_dso_alerts_table', 1),\n(138, '2022_06_01_112100_add_is_embeded_to_products_table', 1),\n(139, '2022_06_14_130505_add_sale_id_to_returns_table', 1),\n(140, '2022_07_19_115504_add_variant_data_to_products_table', 1),\n(141, '2022_07_25_194300_add_additional_cost_to_product_variants_table', 1),\n(142, '2022_09_04_195610_add_purchase_id_to_return_purchases_table', 1),\n(143, '2023_01_18_125040_alter_table_general_settings', 1),\n(144, '2023_01_18_133701_alter_table_pos_setting', 1),\n(145, '2023_01_25_145309_add_expiry_date_to_general_settings_table', 1),\n(146, '2023_02_05_132001_add_change_to_payments_table', 1),\n(147, '2023_02_23_125656_alter_table_sales', 1),\n(148, '2023_02_26_124100_add_package_id_to_general_settings_table', 1),\n(149, '2023_03_04_120325_create_custom_fields_table', 1),\n(150, '2023_03_14_174658_add_subscription_type_to_general_setting_table', 1),\n(151, '2023_03_22_174352_add_currency_id_and_exchange_rate_to_returns_table', 1),\n(152, '2023_03_27_114320_add_currency_id_and_exchange_rate_to_purchases_table', 1),\n(153, '2023_03_27_132747_add_currency_id_and_exchange_rate_to_return_purchases_table', 1),\n(154, '2023_04_25_150236_create_mail_settings_table', 1),\n(155, '2023_05_13_125424_add_zatca_to_general_settings_table', 1),\n(156, '2023_05_28_155540_create_tables_table', 1),\n(157, '2023_05_29_115039_add_is_table_to_pos_setting_table', 1),\n(158, '2023_05_29_115301_add_table_id_to_sales_table', 1),\n(159, '2023_05_31_165049_add_queue_no_to_sales_table', 1),\n(160, '2023_07_23_160254_create_couriers_table', 1),\n(161, '2023_07_23_174343_add_courier_id_to_deliveries_table', 1),\n(162, '2023_08_12_124016_add_staff_id_to_employees_table', 1),\n(163, '2023_08_14_142608_add_is_active_to_currencies_table', 1),\n(164, '2023_08_24_130203_change_columns_to_attendances_table', 1),\n(165, '2023_09_10_134503_add_without_stock_to_general_settings_table', 1),\n(166, '2023_09_26_211542_add_modules_to_general_settings_table', 1),\n(167, '2023_10_15_124306_add_return_qty_to_product_sales_table', 1),\n(168, '2023_12_03_235606_crete_external_services_table', 1),\n(169, '2024_01_10_163929_create_activity_logs_table', 1),\n(170, '2024_02_04_131826_add_unit_cost_to_product_adjustments_table', 1),\n(171, '2024_02_13_173126_change_modules_to_general_settings_table', 1),\n(172, '2024_05_02_114215_add_payment_receiver_to_payments', 1),\n(173, '2024_05_06_132553_create_sms_templates_table', 1),\n(174, '2024_05_07_102225_add_send_sms_to_pos_setting_table', 1),\n(175, '2024_05_07_132625_add_is_default_to_sms_templates_table', 1),\n(176, '2024_05_08_112211_change_address_and_city_field_to_nullable_in_customers_table', 1),\n(177, '2024_05_08_151050_add_is_default_ecommerce_columne_to_sms_templates_table', 1),\n(178, '2024_05_20_182757_add_wholesale_price_to_products_table', 1),\n(179, '2024_05_21_170500_add_is_sent_to_transfers_table', 1),\n(180, '2024_06_04_225113_create_income_categories_table', 1),\n(181, '2024_06_04_225128_create_incomes_table', 1),\n(182, '2024_06_29_131917_add_is_packing_slip_to_general_settings_table', 1),\n(183, '2024_07_05_192531_create_packing_slips_table', 1),\n(184, '2024_07_05_193002_create_packing_slip_products_table', 1),\n(185, '2024_07_05_194501_add_is_packing_and_delivered_to_product_sales_table', 1),\n(186, '2024_07_14_122245_add_delivery_id_to_packing_slips_table', 1),\n(187, '2024_07_14_122415_add_variant_id_to_packing_slip_products_table', 1),\n(188, '2024_07_14_122519_add_packing_slip_ids_to_deliveries_table', 1),\n(189, '2024_07_16_125908_create_challans_table', 1),\n(190, '2024_08_12_112830_add_thermal_invoice_size_to_pos_setting', 1),\n(191, '2024_08_14_133351_add_expiry_type_value_to_general_settings', 1),\n(192, '2024_09_01_120515_create_productions_table', 1),\n(193, '2024_09_01_120536_create_product_productions_table', 1),\n(194, '2024_09_11_151744_add_return_qty_to_product_purchases_table', 1),\n(195, '2024_09_12_162309_create_barcodes_table', 1),\n(196, '2024_10_10_121312_add_data_to_payment_with_credit_card_table', 1),\n(197, '2024_10_10_212501_alter_attendances_table', 1),\n(198, '2024_10_10_213757_alter_attendances_table', 1),\n(199, '2024_10_14_144917_change_column_to_nullable_to_payment_with_credit_card_table', 1),\n(200, '2024_11_10_121521_add_code_and_type_to_accounts_table', 1),\n(201, '2024_11_24_100926_add_module_status_to_external_services_table', 1),\n(202, '2024_12_10_201131_add_columns_to_tables_table', 1),\n(203, '2025_01_20_121127_add_warranty_and_guarantee_to_products_table', 1),\n(204, '2025_02_13_165106_add_name_and_is_default_to_languages_table', 1),\n(205, '2025_02_13_165828_create_translations_table', 1),\n(206, '2025_04_20_145103_create_invoice_settings_table', 1),\n(207, '2025_04_27_125744_create_invoice_schemas_table', 1),\n(208, '2025_04_30_095650_add_type_to_customers_table', 1),\n(209, '2025_05_11_120511_add_app_key_to_general_settings_table', 1),\n(210, '2025_05_12_213236_create_mobile_tokens_table', 1),\n(211, '2025_07_14_104047_add_deleted_by_and_softdeletes_to_purchases_table', 1),\n(212, '2025_07_14_104219_add_deleted_by_and_softdeletes_to_sales_table', 1),\n(213, '2025_07_15_152647_add_combo_wastage_percent_product_unit_production_cost__to_products_table', 1),\n(214, '2025_07_16_145551_add_production_cost_to_productions_table', 1),\n(215, '2025_07_17_130815_add_column_is_recipe_to_products_table', 1),\n(216, '2025_07_22_104045_add_column_to_productions_table', 1),\n(217, '2025_07_23_171914_create_reward_points_table', 1),\n(218, '2025_08_02_105240_add_sale_id_to_reward_points_table', 1),\n(219, '2025_08_06_123046_change_header_and_footer_text_to_text_from_string_in_invoice_settings', 1),\n(220, '2025_08_07_155858_add_type_column_to_discount_plans_table', 1),\n(221, '2025_08_14_095517_add_column_show_product_details_in_salse_and_purchase_list_to_general_settings_table', 1),\n(222, '2025_08_17_121821_add_profit_margin_to_products_table', 1),\n(223, '2025_08_17_222302_add_default_margin_value_to_general_settings_table', 1),\n(224, '2025_08_19_105100_add_margin_price_to_product_purchases_table', 1),\n(225, '2025_08_19_120849_add_timezone_to_general_settings_table', 1),\n(226, '2025_08_27_202217_create_printers_table', 1),\n(227, '2025_09_07_133950_add_actual_cash_to_cash_registers_table', 1),\n(228, '2025_09_07_134438_add_cash_register_to_pos_setting_table', 1),\n(229, '2025_09_07_135824_add_closing_balance_to_cash_registers_table', 1),\n(230, '2025_09_16_005335_add_payment_at_to_payments_table', 1),\n(231, '2025_09_20_230939_add_show_print_invoice_to_pos_setting_table', 1),\n(232, '2025_09_22_111216_add_new_columns_to_customers_table', 1),\n(233, '2025_09_22_195704_add_document_column_to_expenses_table', 1),\n(234, '2025_09_22_203806_add_document_column_to_payments_table', 1),\n(235, '2025_09_24_012107_add_sale_type_column_to_sales_table', 1),\n(236, '2025_09_24_223938_add_currency_to_payments_table', 1),\n(237, '2025_09_30_203437_add_is_active_to_employees_table', 1),\n(238, '2025_10_01_125339_add_purchase_type_column_to_purchases_table', 1),\n(239, '2025_10_01_125430_add_new_columns_to_suppliers_table', 1),\n(240, '2025_10_01_125507_add_new_column_to_currencies_table', 1),\n(241, '2025_10_13_231913_create_designations_table', 1),\n(242, '2025_10_14_151112_create_shifts_table', 1),\n(243, '2025_10_18_171157_create_overtimes_table', 1),\n(244, '2025_10_20_233007_create_whatsapp_settings_table', 1),\n(245, '2025_10_21_150913_create_leave_types_table', 1),\n(246, '2025_10_22_072613_create_leaves_table', 1),\n(247, '2025_10_22_081127_add_recurring_region_to_holidays_table', 1),\n(248, '2025_10_26_171709_create_installment_plans_table', 1),\n(249, '2025_10_26_171958_create_installments_table', 1),\n(250, '2025_10_29_134102_add_installment_id_to_payments_table', 1),\n(251, '2025_11_01_140640_change_item_description_type_in_activity_logs_table', 1),\n(252, '2025_11_06_205716_add_new_columns_to_general_settings_table', 1),\n(253, '2025_11_09_184710_create_employee_transactions_table', 1),\n(254, '2025_11_12_195524_add_new_columns_to_payrolls_table', 1),\n(255, '2025_11_16_040415_add_employee_id_and_type_to_expenses_table', 1),\n(256, '2025_11_16_065043_add_shift_basic_salary_designation_to_employees_table', 1),\n(257, '2025_11_18_080708_add_redeem_fields_to_reward_point_settings', 1),\n(258, '2025_11_26_013345_add_expiry_alert_days_to_general_settings_table', 1),\n(259, '2025_12_06_131247_add_margin_type_column_to_general_settings_table', 1),\n(260, '2025_12_10_214954_add_profit_margin_type_to_products_table', 1),\n(261, '2025_12_13_231311_add_net_unit_margin_type_to_product_purchases_table', 1),\n(262, '2025_12_16_204747_add_api_key_and_secret_key_to_couriers_table', 1),\n(263, '2025_12_27_050502_create_sale_exchanges_table', 1),\n(264, '2025_12_27_050938_create_product_exchanges_table', 1),\n(265, '2026_01_01_115600_create_delete_account_requests_table', 1),\n(266, '2026_01_05_100747_add_maintenance_allowed_ips_to_general_settings_table', 1),\n(267, '2026_01_11_140017_create_theme_settings_table', 1),\n(268, '2026_01_11_141252_add_onesignal_api_key_to_general_settings', 1),\n(269, '2026_01_11_141253_add_dark_logo_to_general_settings', 1),\n(270, '2026_01_15_223040_add_account_id_to_users_table', 1),\n(271, '2026_01_19_114441_create_active_theme_settings_table', 1),\n(272, '2026_01_25_134514_add_themed_logos_to_theme_settings', 1),\n(273, '2026_02_23_195853_add_warehouse_id_to_employees_table', 2),\n(274, '2026_02_25_000500_add_bank_details_to_suppliers_table', 2),\n(275, '2026_02_25_095906_add_due_date_to_purchases_table', 2),\n(467, '2026_03_10_034043_add_pay_term_to_sales_table', 3),\n(468, '2026_03_14_091325_damage_stocks', 3),\n(469, '2026_03_20_005327_add_new_columns_to_payment_table', 4),\n(470, '2026_03_16_103840_create_bookings_table', 5);\n-- --------------------------------------------------------\n--\n-- Table structure for table `mobile_tokens`\n--\nCREATE TABLE `mobile_tokens` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`ip` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`location` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`is_active` tinyint(1) NOT NULL DEFAULT '1',\n`last_active` timestamp NULL DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `money_transfers`\n--\nCREATE TABLE `money_transfers` (\n`id` int UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`from_account_id` int NOT NULL,\n`to_account_id` int NOT NULL,\n`amount` double NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `notifications`\n--\nCREATE TABLE `notifications` (\n`id` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`notifiable_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`notifiable_id` bigint UNSIGNED NOT NULL,\n`data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`read_at` timestamp NULL DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `notifications`\n--\nINSERT INTO `notifications` (`id`, `type`, `notifiable_type`, `notifiable_id`, `data`, `read_at`, `created_at`, `updated_at`) VALUES\n('9febe740-7ebf-4205-a687-4c785d7b78fd', 'App\\\\Notifications\\\\SendNotification', 'App\\\\Models\\\\User', 9, '{\\\"sender_id\\\":\\\"1\\\",\\\"receiver_id\\\":\\\"9\\\",\\\"reminder_date\\\":\\\"2026-03-19\\\",\\\"document_name\\\":null,\\\"message\\\":\\\"test\\\"}', NULL, '2026-03-19 10:08:29', '2026-03-19 10:08:50'),\n('c1be2e82-2e18-435a-bed5-f47994bc76fa', 'App\\\\Notifications\\\\SendNotification', 'App\\\\Models\\\\User', 44, '{\\\"sender_id\\\":\\\"1\\\",\\\"receiver_id\\\":\\\"44\\\",\\\"reminder_date\\\":\\\"2006-07-01\\\",\\\"document_name\\\":\\\"20250123023350.png\\\",\\\"message\\\":\\\"Est sit distinctio\\\"}', NULL, '2025-01-23 08:33:52', '2025-01-23 08:33:52'),\n('e177b76a-c792-4aab-bee2-d08d1779ffba', 'App\\\\Notifications\\\\SendNotification', 'App\\\\Models\\\\User', 9, '{\\\"sender_id\\\":\\\"1\\\",\\\"receiver_id\\\":\\\"9\\\",\\\"reminder_date\\\":\\\"2026-03-19\\\",\\\"document_name\\\":null,\\\"message\\\":\\\"hello\\\"}', NULL, '2026-03-19 09:56:24', '2026-03-19 09:57:08');\n-- --------------------------------------------------------\n--\n-- Table structure for table `overtimes`\n--\nCREATE TABLE `overtimes` (\n`id` bigint UNSIGNED NOT NULL,\n`employee_id` bigint UNSIGNED NOT NULL,\n`date` date NOT NULL,\n`hours` decimal(5,2) NOT NULL,\n`rate` decimal(10,2) NOT NULL,\n`amount` decimal(10,2) NOT NULL DEFAULT '0.00',\n`status` enum('pending','approved','rejected') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `packing_slips`\n--\nCREATE TABLE `packing_slips` (\n`id` bigint UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`sale_id` int NOT NULL,\n`delivery_id` int DEFAULT NULL,\n`amount` double NOT NULL,\n`status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `packing_slips`\n--\nINSERT INTO `packing_slips` (`id`, `reference_no`, `sale_id`, `delivery_id`, `amount`, `status`, `created_at`, `updated_at`) VALUES\n(2, '1002', 43, 2, 599, 'Delivered', '2024-08-11 05:37:38', '2025-04-06 03:38:11'),\n(49, '1003', 289, 21, 1.29, 'In Transit', '2025-09-18 11:53:03', '2025-09-18 11:53:42');\n-- --------------------------------------------------------\n--\n-- Table structure for table `packing_slip_products`\n--\nCREATE TABLE `packing_slip_products` (\n`id` bigint UNSIGNED NOT NULL,\n`packing_slip_id` int NOT NULL,\n`product_id` int NOT NULL,\n`variant_id` int DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `packing_slip_products`\n--\nINSERT INTO `packing_slip_products` (`id`, `packing_slip_id`, `product_id`, `variant_id`, `created_at`, `updated_at`) VALUES\n(1, 1, 23, NULL, '2024-08-11 05:25:41', '2024-08-11 05:25:41'),\n(2, 2, 18, NULL, '2024-08-11 05:37:38', '2024-08-11 05:37:38'),\n(10, 47, 100, NULL, '2025-04-07 05:05:52', '2025-04-07 05:05:52'),\n(11, 48, 30, NULL, '2025-04-07 06:45:19', '2025-04-07 06:45:19'),\n(12, 48, 27, NULL, '2025-04-07 06:45:19', '2025-04-07 06:45:19'),\n(13, 49, 27, NULL, '2025-09-18 11:53:03', '2025-09-18 11:53:03');\n-- --------------------------------------------------------\n--\n-- Table structure for table `password_resets`\n--\nCREATE TABLE `password_resets` (\n`email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `password_resets`\n--\nINSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES\n('ashfaqdev.php@gmail.com', '$2y$10$plxHOMxChJlHd9t6FQkoN.4dXMdtZ9fE5tXBBItzjxB1R5JF9OpbO', '2023-07-15 11:31:30'),\n('tetat0010@gmail.com', '$2y$10$PlRFVnA2CX3n.f0CKmniCuisyvVW\/6GLKdQwyO896k6poUhHXBtpS', '2025-02-05 15:25:42');\n-- --------------------------------------------------------\n--\n-- Table structure for table `payments`\n--\nCREATE TABLE `payments` (\n`id` int UNSIGNED NOT NULL,\n`purchase_id` int DEFAULT NULL,\n`sale_id` int DEFAULT NULL,\n`return_id` int DEFAULT NULL,\n`purchase_return_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`cash_register_id` int DEFAULT NULL,\n`account_id` int NOT NULL,\n`payment_receiver` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`payment_reference` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`user_id` int NOT NULL,\n`amount` double NOT NULL,\n`currency_id` bigint UNSIGNED DEFAULT NULL,\n`installment_id` bigint UNSIGNED DEFAULT NULL,\n`exchange_rate` decimal(8,2) NOT NULL DEFAULT '1.00',\n`payment_at` timestamp NULL DEFAULT NULL,\n`used_points` double DEFAULT NULL,\n`change` double DEFAULT NULL,\n`paying_method` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`payment_note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`document` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `payments`\n--\nINSERT INTO `payments` (`id`, `purchase_id`, `sale_id`, `return_id`, `purchase_return_id`, `cash_register_id`, `account_id`, `payment_receiver`, `payment_reference`, `user_id`, `amount`, `currency_id`, `installment_id`, `exchange_rate`, `payment_at`, `used_points`, `change`, `paying_method`, `payment_note`, `document`, `created_at`, `updated_at`) VALUES\n(1, NULL, 1, NULL, NULL, NULL, 1, NULL, 'spr-20240119-084017', 1, 1758, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-01-19 14:40:17', '2024-01-19 14:40:17'),\n(2, NULL, 2, NULL, NULL, NULL, 1, NULL, 'spr-20240119-084441', 1, 3017, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-01-19 14:44:41', '2024-01-19 14:44:41'),\n(3, NULL, 5, NULL, NULL, 2, 1, NULL, 'spr-20240210-122224', 1, 1259, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-02-10 06:22:24', '2024-02-10 06:22:24'),\n(4, NULL, 6, NULL, NULL, 2, 1, NULL, 'spr-20240225-014951', 1, 1299.99, NULL, NULL, '1.00', NULL, NULL, NULL, 'Credit Card', NULL, NULL, '2024-02-25 07:49:51', '2024-02-25 07:49:51'),\n(5, NULL, 7, NULL, NULL, 2, 1, NULL, 'spr-20240225-015013', 1, 2599.98, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-02-25 07:50:13', '2024-02-25 07:50:13'),\n(6, NULL, 8, NULL, NULL, 2, 1, NULL, 'spr-20240228-112744', 1, 2558.99, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-02-28 05:27:44', '2024-02-28 05:27:44'),\n(7, NULL, 9, NULL, NULL, 2, 1, NULL, 'spr-20240421-110143', 1, 350, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-04-21 05:01:43', '2024-04-21 05:01:43'),\n(8, NULL, 13, NULL, NULL, 2, 1, NULL, 'spr-20240428-121544', 1, 1409, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-04-28 06:15:44', '2024-04-28 06:15:44'),\n(9, NULL, 14, NULL, NULL, 2, 1, NULL, 'spr-20240429-062956', 1, 3800.99, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-04-29 12:29:56', '2024-04-29 12:29:56'),\n(12, NULL, 20, NULL, NULL, 2, 1, NULL, 'spr-20240505-052905', 1, 2549.99, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-05-05 11:29:05', '2024-05-05 11:29:05'),\n(13, NULL, 22, NULL, NULL, 2, 1, NULL, 'spr-20240508-020851', 1, 1349.99, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-05-08 08:08:51', '2024-05-08 08:08:51'),\n(14, NULL, 23, NULL, NULL, 2, 1, NULL, 'spr-20240519-022423', 1, 1299.99, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-05-19 08:24:23', '2024-05-19 08:24:23'),\n(15, NULL, 24, NULL, NULL, 2, 1, NULL, 'spr-20240519-022530', 1, 1300, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-05-19 08:25:30', '2024-05-19 08:25:30'),\n(16, NULL, 25, NULL, NULL, 2, 1, NULL, 'spr-20240519-023055', 1, 1300, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-05-19 08:30:55', '2024-05-19 08:30:55'),\n(18, NULL, 28, NULL, NULL, 2, 1, NULL, 'spr-20240521-013249', 1, 1050, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-05-21 07:32:49', '2024-05-21 07:32:49'),\n(19, NULL, 29, NULL, NULL, 2, 1, NULL, 'spr-20240603-122701', 1, 1000, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-06-03 06:27:01', '2024-06-03 06:27:01'),\n(20, NULL, 29, NULL, NULL, 2, 1, NULL, 'spr-20240603-122810', 1, 1000, NULL, NULL, '1.00', NULL, NULL, NULL, 'Credit Card', NULL, NULL, '2024-06-03 06:28:10', '2024-06-03 06:28:10'),\n(21, NULL, 29, NULL, NULL, 2, 1, NULL, 'spr-20240603-122906', 1, 549.99, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cheque', NULL, NULL, '2024-06-03 06:29:06', '2024-06-03 06:29:06'),\n(22, NULL, 30, NULL, NULL, 2, 1, NULL, 'spr-20240603-053022', 1, 2300, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-06-03 11:30:22', '2024-06-03 11:30:22'),\n(23, NULL, 33, NULL, NULL, 2, 1, NULL, 'spr-20240626-010119', 1, 1299.99, NULL, NULL, '1.00', NULL, NULL, NULL, 'Cash', NULL, NULL, '2024-06-26 07:01:19', '2024-06-26 07:01:19'),\n(24, NULL, 38, NULL, NULL, 2, 1, NULL, 'spr-20240718-113630', 1, 1299.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-07-18 05:36:30', '2024-07-18 05:36:30'),\n(25, NULL, 39, NULL, NULL, 2, 1, NULL, 'spr-20240718-015913', 1, 250, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-07-18 07:59:13', '2024-07-18 07:59:13'),\n(26, NULL, 40, NULL, NULL, 1, 1, NULL, 'spr-20240718-020145', 1, 250, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-07-18 08:01:45', '2024-07-18 08:01:45'),\n(27, NULL, 42, NULL, NULL, 2, 1, NULL, 'spr-20240811-112806', 1, 500, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-08-11 05:28:06', '2024-08-11 05:28:06'),\n(28, NULL, 42, NULL, NULL, 2, 1, NULL, 'spr-20240811-112806', 1, 77, NULL, NULL, '1.00', NULL, NULL, 0, 'Cheque', NULL, NULL, '2024-08-11 05:28:06', '2024-08-11 05:28:06'),\n(29, NULL, 45, NULL, NULL, 2, 1, NULL, 'spr-20240811-114852', 1, 1600, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-08-11 05:48:52', '2024-08-11 05:48:52'),\n(30, NULL, 46, NULL, NULL, 3, 1, NULL, 'spr-20240825-062616', 1, 1299.99, NULL, NULL, '1.00', NULL, NULL, 0, '', NULL, NULL, '2024-08-25 23:26:16', '2024-08-25 23:26:16'),\n(31, NULL, 47, NULL, NULL, 3, 1, NULL, 'spr-20240825-062630', 1, 1050, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-08-25 23:26:30', '2024-08-25 23:26:30'),\n(34, NULL, 50, NULL, NULL, 3, 1, NULL, 'spr-20240825-062929', 1, 350, NULL, NULL, '1.00', NULL, NULL, 0, '', NULL, NULL, '2024-08-25 23:29:29', '2024-08-25 23:29:29'),\n(35, 12, NULL, NULL, NULL, NULL, 1, NULL, 'ppr-20241202-024402', 1, 870, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-02 08:44:02', '2024-12-02 08:44:02'),\n(36, 13, NULL, NULL, NULL, NULL, 1, NULL, 'ppr-20241202-024402', 1, 4089, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-02 08:44:02', '2024-12-02 08:44:02'),\n(37, NULL, 73, NULL, NULL, 3, 1, NULL, 'spr-20241203-010211', 1, 1050, NULL, NULL, '1.00', NULL, NULL, 950, 'Cash', NULL, NULL, '2024-12-03 07:02:11', '2024-12-03 07:02:11'),\n(38, NULL, 76, NULL, NULL, 3, 1, NULL, 'spr-20241203-021244', 1, 550, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-03 08:12:44', '2024-12-03 08:12:44'),\n(39, NULL, 77, NULL, NULL, 3, 1, NULL, 'spr-20241203-021927', 1, 500, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-03 08:19:27', '2024-12-03 08:19:27'),\n(40, NULL, 78, NULL, NULL, 3, 1, NULL, 'spr-20241203-021951', 1, 550, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-03 08:19:51', '2024-12-03 08:19:51'),\n(41, NULL, 79, NULL, NULL, 3, 1, NULL, 'spr-20241203-022009', 1, 550, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-03 08:20:09', '2024-12-03 08:20:09'),\n(42, NULL, 80, NULL, NULL, 3, 1, NULL, 'spr-20241203-022958', 1, 1050, NULL, NULL, '1.00', NULL, NULL, -550, 'Cash', NULL, NULL, '2024-12-03 08:29:58', '2024-12-03 08:29:58'),\n(43, NULL, 81, NULL, NULL, 3, 1, NULL, 'spr-20241203-023529', 1, 1050, NULL, NULL, '1.00', NULL, NULL, -500, 'Cash', NULL, NULL, '2024-12-03 08:35:29', '2024-12-03 08:35:29'),\n(44, NULL, 82, NULL, NULL, 3, 1, NULL, 'spr-20241203-023727', 1, 1050, NULL, NULL, '1.00', NULL, NULL, -1050, 'Cash', NULL, NULL, '2024-12-03 08:37:27', '2024-12-03 08:37:27'),\n(45, NULL, 84, NULL, NULL, 3, 1, NULL, 'spr-20241203-024509', 1, 500, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-03 08:45:09', '2024-12-03 08:45:09'),\n(46, NULL, 85, NULL, NULL, 3, 1, NULL, 'spr-20241203-033707', 1, 1050, NULL, NULL, '1.00', NULL, NULL, 950, 'Cash', NULL, NULL, '2024-12-03 09:37:07', '2024-12-03 09:37:07'),\n(47, NULL, 86, NULL, NULL, 3, 1, NULL, 'spr-20241203-033802', 1, 1050, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-03 09:38:02', '2024-12-03 09:38:02'),\n(48, NULL, 87, NULL, NULL, 3, 1, NULL, 'spr-20241203-034048', 1, 1050, NULL, NULL, '1.00', NULL, NULL, -500, 'Cash', NULL, NULL, '2024-12-03 09:40:48', '2024-12-03 09:40:48'),\n(49, NULL, 88, NULL, NULL, 3, 1, NULL, 'spr-20241203-061213', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-03 12:12:13', '2024-12-03 12:12:13'),\n(50, NULL, 89, NULL, NULL, 3, 1, NULL, 'spr-20241203-061342', 1, 1050, NULL, NULL, '1.00', NULL, NULL, 950, 'Cash', NULL, NULL, '2024-12-03 12:13:42', '2024-12-03 12:13:42'),\n(51, NULL, 90, NULL, NULL, 3, 1, NULL, 'spr-20241203-061505', 1, 1050, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-03 12:15:05', '2024-12-03 12:15:05'),\n(52, NULL, 83, NULL, NULL, 3, 1, NULL, 'spr-20241203-061614', 1, 0, NULL, NULL, '1.00', NULL, NULL, 1050, 'Cash', NULL, NULL, '2024-12-03 12:16:14', '2024-12-03 12:16:14'),\n(53, NULL, 91, NULL, NULL, 3, 1, NULL, 'spr-20241203-061907', 1, 200, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-03 12:19:07', '2024-12-03 12:19:07'),\n(54, NULL, 91, NULL, NULL, 3, 1, NULL, 'spr-20241203-061907', 1, 850, NULL, NULL, '1.00', NULL, NULL, -650, 'Cash', NULL, NULL, '2024-12-03 12:19:07', '2024-12-03 12:19:07'),\n(55, NULL, 92, NULL, NULL, 3, 1, NULL, 'spr-20241203-061957', 1, 200, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-03 12:19:57', '2024-12-03 12:19:57'),\n(56, NULL, 92, NULL, NULL, 3, 1, NULL, 'spr-20241203-061957', 1, 850, NULL, NULL, '1.00', NULL, NULL, -650, 'Cash', NULL, NULL, '2024-12-03 12:19:57', '2024-12-03 12:19:57'),\n(57, NULL, 93, NULL, NULL, 3, 1, NULL, 'spr-20241204-043022', 1, 550, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-04 10:30:22', '2024-12-04 10:30:22'),\n(58, NULL, 93, NULL, NULL, 3, 1, NULL, 'spr-20241204-043022', 1, 500, NULL, NULL, '1.00', NULL, NULL, 50, 'Cash', NULL, NULL, '2024-12-04 10:30:22', '2024-12-04 10:30:22'),\n(59, NULL, 94, NULL, NULL, 3, 1, NULL, 'spr-20241204-043903', 1, 500, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-04 10:39:03', '2024-12-04 10:39:03'),\n(60, NULL, 94, NULL, NULL, 3, 1, NULL, 'spr-20241204-043903', 1, 550, NULL, NULL, '1.00', NULL, NULL, -50, 'Cash', NULL, NULL, '2024-12-04 10:39:03', '2024-12-04 10:39:03'),\n(61, NULL, 95, NULL, NULL, 3, 1, NULL, 'spr-20241204-044129', 1, 550, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-04 10:41:29', '2024-12-04 10:41:29'),\n(62, NULL, 95, NULL, NULL, 3, 1, NULL, 'spr-20241204-044129', 1, 500, NULL, NULL, '1.00', NULL, NULL, 50, 'Credit Card', NULL, NULL, '2024-12-04 10:41:29', '2024-12-04 10:41:29'),\n(63, NULL, 96, NULL, NULL, 3, 1, NULL, 'spr-20241204-044157', 1, 1050, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-04 10:41:57', '2024-12-04 10:41:57'),\n(64, NULL, 97, NULL, NULL, 3, 1, NULL, 'spr-20241204-045422', 1, 1050, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-04 10:54:22', '2024-12-04 10:54:22'),\n(65, NULL, 98, NULL, NULL, 3, 1, NULL, 'spr-20241204-045638', 1, 1050, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-04 10:56:38', '2024-12-04 10:56:38'),\n(66, NULL, 102, NULL, NULL, 3, 1, NULL, 'spr-20241204-055915', 1, 500, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-04 11:59:15', '2024-12-04 11:59:15'),\n(67, NULL, 102, NULL, NULL, 3, 1, NULL, 'spr-20241204-055915', 1, 550, NULL, NULL, '1.00', NULL, NULL, -50, 'Cash', NULL, NULL, '2024-12-04 11:59:15', '2024-12-04 11:59:15'),\n(68, NULL, 103, NULL, NULL, 3, 1, NULL, 'spr-20241204-060435', 1, 500, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-04 12:04:35', '2024-12-04 12:04:35'),\n(69, NULL, 103, NULL, NULL, 3, 1, NULL, 'spr-20241204-060435', 1, 550, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-04 12:04:35', '2024-12-04 12:04:35'),\n(70, NULL, 104, NULL, NULL, 3, 1, NULL, 'spr-20241204-060520', 1, 1050, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-04 12:05:20', '2024-12-04 12:05:20'),\n(71, NULL, 105, NULL, NULL, 3, 1, NULL, 'spr-20241204-060543', 1, 1050, NULL, NULL, '1.00', NULL, NULL, 150, 'Cash', NULL, NULL, '2024-12-04 12:05:43', '2024-12-04 12:05:43'),\n(72, NULL, 106, NULL, NULL, 3, 1, NULL, 'spr-20241204-060607', 1, 500, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-04 12:06:07', '2024-12-04 12:06:07'),\n(73, NULL, 107, NULL, NULL, 3, 1, NULL, 'spr-20241204-060852', 1, 1050, NULL, NULL, '1.00', NULL, NULL, 0, 'Cheque', NULL, NULL, '2024-12-04 12:08:52', '2024-12-04 12:08:52'),\n(74, NULL, 108, NULL, NULL, 3, 1, NULL, 'spr-20241206-120020', 1, 577, NULL, NULL, '1.00', NULL, NULL, 0, '9', NULL, NULL, '2024-12-06 06:00:20', '2024-12-06 06:00:20'),\n(75, NULL, 109, NULL, NULL, 3, 1, NULL, 'spr-20241206-121740', 1, 577, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-06 06:17:40', '2024-12-06 06:17:40'),\n(76, NULL, 110, NULL, NULL, 3, 1, NULL, 'spr-20241207-124003', 1, 577, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-07 06:40:03', '2024-12-07 06:40:03'),\n(77, NULL, 111, NULL, NULL, 3, 1, NULL, 'spr-20241208-112955', 1, 577, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-08 05:29:55', '2024-12-08 05:29:55'),\n(78, NULL, 106, NULL, NULL, 3, 1, NULL, 'spr-20241217-102051', 1, 550, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-17 04:20:51', '2024-12-17 04:20:51'),\n(79, NULL, 112, NULL, NULL, 3, 1, NULL, 'spr-20241217-102523', 1, 1199.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-17 04:25:23', '2024-12-17 04:25:23'),\n(80, NULL, 113, NULL, NULL, 3, 1, NULL, 'spr-20241217-102708', 1, 1.29, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-17 04:27:08', '2024-12-17 04:27:08'),\n(81, NULL, 114, NULL, NULL, 3, 1, NULL, 'spr-20241218-111745', 1, 945, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-18 05:17:45', '2024-12-18 05:17:45'),\n(82, 14, NULL, NULL, NULL, NULL, 1, NULL, 'ppr-20241219-112810', 1, 1350, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-19 05:28:10', '2024-12-19 05:28:10'),\n(83, NULL, 116, NULL, NULL, 3, 1, NULL, 'spr-20241219-114402', 1, 27, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-19 05:44:02', '2024-12-19 05:44:02'),\n(84, NULL, 118, NULL, NULL, 4, 1, NULL, 'spr-20241223-121043', 9, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-23 06:10:43', '2024-12-23 06:10:43'),\n(85, NULL, 119, NULL, NULL, 3, 1, NULL, 'spr-20241229-122648', 1, 577, NULL, NULL, '1.00', NULL, NULL, 0, 'Pesapal', NULL, NULL, '2024-12-28 18:26:48', '2024-12-28 18:26:48'),\n(86, NULL, 121, NULL, NULL, 3, 1, NULL, 'spr-20241229-123947', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-29 06:39:47', '2024-12-29 06:39:47'),\n(87, NULL, 123, NULL, NULL, 3, 1, NULL, 'spr-20241229-124414', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-29 06:44:14', '2024-12-29 06:44:14'),\n(88, NULL, 124, NULL, NULL, 3, 1, NULL, 'spr-20241229-124536', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-29 06:45:36', '2024-12-29 06:45:36'),\n(89, NULL, 125, NULL, NULL, 3, 1, NULL, 'spr-20241229-010600', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-29 07:06:00', '2024-12-29 07:06:00'),\n(90, NULL, 126, NULL, NULL, 3, 1, NULL, 'spr-20241229-010827', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-29 07:08:27', '2024-12-29 07:08:27'),\n(91, NULL, 127, NULL, NULL, 3, 1, NULL, 'spr-20241229-010944', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-29 07:09:44', '2024-12-29 07:09:44'),\n(92, NULL, 128, NULL, NULL, 3, 1, NULL, 'spr-20241229-011046', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-29 07:10:46', '2024-12-29 07:10:46'),\n(93, NULL, 129, NULL, NULL, 3, 1, NULL, 'spr-20241229-020304', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-29 08:03:04', '2024-12-29 08:03:04'),\n(94, NULL, 130, NULL, NULL, 3, 1, NULL, 'spr-20241229-024244', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-29 08:42:44', '2024-12-29 08:42:44'),\n(95, NULL, 131, NULL, NULL, 3, 1, NULL, 'spr-20241229-035114', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-29 09:51:14', '2024-12-29 09:51:14'),\n(96, NULL, 132, NULL, NULL, 3, 1, NULL, 'spr-20241229-054802', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-29 11:48:02', '2024-12-29 11:48:02'),\n(97, NULL, 133, NULL, NULL, 3, 1, NULL, 'spr-20241229-055021', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2024-12-29 11:50:21', '2024-12-29 11:50:21'),\n(98, NULL, 134, NULL, NULL, 3, 1, NULL, 'spr-20241230-122822', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Credit Card', NULL, NULL, '2024-12-30 06:28:22', '2024-12-30 06:28:22'),\n(99, NULL, 135, NULL, NULL, 3, 1, NULL, 'spr-20241230-122946', 1, 500, NULL, NULL, '1.00', NULL, NULL, 669.99, 'Credit Card', NULL, NULL, '2024-12-30 06:29:46', '2024-12-30 06:29:46'),\n(100, NULL, 135, NULL, NULL, 3, 1, NULL, 'spr-20241230-122946', 1, 669.99, NULL, NULL, '1.00', NULL, NULL, -669.99, 'Cash', NULL, NULL, '2024-12-30 06:29:46', '2024-12-30 06:29:46'),\n(101, NULL, 136, NULL, NULL, 3, 1, NULL, 'spr-20241230-123058', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-30 06:30:58', '2024-12-30 06:30:58'),\n(102, NULL, 137, NULL, NULL, 3, 1, NULL, 'spr-20241230-123131', 1, 1169.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2024-12-30 06:31:31', '2024-12-30 06:31:31'),\n(103, NULL, 138, NULL, NULL, 3, 1, NULL, 'spr-20250101-125049', 1, 1299.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2025-01-01 06:50:49', '2025-01-01 06:50:49'),\n(104, NULL, 139, NULL, NULL, 3, 1, NULL, 'spr-20250101-023752', 1, 1299.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Moneipoint', NULL, NULL, '2025-01-01 08:37:52', '2025-01-01 08:37:52'),\n(105, 18, NULL, NULL, NULL, NULL, 1, NULL, 'ppr-20250108-024142', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-08 08:41:42', '2025-01-08 08:41:42'),\n(106, NULL, 140, NULL, NULL, 3, 1, NULL, 'spr-20250109-124048', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-09 06:40:48', '2025-01-09 06:40:48'),\n(107, NULL, 141, NULL, NULL, 3, 1, NULL, 'spr-20250112-121632', 1, 577, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-12 06:16:32', '2025-01-12 06:16:32'),\n(108, NULL, 142, NULL, NULL, 3, 1, NULL, 'spr-20250112-121904', 1, 1.29, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-12 06:19:04', '2025-01-12 06:19:04'),\n(109, NULL, 143, NULL, NULL, 3, 1, NULL, 'spr-20250112-121956', 1, 577, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-12 06:19:56', '2025-01-12 06:19:56'),\n(110, NULL, 144, NULL, NULL, 3, 1, NULL, 'spr-20250112-122210', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-12 06:22:10', '2025-01-12 06:22:10'),\n(111, NULL, 145, NULL, NULL, 3, 1, NULL, 'spr-20250112-122339', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-12 06:23:39', '2025-01-12 06:23:39'),\n(112, NULL, 146, NULL, NULL, 4, 1, NULL, 'spr-20250112-122538', 9, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-12 06:25:38', '2025-01-12 06:25:38'),\n(113, NULL, 147, NULL, NULL, 3, 1, NULL, 'spr-20250112-010845', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-12 07:08:45', '2025-01-12 07:08:45'),\n(114, 40, NULL, NULL, NULL, NULL, 1, NULL, 'ppr-20250112-011924', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-12 07:19:24', '2025-01-12 07:19:24'),\n(115, 41, NULL, NULL, NULL, NULL, 1, NULL, 'ppr-20250112-011924', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-12 07:19:24', '2025-01-12 07:19:24'),\n(116, NULL, 148, NULL, NULL, 3, 1, NULL, 'spr-20250112-014034', 1, 200, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-12 07:40:34', '2025-01-12 07:40:34'),\n(119, NULL, 160, NULL, NULL, 3, 1, NULL, 'spr-20250113-035657', 1, 300, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-13 09:56:57', '2025-01-13 09:56:57'),\n(120, NULL, 161, NULL, NULL, 3, 1, NULL, 'spr-20250113-035944', 1, 300, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-13 09:59:44', '2025-01-13 09:59:44'),\n(121, NULL, 162, NULL, NULL, 3, 1, NULL, 'spr-20250113-040000', 1, 300, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-13 10:00:00', '2025-01-13 10:00:00'),\n(122, NULL, 163, NULL, NULL, 3, 1, NULL, 'spr-20250114-020657', 1, 200, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-14 08:06:57', '2025-01-14 08:06:57'),\n(125, NULL, 166, NULL, NULL, 3, 1, NULL, 'spr-20250115-100132', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-15 04:01:32', '2025-01-15 04:01:32'),\n(127, NULL, 168, NULL, NULL, 3, 1, NULL, 'spr-20250115-124611', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-15 06:46:11', '2025-01-15 06:46:11'),\n(130, NULL, 172, NULL, NULL, 3, 1, NULL, 'spr-20250115-035841', 1, 20, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-15 09:58:41', '2025-01-15 09:58:41'),\n(131, NULL, 173, NULL, NULL, 3, 1, '100.00', 'spr-20250119-051138', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-19 11:11:38', '2025-01-19 11:11:38'),\n(132, NULL, 174, NULL, NULL, 3, 1, '100.00', 'spr-20250119-051831', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-19 11:18:31', '2025-01-19 11:18:31'),\n(139, NULL, 190, NULL, NULL, 3, 1, NULL, 'spr-20250121-104500', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-21 04:45:00', '2025-01-21 04:45:00'),\n(140, NULL, 191, NULL, NULL, 3, 1, NULL, 'spr-20250121-021717', 1, 310, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-21 08:17:17', '2025-01-21 08:17:17'),\n(143, NULL, 194, NULL, NULL, 3, 1, NULL, 'spr-20250126-113536', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-26 17:35:36', '2025-01-26 17:35:36'),\n(154, NULL, 208, NULL, NULL, 3, 1, NULL, 'spr-20250130-023349', 1, 537, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-01-30 08:33:49', '2025-01-30 08:33:49'),\n(156, NULL, 210, NULL, NULL, 3, 3, NULL, 'spr-20250203-120752', 1, 103.5, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-03 06:07:52', '2025-02-03 06:07:52'),\n(157, NULL, 211, NULL, NULL, 3, 1, NULL, 'spr-20250203-121037', 1, 103.5, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-03 06:10:37', '2025-02-03 06:10:37'),\n(158, NULL, 212, NULL, NULL, 3, 3, NULL, 'spr-20250203-123856', 1, 103.5, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-03 06:38:56', '2025-02-03 06:38:56'),\n(159, NULL, 213, NULL, NULL, 3, 1, NULL, 'spr-20250203-051852', 1, 99.99, NULL, NULL, '1.00', NULL, NULL, -99.99, 'Cash', NULL, NULL, '2025-02-03 11:18:52', '2025-02-03 11:18:52'),\n(160, NULL, 214, NULL, NULL, 3, 5, NULL, 'spr-20250203-052046', 1, 90, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-03 11:20:46', '2025-02-03 11:20:46'),\n(161, NULL, 215, NULL, NULL, 3, 5, NULL, 'spr-20250203-052319', 1, 1575, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-03 11:23:19', '2025-02-03 11:23:19'),\n(163, 69, NULL, NULL, NULL, NULL, 1, NULL, 'ppr-20250204-120836', 1, 10000, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-04 06:08:36', '2025-02-04 06:08:36'),\n(177, NULL, 239, NULL, NULL, 5, 1, NULL, 'spr-20250225-094535', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-25 03:45:35', '2025-02-25 03:45:35'),\n(179, NULL, 244, NULL, NULL, 5, 1, NULL, 'spr-20250225-041717', 1, 20, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-25 10:17:17', '2025-02-25 10:17:17'),\n(186, NULL, 254, NULL, NULL, 5, 1, NULL, 'spr-20250226-121526', 1, 200, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-26 06:15:26', '2025-02-26 06:15:26'),\n(187, NULL, 3, NULL, NULL, 5, 1, NULL, 'spr-20250227-065747', 1, 300, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-27 12:57:47', '2025-02-27 12:57:47'),\n(188, NULL, 3, NULL, NULL, 5, 1, NULL, 'spr-20250227-065903', 1, 200, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-27 12:59:03', '2025-02-27 12:59:03'),\n(189, NULL, 3, NULL, NULL, 5, 1, NULL, 'spr-20250227-070022', 1, 682, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-27 13:00:22', '2025-02-27 13:00:22'),\n(190, NULL, 15, NULL, NULL, 3, 1, NULL, 'spr-20250227-070022', 1, 318, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-27 13:00:22', '2025-02-27 13:00:22'),\n(191, NULL, 15, NULL, NULL, 3, 1, NULL, 'spr-20250227-070223', 1, 181, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-27 13:02:23', '2025-02-27 13:02:23'),\n(192, NULL, 32, NULL, NULL, 3, 1, NULL, 'spr-20250227-070223', 1, 1299.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-27 13:02:23', '2025-02-27 13:02:23'),\n(193, NULL, 43, NULL, NULL, 5, 1, NULL, 'spr-20250227-070223', 1, 19.01, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-02-27 13:02:23', '2025-02-27 13:02:23'),\n(194, NULL, 257, NULL, NULL, 3, 1, NULL, 'spr-20250301-101331', 1, 1010, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-01 04:13:31', '2025-03-01 04:13:31'),\n(197, NULL, 261, NULL, NULL, 5, 1, NULL, 'spr-20250302-122241', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-02 06:22:41', '2025-03-02 06:22:41'),\n(198, NULL, 43, NULL, NULL, 5, 1, NULL, 'spr-20250302-021903', 1, 9.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Card', NULL, NULL, '2025-03-02 08:19:03', '2025-03-02 08:19:03'),\n(203, NULL, 43, NULL, NULL, 5, 1, NULL, 'spr-20250303-104845', 1, 599, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-03 16:48:45', '2025-03-03 16:48:45'),\n(204, NULL, 53, NULL, NULL, 3, 1, NULL, 'spr-20250303-104845', 1, 250, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-03 16:48:45', '2025-03-03 16:48:45'),\n(205, NULL, 74, NULL, NULL, 3, 1, NULL, 'spr-20250303-104845', 1, 151, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-03 16:48:45', '2025-03-03 16:48:45'),\n(206, NULL, 74, NULL, NULL, 3, 1, NULL, 'spr-20250303-104945', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Credit Card', NULL, NULL, '2025-03-03 16:49:45', '2025-03-03 16:49:45'),\n(225, NULL, 268, NULL, NULL, 5, 1, NULL, 'spr-20250304-041928', 1, 50, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-04 10:19:28', '2025-03-04 10:19:28'),\n(226, NULL, 268, NULL, NULL, 5, 1, NULL, 'spr-20250304-041944', 1, 50, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-04 10:19:44', '2025-03-04 10:19:44'),\n(227, NULL, 269, NULL, NULL, 5, 1, NULL, 'spr-20250304-042506', 1, 50, NULL, NULL, '1.00', NULL, NULL, 0, 'Credit Card', NULL, NULL, '2025-03-04 10:25:06', '2025-03-04 10:25:06'),\n(228, NULL, 269, NULL, NULL, 5, 1, NULL, 'spr-20250304-042517', 1, 50, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-04 10:25:17', '2025-03-04 10:25:17'),\n(229, NULL, 270, NULL, NULL, 3, 1, NULL, 'spr-20250308-044927', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-08 10:49:27', '2025-03-08 10:49:27'),\n(230, NULL, 271, NULL, NULL, 5, 1, NULL, 'spr-20250308-044927', 1, 2, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-08 10:49:27', '2025-03-08 10:49:27'),\n(231, NULL, 271, NULL, NULL, 5, 1, NULL, 'spr-20250308-110601', 1, 50, NULL, NULL, '1.00', NULL, NULL, 0, 'Cheque', NULL, NULL, '2025-03-08 17:06:01', '2025-03-08 17:06:01'),\n(232, NULL, 271, NULL, NULL, 5, 1, NULL, 'spr-20250308-110645', 1, 48, NULL, NULL, '1.00', NULL, NULL, 0, 'Credit Card', NULL, NULL, '2025-03-08 17:06:45', '2025-03-08 17:06:45'),\n(233, 133, NULL, NULL, NULL, NULL, 1, NULL, 'ppr-20250309-094618', 1, 50, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-09 03:46:18', '2025-03-09 03:46:18'),\n(234, 134, NULL, NULL, NULL, NULL, 1, NULL, 'ppr-20250309-094618', 1, 50, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-09 03:46:18', '2025-03-09 03:46:18'),\n(235, NULL, 272, NULL, NULL, 5, 1, NULL, 'spr-20250309-094726', 1, 200, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-09 03:47:26', '2025-03-09 03:47:26'),\n(238, NULL, 278, NULL, NULL, 5, 1, NULL, 'spr-20250309-081638', 1, 100, NULL, NULL, '1.00', NULL, 1, 0, 'Points', NULL, NULL, '2025-03-09 14:16:38', '2025-03-09 14:16:38'),\n(239, NULL, 279, NULL, NULL, 5, 1, NULL, 'spr-20250310-093540', 1, 100, NULL, NULL, '1.00', NULL, 1, 0, 'Points', NULL, NULL, '2025-03-10 03:35:40', '2025-03-10 03:35:40'),\n(240, NULL, 280, NULL, NULL, 3, 1, NULL, 'spr-20250311-110222', 1, 100, NULL, NULL, '1.00', NULL, 1, 0, 'Points', NULL, NULL, '2025-03-11 05:02:22', '2025-03-11 05:02:22'),\n(241, NULL, 281, NULL, NULL, 3, 1, NULL, 'spr-20250311-110453', 1, 100, NULL, NULL, '1.00', NULL, 1, 0, 'Points', NULL, NULL, '2025-03-11 05:04:53', '2025-03-11 05:04:53'),\n(242, 136, NULL, NULL, NULL, NULL, 1, NULL, 'ppr-20250313-041613', 1, 50, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-13 10:16:13', '2025-03-13 10:16:13'),\n(243, 137, NULL, NULL, NULL, NULL, 1, NULL, 'ppr-20250313-041643', 1, 50, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-03-13 10:16:43', '2025-03-13 10:16:43'),\n(244, NULL, 284, NULL, NULL, 3, 1, NULL, 'spr-20250313-095358', 1, 8.99, NULL, NULL, '1.00', NULL, 1, 0, 'Points', NULL, NULL, '2025-03-13 15:53:58', '2025-03-13 15:53:58'),\n(245, NULL, 43, NULL, NULL, 5, 1, NULL, 'spr-20250406-093811', 1, 500, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-04-06 03:38:11', '2025-04-06 03:38:11'),\n(246, NULL, 43, NULL, NULL, 5, 1, NULL, 'spr-20250406-093811', 1, 99, NULL, NULL, '1.00', NULL, NULL, 0, 'Credit Card', NULL, NULL, '2025-04-06 03:38:11', '2025-04-06 03:38:11'),\n(248, NULL, 289, NULL, NULL, 5, 1, NULL, 'spr-20250407-105753', 1, 2, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-04-07 04:57:53', '2025-04-07 04:57:53'),\n(252, NULL, 319, NULL, NULL, 3, 1, '44.95', 'spr-20250416-022630', 1, 44.95, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '44.95', NULL, '2025-04-16 08:26:30', '2025-04-16 08:26:30'),\n(253, NULL, 320, NULL, NULL, 3, 1, 'erwer', 'spr-20250417-050726', 1, 8.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '23424', NULL, '2025-04-17 11:07:26', '2025-04-17 11:07:26'),\n(254, NULL, 321, NULL, NULL, 3, 1, '4234', 'spr-20250417-050956', 1, 17.98, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '24342', NULL, '2025-04-17 11:09:56', '2025-04-17 11:09:56'),\n(255, NULL, 322, NULL, NULL, 5, 1, '123', 'spr-20250427-105431', 1, 1100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '123', NULL, '2025-04-27 04:54:31', '2025-04-27 04:54:31'),\n(256, NULL, 323, NULL, NULL, 5, 1, '1100', 'spr-20250427-110852', 1, 1100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '1100', NULL, '2025-04-27 05:08:52', '2025-04-27 05:08:52'),\n(257, NULL, 324, NULL, NULL, 5, 1, '999', 'spr-20250427-011915', 1, 999.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '999', NULL, '2025-04-27 07:19:15', '2025-04-27 07:19:15'),\n(258, NULL, 325, NULL, NULL, 5, 1, '1100', 'spr-20250427-023544', 1, 1100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '1100', NULL, '2025-04-27 08:35:44', '2025-04-27 08:35:44'),\n(259, NULL, 326, NULL, NULL, 5, 1, '999', 'spr-20250427-023613', 1, 999.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '999', NULL, '2025-04-27 08:36:13', '2025-04-27 08:36:13'),\n(260, NULL, 327, NULL, NULL, 5, 1, NULL, 'spr-20250427-023850', 1, 1100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '1100', NULL, '2025-04-27 08:38:50', '2025-04-27 08:38:50'),\n(261, NULL, 328, NULL, NULL, 5, 1, '1', 'spr-20250427-023954', 1, 1.29, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '1', NULL, '2025-04-27 08:39:54', '2025-04-27 08:39:54'),\n(262, NULL, 329, NULL, NULL, 5, 1, '123', 'spr-20250427-024035', 1, 2309, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '123', NULL, '2025-04-27 08:40:35', '2025-04-27 08:40:35'),\n(263, NULL, 330, NULL, NULL, 5, 1, '123', 'spr-20250427-024116', 1, 350, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', 'weq', NULL, '2025-04-27 08:41:16', '2025-04-27 08:41:16'),\n(264, NULL, 331, NULL, NULL, 5, 1, '350', 'spr-20250427-024144', 1, 350, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '350', NULL, '2025-04-27 08:41:44', '2025-04-27 08:41:44'),\n(265, NULL, 332, NULL, NULL, 5, 1, NULL, 'spr-20250427-024230', 1, 1100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-04-27 08:42:30', '2025-04-27 08:42:30'),\n(266, NULL, 333, NULL, NULL, 5, 1, '11000', 'spr-20250427-025210', 1, 11000, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '11000', NULL, '2025-04-27 08:52:10', '2025-04-27 08:52:10'),\n(267, NULL, 334, NULL, NULL, 5, 1, '998', 'spr-20250427-025930', 1, 998, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '998', NULL, '2025-04-27 08:59:30', '2025-04-27 08:59:30'),\n(268, NULL, 335, NULL, NULL, 5, 1, '499', 'spr-20250427-030022', 1, 499, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', '499', NULL, '2025-04-27 09:00:22', '2025-04-27 09:00:22'),\n(269, NULL, 337, NULL, NULL, 5, 1, NULL, 'spr-20250428-102013', 1, 3.19, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-04-28 04:20:13', '2025-04-28 04:20:13'),\n(270, NULL, 338, NULL, NULL, 3, 1, NULL, 'spr-20250428-121936', 1, 1.29, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-04-28 06:19:36', '2025-04-28 06:19:36'),\n(271, NULL, 339, NULL, NULL, 5, 1, NULL, 'spr-20250428-122107', 1, 1.29, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-04-28 06:21:07', '2025-04-28 06:21:07'),\n(272, NULL, 349, NULL, NULL, 3, 1, NULL, 'spr-20250522-122839', 1, 8.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-05-22 06:28:39', '2025-05-22 06:28:39'),\n(273, NULL, 350, NULL, NULL, 5, 1, NULL, 'spr-20250527-114459', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-05-27 05:44:59', '2025-05-27 05:44:59'),\n(274, NULL, 351, NULL, NULL, 5, 1, NULL, 'spr-20250527-120619', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-05-27 06:06:19', '2025-05-27 06:06:19'),\n(275, NULL, 352, NULL, NULL, 5, 1, NULL, 'spr-20250527-120727', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-05-27 06:07:27', '2025-05-27 06:07:27'),\n(281, NULL, 358, NULL, NULL, 5, 1, NULL, 'spr-20250604-050804', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-06-04 11:08:04', '2025-06-04 11:08:04'),\n(282, NULL, 359, NULL, NULL, 5, 1, NULL, 'spr-20250604-050852', 1, 100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cheque', NULL, NULL, '2025-06-04 11:08:52', '2025-06-04 11:08:52'),\n(283, NULL, 360, NULL, NULL, 3, 1, NULL, 'spr-20250611-093854', 1, 8.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-06-11 15:38:54', '2025-06-11 15:38:54'),\n(285, NULL, 366, NULL, NULL, 5, 1, NULL, 'spr-20250629-093016', 1, 8.99, NULL, NULL, '1.00', NULL, 1, 0, 'Points', NULL, NULL, '2025-06-29 03:30:16', '2025-06-29 03:30:16'),\n(319, NULL, 273, NULL, NULL, 3, 1, NULL, 'spr-20250708-025315', 1, 10, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-07-08 08:53:15', '2025-07-08 08:53:15'),\n(345, NULL, 423, NULL, NULL, 3, 1, NULL, 'spr-20250804-102428', 1, 1450, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-08-04 16:24:28', '2025-08-04 16:24:28'),\n(346, NULL, 424, NULL, NULL, 3, 1, NULL, 'spr-20250805-072908', 1, 1300, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-08-05 13:29:08', '2025-08-05 13:29:08'),\n(348, NULL, 426, NULL, NULL, 3, 1, NULL, 'spr-20250806-121926', 1, 1409, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-08-06 06:19:26', '2025-08-06 06:19:26'),\n(349, NULL, 436, NULL, NULL, NULL, 1, NULL, 'spr-20250826-103037', 9, 999.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-08-26 16:30:37', '2025-08-26 16:30:37'),\n(350, NULL, 437, NULL, NULL, 8, 1, NULL, 'spr-20250827-014805', 1, 29.84, NULL, NULL, '1.00', NULL, NULL, 20.16, 'Cash', NULL, NULL, '2025-08-27 07:48:05', '2025-08-27 07:48:05'),\n(351, NULL, 438, NULL, NULL, 8, 1, NULL, 'spr-20250902-065134', 1, 2199.21, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-02 18:51:34', '2025-09-02 18:51:34'),\n(352, NULL, 439, NULL, NULL, 8, 1, NULL, 'spr-20250902-072034', 1, 109, NULL, NULL, '1.00', NULL, NULL, 91, 'Cash', NULL, NULL, '2025-09-02 19:20:34', '2025-09-02 19:20:34'),\n(353, NULL, 440, NULL, NULL, 8, 1, NULL, 'spr-20250902-073142', 1, 16, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-02 19:31:42', '2025-09-02 19:31:42'),\n(354, NULL, 441, NULL, NULL, 8, 1, NULL, 'spr-20250905-101727', 1, 3.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-05 16:17:27', '2025-09-05 16:17:27'),\n(355, NULL, 442, NULL, NULL, 8, 1, NULL, 'spr-20250905-102010', 1, 1059, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-05 16:20:10', '2025-09-05 16:20:10'),\n(356, NULL, 443, NULL, NULL, 8, 1, NULL, 'spr-20250905-104336', 1, 1059, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-05 16:43:36', '2025-09-05 16:43:36'),\n(361, NULL, 448, NULL, NULL, 9, 1, NULL, 'spr-20250907-064542', 1, 350, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-07 12:45:42', '2025-09-07 12:45:42'),\n(362, NULL, 449, NULL, NULL, 9, 1, NULL, 'spr-20250908-114802', 1, 998, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-08 05:48:02', '2025-09-08 05:48:02'),\n(363, NULL, 450, NULL, NULL, 9, 1, NULL, 'spr-20250908-114904', 1, 1750, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-08 05:49:04', '2025-09-08 05:49:04'),\n(364, NULL, 454, NULL, NULL, 9, 1, NULL, 'spr-20250908-121649', 1, 1300, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-08 06:16:49', '2025-09-08 06:16:49'),\n(365, NULL, 458, NULL, NULL, 9, 1, NULL, 'spr-20250908-122032', 1, 599, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-08 06:20:32', '2025-09-08 06:20:32'),\n(366, NULL, 460, NULL, NULL, 9, 1, NULL, 'spr-20250908-050504', 1, 300, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-08 11:05:04', '2025-09-08 11:05:04'),\n(367, NULL, 461, NULL, NULL, 9, 1, NULL, 'spr-20250910-012827', 1, 2100, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-10 07:28:27', '2025-09-10 07:28:27'),\n(368, NULL, 462, NULL, NULL, 9, 1, NULL, 'spr-20250911-022541', 1, 1916.15, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-11 08:25:41', '2025-09-11 08:25:41'),\n(369, 1, NULL, NULL, NULL, 10, 1, NULL, 'ppr-20250916-113533', 1, 10000, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-16 05:35:33', '2025-09-16 05:35:33'),\n(370, 1, NULL, NULL, NULL, 11, 1, NULL, 'ppr-20250916-113756', 1, 34758.8, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-16 05:37:56', '2025-09-16 05:37:56'),\n(371, 2, NULL, NULL, NULL, 11, 1, NULL, 'ppr-20250916-113756', 1, 15241.2, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-16 05:37:56', '2025-09-16 05:37:56'),\n(372, 2, NULL, NULL, NULL, 12, 1, NULL, 'ppr-20250916-115041', 1, 30000, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-16 05:50:41', '2025-09-16 05:50:41'),\n(373, NULL, 463, NULL, NULL, 12, 1, '5000', 'spr-20250925-080658', 1, 4427, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-25 08:06:58', '2025-09-25 08:06:58'),\n(374, NULL, 464, NULL, NULL, 13, 1, NULL, 'spr-20250925-100714', 9, 999.99, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-25 10:07:14', '2025-09-25 10:07:14'),\n(375, NULL, 465, NULL, NULL, 12, 1, NULL, 'spr-20250925-102403', 1, 1409, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-25 10:24:03', '2025-09-25 10:24:03'),\n(376, NULL, 466, NULL, NULL, 12, 1, NULL, 'spr-20250925-102440', 1, 1409, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-25 10:24:40', '2025-09-25 10:24:40'),\n(377, NULL, 467, NULL, NULL, 12, 1, NULL, 'spr-20250925-102951', 1, 1.29, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-25 10:29:51', '2025-09-25 10:29:51'),\n(378, NULL, 468, NULL, NULL, 12, 1, NULL, 'spr-20250925-103049', 1, 1409, NULL, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-25 10:30:49', '2025-09-25 10:30:49'),\n(379, NULL, 469, NULL, NULL, 12, 1, NULL, 'spr-20250927-092246', 1, 1409, 1, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-09-27 03:22:46', '2025-09-27 03:22:46'),\n(380, NULL, 470, NULL, NULL, 12, 1, NULL, 'spr-20251110-111421', 1, 50, 1, NULL, '1.00', NULL, NULL, 0, 'Cash', NULL, NULL, '2025-11-10 05:14:21', '2025-11-10 05:14:21'),\n(381, NULL, 472, NULL, NULL, 12, 1, NULL, 'spr-20260126-090741', 1, 1650, 1, NULL, '1.00', '2026-01-26 15:07:41', NULL, 0, 'Cash', NULL, NULL, '2026-01-26 15:07:41', '2026-01-26 15:07:41'),\n(384, NULL, 476, NULL, NULL, 13, 1, NULL, 'spr-20260227-124017', 9, 1349.99, 1, NULL, '1.00', '2026-02-26 18:40:17', NULL, 0, 'Cash', NULL, NULL, '2026-02-26 18:40:17', '2026-02-26 18:40:17'),\n(385, NULL, 480, NULL, NULL, 12, 1, NULL, 'spr-20260309-035851', 1, 300, 1, NULL, '1.00', '2026-03-08 21:58:51', NULL, 0, '', NULL, NULL, '2026-03-08 21:58:51', '2026-03-08 21:58:51'),\n(386, NULL, 481, NULL, NULL, 12, 1, NULL, 'spr-20260312-033116', 1, 958, 1, NULL, '1.00', '2026-03-11 21:31:16', NULL, 0, 'Cash', NULL, NULL, '2026-03-11 21:31:16', '2026-03-11 21:31:16'),\n(388, NULL, 484, NULL, NULL, 12, 1, NULL, 'spr-20260324-013021', 1, 608, 1, NULL, '1.00', '2026-03-23 19:30:21', NULL, 0, 'Cash', NULL, NULL, '2026-03-23 19:30:21', '2026-03-23 19:30:21');\n-- --------------------------------------------------------\n--\n-- Table structure for table `payment_with_cheque`\n--\nCREATE TABLE `payment_with_cheque` (\n`id` int UNSIGNED NOT NULL,\n`payment_id` int NOT NULL,\n`cheque_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `payment_with_cheque`\n--\nINSERT INTO `payment_with_cheque` (`id`, `payment_id`, `cheque_no`, `created_at`, `updated_at`) VALUES\n(1, 21, '34242423', '2024-06-03 06:29:06', '2024-06-03 06:29:06'),\n(2, 73, '999999999', '2024-12-04 12:08:52', '2024-12-04 12:08:52'),\n(6, 231, '004', '2025-03-08 17:06:01', '2025-03-08 17:06:01'),\n(7, 282, '655', '2025-06-04 11:08:52', '2025-06-04 11:08:52');\n-- --------------------------------------------------------\n--\n-- Table structure for table `payment_with_credit_card`\n--\nCREATE TABLE `payment_with_credit_card` (\n`id` int UNSIGNED NOT NULL,\n`payment_id` int NOT NULL,\n`customer_id` int DEFAULT NULL,\n`customer_stripe_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`charge_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `payment_with_credit_card`\n--\nINSERT INTO `payment_with_credit_card` (`id`, `payment_id`, `customer_id`, `customer_stripe_id`, `charge_id`, `data`, `created_at`, `updated_at`) VALUES\n(1, 62, 2, NULL, '12345', '{\\\"card_number\\\":\\\"123456789323\\\",\\\"card_holder_name\\\":\\\"Zuhair\\\",\\\"card_type\\\":\\\"Visa\\\"}', '2024-12-04 10:41:29', '2024-12-04 10:41:29'),\n(2, 98, 2, NULL, '12345', '{\\\"card_number\\\":\\\"123456789\\\",\\\"card_holder_name\\\":\\\"Zuhair\\\",\\\"card_type\\\":\\\"Visa\\\"}', '2024-12-30 06:28:22', '2024-12-30 06:28:22'),\n(3, 99, 2, NULL, '12345', '{\\\"card_number\\\":\\\"123456789\\\",\\\"card_holder_name\\\":\\\"Zuhair\\\",\\\"card_type\\\":\\\"Visa\\\"}', '2024-12-30 06:29:46', '2024-12-30 06:29:46');\n-- --------------------------------------------------------\n--\n-- Table structure for table `payment_with_gift_card`\n--\nCREATE TABLE `payment_with_gift_card` (\n`id` int UNSIGNED NOT NULL,\n`payment_id` int NOT NULL,\n`gift_card_id` int NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `payment_with_paypal`\n--\nCREATE TABLE `payment_with_paypal` (\n`id` int UNSIGNED NOT NULL,\n`payment_id` int NOT NULL,\n`transaction_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `payrolls`\n--\nCREATE TABLE `payrolls` (\n`id` int UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`employee_id` int NOT NULL,\n`account_id` int NOT NULL,\n`user_id` int NOT NULL,\n`amount` double NOT NULL,\n`paying_method` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`status` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'draft',\n`amount_array` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,\n`created_at` timestamp NULL DEFAULT NULL,\n`month` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `permissions`\n--\nCREATE TABLE `permissions` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`guard_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `permissions`\n--\nINSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES\n(4, 'products-edit', 'web', '2018-06-03 01:00:09', '2018-06-03 01:00:09'),\n(5, 'products-delete', 'web', '2018-06-03 22:54:22', '2018-06-03 22:54:22'),\n(6, 'products-add', 'web', '2018-06-04 00:34:14', '2018-06-04 00:34:14'),\n(7, 'products-index', 'web', '2018-06-04 03:34:27', '2018-06-04 03:34:27'),\n(8, 'purchases-index', 'web', '2018-06-04 08:03:19', '2018-06-04 08:03:19'),\n(9, 'purchases-add', 'web', '2018-06-04 08:12:25', '2018-06-04 08:12:25'),\n(10, 'purchases-edit', 'web', '2018-06-04 09:47:36', '2018-06-04 09:47:36'),\n(11, 'purchases-delete', 'web', '2018-06-04 09:47:36', '2018-06-04 09:47:36'),\n(12, 'sales-index', 'web', '2018-06-04 10:49:08', '2018-06-04 10:49:08'),\n(13, 'sales-add', 'web', '2018-06-04 10:49:52', '2018-06-04 10:49:52'),\n(14, 'sales-edit', 'web', '2018-06-04 10:49:52', '2018-06-04 10:49:52'),\n(15, 'sales-delete', 'web', '2018-06-04 10:49:53', '2018-06-04 10:49:53'),\n(16, 'quotes-index', 'web', '2018-06-04 22:05:10', '2018-06-04 22:05:10'),\n(17, 'quotes-add', 'web', '2018-06-04 22:05:10', '2018-06-04 22:05:10'),\n(18, 'quotes-edit', 'web', '2018-06-04 22:05:10', '2018-06-04 22:05:10'),\n(19, 'quotes-delete', 'web', '2018-06-04 22:05:10', '2018-06-04 22:05:10'),\n(20, 'transfers-index', 'web', '2018-06-04 22:30:03', '2018-06-04 22:30:03'),\n(21, 'transfers-add', 'web', '2018-06-04 22:30:03', '2018-06-04 22:30:03'),\n(22, 'transfers-edit', 'web', '2018-06-04 22:30:03', '2018-06-04 22:30:03'),\n(23, 'transfers-delete', 'web', '2018-06-04 22:30:03', '2018-06-04 22:30:03'),\n(24, 'returns-index', 'web', '2018-06-04 22:50:24', '2018-06-04 22:50:24'),\n(25, 'returns-add', 'web', '2018-06-04 22:50:24', '2018-06-04 22:50:24'),\n(26, 'returns-edit', 'web', '2018-06-04 22:50:25', '2018-06-04 22:50:25'),\n(27, 'returns-delete', 'web', '2018-06-04 22:50:25', '2018-06-04 22:50:25'),\n(28, 'customers-index', 'web', '2018-06-04 23:15:54', '2018-06-04 23:15:54'),\n(29, 'customers-add', 'web', '2018-06-04 23:15:55', '2018-06-04 23:15:55'),\n(30, 'customers-edit', 'web', '2018-06-04 23:15:55', '2018-06-04 23:15:55'),\n(31, 'customers-delete', 'web', '2018-06-04 23:15:55', '2018-06-04 23:15:55'),\n(32, 'suppliers-index', 'web', '2018-06-04 23:40:12', '2018-06-04 23:40:12'),\n(33, 'suppliers-add', 'web', '2018-06-04 23:40:12', '2018-06-04 23:40:12'),\n(34, 'suppliers-edit', 'web', '2018-06-04 23:40:12', '2018-06-04 23:40:12'),\n(35, 'suppliers-delete', 'web', '2018-06-04 23:40:12', '2018-06-04 23:40:12'),\n(36, 'product-report', 'web', '2018-06-24 23:05:33', '2018-06-24 23:05:33'),\n(37, 'purchase-report', 'web', '2018-06-24 23:24:56', '2018-06-24 23:24:56'),\n(38, 'sale-report', 'web', '2018-06-24 23:33:13', '2018-06-24 23:33:13'),\n(39, 'customer-report', 'web', '2018-06-24 23:36:51', '2018-06-24 23:36:51'),\n(40, 'due-report', 'web', '2018-06-24 23:39:52', '2018-06-24 23:39:52'),\n(41, 'users-index', 'web', '2018-06-25 00:00:10', '2018-06-25 00:00:10'),\n(42, 'users-add', 'web', '2018-06-25 00:00:10', '2018-06-25 00:00:10'),\n(43, 'users-edit', 'web', '2018-06-25 00:01:30', '2018-06-25 00:01:30'),\n(44, 'users-delete', 'web', '2018-06-25 00:01:30', '2018-06-25 00:01:30'),\n(45, 'profit-loss', 'web', '2018-07-14 21:50:05', '2018-07-14 21:50:05'),\n(46, 'best-seller', 'web', '2018-07-14 22:01:38', '2018-07-14 22:01:38'),\n(47, 'daily-sale', 'web', '2018-07-14 22:24:21', '2018-07-14 22:24:21'),\n(48, 'monthly-sale', 'web', '2018-07-14 22:30:41', '2018-07-14 22:30:41'),\n(49, 'daily-purchase', 'web', '2018-07-14 22:36:46', '2018-07-14 22:36:46'),\n(50, 'monthly-purchase', 'web', '2018-07-14 22:48:17', '2018-07-14 22:48:17'),\n(51, 'payment-report', 'web', '2018-07-14 23:10:41', '2018-07-14 23:10:41'),\n(52, 'warehouse-stock-report', 'web', '2018-07-14 23:16:55', '2018-07-14 23:16:55'),\n(53, 'product-qty-alert', 'web', '2018-07-14 23:33:21', '2018-07-14 23:33:21'),\n(54, 'supplier-report', 'web', '2018-07-30 03:00:01', '2018-07-30 03:00:01'),\n(55, 'expenses-index', 'web', '2018-09-05 01:07:10', '2018-09-05 01:07:10'),\n(56, 'expenses-add', 'web', '2018-09-05 01:07:10', '2018-09-05 01:07:10'),\n(57, 'expenses-edit', 'web', '2018-09-05 01:07:10', '2018-09-05 01:07:10'),\n(58, 'expenses-delete', 'web', '2018-09-05 01:07:11', '2018-09-05 01:07:11'),\n(59, 'general_setting', 'web', '2018-10-19 23:10:04', '2018-10-19 23:10:04'),\n(60, 'mail_setting', 'web', '2018-10-19 23:10:04', '2018-10-19 23:10:04'),\n(61, 'pos_setting', 'web', '2018-10-19 23:10:04', '2018-10-19 23:10:04'),\n(62, 'hrm_setting', 'web', '2019-01-02 10:30:23', '2019-01-02 10:30:23'),\n(63, 'purchase-return-index', 'web', '2019-01-02 21:45:14', '2019-01-02 21:45:14'),\n(64, 'purchase-return-add', 'web', '2019-01-02 21:45:14', '2019-01-02 21:45:14'),\n(65, 'purchase-return-edit', 'web', '2019-01-02 21:45:14', '2019-01-02 21:45:14'),\n(66, 'purchase-return-delete', 'web', '2019-01-02 21:45:14', '2019-01-02 21:45:14'),\n(67, 'account-index', 'web', '2019-01-02 22:06:13', '2019-01-02 22:06:13'),\n(68, 'balance-sheet', 'web', '2019-01-02 22:06:14', '2019-01-02 22:06:14'),\n(69, 'account-statement', 'web', '2019-01-02 22:06:14', '2019-01-02 22:06:14'),\n(70, 'department', 'web', '2019-01-02 22:30:01', '2019-01-02 22:30:01'),\n(71, 'attendance', 'web', '2019-01-02 22:30:01', '2019-01-02 22:30:01'),\n(72, 'payroll', 'web', '2019-01-02 22:30:01', '2019-01-02 22:30:01'),\n(73, 'employees-index', 'web', '2019-01-02 22:52:19', '2019-01-02 22:52:19'),\n(74, 'employees-add', 'web', '2019-01-02 22:52:19', '2019-01-02 22:52:19'),\n(75, 'employees-edit', 'web', '2019-01-02 22:52:19', '2019-01-02 22:52:19'),\n(76, 'employees-delete', 'web', '2019-01-02 22:52:19', '2019-01-02 22:52:19'),\n(77, 'user-report', 'web', '2019-01-16 06:48:18', '2019-01-16 06:48:18'),\n(78, 'stock_count', 'web', '2019-02-17 10:32:01', '2019-02-17 10:32:01'),\n(79, 'adjustment', 'web', '2019-02-17 10:32:02', '2019-02-17 10:32:02'),\n(80, 'sms_setting', 'web', '2019-02-22 05:18:03', '2019-02-22 05:18:03'),\n(81, 'create_sms', 'web', '2019-02-22 05:18:03', '2019-02-22 05:18:03'),\n(82, 'print_barcode', 'web', '2019-03-07 05:02:19', '2019-03-07 05:02:19'),\n(83, 'empty_database', 'web', '2019-03-07 05:02:19', '2019-03-07 05:02:19'),\n(84, 'customer_group', 'web', '2019-03-07 05:37:15', '2019-03-07 05:37:15'),\n(85, 'unit', 'web', '2019-03-07 05:37:15', '2019-03-07 05:37:15'),\n(86, 'tax', 'web', '2019-03-07 05:37:15', '2019-03-07 05:37:15'),\n(87, 'gift_card', 'web', '2019-03-07 06:29:38', '2019-03-07 06:29:38'),\n(88, 'coupon', 'web', '2019-03-07 06:29:38', '2019-03-07 06:29:38'),\n(89, 'holiday', 'web', '2019-10-19 08:57:15', '2019-10-19 08:57:15'),\n(90, 'warehouse-report', 'web', '2019-10-22 06:00:23', '2019-10-22 06:00:23'),\n(91, 'warehouse', 'web', '2020-02-26 06:47:32', '2020-02-26 06:47:32'),\n(92, 'brand', 'web', '2020-02-26 06:59:59', '2020-02-26 06:59:59'),\n(93, 'billers-index', 'web', '2020-02-26 07:11:15', '2020-02-26 07:11:15'),\n(94, 'billers-add', 'web', '2020-02-26 07:11:15', '2020-02-26 07:11:15'),\n(95, 'billers-edit', 'web', '2020-02-26 07:11:15', '2020-02-26 07:11:15'),\n(96, 'billers-delete', 'web', '2020-02-26 07:11:15', '2020-02-26 07:11:15'),\n(97, 'money-transfer', 'web', '2020-03-02 05:41:48', '2020-03-02 05:41:48'),\n(98, 'category', 'web', '2020-07-13 12:13:16', '2020-07-13 12:13:16'),\n(99, 'delivery', 'web', '2020-07-13 12:13:16', '2020-07-13 12:13:16'),\n(100, 'send_notification', 'web', '2020-10-31 06:21:31', '2020-10-31 06:21:31'),\n(101, 'today_sale', 'web', '2020-10-31 06:57:04', '2020-10-31 06:57:04'),\n(102, 'today_profit', 'web', '2020-10-31 06:57:04', '2020-10-31 06:57:04'),\n(103, 'currency', 'web', '2020-11-09 00:23:11', '2020-11-09 00:23:11'),\n(104, 'backup_database', 'web', '2020-11-15 00:16:55', '2020-11-15 00:16:55'),\n(105, 'reward_point_setting', 'web', '2021-06-27 04:34:42', '2021-06-27 04:34:42'),\n(106, 'revenue_profit_summary', 'web', '2022-02-08 13:57:21', '2022-02-08 13:57:21'),\n(107, 'cash_flow', 'web', '2022-02-08 13:57:22', '2022-02-08 13:57:22'),\n(108, 'monthly_summary', 'web', '2022-02-08 13:57:22', '2022-02-08 13:57:22'),\n(109, 'yearly_report', 'web', '2022-02-08 13:57:22', '2022-02-08 13:57:22'),\n(110, 'discount_plan', 'web', '2022-02-16 09:12:26', '2022-02-16 09:12:26'),\n(111, 'discount', 'web', '2022-02-16 09:12:38', '2022-02-16 09:12:38'),\n(112, 'product-expiry-report', 'web', '2022-03-30 05:39:20', '2022-03-30 05:39:20'),\n(113, 'purchase-payment-index', 'web', '2022-06-05 14:12:27', '2022-06-05 14:12:27'),\n(114, 'purchase-payment-add', 'web', '2022-06-05 14:12:28', '2022-06-05 14:12:28'),\n(115, 'purchase-payment-edit', 'web', '2022-06-05 14:12:28', '2022-06-05 14:12:28'),\n(116, 'purchase-payment-delete', 'web', '2022-06-05 14:12:28', '2022-06-05 14:12:28'),\n(117, 'sale-payment-index', 'web', '2022-06-05 14:12:28', '2022-06-05 14:12:28'),\n(118, 'sale-payment-add', 'web', '2022-06-05 14:12:28', '2022-06-05 14:12:28'),\n(119, 'sale-payment-edit', 'web', '2022-06-05 14:12:28', '2022-06-05 14:12:28'),\n(120, 'sale-payment-delete', 'web', '2022-06-05 14:12:28', '2022-06-05 14:12:28'),\n(121, 'all_notification', 'web', '2022-06-05 14:12:29', '2022-06-05 14:12:29'),\n(122, 'sale-report-chart', 'web', '2022-06-05 14:12:29', '2022-06-05 14:12:29'),\n(123, 'dso-report', 'web', '2022-06-05 14:12:29', '2022-06-05 14:12:29'),\n(124, 'product_history', 'web', '2022-08-25 14:04:05', '2022-08-25 14:04:05'),\n(125, 'supplier-due-report', 'web', '2022-08-31 09:46:33', '2022-08-31 09:46:33'),\n(126, 'custom_field', 'web', '2023-05-02 07:41:35', '2023-05-02 07:41:35'),\n(127, 'incomes-index', 'web', '2024-08-11 04:50:59', '2024-08-11 04:50:59'),\n(128, 'incomes-add', 'web', '2024-08-11 04:50:59', '2024-08-11 04:50:59'),\n(129, 'incomes-edit', 'web', '2024-08-11 04:50:59', '2024-08-11 04:50:59'),\n(130, 'incomes-delete', 'web', '2024-08-11 04:50:59', '2024-08-11 04:50:59'),\n(131, 'packing_slip_challan', 'web', '2024-08-11 04:51:00', '2024-08-11 04:51:00'),\n(132, 'biller-report', 'web', '2024-08-25 23:30:44', '2024-08-25 23:30:44'),\n(133, 'payment_gateway_setting', 'web', '2025-01-29 06:10:49', '2025-01-29 06:10:49'),\n(134, 'barcode_setting', 'web', '2025-01-29 10:26:14', '2025-01-29 10:26:14'),\n(135, 'language_setting', 'web', '2025-01-29 10:35:47', '2025-01-29 10:35:47'),\n(136, 'addons', 'web', '2025-02-02 11:25:47', '2025-02-02 11:25:47'),\n(137, 'account-selection', 'web', '2025-02-03 12:54:05', '2025-02-03 12:54:05'),\n(138, 'invoice_setting', 'web', '2025-06-03 06:04:51', '2025-06-03 06:04:51'),\n(139, 'invoice_create_edit_delete', 'web', '2025-06-03 06:04:51', '2025-06-03 06:04:51'),\n(141, 'handle_discount', 'web', '2025-06-03 06:37:55', '2025-06-03 06:37:55'),\n(142, 'muri_khur', 'web', '2025-08-02 04:41:09', '2025-08-02 04:41:09'),\n(145, 'products-import', 'web', NULL, NULL),\n(146, 'purchases-import', 'web', NULL, NULL),\n(147, 'sales-import', 'web', NULL, NULL),\n(148, 'customers-import', 'web', NULL, NULL),\n(149, 'billers-import', 'web', NULL, NULL),\n(150, 'suppliers-import', 'web', NULL, NULL),\n(151, 'categories-add', 'web', NULL, NULL),\n(152, 'categories-import', 'web', NULL, NULL),\n(153, 'categories-index', 'web', NULL, NULL),\n(154, 'categories-edit', 'web', NULL, NULL),\n(155, 'categories-delete', 'web', NULL, NULL),\n(156, 'role_permission', 'web', NULL, NULL),\n(157, 'cart-product-update', 'web', NULL, NULL),\n(158, 'transfers-import', 'web', NULL, NULL),\n(159, 'change_sale_date', 'web', NULL, NULL),\n(160, 'sidebar_product', 'web', NULL, NULL),\n(161, 'sidebar_purchase', 'web', NULL, NULL),\n(162, 'sidebar_sale', 'web', NULL, NULL),\n(163, 'sidebar_quotation', 'web', NULL, NULL),\n(164, 'sidebar_transfer', 'web', NULL, NULL),\n(165, 'sidebar_expense', 'web', NULL, NULL),\n(166, 'sidebar_income', 'web', NULL, NULL),\n(167, 'sidebar_accounting', 'web', NULL, NULL),\n(168, 'sidebar_hrm', 'web', NULL, NULL),\n(169, 'sidebar_people', 'web', NULL, NULL),\n(170, 'sidebar_reports', 'web', NULL, NULL),\n(171, 'sidebar_settings', 'web', NULL, NULL),\n(172, 'sale_export', 'web', NULL, NULL),\n(173, 'product_export', 'web', NULL, NULL),\n(174, 'purchase_export', 'web', NULL, NULL),\n(175, 'designations', 'web', NULL, NULL),\n(176, 'shift', 'web', NULL, NULL),\n(177, 'overtime', 'web', NULL, NULL),\n(178, 'leave-type', 'web', NULL, NULL),\n(179, 'leave', 'web', NULL, NULL),\n(180, 'hrm-panel', 'web', NULL, NULL),\n(181, 'sale-agents', 'web', NULL, NULL),\n(182, 'customer_export', 'web', NULL, NULL),\n(183, 'income-category', 'web', NULL, NULL),\n(184, 'expense-category', 'web', NULL, NULL),\n(185, 'exchange-index', 'web', '2026-01-21 09:03:15', '2026-01-21 09:03:15'),\n(186, 'exchange-add', 'web', '2026-01-21 09:03:15', '2026-01-21 09:03:15'),\n(187, 'exchange-edit', 'web', '2026-01-21 09:03:15', '2026-01-21 09:03:15'),\n(188, 'exchange-delete', 'web', '2026-01-21 09:03:15', '2026-01-21 09:03:15'),\n(189, 'income-categories', 'web', '2026-01-21 09:03:15', '2026-01-21 09:03:15'),\n(190, 'expense-categories', 'web', '2026-01-21 09:03:16', '2026-01-21 09:03:16'),\n(191, 'whatsapp-index', 'web', '2026-01-21 09:10:19', '2026-01-21 09:10:19'),\n(192, 'whatsapp-view', 'web', '2026-01-21 09:10:19', '2026-01-21 09:10:19'),\n(193, 'whatsapp-add', 'web', '2026-01-21 09:10:19', '2026-01-21 09:10:19'),\n(194, 'whatsapp-edit', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(195, 'whatsapp-delete', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(196, 'suppliers-view', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(197, 'sidebar_manufacturing', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(198, 'sidebar_whatsapp', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(199, 'production-view', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(200, 'production-add', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(201, 'production-edit', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(202, 'production-delete', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(203, 'recipe-view', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(204, 'recipe-add', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(205, 'recipe-edit', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(206, 'recipe-delete', 'web', '2026-01-21 09:10:20', '2026-01-21 09:10:20'),\n(207, 'theme_settings', 'web', NULL, NULL),\n(208, 'categories-view', 'web', NULL, NULL),\n(209, 'products-view', 'web', NULL, NULL),\n(210, 'purchases-view', 'web', NULL, NULL),\n(211, 'purchase-payment-view', 'web', NULL, NULL),\n(212, 'sales-view', 'web', NULL, NULL),\n(213, 'sale-payment-view', 'web', NULL, NULL),\n(214, 'expenses-view', 'web', NULL, NULL),\n(215, 'incomes-view', 'web', NULL, NULL),\n(216, 'quotes-view', 'web', NULL, NULL),\n(217, 'transfers-view', 'web', NULL, NULL),\n(218, 'returns-view', 'web', NULL, NULL),\n(219, 'exchange-view', 'web', NULL, NULL),\n(220, 'purchase-return-view', 'web', NULL, NULL),\n(221, 'employees-view', 'web', NULL, NULL),\n(222, 'users-view', 'web', NULL, NULL),\n(223, 'customers-view', 'web', NULL, NULL),\n(224, 'billers-view', 'web', NULL, NULL),\n(225, 'account-view', 'web', NULL, NULL),\n(226, 'stock-report', 'web', '2026-03-04 21:47:24', '2026-03-04 21:47:24'),\n(227, 'damage-stock', 'web', '2026-03-15 06:58:36', '2026-03-15 06:58:36'),\n(228, 'booking', 'web', '2026-03-20 13:37:41', '2026-03-20 13:37:41');\n-- --------------------------------------------------------\n--\n-- Table structure for table `personal_access_tokens`\n--\nCREATE TABLE `personal_access_tokens` (\n`id` bigint UNSIGNED NOT NULL,\n`tokenable_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`tokenable_id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`token` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`abilities` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`last_used_at` timestamp NULL DEFAULT NULL,\n`expires_at` timestamp NULL DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `pos_setting`\n--\nCREATE TABLE `pos_setting` (\n`id` int NOT NULL,\n`customer_id` int NOT NULL,\n`warehouse_id` int NOT NULL,\n`biller_id` int NOT NULL,\n`product_number` int NOT NULL,\n`keybord_active` tinyint(1) NOT NULL,\n`is_table` tinyint(1) NOT NULL DEFAULT '0',\n`send_sms` tinyint(1) NOT NULL DEFAULT '0',\n`stripe_public_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`stripe_secret_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`paypal_live_api_username` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`paypal_live_api_password` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`paypal_live_api_secret` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`payment_options` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`show_print_invoice` tinyint(1) NOT NULL DEFAULT '1',\n`invoice_option` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`thermal_invoice_size` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '80',\n`cash_register` tinyint NOT NULL DEFAULT '0',\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `pos_setting`\n--\nINSERT INTO `pos_setting` (`id`, `customer_id`, `warehouse_id`, `biller_id`, `product_number`, `keybord_active`, `is_table`, `send_sms`, `stripe_public_key`, `stripe_secret_key`, `paypal_live_api_username`, `paypal_live_api_password`, `paypal_live_api_secret`, `payment_options`, `show_print_invoice`, `invoice_option`, `thermal_invoice_size`, `cash_register`, `created_at`, `updated_at`) VALUES\n(1, 2, 1, 1, 3, 0, 0, 1, NULL, NULL, 'admin', 'admin', NULL, 'cash,card,credit,deposit,points,razorpay,installment,moneipoint,bkash,nagad,Rocket,SureCash', 1, 'A4', '80', 1, '2018-09-02 03:17:04', '2026-03-08 21:24:33');\n-- --------------------------------------------------------\n--\n-- Table structure for table `printers`\n--\nCREATE TABLE `printers` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`warehouse_id` int UNSIGNED NOT NULL,\n`connection_type` enum('network','windows','linux') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`capability_profile` enum('default','simple','SP2000','TEP-200M','TM-U220','RP326','P822D') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',\n`char_per_line` int NOT NULL DEFAULT '42',\n`ip_address` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`port` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`created_by` int UNSIGNED NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `productions`\n--\nCREATE TABLE `productions` (\n`id` bigint UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`warehouse_id` int NOT NULL,\n`user_id` int NOT NULL,\n`item` int NOT NULL,\n`total_qty` int NOT NULL,\n`total_tax` double NOT NULL,\n`total_cost` double NOT NULL,\n`shipping_cost` double DEFAULT NULL,\n`production_cost` double DEFAULT '0',\n`grand_total` double NOT NULL,\n`status` int NOT NULL,\n`document` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`production_units_ids` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`wastage_percent` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`product_list` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`product_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`qty_list` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`price_list` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `productions`\n--\nINSERT INTO `productions` (`id`, `reference_no`, `warehouse_id`, `user_id`, `item`, `total_qty`, `total_tax`, `total_cost`, `shipping_cost`, `production_cost`, `grand_total`, `status`, `document`, `note`, `created_at`, `updated_at`, `production_units_ids`, `wastage_percent`, `product_list`, `product_id`, `qty_list`, `price_list`) VALUES\n(2, 'production-20250226-124530', 1, 1, 1, 2, 0, 40, 0, 0, 40, 1, NULL, NULL, '2025-02-26 06:45:30', '2025-02-26 06:45:30', NULL, NULL, NULL, NULL, NULL, NULL),\n(6, 'production-20250708-124242', 1, 1, 1, 1, 0, 20, 0, 0, 20, 1, NULL, NULL, '2025-07-08 06:42:42', '2025-07-08 06:42:42', NULL, NULL, NULL, NULL, NULL, NULL);\n-- --------------------------------------------------------\n--\n-- Table structure for table `products`\n--\nCREATE TABLE `products` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`barcode_symbology` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`brand_id` int DEFAULT NULL,\n`category_id` int NOT NULL,\n`unit_id` int NOT NULL,\n`purchase_unit_id` int NOT NULL,\n`sale_unit_id` int NOT NULL,\n`cost` double NOT NULL,\n`price` double NOT NULL,\n`profit_margin` decimal(8,2) NOT NULL DEFAULT '0.00',\n`profit_margin_type` enum('flat','percentage') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'percentage',\n`wholesale_price` double DEFAULT NULL,\n`qty` double DEFAULT NULL,\n`alert_quantity` double DEFAULT NULL,\n`daily_sale_objective` double DEFAULT NULL,\n`promotion` tinyint DEFAULT NULL,\n`promotion_price` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`starting_date` date DEFAULT NULL,\n`last_date` date DEFAULT NULL,\n`tax_id` int DEFAULT NULL,\n`tax_method` int DEFAULT NULL,\n`image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`file` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`is_embeded` tinyint(1) DEFAULT NULL,\n`is_variant` tinyint(1) DEFAULT NULL,\n`is_batch` tinyint(1) DEFAULT NULL,\n`is_diffPrice` tinyint(1) DEFAULT NULL,\n`is_imei` tinyint(1) DEFAULT NULL,\n`featured` tinyint DEFAULT NULL,\n`product_list` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`variant_list` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`qty_list` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`price_list` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`product_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`variant_option` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`variant_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`is_active` tinyint(1) DEFAULT NULL,\n`guarantee` int DEFAULT NULL,\n`warranty` int DEFAULT NULL,\n`guarantee_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`warranty_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`wastage_percent` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',\n`combo_unit_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`production_cost` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',\n`is_recipe` bigint UNSIGNED NOT NULL DEFAULT '0'\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `products`\n--\nINSERT INTO `products` (`id`, `name`, `code`, `type`, `barcode_symbology`, `brand_id`, `category_id`, `unit_id`, `purchase_unit_id`, `sale_unit_id`, `cost`, `price`, `profit_margin`, `profit_margin_type`, `wholesale_price`, `qty`, `alert_quantity`, `daily_sale_objective`, `promotion`, `promotion_price`, `starting_date`, `last_date`, `tax_id`, `tax_method`, `image`, `file`, `is_embeded`, `is_variant`, `is_batch`, `is_diffPrice`, `is_imei`, `featured`, `product_list`, `variant_list`, `qty_list`, `price_list`, `product_details`, `variant_option`, `variant_value`, `is_active`, `guarantee`, `warranty`, `guarantee_type`, `warranty_type`, `created_at`, `updated_at`, `wastage_percent`, `combo_unit_id`, `production_cost`, `is_recipe`) VALUES\n(1, 'Zenbook 14 OLED (UX3402)\uff5cLaptops For Home \u2013 ASUS', '59028109', 'standard', 'C128', 2, 6, 1, 1, 1, 1099.99, 1299.99, '0.00', 'percentage', NULL, -7, NULL, NULL, 1, '1050.99', '2024-01-08', NULL, 1, 2, '202401081146401.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-08 05:46:42', '2025-01-29 07:16:00', '0', NULL, '0', 0),\n(2, '2021 Apple 12.9-inch iPad Pro Wi-Fi 512GB', '2035892312345', 'standard', 'C128', 3, 6, 1, 1, 1, 1000, 1250, '25.00', 'percentage', 1200, 4, NULL, NULL, 1, '1200.00', '2024-01-08', NULL, 1, 2, '202401081246041.png,202401081246062.png,202401081246063.png,202401081246064.png', NULL, 0, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-08 06:46:07', '2026-03-19 19:16:45', '0', NULL, '0', 0),\n(3, 'Apple iPhone 11 (4GB-64GB) Black', '49251814', 'standard', 'C128', 1, 1, 1, 1, 1, 272.73, 350, '16.67', 'percentage', NULL, 13, NULL, NULL, 1, NULL, '2024-01-08', NULL, 1, 2, '202401081255081.png,202401081255112.png,202401081255123.png,202401081255134.png,202401081255135.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-08 06:55:14', '2026-03-13 19:39:56', '0', NULL, '0', 0),\n(4, 'Samsung Galaxy Chromebook Go, 14\u2033 HD LED, Intel Celeron N4500', '28090345', 'standard', 'C128', 2, 6, 1, 1, 1, 900, 1050, '0.00', 'percentage', NULL, -22, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, '202401080121221.png,202401080121242.png,202401080121243.png,202401080121254.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-08 07:21:25', '2024-12-29 06:40:02', '0', NULL, '0', 0),\n(5, 'SAMSUNG Galaxy Book Pro 15.6 Laptop \u2013 Intel Core i5', '67015642', 'standard', 'C128', 2, 6, 1, 1, 1, 950.99, 1150.99, '0.00', 'percentage', NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, '202401080124321.png,202401080124342.png,202401080124353.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-08 07:24:36', '2024-08-25 23:29:53', '0', NULL, '0', 0),\n(6, 'Microsoft \u2013 Surface Laptop 4 13.5\u201d Touch-Screen \u2013 AMD Ryzen 5', '24005329', 'standard', 'C128', 3, 6, 1, 1, 1, 999.99, 1111.99, '0.00', 'percentage', NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401080127451.png,202401080127462.png,202401080127473.jpg,202401080127484.jpg,202401080127485.jpg', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-08 07:27:49', '2025-04-22 09:09:24', '0', NULL, '0', 0),\n(7, 'Acer Chromebook 315, 15.6 HD \u2013 Intel Celeron N4000', '30798200', 'standard', 'C128', 4, 6, 1, 1, 1, 899.99, 999.99, '0.00', 'percentage', 950, 20, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, '202401080130241.png,202401080130242.png,202401080130253.png', NULL, 0, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-08 07:30:25', '2026-03-08 21:55:53', '0', NULL, '0', 0),\n(8, 'HP Victus 16-e00244AX GTX 1650 Gaming Laptop 16.1\u201d FHD 144Hz', '81526930', 'standard', 'C128', 4, 6, 1, 1, 1, 1199, 1300, '0.00', 'percentage', NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, '202401080134061.png,202401080134072.png,202401080134073.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-08 07:34:08', '2025-09-08 06:17:21', '0', NULL, '0', 0),\n(9, 'Epson Inkjet WorkForce Pro WF-3820DWF', '20142029', 'standard', 'C128', 2, 6, 1, 1, 1, 399, 559, '0.00', 'percentage', NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401080141091.png,202401080141102.png,202401080141103.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-08 07:41:11', '2025-09-08 06:19:44', '0', NULL, '0', 0),\n(10, 'iPhone 14 Pro 256GB Gold', '29733132', 'standard', 'C128', 1, 1, 1, 1, 1, 990, 1250, '0.00', 'percentage', NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401080143591.png,202401080144002.png,202401080144013.png,202401080144014.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-08 07:44:02', '2026-02-15 16:25:34', '0', NULL, '0', 0),\n(11, 'Electrolux EW6F449ST PerfectCare 9 Kg Washing Machine', '23279148', 'standard', 'C128', 5, 20, 1, 1, 1, 1500, 1750, '0.00', 'percentage', NULL, 17, NULL, NULL, 1, '1650', '2024-01-13', NULL, 1, 2, '202401130329581.png,202401130330002.png,202401130330013.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-13 09:30:02', '2025-09-08 05:49:04', '0', NULL, '0', 0),\n(12, 'GORENJE Waschmaschine WHP74EPS Waschmaschine', '43879312', 'standard', 'C128', 2, 20, 1, 1, 1, 999, 1250, '0.00', 'percentage', NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, '202401130338301.png,202401130338322.png,202401130338323.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-13 09:38:33', '2025-01-30 06:31:19', '0', NULL, '0', 0),\n(13, 'iRobot Roomba E6 (6199) Robot Vacuum', '56858702', 'standard', 'C128', 4, 22, 1, 1, 1, 250, 349, '0.00', 'percentage', NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, '202401130343221.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-13 09:43:24', '2025-01-28 10:25:13', '0', NULL, '0', 0),\n(14, 'Sony Bravia 55X90J 4K Ultra HD 55\u2033 140 Screen Google Smart LED TV', '16530612', 'standard', 'C128', 3, 23, 1, 1, 1, 350, 499, '0.00', 'percentage', NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-13 09:53:32', '2024-01-19 14:40:16', '0', NULL, '0', 0),\n(15, 'Samsung 43AU7000 4K Ultra HD 43\u2033 109 Screen Smart LED TV', '73189124', 'standard', 'C128', 2, 23, 1, 1, 1, 499, 547, '0.00', 'percentage', NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401130357131.png,202401130357152.png,202401130357153.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-13 09:57:16', '2025-01-30 08:33:49', '0', NULL, '0', 0),\n(16, 'Apple TV HD 32GB (2nd Generation)', '71493353', 'standard', 'C128', 1, 23, 1, 1, 1, 79, 109, '0.00', 'percentage', NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401130401491.png,202401130401522.png,202401130401533.png,202401130401544.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-13 10:01:55', '2026-03-23 19:30:21', '0', NULL, '0', 0),\n(17, 'Apple Watch SE GPS + Cellular 40mm Space Gray', '92178104', 'standard', 'C128', 1, 12, 1, 1, 1, 349, 499, '0.00', 'percentage', NULL, -5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401130410191.png,202401130410222.jpg,202401130410233.jpg', NULL, 0, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL, NULL, '<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-13 10:10:24', '2026-03-23 19:30:21', '0', NULL, '0', 0),\n(18, 'Xbox One Wireless Controller Black Color', '93060790', 'standard', 'C128', NULL, 1, 1, 1, 1, 459, 599, '0.00', 'percentage', NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, '202401150808421.jpg,202401150808432.jpg', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<div class=@item-description@>\\r\\n<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>\\r\\n<\/div>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-15 14:08:43', '2025-09-08 06:20:32', '0', NULL, '0', 0),\n(19, 'Apple iPhone XS Max-64GB -white', '22061536', 'standard', 'C128', 1, 1, 1, 1, 1, 899, 1059, '0.00', 'percentage', NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, '202401150814131.jpg', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<div class=@item-description@>\\r\\n<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>\\r\\n<\/div>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-15 14:14:14', '2025-11-10 05:14:20', '0', NULL, '0', 0),\n(20, 'Apple Watch Series 8 GPS 45mm Midnight Aluminum Case', '31429623', 'standard', 'C128', 1, 12, 1, 1, 1, 399, 499, '0.00', 'percentage', NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401151009571.png,202401151009582.png,202401151009583.jpg', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<div class=@item-description@>\\r\\n<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>\\r\\n<\/div>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-15 16:09:59', '2025-04-28 10:40:33', '0', NULL, '0', 0),\n(21, 'Huawei Watch GT 2 Sport Stainless Steel 46mm', '02456392', 'standard', 'C128', 3, 12, 1, 1, 1, 369, 599, '0.00', 'percentage', NULL, 20, NULL, NULL, 1, '499', '2024-01-15', NULL, NULL, 1, '202401151013061.png,202401151013062.png,202401151013073.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<div class=@item-description@>\\r\\n<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>\\r\\n<\/div>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-15 16:13:07', '2024-01-19 14:28:35', '0', NULL, '0', 0),\n(22, 'Samsung Galaxy Active 2 R835U Smartwatch 40mm', '10203743', 'standard', 'C128', 2, 12, 1, 1, 1, 275, 399, '0.00', 'percentage', NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401151019301.png,202401151019302.png,202401151019313.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<div class=@item-description@>\\r\\n<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>\\r\\n<\/div>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-15 16:19:31', '2024-01-19 14:26:49', '0', NULL, '0', 0),\n(23, 'Canon EOS R10 RF-S 18-45 IS STM', '13929367', 'standard', 'C128', 17, 1, 1, 1, 1, 439, 577, '0.00', 'percentage', NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401151024231.png,202401151024232.png,202401151024233.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<div class=@item-description@>\\r\\n<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>\\r\\n<\/div>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-15 16:24:24', '2025-01-12 06:19:56', '0', NULL, '0', 0),\n(24, 'Sony A7 III Mirrorless Camera Body Only', '99421096', 'standard', 'C128', 2, 1, 1, 1, 1, 299, 379, '0.00', 'percentage', NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, '202401151026581.png,202401151026592.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<div class=@item-description@>\\r\\n<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>\\r\\n<\/div>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-15 16:27:00', '2024-01-19 14:26:49', '0', NULL, '0', 0),\n(25, 'WOLFANG GA420 Action Camera 4K 60FPS 24MP', '99218280', 'standard', 'C128', 4, 1, 1, 1, 1, 130, 157.99, '0.00', 'percentage', NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401151029321.png,202401151029332.jpg,202401151029343.jpg', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<div class=@item-description@>\\r\\n<p>Quisque varius diam vel metus mattis, id aliquam diam rhoncus. Proin vitae magna in dui finibus malesuada et at nulla. Morbi elit ex, viverra vitae ante vel, blandit feugiat ligula. Fusce fermentum iaculis nibh, at sodales leo maximus a. Nullam ultricies sodales nunc, in pellentesque lorem mattis quis. Cras imperdiet est in nunc tristique lacinia. Nullam aliquam mauris eu accumsan tincidunt. Suspendisse velit ex, aliquet vel ornare vel, dignissim a tortor.<\/p>\\r\\n<p>Morbi ut sapien vitae odio accumsan gravida. Morbi vitae erat auctor, eleifend nunc a, lobortis neque. Praesent aliquam dignissim viverra. Maecenas lacus odio, feugiat eu nunc sit amet, maximus sagittis dolor. Vivamus nisi sapien, elementum sit amet eros sit amet, ultricies cursus ipsum. Sed consequat luctus ligula. Curabitur laoreet rhoncus blandit. Aenean vel diam ut arcu pharetra dignissim ut sed leo. Vivamus faucibus, ipsum in vestibulum vulputate, lorem orci convallis quam, sit amet consequat nulla felis pharetra lacus. Duis semper erat mauris, sed egestas purus commodo vel.<\/p>\\r\\n<\/div>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-15 16:29:34', '2025-09-08 06:21:16', '0', NULL, '0', 0),\n(26, 'Fresh Organic Navel Orange', '33887520', 'standard', 'C128', NULL, 29, 4, 4, 4, 2.99, 3.99, '0.00', 'percentage', NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401151115301.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Fresh Organic Navel Orange<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-15 17:15:32', '2025-09-05 16:17:26', '0', NULL, '0', 0),\n(27, 'Banana (pack of 12)', '27583341', 'standard', 'C128', NULL, 29, 1, 1, 1, 0.89, 1.29, '0.00', 'percentage', NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401151118271.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-15 17:18:28', '2025-09-25 10:29:51', '0', NULL, '0', 0),\n(28, 'Water Melon ~ 3KG', '19186147', 'standard', 'C128', NULL, 29, 1, 1, 1, 2.39, 3.3, '0.00', 'percentage', NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401151142511.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Water Melon ~ 3KG<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-15 17:42:53', '2024-01-19 14:26:48', '0', NULL, '0', 0),\n(29, 'Gala Original Apple - 1KG', '80912386', 'standard', 'C128', NULL, 29, 1, 1, 1, 2.39, 3.19, '0.00', 'percentage', NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '202401151144271.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Gala Original Apple - 1KG<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-15 17:44:27', '2025-08-27 07:48:05', '0', NULL, '0', 0),\n(30, 'Apple Smart Watch', '12010761', 'standard', 'C128', 1, 12, 1, 1, 1, 100, 200, '0.00', 'percentage', NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, '202401190429592.jpg', NULL, 0, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-01-19 09:43:44', '2025-04-28 10:21:07', '0', NULL, '0', 0),\n(31, 'Alpha Cheese', '33357221', 'standard', 'C128', NULL, 34, 1, 1, 1, 120, 200, '0.00', 'percentage', NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-04-14 06:15:06', '2025-08-06 11:01:33', '0', NULL, '0', 0),\n(32, 'green spice', '61226895', 'standard', 'C128', 19, 40, 1, 1, 1, 10, 20, '0.00', 'percentage', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 3, 1, 'zummXD2dvAtI.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-04-29 12:29:17', '2024-04-29 12:29:17', '0', NULL, '0', 0),\n(33, 'Samsung Adapter', '99767039', 'standard', 'C128', 2, 6, 1, 1, 1, 100, 250, '0.00', 'percentage', NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-07-18 07:39:33', '2025-02-16 12:31:24', '0', NULL, '0', 0),\n(34, 'Test Varient', '09759418', 'standard', 'C128', 8, 9, 1, 1, 1, 100, 150, '50.00', 'percentage', NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, 1, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', '[\\\"Size\\\",\\\"Color\\\"]', '[\\\"s,m\\\",\\\"red,blue\\\"]', 1, NULL, NULL, NULL, NULL, '2024-11-24 08:57:18', '2026-02-28 13:25:29', '0', NULL, '0', 0),\n(35, 'Embed', '347130', 'standard', 'EAN8', 6, 40, 1, 1, 1, 87, 617, '0.00', 'percentage', 0, 57, 0, 20, NULL, '735', '1980-10-16', '2008-12-23', 3, 2, 'zummXD2dvAtI.png', NULL, 1, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '<p>Sunt commodo minima .<\/p>', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-12-02 08:44:02', '2025-07-01 02:49:21', '0', NULL, '0', 0),\n(36, 'Suite Case (Large)', '51234109', 'standard', 'C128', 19, 17, 1, 1, 1, 150, 300, '0.00', 'percentage', 300, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, 1, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', '[\\\"color\\\"]', '[\\\"red,green,blue\\\"]', 1, NULL, NULL, NULL, NULL, '2024-12-19 05:23:34', '2025-09-27 03:27:55', '0', NULL, '0', 0),\n(37, 'Suit Case (Medium)', '97067049', 'standard', 'C128', 19, 17, 1, 1, 1, 150, 300, '100.00', 'percentage', 300, 3, NULL, NULL, NULL, NULL, '2025-02-28', NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, 0, 1, NULL, 0, NULL, 1, NULL, NULL, NULL, NULL, '', '[\\\"color\\\"]', '[\\\"red,green,blue\\\"]', 1, NULL, NULL, NULL, NULL, '2024-12-19 05:25:08', '2026-02-28 13:29:02', '0', NULL, '0', 0),\n(38, 'Suit Case (Small)', '22307439', 'standard', 'C128', 19, 17, 1, 1, 1, 150, 300, '0.00', 'percentage', NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, 1, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', '[\\\"color\\\"]', '[\\\"red,green,blue\\\"]', 1, NULL, NULL, NULL, NULL, '2024-12-19 05:26:10', '2025-09-27 03:27:55', '0', NULL, '0', 0),\n(39, 'red combo', '57106851', 'combo', 'C128', 19, 17, 1, 1, 1, 920, 912, '0.00', 'percentage', NULL, -2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 0, NULL, NULL, 0, NULL, 1, '36,37,38,114', '5,5,5,', '1,1,1,1', '300,300,300,12', '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-12-19 05:29:19', '2025-09-27 03:27:56', '0,0,0,0.00', '1,1,1,1', '0', 0),\n(40, 'Banana', '77895040', 'standard', 'C128', 1, 1, 1, 1, 1, 5, 10, '0.00', 'percentage', NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-12-19 05:39:16', '2025-09-27 03:26:43', '0', NULL, '0', 0),\n(41, 'Apple', '79571061', 'standard', 'C128', 3, 29, 1, 1, 1, 5, 10, '0.00', 'percentage', NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-12-19 05:39:49', '2025-09-27 03:26:43', '0', NULL, '0', 0),\n(42, 'Custard', '07363712', 'combo', 'C128', 9, 34, 1, 1, 1, 10, 20, '0.00', 'percentage', NULL, -1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, '41,40', ',', '1,2', '10,10', '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2024-12-19 05:42:27', '2025-09-27 03:26:44', '0,0', '1,1', '0', 1),\n(91, 'Napa', '38506193', 'standard', 'C128', NULL, 47, 1, 1, 1, 10, 50, '0.00', 'percentage', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, NULL, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2025-01-27 03:46:07', '2025-01-27 03:46:07', '0', NULL, '0', 0),\n(100, 'AABB', '23017998', 'standard', 'C128', NULL, 2, 1, 1, 1, 900, 1300, '44.44', 'percentage', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 0, NULL, NULL, 0, 1, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2025-02-10 13:24:01', '2026-01-26 15:07:40', '0', NULL, '0', 0),\n(112, 'Mango', '24779560', 'standard', 'C128', NULL, 44, 4, 4, 4, 10, 100, '0.00', 'percentage', NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2025-03-04 07:06:13', '2025-07-16 04:08:18', '0', NULL, '0', 0),\n(114, '2BC', '44090618', 'standard', 'C128', 3, 5, 1, 1, 1, 0, 0, '0.00', 'percentage', NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 0, NULL, NULL, 1, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2025-03-09 03:46:18', '2025-09-27 03:27:55', '0', NULL, '0', 0),\n(135, 'Ab1', '42038295', 'standard', 'C128', NULL, 2, 1, 1, 1, 10, 12, '0.00', 'percentage', NULL, -1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, '2025-07-08 06:31:02', '2025-07-14 10:19:03', '0', NULL, '0', 0),\n(138, 'Asdd', '01852919', 'standard', 'C128', NULL, 2, 1, 1, 1, 10, 12, '0.00', 'percentage', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 0, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2025-07-09 14:05:49', '2025-07-20 04:54:09', '0', NULL, '0', 0),\n(149, 'Coke', '95240739', 'standard', 'C128', NULL, 44, 1, 1, 1, 10, 12, '0.00', 'percentage', NULL, 720, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2025-07-24 09:56:23', '2025-08-01 05:57:17', '0', NULL, '0', 0),\n(150, 'Hair Cut', '20028879', 'service', 'C128', NULL, 45, 0, 0, 0, 0, 150, '0.00', 'percentage', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, 0, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2025-09-06 16:23:02', '2026-01-23 09:11:57', '0', NULL, '0', 0),\n(151, 'Melon', '2000092', 'standard', 'C128', NULL, 34, 4, 4, 4, 10, 12.5, '25.00', 'percentage', NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, 1, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2025-09-11 12:46:40', '2025-09-11 12:47:46', '0', NULL, '0', 0),\n(152, 'Facial', '14630477', 'service', 'C128', NULL, 50, 0, 0, 0, 0, 500, '0.00', 'percentage', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2025-09-19 04:31:43', '2025-09-19 04:31:43', '0', NULL, '0', 0),\n(153, 't-shirt', '72768495', 'standard', 'C128', NULL, 52, 1, 1, 1, 300, 375, '25.00', 'percentage', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, 1, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, '', '[\\\"color\\\",\\\"size\\\"]', '[\\\"red,green,blue\\\",\\\"s,m,l\\\"]', 1, NULL, NULL, NULL, NULL, '2026-01-23 16:28:21', '2026-01-23 16:28:21', '0', NULL, '0', 0),\n(154, 'Premium Dates', '92834521', 'standard', 'C128', NULL, 34, 4, 4, 4, 500, 900, '80.00', 'percentage', NULL, 20, NULL, NULL, NULL, NULL, '2025-03-03', NULL, NULL, 1, 'zummXD2dvAtI.png', NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, '2026-03-03 08:35:02', '2026-03-03 08:39:30', '0', NULL, '0', 0);\n-- --------------------------------------------------------\n--\n-- Table structure for table `product_adjustments`\n--\nCREATE TABLE `product_adjustments` (\n`id` int UNSIGNED NOT NULL,\n`adjustment_id` int NOT NULL,\n`product_id` int NOT NULL,\n`variant_id` int DEFAULT NULL,\n`unit_cost` double DEFAULT NULL,\n`qty` double NOT NULL,\n`action` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `product_adjustments`\n--\nINSERT INTO `product_adjustments` (`id`, `adjustment_id`, `product_id`, `variant_id`, `unit_cost`, `qty`, `action`, `created_at`, `updated_at`) VALUES\n(1, 1, 40, NULL, 5, 3, '+', '2025-06-03 17:44:46', '2025-07-22 07:19:23'),\n(2, 2, 114, NULL, 10, 10, '+', '2025-06-04 05:15:52', '2025-07-22 07:20:56');\n-- --------------------------------------------------------\n--\n-- Table structure for table `product_batches`\n--\nCREATE TABLE `product_batches` (\n`id` bigint UNSIGNED NOT NULL,\n`product_id` int NOT NULL,\n`batch_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`expired_date` date NOT NULL,\n`qty` double NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `product_batches`\n--\nINSERT INTO `product_batches` (`id`, `product_id`, `batch_no`, `expired_date`, `qty`, `created_at`, `updated_at`) VALUES\n(1, 124, '32-BA', '2025-04-30', 30, '2025-04-16 05:36:39', '2025-04-16 05:36:39'),\n(2, 31, '150825-1', '2026-08-01', 2, '2025-08-04 03:53:42', '2025-08-04 03:53:42'),\n(3, 31, '150825-2', '2026-09-03', 4, '2025-08-06 11:01:33', '2025-08-06 11:01:33'),\n(4, 154, '98592485', '2026-07-05', 10, '2026-03-03 08:38:17', '2026-03-03 08:39:30'),\n(5, 154, '459834753', '2026-12-05', 10, '2026-03-03 08:39:05', '2026-03-03 08:39:05');\n-- --------------------------------------------------------\n--\n-- Table structure for table `product_damage_stocks`\n--\nCREATE TABLE `product_damage_stocks` (\n`id` bigint UNSIGNED NOT NULL,\n`damage_stock_id` bigint UNSIGNED NOT NULL,\n`product_id` int UNSIGNED NOT NULL,\n`variant_id` int UNSIGNED DEFAULT NULL,\n`qty` decimal(10,2) NOT NULL,\n`unit_cost` decimal(15,2) NOT NULL DEFAULT '0.00',\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `product_exchanges`\n--\nCREATE TABLE `product_exchanges` (\n`id` int UNSIGNED NOT NULL,\n`exchange_id` int NOT NULL,\n`product_id` int NOT NULL,\n`qty` double NOT NULL,\n`sale_unit_id` int DEFAULT NULL,\n`net_unit_price` double NOT NULL,\n`discount` double NOT NULL DEFAULT '0',\n`tax_rate` double NOT NULL DEFAULT '0',\n`tax` double NOT NULL DEFAULT '0',\n`total` double NOT NULL,\n`type` enum('new','returned') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'new',\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `product_productions`\n--\nCREATE TABLE `product_productions` (\n`id` bigint UNSIGNED NOT NULL,\n`production_id` int NOT NULL,\n`product_id` int NOT NULL,\n`qty` double NOT NULL,\n`recieved` double NOT NULL,\n`purchase_unit_id` int NOT NULL,\n`net_unit_cost` double NOT NULL,\n`tax_rate` double NOT NULL,\n`tax` double NOT NULL,\n`total` double NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `product_productions`\n--\nINSERT INTO `product_productions` (`id`, `production_id`, `product_id`, `qty`, `recieved`, `purchase_unit_id`, `net_unit_cost`, `tax_rate`, `tax`, `total`, `created_at`, `updated_at`) VALUES\n(2, 2, 110, 2, 2, 4, 20, 0, 0, 40, '2025-02-26 06:45:30', '2025-02-26 06:45:30'),\n(3, 3, 120, 2, 2, 1, 20, 0, 0, 40, '2025-03-13 13:25:47', '2025-03-13 13:25:47'),\n(6, 6, 137, 1, 1, 1, 20, 0, 0, 20, '2025-07-08 06:42:43', '2025-07-08 06:42:43');\n-- --------------------------------------------------------\n--\n-- Table structure for table `product_purchases`\n--\nCREATE TABLE `product_purchases` (\n`id` int UNSIGNED NOT NULL,\n`purchase_id` int NOT NULL,\n`product_id` int NOT NULL,\n`product_batch_id` int DEFAULT NULL,\n`variant_id` int DEFAULT NULL,\n`imei_number` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`qty` double NOT NULL,\n`recieved` double NOT NULL,\n`return_qty` double NOT NULL DEFAULT '0',\n`purchase_unit_id` int NOT NULL,\n`net_unit_cost` double NOT NULL,\n`net_unit_margin` decimal(8,2) NOT NULL DEFAULT '0.00',\n`net_unit_margin_type` enum('flat','percentage') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'percentage',\n`net_unit_price` decimal(8,2) NOT NULL DEFAULT '0.00',\n`discount` double NOT NULL,\n`tax_rate` double NOT NULL,\n`tax` double NOT NULL,\n`total` double NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `product_purchases`\n--\nINSERT INTO `product_purchases` (`id`, `purchase_id`, `product_id`, `product_batch_id`, `variant_id`, `imei_number`, `qty`, `recieved`, `return_qty`, `purchase_unit_id`, `net_unit_cost`, `net_unit_margin`, `net_unit_margin_type`, `net_unit_price`, `discount`, `tax_rate`, `tax`, `total`, `created_at`, `updated_at`) VALUES\n(1, 1, 23, NULL, NULL, NULL, 10, 10, 0, 1, 439, '0.00', 'percentage', '0.00', 0, 0, 0, 4390, '2024-01-19 13:46:04', '2024-01-19 13:46:04'),\n(2, 1, 27, NULL, NULL, NULL, 10, 10, 0, 1, 0.89, '0.00', 'percentage', '0.00', 0, 0, 0, 8.9, '2024-01-19 13:46:04', '2024-01-19 13:46:04'),\n(3, 1, 20, NULL, NULL, NULL, 10, 10, 0, 1, 399, '0.00', 'percentage', '0.00', 0, 0, 0, 3990, '2024-01-19 13:46:04', '2024-01-19 13:46:04'),\n(4, 1, 17, NULL, NULL, NULL, 10, 10, 0, 1, 349, '0.00', 'percentage', '0.00', 0, 0, 0, 3490, '2024-01-19 13:46:04', '2024-01-19 13:46:04'),\n(5, 1, 16, NULL, NULL, NULL, 10, 10, 0, 1, 79, '0.00', 'percentage', '0.00', 0, 0, 0, 790, '2024-01-19 13:46:04', '2024-01-19 13:46:04'),\n(6, 1, 30, NULL, NULL, NULL, 10, 10, 0, 1, 100, '0.00', 'percentage', '0.00', 0, 10, 100, 1100, '2024-01-19 13:46:04', '2024-01-19 13:46:04'),\n(7, 1, 19, NULL, NULL, NULL, 10, 10, 0, 1, 817.27, '0.00', 'percentage', '0.00', 0, 10, 817.27, 8990, '2024-01-19 13:46:04', '2024-01-19 13:46:04'),\n(8, 1, 3, NULL, NULL, NULL, 10, 10, 0, 1, 272.73, '0.00', 'percentage', '0.00', 0, 10, 272.73, 3000, '2024-01-19 13:46:05', '2024-01-19 13:46:05'),\n(9, 1, 7, NULL, NULL, NULL, 10, 10, 0, 1, 818.17, '0.00', 'percentage', '0.00', 0, 10, 818.17, 8999.9, '2024-01-19 13:46:05', '2024-01-19 13:46:05'),\n(10, 1, 2, NULL, NULL, NULL, 10, 10, 0, 1, 909.09, '0.00', 'percentage', '0.00', 0, 10, 909.09, 10000, '2024-01-19 13:46:05', '2024-01-19 13:46:05'),\n(11, 2, 6, NULL, NULL, NULL, 10, 10, 0, 1, 999.99, '0.00', 'percentage', '0.00', 0, 0, 0, 9999.9, '2024-01-19 13:50:04', '2024-01-19 13:50:04'),\n(12, 2, 13, NULL, NULL, NULL, 10, 10, 0, 1, 227.27, '0.00', 'percentage', '0.00', 0, 10, 227.27, 2500, '2024-01-19 13:50:04', '2024-01-19 13:50:04'),\n(13, 2, 10, NULL, NULL, NULL, 10, 10, 0, 1, 990, '0.00', 'percentage', '0.00', 0, 0, 0, 9900, '2024-01-19 13:50:04', '2024-01-19 13:50:04'),\n(14, 2, 21, NULL, NULL, NULL, 10, 10, 0, 1, 369, '0.00', 'percentage', '0.00', 0, 0, 0, 3690, '2024-01-19 13:50:04', '2024-01-19 13:50:04'),\n(15, 2, 8, NULL, NULL, NULL, 10, 10, 0, 1, 1090, '0.00', 'percentage', '0.00', 0, 10, 1090, 11990, '2024-01-19 13:50:04', '2024-01-19 13:50:04'),\n(16, 2, 12, NULL, NULL, NULL, 10, 10, 0, 1, 908.18, '0.00', 'percentage', '0.00', 0, 10, 908.18, 9990, '2024-01-19 13:50:04', '2024-01-19 13:50:04'),\n(17, 2, 29, NULL, NULL, NULL, 10, 10, 0, 1, 2.39, '0.00', 'percentage', '0.00', 0, 0, 0, 23.9, '2024-01-19 13:50:04', '2024-01-19 13:50:04'),\n(18, 2, 26, NULL, NULL, NULL, 10, 10, 0, 4, 2.99, '0.00', 'percentage', '0.00', 0, 0, 0, 29.9, '2024-01-19 13:50:04', '2024-01-19 13:50:04'),\n(19, 2, 9, NULL, NULL, NULL, 10, 10, 0, 1, 399, '0.00', 'percentage', '0.00', 0, 0, 0, 3990, '2024-01-19 13:50:04', '2024-01-19 13:50:04'),\n(20, 2, 11, NULL, NULL, NULL, 10, 10, 0, 1, 1363.64, '0.00', 'percentage', '0.00', 0, 10, 1363.64, 15000, '2024-01-19 13:50:04', '2024-01-19 13:50:04'),\n(21, 3, 1, NULL, NULL, NULL, 10, 10, 0, 1, 999.99, '0.00', 'percentage', '0.00', 0, 10, 999.99, 10999.9, '2024-01-19 13:53:21', '2024-01-19 13:53:21'),\n(22, 3, 18, NULL, NULL, NULL, 10, 10, 0, 1, 417.27, '0.00', 'percentage', '0.00', 0, 10, 417.27, 4590, '2024-01-19 13:53:21', '2024-01-19 13:53:21'),\n(23, 3, 25, NULL, NULL, NULL, 10, 10, 0, 1, 130, '0.00', 'percentage', '0.00', 0, 0, 0, 1300, '2024-01-19 13:53:21', '2024-01-19 13:53:21'),\n(24, 3, 28, NULL, NULL, NULL, 10, 10, 0, 1, 2.39, '0.00', 'percentage', '0.00', 0, 0, 0, 23.9, '2024-01-19 13:53:21', '2024-01-19 13:53:21'),\n(25, 3, 14, NULL, NULL, NULL, 10, 10, 0, 1, 318.18, '0.00', 'percentage', '0.00', 0, 10, 318.18, 3500, '2024-01-19 13:53:21', '2024-01-19 13:53:21'),\n(26, 3, 24, NULL, NULL, NULL, 10, 10, 0, 1, 271.82, '0.00', 'percentage', '0.00', 0, 10, 271.82, 2990, '2024-01-19 13:53:21', '2024-01-19 13:53:21'),\n(27, 3, 4, NULL, NULL, NULL, 10, 10, 0, 1, 818.18, '0.00', 'percentage', '0.00', 0, 10, 818.18, 9000, '2024-01-19 13:53:21', '2024-01-19 13:53:21'),\n(28, 3, 5, NULL, NULL, NULL, 10, 10, 0, 1, 864.54, '0.00', 'percentage', '0.00', 0, 10, 864.54, 9509.9, '2024-01-19 13:53:21', '2024-01-19 13:53:21'),\n(29, 3, 22, NULL, NULL, NULL, 10, 10, 0, 1, 275, '0.00', 'percentage', '0.00', 0, 0, 0, 2750, '2024-01-19 13:53:21', '2024-01-19 13:53:21'),\n(30, 3, 15, NULL, NULL, NULL, 10, 10, 0, 1, 499, '0.00', 'percentage', '0.00', 0, 0, 0, 4990, '2024-01-19 13:53:21', '2024-01-19 13:53:21'),\n(31, 4, 1, NULL, NULL, NULL, 11, 11, 0, 1, 999.99, '0.00', 'percentage', '0.00', 0, 10, 1099.99, 12099.89, '2024-01-19 14:26:48', '2024-01-19 14:26:48'),\n(32, 4, 18, NULL, NULL, NULL, 10, 10, 0, 1, 417.27, '0.00', 'percentage', '0.00', 0, 10, 417.27, 4590, '2024-01-19 14:26:48', '2024-01-19 14:26:48'),\n(33, 4, 25, NULL, NULL, NULL, 10, 10, 0, 1, 130, '0.00', 'percentage', '0.00', 0, 0, 0, 1300, '2024-01-19 14:26:48', '2024-01-19 14:26:48'),\n(34, 4, 28, NULL, NULL, NULL, 10, 10, 0, 1, 2.39, '0.00', 'percentage', '0.00', 0, 0, 0, 23.9, '2024-01-19 14:26:48', '2024-01-19 14:26:48'),\n(35, 4, 14, NULL, NULL, NULL, 10, 10, 0, 1, 318.18, '0.00', 'percentage', '0.00', 0, 10, 318.18, 3500, '2024-01-19 14:26:49', '2024-01-19 14:26:49'),\n(36, 4, 24, NULL, NULL, NULL, 10, 10, 0, 1, 271.82, '0.00', 'percentage', '0.00', 0, 10, 271.82, 2990, '2024-01-19 14:26:49', '2024-01-19 14:26:49'),\n(37, 4, 4, NULL, NULL, NULL, 10, 10, 0, 1, 818.18, '0.00', 'percentage', '0.00', 0, 10, 818.18, 9000, '2024-01-19 14:26:49', '2024-01-19 14:26:49'),\n(38, 4, 5, NULL, NULL, NULL, 10, 10, 0, 1, 864.54, '0.00', 'percentage', '0.00', 0, 10, 864.54, 9509.9, '2024-01-19 14:26:49', '2024-01-19 14:26:49'),\n(39, 4, 22, NULL, NULL, NULL, 10, 10, 0, 1, 275, '0.00', 'percentage', '0.00', 0, 0, 0, 2750, '2024-01-19 14:26:49', '2024-01-19 14:26:49'),\n(40, 4, 15, NULL, NULL, NULL, 10, 10, 0, 1, 499, '0.00', 'percentage', '0.00', 0, 0, 0, 4990, '2024-01-19 14:26:49', '2024-01-19 14:26:49'),\n(41, 5, 23, NULL, NULL, NULL, 10, 10, 0, 1, 439, '0.00', 'percentage', '0.00', 0, 0, 0, 4390, '2024-01-19 14:28:26', '2024-01-19 14:28:26'),\n(42, 5, 27, NULL, NULL, NULL, 10, 10, 0, 1, 0.89, '0.00', 'percentage', '0.00', 0, 0, 0, 8.9, '2024-01-19 14:28:26', '2024-01-19 14:28:26'),\n(43, 5, 20, NULL, NULL, NULL, 10, 10, 0, 1, 399, '0.00', 'percentage', '0.00', 0, 0, 0, 3990, '2024-01-19 14:28:26', '2024-01-19 14:28:26'),\n(44, 5, 17, NULL, NULL, NULL, 10, 10, 0, 1, 349, '0.00', 'percentage', '0.00', 0, 0, 0, 3490, '2024-01-19 14:28:26', '2024-01-19 14:28:26'),\n(45, 5, 16, NULL, NULL, NULL, 10, 10, 0, 1, 79, '0.00', 'percentage', '0.00', 0, 0, 0, 790, '2024-01-19 14:28:26', '2024-01-19 14:28:26'),\n(46, 5, 30, NULL, NULL, NULL, 10, 10, 0, 1, 100, '0.00', 'percentage', '0.00', 0, 10, 100, 1100, '2024-01-19 14:28:26', '2024-01-19 14:28:26'),\n(47, 5, 19, NULL, NULL, NULL, 10, 10, 0, 1, 817.27, '0.00', 'percentage', '0.00', 0, 10, 817.27, 8990, '2024-01-19 14:28:26', '2024-01-19 14:28:26'),\n(48, 5, 3, NULL, NULL, NULL, 10, 10, 0, 1, 272.73, '0.00', 'percentage', '0.00', 0, 10, 272.73, 3000, '2024-01-19 14:28:26', '2024-01-19 14:28:26'),\n(49, 5, 7, NULL, NULL, NULL, 10, 10, 0, 1, 818.17, '0.00', 'percentage', '0.00', 0, 10, 818.17, 8999.9, '2024-01-19 14:28:26', '2024-01-19 14:28:26'),\n(50, 5, 2, NULL, NULL, NULL, 10, 10, 0, 1, 909.09, '0.00', 'percentage', '0.00', 0, 10, 909.09, 10000, '2024-01-19 14:28:26', '2024-01-19 14:28:26'),\n(51, 6, 6, NULL, NULL, NULL, 10, 10, 0, 1, 999.99, '0.00', 'percentage', '0.00', 0, 0, 0, 9999.9, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(52, 6, 13, NULL, NULL, NULL, 10, 10, 0, 1, 227.27, '0.00', 'percentage', '0.00', 0, 10, 227.27, 2500, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(53, 6, 10, NULL, NULL, NULL, 10, 10, 0, 1, 990, '0.00', 'percentage', '0.00', 0, 0, 0, 9900, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(54, 6, 21, NULL, NULL, NULL, 10, 10, 0, 1, 369, '0.00', 'percentage', '0.00', 0, 0, 0, 3690, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(55, 6, 8, NULL, NULL, NULL, 10, 10, 0, 1, 1090, '0.00', 'percentage', '0.00', 0, 10, 1090, 11990, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(56, 6, 12, NULL, NULL, NULL, 10, 10, 0, 1, 908.18, '0.00', 'percentage', '0.00', 0, 10, 908.18, 9990, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(57, 6, 29, NULL, NULL, NULL, 10, 10, 0, 1, 2.39, '0.00', 'percentage', '0.00', 0, 0, 0, 23.9, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(58, 6, 26, NULL, NULL, NULL, 10, 10, 0, 4, 2.99, '0.00', 'percentage', '0.00', 0, 0, 0, 29.9, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(59, 6, 9, NULL, NULL, NULL, 10, 10, 0, 1, 399, '0.00', 'percentage', '0.00', 0, 0, 0, 3990, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(60, 6, 11, NULL, NULL, NULL, 10, 10, 0, 1, 1363.64, '0.00', 'percentage', '0.00', 0, 10, 1363.64, 15000, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(61, 7, 17, NULL, NULL, NULL, 1, 1, 0, 1, 349, '0.00', 'percentage', '0.00', 0, 0, 0, 349, '2024-01-19 14:52:02', '2024-01-19 14:52:02'),\n(62, 7, 20, NULL, NULL, NULL, 1, 1, 0, 1, 399, '0.00', 'percentage', '0.00', 0, 0, 0, 399, '2024-01-19 14:52:02', '2024-01-19 14:52:02'),\n(64, 8, 7, NULL, NULL, NULL, 6, 6, 0, 1, 800, '0.00', 'percentage', '0.00', 0, 10, 480, 5280, '2024-06-20 05:08:26', '2024-06-20 05:08:26'),\n(67, 10, 33, NULL, NULL, '2001,2002,2003,2004,2005', 5, 5, 0, 1, 100, '0.00', 'percentage', '0.00', 0, 0, 0, 500, '2024-07-18 07:51:35', '2024-07-18 07:51:35'),\n(68, 11, 34, NULL, 2, NULL, 10, 10, 0, 1, 100, '0.00', 'percentage', '0.00', 0, 0, 0, 1000, '2024-11-24 09:02:22', '2024-11-24 09:02:22'),\n(69, 12, 35, NULL, NULL, NULL, 10, 10, 0, 1, 72.5, '0.00', 'percentage', '0.00', 0, 20, 145, 870, '2024-12-02 08:44:02', '2024-12-02 08:44:02'),\n(70, 13, 35, NULL, NULL, NULL, 47, 47, 0, 1, 72.5, '0.00', 'percentage', '0.00', 0, 20, 681.5, 4089, '2024-12-02 08:44:02', '2024-12-02 08:44:02'),\n(71, 14, 38, NULL, 5, NULL, 3, 3, 0, 1, 150, '0.00', 'percentage', '0.00', 0, 0, 0, 450, '2024-12-19 05:28:01', '2024-12-19 05:28:01'),\n(72, 14, 37, NULL, 5, NULL, 3, 3, 0, 1, 150, '0.00', 'percentage', '0.00', 0, 0, 0, 450, '2024-12-19 05:28:01', '2024-12-19 05:28:01'),\n(73, 14, 36, NULL, 5, NULL, 3, 3, 0, 1, 150, '0.00', 'percentage', '0.00', 0, 0, 0, 450, '2024-12-19 05:28:01', '2024-12-19 05:28:01'),\n(74, 15, 40, NULL, NULL, NULL, 10, 10, 0, 1, 5, '0.00', 'percentage', '0.00', 0, 0, 0, 50, '2024-12-19 05:40:33', '2024-12-19 05:40:33'),\n(75, 15, 41, NULL, NULL, NULL, 10, 10, 0, 1, 5, '0.00', 'percentage', '0.00', 0, 0, 0, 50, '2024-12-19 05:40:33', '2024-12-19 05:40:33'),\n(76, 16, 3, NULL, NULL, NULL, 1, 1, 0, 1, 272.73, '0.00', 'percentage', '0.00', 0, 10, 27.27, 300, '2025-01-08 06:39:27', '2025-01-08 06:39:27'),\n(77, 17, 26, NULL, NULL, NULL, 5, 5, 0, 1, 10.5, '0.00', 'percentage', '0.00', 0, 0, 0, 52.5, '2025-01-08 06:59:11', '2025-01-08 06:59:11'),\n(78, 17, 7, NULL, NULL, NULL, 10, 10, 0, 4, 1, '0.00', 'percentage', '0.00', 0, 0, 0, 10, '2025-01-08 06:59:11', '2025-01-08 06:59:11'),\n(79, 17, 31, NULL, NULL, NULL, 5, 5, 0, 1, 0.75, '0.00', 'percentage', '0.00', 0, 0, 0, 3.75, '2025-01-08 06:59:11', '2025-01-08 06:59:11'),\n(80, 18, 44, NULL, NULL, NULL, 10, 10, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 100, '2025-01-08 08:41:42', '2025-01-08 08:41:42'),\n(85, 23, 48, NULL, 10, 'silver01,silver02', 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-01-08 12:51:26', '2025-01-08 12:51:26'),\n(100, 40, 54, NULL, NULL, NULL, 10, 10, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 100, '2025-01-12 07:19:24', '2025-01-12 07:19:24'),\n(101, 41, 54, NULL, NULL, NULL, 10, 10, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 100, '2025-01-12 07:19:24', '2025-01-12 07:19:24'),\n(102, 42, 54, NULL, NULL, 'aa1,aa2', 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-01-12 07:21:28', '2025-01-12 07:21:28'),\n(103, 43, 55, NULL, 5, 'dd1,dd2', 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-01-12 07:22:24', '2025-01-12 07:22:24'),\n(104, 44, 55, NULL, 11, 'dd3,dd4', 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-01-12 07:53:23', '2025-01-12 07:53:23'),\n(105, 45, 55, NULL, 11, 'dd5', 1, 1, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 10, '2025-01-12 11:29:00', '2025-01-12 11:29:00'),\n(107, 47, 55, NULL, 5, 'dd6,dd7', 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-01-13 08:07:55', '2025-01-13 08:07:55'),\n(108, 48, 55, NULL, 11, 'dd8,dd9', 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-01-13 08:08:43', '2025-01-13 08:08:43'),\n(117, 57, 55, NULL, 5, 'dd20,dd21', 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-01-16 06:09:32', '2025-01-16 06:09:32'),\n(118, 58, 55, NULL, 11, 'aa1,aa2', 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-01-16 18:25:35', '2025-01-16 18:25:35'),\n(119, 59, 63, NULL, 11, 'b-456,b-455', 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-01-16 18:30:53', '2025-01-16 18:30:53'),\n(120, 59, 63, NULL, 10, 'sl-456,sl-455', 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-01-16 18:30:53', '2025-01-16 18:30:53'),\n(121, 60, 64, NULL, NULL, 'bb1,bb2', 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-01-19 11:18:10', '2025-01-19 11:18:10'),\n(124, 63, 80, NULL, 10, 'qq1,qq2', 4, 4, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 40, '2025-01-21 08:15:41', '2025-01-21 08:15:41'),\n(125, 64, 80, NULL, 5, 'qq3,qq4', 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-01-21 08:16:18', '2025-01-21 08:16:18'),\n(126, 65, 1, NULL, NULL, NULL, 1, 1, 0, 1, 999.99, '0.00', 'percentage', '0.00', 0, 10, 100, 1099.99, '2025-01-29 07:16:00', '2025-01-29 07:16:00'),\n(127, 66, 92, NULL, NULL, 'kk1,kk2,kk3,kk4', 4, 4, 0, 1, 100, '0.00', 'percentage', '0.00', 0, 0, 0, 400, '2025-01-30 03:50:25', '2025-01-30 03:50:25'),\n(128, 67, 54, NULL, NULL, 'cc1,cc2,cc3', 3, 3, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 15, 4.5, 34.5, '2025-02-02 07:19:01', '2025-02-02 07:19:01'),\n(130, 69, 93, NULL, NULL, NULL, 10, 10, 0, 1, 1000, '0.00', 'percentage', '0.00', 0, 0, 0, 10000, '2025-02-04 06:08:36', '2025-02-04 06:08:36'),\n(135, 72, 96, NULL, NULL, 'up1,up2,up3', 3, 3, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 30, '2025-02-09 13:02:32', '2025-02-09 13:02:32'),\n(311, 131, 112, NULL, NULL, NULL, 10, 10, 0, 4, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 100, '2025-03-04 07:07:00', '2025-03-04 07:07:00'),\n(312, 132, 112, NULL, NULL, NULL, 10, 10, 0, 4, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 100, '2025-03-04 07:07:22', '2025-03-04 07:07:22'),\n(313, 133, 114, NULL, NULL, NULL, 5, 5, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 50, '2025-03-09 03:46:18', '2025-03-09 03:46:18'),\n(314, 134, 114, NULL, NULL, NULL, 5, 5, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 50, '2025-03-09 03:46:18', '2025-03-09 03:46:18'),\n(315, 135, 114, NULL, NULL, NULL, 10, 10, 20, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 100, '2025-03-11 05:01:30', '2025-04-10 07:03:37'),\n(322, 140, 114, NULL, NULL, NULL, 1, 1, 2, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 10, '2025-04-09 09:06:29', '2025-04-10 06:01:38'),\n(327, 143, 6, NULL, NULL, NULL, 10, 10, 0, 1, 999.99, '0.00', 'percentage', '0.00', 0, 0, 0, 9999.9, '2025-04-22 09:09:24', '2025-04-22 09:09:24'),\n(334, 144, 27, NULL, NULL, NULL, 20, 20, 0, 1, 0.89, '0.00', 'percentage', '0.00', 0, 0, 0, 17.8, '2025-05-22 10:11:02', '2025-05-22 10:11:02'),\n(343, 145, 40, NULL, NULL, NULL, 4, 4, 0, 1, 5, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-05-22 11:00:37', '2025-05-22 11:00:37'),\n(344, 145, 27, NULL, NULL, NULL, 4, 4, 0, 1, 0.89, '0.00', 'percentage', '0.00', 0, 0, 0, 3.56, '2025-05-22 11:00:37', '2025-05-22 11:00:37'),\n(348, 142, 114, NULL, NULL, NULL, 11, 11, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 21, 23.1, 133.1, '2025-06-29 10:01:21', '2025-06-29 10:01:21'),\n(354, 147, 114, NULL, NULL, NULL, 2, 2, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 20, '2025-07-03 10:24:50', '2025-07-03 10:24:50'),\n(357, 153, 114, NULL, NULL, NULL, 10, 10, 0, 1, 10, '0.00', 'percentage', '0.00', 0, 0, 0, 100, '2025-07-06 04:13:08', '2025-07-06 04:13:08'),\n(362, 157, 114, NULL, NULL, NULL, 2, 2, 0, 1, 315, '0.00', 'percentage', '0.00', 10, 10, 63, 693, '2025-07-19 09:17:29', '2025-07-19 09:17:29'),\n(371, 166, 149, NULL, NULL, NULL, 1, 1, 0, 7, 7200, '0.00', 'percentage', '0.00', 0, 0, 0, 7200, '2025-07-24 10:24:24', '2025-07-24 10:24:24'),\n(376, 171, 31, 2, NULL, NULL, 2, 2, 0, 1, 120, '0.00', 'percentage', '0.00', 0, 0, 0, 240, '2025-08-04 03:53:42', '2025-08-04 03:53:42'),\n(377, 172, 31, 3, NULL, NULL, 4, 4, 0, 1, 120, '0.00', 'percentage', '0.00', 0, 0, 0, 480, '2025-08-06 11:01:33', '2025-08-06 11:01:33'),\n(378, 173, 3, NULL, NULL, NULL, 10, 10, 0, 1, 272.73, '28.33', 'percentage', '350.00', 0, 10, 272.73, 3000, '2025-08-26 08:39:39', '2025-08-26 08:40:22'),\n(380, 174, 2, NULL, NULL, NULL, 10, 10, 0, 1, 909.09, '21.00', 'percentage', '1100.00', 0, 10, 909.09, 10000, '2025-09-09 07:33:33', '2025-09-09 07:33:33'),\n(382, 175, 2, NULL, NULL, NULL, 1, 1, 0, 1, 909.09, '37.50', 'percentage', '1250.00', 0, 10, 90.91, 1000, '2025-09-09 07:53:37', '2025-09-09 07:58:19'),\n(383, 176, 2, NULL, NULL, NULL, 1, 1, 0, 1, 909.09, '25.00', 'percentage', '1250.00', 0, 10, 90.91, 1000, '2025-09-09 09:17:31', '2025-09-09 09:17:31'),\n(384, 177, 151, NULL, NULL, NULL, 10, 10, 0, 4, 10, '25.00', 'percentage', '12.50', 0, 0, 0, 100, '2025-09-11 12:47:46', '2025-09-11 12:47:46'),\n(385, 170, 100, NULL, NULL, 'xx1,xx2', 2, 2, 0, 1, 900, '44.44', 'percentage', '1300.00', 0, 0, 0, 1800, '2026-01-25 15:07:27', '2026-01-25 15:07:27'),\n(386, 178, 34, NULL, 3, NULL, 1, 1, 0, 1, 100, '50.00', 'percentage', '150.00', 0, 0, 0, 100, '2026-02-28 13:25:29', '2026-02-28 13:25:29'),\n(388, 180, 154, 5, NULL, NULL, 10, 10, 0, 4, 500, '80.00', 'percentage', '900.00', 0, 0, 0, 5000, '2026-03-03 08:39:05', '2026-03-03 08:39:05'),\n(389, 179, 154, 4, NULL, NULL, 10, 10, 0, 4, 500, '80.00', 'percentage', '900.00', 0, 0, 0, 5000, '2026-03-03 08:39:30', '2026-03-03 08:39:30');\n-- --------------------------------------------------------\n--\n-- Table structure for table `product_quotation`\n--\nCREATE TABLE `product_quotation` (\n`id` int UNSIGNED NOT NULL,\n`quotation_id` int NOT NULL,\n`product_id` int NOT NULL,\n`product_batch_id` int DEFAULT NULL,\n`variant_id` int DEFAULT NULL,\n`qty` double NOT NULL,\n`sale_unit_id` int NOT NULL,\n`net_unit_price` double NOT NULL,\n`discount` double NOT NULL,\n`tax_rate` double NOT NULL,\n`tax` double NOT NULL,\n`total` double NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `product_quotation`\n--\nINSERT INTO `product_quotation` (`id`, `quotation_id`, `product_id`, `product_batch_id`, `variant_id`, `qty`, `sale_unit_id`, `net_unit_price`, `discount`, `tax_rate`, `tax`, `total`, `created_at`, `updated_at`) VALUES\n(1, 1, 17, NULL, NULL, 1, 1, 499, 0, 0, 0, 499, '2024-01-19 14:51:32', '2024-01-19 14:51:32'),\n(2, 1, 20, NULL, NULL, 1, 1, 499, 0, 0, 0, 499, '2024-01-19 14:51:32', '2024-01-19 14:51:32'),\n(3, 2, 20, NULL, NULL, 3, 1, 499, 0, 0, 0, 1497, '2024-08-25 23:01:17', '2024-08-25 23:01:17'),\n(4, 3, 23, NULL, NULL, 1, 1, 577, 0, 0, 0, 577, '2024-11-27 09:09:38', '2024-11-27 09:09:38'),\n(5, 4, 100, NULL, NULL, 1, 1, 100, 0, 0, 0, 100, '2025-02-13 05:35:58', '2025-02-13 05:35:58'),\n(6, 5, 112, NULL, NULL, 1, 4, 100, 0, 0, 0, 100, '2025-03-09 06:06:37', '2025-03-09 06:06:37');\n-- --------------------------------------------------------\n--\n-- Table structure for table `product_returns`\n--\nCREATE TABLE `product_returns` (\n`id` int UNSIGNED NOT NULL,\n`return_id` int NOT NULL,\n`product_id` int NOT NULL,\n`product_batch_id` int DEFAULT NULL,\n`variant_id` int DEFAULT NULL,\n`imei_number` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`qty` double NOT NULL,\n`sale_unit_id` int NOT NULL,\n`net_unit_price` double NOT NULL,\n`discount` double NOT NULL,\n`tax_rate` double NOT NULL,\n`tax` double NOT NULL,\n`total` double NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `product_returns`\n--\nINSERT INTO `product_returns` (`id`, `return_id`, `product_id`, `product_batch_id`, `variant_id`, `imei_number`, `qty`, `sale_unit_id`, `net_unit_price`, `discount`, `tax_rate`, `tax`, `total`, `created_at`, `updated_at`) VALUES\n(1, 1, 1, NULL, NULL, NULL, 1, 1, 1181.81, 0, 10, 118.18, 1299.99, '2024-03-24 07:08:23', '2024-03-24 07:08:23'),\n(2, 2, 5, NULL, NULL, NULL, 1, 1, 1046.35, 0, 10, 104.64, 1150.99, '2024-04-29 12:30:38', '2024-04-29 12:30:38'),\n(3, 2, 3, NULL, NULL, NULL, 1, 1, 318.18, 0, 10, 31.82, 350, '2024-04-29 12:30:38', '2024-04-29 12:30:38'),\n(4, 3, 1, NULL, NULL, NULL, 1, 1, 1181.81, 0, 10, 118.18, 1299.99, '2024-06-26 07:01:42', '2024-06-26 07:01:42'),\n(6, 5, 114, NULL, NULL, NULL, 1, 1, 7.43, 0, 21, 1.56, 8.99, '2025-04-07 05:00:01', '2025-06-29 10:08:35'),\n(10, 9, 7, NULL, NULL, NULL, 1, 1, 908.18, 0.99, 10, 90.82, 999, '2025-09-10 07:33:00', '2025-09-10 07:33:00'),\n(13, 11, 19, NULL, NULL, NULL, 1, 1, 962.73, 0, 10, 96.27, 1059, '2025-09-27 03:24:47', '2025-09-27 03:24:47'),\n(14, 11, 3, NULL, NULL, NULL, 1, 1, 318.18, 0, 10, 31.82, 350, '2025-09-27 03:24:47', '2025-09-27 03:24:47'),\n(18, 13, 2, NULL, NULL, NULL, 2, 1, 1136.36, 0, 10, 227.27, 2500, '2026-03-19 19:16:45', '2026-03-19 19:16:45');\n-- --------------------------------------------------------\n--\n-- Table structure for table `product_sales`\n--\nCREATE TABLE `product_sales` (\n`id` int UNSIGNED NOT NULL,\n`sale_id` int NOT NULL,\n`product_id` int NOT NULL,\n`product_batch_id` int DEFAULT NULL,\n`variant_id` int DEFAULT NULL,\n`imei_number` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`qty` double NOT NULL,\n`return_qty` double NOT NULL DEFAULT '0',\n`sale_unit_id` int NOT NULL,\n`net_unit_price` double NOT NULL,\n`discount` double NOT NULL,\n`tax_rate` double NOT NULL,\n`tax` double NOT NULL,\n`total` double NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`is_delivered` tinyint(1) DEFAULT NULL,\n`is_packing` tinyint(1) DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `product_sales`\n--\nINSERT INTO `product_sales` (`id`, `sale_id`, `product_id`, `product_batch_id`, `variant_id`, `imei_number`, `qty`, `return_qty`, `sale_unit_id`, `net_unit_price`, `discount`, `tax_rate`, `tax`, `total`, `created_at`, `updated_at`, `is_delivered`, `is_packing`) VALUES\n(1, 1, 14, NULL, NULL, NULL, 1, 0, 1, 453.64, 0, 10, 45.36, 499, '2024-01-19 14:40:16', '2024-01-19 14:40:16', NULL, NULL),\n(2, 1, 2, NULL, NULL, NULL, 1, 0, 1, 1144.55, 0, 10, 114.45, 1259, '2024-01-19 14:40:16', '2024-01-19 14:40:16', NULL, NULL),\n(3, 2, 16, NULL, NULL, NULL, 1, 0, 1, 109, 0, 0, 0, 109, '2024-01-19 14:44:41', '2024-01-19 14:44:41', NULL, NULL),\n(4, 2, 18, NULL, NULL, NULL, 1, 0, 1, 544.55, 0, 10, 54.45, 599, '2024-01-19 14:44:41', '2024-01-19 14:44:41', NULL, NULL),\n(5, 2, 9, NULL, NULL, NULL, 1, 0, 1, 559, 0, 0, 0, 559, '2024-01-19 14:44:41', '2024-01-19 14:44:41', NULL, NULL),\n(6, 2, 4, NULL, NULL, NULL, 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-01-19 14:44:41', '2024-01-19 14:44:41', NULL, NULL),\n(7, 2, 3, NULL, NULL, NULL, 2, 0, 1, 318.18, 0, 10, 63.64, 700, '2024-01-19 14:44:41', '2024-01-19 14:44:41', NULL, NULL),\n(8, 3, 18, NULL, NULL, NULL, 1, 0, 1, 544.55, 0, 10, 54.45, 599, '2024-01-19 14:48:33', '2024-01-19 14:48:33', NULL, NULL),\n(9, 3, 23, NULL, NULL, NULL, 1, 0, 1, 577, 0, 0, 0, 577, '2024-01-19 14:48:33', '2024-01-19 14:48:33', NULL, NULL),\n(10, 3, 27, NULL, NULL, NULL, 3, 0, 1, 2, 0, 0, 0, 6, '2024-01-19 14:48:33', '2024-01-19 14:48:33', NULL, NULL),\n(11, 4, 7, NULL, NULL, NULL, 1, 0, 1, 908.18, 0, 10, 90.82, 999, '2024-01-19 14:52:42', '2024-01-19 14:53:31', NULL, NULL),\n(12, 4, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-01-19 14:52:42', '2024-01-19 14:53:31', NULL, NULL),\n(13, 4, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-01-19 14:52:42', '2024-01-19 14:53:31', NULL, NULL),\n(14, 5, 2, NULL, NULL, NULL, 1, 0, 1, 1144.55, 0, 10, 114.45, 1259, '2024-02-10 06:22:24', '2024-02-10 06:22:24', NULL, NULL),\n(15, 6, 1, NULL, NULL, NULL, 1, 0, 1, 1181.81, 0, 10, 118.18, 1299.99, '2024-02-25 07:49:51', '2024-02-25 07:49:51', NULL, NULL),\n(16, 7, 1, NULL, NULL, NULL, 2, 0, 1, 1181.81, 0, 10, 236.36, 2599.98, '2024-02-25 07:50:13', '2024-02-25 07:50:13', NULL, NULL),\n(17, 8, 2, NULL, NULL, NULL, 1, 0, 1, 1144.55, 0, 10, 114.45, 1259, '2024-02-28 05:27:44', '2024-02-28 05:27:44', NULL, NULL),\n(18, 8, 1, NULL, NULL, NULL, 1, 1, 1, 1181.81, 0, 10, 118.18, 1299.99, '2024-02-28 05:27:44', '2024-03-24 07:08:23', NULL, NULL),\n(19, 9, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2024-04-21 05:01:43', '2024-04-21 05:01:43', NULL, NULL),\n(25, 13, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2024-04-28 06:15:44', '2024-04-28 06:15:44', NULL, NULL),\n(26, 13, 19, NULL, NULL, NULL, 1, 0, 1, 962.73, 0, 10, 96.27, 1059, '2024-04-28 06:15:44', '2024-04-28 06:15:44', NULL, NULL),\n(27, 14, 5, NULL, NULL, NULL, 1, 1, 1, 1046.35, 0, 10, 104.64, 1150.99, '2024-04-29 12:29:56', '2024-04-29 12:30:38', NULL, NULL),\n(28, 14, 4, NULL, NULL, NULL, 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-04-29 12:29:56', '2024-04-29 12:29:56', NULL, NULL),\n(29, 14, 3, NULL, NULL, NULL, 1, 1, 1, 318.18, 0, 10, 31.82, 350, '2024-04-29 12:29:56', '2024-04-29 12:30:38', NULL, NULL),\n(30, 14, 2, NULL, NULL, NULL, 1, 0, 1, 1136.36, 0, 10, 113.64, 1250, '2024-04-29 12:29:56', '2024-04-29 12:29:56', NULL, NULL),\n(31, 15, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-05-05 05:19:02', '2024-05-05 05:19:02', NULL, NULL),\n(37, 20, 2, NULL, NULL, NULL, 1, 0, 1, 1136.36, 0, 10, 113.64, 1250, '2024-05-05 11:29:05', '2024-05-05 11:29:05', NULL, NULL),\n(38, 20, 1, NULL, NULL, NULL, 1, 0, 1, 1181.81, 0, 10, 118.18, 1299.99, '2024-05-05 11:29:05', '2024-05-05 11:29:05', NULL, NULL),\n(40, 22, 7, NULL, NULL, NULL, 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2024-05-08 08:08:51', '2024-05-08 08:08:51', NULL, NULL),\n(41, 22, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2024-05-08 08:08:51', '2024-05-08 08:08:51', NULL, NULL),\n(42, 23, 1, NULL, NULL, NULL, 1, 0, 1, 1181.81, 0, 10, 118.18, 1299.99, '2024-05-19 08:24:23', '2024-05-19 08:24:23', NULL, NULL),\n(43, 24, 8, NULL, NULL, NULL, 1, 0, 1, 1181.82, 0, 10, 118.18, 1300, '2024-05-19 08:25:30', '2024-05-19 08:25:30', NULL, NULL),\n(44, 25, 8, NULL, NULL, NULL, 1, 0, 1, 1181.82, 0, 10, 118.18, 1300, '2024-05-19 08:30:55', '2024-05-19 08:30:55', NULL, NULL),\n(49, 28, 4, NULL, NULL, NULL, 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-05-21 07:32:49', '2024-05-21 07:32:49', NULL, NULL),\n(50, 29, 2, NULL, NULL, NULL, 1, 0, 1, 1136.36, 0, 10, 113.64, 1250, '2024-06-03 06:26:51', '2024-06-03 06:26:51', NULL, NULL),\n(51, 29, 1, NULL, NULL, NULL, 1, 0, 1, 1181.81, 0, 10, 118.18, 1299.99, '2024-06-03 06:26:51', '2024-06-03 06:26:51', NULL, NULL),\n(52, 30, 4, NULL, NULL, NULL, 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-06-03 11:30:15', '2024-06-03 11:30:15', NULL, NULL),\n(53, 30, 2, NULL, NULL, NULL, 1, 0, 1, 1136.36, 0, 10, 113.64, 1250, '2024-06-03 11:30:15', '2024-06-03 11:30:15', NULL, NULL),\n(54, 31, 23, NULL, NULL, NULL, 1, 0, 1, 577, 0, 0, 0, 577, '2024-06-03 11:30:58', '2024-06-03 11:30:58', NULL, NULL),\n(55, 32, 1, NULL, NULL, NULL, 1, 0, 1, 1181.81, 0, 10, 118.18, 1299.99, '2024-06-20 07:54:56', '2024-06-20 07:54:56', NULL, NULL),\n(56, 33, 1, NULL, NULL, NULL, 1, 1, 1, 1181.81, 0, 10, 118.18, 1299.99, '2024-06-26 07:01:15', '2024-06-26 07:01:42', NULL, NULL),\n(59, 36, 23, NULL, NULL, NULL, 1, 0, 1, 577, 0, 0, 0, 577, '2024-07-11 06:10:41', '2024-07-11 06:10:41', NULL, NULL),\n(61, 38, 1, NULL, NULL, NULL, 1, 0, 1, 1181.81, 0, 10, 118.18, 1299.99, '2024-07-18 05:36:30', '2024-07-18 05:36:30', NULL, NULL),\n(62, 39, 33, NULL, NULL, '1003', 1, 0, 1, 250, 0, 0, 0, 250, '2024-07-18 07:59:13', '2024-07-18 07:59:13', NULL, NULL),\n(63, 40, 33, NULL, NULL, '2001', 1, 0, 1, 250, 0, 0, 0, 250, '2024-07-18 08:01:45', '2024-07-18 08:01:45', NULL, NULL),\n(66, 43, 18, NULL, NULL, NULL, 1, 0, 1, 544.55, 0, 10, 54.45, 599, '2024-08-11 05:37:22', '2025-04-06 03:38:11', 1, 1),\n(68, 45, 2, NULL, NULL, NULL, 1, 0, 1, 1136.36, 0, 10, 113.64, 1250, '2024-08-11 05:48:52', '2024-08-11 05:48:52', NULL, NULL),\n(69, 45, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2024-08-11 05:48:52', '2024-08-11 05:48:52', NULL, NULL),\n(70, 46, 1, NULL, NULL, NULL, 1, 0, 1, 1181.81, 0, 10, 118.18, 1299.99, '2024-08-25 23:26:16', '2024-08-25 23:26:16', NULL, NULL),\n(71, 47, 4, NULL, NULL, NULL, 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-08-25 23:26:30', '2024-08-25 23:26:30', NULL, NULL),\n(74, 50, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2024-08-25 23:29:29', '2024-08-25 23:29:29', NULL, NULL),\n(75, 51, 34, NULL, 2, 'null', 1, 0, 1, 150, 0, 0, 0, 150, '2024-11-24 09:02:58', '2024-11-24 09:02:58', NULL, NULL),\n(76, 52, 34, NULL, 2, 'null', 1, 0, 1, 150, 0, 0, 0, 150, '2024-11-24 09:04:25', '2024-11-24 10:44:05', NULL, NULL),\n(77, 53, 33, NULL, NULL, '1001', 1, 0, 1, 250, 0, 0, 0, 250, '2024-11-24 10:47:02', '2024-11-24 10:47:26', NULL, NULL),\n(78, 54, 23, NULL, NULL, NULL, 1, 0, 1, 577, 0, 0, 0, 577, '2024-11-27 09:14:18', '2024-11-27 09:14:18', NULL, NULL),\n(79, 55, 23, NULL, NULL, NULL, 1, 0, 1, 577, 0, 0, 0, 577, '2024-11-27 11:04:18', '2024-11-27 11:04:18', NULL, NULL),\n(80, 56, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:05:22', '2024-11-27 11:05:22', NULL, NULL),\n(81, 56, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:05:22', '2024-11-27 11:05:22', NULL, NULL),\n(82, 57, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:07:26', '2024-11-27 11:07:26', NULL, NULL),\n(83, 57, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:07:26', '2024-11-27 11:07:26', NULL, NULL),\n(84, 58, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:18:04', '2024-11-27 11:18:04', NULL, NULL),\n(85, 58, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:18:04', '2024-11-27 11:18:04', NULL, NULL),\n(86, 59, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:22:04', '2024-11-27 11:22:04', NULL, NULL),\n(87, 59, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:22:04', '2024-11-27 11:22:04', NULL, NULL),\n(88, 60, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:22:37', '2024-11-27 11:22:37', NULL, NULL),\n(89, 60, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:22:37', '2024-11-27 11:22:37', NULL, NULL),\n(90, 61, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:41:16', '2024-11-27 11:41:16', NULL, NULL),\n(91, 61, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:41:16', '2024-11-27 11:41:16', NULL, NULL),\n(92, 62, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:41:59', '2024-11-27 11:41:59', NULL, NULL),\n(93, 62, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:41:59', '2024-11-27 11:41:59', NULL, NULL),\n(94, 63, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:43:51', '2024-11-27 11:43:51', NULL, NULL),\n(95, 63, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:43:51', '2024-11-27 11:43:51', NULL, NULL),\n(96, 64, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:46:50', '2024-11-27 11:46:50', NULL, NULL),\n(97, 64, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:46:50', '2024-11-27 11:46:50', NULL, NULL),\n(98, 65, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:48:19', '2024-11-27 11:48:19', NULL, NULL),\n(99, 65, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:48:20', '2024-11-27 11:48:20', NULL, NULL),\n(100, 66, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:49:47', '2024-11-27 11:49:47', NULL, NULL),\n(101, 66, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:49:47', '2024-11-27 11:49:47', NULL, NULL),\n(102, 67, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:49:55', '2024-11-27 11:49:55', NULL, NULL),\n(103, 67, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:49:55', '2024-11-27 11:49:55', NULL, NULL),\n(104, 68, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:50:34', '2024-11-27 11:50:34', NULL, NULL),\n(105, 68, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:50:34', '2024-11-27 11:50:34', NULL, NULL),\n(106, 69, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:51:28', '2024-11-27 11:51:28', NULL, NULL),\n(107, 69, 20, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2024-11-27 11:51:28', '2024-11-27 11:51:28', NULL, NULL),\n(108, 70, 23, NULL, NULL, NULL, 1, 0, 1, 577, 0, 0, 0, 577, '2024-11-27 11:52:19', '2024-11-27 11:52:19', NULL, NULL),\n(109, 71, 23, NULL, NULL, NULL, 1, 0, 1, 577, 0, 0, 0, 577, '2024-11-28 16:23:12', '2024-11-28 16:23:12', NULL, NULL),\n(110, 72, 23, NULL, NULL, NULL, 1, 0, 1, 577, 0, 0, 0, 577, '2024-11-28 16:26:53', '2024-11-28 16:26:53', NULL, NULL),\n(111, 73, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 07:02:11', '2024-12-03 07:02:11', NULL, NULL),\n(112, 74, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 08:10:16', '2024-12-03 08:10:16', NULL, NULL),\n(113, 75, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 08:12:23', '2024-12-03 08:12:23', NULL, NULL),\n(114, 76, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 08:12:44', '2024-12-03 08:12:44', NULL, NULL),\n(115, 77, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 08:19:27', '2024-12-03 08:19:27', NULL, NULL),\n(116, 78, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 08:19:51', '2024-12-03 08:19:51', NULL, NULL),\n(117, 79, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 08:20:09', '2024-12-03 08:20:09', NULL, NULL),\n(118, 80, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 08:29:58', '2024-12-03 08:29:58', NULL, NULL),\n(119, 81, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 08:35:29', '2024-12-03 08:35:29', NULL, NULL),\n(120, 82, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 08:37:27', '2024-12-03 08:37:27', NULL, NULL),\n(121, 83, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 08:40:06', '2024-12-03 08:40:06', NULL, NULL),\n(122, 84, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 08:45:09', '2024-12-03 08:45:09', NULL, NULL),\n(123, 85, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 09:37:07', '2024-12-03 09:37:07', NULL, NULL),\n(124, 86, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 09:38:02', '2024-12-03 09:38:02', NULL, NULL),\n(125, 87, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 09:40:48', '2024-12-03 09:40:48', NULL, NULL),\n(126, 88, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 12:12:13', '2024-12-03 12:12:13', NULL, NULL),\n(127, 89, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 12:13:42', '2024-12-03 12:13:42', NULL, NULL),\n(128, 90, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 12:15:05', '2024-12-03 12:15:05', NULL, NULL),\n(129, 91, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 12:19:07', '2024-12-03 12:19:07', NULL, NULL),\n(130, 92, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-03 12:19:57', '2024-12-03 12:19:57', NULL, NULL),\n(131, 93, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 10:30:22', '2024-12-04 10:30:22', NULL, NULL),\n(132, 94, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 10:39:03', '2024-12-04 10:39:03', NULL, NULL),\n(133, 95, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 10:41:29', '2024-12-04 10:41:29', NULL, NULL),\n(134, 96, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 10:41:57', '2024-12-04 10:41:57', NULL, NULL),\n(135, 97, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 10:54:22', '2024-12-04 10:54:22', NULL, NULL),\n(136, 98, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 10:56:38', '2024-12-04 10:56:38', NULL, NULL),\n(137, 99, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 10:57:28', '2024-12-04 10:57:28', NULL, NULL),\n(138, 100, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 10:57:51', '2024-12-04 10:57:51', NULL, NULL),\n(139, 101, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 11:58:35', '2024-12-04 11:58:35', NULL, NULL),\n(140, 102, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 11:59:15', '2024-12-04 11:59:15', NULL, NULL),\n(141, 103, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 12:04:35', '2024-12-04 12:04:35', NULL, NULL),\n(142, 104, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 12:05:20', '2024-12-04 12:05:20', NULL, NULL),\n(143, 105, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 12:05:43', '2024-12-04 12:05:43', NULL, NULL),\n(144, 106, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 12:06:07', '2024-12-04 12:06:07', NULL, NULL),\n(145, 107, 4, NULL, NULL, 'null', 1, 0, 1, 954.55, 0, 10, 95.45, 1050, '2024-12-04 12:08:52', '2024-12-04 12:08:52', NULL, NULL),\n(146, 108, 23, NULL, NULL, 'null', 1, 0, 1, 577, 0, 0, 0, 577, '2024-12-06 06:00:19', '2024-12-06 06:00:19', NULL, NULL),\n(147, 109, 23, NULL, NULL, 'null', 1, 0, 1, 577, 0, 0, 0, 577, '2024-12-06 06:17:40', '2024-12-06 06:17:40', NULL, NULL),\n(148, 110, 23, NULL, NULL, 'null', 1, 0, 1, 577, 0, 0, 0, 577, '2024-12-07 06:40:03', '2024-12-07 06:40:03', NULL, NULL),\n(149, 111, 23, NULL, NULL, 'null', 1, 0, 1, 577, 0, 0, 0, 577, '2024-12-08 05:29:55', '2024-12-08 05:29:55', NULL, NULL),\n(150, 112, 1, NULL, NULL, 'null,null', 1, 0, 1, 1181.81, 0, 10, 118.18, 1299.99, '2024-12-17 04:24:18', '2024-12-17 04:24:18', NULL, NULL),\n(151, 113, 27, NULL, NULL, 'null,null', 1, 0, 1, 1.29, 0, 0, 0, 1.29, '2024-12-17 04:26:31', '2024-12-17 04:26:31', NULL, NULL),\n(152, 114, 4, NULL, NULL, 'null,null', 1, 0, 1, 859.09, 0, 10, 85.91, 945, '2024-12-18 05:17:45', '2024-12-18 05:17:45', NULL, NULL),\n(153, 115, 39, NULL, NULL, 'null', 1, 0, 1, 810, 0, 0, 0, 810, '2024-12-19 05:31:08', '2024-12-19 05:31:08', NULL, NULL),\n(154, 116, 42, NULL, NULL, 'null', 1, 0, 1, 27, 0, 0, 0, 27, '2024-12-19 05:43:03', '2024-12-19 05:43:03', NULL, NULL),\n(156, 118, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-23 06:10:43', '2024-12-23 06:10:43', NULL, NULL),\n(157, 119, 23, NULL, NULL, 'null', 1, 0, 1, 577, 0, 0, 0, 577, '2024-12-28 18:26:48', '2024-12-28 18:26:48', NULL, NULL),\n(158, 120, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 06:35:35', '2024-12-29 06:35:35', NULL, NULL),\n(159, 121, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 06:39:47', '2024-12-29 06:39:47', NULL, NULL),\n(160, 122, 4, NULL, NULL, 'null,null', 1, 0, 1, 859.09, 0, 10, 85.91, 945, '2024-12-29 06:40:02', '2024-12-29 06:40:02', NULL, NULL),\n(161, 123, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 06:44:14', '2024-12-29 06:44:14', NULL, NULL),\n(162, 124, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 06:45:36', '2024-12-29 06:45:36', NULL, NULL),\n(163, 125, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 07:06:00', '2024-12-29 07:06:00', NULL, NULL),\n(164, 126, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 07:08:27', '2024-12-29 07:08:27', NULL, NULL),\n(165, 127, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 07:09:44', '2024-12-29 07:09:44', NULL, NULL),\n(166, 128, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 07:10:46', '2024-12-29 07:10:46', NULL, NULL),\n(167, 129, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 08:03:03', '2024-12-29 08:03:03', NULL, NULL),\n(168, 130, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 08:42:44', '2024-12-29 08:42:44', NULL, NULL),\n(169, 131, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 09:51:14', '2024-12-29 09:51:14', NULL, NULL),\n(170, 132, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 11:48:02', '2024-12-29 11:48:02', NULL, NULL),\n(171, 133, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-29 11:50:21', '2024-12-29 11:50:21', NULL, NULL),\n(172, 134, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-30 06:28:22', '2024-12-30 06:28:22', NULL, NULL),\n(173, 135, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-30 06:29:46', '2024-12-30 06:29:46', NULL, NULL),\n(174, 136, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-30 06:30:58', '2024-12-30 06:30:58', NULL, NULL),\n(175, 137, 1, NULL, NULL, 'null,null', 1, 0, 1, 1063.63, 0, 10, 106.36, 1169.99, '2024-12-30 06:31:31', '2024-12-30 06:31:31', NULL, NULL),\n(176, 138, 1, NULL, NULL, 'null,null', 1, 0, 1, 1181.81, 0, 10, 118.18, 1299.99, '2025-01-01 06:50:49', '2025-01-01 06:50:49', NULL, NULL),\n(177, 139, 1, NULL, NULL, 'null,null', 1, 0, 1, 1181.81, 0, 10, 118.18, 1299.99, '2025-01-01 08:37:52', '2025-01-01 08:37:52', NULL, NULL),\n(178, 140, 51, NULL, NULL, 'obb2,obb2', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-09 06:40:48', '2025-01-09 06:40:48', NULL, NULL),\n(179, 141, 23, NULL, NULL, 'null,null', 1, 0, 1, 577, 0, 0, 0, 577, '2025-01-12 06:16:32', '2025-01-12 06:16:32', NULL, NULL),\n(180, 142, 27, NULL, NULL, 'null,null', 1, 0, 1, 1.29, 0, 0, 0, 1.29, '2025-01-12 06:19:04', '2025-01-12 06:19:04', NULL, NULL),\n(181, 143, 23, NULL, NULL, 'null,null', 1, 0, 1, 577, 0, 0, 0, 577, '2025-01-12 06:19:56', '2025-01-12 06:19:56', NULL, NULL),\n(182, 144, 53, NULL, NULL, 'null,null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-12 06:22:10', '2025-01-12 06:22:10', NULL, NULL),\n(183, 145, 53, NULL, NULL, 'null,null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-12 06:23:39', '2025-01-12 06:23:39', NULL, NULL),\n(184, 146, 53, NULL, NULL, 'null,null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-12 06:25:38', '2025-01-12 06:25:38', NULL, NULL),\n(185, 147, 53, NULL, NULL, 'null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-12 07:08:45', '2025-01-12 07:08:45', NULL, NULL),\n(186, 148, 54, NULL, NULL, 'aa2,aa2,aa1', 2, 0, 1, 100, 0, 0, 0, 200, '2025-01-12 07:40:34', '2025-01-12 07:40:34', NULL, NULL),\n(189, 160, 55, NULL, 11, 'dd8,dd8,dd5', 2, 0, 1, 100, 0, 0, 0, 200, '2025-01-13 09:56:57', '2025-01-13 09:56:57', NULL, NULL),\n(190, 160, 55, NULL, 5, 'dd6,dd6', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-13 09:56:57', '2025-01-13 09:56:57', NULL, NULL),\n(191, 161, 55, NULL, 11, 'dd8,dd8,dd5', 2, 0, 1, 100, 0, 0, 0, 200, '2025-01-13 09:59:44', '2025-01-13 09:59:44', NULL, NULL),\n(192, 161, 55, NULL, 5, 'dd6,dd6', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-13 09:59:44', '2025-01-13 09:59:44', NULL, NULL),\n(193, 162, 55, NULL, 11, 'dd8,dd8', 2, 0, 1, 100, 0, 0, 0, 200, '2025-01-13 10:00:00', '2025-01-13 10:00:00', NULL, NULL),\n(194, 162, 55, NULL, 5, 'dd6,dd6', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-13 10:00:00', '2025-01-13 10:00:00', NULL, NULL),\n(195, 163, 56, NULL, NULL, 'ee2,ee2,ee1', 2, 0, 1, 100, 0, 0, 0, 200, '2025-01-14 08:06:57', '2025-01-14 08:06:57', NULL, NULL),\n(198, 166, 53, NULL, NULL, 'null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-15 04:01:32', '2025-01-15 04:01:32', NULL, NULL),\n(200, 168, 55, NULL, 5, 'dd2,dd2', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-15 06:46:11', '2025-01-15 06:46:11', NULL, NULL),\n(203, 172, 62, NULL, NULL, 'ee1,ee1,ee2', 2, 0, 1, 10, 0, 0, 0, 20, '2025-01-15 09:58:41', '2025-01-15 09:58:41', NULL, NULL),\n(204, 173, 55, NULL, 11, 'aa2,aa2', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-19 11:11:38', '2025-01-19 11:11:38', NULL, NULL),\n(205, 174, 64, NULL, NULL, 'bb2,bb2', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-19 11:18:31', '2025-01-19 11:18:31', NULL, NULL),\n(218, 190, 79, NULL, NULL, 'null,null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-21 04:45:00', '2025-01-21 04:45:00', NULL, NULL),\n(219, 191, 55, NULL, 5, 'dd20,dd20', 1, 0, 1, 100, 0, 10, 10, 110, '2025-01-21 08:17:16', '2025-01-21 08:17:16', NULL, NULL),\n(220, 191, 79, NULL, NULL, 'null,null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-21 08:17:16', '2025-01-21 08:17:16', NULL, NULL),\n(221, 191, 80, NULL, 5, 'qq4,qq4', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-21 08:17:17', '2025-01-21 08:17:17', NULL, NULL),\n(224, 194, 90, NULL, NULL, 'null,null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-01-26 17:35:36', '2025-01-26 17:35:36', NULL, NULL),\n(238, 208, 15, NULL, NULL, 'null', 1, 0, 1, 547, 0, 0, 0, 547, '2025-01-30 08:33:49', '2025-01-30 08:33:49', NULL, NULL),\n(240, 210, 54, NULL, NULL, 'cc2', 1, 0, 1, 90, 0, 15, 13.5, 103.5, '2025-02-03 06:07:52', '2025-02-03 06:07:52', NULL, NULL),\n(241, 211, 54, NULL, NULL, 'cc3,cc3', 1, 0, 1, 90, 0, 15, 13.5, 103.5, '2025-02-03 06:10:37', '2025-02-03 06:10:37', NULL, NULL),\n(242, 212, 54, NULL, NULL, 'cc1', 1, 0, 1, 90, 0, 15, 13.5, 103.5, '2025-02-03 06:38:56', '2025-02-03 06:38:56', NULL, NULL),\n(243, 213, 55, NULL, 5, 'dd21', 1, 0, 1, 90.9, 0, 10, 9.09, 99.99, '2025-02-03 11:18:52', '2025-02-03 11:18:52', NULL, NULL),\n(244, 214, 80, NULL, 10, 'qq2,qq2', 1, 0, 1, 90, 0, 0, 0, 90, '2025-02-03 11:20:46', '2025-02-03 11:20:46', NULL, NULL),\n(245, 215, 11, NULL, NULL, 'null,null', 1, 0, 1, 1431.82, 0, 10, 143.18, 1575, '2025-02-03 11:23:19', '2025-02-03 11:23:19', NULL, NULL),\n(281, 236, 100, NULL, NULL, '351506558007040,351506558007041', 1, 0, 1, 100, 0, 0, 0, 100, '2025-02-19 07:22:00', '2025-02-19 07:22:00', NULL, NULL),\n(283, 238, 100, NULL, NULL, '351506558007041', 1, 0, 1, 100, 0, 0, 0, 100, '2025-02-23 06:07:11', '2025-02-23 06:07:11', NULL, NULL),\n(284, 239, 100, NULL, NULL, '351506558007041', 1, 0, 1, 100, 0, 0, 0, 100, '2025-02-23 09:29:53', '2025-02-23 09:29:53', NULL, NULL),\n(289, 244, 102, NULL, 16, NULL, 1, 0, 1, 20, 0, 0, 0, 20, '2025-02-25 10:17:17', '2025-02-25 10:17:17', NULL, NULL),\n(291, 246, 105, NULL, NULL, 'null', 1, 0, 1, 35, 0, 0, 0, 35, '2025-02-26 05:00:05', '2025-02-26 05:00:05', NULL, NULL),\n(299, 254, 106, NULL, NULL, 'null,null', 1, 0, 4, 100, 0, 0, 0, 100, '2025-02-26 06:15:26', '2025-02-26 06:15:26', NULL, NULL),\n(300, 254, 107, NULL, NULL, 'null,null', 1, 0, 4, 100, 0, 0, 0, 100, '2025-02-26 06:15:26', '2025-02-26 06:15:26', NULL, NULL),\n(303, 257, 106, NULL, NULL, 'null,null', 1, 0, 4, 1010, 0, 0, 0, 1010, '2025-03-01 04:13:31', '2025-03-01 04:13:31', NULL, NULL),\n(307, 261, 106, NULL, NULL, 'null', 1, 0, 4, 100, 0, 0, 0, 100, '2025-03-02 06:22:41', '2025-03-02 06:22:41', NULL, NULL),\n(314, 268, 112, NULL, NULL, 'null', 1, 0, 4, 100, 0, 0, 0, 100, '2025-03-04 07:08:08', '2025-03-04 07:08:08', NULL, NULL),\n(315, 269, 112, NULL, NULL, 'null', 1, 0, 4, 100, 0, 0, 0, 100, '2025-03-04 07:08:37', '2025-03-04 07:08:37', NULL, NULL),\n(316, 270, 112, NULL, NULL, 'null', 1, 0, 4, 100, 0, 0, 0, 100, '2025-03-08 10:47:13', '2025-03-08 10:47:13', NULL, NULL),\n(317, 271, 112, NULL, NULL, 'null', 1, 0, 4, 100, 0, 0, 0, 100, '2025-03-08 10:48:47', '2025-03-08 10:48:47', NULL, NULL),\n(318, 272, 114, NULL, NULL, 'null,null,null', 2, 0, 1, 100, 0, 0, 0, 200, '2025-03-09 03:47:26', '2025-03-09 03:47:26', NULL, NULL),\n(319, 273, 114, NULL, NULL, 'null,null,null', 2, 0, 1, 100, 0, 0, 0, 200, '2025-03-09 03:57:55', '2025-03-09 03:57:55', NULL, NULL),\n(320, 274, 114, NULL, NULL, 'null,null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-03-09 07:58:25', '2025-03-09 07:58:25', NULL, NULL),\n(321, 275, 114, NULL, NULL, 'null,null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-03-09 08:03:31', '2025-03-09 08:03:31', NULL, NULL),\n(324, 278, 114, NULL, NULL, 'null,null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-03-09 14:16:38', '2025-03-09 14:16:38', NULL, NULL),\n(325, 279, 114, NULL, NULL, 'null,null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-03-10 03:35:40', '2025-03-10 03:35:40', NULL, NULL),\n(326, 280, 114, NULL, NULL, 'null,null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-03-11 05:02:22', '2025-04-10 04:26:06', NULL, NULL),\n(327, 281, 114, NULL, NULL, 'null', 1, 0, 1, 100, 0, 0, 0, 100, '2025-03-11 05:04:53', '2025-03-11 05:04:53', NULL, NULL),\n(330, 284, 114, NULL, NULL, 'null', 1, 1, 1, 7.43, 0, 21, 1.56, 8.99, '2025-03-13 15:53:58', '2025-04-07 05:00:01', NULL, NULL),\n(333, 289, 27, NULL, NULL, 'null', 1, 0, 1, 1.29, 0, 0, 0, 1.29, '2025-04-06 06:41:49', '2025-09-18 11:53:03', 1, 1),\n(339, 319, 114, NULL, NULL, 'null,null,null', 5, 0, 1, 7.43, 0, 21, 7.8, 44.95, '2025-04-16 08:26:30', '2025-04-16 08:26:30', NULL, NULL),\n(340, 320, 114, NULL, NULL, 'null,null', 1, 0, 1, 7.43, 0, 21, 1.56, 8.99, '2025-04-17 11:07:26', '2025-04-17 11:07:26', NULL, NULL),\n(341, 321, 114, NULL, NULL, 'null,null,null', 2, 0, 1, 7.43, 0, 21, 3.12, 17.98, '2025-04-17 11:09:56', '2025-04-17 11:09:56', NULL, NULL),\n(342, 322, 2, NULL, NULL, 'null,null', 1, 0, 1, 1000, 0, 10, 100, 1100, '2025-04-27 04:54:31', '2025-04-27 04:54:31', NULL, NULL),\n(343, 323, 2, NULL, NULL, 'null,null', 1, 0, 1, 1000, 0, 10, 100, 1100, '2025-04-27 05:08:52', '2025-04-27 05:08:52', NULL, NULL),\n(344, 324, 7, NULL, NULL, 'null,null', 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2025-04-27 07:19:15', '2025-04-27 07:19:15', NULL, NULL),\n(345, 325, 2, NULL, NULL, 'null,null', 1, 0, 1, 1000, 0, 10, 100, 1100, '2025-04-27 08:35:44', '2025-04-27 08:35:44', NULL, NULL),\n(346, 326, 7, NULL, NULL, 'null,null', 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2025-04-27 08:36:13', '2025-04-27 08:36:13', NULL, NULL),\n(347, 327, 2, NULL, NULL, 'null,null', 1, 0, 1, 1000, 0, 10, 100, 1100, '2025-04-27 08:38:50', '2025-04-27 08:38:50', NULL, NULL),\n(348, 328, 27, NULL, NULL, 'null,null', 1, 0, 1, 1.29, 0, 0, 0, 1.29, '2025-04-27 08:39:54', '2025-04-27 08:39:54', NULL, NULL),\n(349, 329, 9, NULL, NULL, 'null,null', 1, 0, 1, 559, 0, 0, 0, 559, '2025-04-27 08:40:35', '2025-04-27 08:40:35', NULL, NULL),\n(350, 329, 11, NULL, NULL, 'null,null', 1, 0, 1, 1590.91, 0, 10, 159.09, 1750, '2025-04-27 08:40:35', '2025-04-27 08:40:35', NULL, NULL),\n(351, 330, 3, NULL, NULL, 'null,null', 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2025-04-27 08:41:16', '2025-04-27 08:41:16', NULL, NULL),\n(352, 331, 3, NULL, NULL, 'null,null', 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2025-04-27 08:41:44', '2025-04-27 08:41:44', NULL, NULL),\n(353, 332, 2, NULL, NULL, 'null,null', 1, 0, 1, 1000, 0, 10, 100, 1100, '2025-04-27 08:42:30', '2025-04-27 08:42:30', NULL, NULL),\n(354, 333, 2, NULL, NULL, 'null,null', 10, 0, 1, 1000, 0, 10, 1000, 11000, '2025-04-27 08:52:10', '2025-04-27 08:52:10', NULL, NULL),\n(355, 334, 17, NULL, NULL, 'null,null', 1, 0, 1, 499, 0, 0, 0, 499, '2025-04-27 08:59:30', '2025-04-27 08:59:30', NULL, NULL),\n(356, 334, 20, NULL, NULL, 'null,null', 1, 0, 1, 499, 0, 0, 0, 499, '2025-04-27 08:59:30', '2025-04-27 08:59:30', NULL, NULL),\n(357, 335, 17, NULL, NULL, 'null,null', 1, 0, 1, 499, 0, 0, 0, 499, '2025-04-27 09:00:22', '2025-04-27 09:00:22', NULL, NULL),\n(358, 336, 16, NULL, NULL, 'null', 1, 0, 1, 109, 0, 0, 0, 109, '2025-04-28 04:19:21', '2025-04-28 04:19:21', NULL, NULL),\n(359, 337, 29, NULL, NULL, 'null,null', 1, 0, 1, 3.19, 0, 0, 0, 3.19, '2025-04-28 04:20:13', '2025-04-28 04:20:13', NULL, NULL),\n(360, 338, 27, NULL, NULL, 'null,null', 1, 0, 1, 1.29, 0, 0, 0, 1.29, '2025-04-28 06:19:36', '2025-04-28 06:19:36', NULL, NULL),\n(361, 339, 27, NULL, NULL, 'null,null', 1, 0, 1, 1.29, 0, 0, 0, 1.29, '2025-04-28 06:21:06', '2025-04-28 06:21:06', NULL, NULL),\n(362, 340, 27, NULL, NULL, 'null', 1, 0, 1, 1.29, 0, 0, 0, 1.29, '2025-04-28 06:22:44', '2025-04-28 06:22:44', NULL, NULL),\n(363, 341, 27, NULL, NULL, 'null', 1, 0, 1, 1.29, 0, 0, 0, 1.29, '2025-04-28 06:39:37', '2025-04-28 06:39:37', NULL, NULL),\n(364, 342, 27, NULL, NULL, 'null', 1, 0, 1, 1.23, 0, 0, 0, 1.23, '2025-04-28 10:04:26', '2025-04-28 10:04:26', NULL, NULL),\n(365, 343, 17, NULL, NULL, 'null', 1, 0, 1, 499, 0, 0, 0, 499, '2025-04-28 10:15:19', '2025-04-28 10:15:19', NULL, NULL),\n(366, 344, 18, NULL, NULL, 'null', 1, 0, 1, 544.55, 0, 10, 54.45, 599, '2025-04-28 10:15:48', '2025-04-28 10:15:48', NULL, NULL),\n(367, 345, 30, NULL, NULL, 'null', 1, 0, 1, 200, 0, 10, 20, 220, '2025-04-28 10:21:07', '2025-04-28 10:21:07', NULL, NULL),\n(368, 346, 25, NULL, NULL, 'null', 1, 0, 1, 157.99, 0, 0, 0, 157.99, '2025-04-28 10:22:42', '2025-04-28 10:22:42', NULL, NULL),\n(369, 347, 20, NULL, NULL, 'null', 1, 0, 1, 499, 0, 0, 0, 499, '2025-04-28 10:40:33', '2025-04-28 10:40:33', NULL, NULL),\n(371, 349, 114, NULL, NULL, NULL, 1, 0, 1, 7.43, 0, 21, 1.56, 8.99, '2025-05-22 06:28:39', '2025-05-22 06:28:39', NULL, NULL),\n(372, 350, 100, NULL, NULL, 'xx2,xx2', 1, 0, 1, 100, 0, 0, 0, 100, '2025-05-27 05:44:59', '2025-05-27 05:44:59', NULL, NULL),\n(374, 352, 100, NULL, NULL, NULL, 1, 0, 1, 100, 0, 0, 0, 100, '2025-05-27 06:07:27', '2025-05-27 06:07:27', NULL, NULL),\n(380, 358, 101, NULL, NULL, NULL, 1, 0, 1, 100, 0, 0, 0, 100, '2025-06-04 11:08:04', '2025-06-04 11:08:04', NULL, NULL),\n(381, 359, 101, NULL, NULL, NULL, 1, 0, 1, 100, 0, 0, 0, 100, '2025-06-04 11:08:52', '2025-06-04 11:08:52', NULL, NULL),\n(382, 360, 114, NULL, NULL, NULL, 1, 0, 1, 7.43, 0, 21, 1.56, 8.99, '2025-06-11 15:38:54', '2025-06-11 15:38:54', NULL, NULL),\n(388, 366, 114, NULL, NULL, NULL, 1, 0, 1, 7.43, 0, 21, 1.56, 8.99, '2025-06-29 03:30:16', '2025-06-29 05:57:45', NULL, NULL),\n(449, 423, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2025-08-04 16:24:28', '2025-08-04 16:24:28', NULL, NULL),\n(450, 423, 2, NULL, NULL, NULL, 1, 0, 1, 1000, 0, 10, 100, 1100, '2025-08-04 16:24:28', '2025-08-04 16:24:28', NULL, NULL),\n(451, 424, 100, NULL, NULL, '351506558006659', 1, 0, 1, 1300, 0, 0, 0, 1300, '2025-08-05 13:29:08', '2025-08-05 13:29:08', NULL, NULL),\n(453, 426, 19, NULL, NULL, NULL, 2, 0, 1, 962.73, 0, 10, 192.55, 2118, '2025-08-06 06:19:25', '2025-08-19 08:30:04', NULL, NULL),\n(454, 426, 3, NULL, NULL, NULL, 2, 0, 1, 318.18, 0, 10, 63.64, 700, '2025-08-06 06:19:26', '2025-08-19 08:30:04', NULL, NULL),\n(459, 429, 16, NULL, NULL, NULL, 3, 0, 1, 109, 0, 0, 0, 327, '2025-08-13 17:12:31', '2025-08-13 17:12:31', NULL, NULL),\n(460, 429, 3, NULL, NULL, NULL, 2, 0, 1, 318.18, 0, 10, 63.64, 700, '2025-08-13 17:12:31', '2025-08-13 17:12:31', NULL, NULL),\n(461, 430, 7, NULL, NULL, NULL, 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2025-08-26 16:13:45', '2025-08-26 16:13:45', NULL, NULL),\n(462, 431, 7, NULL, NULL, NULL, 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2025-08-26 16:21:22', '2025-08-26 16:21:22', NULL, NULL),\n(463, 432, 7, NULL, NULL, NULL, 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2025-08-26 16:24:12', '2025-08-26 16:24:12', NULL, NULL),\n(464, 433, 7, NULL, NULL, NULL, 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2025-08-26 16:26:07', '2025-08-26 16:26:07', NULL, NULL),\n(465, 434, 7, NULL, NULL, NULL, 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2025-08-26 16:27:15', '2025-08-26 16:27:15', NULL, NULL),\n(466, 435, 7, NULL, NULL, NULL, 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2025-08-26 16:28:49', '2025-08-26 16:28:49', NULL, NULL),\n(467, 436, 7, NULL, NULL, NULL, 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2025-08-26 16:30:37', '2025-08-26 16:30:37', NULL, NULL),\n(468, 437, 26, NULL, NULL, NULL, 2, 0, 4, 3.99, 0, 0, 0, 7.98, '2025-08-27 07:48:05', '2025-08-27 07:48:05', NULL, NULL),\n(469, 437, 29, NULL, NULL, NULL, 2, 0, 1, 3.19, 0, 0, 0, 6.38, '2025-08-27 07:48:05', '2025-08-27 07:48:05', NULL, NULL),\n(470, 437, 27, NULL, NULL, NULL, 12, 0, 1, 1.29, 0, 0, 0, 15.48, '2025-08-27 07:48:05', '2025-08-27 07:48:05', NULL, NULL),\n(471, 438, 7, NULL, NULL, NULL, 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2025-09-02 18:51:34', '2025-09-02 18:51:34', NULL, NULL),\n(472, 438, 17, NULL, NULL, NULL, 2, 0, 1, 499, 0, 0, 0, 998, '2025-09-02 18:51:34', '2025-09-02 18:51:34', NULL, NULL),\n(473, 438, 27, NULL, NULL, NULL, 1, 0, 1, 1.29, 0, 0, 0, 1.29, '2025-09-02 18:51:34', '2025-09-02 18:51:34', NULL, NULL),\n(474, 439, 16, NULL, NULL, NULL, 1, 0, 1, 109, 0, 0, 0, 109, '2025-09-02 19:20:34', '2025-09-02 19:20:34', NULL, NULL),\n(475, 440, 114, NULL, NULL, NULL, 4, 0, 1, 4, 0, 0, 0, 16, '2025-09-02 19:31:42', '2025-09-02 19:31:42', NULL, NULL),\n(476, 441, 26, NULL, NULL, NULL, 1, 0, 4, 3.99, 0, 0, 0, 3.99, '2025-09-05 16:17:26', '2025-09-05 16:17:26', NULL, NULL),\n(477, 442, 19, NULL, NULL, NULL, 1, 0, 1, 962.73, 0, 10, 96.27, 1059, '2025-09-05 16:20:10', '2025-09-05 16:20:10', NULL, NULL),\n(478, 443, 19, NULL, NULL, NULL, 1, 0, 1, 962.73, 0, 10, 96.27, 1059, '2025-09-05 16:43:36', '2025-09-05 16:43:36', NULL, NULL),\n(484, 448, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2025-09-07 12:45:42', '2025-09-07 12:45:42', NULL, NULL),\n(485, 449, 17, NULL, NULL, NULL, 2, 0, 1, 499, 0, 0, 0, 998, '2025-09-08 05:46:25', '2025-09-08 05:46:25', NULL, NULL),\n(486, 450, 11, NULL, NULL, NULL, 1, 0, 1, 1590.91, 0, 10, 159.09, 1750, '2025-09-08 05:49:04', '2025-09-08 05:49:04', NULL, NULL),\n(487, 451, 9, NULL, NULL, NULL, 1, 0, 1, 559, 0, 0, 0, 559, '2025-09-08 06:00:45', '2025-09-08 06:00:45', NULL, NULL),\n(488, 451, 8, NULL, NULL, NULL, 1, 0, 1, 1181.82, 0, 10, 118.18, 1300, '2025-09-08 06:00:45', '2025-09-08 06:00:45', NULL, NULL),\n(489, 452, 8, NULL, NULL, NULL, 1, 0, 1, 1181.82, 0, 10, 118.18, 1300, '2025-09-08 06:02:52', '2025-09-08 06:02:52', NULL, NULL),\n(490, 453, 8, NULL, NULL, NULL, 1, 0, 1, 1181.82, 0, 10, 118.18, 1300, '2025-09-08 06:07:39', '2025-09-08 06:07:39', NULL, NULL),\n(491, 454, 8, NULL, NULL, NULL, 1, 0, 1, 1181.82, 0, 10, 118.18, 1300, '2025-09-08 06:16:48', '2025-09-08 06:16:48', NULL, NULL),\n(492, 455, 8, NULL, NULL, NULL, 1, 0, 1, 1181.82, 0, 10, 118.18, 1300, '2025-09-08 06:17:21', '2025-09-08 06:17:21', NULL, NULL),\n(493, 456, 9, NULL, NULL, NULL, 1, 0, 1, 559, 0, 0, 0, 559, '2025-09-08 06:18:16', '2025-09-08 06:18:16', NULL, NULL),\n(494, 457, 9, NULL, NULL, NULL, 1, 0, 1, 559, 0, 0, 0, 559, '2025-09-08 06:19:44', '2025-09-08 06:19:44', NULL, NULL),\n(495, 458, 18, NULL, NULL, NULL, 1, 0, 1, 544.55, 0, 10, 54.45, 599, '2025-09-08 06:20:32', '2025-09-08 06:20:32', NULL, NULL),\n(496, 459, 25, NULL, NULL, NULL, 1, 0, 1, 157.99, 0, 0, 0, 157.99, '2025-09-08 06:21:16', '2025-09-08 06:21:16', NULL, NULL),\n(497, 460, 150, NULL, NULL, NULL, 2, 0, 0, 150, 0, 0, 0, 300, '2025-09-08 11:05:04', '2025-09-08 11:05:04', NULL, NULL),\n(498, 461, 7, NULL, NULL, NULL, 1, 1, 1, 908.18, 0.99, 10, 90.82, 999, '2025-09-10 07:28:27', '2025-09-10 07:33:00', NULL, NULL),\n(499, 461, 2, NULL, NULL, NULL, 1, 0, 1, 1090.91, 50, 10, 109.09, 1200, '2025-09-10 07:28:27', '2025-09-27 03:18:50', NULL, NULL),\n(500, 462, 17, NULL, NULL, NULL, 1, 0, 1, 474.05, 0, 0, 0, 474.05, '2025-09-11 08:25:41', '2025-09-11 08:25:41', NULL, NULL),\n(501, 462, 16, NULL, NULL, NULL, 1, 0, 1, 103.55, 0, 0, 0, 103.55, '2025-09-11 08:25:41', '2025-09-11 08:25:41', NULL, NULL),\n(502, 462, 19, NULL, NULL, NULL, 1, 0, 1, 914.59, 0, 10, 91.46, 1006.05, '2025-09-11 08:25:41', '2025-09-11 08:25:41', NULL, NULL),\n(503, 462, 3, NULL, NULL, NULL, 1, 0, 1, 302.27, 0, 10, 30.23, 332.5, '2025-09-11 08:25:41', '2025-09-11 08:25:41', NULL, NULL),\n(504, 463, 2, NULL, NULL, NULL, 1, 0, 1, 1136.36, 0, 10, 113.64, 1250, '2025-09-25 08:06:58', '2025-09-25 08:06:58', NULL, NULL),\n(505, 463, 19, NULL, NULL, NULL, 3, 0, 1, 962.73, 0, 10, 288.82, 3177, '2025-09-25 08:06:58', '2025-09-25 08:06:58', NULL, NULL),\n(506, 464, 7, NULL, NULL, NULL, 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2025-09-25 10:07:14', '2025-09-25 10:07:14', NULL, NULL),\n(507, 465, 19, NULL, NULL, NULL, 1, 0, 1, 962.73, 0, 10, 96.27, 1059, '2025-09-25 10:24:03', '2025-09-25 10:24:03', NULL, NULL),\n(508, 465, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2025-09-25 10:24:03', '2025-09-25 10:24:03', NULL, NULL),\n(509, 466, 19, NULL, NULL, NULL, 1, 0, 1, 962.73, 0, 10, 96.27, 1059, '2025-09-25 10:24:40', '2025-09-25 10:24:40', NULL, NULL),\n(510, 466, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2025-09-25 10:24:40', '2025-09-25 10:24:40', NULL, NULL),\n(511, 467, 27, NULL, NULL, NULL, 1, 0, 1, 1.29, 0, 0, 0, 1.29, '2025-09-25 10:29:51', '2025-09-25 10:29:51', NULL, NULL),\n(512, 468, 19, NULL, NULL, NULL, 1, 0, 1, 962.73, 0, 10, 96.27, 1059, '2025-09-25 10:30:49', '2025-09-25 10:30:49', NULL, NULL),\n(513, 468, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2025-09-25 10:30:49', '2025-09-25 10:30:49', NULL, NULL),\n(514, 469, 19, NULL, NULL, NULL, 1, 1, 1, 962.73, 0, 10, 96.27, 1059, '2025-09-27 03:22:46', '2025-09-27 03:24:47', NULL, NULL),\n(515, 469, 3, NULL, NULL, NULL, 1, 1, 1, 318.18, 0, 10, 31.82, 350, '2025-09-27 03:22:46', '2025-09-27 03:24:47', NULL, NULL),\n(516, 470, 19, NULL, NULL, NULL, 1, 0, 1, 962.73, 0, 10, 96.27, 1059, '2025-11-10 05:14:20', '2025-11-10 05:14:20', NULL, NULL),\n(517, 472, 100, NULL, NULL, '351506558006335', 1, 0, 1, 1300, 0, 0, 0, 1300, '2026-01-26 15:07:41', '2026-01-26 15:07:41', NULL, NULL),\n(518, 472, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2026-01-26 15:07:41', '2026-01-26 15:07:41', NULL, NULL),\n(519, 473, 2, NULL, NULL, NULL, 1, 0, 1, 113636.36, 0, 10, 11363.64, 125000, '2026-02-15 15:10:35', '2026-02-15 15:10:35', NULL, NULL),\n(520, 473, 3, NULL, NULL, NULL, 1, 0, 1, 31818.18, 0, 10, 3181.82, 35000, '2026-02-15 15:10:36', '2026-02-15 15:10:36', NULL, NULL),\n(521, 474, 10, NULL, NULL, NULL, 1, 0, 1, 125000, 0, 0, 0, 125000, '2026-02-15 16:25:35', '2026-02-15 16:25:35', NULL, NULL),\n(522, 474, 3, NULL, NULL, NULL, 1, 0, 1, 31818.18, 0, 10, 3181.82, 35000, '2026-02-15 16:25:35', '2026-02-15 16:25:35', NULL, NULL),\n(524, 476, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2026-02-26 18:40:17', '2026-02-26 18:40:17', NULL, NULL),\n(525, 476, 7, NULL, NULL, NULL, 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2026-02-26 18:40:17', '2026-02-26 18:40:17', NULL, NULL),\n(526, 477, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2026-03-08 21:30:00', '2026-03-08 21:30:00', NULL, NULL),\n(527, 478, 7, NULL, NULL, NULL, 1, 0, 1, 909.08, 0, 10, 90.91, 999.99, '2026-03-08 21:55:53', '2026-03-08 21:55:53', NULL, NULL),\n(528, 479, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2026-03-08 21:58:03', '2026-03-08 21:58:03', NULL, NULL),\n(529, 480, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2026-03-08 21:58:49', '2026-03-08 21:58:49', NULL, NULL),\n(530, 480, 16, NULL, NULL, NULL, 1, 0, 1, 109, 0, 0, 0, 109, '2026-03-08 21:58:49', '2026-03-08 21:58:49', NULL, NULL),\n(531, 481, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2026-03-11 21:31:16', '2026-03-13 19:39:56', NULL, NULL),\n(532, 481, 16, NULL, NULL, NULL, 1, 0, 1, 109, 0, 0, 0, 109, '2026-03-11 21:31:16', '2026-03-13 19:39:56', NULL, NULL),\n(533, 481, 3, NULL, NULL, NULL, 1, 0, 1, 318.18, 0, 10, 31.82, 350, '2026-03-11 21:31:16', '2026-03-13 19:39:56', NULL, NULL),\n(534, 482, 2, NULL, NULL, NULL, 1, 0, 1, 1136.36, 0, 10, 113.64, 1250, '2026-03-17 20:01:12', '2026-03-17 20:01:12', NULL, NULL),\n(536, 484, 17, NULL, NULL, NULL, 1, 0, 1, 499, 0, 0, 0, 499, '2026-03-23 19:30:21', '2026-03-23 19:30:21', NULL, NULL),\n(537, 484, 16, NULL, NULL, NULL, 1, 0, 1, 109, 0, 0, 0, 109, '2026-03-23 19:30:21', '2026-03-23 19:30:21', NULL, NULL);\n-- --------------------------------------------------------\n--\n-- Table structure for table `product_transfer`\n--\nCREATE TABLE `product_transfer` (\n`id` int UNSIGNED NOT NULL,\n`transfer_id` int NOT NULL,\n`product_id` int NOT NULL,\n`product_batch_id` int DEFAULT NULL,\n`variant_id` int DEFAULT NULL,\n`imei_number` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`qty` double NOT NULL,\n`purchase_unit_id` int NOT NULL,\n`net_unit_cost` double NOT NULL,\n`tax_rate` double NOT NULL,\n`tax` double NOT NULL,\n`total` double NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `product_transfer`\n--\nINSERT INTO `product_transfer` (`id`, `transfer_id`, `product_id`, `product_batch_id`, `variant_id`, `imei_number`, `qty`, `purchase_unit_id`, `net_unit_cost`, `tax_rate`, `tax`, `total`, `created_at`, `updated_at`) VALUES\n(11, 11, 23, NULL, NULL, NULL, 1, 1, 439, 0, 0, 439, '2024-05-28 09:05:50', '2024-05-28 09:05:50'),\n(12, 12, 20, NULL, NULL, NULL, 1, 1, 399, 0, 0, 399, '2024-05-28 09:07:14', '2024-05-28 09:07:14'),\n(13, 13, 34, NULL, 2, NULL, 1, 1, 100, 0, 0, 100, '2024-11-24 09:11:28', '2025-02-18 09:32:42'),\n(15, 15, 80, NULL, 10, NULL, 2, 1, 10, 0, 0, 20, '2025-01-22 05:42:18', '2025-01-22 05:42:18'),\n(61, 32, 22, NULL, NULL, NULL, 1, 1, 275, 0, 0, 275, '2025-04-13 05:24:02', '2025-04-13 05:24:02'),\n(62, 32, 23, NULL, NULL, 'null', 2, 1, 439, 0, 0, 0, '2025-04-13 05:24:02', '2025-04-13 05:24:02'),\n(63, 33, 22, NULL, NULL, NULL, 1, 1, 275, 0, 0, 275, '2025-04-13 05:24:41', '2025-04-13 05:24:41'),\n(64, 33, 23, NULL, NULL, 'null', 2, 1, 439, 0, 0, 0, '2025-04-13 05:24:41', '2025-04-13 05:24:41'),\n(65, 34, 22, NULL, NULL, NULL, 1, 1, 275, 0, 0, 275, '2025-04-13 05:24:50', '2025-04-13 05:24:50'),\n(66, 34, 23, NULL, NULL, 'null', 2, 1, 439, 0, 0, 0, '2025-04-13 05:24:50', '2025-04-13 05:24:50'),\n(67, 35, 22, NULL, NULL, NULL, 1, 1, 275, 0, 0, 275, '2025-04-13 05:25:00', '2025-04-13 05:25:00'),\n(68, 35, 23, NULL, NULL, 'null', 2, 1, 439, 0, 0, 0, '2025-04-13 05:25:00', '2025-04-13 05:25:00'),\n(70, 37, 30, NULL, NULL, NULL, 1, 1, 100, 10, 10, 110, '2025-04-13 09:21:58', '2025-04-13 09:21:58'),\n(71, 37, 17, NULL, NULL, NULL, 5, 1, 349, 0, 0, 1745, '2025-04-13 09:21:59', '2025-04-13 09:21:59'),\n(72, 38, 30, NULL, NULL, NULL, 1, 1, 100, 10, 10, 110, '2025-04-13 09:26:13', '2025-04-13 09:26:13'),\n(73, 38, 17, NULL, NULL, NULL, 5, 1, 349, 0, 0, 1745, '2025-04-13 09:26:13', '2025-04-13 09:26:13'),\n(74, 39, 30, NULL, NULL, NULL, 1, 1, 100, 10, 10, 110, '2025-04-13 09:26:19', '2025-04-13 09:26:19'),\n(75, 39, 17, NULL, NULL, NULL, 5, 1, 349, 0, 0, 1745, '2025-04-13 09:26:19', '2025-04-13 09:26:19'),\n(76, 40, 30, NULL, NULL, NULL, 1, 1, 100, 10, 10, 110, '2025-04-13 09:28:52', '2025-04-13 09:28:52'),\n(77, 40, 17, NULL, NULL, NULL, 5, 1, 349, 0, 0, 1745, '2025-04-13 09:28:52', '2025-04-13 09:28:52'),\n(78, 41, 14, NULL, NULL, NULL, 1, 1, 318.18, 10, 31.82, 350, '2025-04-15 10:59:38', '2025-04-15 10:59:38'),\n(79, 41, 7, NULL, NULL, NULL, 1, 1, 818.17, 10, 81.82, 899.99, '2025-04-15 10:59:38', '2025-04-15 10:59:38'),\n(80, 41, 19, NULL, NULL, NULL, 1, 1, 817.27, 10, 81.73, 899, '2025-04-15 10:59:38', '2025-04-15 10:59:38'),\n(81, 41, 27, NULL, NULL, NULL, 1, 1, 0.89, 0, 0, 0.89, '2025-04-15 10:59:38', '2025-04-15 10:59:38'),\n(82, 42, 27, NULL, NULL, NULL, 1, 1, 0.89, 0, 0, 0.89, '2025-04-15 11:40:09', '2025-04-15 11:40:09'),\n(83, 43, 114, NULL, NULL, NULL, 2, 1, 10, 21, 4.2, 24.2, '2025-05-25 10:01:58', '2025-06-29 10:05:13'),\n(84, 44, 2, NULL, NULL, NULL, 1, 1, 909.09, 10, 90.91, 1000, '2025-09-18 06:54:14', '2025-09-18 06:54:14');\n-- --------------------------------------------------------\n--\n-- Table structure for table `product_variants`\n--\nCREATE TABLE `product_variants` (\n`id` int UNSIGNED NOT NULL,\n`product_id` int NOT NULL,\n`variant_id` int NOT NULL,\n`position` int NOT NULL,\n`item_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`additional_cost` double DEFAULT NULL,\n`additional_price` double DEFAULT NULL,\n`qty` double NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `product_variants`\n--\nINSERT INTO `product_variants` (`id`, `product_id`, `variant_id`, `position`, `item_code`, `additional_cost`, `additional_price`, `qty`, `created_at`, `updated_at`) VALUES\n(1, 34, 1, 1, 's\/red-09759418', NULL, NULL, 0, '2024-11-24 08:57:18', '2024-11-24 08:57:18'),\n(2, 34, 2, 2, 's\/blue-09759418', NULL, NULL, 8, '2024-11-24 08:57:18', '2024-11-24 10:44:05'),\n(3, 34, 3, 3, 'm\/red-09759418', NULL, NULL, 1, '2024-11-24 08:57:18', '2026-02-28 13:25:29'),\n(4, 34, 4, 4, 'm\/blue-09759418', NULL, NULL, 0, '2024-11-24 08:57:18', '2024-11-24 08:57:18'),\n(5, 36, 5, 1, 'red-51234109', NULL, NULL, 3, '2024-12-19 05:23:34', '2025-09-27 03:27:55'),\n(6, 36, 6, 2, 'green-51234109', NULL, NULL, 0, '2024-12-19 05:23:34', '2024-12-19 05:23:34'),\n(7, 36, 7, 3, 'blue-51234109', NULL, NULL, 0, '2024-12-19 05:23:34', '2024-12-19 05:23:34'),\n(8, 37, 5, 1, 'red-97067049', NULL, NULL, 3, '2024-12-19 05:25:08', '2025-09-27 03:27:55'),\n(9, 37, 6, 2, 'green-97067049', NULL, NULL, 0, '2024-12-19 05:25:08', '2024-12-19 05:25:08'),\n(10, 37, 7, 3, 'blue-97067049', NULL, NULL, 0, '2024-12-19 05:25:08', '2024-12-19 05:25:08'),\n(11, 38, 5, 1, 'red-22307439', NULL, NULL, 3, '2024-12-19 05:26:10', '2025-09-27 03:27:55'),\n(12, 38, 6, 2, 'green-22307439', NULL, NULL, 0, '2024-12-19 05:26:10', '2024-12-19 05:26:10'),\n(13, 38, 7, 3, 'blue-22307439', NULL, NULL, 0, '2024-12-19 05:26:10', '2024-12-19 05:26:10'),\n(14, 45, 8, 1, 'Black\/Blue-96392154', NULL, NULL, 0, '2025-01-08 08:43:52', '2025-01-08 12:48:13'),\n(15, 47, 5, 1, 'Red-91123377', NULL, NULL, 0, '2025-01-08 09:08:46', '2025-01-08 12:47:51'),\n(16, 47, 7, 2, 'Blue-91123377', NULL, NULL, 0, '2025-01-08 09:08:46', '2025-01-08 09:08:46'),\n(17, 47, 9, 3, 'White-91123377', NULL, NULL, 0, '2025-01-08 09:08:46', '2025-01-08 09:08:46'),\n(18, 48, 10, 1, 'Silver-22171633', NULL, NULL, 2, '2025-01-08 12:50:34', '2025-01-08 12:51:25'),\n(19, 48, 11, 2, 'Black-22171633', NULL, NULL, 0, '2025-01-08 12:50:34', '2025-01-12 06:09:39'),\n(20, 49, 12, 1, 'Sky-09220168', NULL, NULL, 0, '2025-01-08 12:56:54', '2025-01-12 06:09:30'),\n(21, 49, 13, 2, 'Inherit-09220168', NULL, NULL, 0, '2025-01-08 12:56:54', '2025-01-11 03:25:35'),\n(22, 50, 11, 1, 'Black-61170981', NULL, NULL, 0, '2025-01-09 04:32:16', '2025-01-12 06:09:24'),\n(23, 50, 14, 2, 'Ash-61170981', NULL, NULL, 2, '2025-01-09 04:32:16', '2025-01-11 04:22:59'),\n(24, 55, 5, 1, 'Red-27009213', NULL, NULL, -1, '2025-01-12 07:20:38', '2025-02-03 11:18:52'),\n(25, 55, 11, 2, 'Black-27009213', NULL, NULL, 0, '2025-01-12 07:20:38', '2025-01-19 11:11:38'),\n(26, 63, 11, 1, 'Black-45631377', NULL, NULL, 2, '2025-01-16 18:28:46', '2025-01-16 18:30:53'),\n(27, 63, 10, 2, 'Silver-45631377', NULL, NULL, 2, '2025-01-16 18:28:46', '2025-01-16 18:30:53'),\n(28, 70, 15, 1, 'Brown-21173560', NULL, NULL, 0, '2025-01-20 04:53:13', '2025-01-20 06:16:31'),\n(29, 70, 11, 2, 'Black-21173560', NULL, NULL, 0, '2025-01-20 04:53:13', '2025-01-20 04:53:13'),\n(30, 80, 10, 1, 'Silver-99082603', NULL, NULL, 3, '2025-01-21 08:12:50', '2025-02-03 11:20:46'),\n(31, 80, 5, 2, 'Red-99082603', NULL, NULL, 1, '2025-01-21 08:12:50', '2025-01-21 08:17:16'),\n(32, 81, 1, 1, 'S\/Red-9999', 0, 0, 0, NULL, NULL),\n(33, 81, 16, 2, 'S\/Green-9999', 0, 0, 0, NULL, NULL),\n(34, 81, 3, 3, 'M\/Red-9999', 0, 0, 0, NULL, NULL),\n(35, 81, 17, 4, 'M\/Green-9999', 0, 0, 0, NULL, NULL),\n(36, 81, 18, 5, 'L\/Red-9999', 5, 10, 0, NULL, NULL),\n(37, 81, 19, 6, 'L\/Green-9999', 5, 10, 0, NULL, NULL),\n(38, 83, 1, 1, 'S\/Red-9999', 0, 0, 0, NULL, NULL),\n(39, 83, 16, 2, 'S\/Green-9999', 0, 0, 0, NULL, NULL),\n(40, 83, 3, 3, 'M\/Red-9999', 0, 0, 0, NULL, NULL),\n(41, 83, 17, 4, 'M\/Green-9999', 0, 0, 0, NULL, NULL),\n(42, 83, 18, 5, 'L\/Red-9999', 5, 10, 0, NULL, NULL),\n(43, 83, 19, 6, 'L\/Green-9999', 5, 10, 0, NULL, NULL),\n(44, 87, 1, 1, 'S\/Red-9999', 0, 0, 0, NULL, NULL),\n(45, 87, 16, 2, 'S\/Green-9999', 0, 0, 0, NULL, NULL),\n(46, 87, 3, 3, 'M\/Red-9999', 0, 0, 0, NULL, NULL),\n(47, 87, 17, 4, 'M\/Green-9999', 0, 0, 0, NULL, NULL),\n(48, 87, 18, 5, 'L\/Red-9999', 5, 10, 0, NULL, NULL),\n(49, 87, 19, 6, 'L\/Green-9999', 5, 10, 0, NULL, NULL),\n(50, 94, 11, 1, 'Black-70267903', NULL, NULL, 0, '2025-02-09 10:34:50', '2025-02-09 12:58:50'),\n(51, 94, 7, 2, 'Blue-70267903', NULL, NULL, 0, '2025-02-09 10:34:50', '2025-02-09 12:58:50'),\n(52, 94, 12, 3, 'Sky-70267903', NULL, NULL, 0, '2025-02-09 10:34:50', '2025-02-09 12:58:50'),\n(53, 98, 9, 1, 'White-83269502', NULL, NULL, 0, '2025-02-09 13:13:20', '2025-02-09 13:13:20'),\n(54, 98, 12, 2, 'Sky-83269502', NULL, NULL, 0, '2025-02-09 13:13:20', '2025-02-09 13:13:20'),\n(55, 98, 7, 3, 'Blue-83269502', NULL, NULL, 0, '2025-02-09 13:13:20', '2025-02-09 13:13:20'),\n(56, 99, 7, 1, 'Blue-77013496', NULL, NULL, 0, '2025-02-09 13:15:38', '2025-02-16 12:29:22'),\n(57, 99, 12, 2, 'Sky-77013496', NULL, NULL, 0, '2025-02-09 13:15:38', '2025-02-16 14:32:53'),\n(58, 99, 9, 3, 'White-77013496', NULL, NULL, 2, '2025-02-09 13:15:38', '2025-02-16 14:32:53'),\n(59, 102, 1, 1, 'S\/Red-9999', 0, 0, 0, NULL, '2025-03-04 07:00:45'),\n(60, 102, 16, 2, 'S\/Green-9999', 0, 0, -1, NULL, '2025-02-25 10:17:17'),\n(61, 102, 3, 3, 'M\/Red-9999', 0, 0, 0, NULL, NULL),\n(62, 102, 17, 4, 'M\/Green-9999', 0, 0, 0, NULL, NULL),\n(63, 102, 18, 5, 'L\/Red-9999', 5, 10, 0, NULL, NULL),\n(64, 102, 19, 6, 'L\/Green-9999', 5, 10, 0, NULL, NULL),\n(65, 124, 5, 1, 'red-02945021', 233, NULL, 0, '2025-04-16 05:33:18', '2025-04-17 11:13:55'),\n(66, 124, 6, 2, 'green-02945021', 212, NULL, -1, '2025-04-16 05:33:18', '2025-04-17 11:13:55'),\n(67, 124, 7, 3, 'blue-02945021', 233, NULL, -20, '2025-04-16 05:33:18', '2025-04-17 11:13:55'),\n(68, 128, 1, 1, 'S\/Red-9999', 0, 0, 0, NULL, NULL),\n(69, 128, 16, 2, 'S\/Green-9999', 0, 0, 0, NULL, NULL),\n(70, 128, 3, 3, 'M\/Red-9999', 0, 0, 0, NULL, NULL),\n(71, 128, 17, 4, 'M\/Green-9999', 0, 0, 0, NULL, NULL),\n(72, 128, 18, 5, 'L\/Red-9999', 5, 10, 0, NULL, NULL),\n(73, 128, 19, 6, 'L\/Green-9999', 5, 10, 0, NULL, NULL),\n(74, 130, 1, 1, 'S\/Red-9999', 0, 0, 0, NULL, NULL),\n(75, 130, 16, 2, 'S\/Green-9999', 0, 0, 0, NULL, NULL),\n(76, 130, 3, 3, 'M\/Red-9999', 0, 0, 0, NULL, NULL),\n(77, 130, 17, 4, 'M\/Green-9999', 0, 0, 0, NULL, NULL),\n(78, 130, 18, 5, 'L\/Red-9999', 5, 10, 0, NULL, NULL),\n(79, 130, 19, 6, 'L\/Green-9999', 5, 10, 0, NULL, NULL),\n(80, 132, 1, 1, 'S\/Red-9999', 0, 0, 0, NULL, NULL),\n(81, 132, 16, 2, 'S\/Green-9999', 0, 0, 0, NULL, NULL),\n(82, 132, 3, 3, 'M\/Red-9999', 0, 0, 0, NULL, NULL),\n(83, 132, 17, 4, 'M\/Green-9999', 0, 0, 0, NULL, NULL),\n(84, 132, 18, 5, 'L\/Red-9999', 5, 10, 0, NULL, NULL),\n(85, 132, 19, 6, 'L\/Green-9999', 5, 10, 0, NULL, NULL),\n(86, 139, 1, 1, 'S\/Red-9999', 0, 0, 0, NULL, NULL),\n(87, 139, 16, 2, 'S\/Green-9999', 0, 0, 0, NULL, NULL),\n(88, 139, 3, 3, 'M\/Red-9999', 0, 0, 0, NULL, NULL),\n(89, 139, 17, 4, 'M\/Green-9999', 0, 0, 0, NULL, NULL),\n(90, 139, 18, 5, 'L\/Red-9999', 5, 10, 0, NULL, NULL),\n(91, 139, 19, 6, 'L\/Green-9999', 5, 10, 0, NULL, NULL),\n(92, 142, 1, 1, 'S\/Red-9999', 0, 0, 0, NULL, NULL),\n(93, 142, 16, 2, 'S\/Green-9999', 0, 0, 0, NULL, NULL),\n(94, 142, 3, 3, 'M\/Red-9999', 0, 0, 0, NULL, NULL),\n(95, 142, 17, 4, 'M\/Green-9999', 0, 0, 0, NULL, NULL),\n(96, 142, 18, 5, 'L\/Red-9999', 5, 10, 0, NULL, NULL),\n(97, 142, 19, 6, 'L\/Green-9999', 5, 10, 0, NULL, NULL),\n(110, 146, 1, 1, 'S\/Red-9999', 0, 0, 0, NULL, NULL),\n(111, 146, 16, 2, 'S\/Green-9999', 0, 0, 0, NULL, NULL),\n(112, 146, 3, 3, 'M\/Red-9999', 0, 0, 0, NULL, NULL),\n(113, 146, 17, 4, 'M\/Green-9999', 0, 0, 0, NULL, NULL),\n(114, 146, 18, 5, 'L\/Red-9999', 5, 10, 0, NULL, NULL),\n(115, 146, 19, 6, 'L\/Green-9999', 5, 10, 0, NULL, NULL),\n(116, 153, 20, 1, 'red\/s-72768495', NULL, NULL, 0, '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(117, 153, 21, 2, 'red\/m-72768495', NULL, NULL, 0, '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(118, 153, 22, 3, 'red\/l-72768495', NULL, NULL, 0, '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(119, 153, 23, 4, 'green\/s-72768495', NULL, NULL, 0, '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(120, 153, 24, 5, 'green\/m-72768495', NULL, NULL, 0, '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(121, 153, 25, 6, 'green\/l-72768495', NULL, NULL, 0, '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(122, 153, 26, 7, 'blue\/s-72768495', NULL, NULL, 0, '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(123, 153, 27, 8, 'blue\/m-72768495', NULL, NULL, 0, '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(124, 153, 28, 9, 'blue\/l-72768495', NULL, NULL, 0, '2026-01-23 16:28:22', '2026-01-23 16:28:22');\n-- --------------------------------------------------------\n--\n-- Table structure for table `product_warehouse`\n--\nCREATE TABLE `product_warehouse` (\n`id` int UNSIGNED NOT NULL,\n`product_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`product_batch_id` int DEFAULT NULL,\n`variant_id` int DEFAULT NULL,\n`imei_number` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`warehouse_id` int NOT NULL,\n`qty` double NOT NULL,\n`price` double DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `product_warehouse`\n--\nINSERT INTO `product_warehouse` (`id`, `product_id`, `product_batch_id`, `variant_id`, `imei_number`, `warehouse_id`, `qty`, `price`, `created_at`, `updated_at`) VALUES\n(1, '23', NULL, NULL, NULL, 1, -14, 577, '2024-01-19 13:46:04', '2025-04-13 05:25:00'),\n(2, '27', NULL, NULL, NULL, 1, 8, 1.29, '2024-01-19 13:46:04', '2025-09-25 10:29:51'),\n(3, '20', NULL, NULL, NULL, 1, -7, 499, '2024-01-19 13:46:04', '2025-04-28 10:40:33'),\n(4, '17', NULL, NULL, NULL, 1, 7, 499, '2024-01-19 13:46:04', '2026-03-23 19:30:21'),\n(5, '16', NULL, NULL, NULL, 1, 4, 109, '2024-01-19 13:46:04', '2026-03-23 19:30:21'),\n(6, '30', NULL, NULL, NULL, 1, 13, 200, '2024-01-19 13:46:04', '2025-04-28 10:21:07'),\n(7, '19', NULL, NULL, NULL, 1, 0, 1059, '2024-01-19 13:46:04', '2025-11-10 05:14:20'),\n(8, '3', NULL, NULL, NULL, 1, 8, 350, '2024-01-19 13:46:05', '2026-03-13 19:39:56'),\n(9, '7', NULL, NULL, NULL, 1, 20, NULL, '2024-01-19 13:46:05', '2026-03-08 21:55:53'),\n(10, '2', NULL, NULL, NULL, 1, 8, NULL, '2024-01-19 13:46:05', '2026-03-19 19:16:45'),\n(11, '6', NULL, NULL, NULL, 1, 20, 1111.99, '2024-01-19 13:50:04', '2025-04-22 09:09:24'),\n(12, '13', NULL, NULL, NULL, 1, 10, 349, '2024-01-19 13:50:04', '2025-01-28 10:25:13'),\n(13, '10', NULL, NULL, NULL, 1, 9, 1250, '2024-01-19 13:50:04', '2026-02-15 16:25:34'),\n(14, '21', NULL, NULL, NULL, 1, 10, 599, '2024-01-19 13:50:04', '2024-01-19 13:50:04'),\n(15, '8', NULL, NULL, NULL, 1, 3, 1300, '2024-01-19 13:50:04', '2025-09-08 06:17:21'),\n(16, '12', NULL, NULL, NULL, 1, 10, 1250, '2024-01-19 13:50:04', '2025-01-30 06:31:19'),\n(17, '29', NULL, NULL, NULL, 1, 8, 3.19, '2024-01-19 13:50:04', '2025-08-27 07:48:05'),\n(18, '26', NULL, NULL, NULL, 1, 12, 3.99, '2024-01-19 13:50:04', '2025-09-05 16:17:26'),\n(19, '9', NULL, NULL, NULL, 1, 7, 559, '2024-01-19 13:50:04', '2025-09-08 06:19:44'),\n(20, '11', NULL, NULL, NULL, 1, 8, 1750, '2024-01-19 13:50:04', '2025-09-08 05:49:04'),\n(21, '1', NULL, NULL, NULL, 1, -18, 1299.99, '2024-01-19 13:53:21', '2025-01-29 07:16:00'),\n(22, '18', NULL, NULL, NULL, 1, 9, 599, '2024-01-19 13:53:21', '2025-09-08 06:20:32'),\n(23, '25', NULL, NULL, NULL, 1, 9, 157.99, '2024-01-19 13:53:21', '2025-09-08 06:21:16'),\n(24, '28', NULL, NULL, NULL, 1, 10, 3.3, '2024-01-19 13:53:21', '2024-01-19 13:53:21'),\n(25, '14', NULL, NULL, NULL, 1, 8, 499, '2024-01-19 13:53:21', '2025-04-15 10:59:38'),\n(26, '24', NULL, NULL, NULL, 1, 10, 379, '2024-01-19 13:53:21', '2024-01-19 13:53:21'),\n(27, '4', NULL, NULL, NULL, 1, -31, 1050, '2024-01-19 13:53:21', '2024-12-29 06:40:02'),\n(28, '5', NULL, NULL, NULL, 1, 10, 1150.99, '2024-01-19 13:53:21', '2024-08-25 23:29:53'),\n(29, '22', NULL, NULL, NULL, 1, 6, 399, '2024-01-19 13:53:21', '2025-04-13 05:25:00'),\n(30, '15', NULL, NULL, NULL, 1, 9, 547, '2024-01-19 13:53:21', '2025-01-30 08:33:49'),\n(31, '1', NULL, NULL, NULL, 2, 11, 1299.99, '2024-01-19 14:26:48', '2024-01-19 14:26:48'),\n(32, '18', NULL, NULL, NULL, 2, 6, 599, '2024-01-19 14:26:48', '2025-04-28 10:15:48'),\n(33, '25', NULL, NULL, NULL, 2, 9, 157.99, '2024-01-19 14:26:48', '2025-04-28 10:22:42'),\n(34, '28', NULL, NULL, NULL, 2, 10, 3.3, '2024-01-19 14:26:48', '2024-01-19 14:26:48'),\n(35, '14', NULL, NULL, NULL, 2, 11, 499, '2024-01-19 14:26:49', '2025-04-15 10:59:38'),\n(36, '24', NULL, NULL, NULL, 2, 10, 379, '2024-01-19 14:26:49', '2024-01-19 14:26:49'),\n(37, '4', NULL, NULL, NULL, 2, 9, 1050, '2024-01-19 14:26:49', '2024-01-19 14:44:41'),\n(38, '5', NULL, NULL, NULL, 2, 10, 1150.99, '2024-01-19 14:26:49', '2024-01-19 14:26:49'),\n(39, '22', NULL, NULL, NULL, 2, 14, 399, '2024-01-19 14:26:49', '2025-04-13 05:25:00'),\n(40, '15', NULL, NULL, NULL, 2, 10, 547, '2024-01-19 14:26:49', '2024-01-19 14:26:49'),\n(41, '23', NULL, NULL, NULL, 2, 18, 577, '2024-01-19 14:28:26', '2025-04-13 05:25:00'),\n(42, '27', NULL, NULL, NULL, 2, 10, 1.29, '2024-01-19 14:28:26', '2025-09-18 11:53:03'),\n(43, '20', NULL, NULL, NULL, 2, 10, 499, '2024-01-19 14:28:26', '2025-04-27 08:59:30'),\n(44, '17', NULL, NULL, NULL, 2, -12, 499, '2024-01-19 14:28:26', '2025-04-27 09:00:22'),\n(45, '16', NULL, NULL, NULL, 2, 9, 109, '2024-01-19 14:28:26', '2024-01-19 14:44:41'),\n(46, '30', NULL, NULL, NULL, 2, 6, 200, '2024-01-19 14:28:26', '2025-04-13 09:28:52'),\n(47, '19', NULL, NULL, NULL, 2, 11, 1059, '2024-01-19 14:28:26', '2025-08-01 06:42:32'),\n(48, '3', NULL, NULL, NULL, 2, 5, 350, '2024-01-19 14:28:26', '2026-02-26 18:40:17'),\n(49, '7', NULL, NULL, NULL, 2, 0, NULL, '2024-01-19 14:28:26', '2026-02-26 18:40:17'),\n(50, '2', NULL, NULL, NULL, 2, -4, NULL, '2024-01-19 14:28:26', '2025-09-18 06:54:14'),\n(51, '6', NULL, NULL, NULL, 2, 10, 1111.99, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(52, '13', NULL, NULL, NULL, 2, 10, 349, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(53, '10', NULL, NULL, NULL, 2, 10, 1250, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(54, '21', NULL, NULL, NULL, 2, 10, 599, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(55, '8', NULL, NULL, NULL, 2, 10, 1300, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(56, '12', NULL, NULL, NULL, 2, 10, 1250, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(57, '29', NULL, NULL, NULL, 2, 9, 3.19, '2024-01-19 14:28:35', '2025-04-28 04:20:13'),\n(58, '26', NULL, NULL, NULL, 2, 10, 3.99, '2024-01-19 14:28:35', '2024-01-19 14:28:35'),\n(59, '9', NULL, NULL, NULL, 2, 8, 559, '2024-01-19 14:28:35', '2025-04-27 08:40:35'),\n(60, '11', NULL, NULL, NULL, 2, 9, 1750, '2024-01-19 14:28:35', '2025-04-27 08:40:35'),\n(61, '32', NULL, NULL, NULL, 1, 0, NULL, '2024-04-29 12:29:17', '2024-04-29 12:29:17'),\n(62, '32', NULL, NULL, NULL, 2, 0, NULL, '2024-04-29 12:29:17', '2024-04-29 12:29:17'),\n(63, '33', NULL, NULL, NULL, 1, -2, NULL, '2024-07-18 07:39:33', '2025-02-16 12:31:24'),\n(64, '33', NULL, NULL, '2002,2003,2004,2005', 2, 4, NULL, '2024-07-18 07:39:33', '2024-07-18 08:01:45'),\n(65, '34', NULL, 1, NULL, 1, 0, NULL, '2024-11-24 08:57:18', '2024-11-24 08:57:18'),\n(66, '34', NULL, 2, NULL, 1, 7, NULL, '2024-11-24 08:57:18', '2025-02-18 09:32:42'),\n(67, '34', NULL, 3, NULL, 1, 1, NULL, '2024-11-24 08:57:18', '2026-02-28 13:25:29'),\n(68, '34', NULL, 4, NULL, 1, 0, NULL, '2024-11-24 08:57:18', '2024-11-24 08:57:18'),\n(69, '34', NULL, 1, NULL, 2, 0, NULL, '2024-11-24 08:57:18', '2024-11-24 08:57:18'),\n(70, '34', NULL, 2, NULL, 2, 1, NULL, '2024-11-24 08:57:18', '2025-02-18 09:32:42'),\n(71, '34', NULL, 3, NULL, 2, 0, NULL, '2024-11-24 08:57:18', '2024-11-24 08:57:18'),\n(72, '34', NULL, 4, NULL, 2, 0, NULL, '2024-11-24 08:57:18', '2024-11-24 08:57:18'),\n(73, '35', NULL, NULL, NULL, 1, 10, NULL, '2024-12-02 08:44:02', '2024-12-02 08:44:02'),\n(74, '35', NULL, NULL, NULL, 2, 47, NULL, '2024-12-02 08:44:02', '2024-12-02 08:44:02'),\n(75, '36', NULL, 5, NULL, 1, 3, NULL, '2024-12-19 05:23:34', '2025-09-27 03:27:55'),\n(76, '36', NULL, 6, NULL, 1, 0, NULL, '2024-12-19 05:23:34', '2024-12-19 05:23:34'),\n(77, '36', NULL, 7, NULL, 1, 0, NULL, '2024-12-19 05:23:34', '2024-12-19 05:23:34'),\n(78, '36', NULL, 5, NULL, 2, 0, NULL, '2024-12-19 05:23:34', '2024-12-19 05:23:34'),\n(79, '36', NULL, 6, NULL, 2, 0, NULL, '2024-12-19 05:23:34', '2024-12-19 05:23:34'),\n(80, '36', NULL, 7, NULL, 2, 0, NULL, '2024-12-19 05:23:34', '2024-12-19 05:23:34'),\n(81, '37', NULL, 5, NULL, 1, 3, NULL, '2024-12-19 05:25:08', '2025-09-27 03:27:55'),\n(82, '37', NULL, 6, NULL, 1, 0, NULL, '2024-12-19 05:25:08', '2024-12-19 05:25:08'),\n(83, '37', NULL, 7, NULL, 1, 0, NULL, '2024-12-19 05:25:08', '2024-12-19 05:25:08'),\n(84, '37', NULL, 5, NULL, 2, 0, NULL, '2024-12-19 05:25:08', '2024-12-19 05:25:08'),\n(85, '37', NULL, 6, NULL, 2, 0, NULL, '2024-12-19 05:25:08', '2024-12-19 05:25:08'),\n(86, '37', NULL, 7, NULL, 2, 0, NULL, '2024-12-19 05:25:08', '2024-12-19 05:25:08'),\n(87, '38', NULL, 5, NULL, 1, 3, NULL, '2024-12-19 05:26:10', '2025-09-27 03:27:55'),\n(88, '38', NULL, 6, NULL, 1, 0, NULL, '2024-12-19 05:26:10', '2024-12-19 05:26:10'),\n(89, '38', NULL, 7, NULL, 1, 0, NULL, '2024-12-19 05:26:10', '2024-12-19 05:26:10'),\n(90, '38', NULL, 5, NULL, 2, 0, NULL, '2024-12-19 05:26:10', '2024-12-19 05:26:10'),\n(91, '38', NULL, 6, NULL, 2, 0, NULL, '2024-12-19 05:26:10', '2024-12-19 05:26:10'),\n(92, '38', NULL, 7, NULL, 2, 0, NULL, '2024-12-19 05:26:10', '2024-12-19 05:26:10'),\n(93, '39', NULL, NULL, NULL, 1, -2, NULL, '2024-12-19 05:29:19', '2025-09-27 03:27:56'),\n(94, '39', NULL, NULL, NULL, 2, 0, NULL, '2024-12-19 05:29:19', '2024-12-19 05:29:19'),\n(95, '40', NULL, NULL, NULL, 1, 10, NULL, '2024-12-19 05:39:16', '2025-05-22 10:11:02'),\n(96, '40', NULL, NULL, NULL, 2, 7, NULL, '2024-12-19 05:39:16', '2025-09-27 03:26:44'),\n(97, '41', NULL, NULL, NULL, 1, 10, NULL, '2024-12-19 05:39:49', '2024-12-19 05:40:33'),\n(98, '41', NULL, NULL, NULL, 2, 0, NULL, '2024-12-19 05:39:49', '2025-09-27 03:26:43'),\n(99, '42', NULL, NULL, NULL, 1, -1, NULL, '2024-12-19 05:42:27', '2024-12-19 05:43:03'),\n(100, '42', NULL, NULL, NULL, 2, 0, NULL, '2024-12-19 05:42:27', '2025-09-27 03:26:44'),\n(101, '43', NULL, NULL, NULL, 1, 0, NULL, '2025-01-08 05:24:23', '2025-01-08 05:24:23'),\n(102, '43', NULL, NULL, NULL, 2, 0, NULL, '2025-01-08 05:24:23', '2025-01-08 05:24:23'),\n(104, '44', NULL, NULL, NULL, 1, 10, NULL, '2025-01-08 08:41:42', '2025-01-08 08:41:42'),\n(105, '45', NULL, 8, NULL, 1, 0, 100, '2025-01-08 08:45:23', '2025-01-08 12:48:13'),\n(106, '46', NULL, NULL, NULL, 1, 0, NULL, '2025-01-08 08:53:30', '2025-01-08 12:48:02'),\n(107, '46', NULL, NULL, NULL, 2, 0, NULL, '2025-01-08 08:53:30', '2025-01-08 08:53:30'),\n(108, '47', NULL, 5, NULL, 1, 0, NULL, '2025-01-08 09:08:46', '2025-01-08 12:47:51'),\n(109, '47', NULL, 7, NULL, 1, 0, NULL, '2025-01-08 09:08:46', '2025-01-08 09:08:46'),\n(110, '47', NULL, 9, NULL, 1, 0, NULL, '2025-01-08 09:08:46', '2025-01-08 09:08:46'),\n(111, '47', NULL, 5, NULL, 2, 0, NULL, '2025-01-08 09:08:46', '2025-01-08 09:08:46'),\n(112, '47', NULL, 7, NULL, 2, 0, NULL, '2025-01-08 09:08:46', '2025-01-08 09:08:46'),\n(113, '47', NULL, 9, NULL, 2, 0, NULL, '2025-01-08 09:08:46', '2025-01-08 09:08:46'),\n(114, '48', NULL, 10, 'silver01,silver02', 1, 2, NULL, '2025-01-08 12:50:34', '2025-01-08 12:51:26'),\n(115, '48', NULL, 11, NULL, 1, 0, NULL, '2025-01-08 12:50:34', '2025-01-12 06:09:39'),\n(116, '48', NULL, 10, NULL, 2, 0, NULL, '2025-01-08 12:50:34', '2025-01-08 12:50:34'),\n(117, '48', NULL, 11, NULL, 2, 0, NULL, '2025-01-08 12:50:34', '2025-01-08 12:50:34'),\n(118, '49', NULL, 12, NULL, 1, 0, NULL, '2025-01-08 12:56:54', '2025-01-12 06:09:30'),\n(119, '49', NULL, 13, NULL, 1, 0, NULL, '2025-01-08 12:56:54', '2025-01-11 03:25:35'),\n(120, '49', NULL, 12, NULL, 2, 0, NULL, '2025-01-08 12:56:54', '2025-01-08 12:56:54'),\n(121, '49', NULL, 13, NULL, 2, 0, NULL, '2025-01-08 12:56:54', '2025-01-08 12:56:54'),\n(122, '50', NULL, 11, NULL, 1, 0, 100, '2025-01-09 04:33:34', '2025-01-12 06:09:24'),\n(123, '50', NULL, 14, NULL, 1, 0, 100, '2025-01-09 05:22:07', '2025-01-11 04:13:43'),\n(124, '51', NULL, NULL, NULL, 1, -1, NULL, '2025-01-09 05:25:59', '2025-01-11 03:25:10'),\n(125, '51', NULL, NULL, NULL, 2, 0, NULL, '2025-01-09 05:25:59', '2025-01-09 05:25:59'),\n(126, '52', NULL, NULL, NULL, 1, 0, NULL, '2025-01-11 09:08:35', '2025-01-12 06:09:18'),\n(127, '52', NULL, NULL, NULL, 2, 0, NULL, '2025-01-11 09:08:35', '2025-01-11 09:08:35'),\n(128, '53', NULL, NULL, NULL, 1, -5, NULL, '2025-01-12 06:21:51', '2025-01-15 04:01:32'),\n(129, '53', NULL, NULL, NULL, 2, 0, NULL, '2025-01-12 06:21:51', '2025-01-12 06:21:51'),\n(130, '54', NULL, NULL, NULL, 1, 10, NULL, '2025-01-12 07:19:24', '2025-02-03 06:38:56'),\n(131, '54', NULL, NULL, NULL, 2, 10, NULL, '2025-01-12 07:19:24', '2025-01-12 07:19:24'),\n(132, '55', NULL, 5, 'dd1,dd7', 1, 0, NULL, '2025-01-12 07:22:24', '2025-02-03 11:18:52'),\n(133, '55', NULL, 11, 'dd3,dd4,dd9,aa1', 1, 0, 100, '2025-01-12 07:53:23', '2025-01-19 11:11:38'),\n(134, '56', NULL, NULL, NULL, 1, -2, NULL, '2025-01-14 08:05:08', '2025-01-15 05:42:39'),\n(135, '56', NULL, NULL, NULL, 2, 0, NULL, '2025-01-14 08:05:08', '2025-01-14 08:05:08'),\n(136, '57', NULL, NULL, NULL, 1, 0, NULL, '2025-01-14 11:02:00', '2025-01-14 11:02:00'),\n(137, '57', NULL, NULL, NULL, 2, 0, NULL, '2025-01-14 11:02:00', '2025-01-14 11:02:00'),\n(138, '58', NULL, NULL, NULL, 1, 0, NULL, '2025-01-14 11:05:19', '2025-01-14 11:32:25'),\n(139, '58', NULL, NULL, NULL, 2, 0, NULL, '2025-01-14 11:05:19', '2025-01-14 11:05:19'),\n(140, '59', NULL, NULL, NULL, 1, -2, NULL, '2025-01-15 05:43:13', '2025-01-15 08:22:28'),\n(141, '59', NULL, NULL, NULL, 2, 0, NULL, '2025-01-15 05:43:13', '2025-01-15 05:43:13'),\n(142, '60', NULL, NULL, 'Stock is empty,ee1,ee1,ee2', 1, 0, NULL, '2025-01-15 08:23:25', '2025-01-15 09:29:05'),\n(143, '60', NULL, NULL, NULL, 2, 0, NULL, '2025-01-15 08:23:25', '2025-01-15 08:23:25'),\n(144, '61', NULL, NULL, 'ee1', 1, 0, NULL, '2025-01-15 08:36:54', '2025-01-15 09:54:59'),\n(145, '61', NULL, NULL, NULL, 2, 0, NULL, '2025-01-15 08:36:54', '2025-01-15 08:36:54'),\n(146, '62', NULL, NULL, NULL, 1, -2, 10, '2025-01-15 09:56:06', '2025-01-16 06:09:02'),\n(147, '62', NULL, NULL, NULL, 2, 0, 10, '2025-01-15 09:56:06', '2025-01-16 06:08:56'),\n(148, '63', NULL, 11, 'b-456,b-455', 1, 2, NULL, '2025-01-16 18:28:46', '2025-01-16 18:30:53'),\n(149, '63', NULL, 10, 'sl-456,sl-455', 1, 2, NULL, '2025-01-16 18:28:46', '2025-01-16 18:30:53'),\n(150, '63', NULL, 11, NULL, 2, 0, NULL, '2025-01-16 18:28:46', '2025-01-16 18:28:46'),\n(151, '63', NULL, 10, NULL, 2, 0, NULL, '2025-01-16 18:28:46', '2025-01-16 18:28:46'),\n(152, '64', NULL, NULL, 'bb1', 1, 1, NULL, '2025-01-19 11:17:44', '2025-01-19 11:18:31'),\n(153, '64', NULL, NULL, NULL, 2, 0, NULL, '2025-01-19 11:17:44', '2025-01-19 11:17:44'),\n(154, '65', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 04:04:48', '2025-01-20 04:04:48'),\n(155, '65', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 04:04:48', '2025-01-20 04:04:48'),\n(156, '66', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 04:29:49', '2025-01-20 04:29:49'),\n(157, '66', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 04:29:49', '2025-01-20 04:29:49'),\n(158, '67', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 04:32:24', '2025-01-20 04:32:24'),\n(159, '67', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 04:32:24', '2025-01-20 04:32:24'),\n(160, '68', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 04:34:42', '2025-01-20 04:34:42'),\n(161, '68', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 04:34:42', '2025-01-20 04:34:42'),\n(162, '69', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 04:46:55', '2025-01-20 04:46:55'),\n(163, '69', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 04:46:55', '2025-01-20 04:46:55'),\n(164, '70', NULL, 15, 'moneybag1', 1, 0, NULL, '2025-01-20 04:53:13', '2025-01-20 06:16:31'),\n(165, '70', NULL, 11, NULL, 1, 0, NULL, '2025-01-20 04:53:13', '2025-01-20 04:53:13'),\n(166, '70', NULL, 15, NULL, 2, 0, NULL, '2025-01-20 04:53:13', '2025-01-20 04:53:13'),\n(167, '70', NULL, 11, NULL, 2, 0, NULL, '2025-01-20 04:53:13', '2025-01-20 04:53:13'),\n(168, '71', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 05:21:54', '2025-01-20 06:16:25'),\n(169, '71', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 05:21:54', '2025-01-20 05:21:54'),\n(170, '72', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 08:29:55', '2025-01-20 08:29:55'),\n(171, '72', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 08:29:55', '2025-01-20 08:29:55'),\n(172, '73', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 08:37:31', '2025-01-20 08:37:31'),\n(173, '73', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 08:37:31', '2025-01-20 08:37:31'),\n(174, '74', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 08:48:16', '2025-01-20 08:48:16'),\n(175, '74', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 08:48:16', '2025-01-20 08:48:16'),\n(176, '75', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 08:49:49', '2025-01-20 08:49:49'),\n(177, '75', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 08:49:49', '2025-01-20 08:49:49'),\n(178, '76', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 09:05:56', '2025-01-20 09:05:56'),\n(179, '76', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 09:05:56', '2025-01-20 09:05:56'),\n(180, '77', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 09:34:03', '2025-01-20 09:34:03'),\n(181, '77', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 09:34:03', '2025-01-20 09:34:03'),\n(182, '78', NULL, NULL, NULL, 1, 0, NULL, '2025-01-20 11:36:11', '2025-01-20 11:36:11'),\n(183, '78', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 11:36:11', '2025-01-20 11:36:11'),\n(184, '79', NULL, NULL, NULL, 1, -2, NULL, '2025-01-20 11:37:55', '2025-01-21 08:17:16'),\n(185, '79', NULL, NULL, NULL, 2, 0, NULL, '2025-01-20 11:37:55', '2025-01-20 11:37:55'),\n(186, '80', NULL, 10, 'qq1', 1, 5, NULL, '2025-01-21 08:12:50', '2025-08-03 04:41:43'),\n(187, '80', NULL, 5, 'qq3', 1, 1, NULL, '2025-01-21 08:12:50', '2025-01-21 08:17:17'),\n(188, '80', NULL, 10, NULL, 2, -2, NULL, '2025-01-21 08:12:50', '2025-08-03 04:41:43'),\n(189, '80', NULL, 5, NULL, 2, 0, NULL, '2025-01-21 08:12:50', '2025-01-21 08:12:50'),\n(190, '81', NULL, 1, NULL, 1, 0, NULL, NULL, NULL),\n(191, '81', NULL, 1, NULL, 2, 0, NULL, NULL, NULL),\n(192, '81', NULL, 16, NULL, 1, 0, NULL, NULL, NULL),\n(193, '81', NULL, 16, NULL, 2, 0, NULL, NULL, NULL),\n(194, '81', NULL, 3, NULL, 1, 0, NULL, NULL, NULL),\n(195, '81', NULL, 3, NULL, 2, 0, NULL, NULL, NULL),\n(196, '81', NULL, 17, NULL, 1, 0, NULL, NULL, NULL),\n(197, '81', NULL, 17, NULL, 2, 0, NULL, NULL, NULL),\n(198, '81', NULL, 18, NULL, 1, 0, NULL, NULL, NULL),\n(199, '81', NULL, 18, NULL, 2, 0, NULL, NULL, NULL),\n(200, '81', NULL, 19, NULL, 1, 0, NULL, NULL, NULL),\n(201, '81', NULL, 19, NULL, 2, 0, NULL, NULL, NULL),\n(202, '82', NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),\n(203, '82', NULL, NULL, NULL, 2, 0, NULL, NULL, NULL),\n(204, '83', NULL, 1, NULL, 1, 0, NULL, NULL, NULL),\n(205, '83', NULL, 1, NULL, 2, 0, NULL, NULL, NULL),\n(206, '83', NULL, 16, NULL, 1, 0, NULL, NULL, NULL),\n(207, '83', NULL, 16, NULL, 2, 0, NULL, NULL, NULL),\n(208, '83', NULL, 3, NULL, 1, 0, NULL, NULL, NULL),\n(209, '83', NULL, 3, NULL, 2, 0, NULL, NULL, NULL),\n(210, '83', NULL, 17, NULL, 1, 0, NULL, NULL, NULL),\n(211, '83', NULL, 17, NULL, 2, 0, NULL, NULL, NULL),\n(212, '83', NULL, 18, NULL, 1, 0, NULL, NULL, NULL),\n(213, '83', NULL, 18, NULL, 2, 0, NULL, NULL, NULL),\n(214, '83', NULL, 19, NULL, 1, 0, NULL, NULL, NULL),\n(215, '83', NULL, 19, NULL, 2, 0, NULL, NULL, NULL),\n(216, '84', NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),\n(217, '84', NULL, NULL, NULL, 2, 0, NULL, NULL, NULL),\n(218, '85', NULL, NULL, NULL, 1, 0, NULL, '2025-01-22 13:25:39', '2025-01-22 13:25:39'),\n(219, '85', NULL, NULL, NULL, 2, 0, NULL, '2025-01-22 13:25:39', '2025-01-22 13:25:39'),\n(220, '86', NULL, NULL, NULL, 1, 0, NULL, '2025-01-22 13:28:33', '2025-01-22 13:28:33'),\n(221, '86', NULL, NULL, NULL, 2, 0, NULL, '2025-01-22 13:28:33', '2025-01-22 13:28:33'),\n(222, '87', NULL, 1, NULL, 1, 0, NULL, NULL, NULL),\n(223, '87', NULL, 1, NULL, 2, 0, NULL, NULL, NULL),\n(224, '87', NULL, 16, NULL, 1, 0, NULL, NULL, NULL),\n(225, '87', NULL, 16, NULL, 2, 0, NULL, NULL, NULL),\n(226, '87', NULL, 3, NULL, 1, 0, NULL, NULL, NULL),\n(227, '87', NULL, 3, NULL, 2, 0, NULL, NULL, NULL),\n(228, '87', NULL, 17, NULL, 1, 0, NULL, NULL, NULL),\n(229, '87', NULL, 17, NULL, 2, 0, NULL, NULL, NULL),\n(230, '87', NULL, 18, NULL, 1, 0, NULL, NULL, NULL),\n(231, '87', NULL, 18, NULL, 2, 0, NULL, NULL, NULL),\n(232, '87', NULL, 19, NULL, 1, 0, NULL, NULL, NULL),\n(233, '87', NULL, 19, NULL, 2, 0, NULL, NULL, NULL),\n(234, '88', NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),\n(235, '88', NULL, NULL, NULL, 2, 0, NULL, NULL, NULL),\n(236, '89', NULL, NULL, NULL, 1, 0, NULL, '2025-01-23 07:13:05', '2025-01-23 07:13:05'),\n(237, '89', NULL, NULL, NULL, 2, 0, NULL, '2025-01-23 07:13:05', '2025-01-23 07:13:05'),\n(238, '90', NULL, NULL, NULL, 1, -1, NULL, '2025-01-25 11:18:39', '2025-01-26 17:35:36'),\n(239, '90', NULL, NULL, NULL, 2, 0, NULL, '2025-01-25 11:18:39', '2025-01-25 11:18:39'),\n(240, '92', NULL, NULL, 'kk1,kk3,kk4,kk2,kk2', 1, 4, NULL, '2025-01-30 03:49:39', '2025-02-09 12:58:19'),\n(241, '92', NULL, NULL, NULL, 2, 0, NULL, '2025-01-30 03:49:39', '2025-01-30 03:49:39'),\n(242, '93', NULL, NULL, NULL, 1, 0, NULL, '2025-02-04 06:08:36', '2025-02-04 07:08:30'),\n(243, '93', NULL, NULL, NULL, 2, 10, NULL, '2025-02-04 06:08:36', '2025-02-04 06:08:36'),\n(244, '94', NULL, 11, 'hh1,hh3,hh2,hh2', 1, 0, NULL, '2025-02-09 10:34:50', '2025-02-09 12:58:50'),\n(245, '94', NULL, 7, 'hh5,hh6,hh4,hh4,hh4', 1, 0, NULL, '2025-02-09 10:34:50', '2025-02-09 12:58:50'),\n(246, '94', NULL, 12, 'hh7,hh8', 1, 0, NULL, '2025-02-09 10:34:50', '2025-02-09 12:58:50'),\n(247, '94', NULL, 11, NULL, 2, 0, NULL, '2025-02-09 10:34:50', '2025-02-09 10:34:50'),\n(248, '94', NULL, 7, NULL, 2, 0, NULL, '2025-02-09 10:34:50', '2025-02-09 10:34:50'),\n(249, '94', NULL, 12, NULL, 2, 0, NULL, '2025-02-09 10:34:50', '2025-02-09 10:34:50'),\n(250, '95', NULL, NULL, 'gg1,gg3,gg2,gg2', 1, 0, NULL, '2025-02-09 11:02:46', '2025-02-09 12:58:50'),\n(251, '95', NULL, NULL, NULL, 2, 0, NULL, '2025-02-09 11:02:46', '2025-02-09 11:02:46'),\n(252, '96', NULL, NULL, 'up1,up2,up3', 1, 3, NULL, '2025-02-09 13:01:52', '2025-02-09 13:02:32'),\n(253, '96', NULL, NULL, NULL, 2, 0, NULL, '2025-02-09 13:01:52', '2025-02-09 13:01:52'),\n(254, '97', NULL, NULL, 'dp1,dp2,dp4,dp4,dp3', 1, 0, NULL, '2025-02-09 13:09:43', '2025-02-16 14:32:53'),\n(255, '97', NULL, NULL, '351506558006921,351506558007010,351506558007010,351506558007010,351506558006939,351506558006921,351506558007010,351506558006939,351506558006921,351506558007010,351506558006939,351506558006921,351506558007010,351506558006939,351506558007010,351506558006939', 2, 16, NULL, '2025-02-09 13:09:43', '2025-02-16 12:29:22'),\n(256, '98', NULL, 9, NULL, 1, 0, NULL, '2025-02-09 13:13:20', '2025-02-09 13:13:20'),\n(257, '98', NULL, 12, NULL, 1, 0, NULL, '2025-02-09 13:13:20', '2025-02-09 13:13:20'),\n(258, '98', NULL, 7, NULL, 1, 0, NULL, '2025-02-09 13:13:20', '2025-02-09 13:13:20'),\n(259, '98', NULL, 9, NULL, 2, 0, NULL, '2025-02-09 13:13:20', '2025-02-09 13:13:20'),\n(260, '98', NULL, 12, NULL, 2, 0, NULL, '2025-02-09 13:13:20', '2025-02-09 13:13:20'),\n(261, '98', NULL, 7, NULL, 2, 0, NULL, '2025-02-09 13:13:20', '2025-02-09 13:13:20'),\n(262, '99', NULL, 7, 'ph1,ph2,ph3,ph1,ph2,ph3', 1, 0, NULL, '2025-02-09 13:15:38', '2025-02-16 12:29:22'),\n(263, '99', NULL, 12, 'ph5,ph6,ph4,ph5,ph6,ph4', 1, 0, NULL, '2025-02-09 13:15:38', '2025-02-16 14:32:53'),\n(264, '99', NULL, 9, 'ph8,ph9,ph7,ph8,ph9,ph7', 1, 0, NULL, '2025-02-09 13:15:38', '2025-02-16 14:32:53'),\n(265, '99', NULL, 7, NULL, 2, 0, NULL, '2025-02-09 13:15:38', '2025-02-09 13:15:38'),\n(266, '99', NULL, 12, NULL, 2, 0, NULL, '2025-02-09 13:15:38', '2025-02-09 13:15:38'),\n(267, '99', NULL, 9, NULL, 2, 2, NULL, '2025-02-09 13:15:38', '2025-02-10 05:55:23'),\n(268, '100', NULL, NULL, '351506558006334,xx1', 1, 1, NULL, '2025-02-10 13:24:01', '2026-01-26 15:07:40'),\n(269, '100', NULL, NULL, NULL, 2, 0, NULL, '2025-02-10 13:24:01', '2025-08-03 04:43:58'),\n(270, '101', NULL, NULL, NULL, 1, 6, NULL, '2025-02-11 09:53:10', '2025-06-04 06:33:21'),\n(271, '101', NULL, NULL, NULL, 2, 5, NULL, '2025-02-11 09:53:10', '2025-06-04 11:08:52'),\n(272, '102', NULL, 1, NULL, 1, 0, NULL, NULL, NULL),\n(273, '102', NULL, 1, NULL, 2, 0, NULL, NULL, '2025-03-04 07:00:45'),\n(274, '102', NULL, 16, NULL, 1, 0, NULL, NULL, NULL),\n(275, '102', NULL, 16, NULL, 2, -1, NULL, NULL, '2025-02-25 10:17:17'),\n(276, '102', NULL, 3, NULL, 1, 0, NULL, NULL, NULL),\n(277, '102', NULL, 3, NULL, 2, 0, NULL, NULL, NULL),\n(278, '102', NULL, 17, NULL, 1, 0, NULL, NULL, NULL),\n(279, '102', NULL, 17, NULL, 2, 0, NULL, NULL, NULL),\n(280, '102', NULL, 18, NULL, 1, 0, NULL, NULL, NULL),\n(281, '102', NULL, 18, NULL, 2, 0, NULL, NULL, NULL),\n(282, '102', NULL, 19, NULL, 1, 0, NULL, NULL, NULL),\n(283, '102', NULL, 19, NULL, 2, 0, NULL, NULL, NULL),\n(284, '103', NULL, NULL, NULL, 1, 0, NULL, NULL, '2025-03-04 07:00:45'),\n(285, '103', NULL, NULL, NULL, 2, 0, NULL, NULL, NULL),\n(286, '104', NULL, NULL, 'asap2,asap3,asap1', 1, 0, NULL, '2025-02-25 10:11:45', '2025-03-04 07:00:45'),\n(287, '104', NULL, NULL, NULL, 2, 0, NULL, '2025-02-25 10:11:45', '2025-02-25 10:11:45'),\n(288, '105', NULL, NULL, NULL, 1, -1, NULL, '2025-02-25 10:52:58', '2025-02-26 05:50:21'),\n(289, '105', NULL, NULL, NULL, 2, 0, NULL, '2025-02-25 10:52:58', '2025-02-25 10:52:58'),\n(290, '106', NULL, NULL, NULL, 1, -3, NULL, '2025-02-26 05:21:48', '2025-03-04 07:02:15'),\n(291, '106', NULL, NULL, NULL, 2, -2, NULL, '2025-02-26 05:21:48', '2025-03-04 07:02:15'),\n(292, '107', NULL, NULL, NULL, 1, -2, NULL, '2025-02-26 05:22:56', '2025-03-04 07:00:45'),\n(293, '107', NULL, NULL, NULL, 2, -1, NULL, '2025-02-26 05:22:56', '2025-03-04 07:00:45'),\n(294, '108', NULL, NULL, NULL, 1, 0, NULL, '2025-02-26 05:24:28', '2025-02-26 05:47:25'),\n(295, '108', NULL, NULL, NULL, 2, 0, NULL, '2025-02-26 05:24:28', '2025-02-26 05:24:28'),\n(296, '109', NULL, NULL, NULL, 1, -2, NULL, '2025-02-26 05:49:34', '2025-03-04 07:00:45'),\n(297, '110', NULL, NULL, NULL, 1, 0, NULL, '2025-02-26 06:33:57', '2025-02-26 06:47:00'),\n(298, '110', NULL, NULL, NULL, 2, 0, NULL, '2025-02-26 06:33:57', '2025-03-04 04:00:57'),\n(299, '111', NULL, NULL, NULL, 1, 0, NULL, '2025-02-27 04:42:22', '2025-02-27 04:42:22'),\n(300, '111', NULL, NULL, NULL, 2, 0, NULL, '2025-02-27 04:42:22', '2025-02-27 04:42:22'),\n(301, '112', NULL, NULL, NULL, 1, 9, NULL, '2025-03-04 07:06:13', '2025-03-08 10:47:13'),\n(302, '112', NULL, NULL, NULL, 2, 7, NULL, '2025-03-04 07:06:13', '2025-07-16 04:08:18'),\n(303, '113', NULL, NULL, NULL, 1, 0, NULL, '2025-03-06 07:35:27', '2025-03-06 07:35:27'),\n(304, '113', NULL, NULL, NULL, 2, 0, NULL, '2025-03-06 07:35:27', '2025-03-06 07:35:27'),\n(305, '114', NULL, NULL, NULL, 1, 11, 13, '2025-03-09 03:46:18', '2025-09-27 03:27:56'),\n(306, '114', NULL, NULL, NULL, 2, 19, 14, '2025-03-09 03:46:18', '2025-08-01 05:58:51'),\n(307, '115', NULL, NULL, NULL, 1, 5, NULL, '2025-03-13 10:16:13', '2025-03-13 10:16:13'),\n(308, '116', NULL, NULL, NULL, 1, 5, NULL, '2025-03-13 10:16:43', '2025-03-13 10:16:43'),\n(309, '117', NULL, NULL, NULL, 1, -2, NULL, '2025-03-13 10:23:09', '2025-03-13 13:28:30'),\n(310, '117', NULL, NULL, NULL, 2, 0, NULL, '2025-03-13 10:23:09', '2025-03-13 10:23:09'),\n(311, '118', NULL, NULL, NULL, 1, -2, NULL, '2025-03-13 10:23:37', '2025-03-13 13:28:30'),\n(312, '118', NULL, NULL, NULL, 2, 0, NULL, '2025-03-13 10:23:37', '2025-03-13 10:23:37'),\n(313, '119', NULL, NULL, NULL, 1, 0, NULL, '2025-03-13 13:20:29', '2025-03-13 13:20:29'),\n(314, '119', NULL, NULL, NULL, 2, 0, NULL, '2025-03-13 13:20:29', '2025-03-13 13:20:29'),\n(315, '120', NULL, NULL, NULL, 1, 2, NULL, '2025-03-13 13:24:31', '2025-03-13 13:27:30'),\n(316, '120', NULL, NULL, NULL, 2, 0, NULL, '2025-03-13 13:24:31', '2025-03-13 13:24:31'),\n(317, '121', NULL, NULL, NULL, 1, 0, NULL, '2025-03-13 13:37:00', '2025-03-13 15:17:49'),\n(318, '121', NULL, NULL, NULL, 2, 0, NULL, '2025-03-13 13:37:00', '2025-03-13 13:37:00'),\n(319, '122', NULL, NULL, NULL, 1, 0, NULL, '2025-03-13 13:37:29', '2025-03-13 15:17:49'),\n(320, '122', NULL, NULL, NULL, 2, 0, NULL, '2025-03-13 13:37:29', '2025-03-13 13:37:29'),\n(321, '123', NULL, NULL, NULL, 1, -1, NULL, '2025-03-13 13:39:03', '2025-03-13 15:16:32'),\n(322, '123', NULL, NULL, NULL, 2, 0, NULL, '2025-03-13 13:39:03', '2025-03-13 13:39:03'),\n(323, '124', 1, 7, NULL, 1, -20, 915, '2025-04-16 05:36:39', '2025-04-17 11:13:55'),\n(324, '124', 1, 6, NULL, 1, -1, 915, '2025-04-16 05:36:39', '2025-04-17 11:13:55'),\n(325, '124', 1, 5, NULL, 1, 0, 915, '2025-04-16 05:36:39', '2025-04-17 11:13:55'),\n(326, '125', NULL, NULL, NULL, 1, 0, NULL, '2025-06-28 08:51:17', '2025-06-28 08:51:17'),\n(327, '125', NULL, NULL, NULL, 2, 0, NULL, '2025-06-28 08:51:17', '2025-06-28 08:51:17'),\n(328, '126', NULL, NULL, NULL, 1, 0, NULL, '2025-06-29 07:00:20', '2025-06-29 07:00:20'),\n(329, '126', NULL, NULL, NULL, 2, 0, NULL, '2025-06-29 07:00:20', '2025-06-29 07:00:20'),\n(330, '127', NULL, NULL, NULL, 1, 0, NULL, '2025-07-01 03:13:19', '2025-07-01 03:13:19'),\n(331, '127', NULL, NULL, NULL, 2, 0, NULL, '2025-07-01 03:13:19', '2025-07-01 03:13:19'),\n(332, '128', NULL, 1, NULL, 1, 0, NULL, NULL, NULL),\n(333, '128', NULL, 1, NULL, 2, 0, NULL, NULL, NULL),\n(334, '128', NULL, 16, NULL, 1, 0, NULL, NULL, NULL),\n(335, '128', NULL, 16, NULL, 2, 0, NULL, NULL, NULL),\n(336, '128', NULL, 3, NULL, 1, 0, NULL, NULL, NULL),\n(337, '128', NULL, 3, NULL, 2, 0, NULL, NULL, NULL),\n(338, '128', NULL, 17, NULL, 1, 0, NULL, NULL, NULL),\n(339, '128', NULL, 17, NULL, 2, 0, NULL, NULL, NULL),\n(340, '128', NULL, 18, NULL, 1, 0, NULL, NULL, NULL),\n(341, '128', NULL, 18, NULL, 2, 0, NULL, NULL, NULL),\n(342, '128', NULL, 19, NULL, 1, 0, NULL, NULL, NULL),\n(343, '128', NULL, 19, NULL, 2, 0, NULL, NULL, NULL),\n(344, '129', NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),\n(345, '129', NULL, NULL, NULL, 2, 0, NULL, NULL, NULL),\n(346, '130', NULL, 1, NULL, 1, 0, NULL, NULL, NULL),\n(347, '130', NULL, 1, NULL, 2, 0, NULL, NULL, NULL),\n(348, '130', NULL, 16, NULL, 1, 0, NULL, NULL, NULL),\n(349, '130', NULL, 16, NULL, 2, 0, NULL, NULL, NULL),\n(350, '130', NULL, 3, NULL, 1, 0, NULL, NULL, NULL),\n(351, '130', NULL, 3, NULL, 2, 0, NULL, NULL, NULL),\n(352, '130', NULL, 17, NULL, 1, 0, NULL, NULL, NULL),\n(353, '130', NULL, 17, NULL, 2, 0, NULL, NULL, NULL),\n(354, '130', NULL, 18, NULL, 1, 0, NULL, NULL, NULL),\n(355, '130', NULL, 18, NULL, 2, 0, NULL, NULL, NULL),\n(356, '130', NULL, 19, NULL, 1, 0, NULL, NULL, NULL),\n(357, '130', NULL, 19, NULL, 2, 0, NULL, NULL, NULL),\n(358, '131', NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),\n(359, '131', NULL, NULL, NULL, 2, 0, NULL, NULL, NULL),\n(361, '132', NULL, 1, NULL, 1, 0, NULL, NULL, NULL),\n(362, '132', NULL, 1, NULL, 2, 0, NULL, NULL, NULL),\n(363, '132', NULL, 16, NULL, 1, 0, NULL, NULL, NULL),\n(364, '132', NULL, 16, NULL, 2, 0, NULL, NULL, NULL),\n(365, '132', NULL, 3, NULL, 1, 0, NULL, NULL, NULL),\n(366, '132', NULL, 3, NULL, 2, 0, NULL, NULL, NULL),\n(367, '132', NULL, 17, NULL, 1, 0, NULL, NULL, NULL),\n(368, '132', NULL, 17, NULL, 2, 0, NULL, NULL, NULL),\n(369, '132', NULL, 18, NULL, 1, 0, NULL, NULL, NULL),\n(370, '132', NULL, 18, NULL, 2, 0, NULL, NULL, NULL),\n(371, '132', NULL, 19, NULL, 1, 0, NULL, NULL, NULL),\n(372, '132', NULL, 19, NULL, 2, 0, NULL, NULL, NULL),\n(373, '133', NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),\n(374, '133', NULL, NULL, NULL, 2, 0, NULL, NULL, NULL),\n(375, '134', NULL, NULL, NULL, 1, 0, NULL, '2025-07-05 04:44:16', '2025-07-05 04:44:16'),\n(376, '134', NULL, NULL, NULL, 2, 0, NULL, '2025-07-05 04:44:16', '2025-07-05 04:44:16'),\n(377, '135', NULL, NULL, NULL, 1, -1, NULL, '2025-07-08 06:31:02', '2025-07-08 06:42:42'),\n(378, '135', NULL, NULL, NULL, 2, 0, NULL, '2025-07-08 06:31:02', '2025-07-08 06:31:02'),\n(379, '136', NULL, NULL, NULL, 1, -1, NULL, '2025-07-08 06:32:45', '2025-07-08 06:42:42'),\n(380, '136', NULL, NULL, NULL, 2, 0, NULL, '2025-07-08 06:32:45', '2025-07-08 06:32:45'),\n(381, '137', NULL, NULL, NULL, 1, 0, NULL, '2025-07-08 06:33:41', '2025-07-08 06:46:15'),\n(382, '137', NULL, NULL, NULL, 2, 0, NULL, '2025-07-08 06:33:41', '2025-07-08 06:33:41'),\n(383, '138', NULL, NULL, NULL, 1, 0, NULL, '2025-07-09 14:05:49', '2025-07-20 04:54:09'),\n(384, '138', NULL, NULL, NULL, 2, 0, NULL, '2025-07-09 14:05:49', '2025-07-09 14:14:09'),\n(401, '142', NULL, 1, NULL, 1, 0, NULL, NULL, NULL),\n(402, '142', NULL, 1, NULL, 2, 0, NULL, NULL, NULL),\n(403, '142', NULL, 16, NULL, 1, 0, NULL, NULL, NULL),\n(404, '142', NULL, 16, NULL, 2, 0, NULL, NULL, NULL),\n(405, '142', NULL, 3, NULL, 1, 0, NULL, NULL, NULL),\n(406, '142', NULL, 3, NULL, 2, 0, NULL, NULL, NULL),\n(407, '142', NULL, 17, NULL, 1, 0, NULL, NULL, NULL),\n(408, '142', NULL, 17, NULL, 2, 0, NULL, NULL, NULL),\n(409, '142', NULL, 18, NULL, 1, 0, NULL, NULL, NULL),\n(410, '142', NULL, 18, NULL, 2, 0, NULL, NULL, NULL),\n(411, '142', NULL, 19, NULL, 1, 0, NULL, NULL, NULL),\n(412, '142', NULL, 19, NULL, 2, 0, NULL, NULL, NULL),\n(413, '143', NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),\n(414, '143', NULL, NULL, NULL, 2, 0, NULL, NULL, NULL),\n(439, '146', NULL, 1, NULL, 1, 0, NULL, NULL, NULL),\n(440, '146', NULL, 1, NULL, 2, 0, NULL, NULL, NULL),\n(441, '146', NULL, 16, NULL, 1, 0, NULL, NULL, NULL),\n(442, '146', NULL, 16, NULL, 2, 0, NULL, NULL, NULL),\n(443, '146', NULL, 3, NULL, 1, 0, NULL, NULL, NULL),\n(444, '146', NULL, 3, NULL, 2, 0, NULL, NULL, NULL),\n(445, '146', NULL, 17, NULL, 1, 0, NULL, NULL, NULL),\n(446, '146', NULL, 17, NULL, 2, 0, NULL, NULL, NULL),\n(447, '146', NULL, 18, NULL, 1, 0, NULL, NULL, NULL),\n(448, '146', NULL, 18, NULL, 2, 0, NULL, NULL, NULL),\n(449, '146', NULL, 19, NULL, 1, 0, NULL, NULL, NULL),\n(450, '146', NULL, 19, NULL, 2, 0, NULL, NULL, NULL),\n(451, '147', NULL, NULL, NULL, 1, 0, NULL, NULL, NULL),\n(452, '147', NULL, NULL, NULL, 2, 0, NULL, NULL, NULL),\n(453, '148', NULL, NULL, NULL, 1, 0, 264, '2025-07-21 10:19:35', '2025-07-21 10:19:35'),\n(454, '148', NULL, NULL, NULL, 2, 0, 695, '2025-07-21 10:19:35', '2025-07-21 10:19:35'),\n(455, '149', NULL, NULL, NULL, 1, 720, NULL, '2025-07-24 09:56:23', '2025-08-01 05:57:17'),\n(456, '149', NULL, NULL, NULL, 2, 0, NULL, '2025-07-24 09:56:23', '2025-07-24 10:21:59'),\n(457, '31', 2, NULL, NULL, 1, 2, NULL, '2025-08-04 03:53:42', '2025-08-04 03:53:42'),\n(458, '31', 3, NULL, NULL, 1, 4, NULL, '2025-08-06 11:01:33', '2025-08-06 11:01:33'),\n(459, '151', NULL, NULL, NULL, 1, 10, 12.5, '2025-09-11 12:47:46', '2025-09-11 12:47:46'),\n(460, '154', 4, NULL, NULL, 1, 10, NULL, '2026-03-03 08:38:17', '2026-03-03 08:39:30'),\n(461, '154', 5, NULL, NULL, 1, 10, NULL, '2026-03-03 08:39:05', '2026-03-03 08:39:05');\n-- --------------------------------------------------------\n--\n-- Table structure for table `purchases`\n--\nCREATE TABLE `purchases` (\n`id` int UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`user_id` int NOT NULL,\n`warehouse_id` int NOT NULL,\n`supplier_id` int DEFAULT NULL,\n`currency_id` int DEFAULT NULL,\n`exchange_rate` double DEFAULT NULL,\n`item` int NOT NULL,\n`total_qty` int NOT NULL,\n`total_discount` double NOT NULL,\n`total_tax` double NOT NULL,\n`total_cost` double NOT NULL,\n`order_tax_rate` double DEFAULT NULL,\n`order_tax` double DEFAULT NULL,\n`order_discount` double DEFAULT NULL,\n`shipping_cost` double DEFAULT NULL,\n`grand_total` double NOT NULL,\n`paid_amount` double NOT NULL,\n`status` int NOT NULL,\n`payment_status` int NOT NULL,\n`document` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`purchase_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`deleted_by` int UNSIGNED DEFAULT NULL,\n`deleted_at` timestamp NULL DEFAULT NULL,\n`due_date` date DEFAULT NULL,\n`pay_term_no` int DEFAULT NULL,\n`pay_term_period` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `purchases`\n--\nINSERT INTO `purchases` (`id`, `reference_no`, `user_id`, `warehouse_id`, `supplier_id`, `currency_id`, `exchange_rate`, `item`, `total_qty`, `total_discount`, `total_tax`, `total_cost`, `order_tax_rate`, `order_tax`, `order_discount`, `shipping_cost`, `grand_total`, `paid_amount`, `status`, `payment_status`, `document`, `note`, `purchase_type`, `created_at`, `updated_at`, `deleted_by`, `deleted_at`, `due_date`, `pay_term_no`, `pay_term_period`) VALUES\n(1, 'pr-20240119-074604', 1, 1, 1, 1, 1, 10, 100, 0, 2917.26, 44758.8, 0, 0, 0, 0, 44758.8, 44758.8, 1, 2, NULL, NULL, NULL, '2024-01-19 13:46:04', '2025-09-16 05:37:56', NULL, NULL, NULL, NULL, NULL),\n(2, 'pr-20240119-075004', 1, 1, 1, 1, 1, 10, 100, 0, 3589.09, 67113.7, 0, 0, 0, 0, 67113.7, 45241.2, 1, 1, NULL, NULL, NULL, '2024-01-19 13:50:04', '2025-09-16 05:50:41', NULL, NULL, NULL, NULL, NULL),\n(3, 'pr-20240119-075321', 1, 1, NULL, 1, 1, 10, 100, 0, 3689.98, 49653.7, 0, 0, 0, 0, 49653.7, 0, 1, 1, NULL, NULL, NULL, '2024-01-19 13:53:21', '2024-01-19 13:53:21', NULL, NULL, NULL, NULL, NULL),\n(4, 'pr-20240119-082648', 1, 2, 1, NULL, NULL, 10, 101, 0, 3789.98, 50753.69, 0, 0, 0, 0, 50753.69, 0, 1, 1, NULL, NULL, NULL, '2024-01-18 18:00:00', '2024-01-19 14:26:48', NULL, NULL, NULL, NULL, NULL),\n(5, 'pr-20240119-082826', 1, 2, 1, NULL, NULL, 10, 100, 0, 2917.26, 44758.8, 0, 0, 0, 0, 44758.8, 0, 1, 1, NULL, NULL, NULL, '2024-01-18 18:00:00', '2024-01-19 14:28:26', NULL, NULL, NULL, NULL, NULL),\n(6, 'pr-20240119-082835', 1, 2, 1, NULL, NULL, 10, 100, 0, 3589.09, 67113.7, 0, 0, 0, 0, 67113.7, 0, 1, 1, NULL, NULL, NULL, '2024-01-18 18:00:00', '2024-01-19 14:28:35', NULL, NULL, NULL, NULL, NULL),\n(7, 'pr-20240119-085202', 1, 1, 1, NULL, NULL, 2, 2, 0, 0, 748, 0, 0, 0, 0, 748, 0, 1, 1, NULL, NULL, NULL, '2024-01-19 14:52:02', '2024-01-19 14:52:02', NULL, NULL, NULL, NULL, NULL),\n(8, 'pr-20240204-011347', 1, 1, NULL, 1, 1, 1, 6, 0, 480, 5280, 0, 0, 0, 0, 5280, 0, 1, 1, NULL, NULL, NULL, '2024-02-03 18:00:00', '2024-06-20 05:08:26', NULL, NULL, NULL, NULL, NULL),\n(10, 'pr-20240718-014928', 1, 2, 2, NULL, NULL, 1, 5, 0, 0, 500, 0, 0, 0, 0, 500, 0, 1, 1, NULL, NULL, NULL, '2024-07-17 18:00:00', '2024-07-18 07:51:35', NULL, NULL, NULL, NULL, NULL),\n(11, 'pr-20241124-030222', 1, 1, 1, 1, 1, 1, 10, 0, 0, 1000, 0, 0, 0, 0, 1000, 0, 1, 1, NULL, NULL, NULL, '2024-11-24 09:02:22', '2024-11-24 09:02:22', NULL, NULL, NULL, NULL, NULL),\n(12, 'pr-20241202-024402', 1, 1, NULL, NULL, NULL, 1, 10, 0, 145, 870, NULL, 0, NULL, NULL, 870, 870, 1, 2, NULL, NULL, NULL, '2024-12-02 08:44:02', '2024-12-02 08:44:02', NULL, NULL, NULL, NULL, NULL),\n(13, 'pr-20241202-024402', 1, 2, NULL, NULL, NULL, 1, 47, 0, 681.5, 4089, NULL, 0, NULL, NULL, 4089, 4089, 1, 2, NULL, NULL, NULL, '2024-12-02 08:44:02', '2024-12-02 08:44:02', NULL, NULL, NULL, NULL, NULL),\n(14, 'pr-20241219-112801', 1, 1, 1, 1, 1, 3, 9, 0, 0, 1350, 0, 0, 0, 0, 1350, 1350, 1, 2, NULL, NULL, NULL, '2024-12-19 05:28:01', '2024-12-19 05:28:10', NULL, NULL, NULL, NULL, NULL),\n(15, 'pr-20241219-114033', 1, 1, 1, 1, 1, 2, 20, 0, 0, 100, 0, 0, 0, 0, 100, 0, 1, 1, NULL, NULL, NULL, '2024-12-19 05:40:33', '2024-12-19 05:40:33', NULL, NULL, NULL, NULL, NULL),\n(16, 'pr-20250108-123927', 1, 1, NULL, 1, 1, 1, 1, 0, 27.27, 300, 0, 0, 0, 0, 300, 0, 1, 1, NULL, NULL, NULL, '2025-01-07 18:00:00', '2025-01-08 06:39:27', NULL, NULL, NULL, NULL, NULL),\n(17, 'pr-20250108-125911', 1, 1, NULL, NULL, NULL, 3, 20, 0, 0, 66.25, 0, 0, NULL, NULL, 66.25, 0, 1, 1, NULL, NULL, NULL, '2025-01-08 06:59:11', '2025-01-08 06:59:11', NULL, NULL, NULL, NULL, NULL),\n(18, 'pr-20250108-024142', 1, 1, NULL, NULL, NULL, 1, 10, 0, 0, 100, NULL, 0, NULL, NULL, 100, 100, 1, 2, NULL, NULL, NULL, '2025-01-08 08:41:42', '2025-01-08 08:41:42', NULL, NULL, NULL, NULL, NULL),\n(23, 'pr-20250108-065125', 1, 1, NULL, 1, 1, 1, 2, 0, 0, 20, 0, 0, 0, 0, 20, 0, 1, 1, NULL, NULL, NULL, '2025-01-08 12:51:25', '2025-01-08 12:51:25', NULL, NULL, NULL, NULL, NULL),\n(40, 'pr-20250112-011924', 1, 1, NULL, NULL, NULL, 1, 10, 0, 0, 100, NULL, 0, NULL, NULL, 100, 100, 1, 2, NULL, NULL, NULL, '2025-01-12 07:19:24', '2025-01-12 07:19:24', NULL, NULL, NULL, NULL, NULL),\n(41, 'pr-20250112-011924', 1, 2, NULL, NULL, NULL, 1, 10, 0, 0, 100, NULL, 0, NULL, NULL, 100, 100, 1, 2, NULL, NULL, NULL, '2025-01-12 07:19:24', '2025-01-12 07:19:24', NULL, NULL, NULL, NULL, NULL),\n(42, 'pr-20250112-012128', 1, 1, NULL, 1, 1, 1, 2, 0, 0, 20, 0, 0, 0, 0, 20, 0, 1, 1, NULL, NULL, NULL, '2025-01-12 07:21:28', '2025-01-12 07:21:28', NULL, NULL, NULL, NULL, NULL),\n(43, 'pr-20250112-012224', 1, 1, NULL, 1, 1, 1, 2, 0, 0, 20, 0, 0, 0, 0, 20, 0, 1, 1, NULL, NULL, NULL, '2025-01-12 07:22:24', '2025-01-12 07:22:24', NULL, NULL, NULL, NULL, NULL),\n(44, 'pr-20250112-015323', 1, 1, NULL, 1, 1, 1, 2, 0, 0, 20, 0, 0, 0, 0, 20, 0, 1, 1, NULL, NULL, NULL, '2025-01-12 07:53:23', '2025-01-12 07:53:23', NULL, NULL, NULL, NULL, NULL),\n(45, 'pr-20250112-052900', 1, 1, NULL, 1, 1, 1, 1, 0, 0, 10, 0, 0, 0, 0, 10, 0, 1, 1, NULL, NULL, NULL, '2025-01-12 11:29:00', '2025-01-12 11:29:00', NULL, NULL, NULL, NULL, NULL),\n(47, 'pr-20250113-020754', 1, 1, NULL, 1, 1, 1, 2, 0, 0, 20, 0, 0, 0, 0, 20, 0, 1, 1, NULL, NULL, NULL, '2025-01-13 08:07:54', '2025-01-13 08:07:54', NULL, NULL, NULL, NULL, NULL),\n(48, 'pr-20250113-020843', 1, 1, NULL, 1, 1, 1, 2, 0, 0, 20, 0, 0, 0, 0, 20, 0, 1, 1, NULL, NULL, NULL, '2025-01-13 08:08:43', '2025-01-13 08:08:43', NULL, NULL, NULL, NULL, NULL),\n(57, 'pr-20250116-120932', 1, 1, NULL, 1, 1, 1, 2, 0, 0, 20, 0, 0, 0, 0, 20, 0, 1, 1, NULL, NULL, NULL, '2025-01-16 06:09:32', '2025-01-16 06:09:32', NULL, NULL, NULL, NULL, NULL),\n(58, 'pr-20250117-122535', 1, 1, NULL, 1, 1, 1, 2, 0, 0, 20, 0, 0, 0, 0, 20, 0, 1, 1, NULL, NULL, NULL, '2025-01-16 18:25:35', '2025-01-16 18:25:35', NULL, NULL, NULL, NULL, NULL),\n(59, 'pr-20250117-123053', 1, 1, NULL, 1, 1, 2, 4, 0, 0, 40, 0, 0, 0, 0, 40, 0, 1, 1, NULL, NULL, NULL, '2025-01-16 18:30:53', '2025-01-16 18:30:53', NULL, NULL, NULL, NULL, NULL),\n(60, 'pr-20250119-051809', 1, 1, NULL, 1, 1, 1, 2, 0, 0, 20, 0, 0, 0, 0, 20, 0, 1, 1, NULL, NULL, NULL, '2025-01-19 11:18:09', '2025-01-19 11:18:09', NULL, NULL, NULL, NULL, NULL),\n(63, 'pr-20250121-021540', 1, 1, NULL, 1, 1, 1, 4, 0, 0, 40, 0, 0, 0, 0, 40, 0, 1, 1, NULL, NULL, NULL, '2025-01-21 08:15:40', '2025-01-21 08:15:40', NULL, NULL, NULL, NULL, NULL),\n(64, 'pr-20250121-021618', 1, 1, NULL, 1, 1, 1, 2, 0, 0, 20, 0, 0, 0, 0, 20, 0, 1, 1, NULL, NULL, NULL, '2025-01-21 08:16:18', '2025-01-21 08:16:18', NULL, NULL, NULL, NULL, NULL),\n(65, 'pr-20250129-011600', 9, 1, NULL, 1, 1, 1, 1, 0, 100, 1099.99, 0, 0, 0, 0, 1099.99, 0, 1, 1, NULL, NULL, NULL, '2025-01-29 07:16:00', '2025-01-29 07:16:00', NULL, NULL, NULL, NULL, NULL),\n(131, 'pr-20250304-010700', 1, 1, 1, 1, 1, 1, 10, 0, 0, 100, 0, 0, 0, 0, 100, 0, 1, 1, NULL, NULL, NULL, '2025-03-04 07:07:00', '2025-03-04 07:07:00', NULL, NULL, NULL, NULL, NULL),\n(132, 'pr-20250304-010722', 1, 2, 2, 1, 1, 1, 10, 0, 0, 100, 0, 0, 0, 0, 100, 0, 1, 1, NULL, NULL, NULL, '2025-03-04 07:07:22', '2025-03-04 07:07:22', NULL, NULL, NULL, NULL, NULL),\n(133, 'pr-20250309-094618', 1, 1, NULL, NULL, NULL, 1, 5, 0, 0, 50, NULL, 0, NULL, NULL, 50, 50, 1, 2, NULL, NULL, NULL, '2025-03-09 03:46:18', '2025-03-09 03:46:18', NULL, NULL, NULL, NULL, NULL),\n(134, 'pr-20250309-094618', 1, 2, NULL, NULL, NULL, 1, 5, 0, 0, 50, NULL, 0, NULL, NULL, 50, 50, 1, 2, NULL, NULL, NULL, '2025-03-09 03:46:18', '2025-03-09 03:46:18', NULL, NULL, NULL, NULL, NULL),\n(135, 'pr-20250311-110130', 1, 1, 1, 1, 1, 1, 10, 0, 0, 100, 0, 0, 0, 0, 100, 0, 1, 1, NULL, NULL, NULL, '2025-03-11 05:01:30', '2025-03-11 05:01:30', NULL, NULL, NULL, NULL, NULL),\n(140, 'pr-20250409-030629', 1, 1, 1, 1, 1, 1, 1, 0, 0, 10, 0, 0, 0, 0, 10, 0, 1, 1, NULL, NULL, NULL, '2025-04-09 09:06:29', '2025-04-09 09:06:29', NULL, NULL, NULL, NULL, NULL),\n(142, '23423Ba', 1, 1, 1, 1, 1, 1, 11, 0, 23.1, 133.1, 0, 0, 0, 0, 133.1, 0, 1, 1, NULL, NULL, NULL, '2025-04-16 10:01:21', '2025-06-29 10:01:21', NULL, NULL, NULL, NULL, NULL),\n(143, 'Aliqua Maiores quo', 1, 1, 1, 1, 1, 1, 10, 0, 0, 9999.9, 0, 0, 31, 67, 10035.9, 0, 1, 1, NULL, 'Cum eum quis et recu', NULL, '2025-04-21 18:00:00', '2025-04-22 09:09:24', NULL, NULL, NULL, NULL, NULL),\n(144, 'pr-20250428-121807', 1, 1, 1, 1, 1, 1, 20, 0, 0, 17.8, 0, 0, 0, 0, 17.8, 0, 1, 1, NULL, NULL, NULL, '2025-04-28 06:18:07', '2025-04-28 06:18:07', NULL, NULL, NULL, NULL, NULL),\n(145, '0010banana', 1, 2, 1, 1, 1, 2, 8, 0, 0, 23.56, 0, 0, 0, 0, 23.56, 0, 1, 1, NULL, NULL, NULL, '2025-05-22 11:00:37', '2025-05-22 11:00:37', NULL, NULL, NULL, NULL, NULL),\n(146, 'pr-20250525-030411', 1, 2, 2, 1, 1, 1, 6, 0, 0, 56, 0, 0, 0, 0, 56, 0, 1, 1, NULL, NULL, NULL, '2025-05-25 05:18:26', '2025-07-16 04:08:18', 1, '2025-07-16 04:08:18', NULL, NULL, NULL),\n(147, 'pr-20250701-082820', 1, 1, 1, 1, 1, 1, 2, 0, 0, 20, 0, 0, 0, 0, 20, 0, 1, 1, NULL, NULL, NULL, '2025-07-01 10:24:50', '2025-07-03 11:16:23', NULL, NULL, NULL, NULL, NULL),\n(153, 'pr-20250706-101308', 1, 2, 1, 1, 1, 1, 10, 0, 0, 100, 0, 0, 0, 0, 100, 0, 1, 1, NULL, NULL, NULL, '2025-07-06 04:13:08', '2025-07-06 04:13:08', NULL, NULL, NULL, NULL, NULL),\n(154, 'pr-20250709-081257', 1, 1, 1, 1, 1, 1, 10, 0, 0, 100, 0, 0, 0, 0, 100, 100, 1, 2, NULL, NULL, NULL, '2025-07-09 14:12:57', '2025-07-14 05:56:27', 1, '2025-07-14 05:56:27', NULL, NULL, NULL),\n(157, 'pr-20250719-031729', 1, 1, 1, NULL, NULL, 1, 2, 10, 63, 693, 0, 0, NULL, NULL, 693, 0, 1, 1, NULL, NULL, NULL, '2025-07-19 09:17:29', '2025-07-19 09:17:29', NULL, NULL, NULL, NULL, NULL),\n(163, 'pr-20250724-040325', 1, 1, 1, 1, 1, 1, 1, 0, 0, 120, 0, 0, 0, 0, 120, 0, 1, 1, NULL, NULL, NULL, '2025-07-24 10:03:25', '2025-07-24 10:04:51', 1, '2025-07-24 10:04:51', NULL, NULL, NULL),\n(164, 'pr-20250724-040930', 1, 1, 1, 1, 1, 1, 1, 0, 0, 7200, 0, 0, 0, 0, 7200, 0, 1, 1, NULL, NULL, NULL, '2025-07-24 10:09:30', '2025-07-24 10:15:11', 1, '2025-07-24 10:15:11', NULL, NULL, NULL),\n(165, 'pr-20250724-041830', 1, 1, 2, 1, 1, 1, 1, 0, 0, 7200, 0, 0, 0, 0, 7200, 0, 1, 1, NULL, NULL, NULL, '2025-07-24 10:18:30', '2025-07-24 10:22:19', 1, '2025-07-24 10:22:19', NULL, NULL, NULL),\n(166, 'pr-20250724-042424', 1, 1, 1, 1, 1, 1, 1, 0, 0, 7200, 0, 0, 0, 0, 7200, 0, 1, 1, NULL, NULL, NULL, '2025-07-24 10:24:24', '2025-07-24 10:24:24', NULL, NULL, NULL, NULL, NULL),\n(167, 'pr-20250803-105219', 1, 1, 1, 1, 1, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, NULL, NULL, NULL, '2025-08-02 18:00:00', '2025-08-03 05:28:01', 1, '2025-08-03 05:28:01', NULL, NULL, NULL),\n(168, 'pr-20250803-113329', 1, 1, 1, 1, 1, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, NULL, NULL, NULL, '2025-08-02 18:00:00', '2025-08-03 05:34:22', 1, '2025-08-03 05:34:22', NULL, NULL, NULL),\n(169, 'pr-20250803-113948', 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, NULL, NULL, NULL, '2025-08-02 18:00:00', '2025-08-03 05:40:14', 1, '2025-08-03 05:40:14', NULL, NULL, NULL),\n(170, 'pr-20250803-114251', 1, 1, 1, 1, 1, 1, 2, 0, 0, 1800, 0, 0, 0, 0, 1800, 0, 1, 1, NULL, NULL, NULL, '2025-08-03 15:07:26', '2026-01-25 15:07:27', NULL, NULL, NULL, NULL, NULL),\n(171, 'pr-20250804-095342', 1, 1, NULL, 1, 1, 1, 2, 0, 0, 240, 0, 0, 0, 0, 240, 0, 1, 1, NULL, NULL, NULL, '2025-08-04 03:53:42', '2025-08-04 03:53:42', NULL, NULL, NULL, NULL, NULL),\n(172, 'pr-20250806-050133', 1, 1, NULL, 1, 1, 1, 4, 0, 0, 480, 0, 0, 0, 0, 480, 0, 1, 1, NULL, NULL, NULL, '2025-08-06 11:01:33', '2025-08-06 11:01:33', NULL, NULL, NULL, NULL, NULL),\n(173, 'pr-20250826-023939', 1, 1, 1, 1, 1, 1, 10, 0, 272.73, 3000, 0, 0, 0, 0, 3000, 0, 1, 1, NULL, NULL, NULL, '2025-08-25 18:00:00', '2025-08-26 08:39:39', NULL, NULL, NULL, NULL, NULL),\n(174, 'pr-20250908-093214', 1, 1, 1, 1, 1, 1, 10, 0, 909.09, 10000, 0, 0, 0, 0, 10000, 0, 1, 1, NULL, NULL, NULL, '2025-09-08 07:33:33', '2025-09-09 07:33:33', NULL, NULL, NULL, NULL, NULL),\n(175, 'pr-20250909-015024', 1, 1, 1, 1, 1, 1, 1, 0, 90.91, 1000, 0, 0, 0, 0, 1000, 0, 1, 1, NULL, NULL, NULL, '2025-09-09 07:53:37', '2025-09-09 07:53:37', NULL, NULL, NULL, NULL, NULL),\n(176, 'pr-20250909-031731', 1, 1, 1, 1, 1, 1, 1, 0, 90.91, 1000, 0, 0, 0, 0, 1000, 0, 1, 1, NULL, NULL, NULL, '2025-09-08 18:00:00', '2025-09-09 09:17:31', NULL, NULL, NULL, NULL, NULL),\n(177, 'pr-20250911-064746', 1, 1, 2, 1, 1, 1, 10, 0, 0, 100, 0, 0, 0, 0, 100, 0, 1, 1, NULL, NULL, NULL, '2025-09-10 18:00:00', '2025-09-11 12:47:46', NULL, NULL, NULL, NULL, NULL),\n(178, 'pr-20260228-072529', 1, 1, NULL, 1, 1, 1, 1, 0, 0, 100, 0, 0, 0, 0, 100, 0, 1, 1, NULL, NULL, NULL, '2026-02-28 13:25:29', '2026-02-28 13:25:29', NULL, NULL, NULL, NULL, NULL),\n(179, 'pr-20260303-023817', 1, 1, NULL, 1, 1, 1, 10, 0, 0, 5000, 0, 0, 0, 0, 5000, 0, 1, 1, NULL, NULL, NULL, '2026-03-03 08:39:30', '2026-03-03 08:39:30', NULL, NULL, NULL, NULL, NULL),\n(180, 'pr-20260303-023905', 1, 1, NULL, 1, 1, 1, 10, 0, 0, 5000, 0, 0, 0, 0, 5000, 0, 1, 1, NULL, NULL, NULL, '2026-03-03 08:39:05', '2026-03-03 08:39:05', NULL, NULL, NULL, NULL, NULL);\n-- --------------------------------------------------------\n--\n-- Table structure for table `purchase_product_return`\n--\nCREATE TABLE `purchase_product_return` (\n`id` int UNSIGNED NOT NULL,\n`return_id` int NOT NULL,\n`product_id` int NOT NULL,\n`product_batch_id` int DEFAULT NULL,\n`variant_id` int DEFAULT NULL,\n`imei_number` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`qty` double NOT NULL,\n`purchase_unit_id` int NOT NULL,\n`net_unit_cost` double NOT NULL,\n`discount` double NOT NULL,\n`tax_rate` double NOT NULL,\n`tax` double NOT NULL,\n`total` double NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `purchase_product_return`\n--\nINSERT INTO `purchase_product_return` (`id`, `return_id`, `product_id`, `product_batch_id`, `variant_id`, `imei_number`, `qty`, `purchase_unit_id`, `net_unit_cost`, `discount`, `tax_rate`, `tax`, `total`, `created_at`, `updated_at`) VALUES\n(4, 4, 114, NULL, NULL, NULL, 10, 1, 10, 0, 0, 0, 100, '2025-04-10 07:03:37', '2025-06-29 10:09:15');\n-- --------------------------------------------------------\n--\n-- Table structure for table `quotations`\n--\nCREATE TABLE `quotations` (\n`id` int UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`user_id` int NOT NULL,\n`biller_id` int NOT NULL,\n`supplier_id` int DEFAULT NULL,\n`customer_id` int NOT NULL,\n`warehouse_id` int NOT NULL,\n`item` int NOT NULL,\n`total_qty` double NOT NULL,\n`total_discount` double NOT NULL,\n`total_tax` double NOT NULL,\n`total_price` double NOT NULL,\n`order_tax_rate` double DEFAULT NULL,\n`order_tax` double DEFAULT NULL,\n`order_discount` double DEFAULT NULL,\n`shipping_cost` double DEFAULT NULL,\n`grand_total` double NOT NULL,\n`quotation_status` int NOT NULL,\n`document` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `quotations`\n--\nINSERT INTO `quotations` (`id`, `reference_no`, `user_id`, `biller_id`, `supplier_id`, `customer_id`, `warehouse_id`, `item`, `total_qty`, `total_discount`, `total_tax`, `total_price`, `order_tax_rate`, `order_tax`, `order_discount`, `shipping_cost`, `grand_total`, `quotation_status`, `document`, `note`, `created_at`, `updated_at`) VALUES\n(1, 'qr-20240119-085132', 1, 1, 1, 1, 1, 2, 2, 0, 0, 998, 0, 0, NULL, NULL, 998, 1, NULL, NULL, '2024-01-19 14:51:32', '2024-01-19 14:51:32'),\n(2, 'qr-20240825-060117', 1, 1, 1, 2, 1, 1, 3, 0, 0, 1497, 0, 0, NULL, NULL, 1497, 1, NULL, NULL, '2024-08-25 23:01:17', '2024-08-25 23:01:17'),\n(3, 'qr-20241127-030938', 1, 1, 1, 1, 1, 1, 1, 0, 0, 577, 0, 0, NULL, NULL, 577, 1, NULL, NULL, '2024-11-27 09:09:38', '2024-11-27 09:09:38'),\n(4, 'qr-20250213-113558', 1, 1, 1, 2, 1, 1, 1, 0, 0, 100, 0, 0, NULL, NULL, 100, 1, NULL, NULL, '2025-02-13 05:35:58', '2025-02-13 05:35:58'),\n(5, 'qr-20250309-120637', 1, 1, 1, 4, 2, 1, 1, 0, 0, 100, 0, 0, NULL, NULL, 100, 1, NULL, NULL, '2025-03-09 06:06:37', '2025-03-09 06:06:37');\n-- --------------------------------------------------------\n--\n-- Table structure for table `returns`\n--\nCREATE TABLE `returns` (\n`id` int UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`user_id` int NOT NULL,\n`sale_id` int DEFAULT NULL,\n`cash_register_id` int DEFAULT NULL,\n`customer_id` int NOT NULL,\n`warehouse_id` int NOT NULL,\n`biller_id` int NOT NULL,\n`account_id` int NOT NULL,\n`currency_id` int DEFAULT NULL,\n`exchange_rate` double DEFAULT NULL,\n`item` int NOT NULL,\n`total_qty` double NOT NULL,\n`total_discount` double NOT NULL,\n`total_tax` double NOT NULL,\n`total_price` double NOT NULL,\n`order_tax_rate` double DEFAULT NULL,\n`order_tax` double DEFAULT NULL,\n`grand_total` double NOT NULL,\n`document` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`return_note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`staff_note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `returns`\n--\nINSERT INTO `returns` (`id`, `reference_no`, `user_id`, `sale_id`, `cash_register_id`, `customer_id`, `warehouse_id`, `biller_id`, `account_id`, `currency_id`, `exchange_rate`, `item`, `total_qty`, `total_discount`, `total_tax`, `total_price`, `order_tax_rate`, `order_tax`, `grand_total`, `document`, `return_note`, `staff_note`, `created_at`, `updated_at`) VALUES\n(1, 'rr-20240324-010823', 1, 8, 2, 2, 1, 1, 1, 1, 1, 1, 1, 0, 118.18, 1299.99, 0, 0, 1299.99, NULL, NULL, NULL, '2024-03-24 07:08:23', '2024-03-24 07:08:23'),\n(2, 'rr-20240429-063038', 1, 14, 2, 2, 1, 1, 1, 1, 1, 2, 2, 0, 136.46, 1500.99, 0, 0, 1500.99, NULL, NULL, NULL, '2024-04-29 12:30:38', '2024-04-29 12:30:38'),\n(3, 'rr-20240626-010142', 1, 33, 2, 2, 1, 1, 1, 1, 1, 1, 1, 0, 118.18, 1299.99, 0, 0, 1299.99, NULL, NULL, NULL, '2024-06-26 07:01:42', '2024-06-26 07:01:42'),\n(5, 'rr-20250407-110001', 1, 284, 3, 4, 1, 1, 1, 1, 1, 1, 1, 0, 1.56, 8.99, 0, 0, 8.99, NULL, NULL, NULL, '2025-04-07 05:00:01', '2025-04-07 05:00:01'),\n(9, 'rr-20250910-013300', 1, 461, NULL, 2, 1, 1, 1, 1, 1, 1, 1, 0.99, 90.82, 999, 0, 0, 999, NULL, NULL, NULL, '2025-09-10 07:33:00', '2025-09-10 07:33:00'),\n(11, 'rr-20250927-092447', 1, 469, 12, 2, 1, 1, 1, 1, 1, 2, 2, 0, 128.09, 1409, 0, 0, 1409, NULL, NULL, NULL, '2025-09-27 03:24:47', '2025-09-27 03:24:47');\n-- --------------------------------------------------------\n--\n-- Table structure for table `return_purchases`\n--\nCREATE TABLE `return_purchases` (\n`id` int UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`supplier_id` int DEFAULT NULL,\n`warehouse_id` int NOT NULL,\n`user_id` int NOT NULL,\n`purchase_id` int DEFAULT NULL,\n`account_id` int NOT NULL,\n`currency_id` int DEFAULT NULL,\n`exchange_rate` double DEFAULT NULL,\n`item` int NOT NULL,\n`total_qty` double NOT NULL,\n`total_discount` double NOT NULL,\n`total_tax` double NOT NULL,\n`total_cost` double NOT NULL,\n`order_tax_rate` double DEFAULT NULL,\n`order_tax` double DEFAULT NULL,\n`grand_total` double NOT NULL,\n`document` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`return_note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`staff_note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `return_purchases`\n--\nINSERT INTO `return_purchases` (`id`, `reference_no`, `supplier_id`, `warehouse_id`, `user_id`, `purchase_id`, `account_id`, `currency_id`, `exchange_rate`, `item`, `total_qty`, `total_discount`, `total_tax`, `total_cost`, `order_tax_rate`, `order_tax`, `grand_total`, `document`, `return_note`, `staff_note`, `created_at`, `updated_at`) VALUES\n(4, 'prr-20250410-010337', 1, 1, 1, 135, 1, 1, 1, 1, 10, 0, 0, 100, 0, 0, 100, NULL, NULL, NULL, '2025-04-10 07:03:37', '2025-04-10 07:03:37');\n-- --------------------------------------------------------\n--\n-- Table structure for table `reward_points`\n--\nCREATE TABLE `reward_points` (\n`id` bigint UNSIGNED NOT NULL,\n`customer_id` bigint UNSIGNED NOT NULL,\n`reward_point_type` enum('manual','automatic') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'automatic',\n`points` decimal(8,2) NOT NULL DEFAULT '0.00',\n`deducted_points` decimal(8,2) NOT NULL DEFAULT '0.00',\n`note` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`expired_at` datetime DEFAULT NULL,\n`created_by` bigint UNSIGNED DEFAULT NULL,\n`updated_by` bigint UNSIGNED DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`sale_id` bigint UNSIGNED DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `reward_points`\n--\nINSERT INTO `reward_points` (`id`, `customer_id`, `reward_point_type`, `points`, `deducted_points`, `note`, `expired_at`, `created_by`, `updated_by`, `created_at`, `updated_at`, `sale_id`) VALUES\n(1, 6, 'manual', '100.00', '0.00', NULL, NULL, 1, NULL, '2025-08-01 05:54:16', '2025-08-01 05:54:16', NULL),\n(4, 6, 'automatic', '6.00', '0.00', NULL, NULL, 1, NULL, '2025-08-01 06:40:04', '2025-08-01 06:40:04', NULL),\n(5, 1, 'automatic', '533.00', '0.00', 'Earn Point for sale #474', NULL, 1, NULL, '2026-02-15 16:25:33', '2026-02-15 16:25:33', 474),\n(6, 1, 'automatic', '4.00', '0.00', 'Earn Point for sale #482', NULL, 1, NULL, '2026-03-17 20:01:11', '2026-03-17 20:01:11', 482);\n-- --------------------------------------------------------\n--\n-- Table structure for table `reward_point_settings`\n--\nCREATE TABLE `reward_point_settings` (\n`id` bigint UNSIGNED NOT NULL,\n`per_point_amount` double NOT NULL,\n`minimum_amount` double NOT NULL,\n`duration` int DEFAULT NULL,\n`type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`is_active` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`redeem_amount_per_unit_rp` decimal(10,2) DEFAULT NULL,\n`min_order_total_for_redeem` decimal(10,2) DEFAULT NULL,\n`min_redeem_point` int DEFAULT NULL,\n`max_redeem_point` int DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `reward_point_settings`\n--\nINSERT INTO `reward_point_settings` (`id`, `per_point_amount`, `minimum_amount`, `duration`, `type`, `is_active`, `created_at`, `updated_at`, `redeem_amount_per_unit_rp`, `min_order_total_for_redeem`, `min_redeem_point`, `max_redeem_point`) VALUES\n(1, 300, 1000, 1, 'Year', 1, '2021-06-08 15:40:15', '2021-06-27 05:20:55', NULL, NULL, NULL, NULL);\n-- --------------------------------------------------------\n--\n-- Table structure for table `roles`\n--\nCREATE TABLE `roles` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`is_active` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`guard_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `roles`\n--\nINSERT INTO `roles` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`, `guard_name`) VALUES\n(1, 'Admin', 'admin can access all data...', 1, '2018-06-01 23:46:44', '2018-06-02 23:13:05', 'web'),\n(2, 'Owner', 'Staff of shop', 1, '2018-10-22 02:38:13', '2022-02-01 13:13:30', 'web'),\n(4, 'staff', 'staff has specific acess...', 1, '2018-06-02 00:05:27', '2022-02-01 13:13:04', 'web'),\n(5, 'Customer', NULL, 1, '2020-11-05 06:43:16', '2025-01-29 11:40:54', 'web');\n-- --------------------------------------------------------\n--\n-- Table structure for table `role_has_permissions`\n--\nCREATE TABLE `role_has_permissions` (\n`permission_id` int UNSIGNED NOT NULL,\n`role_id` int UNSIGNED NOT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `role_has_permissions`\n--\nINSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES\n(4, 1),\n(5, 1),\n(6, 1),\n(7, 1),\n(8, 1),\n(9, 1),\n(10, 1),\n(11, 1),\n(12, 1),\n(13, 1),\n(14, 1),\n(15, 1),\n(16, 1),\n(17, 1),\n(18, 1),\n(19, 1),\n(20, 1),\n(21, 1),\n(22, 1),\n(23, 1),\n(24, 1),\n(25, 1),\n(26, 1),\n(27, 1),\n(28, 1),\n(29, 1),\n(30, 1),\n(31, 1),\n(32, 1),\n(33, 1),\n(34, 1),\n(35, 1),\n(36, 1),\n(37, 1),\n(38, 1),\n(39, 1),\n(40, 1),\n(41, 1),\n(42, 1),\n(43, 1),\n(44, 1),\n(45, 1),\n(46, 1),\n(47, 1),\n(48, 1),\n(49, 1),\n(50, 1),\n(51, 1),\n(52, 1),\n(53, 1),\n(54, 1),\n(55, 1),\n(56, 1),\n(57, 1),\n(58, 1),\n(59, 1),\n(60, 1),\n(61, 1),\n(62, 1),\n(63, 1),\n(64, 1),\n(65, 1),\n(66, 1),\n(67, 1),\n(68, 1),\n(69, 1),\n(70, 1),\n(71, 1),\n(72, 1),\n(73, 1),\n(74, 1),\n(75, 1),\n(76, 1),\n(77, 1),\n(78, 1),\n(79, 1),\n(80, 1),\n(81, 1),\n(82, 1),\n(83, 1),\n(84, 1),\n(85, 1),\n(86, 1),\n(87, 1),\n(88, 1),\n(89, 1),\n(90, 1),\n(91, 1),\n(92, 1),\n(93, 1),\n(94, 1),\n(95, 1),\n(96, 1),\n(97, 1),\n(98, 1),\n(99, 1),\n(100, 1),\n(101, 1),\n(102, 1),\n(103, 1),\n(104, 1),\n(105, 1),\n(106, 1),\n(107, 1),\n(108, 1),\n(109, 1),\n(110, 1),\n(111, 1),\n(112, 1),\n(113, 1),\n(114, 1),\n(115, 1),\n(116, 1),\n(117, 1),\n(118, 1),\n(119, 1),\n(120, 1),\n(121, 1),\n(122, 1),\n(123, 1),\n(124, 1),\n(125, 1),\n(126, 1),\n(127, 1),\n(128, 1),\n(129, 1),\n(130, 1),\n(131, 1),\n(132, 1),\n(133, 1),\n(134, 1),\n(135, 1),\n(136, 1),\n(137, 1),\n(138, 1),\n(139, 1),\n(140, 1),\n(141, 1),\n(142, 1),\n(145, 1),\n(146, 1),\n(147, 1),\n(148, 1),\n(149, 1),\n(150, 1),\n(151, 1),\n(152, 1),\n(153, 1),\n(154, 1),\n(155, 1),\n(156, 1),\n(157, 1),\n(158, 1),\n(159, 1),\n(160, 1),\n(161, 1),\n(162, 1),\n(163, 1),\n(164, 1),\n(165, 1),\n(166, 1),\n(167, 1),\n(168, 1),\n(169, 1),\n(170, 1),\n(171, 1),\n(172, 1),\n(173, 1),\n(174, 1),\n(175, 1),\n(176, 1),\n(177, 1),\n(178, 1),\n(179, 1),\n(180, 1),\n(181, 1),\n(182, 1),\n(183, 1),\n(184, 1),\n(185, 1),\n(186, 1),\n(187, 1),\n(188, 1),\n(189, 1),\n(190, 1),\n(191, 1),\n(192, 1),\n(193, 1),\n(194, 1),\n(195, 1),\n(196, 1),\n(197, 1),\n(198, 1),\n(199, 1),\n(200, 1),\n(201, 1),\n(202, 1),\n(203, 1),\n(204, 1),\n(205, 1),\n(206, 1),\n(207, 1),\n(208, 1),\n(209, 1),\n(210, 1),\n(211, 1),\n(212, 1),\n(213, 1),\n(214, 1),\n(215, 1),\n(216, 1),\n(217, 1),\n(218, 1),\n(219, 1),\n(220, 1),\n(221, 1),\n(222, 1),\n(223, 1),\n(224, 1),\n(225, 1),\n(226, 1),\n(227, 1),\n(228, 1),\n(4, 2),\n(5, 2),\n(6, 2),\n(7, 2),\n(8, 2),\n(9, 2),\n(10, 2),\n(11, 2),\n(12, 2),\n(13, 2),\n(14, 2),\n(15, 2),\n(16, 2),\n(17, 2),\n(18, 2),\n(19, 2),\n(20, 2),\n(21, 2),\n(22, 2),\n(23, 2),\n(24, 2),\n(25, 2),\n(26, 2),\n(27, 2),\n(28, 2),\n(29, 2),\n(30, 2),\n(31, 2),\n(32, 2),\n(33, 2),\n(34, 2),\n(35, 2),\n(36, 2),\n(37, 2),\n(38, 2),\n(39, 2),\n(40, 2),\n(41, 2),\n(42, 2),\n(43, 2),\n(44, 2),\n(45, 2),\n(46, 2),\n(47, 2),\n(48, 2),\n(49, 2),\n(50, 2),\n(51, 2),\n(52, 2),\n(53, 2),\n(54, 2),\n(55, 2),\n(56, 2),\n(57, 2),\n(58, 2),\n(59, 2),\n(60, 2),\n(61, 2),\n(62, 2),\n(63, 2),\n(64, 2),\n(65, 2),\n(66, 2),\n(67, 2),\n(68, 2),\n(69, 2),\n(70, 2),\n(71, 2),\n(72, 2),\n(73, 2),\n(74, 2),\n(75, 2),\n(76, 2),\n(77, 2),\n(78, 2),\n(79, 2),\n(80, 2),\n(81, 2),\n(82, 2),\n(83, 2),\n(84, 2),\n(85, 2),\n(86, 2),\n(87, 2),\n(88, 2),\n(89, 2),\n(90, 2),\n(91, 2),\n(92, 2),\n(93, 2),\n(94, 2),\n(95, 2),\n(96, 2),\n(97, 2),\n(98, 2),\n(99, 2),\n(100, 2),\n(101, 2),\n(102, 2),\n(103, 2),\n(104, 2),\n(105, 2),\n(106, 2),\n(107, 2),\n(108, 2),\n(109, 2),\n(110, 2),\n(111, 2),\n(112, 2),\n(113, 2),\n(114, 2),\n(115, 2),\n(116, 2),\n(117, 2),\n(118, 2),\n(119, 2),\n(120, 2),\n(121, 2),\n(122, 2),\n(123, 2),\n(124, 2),\n(125, 2),\n(126, 2),\n(127, 2),\n(128, 2),\n(129, 2),\n(130, 2),\n(131, 2),\n(132, 2),\n(133, 2),\n(134, 2),\n(135, 2),\n(136, 2),\n(137, 2),\n(138, 2),\n(139, 2),\n(141, 2),\n(4, 4),\n(5, 4),\n(6, 4),\n(7, 4),\n(8, 4),\n(9, 4),\n(10, 4),\n(11, 4),\n(12, 4),\n(13, 4),\n(14, 4),\n(15, 4),\n(16, 4),\n(17, 4),\n(18, 4),\n(19, 4),\n(20, 4),\n(21, 4),\n(22, 4),\n(23, 4),\n(24, 4),\n(25, 4),\n(26, 4),\n(27, 4),\n(28, 4),\n(29, 4),\n(30, 4),\n(31, 4),\n(32, 4),\n(33, 4),\n(34, 4),\n(35, 4),\n(36, 4),\n(37, 4),\n(38, 4),\n(39, 4),\n(40, 4),\n(41, 4),\n(42, 4),\n(43, 4),\n(44, 4),\n(45, 4),\n(46, 4),\n(47, 4),\n(48, 4),\n(49, 4),\n(50, 4),\n(51, 4),\n(52, 4),\n(53, 4),\n(54, 4),\n(55, 4),\n(56, 4),\n(57, 4),\n(58, 4),\n(59, 4),\n(60, 4),\n(61, 4),\n(62, 4),\n(63, 4),\n(64, 4),\n(65, 4),\n(66, 4),\n(67, 4),\n(68, 4),\n(69, 4),\n(70, 4),\n(71, 4),\n(72, 4),\n(73, 4),\n(74, 4),\n(75, 4),\n(76, 4),\n(77, 4),\n(78, 4),\n(79, 4),\n(80, 4),\n(81, 4),\n(82, 4),\n(83, 4),\n(84, 4),\n(85, 4),\n(86, 4),\n(87, 4),\n(88, 4),\n(89, 4),\n(90, 4),\n(91, 4),\n(92, 4),\n(93, 4),\n(94, 4),\n(95, 4),\n(96, 4),\n(97, 4),\n(98, 4),\n(99, 4),\n(100, 4),\n(101, 4),\n(102, 4),\n(103, 4),\n(104, 4),\n(105, 4),\n(106, 4),\n(107, 4),\n(108, 4),\n(109, 4),\n(110, 4),\n(111, 4),\n(112, 4),\n(113, 4),\n(114, 4),\n(115, 4),\n(116, 4),\n(117, 4),\n(118, 4),\n(119, 4),\n(120, 4),\n(121, 4),\n(122, 4),\n(123, 4),\n(124, 4),\n(125, 4),\n(126, 4),\n(127, 4),\n(128, 4),\n(129, 4),\n(130, 4),\n(131, 4),\n(132, 4),\n(133, 4),\n(134, 4),\n(135, 4),\n(136, 4),\n(137, 4),\n(138, 4),\n(139, 4),\n(141, 4),\n(145, 4),\n(146, 4),\n(147, 4),\n(148, 4),\n(149, 4),\n(151, 4),\n(152, 4),\n(153, 4),\n(154, 4),\n(155, 4),\n(156, 4),\n(157, 4),\n(158, 4),\n(159, 4),\n(160, 4),\n(161, 4),\n(162, 4),\n(163, 4),\n(164, 4),\n(165, 4),\n(166, 4),\n(167, 4),\n(168, 4),\n(169, 4),\n(170, 4),\n(172, 4),\n(173, 4),\n(174, 4),\n(175, 4),\n(176, 4),\n(177, 4),\n(178, 4),\n(179, 4),\n(180, 4),\n(181, 4),\n(182, 4),\n(185, 4),\n(186, 4),\n(187, 4),\n(188, 4),\n(189, 4),\n(190, 4),\n(196, 4),\n(197, 4),\n(198, 4),\n(199, 4),\n(200, 4),\n(201, 4),\n(202, 4),\n(203, 4),\n(204, 4),\n(205, 4),\n(206, 4),\n(207, 4),\n(208, 4),\n(209, 4),\n(210, 4),\n(211, 4),\n(212, 4),\n(213, 4),\n(214, 4),\n(215, 4),\n(216, 4),\n(217, 4),\n(218, 4),\n(219, 4),\n(220, 4),\n(221, 4),\n(222, 4),\n(223, 4),\n(224, 4),\n(225, 4),\n(226, 4),\n(227, 4),\n(228, 4);\n-- --------------------------------------------------------\n--\n-- Table structure for table `sales`\n--\nCREATE TABLE `sales` (\n`id` int UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`user_id` int NOT NULL,\n`cash_register_id` int DEFAULT NULL,\n`table_id` int DEFAULT NULL,\n`queue` int DEFAULT NULL,\n`customer_id` int NOT NULL,\n`warehouse_id` int NOT NULL,\n`biller_id` int NOT NULL,\n`item` int NOT NULL,\n`total_qty` double NOT NULL,\n`total_discount` double NOT NULL,\n`total_tax` double NOT NULL,\n`total_price` double NOT NULL,\n`grand_total` double NOT NULL,\n`currency_id` int DEFAULT NULL,\n`exchange_rate` double DEFAULT NULL,\n`order_tax_rate` double DEFAULT NULL,\n`order_tax` double DEFAULT NULL,\n`order_discount_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`order_discount_value` double DEFAULT NULL,\n`order_discount` double DEFAULT NULL,\n`coupon_id` int DEFAULT NULL,\n`coupon_discount` double DEFAULT NULL,\n`shipping_cost` double DEFAULT NULL,\n`sale_status` int NOT NULL,\n`payment_status` int NOT NULL,\n`document` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`paid_amount` double DEFAULT NULL,\n`pay_term_no` int DEFAULT NULL,\n`pay_term_period` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`due_date` date DEFAULT NULL,\n`sale_note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`staff_note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`deleted_by` int UNSIGNED DEFAULT NULL,\n`deleted_at` timestamp NULL DEFAULT NULL,\n`sale_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `sales`\n--\nINSERT INTO `sales` (`id`, `reference_no`, `user_id`, `cash_register_id`, `table_id`, `queue`, `customer_id`, `warehouse_id`, `biller_id`, `item`, `total_qty`, `total_discount`, `total_tax`, `total_price`, `grand_total`, `currency_id`, `exchange_rate`, `order_tax_rate`, `order_tax`, `order_discount_type`, `order_discount_value`, `order_discount`, `coupon_id`, `coupon_discount`, `shipping_cost`, `sale_status`, `payment_status`, `document`, `paid_amount`, `pay_term_no`, `pay_term_period`, `due_date`, `sale_note`, `staff_note`, `created_at`, `updated_at`, `deleted_by`, `deleted_at`, `sale_type`) VALUES\n(1, 'posr-20240119-084016', 1, 1, NULL, NULL, 1, 1, 1, 2, 2, 0, 159.81, 1758, 1758, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1758, NULL, NULL, NULL, NULL, NULL, '2024-01-19 14:40:16', '2024-01-19 14:40:16', NULL, NULL, NULL),\n(2, 'posr-20240119-084441', 1, 1, NULL, NULL, 1, 2, 1, 5, 6, 0, 213.54, 3017, 3017, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 3017, NULL, NULL, NULL, NULL, NULL, '2024-01-19 14:44:41', '2024-01-19 14:44:41', NULL, NULL, NULL),\n(3, 'sr-20240119-084833', 1, 1, NULL, NULL, 2, 2, 1, 3, 5, 0, 54.45, 1182, 1182, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1182, NULL, NULL, NULL, NULL, NULL, '2024-01-19 14:48:33', '2025-02-27 13:00:22', NULL, NULL, NULL),\n(4, 'sr-20240119-085242', 1, 2, NULL, NULL, 1, 1, 1, 3, 3, 0, 90.82, 1997, 1997, NULL, NULL, 0, 0, 'Flat', 0, 0, NULL, NULL, 0, 1, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-01-18 18:00:00', '2024-01-19 14:53:31', NULL, NULL, NULL),\n(5, 'posr-20240210-122224', 1, 2, NULL, NULL, 2, 1, 1, 1, 1, 0, 114.45, 1259, 1259, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1259, NULL, NULL, NULL, NULL, NULL, '2024-02-10 06:22:24', '2024-02-10 06:22:24', NULL, NULL, NULL),\n(6, 'posr-20240225-014951', 1, 2, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1299.99, 1299.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1299.99, NULL, NULL, NULL, NULL, NULL, '2024-02-25 07:49:51', '2024-02-25 07:49:51', NULL, NULL, NULL),\n(7, 'posr-20240225-015013', 1, 2, NULL, NULL, 2, 1, 1, 1, 2, 0, 236.36, 2599.98, 2599.98, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 2599.98, NULL, NULL, NULL, NULL, NULL, '2024-02-25 07:50:13', '2024-02-25 07:50:13', NULL, NULL, NULL),\n(8, 'posr-20240228-112744', 1, 2, NULL, NULL, 2, 1, 1, 2, 2, 0, 232.63, 2558.99, 2558.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 2558.99, NULL, NULL, NULL, NULL, NULL, '2024-02-28 05:27:44', '2024-02-28 05:27:44', NULL, NULL, NULL),\n(9, 'posr-20240421-110143', 1, 2, 1, 1, 2, 1, 1, 1, 1, 0, 31.82, 350, 350, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 350, NULL, NULL, NULL, NULL, NULL, '2024-04-21 05:01:43', '2024-04-21 05:01:43', NULL, NULL, NULL),\n(13, 'posr-20240428-121544', 1, 2, NULL, NULL, 2, 1, 1, 2, 2, 0, 128.09, 1409, 1409, 1, 1, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1409, NULL, NULL, NULL, NULL, NULL, '2024-04-28 06:15:44', '2024-04-28 06:15:44', NULL, NULL, NULL),\n(14, 'posr-20240429-062956', 1, 2, NULL, NULL, 2, 1, 1, 4, 4, 0, 345.55, 3800.99, 3800.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 3800.99, NULL, NULL, NULL, NULL, NULL, '2024-04-29 12:29:56', '2024-04-29 12:29:56', NULL, NULL, NULL),\n(15, 'sr-20240505-111902', 1, 2, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 499, 499, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 499, NULL, NULL, NULL, NULL, NULL, '2024-05-05 05:19:02', '2025-02-27 13:02:23', NULL, NULL, NULL),\n(20, 'posr-20240505-052905', 1, 2, NULL, NULL, 2, 1, 1, 2, 2, 0, 231.82, 2549.99, 2549.99, 1, 1, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, 1, 4, NULL, 2549.99, NULL, NULL, NULL, NULL, NULL, '2024-05-05 11:29:05', '2024-05-05 11:29:05', NULL, NULL, NULL),\n(22, 'posr-20240508-020851', 1, 2, NULL, NULL, 2, 1, 1, 2, 2, 0, 122.73, 1349.99, 1349.99, 1, 1, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1349.99, NULL, NULL, NULL, NULL, NULL, '2024-05-08 08:08:51', '2024-05-08 08:08:51', NULL, NULL, NULL),\n(23, 'posr-20240519-022423', 1, 2, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1299.99, 1299.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1299.99, NULL, NULL, NULL, NULL, NULL, '2024-05-19 08:24:23', '2024-05-19 08:24:23', NULL, NULL, NULL),\n(24, 'posr-20240519-022530', 1, 2, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1300, 1300, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1300, NULL, NULL, NULL, NULL, NULL, '2024-05-19 08:25:30', '2024-05-19 08:25:30', NULL, NULL, NULL),\n(25, 'posr-20240519-023055', 1, 2, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1300, 1300, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1300, NULL, NULL, NULL, NULL, NULL, '2024-05-19 08:30:55', '2024-05-19 08:30:55', NULL, NULL, NULL),\n(28, 'posr-20240521-013249', 1, 2, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-05-21 07:32:49', '2024-05-21 07:32:49', NULL, NULL, NULL),\n(29, 'posr-20240603-122651', 1, 2, NULL, NULL, 2, 1, 1, 2, 2, 0, 231.82, 2549.99, 2549.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 2549.99, NULL, NULL, NULL, NULL, NULL, '2024-06-03 06:26:51', '2024-06-03 06:29:06', NULL, NULL, NULL),\n(30, 'posr-20240603-053015', 1, 2, NULL, NULL, 2, 1, 1, 2, 2, 0, 209.09, 2300, 2300, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 2300, NULL, NULL, NULL, NULL, NULL, '2024-06-03 11:30:15', '2024-06-03 11:30:15', NULL, NULL, NULL),\n(31, 'sr-20240603-053058', 1, 2, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 577, 577, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-06-03 11:30:58', '2024-06-03 11:30:58', NULL, NULL, NULL),\n(32, 'posr-20240620-015456', 1, 2, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1299.99, 1299.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 3, 4, NULL, 1299.99, NULL, NULL, NULL, NULL, NULL, '2024-06-20 07:54:56', '2025-02-27 13:02:23', NULL, NULL, NULL),\n(33, 'posr-20240626-010115', 1, 2, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1299.99, 1299.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 4, 4, NULL, 1299.99, NULL, NULL, NULL, NULL, NULL, '2024-06-26 07:01:15', '2024-06-26 07:01:42', NULL, NULL, NULL),\n(36, 'sr-20240711-121041', 1, 2, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 577, 577, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-07-07 18:00:00', '2024-07-11 06:10:41', NULL, NULL, NULL),\n(38, 'posr-20240718-113630', 1, 2, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1299.99, 1299.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1299.99, NULL, NULL, NULL, NULL, NULL, '2024-07-18 05:36:30', '2024-07-18 05:36:30', NULL, NULL, NULL),\n(39, 'posr-20240718-015913', 1, 2, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 250, 250, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 250, NULL, NULL, NULL, NULL, NULL, '2024-07-18 07:59:13', '2024-07-18 07:59:13', NULL, NULL, NULL),\n(40, 'posr-20240718-020145', 1, 1, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 250, 250, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 250, NULL, NULL, NULL, NULL, NULL, '2024-07-18 08:01:45', '2024-07-18 08:01:45', NULL, NULL, NULL),\n(43, 'sr-20240811-113722', 1, 1, NULL, NULL, 2, 2, 1, 1, 1, 0, 54.45, 599, 599, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1227, NULL, NULL, NULL, NULL, NULL, '2024-08-11 05:37:22', '2025-07-11 15:47:44', NULL, NULL, NULL),\n(45, 'posr-20240811-114852', 1, 2, NULL, NULL, 2, 1, 1, 2, 2, 0, 145.46, 1600, 1600, 1, 1, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1600, NULL, NULL, NULL, NULL, NULL, '2024-08-11 05:48:52', '2024-08-11 05:48:52', NULL, NULL, NULL),\n(46, 'posr-20240825-062616', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1299.99, 1299.99, 1, 1, NULL, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1299.99, NULL, NULL, NULL, NULL, NULL, '2024-08-25 23:26:16', '2024-08-25 23:26:16', NULL, NULL, NULL),\n(47, 'posr-20240825-062630', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-08-25 23:26:30', '2024-08-25 23:26:30', NULL, NULL, NULL),\n(50, 'posr-20240825-062929', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 31.82, 350, 350, 1, 1, NULL, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 350, NULL, NULL, NULL, NULL, NULL, '2024-08-25 23:29:29', '2024-08-25 23:29:29', NULL, NULL, NULL),\n(51, 'sr-20241124-030258', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 150, 150, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-24 09:02:58', '2024-11-24 09:02:58', NULL, NULL, NULL),\n(52, 'sr-20241124-030425', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 150, 150, 1, 1, 0, 0, 'Flat', 0, 0, NULL, NULL, 0, 1, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-23 18:00:00', '2024-11-24 10:44:05', NULL, NULL, NULL),\n(53, 'sr-20241124-044702', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 250, 250, 1, 1, 0, 0, 'Flat', 0, 0, NULL, NULL, 0, 1, 4, NULL, 250, NULL, NULL, NULL, NULL, NULL, '2024-11-23 18:00:00', '2025-03-03 16:48:45', NULL, NULL, NULL),\n(54, 'sr-20241127-031418', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 577, 577, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 09:14:18', '2024-11-27 09:14:18', NULL, NULL, NULL),\n(55, 'sr-20241127-050418', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 577, 577, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:04:18', '2024-11-27 11:04:18', NULL, NULL, NULL),\n(56, 'sr-20241127-050522', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:05:22', '2024-11-27 11:05:22', NULL, NULL, NULL),\n(57, 'sr-20241127-050726', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:07:26', '2024-11-27 11:07:26', NULL, NULL, NULL),\n(58, 'sr-20241127-051804', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:18:04', '2024-11-27 11:18:04', NULL, NULL, NULL),\n(59, 'sr-20241127-052204', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:22:04', '2024-11-27 11:22:04', NULL, NULL, NULL),\n(60, 'sr-20241127-052237', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:22:37', '2024-11-27 11:22:37', NULL, NULL, NULL),\n(61, 'sr-20241127-054116', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:41:16', '2024-11-27 11:41:16', NULL, NULL, NULL),\n(62, 'sr-20241127-054159', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:41:59', '2024-11-27 11:41:59', NULL, NULL, NULL),\n(63, 'sr-20241127-054351', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:43:51', '2024-11-27 11:43:51', NULL, NULL, NULL),\n(64, 'sr-20241127-054650', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:46:50', '2024-11-27 11:46:50', NULL, NULL, NULL),\n(65, 'sr-20241127-054819', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:48:19', '2024-11-27 11:48:19', NULL, NULL, NULL),\n(66, 'sr-20241127-054947', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:49:47', '2024-11-27 11:49:47', NULL, NULL, NULL),\n(67, 'sr-20241127-054955', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:49:55', '2024-11-27 11:49:55', NULL, NULL, NULL),\n(68, 'sr-20241127-055034', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:50:34', '2024-11-27 11:50:34', NULL, NULL, NULL),\n(69, 'sr-20241127-055128', 1, 3, NULL, NULL, 1, 1, 1, 2, 2, 0, 0, 998, 998, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:51:28', '2024-11-27 11:51:28', NULL, NULL, NULL),\n(70, 'sr-20241127-055219', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 577, 577, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-27 11:52:19', '2024-11-27 11:52:19', NULL, NULL, NULL),\n(71, 'sr-20241128-102312', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 577, 577, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-28 16:23:12', '2024-11-28 16:23:12', NULL, NULL, NULL),\n(72, 'sr-20241128-102653', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 577, 577, NULL, NULL, 0, 0, 'Flat', 0, NULL, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-11-28 16:26:53', '2024-11-28 16:26:53', NULL, NULL, NULL),\n(73, 'posr-20241203-010211', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-03 07:02:11', '2024-12-03 07:02:11', NULL, NULL, NULL),\n(74, 'posr-20241203-021016', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 251, NULL, NULL, NULL, NULL, NULL, '2024-12-03 08:10:16', '2025-03-03 16:49:45', NULL, NULL, NULL),\n(75, 'posr-20241203-021223', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-12-03 08:12:23', '2024-12-03 08:12:23', NULL, NULL, NULL),\n(76, 'posr-20241203-021244', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 550, NULL, NULL, NULL, NULL, NULL, '2024-12-03 08:12:44', '2024-12-03 08:12:44', NULL, NULL, NULL),\n(77, 'posr-20241203-021927', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 500, NULL, NULL, NULL, NULL, NULL, '2024-12-03 08:19:27', '2024-12-03 08:19:27', NULL, NULL, NULL),\n(78, 'posr-20241203-021951', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 550, NULL, NULL, NULL, NULL, NULL, '2024-12-03 08:19:51', '2024-12-03 08:19:51', NULL, NULL, NULL),\n(79, 'posr-20241203-022009', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 550, NULL, NULL, NULL, NULL, NULL, '2024-12-03 08:20:09', '2024-12-03 08:20:09', NULL, NULL, NULL),\n(80, 'posr-20241203-022958', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-03 08:29:58', '2024-12-03 08:29:58', NULL, NULL, NULL),\n(81, 'posr-20241203-023529', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-03 08:35:29', '2024-12-03 08:35:29', NULL, NULL, NULL),\n(82, 'posr-20241203-023727', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-03 08:37:27', '2024-12-03 08:37:27', NULL, NULL, NULL),\n(83, 'posr-20241203-024006', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-12-03 08:40:06', '2024-12-03 08:40:06', NULL, NULL, NULL),\n(84, 'posr-20241203-024509', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 500, NULL, NULL, NULL, NULL, NULL, '2024-12-03 08:45:09', '2024-12-03 08:45:09', NULL, NULL, NULL),\n(85, 'posr-20241203-033707', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-03 09:37:07', '2024-12-03 09:37:07', NULL, NULL, NULL),\n(86, 'posr-20241203-033802', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-03 09:38:02', '2024-12-03 09:38:02', NULL, NULL, NULL),\n(87, 'posr-20241203-034048', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-03 09:40:48', '2024-12-03 09:40:48', NULL, NULL, NULL),\n(88, 'posr-20241203-061213', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2024-12-03 12:12:13', '2024-12-03 12:12:13', NULL, NULL, NULL),\n(89, 'posr-20241203-061342', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-03 12:13:42', '2024-12-03 12:13:42', NULL, NULL, NULL),\n(90, 'posr-20241203-061505', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-03 12:15:05', '2024-12-03 12:15:05', NULL, NULL, NULL),\n(91, 'posr-20241203-061907', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-03 12:19:07', '2024-12-03 12:19:07', NULL, NULL, NULL),\n(92, 'posr-20241203-061957', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-03 12:19:57', '2024-12-03 12:19:57', NULL, NULL, NULL),\n(93, 'posr-20241204-043022', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 10:30:22', '2024-12-04 10:30:22', NULL, NULL, NULL),\n(94, 'posr-20241204-043903', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 10:39:03', '2024-12-04 10:39:03', NULL, NULL, NULL),\n(95, 'posr-20241204-044129', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 10:41:29', '2024-12-04 10:41:29', NULL, NULL, NULL),\n(96, 'posr-20241204-044157', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 10:41:57', '2024-12-04 10:41:57', NULL, NULL, NULL),\n(97, 'posr-20241204-045422', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 10:54:22', '2024-12-04 10:54:22', NULL, NULL, NULL),\n(98, 'posr-20241204-045637', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 10:56:37', '2024-12-04 10:56:37', NULL, NULL, NULL),\n(99, 'posr-20241204-045728', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, NULL, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 10:57:28', '2024-12-04 10:57:28', NULL, NULL, NULL),\n(100, 'posr-20241204-045751', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, NULL, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 10:57:51', '2024-12-04 10:57:51', NULL, NULL, NULL),\n(101, 'posr-20241204-055835', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, NULL, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 11:58:35', '2024-12-04 11:58:35', NULL, NULL, NULL),\n(102, 'posr-20241204-055915', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 11:59:15', '2024-12-04 11:59:15', NULL, NULL, NULL),\n(103, 'posr-20241204-060435', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 12:04:35', '2024-12-04 12:04:35', NULL, NULL, NULL),\n(104, 'posr-20241204-060520', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 12:05:20', '2024-12-04 12:05:20', NULL, NULL, NULL),\n(105, 'posr-20241204-060542', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 12:05:42', '2024-12-04 12:05:42', NULL, NULL, NULL),\n(106, 'posr-20241204-060607', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 12:06:07', '2024-12-17 04:20:51', NULL, NULL, NULL),\n(107, 'posr-20241204-060852', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 95.45, 1050, 1050, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1050, NULL, NULL, NULL, NULL, NULL, '2024-12-04 12:08:52', '2024-12-04 12:08:52', NULL, NULL, NULL),\n(108, 'sr-20241206-120019', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 577, 577, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 577, NULL, NULL, NULL, NULL, NULL, '2024-12-06 06:00:19', '2024-12-06 06:00:19', NULL, NULL, NULL),\n(109, 'sr-20241206-121740', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 577, 577, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 577, NULL, NULL, NULL, NULL, NULL, '2024-12-06 06:17:40', '2024-12-06 06:17:40', NULL, NULL, NULL),\n(110, 'sr-20241207-124003', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 577, 577, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 577, NULL, NULL, NULL, NULL, NULL, '2024-12-07 06:40:03', '2024-12-07 06:40:03', NULL, NULL, NULL),\n(111, 'sr-20241208-112955', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 577, 577, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 577, NULL, NULL, NULL, NULL, NULL, '2024-12-08 05:29:55', '2024-12-08 05:29:55', NULL, NULL, NULL),\n(112, 'posr-20241217-102418', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1299.99, 1199.99, 1, 1, 0, 0, 'Flat', 100, 100, NULL, 0, 0, 1, 4, NULL, 1199.99, NULL, NULL, NULL, NULL, NULL, '2024-12-17 04:24:18', '2024-12-17 04:25:23', NULL, NULL, NULL),\n(113, 'posr-20241217-102631', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 1.29, 1.29, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1.29, NULL, NULL, NULL, NULL, NULL, '2024-12-17 04:26:31', '2024-12-17 04:27:08', NULL, NULL, NULL),\n(114, 'posr-20241218-111745', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 85.91, 945, 945, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 945, NULL, NULL, NULL, NULL, NULL, '2024-12-18 05:17:45', '2024-12-18 05:17:45', NULL, NULL, NULL),\n(115, 'sr-20241219-113108', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 810, 810, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2024-12-19 05:31:08', '2024-12-19 05:31:08', NULL, NULL, NULL),\n(116, 'sr-20241219-114303', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 27, 27, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 27, NULL, NULL, NULL, NULL, NULL, '2024-12-19 05:43:03', '2024-12-19 05:44:02', NULL, NULL, NULL),\n(118, 'posr-20241223-121043', 9, 4, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, NULL, 0, NULL, NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-23 06:10:43', '2024-12-23 06:10:43', NULL, NULL, NULL),\n(119, 'sr-20241229-122648', 1, 3, NULL, NULL, 4, 1, 1, 1, 1, 0, 0, 577, 577, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 577, NULL, NULL, NULL, NULL, NULL, '2024-12-28 18:26:48', '2024-12-28 18:26:48', NULL, NULL, NULL),\n(120, 'posr-20241229-123534', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 06:35:34', '2024-12-29 06:35:34', NULL, NULL, NULL),\n(121, 'posr-20241229-123947', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 06:39:47', '2024-12-29 06:39:47', NULL, NULL, NULL),\n(122, 'posr-20241229-124002', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 85.91, 945, 945, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 945, NULL, NULL, NULL, NULL, NULL, '2024-12-29 06:40:02', '2024-12-29 06:40:02', NULL, NULL, NULL),\n(123, 'posr-20241229-124414', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 06:44:14', '2024-12-29 06:44:14', NULL, NULL, NULL),\n(124, 'posr-20241229-124536', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 06:45:36', '2024-12-29 06:45:36', NULL, NULL, NULL),\n(125, 'posr-20241229-010600', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 07:06:00', '2024-12-29 07:06:00', NULL, NULL, NULL),\n(126, 'posr-20241229-010827', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 07:08:27', '2024-12-29 07:08:27', NULL, NULL, NULL),\n(127, 'posr-20241229-010944', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 07:09:44', '2024-12-29 07:09:44', NULL, NULL, NULL),\n(128, 'posr-20241229-011046', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 07:10:46', '2024-12-29 07:10:46', NULL, NULL, NULL),\n(129, 'posr-20241229-020303', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 08:03:03', '2024-12-29 08:03:03', NULL, NULL, NULL),\n(130, 'posr-20241229-024244', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 08:42:44', '2024-12-29 08:42:44', NULL, NULL, NULL),\n(131, 'posr-20241229-035114', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 09:51:14', '2024-12-29 09:51:14', NULL, NULL, NULL),\n(132, 'posr-20241229-054802', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 1, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 11:48:02', '2024-12-29 11:48:05', NULL, NULL, NULL),\n(133, 'posr-20241229-055021', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-29 11:50:21', '2024-12-29 11:50:21', NULL, NULL, NULL),\n(134, 'posr-20241230-122822', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-30 06:28:22', '2024-12-30 06:28:22', NULL, NULL, NULL),\n(135, 'posr-20241230-122946', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-30 06:29:46', '2024-12-30 06:29:46', NULL, NULL, NULL),\n(136, 'posr-20241230-123058', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-30 06:30:58', '2024-12-30 06:30:58', NULL, NULL, NULL),\n(137, 'posr-20241230-123131', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 106.36, 1169.99, 1169.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1169.99, NULL, NULL, NULL, NULL, NULL, '2024-12-30 06:31:31', '2024-12-30 06:31:31', NULL, NULL, NULL),\n(138, 'posr-20250101-125049', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1299.99, 1299.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1299.99, NULL, NULL, NULL, NULL, NULL, '2025-01-01 06:50:49', '2025-01-01 06:50:49', NULL, NULL, NULL),\n(139, 'posr-20250101-023752', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1299.99, 1299.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1299.99, NULL, NULL, NULL, NULL, NULL, '2025-01-01 08:37:52', '2025-01-01 08:37:52', NULL, NULL, NULL),\n(141, 'posr-20250112-121632', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 577, 577, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 577, NULL, NULL, NULL, NULL, NULL, '2025-01-12 06:16:32', '2025-01-12 06:16:32', NULL, NULL, NULL),\n(142, 'posr-20250112-121904', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 1.29, 1.29, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1.29, NULL, NULL, NULL, NULL, NULL, '2025-01-12 06:19:04', '2025-01-12 06:19:04', NULL, NULL, NULL),\n(143, 'posr-20250112-121956', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 577, 577, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 577, NULL, NULL, NULL, NULL, NULL, '2025-01-12 06:19:56', '2025-01-12 06:19:56', NULL, NULL, NULL),\n(144, 'posr-20250112-122210', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-01-12 06:22:10', '2025-01-12 06:22:10', NULL, NULL, NULL),\n(145, 'posr-20250112-122339', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-01-12 06:23:39', '2025-01-12 06:23:39', NULL, NULL, NULL),\n(146, 'posr-20250112-122538', 9, 4, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-01-12 06:25:38', '2025-01-12 06:25:38', NULL, NULL, NULL),\n(147, 'posr-20250112-010845', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-01-12 07:08:45', '2025-01-12 07:08:45', NULL, NULL, NULL),\n(148, 'posr-20250112-014034', 1, 3, NULL, NULL, 2, 1, 1, 1, 2, 0, 0, 200, 200, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 200, NULL, NULL, NULL, NULL, NULL, '2025-01-12 07:40:34', '2025-01-12 07:40:34', NULL, NULL, NULL),\n(158, 'posr-20250112-050624', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-01-12 11:06:24', '2025-01-12 11:06:24', NULL, NULL, NULL),\n(159, 'posr-20250112-054601', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-01-12 11:46:01', '2025-01-12 11:46:01', NULL, NULL, NULL),\n(160, 'posr-20250113-035657', 1, 3, NULL, NULL, 2, 1, 1, 2, 3, 0, 0, 300, 300, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 300, NULL, NULL, NULL, NULL, NULL, '2025-01-13 09:56:57', '2025-01-13 09:56:57', NULL, NULL, NULL),\n(161, 'posr-20250113-035944', 1, 3, NULL, NULL, 2, 1, 1, 2, 3, 0, 0, 300, 300, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 300, NULL, NULL, NULL, NULL, NULL, '2025-01-13 09:59:44', '2025-01-13 09:59:44', NULL, NULL, NULL),\n(162, 'posr-20250113-040000', 1, 3, NULL, NULL, 2, 1, 1, 2, 3, 0, 0, 300, 300, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 300, NULL, NULL, NULL, NULL, NULL, '2025-01-13 10:00:00', '2025-01-13 10:00:00', NULL, NULL, NULL),\n(163, 'posr-20250114-020657', 1, 3, NULL, NULL, 2, 1, 1, 1, 2, 0, 0, 200, 200, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 200, NULL, NULL, NULL, NULL, NULL, '2025-01-14 08:06:57', '2025-01-14 08:06:57', NULL, NULL, NULL),\n(166, 'posr-20250115-100132', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-01-15 04:01:32', '2025-01-15 04:01:32', NULL, NULL, NULL),\n(168, 'posr-20250115-124611', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-01-15 06:46:11', '2025-01-15 06:46:11', NULL, NULL, NULL),\n(172, 'posr-20250115-035841', 1, 3, NULL, NULL, 2, 1, 1, 1, 2, 0, 0, 20, 20, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 20, NULL, NULL, NULL, NULL, NULL, '2025-01-15 09:58:41', '2025-01-15 09:58:41', NULL, NULL, NULL),\n(173, 'posr-20250119-051138', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-01-19 11:11:38', '2025-01-19 11:11:38', NULL, NULL, NULL),\n(174, 'posr-20250119-051831', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-01-19 11:18:31', '2025-01-19 11:18:31', NULL, NULL, NULL),\n(190, 'posr-20250121-104500', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-01-21 04:45:00', '2025-01-21 04:45:00', NULL, NULL, NULL),\n(191, 'posr-20250121-021716', 1, 3, NULL, NULL, 2, 1, 1, 3, 3, 0, 10, 310, 310, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 310, NULL, NULL, NULL, NULL, NULL, '2025-01-21 08:17:16', '2025-01-21 08:17:16', NULL, NULL, NULL),\n(194, 'posr-20250126-113536', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-01-26 17:35:36', '2025-01-26 17:35:36', NULL, NULL, NULL),\n(208, 'posr-20250130-023349', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 547, 537, 1, 1, 0, 0, 'Flat', 10, 10, NULL, 0, 0, 1, 4, NULL, 537, NULL, NULL, NULL, NULL, NULL, '2025-01-30 08:33:49', '2025-01-30 08:33:49', NULL, NULL, NULL),\n(210, 'posr-20250203-120752', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 13.5, 103.5, 103.5, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 103.5, NULL, NULL, NULL, NULL, NULL, '2025-02-03 06:07:52', '2025-02-03 06:07:52', NULL, NULL, NULL),\n(211, 'posr-20250203-121037', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 13.5, 103.5, 103.5, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 103.5, NULL, NULL, NULL, NULL, NULL, '2025-02-03 06:10:37', '2025-02-03 06:10:37', NULL, NULL, NULL),\n(212, 'sr-20250203-123856', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 13.5, 103.5, 103.5, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 103.5, NULL, NULL, NULL, NULL, NULL, '2025-02-03 06:38:56', '2025-02-03 06:38:56', NULL, NULL, NULL),\n(213, 'sr-20250203-051852', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 9.09, 99.99, 99.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 99.99, NULL, NULL, NULL, NULL, NULL, '2025-02-03 11:18:52', '2025-02-03 11:18:52', NULL, NULL, NULL),\n(214, 'posr-20250203-052046', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 90, 90, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 90, NULL, NULL, NULL, NULL, NULL, '2025-02-03 11:20:46', '2025-02-03 11:20:46', NULL, NULL, NULL),\n(215, 'posr-20250203-052318', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 143.18, 1575, 1575, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1575, NULL, NULL, NULL, NULL, NULL, '2025-02-03 11:23:18', '2025-02-03 11:23:18', NULL, NULL, NULL),\n(236, 'posr-20250219-012200', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-02-19 07:22:00', '2025-02-23 06:04:45', NULL, NULL, NULL),\n(238, 'sr-20250223-120711', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-02-23 06:07:11', '2025-02-23 06:07:11', NULL, NULL, NULL),\n(239, 'sr-20250223-032953', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-02-23 09:29:53', '2025-02-25 03:45:35', NULL, NULL, NULL),\n(244, 'posr-20250225-041717', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 20, 20, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 20, NULL, NULL, NULL, NULL, NULL, '1970-01-01 10:17:17', '2025-02-25 10:17:17', NULL, NULL, NULL),\n(254, 'posr-20250226-121526', 1, 5, NULL, NULL, 2, 2, 1, 2, 2, 0, 0, 200, 200, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 200, NULL, NULL, NULL, NULL, NULL, '1970-01-01 06:15:26', '2025-02-26 06:15:26', NULL, NULL, NULL),\n(257, 'posr-20250301-101331', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 1010, 1010, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1010, NULL, NULL, NULL, NULL, NULL, '2025-01-03 04:13:31', '2025-03-01 04:13:31', NULL, NULL, NULL),\n(268, 'sr-20250304-010808', 1, 5, NULL, NULL, 4, 2, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-03-04 07:08:08', '2025-03-04 10:19:44', NULL, NULL, NULL),\n(269, 'sr-20250304-010837', 1, 5, NULL, NULL, 4, 2, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-03-04 07:08:37', '2025-03-04 10:25:17', NULL, NULL, NULL),\n(270, 'sr-20250308-044713', 1, 3, NULL, NULL, 4, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-03-08 10:47:13', '2025-03-08 10:49:27', NULL, NULL, NULL),\n(271, 'sr-20250308-044847', 1, 5, NULL, NULL, 4, 2, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-03-08 10:48:47', '2025-03-08 17:06:45', NULL, NULL, NULL),\n(272, 'posr-20250309-094725', 1, 5, NULL, NULL, 2, 2, 1, 1, 2, 0, 0, 200, 200, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 200, NULL, NULL, NULL, NULL, NULL, '2025-03-09 03:47:25', '2025-03-09 03:47:25', NULL, NULL, NULL),\n(273, 'sr-20250309-095755', 1, 3, NULL, NULL, 4, 1, 1, 1, 2, 0, 0, 200, 200, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 2, NULL, 10, NULL, NULL, NULL, NULL, NULL, '2025-03-09 03:57:55', '2025-07-08 08:53:15', NULL, NULL, NULL),\n(274, 'posr-20250309-015825', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-03-09 07:58:25', '2025-03-09 07:58:25', NULL, NULL, NULL),\n(275, 'posr-20250309-020331', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-03-09 08:03:31', '2025-03-09 08:03:31', NULL, NULL, NULL),\n(278, 'posr-20250309-081638', 1, 5, NULL, NULL, 4, 2, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-03-09 14:16:38', '2025-03-09 14:16:38', NULL, NULL, NULL),\n(279, 'posr-20250310-093540', 1, 5, NULL, NULL, 1, 2, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-03-10 03:35:40', '2025-03-10 03:35:40', NULL, NULL, NULL),\n(280, 'posr-20250311-110222', 1, 3, NULL, NULL, 4, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-03-11 05:02:22', '2025-04-10 04:26:06', NULL, NULL, NULL),\n(281, 'sr-20250311-110453', 1, 3, NULL, NULL, 4, 1, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-03-11 05:04:53', '2025-03-11 05:04:53', NULL, NULL, NULL),\n(284, 'sr-20250313-095358', 1, 3, NULL, NULL, 4, 1, 1, 1, 1, 0, 1.56, 8.99, 8.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 4, 4, NULL, 8.99, NULL, NULL, NULL, NULL, NULL, '2025-03-13 15:53:58', '2025-04-07 05:00:01', NULL, NULL, NULL),\n(289, 'sr-20250406-124149', 1, 5, NULL, NULL, 4, 2, 1, 1, 1, 0, 0, 1.29, 1.29, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 5, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, '2025-04-06 06:41:49', '2025-09-18 11:53:03', NULL, NULL, NULL),\n(299, 'posr-20250416-021315', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 158.8, 915, 915, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 915, NULL, NULL, NULL, NULL, NULL, '2025-04-16 08:13:15', '2025-04-16 08:13:15', NULL, NULL, NULL),\n(300, 'posr-20250416-021317', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 158.8, 915, 915, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 915, NULL, NULL, NULL, NULL, NULL, '2025-04-16 08:13:17', '2025-04-16 08:13:17', NULL, NULL, NULL),\n(301, 'posr-20250416-021319', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 158.8, 915, 915, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 915, NULL, NULL, NULL, NULL, NULL, '2025-04-16 08:13:19', '2025-04-16 08:13:19', NULL, NULL, NULL),\n(302, 'posr-20250416-021615', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:15', '2025-04-16 08:16:15', NULL, NULL, NULL),\n(303, 'posr-20250416-021617', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:17', '2025-04-16 08:16:17', NULL, NULL, NULL),\n(304, 'posr-20250416-021619', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:19', '2025-04-16 08:16:19', NULL, NULL, NULL),\n(305, 'posr-20250416-021619', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:19', '2025-04-16 08:16:19', NULL, NULL, NULL),\n(306, 'posr-20250416-021619', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:19', '2025-04-16 08:16:19', NULL, NULL, NULL),\n(307, 'posr-20250416-021620', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:20', '2025-04-16 08:16:20', NULL, NULL, NULL),\n(308, 'posr-20250416-021627', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:27', '2025-04-16 08:16:27', NULL, NULL, NULL),\n(309, 'posr-20250416-021628', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:28', '2025-04-16 08:16:28', NULL, NULL, NULL),\n(310, 'posr-20250416-021629', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:29', '2025-04-16 08:16:29', NULL, NULL, NULL),\n(311, 'posr-20250416-021629', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:29', '2025-04-16 08:16:29', NULL, NULL, NULL),\n(312, 'posr-20250416-021629', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:29', '2025-04-16 08:16:29', NULL, NULL, NULL),\n(313, 'posr-20250416-021629', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:29', '2025-04-16 08:16:29', NULL, NULL, NULL),\n(314, 'posr-20250416-021631', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:31', '2025-08-13 17:12:07', 1, '2025-08-13 17:12:07', NULL),\n(315, 'posr-20250416-021631', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:31', '2025-04-16 08:16:31', NULL, NULL, NULL),\n(316, 'posr-20250416-021631', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:31', '2025-08-13 17:11:52', 1, '2025-08-13 17:11:52', NULL),\n(317, 'posr-20250416-021641', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:41', '2025-08-13 17:11:40', 1, '2025-08-13 17:11:40', NULL),\n(318, 'posr-20250416-021645', 1, 3, NULL, NULL, 2, 1, 1, 1, 19, 0, 3017.23, 17385, 17385, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 3, 4, NULL, 17385, NULL, NULL, NULL, '17385.00', '17385.00', '2025-04-16 08:16:45', '2025-08-13 17:11:28', 1, '2025-08-13 17:11:28', NULL),\n(319, 'posr-20250416-022630', 1, 3, NULL, NULL, 2, 1, 1, 1, 5, 0, 7.8, 44.95, 44.95, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 44.95, NULL, NULL, NULL, '44.95', '44.95', '2025-04-16 08:26:30', '2025-04-16 08:26:30', NULL, NULL, NULL),\n(320, 'posr-20250417-050726', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 1.56, 8.99, 8.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 8.99, NULL, NULL, NULL, '2342', '2342', '2025-04-17 11:07:26', '2025-04-17 11:07:26', NULL, NULL, NULL),\n(321, 'posr-20250417-050956', 1, 3, NULL, NULL, 2, 1, 1, 1, 2, 0, 3.12, 17.98, 17.98, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 17.98, NULL, NULL, NULL, '2342', '42342', '2025-04-17 11:09:56', '2025-04-17 11:09:56', NULL, NULL, NULL),\n(322, 'posr-20250427-105431', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 100, 1100, 1100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1100, NULL, NULL, NULL, '132', '221', '2025-04-27 04:54:31', '2025-04-27 04:54:31', NULL, NULL, NULL),\n(323, 'posr-20250427-110852', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 100, 1100, 1100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1100, NULL, NULL, NULL, '1100', '1100', '2025-04-27 05:08:52', '2025-04-27 05:08:52', NULL, NULL, NULL),\n(324, 'Invoice--14574551', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 90.91, 999.99, 999.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 999.99, NULL, NULL, NULL, '999', '999', '2025-04-27 07:19:15', '2025-04-27 07:19:15', NULL, NULL, NULL),\n(325, 'Invoice--4003', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 100, 1100, 1100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1100, NULL, NULL, NULL, '1100', '1100', '2025-04-27 08:35:43', '2025-04-27 08:35:43', NULL, NULL, NULL),\n(326, 'Invoice--4004', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 90.91, 999.99, 999.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 999.99, NULL, NULL, NULL, '999', '999', '2025-04-27 08:36:13', '2025-04-27 08:36:13', NULL, NULL, NULL),\n(327, 'posr-20250427-023850', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 100, 1100, 1100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1100, NULL, NULL, NULL, '1100', '1100', '2025-04-27 08:38:50', '2025-04-27 08:38:50', NULL, NULL, NULL),\n(328, 'posr-20250427-023954', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 1.29, 1.29, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1.29, NULL, NULL, NULL, '1', '1', '2025-04-27 08:39:54', '2025-04-27 08:39:54', NULL, NULL, NULL),\n(329, 'posr-20250427-024035', 1, 5, NULL, NULL, 2, 2, 1, 2, 2, 0, 159.09, 2309, 2309, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 2309, NULL, NULL, NULL, '123', '123', '2025-04-27 08:40:35', '2025-04-27 08:40:35', NULL, NULL, NULL),\n(330, 'Invoice-20250427-024116', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 31.82, 350, 350, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 350, NULL, NULL, NULL, '123123', 'qwe', '2025-04-27 08:41:16', '2025-04-27 08:41:16', NULL, NULL, NULL),\n(331, 'Invoice-20250427-024144', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 31.82, 350, 350, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 350, NULL, NULL, NULL, '350', '350', '2025-04-27 08:41:44', '2025-04-27 08:41:44', NULL, NULL, NULL),\n(332, 'Invoice-20250427-024229', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 100, 1100, 1100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1100, NULL, NULL, NULL, NULL, NULL, '2025-04-27 08:42:29', '2025-04-27 08:42:29', NULL, NULL, NULL),\n(333, 'Invoice--4010', 1, 5, NULL, NULL, 2, 2, 1, 1, 10, 0, 1000, 11000, 11000, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 11000, NULL, NULL, NULL, 'dd(1);', 'dd(1);', '2025-04-27 08:52:10', '2025-04-27 08:52:10', NULL, NULL, NULL),\n(334, 'Invoice--65317466', 1, 5, NULL, NULL, 2, 2, 1, 2, 2, 0, 0, 998, 998, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 998, NULL, NULL, NULL, '998', '998', '2025-04-27 08:59:30', '2025-04-27 08:59:30', NULL, NULL, NULL),\n(335, 'Invoice--4011', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 499, 499, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 499, NULL, NULL, NULL, '499', '499', '2025-04-27 09:00:22', '2025-04-27 09:00:22', NULL, NULL, NULL),\n(336, 'sr-20250428-101921', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 109, 109, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-04-28 04:19:21', '2025-04-28 04:19:21', NULL, NULL, NULL);\nINSERT INTO `sales` (`id`, `reference_no`, `user_id`, `cash_register_id`, `table_id`, `queue`, `customer_id`, `warehouse_id`, `biller_id`, `item`, `total_qty`, `total_discount`, `total_tax`, `total_price`, `grand_total`, `currency_id`, `exchange_rate`, `order_tax_rate`, `order_tax`, `order_discount_type`, `order_discount_value`, `order_discount`, `coupon_id`, `coupon_discount`, `shipping_cost`, `sale_status`, `payment_status`, `document`, `paid_amount`, `pay_term_no`, `pay_term_period`, `due_date`, `sale_note`, `staff_note`, `created_at`, `updated_at`, `deleted_by`, `deleted_at`, `sale_type`) VALUES\n(337, 'salepro20250428-102013', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 3.19, 3.19, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 3.19, NULL, NULL, NULL, NULL, NULL, '2025-04-28 04:20:13', '2025-04-28 04:20:13', NULL, NULL, NULL),\n(338, 'Assumenda est offic-774828', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 1.29, 1.29, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1.29, NULL, NULL, NULL, NULL, NULL, '2025-04-28 06:19:36', '2025-04-28 06:19:36', NULL, NULL, NULL),\n(339, 'Assumenda est offic-379191', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 1.29, 1.29, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 1.29, NULL, NULL, NULL, NULL, NULL, '2025-04-28 06:21:06', '2025-04-28 06:21:06', NULL, NULL, NULL),\n(340, 'sr-20250428-122244', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 1.29, 1.29, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-04-28 06:22:44', '2025-04-28 06:22:44', NULL, NULL, NULL),\n(341, 'sr-20250428-123937', 1, 3, NULL, NULL, 4, 1, 1, 1, 1, 0, 0, 1.29, 1.29, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-04-28 06:39:37', '2025-04-28 06:39:37', NULL, NULL, NULL),\n(342, 'Final-200', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 1.23, 1.23, 2, 0.95, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-04-28 10:04:26', '2025-04-28 10:04:26', NULL, NULL, NULL),\n(343, 'Final-202', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 499, 499, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-04-28 10:15:19', '2025-04-28 10:15:19', NULL, NULL, NULL),\n(344, 'Final-203', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 54.45, 599, 599, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-04-28 10:15:48', '2025-04-28 10:15:48', NULL, NULL, NULL),\n(345, 'Final-8640', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 20, 220, 220, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-04-28 10:21:07', '2025-04-28 10:21:07', NULL, NULL, NULL),\n(346, 'Final-228414', 1, 5, NULL, NULL, 1, 2, 1, 1, 1, 0, 0, 157.99, 157.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-04-28 10:22:42', '2025-04-28 10:22:42', NULL, NULL, NULL),\n(347, 'Final20250428-044033', 1, 3, NULL, NULL, 1, 1, 1, 1, 1, 0, 0, 499, 499, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-04-28 10:40:33', '2025-04-28 10:40:33', NULL, NULL, NULL),\n(349, 'salepro20250522-122839', 1, 3, NULL, NULL, 4, 1, 1, 1, 1, 0, 1.56, 8.99, 8.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 8.99, NULL, NULL, NULL, NULL, NULL, '2025-05-22 06:28:39', '2025-05-22 06:28:39', NULL, NULL, NULL),\n(350, 'salepro20250527-114459', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-05-27 05:44:59', '2025-05-27 05:44:59', NULL, NULL, NULL),\n(352, 'salepro20250527-120727', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-05-27 06:07:27', '2025-05-27 06:07:27', NULL, NULL, NULL),\n(358, 'salepro20250604-050804', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-06-04 11:08:04', '2025-06-04 11:08:04', NULL, NULL, NULL),\n(359, 'salepro20250604-050852', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 100, 100, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 100, NULL, NULL, NULL, NULL, NULL, '2025-06-04 11:08:52', '2025-06-04 11:08:52', NULL, NULL, NULL),\n(360, 'salepro20250611-093854', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 1.56, 8.99, 8.99, 1, 1, 0, 0, 'Flat', NULL, 0, NULL, 0, 0, 1, 4, NULL, 8.99, NULL, NULL, NULL, NULL, NULL, '2025-06-11 15:38:54', '2025-06-11 15:38:54', NULL, NULL, NULL),\n(361, 'salepro20250625-104720', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 1.56, 8.99, 8.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 8.99, NULL, NULL, NULL, NULL, NULL, '2025-06-25 09:58:37', '2025-08-01 05:58:51', 1, '2025-08-01 05:58:51', NULL),\n(363, 'salepro20250627-010926', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 2, 0, 8, 6, 1, 1, 0, 0, 'Flat', 2, 2, NULL, 0, 0, 3, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-06-26 19:09:26', '2025-08-01 05:58:51', 1, '2025-08-01 05:58:51', NULL),\n(364, 'salepro20250627-021820', 1, 5, NULL, NULL, 2, 2, 1, 1, 1, 0, 0, 10, 10, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 3, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-06-26 20:18:20', '2025-08-01 05:58:51', 1, '2025-08-01 05:58:51', NULL),\n(366, 'salepro20250629-093016', 1, 5, NULL, NULL, 1, 2, 1, 1, 1, 0, 1.56, 8.99, 8.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 8.99, NULL, NULL, NULL, NULL, NULL, '2025-05-28 05:57:45', '2025-06-29 05:57:45', NULL, NULL, NULL),\n(422, 'salepro20250804-095325', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 1300, 1300, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1300, NULL, NULL, NULL, NULL, NULL, '2025-08-04 15:53:25', '2025-08-04 18:14:26', 1, '2025-08-04 18:14:26', NULL),\n(423, 'salepro20250804-102427', 1, 3, NULL, NULL, 2, 1, 1, 2, 2, 0, 131.82, 1450, 1450, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1450, NULL, NULL, NULL, NULL, NULL, '2025-08-04 16:24:27', '2025-08-04 16:24:27', NULL, NULL, NULL),\n(424, 'salepro20250805-072908', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 1300, 1300, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1300, NULL, NULL, NULL, NULL, NULL, '2025-08-05 13:29:08', '2025-08-05 13:29:08', NULL, NULL, NULL),\n(425, 'salepro20250806-104126', 1, 3, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 1300, 1300, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1300, NULL, NULL, NULL, NULL, NULL, '2025-08-06 04:41:26', '2025-08-07 16:23:35', 1, '2025-08-07 16:23:35', NULL),\n(426, 'salepro20250806-121925', 1, 3, NULL, NULL, 2, 1, 1, 2, 4, 0, 256.19, 2818, 2868, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 50, 1, 2, NULL, 1409, NULL, NULL, NULL, NULL, NULL, '2025-08-06 08:30:04', '2025-08-19 08:30:04', NULL, NULL, NULL),\n(427, 'salepro20250813-090901', 1, 3, NULL, NULL, 2, 1, 1, 3, 5, 0, 356.19, 3918, 3918, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 3, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-08-13 15:09:01', '2025-08-13 17:11:05', 1, '2025-08-13 17:11:05', NULL),\n(428, 'salepro20250813-110903', 1, 3, NULL, NULL, 2, 1, 1, 1, 2, 0, 63.64, 700, 700, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 3, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-08-13 17:09:03', '2025-08-13 17:09:53', 1, '2025-08-13 17:09:53', NULL),\n(429, 'salepro20250813-111231', 1, 3, NULL, NULL, 2, 1, 1, 2, 5, 0, 63.64, 1027, 1027, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 3, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2025-08-13 17:12:31', '2025-08-13 17:12:31', NULL, NULL, NULL),\n(430, 'salepro20250826-101345', 9, NULL, NULL, NULL, 2, 2, 1, 1, 1, 0, 90.91, 999.99, 999.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 999.99, NULL, NULL, NULL, NULL, NULL, '2025-08-26 16:13:45', '2025-08-26 16:13:45', NULL, NULL, NULL),\n(431, 'salepro20250826-102121', 9, NULL, NULL, NULL, 2, 2, 1, 1, 1, 0, 90.91, 999.99, 999.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 999.99, NULL, NULL, NULL, NULL, NULL, '2025-08-26 16:21:21', '2025-08-26 16:21:21', NULL, NULL, NULL),\n(432, 'salepro20250826-102412', 9, NULL, NULL, NULL, 2, 2, 1, 1, 1, 0, 90.91, 999.99, 999.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 999.99, NULL, NULL, NULL, NULL, NULL, '2025-08-26 16:24:12', '2025-08-26 16:24:12', NULL, NULL, NULL),\n(433, 'salepro20250826-102607', 9, NULL, NULL, NULL, 2, 2, 1, 1, 1, 0, 90.91, 999.99, 999.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 999.99, NULL, NULL, NULL, NULL, NULL, '2025-08-26 16:26:07', '2025-08-26 16:26:07', NULL, NULL, NULL),\n(434, 'salepro20250826-102715', 9, NULL, NULL, NULL, 2, 2, 1, 1, 1, 0, 90.91, 999.99, 999.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 999.99, NULL, NULL, NULL, NULL, NULL, '2025-08-26 16:27:15', '2025-08-26 16:27:15', NULL, NULL, NULL),\n(435, 'salepro20250826-102848', 9, NULL, NULL, NULL, 2, 2, 1, 1, 1, 0, 90.91, 999.99, 999.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 999.99, NULL, NULL, NULL, NULL, NULL, '2025-08-26 16:28:48', '2025-08-26 16:28:49', NULL, NULL, NULL),\n(436, 'salepro20250826-103037', 9, NULL, NULL, NULL, 2, 2, 1, 1, 1, 0, 90.91, 999.99, 999.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 999.99, NULL, NULL, NULL, NULL, NULL, '2025-08-26 16:30:37', '2025-08-26 16:30:37', NULL, NULL, NULL),\n(437, 'salepro20250827-014804', 1, 8, NULL, NULL, 2, 1, 1, 3, 16, 0, 0, 29.84, 29.84, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 29.84, NULL, NULL, NULL, NULL, NULL, '2025-08-27 07:48:04', '2025-08-27 07:48:04', NULL, NULL, NULL),\n(438, 'salepro20250902-065134', 1, 8, NULL, NULL, 2, 1, 1, 3, 4, 0, 90.91, 1999.28, 2199.21, 1, 1, 10, 199.93, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 2199.21, NULL, NULL, NULL, NULL, NULL, '2025-09-02 18:51:34', '2025-09-02 18:51:34', NULL, NULL, NULL),\n(439, 'salepro20250902-072034', 1, 8, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 109, 109, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 109, NULL, NULL, NULL, NULL, NULL, '2025-09-02 19:20:34', '2025-09-02 19:20:34', NULL, NULL, NULL),\n(440, 'salepro20250902-073142', 1, 8, NULL, NULL, 2, 1, 1, 1, 4, 0, 0, 16, 16, 1, 1, 0, 0, 'Flat', 0, 0, NULL, NULL, 0, 1, 4, NULL, 16, NULL, NULL, NULL, NULL, NULL, '2025-09-02 19:31:42', '2025-09-02 19:31:42', NULL, NULL, NULL),\n(441, 'salepro20250905-101726', 1, 8, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 3.99, 3.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 3.99, NULL, NULL, NULL, NULL, NULL, '2025-09-05 16:17:25', '2025-09-05 16:17:26', NULL, NULL, NULL),\n(442, 'salepro20250905-102009', 1, 8, NULL, NULL, 2, 1, 1, 1, 1, 0, 96.27, 1059, 1059, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1059, NULL, NULL, NULL, NULL, NULL, '2025-09-05 16:20:09', '2025-09-05 16:20:09', NULL, NULL, NULL),\n(443, 'salepro20250905-104335', 1, 8, NULL, NULL, 2, 1, 1, 1, 1, 0, 96.27, 1059, 1059, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1059, NULL, NULL, NULL, NULL, NULL, '2025-09-05 16:43:35', '2025-09-05 16:43:35', NULL, NULL, NULL),\n(444, 'salepro20250907-033547', 1, NULL, NULL, NULL, 2, 1, 1, 1, 1, 0, 31.82, 350, 350, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 350, NULL, NULL, NULL, NULL, NULL, '2025-09-07 09:35:47', '2025-09-07 12:06:34', 1, '2025-09-07 12:06:34', NULL),\n(445, 'salepro20250907-060656', 1, NULL, NULL, NULL, 2, 1, 1, 1, 1, 0, 31.82, 350, 350, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 350, NULL, NULL, NULL, NULL, NULL, '2025-09-07 12:06:56', '2025-09-07 12:45:25', 1, '2025-09-07 12:45:25', NULL),\n(446, 'salepro20250907-061256', 1, NULL, NULL, NULL, 2, 1, 1, 1, 1, 0, 31.82, 350, 350, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 350, NULL, NULL, NULL, NULL, NULL, '2025-09-07 12:12:56', '2025-09-07 12:45:10', 1, '2025-09-07 12:45:10', NULL),\n(447, 'salepro20250907-062348', 1, 9, NULL, NULL, 2, 1, 1, 2, 2, 0, 122.73, 1349.99, 1349.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1349.99, NULL, NULL, NULL, NULL, NULL, '2025-09-07 12:23:48', '2025-09-07 12:44:59', 1, '2025-09-07 12:44:59', NULL),\n(448, 'salepro20250907-064542', 1, 9, NULL, NULL, 2, 1, 1, 1, 1, 0, 31.82, 350, 350, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 350, NULL, NULL, NULL, NULL, NULL, '2025-09-07 12:45:42', '2025-09-07 12:45:42', NULL, NULL, NULL),\n(449, 'salepro20250908-114625', 1, 9, NULL, NULL, 1, 1, 1, 1, 2, 0, 0, 998, 998, 1, 1, 0, 0, 'Flat', 0, 0, NULL, NULL, 0, 1, 4, NULL, 998, NULL, NULL, NULL, NULL, NULL, '2025-09-08 05:46:25', '2025-09-08 05:48:02', NULL, NULL, NULL),\n(450, 'salepro20250908-114903', 1, 9, NULL, NULL, 2, 1, 1, 1, 1, 0, 159.09, 1750, 1750, 1, 1, 0, 0, 'Flat', 0, 0, NULL, NULL, 0, 1, 4, NULL, 1750, NULL, NULL, NULL, NULL, NULL, '2025-09-08 05:49:03', '2025-09-08 05:49:03', NULL, NULL, NULL),\n(451, 'salepro20250908-120045', 1, 9, NULL, NULL, 2, 1, 1, 2, 2, 0, 118.18, 1859, 1859, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1859, NULL, NULL, NULL, NULL, NULL, '2025-09-08 06:00:45', '2025-09-08 06:00:45', NULL, NULL, NULL),\n(452, 'salepro20250908-120252', 1, 9, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1300, 1300, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1300, NULL, NULL, NULL, NULL, NULL, '2025-09-08 06:02:52', '2025-09-08 06:02:52', NULL, NULL, NULL),\n(453, 'salepro20250908-120739', 1, 9, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1300, 1300, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1300, NULL, NULL, NULL, NULL, NULL, '2025-09-08 06:07:39', '2025-09-08 06:07:39', NULL, NULL, NULL),\n(454, 'salepro20250908-121648', 1, 9, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1300, 1300, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1300, NULL, NULL, NULL, NULL, NULL, '2025-09-08 06:16:48', '2025-09-08 06:16:48', NULL, NULL, NULL),\n(455, 'salepro20250908-121720', 1, 9, NULL, NULL, 2, 1, 1, 1, 1, 0, 118.18, 1300, 1300, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1300, NULL, NULL, NULL, NULL, NULL, '2025-09-08 06:17:20', '2025-09-08 06:17:20', NULL, NULL, NULL),\n(456, 'salepro20250908-121816', 1, 9, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 559, 559, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 559, NULL, NULL, NULL, NULL, NULL, '2025-09-08 06:18:16', '2025-09-08 06:18:16', NULL, NULL, NULL),\n(457, 'salepro20250908-121943', 1, 9, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 559, 559, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 559, NULL, NULL, NULL, NULL, NULL, '2025-09-08 06:19:43', '2025-09-08 06:19:43', NULL, NULL, NULL),\n(458, 'salepro20250908-122031', 1, 9, NULL, NULL, 2, 1, 1, 1, 1, 0, 54.45, 599, 599, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 599, NULL, NULL, NULL, NULL, NULL, '2025-09-08 06:20:31', '2025-09-08 06:20:32', NULL, NULL, NULL),\n(459, 'salepro20250908-122116', 1, 9, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 157.99, 157.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 157.99, NULL, NULL, NULL, NULL, NULL, '2025-09-08 06:21:16', '2025-09-08 06:21:16', NULL, NULL, NULL),\n(460, 'salepro20250908-050504', 1, 9, NULL, NULL, 2, 1, 1, 1, 2, 0, 0, 300, 300, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 300, NULL, NULL, NULL, NULL, NULL, '2025-09-08 11:05:04', '2025-09-08 11:05:04', NULL, NULL, NULL),\n(461, 'salepro20250910-012827', 1, 9, NULL, NULL, 2, 1, 1, 2, 2, 50.99, 199.91, 2199, 2100, 1, 1, 0, 0, 'Flat', 99, 99, NULL, 0, 0, 1, 4, NULL, 2100, NULL, NULL, NULL, NULL, NULL, '2025-09-10 07:28:26', '2025-09-10 07:28:27', NULL, NULL, NULL),\n(462, 'salepro20250911-022540', 1, 9, NULL, NULL, 2, 1, 1, 4, 4, 0, 121.69, 1916.15, 1916.15, 2, 0.95, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1916.15, NULL, NULL, NULL, NULL, NULL, '2025-09-11 08:25:40', '2025-09-11 08:25:40', NULL, NULL, NULL),\n(463, 'salepro20250925-080658', 1, 12, NULL, NULL, 2, 1, 1, 2, 4, 0, 402.46, 4427, 4427, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 4427, NULL, NULL, NULL, NULL, NULL, '2025-09-25 08:06:58', '2025-09-25 08:06:58', NULL, NULL, NULL),\n(464, 'salepro20250925-100714', 9, 13, NULL, NULL, 2, 2, 1, 1, 1, 0, 90.91, 999.99, 999.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 999.99, NULL, NULL, NULL, NULL, NULL, '2025-09-25 10:07:14', '2025-09-25 10:07:14', NULL, NULL, NULL),\n(465, 'salepro20250925-102403', 1, 12, NULL, NULL, 2, 1, 1, 2, 2, 0, 128.09, 1409, 1409, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1409, NULL, NULL, NULL, NULL, NULL, '2025-09-25 10:24:03', '2025-09-25 10:24:03', NULL, NULL, NULL),\n(466, 'salepro20250925-102440', 1, 12, NULL, NULL, 2, 1, 1, 2, 2, 0, 128.09, 1409, 1409, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1409, NULL, NULL, NULL, NULL, NULL, '2025-09-25 10:24:40', '2025-09-25 10:24:40', NULL, NULL, NULL),\n(467, 'salepro20250925-102951', 1, 12, NULL, NULL, 2, 1, 1, 1, 1, 0, 0, 1.29, 1.29, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1.29, NULL, NULL, NULL, NULL, NULL, '2025-09-25 10:29:51', '2025-09-25 10:29:51', NULL, NULL, NULL),\n(468, 'salepro20250925-103049', 1, 12, NULL, NULL, 2, 1, 1, 2, 2, 0, 128.09, 1409, 1409, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1409, NULL, NULL, NULL, NULL, NULL, '2025-09-25 10:30:49', '2025-09-25 10:30:49', NULL, NULL, NULL),\n(469, 'salepro20250927-092246', 1, 12, NULL, NULL, 2, 1, 1, 2, 2, 0, 128.09, 1409, 1409, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 4, 4, NULL, 1409, NULL, NULL, NULL, NULL, NULL, '2025-09-20 03:22:46', '2025-09-27 03:24:47', NULL, NULL, NULL),\n(470, 'salepro20251110-111420', 1, 12, NULL, NULL, 2, 1, 1, 1, 1, 0, 96.27, 1159, 1159, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 2, NULL, 50, NULL, NULL, NULL, NULL, NULL, '2025-11-10 05:14:20', '2025-11-10 05:14:20', NULL, NULL, NULL),\n(471, 'cob-20260126-024925', 1, NULL, NULL, NULL, 9, 1, 0, 0, 0, 0, 0, 10000, 10000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1996-01-26 06:00:00', '2026-01-26 08:49:25', NULL, NULL, 'Opening balance'),\n(472, 'salepro20260126-090739', 1, 12, NULL, NULL, 2, 1, 1, 2, 2, 0, 31.82, 1650, 1650, 1, 1, 0, 0, 'Flat', 0, 0, NULL, NULL, 0, 1, 4, NULL, 1650, NULL, NULL, NULL, NULL, NULL, '2026-01-26 15:07:39', '2026-01-26 15:07:39', NULL, NULL, NULL),\n(473, 'salepro20260215-091034', 1, 12, NULL, NULL, 2, 1, 1, 2, 2, 0, 14545.46, 160000, 160000, 4, 100, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2026-02-15 15:10:34', '2026-03-25 06:42:14', NULL, NULL, NULL),\n(474, 'salepro20260215-102532', 1, 12, NULL, NULL, 1, 1, 1, 2, 2, 0, 3181.82, 160000, 160000, 4, 100, 0, 0, 'Flat', 0, 0, NULL, NULL, 0, 1, 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2026-02-15 16:25:32', '2026-02-15 16:25:32', NULL, NULL, NULL),\n(475, 'salepro20260225-125727', 1, 12, NULL, NULL, 2, 1, 1, 1, 3, 0, 327.27, 3600, 3600, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 3600, NULL, NULL, NULL, NULL, NULL, '2026-02-25 06:57:27', '2026-02-25 06:58:06', 1, '2026-02-25 06:58:06', NULL),\n(476, 'salepro20260227-124016', 9, 13, NULL, NULL, 2, 2, 1, 2, 2, 0, 122.73, 1349.99, 1349.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 1349.99, NULL, NULL, NULL, NULL, NULL, '2026-02-26 18:40:16', '2026-02-26 18:40:16', NULL, NULL, NULL),\n(477, 'salepro20260309-033000', 1, 12, NULL, NULL, 1, 1, 1, 1, 1, 0, 31.82, 350, 350, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2026-03-08 21:30:00', '2026-03-08 21:30:00', NULL, NULL, NULL),\n(478, 'salepro20260309-035553', 1, 12, NULL, NULL, 2, 1, 1, 1, 1, 0, 90.91, 999.99, 999.99, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2026-03-08 21:55:53', '2026-03-08 21:55:53', NULL, NULL, NULL),\n(479, 'salepro20260309-035803', 1, 12, NULL, NULL, 2, 1, 1, 1, 1, 0, 31.82, 350, 350, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 2, NULL, 0, NULL, NULL, NULL, NULL, NULL, '2026-03-08 21:58:03', '2026-03-08 21:58:03', NULL, NULL, NULL),\n(480, 'salepro20260309-035848', 1, 12, NULL, NULL, 2, 1, 1, 2, 2, 0, 0, 608, 608, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 2, NULL, 300, NULL, NULL, NULL, NULL, NULL, '2026-03-08 21:58:48', '2026-03-08 21:58:48', NULL, NULL, NULL),\n(481, 'salepro20260312-033115', 1, 12, NULL, NULL, 8, 1, 1, 3, 3, 0, 31.82, 958, 958, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 958, NULL, NULL, NULL, NULL, NULL, '2026-03-11 21:31:15', '2026-03-13 19:39:56', NULL, NULL, NULL),\n(482, 'salepro20260318-020111', 1, 12, NULL, NULL, 1, 1, 1, 1, 1, 0, 113.64, 1250, 1250, 1, 1, 0, 0, 'Flat', 0, 0, NULL, NULL, 0, 1, 2, NULL, 0, NULL, 'days', NULL, NULL, NULL, '2026-03-17 20:01:11', '2026-03-17 20:01:11', NULL, NULL, NULL),\n(483, 'salepro20260319-054045', 1, 12, NULL, NULL, 8, 1, 1, 1, 2, 0, 227.27, 2500, 2500, 1, 1, 0, 0, 'Flat', 0, 0, NULL, NULL, 0, 4, 1, NULL, 0, NULL, 'days', NULL, NULL, NULL, '2026-03-19 11:40:45', '2026-03-22 19:45:44', 1, '2026-03-22 19:45:44', NULL),\n(484, 'salepro20260324-013021', 1, 12, NULL, NULL, 2, 1, 1, 2, 2, 0, 0, 608, 608, 1, 1, 0, 0, 'Flat', 0, 0, NULL, 0, 0, 1, 4, NULL, 608, NULL, NULL, NULL, NULL, NULL, '2026-03-20 19:30:21', '2026-03-23 19:30:21', NULL, NULL, NULL);\n-- --------------------------------------------------------\n--\n-- Table structure for table `sale_exchanges`\n--\nCREATE TABLE `sale_exchanges` (\n`id` int UNSIGNED NOT NULL,\n`sale_id` int NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`customer_id` int NOT NULL,\n`user_id` int NOT NULL,\n`warehouse_id` int NOT NULL,\n`biller_id` int NOT NULL,\n`item` int NOT NULL,\n`total_qty` double NOT NULL,\n`total_discount` double NOT NULL DEFAULT '0',\n`total_tax` double NOT NULL DEFAULT '0',\n`amount` double NOT NULL,\n`payment_type` enum('pay','receive') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`order_tax_rate` double DEFAULT NULL,\n`order_tax` double DEFAULT NULL,\n`grand_total` double NOT NULL,\n`document` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`exchange_note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`staff_note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `shifts`\n--\nCREATE TABLE `shifts` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`start_time` time NOT NULL,\n`end_time` time NOT NULL,\n`grace_in` int NOT NULL DEFAULT '0' COMMENT 'Grace period (minutes) before marking late',\n`grace_out` int NOT NULL DEFAULT '0' COMMENT 'Grace period (minutes) before marking early leave',\n`total_hours` decimal(5,2) DEFAULT NULL COMMENT 'Total working hours for the shift',\n`is_active` tinyint(1) NOT NULL DEFAULT '1',\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n-- --------------------------------------------------------\n--\n-- Table structure for table `sms_templates`\n--\nCREATE TABLE `sms_templates` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`is_default` tinyint(1) NOT NULL DEFAULT '0',\n`is_default_ecommerce` tinyint(1) NOT NULL DEFAULT '0',\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `sms_templates`\n--\nINSERT INTO `sms_templates` (`id`, `name`, `content`, `is_default`, `is_default_ecommerce`, `created_at`, `updated_at`) VALUES\n(1, 'test template', 'eso nije kori...', 1, 0, '2024-05-19 08:14:12', '2024-10-28 20:07:53'),\n(2, 'test template 2', 'fsdfsdf', 0, 1, '2024-05-19 08:20:25', '2024-10-28 20:07:53');\n-- --------------------------------------------------------\n--\n-- Table structure for table `stock_counts`\n--\nCREATE TABLE `stock_counts` (\n`id` int UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`warehouse_id` int NOT NULL,\n`category_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`brand_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`user_id` int NOT NULL,\n`type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`initial_file` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`final_file` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`is_adjusted` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `stock_counts`\n--\nINSERT INTO `stock_counts` (`id`, `reference_no`, `warehouse_id`, `category_id`, `brand_id`, `user_id`, `type`, `initial_file`, `final_file`, `note`, `is_adjusted`, `created_at`, `updated_at`) VALUES\n(1, 'scr-20240825-060302', 1, NULL, NULL, 1, 'full', '20240825-060302.csv', NULL, NULL, 0, '2024-08-25 23:03:02', '2024-08-25 23:03:02'),\n(2, 'scr-20250203-054632', 2, NULL, NULL, 1, 'full', '20250203-054632.csv', NULL, NULL, 0, '2025-02-03 11:46:32', '2025-02-03 11:46:32'),\n(3, 'scr-20250205-025323', 2, NULL, NULL, 1, 'full', '20250205-025323.csv', NULL, NULL, 0, '2025-02-05 08:53:23', '2025-02-05 08:53:23'),\n(5, 'scr-20250720-070835', 2, NULL, NULL, 1, 'full', '20250720-070835.csv', NULL, NULL, 0, '2025-07-20 13:08:35', '2025-07-20 13:08:35'),\n(6, 'scr-20250806-094447', 1, NULL, NULL, 1, 'full', '20250806-094447.csv', NULL, NULL, 0, '2025-08-06 03:44:47', '2025-08-06 03:44:47');\n-- --------------------------------------------------------\n--\n-- Table structure for table `suppliers`\n--\nCREATE TABLE `suppliers` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`image` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`company_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`vat_number` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`phone_number` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`wa_number` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`address` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`city` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`state` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`postal_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`country` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`opening_balance` double NOT NULL DEFAULT '0',\n`pay_term_no` int DEFAULT NULL,\n`pay_term_period` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`bank_details` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`is_active` tinyint(1) DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `suppliers`\n--\nINSERT INTO `suppliers` (`id`, `name`, `image`, `company_name`, `vat_number`, `email`, `phone_number`, `wa_number`, `address`, `city`, `state`, `postal_code`, `country`, `opening_balance`, `pay_term_no`, `pay_term_period`, `bank_details`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'Abdullah', NULL, 'Global Tech', '31213131', 'abdullah@gmail.com', '312313', NULL, 'Mirpur', 'Dhaka', NULL, NULL, 'Bangladesh', 0, NULL, NULL, NULL, 1, '2024-01-19 13:41:37', '2024-01-19 13:41:37'),\n(2, 'rahmatullah', NULL, 'Samsung', NULL, 'info@microsoft.com', '213123123', NULL, 'boropul, halishahr', 'chittagong', NULL, NULL, NULL, 0, NULL, NULL, NULL, 1, '2024-07-18 07:51:07', '2024-07-18 07:51:07'),\n(3, 'Brian James', 'WillisandHardinPlc.png', 'Willis and Hardin Plc', '548', 'vadaqyteka@mailinator.com', '+1 (737) 222-6586', NULL, 'Laboris est libero d', 'Sit nostrud obcaeca', 'Consectetur sint q', 'Veniam doloribus de', 'Assumenda dolor atqu', 0, NULL, NULL, NULL, 0, '2025-01-23 08:31:22', '2025-01-23 08:31:47');\n-- --------------------------------------------------------\n--\n-- Table structure for table `tables`\n--\nCREATE TABLE `tables` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`number_of_person` int DEFAULT NULL,\n`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`floor_id` tinyint NOT NULL DEFAULT '1',\n`is_active` tinyint(1) NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `tables`\n--\nINSERT INTO `tables` (`id`, `name`, `number_of_person`, `description`, `floor_id`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'Table 1', 3, 'middle table', 1, 1, '2024-04-21 04:58:24', '2024-04-21 04:58:24');\n-- --------------------------------------------------------\n--\n-- Table structure for table `taxes`\n--\nCREATE TABLE `taxes` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`rate` double NOT NULL,\n`is_active` tinyint(1) DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `taxes`\n--\nINSERT INTO `taxes` (`id`, `name`, `rate`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'CGST@10', 10, 1, '2024-01-08 05:26:16', '2024-01-08 05:26:16'),\n(2, 'SGST@8', 8, 1, '2024-01-08 05:26:29', '2024-01-08 05:26:29'),\n(3, 'VAT@15%', 15, 1, '2024-04-29 12:28:49', '2024-04-29 12:28:49'),\n(4, 'GST@15', 15, 1, '2025-03-12 09:56:17', '2025-03-12 09:56:46');\n-- --------------------------------------------------------\n--\n-- Table structure for table `theme_settings`\n--\nCREATE TABLE `theme_settings` (\n`id` bigint UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`theme_appearance` enum('system_both','both','system','light','dark') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'system_both',\n`theme_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`font_family` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`icon_pack` enum('solar','fontawesome','bootstrap','heroicons','material','cupertino') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'solar',\n`light_logo` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`dark_logo` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`item_size` int NOT NULL DEFAULT '16',\n`border_radius` enum('rounded-none','rounded','rounded-lg','rounded-full') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'rounded',\n`input_design` enum('outlined','filled') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'outlined',\n`chart_colors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,\n`button_style` enum('filled','outlined','gradient','glassed') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'filled',\n`button_colors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,\n`button_dark_colors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,\n`button_preferred_width` enum('fit','full') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'fit',\n`button_height` int NOT NULL DEFAULT '52',\n`sidebar_style` enum('floating','normal') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'normal',\n`sidebar_corner` enum('rounded','none') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'rounded',\n`sidebar_item_inactive_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`sidebar_item_active_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`sidebar_item_inactive_dark_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`sidebar_item_active_dark_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`sidebar_subitem_inactive_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`sidebar_subitem_active_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`sidebar_subitem_inactive_dark_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`sidebar_subitem_active_dark_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`auth_background_type` enum('black-and-white','themed','themed_gradient','image') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'themed_gradient',\n`auth_themed_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`auth_themed_dark_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`auth_themed_gradient` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,\n`auth_themed_dark_gradient` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,\n`auth_themed_deg` int DEFAULT NULL,\n`auth_themed_dark_deg` int DEFAULT NULL,\n`auth_background_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`auth_background_position` enum('center','top','bottom','left','right','top-left','top-right','bottom-left','bottom-right') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`auth_background_opacity` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0.8',\n`auth_dark_background_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`auth_dark_background_position` enum('center','top','bottom','left','right','top-left','top-right','bottom-left','bottom-right') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`auth_dark_background_opacity` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0.8',\n`site_background` enum('solid','themed','gradient') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'solid',\n`site_themed_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`site_themed_dark_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`site_gradient` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,\n`site_dark_gradient` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,\n`dash_background` enum('solid','themed','image') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'solid',\n`dash_themed_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`dash_themed_dark_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`dash_background_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`dash_background_opacity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`dash_background_position` enum('center','top','bottom','left','right','top-left','top-right','bottom-left','bottom-right') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`dash_dark_background_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`dash_dark_background_opacity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`dash_dark_background_position` enum('center','top','bottom','left','right','top-left','top-right','bottom-left','bottom-right') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`is_active` tinyint(1) NOT NULL DEFAULT '1',\n`active_for` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,\n`app_platform` enum('android','ios','both') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'both',\n`is_deleted` tinyint(1) NOT NULL DEFAULT '0',\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;\n--\n-- Dumping data for table `theme_settings`\n--\nINSERT INTO `theme_settings` (`id`, `name`, `theme_appearance`, `theme_color`, `font_family`, `icon_pack`, `light_logo`, `dark_logo`, `item_size`, `border_radius`, `input_design`, `chart_colors`, `button_style`, `button_colors`, `button_dark_colors`, `button_preferred_width`, `button_height`, `sidebar_style`, `sidebar_corner`, `sidebar_item_inactive_color`, `sidebar_item_active_color`, `sidebar_item_inactive_dark_color`, `sidebar_item_active_dark_color`, `sidebar_subitem_inactive_color`, `sidebar_subitem_active_color`, `sidebar_subitem_inactive_dark_color`, `sidebar_subitem_active_dark_color`, `auth_background_type`, `auth_themed_color`, `auth_themed_dark_color`, `auth_themed_gradient`, `auth_themed_dark_gradient`, `auth_themed_deg`, `auth_themed_dark_deg`, `auth_background_image`, `auth_background_position`, `auth_background_opacity`, `auth_dark_background_image`, `auth_dark_background_position`, `auth_dark_background_opacity`, `site_background`, `site_themed_color`, `site_themed_dark_color`, `site_gradient`, `site_dark_gradient`, `dash_background`, `dash_themed_color`, `dash_themed_dark_color`, `dash_background_image`, `dash_background_opacity`, `dash_background_position`, `dash_dark_background_image`, `dash_dark_background_opacity`, `dash_dark_background_position`, `is_active`, `active_for`, `app_platform`, `is_deleted`, `created_at`, `updated_at`) VALUES\n(1, 'Indigo', 'system_both', '#57c7ff', 'Google Sans', 'solar', NULL, NULL, 16, 'rounded-lg', 'outlined', '[\\\"#10B981\\\",\\\"#25B8E9\\\",\\\"#FFA424\\\",\\\"#A542F5\\\",\\\"#2AF898\\\",\\\"#F5CA2E\\\"]', 'gradient', '[\\\"#61CAFF\\\",\\\"#1CA8F3\\\"]', '[\\\"#8EC9E7\\\",\\\"#0B87CC\\\"]', 'full', 52, 'normal', 'rounded', '#0E557C', '#1CA8F3', '#D2E2EA', '#8EC9E7', '#0E557C', '#57C7FF', '#B8DDF0', '#8EC9E7', 'black-and-white', '#EEF4F7', '#0E557C', '[\\\"#EEF4F7\\\",\\\"#D2E2EA\\\"]', '[\\\"#0E557C\\\",\\\"#1CA8F3\\\"]', NULL, NULL, NULL, NULL, '0.8', NULL, NULL, '0.8', 'solid', '#EEF4F7', '#0E557C', '[\\\"#EEF4F7\\\",\\\"#B8DDF0\\\"]', '[\\\"#0E557C\\\",\\\"#0E557C\\\"]', 'solid', '#EEF4F7', '#0E557C', NULL, NULL, NULL, NULL, NULL, NULL, 1, '[\\\"app\\\"]', 'both', 0, NULL, '2026-01-27 13:20:07'),\n(2, 'Green', 'system_both', '#10B981', 'Poppins', 'fontawesome', NULL, NULL, 16, 'rounded-none', 'filled', NULL, 'filled', NULL, NULL, 'fit', 52, 'normal', 'rounded', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'themed', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0.8', NULL, NULL, '0.8', 'solid', NULL, NULL, NULL, NULL, 'solid', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '[\\\"app\\\"]', 'both', 1, NULL, NULL),\n(3, 'Blue', 'system_both', '#3B82F6', 'Roboto', 'material', NULL, NULL, 16, 'rounded', 'outlined', NULL, 'outlined', NULL, NULL, 'fit', 52, 'normal', 'rounded', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'themed', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0.8', NULL, NULL, '0.8', 'solid', NULL, NULL, NULL, NULL, 'solid', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '[\\\"app\\\"]', 'both', 1, NULL, NULL),\n(4, 'Violet', 'system_both', '#8b5cf6', 'Roboto', 'cupertino', NULL, NULL, 16, 'rounded-lg', 'outlined', NULL, 'gradient', '[\\\"#a78bfa\\\", \\\"#7c3aed\\\"]', NULL, 'fit', 52, 'normal', 'rounded', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'themed', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0.8', NULL, NULL, '0.8', 'solid', NULL, NULL, NULL, NULL, 'solid', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '[\\\"app\\\"]', 'both', 1, NULL, NULL),\n(5, 'Red', 'system_both', '#F43F5E', 'Nunito', 'heroicons', NULL, NULL, 16, 'rounded-full', 'filled', NULL, 'filled', NULL, NULL, 'fit', 52, 'normal', 'rounded', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'themed', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0.8', NULL, NULL, '0.8', 'solid', NULL, NULL, NULL, NULL, 'solid', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '[\\\"app\\\"]', 'both', 1, NULL, NULL),\n(6, 'Orange', 'system_both', '#F97316', 'Raleway', 'bootstrap', NULL, NULL, 16, 'rounded-full', 'filled', NULL, 'outlined', NULL, NULL, 'fit', 52, 'normal', 'rounded', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'themed', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0.8', NULL, NULL, '0.8', 'solid', NULL, NULL, NULL, NULL, 'solid', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, '[\\\"app\\\"]', 'both', 1, NULL, NULL);\n-- --------------------------------------------------------\n--\n-- Table structure for table `transfers`\n--\nCREATE TABLE `transfers` (\n`id` int UNSIGNED NOT NULL,\n`reference_no` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`user_id` int NOT NULL,\n`status` int NOT NULL,\n`from_warehouse_id` int NOT NULL,\n`to_warehouse_id` int NOT NULL,\n`item` int NOT NULL,\n`total_qty` double NOT NULL,\n`total_tax` double NOT NULL,\n`total_cost` double NOT NULL,\n`shipping_cost` double DEFAULT NULL,\n`grand_total` double NOT NULL,\n`document` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`is_sent` tinyint(1) NOT NULL DEFAULT '0',\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `transfers`\n--\nINSERT INTO `transfers` (`id`, `reference_no`, `user_id`, `status`, `from_warehouse_id`, `to_warehouse_id`, `item`, `total_qty`, `total_tax`, `total_cost`, `shipping_cost`, `grand_total`, `document`, `note`, `is_sent`, `created_at`, `updated_at`) VALUES\n(11, 'tr-20240528-030550', 1, 1, 1, 2, 1, 1, 0, 439, NULL, 439, NULL, NULL, 1, '2024-05-28 09:05:50', '2024-05-28 09:05:56'),\n(12, 'tr-20240528-030714', 1, 1, 1, 2, 1, 1, 0, 399, NULL, 399, NULL, NULL, 1, '2024-05-28 09:07:14', '2024-05-28 09:07:20'),\n(13, 'tr-20241124-031128', 1, 1, 1, 2, 1, 1, 0, 100, 0, 100, NULL, NULL, 0, '2024-11-23 18:00:00', '2025-02-18 09:32:42'),\n(32, 'tr-20250413-112401', 1, 1, 1, 2, 2, 3, 0, 275, NULL, 275, NULL, NULL, 0, '2025-04-13 05:24:01', '2025-04-13 05:24:01'),\n(33, 'tr-20250413-112441', 1, 1, 1, 2, 2, 3, 0, 275, NULL, 275, NULL, NULL, 0, '2025-04-13 05:24:41', '2025-04-13 05:24:41'),\n(34, 'tr-20250413-112450', 1, 1, 1, 2, 2, 3, 0, 275, NULL, 275, NULL, NULL, 0, '2025-04-13 05:24:50', '2025-04-13 05:24:50'),\n(35, 'tr-20250413-112500', 1, 1, 1, 2, 2, 3, 0, 275, NULL, 275, NULL, NULL, 0, '2025-04-13 05:25:00', '2025-04-13 05:25:00'),\n(37, 'tr-20250413-032158', 1, 1, 2, 1, 2, 6, 10, 1855, NULL, 1855, NULL, NULL, 0, '2025-04-13 09:21:58', '2025-04-13 09:21:58'),\n(38, 'tr-20250413-032613', 1, 1, 2, 1, 2, 6, 10, 1855, NULL, 1855, NULL, NULL, 0, '2025-04-13 09:26:13', '2025-04-13 09:26:13'),\n(39, 'tr-20250413-032619', 1, 1, 2, 1, 2, 6, 10, 1855, NULL, 1855, NULL, NULL, 0, '2025-04-13 09:26:19', '2025-04-13 09:26:19'),\n(40, 'tr-20250413-032852', 1, 1, 2, 1, 2, 6, 10, 1855, NULL, 1855, NULL, NULL, 0, '2025-04-13 09:28:52', '2025-04-13 09:28:52'),\n(41, 'tr-20250415-045938', 1, 1, 1, 2, 7, 4, 195.37, 2149.88, NULL, 2149.88, NULL, NULL, 0, '2025-04-14 18:00:00', '2025-04-15 10:59:38'),\n(42, 'tr-20250415-054009', 1, 1, 1, 2, 3, 1, 0, 0.89, NULL, 0.89, NULL, NULL, 0, '2025-04-14 18:00:00', '2025-04-15 11:40:09'),\n(43, 'tr-20250525-040158', 1, 1, 1, 2, 1, 2, 4.2, 24.2, 0, 24.2, NULL, NULL, 0, '2025-05-24 18:00:00', '2025-06-29 10:05:13'),\n(44, 'tr-20250918-125414', 1, 1, 1, 2, 1, 1, 90.91, 1000, NULL, 1000, NULL, NULL, 0, '2025-09-17 18:00:00', '2025-09-18 06:54:14');\n-- --------------------------------------------------------\n--\n-- Table structure for table `translations`\n--\nCREATE TABLE `translations` (\n`id` bigint UNSIGNED NOT NULL,\n`locale` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`group` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'db',\n`key` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `translations`\n--\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(24568, 'en', 'db', 'dashboard', 'Dashboard', NULL, '2025-04-28 05:19:27'),\n(24569, 'en', 'db', 'language', 'Language', NULL, NULL),\n(24570, 'en', 'db', 'Languages', 'Languages', NULL, NULL),\n(24571, 'en', 'db', 'revenue', 'Revenue', NULL, NULL),\n(24572, 'en', 'db', 'product', 'Product', NULL, NULL),\n(24573, 'en', 'db', 'category', 'Category', NULL, NULL),\n(24574, 'en', 'db', 'product_list', 'Product List', NULL, NULL),\n(24575, 'en', 'db', 'add_product', 'Add Product', NULL, NULL),\n(24576, 'en', 'db', 'import_product', 'Import Product', NULL, NULL),\n(24577, 'en', 'db', 'print_barcode', 'Print Barcode', NULL, NULL),\n(24578, 'en', 'db', 'welcome', 'Welcome', NULL, NULL),\n(24579, 'en', 'db', 'profile', 'Profile', NULL, NULL),\n(24580, 'en', 'db', 'add', 'Add', NULL, NULL),\n(24581, 'en', 'db', 'parent', 'Parent', NULL, NULL),\n(24582, 'en', 'db', 'action', 'action', NULL, NULL),\n(24583, 'en', 'db', 'import', 'Import', NULL, NULL),\n(24584, 'en', 'db', 'edit', 'Edit', NULL, NULL),\n(24585, 'en', 'db', 'delete', 'Delete', NULL, NULL),\n(24586, 'en', 'db', 'name', 'Name', NULL, NULL),\n(24587, 'en', 'db', 'submit', 'Submit', NULL, NULL),\n(24588, 'en', 'db', 'update', 'Update', NULL, NULL),\n(24589, 'en', 'db', 'The field labels marked with * are required input fields', 'The field labels marked with * are required input fields', NULL, NULL),\n(24590, 'en', 'db', 'settings', 'Settings', NULL, NULL),\n(24591, 'en', 'db', 'logout', 'logout', NULL, NULL),\n(24592, 'en', 'db', 'return', 'Return', NULL, NULL),\n(24593, 'en', 'db', 'profit', 'Profit', NULL, NULL),\n(24594, 'en', 'db', 'sale qty', 'Sale Quantity', NULL, NULL),\n(24595, 'en', 'db', 'yearly report', 'Yearly Report', NULL, NULL),\n(24596, 'en', 'db', 'sale amount', 'Sale Amount', NULL, NULL),\n(24597, 'en', 'db', 'recent sales', 'Recent Sales', NULL, NULL),\n(24598, 'en', 'db', 'latest', 'Latest', NULL, NULL),\n(24599, 'en', 'db', 'best selling product', 'Best Selling Product', NULL, NULL),\n(24600, 'en', 'db', 'top', 'Top', NULL, NULL),\n(24601, 'en', 'db', 'date', 'Date', NULL, NULL),\n(24603, 'en', 'db', 'reference', 'Reference', NULL, NULL),\n(24604, 'en', 'db', 'customer', 'Customer', NULL, NULL),\n(24605, 'en', 'db', 'status', 'Status', NULL, NULL),\n(24606, 'en', 'db', 'grand total', 'Grand Total', NULL, NULL),\n(24607, 'en', 'db', 'Product Details', 'Product Details', NULL, NULL),\n(24608, 'en', 'db', 'qty', 'Qty', NULL, NULL),\n(24610, 'en', 'db', 'Price', 'Price', NULL, NULL),\n(24611, 'en', 'db', 'Image', 'Image', NULL, NULL),\n(24612, 'en', 'db', 'Code', 'Code', NULL, NULL),\n(24613, 'en', 'db', 'Brand', 'Brand', NULL, NULL),\n(24614, 'en', 'db', 'Quantity', 'Quantity', NULL, NULL),\n(24615, 'en', 'db', 'Unit', 'Unit', NULL, NULL),\n(24616, 'en', 'db', 'Type', 'Type', NULL, NULL),\n(24617, 'en', 'db', 'Barcode Symbology', 'Barcode Symbology', NULL, NULL),\n(24618, 'en', 'db', 'Sale', 'Sale', NULL, NULL),\n(24619, 'en', 'db', 'Purchase', 'Purchase', NULL, NULL),\n(24620, 'en', 'db', 'Cost', 'Cost', NULL, NULL),\n(24621, 'en', 'db', 'Alert', 'Alert', NULL, NULL),\n(24622, 'en', 'db', 'Promotional Price', 'Promotional Price', NULL, NULL),\n(24623, 'en', 'db', 'Promotion', 'Promotion', NULL, NULL),\n(24624, 'en', 'db', 'Featured', 'Featured', NULL, NULL),\n(24625, 'en', 'db', 'Tax', 'Tax', NULL, NULL),\n(24626, 'en', 'db', 'Invoice Details', 'Invoice Details', NULL, NULL),\n(24627, 'en', 'db', 'Generate', 'Generate', NULL, NULL),\n(24628, 'en', 'db', 'Promotion Starts', 'Promotion Starts', NULL, NULL),\n(24629, 'en', 'db', 'Promotion Ends', 'Promotion Ends', NULL, NULL),\n(24630, 'en', 'db', 'Starting', 'Starting', NULL, NULL),\n(24631, 'en', 'db', 'Ending', 'Ending', NULL, NULL),\n(24632, 'en', 'db', 'Print', 'Print', NULL, NULL),\n(24633, 'en', 'db', 'Barcode', 'Barcode', NULL, NULL),\n(24634, 'en', 'db', 'Supplier', 'Supplier', NULL, NULL),\n(24635, 'en', 'db', 'Paid', 'Paid', NULL, NULL),\n(24636, 'en', 'db', 'Balance', 'Balance', NULL, NULL),\n(24637, 'en', 'db', 'Payment', 'Payment', NULL, NULL),\n(24638, 'en', 'db', 'View', 'View', NULL, NULL),\n(24639, 'en', 'db', 'Warehouse', 'Store', NULL, NULL),\n(24640, 'en', 'db', 'Attach Document', 'Attach Document', NULL, NULL),\n(24641, 'en', 'db', 'Select Product', 'Select Product', NULL, NULL),\n(24642, 'en', 'db', 'Order', 'Order', NULL, NULL),\n(24643, 'en', 'db', 'Order Table', 'Order Table', NULL, NULL),\n(24644, 'en', 'db', 'Discount', 'Discount', NULL, NULL),\n(24645, 'en', 'db', 'Unit Cost', 'Unit Cost', NULL, NULL),\n(24646, 'en', 'db', 'Unit Price', 'Unit Price', NULL, NULL),\n(24647, 'en', 'db', 'Net Unit Cost', 'Net Unit Cost', NULL, NULL),\n(24648, 'en', 'db', 'Net Unit Price', 'Net Unit Price', NULL, NULL),\n(24649, 'en', 'db', 'Shipping Cost', 'Shipping Cost', NULL, NULL),\n(24650, 'en', 'db', 'Subtotal', 'SubTotal', NULL, NULL),\n(24651, 'en', 'db', 'Note', 'Note', NULL, NULL),\n(24652, 'en', 'db', 'Items', 'Items', NULL, NULL),\n(24653, 'en', 'db', 'Total', 'Total', NULL, NULL),\n(24654, 'en', 'db', 'Recieved', 'Received', NULL, NULL),\n(24655, 'en', 'db', 'Upload CSV File', 'Upload CSV File', NULL, NULL),\n(24656, 'en', 'db', 'Download Sample File', 'Download Sample File', NULL, NULL),\n(24657, 'en', 'db', 'Sample File', 'Sample File', NULL, NULL),\n(24658, 'en', 'db', 'Download', 'Download', NULL, NULL),\n(24659, 'en', 'db', 'The correct column order is', 'The correct column order is', NULL, NULL),\n(24660, 'en', 'db', 'and you must follow this', 'and you must follow this', NULL, NULL),\n(24661, 'en', 'db', 'All columns are required', 'All columns are required', NULL, NULL),\n(24662, 'en', 'db', 'Biller', 'Biller', NULL, NULL),\n(24663, 'en', 'db', 'From', 'From', NULL, NULL),\n(24664, 'en', 'db', 'To', 'To', NULL, NULL),\n(24665, 'en', 'db', 'Created By', 'Created By', NULL, NULL),\n(24666, 'en', 'db', 'Amount', 'Amount', NULL, NULL),\n(24667, 'en', 'db', 'Staff', 'Staff', NULL, NULL),\n(24668, 'en', 'db', 'Quotation', 'Quotation', NULL, NULL),\n(24669, 'en', 'db', 'Create', 'Create', NULL, NULL),\n(24670, 'en', 'db', 'Adjustment', 'Adjustment', NULL, NULL),\n(24671, 'en', 'db', 'Subtraction', 'Subtraction', NULL, NULL),\n(24672, 'en', 'db', 'Addition', 'Addition', NULL, NULL),\n(24673, 'en', 'db', 'Transfer', 'Transfer', NULL, NULL),\n(24674, 'en', 'db', 'User', 'User', NULL, NULL),\n(24675, 'en', 'db', 'Email', 'Email', NULL, NULL),\n(24676, 'en', 'db', 'Company Name', 'Company Name', NULL, NULL),\n(24677, 'en', 'db', 'Phone Number', 'Phone Number', NULL, NULL),\n(24678, 'en', 'db', 'Role', 'Role', NULL, NULL),\n(24679, 'en', 'db', 'UserName', 'UserName', NULL, NULL),\n(24680, 'en', 'db', 'Password', 'Password', NULL, NULL),\n(24681, 'en', 'db', 'LogIn', 'LogIn', NULL, NULL),\n(24682, 'en', 'db', 'Change Password', 'Change Password', NULL, NULL),\n(24683, 'en', 'db', 'Active', 'Active', NULL, NULL),\n(24684, 'en', 'db', 'Customer Group', 'Customer Group', NULL, NULL),\n(24685, 'en', 'db', 'Address', 'Address', NULL, NULL),\n(24686, 'en', 'db', 'City', 'City', NULL, NULL),\n(24687, 'en', 'db', 'Postal Code', 'Postal Code', NULL, NULL),\n(24688, 'en', 'db', 'Country', 'Country', NULL, NULL),\n(24689, 'en', 'db', 'State', 'State', NULL, NULL),\n(24690, 'en', 'db', 'Upload File', 'Upload File', NULL, NULL),\n(24691, 'en', 'db', 'List', 'List', NULL, NULL),\n(24692, 'en', 'db', 'VAT Number', 'VAT Number', NULL, NULL),\n(24693, 'en', 'db', 'Choose Your Date', 'Choose Your Date', NULL, NULL),\n(24694, 'en', 'db', 'Loss', 'Loss', NULL, NULL),\n(24695, 'en', 'db', 'Or', 'Or', NULL, NULL),\n(24696, 'en', 'db', 'Sent', 'Sent', NULL, NULL),\n(24697, 'en', 'db', 'Net Profit', 'Net Profit', NULL, NULL),\n(24698, 'en', 'db', 'Best Seller', 'Best Seller', NULL, NULL),\n(24699, 'en', 'db', 'Best Seller From', 'Best Seller From', NULL, NULL),\n(24700, 'en', 'db', 'Product Report', 'Product Report', NULL, NULL),\n(24701, 'en', 'db', 'Purchased', 'Purchased', NULL, NULL),\n(24702, 'en', 'db', 'Sold', 'Sold', NULL, NULL),\n(24703, 'en', 'db', 'In Stock', 'In Stock', NULL, NULL),\n(24704, 'en', 'db', 'Reports', 'Reports', NULL, NULL),\n(24705, 'en', 'db', 'Daily Sale', 'Daily Sale', NULL, NULL),\n(24706, 'en', 'db', 'Daily Sale Report', 'Daily Sale Report', NULL, NULL),\n(24707, 'en', 'db', 'Monthly Sale', 'Monthly Sale', NULL, NULL),\n(24708, 'en', 'db', 'Monthly Sale Report', 'Monthly Sale Report', NULL, NULL),\n(24709, 'en', 'db', 'Daily Purchase', 'Daily Purchase', NULL, NULL),\n(24710, 'en', 'db', 'Daily Purchase Report', 'Daily Purchase Report', NULL, NULL),\n(24711, 'en', 'db', 'Monthly Purchase', 'Monthly Purchase', NULL, NULL),\n(24712, 'en', 'db', 'Monthly Purchase Report', 'Monthly Purchase Report', NULL, NULL),\n(24713, 'en', 'db', 'Previous', 'Previous', NULL, NULL),\n(24714, 'en', 'db', 'Next', 'Next', NULL, NULL),\n(24715, 'en', 'db', 'Stock Chart', 'Stock Chart', NULL, NULL),\n(24716, 'en', 'db', 'Due', 'Due', NULL, NULL),\n(24717, 'en', 'db', 'Description', 'Description', NULL, NULL),\n(24718, 'en', 'db', 'Change Permission', 'Change Permission', NULL, NULL),\n(24719, 'en', 'db', 'Group Permission', 'Group Permission', NULL, NULL),\n(24720, 'en', 'db', 'Permissions', 'Permissions', NULL, NULL),\n(24721, 'en', 'db', 'Percentage', 'Percentage', NULL, NULL),\n(24722, 'en', 'db', 'Title', 'Title', NULL, NULL),\n(24723, 'en', 'db', 'Base Unit', 'Base Unit', NULL, NULL),\n(24724, 'en', 'db', 'Operator', 'Operator', NULL, NULL),\n(24725, 'en', 'db', 'Operation Value', 'Operation Value', NULL, NULL),\n(24726, 'en', 'db', 'Rate', 'Rate', NULL, NULL),\n(24727, 'en', 'db', 'General Setting', 'General Setting', NULL, NULL),\n(24728, 'en', 'db', 'Site Title', 'Site Title', NULL, NULL),\n(24729, 'en', 'db', 'Site Logo', 'Site Logo', NULL, NULL),\n(24730, 'en', 'db', 'Current Password', 'Current Password', NULL, NULL),\n(24731, 'en', 'db', 'New Password', 'New Password', NULL, NULL),\n(24732, 'en', 'db', 'Confirm Password', 'Confirm Password', NULL, NULL),\n(24733, 'en', 'db', 'POS Setting', 'POS Setting', NULL, NULL),\n(24734, 'en', 'db', 'Developed By', 'Developed By', NULL, NULL),\n(24735, 'en', 'db', 'All', 'All', NULL, NULL),\n(24736, 'en', 'db', 'By', 'By', NULL, NULL),\n(24737, 'en', 'db', 'Cheque Number', 'Cheque Number', NULL, NULL),\n(24738, 'en', 'db', 'Invoice', 'Invoice', NULL, NULL),\n(24739, 'en', 'db', 'Shipping', 'Shipping', NULL, NULL),\n(24740, 'en', 'db', 'Finalize Sale', 'Finalize Sale', NULL, NULL),\n(24741, 'en', 'db', 'People', 'People', NULL, NULL),\n(24742, 'en', 'db', 'Option', 'Option', NULL, NULL),\n(24743, 'en', 'db', 'Bill', 'Bill', NULL, NULL),\n(24744, 'en', 'db', 'Go To', 'Go To', NULL, NULL),\n(24745, 'en', 'db', 'Mode', 'Mode', NULL, NULL),\n(24746, 'en', 'db', 'In Words', 'In Words', NULL, NULL),\n(24747, 'en', 'db', 'Stamp', 'Stamp', NULL, NULL),\n(24748, 'en', 'db', 'Signature', 'Signature', NULL, NULL),\n(24749, 'en', 'db', 'Developed', 'Developed', NULL, NULL),\n(24750, 'en', 'db', 'Attach File', 'Attach File', NULL, NULL),\n(24751, 'en', 'db', 'File Link', 'File Link', NULL, NULL),\n(24752, 'en', 'db', 'Delivery', 'Delivery', NULL, NULL),\n(24753, 'en', 'db', 'Delivered', 'Delivered', NULL, NULL),\n(24754, 'en', 'db', 'For Digital product sale_unit will be n\\\\\/a', 'For Digital product sale_unit will be n\\\\\/a', NULL, NULL),\n(24755, 'en', 'db', 'Forgot Password?', 'Forgot Password?', NULL, NULL),\n(24756, 'en', 'db', 'Do not have an account?', 'Do not have an account?', NULL, NULL),\n(24757, 'en', 'db', 'Register', 'Register', NULL, NULL),\n(24758, 'en', 'db', 'Expense Category', 'Expense Category', NULL, NULL),\n(24759, 'en', 'db', 'Expense', 'Expense', NULL, NULL),\n(24760, 'en', 'db', 'Gift Card', 'Gift Card', NULL, NULL),\n(24761, 'en', 'db', 'Card', 'Card', NULL, NULL),\n(24762, 'en', 'db', 'Expiry Date', 'Expiry Date', NULL, NULL),\n(24763, 'en', 'db', 'Recharge', 'Recharge', NULL, NULL),\n(24764, 'en', 'db', 'Deposit', 'Deposit', NULL, NULL),\n(24765, 'en', 'db', 'Choose Warehouse', 'Choose Warehouse', NULL, NULL),\n(24766, 'en', 'db', 'Choose Supplier', 'Choose Supplier', NULL, NULL),\n(24767, 'en', 'db', 'Choose Customer', 'Choose Customer', NULL, NULL),\n(24768, 'en', 'db', 'Touchscreen keybord', 'Touchscreen keybord', NULL, NULL),\n(24769, 'en', 'db', 'Already have an account', 'Already have an account', NULL, NULL),\n(24770, 'en', 'db', 'Currency', 'Currency', NULL, NULL),\n(24771, 'en', 'db', 'Mail Setting', 'Mail Setting', NULL, NULL),\n(24772, 'en', 'db', 'Mail Host', 'Mail Host', NULL, NULL),\n(24773, 'en', 'db', 'Mail Port', 'Mail Port', NULL, NULL),\n(24774, 'en', 'db', 'Mail From Name', 'Mail From Name', NULL, NULL),\n(24775, 'en', 'db', 'Mail Address', 'Mail Address', NULL, NULL),\n(24776, 'en', 'db', 'Encryption', 'Encryption', NULL, NULL),\n(24777, 'en', 'db', 'Today', 'Today', NULL, NULL),\n(24778, 'en', 'db', 'Last 7 Days', 'Last 7 Days', NULL, NULL),\n(24779, 'en', 'db', 'This Month', 'This Month', NULL, NULL),\n(24780, 'en', 'db', 'This Year', 'This Year', NULL, NULL),\n(24781, 'en', 'db', 'Cash in Hand', 'Cash in Hand', NULL, NULL),\n(24782, 'en', 'db', 'In Hand', 'In Hand', NULL, NULL),\n(24783, 'en', 'db', 'Summary Report', 'Summary Report', NULL, NULL),\n(24784, 'en', 'db', 'Draft', 'Draft', NULL, NULL),\n(24785, 'en', 'db', 'Coupon', 'Coupon', NULL, NULL),\n(24786, 'en', 'db', 'Available', 'Available', NULL, NULL),\n(24787, 'en', 'db', 'Minimum Sale', 'Minimum Sale', NULL, NULL),\n(24788, 'en', 'db', 'Add Sale', 'Add Sale', NULL, NULL),\n(24789, 'en', 'db', 'Import Sale', 'Import Sale', NULL, NULL),\n(24790, 'en', 'db', 'Sale Status', 'Sale Status', NULL, NULL),\n(24791, 'en', 'db', 'Payment Status', 'Payment Status', NULL, NULL),\n(24792, 'en', 'db', 'Generate Invoice', 'Generate Invoice', NULL, NULL),\n(24793, 'en', 'db', 'Add Payment', 'Add Payment', NULL, NULL),\n(24794, 'en', 'db', 'View Payment', 'View Payment', NULL, NULL),\n(24795, 'en', 'db', 'Add Delivery', 'Add Delivery', NULL, NULL),\n(24796, 'en', 'db', 'PDF', 'PDF', NULL, NULL),\n(24797, 'en', 'db', 'CSV', 'CSV', NULL, NULL),\n(24798, 'en', 'db', 'Column visibility', 'Column visibility', NULL, NULL),\n(24799, 'en', 'db', 'Search', 'Search', NULL, NULL),\n(24800, 'en', 'db', 'records per page', 'records per page', NULL, NULL),\n(24801, 'en', 'db', 'Showing', 'Showing', NULL, NULL),\n(24802, 'en', 'db', 'Order Discount', 'Order Discount', NULL, NULL),\n(24803, 'en', 'db', 'Order Tax', 'Order Tax', NULL, NULL),\n(24804, 'en', 'db', 'Sale Note', 'Sale Note', NULL, NULL),\n(24805, 'en', 'db', 'Staff Note', 'Staff Note', NULL, NULL),\n(24806, 'en', 'db', 'Paid Amount', 'Paid Amount', NULL, NULL),\n(24807, 'en', 'db', 'Sale Details', 'Sale Details', NULL, NULL),\n(24808, 'en', 'db', 'Purchase List', 'Purchase List', NULL, NULL),\n(24809, 'en', 'db', 'Add Purchase', 'Add Purchase', NULL, NULL),\n(24810, 'en', 'db', 'Import Purchase By CSV', 'Import Purchase By CSV', NULL, NULL),\n(24811, 'en', 'db', 'Sale List', 'Sale List', NULL, NULL),\n(24812, 'en', 'db', 'Import Sale By CSV', 'Import Sale By CSV', NULL, NULL),\n(24813, 'en', 'db', 'Gift Card List', 'Gift Card List', NULL, NULL),\n(24814, 'en', 'db', 'Coupon List', 'Coupon List', NULL, NULL),\n(24815, 'en', 'db', 'Delivery List', 'Delivery List', NULL, NULL),\n(24816, 'en', 'db', 'Expense List', 'Expense List', NULL, NULL),\n(24817, 'en', 'db', 'Add Expense', 'Add Expense', NULL, NULL),\n(24818, 'en', 'db', 'Quotation List', 'Quotation List', NULL, NULL),\n(24819, 'en', 'db', 'Add Quotation', 'Add Quotation', NULL, NULL),\n(24820, 'en', 'db', 'Transfer List', 'Transfer List', NULL, NULL),\n(24821, 'en', 'db', 'Add Transfer', 'Add Transfer', NULL, NULL),\n(24822, 'en', 'db', 'Import Transfer By CSV', 'Import Transfer By CSV', NULL, NULL),\n(24823, 'en', 'db', 'Return List', 'Return List', NULL, NULL),\n(24824, 'en', 'db', 'Add Return', 'Add Return', NULL, NULL),\n(24825, 'en', 'db', 'Quantity Adjustment', 'Quantity Adjustment', NULL, NULL),\n(24826, 'en', 'db', 'Adjustment List', 'Adjustment List', NULL, NULL),\n(24827, 'en', 'db', 'Add Adjustment', 'Add Adjustment', NULL, NULL),\n(24828, 'en', 'db', 'User List', 'User List', NULL, NULL),\n(24829, 'en', 'db', 'Add User', 'Add User', NULL, NULL),\n(24830, 'en', 'db', 'Customer List', 'Customer List', NULL, NULL),\n(24831, 'en', 'db', 'Add Customer', 'Add Customer', NULL, NULL),\n(24832, 'en', 'db', 'Biller List', 'Biller List', NULL, NULL),\n(24833, 'en', 'db', 'Add Biller', 'Add Biller', NULL, NULL),\n(24834, 'en', 'db', 'Supplier List', 'Supplier List', NULL, NULL),\n(24835, 'en', 'db', 'Add Supplier', 'Add Supplier', NULL, NULL),\n(24836, 'en', 'db', 'Sale Report', 'Sale Report', NULL, NULL),\n(24837, 'en', 'db', 'Purchase Report', 'Purchase Report', NULL, NULL),\n(24838, 'en', 'db', 'Payment Report', 'Payment Report', NULL, NULL),\n(24839, 'en', 'db', 'Warehouse Stock Chart', 'Warehouse Stock Chart', NULL, NULL),\n(24840, 'en', 'db', 'Product Quantity Alert', 'Product Quantity Alert', NULL, NULL),\n(24841, 'en', 'db', 'Customer Report', 'Customer Report', NULL, NULL),\n(24842, 'en', 'db', 'Supplier Report', 'Supplier Report', NULL, NULL),\n(24843, 'en', 'db', 'Due Report', 'Due Report', NULL, NULL),\n(24844, 'en', 'db', 'User Profile', 'User Profile', NULL, NULL),\n(24845, 'en', 'db', 'Cash Flow', 'Cash Flow', NULL, NULL),\n(24846, 'en', 'db', 'Add Category', 'Add Category', NULL, NULL),\n(24847, 'en', 'db', 'Import Category', 'Import Category', NULL, NULL),\n(24848, 'en', 'db', 'Parent Category', 'Parent Category', NULL, NULL),\n(24849, 'en', 'db', 'Product Image', 'Product Image', NULL, NULL),\n(24850, 'en', 'db', 'Product Name', 'Product Name', NULL, NULL),\n(24851, 'en', 'db', 'Product Code', 'Product Code', NULL, NULL),\n(24852, 'en', 'db', 'Product Type', 'Product Type', NULL, NULL),\n(24853, 'en', 'db', 'Product Unit', 'Product Unit', NULL, NULL),\n(24854, 'en', 'db', 'Sale Unit', 'Sale Unit', NULL, NULL),\n(24855, 'en', 'db', 'Purchase Unit', 'Purchase Unit', NULL, NULL),\n(24856, 'en', 'db', 'Product Cost', 'Product Cost', NULL, NULL),\n(24857, 'en', 'db', 'Product Price', 'Product Price', NULL, NULL),\n(24858, 'en', 'db', 'Alert Quantity', 'Alert Quantity', NULL, NULL),\n(24859, 'en', 'db', 'Add Promotional Price', 'Add Promotional Price', NULL, NULL),\n(24860, 'en', 'db', 'Product Tax', 'Product Tax', NULL, NULL),\n(24861, 'en', 'db', 'Tax Method', 'Tax Method', NULL, NULL),\n(24862, 'en', 'db', 'Featured product will be displayed in POS', 'Featured product will be displayed in POS', NULL, NULL),\n(24863, 'en', 'db', 'Product Invoice Details', 'Product Invoice Details', NULL, NULL),\n(24864, 'en', 'db', 'Purchase Status', 'Purchase Status', NULL, NULL),\n(24865, 'en', 'db', 'Add Gift Card', 'Add Gift Card', NULL, NULL),\n(24866, 'en', 'db', 'Card No', 'Card No', NULL, NULL),\n(24867, 'en', 'db', 'Reference No', 'Reference No', NULL, NULL),\n(24868, 'en', 'db', 'Add Coupon', 'Add Coupon', NULL, NULL),\n(24869, 'en', 'db', 'Coupon Code', 'Coupon Code', NULL, NULL),\n(24870, 'en', 'db', 'Minimum Amount', 'Minimum Amount', NULL, NULL),\n(24871, 'en', 'db', 'Update Coupon', 'Update Coupon', NULL, NULL),\n(24872, 'en', 'db', 'Update Purchase', 'Update Purchase', NULL, NULL),\n(24873, 'en', 'db', 'Update Sale', 'Update Sale', NULL, NULL),\n(24874, 'en', 'db', 'Update Product', 'Update Product', NULL, NULL),\n(24875, 'en', 'db', 'Update Category', 'Update Category', NULL, NULL),\n(24876, 'en', 'db', 'Update Gift Card', 'Update Gift Card', NULL, NULL),\n(24877, 'en', 'db', 'Delivery Reference', 'Delivery Reference', NULL, NULL),\n(24878, 'en', 'db', 'Sale Reference', 'Sale Reference', NULL, NULL),\n(24879, 'en', 'db', 'Add Expense Category', 'Add Expense Category', NULL, NULL),\n(24880, 'en', 'db', 'Import Expense Category', 'Import Expense Category', NULL, NULL),\n(24881, 'en', 'db', 'Update Expense', 'Update Expense', NULL, NULL),\n(24882, 'en', 'db', 'Quotation Status', 'Quotation Status', NULL, NULL),\n(24883, 'en', 'db', 'Create Sale', 'Create Sale', NULL, NULL),\n(24884, 'en', 'db', 'Create Purchase', 'Create Purchase', NULL, NULL),\n(24885, 'en', 'db', 'Purchase Details', 'Purchase Details', NULL, NULL),\n(24886, 'en', 'db', 'Quotation Details', 'Quotation Details', NULL, NULL),\n(24887, 'en', 'db', 'Import Transfer', 'Import Transfer', NULL, NULL),\n(24888, 'en', 'db', 'Update Transfer', 'Update Transfer', NULL, NULL),\n(24889, 'en', 'db', 'Transfer Status', 'Transfer Status', NULL, NULL),\n(24890, 'en', 'db', 'Transfer Details', 'Transfer Details', NULL, NULL),\n(24891, 'en', 'db', 'Return Details', 'Return Details', NULL, NULL),\n(24892, 'en', 'db', 'Return Note', 'Return Note', NULL, NULL),\n(24893, 'en', 'db', 'Update Return', 'Update Return', NULL, NULL),\n(24894, 'en', 'db', 'Card Details', 'Card Details', NULL, NULL),\n(24895, 'en', 'db', 'Update Adjustment', 'Update Adjustment', NULL, NULL),\n(24896, 'en', 'db', 'Update User', 'Update User', NULL, NULL),\n(24897, 'en', 'db', 'Update Customer', 'Update Customer', NULL, NULL),\n(24898, 'en', 'db', 'Import Customer', 'Import Customer', NULL, NULL),\n(24899, 'en', 'db', 'Add Deposit', 'Add Deposit', NULL, NULL),\n(24900, 'en', 'db', 'View Deposit', 'View Deposit', NULL, NULL),\n(24901, 'en', 'db', 'Import Biller', 'Import Biller', NULL, NULL),\n(24902, 'en', 'db', 'Update Biller', 'Update Biller', NULL, NULL),\n(24903, 'en', 'db', 'To display Image it must be stored in', 'To display Image it must be stored in', NULL, NULL),\n(24904, 'en', 'db', 'directory', 'directory', NULL, NULL),\n(24905, 'en', 'db', 'Import Supplier', 'Import Supplier', NULL, NULL),\n(24906, 'en', 'db', 'Update Supplier', 'Update Supplier', NULL, NULL),\n(24907, 'en', 'db', 'Purchased Amount', 'Purchased Amount', NULL, NULL),\n(24908, 'en', 'db', 'Purchased Qty', 'Purchased Qty', NULL, NULL),\n(24909, 'en', 'db', 'Sold Amount', 'Sold Amount', NULL, NULL),\n(24910, 'en', 'db', 'Sold Qty', 'Sold Qty', NULL, NULL),\n(24911, 'en', 'db', 'Payment Reference', 'Payment Reference', NULL, NULL),\n(24912, 'en', 'db', 'Purchase Reference', 'Purchase Reference', NULL, NULL),\n(24913, 'en', 'db', 'Paid By', 'Paid By', NULL, NULL),\n(24914, 'en', 'db', 'Total Item', 'Total Item', NULL, NULL),\n(24915, 'en', 'db', 'Total Quantity', 'Total Quantity', NULL, NULL),\n(24916, 'en', 'db', 'Paid Method', 'Paid Method', NULL, NULL),\n(24917, 'en', 'db', 'Customer Details', 'Customer Details', NULL, NULL),\n(24918, 'en', 'db', 'Bill No', 'Bill No', NULL, NULL),\n(24919, 'en', 'db', 'Add Role', 'Add Role', NULL, NULL),\n(24920, 'en', 'db', 'Update Role', 'Update Role', NULL, NULL),\n(24921, 'en', 'db', 'Import Warehouse', 'Import Warehouse', NULL, NULL),\n(24922, 'en', 'db', 'Update Warehouse', 'Update Warehouse', NULL, NULL),\n(24923, 'en', 'db', 'Import Customer Group', 'Import Customer Group', NULL, NULL),\n(24924, 'en', 'db', 'Update Customer Group', 'Update Customer Group', NULL, NULL),\n(24925, 'en', 'db', 'Import Brand', 'Import Brand', NULL, NULL),\n(24926, 'en', 'db', 'Update Brand', 'Update Brand', NULL, NULL),\n(24927, 'en', 'db', 'Import Unit', 'Import Unit', NULL, NULL),\n(24928, 'en', 'db', 'Update Unit', 'Update Unit', NULL, NULL),\n(24929, 'en', 'db', 'Import Tax', 'Import Tax', NULL, NULL),\n(24930, 'en', 'db', 'Update Tax', 'Update Tax', NULL, NULL),\n(24931, 'en', 'db', 'Update User Profile', 'Update User Profile', NULL, NULL),\n(24932, 'en', 'db', 'Default Customer', 'Default Customer', NULL, NULL),\n(24933, 'en', 'db', 'Default Biller', 'Default Biller', NULL, NULL),\n(24934, 'en', 'db', 'Default Warehouse', 'Default Warehouse', NULL, NULL),\n(24935, 'en', 'db', 'Displayed Number of Product Row', 'Displayed Number of Product Row', NULL, NULL),\n(24936, 'en', 'db', 'Add Brand', 'Add Brand', NULL, NULL),\n(24937, 'en', 'db', 'All Deposit', 'All Deposit', NULL, NULL),\n(24938, 'en', 'db', 'Update Deposit', 'Update Deposit', NULL, NULL),\n(24939, 'en', 'db', 'Add Customer Group', 'Add Customer Group', NULL, NULL),\n(24940, 'en', 'db', 'Delivered By', 'Delivered By', NULL, NULL),\n(24941, 'en', 'db', 'Recieved By', 'Received By', NULL, NULL),\n(24942, 'en', 'db', 'Update Delivery', 'Update Delivery', NULL, NULL),\n(24943, 'en', 'db', 'Update Expense Category', 'Update Expense Category', NULL, NULL),\n(24944, 'en', 'db', 'Tax Rate', 'Tax Rate', NULL, NULL),\n(24945, 'en', 'db', 'Unit Discount', 'Unit Discount', NULL, NULL),\n(24946, 'en', 'db', 'Import Purchase', 'Import Purchase', NULL, NULL),\n(24947, 'en', 'db', 'Payment Note', 'Payment Note', NULL, NULL),\n(24948, 'en', 'db', 'All Payment', 'All Payment', NULL, NULL),\n(24949, 'en', 'db', 'Update Payment', 'Update Payment', NULL, NULL),\n(24950, 'en', 'db', 'Update Quotation', 'Update Quotation', NULL, NULL),\n(24951, 'en', 'db', 'Coupon Discount', 'Coupon Discount', NULL, NULL),\n(24952, 'en', 'db', 'Payment Mode', 'Payment Mode', NULL, NULL),\n(24953, 'en', 'db', 'Bill To', 'Bill To', NULL, NULL),\n(24954, 'en', 'db', 'Stamp & Signature', 'Stamp & Signature', NULL, NULL),\n(24955, 'en', 'db', 'Invoice Generated By', 'Invoice Generated By', NULL, NULL),\n(24956, 'en', 'db', 'Add Tax', 'Add Tax', NULL, NULL),\n(24957, 'en', 'db', 'Tax Name', 'Tax Name', NULL, NULL),\n(24958, 'en', 'db', 'From Warehouse', 'From Warehouse', NULL, NULL),\n(24959, 'en', 'db', 'To Warehouse', 'To Warehouse', NULL, NULL),\n(24960, 'en', 'db', 'Add Unit', 'Add Unit', NULL, NULL),\n(24961, 'en', 'db', 'Add Warehouse', 'Add Warehouse', NULL, NULL),\n(24962, 'en', 'db', 'All Warehouse', 'All Warehouse', NULL, NULL),\n(24963, 'en', 'db', 'Net Loss', 'Net Loss', NULL, NULL),\n(24964, 'en', 'db', 'Net Sale', 'Net Sale', NULL, NULL),\n(24965, 'en', 'db', 'Net Purchase', 'Net Purchase', NULL, NULL),\n(24966, 'en', 'db', 'Net Return', 'Net Return', NULL, NULL),\n(24967, 'en', 'db', 'Payment Recieved', 'Payment Received', NULL, NULL),\n(24968, 'en', 'db', 'Payment Sent', 'Payment Sent', NULL, NULL),\n(24969, 'en', 'db', 'Product Discount', 'Product Discount', NULL, NULL),\n(24970, 'en', 'db', 'Completed', 'Completed', NULL, NULL),\n(24971, 'en', 'db', 'Pending', 'Pending', NULL, NULL),\n(24972, 'en', 'db', 'Partial', 'Partial', NULL, NULL),\n(24973, 'en', 'db', 'Packing', 'Packing', NULL, NULL),\n(24974, 'en', 'db', 'Delivering', 'Delivering', NULL, NULL),\n(24975, 'en', 'db', 'Ordered', 'Ordered', NULL, NULL),\n(24976, 'en', 'db', 'No Tax', 'No Tax', NULL, NULL),\n(24977, 'en', 'db', 'Stock Value by Price', 'Stock Value by Price', NULL, NULL),\n(24978, 'en', 'db', 'Stock Value by Cost', 'Stock Value by Cost', NULL, NULL),\n(24979, 'en', 'db', 'Estimate Profit', 'Estimate Profit', NULL, NULL),\n(24980, 'en', 'db', 'Time Zone', 'Time Zone', NULL, NULL),\n(24981, 'en', 'db', 'Currency Position', 'Currency Position', NULL, NULL),\n(24982, 'en', 'db', 'Prefix', 'Prefix', NULL, NULL),\n(24983, 'en', 'db', 'Suffix', 'Suffix', NULL, NULL),\n(24984, 'en', 'db', 'Exclusive', 'Exclusive', NULL, NULL),\n(24985, 'en', 'db', 'Inclusive', 'Inclusive', NULL, NULL),\n(24986, 'en', 'db', 'Combo Products', 'Combo Products', NULL, NULL),\n(24987, 'en', 'db', 'Image name must be same as product name', 'Image name must be same as product name', NULL, NULL),\n(24988, 'en', 'db', 'Paying Amount', 'Paying Amount', NULL, NULL),\n(24989, 'en', 'db', 'Payable Amount', 'Payable Amount', NULL, NULL),\n(24990, 'en', 'db', 'Change', 'Change', NULL, NULL),\n(24991, 'en', 'db', 'Back', 'Back', NULL, NULL),\n(24992, 'en', 'db', 'Role Permission', 'Role Permission', NULL, NULL),\n(24993, 'en', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', 'Exclusive => Poduct price = Actual product price + Tax. Inclusive => Actual product price = Product price - Tax', NULL, NULL),\n(24994, 'en', 'db', 'Accounting', 'Accounting', NULL, NULL),\n(24995, 'en', 'db', 'Account', 'Account', NULL, NULL),\n(24996, 'en', 'db', 'Account List', 'Account List', NULL, NULL),\n(24997, 'en', 'db', 'Add Account', 'Add Account', NULL, NULL),\n(24998, 'en', 'db', 'Account No', 'Account No', NULL, NULL),\n(24999, 'en', 'db', 'Initial Balance', 'Initial Balance', NULL, NULL),\n(25000, 'en', 'db', 'Update Account', 'Update Account', NULL, NULL),\n(25001, 'en', 'db', 'Default', 'Default', NULL, NULL),\n(25002, 'en', 'db', 'Balance Sheet', 'Balance Sheet', NULL, NULL),\n(25003, 'en', 'db', 'Debit', 'Debit', NULL, NULL),\n(25004, 'en', 'db', 'Credit', 'Credit', NULL, NULL),\n(25005, 'en', 'db', 'Account Statement', 'Account Statement', NULL, NULL),\n(25006, 'en', 'db', 'Department', 'Department', NULL, NULL),\n(25007, 'en', 'db', 'Add Department', 'Add Department', NULL, NULL),\n(25008, 'en', 'db', 'Update Department', 'Update Department', NULL, NULL),\n(25009, 'en', 'db', 'Employee', 'Employee', NULL, NULL),\n(25010, 'en', 'db', 'Add Employee', 'Add Employee', NULL, NULL),\n(25011, 'en', 'db', 'Update Employee', 'Update Employee', NULL, NULL),\n(25012, 'en', 'db', 'Payroll', 'Payroll', NULL, NULL),\n(25013, 'en', 'db', 'Add Payroll', 'Add Payroll', NULL, NULL),\n(25014, 'en', 'db', 'Update Payroll', 'Update Payroll', NULL, NULL),\n(25015, 'en', 'db', 'Method', 'Method', NULL, NULL),\n(25016, 'en', 'db', 'Sale Return', 'Sale Return', NULL, NULL),\n(25017, 'en', 'db', 'Purchase Return', 'Purchase Return', NULL, NULL),\n(25018, 'en', 'db', 'Net Sale Return', 'Net Sale Return', NULL, NULL),\n(25019, 'en', 'db', 'Net Purchase Return', 'Net Purchase Return', NULL, NULL),\n(25020, 'en', 'db', 'Attendance', 'Attendance', NULL, NULL),\n(25021, 'en', 'db', 'Add Attendance', 'Add Attendance', NULL, NULL),\n(25022, 'en', 'db', 'HRM Setting', 'HRM Setting', NULL, NULL),\n(25023, 'en', 'db', 'HRM', 'HRM', NULL, NULL),\n(25024, 'en', 'db', 'CheckIn', 'CheckIn', NULL, NULL),\n(25025, 'en', 'db', 'CheckOut', 'CheckOut', NULL, NULL),\n(25026, 'en', 'db', 'Default CheckIn', 'Default CheckIn', NULL, NULL),\n(25027, 'en', 'db', 'Default CheckOut', 'Default CheckOut', NULL, NULL),\n(25028, 'en', 'db', 'Present', 'Present', NULL, NULL),\n(25029, 'en', 'db', 'Late', 'Late', NULL, NULL),\n(25030, 'en', 'db', 'User Report', 'User Report', NULL, NULL),\n(25031, 'en', 'db', 'Choose User', 'Choose User', NULL, NULL),\n(25032, 'en', 'db', 'Recieved Amount', 'Received Amount', NULL, NULL),\n(25033, 'en', 'db', 'Theme', 'Theme', NULL, NULL),\n(25034, 'en', 'db', 'Staff Access', 'Staff Access', NULL, NULL),\n(25035, 'en', 'db', 'All Records', 'All Records', NULL, NULL),\n(25036, 'en', 'db', 'Own Records', 'Own Records', NULL, NULL),\n(25037, 'en', 'db', 'Date Format', 'Date Format', NULL, NULL),\n(25038, 'en', 'db', 'Empty Database', 'Empty Database', NULL, NULL),\n(25039, 'en', 'db', 'Stock Count', 'Stock Count', NULL, NULL),\n(25040, 'en', 'db', 'Count Stock', 'Count Stock', NULL, NULL),\n(25041, 'en', 'db', 'Full', 'Full', NULL, NULL),\n(25042, 'en', 'db', 'Finalize', 'Finalize', NULL, NULL),\n(25043, 'en', 'db', 'Initial File', 'Initial File', NULL, NULL),\n(25044, 'en', 'db', 'Final File', 'Final File', NULL, NULL),\n(25045, 'en', 'db', 'Final Report', 'Final Report', NULL, NULL),\n(25046, 'en', 'db', 'Finalize Stock Count', 'Finalize Stock Count', NULL, NULL),\n(25047, 'en', 'db', 'You just need to update the Counted column in the initial file', 'You just need to update the Counted column in the initial file', NULL, NULL),\n(25048, 'en', 'db', 'Files', 'Files', NULL, NULL),\n(25049, 'en', 'db', 'Expected', 'Expected', NULL, NULL),\n(25050, 'en', 'db', 'Counted', 'Counted', NULL, NULL),\n(25051, 'en', 'db', 'Difference', 'Difference', NULL, NULL),\n(25052, 'en', 'db', 'Miscellaneous', 'Miscellaneous', NULL, NULL),\n(25053, 'en', 'db', 'SMS Setting', 'SMS Setting', NULL, NULL),\n(25054, 'en', 'db', 'Send SMS', 'Send SMS', NULL, NULL),\n(25055, 'en', 'db', 'Gateway', 'Gateway', NULL, NULL),\n(25056, 'en', 'db', 'Select SMS gateway', 'Select SMS gateway...', NULL, NULL),\n(25057, 'en', 'db', 'Create SMS', 'Create SMS', NULL, NULL),\n(25058, 'en', 'db', 'Mobile', 'Mobile', NULL, NULL),\n(25059, 'en', 'db', 'Message', 'Message', NULL, NULL),\n(25060, 'en', 'db', 'Add mobile numbers by selecting the customers', 'Add mobile numbers by selecting the customers', NULL, NULL),\n(25061, 'en', 'db', 'Help', 'Help', NULL, NULL),\n(25062, 'en', 'db', 'Type Product Name or Code', 'Type Product Name or Code...', NULL, NULL),\n(25063, 'en', 'db', 'Type date or sale reference', 'Type date or sale reference...', NULL, NULL),\n(25064, 'en', 'db', 'Type date or purchase reference', 'Type date or purchase reference...', NULL, NULL),\n(25065, 'en', 'db', 'Tax Number', 'Tax Number', NULL, NULL),\n(25066, 'en', 'db', 'Holiday', 'Holiday', NULL, NULL),\n(25067, 'en', 'db', 'Add Holiday', 'Add Holiday', NULL, NULL),\n(25068, 'en', 'db', 'Update Holiday', 'Update Holiday', NULL, NULL),\n(25069, 'en', 'db', 'Approve', 'Approve', NULL, NULL),\n(25070, 'en', 'db', 'My Holiday', 'My Holiday', NULL, NULL),\n(25071, 'en', 'db', 'Holiday Approve', 'Holiday Approve', NULL, NULL),\n(25072, 'en', 'db', 'My Transaction', 'My Transactions', NULL, NULL),\n(25073, 'en', 'db', 'Sale Generated', 'Sale Generated', NULL, NULL),\n(25074, 'en', 'db', 'Purchase Generated', 'Purchase Generated', NULL, NULL),\n(25075, 'en', 'db', 'Quotation Generated', 'Quotation Generated', NULL, NULL),\n(25076, 'en', 'db', 'Warehouse Report', 'Warehouse Report', NULL, NULL),\n(25077, 'en', 'db', 'Quick Cash', 'Quick Cash', NULL, NULL),\n(25078, 'en', 'db', 'Clear', 'Clear', NULL, NULL),\n(25079, 'en', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'You can upload multiple image. Only .jpeg, .jpg, .png, .gif file can be uploaded. First image will be base image.', NULL, NULL),\n(25080, 'en', 'db', 'This product has variant', 'This product has variant', NULL, NULL),\n(25081, 'en', 'db', 'Enter variant value seperated by comma', 'Enter variant value seperated by comma', NULL, NULL),\n(25082, 'en', 'db', 'Item Code', 'Item Code', NULL, NULL),\n(25083, 'en', 'db', 'Additional Price', 'Additional Price', NULL, NULL),\n(25084, 'en', 'db', 'Variant', 'Variant', NULL, NULL),\n(25085, 'en', 'db', 'Warehouse Quantity', 'Warehouse Quantity', NULL, NULL),\n(25086, 'en', 'db', 'Warehouse quantity of product variants', 'Warehouse quantity of product variants', NULL, NULL),\n(25087, 'en', 'db', 'Thank you for shopping with us Please come again', 'Thank you for shopping with us. Please come again', NULL, NULL),\n(25088, 'en', 'db', 'Money Transfer', 'Money Transfer', NULL, NULL),\n(25089, 'en', 'db', 'Add Money Transfer', 'Add Money Transfer', NULL, NULL),\n(25090, 'en', 'db', 'From Account', 'From Account', NULL, NULL),\n(25091, 'en', 'db', 'To Account', 'To Account', NULL, NULL),\n(25092, 'en', 'db', 'Update Money Transfer', 'Update Money Transfer', NULL, NULL),\n(25093, 'en', 'db', 'Stock Quantity', 'Stock Quantity', NULL, NULL),\n(25094, 'en', 'db', 'Stock Worth (Price\\\\\/Cost)', 'Stock Worth (Price\\\\\/Cost)', NULL, NULL),\n(25095, 'en', 'db', 'Number of Product', 'Number of Product', NULL, NULL),\n(25096, 'en', 'db', 'Add Cash Register', 'Add Cash Register', NULL, NULL),\n(25097, 'en', 'db', 'Cash Register Details', 'Cash Register Details', NULL, NULL),\n(25098, 'en', 'db', 'Please review the transaction and payments', 'Please review the transaction and payments.', NULL, NULL),\n(25099, 'en', 'db', 'Total Sale Amount', 'Total Sale Amount', NULL, NULL),\n(25100, 'en', 'db', 'Total Sale Return', 'Total Sale Return', NULL, NULL),\n(25101, 'en', 'db', 'Total Payment', 'Total Payment', NULL, NULL),\n(25102, 'en', 'db', 'Cash Payment', 'Cash Payment', NULL, NULL),\n(25103, 'en', 'db', 'Credit Card Payment', 'Credit Card Payment', NULL, NULL),\n(25104, 'en', 'db', 'Gift Card Payment', 'Gift Card Payment', NULL, NULL),\n(25105, 'en', 'db', 'Cheque Payment', 'Cheque Payment', NULL, NULL),\n(25106, 'en', 'db', 'Paypal Payment', 'Paypal Payment', NULL, NULL),\n(25107, 'en', 'db', 'Total Expense', 'Total Expense', NULL, NULL),\n(25108, 'en', 'db', 'Total Cash', 'Total Cash', NULL, NULL),\n(25109, 'en', 'db', 'Cash Register List', 'Cash Register List', NULL, NULL),\n(25110, 'en', 'db', 'Closed', 'Closed', NULL, NULL),\n(25111, 'en', 'db', 'Close Register', 'Close Register', NULL, NULL),\n(25112, 'en', 'db', 'Opened at', 'Opened at', NULL, NULL),\n(25113, 'en', 'db', 'Closed at', 'Closed at', NULL, NULL),\n(25114, 'en', 'db', 'Delivery Details', 'Delivery Details', NULL, NULL),\n(25115, 'en', 'db', 'Print Last Reciept', 'Print Last Reciept', NULL, NULL),\n(25116, 'en', 'db', 'Today Sale', 'Today\\'s Sale', NULL, NULL),\n(25117, 'en', 'db', 'Today Profit', 'Today\\'s Profit', NULL, NULL),\n(25118, 'en', 'db', 'Product Revenue', 'Product Revenue', NULL, NULL),\n(25119, 'en', 'db', 'Full Screen', 'Full Screen', NULL, NULL),\n(25120, 'en', 'db', 'Send Notification', 'Send Notification', NULL, NULL),\n(25121, 'en', 'db', 'Add Currency', 'Add Currency', NULL, NULL),\n(25122, 'en', 'db', 'Update Currency', 'Update Currency', NULL, NULL),\n(25123, 'en', 'db', 'Currency Name', 'Currency Name', NULL, NULL),\n(25124, 'en', 'db', 'Currency Code', 'Currency Code', NULL, NULL),\n(25125, 'en', 'db', 'Exchange Rate', 'Exchange Rate', NULL, NULL),\n(25126, 'en', 'db', 'System Title', 'System Title', NULL, NULL),\n(25127, 'en', 'db', 'System Logo', 'System Logo', NULL, NULL),\n(25128, 'en', 'db', 'This product has different price for different warehouse', 'This product has different price for different warehouse', NULL, NULL),\n(25129, 'en', 'db', 'Backup Database', 'Backup Database', NULL, NULL),\n(25130, 'en', 'db', 'Deposit Payment', 'Deposit Payment', NULL, NULL),\n(25131, 'en', 'db', 'Invoice Format', 'Invoice Format', NULL, NULL),\n(25132, 'en', 'db', 'Transaction Reference', 'Transaction Reference', NULL, NULL),\n(25133, 'en', 'db', 'Batch No', 'Batch No', NULL, NULL),\n(25134, 'en', 'db', 'This product has batch and expired date', 'This product has batch and expired date', NULL, NULL),\n(25135, 'en', 'db', 'Reward Point Setting', 'Reward Point Setting', NULL, NULL),\n(25136, 'en', 'db', 'Sold amount per point', 'Sold amount per point', NULL, NULL),\n(25137, 'en', 'db', 'Minumum sold amount to get point', 'Minumum sold amount to get point', NULL, NULL),\n(25138, 'en', 'db', 'Point Expiry Duration', 'Point Expiry Duration', NULL, NULL),\n(25139, 'en', 'db', 'Duration Type', 'Duration Type', NULL, NULL),\n(25140, 'en', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', 'This means how much point customer will get according to sold amount. For example, if you put 100 then for every 100 dollar spent customer will get one point as reward.', NULL, NULL),\n(25141, 'en', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more.', NULL, NULL),\n(25142, 'en', 'db', 'Active reward point', 'Active reward point', NULL, NULL),\n(25143, 'en', 'db', 'Reward Points', 'Reward Points', NULL, NULL),\n(25144, 'en', 'db', 'One Point is Equivalent to =>', 'One Point is Equivalent to =>', NULL, NULL),\n(25145, 'en', 'db', 'This product has IMEI or Serial numbers', 'This product has IMEI or Serial numbers', NULL, NULL),\n(25146, 'en', 'db', 'IMEI or Serial Numbers', 'IMEI or Serial Numbers', NULL, NULL),\n(25147, 'en', 'db', 'RTL Layout', 'RTL Layout', NULL, NULL),\n(25148, 'en', 'db', 'Cheque', 'Cheque', NULL, NULL),\n(25149, 'en', 'db', 'Cash', 'Cash', NULL, NULL),\n(25150, 'en', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(25151, 'en', 'db', 'Points', 'Points', NULL, NULL),\n(25152, 'en', 'db', 'Cancel', 'Cancel', NULL, NULL),\n(25153, 'en', 'db', 'Recent Transaction', 'Recent Transaction', NULL, NULL),\n(25154, 'en', 'db', 'Discount Plan', 'Discount Plan', NULL, NULL),\n(25155, 'en', 'db', 'Create Discount Plan', 'Create Discount Plan', NULL, NULL),\n(25156, 'en', 'db', 'Inactive', 'Inactive', NULL, NULL),\n(25157, 'en', 'db', 'Create Discount', 'Create Discount', NULL, NULL),\n(25158, 'en', 'db', 'Valid From', 'Valid From', NULL, NULL),\n(25159, 'en', 'db', 'Valid Till', 'Valid Till', NULL, NULL),\n(25160, 'en', 'db', 'Discount Type', 'Discount Type', NULL, NULL),\n(25161, 'en', 'db', 'Value', 'Value', NULL, NULL),\n(25162, 'en', 'db', 'Minimum Qty', 'Minimum Qty', NULL, NULL),\n(25163, 'en', 'db', 'Maximum Qty', 'Maximum Qty', NULL, NULL),\n(25164, 'en', 'db', 'Type product code seperated by comma', 'Type product code seperated by comma', NULL, NULL),\n(25165, 'en', 'db', 'Applicable For', 'Applicable For', NULL, NULL),\n(25166, 'en', 'db', 'All Products', 'All Products', NULL, NULL),\n(25167, 'en', 'db', 'Specific Products', 'Specific Products', NULL, NULL),\n(25168, 'en', 'db', 'Valid on the following days', 'Valid on the following days', NULL, NULL),\n(25169, 'en', 'db', 'Validity', 'Validity', NULL, NULL),\n(25170, 'en', 'db', 'Days', 'Days', NULL, NULL),\n(25171, 'en', 'db', 'Products', 'Products', NULL, NULL),\n(25172, 'en', 'db', 'Update Discount Plan', 'Update Discount Plan', NULL, NULL),\n(25173, 'en', 'db', 'Update Discount', 'Update Discount', NULL, NULL),\n(25174, 'en', 'db', 'Order Discount Type', 'Order Discount Type', NULL, NULL),\n(25175, 'en', 'db', 'Order Discount Value', 'Order Discount Value', NULL, NULL),\n(25176, 'en', 'db', 'Flat', 'Flat', NULL, NULL),\n(25177, 'en', 'db', 'Revenue and Profit Summary', 'Revenue and Profit Summary', NULL, NULL),\n(25178, 'en', 'db', 'Monthly Summary', 'Monthly Summary', NULL, NULL),\n(25179, 'en', 'db', 'Switch Theme', 'Switch Theme', NULL, NULL),\n(25180, 'en', 'db', 'Documentation', 'Documentation', NULL, NULL),\n(25181, 'en', 'db', 'Product Expiry Report', 'Product Expiry Report', NULL, NULL),\n(25182, 'en', 'db', 'Sale Return List', 'Sale Return List', NULL, NULL),\n(25183, 'en', 'db', 'Purchase Return List', 'Purchase Return List', NULL, NULL),\n(25184, 'en', 'db', 'Purchase Return Details', 'Purchase Return Details', NULL, NULL),\n(25185, 'en', 'db', 'Purchase Payment', 'Purchase Payment', NULL, NULL),\n(25186, 'en', 'db', 'Sale Payment', 'Sale Payment', NULL, NULL),\n(25187, 'en', 'db', 'Sale Report Chart', 'Sale Report Chart', NULL, NULL),\n(25188, 'en', 'db', 'Time Period', 'Time Period', NULL, NULL),\n(25189, 'en', 'db', 'Notification List', 'Notification List', NULL, NULL),\n(25190, 'en', 'db', 'Document', 'Document', NULL, NULL),\n(25191, 'en', 'db', 'All Notification', 'All Notification', NULL, NULL),\n(25192, 'en', 'db', 'Read', 'Read', NULL, NULL),\n(25193, 'en', 'db', 'Unread', 'Unread', NULL, NULL),\n(25194, 'en', 'db', 'Daily Sale Objective', 'Daily Sale Objective', NULL, NULL),\n(25195, 'en', 'db', 'Product Info', 'Product Info', NULL, NULL),\n(25196, 'en', 'db', 'Number of Products', 'Number of Products', NULL, NULL),\n(25197, 'en', 'db', 'Daily Sale Objective Report', 'Daily Sale Objective Report', NULL, NULL),\n(25198, 'en', 'db', 'Embedded Barcode', 'Embedded Barcode', NULL, NULL),\n(25199, 'en', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'Minimum qty which must be sold in a day. If not, you will be notified on dashboard. But you have to set up the cron job properly for that. Follow the documentation in that regard.', NULL, NULL),\n(25200, 'en', 'db', 'Deposited Balance', 'Deposited Balance', NULL, NULL),\n(25201, 'en', 'db', 'Total Due', 'Total Due', NULL, NULL),\n(25202, 'en', 'db', 'Clear Due', 'Clear Due', NULL, NULL),\n(25203, 'en', 'db', 'Both Customer and Supplier', 'Both Customer and Supplier', NULL, NULL),\n(25204, 'en', 'db', 'Check this if this product will be used in weight scale machine', 'Check this if this product will be used in weight scale machine.', NULL, NULL),\n(25205, 'en', 'db', 'Add More Variant', 'Add More Variant', NULL, NULL),\n(25206, 'en', 'db', 'Additional Cost', 'Additional Cost', NULL, NULL),\n(25207, 'en', 'db', 'Product Variant Information', 'Product Variant Information', NULL, NULL),\n(25208, 'en', 'db', 'Product History', 'Product History', NULL, NULL),\n(25209, 'en', 'db', 'Delivery Status', 'Delivery Status', NULL, NULL),\n(25210, 'en', 'db', 'Supplier Details', 'Supplier Details', NULL, NULL),\n(25211, 'en', 'db', 'Customer Due Report', 'Customer Due Report', NULL, NULL),\n(25212, 'en', 'db', 'Supplier Due Report', 'Supplier Due Report', NULL, NULL),\n(25213, 'en', 'db', 'Returned Amount', 'Returned Amount', NULL, NULL),\n(25214, 'en', 'db', 'Related Transaction', 'Related Transaction', NULL, NULL),\n(25215, 'en', 'db', 'Tenant Name', 'Tenant Name', NULL, NULL),\n(25216, 'en', 'db', 'Domain Prefix', 'Domain Prefix', NULL, NULL),\n(25217, 'en', 'db', 'Created At', 'Created At', NULL, NULL),\n(25218, 'en', 'db', 'Client List', 'Client List', NULL, NULL),\n(25219, 'en', 'db', 'Add Client', 'Add Client', NULL, NULL),\n(25220, 'en', 'db', 'Invoice Size', 'Invoice Size', NULL, NULL),\n(25221, 'en', 'db', 'A4', 'A4', NULL, NULL),\n(25222, 'en', 'db', 'Thermal POS receipt', 'Thermal POS receipt', NULL, NULL),\n(25223, 'en', 'db', 'Total Before Tax', 'Total Before Tax', NULL, NULL),\n(25224, 'en', 'db', 'Digits after deciaml point', 'Digits after deciaml point', NULL, NULL),\n(25225, 'en', 'db', 'Subscription Ends at', 'Subscription Ends at', NULL, NULL),\n(25226, 'en', 'db', 'Customer Group Report', 'Customer Group Report', NULL, NULL),\n(25227, 'en', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', 'If you want to sell your product at default price, then the percentage value must be zero.', NULL, NULL),\n(25228, 'en', 'db', 'If this is your default currency, the exchange rate must be 1', 'If this is your default currency, the exchange rate must be 1.', NULL, NULL),\n(25229, 'en', 'db', 'Add Purchase Return', 'Add Purchase Return', NULL, NULL),\n(25230, 'en', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(25231, 'en', 'db', 'Click to Add', 'Click to Add', NULL, NULL),\n(25232, 'en', 'db', 'Free Trial Limit', 'Free Trial Limit', NULL, NULL),\n(25234, 'en', 'db', 'Renew Subscription', 'Renew Subscription', NULL, NULL),\n(25235, 'en', 'db', 'Update Client DB', 'Update Client DB', NULL, NULL),\n(25236, 'en', 'db', 'Client', 'Client', NULL, NULL),\n(25237, 'en', 'db', 'Domain', 'Domain', NULL, NULL),\n(25238, 'en', 'db', 'Package', 'Package', NULL, NULL),\n(25239, 'en', 'db', 'Package List', 'Package List', NULL, NULL),\n(25240, 'en', 'db', 'Add Package', 'Add Package', NULL, NULL),\n(25241, 'en', 'db', 'Update Package', 'Update Package', NULL, NULL),\n(25242, 'en', 'db', 'Free Trial', 'Free Trial', NULL, NULL),\n(25243, 'en', 'db', 'Monthly Fee', 'Monthly Fee', NULL, NULL),\n(25244, 'en', 'db', 'Yearly Fee', 'Yearly Fee', NULL, NULL),\n(25245, 'en', 'db', 'Number of Warehouses', 'Number of Warehouses', NULL, NULL),\n(25246, 'en', 'db', 'Number of Invoices', 'Number of Invoices', NULL, NULL),\n(25247, 'en', 'db', 'Number of User Account', 'Number of User Account', NULL, NULL),\n(25248, 'en', 'db', 'Number of Employees', 'Number of Employees', NULL, NULL),\n(25249, 'en', 'db', 'Infinity', 'Infinity', NULL, NULL),\n(25250, 'en', 'db', 'Features', 'Features', NULL, NULL),\n(25251, 'en', 'db', 'Unlimited', 'Unlimited', NULL, NULL),\n(25252, 'en', 'db', 'Package Name', 'Package Name', NULL, NULL),\n(25253, 'en', 'db', 'Change Package', 'Change Package', NULL, NULL),\n(25254, 'en', 'db', 'Active Payment Gateway', 'Active Payment Gateway', NULL, NULL),\n(25255, 'en', 'db', 'No Payment Gateway', 'No Payment Gateway', NULL, NULL),\n(25256, 'en', 'db', 'Payment Setting', 'Payment Setting', NULL, NULL),\n(25257, 'en', 'db', 'Subscription Type', 'Subscription Type', NULL, NULL),\n(25258, 'en', 'db', 'Update SuperAdmin DB', 'Update SuperAdmin DB', NULL, NULL),\n(25259, 'en', 'db', 'Payments', 'Payments', NULL, NULL),\n(25260, 'en', 'db', 'CMS', 'CMS', NULL, NULL),\n(25261, 'en', 'db', 'Support Tickets', 'Support Tickets', NULL, NULL),\n(25262, 'en', 'db', 'Testimonials', 'Testimonials', NULL, NULL),\n(25263, 'en', 'db', 'Blog', 'Blog', NULL, NULL),\n(25264, 'en', 'db', 'Page', 'Page', NULL, NULL),\n(25265, 'en', 'db', 'All Blog Posts', 'All Blog Posts', NULL, NULL),\n(25266, 'en', 'db', 'All Pages', 'All Pages', NULL, NULL),\n(25267, 'en', 'db', 'Subscription value', 'Subscription value', NULL, NULL),\n(25268, 'en', 'db', 'Total Clients', 'Total Clients', NULL, NULL),\n(25269, 'en', 'db', 'Packages', 'Packages', NULL, NULL),\n(25270, 'en', 'db', 'Send message to tenants', 'Send message to tenants', NULL, NULL),\n(25271, 'en', 'db', 'SEO Setting', 'SEO Setting', NULL, NULL),\n(25272, 'en', 'db', 'Meta Title', 'Meta Title', NULL, NULL),\n(25273, 'en', 'db', '50-60 characters', '50-60 characters', NULL, NULL),\n(25274, 'en', 'db', 'Meta Description', 'Meta Description', NULL, NULL),\n(25275, 'en', 'db', '150-160 characters', '150-160 characters', NULL, NULL),\n(25276, 'en', 'db', 'og Title', 'og Title', NULL, NULL),\n(25277, 'en', 'db', 'og Description', 'og Description', NULL, NULL),\n(25278, 'en', 'db', 'og Image', 'og Image', NULL, NULL),\n(25279, 'en', 'db', 'Analytics Setting', 'Analytics Setting', NULL, NULL),\n(25280, 'en', 'db', 'Google Analytics Script', 'Google Analytics Script', NULL, NULL),\n(25281, 'en', 'db', 'Facebook Pixel Script', 'Facebook Pixel Script', NULL, NULL),\n(25282, 'en', 'db', 'Chat Script', 'Chat Script', NULL, NULL),\n(25283, 'en', 'db', 'Hero Section', 'Hero Section', NULL, NULL),\n(25284, 'en', 'db', 'Heading', 'Heading', NULL, NULL),\n(25285, 'en', 'db', 'Sub Heading', 'Sub Heading', NULL, NULL),\n(25286, 'en', 'db', 'Hero Image', 'Hero Image', NULL, NULL),\n(25287, 'en', 'db', 'Save', 'Save', NULL, NULL),\n(25288, 'en', 'db', 'Module Section', 'Module Section', NULL, NULL),\n(25289, 'en', 'db', 'Click to choose icon', 'Click to choose icon', NULL, NULL),\n(25291, 'en', 'db', 'Add More', 'Add More', NULL, NULL),\n(25292, 'en', 'db', 'Icon', 'Icon', NULL, NULL),\n(25293, 'en', 'db', 'Feature Section', 'Feature Section', NULL, NULL),\n(25294, 'en', 'db', 'FAQ Section', 'FAQ Section', NULL, NULL),\n(25295, 'en', 'db', 'Question', 'Question', NULL, NULL),\n(25296, 'en', 'db', 'Answer', 'Answer', NULL, NULL),\n(25297, 'en', 'db', 'Update FAQ', 'Update FAQ', NULL, NULL),\n(25298, 'en', 'db', 'Update Module', 'Update Module', NULL, NULL),\n(25299, 'en', 'db', 'Update Feature', 'Update Feature', NULL, NULL),\n(25300, 'en', 'db', 'Testimonial Section', 'Testimonial Section', NULL, NULL),\n(25301, 'en', 'db', 'Blog Section', 'Blog Section', NULL, NULL),\n(25302, 'en', 'db', 'Page Section', 'Page Section', NULL, NULL),\n(25303, 'en', 'db', 'Social Section', 'Social Section', NULL, NULL),\n(25304, 'en', 'db', 'Business Name', 'Business Name', NULL, NULL),\n(25305, 'en', 'db', 'Text', 'Text', NULL, NULL),\n(25306, 'en', 'db', 'Update Testimonial', 'Update Testimonial', NULL, NULL),\n(25307, 'en', 'db', 'Add Post', 'Add Post', NULL, NULL),\n(25308, 'en', 'db', 'Blog Title', 'Blog Title', NULL, NULL),\n(25309, 'en', 'db', 'Page Title', 'Page Title', NULL, NULL),\n(25311, 'en', 'db', 'Update Blog', 'Update Blog', NULL, NULL),\n(25312, 'en', 'db', 'Update Page', 'Update Page', NULL, NULL),\n(25313, 'en', 'db', 'Open Graph Title', 'Open Graph Title', NULL, NULL),\n(25314, 'en', 'db', 'Open Graph Description', 'Open Graph Description', NULL, NULL),\n(25316, 'en', 'db', 'Link', 'Link', NULL, NULL),\n(25317, 'en', 'db', 'Update Social', 'Update Social', NULL, NULL),\n(25318, 'en', 'db', 'All Blogs', 'All Blogs', NULL, NULL),\n(25319, 'en', 'db', 'Add Page', 'Add Page', NULL, NULL),\n(25320, 'en', 'db', 'Field Belongs To', 'Field Belongs To', NULL, NULL),\n(25321, 'en', 'db', 'Field Name', 'Field Name', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(25322, 'en', 'db', 'Field Type', 'Field Type', NULL, NULL),\n(25323, 'en', 'db', 'Default Value', 'Default Value', NULL, NULL),\n(25324, 'en', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', 'Grid (Bootstrap Column eq. 12) - Max is 12', NULL, NULL),\n(25325, 'en', 'db', 'Required', 'Required', NULL, NULL),\n(25326, 'en', 'db', 'Admin Only', 'Admin Only', NULL, NULL),\n(25327, 'en', 'db', 'Disabled', 'Disabled', NULL, NULL),\n(25328, 'en', 'db', 'Visibility', 'Visibility', NULL, NULL),\n(25329, 'en', 'db', 'Show on Table', 'Show on Table', NULL, NULL),\n(25330, 'en', 'db', 'Show on Invoice', 'Show on Invoice', NULL, NULL),\n(25331, 'en', 'db', 'Nothing Selected', 'Nothing Selected', NULL, NULL),\n(25332, 'en', 'db', 'Custom Field', 'Custom Field', NULL, NULL),\n(25333, 'en', 'db', 'Custom Field List', 'Custom Field List', NULL, NULL),\n(25334, 'en', 'db', 'Create Custom Field', 'Create Custom Field', NULL, NULL),\n(25335, 'en', 'db', 'Options', 'Options', NULL, NULL),\n(25336, 'en', 'db', 'Update Custom Field', 'Update Custom Field', NULL, NULL),\n(25337, 'en', 'db', 'Total Price', 'Total Price', NULL, NULL),\n(25338, 'en', 'db', 'Reminder Date', 'Reminder Date', NULL, NULL),\n(25339, 'en', 'db', 'Total Cost', 'Total Cost', NULL, NULL),\n(25340, 'en', 'db', 'Mail Driver', 'Mail Driver', NULL, NULL),\n(25341, 'en', 'db', 'Update existing clients who are using this package', 'Update existing clients who are using this package', NULL, NULL),\n(25342, 'en', 'db', 'ZATCA QrCode', 'ZATCA QrCode', NULL, NULL),\n(25343, 'en', 'db', 'VAT Registration Number', 'VAT Registration Number', NULL, NULL),\n(25344, 'en', 'db', 'Button Text', 'Button Text', NULL, NULL),\n(25345, 'en', 'db', 'Modules', 'Modules', NULL, NULL),\n(25346, 'en', 'db', 'Add Module', 'Add Module', NULL, NULL),\n(25347, 'en', 'db', 'Add Faq', 'Add Faq', NULL, NULL),\n(25348, 'en', 'db', 'Tenant Signup Description', 'Tenant Signup Description', NULL, NULL),\n(25349, 'en', 'db', 'Add Language', 'Add Language', NULL, NULL),\n(25350, 'en', 'db', 'Update Language', 'Update Language', NULL, NULL),\n(25351, 'en', 'db', 'Number of Person', 'Number of Person', NULL, NULL),\n(25352, 'en', 'db', 'Add Table', 'Add Table', NULL, NULL),\n(25353, 'en', 'db', 'Update Table', 'Update Table', NULL, NULL),\n(25354, 'en', 'db', 'Tables', 'Tables', NULL, NULL),\n(25355, 'en', 'db', 'Table', 'Table', NULL, NULL),\n(25356, 'en', 'db', 'Table Management', 'Table Management', NULL, NULL),\n(25357, 'en', 'db', 'Initial Stock', 'Initial Stock', NULL, NULL),\n(25358, 'en', 'db', 'This feature will not work for product with variants and batches', 'This feature will not work for product with variants and batches', NULL, NULL),\n(25359, 'en', 'db', 'Queue', 'Queue', NULL, NULL),\n(25360, 'en', 'db', 'Addons', 'Addons', NULL, NULL),\n(25361, 'en', 'db', 'Addon List', 'Addon List', NULL, NULL),\n(25362, 'en', 'db', 'Sync Product Categories', 'Sync Product Categories', NULL, NULL),\n(25363, 'en', 'db', 'Sync', 'Sync', NULL, NULL),\n(25364, 'en', 'db', 'Sync Log', 'Sync Log', NULL, NULL),\n(25365, 'en', 'db', 'Reset Synced Category', 'Reset Synced Category', NULL, NULL),\n(25366, 'en', 'db', 'Sync Products', 'Sync Products', NULL, NULL),\n(25367, 'en', 'db', 'Reset Synced Product', 'Reset Synced Product', NULL, NULL),\n(25368, 'en', 'db', 'Tax Rates Mapping', 'Tax Rates Mapping', NULL, NULL),\n(25369, 'en', 'db', 'POS Tax Rate', 'POS Tax Rate', NULL, NULL),\n(25370, 'en', 'db', 'Equivalent WooCommerce Tax Rate', 'Equivalent WooCommerce Tax Rate', NULL, NULL),\n(25371, 'en', 'db', 'Sync Orders(New Order Only)', 'Sync Orders(New Order Only)', NULL, NULL),\n(25372, 'en', 'db', 'Sync Type', 'Sync Type', NULL, NULL),\n(25373, 'en', 'db', 'Operation', 'Operation', NULL, NULL),\n(25374, 'en', 'db', 'Records', 'Records', NULL, NULL),\n(25375, 'en', 'db', 'Synced By', 'Synced By', NULL, NULL),\n(25376, 'en', 'db', 'Instructions', 'Instructions', NULL, NULL),\n(25377, 'en', 'db', 'API Settings', 'API Settings', NULL, NULL),\n(25378, 'en', 'db', 'Product Sync Settings', 'Product Sync Settings', NULL, NULL),\n(25379, 'en', 'db', 'Order Sync Settings', 'Order Sync Settings', NULL, NULL),\n(25380, 'en', 'db', 'Webhook Settings', 'Webhook Settings', NULL, NULL),\n(25381, 'en', 'db', 'WooCommerce App URL', 'WooCommerce App URL', NULL, NULL),\n(25382, 'en', 'db', 'WooCommerce Consumer Key', 'WooCommerce Consumer Key', NULL, NULL),\n(25383, 'en', 'db', 'WooCommerce Consumer Secret', 'WooCommerce Consumer Secret', NULL, NULL),\n(25384, 'en', 'db', 'WooCommerce Settings', 'WooCommerce Settings', NULL, NULL),\n(25385, 'en', 'db', 'Default Tax Class', 'Default Tax Class', NULL, NULL),\n(25386, 'en', 'db', 'Sync Product Price', 'Sync Product Price', NULL, NULL),\n(25387, 'en', 'db', 'Manage Stock', 'Manage Stock', NULL, NULL),\n(25388, 'en', 'db', 'Stock Status', 'Stock Status', NULL, NULL),\n(25389, 'en', 'db', 'Default Customer Group', 'Default Customer Group', NULL, NULL),\n(25390, 'en', 'db', 'WooCommerce Order Status', 'WooCommerce Order Status', NULL, NULL),\n(25391, 'en', 'db', 'Equivalent POS Sell Status', 'Equivalent POS Sell Status', NULL, NULL),\n(25392, 'en', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API. Provide a description, select a user, and grant Read\\\\\/Write Permission.', NULL, NULL),\n(25393, 'en', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'While synchronizing, refrain from refreshing the page or leaving it.', NULL, NULL),\n(25394, 'en', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'In the WordPress permalink option, select Post Name as the permalinks option.', NULL, NULL),\n(25395, 'en', 'db', 'Buy Now', 'Buy Now', NULL, NULL),\n(25396, 'en', 'db', 'Install', 'Install', NULL, NULL),\n(25397, 'en', 'db', 'Staff Id', 'Staff Id', NULL, NULL),\n(25398, 'en', 'db', 'Import CSV file (Device)', 'Import CSV file (Device)', NULL, NULL),\n(25399, 'en', 'db', 'Attendance Device Date Format', 'Attendance Device Date Format', NULL, NULL),\n(25400, 'en', 'db', 'Disable Woocommerce Sync', 'Disable Woocommerce Sync', NULL, NULL),\n(25401, 'en', 'db', 'Product Status', 'Product Status', NULL, NULL),\n(25402, 'en', 'db', 'Category not synced', 'Category not synced', NULL, NULL),\n(25403, 'en', 'db', 'Categories not synced', 'Categories not synced', NULL, NULL),\n(25404, 'en', 'db', 'Category can be updated', 'Category can be updated', NULL, NULL),\n(25405, 'en', 'db', 'Categories can be updated', 'Categories can be updated', NULL, NULL),\n(25406, 'en', 'db', 'Product not synced', 'Product not synced', NULL, NULL),\n(25407, 'en', 'db', 'Products not synced', 'Products not synced', NULL, NULL),\n(25408, 'en', 'db', 'Product can be updated', 'Product can be updated', NULL, NULL),\n(25409, 'en', 'db', 'Products can be updated', 'Products can be updated', NULL, NULL),\n(25410, 'en', 'db', 'Please connect with WooCommerce', 'Please connect with WooCommerce', NULL, NULL),\n(25411, 'en', 'db', 'Something went wrong', 'Something went wrong', NULL, NULL),\n(25412, 'en', 'db', 'Synced category successfully', 'Synced category successfully', NULL, NULL),\n(25413, 'en', 'db', 'Reset synced category successfully', 'Reset synced category successfully', NULL, NULL),\n(25414, 'en', 'db', 'Synced product successfully', 'Synced product successfully', NULL, NULL),\n(25415, 'en', 'db', 'Reset synced product successfully', 'Reset synced product successfully', NULL, NULL),\n(25416, 'en', 'db', 'Tax maped successfully', 'Tax maped successfully', NULL, NULL),\n(25417, 'en', 'db', 'Synced order successfully', 'Synced order successfully', NULL, NULL),\n(25418, 'en', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', NULL, NULL),\n(25419, 'en', 'db', 'Module Image', 'Module Image', NULL, NULL),\n(25420, 'en', 'db', 'Courier', 'Courier', NULL, NULL),\n(25421, 'en', 'db', 'Courier List', 'Courier List', NULL, NULL),\n(25422, 'en', 'db', 'Add Courier', 'Add Courier', NULL, NULL),\n(25423, 'en', 'db', 'Update Courier', 'Update Courier', NULL, NULL),\n(25424, 'en', 'db', 'Sale and Quotation without stock', 'Sale and Quotation without stock', NULL, NULL),\n(25425, 'en', 'db', 'Yes', 'Yes', NULL, NULL),\n(25426, 'en', 'db', 'No', 'No', NULL, NULL),\n(25427, 'en', 'db', 'Returned', 'Returned', NULL, NULL),\n(25428, 'en', 'db', 'Get in touch', 'Get in touch', NULL, NULL),\n(25429, 'en', 'db', 'Contact Info', 'Contact Info', NULL, NULL),\n(25430, 'en', 'db', 'Bug Setting', 'Bug Setting', NULL, NULL),\n(25431, 'en', 'db', 'File Name', 'File Name', NULL, NULL),\n(25432, 'en', 'db', 'Type File Name', 'Type File Name', NULL, NULL),\n(25433, 'en', 'db', 'Logs', 'Logs', NULL, NULL),\n(25434, 'en', 'db', 'Type Log', 'Type Log', NULL, NULL),\n(25435, 'en', 'db', 'Short Note', 'Short Note', NULL, NULL),\n(25436, 'en', 'db', 'Product Mode', 'Product Mode', NULL, NULL),\n(25437, 'en', 'db', 'Version', 'Version', NULL, NULL),\n(25438, 'en', 'db', 'Bug No', 'Bug No', NULL, NULL),\n(25439, 'en', 'db', 'Minimum Required Version', 'Minimum Required Version', NULL, NULL),\n(25440, 'en', 'db', 'Version Upgrade', 'Version Upgrade', NULL, NULL),\n(25441, 'en', 'db', 'Latest Version Upgrade', 'Latest Version Upgrade', NULL, NULL),\n(25442, 'en', 'db', 'Latest Version DB Migrate', '.Latest Version DB Migrate', NULL, NULL),\n(25443, 'en', 'db', 'Version Upgrade URL', 'Version Upgrade URL', NULL, NULL),\n(25444, 'en', 'db', 'Bug Update', 'Bug Update', NULL, NULL),\n(25445, 'en', 'db', 'Bug DB Migrate', 'Bug DB Migrate', NULL, NULL),\n(25446, 'en', 'db', 'Bug Update URL', 'Bug Update URL', NULL, NULL),\n(25447, 'en', 'db', 'Version Upgrade Setting', 'Version Upgrade Setting', NULL, NULL),\n(25448, 'en', 'db', 'Bug Update Setting', 'Bug Update Setting', NULL, NULL),\n(25449, 'en', 'db', 'My Account', 'My Account', NULL, NULL),\n(25451, 'en', 'db', 'Phone', 'Phone', NULL, NULL),\n(25452, 'en', 'db', 'My Addresses', 'My Addresses', NULL, NULL),\n(25453, 'en', 'db', 'Edit Address', 'Edit Address', NULL, NULL),\n(25454, 'en', 'db', 'Zip \\\\\/ Postal code', 'Zip \\\\\/ Postal code', NULL, NULL),\n(25455, 'en', 'db', 'Cart', 'Cart', NULL, NULL),\n(25456, 'en', 'db', 'Shop Cart', 'Shop Cart', NULL, NULL),\n(25457, 'en', 'db', 'Home', 'Home', NULL, NULL),\n(25458, 'en', 'db', 'Sub Total', 'Sub Total', NULL, NULL),\n(25459, 'en', 'db', 'Continue Shopping', 'Continue Shopping', NULL, NULL),\n(25460, 'en', 'db', 'Proceed to Checkout', 'Proceed to Checkout', NULL, NULL),\n(25461, 'en', 'db', 'Pay', 'Pay', NULL, NULL),\n(25462, 'en', 'db', 'Returning customer?', 'Returning customer?', NULL, NULL),\n(25463, 'en', 'db', 'Shipping Details', 'Shipping Details', NULL, NULL),\n(25464, 'en', 'db', 'Default Address', 'Default Address', NULL, NULL),\n(25465, 'en', 'db', 'Add a different address', 'Add a different address', NULL, NULL),\n(25466, 'en', 'db', 'Order Notes', 'Order Notes', NULL, NULL),\n(25467, 'en', 'db', 'Billing address same as Shipping Address', 'Billing address same as Shipping Address', NULL, NULL),\n(25468, 'en', 'db', 'Your order', 'Your order', NULL, NULL),\n(25469, 'en', 'db', 'Product(s)', 'Product(s)', NULL, NULL),\n(25471, 'en', 'db', 'I have a coupon', 'I have a coupon', NULL, NULL),\n(25472, 'en', 'db', 'Enter coupon code', 'Enter coupon code', NULL, NULL),\n(25473, 'en', 'db', 'I have read and accept the', 'I have read and accept the', NULL, NULL),\n(25474, 'en', 'db', 'Cash on Delivery', 'Cash on Delivery', NULL, NULL),\n(25475, 'en', 'db', 'Remember Me', 'Remember Me', NULL, NULL),\n(25476, 'en', 'db', 'Log In', 'Log In', NULL, NULL),\n(25477, 'en', 'db', 'sign up now', 'sign up now', NULL, NULL),\n(25478, 'en', 'db', 'My Profile', 'My Profile', NULL, NULL),\n(25479, 'en', 'db', 'My Orders', 'My Orders', NULL, NULL),\n(25480, 'en', 'db', 'My Wishlist', 'My Wishlist', NULL, NULL),\n(25481, 'en', 'db', 'Account Details', 'Account Details', NULL, NULL),\n(25482, 'en', 'db', 'We have sent you an email', 'We have sent you an email', NULL, NULL),\n(25483, 'en', 'db', 'Just click on the link in that email to verify', 'Just click on the link in that email to verify', NULL, NULL),\n(25484, 'en', 'db', 'Thank you for verifying your email', 'Thank you for verifying your email', NULL, NULL),\n(25485, 'en', 'db', 'Order Details', 'Order Details', NULL, NULL),\n(25486, 'en', 'db', 'You have not ordered anything yet!', 'You have not ordered anything yet!', NULL, NULL),\n(25487, 'en', 'db', 'Tags', 'Tags', NULL, NULL),\n(25488, 'en', 'db', 'Share', 'Share', NULL, NULL),\n(25489, 'en', 'db', 'Thank you for your order', 'Thank you for your order', NULL, NULL),\n(25490, 'en', 'db', 'Here is your order reference no', 'Here is your order reference no', NULL, NULL),\n(25491, 'en', 'db', 'You will receive an email with delivery details shortly', 'You will receive an email with delivery details shortly', NULL, NULL),\n(25492, 'en', 'db', 'Add Collection', 'Add Collection', NULL, NULL),\n(25493, 'en', 'db', 'Collection Name', 'Collection Name', NULL, NULL),\n(25494, 'en', 'db', 'Permalink', 'Permalink', NULL, NULL),\n(25495, 'en', 'db', 'Save as Draft', 'Save as Draft', NULL, NULL),\n(25496, 'en', 'db', 'Publish', 'Publish', NULL, NULL),\n(25497, 'en', 'db', 'Collection', 'Collection', NULL, NULL),\n(25498, 'en', 'db', 'Slug', 'Slug', NULL, NULL),\n(25500, 'en', 'db', 'Sliders', 'Sliders', NULL, NULL),\n(25501, 'en', 'db', 'Menu', 'Menu', NULL, NULL),\n(25502, 'en', 'db', 'Collections', 'Collections', NULL, NULL),\n(25503, 'en', 'db', 'Pages', 'Pages', NULL, NULL),\n(25504, 'en', 'db', 'Widgets', 'Widgets', NULL, NULL),\n(25505, 'en', 'db', 'Faq Category', 'Faq Category', NULL, NULL),\n(25506, 'en', 'db', 'Faqs', 'Faqs', NULL, NULL),\n(25507, 'en', 'db', 'Social Links', 'Social Links', NULL, NULL),\n(25508, 'en', 'db', 'Payment Gateways', 'Payment Gateways', NULL, NULL),\n(25509, 'en', 'db', 'Location', 'Location', NULL, NULL),\n(25510, 'en', 'db', 'Add Menu', 'Add Menu', NULL, NULL),\n(25511, 'en', 'db', 'Add Menu Items', 'Add Menu Items', NULL, NULL),\n(25512, 'en', 'db', 'Categories', 'Categories', NULL, NULL),\n(25513, 'en', 'db', 'Select All', 'Select All', NULL, NULL),\n(25514, 'en', 'db', 'Add to Menu', 'Add to Menu', NULL, NULL),\n(25515, 'en', 'db', 'Brands', 'Brands', NULL, NULL),\n(25516, 'en', 'db', 'Custom Links', 'Custom Links', NULL, NULL),\n(25517, 'en', 'db', 'URL', 'URL', NULL, NULL),\n(25518, 'en', 'db', 'Link Text', 'Link Text', NULL, NULL),\n(25519, 'en', 'db', 'Menu Structure', 'Menu Structure', NULL, NULL),\n(25520, 'en', 'db', 'Select categories, pages or add custom links to menus', 'Select categories, pages or add custom links to menus', NULL, NULL),\n(25521, 'en', 'db', 'Link Name', 'Link Name', NULL, NULL),\n(25522, 'en', 'db', 'Open in a new tab', 'Open in a new tab', NULL, NULL),\n(25523, 'en', 'db', 'Save Menu', 'Save Menu', NULL, NULL),\n(25524, 'en', 'db', 'Page Name', 'Page Name', NULL, NULL),\n(25525, 'en', 'db', 'Page Layout', 'Page Layout', NULL, NULL),\n(25526, 'en', 'db', 'click on the widgets below to add it to your layout', 'click on the widgets below to add it to your layout', NULL, NULL),\n(25527, 'en', 'db', 'Product Category', 'Product Category', NULL, NULL),\n(25528, 'en', 'db', 'Tabbed Product Categories', 'Tabbed Product Categories', NULL, NULL),\n(25529, 'en', 'db', 'Category Slider', 'Category Slider', NULL, NULL),\n(25530, 'en', 'db', 'Product Collection', 'Product Collection', NULL, NULL),\n(25531, 'en', 'db', 'Tabbed Product Collections', 'Tabbed Product Collections', NULL, NULL),\n(25532, 'en', 'db', 'Brand Slider', 'Brand Slider', NULL, NULL),\n(25533, 'en', 'db', 'Og_Title', 'Og_Title', NULL, NULL),\n(25535, 'en', 'db', 'Og_description', 'Og_description', NULL, NULL),\n(25537, 'en', 'db', 'Og_Image', 'Og_Image', NULL, NULL),\n(25538, 'en', 'db', 'Templates', 'Templates', NULL, NULL),\n(25539, 'en', 'db', 'Choose Category', 'Choose Category', NULL, NULL),\n(25540, 'en', 'db', 'Layout Type', 'Layout Type', NULL, NULL),\n(25541, 'en', 'db', 'Slider Loop', 'Slider Loop', NULL, NULL),\n(25542, 'en', 'db', 'Slider Autoplay', 'Slider Autoplay', NULL, NULL),\n(25543, 'en', 'db', 'Slider Autoplay Speed', 'Slider Autoplay Speed', NULL, NULL),\n(25544, 'en', 'db', 'Number of products to show', 'Number of products to show', NULL, NULL),\n(25545, 'en', 'db', 'Choose Categories', 'Choose Categories', NULL, NULL),\n(25546, 'en', 'db', 'Choose Collection', 'Choose Collection', NULL, NULL),\n(25548, 'en', 'db', 'Choose collections', 'Choose collections', NULL, NULL),\n(25549, 'en', 'db', 'Choose Brands', 'Choose Brands', NULL, NULL),\n(25550, 'en', 'db', 'Edit Page', 'Edit Page', NULL, NULL),\n(25552, 'en', 'db', 'Ecommerce Settings', 'Ecommerce Settings', NULL, NULL),\n(25553, 'en', 'db', 'Favicon', 'Favicon', NULL, NULL),\n(25554, 'en', 'db', 'Home Page', 'Home Page', NULL, NULL),\n(25555, 'en', 'db', 'Store Phone', 'Store Phone', NULL, NULL),\n(25556, 'en', 'db', 'Store Email', 'Store Email', NULL, NULL),\n(25557, 'en', 'db', 'Store Address', 'Store Address', NULL, NULL),\n(25558, 'en', 'db', 'Contact From Email', 'Contact From Email', NULL, NULL),\n(25559, 'en', 'db', 'Min amount for free shipping', 'Min amount for free shipping', NULL, NULL),\n(25560, 'en', 'db', 'Flat Rate Shipping', 'Flat Rate Shipping', NULL, NULL),\n(25561, 'en', 'db', 'Pages to read & accept before checkout', 'Pages to read & accept before checkout', NULL, NULL),\n(25562, 'en', 'db', 'Custom CSS', 'Custom CSS', NULL, NULL),\n(25563, 'en', 'db', 'Custom JS', 'Custom JS', NULL, NULL),\n(25564, 'en', 'db', 'Chat Code', 'Chat Code', NULL, NULL),\n(25565, 'en', 'db', 'Google Analytics Code', 'Google Analytics Code', NULL, NULL),\n(25566, 'en', 'db', 'Facebook Pixel', 'Facebook Pixel', NULL, NULL),\n(25567, 'en', 'db', 'Details', 'Details', NULL, NULL),\n(25568, 'en', 'db', 'Add Slider', 'Add Slider', NULL, NULL),\n(25569, 'en', 'db', 'Desktop', 'Desktop', NULL, NULL),\n(25570, 'en', 'db', 'Tab', 'Tab', NULL, NULL),\n(25571, 'en', 'db', 'Add Social Link', 'Add Social Link', NULL, NULL),\n(25572, 'en', 'db', 'Available Widgets', 'Available Widgets', NULL, NULL),\n(25573, 'en', 'db', 'To add a widget to a section, drag it onto that section', 'To add a widget to a section, drag it onto that section', NULL, NULL),\n(25574, 'en', 'db', 'Custom Menu', 'Custom Menu', NULL, NULL),\n(25575, 'en', 'db', 'Select menu', 'Select menu', NULL, NULL),\n(25576, 'en', 'db', 'Site Features', 'Site Features', NULL, NULL),\n(25577, 'en', 'db', 'Site Information', 'Site Information', NULL, NULL),\n(25578, 'en', 'db', 'Hours', 'Hours', NULL, NULL),\n(25579, 'en', 'db', 'Newsletter form', 'Newsletter form', NULL, NULL),\n(25580, 'en', 'db', 'Section Above Footer', 'Section Above Footer', NULL, NULL),\n(25581, 'en', 'db', 'Footer Section', 'Footer Section', NULL, NULL),\n(25582, 'en', 'db', 'Product Details Sidebar', 'Product Details Sidebar', NULL, NULL),\n(25583, 'en', 'db', 'Your email', 'Your email', NULL, NULL),\n(25584, 'en', 'db', 'Forgot Password', 'Forgot Password', NULL, NULL),\n(25585, 'en', 'db', 'Subscribe', 'Subscribe', NULL, NULL),\n(25586, 'en', 'db', 'Sell Online', 'Sell Online', NULL, NULL),\n(25587, 'en', 'db', 'Out of stock', 'Out of stock', NULL, NULL),\n(25588, 'en', 'db', 'Duplicate', 'Duplicate', NULL, NULL),\n(25589, 'en', 'db', 'All Product In Stock', 'All Product In Stock', NULL, NULL),\n(25590, 'en', 'db', 'Show All Product Online', 'Show All Product Online', NULL, NULL),\n(25591, 'en', 'db', 'Oh snap! We are lost', 'Oh snap! We are lost...', NULL, NULL),\n(25592, 'en', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'It seems we can not find what you are looking for. Perhaps searching can help or go back to', NULL, NULL),\n(25593, 'en', 'db', 'Sorry this page is dead!', 'Sorry this page is dead!', NULL, NULL),\n(25594, 'en', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'The page is expired due to session expiration. Just refresh the page or hit the button below.', NULL, NULL),\n(25595, 'en', 'db', 'Refresh', 'Refresh', NULL, NULL),\n(25596, 'en', 'db', 'Oh server just snapped!', 'Oh server just snapped!', NULL, NULL),\n(25597, 'en', 'db', 'An error occured due to server not being to able to handle your request', 'An error occured due to server not being to able to handle your request.', NULL, NULL),\n(25598, 'en', 'db', 'An error occured because the service is unavailable', 'An error occured because the service is unavailable.', NULL, NULL),\n(25599, 'en', 'db', 'Please type a product name to search', 'Please type a product name to search', NULL, NULL),\n(25600, 'en', 'db', 'Send', 'Send', NULL, NULL),\n(25601, 'en', 'db', 'don\\'t have an account', 'don\\'t have an account', NULL, NULL),\n(25602, 'en', 'db', 'Click here to login', 'Click here to login', NULL, NULL),\n(25603, 'en', 'db', 'Zip \\\\\/ Post Code', 'Zip \\\\\/ Post Code', NULL, NULL),\n(25604, 'en', 'db', 'You may also like', 'You may also like', NULL, NULL),\n(25605, 'en', 'db', 'Add to cart', 'Add to cart', NULL, NULL),\n(25606, 'en', 'db', 'No item in your cart', 'No item in your cart', NULL, NULL),\n(25607, 'en', 'db', 'Filter Sales', 'Filter Sales', NULL, NULL),\n(25608, 'en', 'db', 'Sale Type', 'Sale Type', NULL, NULL),\n(25609, 'en', 'db', 'POS', 'POS', NULL, NULL),\n(25610, 'en', 'db', 'eCommerce', 'eCommerce', NULL, NULL),\n(25611, 'en', 'db', 'Please login first', 'Please login first', NULL, NULL),\n(25612, 'en', 'db', 'Product added to wishlist', 'Product added to wishlist', NULL, NULL),\n(25613, 'en', 'db', 'You have not added anything to wishlist yet', 'You have not added anything to wishlist yet', NULL, NULL),\n(25614, 'en', 'db', 'Product removed from wishlist', 'Product removed from wishlist', NULL, NULL),\n(25615, 'en', 'db', 'Product already on wishlist', 'Product already on wishlist', NULL, NULL),\n(25616, 'en', 'db', 'Recently Viewed', 'Recently Viewed', NULL, NULL),\n(25617, 'en', 'db', 'Verify', 'Verify', NULL, NULL),\n(25618, 'en', 'db', 'Track Order', 'Track Order', NULL, NULL),\n(25619, 'en', 'db', 'Track', 'Track', NULL, NULL),\n(25620, 'en', 'db', 'Time', 'Time', NULL, NULL),\n(25621, 'en', 'db', 'Order Status', 'Order Status', NULL, NULL),\n(25622, 'en', 'db', 'Payment Method', 'Payment Method', NULL, NULL),\n(25623, 'en', 'db', 'Shipping Status', 'Shipping Status', NULL, NULL),\n(25624, 'en', 'db', 'Pending Confirmation', 'Pending Confirmation', NULL, NULL),\n(25625, 'en', 'db', 'Track another order', 'Track another order', NULL, NULL),\n(25626, 'en', 'db', 'Post Title', 'Post Title', NULL, NULL),\n(25627, 'en', 'db', 'Post Thumbnail', 'Post Thumbnail', NULL, NULL),\n(25628, 'en', 'db', 'Pay with gift card', 'Pay with gift card', NULL, NULL),\n(25630, 'en', 'db', 'Warehouse Wise', 'Warehouse Wise', NULL, NULL),\n(25631, 'en', 'db', 'Payment Receiver', 'Payment Receiver', NULL, NULL),\n(25632, 'en', 'db', 'SMS Template', 'SMS Template', NULL, NULL),\n(25633, 'en', 'db', 'Add Template', 'Add Template', NULL, NULL),\n(25634, 'en', 'db', 'SMS Template List', 'SMS Template List', NULL, NULL),\n(25635, 'en', 'db', 'Content', 'Content', NULL, NULL),\n(25636, 'en', 'db', 'Update Template', 'Update Template', NULL, NULL),\n(25637, 'en', 'db', 'Send SMS After Sale', 'Send SMS After Sale', NULL, NULL),\n(25638, 'en', 'db', 'Default SMS Sale', 'Default SMS Sale', NULL, NULL),\n(25639, 'en', 'db', 'Default SMS E-Commerce', 'Default SMS E-Commerce', NULL, NULL),\n(25640, 'en', 'db', 'Default Online', 'Default Online', NULL, NULL),\n(25641, 'en', 'db', 'Top Up', 'Top Up', NULL, NULL),\n(25642, 'en', 'db', 'Coupon Name', 'Coupon Name', NULL, NULL),\n(25643, 'en', 'db', 'Email Sent', 'Email Sent', NULL, NULL),\n(25645, 'en', 'db', 'Wholesale Price', 'Wholesale Price', NULL, NULL),\n(25646, 'en', 'db', 'Price Option', 'Price Option', NULL, NULL),\n(25647, 'en', 'db', 'Product Tags', 'Product Tags', NULL, NULL),\n(25648, 'en', 'db', 'Selected Items', 'Selected Items', NULL, NULL),\n(25649, 'en', 'db', 'Related Products', 'Related Products', NULL, NULL),\n(25651, 'en', 'db', 'Track Inventory', 'Track Inventory', NULL, NULL),\n(25652, 'en', 'db', 'Register me as a user', 'Register me as a user', NULL, NULL),\n(25653, 'en', 'db', 'Verify & Close', 'Verify & Close', NULL, NULL),\n(25654, 'en', 'db', 'Enable Gift Card payment on checkout page', 'Enable Gift Card payment on checkout page', NULL, NULL),\n(25655, 'en', 'db', 'Theme Color', 'Theme Color', NULL, NULL),\n(25658, 'en', 'db', 'Enter gift card number', 'Enter gift card number', NULL, NULL),\n(25659, 'en', 'db', 'Page saved', 'Page saved', NULL, NULL),\n(25660, 'en', 'db', 'Widget saved', 'Widget saved', NULL, NULL),\n(25661, 'en', 'db', 'Template', 'Template', NULL, NULL),\n(25662, 'en', 'db', 'Three Column Banner', 'Three Column Banner', NULL, NULL),\n(25663, 'en', 'db', 'Banner Image', 'Banner Image', NULL, NULL),\n(25664, 'en', 'db', 'Income', 'Income', NULL, NULL),\n(25665, 'en', 'db', 'Income Category', 'Income Category', NULL, NULL),\n(25666, 'en', 'db', 'Income List', 'Income List', NULL, NULL),\n(25667, 'en', 'db', 'Add Income', 'Add Income', NULL, NULL),\n(25668, 'en', 'db', 'Add Income Category', 'Add Income Category', NULL, NULL),\n(25669, 'en', 'db', 'Update Income Category', 'Update Income Category', NULL, NULL),\n(25670, 'en', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Packing Slip to manage orders\\\\\/sales', NULL, NULL),\n(25671, 'en', 'db', 'Enable', 'Enable', NULL, NULL),\n(25672, 'en', 'db', 'Disable', 'Disable', NULL, NULL),\n(25673, 'en', 'db', 'Create Packing Slip', 'Create Packing Slip', NULL, NULL),\n(25674, 'en', 'db', 'Packed', 'Packed', NULL, NULL),\n(25675, 'en', 'db', 'Processing', 'Processing', NULL, NULL),\n(25676, 'en', 'db', 'Packing Slip List', 'Packing Slip List', NULL, NULL),\n(25677, 'en', 'db', 'Packing Slip Reference', 'Packing Slip Reference', NULL, NULL),\n(25678, 'en', 'db', 'Challan List', 'Challan List', NULL, NULL),\n(25679, 'en', 'db', 'Challan Report', 'Challan Report', NULL, NULL),\n(25680, 'en', 'db', 'Packing Slip & Challan', 'Packing Slip & Challan', NULL, NULL),\n(25681, 'en', 'db', 'Filter Products', 'Filter Products', NULL, NULL),\n(25682, 'en', 'db', 'Expiry Duration Type', 'Expiry Duration Type', NULL, NULL),\n(25683, 'en', 'db', 'Expiry Value', 'Expiry Value', NULL, NULL),\n(25684, 'en', 'db', 'Biller Report', 'Biller Report', NULL, NULL),\n(25685, 'en', 'db', 'Choose Biller', 'Choose Biller', NULL, NULL),\n(25686, 'en', 'db', 'Thermal Invoice Size', 'Thermal Invoice Size', NULL, NULL),\n(25687, 'en', 'db', 'Invoice Option', 'Invoice Option', NULL, NULL),\n(25688, 'en', 'db', '80mm', '80mm', NULL, NULL),\n(25689, 'en', 'db', '58mm', '58mm', NULL, NULL),\n(25690, 'en', 'db', 'Sale successfully added to draft', 'Sale successfully added to draft', NULL, NULL),\n(25691, 'en', 'db', 'Barcode Settings', 'Barcode Settings', NULL, NULL),\n(25692, 'en', 'db', 'Add barcode sticker setting', 'Add barcode sticker setting', NULL, NULL),\n(25693, 'en', 'db', 'Edit Barcode Sticker Setting', 'Edit Barcode Sticker Setting', NULL, NULL),\n(25694, 'en', 'db', 'Sticker Sheet setting Name', 'Sticker Sheet setting Name', NULL, NULL),\n(25695, 'en', 'db', 'Sticker Sheet setting Description', 'Sticker Sheet setting Description', NULL, NULL),\n(25696, 'en', 'db', 'Continuous feed or rolls', 'Continuous feed or rolls', NULL, NULL),\n(25697, 'en', 'db', 'In Inches', 'In Inches', NULL, NULL),\n(25698, 'en', 'db', 'Additional top margin', 'Additional top margin', NULL, NULL),\n(25699, 'en', 'db', 'Additional left margin', 'Additional left margin', NULL, NULL),\n(25700, 'en', 'db', 'Width of sticker', 'Width of sticker', NULL, NULL),\n(25701, 'en', 'db', 'Height of sticker', 'Height of sticker', NULL, NULL),\n(25702, 'en', 'db', 'Paper width', 'Paper width', NULL, NULL),\n(25703, 'en', 'db', 'Paper height', 'Paper height', NULL, NULL),\n(25704, 'en', 'db', 'Stickers in one row', 'Stickers in one row', NULL, NULL),\n(25705, 'en', 'db', 'Distance between two rows', 'Distance between two rows', NULL, NULL),\n(25706, 'en', 'db', 'Distance between two columns', 'Distance between two columns', NULL, NULL),\n(25707, 'en', 'db', 'No of Stickers per sheet', 'No. of Stickers per sheet', NULL, NULL),\n(25708, 'en', 'db', 'Set as default', 'Set as default', NULL, NULL),\n(25709, 'en', 'db', 'Add New Setting', 'Add New Setting', NULL, NULL),\n(25710, 'en', 'db', 'Print Labels', 'Print Labels', NULL, NULL),\n(25711, 'en', 'db', 'Information on Label', 'Information on Label', NULL, NULL),\n(25712, 'en', 'db', 'Add Production', 'Add Production', NULL, NULL),\n(25713, 'en', 'db', 'Production List', 'Production List', NULL, NULL),\n(25714, 'en', 'db', 'Expired Date', 'Expired Date', NULL, NULL),\n(25715, 'en', 'db', 'Manufacturing', 'Manufacturing', NULL, NULL),\n(25716, 'en', 'db', 'Total Tax', 'Total Tax', NULL, NULL),\n(25717, 'en', 'db', 'Production Details', 'Production Details', NULL, NULL),\n(25718, 'en', 'db', 'Add Custom Size', 'Add Custom Size', NULL, NULL),\n(25719, 'en', 'db', 'RTL', 'RTL', NULL, NULL),\n(25720, 'en', 'db', 'LTR', 'LTR', NULL, NULL),\n(25722, 'en', 'db', 'Show search results in', 'Show search results in', NULL, NULL),\n(25723, 'en', 'db', 'Full Page', 'Full Page', NULL, NULL),\n(25724, 'en', 'db', 'Dropdown', 'Dropdown', NULL, NULL),\n(25726, 'en', 'db', 'Saving', 'Saving', NULL, NULL),\n(25727, 'en', 'db', 'Multiple Payment', 'Multiple Payment', NULL, NULL),\n(25728, 'en', 'db', 'Finalize Sale(Multiple Payment)', 'Finalize Sale(Multiple Payment)', NULL, NULL),\n(25729, 'en', 'db', 'Cash Received', 'Cash Received', NULL, NULL),\n(25730, 'en', 'db', 'Add More Payment', 'Add More Payment', NULL, NULL),\n(25731, 'en', 'db', 'Received', 'Received', NULL, NULL),\n(25732, 'en', 'db', 'Production Status', 'Production Status', NULL, NULL),\n(25738, 'en', 'db', 'Employees', 'Employees', NULL, NULL),\n(25739, 'en', 'db', 'Award', 'Award', NULL, NULL),\n(25740, 'en', 'db', 'Travel', 'Travel', NULL, NULL),\n(25741, 'en', 'db', 'Resignations', 'Resignations', NULL, NULL),\n(25742, 'en', 'db', 'Complaints', 'Complaints', NULL, NULL),\n(25743, 'en', 'db', 'Warnings', 'Warnings', NULL, NULL),\n(25744, 'en', 'db', 'Terminations', 'Terminations', NULL, NULL),\n(25745, 'en', 'db', 'Organization', 'Organization', NULL, NULL),\n(25746, 'en', 'db', 'Company', 'Company', NULL, NULL),\n(25747, 'en', 'db', 'Designation', 'Designation', NULL, NULL),\n(25748, 'en', 'db', 'Announcements', 'Announcements', NULL, NULL),\n(25749, 'en', 'db', 'Timesheets', 'Timesheets', NULL, NULL),\n(25750, 'en', 'db', 'Attendances', 'Attendances', NULL, NULL),\n(25751, 'en', 'db', 'Recruitment', 'Recruitment', NULL, NULL),\n(25752, 'en', 'db', 'Training', 'Training', NULL, NULL),\n(25753, 'en', 'db', 'Trainers', 'Trainers', NULL, NULL),\n(25754, 'en', 'db', 'Events', 'Events', NULL, NULL),\n(25755, 'en', 'db', 'Meetings', 'Meetings', NULL, NULL),\n(25756, 'en', 'db', 'Finance', 'Finance', NULL, NULL),\n(25757, 'en', 'db', 'imei_numbers', 'IMEI \\\\\/ Serial Numbers', NULL, NULL),\n(25758, 'en', 'db', 'Warranty', 'Warranty', NULL, NULL),\n(25759, 'en', 'db', 'Guarantee', 'Guarantee', NULL, NULL),\n(25760, 'en', 'db', 'Dear', 'Dear', NULL, NULL),\n(25761, 'en', 'db', 'Thank you for your purchase! Your invoice number is', 'Thank you for your purchase! Your invoice number is', NULL, NULL),\n(25762, 'en', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', NULL, NULL),\n(25763, 'en', 'db', 'Best regards', 'Best regards', NULL, NULL),\n(25764, 'en', 'db', 'Whatsapp Notification', 'Whatsapp Notification', NULL, NULL),\n(25765, 'en', 'db', 'Add More Payment Option', 'Add More Payment Option', NULL, NULL),\n(25766, 'en', 'db', 'Type date or quotation reference', 'Type date or quotation reference...', NULL, NULL),\n(25768, 'en', 'db', 'Sale Reference No', 'Sale Reference No.', NULL, NULL),\n(25769, 'en', 'db', 'My Transactions', 'My Transactions', NULL, NULL),\n(25770, 'en', 'db', 'One Point is Equivalent to:', 'One Point is Equivalent to:', NULL, NULL),\n(25771, 'en', 'db', 'Update Income', 'Update Income', NULL, NULL),\n(25772, 'en', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', 'Only use for Select, Multi Select, Checkbox, Radio Button types. Populate the field by separating the options by coma. eq. apple,orange,banana', NULL, NULL),\n(25773, 'en', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', 'Exclusive: Poduct price = Actual product price + Tax. Inclusive: Actual product price = Product price - Tax', NULL, NULL),\n(25774, 'bn', 'db', 'dashboard', '\u09a1\u09cd\u09af\u09be\u09b6\u09ac\u09cb\u09b0\u09cd\u09a1', NULL, NULL),\n(25775, 'bn', 'db', 'language', '\u09ad\u09be\u09b7\u09be', NULL, NULL),\n(25776, 'bn', 'db', 'Languages', '\u09ad\u09be\u09b7\u09be', NULL, NULL),\n(25777, 'bn', 'db', 'revenue', '\u09b0\u09be\u099c\u09b8\u09cd\u09ac', NULL, NULL),\n(25778, 'bn', 'db', 'product', '\u09aa\u09a3\u09cd\u09af', NULL, NULL),\n(25779, 'bn', 'db', 'category', '\u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(25780, 'bn', 'db', 'product_list', '\u09aa\u09a3\u09cd\u09af_\u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(25781, 'bn', 'db', 'add_product', '\u09aa\u09a3\u09cd\u09af_\u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25782, 'bn', 'db', 'import_product', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf_\u09aa\u09a3\u09cd\u09af', NULL, NULL),\n(25783, 'bn', 'db', 'print_barcode', '\u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f_\u09ac\u09be\u09b0\u0995\u09cb\u09a1', NULL, NULL),\n(25784, 'bn', 'db', 'welcome', '\u09b8\u09cd\u09ac\u09be\u0997\u09a4', NULL, NULL),\n(25785, 'bn', 'db', 'profile', '\u09aa\u09cd\u09b0\u09cb\u09ab\u09be\u0987\u09b2', NULL, NULL),\n(25786, 'bn', 'db', 'add', '\u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25787, 'bn', 'db', 'parent', '\u09aa\u09bf\u09a4\u09be\u09ae\u09be\u09a4\u09be', NULL, NULL),\n(25788, 'bn', 'db', 'action', '\u0995\u09b0\u09cd\u09ae', NULL, NULL),\n(25789, 'bn', 'db', 'import', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf', NULL, NULL),\n(25790, 'bn', 'db', 'edit', '\u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u09a8\u09be', NULL, NULL),\n(25791, 'bn', 'db', 'delete', '\u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09be', NULL, NULL),\n(25792, 'bn', 'db', 'name', '\u09a8\u09be\u09ae', NULL, NULL),\n(25793, 'bn', 'db', 'submit', '\u099c\u09ae\u09be \u09a6\u09bf\u09a8', NULL, NULL),\n(25794, 'bn', 'db', 'update', '\u0986\u09aa\u09a1\u09c7\u099f', NULL, NULL),\n(25795, 'bn', 'db', 'The field labels marked with * are required input fields', '* \u099a\u09bf\u09b9\u09cd\u09a8\u09bf\u09a4 \u09ab\u09bf\u09b2\u09cd\u09a1 \u09b2\u09c7\u09ac\u09c7\u09b2\u0997\u09c1\u09b2\u09bf \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8\u09c0\u09af\u09bc \u0987\u09a8\u09aa\u09c1\u099f \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0', NULL, NULL),\n(25796, 'bn', 'db', 'settings', '\u09b8\u09c7\u099f\u09bf\u0982\u09b8', NULL, NULL),\n(25797, 'bn', 'db', 'logout', '\u09b2\u0997\u0986\u0989\u099f', NULL, NULL),\n(25798, 'bn', 'db', 'return', '\u09aa\u09cd\u09b0\u09a4\u09cd\u09af\u09be\u09ac\u09b0\u09cd\u09a4\u09a8', NULL, NULL),\n(25799, 'bn', 'db', 'profit', '\u09b2\u09be\u09ad', NULL, NULL),\n(25800, 'bn', 'db', 'sale qty', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(25801, 'bn', 'db', 'yearly report', '\u09ac\u09be\u09b0\u09cd\u09b7\u09bf\u0995 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(25802, 'bn', 'db', 'sale amount', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(25803, 'bn', 'db', 'recent sales', '\u09b8\u09be\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf\u0995 \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(25804, 'bn', 'db', 'latest', '\u09b8\u09b0\u09cd\u09ac\u09b6\u09c7\u09b7', NULL, NULL),\n(25805, 'bn', 'db', 'best selling product', '\u09b8\u09b0\u09cd\u09ac\u09be\u09a7\u09bf\u0995 \u09ac\u09bf\u0995\u09cd\u09b0\u09bf\u09a4 \u09aa\u09a3\u09cd\u09af', NULL, NULL),\n(25806, 'bn', 'db', 'top', '\u09b6\u09c0\u09b0\u09cd\u09b7', NULL, NULL),\n(25807, 'bn', 'db', 'date', '\u09a4\u09be\u09b0\u09bf\u0996', NULL, NULL),\n(25809, 'bn', 'db', 'reference', '\u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8', NULL, NULL),\n(25810, 'bn', 'db', 'customer', '\u0997\u09cd\u09b0\u09be\u09b9\u0995', NULL, NULL),\n(25811, 'bn', 'db', 'status', '\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf', NULL, NULL),\n(25812, 'bn', 'db', 'grand total', '\u0997\u09cd\u09b0\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u099f\u09cb\u099f\u09be\u09b2', NULL, NULL),\n(25813, 'bn', 'db', 'Product Details', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(25814, 'bn', 'db', 'qty', '\u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(25816, 'bn', 'db', 'Price', '\u09ae\u09c2\u09b2\u09cd\u09af', NULL, NULL),\n(25817, 'bn', 'db', 'Image', '\u099b\u09ac\u09bf', NULL, NULL),\n(25818, 'bn', 'db', 'Code', '\u0995\u09cb\u09a1', NULL, NULL),\n(25819, 'bn', 'db', 'Brand', '\u09ac\u09cd\u09b0\u09cd\u09af\u09be\u09a8\u09cd\u09a1', NULL, NULL),\n(25820, 'bn', 'db', 'Quantity', '\u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(25821, 'bn', 'db', 'Unit', '\u0987\u0989\u09a8\u09bf\u099f', NULL, NULL),\n(25822, 'bn', 'db', 'Type', '\u09aa\u09cd\u09b0\u0995\u09be\u09b0', NULL, NULL),\n(25823, 'bn', 'db', 'Barcode Symbology', '\u09ac\u09be\u09b0\u0995\u09cb\u09a1 \u09aa\u09cd\u09b0\u09a4\u09c0\u0995\u09ac\u09bf\u09a6\u09cd\u09af\u09be', NULL, NULL),\n(25824, 'bn', 'db', 'Sale', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(25825, 'bn', 'db', 'Purchase', '\u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(25826, 'bn', 'db', 'Cost', '\u09ac\u09cd\u09af\u09af\u09bc', NULL, NULL),\n(25827, 'bn', 'db', 'Alert', '\u09b8\u09a4\u09b0\u09cd\u0995\u09a4\u09be', NULL, NULL),\n(25828, 'bn', 'db', 'Promotional Price', '\u09aa\u09cd\u09b0\u099a\u09be\u09b0\u09ae\u09c2\u09b2\u0995 \u09ae\u09c2\u09b2\u09cd\u09af', NULL, NULL),\n(25829, 'bn', 'db', 'Promotion', '\u09aa\u09cd\u09b0\u099a\u09be\u09b0', NULL, NULL),\n(25830, 'bn', 'db', 'Featured', '\u09ac\u09c8\u09b6\u09bf\u09b7\u09cd\u099f\u09cd\u09af\u09af\u09c1\u0995\u09cd\u09a4', NULL, NULL),\n(25831, 'bn', 'db', 'Tax', '\u0995\u09b0', NULL, NULL),\n(25832, 'bn', 'db', 'Invoice Details', '\u0987\u09a8\u09ad\u09af\u09bc\u09c7\u09b8\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(25833, 'bn', 'db', 'Generate', '\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25834, 'bn', 'db', 'Promotion Starts', '\u09aa\u09cd\u09b0\u099a\u09be\u09b0 \u09b6\u09c1\u09b0\u09c1', NULL, NULL),\n(25835, 'bn', 'db', 'Promotion Ends', '\u09aa\u09cd\u09b0\u099a\u09be\u09b0 \u09b6\u09c7\u09b7', NULL, NULL),\n(25836, 'bn', 'db', 'Starting', '\u09b6\u09c1\u09b0\u09c1', NULL, NULL),\n(25837, 'bn', 'db', 'Ending', '\u09b8\u09ae\u09be\u09aa\u09cd\u09a4\u09bf', NULL, NULL),\n(25838, 'bn', 'db', 'Print', '\u09ae\u09c1\u09a6\u09cd\u09b0\u09a3', NULL, NULL),\n(25839, 'bn', 'db', 'Barcode', '\u09ac\u09be\u09b0\u0995\u09cb\u09a1', NULL, NULL),\n(25840, 'bn', 'db', 'Supplier', '\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0', NULL, NULL),\n(25841, 'bn', 'db', 'Paid', '\u09aa\u09cd\u09b0\u09a6\u09a4\u09cd\u09a4', NULL, NULL),\n(25842, 'bn', 'db', 'Balance', '\u09ad\u09be\u09b0\u09b8\u09be\u09ae\u09cd\u09af', NULL, NULL),\n(25843, 'bn', 'db', 'Payment', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(25844, 'bn', 'db', 'View', '\u09a6\u09c7\u0996\u09c1\u09a8', NULL, NULL),\n(25845, 'bn', 'db', 'Warehouse', '\u0997\u09c1\u09a6\u09be\u09ae', NULL, NULL),\n(25846, 'bn', 'db', 'Attach Document', '\u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u0982\u09af\u09c1\u0995\u09cd\u09a4 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25847, 'bn', 'db', 'Select Product', '\u09aa\u09a3\u09cd\u09af \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25848, 'bn', 'db', 'Order', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0', NULL, NULL),\n(25849, 'bn', 'db', 'Order Table', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u099f\u09c7\u09ac\u09bf\u09b2', NULL, NULL),\n(25850, 'bn', 'db', 'Discount', '\u099b\u09be\u09a1\u09bc', NULL, NULL),\n(25851, 'bn', 'db', 'Unit Cost', '\u0987\u0989\u09a8\u09bf\u099f \u0996\u09b0\u099a', NULL, NULL),\n(25852, 'bn', 'db', 'Unit Price', '\u0987\u0989\u09a8\u09bf\u099f \u09ae\u09c2\u09b2\u09cd\u09af', NULL, NULL),\n(25853, 'bn', 'db', 'Net Unit Cost', '\u09a8\u09c7\u099f \u0987\u0989\u09a8\u09bf\u099f \u0996\u09b0\u099a', NULL, NULL),\n(25854, 'bn', 'db', 'Net Unit Price', '\u09a8\u09c7\u099f \u0987\u0989\u09a8\u09bf\u099f \u09ae\u09c2\u09b2\u09cd\u09af', NULL, NULL),\n(25855, 'bn', 'db', 'Shipping Cost', '\u09b6\u09bf\u09aa\u09bf\u0982 \u0996\u09b0\u099a', NULL, NULL),\n(25856, 'bn', 'db', 'Subtotal', '\u0989\u09aa\u09ae\u09cb\u099f', NULL, NULL),\n(25857, 'bn', 'db', 'Note', '\u09ac\u09bf\u0983\u09a6\u09cd\u09b0\u0983', NULL, NULL),\n(25858, 'bn', 'db', 'Items', '\u099c\u09bf\u09a8\u09bf\u09b8\u09aa\u09a4\u09cd\u09b0', NULL, NULL),\n(25859, 'bn', 'db', 'Total', '\u09ae\u09cb\u099f', NULL, NULL),\n(25860, 'bn', 'db', 'Recieved', '\u09aa\u09cd\u09b0\u09be\u09aa\u09cd\u09a4', NULL, NULL),\n(25861, 'bn', 'db', 'Upload CSV File', 'CSV \u09ab\u09be\u0987\u09b2 \u0986\u09aa\u09b2\u09cb\u09a1 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25862, 'bn', 'db', 'Download Sample File', '\u09a8\u09ae\u09c1\u09a8\u09be \u09ab\u09be\u0987\u09b2 \u09a1\u09be\u0989\u09a8\u09b2\u09cb\u09a1 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25863, 'bn', 'db', 'Sample File', '\u09a8\u09ae\u09c1\u09a8\u09be \u09ab\u09be\u0987\u09b2', NULL, NULL),\n(25864, 'bn', 'db', 'Download', '\u09a1\u09be\u0989\u09a8\u09b2\u09cb\u09a1 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25865, 'bn', 'db', 'The correct column order is', '\u09b8\u09a0\u09bf\u0995 \u0995\u09b2\u09be\u09ae\u09c7\u09b0 \u0995\u09cd\u09b0\u09ae \u09b9\u09b2', NULL, NULL),\n(25866, 'bn', 'db', 'and you must follow this', '\u098f\u09ac\u0982 \u09a4\u09cb\u09ae\u09be\u0995\u09c7 \u098f\u099f\u09be \u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7', NULL, NULL),\n(25867, 'bn', 'db', 'All columns are required', '\u09b8\u0995\u09b2 \u0995\u09b2\u09be\u09ae \u0986\u09ac\u09b6\u09cd\u09af\u0995', NULL, NULL),\n(25868, 'bn', 'db', 'Biller', '\u09ac\u09bf\u09b2\u09be\u09b0', NULL, NULL),\n(25869, 'bn', 'db', 'From', '\u09a5\u09c7\u0995\u09c7', NULL, NULL),\n(25870, 'bn', 'db', 'To', '\u09aa\u09cd\u09b0\u09a4\u09bf', NULL, NULL),\n(25871, 'bn', 'db', 'Created By', '\u09b8\u09c3\u09b7\u09cd\u099f\u09bf \u0995\u09b0\u09c7\u099b\u09c7\u09a8', NULL, NULL),\n(25872, 'bn', 'db', 'Amount', '\u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(25873, 'bn', 'db', 'Staff', '\u0995\u09b0\u09cd\u09ae\u09c0', NULL, NULL),\n(25874, 'bn', 'db', 'Quotation', '\u0989\u09a6\u09cd\u09a7\u09c3\u09a4\u09bf', NULL, NULL),\n(25875, 'bn', 'db', 'Create', '\u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25876, 'bn', 'db', 'Adjustment', '\u09b8\u09ae\u09a8\u09cd\u09ac\u09af\u09bc', NULL, NULL),\n(25877, 'bn', 'db', 'Subtraction', '\u09ac\u09bf\u09af\u09bc\u09cb\u0997', NULL, NULL),\n(25878, 'bn', 'db', 'Addition', '\u09b8\u0982\u09af\u09cb\u099c\u09a8', NULL, NULL),\n(25879, 'bn', 'db', 'Transfer', '\u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09b0', NULL, NULL),\n(25880, 'bn', 'db', 'User', '\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0', NULL, NULL),\n(25881, 'bn', 'db', 'Email', '\u0987\u09ae\u09c7\u09b2', NULL, NULL),\n(25882, 'bn', 'db', 'Company Name', '\u0995\u09cb\u09ae\u09cd\u09aa\u09be\u09a8\u09bf\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(25883, 'bn', 'db', 'Phone Number', '\u09ab\u09cb\u09a8 \u09a8\u09ae\u09cd\u09ac\u09b0', NULL, NULL),\n(25884, 'bn', 'db', 'Role', '\u09ad\u09c2\u09ae\u09bf\u0995\u09be', NULL, NULL),\n(25885, 'bn', 'db', 'UserName', '\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(25886, 'bn', 'db', 'Password', '\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1', NULL, NULL),\n(25887, 'bn', 'db', 'LogIn', '\u09b2\u0997\u0987\u09a8', NULL, NULL),\n(25888, 'bn', 'db', 'Change Password', '\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25889, 'bn', 'db', 'Active', '\u09b8\u0995\u09cd\u09b0\u09bf\u09af\u09bc', NULL, NULL),\n(25890, 'bn', 'db', 'Customer Group', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u0997\u09cb\u09b7\u09cd\u09a0\u09c0', NULL, NULL),\n(25891, 'bn', 'db', 'Address', '\u09a0\u09bf\u0995\u09be\u09a8\u09be', NULL, NULL),\n(25892, 'bn', 'db', 'City', '\u09b6\u09b9\u09b0', NULL, NULL),\n(25893, 'bn', 'db', 'Postal Code', '\u09a1\u09be\u0995 \u0995\u09cb\u09a1', NULL, NULL),\n(25894, 'bn', 'db', 'Country', '\u09a6\u09c7\u09b6', NULL, NULL),\n(25895, 'bn', 'db', 'State', '\u09b0\u09be\u099c\u09cd\u09af', NULL, NULL),\n(25896, 'bn', 'db', 'Upload File', '\u09ab\u09be\u0987\u09b2 \u0986\u09aa\u09b2\u09cb\u09a1 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25897, 'bn', 'db', 'List', '\u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(25898, 'bn', 'db', 'VAT Number', '\u09ad\u09cd\u09af\u09be\u099f \u09a8\u09ae\u09cd\u09ac\u09b0', NULL, NULL),\n(25899, 'bn', 'db', 'Choose Your Date', '\u0986\u09aa\u09a8\u09be\u09b0 \u09a4\u09be\u09b0\u09bf\u0996 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25900, 'bn', 'db', 'Loss', '\u0995\u09cd\u09b7\u09a4\u09bf', NULL, NULL),\n(25901, 'bn', 'db', 'Or', '\u0985\u09a5\u09ac\u09be', NULL, NULL),\n(25902, 'bn', 'db', 'Sent', '\u09aa\u09cd\u09b0\u09c7\u09b0\u09bf\u09a4', NULL, NULL),\n(25903, 'bn', 'db', 'Net Profit', '\u09a8\u09bf\u099f \u09b2\u09be\u09ad', NULL, NULL),\n(25904, 'bn', 'db', 'Best Seller', '\u09ac\u09c7\u09b8\u09cd\u099f \u09b8\u09c7\u09b2\u09be\u09b0', NULL, NULL),\n(25905, 'bn', 'db', 'Best Seller From', '\u09ac\u09c7\u09b8\u09cd\u099f \u09b8\u09c7\u09b2\u09be\u09b0 \u09a5\u09c7\u0995\u09c7', NULL, NULL),\n(25906, 'bn', 'db', 'Product Report', '\u09aa\u09a3\u09cd\u09af \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(25907, 'bn', 'db', 'Purchased', '\u0995\u09cd\u09b0\u09af\u09bc \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(25908, 'bn', 'db', 'Sold', '\u09ac\u09bf\u0995\u09cd\u09b0\u09bf', NULL, NULL),\n(25909, 'bn', 'db', 'In Stock', '\u09b8\u09cd\u099f\u0995\u09c7 \u0986\u099b\u09c7', NULL, NULL),\n(25910, 'bn', 'db', 'Reports', '\u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(25911, 'bn', 'db', 'Daily Sale', '\u09aa\u09cd\u09b0\u09a4\u09bf\u09a6\u09bf\u09a8\u09c7\u09b0 \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(25912, 'bn', 'db', 'Daily Sale Report', '\u09a6\u09c8\u09a8\u09bf\u0995 \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(25913, 'bn', 'db', 'Monthly Sale', '\u09ae\u09be\u09b8\u09bf\u0995 \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(25914, 'bn', 'db', 'Monthly Sale Report', '\u09ae\u09be\u09b8\u09bf\u0995 \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(25915, 'bn', 'db', 'Daily Purchase', '\u09aa\u09cd\u09b0\u09a4\u09bf\u09a6\u09bf\u09a8\u09c7\u09b0 \u0995\u09c7\u09a8\u09be\u0995\u09be\u099f\u09be', NULL, NULL),\n(25916, 'bn', 'db', 'Daily Purchase Report', '\u09a6\u09c8\u09a8\u09bf\u0995 \u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(25917, 'bn', 'db', 'Monthly Purchase', '\u09ae\u09be\u09b8\u09bf\u0995 \u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(25918, 'bn', 'db', 'Monthly Purchase Report', '\u09ae\u09be\u09b8\u09bf\u0995 \u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(25919, 'bn', 'db', 'Previous', '\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0', NULL, NULL),\n(25920, 'bn', 'db', 'Next', '\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0', NULL, NULL),\n(25921, 'bn', 'db', 'Stock Chart', '\u09b8\u09cd\u099f\u0995 \u099a\u09be\u09b0\u09cd\u099f', NULL, NULL),\n(25922, 'bn', 'db', 'Due', 'Due \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(25923, 'bn', 'db', 'Description', '\u09ac\u09b0\u09cd\u09a3\u09a8\u09be', NULL, NULL),\n(25924, 'bn', 'db', 'Change Permission', '\u0985\u09a8\u09c1\u09ae\u09a4\u09bf \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25925, 'bn', 'db', 'Group Permission', '\u0997\u09cd\u09b0\u09c1\u09aa \u0985\u09a8\u09c1\u09ae\u09a4\u09bf', NULL, NULL),\n(25926, 'bn', 'db', 'Permissions', '\u0985\u09a8\u09c1\u09ae\u09a4\u09bf', NULL, NULL),\n(25927, 'bn', 'db', 'Percentage', '\u09b6\u09a4\u09be\u0982\u09b6', NULL, NULL),\n(25928, 'bn', 'db', 'Title', '\u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae', NULL, NULL),\n(25929, 'bn', 'db', 'Base Unit', '\u09ac\u09c7\u09b8 \u0987\u0989\u09a8\u09bf\u099f', NULL, NULL),\n(25930, 'bn', 'db', 'Operator', '\u0985\u09aa\u09be\u09b0\u09c7\u099f\u09b0', NULL, NULL),\n(25931, 'bn', 'db', 'Operation Value', '\u0995\u09be\u09b0\u09cd\u09af\u0995\u09cd\u09b7\u09ae\u09a4\u09be\u09b0 \u09ae\u09be\u09a8', NULL, NULL),\n(25932, 'bn', 'db', 'Rate', '\u09b0\u09c7\u099f', NULL, NULL),\n(25933, 'bn', 'db', 'General Setting', '\u09b8\u09be\u09a7\u09be\u09b0\u09a3 \u09b8\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(25934, 'bn', 'db', 'Site Title', '\u09b8\u09be\u0987\u099f\u09c7\u09b0 \u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae', NULL, NULL),\n(25935, 'bn', 'db', 'Site Logo', '\u09b8\u09be\u0987\u099f \u09b2\u09cb\u0997\u09cb', NULL, NULL),\n(25936, 'bn', 'db', 'Current Password', '\u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8 \u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1', NULL, NULL),\n(25937, 'bn', 'db', 'New Password', '\u09a8\u09a4\u09c1\u09a8 \u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1', NULL, NULL),\n(25938, 'bn', 'db', 'Confirm Password', '\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25939, 'bn', 'db', 'POS Setting', '\u09aa\u09bf\u0993\u098f\u09b8 \u09b8\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(25940, 'bn', 'db', 'Developed By', '\u09ac\u09bf\u0995\u09be\u09b6\u0995\u09be\u09b0\u09c0', NULL, NULL),\n(25941, 'bn', 'db', 'All', '\u09b8\u09ac', NULL, NULL),\n(25942, 'bn', 'db', 'By', '\u09a6\u09cd\u09ac\u09be\u09b0\u09be', NULL, NULL),\n(25943, 'bn', 'db', 'Cheque Number', '\u099a\u09c7\u0995 \u09a8\u09ae\u09cd\u09ac\u09b0', NULL, NULL),\n(25944, 'bn', 'db', 'Invoice', '\u099a\u09be\u09b2\u09be\u09a8', NULL, NULL),\n(25945, 'bn', 'db', 'Shipping', '\u09b6\u09bf\u09aa\u09bf\u0982', NULL, NULL),\n(25946, 'bn', 'db', 'Finalize Sale', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u099a\u09c2\u09a1\u09bc\u09be\u09a8\u09cd\u09a4 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25947, 'bn', 'db', 'People', '\u09ae\u09be\u09a8\u09c1\u09b7', NULL, NULL),\n(25948, 'bn', 'db', 'Option', '\u09ac\u09bf\u0995\u09b2\u09cd\u09aa', NULL, NULL),\n(25949, 'bn', 'db', 'Bill', '\u09ac\u09bf\u09b2', NULL, NULL),\n(25950, 'bn', 'db', 'Go To', '\u09af\u09be\u0993', NULL, NULL),\n(25951, 'bn', 'db', 'Mode', '\u09ae\u09cb\u09a1', NULL, NULL),\n(25952, 'bn', 'db', 'In Words', '\u09b6\u09ac\u09cd\u09a6\u09c7', NULL, NULL),\n(25953, 'bn', 'db', 'Stamp', '\u09b8\u09cd\u099f\u09cd\u09af\u09be\u09ae\u09cd\u09aa', NULL, NULL),\n(25954, 'bn', 'db', 'Signature', '\u09b8\u09cd\u09ac\u09be\u0995\u09cd\u09b7\u09b0', NULL, NULL),\n(25955, 'bn', 'db', 'Developed', '\u0989\u09a8\u09cd\u09a8\u09a4', NULL, NULL),\n(25956, 'bn', 'db', 'Attach File', '\u09ab\u09be\u0987\u09b2 \u09b8\u0982\u09af\u09c1\u0995\u09cd\u09a4 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25957, 'bn', 'db', 'File Link', '\u09ab\u09be\u0987\u09b2 \u09b2\u09bf\u0999\u09cd\u0995', NULL, NULL),\n(25958, 'bn', 'db', 'Delivery', '\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf', NULL, NULL),\n(25959, 'bn', 'db', 'Delivered', '\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(25960, 'bn', 'db', 'For Digital product sale_unit will be n\\\\\/a', '\u09a1\u09bf\u099c\u09bf\u099f\u09be\u09b2 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u0987\u0989\u09a8\u09bf\u099f \u09b9\u09ac\u09c7 n\\\\\/a', NULL, NULL),\n(25961, 'bn', 'db', 'Forgot Password?', '\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09ad\u09c1\u09b2\u09c7 \u0997\u09c7\u099b\u09c7\u09a8?', NULL, NULL),\n(25962, 'bn', 'db', 'Do not have an account?', '\u0986\u09aa\u09a8\u09be\u09b0 \u0995\u09bf \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a8\u09c7\u0987?', NULL, NULL),\n(25963, 'bn', 'db', 'Register', '\u09a8\u09bf\u09ac\u09a8\u09cd\u09a7\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25964, 'bn', 'db', 'Expense Category', '\u09ac\u09cd\u09af\u09df \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(25965, 'bn', 'db', 'Expense', '\u09ac\u09cd\u09af\u09af\u09bc', NULL, NULL),\n(25966, 'bn', 'db', 'Gift Card', '\u0989\u09aa\u09b9\u09be\u09b0 \u0995\u09be\u09b0\u09cd\u09a1', NULL, NULL),\n(25967, 'bn', 'db', 'Card', '\u0995\u09be\u09b0\u09cd\u09a1', NULL, NULL),\n(25968, 'bn', 'db', 'Expiry Date', '\u09ae\u09c7\u09af\u09bc\u09be\u09a6 \u09b6\u09c7\u09b7 \u09b9\u0993\u09af\u09bc\u09be\u09b0 \u09a4\u09be\u09b0\u09bf\u0996', NULL, NULL),\n(25969, 'bn', 'db', 'Recharge', '\u09b0\u09bf\u099a\u09be\u09b0\u09cd\u099c', NULL, NULL),\n(25970, 'bn', 'db', 'Deposit', '\u0986\u09ae\u09be\u09a8\u09a4', NULL, NULL),\n(25971, 'bn', 'db', 'Choose Warehouse', '\u0997\u09c1\u09a6\u09be\u09ae \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25972, 'bn', 'db', 'Choose Supplier', '\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25973, 'bn', 'db', 'Choose Customer', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25974, 'bn', 'db', 'Touchscreen keybord', '\u099f\u09be\u099a\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09a8 \u0995\u09c0\u09ac\u09cb\u09b0\u09cd\u09a1', NULL, NULL),\n(25975, 'bn', 'db', 'Already have an account', '\u0987\u09a4\u09bf\u09ae\u09a7\u09cd\u09af\u09c7\u0987 \u098f\u0995\u099f\u09bf \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u0986\u099b\u09c7', NULL, NULL),\n(25976, 'bn', 'db', 'Currency', '\u09ae\u09c1\u09a6\u09cd\u09b0\u09be', NULL, NULL),\n(25977, 'bn', 'db', 'Mail Setting', '\u09ae\u09c7\u0987\u09b2 \u09b8\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(25978, 'bn', 'db', 'Mail Host', '\u09ae\u09c7\u0987\u09b2 \u09b9\u09cb\u09b8\u09cd\u099f', NULL, NULL),\n(25979, 'bn', 'db', 'Mail Port', '\u09ae\u09c7\u0987\u09b2 \u09aa\u09cb\u09b0\u09cd\u099f', NULL, NULL),\n(25980, 'bn', 'db', 'Mail From Name', '\u09a8\u09be\u09ae \u09a5\u09c7\u0995\u09c7 \u09ae\u09c7\u0987\u09b2', NULL, NULL),\n(25981, 'bn', 'db', 'Mail Address', '\u09ae\u09c7\u0987\u09b2 \u09a0\u09bf\u0995\u09be\u09a8\u09be', NULL, NULL),\n(25982, 'bn', 'db', 'Encryption', '\u098f\u09a8\u0995\u09cd\u09b0\u09bf\u09aa\u09b6\u09a8', NULL, NULL),\n(25983, 'bn', 'db', 'Today', '\u0986\u099c', NULL, NULL),\n(25984, 'bn', 'db', 'Last 7 Days', '\u0997\u09a4 \u09ed \u09a6\u09bf\u09a8', NULL, NULL),\n(25985, 'bn', 'db', 'This Month', '\u098f\u0987 \u09ae\u09be\u09b8\u09c7', NULL, NULL),\n(25986, 'bn', 'db', 'This Year', 'This Year \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(25987, 'bn', 'db', 'Cash in Hand', '\u09b9\u09be\u09a4\u09c7 \u099f\u09be\u0995\u09be', NULL, NULL),\n(25988, 'bn', 'db', 'In Hand', '\u09b9\u09be\u09a4\u09c7', NULL, NULL),\n(25989, 'bn', 'db', 'Summary Report', '\u09b8\u09be\u09b0\u09be\u0982\u09b6 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(25990, 'bn', 'db', 'Draft', '\u0996\u09b8\u09a1\u09bc\u09be', NULL, NULL),\n(25991, 'bn', 'db', 'Coupon', '\u0995\u09c1\u09aa\u09a8', NULL, NULL),\n(25992, 'bn', 'db', 'Available', '\u0989\u09aa\u09b2\u09ac\u09cd\u09a7', NULL, NULL),\n(25993, 'bn', 'db', 'Minimum Sale', '\u09b8\u09b0\u09cd\u09ac\u09a8\u09bf\u09ae\u09cd\u09a8 \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(25994, 'bn', 'db', 'Add Sale', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25995, 'bn', 'db', 'Import Sale', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(25996, 'bn', 'db', 'Sale Status', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u0985\u09ac\u09b8\u09cd\u09a5\u09be', NULL, NULL),\n(25997, 'bn', 'db', 'Payment Status', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09cd\u099f\u09cd\u09af\u09be\u099f\u09be\u09b8', NULL, NULL),\n(25998, 'bn', 'db', 'Generate Invoice', '\u0987\u09a8\u09ad\u09af\u09bc\u09c7\u09b8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(25999, 'bn', 'db', 'Add Payment', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26000, 'bn', 'db', 'View Payment', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09a6\u09c7\u0996\u09c1\u09a8', NULL, NULL),\n(26001, 'bn', 'db', 'Add Delivery', '\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26002, 'bn', 'db', 'PDF', '\u09aa\u09bf\u09a1\u09bf\u098f\u09ab', NULL, NULL),\n(26003, 'bn', 'db', 'CSV', '\u09b8\u09bf\u098f\u09b8\u09ad\u09bf', NULL, NULL),\n(26004, 'bn', 'db', 'Column visibility', '\u0995\u09b2\u09be\u09ae\u09c7\u09b0 \u09a6\u09c3\u09b6\u09cd\u09af\u09ae\u09be\u09a8\u09a4\u09be', NULL, NULL),\n(26005, 'bn', 'db', 'Search', '\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8', NULL, NULL),\n(26006, 'bn', 'db', 'records per page', '\u09aa\u09cd\u09b0\u09a4\u09bf \u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u09af\u09bc \u09b0\u09c7\u0995\u09b0\u09cd\u09a1', NULL, NULL),\n(26007, 'bn', 'db', 'Showing', '\u09a6\u09c7\u0996\u09be\u09a8\u09cb \u09b9\u099a\u09cd\u099b\u09c7', NULL, NULL),\n(26008, 'bn', 'db', 'Order Discount', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09a1\u09bf\u09b8\u0995\u09be\u0989\u09a8\u09cd\u099f', NULL, NULL),\n(26009, 'bn', 'db', 'Order Tax', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u099f\u09cd\u09af\u09be\u0995\u09cd\u09b8', NULL, NULL),\n(26010, 'bn', 'db', 'Sale Note', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09a8\u09cb\u099f', NULL, NULL),\n(26011, 'bn', 'db', 'Staff Note', '\u09b8\u09cd\u099f\u09be\u09ab \u09a8\u09cb\u099f', NULL, NULL),\n(26012, 'bn', 'db', 'Paid Amount', '\u09aa\u09cd\u09b0\u09a6\u09a4\u09cd\u09a4 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26013, 'bn', 'db', 'Sale Details', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26014, 'bn', 'db', 'Purchase List', '\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26015, 'bn', 'db', 'Add Purchase', '\u0995\u09cd\u09b0\u09af\u09bc \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26016, 'bn', 'db', 'Import Purchase By CSV', 'CSV \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u0986\u09ae\u09a6\u09be\u09a8\u09bf \u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(26017, 'bn', 'db', 'Sale List', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26018, 'bn', 'db', 'Import Sale By CSV', 'CSV \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u0986\u09ae\u09a6\u09be\u09a8\u09bf \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(26019, 'bn', 'db', 'Gift Card List', '\u0989\u09aa\u09b9\u09be\u09b0 \u0995\u09be\u09b0\u09cd\u09a1\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26020, 'bn', 'db', 'Coupon List', '\u0995\u09c1\u09aa\u09a8 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26021, 'bn', 'db', 'Delivery List', '\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26022, 'bn', 'db', 'Expense List', '\u09ac\u09cd\u09af\u09af\u09bc\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26023, 'bn', 'db', 'Add Expense', '\u09ac\u09cd\u09af\u09af\u09bc \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26024, 'bn', 'db', 'Quotation List', '\u0989\u09a6\u09cd\u09a7\u09c3\u09a4\u09bf \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26025, 'bn', 'db', 'Add Quotation', '\u0989\u09a6\u09cd\u09a7\u09c3\u09a4\u09bf \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26026, 'bn', 'db', 'Transfer List', '\u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09b0\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26027, 'bn', 'db', 'Add Transfer', '\u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09b0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26028, 'bn', 'db', 'Import Transfer By CSV', 'CSV \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u0986\u09ae\u09a6\u09be\u09a8\u09bf \u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09b0', NULL, NULL),\n(26029, 'bn', 'db', 'Return List', '\u09aa\u09cd\u09b0\u09a4\u09cd\u09af\u09be\u09ac\u09b0\u09cd\u09a4\u09a8\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26030, 'bn', 'db', 'Add Return', '\u09b0\u09bf\u099f\u09be\u09b0\u09cd\u09a8 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26031, 'bn', 'db', 'Quantity Adjustment', '\u09aa\u09b0\u09bf\u09ae\u09be\u09a3 \u09b8\u09ae\u09a8\u09cd\u09ac\u09af\u09bc', NULL, NULL),\n(26032, 'bn', 'db', 'Adjustment List', '\u09b8\u09ae\u09a8\u09cd\u09ac\u09af\u09bc \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26033, 'bn', 'db', 'Add Adjustment', '\u09b8\u09ae\u09a8\u09cd\u09ac\u09af\u09bc \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26034, 'bn', 'db', 'User List', '\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26035, 'bn', 'db', 'Add User', '\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26036, 'bn', 'db', 'Customer List', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26037, 'bn', 'db', 'Add Customer', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26038, 'bn', 'db', 'Biller List', '\u09ac\u09bf\u09b2\u09be\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26039, 'bn', 'db', 'Add Biller', '\u09ac\u09bf\u09b2\u09be\u09b0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26040, 'bn', 'db', 'Supplier List', '\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26041, 'bn', 'db', 'Add Supplier', '\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26042, 'bn', 'db', 'Sale Report', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(26043, 'bn', 'db', 'Purchase Report', '\u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(26044, 'bn', 'db', 'Payment Report', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f', NULL, NULL),\n(26045, 'bn', 'db', 'Warehouse Stock Chart', '\u0997\u09c1\u09a6\u09be\u09ae \u09b8\u09cd\u099f\u0995 \u099a\u09be\u09b0\u09cd\u099f', NULL, NULL),\n(26046, 'bn', 'db', 'Product Quantity Alert', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3 \u09b8\u09a4\u09b0\u09cd\u0995\u09a4\u09be', NULL, NULL),\n(26047, 'bn', 'db', 'Customer Report', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(26048, 'bn', 'db', 'Supplier Report', '\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(26049, 'bn', 'db', 'Due Report', '\u09ac\u09bf\u099a\u09be\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(26050, 'bn', 'db', 'User Profile', '\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0\u09b0 \u09aa\u09cd\u09b0\u09cb\u09ab\u09be\u0987\u09b2', NULL, NULL),\n(26051, 'bn', 'db', 'Cash Flow', '\u09a8\u0997\u09a6 \u09aa\u09cd\u09b0\u09ac\u09be\u09b9', NULL, NULL),\n(26052, 'bn', 'db', 'Add Category', '\u09ac\u09bf\u09ad\u09be\u0997 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26053, 'bn', 'db', 'Import Category', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26054, 'bn', 'db', 'Parent Category', '\u09aa\u09bf\u09a4\u09be\u09ae\u09be\u09a4\u09be\u09b0 \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26055, 'bn', 'db', 'Product Image', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u099b\u09ac\u09bf', NULL, NULL),\n(26056, 'bn', 'db', 'Product Name', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(26057, 'bn', 'db', 'Product Code', '\u09aa\u09a3\u09cd\u09af \u0995\u09cb\u09a1', NULL, NULL),\n(26058, 'bn', 'db', 'Product Type', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09a7\u09b0\u09a3', NULL, NULL),\n(26059, 'bn', 'db', 'Product Unit', '\u09aa\u09a3\u09cd\u09af \u0987\u0989\u09a8\u09bf\u099f', NULL, NULL),\n(26060, 'bn', 'db', 'Sale Unit', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u0987\u0989\u09a8\u09bf\u099f', NULL, NULL),\n(26061, 'bn', 'db', 'Purchase Unit', '\u0995\u09cd\u09b0\u09af\u09bc \u0987\u0989\u09a8\u09bf\u099f', NULL, NULL),\n(26062, 'bn', 'db', 'Product Cost', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09a6\u09be\u09ae', NULL, NULL),\n(26063, 'bn', 'db', 'Product Price', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09a6\u09be\u09ae', NULL, NULL),\n(26064, 'bn', 'db', 'Alert Quantity', '\u09b8\u09a4\u09b0\u09cd\u0995\u09a4\u09be\u09b0 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26065, 'bn', 'db', 'Add Promotional Price', '\u09aa\u09cd\u09b0\u099a\u09be\u09b0\u09ae\u09c2\u09b2\u0995 \u09ae\u09c2\u09b2\u09cd\u09af \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26066, 'bn', 'db', 'Product Tax', '\u09aa\u09a3\u09cd\u09af \u0995\u09b0', NULL, NULL),\n(26067, 'bn', 'db', 'Tax Method', '\u0995\u09b0 \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(26068, 'bn', 'db', 'Featured product will be displayed in POS', '\u09ac\u09c8\u09b6\u09bf\u09b7\u09cd\u099f\u09cd\u09af\u09af\u09c1\u0995\u09cd\u09a4 \u09aa\u09a3\u09cd\u09af POS-\u098f \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09bf\u09a4 \u09b9\u09ac\u09c7', NULL, NULL),\n(26069, 'bn', 'db', 'Product Invoice Details', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u099a\u09be\u09b2\u09be\u09a8\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26070, 'bn', 'db', 'Purchase Status', '\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be', NULL, NULL),\n(26071, 'bn', 'db', 'Add Gift Card', '\u0989\u09aa\u09b9\u09be\u09b0 \u0995\u09be\u09b0\u09cd\u09a1 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26072, 'bn', 'db', 'Card No', '\u0995\u09be\u09b0\u09cd\u09a1 \u09a8\u09ae\u09cd\u09ac\u09b0', NULL, NULL),\n(26073, 'bn', 'db', 'Reference No', '\u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u09a8\u0982', NULL, NULL),\n(26074, 'bn', 'db', 'Add Coupon', '\u0995\u09c1\u09aa\u09a8 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26075, 'bn', 'db', 'Coupon Code', '\u0995\u09c1\u09aa\u09a8 \u0995\u09cb\u09a1', NULL, NULL),\n(26076, 'bn', 'db', 'Minimum Amount', '\u09b8\u09b0\u09cd\u09ac\u09a8\u09bf\u09ae\u09cd\u09a8 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26077, 'bn', 'db', 'Update Coupon', '\u0986\u09aa\u09a1\u09c7\u099f \u0995\u09c1\u09aa\u09a8', NULL, NULL),\n(26078, 'bn', 'db', 'Update Purchase', '\u0995\u09cd\u09b0\u09af\u09bc \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26079, 'bn', 'db', 'Update Sale', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u0986\u09aa\u09a1\u09c7\u099f', NULL, NULL),\n(26080, 'bn', 'db', 'Update Product', '\u09aa\u09a3\u09cd\u09af \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26081, 'bn', 'db', 'Update Category', '\u09ac\u09bf\u09ad\u09be\u0997 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26082, 'bn', 'db', 'Update Gift Card', '\u0989\u09aa\u09b9\u09be\u09b0 \u0995\u09be\u09b0\u09cd\u09a1 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26083, 'bn', 'db', 'Delivery Reference', '\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8', NULL, NULL),\n(26084, 'bn', 'db', 'Sale Reference', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8', NULL, NULL),\n(26085, 'bn', 'db', 'Add Expense Category', '\u09ac\u09cd\u09af\u09df \u09ac\u09bf\u09ad\u09be\u0997 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26086, 'bn', 'db', 'Import Expense Category', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf \u09ac\u09cd\u09af\u09af\u09bc \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26087, 'bn', 'db', 'Update Expense', '\u0986\u09aa\u09a1\u09c7\u099f \u0996\u09b0\u099a', NULL, NULL),\n(26088, 'bn', 'db', 'Quotation Status', '\u0989\u09a6\u09cd\u09a7\u09c3\u09a4\u09bf \u09b8\u09cd\u09a5\u09bf\u09a4\u09bf', NULL, NULL),\n(26089, 'bn', 'db', 'Create Sale', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26090, 'bn', 'db', 'Create Purchase', '\u0995\u09cd\u09b0\u09af\u09bc \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26091, 'bn', 'db', 'Purchase Details', '\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26092, 'bn', 'db', 'Quotation Details', '\u0989\u09a6\u09cd\u09a7\u09c3\u09a4\u09bf \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26093, 'bn', 'db', 'Import Transfer', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf \u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09b0', NULL, NULL),\n(26094, 'bn', 'db', 'Update Transfer', '\u0986\u09aa\u09a1\u09c7\u099f \u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09b0', NULL, NULL),\n(26095, 'bn', 'db', 'Transfer Status', '\u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09b0\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be', NULL, NULL),\n(26096, 'bn', 'db', 'Transfer Details', '\u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09b0\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26097, 'bn', 'db', 'Return Details', '\u09b0\u09bf\u099f\u09be\u09b0\u09cd\u09a8\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26098, 'bn', 'db', 'Return Note', '\u09b0\u09bf\u099f\u09be\u09b0\u09cd\u09a8 \u09a8\u09cb\u099f', NULL, NULL),\n(26099, 'bn', 'db', 'Update Return', '\u0986\u09aa\u09a1\u09c7\u099f \u09b0\u09bf\u099f\u09be\u09b0\u09cd\u09a8', NULL, NULL),\n(26100, 'bn', 'db', 'Card Details', '\u0995\u09be\u09b0\u09cd\u09a1\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26101, 'bn', 'db', 'Update Adjustment', '\u0986\u09aa\u09a1\u09c7\u099f \u09b8\u09ae\u09a8\u09cd\u09ac\u09af\u09bc', NULL, NULL),\n(26102, 'bn', 'db', 'Update User', '\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26103, 'bn', 'db', 'Update Customer', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26104, 'bn', 'db', 'Import Customer', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u0986\u09ae\u09a6\u09be\u09a8\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26105, 'bn', 'db', 'Add Deposit', '\u0986\u09ae\u09be\u09a8\u09a4 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26106, 'bn', 'db', 'View Deposit', '\u0986\u09ae\u09be\u09a8\u09a4 \u09a6\u09c7\u0996\u09c1\u09a8', NULL, NULL),\n(26107, 'bn', 'db', 'Import Biller', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf \u09ac\u09bf\u09b2\u09be\u09b0', NULL, NULL),\n(26108, 'bn', 'db', 'Update Biller', '\u09ac\u09bf\u09b2\u09be\u09b0 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26109, 'bn', 'db', 'To display Image it must be stored in', '\u099b\u09ac\u09bf \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u098f\u099f\u09bf \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09a3 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7', NULL, NULL),\n(26110, 'bn', 'db', 'directory', '\u09a1\u09bf\u09b0\u09c7\u0995\u09cd\u099f\u09b0\u09bf', NULL, NULL),\n(26111, 'bn', 'db', 'Import Supplier', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf \u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0', NULL, NULL),\n(26112, 'bn', 'db', 'Update Supplier', '\u0986\u09aa\u09a1\u09c7\u099f \u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0', NULL, NULL),\n(26113, 'bn', 'db', 'Purchased Amount', '\u0995\u09cd\u09b0\u09af\u09bc\u0995\u09c3\u09a4 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26114, 'bn', 'db', 'Purchased Qty', '\u0995\u09cd\u09b0\u09af\u09bc\u0995\u09c3\u09a4 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26115, 'bn', 'db', 'Sold Amount', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc\u0995\u09c3\u09a4 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26116, 'bn', 'db', 'Sold Qty', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26117, 'bn', 'db', 'Payment Reference', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8', NULL, NULL),\n(26118, 'bn', 'db', 'Purchase Reference', '\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8', NULL, NULL),\n(26119, 'bn', 'db', 'Paid By', '\u09aa\u09cd\u09b0\u09a6\u09c7\u09af\u09bc', NULL, NULL),\n(26120, 'bn', 'db', 'Total Item', '\u09ae\u09cb\u099f \u0986\u0987\u099f\u09c7\u09ae', NULL, NULL),\n(26121, 'bn', 'db', 'Total Quantity', '\u09ae\u09cb\u099f \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26122, 'bn', 'db', 'Paid Method', '\u09aa\u09cd\u09b0\u09a6\u09c7\u09af\u09bc \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf', NULL, NULL),\n(26123, 'bn', 'db', 'Customer Details', '\u0997\u09cd\u09b0\u09be\u09b9\u0995\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26124, 'bn', 'db', 'Bill No', '\u09ac\u09bf\u09b2 \u09a8\u0982', NULL, NULL),\n(26125, 'bn', 'db', 'Add Role', '\u09ad\u09c2\u09ae\u09bf\u0995\u09be \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26126, 'bn', 'db', 'Update Role', '\u09ad\u09c2\u09ae\u09bf\u0995\u09be \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26127, 'bn', 'db', 'Import Warehouse', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf \u0997\u09c1\u09a6\u09be\u09ae', NULL, NULL),\n(26128, 'bn', 'db', 'Update Warehouse', '\u0986\u09aa\u09a1\u09c7\u099f \u0993\u09af\u09bc\u09cd\u09af\u09be\u09b0\u09b9\u09be\u0989\u09b8', NULL, NULL),\n(26129, 'bn', 'db', 'Import Customer Group', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf \u0997\u09cd\u09b0\u09be\u09b9\u0995 \u0997\u09cb\u09b7\u09cd\u09a0\u09c0', NULL, NULL),\n(26130, 'bn', 'db', 'Update Customer Group', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u0997\u09cb\u09b7\u09cd\u09a0\u09c0 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26131, 'bn', 'db', 'Import Brand', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf \u09ac\u09cd\u09b0\u09cd\u09af\u09be\u09a8\u09cd\u09a1', NULL, NULL),\n(26132, 'bn', 'db', 'Update Brand', '\u09ac\u09cd\u09b0\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26133, 'bn', 'db', 'Import Unit', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf \u0987\u0989\u09a8\u09bf\u099f', NULL, NULL),\n(26134, 'bn', 'db', 'Update Unit', '\u0986\u09aa\u09a1\u09c7\u099f \u0987\u0989\u09a8\u09bf\u099f', NULL, NULL),\n(26135, 'bn', 'db', 'Import Tax', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf \u0995\u09b0', NULL, NULL),\n(26136, 'bn', 'db', 'Update Tax', '\u0986\u09aa\u09a1\u09c7\u099f \u099f\u09cd\u09af\u09be\u0995\u09cd\u09b8', NULL, NULL),\n(26137, 'bn', 'db', 'Update User Profile', '\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0\u09b0 \u09aa\u09cd\u09b0\u09cb\u09ab\u09be\u0987\u09b2 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26138, 'bn', 'db', 'Default Customer', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u0997\u09cd\u09b0\u09be\u09b9\u0995', NULL, NULL),\n(26139, 'bn', 'db', 'Default Biller', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u09ac\u09bf\u09b2\u09be\u09b0', NULL, NULL),\n(26140, 'bn', 'db', 'Default Warehouse', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u0997\u09c1\u09a6\u09be\u09ae', NULL, NULL),\n(26141, 'bn', 'db', 'Displayed Number of Product Row', '\u09aa\u09a3\u09cd\u09af \u09b8\u09be\u09b0\u09bf\u09b0 \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09bf\u09a4 \u09b8\u0982\u0996\u09cd\u09af\u09be', NULL, NULL),\n(26142, 'bn', 'db', 'Add Brand', '\u09ac\u09cd\u09b0\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26143, 'bn', 'db', 'All Deposit', '\u09b8\u09ae\u09b8\u09cd\u09a4 \u0986\u09ae\u09be\u09a8\u09a4', NULL, NULL),\n(26144, 'bn', 'db', 'Update Deposit', '\u0986\u09aa\u09a1\u09c7\u099f \u09a1\u09bf\u09aa\u09cb\u099c\u09bf\u099f', NULL, NULL),\n(26145, 'bn', 'db', 'Add Customer Group', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u0997\u09cb\u09b7\u09cd\u09a0\u09c0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26146, 'bn', 'db', 'Delivered By', '\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u0995\u09b0\u09c7\u099b\u09c7\u09a8', NULL, NULL),\n(26147, 'bn', 'db', 'Recieved By', '\u09aa\u09cd\u09b0\u09be\u09aa\u09cd\u09a4', NULL, NULL),\n(26148, 'bn', 'db', 'Update Delivery', '\u0986\u09aa\u09a1\u09c7\u099f \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf', NULL, NULL),\n(26149, 'bn', 'db', 'Update Expense Category', '\u09ac\u09cd\u09af\u09df \u09ac\u09bf\u09ad\u09be\u0997 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26150, 'bn', 'db', 'Tax Rate', '\u0995\u09b0\u09c7\u09b0 \u09b9\u09be\u09b0', NULL, NULL),\n(26151, 'bn', 'db', 'Unit Discount', '\u0987\u0989\u09a8\u09bf\u099f \u099b\u09be\u09a1\u09bc', NULL, NULL),\n(26152, 'bn', 'db', 'Import Purchase', '\u0986\u09ae\u09a6\u09be\u09a8\u09bf \u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(26153, 'bn', 'db', 'Payment Note', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09a8\u09cb\u099f', NULL, NULL),\n(26154, 'bn', 'db', 'All Payment', '\u09b8\u09ae\u09b8\u09cd\u09a4 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26155, 'bn', 'db', 'Update Payment', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26156, 'bn', 'db', 'Update Quotation', '\u0989\u09a6\u09cd\u09a7\u09c3\u09a4\u09bf \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26157, 'bn', 'db', 'Coupon Discount', '\u0995\u09c1\u09aa\u09a8 \u099b\u09be\u09a1\u09bc', NULL, NULL),\n(26158, 'bn', 'db', 'Payment Mode', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09ae\u09cb\u09a1', NULL, NULL),\n(26159, 'bn', 'db', 'Bill To', 'Bill To \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(26160, 'bn', 'db', 'Stamp & Signature', '\u09b8\u09cd\u099f\u09cd\u09af\u09be\u09ae\u09cd\u09aa \u098f\u09ac\u0982 \u09b8\u09cd\u09ac\u09be\u0995\u09cd\u09b7\u09b0', NULL, NULL),\n(26161, 'bn', 'db', 'Invoice Generated By', '\u0987\u09a8\u09ad\u09af\u09bc\u09c7\u09b8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c7\u099b\u09c7\u09a8', NULL, NULL),\n(26162, 'bn', 'db', 'Add Tax', '\u0995\u09b0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26163, 'bn', 'db', 'Tax Name', '\u0995\u09b0\u09c7\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(26164, 'bn', 'db', 'From Warehouse', '\u0997\u09c1\u09a6\u09be\u09ae \u09a5\u09c7\u0995\u09c7', NULL, NULL),\n(26165, 'bn', 'db', 'To Warehouse', '\u0997\u09c1\u09a6\u09be\u09ae\u09c7', NULL, NULL),\n(26166, 'bn', 'db', 'Add Unit', '\u0987\u0989\u09a8\u09bf\u099f \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26167, 'bn', 'db', 'Add Warehouse', '\u0997\u09c1\u09a6\u09be\u09ae \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26168, 'bn', 'db', 'All Warehouse', '\u09b8\u09ae\u09b8\u09cd\u09a4 \u0997\u09c1\u09a6\u09be\u09ae', NULL, NULL),\n(26169, 'bn', 'db', 'Net Loss', '\u09a8\u09bf\u099f \u0995\u09cd\u09b7\u09a4\u09bf', NULL, NULL),\n(26170, 'bn', 'db', 'Net Sale', '\u09a8\u09c7\u099f \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(26171, 'bn', 'db', 'Net Purchase', '\u09a8\u09c7\u099f \u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(26172, 'bn', 'db', 'Net Return', '\u09a8\u09c7\u099f \u09b0\u09bf\u099f\u09be\u09b0\u09cd\u09a8', NULL, NULL),\n(26173, 'bn', 'db', 'Payment Recieved', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u0997\u09c3\u09b9\u09c0\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26174, 'bn', 'db', 'Payment Sent', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26175, 'bn', 'db', 'Product Discount', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u0989\u09aa\u09b0 \u099b\u09be\u09a1\u09bc', NULL, NULL),\n(26176, 'bn', 'db', 'Completed', '\u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3', NULL, NULL),\n(26177, 'bn', 'db', 'Pending', '\u09ae\u09c1\u09b2\u09a4\u09c1\u09ac\u09bf', NULL, NULL),\n(26178, 'bn', 'db', 'Partial', '\u0986\u0982\u09b6\u09bf\u0995', NULL, NULL),\n(26179, 'bn', 'db', 'Packing', '\u09aa\u09cd\u09af\u09be\u0995\u09bf\u0982', NULL, NULL),\n(26180, 'bn', 'db', 'Delivering', '\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf', NULL, NULL),\n(26181, 'bn', 'db', 'Ordered', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26182, 'bn', 'db', 'No Tax', '\u0995\u09cb\u09a8 \u0995\u09b0 \u09a8\u09c7\u0987', NULL, NULL),\n(26183, 'bn', 'db', 'Stock Value by Price', '\u09ae\u09c2\u09b2\u09cd\u09af \u0985\u09a8\u09c1\u09b8\u09be\u09b0\u09c7 \u09b8\u09cd\u099f\u0995 \u09ae\u09c2\u09b2\u09cd\u09af', NULL, NULL),\n(26184, 'bn', 'db', 'Stock Value by Cost', '\u0996\u09b0\u099a \u0985\u09a8\u09c1\u09b8\u09be\u09b0\u09c7 \u09b8\u09cd\u099f\u0995 \u09ae\u09c2\u09b2\u09cd\u09af', NULL, NULL),\n(26185, 'bn', 'db', 'Estimate Profit', '\u0986\u09a8\u09c1\u09ae\u09be\u09a8\u09bf\u0995 \u09b2\u09be\u09ad', NULL, NULL),\n(26186, 'bn', 'db', 'Time Zone', 'Time Zone \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(26187, 'bn', 'db', 'Currency Position', '\u09ae\u09c1\u09a6\u09cd\u09b0\u09be\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u09a8', NULL, NULL),\n(26188, 'bn', 'db', 'Prefix', '\u0989\u09aa\u09b8\u09b0\u09cd\u0997', NULL, NULL),\n(26189, 'bn', 'db', 'Suffix', '\u09aa\u09cd\u09b0\u09a4\u09cd\u09af\u09af\u09bc', NULL, NULL),\n(26190, 'bn', 'db', 'Exclusive', '\u098f\u0995\u09cd\u09b8\u0995\u09cd\u09b2\u09c1\u09b8\u09bf\u09ad', NULL, NULL),\n(26191, 'bn', 'db', 'Inclusive', '\u09b8\u09ae\u09c7\u09a4', NULL, NULL),\n(26192, 'bn', 'db', 'Combo Products', '\u0995\u09ae\u09cd\u09ac\u09cb \u09aa\u09a3\u09cd\u09af', NULL, NULL),\n(26193, 'bn', 'db', 'Image name must be same as product name', '\u099b\u09ac\u09bf\u09b0 \u09a8\u09be\u09ae \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09a8\u09be\u09ae\u09c7\u09b0 \u09ae\u09a4\u09cb\u0987 \u09b9\u09a4\u09c7 \u09b9\u09ac\u09c7', NULL, NULL),\n(26194, 'bn', 'db', 'Paying Amount', '\u09aa\u09cd\u09b0\u09a6\u09be\u09a8\u09c7\u09b0 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26195, 'bn', 'db', 'Payable Amount', '\u09aa\u09cd\u09b0\u09a6\u09c7\u09af\u09bc \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26196, 'bn', 'db', 'Change', '\u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8', NULL, NULL),\n(26197, 'bn', 'db', 'Back', '\u09aa\u09bf\u099b\u09a8\u09c7', NULL, NULL),\n(26198, 'bn', 'db', 'Role Permission', '\u09ad\u09c2\u09ae\u09bf\u0995\u09be \u0985\u09a8\u09c1\u09ae\u09a4\u09bf', NULL, NULL),\n(26199, 'bn', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', '\u098f\u0995\u09cd\u09b8\u0995\u09cd\u09b2\u09c1\u09b8\u09bf\u09ad => \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09ae\u09c2\u09b2\u09cd\u09af = \u09aa\u09cd\u09b0\u0995\u09c3\u09a4 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09ae\u09c2\u09b2\u09cd\u09af + \u0995\u09b0\u0964 \u0985\u09a8\u09cd\u09a4\u09b0\u09cd\u09ad\u09c1\u0995\u09cd\u09a4 => \u09aa\u09cd\u09b0\u0995\u09c3\u09a4 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09ae\u09c2\u09b2\u09cd\u09af = \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09ae\u09c2\u09b2\u09cd\u09af - \u0995\u09b0', NULL, NULL),\n(26200, 'bn', 'db', 'Accounting', '\u09b9\u09bf\u09b8\u09be\u09ac\u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8', NULL, NULL),\n(26201, 'bn', 'db', 'Account', '\u09b9\u09bf\u09b8\u09be\u09ac', NULL, NULL),\n(26202, 'bn', 'db', 'Account List', '\u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26203, 'bn', 'db', 'Add Account', '\u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26204, 'bn', 'db', 'Account No', '\u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a8\u09ae\u09cd\u09ac\u09b0', NULL, NULL),\n(26205, 'bn', 'db', 'Initial Balance', '\u09aa\u09cd\u09b0\u09be\u09a5\u09ae\u09bf\u0995 \u09ad\u09be\u09b0\u09b8\u09be\u09ae\u09cd\u09af', NULL, NULL),\n(26206, 'bn', 'db', 'Update Account', '\u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26207, 'bn', 'db', 'Default', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f', NULL, NULL),\n(26208, 'bn', 'db', 'Balance Sheet', '\u09ac\u09cd\u09af\u09be\u09b2\u09c7\u09a8\u09cd\u09b8 \u09b6\u09bf\u099f', NULL, NULL),\n(26209, 'bn', 'db', 'Debit', '\u09a1\u09c7\u09ac\u09bf\u099f', NULL, NULL),\n(26210, 'bn', 'db', 'Credit', '\u0995\u09cd\u09b0\u09c7\u09a1\u09bf\u099f', NULL, NULL),\n(26211, 'bn', 'db', 'Account Statement', '\u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09b8\u09cd\u099f\u09c7\u099f\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26212, 'bn', 'db', 'Department', '\u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26213, 'bn', 'db', 'Add Department', '\u09ac\u09bf\u09ad\u09be\u0997 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26214, 'bn', 'db', 'Update Department', '\u0986\u09aa\u09a1\u09c7\u099f \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26215, 'bn', 'db', 'Employee', '\u0995\u09b0\u09cd\u09ae\u099a\u09be\u09b0\u09c0', NULL, NULL),\n(26216, 'bn', 'db', 'Add Employee', '\u0995\u09b0\u09cd\u09ae\u099a\u09be\u09b0\u09c0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26217, 'bn', 'db', 'Update Employee', '\u0995\u09b0\u09cd\u09ae\u099a\u09be\u09b0\u09c0 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26218, 'bn', 'db', 'Payroll', '\u09ac\u09c7\u09a4\u09a8', NULL, NULL),\n(26219, 'bn', 'db', 'Add Payroll', '\u09ac\u09c7\u09a4\u09a8 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26220, 'bn', 'db', 'Update Payroll', '\u0986\u09aa\u09a1\u09c7\u099f \u09ac\u09c7\u09a4\u09a8', NULL, NULL),\n(26221, 'bn', 'db', 'Method', '\u09aa\u09a6\u09cd\u09a7\u09a4\u09bf', NULL, NULL),\n(26222, 'bn', 'db', 'Sale Return', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09cd\u09b0\u09a4\u09cd\u09af\u09be\u09ac\u09b0\u09cd\u09a4\u09a8', NULL, NULL),\n(26223, 'bn', 'db', 'Purchase Return', '\u0995\u09cd\u09b0\u09af\u09bc \u09ab\u09c7\u09b0\u09a4', NULL, NULL),\n(26224, 'bn', 'db', 'Net Sale Return', '\u09a8\u09c7\u099f \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09b0\u09bf\u099f\u09be\u09b0\u09cd\u09a8', NULL, NULL),\n(26225, 'bn', 'db', 'Net Purchase Return', '\u09a8\u09c7\u099f \u0995\u09cd\u09b0\u09af\u09bc \u09b0\u09bf\u099f\u09be\u09b0\u09cd\u09a8', NULL, NULL),\n(26226, 'bn', 'db', 'Attendance', '\u0989\u09aa\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf', NULL, NULL),\n(26227, 'bn', 'db', 'Add Attendance', '\u0989\u09aa\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26228, 'bn', 'db', 'HRM Setting', '\u098f\u0987\u099a\u0986\u09b0\u098f\u09ae \u09b8\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(26229, 'bn', 'db', 'CheckIn', '\u099a\u09c7\u0995\u0987\u09a8', NULL, NULL),\n(26230, 'bn', 'db', 'CheckOut', '\u099a\u09c7\u0995\u0986\u0989\u099f', NULL, NULL),\n(26231, 'bn', 'db', 'Default CheckIn', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u099a\u09c7\u0995\u0987\u09a8', NULL, NULL),\n(26232, 'bn', 'db', 'Default CheckOut', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u099a\u09c7\u0995\u0986\u0989\u099f', NULL, NULL),\n(26233, 'bn', 'db', 'Present', '\u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8', NULL, NULL),\n(26234, 'bn', 'db', 'Late', '\u09a6\u09c7\u09b0\u09c0', NULL, NULL),\n(26235, 'bn', 'db', 'User Report', '\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(26236, 'bn', 'db', 'Choose User', '\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26237, 'bn', 'db', 'Recieved Amount', '\u09aa\u09cd\u09b0\u09be\u09aa\u09cd\u09a4 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26238, 'bn', 'db', 'Theme', '\u09a5\u09bf\u09ae', NULL, NULL),\n(26239, 'bn', 'db', 'Staff Access', '\u0995\u09b0\u09cd\u09ae\u09c0\u09a6\u09c7\u09b0 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09be\u09a7\u09bf\u0995\u09be\u09b0', NULL, NULL),\n(26240, 'bn', 'db', 'All Records', '\u09b8\u0995\u09b2 \u09b0\u09c7\u0995\u09b0\u09cd\u09a1', NULL, NULL),\n(26241, 'bn', 'db', 'Own Records', '\u09a8\u09bf\u099c\u09b8\u09cd\u09ac \u09b0\u09c7\u0995\u09b0\u09cd\u09a1\u09b8', NULL, NULL),\n(26242, 'bn', 'db', 'Date Format', '\u09a4\u09be\u09b0\u09bf\u0996\u09c7\u09b0 \u09ac\u09bf\u09a8\u09cd\u09af\u09be\u09b8', NULL, NULL),\n(26243, 'bn', 'db', 'Empty Database', '\u0996\u09be\u09b2\u09bf \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8', NULL, NULL),\n(26244, 'bn', 'db', 'Stock Count', '\u09b8\u09cd\u099f\u0995 \u0995\u09be\u0989\u09a8\u09cd\u099f', NULL, NULL),\n(26245, 'bn', 'db', 'Count Stock', '\u0995\u09be\u0989\u09a8\u09cd\u099f \u09b8\u09cd\u099f\u0995', NULL, NULL),\n(26246, 'bn', 'db', 'Full', '\u09aa\u09c2\u09b0\u09cd\u09a3', NULL, NULL),\n(26247, 'bn', 'db', 'Finalize', '\u099a\u09c2\u09a1\u09bc\u09be\u09a8\u09cd\u09a4 \u0995\u09b0\u09be', NULL, NULL),\n(26248, 'bn', 'db', 'Initial File', '\u09aa\u09cd\u09b0\u09be\u09a5\u09ae\u09bf\u0995 \u09ab\u09be\u0987\u09b2', NULL, NULL),\n(26249, 'bn', 'db', 'Final File', '\u099a\u09c2\u09a1\u09bc\u09be\u09a8\u09cd\u09a4 \u09ab\u09be\u0987\u09b2', NULL, NULL),\n(26250, 'bn', 'db', 'Final Report', '\u099a\u09c2\u09a1\u09bc\u09be\u09a8\u09cd\u09a4 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(26251, 'bn', 'db', 'Finalize Stock Count', '\u09b8\u09cd\u099f\u0995 \u0997\u09a3\u09a8\u09be \u099a\u09c2\u09a1\u09bc\u09be\u09a8\u09cd\u09a4 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26252, 'bn', 'db', 'You just need to update the Counted column in the initial file', '\u0986\u09aa\u09a8\u09be\u0995\u09c7 \u0995\u09c7\u09ac\u09b2 \u09aa\u09cd\u09b0\u09be\u09a5\u09ae\u09bf\u0995 \u09ab\u09be\u0987\u09b2\u09c7 \u0997\u09a3\u09a8\u09be \u0995\u09b0\u09be \u0995\u09b2\u09be\u09ae\u099f\u09bf \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7', NULL, NULL),\n(26253, 'bn', 'db', 'Files', '\u09ab\u09be\u0987\u09b2', NULL, NULL),\n(26254, 'bn', 'db', 'Expected', '\u09aa\u09cd\u09b0\u09a4\u09cd\u09af\u09be\u09b6\u09bf\u09a4', NULL, NULL),\n(26255, 'bn', 'db', 'Counted', '\u0997\u09a3\u09a8\u09be \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26256, 'bn', 'db', 'Difference', '\u09aa\u09be\u09b0\u09cd\u09a5\u0995\u09cd\u09af', NULL, NULL),\n(26257, 'bn', 'db', 'Miscellaneous', '\u09ac\u09bf\u09ac\u09bf\u09a7', NULL, NULL),\n(26258, 'bn', 'db', 'SMS Setting', '\u098f\u09b8\u098f\u09ae\u098f\u09b8 \u09b8\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(26259, 'bn', 'db', 'Send SMS', '\u098f\u09b8\u098f\u09ae\u098f\u09b8 \u09aa\u09be\u09a0\u09be\u09a8', NULL, NULL),\n(26260, 'bn', 'db', 'Gateway', '\u09aa\u09cd\u09b0\u09ac\u09c7\u09b6\u09a6\u09cd\u09ac\u09be\u09b0', NULL, NULL),\n(26261, 'bn', 'db', 'Select SMS gateway', '\u098f\u09b8\u098f\u09ae\u098f\u09b8 \u0997\u09c7\u099f\u0993\u09af\u09bc\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8...', NULL, NULL),\n(26262, 'bn', 'db', 'Create SMS', '\u098f\u09b8\u098f\u09ae\u098f\u09b8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26263, 'bn', 'db', 'Mobile', '\u09ae\u09cb\u09ac\u09be\u0987\u09b2', NULL, NULL),\n(26264, 'bn', 'db', 'Message', '\u09ac\u09be\u09b0\u09cd\u09a4\u09be', NULL, NULL),\n(26265, 'bn', 'db', 'Add mobile numbers by selecting the customers', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c7 \u09ae\u09cb\u09ac\u09be\u0987\u09b2 \u09a8\u09ae\u09cd\u09ac\u09b0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26266, 'bn', 'db', 'Help', '\u09b8\u09be\u09b9\u09be\u09af\u09cd\u09af', NULL, NULL),\n(26267, 'bn', 'db', 'Type Product Name or Code', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09a8\u09be\u09ae \u09ac\u09be \u0995\u09cb\u09a1 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8...', NULL, NULL),\n(26268, 'bn', 'db', 'Type date or sale reference', '\u09a4\u09be\u09b0\u09bf\u0996 \u09ac\u09be \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8...', NULL, NULL),\n(26269, 'bn', 'db', 'Type date or purchase reference', '\u09a4\u09be\u09b0\u09bf\u0996 \u09ac\u09be \u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8...', NULL, NULL),\n(26270, 'bn', 'db', 'Tax Number', '\u099f\u09cd\u09af\u09be\u0995\u09cd\u09b8 \u09a8\u09ae\u09cd\u09ac\u09b0', NULL, NULL),\n(26271, 'bn', 'db', 'Holiday', '\u099b\u09c1\u099f\u09bf\u09b0 \u09a6\u09bf\u09a8', NULL, NULL),\n(26272, 'bn', 'db', 'Add Holiday', '\u099b\u09c1\u099f\u09bf\u09b0 \u09a6\u09bf\u09a8 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26273, 'bn', 'db', 'Update Holiday', '\u099b\u09c1\u099f\u09bf\u09b0 \u09a6\u09bf\u09a8 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26274, 'bn', 'db', 'Approve', '\u0985\u09a8\u09c1\u09ae\u09cb\u09a6\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26275, 'bn', 'db', 'My Holiday', '\u0986\u09ae\u09be\u09b0 \u099b\u09c1\u099f\u09bf', NULL, NULL),\n(26276, 'bn', 'db', 'Holiday Approve', '\u099b\u09c1\u099f\u09bf\u09b0 \u09a6\u09bf\u09a8 \u0985\u09a8\u09c1\u09ae\u09cb\u09a6\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26277, 'bn', 'db', 'My Transaction', '\u0986\u09ae\u09be\u09b0 \u09b2\u09c7\u09a8\u09a6\u09c7\u09a8', NULL, NULL),\n(26278, 'bn', 'db', 'Sale Generated', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u0989\u09ce\u09aa\u09a8\u09cd\u09a8', NULL, NULL),\n(26279, 'bn', 'db', 'Purchase Generated', '\u0995\u09cd\u09b0\u09af\u09bc \u09b8\u09ae\u09cd\u09aa\u09a8\u09cd\u09a8 \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26280, 'bn', 'db', 'Quotation Generated', '\u0989\u09a6\u09cd\u09a7\u09c3\u09a4\u09bf \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26281, 'bn', 'db', 'Warehouse Report', '\u0997\u09c1\u09a6\u09be\u09ae \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(26282, 'bn', 'db', 'Quick Cash', '\u09a6\u09cd\u09b0\u09c1\u09a4 \u09a8\u0997\u09a6', NULL, NULL),\n(26283, 'bn', 'db', 'Clear', '\u09aa\u09b0\u09bf\u09b7\u09cd\u0995\u09be\u09b0', NULL, NULL),\n(26284, 'bn', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', '\u0986\u09aa\u09a8\u09bf \u098f\u0995\u09be\u09a7\u09bf\u0995 \u099b\u09ac\u09bf \u0986\u09aa\u09b2\u09cb\u09a1 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09ac\u09c7\u09a8\u0964 \u09b6\u09c1\u09a7\u09c1\u09ae\u09be\u09a4\u09cd\u09b0 .jpeg, .jpg, .png, .gif \u09ab\u09be\u0987\u09b2 \u0986\u09aa\u09b2\u09cb\u09a1 \u0995\u09b0\u09be \u09af\u09be\u09ac\u09c7\u0964 \u09aa\u09cd\u09b0\u09a5\u09ae \u099b\u09ac\u09bf\u099f\u09bf \u09b9\u09ac\u09c7 \u09ac\u09c7\u09b8 \u0987\u09ae\u09c7\u099c\u0964', NULL, NULL),\n(26285, 'bn', 'db', 'This product has variant', '\u098f\u0987 \u09aa\u09a3\u09cd\u09af\u099f\u09bf\u09b0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09b0\u09c2\u09aa \u0986\u099b\u09c7', NULL, NULL),\n(26286, 'bn', 'db', 'Enter variant value seperated by comma', '\u0995\u09ae\u09be \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09aa\u09c3\u09a5\u0995 \u0995\u09b0\u09c7 \u09ad\u09c7\u09b0\u09bf\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09ae\u09be\u09a8 \u09b2\u09bf\u0996\u09c1\u09a8', NULL, NULL),\n(26287, 'bn', 'db', 'Item Code', '\u0986\u0987\u099f\u09c7\u09ae \u0995\u09cb\u09a1', NULL, NULL),\n(26288, 'bn', 'db', 'Additional Price', '\u0985\u09a4\u09bf\u09b0\u09bf\u0995\u09cd\u09a4 \u09ae\u09c2\u09b2\u09cd\u09af', NULL, NULL),\n(26289, 'bn', 'db', 'Variant', '\u09ac\u09bf\u0995\u09b2\u09cd\u09aa', NULL, NULL),\n(26290, 'bn', 'db', 'Warehouse Quantity', '\u0997\u09c1\u09a6\u09be\u09ae\u09c7\u09b0 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26291, 'bn', 'db', 'Warehouse quantity of product variants', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09a7\u09b0\u09a3\u0997\u09c1\u09b2\u09bf\u09b0 \u0997\u09c1\u09a6\u09be\u09ae\u09c7\u09b0 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26292, 'bn', 'db', 'Thank you for shopping with us Please come again', '\u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09b8\u09be\u09a5\u09c7 \u0995\u09c7\u09a8\u09be\u0995\u09be\u099f\u09be \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09a7\u09a8\u09cd\u09af\u09ac\u09be\u09a6\u0964 \u09a6\u09df\u09be \u0995\u09b0\u09c7 \u0986\u09ac\u09be\u09b0 \u0986\u09b8\u09c1\u09a8', NULL, NULL),\n(26293, 'bn', 'db', 'Money Transfer', '\u0985\u09b0\u09cd\u09a5 \u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09b0', NULL, NULL),\n(26294, 'bn', 'db', 'Add Money Transfer', '\u0985\u09b0\u09cd\u09a5 \u09b8\u09cd\u09a5\u09be\u09a8\u09be\u09a8\u09cd\u09a4\u09b0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26295, 'bn', 'db', 'From Account', '\u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a5\u09c7\u0995\u09c7', NULL, NULL),\n(26296, 'bn', 'db', 'To Account', '\u09b9\u09bf\u09b8\u09be\u09ac\u09c7', NULL, NULL),\n(26297, 'bn', 'db', 'Update Money Transfer', '\u09ae\u09be\u09a8\u09bf \u099f\u09cd\u09b0\u09be\u09a8\u09cd\u09b8\u09ab\u09be\u09b0 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26298, 'bn', 'db', 'Stock Quantity', '\u09b8\u09cd\u099f\u0995\u09c7\u09b0 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26299, 'bn', 'db', 'Stock Worth (Price\\\\\/Cost)', '\u09b6\u09c7\u09af\u09bc\u09be\u09b0 \u09ae\u09c2\u09b2\u09cd\u09af (\u09ae\u09c2\u09b2\u09cd\u09af\\\\\/\u09ae\u09c2\u09b2\u09cd\u09af)', NULL, NULL),\n(26300, 'bn', 'db', 'Number of Product', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09b8\u0982\u0996\u09cd\u09af\u09be', NULL, NULL),\n(26301, 'bn', 'db', 'Add Cash Register', '\u0995\u09cd\u09af\u09be\u09b6 \u09b0\u09c7\u099c\u09bf\u09b8\u09cd\u099f\u09be\u09b0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26302, 'bn', 'db', 'Cash Register Details', '\u09a8\u0997\u09a6 \u09a8\u09bf\u09ac\u09a8\u09cd\u09a7\u09a8\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26303, 'bn', 'db', 'Please review the transaction and payments', '\u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9 \u0995\u09b0\u09c7 \u09b2\u09c7\u09a8\u09a6\u09c7\u09a8 \u098f\u09ac\u0982 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be \u0995\u09b0\u09c1\u09a8\u0964', NULL, NULL),\n(26304, 'bn', 'db', 'Total Sale Amount', '\u09ae\u09cb\u099f \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26305, 'bn', 'db', 'Total Sale Return', '\u09ae\u09cb\u099f \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09b0\u09bf\u099f\u09be\u09b0\u09cd\u09a8', NULL, NULL),\n(26306, 'bn', 'db', 'Total Payment', '\u09ae\u09cb\u099f \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26307, 'bn', 'db', 'Cash Payment', '\u09a8\u0997\u09a6 \u0985\u09b0\u09cd\u09a5 \u09aa\u09cd\u09b0\u09a6\u09be\u09a8', NULL, NULL),\n(26308, 'bn', 'db', 'Credit Card Payment', '\u0995\u09cd\u09b0\u09c7\u09a1\u09bf\u099f \u0995\u09be\u09b0\u09cd\u09a1 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26309, 'bn', 'db', 'Gift Card Payment', '\u0997\u09bf\u09ab\u099f \u0995\u09be\u09b0\u09cd\u09a1 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26310, 'bn', 'db', 'Cheque Payment', '\u099a\u09c7\u0995 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26311, 'bn', 'db', 'Paypal Payment', '\u09aa\u09c7\u09aa\u09cd\u09af\u09be\u09b2 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26312, 'bn', 'db', 'Total Expense', '\u09ae\u09cb\u099f \u09ac\u09cd\u09af\u09af\u09bc', NULL, NULL),\n(26313, 'bn', 'db', 'Total Cash', '\u09ae\u09cb\u099f \u09a8\u0997\u09a6', NULL, NULL),\n(26314, 'bn', 'db', 'Cash Register List', '\u09a8\u0997\u09a6 \u09a8\u09bf\u09ac\u09a8\u09cd\u09a7\u09a8\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26315, 'bn', 'db', 'Closed', '\u09ac\u09a8\u09cd\u09a7', NULL, NULL),\n(26316, 'bn', 'db', 'Close Register', '\u09b0\u09c7\u099c\u09bf\u09b8\u09cd\u099f\u09be\u09b0 \u09ac\u09a8\u09cd\u09a7 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26317, 'bn', 'db', 'Opened at', '\u0996\u09cb\u09b2\u09be', NULL, NULL),\n(26318, 'bn', 'db', 'Closed at', '\u09ac\u09a8\u09cd\u09a7', NULL, NULL),\n(26319, 'bn', 'db', 'Delivery Details', '\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26320, 'bn', 'db', 'Print Last Reciept', '\u09b6\u09c7\u09b7 \u09b0\u09b8\u09bf\u09a6 \u09ae\u09c1\u09a6\u09cd\u09b0\u09a3 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26321, 'bn', 'db', 'Today Sale', '\u0986\u099c\u0995\u09c7\u09b0 \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(26322, 'bn', 'db', 'Today Profit', '\u0986\u099c\u0995\u09c7\u09b0 \u09b2\u09be\u09ad', NULL, NULL),\n(26323, 'bn', 'db', 'Product Revenue', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09b0\u09be\u099c\u09b8\u09cd\u09ac', NULL, NULL),\n(26324, 'bn', 'db', 'Full Screen', '\u09aa\u09c2\u09b0\u09cd\u09a3 \u09aa\u09b0\u09cd\u09a6\u09be', NULL, NULL),\n(26325, 'bn', 'db', 'Send Notification', '\u09ac\u09bf\u099c\u09cd\u099e\u09aa\u09cd\u09a4\u09bf \u09aa\u09be\u09a0\u09be\u09a8', NULL, NULL),\n(26326, 'bn', 'db', 'Add Currency', '\u09ae\u09c1\u09a6\u09cd\u09b0\u09be \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26327, 'bn', 'db', 'Update Currency', '\u09ae\u09c1\u09a6\u09cd\u09b0\u09be \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26328, 'bn', 'db', 'Currency Name', '\u09ae\u09c1\u09a6\u09cd\u09b0\u09be\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(26329, 'bn', 'db', 'Currency Code', '\u09ae\u09c1\u09a6\u09cd\u09b0\u09be \u0995\u09cb\u09a1', NULL, NULL),\n(26330, 'bn', 'db', 'Exchange Rate', '\u09ac\u09bf\u09a8\u09bf\u09ae\u09af\u09bc \u09b9\u09be\u09b0', NULL, NULL),\n(26331, 'bn', 'db', 'System Title', '\u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae', NULL, NULL),\n(26332, 'bn', 'db', 'System Logo', '\u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u09b2\u09cb\u0997\u09cb', NULL, NULL),\n(26333, 'bn', 'db', 'This product has different price for different warehouse', '\u098f\u0987 \u09aa\u09a3\u09cd\u09af\u099f\u09bf\u09b0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u0997\u09c1\u09a6\u09be\u09ae\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09b2\u09be\u09a6\u09be \u09a6\u09be\u09ae \u09b0\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26334, 'bn', 'db', 'Backup Database', '\u09ac\u09cd\u09af\u09be\u0995\u0986\u09aa \u09a1\u09be\u099f\u09be\u09ac\u09c7\u09b8', NULL, NULL),\n(26335, 'bn', 'db', 'Deposit Payment', '\u0986\u09ae\u09be\u09a8\u09a4 \u09aa\u09b0\u09bf\u09b6\u09cb\u09a7', NULL, NULL),\n(26336, 'bn', 'db', 'Invoice Format', '\u0987\u09a8\u09ad\u09af\u09bc\u09c7\u09b8 \u09ab\u09b0\u09cd\u09ae\u09cd\u09af\u09be\u099f', NULL, NULL),\n(26337, 'bn', 'db', 'Transaction Reference', '\u09b2\u09c7\u09a8\u09a6\u09c7\u09a8\u09c7\u09b0 \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8', NULL, NULL),\n(26338, 'bn', 'db', 'Batch No', '\u09ac\u09cd\u09af\u09be\u099a \u09a8\u0982', NULL, NULL),\n(26339, 'bn', 'db', 'This product has batch and expired date', '\u098f\u0987 \u09aa\u09a3\u09cd\u09af\u099f\u09bf\u09b0 \u09ac\u09cd\u09af\u09be\u099a \u098f\u09ac\u0982 \u09ae\u09c7\u09af\u09bc\u09be\u09a6\u09cb\u09a4\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 \u09a4\u09be\u09b0\u09bf\u0996 \u09b0\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26340, 'bn', 'db', 'Reward Point Setting', '\u09aa\u09c1\u09b0\u09b8\u09cd\u0995\u09be\u09b0 \u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09a8\u09bf\u09b0\u09cd\u09a7\u09be\u09b0\u09a3', NULL, NULL),\n(26341, 'bn', 'db', 'Sold amount per point', '\u09aa\u09cd\u09b0\u09a4\u09bf \u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f\u09c7 \u09ac\u09bf\u0995\u09cd\u09b0\u09bf\u09b0 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26342, 'bn', 'db', 'Minumum sold amount to get point', '\u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09aa\u09c7\u09a4\u09c7 \u09a8\u09cd\u09af\u09c2\u09a8\u09a4\u09ae \u09ac\u09bf\u0995\u09cd\u09b0\u09bf\u09a4 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26343, 'bn', 'db', 'Point Expiry Duration', '\u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f\u09c7\u09b0 \u09ae\u09c7\u09af\u09bc\u09be\u09a6 \u09b6\u09c7\u09b7 \u09b9\u0993\u09af\u09bc\u09be\u09b0 \u09b8\u09ae\u09af\u09bc\u0995\u09be\u09b2', NULL, NULL),\n(26344, 'bn', 'db', 'Duration Type', '\u09b8\u09ae\u09af\u09bc\u0995\u09be\u09b2 \u09a7\u09b0\u09a3', NULL, NULL),\n(26345, 'bn', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', '\u098f\u09b0 \u0985\u09b0\u09cd\u09a5 \u09b9\u09b2 \u09ac\u09bf\u0995\u09cd\u09b0\u09bf\u09a4 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3 \u0985\u09a8\u09c1\u09b8\u09be\u09b0\u09c7 \u0997\u09cd\u09b0\u09be\u09b9\u0995 \u0995\u09a4 \u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09aa\u09be\u09ac\u09c7\u09a8\u0964 \u0989\u09a6\u09be\u09b9\u09b0\u09a3\u09b8\u09cd\u09ac\u09b0\u09c2\u09aa, \u09af\u09a6\u09bf \u0986\u09aa\u09a8\u09bf \u09e7\u09e6\u09e6 \u09a1\u09b2\u09be\u09b0 \u09b0\u09be\u0996\u09c7\u09a8 \u09a4\u09be\u09b9\u09b2\u09c7 \u09aa\u09cd\u09b0\u09a4\u09bf \u09e7\u09e6\u09e6 \u09a1\u09b2\u09be\u09b0 \u0996\u09b0\u099a\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u0997\u09cd\u09b0\u09be\u09b9\u0995 \u09aa\u09c1\u09b0\u09b7\u09cd\u0995\u09be\u09b0 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u098f\u0995 \u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09aa\u09be\u09ac\u09c7\u09a8\u0964', NULL, NULL),\n(26346, 'bn', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', '\u0989\u09a6\u09be\u09b9\u09b0\u09a3\u09b8\u09cd\u09ac\u09b0\u09c2\u09aa, \u09af\u09a6\u09bf \u0986\u09aa\u09a8\u09bf \u09e7\u09e6\u09e6 \u09b0\u09be\u0996\u09c7\u09a8 \u09a4\u09be\u09b9\u09b2\u09c7 \u0997\u09cd\u09b0\u09be\u09b9\u0995 \u09e7\u09e6\u09e6 \u09a1\u09b2\u09be\u09b0 \u09ac\u09be \u09a4\u09be\u09b0 \u09ac\u09c7\u09b6\u09bf \u0996\u09b0\u099a \u0995\u09b0\u09be\u09b0 \u09aa\u09b0\u09c7\u0987 \u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09aa\u09be\u09ac\u09c7\u09a8\u0964', NULL, NULL),\n(26347, 'bn', 'db', 'Active reward point', '\u09b8\u0995\u09cd\u09b0\u09bf\u09af\u09bc \u09aa\u09c1\u09b0\u09b7\u09cd\u0995\u09be\u09b0 \u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26348, 'bn', 'db', 'Reward Points', '\u09aa\u09c1\u09b0\u09b8\u09cd\u0995\u09be\u09b0 \u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26349, 'bn', 'db', 'One Point is Equivalent to =>', '\u098f\u0995\u099f\u09bf \u09ac\u09bf\u09a8\u09cd\u09a6\u09c1 => \u098f\u09b0 \u09b8\u09ae\u09be\u09a8', NULL, NULL),\n(26350, 'bn', 'db', 'This product has IMEI or Serial numbers', '\u098f\u0987 \u09aa\u09a3\u09cd\u09af\u099f\u09bf\u09b0 IMEI \u0985\u09a5\u09ac\u09be \u09b8\u09bf\u09b0\u09bf\u09af\u09bc\u09be\u09b2 \u09a8\u09ae\u09cd\u09ac\u09b0 \u0986\u099b\u09c7', NULL, NULL),\n(26351, 'bn', 'db', 'IMEI or Serial Numbers', '\u0986\u0987\u098f\u09ae\u0987\u0986\u0987 \u09ac\u09be \u09b8\u09bf\u09b0\u09bf\u09af\u09bc\u09be\u09b2 \u09a8\u09ae\u09cd\u09ac\u09b0', NULL, NULL),\n(26352, 'bn', 'db', 'RTL Layout', 'RTL \u09b2\u09c7\u0986\u0989\u099f', NULL, NULL),\n(26353, 'bn', 'db', 'Cheque', '\u099a\u09c7\u0995', NULL, NULL),\n(26354, 'bn', 'db', 'Cash', '\u09a8\u0997\u09a6', NULL, NULL),\n(26355, 'bn', 'db', 'PayPal', '\u09aa\u09c7\u09aa\u09be\u09b2', NULL, NULL),\n(26356, 'bn', 'db', 'Points', '\u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26357, 'bn', 'db', 'Cancel', '\u09ac\u09be\u09a4\u09bf\u09b2 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26358, 'bn', 'db', 'Recent Transaction', '\u09b8\u09be\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf\u0995 \u09b2\u09c7\u09a8\u09a6\u09c7\u09a8', NULL, NULL),\n(26359, 'bn', 'db', 'Discount Plan', '\u099b\u09be\u09a1\u09bc \u09aa\u09b0\u09bf\u0995\u09b2\u09cd\u09aa\u09a8\u09be', NULL, NULL),\n(26360, 'bn', 'db', 'Create Discount Plan', '\u099b\u09be\u09a1\u09bc \u09aa\u09b0\u09bf\u0995\u09b2\u09cd\u09aa\u09a8\u09be \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26361, 'bn', 'db', 'Inactive', '\u09a8\u09bf\u09b7\u09cd\u0995\u09cd\u09b0\u09bf\u09af\u09bc', NULL, NULL),\n(26362, 'bn', 'db', 'Create Discount', '\u099b\u09be\u09a1\u09bc \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26363, 'bn', 'db', 'Valid From', '\u09a5\u09c7\u0995\u09c7 \u09ac\u09c8\u09a7', NULL, NULL),\n(26364, 'bn', 'db', 'Valid Till', 'Valid Till \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(26365, 'bn', 'db', 'Discount Type', '\u099b\u09be\u09a1\u09bc\u09c7\u09b0 \u09a7\u09b0\u09a3', NULL, NULL),\n(26366, 'bn', 'db', 'Value', '\u09ae\u09be\u09a8', NULL, NULL),\n(26367, 'bn', 'db', 'Minimum Qty', '\u09b8\u09b0\u09cd\u09ac\u09a8\u09bf\u09ae\u09cd\u09a8 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26368, 'bn', 'db', 'Maximum Qty', '\u09b8\u09b0\u09cd\u09ac\u09cb\u099a\u09cd\u099a \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26369, 'bn', 'db', 'Type product code seperated by comma', '\u0995\u09ae\u09be \u09a6\u09bf\u09df\u09c7 \u0986\u09b2\u09be\u09a6\u09be \u0995\u09b0\u09c7 \u09aa\u09a3\u09cd\u09af \u0995\u09cb\u09a1 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26370, 'bn', 'db', 'Applicable For', '\u098f\u09b0 \u099c\u09a8\u09cd\u09af \u09aa\u09cd\u09b0\u09af\u09cb\u099c\u09cd\u09af', NULL, NULL),\n(26371, 'bn', 'db', 'All Products', '\u09b8\u0995\u09b2 \u09aa\u09a3\u09cd\u09af', NULL, NULL),\n(26372, 'bn', 'db', 'Specific Products', '\u09a8\u09bf\u09b0\u09cd\u09a6\u09bf\u09b7\u09cd\u099f \u09aa\u09a3\u09cd\u09af', NULL, NULL),\n(26373, 'bn', 'db', 'Valid on the following days', '\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0 \u09a6\u09bf\u09a8\u0997\u09c1\u09b2\u09bf\u09a4\u09c7 \u09ac\u09c8\u09a7', NULL, NULL),\n(26374, 'bn', 'db', 'Validity', '\u09ac\u09c8\u09a7\u09a4\u09be', NULL, NULL),\n(26375, 'bn', 'db', 'Days', '\u09a6\u09bf\u09a8', NULL, NULL),\n(26376, 'bn', 'db', 'Products', '\u09aa\u09a3\u09cd\u09af', NULL, NULL),\n(26377, 'bn', 'db', 'Update Discount Plan', '\u099b\u09be\u09a1\u09bc \u09aa\u09b0\u09bf\u0995\u09b2\u09cd\u09aa\u09a8\u09be \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26378, 'bn', 'db', 'Update Discount', '\u0986\u09aa\u09a1\u09c7\u099f \u09a1\u09bf\u09b8\u0995\u09be\u0989\u09a8\u09cd\u099f', NULL, NULL),\n(26379, 'bn', 'db', 'Order Discount Type', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09a1\u09bf\u09b8\u0995\u09be\u0989\u09a8\u09cd\u099f\u09c7\u09b0 \u09a7\u09b0\u09a3', NULL, NULL),\n(26380, 'bn', 'db', 'Order Discount Value', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09a1\u09bf\u09b8\u0995\u09be\u0989\u09a8\u09cd\u099f \u09ae\u09c2\u09b2\u09cd\u09af', NULL, NULL),\n(26381, 'bn', 'db', 'Flat', '\u09ab\u09cd\u09b2\u09cd\u09af\u09be\u099f', NULL, NULL),\n(26382, 'bn', 'db', 'Revenue and Profit Summary', '\u09b0\u09be\u099c\u09b8\u09cd\u09ac \u098f\u09ac\u0982 \u09b2\u09be\u09ad\u09c7\u09b0 \u09b8\u09be\u09b0\u09be\u0982\u09b6', NULL, NULL),\n(26383, 'bn', 'db', 'Monthly Summary', '\u09ae\u09be\u09b8\u09bf\u0995 \u09b8\u09be\u09b0\u09be\u0982\u09b6', NULL, NULL),\n(26384, 'bn', 'db', 'Switch Theme', '\u09a5\u09bf\u09ae \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26385, 'bn', 'db', 'Documentation', '\u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f\u09c7\u09b6\u09a8', NULL, NULL),\n(26386, 'bn', 'db', 'Product Expiry Report', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09ae\u09c7\u09af\u09bc\u09be\u09a6 \u09b6\u09c7\u09b7 \u09b9\u0993\u09af\u09bc\u09be\u09b0 \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f', NULL, NULL),\n(26387, 'bn', 'db', 'Sale Return List', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09ab\u09c7\u09b0\u09a4\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26388, 'bn', 'db', 'Purchase Return List', '\u0995\u09cd\u09b0\u09af\u09bc \u09ab\u09c7\u09b0\u09a4\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26389, 'bn', 'db', 'Purchase Return Details', '\u0995\u09cd\u09b0\u09af\u09bc \u09ab\u09c7\u09b0\u09a4\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26390, 'bn', 'db', 'Purchase Payment', '\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u0985\u09b0\u09cd\u09a5 \u09aa\u09cd\u09b0\u09a6\u09be\u09a8', NULL, NULL),\n(26391, 'bn', 'db', 'Sale Payment', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26392, 'bn', 'db', 'Sale Report Chart', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8 \u099a\u09be\u09b0\u09cd\u099f', NULL, NULL),\n(26393, 'bn', 'db', 'Time Period', '\u09b8\u09ae\u09af\u09bc\u0995\u09be\u09b2', NULL, NULL),\n(26394, 'bn', 'db', 'Notification List', '\u09ac\u09bf\u099c\u09cd\u099e\u09aa\u09cd\u09a4\u09bf \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26395, 'bn', 'db', 'Document', '\u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26396, 'bn', 'db', 'All Notification', '\u09b8\u09ae\u09b8\u09cd\u09a4 \u09ac\u09bf\u099c\u09cd\u099e\u09aa\u09cd\u09a4\u09bf', NULL, NULL),\n(26397, 'bn', 'db', 'Read', '\u09aa\u09a1\u09bc\u09c1\u09a8', NULL, NULL),\n(26398, 'bn', 'db', 'Unread', '\u0985\u09aa\u09a0\u09bf\u09a4', NULL, NULL),\n(26399, 'bn', 'db', 'Daily Sale Objective', '\u09a6\u09c8\u09a8\u09bf\u0995 \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u0989\u09a6\u09cd\u09a6\u09c7\u09b6\u09cd\u09af', NULL, NULL),\n(26400, 'bn', 'db', 'Product Info', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(26401, 'bn', 'db', 'Number of Products', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09b8\u0982\u0996\u09cd\u09af\u09be', NULL, NULL),\n(26402, 'bn', 'db', 'Daily Sale Objective Report', '\u09a6\u09c8\u09a8\u09bf\u0995 \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u0989\u09a6\u09cd\u09a6\u09c7\u09b6\u09cd\u09af \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(26403, 'bn', 'db', 'Embedded Barcode', '\u098f\u09ae\u09cd\u09ac\u09c7\u09a1 \u0995\u09b0\u09be \u09ac\u09be\u09b0\u0995\u09cb\u09a1', NULL, NULL),\n(26404, 'bn', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', '\u098f\u0995\u09a6\u09bf\u09a8\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09ac\u09bf\u0995\u09cd\u09b0\u09bf \u09b9\u0993\u09df\u09be\u09b0 \u09a8\u09cd\u09af\u09c2\u09a8\u09a4\u09ae \u09aa\u09b0\u09bf\u09ae\u09be\u09a3\u0964 \u09af\u09a6\u09bf \u09a8\u09be \u09b9\u09df, \u09a4\u09be\u09b9\u09b2\u09c7 \u0986\u09aa\u09a8\u09be\u0995\u09c7 \u09a1\u09cd\u09af\u09be\u09b6\u09ac\u09cb\u09b0\u09cd\u09a1\u09c7 \u099c\u09be\u09a8\u09be\u09a8\u09cb \u09b9\u09ac\u09c7\u0964 \u09a4\u09ac\u09c7 \u098f\u09b0 \u099c\u09a8\u09cd\u09af \u0986\u09aa\u09a8\u09be\u0995\u09c7 \u0995\u09cd\u09b0\u09cb\u09a8 \u099c\u09ac \u09b8\u09a0\u09bf\u0995\u09ad\u09be\u09ac\u09c7 \u09b8\u09c7\u099f \u0986\u09aa \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964 \u09b8\u09c7\u0987 \u09ac\u09bf\u09b7\u09df\u09c7 \u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f\u09c7\u09b6\u09a8 \u0985\u09a8\u09c1\u09b8\u09b0\u09a3 \u0995\u09b0\u09c1\u09a8\u0964', NULL, NULL),\n(26405, 'bn', 'db', 'Deposited Balance', '\u099c\u09ae\u09be\u0995\u09c3\u09a4 \u09ac\u09cd\u09af\u09be\u09b2\u09c7\u09a8\u09cd\u09b8', NULL, NULL),\n(26406, 'bn', 'db', 'Total Due', 'Total Due \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(26407, 'bn', 'db', 'Clear Due', 'Clear Due \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(26408, 'bn', 'db', 'Both Customer and Supplier', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u098f\u09ac\u0982 \u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 \u0989\u09ad\u09af\u09bc\u0987', NULL, NULL),\n(26409, 'bn', 'db', 'Check this if this product will be used in weight scale machine', '\u098f\u0987 \u09aa\u09a3\u09cd\u09af\u099f\u09bf \u0993\u099c\u09a8 \u09ae\u09be\u09aa\u09be\u09b0 \u09ae\u09c7\u09b6\u09bf\u09a8\u09c7 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09be \u09b9\u09ac\u09c7 \u0995\u09bf\u09a8\u09be \u09a4\u09be \u09aa\u09b0\u09c0\u0995\u09cd\u09b7\u09be \u0995\u09b0\u09c7 \u09a6\u09c7\u0996\u09c1\u09a8\u0964', NULL, NULL),\n(26410, 'bn', 'db', 'Add More Variant', '\u0986\u09b0\u0993 \u09ad\u09c7\u09b0\u09bf\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26411, 'bn', 'db', 'Additional Cost', '\u0985\u09a4\u09bf\u09b0\u09bf\u0995\u09cd\u09a4 \u0996\u09b0\u099a', NULL, NULL),\n(26412, 'bn', 'db', 'Product Variant Information', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09ac\u09c8\u0995\u09b2\u09cd\u09aa\u09bf\u0995 \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(26413, 'bn', 'db', 'Product History', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u0987\u09a4\u09bf\u09b9\u09be\u09b8', NULL, NULL),\n(26414, 'bn', 'db', 'Delivery Status', '\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09b8\u09cd\u099f\u09cd\u09af\u09be\u099f\u09be\u09b8', NULL, NULL),\n(26415, 'bn', 'db', 'Supplier Details', '\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26416, 'bn', 'db', 'Customer Due Report', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u09ac\u0995\u09c7\u09af\u09bc\u09be \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f', NULL, NULL),\n(26417, 'bn', 'db', 'Supplier Due Report', '\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0\u09b0 \u09ac\u0995\u09c7\u09af\u09bc\u09be \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f', NULL, NULL),\n(26418, 'bn', 'db', 'Returned Amount', '\u09ab\u09c7\u09b0\u09a4 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26419, 'bn', 'db', 'Related Transaction', '\u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09bf\u09a4 \u09b2\u09c7\u09a8\u09a6\u09c7\u09a8', NULL, NULL),\n(26420, 'bn', 'db', 'Tenant Name', '\u09ad\u09be\u09a1\u09bc\u09be\u099f\u09c7 \u09a8\u09be\u09ae', NULL, NULL),\n(26421, 'bn', 'db', 'Domain Prefix', '\u09a1\u09cb\u09ae\u09c7\u09a8 \u09aa\u09cd\u09b0\u09bf\u09ab\u09bf\u0995\u09cd\u09b8', NULL, NULL),\n(26422, 'bn', 'db', 'Created At', '\u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26423, 'bn', 'db', 'Client List', '\u0995\u09cd\u09b2\u09be\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26424, 'bn', 'db', 'Add Client', '\u0995\u09cd\u09b2\u09be\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26425, 'bn', 'db', 'Invoice Size', '\u0987\u09a8\u09ad\u09af\u09bc\u09c7\u09b8\u09c7\u09b0 \u0986\u0995\u09be\u09b0', NULL, NULL),\n(26426, 'bn', 'db', 'A4', '\u098f\u09ea', NULL, NULL),\n(26427, 'bn', 'db', 'Thermal POS receipt', '\u09a4\u09be\u09aa\u09c0\u09af\u09bc POS \u09b0\u09b8\u09bf\u09a6', NULL, NULL),\n(26428, 'bn', 'db', 'Total Before Tax', '\u0995\u09b0\u09c7\u09b0 \u0986\u0997\u09c7 \u09ae\u09cb\u099f', NULL, NULL),\n(26429, 'bn', 'db', 'Digits after deciaml point', '\u09a6\u09b6\u09ae\u09bf\u0995 \u09ac\u09bf\u09a8\u09cd\u09a6\u09c1\u09b0 \u09aa\u09b0\u09c7 \u0985\u0999\u09cd\u0995', NULL, NULL),\n(26430, 'bn', 'db', 'Subscription Ends at', '\u09b8\u09be\u09ac\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09b6\u09a8 \u09b6\u09c7\u09b7 \u09b9\u09ac\u09c7', NULL, NULL),\n(26431, 'bn', 'db', 'Customer Group Report', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u0997\u09cb\u09b7\u09cd\u09a0\u09c0 \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(26432, 'bn', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', '\u0986\u09aa\u09a8\u09bf \u09af\u09a6\u09bf \u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09a3\u09cd\u09af\u099f\u09bf \u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u09ae\u09c2\u09b2\u09cd\u09af\u09c7 \u09ac\u09bf\u0995\u09cd\u09b0\u09bf \u0995\u09b0\u09a4\u09c7 \u099a\u09be\u09a8, \u09a4\u09be\u09b9\u09b2\u09c7 \u09b6\u09a4\u09be\u0982\u09b6\u09c7\u09b0 \u09ae\u09be\u09a8 \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u09b6\u09c2\u09a8\u09cd\u09af \u09b9\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964', NULL, NULL),\n(26433, 'bn', 'db', 'If this is your default currency, the exchange rate must be 1', '\u09af\u09a6\u09bf \u098f\u099f\u09bf \u0986\u09aa\u09a8\u09be\u09b0 \u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u09ae\u09c1\u09a6\u09cd\u09b0\u09be \u09b9\u09af\u09bc, \u09a4\u09be\u09b9\u09b2\u09c7 \u09ac\u09bf\u09a8\u09bf\u09ae\u09af\u09bc \u09b9\u09be\u09b0 \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u09e7 \u09b9\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964', NULL, NULL),\n(26434, 'bn', 'db', 'Add Purchase Return', '\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09b0\u09bf\u099f\u09be\u09b0\u09cd\u09a8 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26435, 'bn', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', '\u09b6\u09c1\u09a7\u09c1\u09ae\u09be\u09a4\u09cd\u09b0 \u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u09ae\u09c1\u09a6\u09cd\u09b0\u09be\u09b0 \u09ac\u09bf\u09a8\u09bf\u09ae\u09af\u09bc \u09b9\u09be\u09b0 \u09e7 \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u0964 \u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9 \u0995\u09b0\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u09ae\u09c1\u09a6\u09cd\u09b0\u09be\u09b0 \u09ac\u09bf\u09a8\u09bf\u09ae\u09af\u09bc \u09b9\u09be\u09b0 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26436, 'bn', 'db', 'Click to Add', '\u09af\u09cb\u0997 \u0995\u09b0\u09a4\u09c7 \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26437, 'bn', 'db', 'Free Trial Limit', '\u09ac\u09bf\u09a8\u09be\u09ae\u09c2\u09b2\u09cd\u09af\u09c7 \u099f\u09cd\u09b0\u09be\u09af\u09bc\u09be\u09b2\u09c7\u09b0 \u09b8\u09c0\u09ae\u09be', NULL, NULL),\n(26439, 'bn', 'db', 'Renew Subscription', '\u09b8\u09be\u09ac\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09b6\u09a8 \u09a8\u09ac\u09be\u09af\u09bc\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26440, 'bn', 'db', 'Update Client DB', '\u0995\u09cd\u09b2\u09be\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09a1\u09bf\u09ac\u09bf \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26441, 'bn', 'db', 'Client', '\u0995\u09cd\u09b2\u09be\u09af\u09bc\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26442, 'bn', 'db', 'Domain', '\u09a1\u09cb\u09ae\u09c7\u09a8', NULL, NULL),\n(26443, 'bn', 'db', 'Package', '\u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c', NULL, NULL),\n(26444, 'bn', 'db', 'Package List', '\u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26445, 'bn', 'db', 'Add Package', '\u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26446, 'bn', 'db', 'Update Package', '\u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26447, 'bn', 'db', 'Free Trial', '\u09ac\u09bf\u09a8\u09be\u09ae\u09c2\u09b2\u09cd\u09af\u09c7 \u099f\u09cd\u09b0\u09be\u09af\u09bc\u09be\u09b2', NULL, NULL),\n(26448, 'bn', 'db', 'Monthly Fee', '\u09ae\u09be\u09b8\u09bf\u0995 \u09ab\u09bf', NULL, NULL),\n(26449, 'bn', 'db', 'Yearly Fee', '\u09ac\u09be\u09b0\u09cd\u09b7\u09bf\u0995 \u09ab\u09bf', NULL, NULL),\n(26450, 'bn', 'db', 'Number of Warehouses', '\u0997\u09c1\u09a6\u09be\u09ae\u09c7\u09b0 \u09b8\u0982\u0996\u09cd\u09af\u09be', NULL, NULL),\n(26451, 'bn', 'db', 'Number of Invoices', '\u099a\u09be\u09b2\u09be\u09a8\u09c7\u09b0 \u09b8\u0982\u0996\u09cd\u09af\u09be', NULL, NULL),\n(26452, 'bn', 'db', 'Number of User Account', '\u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0\u09b0 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f\u09c7\u09b0 \u09b8\u0982\u0996\u09cd\u09af\u09be', NULL, NULL),\n(26453, 'bn', 'db', 'Number of Employees', '\u0995\u09b0\u09cd\u09ae\u099a\u09be\u09b0\u09c0\u09b0 \u09b8\u0982\u0996\u09cd\u09af\u09be', NULL, NULL),\n(26454, 'bn', 'db', 'Infinity', '\u0985\u09a8\u09a8\u09cd\u09a4', NULL, NULL),\n(26455, 'bn', 'db', 'Features', '\u09ac\u09c8\u09b6\u09bf\u09b7\u09cd\u099f\u09cd\u09af', NULL, NULL),\n(26456, 'bn', 'db', 'Unlimited', '\u0986\u09a8\u09b2\u09bf\u09ae\u09bf\u099f\u09c7\u09a1', NULL, NULL),\n(26457, 'bn', 'db', 'Package Name', '\u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c\u09c7\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(26458, 'bn', 'db', 'Change Package', '\u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26459, 'bn', 'db', 'Active Payment Gateway', '\u09b8\u0995\u09cd\u09b0\u09bf\u09af\u09bc \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u0997\u09c7\u099f\u0993\u09af\u09bc\u09c7', NULL, NULL),\n(26460, 'bn', 'db', 'No Payment Gateway', '\u0995\u09cb\u09a8\u0993 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u0997\u09c7\u099f\u0993\u09af\u09bc\u09c7 \u09a8\u09c7\u0987', NULL, NULL),\n(26461, 'bn', 'db', 'Payment Setting', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(26462, 'bn', 'db', 'Subscription Type', '\u09b8\u09be\u09ac\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09b6\u09a8\u09c7\u09b0 \u09a7\u09b0\u09a3', NULL, NULL),\n(26463, 'bn', 'db', 'Update SuperAdmin DB', '\u09b8\u09c1\u09aa\u09be\u09b0\u0985\u09cd\u09af\u09be\u09a1\u09ae\u09bf\u09a8 \u09a1\u09bf\u09ac\u09bf \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26464, 'bn', 'db', 'Payments', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26465, 'bn', 'db', 'CMS', '\u09b8\u09bf\u098f\u09ae\u098f\u09b8', NULL, NULL),\n(26466, 'bn', 'db', 'Support Tickets', '\u09b8\u09b9\u09be\u09af\u09bc\u09a4\u09be \u099f\u09bf\u0995\u09bf\u099f', NULL, NULL),\n(26467, 'bn', 'db', 'Testimonials', '\u09aa\u09cd\u09b0\u09b6\u0982\u09b8\u09be\u09aa\u09a4\u09cd\u09b0', NULL, NULL),\n(26468, 'bn', 'db', 'Blog', '\u09ac\u09cd\u09b2\u0997', NULL, NULL),\n(26469, 'bn', 'db', 'Page', '\u09aa\u09c3\u09b7\u09cd\u09a0\u09be', NULL, NULL),\n(26470, 'bn', 'db', 'All Blog Posts', '\u09b8\u0995\u09b2 \u09ac\u09cd\u09b2\u0997 \u09aa\u09cb\u09b8\u09cd\u099f', NULL, NULL),\n(26471, 'bn', 'db', 'All Pages', '\u09b8\u0995\u09b2 \u09aa\u09be\u09a4\u09be', NULL, NULL),\n(26472, 'bn', 'db', 'Subscription value', '\u09b8\u09be\u09ac\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09b6\u09a8 \u09ae\u09be\u09a8', NULL, NULL),\n(26473, 'bn', 'db', 'Total Clients', '\u09ae\u09cb\u099f \u0995\u09cd\u09b2\u09be\u09af\u09bc\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26474, 'bn', 'db', 'Packages', '\u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c', NULL, NULL),\n(26475, 'bn', 'db', 'Send message to tenants', '\u09ad\u09be\u09a1\u09bc\u09be\u099f\u09c7\u09a6\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u09ac\u09be\u09b0\u09cd\u09a4\u09be \u09aa\u09be\u09a0\u09be\u09a8', NULL, NULL),\n(26476, 'bn', 'db', 'SEO Setting', '\u098f\u09b8\u0987\u0993 \u09b8\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(26477, 'bn', 'db', 'Meta Title', '\u09ae\u09c7\u099f\u09be \u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae', NULL, NULL),\n(26478, 'bn', 'db', '50-60 characters', '\u09eb\u09e6-\u09ec\u09e6\u099f\u09bf \u0985\u0995\u09cd\u09b7\u09b0', NULL, NULL),\n(26479, 'bn', 'db', 'Meta Description', '\u09ae\u09c7\u099f\u09be \u09ac\u09b0\u09cd\u09a3\u09a8\u09be', NULL, NULL),\n(26480, 'bn', 'db', '150-160 characters', '\u09e7\u09eb\u09e6-\u09e7\u09ec\u09e6\u099f\u09bf \u0985\u0995\u09cd\u09b7\u09b0', NULL, NULL),\n(26481, 'bn', 'db', 'og Title', '\u0993\u0997 \u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae', NULL, NULL),\n(26482, 'bn', 'db', 'og Description', 'og \u09ac\u09b0\u09cd\u09a3\u09a8\u09be', NULL, NULL),\n(26483, 'bn', 'db', 'og Image', '\u0993\u0997 \u0987\u09ae\u09c7\u099c', NULL, NULL),\n(26484, 'bn', 'db', 'Analytics Setting', '\u09ac\u09bf\u09b6\u09cd\u09b2\u09c7\u09b7\u09a3 \u09b8\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(26485, 'bn', 'db', 'Google Analytics Script', '\u0997\u09c1\u0997\u09b2 \u0985\u09cd\u09af\u09be\u09a8\u09be\u09b2\u09bf\u099f\u09bf\u0995\u09cd\u09b8 \u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f', NULL, NULL),\n(26486, 'bn', 'db', 'Facebook Pixel Script', '\u09ab\u09c7\u09b8\u09ac\u09c1\u0995 \u09aa\u09bf\u0995\u09cd\u09b8\u09c7\u09b2 \u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f', NULL, NULL),\n(26487, 'bn', 'db', 'Chat Script', '\u099a\u09cd\u09af\u09be\u099f \u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f', NULL, NULL),\n(26488, 'bn', 'db', 'Hero Section', '\u09b9\u09bf\u09b0\u09cb \u09b8\u09c7\u0995\u09b6\u09a8', NULL, NULL),\n(26489, 'bn', 'db', 'Heading', '\u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae', NULL, NULL),\n(26490, 'bn', 'db', 'Sub Heading', '\u0989\u09aa\u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae', NULL, NULL),\n(26491, 'bn', 'db', 'Hero Image', '\u09b9\u09bf\u09b0\u09cb \u0987\u09ae\u09c7\u099c', NULL, NULL),\n(26492, 'bn', 'db', 'Save', '\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09a3 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26493, 'bn', 'db', 'Module Section', '\u09ae\u09a1\u09bf\u0989\u09b2 \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26494, 'bn', 'db', 'Click to choose icon', '\u0986\u0987\u0995\u09a8 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09a4\u09c7 \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26496, 'bn', 'db', 'Add More', '\u0986\u09b0\u0993 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26497, 'bn', 'db', 'Icon', '\u0986\u0987\u0995\u09a8', NULL, NULL),\n(26498, 'bn', 'db', 'Feature Section', '\u09ac\u09c8\u09b6\u09bf\u09b7\u09cd\u099f\u09cd\u09af \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26499, 'bn', 'db', 'FAQ Section', '\u09aa\u09cd\u09b0\u09be\u09af\u09bc\u09b6\u0987 \u099c\u09bf\u099c\u09cd\u099e\u09be\u09b8\u09bf\u09a4 \u09aa\u09cd\u09b0\u09b6\u09cd\u09a8 \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26500, 'bn', 'db', 'Question', '\u09aa\u09cd\u09b0\u09b6\u09cd\u09a8', NULL, NULL),\n(26501, 'bn', 'db', 'Answer', '\u0989\u09a4\u09cd\u09a4\u09b0', NULL, NULL),\n(26502, 'bn', 'db', 'Update FAQ', '\u09aa\u09cd\u09b0\u09be\u09af\u09bc\u09b6\u0987 \u099c\u09bf\u099c\u09cd\u099e\u09be\u09b8\u09bf\u09a4 \u09aa\u09cd\u09b0\u09b6\u09cd\u09a8\u09be\u09ac\u09b2\u09c0 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26503, 'bn', 'db', 'Update Module', '\u0986\u09aa\u09a1\u09c7\u099f \u09ae\u09a1\u09bf\u0989\u09b2', NULL, NULL),\n(26504, 'bn', 'db', 'Update Feature', '\u0986\u09aa\u09a1\u09c7\u099f \u09ac\u09c8\u09b6\u09bf\u09b7\u09cd\u099f\u09cd\u09af', NULL, NULL),\n(26505, 'bn', 'db', 'Testimonial Section', '\u09aa\u09cd\u09b0\u09b6\u0982\u09b8\u09be\u09aa\u09a4\u09cd\u09b0 \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26506, 'bn', 'db', 'Blog Section', '\u09ac\u09cd\u09b2\u0997 \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26507, 'bn', 'db', 'Page Section', '\u09aa\u09c3\u09b7\u09cd\u09a0\u09be \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26508, 'bn', 'db', 'Social Section', '\u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26509, 'bn', 'db', 'Business Name', '\u09ac\u09cd\u09af\u09ac\u09b8\u09be\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(26510, 'bn', 'db', 'Text', '\u099f\u09c7\u0995\u09cd\u09b8\u099f', NULL, NULL),\n(26511, 'bn', 'db', 'Update Testimonial', '\u09aa\u09cd\u09b0\u09b6\u0982\u09b8\u09be\u09aa\u09a4\u09cd\u09b0 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26512, 'bn', 'db', 'Add Post', '\u09aa\u09cb\u09b8\u09cd\u099f \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26513, 'bn', 'db', 'Blog Title', '\u09ac\u09cd\u09b2\u0997\u09c7\u09b0 \u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae', NULL, NULL),\n(26514, 'bn', 'db', 'Page Title', '\u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u09b0 \u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae', NULL, NULL),\n(26516, 'bn', 'db', 'Update Blog', '\u09ac\u09cd\u09b2\u0997 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26517, 'bn', 'db', 'Update Page', '\u09aa\u09c3\u09b7\u09cd\u09a0\u09be \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26518, 'bn', 'db', 'Open Graph Title', '\u0997\u09cd\u09b0\u09be\u09ab \u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae \u0996\u09c1\u09b2\u09c1\u09a8', NULL, NULL),\n(26519, 'bn', 'db', 'Open Graph Description', '\u0997\u09cd\u09b0\u09be\u09ab\u09c7\u09b0 \u09ac\u09b0\u09cd\u09a3\u09a8\u09be \u0996\u09c1\u09b2\u09c1\u09a8', NULL, NULL),\n(26521, 'bn', 'db', 'Link', '\u09b2\u09bf\u0999\u09cd\u0995', NULL, NULL),\n(26522, 'bn', 'db', 'Update Social', '\u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u0986\u09aa\u09a1\u09c7\u099f', NULL, NULL),\n(26523, 'bn', 'db', 'All Blogs', '\u09b8\u0995\u09b2 \u09ac\u09cd\u09b2\u0997', NULL, NULL),\n(26524, 'bn', 'db', 'Add Page', '\u09aa\u09c3\u09b7\u09cd\u09a0\u09be \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26525, 'bn', 'db', 'Field Belongs To', '\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7\u09b0 \u09ae\u09be\u09b2\u09bf\u0995\u09be\u09a8\u09be', NULL, NULL),\n(26526, 'bn', 'db', 'Field Name', '\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(26527, 'bn', 'db', 'Field Type', '\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7\u09b0 \u09a7\u09b0\u09a3', NULL, NULL),\n(26528, 'bn', 'db', 'Default Value', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u09ae\u09be\u09a8', NULL, NULL),\n(26529, 'bn', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', '\u0997\u09cd\u09b0\u09bf\u09a1 (\u09ac\u09c1\u099f\u09b8\u09cd\u099f\u09cd\u09b0\u09cd\u09af\u09be\u09aa \u0995\u09b2\u09be\u09ae \u09b8\u09ae\u09c0\u0995\u09b0\u09a3 \u09e7\u09e8) - \u09b8\u09b0\u09cd\u09ac\u09cb\u099a\u09cd\u099a \u09e7\u09e8', NULL, NULL),\n(26530, 'bn', 'db', 'Required', '\u09aa\u09cd\u09b0\u09df\u09cb\u099c\u09a8\u09c0\u09df', NULL, NULL),\n(26531, 'bn', 'db', 'Admin Only', '\u09b6\u09c1\u09a7\u09c1\u09ae\u09be\u09a4\u09cd\u09b0 \u09aa\u09cd\u09b0\u09b6\u09be\u09b8\u0995', NULL, NULL),\n(26532, 'bn', 'db', 'Disabled', '\u0985\u0995\u09cd\u09b7\u09ae', NULL, NULL),\n(26533, 'bn', 'db', 'Visibility', '\u09a6\u09c3\u09b6\u09cd\u09af\u09ae\u09be\u09a8\u09a4\u09be', NULL, NULL),\n(26534, 'bn', 'db', 'Show on Table', '\u099f\u09c7\u09ac\u09bf\u09b2\u09c7 \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(26535, 'bn', 'db', 'Show on Invoice', '\u0987\u09a8\u09ad\u09af\u09bc\u09c7\u09b8\u09c7 \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(26536, 'bn', 'db', 'Nothing Selected', '\u0995\u09bf\u099b\u09c1\u0987 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09bf\u09a4 \u09b9\u09af\u09bc\u09a8\u09bf', NULL, NULL),\n(26537, 'bn', 'db', 'Custom Field', '\u0995\u09be\u09b8\u09cd\u099f\u09ae \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0', NULL, NULL),\n(26538, 'bn', 'db', 'Custom Field List', '\u0995\u09be\u09b8\u09cd\u099f\u09ae \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26539, 'bn', 'db', 'Create Custom Field', '\u0995\u09be\u09b8\u09cd\u099f\u09ae \u09ab\u09bf\u09b2\u09cd\u09a1 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26540, 'bn', 'db', 'Options', '\u09ac\u09bf\u0995\u09b2\u09cd\u09aa', NULL, NULL),\n(26541, 'bn', 'db', 'Update Custom Field', '\u0995\u09be\u09b8\u09cd\u099f\u09ae \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26542, 'bn', 'db', 'Total Price', '\u09ae\u09cb\u099f \u09ae\u09c2\u09b2\u09cd\u09af', NULL, NULL),\n(26543, 'bn', 'db', 'Reminder Date', '\u0985\u09a8\u09c1\u09b8\u09cd\u09ae\u09be\u09b0\u0995 \u09a4\u09be\u09b0\u09bf\u0996', NULL, NULL),\n(26544, 'bn', 'db', 'Total Cost', '\u09ae\u09cb\u099f \u0996\u09b0\u099a', NULL, NULL),\n(26545, 'bn', 'db', 'Mail Driver', '\u09ae\u09c7\u0987\u09b2 \u09a1\u09cd\u09b0\u09be\u0987\u09ad\u09be\u09b0', NULL, NULL),\n(26546, 'bn', 'db', 'Update existing clients who are using this package', '\u098f\u0987 \u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c\u099f\u09bf \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u099b\u09c7\u09a8 \u098f\u09ae\u09a8 \u09ac\u09bf\u09a6\u09cd\u09af\u09ae\u09be\u09a8 \u0995\u09cd\u09b2\u09be\u09af\u09bc\u09c7\u09a8\u09cd\u099f\u09a6\u09c7\u09b0 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26547, 'bn', 'db', 'ZATCA QrCode', 'ZATCA QrCode', NULL, NULL),\n(26548, 'bn', 'db', 'VAT Registration Number', '\u09ad\u09cd\u09af\u09be\u099f \u09a8\u09bf\u09ac\u09a8\u09cd\u09a7\u09a8 \u09a8\u09ae\u09cd\u09ac\u09b0', NULL, NULL),\n(26549, 'bn', 'db', 'Button Text', 'Button Text \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(26550, 'bn', 'db', 'Modules', '\u09ae\u09a1\u09bf\u0989\u09b2', NULL, NULL),\n(26551, 'bn', 'db', 'Add Module', '\u09ae\u09a1\u09bf\u0989\u09b2 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26552, 'bn', 'db', 'Add Faq', '\u09aa\u09cd\u09b0\u09b6\u09cd\u09a8 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26553, 'bn', 'db', 'Tenant Signup Description', '\u09ad\u09be\u09a1\u09bc\u09be\u099f\u09c7 \u09b8\u09be\u0987\u09a8\u0986\u09aa\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26554, 'bn', 'db', 'Add Language', '\u09ad\u09be\u09b7\u09be \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26555, 'bn', 'db', 'Update Language', '\u09ad\u09be\u09b7\u09be \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26556, 'bn', 'db', 'Number of Person', '\u09ac\u09cd\u09af\u0995\u09cd\u09a4\u09bf \u09b8\u0982\u0996\u09cd\u09af\u09be', NULL, NULL),\n(26557, 'bn', 'db', 'Add Table', '\u099f\u09c7\u09ac\u09bf\u09b2 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26558, 'bn', 'db', 'Update Table', '\u0986\u09aa\u09a1\u09c7\u099f \u099f\u09c7\u09ac\u09bf\u09b2', NULL, NULL),\n(26559, 'bn', 'db', 'Tables', '\u099f\u09c7\u09ac\u09bf\u09b2', NULL, NULL),\n(26560, 'bn', 'db', 'Table', '\u099f\u09c7\u09ac\u09bf\u09b2', NULL, NULL),\n(26561, 'bn', 'db', 'Table Management', '\u099f\u09c7\u09ac\u09bf\u09b2 \u09ac\u09cd\u09af\u09ac\u09b8\u09cd\u09a5\u09be\u09aa\u09a8\u09be', NULL, NULL),\n(26562, 'bn', 'db', 'Initial Stock', '\u09aa\u09cd\u09b0\u09be\u09a5\u09ae\u09bf\u0995 \u09b8\u09cd\u099f\u0995', NULL, NULL),\n(26563, 'bn', 'db', 'This feature will not work for product with variants and batches', '\u098f\u0987 \u09ac\u09c8\u09b6\u09bf\u09b7\u09cd\u099f\u09cd\u09af\u099f\u09bf \u09ad\u09c7\u09b0\u09bf\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u098f\u09ac\u0982 \u09ac\u09cd\u09af\u09be\u099a \u09b8\u09b9 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u0995\u09be\u099c \u0995\u09b0\u09ac\u09c7 \u09a8\u09be', NULL, NULL),\n(26564, 'bn', 'db', 'Queue', '\u09b8\u09be\u09b0\u09bf', NULL, NULL),\n(26565, 'bn', 'db', 'Addons', '\u0985\u09cd\u09af\u09be\u09a1\u0985\u09a8', NULL, NULL),\n(26566, 'bn', 'db', 'Addon List', '\u0985\u09cd\u09af\u09be\u09a1\u0985\u09a8 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26567, 'bn', 'db', 'Sync Product Categories', '\u09aa\u09a3\u09cd\u09af \u09ac\u09bf\u09ad\u09be\u0997 \u09b8\u09bf\u0999\u09cd\u0995 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26568, 'bn', 'db', 'Sync', '\u09b8\u09bf\u0999\u09cd\u0995', NULL, NULL),\n(26569, 'bn', 'db', 'Sync Log', '\u09b8\u09bf\u0999\u09cd\u0995 \u09b2\u0997', NULL, NULL),\n(26570, 'bn', 'db', 'Reset Synced Category', '\u09b8\u09bf\u0999\u09cd\u0995 \u0995\u09b0\u09be \u09ac\u09bf\u09ad\u09be\u0997\u099f\u09bf \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09b8\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26571, 'bn', 'db', 'Sync Products', '\u09b8\u09bf\u0999\u09cd\u0995 \u09aa\u09a3\u09cd\u09af', NULL, NULL),\n(26572, 'bn', 'db', 'Reset Synced Product', '\u09b8\u09bf\u0999\u09cd\u0995 \u0995\u09b0\u09be \u09aa\u09a3\u09cd\u09af \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09b8\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26573, 'bn', 'db', 'Tax Rates Mapping', '\u0995\u09b0\u09c7\u09b0 \u09b9\u09be\u09b0 \u09ae\u09cd\u09af\u09be\u09aa\u09bf\u0982', NULL, NULL),\n(26574, 'bn', 'db', 'POS Tax Rate', 'POS \u0995\u09b0\u09c7\u09b0 \u09b9\u09be\u09b0', NULL, NULL),\n(26575, 'bn', 'db', 'Equivalent WooCommerce Tax Rate', '\u09b8\u09ae\u09a4\u09c1\u09b2\u09cd\u09af WooCommerce \u0995\u09b0 \u09b9\u09be\u09b0', NULL, NULL),\n(26576, 'bn', 'db', 'Sync Orders(New Order Only)', '\u09b8\u09bf\u0999\u09cd\u0995 \u0985\u09b0\u09cd\u09a1\u09be\u09b0 (\u09b6\u09c1\u09a7\u09c1\u09ae\u09be\u09a4\u09cd\u09b0 \u09a8\u09a4\u09c1\u09a8 \u0985\u09b0\u09cd\u09a1\u09be\u09b0)', NULL, NULL),\n(26577, 'bn', 'db', 'Sync Type', '\u09b8\u09bf\u0999\u09cd\u0995 \u099f\u09be\u0987\u09aa', NULL, NULL),\n(26578, 'bn', 'db', 'Operation', '\u0985\u09aa\u09be\u09b0\u09c7\u09b6\u09a8', NULL, NULL),\n(26579, 'bn', 'db', 'Records', '\u09b0\u09c7\u0995\u09b0\u09cd\u09a1\u09b8', NULL, NULL),\n(26580, 'bn', 'db', 'Synced By', '\u09b8\u09bf\u0999\u09cd\u0995 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26581, 'bn', 'db', 'Instructions', '\u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6\u09a8\u09be', NULL, NULL),\n(26582, 'bn', 'db', 'API Settings', 'API \u09b8\u09c7\u099f\u09bf\u0982\u09b8', NULL, NULL),\n(26583, 'bn', 'db', 'Product Sync Settings', '\u09aa\u09a3\u09cd\u09af \u09b8\u09bf\u0999\u09cd\u0995 \u09b8\u09c7\u099f\u09bf\u0982\u09b8', NULL, NULL),\n(26584, 'bn', 'db', 'Order Sync Settings', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09b8\u09bf\u0999\u09cd\u0995 \u09b8\u09c7\u099f\u09bf\u0982\u09b8', NULL, NULL),\n(26585, 'bn', 'db', 'Webhook Settings', '\u0993\u09af\u09bc\u09c7\u09ac\u09b9\u09c1\u0995 \u09b8\u09c7\u099f\u09bf\u0982\u09b8', NULL, NULL),\n(26586, 'bn', 'db', 'WooCommerce App URL', 'WooCommerce \u0985\u09cd\u09af\u09be\u09aa URL', NULL, NULL),\n(26587, 'bn', 'db', 'WooCommerce Consumer Key', 'WooCommerce \u0995\u09a8\u099c\u09bf\u0989\u09ae\u09be\u09b0 \u0995\u09c0', NULL, NULL),\n(26588, 'bn', 'db', 'WooCommerce Consumer Secret', '\u0989\u0995\u09ae\u09be\u09b0\u09cd\u09b8 \u0995\u09a8\u099c\u09bf\u0989\u09ae\u09be\u09b0 \u09b8\u09bf\u0995\u09cd\u09b0\u09c7\u099f', NULL, NULL),\n(26589, 'bn', 'db', 'WooCommerce Settings', 'WooCommerce \u09b8\u09c7\u099f\u09bf\u0982\u09b8', NULL, NULL),\n(26590, 'bn', 'db', 'Default Tax Class', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u099f\u09cd\u09af\u09be\u0995\u09cd\u09b8 \u0995\u09cd\u09b2\u09be\u09b8', NULL, NULL),\n(26591, 'bn', 'db', 'Sync Product Price', '\u09b8\u09bf\u0999\u09cd\u0995 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09ae\u09c2\u09b2\u09cd\u09af', NULL, NULL),\n(26592, 'bn', 'db', 'Manage Stock', '\u09b8\u09cd\u099f\u0995 \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09a8\u09be \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26593, 'bn', 'db', 'Stock Status', '\u09b8\u09cd\u099f\u0995 \u09b8\u09cd\u099f\u09cd\u09af\u09be\u099f\u09be\u09b8', NULL, NULL),\n(26594, 'bn', 'db', 'Default Customer Group', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u0997\u09cd\u09b0\u09be\u09b9\u0995 \u0997\u09cb\u09b7\u09cd\u09a0\u09c0', NULL, NULL),\n(26595, 'bn', 'db', 'WooCommerce Order Status', 'WooCommerce \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09b8\u09cd\u099f\u09cd\u09af\u09be\u099f\u09be\u09b8', NULL, NULL),\n(26596, 'bn', 'db', 'Equivalent POS Sell Status', '\u09b8\u09ae\u09a4\u09c1\u09b2\u09cd\u09af POS \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u0985\u09ac\u09b8\u09cd\u09a5\u09be', NULL, NULL),\n(26597, 'bn', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'WooCommerce API \u098f\u09b0 \u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4 \u099c\u09be\u09a8\u09a4\u09c7, WooCommerce -> Settings -> Advance -> REST API \u09a4\u09c7 \u09af\u09be\u09a8\u0964 \u098f\u0995\u099f\u09bf \u09ac\u09bf\u09ac\u09b0\u09a3 \u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09c1\u09a8, \u098f\u0995\u099c\u09a8 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8 \u098f\u09ac\u0982 Read\\\\\/Write \u0985\u09a8\u09c1\u09ae\u09a4\u09bf \u09a6\u09bf\u09a8\u0964', NULL, NULL),\n(26598, 'bn', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', '\u09b8\u09bf\u0999\u09cd\u0995\u09cd\u09b0\u09cb\u09a8\u09be\u0987\u099c \u0995\u09b0\u09be\u09b0 \u09b8\u09ae\u09af\u09bc, \u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u099f\u09bf \u09b0\u09bf\u09ab\u09cd\u09b0\u09c7\u09b6 \u0995\u09b0\u09be \u09ac\u09be \u099b\u09c7\u09a1\u09bc\u09c7 \u09af\u09be\u0993\u09af\u09bc\u09be \u09a5\u09c7\u0995\u09c7 \u09ac\u09bf\u09b0\u09a4 \u09a5\u09be\u0995\u09c1\u09a8\u0964', NULL, NULL),\n(26599, 'bn', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', '\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1\u09aa\u09cd\u09b0\u09c7\u09b8 \u09aa\u09be\u09b0\u09cd\u09ae\u09be\u09b2\u09bf\u0999\u09cd\u0995 \u0985\u09aa\u09b6\u09a8\u09c7, \u09aa\u09be\u09b0\u09cd\u09ae\u09be\u09b2\u09bf\u0999\u09cd\u0995 \u0985\u09aa\u09b6\u09a8 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09aa\u09cb\u09b8\u09cd\u099f\u09c7\u09b0 \u09a8\u09be\u09ae \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8\u0964', NULL, NULL),\n(26600, 'bn', 'db', 'Buy Now', '\u098f\u0996\u09a8\u0987 \u0995\u09bf\u09a8\u09c1\u09a8', NULL, NULL),\n(26601, 'bn', 'db', 'Install', '\u0987\u09a8\u09b8\u09cd\u099f\u09b2 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26602, 'bn', 'db', 'Staff Id', '\u09b8\u09cd\u099f\u09be\u09ab \u0986\u0987\u09a1\u09bf', NULL, NULL),\n(26603, 'bn', 'db', 'Import CSV file (Device)', 'CSV \u09ab\u09be\u0987\u09b2 (\u09a1\u09bf\u09ad\u09be\u0987\u09b8) \u0986\u09ae\u09a6\u09be\u09a8\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26604, 'bn', 'db', 'Attendance Device Date Format', '\u0989\u09aa\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf \u09a1\u09bf\u09ad\u09be\u0987\u09b8\u09c7\u09b0 \u09a4\u09be\u09b0\u09bf\u0996 \u09ac\u09bf\u09a8\u09cd\u09af\u09be\u09b8', NULL, NULL),\n(26605, 'bn', 'db', 'Disable Woocommerce Sync', 'Woocommerce \u09b8\u09bf\u0999\u09cd\u0995 \u0985\u0995\u09cd\u09b7\u09ae \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26606, 'bn', 'db', 'Product Status', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be', NULL, NULL),\n(26607, 'bn', 'db', 'Category not synced', '\u09ac\u09bf\u09ad\u09be\u0997 \u09b8\u09bf\u0999\u09cd\u0995 \u09b9\u09af\u09bc\u09a8\u09bf', NULL, NULL),\n(26608, 'bn', 'db', 'Categories not synced', '\u09ac\u09bf\u09ad\u09be\u0997\u0997\u09c1\u09b2\u09bf \u09b8\u09bf\u0999\u09cd\u0995 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09a8\u09bf', NULL, NULL),\n(26609, 'bn', 'db', 'Category can be updated', '\u09ac\u09bf\u09ad\u09be\u0997 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09be \u09af\u09c7\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7', NULL, NULL),\n(26610, 'bn', 'db', 'Categories can be updated', '\u09ac\u09bf\u09ad\u09be\u0997\u0997\u09c1\u09b2\u09bf \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09be \u09af\u09c7\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7', NULL, NULL),\n(26611, 'bn', 'db', 'Product not synced', '\u09aa\u09a3\u09cd\u09af \u09b8\u09bf\u0999\u09cd\u0995 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09a8\u09bf', NULL, NULL),\n(26612, 'bn', 'db', 'Products not synced', '\u09aa\u09a3\u09cd\u09af\u0997\u09c1\u09b2\u09bf \u09b8\u09bf\u0999\u09cd\u0995 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09a8\u09bf', NULL, NULL),\n(26613, 'bn', 'db', 'Product can be updated', '\u09aa\u09a3\u09cd\u09af \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09be \u09af\u09c7\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7', NULL, NULL),\n(26614, 'bn', 'db', 'Products can be updated', '\u09aa\u09a3\u09cd\u09af \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09be \u09af\u09c7\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7', NULL, NULL),\n(26615, 'bn', 'db', 'Please connect with WooCommerce', '\u09a6\u09af\u09bc\u09be \u0995\u09b0\u09c7 WooCommerce \u098f\u09b0 \u09b8\u09be\u09a5\u09c7 \u09b8\u0982\u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26616, 'bn', 'db', 'Something went wrong', '\u0995\u09bf\u099b\u09c1 \u098f\u0995\u099f\u09be \u09b8\u09ae\u09b8\u09cd\u09af\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26617, 'bn', 'db', 'Synced category successfully', '\u09ac\u09bf\u09ad\u09be\u0997 \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09b8\u09bf\u0999\u09cd\u0995 \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26618, 'bn', 'db', 'Reset synced category successfully', '\u09b8\u09bf\u0999\u09cd\u0995 \u0995\u09b0\u09be \u09ac\u09bf\u09ad\u09be\u0997\u099f\u09bf \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09b8\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26619, 'bn', 'db', 'Synced product successfully', '\u09aa\u09a3\u09cd\u09af\u099f\u09bf \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09b8\u09bf\u0999\u09cd\u0995 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26620, 'bn', 'db', 'Reset synced product successfully', '\u09b8\u09bf\u0999\u09cd\u0995 \u0995\u09b0\u09be \u09aa\u09a3\u09cd\u09af\u099f\u09bf \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09b8\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26621, 'bn', 'db', 'Tax maped successfully', '\u099f\u09cd\u09af\u09be\u0995\u09cd\u09b8 \u09ae\u09cd\u09af\u09be\u09aa\u09bf\u0982 \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09b8\u09ae\u09cd\u09aa\u09a8\u09cd\u09a8 \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26622, 'bn', 'db', 'Synced order successfully', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09b8\u09bf\u0999\u09cd\u0995 \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26623, 'bn', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09b8\u09bf\u0999\u09cd\u0995 \u09b8\u09c7\u099f\u09bf\u0982\u09b8\u09c7 \u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u0997\u09cd\u09b0\u09be\u09b9\u0995 \u0997\u09cd\u09b0\u09c1\u09aa\\\\\/ \u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u0993\u09af\u09bc\u09cd\u09af\u09be\u09b0\u09b9\u09be\u0989\u09b8\\\\\/ \u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u09ac\u09bf\u09b2\u09be\u09b0\\\\\/ \u09b8\u09ae\u09a4\u09c1\u09b2\u09cd\u09af POS \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09b8\u09cd\u09a5\u09bf\u09a4\u09bf \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26624, 'bn', 'db', 'Module Image', '\u09ae\u09a1\u09bf\u0989\u09b2 \u099a\u09bf\u09a4\u09cd\u09b0', NULL, NULL),\n(26625, 'bn', 'db', 'Courier', '\u0995\u09c1\u09b0\u09bf\u09af\u09bc\u09be\u09b0', NULL, NULL),\n(26626, 'bn', 'db', 'Courier List', '\u0995\u09c1\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26627, 'bn', 'db', 'Add Courier', '\u0995\u09c1\u09b0\u09bf\u09af\u09bc\u09be\u09b0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26628, 'bn', 'db', 'Update Courier', '\u0986\u09aa\u09a1\u09c7\u099f \u0995\u09c1\u09b0\u09bf\u09af\u09bc\u09be\u09b0', NULL, NULL),\n(26629, 'bn', 'db', 'Sale and Quotation without stock', '\u09b8\u09cd\u099f\u0995 \u099b\u09be\u09a1\u09bc\u09be \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u098f\u09ac\u0982 \u0989\u09a6\u09cd\u09a7\u09c3\u09a4\u09bf', NULL, NULL),\n(26630, 'bn', 'db', 'Yes', '\u09b9\u09cd\u09af\u09be\u0981', NULL, NULL),\n(26631, 'bn', 'db', 'No', '\u09a8\u09be', NULL, NULL),\n(26632, 'bn', 'db', 'Returned', '\u09aa\u09cd\u09b0\u09a4\u09cd\u09af\u09be\u09ac\u09b0\u09cd\u09a4\u09a8', NULL, NULL),\n(26633, 'bn', 'db', 'Get in touch', '\u09af\u09cb\u0997\u09be\u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26634, 'bn', 'db', 'Contact Info', '\u09af\u09cb\u0997\u09be\u09af\u09cb\u0997\u09c7\u09b0 \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(26635, 'bn', 'db', 'Bug Setting', '\u09ac\u09be\u0997 \u09b8\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(26636, 'bn', 'db', 'File Name', '\u09ab\u09be\u0987\u09b2\u09c7\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(26637, 'bn', 'db', 'Type File Name', '\u09ab\u09be\u0987\u09b2\u09c7\u09b0 \u09a8\u09be\u09ae \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26638, 'bn', 'db', 'Logs', '\u09b2\u0997', NULL, NULL),\n(26639, 'bn', 'db', 'Type Log', '\u099f\u09be\u0987\u09aa \u09b2\u0997', NULL, NULL),\n(26640, 'bn', 'db', 'Short Note', '\u099b\u09cb\u099f \u09a8\u09cb\u099f', NULL, NULL),\n(26641, 'bn', 'db', 'Product Mode', '\u09aa\u09a3\u09cd\u09af \u09ae\u09cb\u09a1', NULL, NULL),\n(26642, 'bn', 'db', 'Version', '\u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3', NULL, NULL),\n(26643, 'bn', 'db', 'Bug No', '\u09ac\u09be\u0997 \u09a8\u0982', NULL, NULL),\n(26644, 'bn', 'db', 'Minimum Required Version', '\u09b8\u09b0\u09cd\u09ac\u09a8\u09bf\u09ae\u09cd\u09a8 \u09aa\u09cd\u09b0\u09af\u09bc\u09cb\u099c\u09a8\u09c0\u09af\u09bc \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3', NULL, NULL),\n(26645, 'bn', 'db', 'Version Upgrade', '\u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3 \u0986\u09aa\u0997\u09cd\u09b0\u09c7\u09a1', NULL, NULL),\n(26646, 'bn', 'db', 'Latest Version Upgrade', '\u09b8\u09b0\u09cd\u09ac\u09b6\u09c7\u09b7 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3 \u0986\u09aa\u0997\u09cd\u09b0\u09c7\u09a1', NULL, NULL),\n(26647, 'bn', 'db', 'Latest Version DB Migrate', '.\u09b8\u09b0\u09cd\u09ac\u09b6\u09c7\u09b7 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3 \u09a1\u09bf\u09ac\u09bf \u09ae\u09be\u0987\u0997\u09cd\u09b0\u09c7\u099f', NULL, NULL),\n(26648, 'bn', 'db', 'Version Upgrade URL', '\u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3 \u0986\u09aa\u0997\u09cd\u09b0\u09c7\u09a1 URL', NULL, NULL),\n(26649, 'bn', 'db', 'Bug Update', '\u09ac\u09be\u0997 \u0986\u09aa\u09a1\u09c7\u099f', NULL, NULL),\n(26650, 'bn', 'db', 'Bug DB Migrate', '\u09ac\u09be\u0997 \u09a1\u09bf\u09ac\u09bf \u09ae\u09be\u0987\u0997\u09cd\u09b0\u09c7\u099f', NULL, NULL),\n(26651, 'bn', 'db', 'Bug Update URL', '\u09ac\u09be\u0997 \u0986\u09aa\u09a1\u09c7\u099f URL', NULL, NULL),\n(26652, 'bn', 'db', 'Version Upgrade Setting', '\u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3 \u0986\u09aa\u0997\u09cd\u09b0\u09c7\u09a1 \u09b8\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(26653, 'bn', 'db', 'Bug Update Setting', '\u09ac\u09be\u0997 \u0986\u09aa\u09a1\u09c7\u099f \u09b8\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(26654, 'bn', 'db', 'My Account', '\u0986\u09ae\u09be\u09b0 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f', NULL, NULL),\n(26656, 'bn', 'db', 'Phone', '\u09ab\u09cb\u09a8', NULL, NULL),\n(26657, 'bn', 'db', 'My Addresses', '\u0986\u09ae\u09be\u09b0 \u09a0\u09bf\u0995\u09be\u09a8\u09be', NULL, NULL),\n(26658, 'bn', 'db', 'Edit Address', '\u09a0\u09bf\u0995\u09be\u09a8\u09be \u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u09a8\u09be \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26659, 'bn', 'db', 'Zip \\\\\/ Postal code', '\u099c\u09bf\u09aa \\\\\/ \u09aa\u09cb\u09b8\u09cd\u099f\u09be\u09b2 \u0995\u09cb\u09a1', NULL, NULL),\n(26660, 'bn', 'db', 'Cart', '\u0997\u09be\u09a1\u09bc\u09bf', NULL, NULL),\n(26661, 'bn', 'db', 'Shop Cart', '\u09a6\u09cb\u0995\u09be\u09a8\u09c7\u09b0 \u0995\u09be\u09b0\u09cd\u099f', NULL, NULL),\n(26662, 'bn', 'db', 'Home', '\u09ac\u09be\u09a1\u09bc\u09bf', NULL, NULL),\n(26663, 'bn', 'db', 'Sub Total', '\u09b8\u09be\u09ac \u099f\u09cb\u099f\u09be\u09b2', NULL, NULL),\n(26664, 'bn', 'db', 'Continue Shopping', '\u0995\u09c7\u09a8\u09be\u0995\u09be\u099f\u09be \u099a\u09be\u09b2\u09bf\u09af\u09bc\u09c7 \u09af\u09be\u09a8', NULL, NULL),\n(26665, 'bn', 'db', 'Proceed to Checkout', '\u099a\u09c7\u0995\u0986\u0989\u099f\u09c7 \u098f\u0997\u09bf\u09af\u09bc\u09c7 \u09af\u09be\u09a8', NULL, NULL),\n(26666, 'bn', 'db', 'Pay', '\u09aa\u09c7', NULL, NULL),\n(26667, 'bn', 'db', 'Returning customer?', '\u09ab\u09bf\u09b0\u09c7 \u0986\u09b8\u09be \u0997\u09cd\u09b0\u09be\u09b9\u0995?', NULL, NULL),\n(26668, 'bn', 'db', 'Shipping Details', '\u09b6\u09bf\u09aa\u09bf\u0982 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26669, 'bn', 'db', 'Default Address', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u09a0\u09bf\u0995\u09be\u09a8\u09be', NULL, NULL),\n(26670, 'bn', 'db', 'Add a different address', '\u098f\u0995\u099f\u09bf \u09ad\u09bf\u09a8\u09cd\u09a8 \u09a0\u09bf\u0995\u09be\u09a8\u09be \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26671, 'bn', 'db', 'Order Notes', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09a8\u09cb\u099f', NULL, NULL),\n(26672, 'bn', 'db', 'Billing address same as Shipping Address', '\u09ac\u09bf\u09b2\u09bf\u0982 \u09a0\u09bf\u0995\u09be\u09a8\u09be \u098f\u09ac\u0982 \u09b6\u09bf\u09aa\u09bf\u0982 \u09a0\u09bf\u0995\u09be\u09a8\u09be \u098f\u0995\u0987', NULL, NULL),\n(26673, 'bn', 'db', 'Your order', '\u09a4\u09cb\u09ae\u09be\u09b0 \u0985\u09b0\u09cd\u09a1\u09be\u09b0', NULL, NULL),\n(26674, 'bn', 'db', 'Product(s)', '\u09aa\u09a3\u09cd\u09af(\u0997\u09c1\u09b2\u09bf)', NULL, NULL),\n(26676, 'bn', 'db', 'I have a coupon', '\u0986\u09ae\u09be\u09b0 \u0995\u09be\u099b\u09c7 \u098f\u0995\u099f\u09be \u0995\u09c1\u09aa\u09a8 \u0986\u099b\u09c7', NULL, NULL),\n(26677, 'bn', 'db', 'Enter coupon code', '\u0995\u09c1\u09aa\u09a8 \u0995\u09cb\u09a1 \u09b2\u09bf\u0996\u09c1\u09a8', NULL, NULL),\n(26678, 'bn', 'db', 'I have read and accept the', '\u0986\u09ae\u09bf \u09aa\u09a1\u09bc\u09c7\u099b\u09bf \u098f\u09ac\u0982 \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09c7\u099b\u09bf', NULL, NULL),\n(26679, 'bn', 'db', 'Cash on Delivery', '\u0995\u09cd\u09af\u09be\u09b6 \u0985\u09a8 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf', NULL, NULL),\n(26680, 'bn', 'db', 'Remember Me', 'Remember Me \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(26681, 'bn', 'db', 'Log In', '\u09b2\u0997 \u0987\u09a8', NULL, NULL),\n(26682, 'bn', 'db', 'sign up now', '\u098f\u0996\u09a8\u0987 \u09b8\u09be\u0987\u09a8 \u0986\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26683, 'bn', 'db', 'My Profile', '\u0986\u09ae\u09be\u09b0 \u09aa\u09cd\u09b0\u09cb\u09ab\u09be\u0987\u09b2', NULL, NULL),\n(26684, 'bn', 'db', 'My Orders', '\u0986\u09ae\u09be\u09b0 \u0986\u09a6\u09c7\u09b6', NULL, NULL),\n(26685, 'bn', 'db', 'My Wishlist', '\u0986\u09ae\u09be\u09b0 \u0987\u099a\u09cd\u099b\u09be \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26686, 'bn', 'db', 'Account Details', '\u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26687, 'bn', 'db', 'We have sent you an email', '\u0986\u09ae\u09b0\u09be \u0986\u09aa\u09a8\u09be\u0995\u09c7 \u098f\u0995\u099f\u09bf \u0987\u09ae\u09c7\u09b2 \u09aa\u09be\u09a0\u09bf\u09af\u09bc\u09c7\u099b\u09bf', NULL, NULL),\n(26688, 'bn', 'db', 'Just click on the link in that email to verify', '\u09af\u09be\u099a\u09be\u0987 \u0995\u09b0\u09a4\u09c7 \u0995\u09c7\u09ac\u09b2 \u09b8\u09c7\u0987 \u0987\u09ae\u09c7\u09b2\u09c7\u09b0 \u09b2\u09bf\u0999\u09cd\u0995\u099f\u09bf\u09a4\u09c7 \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26689, 'bn', 'db', 'Thank you for verifying your email', '\u0986\u09aa\u09a8\u09be\u09b0 \u0987\u09ae\u09c7\u09b2 \u09af\u09be\u099a\u09be\u0987 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09a7\u09a8\u09cd\u09af\u09ac\u09be\u09a6', NULL, NULL),\n(26690, 'bn', 'db', 'Order Details', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26691, 'bn', 'db', 'You have not ordered anything yet!', '\u09a4\u09c1\u09ae\u09bf \u098f\u0996\u09a8\u0993 \u0995\u09bf\u099b\u09c1 \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09b0\u09cb\u09a8\u09bf!', NULL, NULL),\n(26692, 'bn', 'db', 'Tags', '\u099f\u09cd\u09af\u09be\u0997', NULL, NULL),\n(26693, 'bn', 'db', 'Share', '\u09b6\u09c7\u09af\u09bc\u09be\u09b0', NULL, NULL),\n(26694, 'bn', 'db', 'Thank you for your order', '\u0986\u09aa\u09a8\u09be\u09b0 \u0985\u09b0\u09cd\u09a1\u09be\u09b0\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a7\u09a8\u09cd\u09af\u09ac\u09be\u09a6', NULL, NULL),\n(26695, 'bn', 'db', 'Here is your order reference no', '\u098f\u0996\u09be\u09a8\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u09a8\u09ae\u09cd\u09ac\u09b0', NULL, NULL),\n(26696, 'bn', 'db', 'You will receive an email with delivery details shortly', '\u0986\u09aa\u09a8\u09bf \u09b6\u09c0\u0998\u09cd\u09b0\u0987 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3 \u09b8\u09b9 \u098f\u0995\u099f\u09bf \u0987\u09ae\u09c7\u09b2 \u09aa\u09be\u09ac\u09c7\u09a8', NULL, NULL),\n(26697, 'bn', 'db', 'Add Collection', '\u09b8\u0982\u0997\u09cd\u09b0\u09b9 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26698, 'bn', 'db', 'Collection Name', '\u09b8\u0982\u0997\u09cd\u09b0\u09b9\u09c7\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(26699, 'bn', 'db', 'Permalink', '\u09aa\u09be\u09b0\u09ae\u09be\u09b2\u09bf\u0999\u09cd\u0995', NULL, NULL),\n(26700, 'bn', 'db', 'Save as Draft', '\u0996\u09b8\u09a1\u09bc\u09be \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09a3 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26701, 'bn', 'db', 'Publish', '\u09aa\u09cd\u09b0\u0995\u09be\u09b6 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26702, 'bn', 'db', 'Collection', '\u09b8\u0982\u0997\u09cd\u09b0\u09b9', NULL, NULL),\n(26703, 'bn', 'db', 'Slug', '\u09b8\u09cd\u09b2\u09be\u0997', NULL, NULL),\n(26705, 'bn', 'db', 'Sliders', '\u09b8\u09cd\u09b2\u09be\u0987\u09a1\u09be\u09b0', NULL, NULL),\n(26706, 'bn', 'db', 'Menu', '\u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26707, 'bn', 'db', 'Collections', '\u09b8\u0982\u0997\u09cd\u09b0\u09b9', NULL, NULL),\n(26708, 'bn', 'db', 'Pages', '\u09aa\u09c3\u09b7\u09cd\u09a0\u09be', NULL, NULL),\n(26709, 'bn', 'db', 'Widgets', '\u0989\u0987\u099c\u09c7\u099f', NULL, NULL),\n(26710, 'bn', 'db', 'Faq Category', '\u09aa\u09cd\u09b0\u09b6\u09cd\u09a8\u09ac\u09bf\u09a6\u09cd\u09a7 \u09aa\u09cd\u09b0\u09b6\u09cd\u09a8 \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26711, 'bn', 'db', 'Faqs', '\u09aa\u09cd\u09b0\u09b6\u09cd\u09a8\u09be\u09ac\u09b2\u09c0', NULL, NULL),\n(26712, 'bn', 'db', 'Social Links', '\u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u09b2\u09bf\u0999\u09cd\u0995', NULL, NULL),\n(26713, 'bn', 'db', 'Payment Gateways', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u0997\u09c7\u099f\u0993\u09af\u09bc\u09c7', NULL, NULL),\n(26714, 'bn', 'db', 'Location', '\u0985\u09ac\u09b8\u09cd\u09a5\u09be\u09a8', NULL, NULL),\n(26715, 'bn', 'db', 'Add Menu', '\u09ae\u09c7\u09a8\u09c1 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26716, 'bn', 'db', 'Add Menu Items', '\u09ae\u09c7\u09a8\u09c1 \u0986\u0987\u099f\u09c7\u09ae \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26717, 'bn', 'db', 'Categories', '\u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26718, 'bn', 'db', 'Select All', '\u09b8\u09ac \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26719, 'bn', 'db', 'Add to Menu', '\u09ae\u09c7\u09a8\u09c1\u09a4\u09c7 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26720, 'bn', 'db', 'Brands', '\u09ac\u09cd\u09b0\u09cd\u09af\u09be\u09a8\u09cd\u09a1', NULL, NULL),\n(26721, 'bn', 'db', 'Custom Links', '\u0995\u09be\u09b8\u09cd\u099f\u09ae \u09b2\u09bf\u0999\u09cd\u0995', NULL, NULL),\n(26722, 'bn', 'db', 'URL', '\u0987\u0989\u0986\u09b0\u098f\u09b2', NULL, NULL),\n(26723, 'bn', 'db', 'Link Text', '\u09b2\u09bf\u0999\u09cd\u0995 \u099f\u09c7\u0995\u09cd\u09b8\u099f', NULL, NULL),\n(26724, 'bn', 'db', 'Menu Structure', '\u09ae\u09c7\u09a8\u09c1 \u0995\u09be\u09a0\u09be\u09ae\u09cb', NULL, NULL),\n(26725, 'bn', 'db', 'Select categories, pages or add custom links to menus', '\u09ac\u09bf\u09ad\u09be\u0997, \u09aa\u09c3\u09b7\u09cd\u09a0\u09be \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8 \u0985\u09a5\u09ac\u09be \u09ae\u09c7\u09a8\u09c1\u09a4\u09c7 \u0995\u09be\u09b8\u09cd\u099f\u09ae \u09b2\u09bf\u0999\u09cd\u0995 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26726, 'bn', 'db', 'Link Name', '\u09b2\u09bf\u0999\u09cd\u0995\u09c7\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(26727, 'bn', 'db', 'Open in a new tab', '\u098f\u0995\u099f\u09bf \u09a8\u09a4\u09c1\u09a8 \u099f\u09cd\u09af\u09be\u09ac\u09c7 \u0996\u09c1\u09b2\u09c1\u09a8', NULL, NULL),\n(26728, 'bn', 'db', 'Save Menu', '\u09b8\u09c7\u09ad \u09ae\u09c7\u09a8\u09c1', NULL, NULL),\n(26729, 'bn', 'db', 'Page Name', '\u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(26730, 'bn', 'db', 'Page Layout', '\u09aa\u09c3\u09b7\u09cd\u09a0\u09be \u09ac\u09bf\u09a8\u09cd\u09af\u09be\u09b8', NULL, NULL),\n(26731, 'bn', 'db', 'click on the widgets below to add it to your layout', '\u0986\u09aa\u09a8\u09be\u09b0 \u09b2\u09c7\u0986\u0989\u099f\u09c7 \u098f\u099f\u09bf \u09af\u09cb\u0997 \u0995\u09b0\u09a4\u09c7 \u09a8\u09c0\u099a\u09c7\u09b0 \u0989\u0987\u099c\u09c7\u099f\u0997\u09c1\u09b2\u09bf\u09a4\u09c7 \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26732, 'bn', 'db', 'Product Category', '\u09aa\u09a3\u09cd\u09af \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26733, 'bn', 'db', 'Tabbed Product Categories', '\u099f\u09cd\u09af\u09be\u09ac\u09af\u09c1\u0995\u09cd\u09a4 \u09aa\u09a3\u09cd\u09af \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26734, 'bn', 'db', 'Category Slider', '\u09ac\u09bf\u09ad\u09be\u0997 \u09b8\u09cd\u09b2\u09be\u0987\u09a1\u09be\u09b0', NULL, NULL),\n(26735, 'bn', 'db', 'Product Collection', '\u09aa\u09a3\u09cd\u09af \u09b8\u0982\u0997\u09cd\u09b0\u09b9', NULL, NULL),\n(26736, 'bn', 'db', 'Tabbed Product Collections', '\u099f\u09cd\u09af\u09be\u09ac\u09af\u09c1\u0995\u09cd\u09a4 \u09aa\u09a3\u09cd\u09af \u09b8\u0982\u0997\u09cd\u09b0\u09b9', NULL, NULL),\n(26737, 'bn', 'db', 'Brand Slider', '\u09ac\u09cd\u09b0\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u09b8\u09cd\u09b2\u09be\u0987\u09a1\u09be\u09b0', NULL, NULL),\n(26738, 'bn', 'db', 'Og_Title', '\u0985\u0997\u09cd\u09a8\u09bf\u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae', NULL, NULL),\n(26740, 'bn', 'db', 'Og_description', '\u0985\u09ac\u09b0\u09cd\u09a3\u09a8\u09be_\u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26742, 'bn', 'db', 'Og_Image', '\u0985\u0997\u09cd\u09a8\u09bf\u099a\u09bf\u09a4\u09cd\u09b0', NULL, NULL),\n(26743, 'bn', 'db', 'Templates', '\u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f', NULL, NULL),\n(26744, 'bn', 'db', 'Choose Category', '\u09ac\u09bf\u09ad\u09be\u0997 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26745, 'bn', 'db', 'Layout Type', '\u09b2\u09c7\u0986\u0989\u099f \u099f\u09be\u0987\u09aa', NULL, NULL),\n(26746, 'bn', 'db', 'Slider Loop', '\u09b8\u09cd\u09b2\u09be\u0987\u09a1\u09be\u09b0 \u09b2\u09c1\u09aa', NULL, NULL),\n(26747, 'bn', 'db', 'Slider Autoplay', '\u09b8\u09cd\u09b2\u09be\u0987\u09a1\u09be\u09b0 \u0985\u099f\u09cb\u09aa\u09cd\u09b2\u09c7', NULL, NULL),\n(26748, 'bn', 'db', 'Slider Autoplay Speed', '\u09b8\u09cd\u09b2\u09be\u0987\u09a1\u09be\u09b0 \u0985\u099f\u09cb\u09aa\u09cd\u09b2\u09c7 \u09b8\u09cd\u09aa\u09bf\u09a1', NULL, NULL),\n(26749, 'bn', 'db', 'Number of products to show', '\u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09b8\u0982\u0996\u09cd\u09af\u09be', NULL, NULL),\n(26750, 'bn', 'db', 'Choose Categories', '\u09ac\u09bf\u09ad\u09be\u0997 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26751, 'bn', 'db', 'Choose Collection', '\u09b8\u0982\u0997\u09cd\u09b0\u09b9 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26753, 'bn', 'db', 'Choose collections', '\u09b8\u0982\u0997\u09cd\u09b0\u09b9\u0997\u09c1\u09b2\u09bf \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26754, 'bn', 'db', 'Choose Brands', '\u09ac\u09cd\u09b0\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26755, 'bn', 'db', 'Edit Page', '\u09aa\u09c3\u09b7\u09cd\u09a0\u09be \u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u09a8\u09be \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26757, 'bn', 'db', 'Ecommerce Settings', '\u0987\u0995\u09ae\u09be\u09b0\u09cd\u09b8 \u09b8\u09c7\u099f\u09bf\u0982\u09b8', NULL, NULL),\n(26758, 'bn', 'db', 'Favicon', '\u09ab\u09cd\u09af\u09be\u09ad\u09bf\u0995\u09a8', NULL, NULL),\n(26759, 'bn', 'db', 'Home Page', '\u09b9\u09cb\u09ae \u09aa\u09c7\u099c', NULL, NULL),\n(26760, 'bn', 'db', 'Store Phone', '\u09b8\u09cd\u099f\u09cb\u09b0 \u09ab\u09cb\u09a8', NULL, NULL),\n(26761, 'bn', 'db', 'Store Email', '\u09b8\u09cd\u099f\u09cb\u09b0 \u0987\u09ae\u09c7\u09b2', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(26762, 'bn', 'db', 'Store Address', '\u09a6\u09cb\u0995\u09be\u09a8\u09c7\u09b0 \u09a0\u09bf\u0995\u09be\u09a8\u09be', NULL, NULL),\n(26763, 'bn', 'db', 'Contact From Email', '\u0987\u09ae\u09c7\u09b2 \u09a5\u09c7\u0995\u09c7 \u09af\u09cb\u0997\u09be\u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26764, 'bn', 'db', 'Min amount for free shipping', '\u09ac\u09bf\u09a8\u09be\u09ae\u09c2\u09b2\u09cd\u09af\u09c7 \u09b6\u09bf\u09aa\u09bf\u0982\u09af\u09bc\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09b8\u09b0\u09cd\u09ac\u09a8\u09bf\u09ae\u09cd\u09a8 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(26765, 'bn', 'db', 'Flat Rate Shipping', '\u09ab\u09cd\u09b2\u09cd\u09af\u09be\u099f \u09b0\u09c7\u099f \u09b6\u09bf\u09aa\u09bf\u0982', NULL, NULL),\n(26766, 'bn', 'db', 'Pages to read & accept before checkout', '\u099a\u09c7\u0995\u0986\u0989\u099f \u0995\u09b0\u09be\u09b0 \u0986\u0997\u09c7 \u09aa\u09dc\u09be\u09b0 \u098f\u09ac\u0982 \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u0997\u09c1\u09b2\u09bf', NULL, NULL),\n(26767, 'bn', 'db', 'Custom CSS', '\u0995\u09be\u09b8\u09cd\u099f\u09ae \u09b8\u09bf\u098f\u09b8\u098f\u09b8', NULL, NULL),\n(26768, 'bn', 'db', 'Custom JS', '\u0995\u09be\u09b8\u09cd\u099f\u09ae \u099c\u09c7\u098f\u09b8', NULL, NULL),\n(26769, 'bn', 'db', 'Chat Code', '\u099a\u09cd\u09af\u09be\u099f \u0995\u09cb\u09a1', NULL, NULL),\n(26770, 'bn', 'db', 'Google Analytics Code', '\u0997\u09c1\u0997\u09b2 \u0985\u09cd\u09af\u09be\u09a8\u09be\u09b2\u09bf\u099f\u09bf\u0995\u09cd\u09b8 \u0995\u09cb\u09a1', NULL, NULL),\n(26771, 'bn', 'db', 'Facebook Pixel', '\u09ab\u09c7\u09b8\u09ac\u09c1\u0995 \u09aa\u09bf\u0995\u09cd\u09b8\u09c7\u09b2', NULL, NULL),\n(26772, 'bn', 'db', 'Details', '\u09ac\u09bf\u09b8\u09cd\u09a4\u09be\u09b0\u09bf\u09a4', NULL, NULL),\n(26773, 'bn', 'db', 'Add Slider', '\u09b8\u09cd\u09b2\u09be\u0987\u09a1\u09be\u09b0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26774, 'bn', 'db', 'Desktop', '\u09a1\u09c7\u09b8\u09cd\u0995\u099f\u09aa', NULL, NULL),\n(26775, 'bn', 'db', 'Tab', '\u099f\u09cd\u09af\u09be\u09ac', NULL, NULL),\n(26776, 'bn', 'db', 'Add Social Link', '\u09b8\u09be\u09ae\u09be\u099c\u09bf\u0995 \u09b2\u09bf\u0999\u09cd\u0995 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26777, 'bn', 'db', 'Available Widgets', '\u0989\u09aa\u09b2\u09ac\u09cd\u09a7 \u0989\u0987\u099c\u09c7\u099f', NULL, NULL),\n(26778, 'bn', 'db', 'To add a widget to a section, drag it onto that section', '\u0995\u09cb\u09a8\u0993 \u09ac\u09bf\u09ad\u09be\u0997\u09c7 \u098f\u0995\u099f\u09bf \u0989\u0987\u099c\u09c7\u099f \u09af\u09cb\u0997 \u0995\u09b0\u09a4\u09c7, \u098f\u099f\u09bf\u0995\u09c7 \u09b8\u09c7\u0987 \u09ac\u09bf\u09ad\u09be\u0997\u09c7 \u099f\u09c7\u09a8\u09c7 \u0986\u09a8\u09c1\u09a8', NULL, NULL),\n(26779, 'bn', 'db', 'Custom Menu', '\u0995\u09be\u09b8\u09cd\u099f\u09ae \u09ae\u09c7\u09a8\u09c1', NULL, NULL),\n(26780, 'bn', 'db', 'Select menu', '\u09ae\u09c7\u09a8\u09c1 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26781, 'bn', 'db', 'Site Features', '\u09b8\u09be\u0987\u099f\u09c7\u09b0 \u09ac\u09c8\u09b6\u09bf\u09b7\u09cd\u099f\u09cd\u09af', NULL, NULL),\n(26782, 'bn', 'db', 'Site Information', '\u09b8\u09be\u0987\u099f \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(26783, 'bn', 'db', 'Hours', '\u0998\u09a8\u09cd\u099f\u09be', NULL, NULL),\n(26784, 'bn', 'db', 'Newsletter form', '\u09a8\u09bf\u0989\u099c\u09b2\u09c7\u099f\u09be\u09b0 \u09ab\u09b0\u09cd\u09ae', NULL, NULL),\n(26785, 'bn', 'db', 'Section Above Footer', '\u09aa\u09be\u09a6\u09b2\u09c7\u0996\u09c7\u09b0 \u0989\u09aa\u09b0\u09c7 \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26786, 'bn', 'db', 'Footer Section', '\u09aa\u09be\u09a6\u099a\u09b0\u09a3 \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26787, 'bn', 'db', 'Product Details Sidebar', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3 \u09b8\u09be\u0987\u09a1\u09ac\u09be\u09b0', NULL, NULL),\n(26788, 'bn', 'db', 'Your email', '\u0986\u09aa\u09a8\u09be\u09b0 \u0987\u09ae\u09c7\u09b2', NULL, NULL),\n(26789, 'bn', 'db', 'Forgot Password', '\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09ad\u09c1\u09b2\u09c7 \u0997\u09c7\u099b\u09bf', NULL, NULL),\n(26790, 'bn', 'db', 'Subscribe', '\u09b8\u09be\u09ac\u09b8\u09cd\u0995\u09cd\u09b0\u09be\u0987\u09ac \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26791, 'bn', 'db', 'Sell Online', '\u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 \u09ac\u09bf\u0995\u09cd\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26792, 'bn', 'db', 'Out of stock', '\u09b8\u09cd\u099f\u0995 \u09b6\u09c7\u09b7', NULL, NULL),\n(26793, 'bn', 'db', 'Duplicate', '\u09a1\u09c1\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u099f', NULL, NULL),\n(26794, 'bn', 'db', 'All Product In Stock', '\u09b8\u09ae\u09b8\u09cd\u09a4 \u09aa\u09a3\u09cd\u09af \u09b8\u09cd\u099f\u0995\u09c7 \u0986\u099b\u09c7', NULL, NULL),\n(26795, 'bn', 'db', 'Show All Product Online', '\u09b8\u0995\u09b2 \u09aa\u09a3\u09cd\u09af \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(26796, 'bn', 'db', 'Oh snap! We are lost', '\u0993\u09b9, \u099d\u099f\u09aa\u099f! \u0986\u09ae\u09b0\u09be \u09b9\u09be\u09b0\u09bf\u09af\u09bc\u09c7 \u0997\u09c7\u099b\u09bf...', NULL, NULL),\n(26797, 'bn', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', '\u09ae\u09a8\u09c7 \u09b9\u099a\u09cd\u099b\u09c7 \u0986\u09aa\u09a8\u09bf \u09af\u09be \u0996\u09c1\u0981\u099c\u099b\u09c7\u09a8 \u09a4\u09be \u0986\u09ae\u09b0\u09be \u0996\u09c1\u0981\u099c\u09c7 \u09aa\u09be\u099a\u09cd\u099b\u09bf \u09a8\u09be\u0964 \u09b8\u09ae\u09cd\u09ad\u09ac\u09a4 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u09b8\u09be\u09b9\u09be\u09af\u09cd\u09af \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7 \u0985\u09a5\u09ac\u09be \u09ab\u09bf\u09b0\u09c7 \u09af\u09c7\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7', NULL, NULL),\n(26798, 'bn', 'db', 'Sorry this page is dead!', '\u09a6\u09c1\u0983\u0996\u09bf\u09a4, \u098f\u0987 \u09aa\u09be\u09a4\u09be\u099f\u09bf \u09ac\u09a8\u09cd\u09a7!', NULL, NULL),\n(26799, 'bn', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', '\u09b8\u09c7\u09b6\u09a8\u09c7\u09b0 \u09ae\u09c7\u09af\u09bc\u09be\u09a6 \u09b6\u09c7\u09b7 \u09b9\u0993\u09af\u09bc\u09be\u09b0 \u0995\u09be\u09b0\u09a3\u09c7 \u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u099f\u09bf\u09b0 \u09ae\u09c7\u09af\u09bc\u09be\u09a6 \u09b6\u09c7\u09b7 \u09b9\u09af\u09bc\u09c7 \u0997\u09c7\u099b\u09c7\u0964 \u0995\u09c7\u09ac\u09b2 \u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u099f\u09bf \u09b0\u09bf\u09ab\u09cd\u09b0\u09c7\u09b6 \u0995\u09b0\u09c1\u09a8 \u0985\u09a5\u09ac\u09be \u09a8\u09c0\u099a\u09c7\u09b0 \u09ac\u09cb\u09a4\u09be\u09ae\u099f\u09bf \u099f\u09bf\u09aa\u09c1\u09a8\u0964', NULL, NULL),\n(26800, 'bn', 'db', 'Refresh', '\u09b0\u09bf\u09ab\u09cd\u09b0\u09c7\u09b6', NULL, NULL),\n(26801, 'bn', 'db', 'Oh server just snapped!', '\u0993\u09b9, \u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0\u099f\u09be \u09b9\u09a0\u09be\u09ce \u0995\u09b0\u09c7\u0987 \u09ad\u09c7\u0999\u09c7 \u0997\u09c7\u09b2!', NULL, NULL),\n(26802, 'bn', 'db', 'An error occured due to server not being to able to handle your request', '\u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0 \u0986\u09aa\u09a8\u09be\u09b0 \u0985\u09a8\u09c1\u09b0\u09cb\u09a7\u099f\u09bf \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09a8\u09be \u0995\u09b0\u09a4\u09c7 \u09a8\u09be \u09aa\u09be\u09b0\u09be\u09b0 \u0995\u09be\u09b0\u09a3\u09c7 \u098f\u0995\u099f\u09bf \u09a4\u09cd\u09b0\u09c1\u099f\u09bf \u0998\u099f\u09c7\u099b\u09c7\u0964', NULL, NULL),\n(26803, 'bn', 'db', 'An error occured because the service is unavailable', '\u09aa\u09b0\u09bf\u09b7\u09c7\u09ac\u09be\u099f\u09bf \u0985\u09a8\u09c1\u09aa\u09b2\u09ac\u09cd\u09a7 \u09a5\u09be\u0995\u09be\u09b0 \u0995\u09be\u09b0\u09a3\u09c7 \u098f\u0995\u099f\u09bf \u09a4\u09cd\u09b0\u09c1\u099f\u09bf \u0998\u099f\u09c7\u099b\u09c7\u0964', NULL, NULL),\n(26804, 'bn', 'db', 'Please type a product name to search', '\u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9 \u0995\u09b0\u09c7 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u098f\u0995\u099f\u09bf \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09a8\u09be\u09ae \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26805, 'bn', 'db', 'Send', '\u09aa\u09be\u09a0\u09be\u09a8', NULL, NULL),\n(26806, 'bn', 'db', 'don\\'t have an account', '\u0986\u09ae\u09be\u09b0 \u0995\u09cb\u09a8 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a8\u09c7\u0987', NULL, NULL),\n(26807, 'bn', 'db', 'Click here to login', '\u09b2\u0997\u0987\u09a8 \u0995\u09b0\u09a4\u09c7 \u098f\u0996\u09be\u09a8\u09c7 \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26808, 'bn', 'db', 'Zip \\\\\/ Post Code', '\u099c\u09bf\u09aa \\\\\/ \u09aa\u09cb\u09b8\u09cd\u099f \u0995\u09cb\u09a1', NULL, NULL),\n(26809, 'bn', 'db', 'You may also like', '\u0986\u09aa\u09a8\u09be\u09b0\u0993 \u09aa\u099b\u09a8\u09cd\u09a6 \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7', NULL, NULL),\n(26810, 'bn', 'db', 'Add to cart', '\u0995\u09be\u09b0\u09cd\u099f\u09c7 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26811, 'bn', 'db', 'No item in your cart', '\u0986\u09aa\u09a8\u09be\u09b0 \u0995\u09be\u09b0\u09cd\u099f\u09c7 \u0995\u09cb\u09a8\u0993 \u09aa\u09a3\u09cd\u09af \u09a8\u09c7\u0987', NULL, NULL),\n(26812, 'bn', 'db', 'Filter Sales', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09ab\u09bf\u09b2\u09cd\u099f\u09be\u09b0 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26813, 'bn', 'db', 'Sale Type', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09a7\u09b0\u09a3', NULL, NULL),\n(26814, 'bn', 'db', 'POS', '\u09aa\u09bf\u0993\u098f\u09b8', NULL, NULL),\n(26815, 'bn', 'db', 'eCommerce', '\u0987-\u0995\u09ae\u09be\u09b0\u09cd\u09b8', NULL, NULL),\n(26816, 'bn', 'db', 'Please login first', '\u09a6\u09af\u09bc\u09be \u0995\u09b0\u09c7 \u09aa\u09cd\u09b0\u09a5\u09ae\u09c7 \u09b2\u0997\u0987\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26817, 'bn', 'db', 'Product added to wishlist', '\u09aa\u09a3\u09cd\u09af\u099f\u09bf \u0987\u099a\u09cd\u099b\u09be \u09a4\u09be\u09b2\u09bf\u0995\u09be\u09af\u09bc \u09af\u09cb\u0997 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26818, 'bn', 'db', 'You have not added anything to wishlist yet', '\u0986\u09aa\u09a8\u09bf \u098f\u0996\u09a8\u0993 \u0987\u099a\u09cd\u099b\u09be \u09a4\u09be\u09b2\u09bf\u0995\u09be\u09df \u0995\u09bf\u099b\u09c1 \u09af\u09cb\u0997 \u0995\u09b0\u09c7\u09a8\u09a8\u09bf', NULL, NULL),\n(26819, 'bn', 'db', 'Product removed from wishlist', '\u09aa\u09a3\u09cd\u09af\u099f\u09bf \u0987\u099a\u09cd\u099b\u09be \u09a4\u09be\u09b2\u09bf\u0995\u09be \u09a5\u09c7\u0995\u09c7 \u09b8\u09b0\u09be\u09a8\u09cb \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26820, 'bn', 'db', 'Product already on wishlist', '\u09aa\u09a3\u09cd\u09af\u099f\u09bf \u0987\u09a4\u09bf\u09ae\u09a7\u09cd\u09af\u09c7\u0987 \u0987\u099a\u09cd\u099b\u09be \u09a4\u09be\u09b2\u09bf\u0995\u09be\u09af\u09bc \u09b0\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26821, 'bn', 'db', 'Recently Viewed', '\u09b8\u09ae\u09cd\u09aa\u09cd\u09b0\u09a4\u09bf \u09a6\u09c7\u0996\u09be', NULL, NULL),\n(26822, 'bn', 'db', 'Verify', '\u09af\u09be\u099a\u09be\u0987 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26823, 'bn', 'db', 'Track Order', '\u099f\u09cd\u09b0\u09cd\u09af\u09be\u0995 \u0985\u09b0\u09cd\u09a1\u09be\u09b0', NULL, NULL),\n(26824, 'bn', 'db', 'Track', '\u099f\u09cd\u09b0\u09cd\u09af\u09be\u0995', NULL, NULL),\n(26825, 'bn', 'db', 'Time', '\u09b8\u09ae\u09af\u09bc', NULL, NULL),\n(26826, 'bn', 'db', 'Order Status', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be', NULL, NULL),\n(26827, 'bn', 'db', 'Payment Method', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf', NULL, NULL),\n(26828, 'bn', 'db', 'Shipping Status', '\u09b6\u09bf\u09aa\u09bf\u0982 \u09b8\u09cd\u099f\u09cd\u09af\u09be\u099f\u09be\u09b8', NULL, NULL),\n(26829, 'bn', 'db', 'Pending Confirmation', '\u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4\u0995\u09b0\u09a3 \u09ae\u09c1\u09b2\u09a4\u09c1\u09ac\u09bf', NULL, NULL),\n(26830, 'bn', 'db', 'Track another order', '\u0986\u09b0\u09c7\u0995\u099f\u09bf \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u099f\u09cd\u09b0\u09cd\u09af\u09be\u0995 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26831, 'bn', 'db', 'Post Title', '\u09aa\u09cb\u09b8\u09cd\u099f\u09c7\u09b0 \u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae', NULL, NULL),\n(26832, 'bn', 'db', 'Post Thumbnail', '\u09aa\u09cb\u09b8\u09cd\u099f \u09a5\u09be\u09ae\u09cd\u09ac\u09a8\u09c7\u0987\u09b2', NULL, NULL),\n(26833, 'bn', 'db', 'Pay with gift card', '\u0997\u09bf\u09ab\u099f \u0995\u09be\u09b0\u09cd\u09a1 \u09a6\u09bf\u09af\u09bc\u09c7 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26835, 'bn', 'db', 'Warehouse Wise', '\u0997\u09c1\u09a6\u09be\u09ae \u0985\u09a8\u09c1\u09b8\u09be\u09b0\u09c7', NULL, NULL),\n(26836, 'bn', 'db', 'Payment Receiver', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09b0\u09bf\u09b8\u09bf\u09ad\u09be\u09b0', NULL, NULL),\n(26837, 'bn', 'db', 'SMS Template', '\u098f\u09b8\u098f\u09ae\u098f\u09b8 \u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f', NULL, NULL),\n(26838, 'bn', 'db', 'Add Template', '\u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26839, 'bn', 'db', 'SMS Template List', '\u098f\u09b8\u098f\u09ae\u098f\u09b8 \u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26840, 'bn', 'db', 'Content', '\u09ac\u09bf\u09b7\u09af\u09bc\u09ac\u09b8\u09cd\u09a4\u09c1', NULL, NULL),\n(26841, 'bn', 'db', 'Update Template', '\u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26842, 'bn', 'db', 'Send SMS After Sale', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09aa\u09b0\u09c7 \u098f\u09b8\u098f\u09ae\u098f\u09b8 \u09aa\u09be\u09a0\u09be\u09a8', NULL, NULL),\n(26843, 'bn', 'db', 'Default SMS Sale', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u098f\u09b8\u098f\u09ae\u098f\u09b8 \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(26844, 'bn', 'db', 'Default SMS E-Commerce', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u098f\u09b8\u098f\u09ae\u098f\u09b8 \u0987-\u0995\u09ae\u09be\u09b0\u09cd\u09b8', NULL, NULL),\n(26845, 'bn', 'db', 'Default Online', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u0985\u09a8\u09b2\u09be\u0987\u09a8', NULL, NULL),\n(26846, 'bn', 'db', 'Top Up', '\u099f\u09aa \u0986\u09aa', NULL, NULL),\n(26847, 'bn', 'db', 'Coupon Name', '\u0995\u09c1\u09aa\u09a8\u09c7\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(26848, 'bn', 'db', 'Email Sent', '\u0987\u09ae\u09c7\u09b2 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26850, 'bn', 'db', 'Wholesale Price', '\u09aa\u09be\u0987\u0995\u09be\u09b0\u09bf \u09ae\u09c2\u09b2\u09cd\u09af', NULL, NULL),\n(26851, 'bn', 'db', 'Price Option', '\u09ae\u09c2\u09b2\u09cd\u09af \u09ac\u09bf\u0995\u09b2\u09cd\u09aa', NULL, NULL),\n(26852, 'bn', 'db', 'Product Tags', '\u09aa\u09a3\u09cd\u09af \u099f\u09cd\u09af\u09be\u0997', NULL, NULL),\n(26853, 'bn', 'db', 'Selected Items', '\u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09bf\u09a4 \u0986\u0987\u099f\u09c7\u09ae', NULL, NULL),\n(26854, 'bn', 'db', 'Related Products', '\u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09bf\u09a4 \u09aa\u09a3\u09cd\u09af', NULL, NULL),\n(26856, 'bn', 'db', 'Track Inventory', '\u099f\u09cd\u09b0\u09cd\u09af\u09be\u0995 \u0987\u09a8\u09ad\u09c7\u09a8\u09cd\u099f\u09b0\u09bf', NULL, NULL),\n(26857, 'bn', 'db', 'Register me as a user', '\u0986\u09ae\u09be\u0995\u09c7 \u098f\u0995\u099c\u09a8 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u0995\u09be\u09b0\u09c0 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09a8\u09bf\u09ac\u09a8\u09cd\u09a7\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26858, 'bn', 'db', 'Verify & Close', '\u09af\u09be\u099a\u09be\u0987 \u0995\u09b0\u09c1\u09a8 \u098f\u09ac\u0982 \u09ac\u09a8\u09cd\u09a7 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26859, 'bn', 'db', 'Enable Gift Card payment on checkout page', '\u099a\u09c7\u0995\u0986\u0989\u099f \u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u09af\u09bc \u0997\u09bf\u09ab\u099f \u0995\u09be\u09b0\u09cd\u09a1 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u0995\u09cd\u09b7\u09ae \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26860, 'bn', 'db', 'Theme Color', '\u09a5\u09bf\u09ae\u09c7\u09b0 \u09b0\u0999', NULL, NULL),\n(26863, 'bn', 'db', 'Enter gift card number', '\u0997\u09bf\u09ab\u099f \u0995\u09be\u09b0\u09cd\u09a1 \u09a8\u09ae\u09cd\u09ac\u09b0 \u09b2\u09bf\u0996\u09c1\u09a8', NULL, NULL),\n(26864, 'bn', 'db', 'Page saved', '\u09aa\u09c3\u09b7\u09cd\u09a0\u09be \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4', NULL, NULL),\n(26865, 'bn', 'db', 'Widget saved', '\u0989\u0987\u099c\u09c7\u099f \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4', NULL, NULL),\n(26866, 'bn', 'db', 'Template', '\u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f', NULL, NULL),\n(26867, 'bn', 'db', 'Three Column Banner', '\u09a4\u09bf\u09a8 \u0995\u09b2\u09be\u09ae\u09c7\u09b0 \u09ac\u09cd\u09af\u09be\u09a8\u09be\u09b0', NULL, NULL),\n(26868, 'bn', 'db', 'Banner Image', '\u09ac\u09cd\u09af\u09be\u09a8\u09be\u09b0 \u0987\u09ae\u09c7\u099c', NULL, NULL),\n(26869, 'bn', 'db', 'Income', '\u0986\u09af\u09bc', NULL, NULL),\n(26870, 'bn', 'db', 'Income Category', '\u0986\u09af\u09bc \u09ac\u09bf\u09ad\u09be\u0997', NULL, NULL),\n(26871, 'bn', 'db', 'Income List', '\u0986\u09af\u09bc\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26872, 'bn', 'db', 'Add Income', '\u0986\u09af\u09bc \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26873, 'bn', 'db', 'Add Income Category', '\u0986\u09af\u09bc\u09c7\u09b0 \u09ac\u09bf\u09ad\u09be\u0997 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26874, 'bn', 'db', 'Update Income Category', '\u0986\u09df\u09c7\u09b0 \u09ac\u09bf\u09ad\u09be\u0997 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26875, 'bn', 'db', 'Packing Slip to manage orders\\\\\/sales', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0\\\\\/\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09a8\u09be \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09aa\u09cd\u09af\u09be\u0995\u09bf\u0982 \u09b8\u09cd\u09b2\u09bf\u09aa', NULL, NULL),\n(26876, 'bn', 'db', 'Enable', '\u09b8\u0995\u09cd\u09b0\u09bf\u09af\u09bc \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26877, 'bn', 'db', 'Disable', '\u0985\u0995\u09cd\u09b7\u09ae \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26878, 'bn', 'db', 'Create Packing Slip', '\u09aa\u09cd\u09af\u09be\u0995\u09bf\u0982 \u09b8\u09cd\u09b2\u09bf\u09aa \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26879, 'bn', 'db', 'Packed', '\u09aa\u09cd\u09af\u09be\u0995\u09a1', NULL, NULL),\n(26880, 'bn', 'db', 'Processing', '\u09aa\u09cd\u09b0\u0995\u09cd\u09b0\u09bf\u09af\u09bc\u09be\u099c\u09be\u09a4\u0995\u09b0\u09a3', NULL, NULL),\n(26881, 'bn', 'db', 'Packing Slip List', '\u09aa\u09cd\u09af\u09be\u0995\u09bf\u0982 \u09b8\u09cd\u09b2\u09bf\u09aa\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26882, 'bn', 'db', 'Packing Slip Reference', '\u09aa\u09cd\u09af\u09be\u0995\u09bf\u0982 \u09b8\u09cd\u09b2\u09bf\u09aa \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8', NULL, NULL),\n(26883, 'bn', 'db', 'Challan List', '\u099a\u09be\u09b2\u09be\u09a8 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26884, 'bn', 'db', 'Challan Report', '\u099a\u09be\u09b2\u09be\u09a8 \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f', NULL, NULL),\n(26885, 'bn', 'db', 'Packing Slip & Challan', '\u09aa\u09cd\u09af\u09be\u0995\u09bf\u0982 \u09b8\u09cd\u09b2\u09bf\u09aa \u098f\u09ac\u0982 \u099a\u09be\u09b2\u09be\u09a8', NULL, NULL),\n(26886, 'bn', 'db', 'Filter Products', '\u09ab\u09bf\u09b2\u09cd\u099f\u09be\u09b0 \u09aa\u09a3\u09cd\u09af', NULL, NULL),\n(26887, 'bn', 'db', 'Expiry Duration Type', '\u09ae\u09c7\u09af\u09bc\u09be\u09a6\u09cb\u09a4\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3\u09c7\u09b0 \u09b8\u09ae\u09af\u09bc\u0995\u09be\u09b2\u09c7\u09b0 \u09a7\u09b0\u09a3', NULL, NULL),\n(26888, 'bn', 'db', 'Expiry Value', '\u09ae\u09c7\u09af\u09bc\u09be\u09a6\u09cb\u09a4\u09cd\u09a4\u09c0\u09b0\u09cd\u09a3 \u09ae\u09c2\u09b2\u09cd\u09af', NULL, NULL),\n(26889, 'bn', 'db', 'Biller Report', '\u09ac\u09bf\u09b2\u09be\u09b0 \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f', NULL, NULL),\n(26890, 'bn', 'db', 'Choose Biller', '\u09ac\u09bf\u09b2\u09be\u09b0 \u09ac\u09c7\u099b\u09c7 \u09a8\u09bf\u09a8', NULL, NULL),\n(26891, 'bn', 'db', 'Thermal Invoice Size', '\u09a4\u09be\u09aa\u09c0\u09af\u09bc \u099a\u09be\u09b2\u09be\u09a8\u09c7\u09b0 \u0986\u0995\u09be\u09b0', NULL, NULL),\n(26892, 'bn', 'db', 'Invoice Option', '\u0987\u09a8\u09ad\u09af\u09bc\u09c7\u09b8 \u0985\u09aa\u09b6\u09a8', NULL, NULL),\n(26893, 'bn', 'db', '80mm', '\u09ee\u09e6 \u09ae\u09bf\u09ae\u09bf', NULL, NULL),\n(26894, 'bn', 'db', '58mm', '\u09eb\u09ee \u09ae\u09bf\u09ae\u09bf', NULL, NULL),\n(26895, 'bn', 'db', 'Sale successfully added to draft', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u0996\u09b8\u09a1\u09bc\u09be\u09af\u09bc \u09af\u09cb\u0997 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26896, 'bn', 'db', 'Barcode Settings', '\u09ac\u09be\u09b0\u0995\u09cb\u09a1 \u09b8\u09c7\u099f\u09bf\u0982\u09b8', NULL, NULL),\n(26897, 'bn', 'db', 'Add barcode sticker setting', '\u09ac\u09be\u09b0\u0995\u09cb\u09a1 \u09b8\u09cd\u099f\u09bf\u0995\u09be\u09b0 \u09b8\u09c7\u099f\u09bf\u0982 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26898, 'bn', 'db', 'Edit Barcode Sticker Setting', '\u09ac\u09be\u09b0\u0995\u09cb\u09a1 \u09b8\u09cd\u099f\u09bf\u0995\u09be\u09b0 \u09b8\u09c7\u099f\u09bf\u0982 \u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u09a8\u09be \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26899, 'bn', 'db', 'Sticker Sheet setting Name', '\u09b8\u09cd\u099f\u09bf\u0995\u09be\u09b0 \u09b6\u09bf\u099f \u09b8\u09c7\u099f\u09bf\u0982 \u09a8\u09be\u09ae', NULL, NULL),\n(26900, 'bn', 'db', 'Sticker Sheet setting Description', '\u09b8\u09cd\u099f\u09bf\u0995\u09be\u09b0 \u09b6\u09bf\u099f \u09b8\u09c7\u099f\u09bf\u0982 \u09ac\u09b0\u09cd\u09a3\u09a8\u09be', NULL, NULL),\n(26901, 'bn', 'db', 'Continuous feed or rolls', '\u0995\u09cd\u09b0\u09ae\u09be\u0997\u09a4 \u0996\u09be\u0993\u09af\u09bc\u09be\u09a8\u09cb \u0985\u09a5\u09ac\u09be \u09b0\u09cb\u09b2 \u0995\u09b0\u09be', NULL, NULL),\n(26902, 'bn', 'db', 'In Inches', '\u0987\u099e\u09cd\u099a\u09bf\u09a4\u09c7', NULL, NULL),\n(26903, 'bn', 'db', 'Additional top margin', '\u0985\u09a4\u09bf\u09b0\u09bf\u0995\u09cd\u09a4 \u0989\u09aa\u09b0\u09c7\u09b0 \u09ae\u09be\u09b0\u09cd\u099c\u09bf\u09a8', NULL, NULL),\n(26904, 'bn', 'db', 'Additional left margin', '\u0985\u09a4\u09bf\u09b0\u09bf\u0995\u09cd\u09a4 \u09ac\u09be\u09ae \u09ae\u09be\u09b0\u09cd\u099c\u09bf\u09a8', NULL, NULL),\n(26905, 'bn', 'db', 'Width of sticker', '\u09b8\u09cd\u099f\u09bf\u0995\u09be\u09b0\u09c7\u09b0 \u09aa\u09cd\u09b0\u09b8\u09cd\u09a5', NULL, NULL),\n(26906, 'bn', 'db', 'Height of sticker', '\u09b8\u09cd\u099f\u09bf\u0995\u09be\u09b0\u09c7\u09b0 \u0989\u099a\u09cd\u099a\u09a4\u09be', NULL, NULL),\n(26907, 'bn', 'db', 'Paper width', '\u0995\u09be\u0997\u099c\u09c7\u09b0 \u09aa\u09cd\u09b0\u09b8\u09cd\u09a5', NULL, NULL),\n(26908, 'bn', 'db', 'Paper height', '\u0995\u09be\u0997\u099c\u09c7\u09b0 \u0989\u099a\u09cd\u099a\u09a4\u09be', NULL, NULL),\n(26909, 'bn', 'db', 'Stickers in one row', '\u098f\u0995 \u09b8\u09be\u09b0\u09bf\u09a4\u09c7 \u09b8\u09cd\u099f\u09bf\u0995\u09be\u09b0', NULL, NULL),\n(26910, 'bn', 'db', 'Distance between two rows', '\u09a6\u09c1\u099f\u09bf \u09b8\u09be\u09b0\u09bf\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09a6\u09c2\u09b0\u09a4\u09cd\u09ac', NULL, NULL),\n(26911, 'bn', 'db', 'Distance between two columns', '\u09a6\u09c1\u099f\u09bf \u0995\u09b2\u09be\u09ae\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09a6\u09c2\u09b0\u09a4\u09cd\u09ac', NULL, NULL),\n(26912, 'bn', 'db', 'No of Stickers per sheet', '\u09aa\u09cd\u09b0\u09a4\u09bf \u09b6\u09bf\u099f\u09c7\u09b0 \u09b8\u09cd\u099f\u09bf\u0995\u09be\u09b0\u09c7\u09b0 \u09b8\u0982\u0996\u09cd\u09af\u09be', NULL, NULL),\n(26913, 'bn', 'db', 'Set as default', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09b8\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26914, 'bn', 'db', 'Add New Setting', '\u09a8\u09a4\u09c1\u09a8 \u09b8\u09c7\u099f\u09bf\u0982 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26915, 'bn', 'db', 'Print Labels', '\u09b2\u09c7\u09ac\u09c7\u09b2 \u09ae\u09c1\u09a6\u09cd\u09b0\u09a3 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26916, 'bn', 'db', 'Information on Label', '\u09b2\u09c7\u09ac\u09c7\u09b2 \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09bf\u09a4 \u09a4\u09a5\u09cd\u09af', NULL, NULL),\n(26917, 'bn', 'db', 'Add Production', '\u0989\u09ce\u09aa\u09be\u09a6\u09a8 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26918, 'bn', 'db', 'Production List', '\u0989\u09ce\u09aa\u09be\u09a6\u09a8 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(26919, 'bn', 'db', 'Expired Date', '\u09ae\u09c7\u09af\u09bc\u09be\u09a6 \u09b6\u09c7\u09b7 \u09b9\u0993\u09af\u09bc\u09be\u09b0 \u09a4\u09be\u09b0\u09bf\u0996', NULL, NULL),\n(26920, 'bn', 'db', 'Manufacturing', '\u0989\u09ce\u09aa\u09be\u09a6\u09a8', NULL, NULL),\n(26921, 'bn', 'db', 'Total Tax', '\u09ae\u09cb\u099f \u0995\u09b0', NULL, NULL),\n(26922, 'bn', 'db', 'Production Details', '\u0989\u09ce\u09aa\u09be\u09a6\u09a8\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(26923, 'bn', 'db', 'Add Custom Size', '\u0995\u09be\u09b8\u09cd\u099f\u09ae \u0986\u0995\u09be\u09b0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26924, 'bn', 'db', 'RTL', '\u0986\u09b0\u099f\u09bf\u098f\u09b2', NULL, NULL),\n(26925, 'bn', 'db', 'LTR', '\u098f\u09b2\u099f\u09bf\u0986\u09b0', NULL, NULL),\n(26927, 'bn', 'db', 'Show search results in', '\u098f\u09a4\u09c7 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u09ab\u09b2\u09be\u09ab\u09b2 \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(26928, 'bn', 'db', 'Full Page', '\u09aa\u09c2\u09b0\u09cd\u09a3 \u09aa\u09be\u09a4\u09be', NULL, NULL),\n(26929, 'bn', 'db', 'Dropdown', '\u09a1\u09cd\u09b0\u09aa\u09a1\u09be\u0989\u09a8', NULL, NULL),\n(26931, 'bn', 'db', 'Saving', '\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09a3', NULL, NULL),\n(26932, 'bn', 'db', 'Multiple Payment', '\u098f\u0995\u09be\u09a7\u09bf\u0995 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26933, 'bn', 'db', 'Finalize Sale(Multiple Payment)', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u099a\u09c2\u09a1\u09bc\u09be\u09a8\u09cd\u09a4 \u0995\u09b0\u09c1\u09a8 (\u098f\u0995\u09be\u09a7\u09bf\u0995 \u0985\u09b0\u09cd\u09a5 \u09aa\u09cd\u09b0\u09a6\u09be\u09a8)', NULL, NULL),\n(26934, 'bn', 'db', 'Cash Received', '\u09a8\u0997\u09a6 \u099f\u09be\u0995\u09be \u0997\u09c3\u09b9\u09c0\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(26935, 'bn', 'db', 'Add More Payment', '\u0986\u09b0\u0993 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26936, 'bn', 'db', 'Received', '\u09aa\u09cd\u09b0\u09be\u09aa\u09cd\u09a4', NULL, NULL),\n(26937, 'bn', 'db', 'Production Status', '\u0989\u09ce\u09aa\u09be\u09a6\u09a8\u09c7\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be', NULL, NULL),\n(26943, 'bn', 'db', 'Employees', '\u0995\u09b0\u09cd\u09ae\u099a\u09be\u09b0\u09c0', NULL, NULL),\n(26944, 'bn', 'db', 'Award', '\u09aa\u09c1\u09b0\u09b8\u09cd\u0995\u09be\u09b0', NULL, NULL),\n(26945, 'bn', 'db', 'Travel', '\u09ad\u09cd\u09b0\u09ae\u09a3', NULL, NULL),\n(26946, 'bn', 'db', 'Resignations', '\u09aa\u09a6\u09a4\u09cd\u09af\u09be\u0997', NULL, NULL),\n(26947, 'bn', 'db', 'Complaints', '\u0985\u09ad\u09bf\u09af\u09cb\u0997', NULL, NULL),\n(26948, 'bn', 'db', 'Warnings', '\u09b8\u09a4\u09b0\u09cd\u0995\u09a4\u09be', NULL, NULL),\n(26949, 'bn', 'db', 'Terminations', '\u09b8\u09ae\u09be\u09aa\u09cd\u09a4\u09bf', NULL, NULL),\n(26950, 'bn', 'db', 'Organization', '\u09b8\u0982\u0997\u09a0\u09a8', NULL, NULL),\n(26951, 'bn', 'db', 'Company', '\u0995\u09cb\u09ae\u09cd\u09aa\u09be\u09a8\u09bf', NULL, NULL),\n(26952, 'bn', 'db', 'Designation', '\u09aa\u09a6\u09ac\u09bf', NULL, NULL),\n(26953, 'bn', 'db', 'Announcements', '\u0998\u09cb\u09b7\u09a3\u09be', NULL, NULL),\n(26954, 'bn', 'db', 'Timesheets', '\u099f\u09be\u0987\u09ae\u09b8\u09bf\u099f', NULL, NULL),\n(26955, 'bn', 'db', 'Attendances', '\u0989\u09aa\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf', NULL, NULL),\n(26956, 'bn', 'db', 'Recruitment', '\u09a8\u09bf\u09af\u09bc\u09cb\u0997', NULL, NULL),\n(26957, 'bn', 'db', 'Training', '\u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u09a3', NULL, NULL),\n(26958, 'bn', 'db', 'Trainers', '\u09aa\u09cd\u09b0\u09b6\u09bf\u0995\u09cd\u09b7\u0995', NULL, NULL),\n(26959, 'bn', 'db', 'Events', '\u0987\u09ad\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(26960, 'bn', 'db', 'Meetings', '\u09b8\u09ad\u09be', NULL, NULL),\n(26961, 'bn', 'db', 'Finance', '\u0985\u09b0\u09cd\u09a5\u09be\u09af\u09bc\u09a8', NULL, NULL),\n(26962, 'bn', 'db', 'imei_numbers', '\u0986\u0987\u098f\u09ae\u0987\u0986\u0987_\u09b8\u0982\u0996\u09cd\u09af\u09be', NULL, NULL),\n(26963, 'bn', 'db', 'Warranty', '\u0993\u09af\u09bc\u09be\u09b0\u09c7\u09a8\u09cd\u099f\u09bf', NULL, NULL),\n(26964, 'bn', 'db', 'Guarantee', '\u0997\u09cd\u09af\u09be\u09b0\u09be\u09a8\u09cd\u099f\u09bf', NULL, NULL),\n(26965, 'bn', 'db', 'Dear', '\u09aa\u09cd\u09b0\u09bf\u09af\u09bc', NULL, NULL),\n(26966, 'bn', 'db', 'Thank you for your purchase! Your invoice number is', '\u0986\u09aa\u09a8\u09be\u09b0 \u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09a7\u09a8\u09cd\u09af\u09ac\u09be\u09a6! \u0986\u09aa\u09a8\u09be\u09b0 \u0987\u09a8\u09ad\u09df\u09c7\u09b8 \u09a8\u09ae\u09cd\u09ac\u09b0 \u09b9\u09b2', NULL, NULL),\n(26967, 'bn', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', '\u09af\u09a6\u09bf \u0986\u09aa\u09a8\u09be\u09b0 \u0995\u09cb\u09a8 \u09aa\u09cd\u09b0\u09b6\u09cd\u09a8 \u09ac\u09be \u0989\u09a6\u09cd\u09ac\u09c7\u0997 \u09a5\u09be\u0995\u09c7, \u09a4\u09be\u09b9\u09b2\u09c7 \u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9 \u0995\u09b0\u09c7 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09b8\u09be\u09a5\u09c7 \u09af\u09cb\u0997\u09be\u09af\u09cb\u0997 \u0995\u09b0\u09a4\u09c7 \u09a6\u09cd\u09ac\u09bf\u09a7\u09be \u0995\u09b0\u09ac\u09c7\u09a8 \u09a8\u09be\u0964 \u0986\u09ae\u09b0\u09be \u09b8\u09be\u09b9\u09be\u09af\u09cd\u09af \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u098f\u0996\u09be\u09a8\u09c7 \u0986\u099b\u09bf!', NULL, NULL),\n(26968, 'bn', 'db', 'Best regards', '\u09b6\u09c1\u09ad\u09c7\u099a\u09cd\u099b\u09be\u09b8\u09b9', NULL, NULL),\n(26969, 'bn', 'db', 'Whatsapp Notification', '\u09b9\u09cb\u09af\u09bc\u09be\u099f\u09b8\u0985\u09cd\u09af\u09be\u09aa \u09ac\u09bf\u099c\u09cd\u099e\u09aa\u09cd\u09a4\u09bf', NULL, NULL),\n(26970, 'bn', 'db', 'Add More Payment Option', '\u0986\u09b0\u0993 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09ac\u09bf\u0995\u09b2\u09cd\u09aa \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26971, 'bn', 'db', 'Type date or quotation reference', '\u09a4\u09be\u09b0\u09bf\u0996 \u09ac\u09be \u0989\u09a6\u09cd\u09a7\u09c3\u09a4\u09bf \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8...', NULL, NULL),\n(26973, 'bn', 'db', 'Sale Reference No', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u09a8\u09ae\u09cd\u09ac\u09b0\u0964', NULL, NULL),\n(26974, 'bn', 'db', 'My Transactions', '\u0986\u09ae\u09be\u09b0 \u09b2\u09c7\u09a8\u09a6\u09c7\u09a8', NULL, NULL),\n(26975, 'bn', 'db', 'One Point is Equivalent to:', '\u098f\u0995\u099f\u09bf \u09ac\u09bf\u09a8\u09cd\u09a6\u09c1 \u098f\u09b0 \u09b8\u09ae\u09a4\u09c1\u09b2\u09cd\u09af:', NULL, NULL),\n(26976, 'bn', 'db', 'Update Income', '\u0986\u09af\u09bc \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(26977, 'bn', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', '\u09b6\u09c1\u09a7\u09c1\u09ae\u09be\u09a4\u09cd\u09b0 \u09b8\u09bf\u09b2\u09c7\u0995\u09cd\u099f, \u09ae\u09be\u09b2\u09cd\u099f\u09bf \u09b8\u09bf\u09b2\u09c7\u0995\u09cd\u099f, \u099a\u09c7\u0995\u09ac\u0995\u09cd\u09b8, \u09b0\u09c7\u09a1\u09bf\u0993 \u09ac\u09cb\u09a4\u09be\u09ae \u09a7\u09b0\u09a3\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c1\u09a8\u0964 \u0995\u09cb\u09ae\u09be \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09ac\u09bf\u0995\u09b2\u09cd\u09aa\u0997\u09c1\u09b2\u09bf \u09aa\u09c3\u09a5\u0995 \u0995\u09b0\u09c7 \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u099f\u09bf \u09aa\u09c2\u09b0\u09a3 \u0995\u09b0\u09c1\u09a8\u0964 \u09b8\u09ae\u09a4\u09c1\u09b2\u09cd\u09af \u0986\u09aa\u09c7\u09b2, \u0995\u09ae\u09b2\u09be, \u0995\u09b2\u09be', NULL, NULL),\n(26978, 'bn', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', '\u098f\u0995\u09cd\u09b8\u0995\u09cd\u09b2\u09c1\u09b8\u09bf\u09ad: \u09aa\u09a3\u09cd\u09af \u09ae\u09c2\u09b2\u09cd\u09af = \u09aa\u09cd\u09b0\u0995\u09c3\u09a4 \u09aa\u09a3\u09cd\u09af \u09ae\u09c2\u09b2\u09cd\u09af + \u0995\u09b0\u0964 \u0985\u09a8\u09cd\u09a4\u09b0\u09cd\u09ad\u09c1\u0995\u09cd\u09a4: \u09aa\u09cd\u09b0\u0995\u09c3\u09a4 \u09aa\u09a3\u09cd\u09af \u09ae\u09c2\u09b2\u09cd\u09af = \u09aa\u09a3\u09cd\u09af \u09ae\u09c2\u09b2\u09cd\u09af - \u0995\u09b0', NULL, NULL),\n(26979, 'al', 'db', 'dashboard', 'pult', NULL, NULL),\n(26980, 'al', 'db', 'language', 'gjuh\u00eb', NULL, NULL),\n(26981, 'al', 'db', 'Languages', 'Gjuh\u00ebt', NULL, NULL),\n(26982, 'al', 'db', 'revenue', 't\u00eb ardhurat', NULL, NULL),\n(26983, 'al', 'db', 'product', 'produkt', NULL, NULL),\n(26984, 'al', 'db', 'category', 'kategoria', NULL, NULL),\n(26985, 'al', 'db', 'product_list', 'lista_produkti', NULL, NULL),\n(26986, 'al', 'db', 'add_product', 'shto_produkt', NULL, NULL),\n(26987, 'al', 'db', 'import_product', 'import_produkt', NULL, NULL),\n(26988, 'al', 'db', 'print_barcode', 'print_barkodi', NULL, NULL),\n(26989, 'al', 'db', 'welcome', 'mire se erdhe', NULL, NULL),\n(26990, 'al', 'db', 'profile', 'profili', NULL, NULL),\n(26991, 'al', 'db', 'add', 'shtoj', NULL, NULL),\n(26992, 'al', 'db', 'parent', 'prind', NULL, NULL),\n(26993, 'al', 'db', 'action', 'veprim', NULL, NULL),\n(26994, 'al', 'db', 'import', 'import', NULL, NULL),\n(26995, 'al', 'db', 'edit', 'redakto', NULL, NULL),\n(26996, 'al', 'db', 'delete', 'fshij', NULL, NULL),\n(26997, 'al', 'db', 'name', 'emri', NULL, NULL),\n(26998, 'al', 'db', 'submit', 'paraqis', NULL, NULL),\n(26999, 'al', 'db', 'update', 'p\u00ebrdit\u00ebso', NULL, NULL),\n(27000, 'al', 'db', 'The field labels marked with * are required input fields', 'Etiketat e fushave t\u00eb sh\u00ebnuara me * jan\u00eb fusha t\u00eb nevojshme hyr\u00ebse', NULL, NULL),\n(27001, 'al', 'db', 'settings', 'cil\u00ebsimet', NULL, NULL),\n(27002, 'al', 'db', 'logout', 'dalje', NULL, NULL),\n(27003, 'al', 'db', 'return', 'kthim', NULL, NULL),\n(27004, 'al', 'db', 'profit', 'fitim', NULL, NULL),\n(27005, 'al', 'db', 'sale qty', 'sasia e shitjes', NULL, NULL),\n(27006, 'al', 'db', 'yearly report', 'Raporti vjetor', NULL, NULL),\n(27007, 'al', 'db', 'sale amount', 'shuma e shitjes', NULL, NULL),\n(27008, 'al', 'db', 'recent sales', 'shitjet e fundit', NULL, NULL),\n(27009, 'al', 'db', 'latest', 'e fundit', NULL, NULL),\n(27010, 'al', 'db', 'best selling product', 'produkti m\u00eb i shitur', NULL, NULL),\n(27011, 'al', 'db', 'top', 'lart', NULL, NULL),\n(27012, 'al', 'db', 'date', 'data', NULL, NULL),\n(27014, 'al', 'db', 'reference', 'referenc\u00eb', NULL, NULL),\n(27015, 'al', 'db', 'customer', 'klient', NULL, NULL),\n(27016, 'al', 'db', 'status', 'statusi', NULL, NULL),\n(27017, 'al', 'db', 'grand total', 'Totali i madh', NULL, NULL),\n(27018, 'al', 'db', 'Product Details', 'Detajet e produktit', NULL, NULL),\n(27019, 'al', 'db', 'qty', 'sasi', NULL, NULL),\n(27021, 'al', 'db', 'Price', '\u00c7mimi', NULL, NULL),\n(27022, 'al', 'db', 'Image', 'Imazhi', NULL, NULL),\n(27023, 'al', 'db', 'Code', 'Kodi', NULL, NULL),\n(27024, 'al', 'db', 'Brand', 'Marka', NULL, NULL),\n(27025, 'al', 'db', 'Quantity', 'Sasia', NULL, NULL),\n(27026, 'al', 'db', 'Unit', 'Nj\u00ebsi', NULL, NULL),\n(27027, 'al', 'db', 'Type', 'Lloji', NULL, NULL),\n(27028, 'al', 'db', 'Barcode Symbology', 'Simbolologjia e barkodit', NULL, NULL),\n(27029, 'al', 'db', 'Sale', 'Shitje', NULL, NULL),\n(27030, 'al', 'db', 'Purchase', 'Blerje', NULL, NULL),\n(27031, 'al', 'db', 'Cost', 'Kosto', NULL, NULL),\n(27032, 'al', 'db', 'Alert', 'Alarm', NULL, NULL),\n(27033, 'al', 'db', 'Promotional Price', '\u00c7mimi promocional', NULL, NULL),\n(27034, 'al', 'db', 'Promotion', 'Promovimi', NULL, NULL),\n(27035, 'al', 'db', 'Featured', 'I paraqitur', NULL, NULL),\n(27036, 'al', 'db', 'Tax', 'Taksa', NULL, NULL),\n(27037, 'al', 'db', 'Invoice Details', 'Detajet e fatur\u00ebs', NULL, NULL),\n(27038, 'al', 'db', 'Generate', 'Gjeneroni', NULL, NULL),\n(27039, 'al', 'db', 'Promotion Starts', 'Promovimi fillon', NULL, NULL),\n(27040, 'al', 'db', 'Promotion Ends', 'Promovimi p\u00ebrfundon', NULL, NULL),\n(27041, 'al', 'db', 'Starting', 'Fillimi', NULL, NULL),\n(27042, 'al', 'db', 'Ending', 'P\u00ebrfundimi', NULL, NULL),\n(27043, 'al', 'db', 'Print', 'Printo', NULL, NULL),\n(27044, 'al', 'db', 'Barcode', 'Barkodi', NULL, NULL),\n(27045, 'al', 'db', 'Supplier', 'Furnizuesi', NULL, NULL),\n(27046, 'al', 'db', 'Paid', 'i paguar', NULL, NULL),\n(27047, 'al', 'db', 'Balance', 'Bilanci', NULL, NULL),\n(27048, 'al', 'db', 'Payment', 'Pagesa', NULL, NULL),\n(27049, 'al', 'db', 'View', 'Shiko', NULL, NULL),\n(27050, 'al', 'db', 'Warehouse', 'Depo', NULL, NULL),\n(27051, 'al', 'db', 'Attach Document', 'Bashkni dokumentin', NULL, NULL),\n(27052, 'al', 'db', 'Select Product', 'Zgjidh produktin', NULL, NULL),\n(27053, 'al', 'db', 'Order', 'porosit', NULL, NULL),\n(27054, 'al', 'db', 'Order Table', 'Tabela e porosive', NULL, NULL),\n(27055, 'al', 'db', 'Discount', 'Zbritje', NULL, NULL),\n(27056, 'al', 'db', 'Unit Cost', 'Kosto p\u00ebr nj\u00ebsi', NULL, NULL),\n(27057, 'al', 'db', 'Unit Price', '\u00c7mimi p\u00ebr nj\u00ebsi', NULL, NULL),\n(27058, 'al', 'db', 'Net Unit Cost', 'Kosto neto p\u00ebr nj\u00ebsi', NULL, NULL),\n(27059, 'al', 'db', 'Net Unit Price', '\u00c7mimi neto p\u00ebr nj\u00ebsi', NULL, NULL),\n(27060, 'al', 'db', 'Shipping Cost', 'Kostoja e transportit', NULL, NULL),\n(27061, 'al', 'db', 'Subtotal', 'N\u00ebntotali', NULL, NULL),\n(27062, 'al', 'db', 'Note', 'Sh\u00ebnim', NULL, NULL),\n(27063, 'al', 'db', 'Items', 'Artikuj', NULL, NULL),\n(27064, 'al', 'db', 'Total', 'Gjithsej', NULL, NULL),\n(27065, 'al', 'db', 'Recieved', 'Marr\u00eb', NULL, NULL),\n(27066, 'al', 'db', 'Upload CSV File', 'Ngarko skedarin CSV', NULL, NULL),\n(27067, 'al', 'db', 'Download Sample File', 'Shkarko skedarin e mostr\u00ebs', NULL, NULL),\n(27068, 'al', 'db', 'Sample File', 'Skedari i mostr\u00ebs', NULL, NULL),\n(27069, 'al', 'db', 'Download', 'Shkarko', NULL, NULL),\n(27070, 'al', 'db', 'The correct column order is', 'Rendi i sakt\u00eb i kolon\u00ebs \u00ebsht\u00eb', NULL, NULL),\n(27071, 'al', 'db', 'and you must follow this', 'dhe ju duhet ta ndiqni k\u00ebt\u00eb', NULL, NULL),\n(27072, 'al', 'db', 'All columns are required', 'T\u00eb gjitha kolonat jan\u00eb t\u00eb nevojshme', NULL, NULL),\n(27073, 'al', 'db', 'Biller', 'Biller', NULL, NULL),\n(27074, 'al', 'db', 'From', 'Nga', NULL, NULL),\n(27075, 'al', 'db', 'To', 'P\u00ebr', NULL, NULL),\n(27076, 'al', 'db', 'Created By', 'Krijuar nga', NULL, NULL),\n(27077, 'al', 'db', 'Amount', 'Shuma', NULL, NULL),\n(27078, 'al', 'db', 'Staff', 'Stafi', NULL, NULL),\n(27079, 'al', 'db', 'Quotation', 'Citim', NULL, NULL),\n(27080, 'al', 'db', 'Create', 'Krijoni', NULL, NULL),\n(27081, 'al', 'db', 'Adjustment', 'Rregullimi', NULL, NULL),\n(27082, 'al', 'db', 'Subtraction', 'Zbritja', NULL, NULL),\n(27083, 'al', 'db', 'Addition', 'Shtes\u00eb', NULL, NULL),\n(27084, 'al', 'db', 'Transfer', 'Transferimi', NULL, NULL),\n(27085, 'al', 'db', 'User', 'P\u00ebrdoruesi', NULL, NULL),\n(27086, 'al', 'db', 'Email', 'Email', NULL, NULL),\n(27087, 'al', 'db', 'Company Name', 'Emri i kompanis\u00eb', NULL, NULL),\n(27088, 'al', 'db', 'Phone Number', 'Numri i telefonit', NULL, NULL),\n(27089, 'al', 'db', 'Role', 'roli', NULL, NULL),\n(27090, 'al', 'db', 'UserName', 'Emri i p\u00ebrdoruesit', NULL, NULL),\n(27091, 'al', 'db', 'Password', 'Fjal\u00ebkalimi', NULL, NULL),\n(27092, 'al', 'db', 'LogIn', 'Identifikohu', NULL, NULL),\n(27093, 'al', 'db', 'Change Password', 'Ndrysho fjal\u00ebkalimin', NULL, NULL),\n(27094, 'al', 'db', 'Active', 'Aktiv', NULL, NULL),\n(27095, 'al', 'db', 'Customer Group', 'Grupi i klient\u00ebve', NULL, NULL),\n(27096, 'al', 'db', 'Address', 'Adresa', NULL, NULL),\n(27097, 'al', 'db', 'City', 'Qyteti', NULL, NULL),\n(27098, 'al', 'db', 'Postal Code', 'Kodi postar', NULL, NULL),\n(27099, 'al', 'db', 'Country', 'vend', NULL, NULL),\n(27100, 'al', 'db', 'State', 'shteti', NULL, NULL),\n(27101, 'al', 'db', 'Upload File', 'Ngarko skedarin', NULL, NULL),\n(27102, 'al', 'db', 'List', 'Lista', NULL, NULL),\n(27103, 'al', 'db', 'VAT Number', 'Numri i TVSH-s\u00eb', NULL, NULL),\n(27104, 'al', 'db', 'Choose Your Date', 'Zgjidhni dat\u00ebn tuaj', NULL, NULL),\n(27105, 'al', 'db', 'Loss', 'Humbje', NULL, NULL),\n(27106, 'al', 'db', 'Or', 'Ose', NULL, NULL),\n(27107, 'al', 'db', 'Sent', 'D\u00ebrguar', NULL, NULL),\n(27108, 'al', 'db', 'Net Profit', 'Fitimi neto', NULL, NULL),\n(27109, 'al', 'db', 'Best Seller', 'Best Seller', NULL, NULL),\n(27110, 'al', 'db', 'Best Seller From', 'Best Seller Nga', NULL, NULL),\n(27111, 'al', 'db', 'Product Report', 'Raporti i produktit', NULL, NULL),\n(27112, 'al', 'db', 'Purchased', 'Bler\u00eb', NULL, NULL),\n(27113, 'al', 'db', 'Sold', 'Shitet', NULL, NULL),\n(27114, 'al', 'db', 'In Stock', 'N\u00eb magazin\u00eb', NULL, NULL),\n(27115, 'al', 'db', 'Reports', 'Raportet', NULL, NULL),\n(27116, 'al', 'db', 'Daily Sale', 'Shitje ditore', NULL, NULL),\n(27117, 'al', 'db', 'Daily Sale Report', 'Raporti ditor i shitjeve', NULL, NULL),\n(27118, 'al', 'db', 'Monthly Sale', 'Shitje mujore', NULL, NULL),\n(27119, 'al', 'db', 'Monthly Sale Report', 'Raporti mujor i shitjeve', NULL, NULL),\n(27120, 'al', 'db', 'Daily Purchase', 'Blerje ditore', NULL, NULL),\n(27121, 'al', 'db', 'Daily Purchase Report', 'Raporti ditor i blerjeve', NULL, NULL),\n(27122, 'al', 'db', 'Monthly Purchase', 'Blerje mujore', NULL, NULL),\n(27123, 'al', 'db', 'Monthly Purchase Report', 'Raporti mujor i blerjeve', NULL, NULL),\n(27124, 'al', 'db', 'Previous', 'E m\u00ebparshme', NULL, NULL),\n(27125, 'al', 'db', 'Next', 'Tjet\u00ebr', NULL, NULL),\n(27126, 'al', 'db', 'Stock Chart', 'Tagrami i aksioneve', NULL, NULL),\n(27127, 'al', 'db', 'Due', 'P\u00ebr shkak', NULL, NULL),\n(27128, 'al', 'db', 'Description', 'P\u00ebrshkrim', NULL, NULL),\n(27129, 'al', 'db', 'Change Permission', 'Ndrysho lejen', NULL, NULL),\n(27130, 'al', 'db', 'Group Permission', 'Leja e grupit', NULL, NULL),\n(27131, 'al', 'db', 'Permissions', 'Lejet', NULL, NULL),\n(27132, 'al', 'db', 'Percentage', 'P\u00ebrqindje', NULL, NULL),\n(27133, 'al', 'db', 'Title', 'titulli', NULL, NULL),\n(27134, 'al', 'db', 'Base Unit', 'Nj\u00ebsia baz\u00eb', NULL, NULL),\n(27135, 'al', 'db', 'Operator', 'Operator', NULL, NULL),\n(27136, 'al', 'db', 'Operation Value', 'Vlera e operacionit', NULL, NULL),\n(27137, 'al', 'db', 'Rate', 'Vler\u00ebsimi', NULL, NULL),\n(27138, 'al', 'db', 'General Setting', 'Cil\u00ebsimi i p\u00ebrgjithsh\u00ebm', NULL, NULL),\n(27139, 'al', 'db', 'Site Title', 'Titulli i faqes', NULL, NULL),\n(27140, 'al', 'db', 'Site Logo', 'Logo e faqes', NULL, NULL),\n(27141, 'al', 'db', 'Current Password', 'Fjal\u00ebkalimi aktual', NULL, NULL),\n(27142, 'al', 'db', 'New Password', 'Fjal\u00ebkalim i ri', NULL, NULL),\n(27143, 'al', 'db', 'Confirm Password', 'Konfirmo fjal\u00ebkalimin', NULL, NULL),\n(27144, 'al', 'db', 'POS Setting', 'Cil\u00ebsimi i POS', NULL, NULL),\n(27145, 'al', 'db', 'Developed By', 'Zhvilluar nga', NULL, NULL),\n(27146, 'al', 'db', 'All', 'Te gjitha', NULL, NULL),\n(27147, 'al', 'db', 'By', 'nga', NULL, NULL),\n(27148, 'al', 'db', 'Cheque Number', 'Numri i \u00e7ekut', NULL, NULL),\n(27149, 'al', 'db', 'Invoice', 'Fatur\u00eb', NULL, NULL),\n(27150, 'al', 'db', 'Shipping', 'Transport', NULL, NULL),\n(27151, 'al', 'db', 'Finalize Sale', 'Finalizimi i shitjes', NULL, NULL),\n(27152, 'al', 'db', 'People', 'Njer\u00ebz', NULL, NULL),\n(27153, 'al', 'db', 'Option', 'Opsion', NULL, NULL),\n(27154, 'al', 'db', 'Bill', 'Fatur\u00eb', NULL, NULL),\n(27155, 'al', 'db', 'Go To', 'Shko te', NULL, NULL),\n(27156, 'al', 'db', 'Mode', 'Modaliteti', NULL, NULL),\n(27157, 'al', 'db', 'In Words', 'Me fjal\u00eb', NULL, NULL),\n(27158, 'al', 'db', 'Stamp', 'Vula', NULL, NULL),\n(27159, 'al', 'db', 'Signature', 'N\u00ebnshkrimi', NULL, NULL),\n(27160, 'al', 'db', 'Developed', 'Zhvilluar', NULL, NULL),\n(27161, 'al', 'db', 'Attach File', 'Bashkon skedarin', NULL, NULL),\n(27162, 'al', 'db', 'File Link', 'Lidhja e skedarit', NULL, NULL),\n(27163, 'al', 'db', 'Delivery', 'Dor\u00ebzimi', NULL, NULL),\n(27164, 'al', 'db', 'Delivered', 'Dor\u00ebzuar', NULL, NULL),\n(27165, 'al', 'db', 'For Digital product sale_unit will be n\\\\\/a', 'P\u00ebr shitjen_nj\u00ebsi t\u00eb produktit dixhital do t\u00eb jet\u00eb n\\\\\/a', NULL, NULL),\n(27166, 'al', 'db', 'Forgot Password?', 'Keni harruar fjal\u00ebkalimin?', NULL, NULL),\n(27167, 'al', 'db', 'Do not have an account?', 'Nuk keni nj\u00eb llogari?', NULL, NULL),\n(27168, 'al', 'db', 'Register', 'Regjistrohu', NULL, NULL),\n(27169, 'al', 'db', 'Expense Category', 'Kategoria e shpenzimeve', NULL, NULL),\n(27170, 'al', 'db', 'Expense', 'shpenzime', NULL, NULL),\n(27171, 'al', 'db', 'Gift Card', 'Kart\u00eb dhurat\u00eb', NULL, NULL),\n(27172, 'al', 'db', 'Card', 'Kart\u00eb', NULL, NULL),\n(27173, 'al', 'db', 'Expiry Date', 'Data e skadimit', NULL, NULL),\n(27174, 'al', 'db', 'Recharge', 'Rimbush', NULL, NULL),\n(27175, 'al', 'db', 'Deposit', 'Depozita', NULL, NULL),\n(27176, 'al', 'db', 'Choose Warehouse', 'Zgjidhni depon', NULL, NULL),\n(27177, 'al', 'db', 'Choose Supplier', 'Zgjidhni furnizuesin', NULL, NULL),\n(27178, 'al', 'db', 'Choose Customer', 'Zgjidhni klientin', NULL, NULL),\n(27179, 'al', 'db', 'Touchscreen keybord', 'Tastiera me ekran me prekje', NULL, NULL),\n(27180, 'al', 'db', 'Already have an account', 'Tashm\u00eb keni nj\u00eb llogari', NULL, NULL),\n(27181, 'al', 'db', 'Currency', 'monedha', NULL, NULL),\n(27182, 'al', 'db', 'Mail Setting', 'Cil\u00ebsimi i post\u00ebs', NULL, NULL),\n(27183, 'al', 'db', 'Mail Host', 'Prit\u00ebsi i post\u00ebs', NULL, NULL),\n(27184, 'al', 'db', 'Mail Port', 'Porti i post\u00ebs', NULL, NULL),\n(27185, 'al', 'db', 'Mail From Name', 'Mail nga emri', NULL, NULL),\n(27186, 'al', 'db', 'Mail Address', 'Adresa e post\u00ebs', NULL, NULL),\n(27187, 'al', 'db', 'Encryption', 'Kriptimi', NULL, NULL),\n(27188, 'al', 'db', 'Today', 'Sot', NULL, NULL),\n(27189, 'al', 'db', 'Last 7 Days', '7 dit\u00ebt e fundit', NULL, NULL),\n(27190, 'al', 'db', 'This Month', 'Ky muaj', NULL, NULL),\n(27191, 'al', 'db', 'This Year', 'K\u00ebt\u00eb vit', NULL, NULL),\n(27192, 'al', 'db', 'Cash in Hand', 'Para n\u00eb dor\u00eb', NULL, NULL),\n(27193, 'al', 'db', 'In Hand', 'N\u00eb dor\u00eb', NULL, NULL),\n(27194, 'al', 'db', 'Summary Report', 'Raporti p\u00ebrmbledh\u00ebs', NULL, NULL),\n(27195, 'al', 'db', 'Draft', 'Draft', NULL, NULL),\n(27196, 'al', 'db', 'Coupon', 'Kuponi', NULL, NULL),\n(27197, 'al', 'db', 'Available', 'E disponueshme', NULL, NULL),\n(27198, 'al', 'db', 'Minimum Sale', 'Shitje minimale', NULL, NULL),\n(27199, 'al', 'db', 'Add Sale', 'Shto shitje', NULL, NULL),\n(27200, 'al', 'db', 'Import Sale', 'Shitje importi', NULL, NULL),\n(27201, 'al', 'db', 'Sale Status', 'Statusi i shitjes', NULL, NULL),\n(27202, 'al', 'db', 'Payment Status', 'Statusi i pages\u00ebs', NULL, NULL),\n(27203, 'al', 'db', 'Generate Invoice', 'Gjeneroni fatur\u00eb', NULL, NULL),\n(27204, 'al', 'db', 'Add Payment', 'Shto pages\u00ebn', NULL, NULL),\n(27205, 'al', 'db', 'View Payment', 'Shiko pages\u00ebn', NULL, NULL),\n(27206, 'al', 'db', 'Add Delivery', 'Shto dor\u00ebzim', NULL, NULL),\n(27207, 'al', 'db', 'PDF', 'PDF', NULL, NULL),\n(27208, 'al', 'db', 'CSV', 'CSV', NULL, NULL),\n(27209, 'al', 'db', 'Column visibility', 'Dukshm\u00ebria e kolon\u00ebs', NULL, NULL),\n(27210, 'al', 'db', 'Search', 'K\u00ebrko', NULL, NULL),\n(27211, 'al', 'db', 'records per page', 'regjistrat p\u00ebr faqe', NULL, NULL),\n(27212, 'al', 'db', 'Showing', 'duke treguar', NULL, NULL),\n(27213, 'al', 'db', 'Order Discount', 'Porosit zbritje', NULL, NULL),\n(27214, 'al', 'db', 'Order Tax', 'Taksa e porosis\u00eb', NULL, NULL),\n(27215, 'al', 'db', 'Sale Note', 'Sh\u00ebnim p\u00ebr shitje', NULL, NULL),\n(27216, 'al', 'db', 'Staff Note', 'Sh\u00ebnim i stafit', NULL, NULL),\n(27217, 'al', 'db', 'Paid Amount', 'Shuma e paguar', NULL, NULL),\n(27218, 'al', 'db', 'Sale Details', 'Detajet e shitjes', NULL, NULL),\n(27219, 'al', 'db', 'Purchase List', 'Lista e blerjeve', NULL, NULL),\n(27220, 'al', 'db', 'Add Purchase', 'Shto blerje', NULL, NULL),\n(27221, 'al', 'db', 'Import Purchase By CSV', 'Import Blerje me CSV', NULL, NULL),\n(27222, 'al', 'db', 'Sale List', 'Lista e shitjeve', NULL, NULL),\n(27223, 'al', 'db', 'Import Sale By CSV', 'Import Shitje nga CSV', NULL, NULL),\n(27224, 'al', 'db', 'Gift Card List', 'Lista e kartave t\u00eb dhuratave', NULL, NULL),\n(27225, 'al', 'db', 'Coupon List', 'Lista e kupon\u00ebve', NULL, NULL),\n(27226, 'al', 'db', 'Delivery List', 'Lista e dor\u00ebzimit', NULL, NULL),\n(27227, 'al', 'db', 'Expense List', 'Lista e shpenzimeve', NULL, NULL),\n(27228, 'al', 'db', 'Add Expense', 'Shto shpenzime', NULL, NULL),\n(27229, 'al', 'db', 'Quotation List', 'Lista e kuotimeve', NULL, NULL),\n(27230, 'al', 'db', 'Add Quotation', 'Shto kuotim', NULL, NULL),\n(27231, 'al', 'db', 'Transfer List', 'Lista e transfertave', NULL, NULL),\n(27232, 'al', 'db', 'Add Transfer', 'Shto transferim', NULL, NULL),\n(27233, 'al', 'db', 'Import Transfer By CSV', 'Transferimi i importit me CSV', NULL, NULL),\n(27234, 'al', 'db', 'Return List', 'Lista e kthimit', NULL, NULL),\n(27235, 'al', 'db', 'Add Return', 'Shto kthimin', NULL, NULL),\n(27236, 'al', 'db', 'Quantity Adjustment', 'Rregullimi i sasis\u00eb', NULL, NULL),\n(27237, 'al', 'db', 'Adjustment List', 'Lista e rregullimit', NULL, NULL),\n(27238, 'al', 'db', 'Add Adjustment', 'Shto rregullim', NULL, NULL),\n(27239, 'al', 'db', 'User List', 'Lista e p\u00ebrdoruesve', NULL, NULL),\n(27240, 'al', 'db', 'Add User', 'Shto p\u00ebrdorues', NULL, NULL),\n(27241, 'al', 'db', 'Customer List', 'Lista e klient\u00ebve', NULL, NULL),\n(27242, 'al', 'db', 'Add Customer', 'Shto klient', NULL, NULL),\n(27243, 'al', 'db', 'Biller List', 'Lista e faturuesve', NULL, NULL),\n(27244, 'al', 'db', 'Add Biller', 'Shto Biller', NULL, NULL),\n(27245, 'al', 'db', 'Supplier List', 'Lista e furnizuesve', NULL, NULL),\n(27246, 'al', 'db', 'Add Supplier', 'Shto furnizuesin', NULL, NULL),\n(27247, 'al', 'db', 'Sale Report', 'Raporti i shitjes', NULL, NULL),\n(27248, 'al', 'db', 'Purchase Report', 'Raporti i blerjes', NULL, NULL),\n(27249, 'al', 'db', 'Payment Report', 'Raporti i pagesave', NULL, NULL),\n(27250, 'al', 'db', 'Warehouse Stock Chart', 'Tagrami i stokut t\u00eb magazin\u00ebs', NULL, NULL),\n(27251, 'al', 'db', 'Product Quantity Alert', 'Alarmi p\u00ebr sasin\u00eb e produktit', NULL, NULL),\n(27252, 'al', 'db', 'Customer Report', 'Raporti i klientit', NULL, NULL),\n(27253, 'al', 'db', 'Supplier Report', 'Raporti i furnizuesit', NULL, NULL),\n(27254, 'al', 'db', 'Due Report', 'Raporti i duhur', NULL, NULL),\n(27255, 'al', 'db', 'User Profile', 'Profili i p\u00ebrdoruesit', NULL, NULL),\n(27256, 'al', 'db', 'Cash Flow', 'Rrjedha e paras\u00eb', NULL, NULL),\n(27257, 'al', 'db', 'Add Category', 'Shto kategori', NULL, NULL),\n(27258, 'al', 'db', 'Import Category', 'Kategoria e importit', NULL, NULL),\n(27259, 'al', 'db', 'Parent Category', 'Kategoria e prind\u00ebrve', NULL, NULL),\n(27260, 'al', 'db', 'Product Image', 'Imazhi i produktit', NULL, NULL),\n(27261, 'al', 'db', 'Product Name', 'Emri i produktit', NULL, NULL),\n(27262, 'al', 'db', 'Product Code', 'Kodi i produktit', NULL, NULL),\n(27263, 'al', 'db', 'Product Type', 'Lloji i produktit', NULL, NULL),\n(27264, 'al', 'db', 'Product Unit', 'Nj\u00ebsia e produktit', NULL, NULL),\n(27265, 'al', 'db', 'Sale Unit', 'Nj\u00ebsia e shitjes', NULL, NULL),\n(27266, 'al', 'db', 'Purchase Unit', 'Nj\u00ebsia e blerjes', NULL, NULL),\n(27267, 'al', 'db', 'Product Cost', 'Kostoja e produktit', NULL, NULL),\n(27268, 'al', 'db', 'Product Price', '\u00c7mimi i produktit', NULL, NULL),\n(27269, 'al', 'db', 'Alert Quantity', 'Sasia e alarmit', NULL, NULL),\n(27270, 'al', 'db', 'Add Promotional Price', 'Shto \u00e7mim promocional', NULL, NULL),\n(27271, 'al', 'db', 'Product Tax', 'Taksa e produktit', NULL, NULL),\n(27272, 'al', 'db', 'Tax Method', 'Metoda e taksave', NULL, NULL),\n(27273, 'al', 'db', 'Featured product will be displayed in POS', 'Produkti i ve\u00e7uar do t\u00eb shfaqet n\u00eb POS', NULL, NULL),\n(27274, 'al', 'db', 'Product Invoice Details', 'Detajet e fatur\u00ebs s\u00eb produktit', NULL, NULL),\n(27275, 'al', 'db', 'Purchase Status', 'Statusi i blerjes', NULL, NULL),\n(27276, 'al', 'db', 'Add Gift Card', 'Shto nj\u00eb kart\u00eb dhurat\u00eb', NULL, NULL),\n(27277, 'al', 'db', 'Card No', 'Nr. i kart\u00ebs', NULL, NULL),\n(27278, 'al', 'db', 'Reference No', 'Nr. i referenc\u00ebs', NULL, NULL),\n(27279, 'al', 'db', 'Add Coupon', 'Shto kupon', NULL, NULL),\n(27280, 'al', 'db', 'Coupon Code', 'Kodi i kuponit', NULL, NULL),\n(27281, 'al', 'db', 'Minimum Amount', 'Shuma minimale', NULL, NULL),\n(27282, 'al', 'db', 'Update Coupon', 'Kuponi i p\u00ebrdit\u00ebsimit', NULL, NULL),\n(27283, 'al', 'db', 'Update Purchase', 'P\u00ebrdit\u00ebso blerjen', NULL, NULL),\n(27284, 'al', 'db', 'Update Sale', 'P\u00ebrdit\u00ebso shitjen', NULL, NULL),\n(27285, 'al', 'db', 'Update Product', 'P\u00ebrdit\u00ebso produktin', NULL, NULL),\n(27286, 'al', 'db', 'Update Category', 'P\u00ebrdit\u00ebso kategorin\u00eb', NULL, NULL),\n(27287, 'al', 'db', 'Update Gift Card', 'P\u00ebrdit\u00ebso kart\u00ebn e dhuratave', NULL, NULL),\n(27288, 'al', 'db', 'Delivery Reference', 'Referenca e dor\u00ebzimit', NULL, NULL),\n(27289, 'al', 'db', 'Sale Reference', 'Referenca e shitjes', NULL, NULL),\n(27290, 'al', 'db', 'Add Expense Category', 'Shto kategorin\u00eb e shpenzimeve', NULL, NULL),\n(27291, 'al', 'db', 'Import Expense Category', 'Kategoria e shpenzimeve t\u00eb importit', NULL, NULL),\n(27292, 'al', 'db', 'Update Expense', 'P\u00ebrdit\u00ebso shpenzimet', NULL, NULL),\n(27293, 'al', 'db', 'Quotation Status', 'Statusi i kuotimit', NULL, NULL),\n(27294, 'al', 'db', 'Create Sale', 'Krijo shitje', NULL, NULL),\n(27295, 'al', 'db', 'Create Purchase', 'Krijoni nj\u00eb blerje', NULL, NULL),\n(27296, 'al', 'db', 'Purchase Details', 'Detajet e blerjes', NULL, NULL),\n(27297, 'al', 'db', 'Quotation Details', 'Detajet e kuotimit', NULL, NULL),\n(27298, 'al', 'db', 'Import Transfer', 'Transferimi i importit', NULL, NULL),\n(27299, 'al', 'db', 'Update Transfer', 'P\u00ebrdit\u00ebso transferimin', NULL, NULL),\n(27300, 'al', 'db', 'Transfer Status', 'Statusi i transferimit', NULL, NULL),\n(27301, 'al', 'db', 'Transfer Details', 'Detajet e transferimit', NULL, NULL),\n(27302, 'al', 'db', 'Return Details', 'Detajet e kthimit', NULL, NULL),\n(27303, 'al', 'db', 'Return Note', 'Sh\u00ebnimi i kthimit', NULL, NULL),\n(27304, 'al', 'db', 'Update Return', 'P\u00ebrdit\u00ebso kthimin', NULL, NULL),\n(27305, 'al', 'db', 'Card Details', 'Detajet e kart\u00ebs', NULL, NULL),\n(27306, 'al', 'db', 'Update Adjustment', 'P\u00ebrdit\u00ebsimi i rregullimit', NULL, NULL),\n(27307, 'al', 'db', 'Update User', 'P\u00ebrdit\u00ebso p\u00ebrdoruesin', NULL, NULL),\n(27308, 'al', 'db', 'Update Customer', 'P\u00ebrdit\u00ebso klientin', NULL, NULL),\n(27309, 'al', 'db', 'Import Customer', 'Klient importi', NULL, NULL),\n(27310, 'al', 'db', 'Add Deposit', 'Shto nj\u00eb depozit\u00eb', NULL, NULL),\n(27311, 'al', 'db', 'View Deposit', 'Shiko depozit\u00ebn', NULL, NULL),\n(27312, 'al', 'db', 'Import Biller', 'Import Faturues', NULL, NULL),\n(27313, 'al', 'db', 'Update Biller', 'P\u00ebrdit\u00ebso fatur\u00ebn', NULL, NULL),\n(27314, 'al', 'db', 'To display Image it must be stored in', 'P\u00ebr t\u00eb shfaqur imazhin duhet t\u00eb ruhet n\u00eb', NULL, NULL),\n(27315, 'al', 'db', 'directory', 'drejtori', NULL, NULL),\n(27316, 'al', 'db', 'Import Supplier', 'Furnizuesi i importit', NULL, NULL),\n(27317, 'al', 'db', 'Update Supplier', 'Furnizuesi i p\u00ebrdit\u00ebsimeve', NULL, NULL),\n(27318, 'al', 'db', 'Purchased Amount', 'Shuma e bler\u00eb', NULL, NULL),\n(27319, 'al', 'db', 'Purchased Qty', 'Sasia e blere', NULL, NULL),\n(27320, 'al', 'db', 'Sold Amount', 'Shuma e shitur', NULL, NULL),\n(27321, 'al', 'db', 'Sold Qty', 'Sasia e shitur', NULL, NULL),\n(27322, 'al', 'db', 'Payment Reference', 'Referenca e pages\u00ebs', NULL, NULL),\n(27323, 'al', 'db', 'Purchase Reference', 'Referenca e blerjes', NULL, NULL),\n(27324, 'al', 'db', 'Paid By', 'Paguar nga', NULL, NULL),\n(27325, 'al', 'db', 'Total Item', 'Artikulli total', NULL, NULL),\n(27326, 'al', 'db', 'Total Quantity', 'Sasia totale', NULL, NULL),\n(27327, 'al', 'db', 'Paid Method', 'Metod\u00eb e paguar', NULL, NULL),\n(27328, 'al', 'db', 'Customer Details', 'Detajet e klientit', NULL, NULL),\n(27329, 'al', 'db', 'Bill No', 'Fatura nr', NULL, NULL),\n(27330, 'al', 'db', 'Add Role', 'Shto nj\u00eb rol', NULL, NULL),\n(27331, 'al', 'db', 'Update Role', 'Roli i p\u00ebrdit\u00ebsimit', NULL, NULL),\n(27332, 'al', 'db', 'Import Warehouse', 'Depo importi', NULL, NULL),\n(27333, 'al', 'db', 'Update Warehouse', 'P\u00ebrdit\u00ebso Magazin\u00eb', NULL, NULL),\n(27334, 'al', 'db', 'Import Customer Group', 'Grupi i klient\u00ebve t\u00eb importit', NULL, NULL),\n(27335, 'al', 'db', 'Update Customer Group', 'P\u00ebrdit\u00ebso grupin e klient\u00ebve', NULL, NULL),\n(27336, 'al', 'db', 'Import Brand', 'Marka e importit', NULL, NULL),\n(27337, 'al', 'db', 'Update Brand', 'P\u00ebrdit\u00ebso mark\u00ebn', NULL, NULL),\n(27338, 'al', 'db', 'Import Unit', 'Nj\u00ebsia e importit', NULL, NULL),\n(27339, 'al', 'db', 'Update Unit', 'Nj\u00ebsia e p\u00ebrdit\u00ebsimit', NULL, NULL),\n(27340, 'al', 'db', 'Import Tax', 'Taksa e importit', NULL, NULL),\n(27341, 'al', 'db', 'Update Tax', 'P\u00ebrdit\u00ebso taks\u00ebn', NULL, NULL),\n(27342, 'al', 'db', 'Update User Profile', 'P\u00ebrdit\u00ebso profilin e p\u00ebrdoruesit', NULL, NULL),\n(27343, 'al', 'db', 'Default Customer', 'Klienti i parazgjedhur', NULL, NULL),\n(27344, 'al', 'db', 'Default Biller', 'Faturuesi i paracaktuar', NULL, NULL),\n(27345, 'al', 'db', 'Default Warehouse', 'Depoja e paracaktuar', NULL, NULL),\n(27346, 'al', 'db', 'Displayed Number of Product Row', 'Numri i shfaqur i rreshtit t\u00eb produktit', NULL, NULL),\n(27347, 'al', 'db', 'Add Brand', 'Shto mark\u00eb', NULL, NULL),\n(27348, 'al', 'db', 'All Deposit', 'T\u00eb gjitha depozitat', NULL, NULL),\n(27349, 'al', 'db', 'Update Deposit', 'P\u00ebrdit\u00ebso depozit\u00ebn', NULL, NULL),\n(27350, 'al', 'db', 'Add Customer Group', 'Shto grupin e klient\u00ebve', NULL, NULL),\n(27351, 'al', 'db', 'Delivered By', 'Dor\u00ebzuar nga', NULL, NULL),\n(27352, 'al', 'db', 'Recieved By', 'Marr\u00eb nga', NULL, NULL),\n(27353, 'al', 'db', 'Update Delivery', 'Dor\u00ebzimi i p\u00ebrdit\u00ebsimit', NULL, NULL),\n(27354, 'al', 'db', 'Update Expense Category', 'P\u00ebrdit\u00ebso kategorin\u00eb e shpenzimeve', NULL, NULL),\n(27355, 'al', 'db', 'Tax Rate', 'Shkalla e taksave', NULL, NULL),\n(27356, 'al', 'db', 'Unit Discount', 'Zbritje p\u00ebr nj\u00ebsi', NULL, NULL),\n(27357, 'al', 'db', 'Import Purchase', 'Blerje importi', NULL, NULL),\n(27358, 'al', 'db', 'Payment Note', 'Sh\u00ebnim pagese', NULL, NULL),\n(27359, 'al', 'db', 'All Payment', 'T\u00eb gjitha pagesat', NULL, NULL),\n(27360, 'al', 'db', 'Update Payment', 'P\u00ebrdit\u00ebso pages\u00ebn', NULL, NULL),\n(27361, 'al', 'db', 'Update Quotation', 'P\u00ebrdit\u00ebso kuot\u00ebn', NULL, NULL),\n(27362, 'al', 'db', 'Coupon Discount', 'Zbritje kuponi', NULL, NULL),\n(27363, 'al', 'db', 'Payment Mode', 'M\u00ebnyra e pages\u00ebs', NULL, NULL),\n(27364, 'al', 'db', 'Bill To', 'Fatura p\u00ebr', NULL, NULL),\n(27365, 'al', 'db', 'Stamp & Signature', 'Vula dhe n\u00ebnshkrimi', NULL, NULL),\n(27366, 'al', 'db', 'Invoice Generated By', 'Fatura e krijuar nga', NULL, NULL),\n(27367, 'al', 'db', 'Add Tax', 'Shto taks\u00ebn', NULL, NULL),\n(27368, 'al', 'db', 'Tax Name', 'Emri i taksave', NULL, NULL),\n(27369, 'al', 'db', 'From Warehouse', 'Nga depoja', NULL, NULL),\n(27370, 'al', 'db', 'To Warehouse', 'N\u00eb magazin\u00eb', NULL, NULL),\n(27371, 'al', 'db', 'Add Unit', 'Shto nj\u00ebsi', NULL, NULL),\n(27372, 'al', 'db', 'Add Warehouse', 'Shto magazin\u00eb', NULL, NULL),\n(27373, 'al', 'db', 'All Warehouse', 'E gjitha Magazina', NULL, NULL),\n(27374, 'al', 'db', 'Net Loss', 'Humbje neto', NULL, NULL),\n(27375, 'al', 'db', 'Net Sale', 'Shitje neto', NULL, NULL),\n(27376, 'al', 'db', 'Net Purchase', 'Blerja neto', NULL, NULL),\n(27377, 'al', 'db', 'Net Return', 'Kthimi neto', NULL, NULL),\n(27378, 'al', 'db', 'Payment Recieved', 'Pagesa e marr\u00eb', NULL, NULL),\n(27379, 'al', 'db', 'Payment Sent', 'Pagesa u d\u00ebrgua', NULL, NULL),\n(27380, 'al', 'db', 'Product Discount', 'Zbritje e produktit', NULL, NULL),\n(27381, 'al', 'db', 'Completed', 'E p\u00ebrfunduar', NULL, NULL),\n(27382, 'al', 'db', 'Pending', 'N\u00eb pritje', NULL, NULL),\n(27383, 'al', 'db', 'Partial', 'i pjessh\u00ebm', NULL, NULL),\n(27384, 'al', 'db', 'Packing', 'Paketimi', NULL, NULL),\n(27385, 'al', 'db', 'Delivering', 'Dor\u00ebzimi', NULL, NULL),\n(27386, 'al', 'db', 'Ordered', 'Urdh\u00ebroi', NULL, NULL),\n(27387, 'al', 'db', 'No Tax', 'Pa taks\u00eb', NULL, NULL),\n(27388, 'al', 'db', 'Stock Value by Price', 'Vlera e aksioneve sipas \u00e7mimit', NULL, NULL),\n(27389, 'al', 'db', 'Stock Value by Cost', 'Vlera e aksioneve sipas kostos', NULL, NULL),\n(27390, 'al', 'db', 'Estimate Profit', 'Vler\u00ebso fitimin', NULL, NULL),\n(27391, 'al', 'db', 'Time Zone', 'Zona kohore', NULL, NULL),\n(27392, 'al', 'db', 'Currency Position', 'Pozicioni i monedh\u00ebs', NULL, NULL),\n(27393, 'al', 'db', 'Prefix', 'Prefiksi', NULL, NULL),\n(27394, 'al', 'db', 'Suffix', 'prapashtes\u00eb', NULL, NULL),\n(27395, 'al', 'db', 'Exclusive', 'ekskluzive', NULL, NULL),\n(27396, 'al', 'db', 'Inclusive', 'P\u00ebrfshir\u00ebse', NULL, NULL),\n(27397, 'al', 'db', 'Combo Products', 'Produkte t\u00eb kombinuara', NULL, NULL),\n(27398, 'al', 'db', 'Image name must be same as product name', 'Emri i imazhit duhet t\u00eb jet\u00eb i nj\u00ebjt\u00eb me emrin e produktit', NULL, NULL),\n(27399, 'al', 'db', 'Paying Amount', 'Shuma e pages\u00ebs', NULL, NULL),\n(27400, 'al', 'db', 'Payable Amount', 'Shuma e pagueshme', NULL, NULL),\n(27401, 'al', 'db', 'Change', 'Ndrysho', NULL, NULL),\n(27402, 'al', 'db', 'Back', 'Kthehu', NULL, NULL),\n(27403, 'al', 'db', 'Role Permission', 'Leja e rolit', NULL, NULL),\n(27404, 'al', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', 'Ekskluzive => \u00c7mimi i produktit = \u00c7mimi aktual i produktit + Taksa. P\u00ebrfshir\u00ebs => \u00c7mimi aktual i produktit = \u00c7mimi i produktit - Taksa', NULL, NULL),\n(27405, 'al', 'db', 'Accounting', 'Kontabiliteti', NULL, NULL),\n(27406, 'al', 'db', 'Account', 'Llogaria', NULL, NULL),\n(27407, 'al', 'db', 'Account List', 'Lista e llogarive', NULL, NULL),\n(27408, 'al', 'db', 'Add Account', 'Shto llogari', NULL, NULL),\n(27409, 'al', 'db', 'Account No', 'Nr i llogaris\u00eb', NULL, NULL),\n(27410, 'al', 'db', 'Initial Balance', 'Bilanci fillestar', NULL, NULL),\n(27411, 'al', 'db', 'Update Account', 'P\u00ebrdit\u00ebso llogarin\u00eb', NULL, NULL),\n(27412, 'al', 'db', 'Default', 'E parazgjedhur', NULL, NULL),\n(27413, 'al', 'db', 'Balance Sheet', 'Bilanci', NULL, NULL),\n(27414, 'al', 'db', 'Debit', 'Debiti', NULL, NULL),\n(27415, 'al', 'db', 'Credit', 'Kredi', NULL, NULL),\n(27416, 'al', 'db', 'Account Statement', 'Deklarata e llogaris\u00eb', NULL, NULL),\n(27417, 'al', 'db', 'Department', 'Departamenti', NULL, NULL),\n(27418, 'al', 'db', 'Add Department', 'Shto departament', NULL, NULL),\n(27419, 'al', 'db', 'Update Department', 'Departamenti i p\u00ebrdit\u00ebsimit', NULL, NULL),\n(27420, 'al', 'db', 'Employee', 'Punonj\u00ebs', NULL, NULL),\n(27421, 'al', 'db', 'Add Employee', 'Shto punonj\u00ebs', NULL, NULL),\n(27422, 'al', 'db', 'Update Employee', 'P\u00ebrdit\u00ebso punonj\u00ebs', NULL, NULL),\n(27423, 'al', 'db', 'Payroll', 'Lista e pagave', NULL, NULL),\n(27424, 'al', 'db', 'Add Payroll', 'Shto list\u00ebn e pagave', NULL, NULL),\n(27425, 'al', 'db', 'Update Payroll', 'P\u00ebrdit\u00ebso list\u00ebn e pagave', NULL, NULL),\n(27426, 'al', 'db', 'Method', 'Metoda', NULL, NULL),\n(27427, 'al', 'db', 'Sale Return', 'Kthimi n\u00eb shitje', NULL, NULL),\n(27428, 'al', 'db', 'Purchase Return', 'Kthimi i blerjes', NULL, NULL),\n(27429, 'al', 'db', 'Net Sale Return', 'Kthimi neto i shitjes', NULL, NULL),\n(27430, 'al', 'db', 'Net Purchase Return', 'Kthimi neto i blerjes', NULL, NULL),\n(27431, 'al', 'db', 'Attendance', 'Pjes\u00ebmarrja', NULL, NULL),\n(27432, 'al', 'db', 'Add Attendance', 'Shto Pjes\u00ebmarrje', NULL, NULL),\n(27433, 'al', 'db', 'HRM Setting', 'Cil\u00ebsimi i HRM', NULL, NULL),\n(27434, 'al', 'db', 'CheckIn', 'Regjistrimi', NULL, NULL),\n(27435, 'al', 'db', 'CheckOut', 'Largimi', NULL, NULL),\n(27436, 'al', 'db', 'Default CheckIn', 'Regjistrimi i parazgjedhur', NULL, NULL),\n(27437, 'al', 'db', 'Default CheckOut', 'Largimi i parazgjedhur', NULL, NULL),\n(27438, 'al', 'db', 'Present', 'i pranish\u00ebm', NULL, NULL),\n(27439, 'al', 'db', 'Late', 'Von\u00eb', NULL, NULL),\n(27440, 'al', 'db', 'User Report', 'Raporti i p\u00ebrdoruesit', NULL, NULL),\n(27441, 'al', 'db', 'Choose User', 'Zgjidh p\u00ebrdoruesin', NULL, NULL),\n(27442, 'al', 'db', 'Recieved Amount', 'Shuma e marr\u00eb', NULL, NULL),\n(27443, 'al', 'db', 'Theme', 'Tema', NULL, NULL),\n(27444, 'al', 'db', 'Staff Access', 'Qasja e stafit', NULL, NULL),\n(27445, 'al', 'db', 'All Records', 'T\u00eb gjitha t\u00eb dh\u00ebnat', NULL, NULL),\n(27446, 'al', 'db', 'Own Records', 'T\u00eb dh\u00ebnat e veta', NULL, NULL),\n(27447, 'al', 'db', 'Date Format', 'Formati i dat\u00ebs', NULL, NULL),\n(27448, 'al', 'db', 'Empty Database', 'Baza e t\u00eb dh\u00ebnave bosh', NULL, NULL),\n(27449, 'al', 'db', 'Stock Count', 'Numri i aksioneve', NULL, NULL),\n(27450, 'al', 'db', 'Count Stock', 'Num\u00ebroni aksionet', NULL, NULL),\n(27451, 'al', 'db', 'Full', 'Plot', NULL, NULL),\n(27452, 'al', 'db', 'Finalize', 'Finalizoj', NULL, NULL),\n(27453, 'al', 'db', 'Initial File', 'Skedari fillestar', NULL, NULL),\n(27454, 'al', 'db', 'Final File', 'Dosja p\u00ebrfundimtare', NULL, NULL),\n(27455, 'al', 'db', 'Final Report', 'Raporti p\u00ebrfundimtar', NULL, NULL),\n(27456, 'al', 'db', 'Finalize Stock Count', 'Finalizimi i num\u00ebrimit t\u00eb aksioneve', NULL, NULL),\n(27457, 'al', 'db', 'You just need to update the Counted column in the initial file', 'Thjesht duhet t\u00eb p\u00ebrdit\u00ebsoni kolon\u00ebn e num\u00ebruar n\u00eb skedarin fillestar', NULL, NULL),\n(27458, 'al', 'db', 'Files', 'Skedar\u00ebt', NULL, NULL),\n(27459, 'al', 'db', 'Expected', 'Pritet', NULL, NULL),\n(27460, 'al', 'db', 'Counted', 'i num\u00ebruar', NULL, NULL),\n(27461, 'al', 'db', 'Difference', 'Dallimi', NULL, NULL),\n(27462, 'al', 'db', 'Miscellaneous', 'T\u00eb ndryshme', NULL, NULL),\n(27463, 'al', 'db', 'SMS Setting', 'Cil\u00ebsimi i SMS', NULL, NULL),\n(27464, 'al', 'db', 'Send SMS', 'D\u00ebrgo SMS', NULL, NULL),\n(27465, 'al', 'db', 'Gateway', 'Gateway', NULL, NULL),\n(27466, 'al', 'db', 'Select SMS gateway', 'Zgjidhni port\u00ebn SMS...', NULL, NULL),\n(27467, 'al', 'db', 'Create SMS', 'Krijoni SMS', NULL, NULL),\n(27468, 'al', 'db', 'Mobile', 'Mobile', NULL, NULL),\n(27469, 'al', 'db', 'Message', 'Mesazhi', NULL, NULL),\n(27470, 'al', 'db', 'Add mobile numbers by selecting the customers', 'Shtoni numra celular\u00eb duke zgjedhur klient\u00ebt', NULL, NULL),\n(27471, 'al', 'db', 'Help', 'Ndihma', NULL, NULL),\n(27472, 'al', 'db', 'Type Product Name or Code', 'Shkruani emrin ose kodin e produktit...', NULL, NULL),\n(27473, 'al', 'db', 'Type date or sale reference', 'Data e llojit ose referenca e shitjes...', NULL, NULL),\n(27474, 'al', 'db', 'Type date or purchase reference', 'Shkruani dat\u00ebn ose referenc\u00ebn e blerjes...', NULL, NULL),\n(27475, 'al', 'db', 'Tax Number', 'Numri tatimor', NULL, NULL),\n(27476, 'al', 'db', 'Holiday', 'Pushime', NULL, NULL),\n(27477, 'al', 'db', 'Add Holiday', 'Shto pushime', NULL, NULL),\n(27478, 'al', 'db', 'Update Holiday', 'P\u00ebrdit\u00ebso pushimet', NULL, NULL),\n(27479, 'al', 'db', 'Approve', 'Aprovo', NULL, NULL),\n(27480, 'al', 'db', 'My Holiday', 'Pushimet ime', NULL, NULL),\n(27481, 'al', 'db', 'Holiday Approve', 'Aprovimi i pushimeve', NULL, NULL),\n(27482, 'al', 'db', 'My Transaction', 'Transaksioni im', NULL, NULL),\n(27483, 'al', 'db', 'Sale Generated', 'Shitja e krijuar', NULL, NULL),\n(27484, 'al', 'db', 'Purchase Generated', 'Blerja e krijuar', NULL, NULL),\n(27485, 'al', 'db', 'Quotation Generated', 'Citimi i krijuar', NULL, NULL),\n(27486, 'al', 'db', 'Warehouse Report', 'Raporti i magazin\u00ebs', NULL, NULL),\n(27487, 'al', 'db', 'Quick Cash', 'Parat\u00eb e shpejta', NULL, NULL),\n(27488, 'al', 'db', 'Clear', 'E qart\u00eb', NULL, NULL),\n(27489, 'al', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'Mund t\u00eb ngarkoni shum\u00eb imazhe. Mund t\u00eb ngarkohen vet\u00ebm skedar\u00ebt .jpeg, .jpg, .png, .gif. Imazhi i par\u00eb do t\u00eb jet\u00eb imazhi baz\u00eb.', NULL, NULL),\n(27490, 'al', 'db', 'This product has variant', 'Ky produkt ka variant', NULL, NULL),\n(27491, 'al', 'db', 'Enter variant value seperated by comma', 'Fut vler\u00ebn e variantit t\u00eb ndar\u00eb me presje', NULL, NULL),\n(27492, 'al', 'db', 'Item Code', 'Kodi i artikullit', NULL, NULL),\n(27493, 'al', 'db', 'Additional Price', '\u00c7mim shtes\u00eb', NULL, NULL),\n(27494, 'al', 'db', 'Variant', 'Variant', NULL, NULL),\n(27495, 'al', 'db', 'Warehouse Quantity', 'Sasia e magazin\u00ebs', NULL, NULL),\n(27496, 'al', 'db', 'Warehouse quantity of product variants', 'Sasia e magazin\u00ebs s\u00eb varianteve t\u00eb produktit', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(27497, 'al', 'db', 'Thank you for shopping with us Please come again', 'Faleminderit p\u00ebr blerjet me ne. Ju lutemi ejani p\u00ebrs\u00ebri', NULL, NULL),\n(27498, 'al', 'db', 'Money Transfer', 'Transferta e parave', NULL, NULL),\n(27499, 'al', 'db', 'Add Money Transfer', 'Shto transfert\u00eb parash', NULL, NULL),\n(27500, 'al', 'db', 'From Account', 'Nga llogaria', NULL, NULL),\n(27501, 'al', 'db', 'To Account', 'P\u00ebr llogari', NULL, NULL),\n(27502, 'al', 'db', 'Update Money Transfer', 'P\u00ebrdit\u00ebso transfert\u00ebn e parave', NULL, NULL),\n(27503, 'al', 'db', 'Stock Quantity', 'Sasia e stokut', NULL, NULL),\n(27504, 'al', 'db', 'Stock Worth (Price\\\\\/Cost)', 'Vlera e aksioneve (\u00c7mimi\\\\\/Kosto)', NULL, NULL),\n(27505, 'al', 'db', 'Number of Product', 'Numri i produktit', NULL, NULL),\n(27506, 'al', 'db', 'Add Cash Register', 'Shto ark\u00eb', NULL, NULL),\n(27507, 'al', 'db', 'Cash Register Details', 'Detajet e ark\u00ebs', NULL, NULL),\n(27508, 'al', 'db', 'Please review the transaction and payments', 'Ju lutemi rishikoni transaksionin dhe pagesat.', NULL, NULL),\n(27509, 'al', 'db', 'Total Sale Amount', 'Shuma totale e shitjes', NULL, NULL),\n(27510, 'al', 'db', 'Total Sale Return', 'Kthimi total i shitjes', NULL, NULL),\n(27511, 'al', 'db', 'Total Payment', 'Pagesa totale', NULL, NULL),\n(27512, 'al', 'db', 'Cash Payment', 'Pagesa me para n\u00eb dor\u00eb', NULL, NULL),\n(27513, 'al', 'db', 'Credit Card Payment', 'Pagesa me kart\u00eb krediti', NULL, NULL),\n(27514, 'al', 'db', 'Gift Card Payment', 'Pagesa me kart\u00eb dhurat\u00eb', NULL, NULL),\n(27515, 'al', 'db', 'Cheque Payment', 'Pagesa me \u00e7ek', NULL, NULL),\n(27516, 'al', 'db', 'Paypal Payment', 'Pagesa Paypal', NULL, NULL),\n(27517, 'al', 'db', 'Total Expense', 'Shpenzimet totale', NULL, NULL),\n(27518, 'al', 'db', 'Total Cash', 'Paraja totale', NULL, NULL),\n(27519, 'al', 'db', 'Cash Register List', 'Lista e ark\u00ebs', NULL, NULL),\n(27520, 'al', 'db', 'Closed', 'Mbyllur', NULL, NULL),\n(27521, 'al', 'db', 'Close Register', 'Mbyll regjistrin', NULL, NULL),\n(27522, 'al', 'db', 'Opened at', 'Hapur n\u00eb', NULL, NULL),\n(27523, 'al', 'db', 'Closed at', 'Mbyllur n\u00eb', NULL, NULL),\n(27524, 'al', 'db', 'Delivery Details', 'Detajet e dor\u00ebzimit', NULL, NULL),\n(27525, 'al', 'db', 'Print Last Reciept', 'Shtypni pranimin e fundit', NULL, NULL),\n(27526, 'al', 'db', 'Today Sale', 'Sot shitje', NULL, NULL),\n(27527, 'al', 'db', 'Today Profit', 'Fitimi i sot\u00ebm', NULL, NULL),\n(27528, 'al', 'db', 'Product Revenue', 'T\u00eb ardhurat nga produkti', NULL, NULL),\n(27529, 'al', 'db', 'Full Screen', 'Ekrani i plot\u00eb', NULL, NULL),\n(27530, 'al', 'db', 'Send Notification', 'D\u00ebrgo njoftimin', NULL, NULL),\n(27531, 'al', 'db', 'Add Currency', 'Shto monedh\u00eb', NULL, NULL),\n(27532, 'al', 'db', 'Update Currency', 'P\u00ebrdit\u00ebso monedh\u00ebn', NULL, NULL),\n(27533, 'al', 'db', 'Currency Name', 'Emri i monedh\u00ebs', NULL, NULL),\n(27534, 'al', 'db', 'Currency Code', 'Kodi i monedh\u00ebs', NULL, NULL),\n(27535, 'al', 'db', 'Exchange Rate', 'Kursi i k\u00ebmbimit', NULL, NULL),\n(27536, 'al', 'db', 'System Title', 'Titulli i sistemit', NULL, NULL),\n(27537, 'al', 'db', 'System Logo', 'Logo e sistemit', NULL, NULL),\n(27538, 'al', 'db', 'This product has different price for different warehouse', 'Ky produkt ka \u00e7mim t\u00eb ndrysh\u00ebm p\u00ebr depo t\u00eb ndryshme', NULL, NULL),\n(27539, 'al', 'db', 'Backup Database', 'Baza e t\u00eb dh\u00ebnave rezerv\u00eb', NULL, NULL),\n(27540, 'al', 'db', 'Deposit Payment', 'Pagesa e depozitave', NULL, NULL),\n(27541, 'al', 'db', 'Invoice Format', 'Formati i fatur\u00ebs', NULL, NULL),\n(27542, 'al', 'db', 'Transaction Reference', 'Referenca e transaksionit', NULL, NULL),\n(27543, 'al', 'db', 'Batch No', 'Nr i grupit', NULL, NULL),\n(27544, 'al', 'db', 'This product has batch and expired date', 'Ky produkt ka seri dhe dat\u00eb skadimi', NULL, NULL),\n(27545, 'al', 'db', 'Reward Point Setting', 'Cil\u00ebsimi i pik\u00ebs s\u00eb shp\u00ebrblimit', NULL, NULL),\n(27546, 'al', 'db', 'Sold amount per point', 'Sasia e shitur p\u00ebr pik\u00eb', NULL, NULL),\n(27547, 'al', 'db', 'Minumum sold amount to get point', 'Shuma minimale e shitur p\u00ebr t\u00eb marr\u00eb pik\u00eb', NULL, NULL),\n(27548, 'al', 'db', 'Point Expiry Duration', 'Koh\u00ebzgjatja e skadimit t\u00eb pik\u00ebs', NULL, NULL),\n(27549, 'al', 'db', 'Duration Type', 'Lloji i koh\u00ebzgjatjes', NULL, NULL),\n(27550, 'al', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', 'Kjo do t\u00eb thot\u00eb se sa pik\u00eb do t\u00eb marr\u00eb klienti sipas shum\u00ebs s\u00eb shitur. P\u00ebr shembull, n\u00ebse vendosni 100, at\u00ebher\u00eb p\u00ebr \u00e7do 100 dollar\u00eb t\u00eb shpenzuar klienti do t\u00eb marr\u00eb nj\u00eb pik\u00eb si shp\u00ebrblim.', NULL, NULL),\n(27551, 'al', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', 'P\u00ebr shembull, n\u00ebse vendosni 100, at\u00ebher\u00eb klienti do t\u00eb marr\u00eb pik\u00eb vet\u00ebm pasi t\u00eb ket\u00eb shpenzuar 100 dollar\u00eb ose m\u00eb shum\u00eb.', NULL, NULL),\n(27552, 'al', 'db', 'Active reward point', 'Pika e shp\u00ebrblimit aktiv', NULL, NULL),\n(27553, 'al', 'db', 'Reward Points', 'Pik\u00ebt e shp\u00ebrblimit', NULL, NULL),\n(27554, 'al', 'db', 'One Point is Equivalent to =>', 'Nj\u00eb pik\u00eb \u00ebsht\u00eb e barabart\u00eb me =>', NULL, NULL),\n(27555, 'al', 'db', 'This product has IMEI or Serial numbers', 'Ky produkt ka numra IMEI ose serial', NULL, NULL),\n(27556, 'al', 'db', 'IMEI or Serial Numbers', 'IMEI ose numrat serial\u00eb', NULL, NULL),\n(27557, 'al', 'db', 'RTL Layout', 'Struktura RTL', NULL, NULL),\n(27558, 'al', 'db', 'Cheque', '\u00c7ek', NULL, NULL),\n(27559, 'al', 'db', 'Cash', 'Parat\u00eb e gatshme', NULL, NULL),\n(27560, 'al', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(27561, 'al', 'db', 'Points', 'Pik\u00ebt', NULL, NULL),\n(27562, 'al', 'db', 'Cancel', 'Anulo', NULL, NULL),\n(27563, 'al', 'db', 'Recent Transaction', 'Transaksioni i fundit', NULL, NULL),\n(27564, 'al', 'db', 'Discount Plan', 'Plani i zbritjes', NULL, NULL),\n(27565, 'al', 'db', 'Create Discount Plan', 'Krijo plan zbritje', NULL, NULL),\n(27566, 'al', 'db', 'Inactive', 'Joaktiv', NULL, NULL),\n(27567, 'al', 'db', 'Create Discount', 'Krijo zbritje', NULL, NULL),\n(27568, 'al', 'db', 'Valid From', 'E vlefshme nga', NULL, NULL),\n(27569, 'al', 'db', 'Valid Till', 'E vlefshme deri ne', NULL, NULL),\n(27570, 'al', 'db', 'Discount Type', 'Lloji i zbritjes', NULL, NULL),\n(27571, 'al', 'db', 'Value', 'vlera', NULL, NULL),\n(27572, 'al', 'db', 'Minimum Qty', 'Sasia minimale', NULL, NULL),\n(27573, 'al', 'db', 'Maximum Qty', 'Sasia maksimale', NULL, NULL),\n(27574, 'al', 'db', 'Type product code seperated by comma', 'Shkruani kodin e produktit t\u00eb ndar\u00eb me presje', NULL, NULL),\n(27575, 'al', 'db', 'Applicable For', 'E aplikueshme p\u00ebr', NULL, NULL),\n(27576, 'al', 'db', 'All Products', 'T\u00eb gjitha produktet', NULL, NULL),\n(27577, 'al', 'db', 'Specific Products', 'Produkte specifike', NULL, NULL),\n(27578, 'al', 'db', 'Valid on the following days', 'E vlefshme n\u00eb dit\u00ebt n\u00eb vijim', NULL, NULL),\n(27579, 'al', 'db', 'Validity', 'Vlefshm\u00ebria', NULL, NULL),\n(27580, 'al', 'db', 'Days', 'Dit\u00eb', NULL, NULL),\n(27581, 'al', 'db', 'Products', 'Produkte', NULL, NULL),\n(27582, 'al', 'db', 'Update Discount Plan', 'P\u00ebrdit\u00ebso planin e zbritjes', NULL, NULL),\n(27583, 'al', 'db', 'Update Discount', 'P\u00ebrdit\u00ebso zbritjen', NULL, NULL),\n(27584, 'al', 'db', 'Order Discount Type', 'Lloji i zbritjes s\u00eb porosis\u00eb', NULL, NULL),\n(27585, 'al', 'db', 'Order Discount Value', 'Porosit vler\u00ebn e zbritjes', NULL, NULL),\n(27586, 'al', 'db', 'Flat', 'E shesht\u00eb', NULL, NULL),\n(27587, 'al', 'db', 'Revenue and Profit Summary', 'P\u00ebrmbledhja e t\u00eb ardhurave dhe fitimit', NULL, NULL),\n(27588, 'al', 'db', 'Monthly Summary', 'P\u00ebrmbledhje mujore', NULL, NULL),\n(27589, 'al', 'db', 'Switch Theme', 'Nd\u00ebrro tem\u00ebn', NULL, NULL),\n(27590, 'al', 'db', 'Documentation', 'Dokumentacioni', NULL, NULL),\n(27591, 'al', 'db', 'Product Expiry Report', 'Raporti i skadimit t\u00eb produktit', NULL, NULL),\n(27592, 'al', 'db', 'Sale Return List', 'Lista e kthimit n\u00eb shitje', NULL, NULL),\n(27593, 'al', 'db', 'Purchase Return List', 'Lista e kthimit t\u00eb blerjeve', NULL, NULL),\n(27594, 'al', 'db', 'Purchase Return Details', 'Detajet e kthimit t\u00eb blerjes', NULL, NULL),\n(27595, 'al', 'db', 'Purchase Payment', 'Pagesa e blerjes', NULL, NULL),\n(27596, 'al', 'db', 'Sale Payment', 'Pagesa e shitjes', NULL, NULL),\n(27597, 'al', 'db', 'Sale Report Chart', 'Grafiku i raportit t\u00eb shitjeve', NULL, NULL),\n(27598, 'al', 'db', 'Time Period', 'Periudha kohore', NULL, NULL),\n(27599, 'al', 'db', 'Notification List', 'Lista e njoftimeve', NULL, NULL),\n(27600, 'al', 'db', 'Document', 'Dokument', NULL, NULL),\n(27601, 'al', 'db', 'All Notification', 'T\u00eb gjitha njoftimet', NULL, NULL),\n(27602, 'al', 'db', 'Read', 'Lexo', NULL, NULL),\n(27603, 'al', 'db', 'Unread', 'i palexuar', NULL, NULL),\n(27604, 'al', 'db', 'Daily Sale Objective', 'Objektivi i shitjes ditore', NULL, NULL),\n(27605, 'al', 'db', 'Product Info', 'Informacioni i produktit', NULL, NULL),\n(27606, 'al', 'db', 'Number of Products', 'Numri i produkteve', NULL, NULL),\n(27607, 'al', 'db', 'Daily Sale Objective Report', 'Raporti ditor i objektivit t\u00eb shitjes', NULL, NULL),\n(27608, 'al', 'db', 'Embedded Barcode', 'Barkodi i integruar', NULL, NULL),\n(27609, 'al', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'Sasia minimale e cila duhet t\u00eb shitet brenda nj\u00eb dite. N\u00ebse jo, do t\u00eb njoftoheni n\u00eb panelin e kontrollit. Por ju duhet t\u00eb konfiguroni pun\u00ebn e cron si\u00e7 duhet p\u00ebr k\u00ebt\u00eb. Ndiqni dokumentacionin n\u00eb lidhje me k\u00ebt\u00eb.', NULL, NULL),\n(27610, 'al', 'db', 'Deposited Balance', 'Bilanci i depozituar', NULL, NULL),\n(27611, 'al', 'db', 'Total Due', 'P\u00ebrfundimi total', NULL, NULL),\n(27612, 'al', 'db', 'Clear Due', 'Pastrofat', NULL, NULL),\n(27613, 'al', 'db', 'Both Customer and Supplier', 'Si Klienti ashtu edhe Furnizuesi', NULL, NULL),\n(27614, 'al', 'db', 'Check this if this product will be used in weight scale machine', 'Kontrollojeni n\u00ebse ky produkt do t\u00eb p\u00ebrdoret n\u00eb makineri p\u00ebr peshore.', NULL, NULL),\n(27615, 'al', 'db', 'Add More Variant', 'Shto m\u00eb shum\u00eb variant', NULL, NULL),\n(27616, 'al', 'db', 'Additional Cost', 'Kosto shtes\u00eb', NULL, NULL),\n(27617, 'al', 'db', 'Product Variant Information', 'Informacioni i variantit t\u00eb produktit', NULL, NULL),\n(27618, 'al', 'db', 'Product History', 'Historia e produktit', NULL, NULL),\n(27619, 'al', 'db', 'Delivery Status', 'Statusi i dor\u00ebzimit', NULL, NULL),\n(27620, 'al', 'db', 'Supplier Details', 'Detajet e furnizuesit', NULL, NULL),\n(27621, 'al', 'db', 'Customer Due Report', 'Raporti i duhur i klientit', NULL, NULL),\n(27622, 'al', 'db', 'Supplier Due Report', 'Raporti i duhur i furnizuesit', NULL, NULL),\n(27623, 'al', 'db', 'Returned Amount', 'Shuma e kthyer', NULL, NULL),\n(27624, 'al', 'db', 'Related Transaction', 'Transaksion i lidhur', NULL, NULL),\n(27625, 'al', 'db', 'Tenant Name', 'Emri i qiramarr\u00ebsit', NULL, NULL),\n(27626, 'al', 'db', 'Domain Prefix', 'Prefiksi i domenit', NULL, NULL),\n(27627, 'al', 'db', 'Created At', 'Krijuar n\u00eb', NULL, NULL),\n(27628, 'al', 'db', 'Client List', 'Lista e klient\u00ebve', NULL, NULL),\n(27629, 'al', 'db', 'Add Client', 'Shto klient', NULL, NULL),\n(27630, 'al', 'db', 'Invoice Size', 'Madh\u00ebsia e fatur\u00ebs', NULL, NULL),\n(27631, 'al', 'db', 'A4', 'A4', NULL, NULL),\n(27632, 'al', 'db', 'Thermal POS receipt', 'Fatur\u00eb termike POS', NULL, NULL),\n(27633, 'al', 'db', 'Total Before Tax', 'Totali para tatimit', NULL, NULL),\n(27634, 'al', 'db', 'Digits after deciaml point', 'Shifra pas pik\u00ebs deciaml', NULL, NULL),\n(27635, 'al', 'db', 'Subscription Ends at', 'Abonimi p\u00ebrfundon n\u00eb', NULL, NULL),\n(27636, 'al', 'db', 'Customer Group Report', 'Raporti i Grupit t\u00eb Konsumator\u00ebve', NULL, NULL),\n(27637, 'al', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', 'N\u00ebse d\u00ebshironi t\u00eb shesni produktin tuaj me \u00e7mimin e paracaktuar, at\u00ebher\u00eb vlera e p\u00ebrqindjes duhet t\u00eb jet\u00eb zero.', NULL, NULL),\n(27638, 'al', 'db', 'If this is your default currency, the exchange rate must be 1', 'N\u00ebse kjo \u00ebsht\u00eb monedha juaj e paracaktuar, kursi i k\u00ebmbimit duhet t\u00eb jet\u00eb 1.', NULL, NULL),\n(27639, 'al', 'db', 'Add Purchase Return', 'Shto kthimin e blerjes', NULL, NULL),\n(27640, 'al', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Vet\u00ebm monedha e paracaktuar mund t\u00eb ket\u00eb 1 si kurs k\u00ebmbimi. Ju lutemi ndryshoni kursin e k\u00ebmbimit t\u00eb monedh\u00ebs tuaj t\u00eb paracaktuar', NULL, NULL),\n(27641, 'al', 'db', 'Click to Add', 'Kliko p\u00ebr t\u00eb shtuar', NULL, NULL),\n(27642, 'al', 'db', 'Free Trial Limit', 'Limiti i prov\u00ebs falas', NULL, NULL),\n(27644, 'al', 'db', 'Renew Subscription', 'Rinovo abonimin', NULL, NULL),\n(27645, 'al', 'db', 'Update Client DB', 'P\u00ebrdit\u00ebso DB-n\u00eb e klientit', NULL, NULL),\n(27646, 'al', 'db', 'Client', 'Klient', NULL, NULL),\n(27647, 'al', 'db', 'Domain', 'Domain', NULL, NULL),\n(27648, 'al', 'db', 'Package', 'Paket\u00eb', NULL, NULL),\n(27649, 'al', 'db', 'Package List', 'Lista e paketave', NULL, NULL),\n(27650, 'al', 'db', 'Add Package', 'Shto paket\u00ebn', NULL, NULL),\n(27651, 'al', 'db', 'Update Package', 'P\u00ebrdit\u00ebso paket\u00ebn', NULL, NULL),\n(27652, 'al', 'db', 'Free Trial', 'Prov\u00eb falas', NULL, NULL),\n(27653, 'al', 'db', 'Monthly Fee', 'Tarifa mujore', NULL, NULL),\n(27654, 'al', 'db', 'Yearly Fee', 'Tarifa vjetore', NULL, NULL),\n(27655, 'al', 'db', 'Number of Warehouses', 'Numri i depove', NULL, NULL),\n(27656, 'al', 'db', 'Number of Invoices', 'Numri i faturave', NULL, NULL),\n(27657, 'al', 'db', 'Number of User Account', 'Numri i llogaris\u00eb s\u00eb p\u00ebrdoruesit', NULL, NULL),\n(27658, 'al', 'db', 'Number of Employees', 'Numri i t\u00eb pun\u00ebsuarve', NULL, NULL),\n(27659, 'al', 'db', 'Infinity', 'Pafund\u00ebsi', NULL, NULL),\n(27660, 'al', 'db', 'Features', 'Karakteristikat', NULL, NULL),\n(27661, 'al', 'db', 'Unlimited', 'i pakufizuar', NULL, NULL),\n(27662, 'al', 'db', 'Package Name', 'Emri i paket\u00ebs', NULL, NULL),\n(27663, 'al', 'db', 'Change Package', 'Ndrysho paket\u00ebn', NULL, NULL),\n(27664, 'al', 'db', 'Active Payment Gateway', 'Port\u00eb Aktive e Pagesave', NULL, NULL),\n(27665, 'al', 'db', 'No Payment Gateway', 'Nuk ka port\u00eb pagese', NULL, NULL),\n(27666, 'al', 'db', 'Payment Setting', 'Cil\u00ebsimi i pages\u00ebs', NULL, NULL),\n(27667, 'al', 'db', 'Subscription Type', 'Lloji i pajtimit', NULL, NULL),\n(27668, 'al', 'db', 'Update SuperAdmin DB', 'P\u00ebrdit\u00ebso SuperAdmin DB', NULL, NULL),\n(27669, 'al', 'db', 'Payments', 'Pagesat', NULL, NULL),\n(27670, 'al', 'db', 'CMS', 'CMS', NULL, NULL),\n(27671, 'al', 'db', 'Support Tickets', 'Biletat e Mb\u00ebshtetjes', NULL, NULL),\n(27672, 'al', 'db', 'Testimonials', 'D\u00ebshmit\u00eb', NULL, NULL),\n(27673, 'al', 'db', 'Blog', 'Blog', NULL, NULL),\n(27674, 'al', 'db', 'Page', 'faqe', NULL, NULL),\n(27675, 'al', 'db', 'All Blog Posts', 'T\u00eb gjitha postimet n\u00eb blog', NULL, NULL),\n(27676, 'al', 'db', 'All Pages', 'T\u00eb gjitha faqet', NULL, NULL),\n(27677, 'al', 'db', 'Subscription value', 'Vlera e abonimit', NULL, NULL),\n(27678, 'al', 'db', 'Total Clients', 'Klient\u00eb gjithsej', NULL, NULL),\n(27679, 'al', 'db', 'Packages', 'Paketat', NULL, NULL),\n(27680, 'al', 'db', 'Send message to tenants', 'D\u00ebrgo mesazh p\u00ebr qiramarr\u00ebsit', NULL, NULL),\n(27681, 'al', 'db', 'SEO Setting', 'Cil\u00ebsimi i SEO', NULL, NULL),\n(27682, 'al', 'db', 'Meta Title', 'Titulli Meta', NULL, NULL),\n(27683, 'al', 'db', '50-60 characters', '50-60 karaktere', NULL, NULL),\n(27684, 'al', 'db', 'Meta Description', 'P\u00ebrshkrimi meta', NULL, NULL),\n(27685, 'al', 'db', '150-160 characters', '150-160 karaktere', NULL, NULL),\n(27686, 'al', 'db', 'og Title', 'og Titulli', NULL, NULL),\n(27687, 'al', 'db', 'og Description', 'P\u00ebrshkrimi dhe p\u00ebrshkrimi', NULL, NULL),\n(27688, 'al', 'db', 'og Image', 'og Image', NULL, NULL),\n(27689, 'al', 'db', 'Analytics Setting', 'Cil\u00ebsimi i analitik\u00ebs', NULL, NULL),\n(27690, 'al', 'db', 'Google Analytics Script', 'Script Google Analytics', NULL, NULL),\n(27691, 'al', 'db', 'Facebook Pixel Script', 'Facebook Pixel Script', NULL, NULL),\n(27692, 'al', 'db', 'Chat Script', 'Skenari i bised\u00ebs', NULL, NULL),\n(27693, 'al', 'db', 'Hero Section', 'Seksioni i heronjve', NULL, NULL),\n(27694, 'al', 'db', 'Heading', 'Drejtimi', NULL, NULL),\n(27695, 'al', 'db', 'Sub Heading', 'N\u00ebntitulli', NULL, NULL),\n(27696, 'al', 'db', 'Hero Image', 'Imazhi i heroit', NULL, NULL),\n(27697, 'al', 'db', 'Save', 'Ruaj', NULL, NULL),\n(27698, 'al', 'db', 'Module Section', 'Seksioni i modulit', NULL, NULL),\n(27699, 'al', 'db', 'Click to choose icon', 'Kliko p\u00ebr t\u00eb zgjedhur ikon\u00ebn', NULL, NULL),\n(27701, 'al', 'db', 'Add More', 'Shto m\u00eb shum\u00eb', NULL, NULL),\n(27702, 'al', 'db', 'Icon', 'Ikona', NULL, NULL),\n(27703, 'al', 'db', 'Feature Section', 'Seksioni i ve\u00e7orive', NULL, NULL),\n(27704, 'al', 'db', 'FAQ Section', 'Seksioni i FAQ', NULL, NULL),\n(27705, 'al', 'db', 'Question', 'pyetje', NULL, NULL),\n(27706, 'al', 'db', 'Answer', 'P\u00ebrgjigje', NULL, NULL),\n(27707, 'al', 'db', 'Update FAQ', 'P\u00ebrdit\u00ebso FAQ', NULL, NULL),\n(27708, 'al', 'db', 'Update Module', 'P\u00ebrdit\u00ebso modulin', NULL, NULL),\n(27709, 'al', 'db', 'Update Feature', 'Funksioni i p\u00ebrdit\u00ebsimit', NULL, NULL),\n(27710, 'al', 'db', 'Testimonial Section', 'Seksioni i d\u00ebshmive', NULL, NULL),\n(27711, 'al', 'db', 'Blog Section', 'Seksioni i blogut', NULL, NULL),\n(27712, 'al', 'db', 'Page Section', 'Seksioni i faqes', NULL, NULL),\n(27713, 'al', 'db', 'Social Section', 'Seksioni social', NULL, NULL),\n(27714, 'al', 'db', 'Business Name', 'Emri i biznesit', NULL, NULL),\n(27715, 'al', 'db', 'Text', 'Tekst', NULL, NULL),\n(27716, 'al', 'db', 'Update Testimonial', 'P\u00ebrdit\u00ebso d\u00ebshmin\u00eb', NULL, NULL),\n(27717, 'al', 'db', 'Add Post', 'Shto postim', NULL, NULL),\n(27718, 'al', 'db', 'Blog Title', 'Titulli i blogut', NULL, NULL),\n(27719, 'al', 'db', 'Page Title', 'Titulli i faqes', NULL, NULL),\n(27721, 'al', 'db', 'Update Blog', 'P\u00ebrdit\u00ebso blogun', NULL, NULL),\n(27722, 'al', 'db', 'Update Page', 'P\u00ebrdit\u00ebso faqen', NULL, NULL),\n(27723, 'al', 'db', 'Open Graph Title', 'Titulli i grafikut t\u00eb hapur', NULL, NULL),\n(27724, 'al', 'db', 'Open Graph Description', 'P\u00ebrshkrimi i grafikut t\u00eb hapur', NULL, NULL),\n(27726, 'al', 'db', 'Link', 'Lidhja', NULL, NULL),\n(27727, 'al', 'db', 'Update Social', 'P\u00ebrdit\u00ebso sociale', NULL, NULL),\n(27728, 'al', 'db', 'All Blogs', 'T\u00eb gjitha blogjet', NULL, NULL),\n(27729, 'al', 'db', 'Add Page', 'Shto faqe', NULL, NULL),\n(27730, 'al', 'db', 'Field Belongs To', 'Fusha i p\u00ebrket', NULL, NULL),\n(27731, 'al', 'db', 'Field Name', 'Emri i fush\u00ebs', NULL, NULL),\n(27732, 'al', 'db', 'Field Type', 'Lloji i fush\u00ebs', NULL, NULL),\n(27733, 'al', 'db', 'Default Value', 'Vlera e paracaktuar', NULL, NULL),\n(27734, 'al', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', 'Rrjeti (barazimi i kolon\u00ebs s\u00eb bootstrap 12) - Maksimumi \u00ebsht\u00eb 12', NULL, NULL),\n(27735, 'al', 'db', 'Required', 'E nevojshme', NULL, NULL),\n(27736, 'al', 'db', 'Admin Only', 'Vet\u00ebm administratori', NULL, NULL),\n(27737, 'al', 'db', 'Disabled', 'I paaft\u00eb', NULL, NULL),\n(27738, 'al', 'db', 'Visibility', 'Dukshm\u00ebria', NULL, NULL),\n(27739, 'al', 'db', 'Show on Table', 'Shfaq n\u00eb tryez\u00eb', NULL, NULL),\n(27740, 'al', 'db', 'Show on Invoice', 'Shfaq n\u00eb fatur\u00eb', NULL, NULL),\n(27741, 'al', 'db', 'Nothing Selected', 'Asgj\u00eb e zgjedhur', NULL, NULL),\n(27742, 'al', 'db', 'Custom Field', 'Fusha e personalizuar', NULL, NULL),\n(27743, 'al', 'db', 'Custom Field List', 'Lista e fushave t\u00eb personalizuara', NULL, NULL),\n(27744, 'al', 'db', 'Create Custom Field', 'Krijoni nj\u00eb fush\u00eb t\u00eb personalizuar', NULL, NULL),\n(27745, 'al', 'db', 'Options', 'Opsionet', NULL, NULL),\n(27746, 'al', 'db', 'Update Custom Field', 'P\u00ebrdit\u00ebso fush\u00ebn e personalizuar', NULL, NULL),\n(27747, 'al', 'db', 'Total Price', '\u00c7mimi total', NULL, NULL),\n(27748, 'al', 'db', 'Reminder Date', 'Data e kujtes\u00ebs', NULL, NULL),\n(27749, 'al', 'db', 'Total Cost', 'Kostoja totale', NULL, NULL),\n(27750, 'al', 'db', 'Mail Driver', 'Shoferi i post\u00ebs', NULL, NULL),\n(27751, 'al', 'db', 'Update existing clients who are using this package', 'P\u00ebrdit\u00ebsoni klient\u00ebt ekzistues q\u00eb p\u00ebrdorin k\u00ebt\u00eb paket\u00eb', NULL, NULL),\n(27752, 'al', 'db', 'ZATCA QrCode', 'ZATCA QrCode', NULL, NULL),\n(27753, 'al', 'db', 'VAT Registration Number', 'Numri i regjistrimit t\u00eb TVSH-s\u00eb', NULL, NULL),\n(27754, 'al', 'db', 'Button Text', 'Teksti i butonit', NULL, NULL),\n(27755, 'al', 'db', 'Modules', 'Modulet', NULL, NULL),\n(27756, 'al', 'db', 'Add Module', 'Shto modul', NULL, NULL),\n(27757, 'al', 'db', 'Add Faq', 'Shto pyetje', NULL, NULL),\n(27758, 'al', 'db', 'Tenant Signup Description', 'P\u00ebrshkrimi i regjistrimit t\u00eb qiramarr\u00ebsit', NULL, NULL),\n(27759, 'al', 'db', 'Add Language', 'Shto gjuh\u00ebn', NULL, NULL),\n(27760, 'al', 'db', 'Update Language', 'P\u00ebrdit\u00ebso gjuh\u00ebn', NULL, NULL),\n(27761, 'al', 'db', 'Number of Person', 'Numri i personit', NULL, NULL),\n(27762, 'al', 'db', 'Add Table', 'Shto tabel\u00ebn', NULL, NULL),\n(27763, 'al', 'db', 'Update Table', 'Tabela e p\u00ebrdit\u00ebsimit', NULL, NULL),\n(27764, 'al', 'db', 'Tables', 'Tavolina', NULL, NULL),\n(27765, 'al', 'db', 'Table', 'Tabela', NULL, NULL),\n(27766, 'al', 'db', 'Table Management', 'Menaxhimi i tryez\u00ebs', NULL, NULL),\n(27767, 'al', 'db', 'Initial Stock', 'Stoku fillestar', NULL, NULL),\n(27768, 'al', 'db', 'This feature will not work for product with variants and batches', 'Kjo ve\u00e7ori nuk do t\u00eb funksionoj\u00eb p\u00ebr produktin me variante dhe grupe', NULL, NULL),\n(27769, 'al', 'db', 'Queue', 'Radha', NULL, NULL),\n(27770, 'al', 'db', 'Addons', 'Shtesa', NULL, NULL),\n(27771, 'al', 'db', 'Addon List', 'Lista e shtesave', NULL, NULL),\n(27772, 'al', 'db', 'Sync Product Categories', 'Sinkronizoni kategorit\u00eb e produkteve', NULL, NULL),\n(27773, 'al', 'db', 'Sync', 'Sinkronizimi', NULL, NULL),\n(27774, 'al', 'db', 'Sync Log', 'Regjistri i sinkronizimit', NULL, NULL),\n(27775, 'al', 'db', 'Reset Synced Category', 'Rivendos kategorin\u00eb e sinkronizuar', NULL, NULL),\n(27776, 'al', 'db', 'Sync Products', 'Sinkronizimi i produkteve', NULL, NULL),\n(27777, 'al', 'db', 'Reset Synced Product', 'Rivendos produktin e sinkronizuar', NULL, NULL),\n(27778, 'al', 'db', 'Tax Rates Mapping', 'Hart\u00eb e normave t\u00eb taksave', NULL, NULL),\n(27779, 'al', 'db', 'POS Tax Rate', 'Norma e tatimit POS', NULL, NULL),\n(27780, 'al', 'db', 'Equivalent WooCommerce Tax Rate', 'Norma ekuivalente e taksave WooCommerce', NULL, NULL),\n(27781, 'al', 'db', 'Sync Orders(New Order Only)', 'Sinkronizimi i porosive (vet\u00ebm porosia e re)', NULL, NULL),\n(27782, 'al', 'db', 'Sync Type', 'Lloji i sinkronizimit', NULL, NULL),\n(27783, 'al', 'db', 'Operation', 'Operacioni', NULL, NULL),\n(27784, 'al', 'db', 'Records', 'Rekorde', NULL, NULL),\n(27785, 'al', 'db', 'Synced By', 'Sinkronizuar nga', NULL, NULL),\n(27786, 'al', 'db', 'Instructions', 'Udh\u00ebzime', NULL, NULL),\n(27787, 'al', 'db', 'API Settings', 'Cil\u00ebsimet e API', NULL, NULL),\n(27788, 'al', 'db', 'Product Sync Settings', 'Cil\u00ebsimet e sinkronizimit t\u00eb produktit', NULL, NULL),\n(27789, 'al', 'db', 'Order Sync Settings', 'Porosi cil\u00ebsimet e sinkronizimit', NULL, NULL),\n(27790, 'al', 'db', 'Webhook Settings', 'Cil\u00ebsimet e Uebhook', NULL, NULL),\n(27791, 'al', 'db', 'WooCommerce App URL', 'URL-ja e aplikacionit WooCommerce', NULL, NULL),\n(27792, 'al', 'db', 'WooCommerce Consumer Key', '\u00c7el\u00ebsi i konsumatorit t\u00eb WooCommerce', NULL, NULL),\n(27793, 'al', 'db', 'WooCommerce Consumer Secret', 'WooCommerce Consumer Secret', NULL, NULL),\n(27794, 'al', 'db', 'WooCommerce Settings', 'Cil\u00ebsimet e WooCommerce', NULL, NULL),\n(27795, 'al', 'db', 'Default Tax Class', 'Klasa e paracaktuar e taksave', NULL, NULL),\n(27796, 'al', 'db', 'Sync Product Price', 'Sinkronizimi i \u00e7mimit t\u00eb produktit', NULL, NULL),\n(27797, 'al', 'db', 'Manage Stock', 'Menaxhoni stokun', NULL, NULL),\n(27798, 'al', 'db', 'Stock Status', 'Statusi i aksioneve', NULL, NULL),\n(27799, 'al', 'db', 'Default Customer Group', 'Grupi i parazgjedhur i klient\u00ebve', NULL, NULL),\n(27800, 'al', 'db', 'WooCommerce Order Status', 'Statusi i porosis\u00eb WooCommerce', NULL, NULL),\n(27801, 'al', 'db', 'Equivalent POS Sell Status', 'Statusi ekuivalent i shitjes n\u00eb POS', NULL, NULL),\n(27802, 'al', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'P\u00ebr t\u00eb marr\u00eb detaje t\u00eb WooCommerce API, lundroni te WooCommerce -> Settings -> Advance -> REST API. Jepni nj\u00eb p\u00ebrshkrim, zgjidhni nj\u00eb p\u00ebrdorues dhe jepni Leje Read\\\\\/Write.', NULL, NULL),\n(27803, 'al', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'Gjat\u00eb sinkronizimit, p\u00ebrmbahuni nga rifreskimi i faqes ose largimi nga ajo.', NULL, NULL),\n(27804, 'al', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'N\u00eb opsionin e lidhjes s\u00eb p\u00ebrhershme t\u00eb WordPress, zgjidhni Emri i postimit si opsioni i lidhjeve t\u00eb p\u00ebrhershme.', NULL, NULL),\n(27805, 'al', 'db', 'Buy Now', 'Bli tani', NULL, NULL),\n(27806, 'al', 'db', 'Install', 'Instaloni', NULL, NULL),\n(27807, 'al', 'db', 'Staff Id', 'Identifikimi i Stafit', NULL, NULL),\n(27808, 'al', 'db', 'Import CSV file (Device)', 'Importo skedarin CSV (Pajisja)', NULL, NULL),\n(27809, 'al', 'db', 'Attendance Device Date Format', 'Formati i dat\u00ebs s\u00eb pajisjes s\u00eb pjes\u00ebmarrjes', NULL, NULL),\n(27810, 'al', 'db', 'Disable Woocommerce Sync', '\u00c7aktivizo sinkronizimin e Woocommerce', NULL, NULL),\n(27811, 'al', 'db', 'Product Status', 'Statusi i produktit', NULL, NULL),\n(27812, 'al', 'db', 'Category not synced', 'Kategoria nuk \u00ebsht\u00eb sinkronizuar', NULL, NULL),\n(27813, 'al', 'db', 'Categories not synced', 'Kategorit\u00eb e pa sinkronizuara', NULL, NULL),\n(27814, 'al', 'db', 'Category can be updated', 'Kategoria mund t\u00eb p\u00ebrdit\u00ebsohet', NULL, NULL),\n(27815, 'al', 'db', 'Categories can be updated', 'Kategorit\u00eb mund t\u00eb p\u00ebrdit\u00ebsohen', NULL, NULL),\n(27816, 'al', 'db', 'Product not synced', 'Produkti nuk \u00ebsht\u00eb sinkronizuar', NULL, NULL),\n(27817, 'al', 'db', 'Products not synced', 'Produktet nuk jan\u00eb sinkronizuar', NULL, NULL),\n(27818, 'al', 'db', 'Product can be updated', 'Produkti mund t\u00eb p\u00ebrdit\u00ebsohet', NULL, NULL),\n(27819, 'al', 'db', 'Products can be updated', 'Produktet mund t\u00eb p\u00ebrdit\u00ebsohen', NULL, NULL),\n(27820, 'al', 'db', 'Please connect with WooCommerce', 'Ju lutemi lidheni me WooCommerce', NULL, NULL),\n(27821, 'al', 'db', 'Something went wrong', 'Di\u00e7ka shkoi keq', NULL, NULL),\n(27822, 'al', 'db', 'Synced category successfully', 'Kategoria u sinkronizua me sukses', NULL, NULL),\n(27823, 'al', 'db', 'Reset synced category successfully', 'Rivendos kategorin\u00eb e sinkronizuar me sukses', NULL, NULL),\n(27824, 'al', 'db', 'Synced product successfully', 'Produkti u sinkronizua me sukses', NULL, NULL),\n(27825, 'al', 'db', 'Reset synced product successfully', 'Rivendos me sukses produktin e sinkronizuar', NULL, NULL),\n(27826, 'al', 'db', 'Tax maped successfully', 'Taksa u hartua me sukses', NULL, NULL),\n(27827, 'al', 'db', 'Synced order successfully', 'Porosi u sinkronizua me sukses', NULL, NULL),\n(27828, 'al', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'Ju lutemi zgjidhni Grupin e parazgjedhur t\u00eb klient\u00ebve\\\\\/ Depo e paracaktuar\\\\\/ Faturuesin e paracaktuar\\\\\/ Statusin ekuivalent t\u00eb shitjes n\u00eb POS n\u00eb cil\u00ebsimet e sinkronizimit t\u00eb rendit', NULL, NULL),\n(27829, 'al', 'db', 'Module Image', 'Imazhi i modulit', NULL, NULL),\n(27830, 'al', 'db', 'Courier', 'Korrier', NULL, NULL),\n(27831, 'al', 'db', 'Courier List', 'Lista e korrier\u00ebve', NULL, NULL),\n(27832, 'al', 'db', 'Add Courier', 'Shto nj\u00eb korrier', NULL, NULL),\n(27833, 'al', 'db', 'Update Courier', 'P\u00ebrdit\u00ebso korrierin', NULL, NULL),\n(27834, 'al', 'db', 'Sale and Quotation without stock', 'Shitje dhe kuotim pa stok', NULL, NULL),\n(27835, 'al', 'db', 'Yes', 'Po', NULL, NULL),\n(27836, 'al', 'db', 'No', 'Jo', NULL, NULL),\n(27837, 'al', 'db', 'Returned', 'U kthye', NULL, NULL),\n(27838, 'al', 'db', 'Get in touch', 'Bini n\u00eb kontakt', NULL, NULL),\n(27839, 'al', 'db', 'Contact Info', 'Info kontakti', NULL, NULL),\n(27840, 'al', 'db', 'Bug Setting', 'Cil\u00ebsimi i gabimeve', NULL, NULL),\n(27841, 'al', 'db', 'File Name', 'Emri i skedarit', NULL, NULL),\n(27842, 'al', 'db', 'Type File Name', 'Shkruani emrin e skedarit', NULL, NULL),\n(27843, 'al', 'db', 'Logs', 'Regjistrat', NULL, NULL),\n(27844, 'al', 'db', 'Type Log', 'Regjistri i llojit', NULL, NULL),\n(27845, 'al', 'db', 'Short Note', 'Sh\u00ebnim i shkurt\u00ebr', NULL, NULL),\n(27846, 'al', 'db', 'Product Mode', 'Modaliteti i produktit', NULL, NULL),\n(27847, 'al', 'db', 'Version', 'Versioni', NULL, NULL),\n(27848, 'al', 'db', 'Bug No', 'Bug nr', NULL, NULL),\n(27849, 'al', 'db', 'Minimum Required Version', 'Versioni minimal i k\u00ebrkuar', NULL, NULL),\n(27850, 'al', 'db', 'Version Upgrade', 'P\u00ebrmir\u00ebsimi i versionit', NULL, NULL),\n(27851, 'al', 'db', 'Latest Version Upgrade', 'P\u00ebrmir\u00ebsimi i versionit t\u00eb fundit', NULL, NULL),\n(27852, 'al', 'db', 'Latest Version DB Migrate', '. Versioni i fundit Migrimi i DB', NULL, NULL),\n(27853, 'al', 'db', 'Version Upgrade URL', 'URL p\u00ebr p\u00ebrmir\u00ebsimin e versionit', NULL, NULL),\n(27854, 'al', 'db', 'Bug Update', 'P\u00ebrdit\u00ebsim i gabimeve', NULL, NULL),\n(27855, 'al', 'db', 'Bug DB Migrate', 'Migrimi i defekteve n\u00eb DB', NULL, NULL),\n(27856, 'al', 'db', 'Bug Update URL', 'URL-ja e p\u00ebrdit\u00ebsimit t\u00eb gabimeve', NULL, NULL),\n(27857, 'al', 'db', 'Version Upgrade Setting', 'Cil\u00ebsimi i p\u00ebrmir\u00ebsimit t\u00eb versionit', NULL, NULL),\n(27858, 'al', 'db', 'Bug Update Setting', 'Cil\u00ebsimi i p\u00ebrdit\u00ebsimit t\u00eb gabimeve', NULL, NULL),\n(27859, 'al', 'db', 'My Account', 'Llogaria ime', NULL, NULL),\n(27861, 'al', 'db', 'Phone', 'Telefon', NULL, NULL),\n(27862, 'al', 'db', 'My Addresses', 'Adresat e mia', NULL, NULL),\n(27863, 'al', 'db', 'Edit Address', 'Ndrysho adres\u00ebn', NULL, NULL),\n(27864, 'al', 'db', 'Zip \\\\\/ Postal code', 'Zip \\\\\/ Kodi Postar', NULL, NULL),\n(27865, 'al', 'db', 'Cart', 'Shporta', NULL, NULL),\n(27866, 'al', 'db', 'Shop Cart', 'Shporta e dyqanit', NULL, NULL),\n(27867, 'al', 'db', 'Home', 'Sht\u00ebpi', NULL, NULL),\n(27868, 'al', 'db', 'Sub Total', 'N\u00ebn totali', NULL, NULL),\n(27869, 'al', 'db', 'Continue Shopping', 'Vazhdo blerjet', NULL, NULL),\n(27870, 'al', 'db', 'Proceed to Checkout', 'Vazhdo n\u00eb blerje', NULL, NULL),\n(27871, 'al', 'db', 'Pay', 'Paguaj', NULL, NULL),\n(27872, 'al', 'db', 'Returning customer?', 'Klienti i kthyer?', NULL, NULL),\n(27873, 'al', 'db', 'Shipping Details', 'Detajet e transportit', NULL, NULL),\n(27874, 'al', 'db', 'Default Address', 'Adresa e paracaktuar', NULL, NULL),\n(27875, 'al', 'db', 'Add a different address', 'Shto nj\u00eb adres\u00eb tjet\u00ebr', NULL, NULL),\n(27876, 'al', 'db', 'Order Notes', 'Sh\u00ebnimet e porosis\u00eb', NULL, NULL),\n(27877, 'al', 'db', 'Billing address same as Shipping Address', 'Adresa e faturimit \u00ebsht\u00eb e nj\u00ebjt\u00eb me adres\u00ebn e transportit', NULL, NULL),\n(27878, 'al', 'db', 'Your order', 'Urdhri juaj', NULL, NULL),\n(27879, 'al', 'db', 'Product(s)', 'Produkt(et)', NULL, NULL),\n(27881, 'al', 'db', 'I have a coupon', 'Un\u00eb kam nj\u00eb kupon', NULL, NULL),\n(27882, 'al', 'db', 'Enter coupon code', 'Fut kodin e kuponit', NULL, NULL),\n(27883, 'al', 'db', 'I have read and accept the', 'Kam lexuar dhe pranuar', NULL, NULL),\n(27884, 'al', 'db', 'Cash on Delivery', 'Para n\u00eb dor\u00ebzim', NULL, NULL),\n(27885, 'al', 'db', 'Remember Me', 'M\u00eb kujto', NULL, NULL),\n(27886, 'al', 'db', 'Log In', 'Identifikohu', NULL, NULL),\n(27887, 'al', 'db', 'sign up now', 'Regjistrohu tani', NULL, NULL),\n(27888, 'al', 'db', 'My Profile', 'Profili im', NULL, NULL),\n(27889, 'al', 'db', 'My Orders', 'Urdh\u00ebrat e mia', NULL, NULL),\n(27890, 'al', 'db', 'My Wishlist', 'Lista ime e d\u00ebshirave', NULL, NULL),\n(27891, 'al', 'db', 'Account Details', 'Detajet e llogaris\u00eb', NULL, NULL),\n(27892, 'al', 'db', 'We have sent you an email', 'Ne ju kemi d\u00ebrguar nj\u00eb email', NULL, NULL),\n(27893, 'al', 'db', 'Just click on the link in that email to verify', 'Thjesht klikoni n\u00eb lidhjen n\u00eb at\u00eb email p\u00ebr t\u00eb verifikuar', NULL, NULL),\n(27894, 'al', 'db', 'Thank you for verifying your email', 'Faleminderit p\u00ebr verifikimin e emailit tuaj', NULL, NULL),\n(27895, 'al', 'db', 'Order Details', 'Detajet e porosis\u00eb', NULL, NULL),\n(27896, 'al', 'db', 'You have not ordered anything yet!', 'Nuk keni porositur ende asgj\u00eb!', NULL, NULL),\n(27897, 'al', 'db', 'Tags', 'Etiketat', NULL, NULL),\n(27898, 'al', 'db', 'Share', 'Shp\u00ebrndaje', NULL, NULL),\n(27899, 'al', 'db', 'Thank you for your order', 'Faleminderit p\u00ebr porosin\u00eb tuaj', NULL, NULL),\n(27900, 'al', 'db', 'Here is your order reference no', 'K\u00ebtu \u00ebsht\u00eb referenca juaj e porosis\u00eb', NULL, NULL),\n(27901, 'al', 'db', 'You will receive an email with delivery details shortly', 'Do t\u00eb merrni nj\u00eb email me detajet e dor\u00ebzimit s\u00eb shpejti', NULL, NULL),\n(27902, 'al', 'db', 'Add Collection', 'Shto koleksion', NULL, NULL),\n(27903, 'al', 'db', 'Collection Name', 'Emri i koleksionit', NULL, NULL),\n(27904, 'al', 'db', 'Permalink', 'Lidhja e p\u00ebrhershme', NULL, NULL),\n(27905, 'al', 'db', 'Save as Draft', 'Ruaj si draft', NULL, NULL),\n(27906, 'al', 'db', 'Publish', 'Publikoni', NULL, NULL),\n(27907, 'al', 'db', 'Collection', 'Koleksion', NULL, NULL),\n(27908, 'al', 'db', 'Slug', 'Slug', NULL, NULL),\n(27910, 'al', 'db', 'Sliders', 'Rr\u00ebshqit\u00ebs', NULL, NULL),\n(27911, 'al', 'db', 'Menu', 'Menyja', NULL, NULL),\n(27912, 'al', 'db', 'Collections', 'Koleksionet', NULL, NULL),\n(27913, 'al', 'db', 'Pages', 'faqet', NULL, NULL),\n(27914, 'al', 'db', 'Widgets', 'Widgets', NULL, NULL),\n(27915, 'al', 'db', 'Faq Category', 'Kategoria e pyetjeve t\u00eb shpeshta', NULL, NULL),\n(27916, 'al', 'db', 'Faqs', 'Fakte', NULL, NULL),\n(27917, 'al', 'db', 'Social Links', 'Lidhjet sociale', NULL, NULL),\n(27918, 'al', 'db', 'Payment Gateways', 'Port\u00eb e pages\u00ebs', NULL, NULL),\n(27919, 'al', 'db', 'Location', 'Vendndodhja', NULL, NULL),\n(27920, 'al', 'db', 'Add Menu', 'Shto meny', NULL, NULL),\n(27921, 'al', 'db', 'Add Menu Items', 'Shto artikuj t\u00eb menys\u00eb', NULL, NULL),\n(27922, 'al', 'db', 'Categories', 'Kategorit\u00eb', NULL, NULL),\n(27923, 'al', 'db', 'Select All', 'Zgjidh t\u00eb gjitha', NULL, NULL),\n(27924, 'al', 'db', 'Add to Menu', 'Shto n\u00eb meny', NULL, NULL),\n(27925, 'al', 'db', 'Brands', 'Markat', NULL, NULL),\n(27926, 'al', 'db', 'Custom Links', 'Lidhjet e personalizuara', NULL, NULL),\n(27927, 'al', 'db', 'URL', 'URL', NULL, NULL),\n(27928, 'al', 'db', 'Link Text', 'Teksti i lidhjes', NULL, NULL),\n(27929, 'al', 'db', 'Menu Structure', 'Struktura e menys\u00eb', NULL, NULL),\n(27930, 'al', 'db', 'Select categories, pages or add custom links to menus', 'Zgjidhni kategori, faqe ose shtoni lidhje t\u00eb personalizuara n\u00eb menut\u00eb', NULL, NULL),\n(27931, 'al', 'db', 'Link Name', 'Emri i lidhjes', NULL, NULL),\n(27932, 'al', 'db', 'Open in a new tab', 'Hape n\u00eb nj\u00eb sked\u00eb t\u00eb re', NULL, NULL),\n(27933, 'al', 'db', 'Save Menu', 'Ruaj menyn\u00eb', NULL, NULL),\n(27934, 'al', 'db', 'Page Name', 'Emri i faqes', NULL, NULL),\n(27935, 'al', 'db', 'Page Layout', 'Struktura e faqes', NULL, NULL),\n(27936, 'al', 'db', 'click on the widgets below to add it to your layout', 'kliko mbi miniaplikacionet m\u00eb posht\u00eb p\u00ebr ta shtuar n\u00eb paraqitjen t\u00ebnde', NULL, NULL),\n(27937, 'al', 'db', 'Product Category', 'Kategoria e produktit', NULL, NULL),\n(27938, 'al', 'db', 'Tabbed Product Categories', 'Kategorit\u00eb e produkteve me skeda', NULL, NULL),\n(27939, 'al', 'db', 'Category Slider', 'Rr\u00ebshqit\u00ebsi i kategoris\u00eb', NULL, NULL),\n(27940, 'al', 'db', 'Product Collection', 'Koleksioni i produkteve', NULL, NULL),\n(27941, 'al', 'db', 'Tabbed Product Collections', 'Koleksionet e produkteve me skeda', NULL, NULL),\n(27942, 'al', 'db', 'Brand Slider', 'Rr\u00ebshqit\u00ebsi i mark\u00ebs', NULL, NULL),\n(27943, 'al', 'db', 'Og_Title', 'Og_Title', NULL, NULL),\n(27945, 'al', 'db', 'Og_description', 'Og_description', NULL, NULL),\n(27947, 'al', 'db', 'Og_Image', 'Og_Image', NULL, NULL),\n(27948, 'al', 'db', 'Templates', 'Tablate', NULL, NULL),\n(27949, 'al', 'db', 'Choose Category', 'Zgjidhni kategorin\u00eb', NULL, NULL),\n(27950, 'al', 'db', 'Layout Type', 'Lloji i paraqitjes', NULL, NULL),\n(27951, 'al', 'db', 'Slider Loop', 'Slider Loop', NULL, NULL),\n(27952, 'al', 'db', 'Slider Autoplay', 'Luajtja automatike e rr\u00ebshqit\u00ebsit', NULL, NULL),\n(27953, 'al', 'db', 'Slider Autoplay Speed', 'Shpejt\u00ebsia e luajtjes automatike t\u00eb rr\u00ebshqit\u00ebsit', NULL, NULL),\n(27954, 'al', 'db', 'Number of products to show', 'Numri i produkteve p\u00ebr t\u00eb treguar', NULL, NULL),\n(27955, 'al', 'db', 'Choose Categories', 'Zgjidhni kategorit\u00eb', NULL, NULL),\n(27956, 'al', 'db', 'Choose Collection', 'Zgjidh koleksionin', NULL, NULL),\n(27958, 'al', 'db', 'Choose collections', 'Zgjidhni koleksionet', NULL, NULL),\n(27959, 'al', 'db', 'Choose Brands', 'Zgjidhni markat', NULL, NULL),\n(27960, 'al', 'db', 'Edit Page', 'Redakto faqen', NULL, NULL),\n(27962, 'al', 'db', 'Ecommerce Settings', 'Cil\u00ebsimet e tregtis\u00eb elektronike', NULL, NULL),\n(27963, 'al', 'db', 'Favicon', 'Favicon', NULL, NULL),\n(27964, 'al', 'db', 'Home Page', 'Faqja kryesore', NULL, NULL),\n(27965, 'al', 'db', 'Store Phone', 'Telefoni i dyqanit', NULL, NULL),\n(27966, 'al', 'db', 'Store Email', 'Email i dyqanit', NULL, NULL),\n(27967, 'al', 'db', 'Store Address', 'Adresa e dyqanit', NULL, NULL),\n(27968, 'al', 'db', 'Contact From Email', 'Kontaktoni nga emaili', NULL, NULL),\n(27969, 'al', 'db', 'Min amount for free shipping', 'Shuma minimale p\u00ebr transport falas', NULL, NULL),\n(27970, 'al', 'db', 'Flat Rate Shipping', 'Transport me tarif\u00eb t\u00eb shesht\u00eb', NULL, NULL),\n(27971, 'al', 'db', 'Pages to read & accept before checkout', 'Faqet p\u00ebr t\u00eb lexuar dhe pranuar p\u00ebrpara blerjes', NULL, NULL),\n(27972, 'al', 'db', 'Custom CSS', 'CSS e personalizuar', NULL, NULL),\n(27973, 'al', 'db', 'Custom JS', 'Custom JS', NULL, NULL),\n(27974, 'al', 'db', 'Chat Code', 'Kodi i bised\u00ebs', NULL, NULL),\n(27975, 'al', 'db', 'Google Analytics Code', 'Kodi i Google Analytics', NULL, NULL),\n(27976, 'al', 'db', 'Facebook Pixel', 'Facebook Pixel', NULL, NULL),\n(27977, 'al', 'db', 'Details', 'Detaje', NULL, NULL),\n(27978, 'al', 'db', 'Add Slider', 'Shto rr\u00ebshqit\u00ebs', NULL, NULL),\n(27979, 'al', 'db', 'Desktop', 'Desktop', NULL, NULL),\n(27980, 'al', 'db', 'Tab', 'Tab', NULL, NULL),\n(27981, 'al', 'db', 'Add Social Link', 'Shto lidhje sociale', NULL, NULL),\n(27982, 'al', 'db', 'Available Widgets', 'Widget-et e disponueshme', NULL, NULL),\n(27983, 'al', 'db', 'To add a widget to a section, drag it onto that section', 'P\u00ebr t\u00eb shtuar nj\u00eb miniaplikacion n\u00eb nj\u00eb seksion, t\u00ebrhiqeni at\u00eb n\u00eb at\u00eb seksion', NULL, NULL),\n(27984, 'al', 'db', 'Custom Menu', 'Menyja e personalizuar', NULL, NULL),\n(27985, 'al', 'db', 'Select menu', 'Menyja e zgjedhjes', NULL, NULL),\n(27986, 'al', 'db', 'Site Features', 'Karakteristikat e faqes', NULL, NULL),\n(27987, 'al', 'db', 'Site Information', 'Informacioni i faqes', NULL, NULL),\n(27988, 'al', 'db', 'Hours', 'or\u00eb', NULL, NULL),\n(27989, 'al', 'db', 'Newsletter form', 'Formulari i buletinit', NULL, NULL),\n(27990, 'al', 'db', 'Section Above Footer', 'Seksioni mbi fundin e faqes', NULL, NULL),\n(27991, 'al', 'db', 'Footer Section', 'Seksioni i fundit', NULL, NULL),\n(27992, 'al', 'db', 'Product Details Sidebar', 'Shtriti an\u00ebsor i detajeve t\u00eb produktit', NULL, NULL),\n(27993, 'al', 'db', 'Your email', 'Email-i juaj', NULL, NULL),\n(27994, 'al', 'db', 'Forgot Password', 'Ka harruar fjal\u00ebkalimin', NULL, NULL),\n(27995, 'al', 'db', 'Subscribe', 'Abonohu', NULL, NULL),\n(27996, 'al', 'db', 'Sell Online', 'Shitet online', NULL, NULL),\n(27997, 'al', 'db', 'Out of stock', 'Jasht\u00eb magazin\u00eb', NULL, NULL),\n(27998, 'al', 'db', 'Duplicate', 'Dublikuar', NULL, NULL),\n(27999, 'al', 'db', 'All Product In Stock', 'T\u00eb gjitha produktet n\u00eb magazin\u00eb', NULL, NULL),\n(28000, 'al', 'db', 'Show All Product Online', 'Shfaq t\u00eb gjith\u00eb produktin n\u00eb internet', NULL, NULL),\n(28001, 'al', 'db', 'Oh snap! We are lost', 'O snap! Ne jemi t\u00eb humbur...', NULL, NULL),\n(28002, 'al', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'Duket se nuk mund ta gjejm\u00eb at\u00eb q\u00eb po k\u00ebrkoni. Ndoshta k\u00ebrkimi mund t\u00eb ndihmoj\u00eb ose t\u00eb kthehemi te', NULL, NULL),\n(28003, 'al', 'db', 'Sorry this page is dead!', 'M\u00eb falni, kjo faqe ka vdekur!', NULL, NULL),\n(28004, 'al', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'Faqja ka skaduar p\u00ebr shkak t\u00eb skadimit t\u00eb sesionit. Thjesht rifresko faqen ose shtyp butonin m\u00eb posht\u00eb.', NULL, NULL),\n(28005, 'al', 'db', 'Refresh', 'Rifresko', NULL, NULL),\n(28006, 'al', 'db', 'Oh server just snapped!', 'Oh serveri sapo u k\u00ebput!', NULL, NULL),\n(28007, 'al', 'db', 'An error occured due to server not being to able to handle your request', 'Ndodhi nj\u00eb gabim p\u00ebr shkak se serveri nuk ishte n\u00eb gjendje t\u00eb trajtonte k\u00ebrkes\u00ebn tuaj.', NULL, NULL),\n(28008, 'al', 'db', 'An error occured because the service is unavailable', 'Ndodhi nj\u00eb gabim sepse sh\u00ebrbimi \u00ebsht\u00eb i padisponuesh\u00ebm.', NULL, NULL),\n(28009, 'al', 'db', 'Please type a product name to search', 'Ju lutemi shkruani nj\u00eb em\u00ebr produkti p\u00ebr t\u00eb k\u00ebrkuar', NULL, NULL),\n(28010, 'al', 'db', 'Send', 'D\u00ebrgo', NULL, NULL),\n(28011, 'al', 'db', 'don\\'t have an account', 'Nuk kam llogari', NULL, NULL),\n(28012, 'al', 'db', 'Click here to login', 'Kliko k\u00ebtu p\u00ebr t\\'u identifikuar', NULL, NULL),\n(28013, 'al', 'db', 'Zip \\\\\/ Post Code', 'Zip \\\\\/ Kodi Postar', NULL, NULL),\n(28014, 'al', 'db', 'You may also like', 'Ju gjithashtu mund t\u00eb p\u00eblqeni', NULL, NULL),\n(28015, 'al', 'db', 'Add to cart', 'Shto n\u00eb shport\u00eb', NULL, NULL),\n(28016, 'al', 'db', 'No item in your cart', 'Asnj\u00eb artikull n\u00eb shport\u00ebn tuaj', NULL, NULL),\n(28017, 'al', 'db', 'Filter Sales', 'Shitjet e filtrit', NULL, NULL),\n(28018, 'al', 'db', 'Sale Type', 'Lloji i shitjes', NULL, NULL),\n(28019, 'al', 'db', 'POS', 'POS', NULL, NULL),\n(28020, 'al', 'db', 'eCommerce', 'eCommerce', NULL, NULL),\n(28021, 'al', 'db', 'Please login first', 'Ju lutemi identifikohuni fillimisht', NULL, NULL),\n(28022, 'al', 'db', 'Product added to wishlist', 'Produkti u shtua n\u00eb list\u00ebn e d\u00ebshirave', NULL, NULL),\n(28023, 'al', 'db', 'You have not added anything to wishlist yet', 'Nuk keni shtuar ende asgj\u00eb n\u00eb list\u00ebn e d\u00ebshirave', NULL, NULL),\n(28024, 'al', 'db', 'Product removed from wishlist', 'Produkti u hoq nga lista e d\u00ebshirave', NULL, NULL),\n(28025, 'al', 'db', 'Product already on wishlist', 'Produkti tashm\u00eb n\u00eb list\u00ebn e d\u00ebshirave', NULL, NULL),\n(28026, 'al', 'db', 'Recently Viewed', 'Shikuar s\u00eb fundi', NULL, NULL),\n(28027, 'al', 'db', 'Verify', 'Verifiko', NULL, NULL),\n(28028, 'al', 'db', 'Track Order', 'Gjurmo porosin\u00eb', NULL, NULL),\n(28029, 'al', 'db', 'Track', 'Purma', NULL, NULL),\n(28030, 'al', 'db', 'Time', 'Koha', NULL, NULL),\n(28031, 'al', 'db', 'Order Status', 'Statusi i porosis\u00eb', NULL, NULL),\n(28032, 'al', 'db', 'Payment Method', 'M\u00ebnyra e pages\u00ebs', NULL, NULL),\n(28033, 'al', 'db', 'Shipping Status', 'Statusi i d\u00ebrges\u00ebs', NULL, NULL),\n(28034, 'al', 'db', 'Pending Confirmation', 'N\u00eb pritje t\u00eb konfirmimit', NULL, NULL),\n(28035, 'al', 'db', 'Track another order', 'Gjurmo nj\u00eb porosi tjet\u00ebr', NULL, NULL),\n(28036, 'al', 'db', 'Post Title', 'Titulli i postimit', NULL, NULL),\n(28037, 'al', 'db', 'Post Thumbnail', 'Post miniatur\u00eb', NULL, NULL),\n(28038, 'al', 'db', 'Pay with gift card', 'Paguaj me karte dhurate', NULL, NULL),\n(28040, 'al', 'db', 'Warehouse Wise', 'Depo e men\u00e7ur', NULL, NULL),\n(28041, 'al', 'db', 'Payment Receiver', 'Marr\u00ebsi i pages\u00ebs', NULL, NULL),\n(28042, 'al', 'db', 'SMS Template', 'Model SMS', NULL, NULL),\n(28043, 'al', 'db', 'Add Template', 'Shto shabllon', NULL, NULL),\n(28044, 'al', 'db', 'SMS Template List', 'Lista e shablloneve t\u00eb SMS', NULL, NULL),\n(28045, 'al', 'db', 'Content', 'P\u00ebrmbajtja', NULL, NULL),\n(28046, 'al', 'db', 'Update Template', 'P\u00ebrdit\u00ebso shabllonin', NULL, NULL),\n(28047, 'al', 'db', 'Send SMS After Sale', 'D\u00ebrgoni SMS pas shitjes', NULL, NULL),\n(28048, 'al', 'db', 'Default SMS Sale', 'Shitje e parazgjedhur me SMS', NULL, NULL),\n(28049, 'al', 'db', 'Default SMS E-Commerce', 'Tregtia elektronike e parazgjedhur me SMS', NULL, NULL),\n(28050, 'al', 'db', 'Default Online', 'Online i parazgjedhur', NULL, NULL),\n(28051, 'al', 'db', 'Top Up', 'P\u00ebrmbushja', NULL, NULL),\n(28052, 'al', 'db', 'Coupon Name', 'Emri i kuponit', NULL, NULL),\n(28053, 'al', 'db', 'Email Sent', 'Email i d\u00ebrguar', NULL, NULL),\n(28055, 'al', 'db', 'Wholesale Price', '\u00c7mimi me shumic\u00eb', NULL, NULL),\n(28056, 'al', 'db', 'Price Option', 'Opsioni i \u00e7mimit', NULL, NULL),\n(28057, 'al', 'db', 'Product Tags', 'Etiketat e produkteve', NULL, NULL),\n(28058, 'al', 'db', 'Selected Items', 'Artikuj t\u00eb zgjedhur', NULL, NULL),\n(28059, 'al', 'db', 'Related Products', 'Produkte t\u00eb ngjashme', NULL, NULL),\n(28061, 'al', 'db', 'Track Inventory', 'Gjurmo inventarin', NULL, NULL),\n(28062, 'al', 'db', 'Register me as a user', 'M\u00eb regjistro si p\u00ebrdorues', NULL, NULL),\n(28063, 'al', 'db', 'Verify & Close', 'Verifiko dhe mbyll', NULL, NULL),\n(28064, 'al', 'db', 'Enable Gift Card payment on checkout page', 'Aktivizo pages\u00ebn me kart\u00eb dhurat\u00eb n\u00eb faqen e ark\u00ebs', NULL, NULL),\n(28065, 'al', 'db', 'Theme Color', 'Ngjyra e tem\u00ebs', NULL, NULL),\n(28068, 'al', 'db', 'Enter gift card number', 'Fut numrin e kart\u00ebs s\u00eb dhurat\u00ebs', NULL, NULL),\n(28069, 'al', 'db', 'Page saved', 'Faqja u ruajt', NULL, NULL),\n(28070, 'al', 'db', 'Widget saved', 'Widget i ruajtur', NULL, NULL),\n(28071, 'al', 'db', 'Template', 'Model', NULL, NULL),\n(28072, 'al', 'db', 'Three Column Banner', 'Flamuri me tre kolona', NULL, NULL),\n(28073, 'al', 'db', 'Banner Image', 'Imazhi i banerit', NULL, NULL),\n(28074, 'al', 'db', 'Income', 'T\u00eb ardhurat', NULL, NULL),\n(28075, 'al', 'db', 'Income Category', 'Kategoria e t\u00eb ardhurave', NULL, NULL),\n(28076, 'al', 'db', 'Income List', 'Lista e t\u00eb ardhurave', NULL, NULL),\n(28077, 'al', 'db', 'Add Income', 'Shto t\u00eb ardhura', NULL, NULL),\n(28078, 'al', 'db', 'Add Income Category', 'Shto kategorin\u00eb e t\u00eb ardhurave', NULL, NULL),\n(28079, 'al', 'db', 'Update Income Category', 'P\u00ebrdit\u00ebso kategorin\u00eb e t\u00eb ardhurave', NULL, NULL),\n(28080, 'al', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Fet\u00eb paketimi p\u00ebr t\u00eb menaxhuar porosit\u00eb\\\\\/shitjet', NULL, NULL),\n(28081, 'al', 'db', 'Enable', 'Aktivizo', NULL, NULL),\n(28082, 'al', 'db', 'Disable', '\u00c7aktivizo', NULL, NULL),\n(28083, 'al', 'db', 'Create Packing Slip', 'Krijo flet\u00eb paketimi', NULL, NULL),\n(28084, 'al', 'db', 'Packed', 'I paketuar', NULL, NULL),\n(28085, 'al', 'db', 'Processing', 'P\u00ebrpunim', NULL, NULL),\n(28086, 'al', 'db', 'Packing Slip List', 'Lista e flet\u00ebve t\u00eb paketimit', NULL, NULL),\n(28087, 'al', 'db', 'Packing Slip Reference', 'Referenca e flet\u00ebve t\u00eb paketimit', NULL, NULL),\n(28088, 'al', 'db', 'Challan List', 'Lista Challan', NULL, NULL),\n(28089, 'al', 'db', 'Challan Report', 'Raporti Challan', NULL, NULL),\n(28090, 'al', 'db', 'Packing Slip & Challan', 'Packing Slip & Challan', NULL, NULL),\n(28091, 'al', 'db', 'Filter Products', 'Produktet e filtrit', NULL, NULL),\n(28092, 'al', 'db', 'Expiry Duration Type', 'Lloji i koh\u00ebzgjatjes s\u00eb skadimit', NULL, NULL),\n(28093, 'al', 'db', 'Expiry Value', 'Vlera e skadimit', NULL, NULL),\n(28094, 'al', 'db', 'Biller Report', 'Raporti i faturimit', NULL, NULL),\n(28095, 'al', 'db', 'Choose Biller', 'Zgjidhni Biller', NULL, NULL),\n(28096, 'al', 'db', 'Thermal Invoice Size', 'Madh\u00ebsia e fatur\u00ebs termike', NULL, NULL),\n(28097, 'al', 'db', 'Invoice Option', 'Opsioni i fatur\u00ebs', NULL, NULL),\n(28098, 'al', 'db', '80mm', '80 mm', NULL, NULL),\n(28099, 'al', 'db', '58mm', '58 mm', NULL, NULL),\n(28100, 'al', 'db', 'Sale successfully added to draft', 'Shitja u shtua me sukses n\u00eb draft', NULL, NULL),\n(28101, 'al', 'db', 'Barcode Settings', 'Cil\u00ebsimet e barkodit', NULL, NULL),\n(28102, 'al', 'db', 'Add barcode sticker setting', 'Shto cil\u00ebsimet e ngjit\u00ebses s\u00eb barkodit', NULL, NULL),\n(28103, 'al', 'db', 'Edit Barcode Sticker Setting', 'Ndrysho cil\u00ebsimin e ngjit\u00ebses s\u00eb barkodit', NULL, NULL),\n(28104, 'al', 'db', 'Sticker Sheet setting Name', 'Emri i cil\u00ebsimit t\u00eb flet\u00ebs ngjit\u00ebse', NULL, NULL),\n(28105, 'al', 'db', 'Sticker Sheet setting Description', 'P\u00ebrshkrimi i cil\u00ebsimit t\u00eb flet\u00ebs ngjit\u00ebse', NULL, NULL),\n(28106, 'al', 'db', 'Continuous feed or rolls', 'Furnizim ose rrotullime t\u00eb vazhdueshme', NULL, NULL),\n(28107, 'al', 'db', 'In Inches', 'N\u00eb in\u00e7', NULL, NULL),\n(28108, 'al', 'db', 'Additional top margin', 'Marzh shtes\u00eb e lart\u00eb', NULL, NULL),\n(28109, 'al', 'db', 'Additional left margin', 'Margjina e majt\u00eb shtes\u00eb', NULL, NULL),\n(28110, 'al', 'db', 'Width of sticker', 'Gjer\u00ebsia e ngjit\u00ebsit', NULL, NULL),\n(28111, 'al', 'db', 'Height of sticker', 'Lart\u00ebsia e ngjit\u00ebses', NULL, NULL),\n(28112, 'al', 'db', 'Paper width', 'Gjer\u00ebsia e letr\u00ebs', NULL, NULL),\n(28113, 'al', 'db', 'Paper height', 'Lart\u00ebsia e letr\u00ebs', NULL, NULL),\n(28114, 'al', 'db', 'Stickers in one row', 'Ngjit\u00ebs n\u00eb nj\u00eb rresht', NULL, NULL),\n(28115, 'al', 'db', 'Distance between two rows', 'Distanca midis dy rreshtave', NULL, NULL),\n(28116, 'al', 'db', 'Distance between two columns', 'Distanca midis dy kolonave', NULL, NULL),\n(28117, 'al', 'db', 'No of Stickers per sheet', 'Nr. i ngjit\u00ebseve p\u00ebr flet\u00eb', NULL, NULL),\n(28118, 'al', 'db', 'Set as default', 'Cakto si parazgjedhje', NULL, NULL),\n(28119, 'al', 'db', 'Add New Setting', 'Shto cil\u00ebsim t\u00eb ri', NULL, NULL),\n(28120, 'al', 'db', 'Print Labels', 'Shtypni etiketat', NULL, NULL),\n(28121, 'al', 'db', 'Information on Label', 'Informacion mbi etiket\u00ebn', NULL, NULL),\n(28122, 'al', 'db', 'Add Production', 'Shto prodhimin', NULL, NULL),\n(28123, 'al', 'db', 'Production List', 'Lista e prodhimit', NULL, NULL),\n(28124, 'al', 'db', 'Expired Date', 'Data e skadimit', NULL, NULL),\n(28125, 'al', 'db', 'Manufacturing', 'Prodhimi', NULL, NULL),\n(28126, 'al', 'db', 'Total Tax', 'Taksa totale', NULL, NULL),\n(28127, 'al', 'db', 'Production Details', 'Detajet e prodhimit', NULL, NULL),\n(28128, 'al', 'db', 'Add Custom Size', 'Shto madh\u00ebsin\u00eb e personalizuar', NULL, NULL),\n(28129, 'al', 'db', 'RTL', 'RTL', NULL, NULL),\n(28130, 'al', 'db', 'LTR', 'LTR', NULL, NULL),\n(28132, 'al', 'db', 'Show search results in', 'Shfaq rezultatet e k\u00ebrkimit n\u00eb', NULL, NULL),\n(28133, 'al', 'db', 'Full Page', 'Faqja e plot\u00eb', NULL, NULL),\n(28134, 'al', 'db', 'Dropdown', 'Dropdown', NULL, NULL),\n(28136, 'al', 'db', 'Saving', 'Kursimi', NULL, NULL),\n(28137, 'al', 'db', 'Multiple Payment', 'Pagesa e shum\u00ebfisht\u00eb', NULL, NULL),\n(28138, 'al', 'db', 'Finalize Sale(Multiple Payment)', 'Finalizimi i shitjes (Pagesa e shum\u00ebfisht\u00eb)', NULL, NULL),\n(28139, 'al', 'db', 'Cash Received', 'Parat\u00eb e pranuara', NULL, NULL),\n(28140, 'al', 'db', 'Add More Payment', 'Shto m\u00eb shum\u00eb pages\u00eb', NULL, NULL),\n(28141, 'al', 'db', 'Received', 'Marr\u00eb', NULL, NULL),\n(28142, 'al', 'db', 'Production Status', 'Statusi i prodhimit', NULL, NULL),\n(28148, 'al', 'db', 'Employees', 'Punonj\u00ebsit', NULL, NULL),\n(28149, 'al', 'db', 'Award', '\u00c7mimi', NULL, NULL),\n(28150, 'al', 'db', 'Travel', 'Udh\u00ebtim', NULL, NULL),\n(28151, 'al', 'db', 'Resignations', 'Dor\u00ebheqjet', NULL, NULL),\n(28152, 'al', 'db', 'Complaints', 'Ankesat', NULL, NULL),\n(28153, 'al', 'db', 'Warnings', 'Paralajm\u00ebrime', NULL, NULL),\n(28154, 'al', 'db', 'Terminations', 'P\u00ebrfundimet', NULL, NULL),\n(28155, 'al', 'db', 'Organization', 'Organizata', NULL, NULL),\n(28156, 'al', 'db', 'Company', 'Kompania', NULL, NULL),\n(28157, 'al', 'db', 'Designation', 'P\u00ebrcaktimi', NULL, NULL),\n(28158, 'al', 'db', 'Announcements', 'Njoftimet', NULL, NULL),\n(28159, 'al', 'db', 'Timesheets', 'Flet\u00ebt e koh\u00ebs', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(28160, 'al', 'db', 'Attendances', 'Pjes\u00ebmarrjet', NULL, NULL),\n(28161, 'al', 'db', 'Recruitment', 'Rekrutimi', NULL, NULL),\n(28162, 'al', 'db', 'Training', 'Trajnim', NULL, NULL),\n(28163, 'al', 'db', 'Trainers', 'Trajner\u00ebt', NULL, NULL),\n(28164, 'al', 'db', 'Events', 'Ngjarjet', NULL, NULL),\n(28165, 'al', 'db', 'Meetings', 'Takime', NULL, NULL),\n(28166, 'al', 'db', 'Finance', 'Financa', NULL, NULL),\n(28167, 'al', 'db', 'imei_numbers', 'imei_numrat', NULL, NULL),\n(28168, 'al', 'db', 'Warranty', 'Garancia', NULL, NULL),\n(28169, 'al', 'db', 'Guarantee', 'Garancia', NULL, NULL),\n(28170, 'al', 'db', 'Dear', 'I dashur', NULL, NULL),\n(28171, 'al', 'db', 'Thank you for your purchase! Your invoice number is', 'Faleminderit p\u00ebr blerjen tuaj! Numri juaj i fatur\u00ebs \u00ebsht\u00eb', NULL, NULL),\n(28172, 'al', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'N\u00ebse keni ndonj\u00eb pyetje apo shqet\u00ebsim, ju lutemi mos hezitoni t\u00eb na kontaktoni. Ne jemi k\u00ebtu p\u00ebr t\u00eb ndihmuar!', NULL, NULL),\n(28173, 'al', 'db', 'Best regards', 'P\u00ebrsh\u00ebndetjet m\u00eb t\u00eb mira', NULL, NULL),\n(28174, 'al', 'db', 'Whatsapp Notification', 'Njoftimi WhatsApp', NULL, NULL),\n(28175, 'al', 'db', 'Add More Payment Option', 'Shto m\u00eb shum\u00eb opsion pagese', NULL, NULL),\n(28176, 'al', 'db', 'Type date or quotation reference', 'Shkruani dat\u00ebn ose referenc\u00ebn e kuotimit...', NULL, NULL),\n(28178, 'al', 'db', 'Sale Reference No', 'Nr. Referenca e shitjes.', NULL, NULL),\n(28179, 'al', 'db', 'My Transactions', 'Transaksionet e mia', NULL, NULL),\n(28180, 'al', 'db', 'One Point is Equivalent to:', 'Nj\u00eb pik\u00eb \u00ebsht\u00eb e barabart\u00eb me:', NULL, NULL),\n(28181, 'al', 'db', 'Update Income', 'P\u00ebrdit\u00ebso t\u00eb ardhurat', NULL, NULL),\n(28182, 'al', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', 'P\u00ebrdorni vet\u00ebm p\u00ebr llojet Zgjidh, Multi Select, Kutia e zgjedhjes, Butoni i radios. Plot\u00ebsoni fush\u00ebn duke i ndar\u00eb opsionet me koma. p.sh. moll\u00eb, portokalli, banane', NULL, NULL),\n(28183, 'al', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', 'Ekskluzive: \u00c7mimi i produktit = \u00c7mimi aktual i produktit + Taksa. P\u00ebrfshir\u00ebse: \u00c7mimi aktual i produktit = \u00c7mimi i produktit - Taksa', NULL, NULL),\n(28184, 'ar', 'db', 'dashboard', '\u0644\u0648\u062d\u0629 \u0627\u0644\u0642\u064a\u0627\u062f\u0629', NULL, NULL),\n(28185, 'ar', 'db', 'language', '\u0644\u063a\u0629', NULL, NULL),\n(28186, 'ar', 'db', 'Languages', '\u0627\u0644\u0644\u063a\u0627\u062a', NULL, NULL),\n(28187, 'ar', 'db', 'revenue', '\u0631\u0628\u062d', NULL, NULL),\n(28188, 'ar', 'db', 'product', '\u0645\u0646\u062a\u062c', NULL, NULL),\n(28189, 'ar', 'db', 'category', '\u0641\u0626\u0629', NULL, NULL),\n(28190, 'ar', 'db', 'product_list', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a', NULL, NULL),\n(28191, 'ar', 'db', 'add_product', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28192, 'ar', 'db', 'import_product', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28193, 'ar', 'db', 'print_barcode', '\u0637\u0628\u0627\u0639\u0629 \u0627\u0644\u0628\u0627\u0631\u0643\u0648\u062f', NULL, NULL),\n(28194, 'ar', 'db', 'welcome', '\u0645\u0631\u062d\u0628\u0627\u064b', NULL, NULL),\n(28195, 'ar', 'db', 'profile', '\u062d\u0633\u0627\u0628 \u062a\u0639\u0631\u064a\u0641\u064a', NULL, NULL),\n(28196, 'ar', 'db', 'add', '\u064a\u0636\u064a\u0641', NULL, NULL),\n(28197, 'ar', 'db', 'parent', '\u0627\u0644\u0648\u0627\u0644\u062f', NULL, NULL),\n(28198, 'ar', 'db', 'action', '\u0641\u0639\u0644', NULL, NULL),\n(28199, 'ar', 'db', 'import', '\u064a\u0633\u062a\u0648\u0631\u062f', NULL, NULL),\n(28200, 'ar', 'db', 'edit', '\u064a\u062d\u0631\u0631', NULL, NULL),\n(28201, 'ar', 'db', 'delete', '\u064a\u0645\u0633\u062d', NULL, NULL),\n(28202, 'ar', 'db', 'name', '\u0627\u0633\u0645', NULL, NULL),\n(28203, 'ar', 'db', 'submit', '\u064a\u064f\u0642\u062f\u0651\u0650\u0645', NULL, NULL),\n(28204, 'ar', 'db', 'update', '\u062a\u062d\u062f\u064a\u062b', NULL, NULL),\n(28205, 'ar', 'db', 'The field labels marked with * are required input fields', '\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u062d\u0642\u0648\u0644 \u0627\u0644\u062a\u064a \u062a\u062d\u0645\u0644 \u0639\u0644\u0627\u0645\u0629 * \u0647\u064a \u062d\u0642\u0648\u0644 \u0625\u062f\u062e\u0627\u0644 \u0645\u0637\u0644\u0648\u0628\u0629', NULL, NULL),\n(28206, 'ar', 'db', 'settings', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a', NULL, NULL),\n(28207, 'ar', 'db', 'logout', '\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c', NULL, NULL),\n(28208, 'ar', 'db', 'return', '\u064a\u0639\u0648\u062f', NULL, NULL),\n(28209, 'ar', 'db', 'profit', '\u0631\u0628\u062d', NULL, NULL),\n(28210, 'ar', 'db', 'sale qty', '\u0643\u0645\u064a\u0629 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28211, 'ar', 'db', 'yearly report', '\u0627\u0644\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0633\u0646\u0648\u064a', NULL, NULL),\n(28212, 'ar', 'db', 'sale amount', '\u0645\u0628\u0644\u063a \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28213, 'ar', 'db', 'recent sales', '\u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a \u0627\u0644\u0623\u062e\u064a\u0631\u0629', NULL, NULL),\n(28214, 'ar', 'db', 'latest', '\u0623\u062d\u062f\u062b', NULL, NULL),\n(28215, 'ar', 'db', 'best selling product', '\u0627\u0644\u0645\u0646\u062a\u062c \u0627\u0644\u0623\u0643\u062b\u0631 \u0645\u0628\u064a\u0639\u0627', NULL, NULL),\n(28216, 'ar', 'db', 'top', '\u0642\u0645\u0629', NULL, NULL),\n(28217, 'ar', 'db', 'date', '\u062a\u0627\u0631\u064a\u062e', NULL, NULL),\n(28219, 'ar', 'db', 'reference', '\u0645\u0631\u062c\u0639', NULL, NULL),\n(28220, 'ar', 'db', 'customer', '\u0639\u0645\u064a\u0644', NULL, NULL),\n(28221, 'ar', 'db', 'status', '\u062d\u0627\u0644\u0629', NULL, NULL),\n(28222, 'ar', 'db', 'grand total', '\u0627\u0644\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a', NULL, NULL),\n(28223, 'ar', 'db', 'Product Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28224, 'ar', 'db', 'qty', '\u0627\u0644\u0643\u0645\u064a\u0629', NULL, NULL),\n(28226, 'ar', 'db', 'Price', '\u0633\u0639\u0631', NULL, NULL),\n(28227, 'ar', 'db', 'Image', '\u0635\u0648\u0631\u0629', NULL, NULL),\n(28228, 'ar', 'db', 'Code', '\u0634\u0641\u0631\u0629', NULL, NULL),\n(28229, 'ar', 'db', 'Brand', '\u0645\u0627\u0631\u0643\u0629', NULL, NULL),\n(28230, 'ar', 'db', 'Quantity', '\u0643\u0645\u064a\u0629', NULL, NULL),\n(28231, 'ar', 'db', 'Unit', '\u0648\u062d\u062f\u0629', NULL, NULL),\n(28232, 'ar', 'db', 'Type', '\u064a\u0643\u062a\u0628', NULL, NULL),\n(28233, 'ar', 'db', 'Barcode Symbology', '\u0631\u0645\u0632\u064a\u0629 \u0627\u0644\u0628\u0627\u0631\u0643\u0648\u062f', NULL, NULL),\n(28234, 'ar', 'db', 'Sale', '\u0623\u064f\u0648\u0643\u064e\u0627\u0632\u064a\u064f\u0648\u0646', NULL, NULL),\n(28235, 'ar', 'db', 'Purchase', '\u0634\u0631\u0627\u0621', NULL, NULL),\n(28236, 'ar', 'db', 'Cost', '\u064a\u0643\u0644\u0641', NULL, NULL),\n(28237, 'ar', 'db', 'Alert', '\u064a\u064f\u062d\u0630\u064b\u0650\u0631', NULL, NULL),\n(28238, 'ar', 'db', 'Promotional Price', '\u0633\u0639\u0631 \u062a\u0631\u0648\u064a\u062c\u064a', NULL, NULL),\n(28239, 'ar', 'db', 'Promotion', '\u062a\u0631\u0642\u064a\u0629', NULL, NULL),\n(28240, 'ar', 'db', 'Featured', '\u0645\u0645\u064a\u0632', NULL, NULL),\n(28241, 'ar', 'db', 'Tax', '\u0636\u0631\u064a\u0628\u0629', NULL, NULL),\n(28242, 'ar', 'db', 'Invoice Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(28243, 'ar', 'db', 'Generate', '\u064a\u0648\u0644\u062f', NULL, NULL),\n(28244, 'ar', 'db', 'Promotion Starts', '\u0628\u062f\u0621 \u0627\u0644\u062a\u0631\u0648\u064a\u062c', NULL, NULL),\n(28245, 'ar', 'db', 'Promotion Ends', '\u0627\u0646\u062a\u0647\u0649 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062a\u0631\u0648\u064a\u062c\u064a', NULL, NULL),\n(28246, 'ar', 'db', 'Starting', '\u0627\u0644\u0628\u062f\u0621', NULL, NULL),\n(28247, 'ar', 'db', 'Ending', '\u0646\u0647\u0627\u064a\u0629', NULL, NULL),\n(28248, 'ar', 'db', 'Print', '\u0645\u0637\u0628\u0639\u0629', NULL, NULL),\n(28249, 'ar', 'db', 'Barcode', '\u0627\u0644\u0628\u0627\u0631\u0643\u0648\u062f', NULL, NULL),\n(28250, 'ar', 'db', 'Supplier', '\u0645\u0632\u0648\u062f', NULL, NULL),\n(28251, 'ar', 'db', 'Paid', '\u0645\u062f\u0641\u0648\u0639', NULL, NULL),\n(28252, 'ar', 'db', 'Balance', '\u062a\u0648\u0627\u0632\u0646', NULL, NULL),\n(28253, 'ar', 'db', 'Payment', '\u0642\u0633\u0637', NULL, NULL),\n(28254, 'ar', 'db', 'View', '\u0645\u0646\u0638\u0631', NULL, NULL),\n(28255, 'ar', 'db', 'Warehouse', '\u0645\u0633\u062a\u0648\u062f\u0639', NULL, NULL),\n(28256, 'ar', 'db', 'Attach Document', '\u0625\u0631\u0641\u0627\u0642 \u0645\u0633\u062a\u0646\u062f', NULL, NULL),\n(28257, 'ar', 'db', 'Select Product', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28258, 'ar', 'db', 'Order', '\u0637\u0644\u0628', NULL, NULL),\n(28259, 'ar', 'db', 'Order Table', '\u062c\u062f\u0648\u0644 \u0627\u0644\u0637\u0644\u0628\u0627\u062a', NULL, NULL),\n(28260, 'ar', 'db', 'Discount', '\u062a\u062e\u0641\u064a\u0636', NULL, NULL),\n(28261, 'ar', 'db', 'Unit Cost', '\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0648\u062d\u062f\u0629', NULL, NULL),\n(28262, 'ar', 'db', 'Unit Price', '\u0633\u0639\u0631 \u0627\u0644\u0648\u062d\u062f\u0629', NULL, NULL),\n(28263, 'ar', 'db', 'Net Unit Cost', '\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0635\u0627\u0641\u064a\u0629', NULL, NULL),\n(28264, 'ar', 'db', 'Net Unit Price', '\u0633\u0639\u0631 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0635\u0627\u0641\u064a', NULL, NULL),\n(28265, 'ar', 'db', 'Shipping Cost', '\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0634\u062d\u0646', NULL, NULL),\n(28266, 'ar', 'db', 'Subtotal', '\u0627\u0644\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0641\u0631\u0639\u064a', NULL, NULL),\n(28267, 'ar', 'db', 'Note', '\u0645\u0644\u062d\u0648\u0638\u0629', NULL, NULL),\n(28268, 'ar', 'db', 'Items', '\u0623\u063a\u0631\u0627\u0636', NULL, NULL),\n(28269, 'ar', 'db', 'Total', '\u0627\u0644\u0645\u062c\u0645\u0648\u0639', NULL, NULL),\n(28270, 'ar', 'db', 'Recieved', '\u062a\u0645 \u0627\u0644\u0627\u0633\u062a\u0644\u0627\u0645', NULL, NULL),\n(28271, 'ar', 'db', 'Upload CSV File', '\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 CSV', NULL, NULL),\n(28272, 'ar', 'db', 'Download Sample File', '\u062a\u0646\u0632\u064a\u0644 \u0645\u0644\u0641 \u0627\u0644\u0639\u064a\u0646\u0629', NULL, NULL),\n(28273, 'ar', 'db', 'Sample File', '\u0645\u0644\u0641 \u0627\u0644\u0639\u064a\u0646\u0629', NULL, NULL),\n(28274, 'ar', 'db', 'Download', '\u062a\u062d\u0645\u064a\u0644', NULL, NULL),\n(28275, 'ar', 'db', 'The correct column order is', '\u062a\u0631\u062a\u064a\u0628 \u0627\u0644\u0639\u0645\u0648\u062f \u0627\u0644\u0635\u062d\u064a\u062d \u0647\u0648', NULL, NULL),\n(28276, 'ar', 'db', 'and you must follow this', '\u0648\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0627\u062a\u0628\u0627\u0639 \u0647\u0630\u0627', NULL, NULL),\n(28277, 'ar', 'db', 'All columns are required', '\u062c\u0645\u064a\u0639 \u0627\u0644\u0623\u0639\u0645\u062f\u0629 \u0645\u0637\u0644\u0648\u0628\u0629', NULL, NULL),\n(28278, 'ar', 'db', 'Biller', '\u0628\u064a\u0644\u0631', NULL, NULL),\n(28279, 'ar', 'db', 'From', '\u0645\u0646', NULL, NULL),\n(28280, 'ar', 'db', 'To', '\u0644', NULL, NULL),\n(28281, 'ar', 'db', 'Created By', '\u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647 \u0628\u0648\u0627\u0633\u0637\u0629', NULL, NULL),\n(28282, 'ar', 'db', 'Amount', '\u0643\u0645\u064a\u0629', NULL, NULL),\n(28283, 'ar', 'db', 'Staff', '\u0637\u0627\u0642\u0645 \u0639\u0645\u0644', NULL, NULL),\n(28284, 'ar', 'db', 'Quotation', '\u0627\u0642\u062a\u0628\u0627\u0633', NULL, NULL),\n(28285, 'ar', 'db', 'Create', '\u064a\u062e\u0644\u0642', NULL, NULL),\n(28286, 'ar', 'db', 'Adjustment', '\u062a\u0639\u062f\u064a\u0644', NULL, NULL),\n(28287, 'ar', 'db', 'Subtraction', '\u0627\u0644\u0637\u0631\u062d', NULL, NULL),\n(28288, 'ar', 'db', 'Addition', '\u0625\u0636\u0627\u0641\u0629', NULL, NULL),\n(28289, 'ar', 'db', 'Transfer', '\u062a\u062d\u0648\u064a\u0644', NULL, NULL),\n(28290, 'ar', 'db', 'User', '\u0645\u0633\u062a\u062e\u062f\u0645', NULL, NULL),\n(28291, 'ar', 'db', 'Email', '\u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a', NULL, NULL),\n(28292, 'ar', 'db', 'Company Name', '\u0627\u0633\u0645 \u0627\u0644\u0634\u0631\u0643\u0629', NULL, NULL),\n(28293, 'ar', 'db', 'Phone Number', '\u0631\u0642\u0645 \u0627\u0644\u062a\u0644\u064a\u0641\u0648\u0646', NULL, NULL),\n(28294, 'ar', 'db', 'Role', '\u062f\u0648\u0631', NULL, NULL),\n(28295, 'ar', 'db', 'UserName', '\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645', NULL, NULL),\n(28296, 'ar', 'db', 'Password', '\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631', NULL, NULL),\n(28297, 'ar', 'db', 'LogIn', '\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644', NULL, NULL),\n(28298, 'ar', 'db', 'Change Password', '\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631', NULL, NULL),\n(28299, 'ar', 'db', 'Active', '\u0646\u0634\u064a\u0637', NULL, NULL),\n(28300, 'ar', 'db', 'Customer Group', '\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621', NULL, NULL),\n(28301, 'ar', 'db', 'Address', '\u0639\u0646\u0648\u0627\u0646', NULL, NULL),\n(28302, 'ar', 'db', 'City', '\u0645\u062f\u064a\u0646\u0629', NULL, NULL),\n(28303, 'ar', 'db', 'Postal Code', '\u0631\u0645\u0632 \u0628\u0631\u064a\u062f\u064a', NULL, NULL),\n(28304, 'ar', 'db', 'Country', '\u062f\u0648\u0644\u0629', NULL, NULL),\n(28305, 'ar', 'db', 'State', '\u0648\u0644\u0627\u064a\u0629', NULL, NULL),\n(28306, 'ar', 'db', 'Upload File', '\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641', NULL, NULL),\n(28307, 'ar', 'db', 'List', '\u0642\u0627\u0626\u0645\u0629', NULL, NULL),\n(28308, 'ar', 'db', 'VAT Number', '\u0631\u0642\u0645 \u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0636\u0627\u0641\u0629', NULL, NULL),\n(28309, 'ar', 'db', 'Choose Your Date', '\u0627\u062e\u062a\u0631 \u062a\u0627\u0631\u064a\u062e\u0643', NULL, NULL),\n(28310, 'ar', 'db', 'Loss', '\u062e\u0633\u0627\u0631\u0629', NULL, NULL),\n(28311, 'ar', 'db', 'Or', '\u0623\u0648', NULL, NULL),\n(28312, 'ar', 'db', 'Sent', '\u0645\u0631\u0633\u0644', NULL, NULL),\n(28313, 'ar', 'db', 'Net Profit', '\u0635\u0627\u0641\u064a \u0627\u0644\u0631\u0628\u062d', NULL, NULL),\n(28314, 'ar', 'db', 'Best Seller', '\u0627\u0644\u0623\u0643\u062b\u0631 \u0645\u0628\u064a\u0639\u064b\u0627', NULL, NULL),\n(28315, 'ar', 'db', 'Best Seller From', '\u0627\u0644\u0623\u0643\u062b\u0631 \u0645\u0628\u064a\u0639\u0627\u064b \u0645\u0646', NULL, NULL),\n(28316, 'ar', 'db', 'Product Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28317, 'ar', 'db', 'Purchased', '\u062a\u0645 \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(28318, 'ar', 'db', 'Sold', '\u0645\u064f\u0628\u0627\u0639', NULL, NULL),\n(28319, 'ar', 'db', 'In Stock', '\u0641\u064a \u0627\u0644\u0623\u0648\u0631\u0627\u0642 \u0627\u0644\u0645\u0627\u0644\u064a\u0629', NULL, NULL),\n(28320, 'ar', 'db', 'Reports', '\u0627\u0644\u062a\u0642\u0627\u0631\u064a\u0631', NULL, NULL),\n(28321, 'ar', 'db', 'Daily Sale', '\u0627\u0644\u0628\u064a\u0639 \u0627\u0644\u064a\u0648\u0645\u064a', NULL, NULL),\n(28322, 'ar', 'db', 'Daily Sale Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a \u0627\u0644\u064a\u0648\u0645\u064a', NULL, NULL),\n(28323, 'ar', 'db', 'Monthly Sale', '\u0627\u0644\u0628\u064a\u0639 \u0627\u0644\u0634\u0647\u0631\u064a', NULL, NULL),\n(28324, 'ar', 'db', 'Monthly Sale Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a \u0627\u0644\u0634\u0647\u0631\u064a', NULL, NULL),\n(28325, 'ar', 'db', 'Daily Purchase', '\u0627\u0644\u0634\u0631\u0627\u0621 \u0627\u0644\u064a\u0648\u0645\u064a', NULL, NULL),\n(28326, 'ar', 'db', 'Daily Purchase Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0634\u062a\u0631\u064a\u0627\u062a \u0627\u0644\u064a\u0648\u0645\u064a', NULL, NULL),\n(28327, 'ar', 'db', 'Monthly Purchase', '\u0627\u0644\u0634\u0631\u0627\u0621 \u0627\u0644\u0634\u0647\u0631\u064a', NULL, NULL),\n(28328, 'ar', 'db', 'Monthly Purchase Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0634\u062a\u0631\u064a\u0627\u062a \u0627\u0644\u0634\u0647\u0631\u064a', NULL, NULL),\n(28329, 'ar', 'db', 'Previous', '\u0633\u0627\u0628\u0642', NULL, NULL),\n(28330, 'ar', 'db', 'Next', '\u0627\u0644\u062a\u0627\u0644\u064a', NULL, NULL),\n(28331, 'ar', 'db', 'Stock Chart', '\u0645\u062e\u0637\u0637 \u0627\u0644\u0623\u0633\u0647\u0645', NULL, NULL),\n(28332, 'ar', 'db', 'Due', '\u062d\u0642', NULL, NULL),\n(28333, 'ar', 'db', 'Description', '\u0648\u0635\u0641', NULL, NULL),\n(28334, 'ar', 'db', 'Change Permission', '\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0625\u0630\u0646', NULL, NULL),\n(28335, 'ar', 'db', 'Group Permission', '\u0625\u0630\u0646 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629', NULL, NULL),\n(28336, 'ar', 'db', 'Permissions', '\u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a', NULL, NULL),\n(28337, 'ar', 'db', 'Percentage', '\u0646\u0633\u0628\u0629 \u0645\u0626\u0648\u064a\u0629', NULL, NULL),\n(28338, 'ar', 'db', 'Title', '\u0639\u0646\u0648\u0627\u0646', NULL, NULL),\n(28339, 'ar', 'db', 'Base Unit', '\u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629', NULL, NULL),\n(28340, 'ar', 'db', 'Operator', '\u0627\u0644\u0645\u0634\u063a\u0644', NULL, NULL),\n(28341, 'ar', 'db', 'Operation Value', '\u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u064a\u0629', NULL, NULL),\n(28342, 'ar', 'db', 'Rate', '\u0645\u0639\u062f\u0644', NULL, NULL),\n(28343, 'ar', 'db', 'General Setting', '\u0627\u0644\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0639\u0627\u0645', NULL, NULL),\n(28344, 'ar', 'db', 'Site Title', '\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0648\u0642\u0639', NULL, NULL),\n(28345, 'ar', 'db', 'Site Logo', '\u0634\u0639\u0627\u0631 \u0627\u0644\u0645\u0648\u0642\u0639', NULL, NULL),\n(28346, 'ar', 'db', 'Current Password', '\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062d\u0627\u0644\u064a\u0629', NULL, NULL),\n(28347, 'ar', 'db', 'New Password', '\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629', NULL, NULL),\n(28348, 'ar', 'db', 'Confirm Password', '\u062a\u0623\u0643\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631', NULL, NULL),\n(28349, 'ar', 'db', 'POS Setting', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0646\u0642\u0627\u0637 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28350, 'ar', 'db', 'Developed By', '\u062a\u0645 \u0627\u0644\u062a\u0637\u0648\u064a\u0631 \u0628\u0648\u0627\u0633\u0637\u0629', NULL, NULL),\n(28351, 'ar', 'db', 'All', '\u0627\u0644\u062c\u0645\u064a\u0639', NULL, NULL),\n(28352, 'ar', 'db', 'By', '\u0628\u0648\u0627\u0633\u0637\u0629', NULL, NULL),\n(28353, 'ar', 'db', 'Cheque Number', '\u0631\u0642\u0645 \u0627\u0644\u0634\u064a\u0643', NULL, NULL),\n(28354, 'ar', 'db', 'Invoice', '\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(28355, 'ar', 'db', 'Shipping', '\u0634\u062d\u0646', NULL, NULL),\n(28356, 'ar', 'db', 'Finalize Sale', '\u0625\u062a\u0645\u0627\u0645 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28357, 'ar', 'db', 'People', '\u0627\u0644\u0646\u0627\u0633', NULL, NULL),\n(28358, 'ar', 'db', 'Option', '\u062e\u064a\u0627\u0631', NULL, NULL),\n(28359, 'ar', 'db', 'Bill', '\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(28360, 'ar', 'db', 'Go To', '\u0627\u0630\u0647\u0628 \u0625\u0644\u0649', NULL, NULL),\n(28361, 'ar', 'db', 'Mode', '\u0648\u0636\u0639', NULL, NULL),\n(28362, 'ar', 'db', 'In Words', '\u0628\u0627\u0644\u0643\u0644\u0645\u0627\u062a', NULL, NULL),\n(28363, 'ar', 'db', 'Stamp', '\u062e\u062a\u0645', NULL, NULL),\n(28364, 'ar', 'db', 'Signature', '\u0625\u0645\u0636\u0627\u0621', NULL, NULL),\n(28365, 'ar', 'db', 'Developed', '\u0645\u062a\u0637\u0648\u0631', NULL, NULL),\n(28366, 'ar', 'db', 'Attach File', '\u0625\u0631\u0641\u0627\u0642 \u0627\u0644\u0645\u0644\u0641', NULL, NULL),\n(28367, 'ar', 'db', 'File Link', '\u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u0644\u0641', NULL, NULL),\n(28368, 'ar', 'db', 'Delivery', '\u062a\u0648\u0635\u064a\u0644', NULL, NULL),\n(28369, 'ar', 'db', 'Delivered', '\u062a\u0645 \u0627\u0644\u062a\u0648\u0635\u064a\u0644', NULL, NULL),\n(28370, 'ar', 'db', 'For Digital product sale_unit will be n\\\\\/a', '\u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0648\u062d\u062f\u0629 \u0628\u064a\u0639 \u0627\u0644\u0645\u0646\u062a\u062c \u0627\u0644\u0631\u0642\u0645\u064a\u060c \u0633\u062a\u0643\u0648\u0646 n\\\\\/a', NULL, NULL),\n(28371, 'ar', 'db', 'Forgot Password?', '\u0647\u0644 \u0646\u0633\u064a\u062a \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631\u061f', NULL, NULL),\n(28372, 'ar', 'db', 'Do not have an account?', '\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u062d\u0633\u0627\u0628\u061f', NULL, NULL),\n(28373, 'ar', 'db', 'Register', '\u064a\u0633\u062c\u0644', NULL, NULL),\n(28374, 'ar', 'db', 'Expense Category', '\u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0631\u0648\u0641\u0627\u062a', NULL, NULL),\n(28375, 'ar', 'db', 'Expense', '\u0627\u0644\u0646\u0641\u0642\u0627\u062a', NULL, NULL),\n(28376, 'ar', 'db', 'Gift Card', '\u0628\u0637\u0627\u0642\u0629 \u0647\u062f\u064a\u0629', NULL, NULL),\n(28377, 'ar', 'db', 'Card', '\u0628\u0637\u0627\u0642\u0629', NULL, NULL),\n(28378, 'ar', 'db', 'Expiry Date', '\u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629', NULL, NULL),\n(28379, 'ar', 'db', 'Recharge', '\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0634\u062d\u0646', NULL, NULL),\n(28380, 'ar', 'db', 'Deposit', '\u0625\u064a\u062f\u0627\u0639', NULL, NULL),\n(28381, 'ar', 'db', 'Choose Warehouse', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639', NULL, NULL),\n(28382, 'ar', 'db', 'Choose Supplier', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0648\u0631\u062f', NULL, NULL),\n(28383, 'ar', 'db', 'Choose Customer', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0639\u0645\u064a\u0644', NULL, NULL),\n(28384, 'ar', 'db', 'Touchscreen keybord', '\u0644\u0648\u062d\u0629 \u0645\u0641\u0627\u062a\u064a\u062d \u0634\u0627\u0634\u0629 \u0627\u0644\u0644\u0645\u0633', NULL, NULL),\n(28385, 'ar', 'db', 'Already have an account', '\u0644\u062f\u064a \u062d\u0633\u0627\u0628 \u0628\u0627\u0644\u0641\u0639\u0644', NULL, NULL),\n(28386, 'ar', 'db', 'Currency', '\u0639\u0645\u0644\u0629', NULL, NULL),\n(28387, 'ar', 'db', 'Mail Setting', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0628\u0631\u064a\u062f', NULL, NULL),\n(28388, 'ar', 'db', 'Mail Host', '\u0645\u0636\u064a\u0641 \u0627\u0644\u0628\u0631\u064a\u062f', NULL, NULL),\n(28389, 'ar', 'db', 'Mail Port', '\u0645\u064a\u0646\u0627\u0621 \u0627\u0644\u0628\u0631\u064a\u062f', NULL, NULL),\n(28390, 'ar', 'db', 'Mail From Name', '\u0627\u0633\u0645 \u0627\u0644\u0645\u0631\u0633\u0644', NULL, NULL),\n(28391, 'ar', 'db', 'Mail Address', '\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f', NULL, NULL),\n(28392, 'ar', 'db', 'Encryption', '\u0627\u0644\u062a\u0634\u0641\u064a\u0631', NULL, NULL),\n(28393, 'ar', 'db', 'Today', '\u0627\u0644\u064a\u0648\u0645', NULL, NULL),\n(28394, 'ar', 'db', 'Last 7 Days', '\u0622\u062e\u0631 7 \u0623\u064a\u0627\u0645', NULL, NULL),\n(28395, 'ar', 'db', 'This Month', '\u0647\u0630\u0627 \u0627\u0644\u0634\u0647\u0631', NULL, NULL),\n(28396, 'ar', 'db', 'This Year', '\u0647\u0630\u0627 \u0627\u0644\u0639\u0627\u0645', NULL, NULL),\n(28397, 'ar', 'db', 'Cash in Hand', '\u0627\u0644\u0646\u0642\u062f \u0641\u064a \u0645\u062a\u0646\u0627\u0648\u0644 \u0627\u0644\u064a\u062f', NULL, NULL),\n(28398, 'ar', 'db', 'In Hand', '\u0641\u064a \u0645\u062a\u0646\u0627\u0648\u0644 \u0627\u0644\u064a\u062f', NULL, NULL),\n(28399, 'ar', 'db', 'Summary Report', '\u062a\u0642\u0631\u064a\u0631 \u0645\u0648\u062c\u0632', NULL, NULL),\n(28400, 'ar', 'db', 'Draft', '\u0645\u0633\u0648\u062f\u0629', NULL, NULL),\n(28401, 'ar', 'db', 'Coupon', '\u0642\u0633\u064a\u0645\u0629', NULL, NULL),\n(28402, 'ar', 'db', 'Available', '\u0645\u062a\u0627\u062d', NULL, NULL),\n(28403, 'ar', 'db', 'Minimum Sale', '\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0628\u064a\u0639', NULL, NULL),\n(28404, 'ar', 'db', 'Add Sale', '\u0625\u0636\u0627\u0641\u0629 \u0628\u064a\u0639', NULL, NULL),\n(28405, 'ar', 'db', 'Import Sale', '\u0628\u064a\u0639 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f', NULL, NULL),\n(28406, 'ar', 'db', 'Sale Status', '\u062d\u0627\u0644\u0629 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28407, 'ar', 'db', 'Payment Status', '\u062d\u0627\u0644\u0629 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28408, 'ar', 'db', 'Generate Invoice', '\u0625\u0646\u0634\u0627\u0621 \u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(28409, 'ar', 'db', 'Add Payment', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28410, 'ar', 'db', 'View Payment', '\u0639\u0631\u0636 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28411, 'ar', 'db', 'Add Delivery', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062a\u0633\u0644\u064a\u0645', NULL, NULL),\n(28412, 'ar', 'db', 'PDF', '\u0645\u0644\u0641 PDF', NULL, NULL),\n(28413, 'ar', 'db', 'CSV', 'CSV', NULL, NULL),\n(28414, 'ar', 'db', 'Column visibility', '\u0631\u0624\u064a\u0629 \u0627\u0644\u0639\u0645\u0648\u062f', NULL, NULL),\n(28415, 'ar', 'db', 'Search', '\u064a\u0628\u062d\u062b', NULL, NULL),\n(28416, 'ar', 'db', 'records per page', '\u0627\u0644\u0633\u062c\u0644\u0627\u062a \u0644\u0643\u0644 \u0635\u0641\u062d\u0629', NULL, NULL),\n(28417, 'ar', 'db', 'Showing', '\u0639\u0631\u0636', NULL, NULL),\n(28418, 'ar', 'db', 'Order Discount', '\u062e\u0635\u0645 \u0627\u0644\u0637\u0644\u0628', NULL, NULL),\n(28419, 'ar', 'db', 'Order Tax', '\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0637\u0644\u0628', NULL, NULL),\n(28420, 'ar', 'db', 'Sale Note', '\u0645\u0630\u0643\u0631\u0629 \u0628\u064a\u0639', NULL, NULL),\n(28421, 'ar', 'db', 'Staff Note', '\u0645\u0644\u0627\u062d\u0638\u0629 \u0627\u0644\u0645\u0648\u0638\u0641\u064a\u0646', NULL, NULL),\n(28422, 'ar', 'db', 'Paid Amount', '\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0645\u062f\u0641\u0648\u0639', NULL, NULL),\n(28423, 'ar', 'db', 'Sale Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28424, 'ar', 'db', 'Purchase List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0634\u062a\u0631\u064a\u0627\u062a', NULL, NULL),\n(28425, 'ar', 'db', 'Add Purchase', '\u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0644\u064a\u0629 \u0634\u0631\u0627\u0621', NULL, NULL),\n(28426, 'ar', 'db', 'Import Purchase By CSV', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u0634\u062a\u0631\u064a\u0627\u062a \u0628\u0648\u0627\u0633\u0637\u0629 CSV', NULL, NULL),\n(28427, 'ar', 'db', 'Sale List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a', NULL, NULL),\n(28428, 'ar', 'db', 'Import Sale By CSV', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a \u0628\u0648\u0627\u0633\u0637\u0629 CSV', NULL, NULL),\n(28429, 'ar', 'db', 'Gift Card List', '\u0642\u0627\u0626\u0645\u0629 \u0628\u0637\u0627\u0642\u0627\u062a \u0627\u0644\u0647\u062f\u0627\u064a\u0627', NULL, NULL),\n(28430, 'ar', 'db', 'Coupon List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0642\u0633\u0627\u0626\u0645', NULL, NULL),\n(28431, 'ar', 'db', 'Delivery List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062a\u0633\u0644\u064a\u0645', NULL, NULL),\n(28432, 'ar', 'db', 'Expense List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0641\u0642\u0627\u062a', NULL, NULL),\n(28433, 'ar', 'db', 'Add Expense', '\u0625\u0636\u0627\u0641\u0629 \u0645\u0635\u0631\u0648\u0641', NULL, NULL),\n(28434, 'ar', 'db', 'Quotation List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633\u0627\u062a', NULL, NULL),\n(28435, 'ar', 'db', 'Add Quotation', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0642\u062a\u0628\u0627\u0633', NULL, NULL),\n(28436, 'ar', 'db', 'Transfer List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u0642\u0644', NULL, NULL),\n(28437, 'ar', 'db', 'Add Transfer', '\u0625\u0636\u0627\u0641\u0629 \u0646\u0642\u0644', NULL, NULL),\n(28438, 'ar', 'db', 'Import Transfer By CSV', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0646\u0642\u0644 \u0628\u0648\u0627\u0633\u0637\u0629 CSV', NULL, NULL),\n(28439, 'ar', 'db', 'Return List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0639\u0648\u062f\u0629', NULL, NULL),\n(28440, 'ar', 'db', 'Add Return', '\u0625\u0636\u0627\u0641\u0629 \u0625\u0631\u062c\u0627\u0639', NULL, NULL),\n(28441, 'ar', 'db', 'Quantity Adjustment', '\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0643\u0645\u064a\u0629', NULL, NULL),\n(28442, 'ar', 'db', 'Adjustment List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062a\u0639\u062f\u064a\u0644', NULL, NULL),\n(28443, 'ar', 'db', 'Add Adjustment', '\u0625\u0636\u0627\u0641\u0629 \u062a\u0639\u062f\u064a\u0644', NULL, NULL),\n(28444, 'ar', 'db', 'User List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646', NULL, NULL),\n(28445, 'ar', 'db', 'Add User', '\u0625\u0636\u0627\u0641\u0629 \u0645\u0633\u062a\u062e\u062f\u0645', NULL, NULL),\n(28446, 'ar', 'db', 'Customer List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621', NULL, NULL),\n(28447, 'ar', 'db', 'Add Customer', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0639\u0645\u064a\u0644', NULL, NULL),\n(28448, 'ar', 'db', 'Biller List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631', NULL, NULL),\n(28449, 'ar', 'db', 'Add Biller', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(28450, 'ar', 'db', 'Supplier List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0648\u0631\u062f\u064a\u0646', NULL, NULL),\n(28451, 'ar', 'db', 'Add Supplier', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0648\u0631\u062f', NULL, NULL),\n(28452, 'ar', 'db', 'Sale Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a', NULL, NULL),\n(28453, 'ar', 'db', 'Purchase Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(28454, 'ar', 'db', 'Payment Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28455, 'ar', 'db', 'Warehouse Stock Chart', '\u0645\u062e\u0637\u0637 \u0645\u062e\u0632\u0648\u0646 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639\u0627\u062a', NULL, NULL),\n(28456, 'ar', 'db', 'Product Quantity Alert', '\u062a\u0646\u0628\u064a\u0647 \u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28457, 'ar', 'db', 'Customer Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0639\u0645\u064a\u0644', NULL, NULL),\n(28458, 'ar', 'db', 'Supplier Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0648\u0631\u062f', NULL, NULL),\n(28459, 'ar', 'db', 'Due Report', '\u0627\u0644\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0633\u062a\u062d\u0642', NULL, NULL),\n(28460, 'ar', 'db', 'User Profile', '\u0645\u0644\u0641 \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645', NULL, NULL),\n(28461, 'ar', 'db', 'Cash Flow', '\u0627\u0644\u062a\u062f\u0641\u0642 \u0627\u0644\u0646\u0642\u062f\u064a', NULL, NULL),\n(28462, 'ar', 'db', 'Add Category', '\u0625\u0636\u0627\u0641\u0629 \u0641\u0626\u0629', NULL, NULL),\n(28463, 'ar', 'db', 'Import Category', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0641\u0626\u0629', NULL, NULL),\n(28464, 'ar', 'db', 'Parent Category', '\u0627\u0644\u0641\u0626\u0629 \u0627\u0644\u0623\u0635\u0644\u064a\u0629', NULL, NULL),\n(28465, 'ar', 'db', 'Product Image', '\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28466, 'ar', 'db', 'Product Name', '\u0627\u0633\u0645 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28467, 'ar', 'db', 'Product Code', '\u0631\u0645\u0632 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28468, 'ar', 'db', 'Product Type', '\u0646\u0648\u0639 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28469, 'ar', 'db', 'Product Unit', '\u0648\u062d\u062f\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28470, 'ar', 'db', 'Sale Unit', '\u0648\u062d\u062f\u0629 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28471, 'ar', 'db', 'Purchase Unit', '\u0648\u062d\u062f\u0629 \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(28472, 'ar', 'db', 'Product Cost', '\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28473, 'ar', 'db', 'Product Price', '\u0633\u0639\u0631 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28474, 'ar', 'db', 'Alert Quantity', '\u062a\u0646\u0628\u064a\u0647 \u0627\u0644\u0643\u0645\u064a\u0629', NULL, NULL),\n(28475, 'ar', 'db', 'Add Promotional Price', '\u0625\u0636\u0627\u0641\u0629 \u0633\u0639\u0631 \u062a\u0631\u0648\u064a\u062c\u064a', NULL, NULL),\n(28476, 'ar', 'db', 'Product Tax', '\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28477, 'ar', 'db', 'Tax Method', '\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0636\u0631\u064a\u0628\u0629', NULL, NULL),\n(28478, 'ar', 'db', 'Featured product will be displayed in POS', '\u0633\u064a\u062a\u0645 \u0639\u0631\u0636 \u0627\u0644\u0645\u0646\u062a\u062c \u0627\u0644\u0645\u0645\u064a\u0632 \u0641\u064a \u0646\u0642\u0627\u0637 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28479, 'ar', 'db', 'Product Invoice Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28480, 'ar', 'db', 'Purchase Status', '\u062d\u0627\u0644\u0629 \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(28481, 'ar', 'db', 'Add Gift Card', '\u0625\u0636\u0627\u0641\u0629 \u0628\u0637\u0627\u0642\u0629 \u0647\u062f\u064a\u0629', NULL, NULL),\n(28482, 'ar', 'db', 'Card No', '\u0631\u0642\u0645 \u0627\u0644\u0628\u0637\u0627\u0642\u0629', NULL, NULL),\n(28483, 'ar', 'db', 'Reference No', '\u0631\u0642\u0645 \u0627\u0644\u0645\u0631\u062c\u0639', NULL, NULL),\n(28484, 'ar', 'db', 'Add Coupon', '\u0625\u0636\u0627\u0641\u0629 \u0642\u0633\u064a\u0645\u0629', NULL, NULL),\n(28485, 'ar', 'db', 'Coupon Code', '\u0631\u0645\u0632 \u0627\u0644\u0642\u0633\u064a\u0645\u0629', NULL, NULL),\n(28486, 'ar', 'db', 'Minimum Amount', '\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0645\u0628\u0644\u063a', NULL, NULL),\n(28487, 'ar', 'db', 'Update Coupon', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0642\u0633\u064a\u0645\u0629', NULL, NULL),\n(28488, 'ar', 'db', 'Update Purchase', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(28489, 'ar', 'db', 'Update Sale', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28490, 'ar', 'db', 'Update Product', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28491, 'ar', 'db', 'Update Category', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0641\u0626\u0629', NULL, NULL),\n(28492, 'ar', 'db', 'Update Gift Card', '\u062a\u062d\u062f\u064a\u062b \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0647\u062f\u0627\u064a\u0627', NULL, NULL),\n(28493, 'ar', 'db', 'Delivery Reference', '\u0645\u0631\u062c\u0639 \u0627\u0644\u062a\u0633\u0644\u064a\u0645', NULL, NULL),\n(28494, 'ar', 'db', 'Sale Reference', '\u0645\u0631\u062c\u0639 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28495, 'ar', 'db', 'Add Expense Category', '\u0625\u0636\u0627\u0641\u0629 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0631\u0648\u0641\u0627\u062a', NULL, NULL),\n(28496, 'ar', 'db', 'Import Expense Category', '\u0641\u0626\u0629 \u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f', NULL, NULL),\n(28497, 'ar', 'db', 'Update Expense', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0646\u0641\u0642\u0627\u062a', NULL, NULL),\n(28498, 'ar', 'db', 'Quotation Status', '\u062d\u0627\u0644\u0629 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633', NULL, NULL),\n(28499, 'ar', 'db', 'Create Sale', '\u0625\u0646\u0634\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0628\u064a\u0639', NULL, NULL),\n(28500, 'ar', 'db', 'Create Purchase', '\u0625\u0646\u0634\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0634\u0631\u0627\u0621', NULL, NULL),\n(28501, 'ar', 'db', 'Purchase Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(28502, 'ar', 'db', 'Quotation Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633', NULL, NULL),\n(28503, 'ar', 'db', 'Import Transfer', '\u0646\u0642\u0644 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f', NULL, NULL),\n(28504, 'ar', 'db', 'Update Transfer', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0646\u0642\u0644', NULL, NULL),\n(28505, 'ar', 'db', 'Transfer Status', '\u062d\u0627\u0644\u0629 \u0627\u0644\u0646\u0642\u0644', NULL, NULL),\n(28506, 'ar', 'db', 'Transfer Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0646\u0642\u0644', NULL, NULL),\n(28507, 'ar', 'db', 'Return Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0625\u0631\u062c\u0627\u0639', NULL, NULL),\n(28508, 'ar', 'db', 'Return Note', '\u0645\u0644\u0627\u062d\u0638\u0629 \u0627\u0644\u0639\u0648\u062f\u0629', NULL, NULL),\n(28509, 'ar', 'db', 'Update Return', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0625\u0631\u062c\u0627\u0639', NULL, NULL),\n(28510, 'ar', 'db', 'Card Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0628\u0637\u0627\u0642\u0629', NULL, NULL),\n(28511, 'ar', 'db', 'Update Adjustment', '\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u062a\u062d\u062f\u064a\u062b', NULL, NULL),\n(28512, 'ar', 'db', 'Update User', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645', NULL, NULL),\n(28513, 'ar', 'db', 'Update Customer', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u0645\u064a\u0644', NULL, NULL),\n(28514, 'ar', 'db', 'Import Customer', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0639\u0645\u064a\u0644', NULL, NULL),\n(28515, 'ar', 'db', 'Add Deposit', '\u0625\u0636\u0627\u0641\u0629 \u0648\u062f\u064a\u0639\u0629', NULL, NULL),\n(28516, 'ar', 'db', 'View Deposit', '\u0639\u0631\u0636 \u0627\u0644\u0648\u062f\u064a\u0639\u0629', NULL, NULL),\n(28517, 'ar', 'db', 'Import Biller', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(28518, 'ar', 'db', 'Update Biller', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(28519, 'ar', 'db', 'To display Image it must be stored in', '\u0644\u0639\u0631\u0636 \u0627\u0644\u0635\u0648\u0631\u0629 \u064a\u062c\u0628 \u062a\u062e\u0632\u064a\u0646\u0647\u0627 \u0641\u064a', NULL, NULL),\n(28520, 'ar', 'db', 'directory', '\u062f\u0644\u064a\u0644', NULL, NULL),\n(28521, 'ar', 'db', 'Import Supplier', '\u0645\u0648\u0631\u062f \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f', NULL, NULL),\n(28522, 'ar', 'db', 'Update Supplier', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0648\u0631\u062f', NULL, NULL),\n(28523, 'ar', 'db', 'Purchased Amount', '\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0645\u0634\u062a\u0631\u0627\u0629', NULL, NULL),\n(28524, 'ar', 'db', 'Purchased Qty', '\u0627\u0644\u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u0634\u062a\u0631\u0627\u0629', NULL, NULL),\n(28525, 'ar', 'db', 'Sold Amount', '\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0645\u0628\u0627\u0639', NULL, NULL),\n(28526, 'ar', 'db', 'Sold Qty', '\u0627\u0644\u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u0628\u0627\u0639\u0629', NULL, NULL),\n(28527, 'ar', 'db', 'Payment Reference', '\u0645\u0631\u062c\u0639 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28528, 'ar', 'db', 'Purchase Reference', '\u0645\u0631\u062c\u0639 \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(28529, 'ar', 'db', 'Paid By', '\u062a\u0645 \u0627\u0644\u062f\u0641\u0639 \u0628\u0648\u0627\u0633\u0637\u0629', NULL, NULL),\n(28530, 'ar', 'db', 'Total Item', '\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0635\u0646\u0641', NULL, NULL),\n(28531, 'ar', 'db', 'Total Quantity', '\u0627\u0644\u0643\u0645\u064a\u0629 \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a\u0629', NULL, NULL),\n(28532, 'ar', 'db', 'Paid Method', '\u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0629', NULL, NULL),\n(28533, 'ar', 'db', 'Customer Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0639\u0645\u064a\u0644', NULL, NULL),\n(28534, 'ar', 'db', 'Bill No', '\u0631\u0642\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(28535, 'ar', 'db', 'Add Role', '\u0625\u0636\u0627\u0641\u0629 \u062f\u0648\u0631', NULL, NULL),\n(28536, 'ar', 'db', 'Update Role', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062f\u0648\u0631', NULL, NULL),\n(28537, 'ar', 'db', 'Import Warehouse', '\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f', NULL, NULL),\n(28538, 'ar', 'db', 'Update Warehouse', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639', NULL, NULL),\n(28539, 'ar', 'db', 'Import Customer Group', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621', NULL, NULL),\n(28540, 'ar', 'db', 'Update Customer Group', '\u062a\u062d\u062f\u064a\u062b \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621', NULL, NULL),\n(28541, 'ar', 'db', 'Import Brand', '\u0639\u0644\u0627\u0645\u0629 \u062a\u062c\u0627\u0631\u064a\u0629 \u0645\u0633\u062a\u0648\u0631\u062f\u0629', NULL, NULL),\n(28542, 'ar', 'db', 'Update Brand', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629', NULL, NULL),\n(28543, 'ar', 'db', 'Import Unit', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0648\u062d\u062f\u0629', NULL, NULL),\n(28544, 'ar', 'db', 'Update Unit', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0648\u062d\u062f\u0629', NULL, NULL),\n(28545, 'ar', 'db', 'Import Tax', '\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f', NULL, NULL),\n(28546, 'ar', 'db', 'Update Tax', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0636\u0631\u064a\u0628\u0629', NULL, NULL),\n(28547, 'ar', 'db', 'Update User Profile', '\u062a\u062d\u062f\u064a\u062b \u0645\u0644\u0641 \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645', NULL, NULL),\n(28548, 'ar', 'db', 'Default Customer', '\u0627\u0644\u0639\u0645\u064a\u0644 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a', NULL, NULL),\n(28549, 'ar', 'db', 'Default Biller', '\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629', NULL, NULL),\n(28550, 'ar', 'db', 'Default Warehouse', '\u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a', NULL, NULL),\n(28551, 'ar', 'db', 'Displayed Number of Product Row', '\u0639\u062f\u062f \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629 \u0641\u064a \u0627\u0644\u0635\u0641', NULL, NULL),\n(28552, 'ar', 'db', 'Add Brand', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629', NULL, NULL),\n(28553, 'ar', 'db', 'All Deposit', '\u062c\u0645\u064a\u0639 \u0627\u0644\u0648\u062f\u0627\u0626\u0639', NULL, NULL),\n(28554, 'ar', 'db', 'Update Deposit', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0625\u064a\u062f\u0627\u0639', NULL, NULL),\n(28555, 'ar', 'db', 'Add Customer Group', '\u0625\u0636\u0627\u0641\u0629 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621', NULL, NULL),\n(28556, 'ar', 'db', 'Delivered By', '\u062a\u0645 \u0627\u0644\u062a\u0633\u0644\u064a\u0645 \u0628\u0648\u0627\u0633\u0637\u0629', NULL, NULL),\n(28557, 'ar', 'db', 'Recieved By', '\u062a\u0645 \u0627\u0644\u0627\u0633\u062a\u0644\u0627\u0645 \u0628\u0648\u0627\u0633\u0637\u0629', NULL, NULL),\n(28558, 'ar', 'db', 'Update Delivery', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062a\u0633\u0644\u064a\u0645', NULL, NULL),\n(28559, 'ar', 'db', 'Update Expense Category', '\u062a\u062d\u062f\u064a\u062b \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0631\u0648\u0641\u0627\u062a', NULL, NULL),\n(28560, 'ar', 'db', 'Tax Rate', '\u0645\u0639\u062f\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629', NULL, NULL),\n(28561, 'ar', 'db', 'Unit Discount', '\u062e\u0635\u0645 \u0627\u0644\u0648\u062d\u062f\u0629', NULL, NULL),\n(28562, 'ar', 'db', 'Import Purchase', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(28563, 'ar', 'db', 'Payment Note', '\u0645\u0630\u0643\u0631\u0629 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28564, 'ar', 'db', 'All Payment', '\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0627\u062a', NULL, NULL),\n(28565, 'ar', 'db', 'Update Payment', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28566, 'ar', 'db', 'Update Quotation', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633', NULL, NULL),\n(28567, 'ar', 'db', 'Coupon Discount', '\u062e\u0635\u0645 \u0627\u0644\u0642\u0633\u064a\u0645\u0629', NULL, NULL),\n(28568, 'ar', 'db', 'Payment Mode', '\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28569, 'ar', 'db', 'Bill To', '\u0645\u0634\u0631\u0648\u0639 \u0642\u0627\u0646\u0648\u0646 \u0644', NULL, NULL),\n(28570, 'ar', 'db', 'Stamp & Signature', '\u0627\u0644\u062e\u062a\u0645 \u0648\u0627\u0644\u062a\u0648\u0642\u064a\u0639', NULL, NULL),\n(28571, 'ar', 'db', 'Invoice Generated By', '\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0628\u0648\u0627\u0633\u0637\u0629', NULL, NULL),\n(28572, 'ar', 'db', 'Add Tax', '\u0625\u0636\u0627\u0641\u0629 \u0636\u0631\u064a\u0628\u0629', NULL, NULL),\n(28573, 'ar', 'db', 'Tax Name', '\u0627\u0633\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u0629', NULL, NULL),\n(28574, 'ar', 'db', 'From Warehouse', '\u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639', NULL, NULL),\n(28575, 'ar', 'db', 'To Warehouse', '\u0627\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639', NULL, NULL),\n(28576, 'ar', 'db', 'Add Unit', '\u0625\u0636\u0627\u0641\u0629 \u0648\u062d\u062f\u0629', NULL, NULL),\n(28577, 'ar', 'db', 'Add Warehouse', '\u0625\u0636\u0627\u0641\u0629 \u0645\u0633\u062a\u0648\u062f\u0639', NULL, NULL),\n(28578, 'ar', 'db', 'All Warehouse', '\u0643\u0644 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639\u0627\u062a', NULL, NULL),\n(28579, 'ar', 'db', 'Net Loss', '\u0627\u0644\u062e\u0633\u0627\u0631\u0629 \u0627\u0644\u0635\u0627\u0641\u064a\u0629', NULL, NULL),\n(28580, 'ar', 'db', 'Net Sale', '\u0635\u0627\u0641\u064a \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28581, 'ar', 'db', 'Net Purchase', '\u0635\u0627\u0641\u064a \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(28582, 'ar', 'db', 'Net Return', '\u0627\u0644\u0639\u0627\u0626\u062f \u0627\u0644\u0635\u0627\u0641\u064a', NULL, NULL),\n(28583, 'ar', 'db', 'Payment Recieved', '\u062a\u0645 \u0627\u0633\u062a\u0644\u0627\u0645 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28584, 'ar', 'db', 'Payment Sent', '\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28585, 'ar', 'db', 'Product Discount', '\u062e\u0635\u0645 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28586, 'ar', 'db', 'Completed', '\u0645\u0643\u062a\u0645\u0644', NULL, NULL),\n(28587, 'ar', 'db', 'Pending', '\u0642\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631', NULL, NULL),\n(28588, 'ar', 'db', 'Partial', '\u062c\u0632\u0626\u064a', NULL, NULL),\n(28589, 'ar', 'db', 'Packing', '\u0627\u0644\u062a\u0639\u0628\u0626\u0629', NULL, NULL),\n(28590, 'ar', 'db', 'Delivering', '\u0627\u0644\u062a\u0633\u0644\u064a\u0645', NULL, NULL),\n(28591, 'ar', 'db', 'Ordered', '\u0645\u064f\u0631\u062a\u0651\u0628', NULL, NULL),\n(28592, 'ar', 'db', 'No Tax', '\u0644\u0627 \u0636\u0631\u064a\u0628\u0629', NULL, NULL),\n(28593, 'ar', 'db', 'Stock Value by Price', '\u0642\u064a\u0645\u0629 \u0627\u0644\u0633\u0647\u0645 \u062d\u0633\u0628 \u0627\u0644\u0633\u0639\u0631', NULL, NULL),\n(28594, 'ar', 'db', 'Stock Value by Cost', '\u0642\u064a\u0645\u0629 \u0627\u0644\u0633\u0647\u0645 \u062d\u0633\u0628 \u0627\u0644\u062a\u0643\u0644\u0641\u0629', NULL, NULL),\n(28595, 'ar', 'db', 'Estimate Profit', '\u062a\u0642\u062f\u064a\u0631 \u0627\u0644\u0631\u0628\u062d', NULL, NULL),\n(28596, 'ar', 'db', 'Time Zone', '\u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0632\u0645\u0646\u064a\u0629', NULL, NULL),\n(28597, 'ar', 'db', 'Currency Position', '\u0645\u0648\u0642\u0641 \u0627\u0644\u0639\u0645\u0644\u0629', NULL, NULL),\n(28598, 'ar', 'db', 'Prefix', '\u0628\u0627\u062f\u0626\u0629', NULL, NULL),\n(28599, 'ar', 'db', 'Suffix', '\u0627\u0644\u0644\u0627\u062d\u0642\u0629', NULL, NULL),\n(28600, 'ar', 'db', 'Exclusive', '\u062d\u0635\u0631\u064a', NULL, NULL),\n(28601, 'ar', 'db', 'Inclusive', '\u0634\u0627\u0645\u0644', NULL, NULL),\n(28602, 'ar', 'db', 'Combo Products', '\u0645\u0646\u062a\u062c\u0627\u062a \u0643\u0648\u0645\u0628\u0648', NULL, NULL),\n(28603, 'ar', 'db', 'Image name must be same as product name', '\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0627\u0633\u0645 \u0627\u0644\u0635\u0648\u0631\u0629 \u0647\u0648 \u0646\u0641\u0633\u0647 \u0627\u0633\u0645 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28604, 'ar', 'db', 'Paying Amount', '\u0645\u0628\u0644\u063a \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28605, 'ar', 'db', 'Payable Amount', '\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0645\u0633\u062a\u062d\u0642', NULL, NULL),\n(28606, 'ar', 'db', 'Change', '\u064a\u062a\u063a\u064a\u0631', NULL, NULL),\n(28607, 'ar', 'db', 'Back', '\u062e\u0644\u0641', NULL, NULL),\n(28608, 'ar', 'db', 'Role Permission', '\u0625\u0630\u0646 \u0627\u0644\u062f\u0648\u0631', NULL, NULL),\n(28609, 'ar', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', '\u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u062d\u0635\u0631\u064a => \u0633\u0639\u0631 \u0627\u0644\u0645\u0646\u062a\u062c = \u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0641\u0639\u0644\u064a \u0644\u0644\u0645\u0646\u062a\u062c + \u0627\u0644\u0636\u0631\u064a\u0628\u0629. \u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0634\u0627\u0645\u0644 => \u0633\u0639\u0631 \u0627\u0644\u0645\u0646\u062a\u062c \u0627\u0644\u0641\u0639\u0644\u064a = \u0633\u0639\u0631 \u0627\u0644\u0645\u0646\u062a\u062c - \u0627\u0644\u0636\u0631\u064a\u0628\u0629', NULL, NULL),\n(28610, 'ar', 'db', 'Accounting', '\u0645\u062d\u0627\u0633\u0628\u0629', NULL, NULL),\n(28611, 'ar', 'db', 'Account', '\u062d\u0633\u0627\u0628', NULL, NULL),\n(28612, 'ar', 'db', 'Account List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a', NULL, NULL),\n(28613, 'ar', 'db', 'Add Account', '\u0625\u0636\u0627\u0641\u0629 \u062d\u0633\u0627\u0628', NULL, NULL),\n(28614, 'ar', 'db', 'Account No', '\u0631\u0642\u0645 \u0627\u0644\u062d\u0633\u0627\u0628', NULL, NULL),\n(28615, 'ar', 'db', 'Initial Balance', '\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0623\u0648\u0644\u064a', NULL, NULL),\n(28616, 'ar', 'db', 'Update Account', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062d\u0633\u0627\u0628', NULL, NULL),\n(28617, 'ar', 'db', 'Default', '\u062a\u0642\u0635\u064a\u0631', NULL, NULL),\n(28618, 'ar', 'db', 'Balance Sheet', '\u0627\u0644\u0645\u064a\u0632\u0627\u0646\u064a\u0629 \u0627\u0644\u0639\u0645\u0648\u0645\u064a\u0629', NULL, NULL),\n(28619, 'ar', 'db', 'Debit', '\u062f\u064e\u064a\u0646', NULL, NULL),\n(28620, 'ar', 'db', 'Credit', '\u0627\u0626\u062a\u0645\u0627\u0646', NULL, NULL),\n(28621, 'ar', 'db', 'Account Statement', '\u0643\u0634\u0641 \u0627\u0644\u062d\u0633\u0627\u0628', NULL, NULL),\n(28622, 'ar', 'db', 'Department', '\u0642\u0633\u0645', NULL, NULL),\n(28623, 'ar', 'db', 'Add Department', '\u0625\u0636\u0627\u0641\u0629 \u0642\u0633\u0645', NULL, NULL),\n(28624, 'ar', 'db', 'Update Department', '\u0642\u0633\u0645 \u0627\u0644\u062a\u062d\u062f\u064a\u062b', NULL, NULL),\n(28625, 'ar', 'db', 'Employee', '\u0645\u0648\u0638\u0641', NULL, NULL),\n(28626, 'ar', 'db', 'Add Employee', '\u0625\u0636\u0627\u0641\u0629 \u0645\u0648\u0638\u0641', NULL, NULL),\n(28627, 'ar', 'db', 'Update Employee', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0648\u0638\u0641', NULL, NULL),\n(28628, 'ar', 'db', 'Payroll', '\u0631\u0648\u0627\u062a\u0628', NULL, NULL),\n(28629, 'ar', 'db', 'Add Payroll', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0631\u0648\u0627\u062a\u0628', NULL, NULL),\n(28630, 'ar', 'db', 'Update Payroll', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0631\u0648\u0627\u062a\u0628', NULL, NULL),\n(28631, 'ar', 'db', 'Method', '\u0637\u0631\u064a\u0642\u0629', NULL, NULL),\n(28632, 'ar', 'db', 'Sale Return', '\u0625\u0631\u062c\u0627\u0639 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a', NULL, NULL),\n(28633, 'ar', 'db', 'Purchase Return', '\u0625\u0631\u062c\u0627\u0639 \u0627\u0644\u0645\u0634\u062a\u0631\u064a\u0627\u062a', NULL, NULL),\n(28634, 'ar', 'db', 'Net Sale Return', '\u0639\u0627\u0626\u062f \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a \u0627\u0644\u0635\u0627\u0641\u064a\u0629', NULL, NULL),\n(28635, 'ar', 'db', 'Net Purchase Return', '\u0635\u0627\u0641\u064a \u0639\u0627\u0626\u062f \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(28636, 'ar', 'db', 'Attendance', '\u062d\u0636\u0648\u0631', NULL, NULL),\n(28637, 'ar', 'db', 'Add Attendance', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062d\u0636\u0648\u0631', NULL, NULL),\n(28638, 'ar', 'db', 'HRM Setting', '\u0625\u0639\u062f\u0627\u062f \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0628\u0634\u0631\u064a\u0629', NULL, NULL),\n(28639, 'ar', 'db', 'CheckIn', '\u062a\u062d\u0642\u0642 \u0641\u064a', NULL, NULL),\n(28640, 'ar', 'db', 'CheckOut', '\u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28641, 'ar', 'db', 'Default CheckIn', '\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a', NULL, NULL),\n(28642, 'ar', 'db', 'Default CheckOut', '\u0627\u0644\u062e\u0631\u0648\u062c \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a', NULL, NULL),\n(28643, 'ar', 'db', 'Present', '\u062d\u0627\u0636\u0631', NULL, NULL),\n(28644, 'ar', 'db', 'Late', '\u0645\u062a\u0623\u062e\u0631', NULL, NULL),\n(28645, 'ar', 'db', 'User Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645', NULL, NULL),\n(28646, 'ar', 'db', 'Choose User', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645', NULL, NULL),\n(28647, 'ar', 'db', 'Recieved Amount', '\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0645\u0633\u062a\u0644\u0645', NULL, NULL),\n(28648, 'ar', 'db', 'Theme', '\u0633\u0645\u0629', NULL, NULL),\n(28649, 'ar', 'db', 'Staff Access', '\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u0648\u0638\u0641\u064a\u0646', NULL, NULL),\n(28650, 'ar', 'db', 'All Records', '\u062c\u0645\u064a\u0639 \u0627\u0644\u0633\u062c\u0644\u0627\u062a', NULL, NULL),\n(28651, 'ar', 'db', 'Own Records', '\u0627\u0644\u0633\u062c\u0644\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629', NULL, NULL),\n(28652, 'ar', 'db', 'Date Format', '\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u062a\u0627\u0631\u064a\u062e', NULL, NULL),\n(28653, 'ar', 'db', 'Empty Database', '\u0642\u0627\u0639\u062f\u0629 \u0628\u064a\u0627\u0646\u0627\u062a \u0641\u0627\u0631\u063a\u0629', NULL, NULL),\n(28654, 'ar', 'db', 'Stock Count', '\u0639\u062f\u062f \u0627\u0644\u0645\u062e\u0632\u0648\u0646', NULL, NULL),\n(28655, 'ar', 'db', 'Count Stock', '\u0639\u062f \u0627\u0644\u0645\u062e\u0632\u0648\u0646', NULL, NULL),\n(28656, 'ar', 'db', 'Full', '\u0645\u0645\u062a\u0644\u0649\u0621', NULL, NULL),\n(28657, 'ar', 'db', 'Finalize', '\u0625\u0646\u0647\u0627\u0621', NULL, NULL),\n(28658, 'ar', 'db', 'Initial File', '\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0623\u0648\u0644\u064a', NULL, NULL),\n(28659, 'ar', 'db', 'Final File', '\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0646\u0647\u0627\u0626\u064a', NULL, NULL),\n(28660, 'ar', 'db', 'Final Report', '\u0627\u0644\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0646\u0647\u0627\u0626\u064a', NULL, NULL),\n(28661, 'ar', 'db', 'Finalize Stock Count', '\u0625\u0643\u0645\u0627\u0644 \u062a\u0639\u062f\u0627\u062f \u0627\u0644\u0645\u062e\u0632\u0648\u0646', NULL, NULL),\n(28662, 'ar', 'db', 'You just need to update the Counted column in the initial file', '\u0643\u0644 \u0645\u0627 \u0639\u0644\u064a\u0643 \u0641\u0639\u0644\u0647 \u0647\u0648 \u062a\u062d\u062f\u064a\u062b \u0639\u0645\u0648\u062f \u0627\u0644\u0639\u062f\u062f \u0641\u064a \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0623\u0648\u0644\u064a', NULL, NULL),\n(28663, 'ar', 'db', 'Files', '\u0627\u0644\u0645\u0644\u0641\u0627\u062a', NULL, NULL),\n(28664, 'ar', 'db', 'Expected', '\u0645\u064f\u062a\u0648\u0642\u0639', NULL, NULL),\n(28665, 'ar', 'db', 'Counted', '\u062a\u0645 \u062d\u0633\u0627\u0628\u0647', NULL, NULL),\n(28666, 'ar', 'db', 'Difference', '\u0627\u062e\u062a\u0644\u0627\u0641', NULL, NULL),\n(28667, 'ar', 'db', 'Miscellaneous', '\u0645\u062a\u0646\u0648\u0639', NULL, NULL),\n(28668, 'ar', 'db', 'SMS Setting', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0642\u0635\u064a\u0631\u0629', NULL, NULL),\n(28669, 'ar', 'db', 'Send SMS', '\u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0646\u0635\u064a\u0629 \u0642\u0635\u064a\u0631\u0629', NULL, NULL),\n(28670, 'ar', 'db', 'Gateway', '\u0628\u0648\u0627\u0628\u0629', NULL, NULL),\n(28671, 'ar', 'db', 'Select SMS gateway', '\u0627\u062e\u062a\u0631 \u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0642\u0635\u064a\u0631\u0629...', NULL, NULL),\n(28672, 'ar', 'db', 'Create SMS', '\u0625\u0646\u0634\u0627\u0621 \u0631\u0633\u0627\u0644\u0629 \u0646\u0635\u064a\u0629 \u0642\u0635\u064a\u0631\u0629', NULL, NULL),\n(28673, 'ar', 'db', 'Mobile', '\u0645\u062a\u062d\u0631\u0643', NULL, NULL),\n(28674, 'ar', 'db', 'Message', '\u0631\u0633\u0627\u0644\u0629', NULL, NULL),\n(28675, 'ar', 'db', 'Add mobile numbers by selecting the customers', '\u0625\u0636\u0627\u0641\u0629 \u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0647\u0648\u0627\u062a\u0641 \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629 \u0639\u0646 \u0637\u0631\u064a\u0642 \u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0639\u0645\u0644\u0627\u0621', NULL, NULL),\n(28676, 'ar', 'db', 'Help', '\u064a\u0633\u0627\u0639\u062f', NULL, NULL),\n(28677, 'ar', 'db', 'Type Product Name or Code', '\u0627\u0643\u062a\u0628 \u0627\u0633\u0645 \u0627\u0644\u0645\u0646\u062a\u062c \u0623\u0648 \u0627\u0644\u0631\u0645\u0632...', NULL, NULL),\n(28678, 'ar', 'db', 'Type date or sale reference', '\u0627\u0643\u062a\u0628 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0623\u0648 \u0645\u0631\u062c\u0639 \u0627\u0644\u0628\u064a\u0639...', NULL, NULL),\n(28679, 'ar', 'db', 'Type date or purchase reference', '\u0627\u0643\u062a\u0628 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0623\u0648 \u0645\u0631\u062c\u0639 \u0627\u0644\u0634\u0631\u0627\u0621...', NULL, NULL),\n(28680, 'ar', 'db', 'Tax Number', '\u0627\u0644\u0631\u0642\u0645 \u0627\u0644\u0636\u0631\u064a\u0628\u064a', NULL, NULL),\n(28681, 'ar', 'db', 'Holiday', '\u0639\u0637\u0644\u0629', NULL, NULL),\n(28682, 'ar', 'db', 'Add Holiday', '\u0625\u0636\u0627\u0641\u0629 \u0639\u0637\u0644\u0629', NULL, NULL),\n(28683, 'ar', 'db', 'Update Holiday', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u0637\u0644\u0629', NULL, NULL),\n(28684, 'ar', 'db', 'Approve', '\u064a\u0639\u062a\u0645\u062f', NULL, NULL),\n(28685, 'ar', 'db', 'My Holiday', '\u0639\u0637\u0644\u062a\u064a', NULL, NULL),\n(28686, 'ar', 'db', 'Holiday Approve', '\u0645\u0648\u0627\u0641\u0642\u0629 \u0627\u0644\u0639\u0637\u0644\u0629', NULL, NULL),\n(28687, 'ar', 'db', 'My Transaction', '\u0645\u0639\u0627\u0645\u0644\u062a\u064a', NULL, NULL),\n(28688, 'ar', 'db', 'Sale Generated', '\u062a\u0645 \u062a\u0648\u0644\u064a\u062f \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a', NULL, NULL),\n(28689, 'ar', 'db', 'Purchase Generated', '\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0634\u0631\u0627\u0621', NULL, NULL),\n(28690, 'ar', 'db', 'Quotation Generated', '\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633', NULL, NULL),\n(28691, 'ar', 'db', 'Warehouse Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639', NULL, NULL),\n(28692, 'ar', 'db', 'Quick Cash', '\u0646\u0642\u0648\u062f \u0633\u0631\u064a\u0639\u0629', NULL, NULL),\n(28693, 'ar', 'db', 'Clear', '\u0648\u0627\u0636\u062d', NULL, NULL),\n(28694, 'ar', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', '\u064a\u0645\u0643\u0646\u0643 \u062a\u062d\u0645\u064a\u0644 \u0639\u062f\u0629 \u0635\u0648\u0631. \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u0633\u0645\u0648\u062d\u0629 \u0647\u064a .jpeg\u060c .jpg\u060c .png\u060c \u0648.gif \u0641\u0642\u0637. \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0633\u062a\u0643\u0648\u0646 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629', NULL, NULL),\n(28695, 'ar', 'db', 'This product has variant', '\u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u062a\u062c \u0644\u062f\u064a\u0647 \u0645\u062a\u063a\u064a\u0631', NULL, NULL),\n(28696, 'ar', 'db', 'Enter variant value seperated by comma', '\u0623\u062f\u062e\u0644 \u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u062a\u063a\u064a\u0631 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0627\u0635\u0644\u0629', NULL, NULL),\n(28697, 'ar', 'db', 'Item Code', '\u0631\u0645\u0632 \u0627\u0644\u0639\u0646\u0635\u0631', NULL, NULL),\n(28698, 'ar', 'db', 'Additional Price', '\u0633\u0639\u0631 \u0625\u0636\u0627\u0641\u064a', NULL, NULL),\n(28699, 'ar', 'db', 'Variant', '\u0645\u062a\u063a\u064a\u0631', NULL, NULL),\n(28700, 'ar', 'db', 'Warehouse Quantity', '\u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639', NULL, NULL),\n(28701, 'ar', 'db', 'Warehouse quantity of product variants', '\u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639 \u0645\u0646 \u0645\u062a\u063a\u064a\u0631\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28702, 'ar', 'db', 'Thank you for shopping with us Please come again', '\u0634\u0643\u0631\u064b\u0627 \u0644\u062a\u0633\u0648\u0642\u0643 \u0645\u0639\u0646\u0627. \u062a\u0641\u0636\u0644 \u0628\u0632\u064a\u0627\u0631\u062a\u0646\u0627 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649', NULL, NULL),\n(28703, 'ar', 'db', 'Money Transfer', '\u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0623\u0645\u0648\u0627\u0644', NULL, NULL),\n(28704, 'ar', 'db', 'Add Money Transfer', '\u0625\u0636\u0627\u0641\u0629 \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0623\u0645\u0648\u0627\u0644', NULL, NULL),\n(28705, 'ar', 'db', 'From Account', '\u0645\u0646 \u0627\u0644\u062d\u0633\u0627\u0628', NULL, NULL),\n(28706, 'ar', 'db', 'To Account', '\u0625\u0644\u0649 \u0627\u0644\u062d\u0633\u0627\u0628', NULL, NULL),\n(28707, 'ar', 'db', 'Update Money Transfer', '\u062a\u062d\u062f\u064a\u062b \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0623\u0645\u0648\u0627\u0644', NULL, NULL),\n(28708, 'ar', 'db', 'Stock Quantity', '\u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u062e\u0632\u0648\u0646', NULL, NULL),\n(28709, 'ar', 'db', 'Stock Worth (Price\\\\\/Cost)', '\u0642\u064a\u0645\u0629 \u0627\u0644\u0633\u0647\u0645 (\u0627\u0644\u0633\u0639\u0631\/\u0627\u0644\u062a\u0643\u0644\u0641\u0629)', NULL, NULL),\n(28710, 'ar', 'db', 'Number of Product', '\u0639\u062f\u062f \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a', NULL, NULL),\n(28711, 'ar', 'db', 'Add Cash Register', '\u0625\u0636\u0627\u0641\u0629 \u0633\u062c\u0644 \u0646\u0642\u062f\u064a', NULL, NULL),\n(28712, 'ar', 'db', 'Cash Register Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0633\u062c\u0644 \u0627\u0644\u0646\u0642\u062f\u064a', NULL, NULL),\n(28713, 'ar', 'db', 'Please review the transaction and payments', '\u064a\u0631\u062c\u0649 \u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0648\u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0627\u062a.', NULL, NULL),\n(28714, 'ar', 'db', 'Total Sale Amount', '\u0625\u062c\u0645\u0627\u0644\u064a \u0645\u0628\u0644\u063a \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28715, 'ar', 'db', 'Total Sale Return', '\u0625\u062c\u0645\u0627\u0644\u064a \u0639\u0627\u0626\u062f \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a', NULL, NULL),\n(28716, 'ar', 'db', 'Total Payment', '\u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a', NULL, NULL),\n(28717, 'ar', 'db', 'Cash Payment', '\u0627\u0644\u062f\u0641\u0639 \u0646\u0642\u062f\u064b\u0627', NULL, NULL),\n(28718, 'ar', 'db', 'Credit Card Payment', '\u0627\u0644\u062f\u0641\u0639 \u0628\u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646', NULL, NULL),\n(28719, 'ar', 'db', 'Gift Card Payment', '\u062f\u0641\u0639 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0647\u062f\u0627\u064a\u0627', NULL, NULL),\n(28720, 'ar', 'db', 'Cheque Payment', '\u062f\u0641\u0639 \u0627\u0644\u0634\u064a\u0643', NULL, NULL),\n(28721, 'ar', 'db', 'Paypal Payment', '\u0627\u0644\u062f\u0641\u0639 \u0639\u0628\u0631 \u0628\u0627\u064a \u0628\u0627\u0644', NULL, NULL),\n(28722, 'ar', 'db', 'Total Expense', '\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0646\u0641\u0642\u0627\u062a', NULL, NULL),\n(28723, 'ar', 'db', 'Total Cash', '\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0646\u0642\u062f', NULL, NULL),\n(28724, 'ar', 'db', 'Cash Register List', '\u0642\u0627\u0626\u0645\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0646\u0642\u062f', NULL, NULL),\n(28725, 'ar', 'db', 'Closed', '\u0645\u063a\u0644\u0642', NULL, NULL),\n(28726, 'ar', 'db', 'Close Register', '\u0625\u063a\u0644\u0627\u0642 \u0627\u0644\u0633\u062c\u0644', NULL, NULL),\n(28727, 'ar', 'db', 'Opened at', '\u062a\u0645 \u0627\u0641\u062a\u062a\u0627\u062d\u0647 \u0641\u064a', NULL, NULL),\n(28728, 'ar', 'db', 'Closed at', '\u0645\u063a\u0644\u0642 \u0639\u0646\u062f', NULL, NULL),\n(28729, 'ar', 'db', 'Delivery Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u062a\u0633\u0644\u064a\u0645', NULL, NULL),\n(28730, 'ar', 'db', 'Print Last Reciept', '\u0637\u0628\u0627\u0639\u0629 \u0622\u062e\u0631 \u0625\u064a\u0635\u0627\u0644', NULL, NULL),\n(28731, 'ar', 'db', 'Today Sale', '\u062a\u062e\u0641\u064a\u0636\u0627\u062a \u0627\u0644\u064a\u0648\u0645', NULL, NULL),\n(28732, 'ar', 'db', 'Today Profit', '\u0627\u0644\u0631\u0628\u062d \u0627\u0644\u064a\u0648\u0645', NULL, NULL),\n(28733, 'ar', 'db', 'Product Revenue', '\u0625\u064a\u0631\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28734, 'ar', 'db', 'Full Screen', '\u0645\u0644\u0621 \u0627\u0644\u0634\u0627\u0634\u0629', NULL, NULL),\n(28735, 'ar', 'db', 'Send Notification', '\u0625\u0631\u0633\u0627\u0644 \u0625\u0634\u0639\u0627\u0631', NULL, NULL),\n(28736, 'ar', 'db', 'Add Currency', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0639\u0645\u0644\u0629', NULL, NULL),\n(28737, 'ar', 'db', 'Update Currency', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u0645\u0644\u0629', NULL, NULL),\n(28738, 'ar', 'db', 'Currency Name', '\u0627\u0633\u0645 \u0627\u0644\u0639\u0645\u0644\u0629', NULL, NULL),\n(28739, 'ar', 'db', 'Currency Code', '\u0631\u0645\u0632 \u0627\u0644\u0639\u0645\u0644\u0629', NULL, NULL),\n(28740, 'ar', 'db', 'Exchange Rate', '\u0633\u0639\u0631 \u0627\u0644\u0635\u0631\u0641', NULL, NULL),\n(28741, 'ar', 'db', 'System Title', '\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0646\u0638\u0627\u0645', NULL, NULL),\n(28742, 'ar', 'db', 'System Logo', '\u0634\u0639\u0627\u0631 \u0627\u0644\u0646\u0638\u0627\u0645', NULL, NULL),\n(28743, 'ar', 'db', 'This product has different price for different warehouse', '\u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u062a\u062c \u0644\u0647 \u0633\u0639\u0631 \u0645\u062e\u062a\u0644\u0641 \u0628\u0627\u062e\u062a\u0644\u0627\u0641 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639\u0627\u062a', NULL, NULL),\n(28744, 'ar', 'db', 'Backup Database', '\u0646\u0633\u062e \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u062d\u062a\u064a\u0627\u0637\u064a\u064b\u0627', NULL, NULL),\n(28745, 'ar', 'db', 'Deposit Payment', '\u062f\u0641\u0639\u0629 \u0645\u0642\u062f\u0645\u0629', NULL, NULL),\n(28746, 'ar', 'db', 'Invoice Format', '\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(28747, 'ar', 'db', 'Transaction Reference', '\u0645\u0631\u062c\u0639 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629', NULL, NULL),\n(28748, 'ar', 'db', 'Batch No', '\u0631\u0642\u0645 \u0627\u0644\u062f\u0641\u0639\u0629', NULL, NULL),\n(28749, 'ar', 'db', 'This product has batch and expired date', '\u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u062a\u062c \u0644\u0647 \u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629', NULL, NULL),\n(28750, 'ar', 'db', 'Reward Point Setting', '\u0625\u0639\u062f\u0627\u062f \u0646\u0642\u0627\u0637 \u0627\u0644\u0645\u0643\u0627\u0641\u0623\u0629', NULL, NULL),\n(28751, 'ar', 'db', 'Sold amount per point', '\u0627\u0644\u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u0628\u0627\u0639\u0629 \u0644\u0643\u0644 \u0646\u0642\u0637\u0629', NULL, NULL),\n(28752, 'ar', 'db', 'Minumum sold amount to get point', '\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u0628\u0627\u0639\u0629 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0637\u0629', NULL, NULL),\n(28753, 'ar', 'db', 'Point Expiry Duration', '\u0645\u062f\u0629 \u0627\u0646\u062a\u0647\u0627\u0621 \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0646\u0642\u0627\u0637', NULL, NULL),\n(28754, 'ar', 'db', 'Duration Type', '\u0646\u0648\u0639 \u0627\u0644\u0645\u062f\u0629', NULL, NULL),\n(28755, 'ar', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', '\u0647\u0630\u0627 \u064a\u0639\u0646\u064a \u0639\u062f\u062f \u0627\u0644\u0646\u0642\u0627\u0637 \u0627\u0644\u062a\u064a \u0633\u064a\u062d\u0635\u0644 \u0639\u0644\u064a\u0647\u0627 \u0627\u0644\u0639\u0645\u064a\u0644 \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a. \u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644\u060c \u0625\u0630\u0627 \u0648\u0636\u0639\u062a \u0661\u0660\u0660\u060c \u0633\u064a\u062d\u0635\u0644 \u0627\u0644\u0639\u0645\u064a\u0644 \u0639\u0644\u0649 \u0646\u0642\u0637\u0629 \u0648\u0627\u062d\u062f\u0629 \u0643\u0645\u0643\u0627\u0641\u0623\u0629 \u0645\u0642\u0627\u0628\u0644 \u0643\u0644 \u0661\u0660\u0660 \u062f\u0648\u0644\u0627\u0631 \u064a\u0646\u0641\u0642\u0647\u0627', NULL, NULL),\n(28756, 'ar', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', '\u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644\u060c \u0625\u0630\u0627 \u0648\u0636\u0639\u062a 100\u060c \u0641\u0625\u0646 \u0627\u0644\u0639\u0645\u064a\u0644 \u0644\u0646 \u064a\u062d\u0635\u0644 \u0639\u0644\u0649 \u0646\u0642\u0637\u0629 \u0625\u0644\u0627 \u0628\u0639\u062f \u0625\u0646\u0641\u0627\u0642 100 \u062f\u0648\u0644\u0627\u0631 \u0623\u0648 \u0623\u0643\u062b\u0631.', NULL, NULL),\n(28757, 'ar', 'db', 'Active reward point', '\u0646\u0642\u0637\u0629 \u0645\u0643\u0627\u0641\u0623\u0629 \u0646\u0634\u0637\u0629', NULL, NULL),\n(28758, 'ar', 'db', 'Reward Points', '\u0646\u0642\u0627\u0637 \u0627\u0644\u0645\u0643\u0627\u0641\u0623\u0629', NULL, NULL),\n(28759, 'ar', 'db', 'One Point is Equivalent to =>', '\u0646\u0642\u0637\u0629 \u0648\u0627\u062d\u062f\u0629 \u062a\u0639\u0627\u062f\u0644 =>', NULL, NULL),\n(28760, 'ar', 'db', 'This product has IMEI or Serial numbers', '\u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u062a\u062c \u0644\u062f\u064a\u0647 \u0631\u0642\u0645 IMEI \u0623\u0648 \u0631\u0642\u0645 \u062a\u0633\u0644\u0633\u0644\u064a', NULL, NULL),\n(28761, 'ar', 'db', 'IMEI or Serial Numbers', 'IMEI \u0623\u0648 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u062a\u0633\u0644\u0633\u0644\u064a\u0629', NULL, NULL),\n(28762, 'ar', 'db', 'RTL Layout', '\u062a\u062e\u0637\u064a\u0637 RTL', NULL, NULL),\n(28763, 'ar', 'db', 'Cheque', '\u064a\u0641\u062d\u0635', NULL, NULL),\n(28764, 'ar', 'db', 'Cash', '\u0646\u0642\u062f\u064a', NULL, NULL),\n(28765, 'ar', 'db', 'PayPal', '\u0628\u0627\u064a \u0628\u0627\u0644', NULL, NULL),\n(28766, 'ar', 'db', 'Points', '\u0646\u0642\u0627\u0637', NULL, NULL),\n(28767, 'ar', 'db', 'Cancel', '\u064a\u0644\u063a\u064a', NULL, NULL),\n(28768, 'ar', 'db', 'Recent Transaction', '\u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0627\u0644\u0623\u062e\u064a\u0631\u0629', NULL, NULL),\n(28769, 'ar', 'db', 'Discount Plan', '\u062e\u0637\u0629 \u0627\u0644\u062e\u0635\u0645', NULL, NULL),\n(28770, 'ar', 'db', 'Create Discount Plan', '\u0625\u0646\u0634\u0627\u0621 \u062e\u0637\u0629 \u062e\u0635\u0645', NULL, NULL),\n(28771, 'ar', 'db', 'Inactive', '\u063a\u064a\u0631 \u0646\u0634\u0637', NULL, NULL),\n(28772, 'ar', 'db', 'Create Discount', '\u0625\u0646\u0634\u0627\u0621 \u062e\u0635\u0645', NULL, NULL),\n(28773, 'ar', 'db', 'Valid From', '\u0635\u0627\u0644\u062d \u0645\u0646', NULL, NULL),\n(28774, 'ar', 'db', 'Valid Till', '\u0635\u0627\u0644\u062d \u062d\u062a\u0649', NULL, NULL),\n(28775, 'ar', 'db', 'Discount Type', '\u0646\u0648\u0639 \u0627\u0644\u062e\u0635\u0645', NULL, NULL),\n(28776, 'ar', 'db', 'Value', '\u0642\u064a\u0645\u0629', NULL, NULL),\n(28777, 'ar', 'db', 'Minimum Qty', '\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0643\u0645\u064a\u0629', NULL, NULL),\n(28778, 'ar', 'db', 'Maximum Qty', '\u0627\u0644\u0643\u0645\u064a\u0629 \u0627\u0644\u0642\u0635\u0648\u0649', NULL, NULL),\n(28779, 'ar', 'db', 'Type product code seperated by comma', '\u0627\u0643\u062a\u0628 \u0631\u0645\u0632 \u0627\u0644\u0645\u0646\u062a\u062c \u0645\u0641\u0635\u0648\u0644\u064b\u0627 \u0628\u0641\u0627\u0635\u0644\u0629', NULL, NULL),\n(28780, 'ar', 'db', 'Applicable For', '\u064a\u0646\u0637\u0628\u0642 \u0639\u0644\u0649', NULL, NULL),\n(28781, 'ar', 'db', 'All Products', '\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a', NULL, NULL),\n(28782, 'ar', 'db', 'Specific Products', '\u0645\u0646\u062a\u062c\u0627\u062a \u0645\u062d\u062f\u062f\u0629', NULL, NULL),\n(28783, 'ar', 'db', 'Valid on the following days', '\u0635\u0627\u0644\u062d\u0629 \u0641\u064a \u0627\u0644\u0623\u064a\u0627\u0645 \u0627\u0644\u062a\u0627\u0644\u064a\u0629', NULL, NULL),\n(28784, 'ar', 'db', 'Validity', '\u0635\u062d\u0629', NULL, NULL),\n(28785, 'ar', 'db', 'Days', '\u0623\u064a\u0627\u0645', NULL, NULL),\n(28786, 'ar', 'db', 'Products', '\u0645\u0646\u062a\u062c\u0627\u062a', NULL, NULL),\n(28787, 'ar', 'db', 'Update Discount Plan', '\u062a\u062d\u062f\u064a\u062b \u062e\u0637\u0629 \u0627\u0644\u062e\u0635\u0645', NULL, NULL),\n(28788, 'ar', 'db', 'Update Discount', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062e\u0635\u0645', NULL, NULL),\n(28789, 'ar', 'db', 'Order Discount Type', '\u0646\u0648\u0639 \u062e\u0635\u0645 \u0627\u0644\u0637\u0644\u0628', NULL, NULL),\n(28790, 'ar', 'db', 'Order Discount Value', '\u0642\u064a\u0645\u0629 \u062e\u0635\u0645 \u0627\u0644\u0637\u0644\u0628', NULL, NULL),\n(28791, 'ar', 'db', 'Flat', '\u0645\u0633\u062a\u0648\u064a', NULL, NULL),\n(28792, 'ar', 'db', 'Revenue and Profit Summary', '\u0645\u0644\u062e\u0635 \u0627\u0644\u0625\u064a\u0631\u0627\u062f\u0627\u062a \u0648\u0627\u0644\u0623\u0631\u0628\u0627\u062d', NULL, NULL),\n(28793, 'ar', 'db', 'Monthly Summary', '\u0627\u0644\u0645\u0644\u062e\u0635 \u0627\u0644\u0634\u0647\u0631\u064a', NULL, NULL),\n(28794, 'ar', 'db', 'Switch Theme', '\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u0645\u0648\u0636\u0648\u0639', NULL, NULL),\n(28795, 'ar', 'db', 'Documentation', '\u0627\u0644\u062a\u0648\u062b\u064a\u0642', NULL, NULL),\n(28796, 'ar', 'db', 'Product Expiry Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0646\u062a\u0647\u0627\u0621 \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28797, 'ar', 'db', 'Sale Return List', '\u0642\u0627\u0626\u0645\u0629 \u0625\u0631\u062c\u0627\u0639 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a', NULL, NULL),\n(28798, 'ar', 'db', 'Purchase Return List', '\u0642\u0627\u0626\u0645\u0629 \u0625\u0631\u062c\u0627\u0639 \u0627\u0644\u0645\u0634\u062a\u0631\u064a\u0627\u062a', NULL, NULL),\n(28799, 'ar', 'db', 'Purchase Return Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0625\u0631\u062c\u0627\u0639 \u0627\u0644\u0645\u0634\u062a\u0631\u064a\u0627\u062a', NULL, NULL),\n(28800, 'ar', 'db', 'Purchase Payment', '\u062f\u0641\u0639\u0629 \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(28801, 'ar', 'db', 'Sale Payment', '\u062f\u0641\u0639\u0629 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28802, 'ar', 'db', 'Sale Report Chart', '\u0645\u062e\u0637\u0637 \u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a', NULL, NULL),\n(28803, 'ar', 'db', 'Time Period', '\u0627\u0644\u0641\u062a\u0631\u0629 \u0627\u0644\u0632\u0645\u0646\u064a\u0629', NULL, NULL),\n(28804, 'ar', 'db', 'Notification List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a', NULL, NULL),\n(28805, 'ar', 'db', 'Document', '\u0648\u062b\u064a\u0642\u0629', NULL, NULL),\n(28806, 'ar', 'db', 'All Notification', '\u062c\u0645\u064a\u0639 \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a', NULL, NULL),\n(28807, 'ar', 'db', 'Read', '\u064a\u0642\u0631\u0623', NULL, NULL),\n(28808, 'ar', 'db', 'Unread', '\u063a\u064a\u0631 \u0645\u0642\u0631\u0648\u0621', NULL, NULL),\n(28809, 'ar', 'db', 'Daily Sale Objective', '\u0647\u062f\u0641 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a \u0627\u0644\u064a\u0648\u0645\u064a\u0629', NULL, NULL),\n(28810, 'ar', 'db', 'Product Info', '\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28811, 'ar', 'db', 'Number of Products', '\u0639\u062f\u062f \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a', NULL, NULL),\n(28812, 'ar', 'db', 'Daily Sale Objective Report', '\u062a\u0642\u0631\u064a\u0631 \u0623\u0647\u062f\u0627\u0641 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a \u0627\u0644\u064a\u0648\u0645\u064a\u0629', NULL, NULL),\n(28813, 'ar', 'db', 'Embedded Barcode', '\u0627\u0644\u0628\u0627\u0631\u0643\u0648\u062f \u0627\u0644\u0645\u0636\u0645\u0646', NULL, NULL),\n(28814, 'ar', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', '\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u0628\u064a\u0639\u0647\u0627 \u064a\u0648\u0645\u064a\u064b\u0627. \u0625\u0630\u0627 \u0644\u0645 \u064a\u0643\u0646 \u0643\u0630\u0644\u0643\u060c \u0641\u0633\u064a\u062a\u0645 \u0625\u0639\u0644\u0627\u0645\u0643 \u0639\u0644\u0649 \u0644\u0648\u062d\u0629 \u0627\u0644\u062a\u062d\u0643\u0645. \u0648\u0644\u0643\u0646 \u0639\u0644\u064a\u0643 \u0625\u0639\u062f\u0627\u062f \u0645\u0647\u0645\u0629 cron \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d \u0644\u0630\u0644\u0643. \u0627\u062a\u0628\u0639 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0644\u0645\u062a\u0639\u0644\u0642\u0629 \u0628\u0630\u0644\u0643', NULL, NULL),\n(28815, 'ar', 'db', 'Deposited Balance', '\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u0648\u062f\u0639', NULL, NULL),\n(28816, 'ar', 'db', 'Total Due', '\u0627\u0644\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0645\u0633\u062a\u062d\u0642', NULL, NULL),\n(28817, 'ar', 'db', 'Clear Due', '\u0645\u0633\u062a\u062d\u0642 \u0628\u0627\u0644\u0643\u0627\u0645\u0644', NULL, NULL),\n(28818, 'ar', 'db', 'Both Customer and Supplier', '\u0627\u0644\u0639\u0645\u064a\u0644 \u0648\u0627\u0644\u0645\u0648\u0631\u062f \u0639\u0644\u0649 \u062d\u062f \u0633\u0648\u0627\u0621', NULL, NULL),\n(28819, 'ar', 'db', 'Check this if this product will be used in weight scale machine', '\u0642\u0645 \u0628\u062a\u062d\u062f\u064a\u062f \u0647\u0630\u0627 \u0627\u0644\u0645\u0631\u0628\u0639 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u062a\u062c \u0633\u064a\u062a\u0645 \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647 \u0641\u064a \u0622\u0644\u0629 \u0642\u064a\u0627\u0633 \u0627\u0644\u0648\u0632\u0646.', NULL, NULL),\n(28820, 'ar', 'db', 'Add More Variant', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u062a\u063a\u064a\u0631\u0627\u062a', NULL, NULL),\n(28821, 'ar', 'db', 'Additional Cost', '\u062a\u0643\u0644\u0641\u0629 \u0625\u0636\u0627\u0641\u064a\u0629', NULL, NULL),\n(28822, 'ar', 'db', 'Product Variant Information', '\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0645\u062a\u063a\u064a\u0631\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28823, 'ar', 'db', 'Product History', '\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28824, 'ar', 'db', 'Delivery Status', '\u062d\u0627\u0644\u0629 \u0627\u0644\u062a\u0633\u0644\u064a\u0645', NULL, NULL),\n(28825, 'ar', 'db', 'Supplier Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0645\u0648\u0631\u062f', NULL, NULL),\n(28826, 'ar', 'db', 'Customer Due Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0639\u0645\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u062d\u0642', NULL, NULL),\n(28827, 'ar', 'db', 'Supplier Due Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0648\u0631\u062f \u0627\u0644\u0645\u0633\u062a\u062d\u0642', NULL, NULL),\n(28828, 'ar', 'db', 'Returned Amount', '\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0645\u0633\u062a\u0631\u062c\u0639', NULL, NULL),\n(28829, 'ar', 'db', 'Related Transaction', '\u0645\u0639\u0627\u0645\u0644\u0629 \u0630\u0627\u062a \u0635\u0644\u0629', NULL, NULL),\n(28830, 'ar', 'db', 'Tenant Name', '\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u0623\u062c\u0631', NULL, NULL),\n(28831, 'ar', 'db', 'Domain Prefix', '\u0628\u0627\u062f\u0626\u0629 \u0627\u0644\u0645\u062c\u0627\u0644', NULL, NULL),\n(28832, 'ar', 'db', 'Created At', '\u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647 \u0641\u064a', NULL, NULL),\n(28833, 'ar', 'db', 'Client List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621', NULL, NULL),\n(28834, 'ar', 'db', 'Add Client', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0639\u0645\u064a\u0644', NULL, NULL),\n(28835, 'ar', 'db', 'Invoice Size', '\u062d\u062c\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(28836, 'ar', 'db', 'A4', 'A4', NULL, NULL),\n(28837, 'ar', 'db', 'Thermal POS receipt', '\u0625\u064a\u0635\u0627\u0644 \u0646\u0642\u0627\u0637 \u0627\u0644\u0628\u064a\u0639 \u0627\u0644\u062d\u0631\u0627\u0631\u064a\u0629', NULL, NULL),\n(28838, 'ar', 'db', 'Total Before Tax', '\u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a \u0642\u0628\u0644 \u0627\u0644\u0636\u0631\u064a\u0628\u0629', NULL, NULL),\n(28839, 'ar', 'db', 'Digits after deciaml point', '\u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0628\u0639\u062f \u0627\u0644\u0646\u0642\u0637\u0629 \u0627\u0644\u0639\u0634\u0631\u064a\u0629', NULL, NULL),\n(28840, 'ar', 'db', 'Subscription Ends at', '\u064a\u0646\u062a\u0647\u064a \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 \u0641\u064a', NULL, NULL),\n(28841, 'ar', 'db', 'Customer Group Report', '\u062a\u0642\u0631\u064a\u0631 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621', NULL, NULL),\n(28842, 'ar', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', '\u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u064a\u062f \u0628\u064a\u0639 \u0645\u0646\u062a\u062c\u0643 \u0628\u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u060c \u0641\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0642\u064a\u0645\u0629 \u0627\u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0645\u0626\u0648\u064a\u0629 \u0635\u0641\u0631\u064b\u0627.', NULL, NULL),\n(28843, 'ar', 'db', 'If this is your default currency, the exchange rate must be 1', '\u0625\u0630\u0627 \u0643\u0627\u0646\u062a \u0647\u0630\u0647 \u0647\u064a \u0627\u0644\u0639\u0645\u0644\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629 \u0644\u062f\u064a\u0643\u060c \u0641\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0633\u0639\u0631 \u0627\u0644\u0635\u0631\u0641 1.', NULL, NULL),\n(28844, 'ar', 'db', 'Add Purchase Return', '\u0625\u0636\u0627\u0641\u0629 \u0625\u0631\u062c\u0627\u0639 \u0627\u0644\u0645\u0634\u062a\u0631\u064a\u0627\u062a', NULL, NULL),\n(28845, 'ar', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', '\u0627\u0644\u0639\u0645\u0644\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629 \u0641\u0642\u0637 \u0647\u064a \u0627\u0644\u062a\u064a \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u0647\u0627 \u0633\u0639\u0631 \u0635\u0631\u0641 \u0661. \u064a\u064f\u0631\u062c\u0649 \u062a\u063a\u064a\u064a\u0631 \u0633\u0639\u0631 \u0635\u0631\u0641 \u0639\u0645\u0644\u062a\u0643 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629', NULL, NULL),\n(28846, 'ar', 'db', 'Click to Add', '\u0627\u0646\u0642\u0631 \u0644\u0644\u0625\u0636\u0627\u0641\u0629', NULL, NULL),\n(28847, 'ar', 'db', 'Free Trial Limit', '\u062d\u062f \u0627\u0644\u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u0645\u062c\u0627\u0646\u064a\u0629', NULL, NULL),\n(28849, 'ar', 'db', 'Renew Subscription', '\u062a\u062c\u062f\u064a\u062f \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643', NULL, NULL),\n(28850, 'ar', 'db', 'Update Client DB', '\u062a\u062d\u062f\u064a\u062b \u0642\u0627\u0639\u062f\u0629 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0639\u0645\u064a\u0644', NULL, NULL),\n(28851, 'ar', 'db', 'Client', '\u0639\u0645\u064a\u0644', NULL, NULL),\n(28852, 'ar', 'db', 'Domain', '\u0627\u0650\u062e\u062a\u0650\u0635\u0627\u0635', NULL, NULL),\n(28853, 'ar', 'db', 'Package', '\u0637\u064e\u0631\u062f', NULL, NULL),\n(28854, 'ar', 'db', 'Package List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062d\u0632\u0645\u0629', NULL, NULL),\n(28855, 'ar', 'db', 'Add Package', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062d\u0632\u0645\u0629', NULL, NULL),\n(28856, 'ar', 'db', 'Update Package', '\u062d\u0632\u0645\u0629 \u0627\u0644\u062a\u062d\u062f\u064a\u062b', NULL, NULL),\n(28857, 'ar', 'db', 'Free Trial', '\u062a\u062c\u0631\u0628\u0629 \u0645\u062c\u0627\u0646\u064a\u0629', NULL, NULL),\n(28858, 'ar', 'db', 'Monthly Fee', '\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0634\u0647\u0631\u064a\u0629', NULL, NULL),\n(28859, 'ar', 'db', 'Yearly Fee', '\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0633\u0646\u0648\u064a\u0629', NULL, NULL),\n(28860, 'ar', 'db', 'Number of Warehouses', '\u0639\u062f\u062f \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639\u0627\u062a', NULL, NULL),\n(28861, 'ar', 'db', 'Number of Invoices', '\u0639\u062f\u062f \u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631', NULL, NULL),\n(28862, 'ar', 'db', 'Number of User Account', '\u0639\u062f\u062f \u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645', NULL, NULL),\n(28863, 'ar', 'db', 'Number of Employees', '\u0639\u062f\u062f \u0627\u0644\u0645\u0648\u0638\u0641\u064a\u0646', NULL, NULL),\n(28864, 'ar', 'db', 'Infinity', '\u0627\u0644\u0644\u0627\u0646\u0647\u0627\u064a\u0629', NULL, NULL),\n(28865, 'ar', 'db', 'Features', '\u0633\u0645\u0627\u062a', NULL, NULL),\n(28866, 'ar', 'db', 'Unlimited', '\u063a\u064a\u0631 \u0645\u062d\u062f\u0648\u062f', NULL, NULL),\n(28867, 'ar', 'db', 'Package Name', '\u0627\u0633\u0645 \u0627\u0644\u062d\u0632\u0645\u0629', NULL, NULL),\n(28868, 'ar', 'db', 'Change Package', '\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u062d\u0632\u0645\u0629', NULL, NULL),\n(28869, 'ar', 'db', 'Active Payment Gateway', '\u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0646\u0634\u0637\u0629', NULL, NULL),\n(28870, 'ar', 'db', 'No Payment Gateway', '\u0644\u0627 \u064a\u0648\u062c\u062f \u0628\u0648\u0627\u0628\u0629 \u062f\u0641\u0639', NULL, NULL),\n(28871, 'ar', 'db', 'Payment Setting', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(28872, 'ar', 'db', 'Subscription Type', '\u0646\u0648\u0639 \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643', NULL, NULL),\n(28873, 'ar', 'db', 'Update SuperAdmin DB', '\u062a\u062d\u062f\u064a\u062b \u0642\u0627\u0639\u062f\u0629 \u0628\u064a\u0627\u0646\u0627\u062a SuperAdmin', NULL, NULL),\n(28874, 'ar', 'db', 'Payments', '\u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0627\u062a', NULL, NULL),\n(28875, 'ar', 'db', 'CMS', '\u0646\u0638\u0627\u0645 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649', NULL, NULL),\n(28876, 'ar', 'db', 'Support Tickets', '\u062a\u0630\u0627\u0643\u0631 \u0627\u0644\u062f\u0639\u0645', NULL, NULL),\n(28877, 'ar', 'db', 'Testimonials', '\u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a', NULL, NULL),\n(28878, 'ar', 'db', 'Blog', '\u0645\u062f\u0648\u0646\u0629', NULL, NULL),\n(28879, 'ar', 'db', 'Page', '\u0635\u0641\u062d\u0629', NULL, NULL),\n(28880, 'ar', 'db', 'All Blog Posts', '\u062c\u0645\u064a\u0639 \u0645\u0646\u0634\u0648\u0631\u0627\u062a \u0627\u0644\u0645\u062f\u0648\u0646\u0629', NULL, NULL),\n(28881, 'ar', 'db', 'All Pages', '\u062c\u0645\u064a\u0639 \u0627\u0644\u0635\u0641\u062d\u0627\u062a', NULL, NULL),\n(28882, 'ar', 'db', 'Subscription value', '\u0642\u064a\u0645\u0629 \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643', NULL, NULL),\n(28883, 'ar', 'db', 'Total Clients', '\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0639\u0645\u0644\u0627\u0621', NULL, NULL),\n(28884, 'ar', 'db', 'Packages', '\u0627\u0644\u062d\u0632\u0645', NULL, NULL),\n(28885, 'ar', 'db', 'Send message to tenants', '\u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u0623\u062c\u0631\u064a\u0646', NULL, NULL),\n(28886, 'ar', 'db', 'SEO Setting', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u062a\u062d\u0633\u064a\u0646 \u0645\u062d\u0631\u0643\u0627\u062a \u0627\u0644\u0628\u062d\u062b', NULL, NULL),\n(28887, 'ar', 'db', 'Meta Title', '\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0631\u0626\u064a\u0633\u064a', NULL, NULL),\n(28888, 'ar', 'db', '50-60 characters', '50-60 \u062d\u0631\u0641\u064b\u0627', NULL, NULL),\n(28889, 'ar', 'db', 'Meta Description', '\u0627\u0644\u0648\u0635\u0641 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a', NULL, NULL),\n(28890, 'ar', 'db', '150-160 characters', '150-160 \u062d\u0631\u0641\u064b\u0627', NULL, NULL),\n(28891, 'ar', 'db', 'og Title', '\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0631\u0626\u064a\u0633\u064a', NULL, NULL),\n(28892, 'ar', 'db', 'og Description', '\u0648\u0635\u0641 og', NULL, NULL),\n(28893, 'ar', 'db', 'og Image', '\u0635\u0648\u0631\u0629 \u0623\u0648\u062c', NULL, NULL),\n(28894, 'ar', 'db', 'Analytics Setting', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062a\u062d\u0644\u064a\u0644\u0627\u062a', NULL, NULL),\n(28895, 'ar', 'db', 'Google Analytics Script', '\u0646\u0635 \u062c\u0648\u062c\u0644 \u0623\u0646\u0627\u0644\u064a\u062a\u0643\u0633', NULL, NULL),\n(28896, 'ar', 'db', 'Facebook Pixel Script', '\u0646\u0635 \u0628\u0643\u0633\u0644 \u0641\u064a\u0633\u0628\u0648\u0643', NULL, NULL),\n(28897, 'ar', 'db', 'Chat Script', '\u0646\u0635 \u0627\u0644\u062f\u0631\u062f\u0634\u0629', NULL, NULL),\n(28898, 'ar', 'db', 'Hero Section', '\u0642\u0633\u0645 \u0627\u0644\u0623\u0628\u0637\u0627\u0644', NULL, NULL),\n(28899, 'ar', 'db', 'Heading', '\u0639\u0646\u0648\u0627\u0646', NULL, NULL),\n(28900, 'ar', 'db', 'Sub Heading', '\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0641\u0631\u0639\u064a', NULL, NULL),\n(28901, 'ar', 'db', 'Hero Image', '\u0635\u0648\u0631\u0629 \u0627\u0644\u0628\u0637\u0644', NULL, NULL),\n(28902, 'ar', 'db', 'Save', '\u064a\u062d\u0641\u0638', NULL, NULL),\n(28903, 'ar', 'db', 'Module Section', '\u0642\u0633\u0645 \u0627\u0644\u0648\u062d\u062f\u0629', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(28904, 'ar', 'db', 'Click to choose icon', '\u0627\u0646\u0642\u0631 \u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0631\u0645\u0632', NULL, NULL),\n(28906, 'ar', 'db', 'Add More', '\u0623\u0636\u0641 \u0627\u0644\u0645\u0632\u064a\u062f', NULL, NULL),\n(28907, 'ar', 'db', 'Icon', '\u0631\u0645\u0632', NULL, NULL),\n(28908, 'ar', 'db', 'Feature Section', '\u0642\u0633\u0645 \u0627\u0644\u0645\u0645\u064a\u0632\u0627\u062a', NULL, NULL),\n(28909, 'ar', 'db', 'FAQ Section', '\u0642\u0633\u0645 \u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629', NULL, NULL),\n(28910, 'ar', 'db', 'Question', '\u0633\u0624\u0627\u0644', NULL, NULL),\n(28911, 'ar', 'db', 'Answer', '\u0625\u062c\u0627\u0628\u0629', NULL, NULL),\n(28912, 'ar', 'db', 'Update FAQ', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629', NULL, NULL),\n(28913, 'ar', 'db', 'Update Module', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0648\u062d\u062f\u0629', NULL, NULL),\n(28914, 'ar', 'db', 'Update Feature', '\u0645\u064a\u0632\u0629 \u0627\u0644\u062a\u062d\u062f\u064a\u062b', NULL, NULL),\n(28915, 'ar', 'db', 'Testimonial Section', '\u0642\u0633\u0645 \u0627\u0644\u0634\u0647\u0627\u062f\u0627\u062a', NULL, NULL),\n(28916, 'ar', 'db', 'Blog Section', '\u0642\u0633\u0645 \u0627\u0644\u0645\u062f\u0648\u0646\u0629', NULL, NULL),\n(28917, 'ar', 'db', 'Page Section', '\u0642\u0633\u0645 \u0627\u0644\u0635\u0641\u062d\u0629', NULL, NULL),\n(28918, 'ar', 'db', 'Social Section', '\u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a', NULL, NULL),\n(28919, 'ar', 'db', 'Business Name', '\u0627\u0633\u0645 \u0627\u0644\u0634\u0631\u0643\u0629', NULL, NULL),\n(28920, 'ar', 'db', 'Text', '\u0646\u0635', NULL, NULL),\n(28921, 'ar', 'db', 'Update Testimonial', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0634\u0647\u0627\u062f\u0629', NULL, NULL),\n(28922, 'ar', 'db', 'Add Post', '\u0625\u0636\u0627\u0641\u0629 \u0645\u0646\u0634\u0648\u0631', NULL, NULL),\n(28923, 'ar', 'db', 'Blog Title', '\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u062f\u0648\u0646\u0629', NULL, NULL),\n(28924, 'ar', 'db', 'Page Title', '\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062d\u0629', NULL, NULL),\n(28926, 'ar', 'db', 'Update Blog', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u062f\u0648\u0646\u0629', NULL, NULL),\n(28927, 'ar', 'db', 'Update Page', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629', NULL, NULL),\n(28928, 'ar', 'db', 'Open Graph Title', '\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0628\u064a\u0627\u0646\u064a \u0627\u0644\u0645\u0641\u062a\u0648\u062d', NULL, NULL),\n(28929, 'ar', 'db', 'Open Graph Description', '\u0648\u0635\u0641 \u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0628\u064a\u0627\u0646\u064a \u0627\u0644\u0645\u0641\u062a\u0648\u062d', NULL, NULL),\n(28931, 'ar', 'db', 'Link', '\u0648\u0635\u0644\u0629', NULL, NULL),\n(28932, 'ar', 'db', 'Update Social', '\u062a\u062d\u062f\u064a\u062b \u0627\u062c\u062a\u0645\u0627\u0639\u064a', NULL, NULL),\n(28933, 'ar', 'db', 'All Blogs', '\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u062f\u0648\u0646\u0627\u062a', NULL, NULL),\n(28934, 'ar', 'db', 'Add Page', '\u0625\u0636\u0627\u0641\u0629 \u0635\u0641\u062d\u0629', NULL, NULL),\n(28935, 'ar', 'db', 'Field Belongs To', '\u0627\u0644\u062d\u0642\u0644 \u0645\u0644\u0643 \u0644\u0640', NULL, NULL),\n(28936, 'ar', 'db', 'Field Name', '\u0627\u0633\u0645 \u0627\u0644\u062d\u0642\u0644', NULL, NULL),\n(28937, 'ar', 'db', 'Field Type', '\u0646\u0648\u0639 \u0627\u0644\u062d\u0642\u0644', NULL, NULL),\n(28938, 'ar', 'db', 'Default Value', '\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629', NULL, NULL),\n(28939, 'ar', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', '\u0627\u0644\u0634\u0628\u0643\u0629 (\u0639\u0645\u0648\u062f Bootstrap \u0627\u0644\u0645\u0639\u0627\u062f\u0644 12) - \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0647\u0648 12', NULL, NULL),\n(28940, 'ar', 'db', 'Required', '\u0645\u0637\u0644\u0648\u0628', NULL, NULL),\n(28941, 'ar', 'db', 'Admin Only', '\u0644\u0644\u0645\u0633\u0624\u0648\u0644\u064a\u0646 \u0641\u0642\u0637', NULL, NULL),\n(28942, 'ar', 'db', 'Disabled', '\u0639\u0627\u062c\u0632', NULL, NULL),\n(28943, 'ar', 'db', 'Visibility', '\u0627\u0644\u0631\u0624\u064a\u0629', NULL, NULL),\n(28944, 'ar', 'db', 'Show on Table', '\u0639\u0631\u0636 \u0639\u0644\u0649 \u0627\u0644\u0637\u0627\u0648\u0644\u0629', NULL, NULL),\n(28945, 'ar', 'db', 'Show on Invoice', '\u0625\u0638\u0647\u0627\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(28946, 'ar', 'db', 'Nothing Selected', '\u0644\u0645 \u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062f \u0623\u064a \u0634\u064a\u0621', NULL, NULL),\n(28947, 'ar', 'db', 'Custom Field', '\u062d\u0642\u0644 \u0645\u062e\u0635\u0635', NULL, NULL),\n(28948, 'ar', 'db', 'Custom Field List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062d\u0642\u0648\u0644 \u0627\u0644\u0645\u062e\u0635\u0635\u0629', NULL, NULL),\n(28949, 'ar', 'db', 'Create Custom Field', '\u0625\u0646\u0634\u0627\u0621 \u062d\u0642\u0644 \u0645\u062e\u0635\u0635', NULL, NULL),\n(28950, 'ar', 'db', 'Options', '\u062e\u064a\u0627\u0631\u0627\u062a', NULL, NULL),\n(28951, 'ar', 'db', 'Update Custom Field', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062d\u0642\u0644 \u0627\u0644\u0645\u062e\u0635\u0635', NULL, NULL),\n(28952, 'ar', 'db', 'Total Price', '\u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a', NULL, NULL),\n(28953, 'ar', 'db', 'Reminder Date', '\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u062a\u0630\u0643\u064a\u0631', NULL, NULL),\n(28954, 'ar', 'db', 'Total Cost', '\u0627\u0644\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a\u0629', NULL, NULL),\n(28955, 'ar', 'db', 'Mail Driver', '\u0633\u0627\u0626\u0642 \u0627\u0644\u0628\u0631\u064a\u062f', NULL, NULL),\n(28956, 'ar', 'db', 'Update existing clients who are using this package', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0627\u0644\u062d\u0627\u0644\u064a\u064a\u0646 \u0627\u0644\u0630\u064a\u0646 \u064a\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0647\u0630\u0647 \u0627\u0644\u062d\u0632\u0645\u0629', NULL, NULL),\n(28957, 'ar', 'db', 'ZATCA QrCode', '\u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064a\u0639\u0629 \u0632\u0627\u062a\u0643\u0627', NULL, NULL),\n(28958, 'ar', 'db', 'VAT Registration Number', '\u0631\u0642\u0645 \u062a\u0633\u062c\u064a\u0644 \u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0636\u0627\u0641\u0629', NULL, NULL),\n(28959, 'ar', 'db', 'Button Text', '\u0646\u0635 \u0627\u0644\u0632\u0631', NULL, NULL),\n(28960, 'ar', 'db', 'Modules', '\u0627\u0644\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u0646\u0645\u0637\u064a\u0629', NULL, NULL),\n(28961, 'ar', 'db', 'Add Module', '\u0625\u0636\u0627\u0641\u0629 \u0648\u062d\u062f\u0629', NULL, NULL),\n(28962, 'ar', 'db', 'Add Faq', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629', NULL, NULL),\n(28963, 'ar', 'db', 'Tenant Signup Description', '\u0648\u0635\u0641 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0633\u062a\u0623\u062c\u0631', NULL, NULL),\n(28964, 'ar', 'db', 'Add Language', '\u0625\u0636\u0627\u0641\u0629 \u0644\u063a\u0629', NULL, NULL),\n(28965, 'ar', 'db', 'Update Language', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0644\u063a\u0629', NULL, NULL),\n(28966, 'ar', 'db', 'Number of Person', '\u0639\u062f\u062f \u0627\u0644\u0623\u0634\u062e\u0627\u0635', NULL, NULL),\n(28967, 'ar', 'db', 'Add Table', '\u0625\u0636\u0627\u0641\u0629 \u062c\u062f\u0648\u0644', NULL, NULL),\n(28968, 'ar', 'db', 'Update Table', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062c\u062f\u0648\u0644', NULL, NULL),\n(28969, 'ar', 'db', 'Tables', '\u0627\u0644\u062c\u062f\u0627\u0648\u0644', NULL, NULL),\n(28970, 'ar', 'db', 'Table', '\u0637\u0627\u0648\u0644\u0629', NULL, NULL),\n(28971, 'ar', 'db', 'Table Management', '\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062c\u062f\u0648\u0644', NULL, NULL),\n(28972, 'ar', 'db', 'Initial Stock', '\u0627\u0644\u0623\u0633\u0647\u0645 \u0627\u0644\u0623\u0648\u0644\u064a\u0629', NULL, NULL),\n(28973, 'ar', 'db', 'This feature will not work for product with variants and batches', '\u0644\u0646 \u062a\u0639\u0645\u0644 \u0647\u0630\u0647 \u0627\u0644\u0645\u064a\u0632\u0629 \u0645\u0639 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0630\u0627\u062a \u0627\u0644\u0645\u062a\u063a\u064a\u0631\u0627\u062a \u0648\u0627\u0644\u062f\u0641\u0639\u0627\u062a', NULL, NULL),\n(28974, 'ar', 'db', 'Queue', '\u0637\u0627\u0628\u0648\u0631', NULL, NULL),\n(28975, 'ar', 'db', 'Addons', '\u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062a', NULL, NULL),\n(28976, 'ar', 'db', 'Addon List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062a', NULL, NULL),\n(28977, 'ar', 'db', 'Sync Product Categories', '\u0645\u0632\u0627\u0645\u0646\u0629 \u0641\u0626\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a', NULL, NULL),\n(28978, 'ar', 'db', 'Sync', '\u0645\u0632\u0627\u0645\u0646\u0629', NULL, NULL),\n(28979, 'ar', 'db', 'Sync Log', '\u0633\u062c\u0644 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629', NULL, NULL),\n(28980, 'ar', 'db', 'Reset Synced Category', '\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0641\u0626\u0629 \u0627\u0644\u0645\u062a\u0632\u0627\u0645\u0646\u0629', NULL, NULL),\n(28981, 'ar', 'db', 'Sync Products', '\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a', NULL, NULL),\n(28982, 'ar', 'db', 'Reset Synced Product', '\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0645\u0646\u062a\u062c \u0627\u0644\u0645\u062a\u0632\u0627\u0645\u0646', NULL, NULL),\n(28983, 'ar', 'db', 'Tax Rates Mapping', '\u0631\u0633\u0645 \u062e\u0631\u064a\u0637\u0629 \u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u0636\u0631\u0627\u0626\u0628', NULL, NULL),\n(28984, 'ar', 'db', 'POS Tax Rate', '\u0645\u0639\u062f\u0644 \u0636\u0631\u064a\u0628\u0629 \u0646\u0642\u0627\u0637 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(28985, 'ar', 'db', 'Equivalent WooCommerce Tax Rate', '\u0645\u0639\u062f\u0644 \u0636\u0631\u064a\u0628\u0629 WooCommerce \u0627\u0644\u0645\u0643\u0627\u0641\u0626', NULL, NULL),\n(28986, 'ar', 'db', 'Sync Orders(New Order Only)', '\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0637\u0644\u0628\u0627\u062a (\u0627\u0644\u0637\u0644\u0628 \u0627\u0644\u062c\u062f\u064a\u062f \u0641\u0642\u0637)', NULL, NULL),\n(28987, 'ar', 'db', 'Sync Type', '\u0646\u0648\u0639 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629', NULL, NULL),\n(28988, 'ar', 'db', 'Operation', '\u0639\u0645\u0644\u064a\u0629', NULL, NULL),\n(28989, 'ar', 'db', 'Records', '\u0627\u0644\u0633\u062c\u0644\u0627\u062a', NULL, NULL),\n(28990, 'ar', 'db', 'Synced By', '\u062a\u0645\u062a \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0628\u0648\u0627\u0633\u0637\u0629', NULL, NULL),\n(28991, 'ar', 'db', 'Instructions', '\u062a\u0639\u0644\u064a\u0645\u0627\u062a', NULL, NULL),\n(28992, 'ar', 'db', 'API Settings', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0648\u0627\u062c\u0647\u0629 \u0628\u0631\u0645\u062c\u0629 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a', NULL, NULL),\n(28993, 'ar', 'db', 'Product Sync Settings', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(28994, 'ar', 'db', 'Order Sync Settings', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0637\u0644\u0628', NULL, NULL),\n(28995, 'ar', 'db', 'Webhook Settings', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u062e\u0637\u0627\u0641 \u0627\u0644\u0648\u064a\u0628', NULL, NULL),\n(28996, 'ar', 'db', 'WooCommerce App URL', '\u0631\u0627\u0628\u0637 \u062a\u0637\u0628\u064a\u0642 WooCommerce', NULL, NULL),\n(28997, 'ar', 'db', 'WooCommerce Consumer Key', '\u0645\u0641\u062a\u0627\u062d \u0645\u0633\u062a\u0647\u0644\u0643 WooCommerce', NULL, NULL),\n(28998, 'ar', 'db', 'WooCommerce Consumer Secret', '\u0633\u0631 \u0645\u0633\u062a\u0647\u0644\u0643 WooCommerce', NULL, NULL),\n(28999, 'ar', 'db', 'WooCommerce Settings', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a WooCommerce', NULL, NULL),\n(29000, 'ar', 'db', 'Default Tax Class', '\u0641\u0626\u0629 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629', NULL, NULL),\n(29001, 'ar', 'db', 'Sync Product Price', '\u0645\u0632\u0627\u0645\u0646\u0629 \u0633\u0639\u0631 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(29002, 'ar', 'db', 'Manage Stock', '\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062e\u0632\u0648\u0646', NULL, NULL),\n(29003, 'ar', 'db', 'Stock Status', '\u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u062e\u0632\u0648\u0646', NULL, NULL),\n(29004, 'ar', 'db', 'Default Customer Group', '\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629', NULL, NULL),\n(29005, 'ar', 'db', 'WooCommerce Order Status', '\u062d\u0627\u0644\u0629 \u0637\u0644\u0628 WooCommerce', NULL, NULL),\n(29006, 'ar', 'db', 'Equivalent POS Sell Status', '\u062d\u0627\u0644\u0629 \u0628\u064a\u0639 \u0646\u0642\u0637\u0629 \u0627\u0644\u0628\u064a\u0639 \u0627\u0644\u0645\u0643\u0627\u0641\u0626\u0629', NULL, NULL),\n(29007, 'ar', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', '\u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u062a\u0641\u0627\u0635\u064a\u0644 \u0648\u0627\u062c\u0647\u0629 \u0628\u0631\u0645\u062c\u0629 \u062a\u0637\u0628\u064a\u0642\u0627\u062a WooCommerce\u060c \u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 WooCommerce -> \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a -> \u062e\u064a\u0627\u0631\u0627\u062a \u0645\u062a\u0642\u062f\u0645\u0629 -> \u0648\u0627\u062c\u0647\u0629 \u0628\u0631\u0645\u062c\u0629 \u062a\u0637\u0628\u064a\u0642\u0627\u062a REST. \u0623\u062f\u062e\u0644 \u0648\u0635\u0641\u064b\u0627\u060c \u0648\u062d\u062f\u062f \u0645\u0633\u062a\u062e\u062f\u0645\u064b\u0627\u060c \u062b\u0645 \u0627\u0645\u0646\u062d\u0647 \u0625\u0630\u0646 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0648\u0627\u0644\u0643\u062a\u0627\u0628\u0629', NULL, NULL),\n(29008, 'ar', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', '\u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629\u060c \u0627\u0645\u062a\u0646\u0639 \u0639\u0646 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0623\u0648 \u0645\u063a\u0627\u062f\u0631\u062a\u0647\u0627.', NULL, NULL),\n(29009, 'ar', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', '\u0641\u064a \u062e\u064a\u0627\u0631 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u062f\u0627\u0626\u0645 \u0641\u064a WordPress\u060c \u062d\u062f\u062f \u0627\u0633\u0645 \u0627\u0644\u0645\u0646\u0634\u0648\u0631 \u0643\u062e\u064a\u0627\u0631 \u0644\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u062f\u0627\u0626\u0645.', NULL, NULL),\n(29010, 'ar', 'db', 'Buy Now', '\u0627\u0634\u062a\u0631\u064a \u0627\u0644\u0622\u0646', NULL, NULL),\n(29011, 'ar', 'db', 'Install', '\u062b\u064e\u0628\u064e\u0651\u062a\u064e', NULL, NULL),\n(29012, 'ar', 'db', 'Staff Id', '\u0645\u0639\u0631\u0641 \u0627\u0644\u0645\u0648\u0638\u0641', NULL, NULL),\n(29013, 'ar', 'db', 'Import CSV file (Device)', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0645\u0644\u0641 CSV (\u0627\u0644\u062c\u0647\u0627\u0632)', NULL, NULL),\n(29014, 'ar', 'db', 'Attendance Device Date Format', '\u062a\u0646\u0633\u064a\u0642 \u062a\u0627\u0631\u064a\u062e \u062c\u0647\u0627\u0632 \u0627\u0644\u062d\u0636\u0648\u0631 \u0648\u0627\u0644\u0627\u0646\u0635\u0631\u0627\u0641', NULL, NULL),\n(29015, 'ar', 'db', 'Disable Woocommerce Sync', '\u062a\u0639\u0637\u064a\u0644 \u0645\u0632\u0627\u0645\u0646\u0629 Woocommerce', NULL, NULL),\n(29016, 'ar', 'db', 'Product Status', '\u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(29017, 'ar', 'db', 'Category not synced', '\u0627\u0644\u0641\u0626\u0629 \u063a\u064a\u0631 \u0645\u062a\u0632\u0627\u0645\u0646\u0629', NULL, NULL),\n(29018, 'ar', 'db', 'Categories not synced', '\u0627\u0644\u0641\u0626\u0627\u062a \u063a\u064a\u0631 \u0645\u062a\u0632\u0627\u0645\u0646\u0629', NULL, NULL),\n(29019, 'ar', 'db', 'Category can be updated', '\u064a\u0645\u0643\u0646 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0641\u0626\u0629', NULL, NULL),\n(29020, 'ar', 'db', 'Categories can be updated', '\u064a\u0645\u0643\u0646 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0641\u0626\u0627\u062a', NULL, NULL),\n(29021, 'ar', 'db', 'Product not synced', '\u0627\u0644\u0645\u0646\u062a\u062c \u063a\u064a\u0631 \u0645\u062a\u0632\u0627\u0645\u0646', NULL, NULL),\n(29022, 'ar', 'db', 'Products not synced', '\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u063a\u064a\u0631 \u0645\u062a\u0632\u0627\u0645\u0646\u0629', NULL, NULL),\n(29023, 'ar', 'db', 'Product can be updated', '\u064a\u0645\u0643\u0646 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(29024, 'ar', 'db', 'Products can be updated', '\u064a\u0645\u0643\u0646 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a', NULL, NULL),\n(29025, 'ar', 'db', 'Please connect with WooCommerce', '\u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0640 WooCommerce', NULL, NULL),\n(29026, 'ar', 'db', 'Something went wrong', '\u062d\u062f\u062b \u062e\u0637\u0623 \u0645\u0627', NULL, NULL),\n(29027, 'ar', 'db', 'Synced category successfully', '\u062a\u0645\u062a \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0641\u0626\u0629 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(29028, 'ar', 'db', 'Reset synced category successfully', '\u062a\u0645 \u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0641\u0626\u0629 \u0627\u0644\u0645\u062a\u0632\u0627\u0645\u0646\u0629 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(29029, 'ar', 'db', 'Synced product successfully', '\u062a\u0645\u062a \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(29030, 'ar', 'db', 'Reset synced product successfully', '\u062a\u0645 \u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0645\u0646\u062a\u062c \u0627\u0644\u0645\u062a\u0632\u0627\u0645\u0646 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(29031, 'ar', 'db', 'Tax maped successfully', '\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0636\u0631\u064a\u0628\u0629 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(29032, 'ar', 'db', 'Synced order successfully', '\u062a\u0645\u062a \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0637\u0644\u0628 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(29033, 'ar', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', '\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629\\\\\/\u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\\\\\/\u0627\u0644\u0645\u064f\u0635\u062f\u0631 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\\\\\/\u062d\u0627\u0644\u0629 \u0628\u064a\u0639 \u0646\u0642\u0637\u0629 \u0627\u0644\u0628\u064a\u0639 \u0627\u0644\u0645\u0643\u0627\u0641\u0626\u0629 \u0641\u064a \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0637\u0644\u0628', NULL, NULL),\n(29034, 'ar', 'db', 'Module Image', '\u0635\u0648\u0631\u0629 \u0627\u0644\u0648\u062d\u062f\u0629', NULL, NULL),\n(29035, 'ar', 'db', 'Courier', '\u0633\u0627\u0639\u064a', NULL, NULL),\n(29036, 'ar', 'db', 'Courier List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0633\u0631\u064a\u0639', NULL, NULL),\n(29037, 'ar', 'db', 'Add Courier', '\u0625\u0636\u0627\u0641\u0629 \u0633\u0627\u0639\u064a', NULL, NULL),\n(29038, 'ar', 'db', 'Update Courier', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0633\u0631\u064a\u0639', NULL, NULL),\n(29039, 'ar', 'db', 'Sale and Quotation without stock', '\u0628\u064a\u0639 \u0648\u0639\u0631\u0636 \u0623\u0633\u0639\u0627\u0631 \u0628\u062f\u0648\u0646 \u0645\u062e\u0632\u0648\u0646', NULL, NULL),\n(29040, 'ar', 'db', 'Yes', '\u0646\u0639\u0645', NULL, NULL),\n(29041, 'ar', 'db', 'No', '\u0644\u0627', NULL, NULL),\n(29042, 'ar', 'db', 'Returned', '\u0639\u0627\u062f', NULL, NULL),\n(29043, 'ar', 'db', 'Get in touch', '\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627', NULL, NULL),\n(29044, 'ar', 'db', 'Contact Info', '\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644', NULL, NULL),\n(29045, 'ar', 'db', 'Bug Setting', '\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0623\u062e\u0637\u0627\u0621', NULL, NULL),\n(29046, 'ar', 'db', 'File Name', '\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641', NULL, NULL),\n(29047, 'ar', 'db', 'Type File Name', '\u0627\u0643\u062a\u0628 \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641', NULL, NULL),\n(29048, 'ar', 'db', 'Logs', '\u0627\u0644\u0633\u062c\u0644\u0627\u062a', NULL, NULL),\n(29049, 'ar', 'db', 'Type Log', '\u0633\u062c\u0644 \u0627\u0644\u0646\u0648\u0639', NULL, NULL),\n(29050, 'ar', 'db', 'Short Note', '\u0645\u0644\u0627\u062d\u0638\u0629 \u0642\u0635\u064a\u0631\u0629', NULL, NULL),\n(29051, 'ar', 'db', 'Product Mode', '\u0648\u0636\u0639 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(29052, 'ar', 'db', 'Version', '\u0625\u0635\u062f\u0627\u0631', NULL, NULL),\n(29053, 'ar', 'db', 'Bug No', '\u0631\u0642\u0645 \u0627\u0644\u062e\u0637\u0623', NULL, NULL),\n(29054, 'ar', 'db', 'Minimum Required Version', '\u0627\u0644\u0625\u0635\u062f\u0627\u0631 \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u0643\u062d\u062f \u0623\u062f\u0646\u0649', NULL, NULL),\n(29055, 'ar', 'db', 'Version Upgrade', '\u062a\u0631\u0642\u064a\u0629 \u0627\u0644\u0625\u0635\u062f\u0627\u0631', NULL, NULL),\n(29056, 'ar', 'db', 'Latest Version Upgrade', '\u062a\u0631\u0642\u064a\u0629 \u0627\u0644\u0625\u0635\u062f\u0627\u0631 \u0627\u0644\u0623\u062d\u062f\u062b', NULL, NULL),\n(29057, 'ar', 'db', 'Latest Version DB Migrate', '.\u0623\u062d\u062f\u062b \u0625\u0635\u062f\u0627\u0631 \u0645\u0646 \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a', NULL, NULL),\n(29058, 'ar', 'db', 'Version Upgrade URL', '\u0631\u0627\u0628\u0637 \u062a\u0631\u0642\u064a\u0629 \u0627\u0644\u0625\u0635\u062f\u0627\u0631', NULL, NULL),\n(29059, 'ar', 'db', 'Bug Update', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062e\u0637\u0623', NULL, NULL),\n(29060, 'ar', 'db', 'Bug DB Migrate', '\u062e\u0637\u0623 \u0641\u064a \u0646\u0642\u0644 \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a', NULL, NULL),\n(29061, 'ar', 'db', 'Bug Update URL', '\u0631\u0627\u0628\u0637 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062e\u0637\u0623', NULL, NULL),\n(29062, 'ar', 'db', 'Version Upgrade Setting', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u062a\u0631\u0642\u064a\u0629 \u0627\u0644\u0625\u0635\u062f\u0627\u0631', NULL, NULL),\n(29063, 'ar', 'db', 'Bug Update Setting', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0623\u062e\u0637\u0627\u0621', NULL, NULL),\n(29064, 'ar', 'db', 'My Account', '\u062d\u0633\u0627\u0628\u064a', NULL, NULL),\n(29066, 'ar', 'db', 'Phone', '\u0647\u0627\u062a\u0641', NULL, NULL),\n(29067, 'ar', 'db', 'My Addresses', '\u0639\u0646\u0627\u0648\u064a\u0646\u064a', NULL, NULL),\n(29068, 'ar', 'db', 'Edit Address', '\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0646\u0648\u0627\u0646', NULL, NULL),\n(29069, 'ar', 'db', 'Zip \\\\\/ Postal code', '\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a \/ \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a', NULL, NULL),\n(29070, 'ar', 'db', 'Cart', '\u0639\u0631\u0628\u0629', NULL, NULL),\n(29071, 'ar', 'db', 'Shop Cart', '\u0639\u0631\u0628\u0629 \u0627\u0644\u062a\u0633\u0648\u0642', NULL, NULL),\n(29072, 'ar', 'db', 'Home', '\u0628\u064a\u062a', NULL, NULL),\n(29073, 'ar', 'db', 'Sub Total', '\u0627\u0644\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0641\u0631\u0639\u064a', NULL, NULL),\n(29074, 'ar', 'db', 'Continue Shopping', '\u0627\u0633\u062a\u0645\u0631 \u0641\u064a \u0627\u0644\u062a\u0633\u0648\u0642', NULL, NULL),\n(29075, 'ar', 'db', 'Proceed to Checkout', '\u0627\u0644\u0634\u0631\u0648\u0639 \u0641\u064a \u0627\u0644\u062e\u0631\u0648\u062c', NULL, NULL),\n(29076, 'ar', 'db', 'Pay', '\u064a\u062f\u0641\u0639', NULL, NULL),\n(29077, 'ar', 'db', 'Returning customer?', '\u0639\u0645\u064a\u0644 \u0639\u0627\u0626\u062f\u061f', NULL, NULL),\n(29078, 'ar', 'db', 'Shipping Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0634\u062d\u0646', NULL, NULL),\n(29079, 'ar', 'db', 'Default Address', '\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a', NULL, NULL),\n(29080, 'ar', 'db', 'Add a different address', '\u0623\u0636\u0641 \u0639\u0646\u0648\u0627\u0646\u064b\u0627 \u0645\u062e\u062a\u0644\u0641\u064b\u0627', NULL, NULL),\n(29081, 'ar', 'db', 'Order Notes', '\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0627\u0644\u0637\u0644\u0628', NULL, NULL),\n(29082, 'ar', 'db', 'Billing address same as Shipping Address', '\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0647\u0648 \u0646\u0641\u0633 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0634\u062d\u0646', NULL, NULL),\n(29083, 'ar', 'db', 'Your order', '\u0637\u0644\u0628\u0643', NULL, NULL),\n(29084, 'ar', 'db', 'Product(s)', '\u0645\u0646\u062a\u062c\u0627\u062a)', NULL, NULL),\n(29086, 'ar', 'db', 'I have a coupon', '\u0644\u062f\u064a \u0642\u0633\u064a\u0645\u0629', NULL, NULL),\n(29087, 'ar', 'db', 'Enter coupon code', '\u0623\u062f\u062e\u0644 \u0631\u0645\u0632 \u0627\u0644\u0642\u0633\u064a\u0645\u0629', NULL, NULL),\n(29088, 'ar', 'db', 'I have read and accept the', '\u0644\u0642\u062f \u0642\u0631\u0623\u062a \u0648\u0648\u0627\u0641\u0642\u062a', NULL, NULL),\n(29089, 'ar', 'db', 'Cash on Delivery', '\u0627\u0644\u062f\u0641\u0639 \u0639\u0646\u062f \u0627\u0644\u0627\u0633\u062a\u0644\u0627\u0645', NULL, NULL),\n(29090, 'ar', 'db', 'Remember Me', '\u062a\u0630\u0643\u0631\u0646\u0649', NULL, NULL),\n(29091, 'ar', 'db', 'Log In', '\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644', NULL, NULL),\n(29092, 'ar', 'db', 'sign up now', '\u0633\u062c\u0644 \u0627\u0644\u0622\u0646', NULL, NULL),\n(29093, 'ar', 'db', 'My Profile', '\u0645\u0644\u0641\u064a \u0627\u0644\u0634\u062e\u0635\u064a', NULL, NULL),\n(29094, 'ar', 'db', 'My Orders', '\u0637\u0644\u0628\u0627\u062a\u064a', NULL, NULL),\n(29095, 'ar', 'db', 'My Wishlist', '\u0642\u0627\u0626\u0645\u0629 \u0623\u0645\u0646\u064a\u0627\u062a\u064a', NULL, NULL),\n(29096, 'ar', 'db', 'Account Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u062d\u0633\u0627\u0628', NULL, NULL),\n(29097, 'ar', 'db', 'We have sent you an email', '\u0644\u0642\u062f \u0623\u0631\u0633\u0644\u0646\u0627 \u0644\u0643 \u0628\u0631\u064a\u062f\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627', NULL, NULL),\n(29098, 'ar', 'db', 'Just click on the link in that email to verify', '\u0641\u0642\u0637 \u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0644\u062a\u062d\u0642\u0642', NULL, NULL),\n(29099, 'ar', 'db', 'Thank you for verifying your email', '\u0634\u0643\u0631\u064b\u0627 \u0644\u0643 \u0639\u0644\u0649 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a', NULL, NULL),\n(29100, 'ar', 'db', 'Order Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0637\u0644\u0628', NULL, NULL),\n(29101, 'ar', 'db', 'You have not ordered anything yet!', '\u0644\u0645 \u062a\u0637\u0644\u0628 \u0623\u064a \u0634\u064a\u0621 \u0628\u0639\u062f!', NULL, NULL),\n(29102, 'ar', 'db', 'Tags', '\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a', NULL, NULL),\n(29103, 'ar', 'db', 'Share', '\u064a\u0634\u0627\u0631\u0643', NULL, NULL),\n(29104, 'ar', 'db', 'Thank you for your order', '\u0634\u0643\u0631\u0627 \u0644\u0637\u0644\u0628\u0643', NULL, NULL),\n(29105, 'ar', 'db', 'Here is your order reference no', '\u0647\u0630\u0627 \u0647\u0648 \u0631\u0642\u0645 \u0645\u0631\u062c\u0639 \u0637\u0644\u0628\u0643', NULL, NULL),\n(29106, 'ar', 'db', 'You will receive an email with delivery details shortly', '\u0633\u0648\u0641 \u062a\u062a\u0644\u0642\u0649 \u0631\u0633\u0627\u0644\u0629 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u062a\u0633\u0644\u064a\u0645 \u0642\u0631\u064a\u0628\u064b\u0627', NULL, NULL),\n(29107, 'ar', 'db', 'Add Collection', '\u0625\u0636\u0627\u0641\u0629 \u0645\u062c\u0645\u0648\u0639\u0629', NULL, NULL),\n(29108, 'ar', 'db', 'Collection Name', '\u0627\u0633\u0645 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629', NULL, NULL),\n(29109, 'ar', 'db', 'Permalink', '\u0631\u0627\u0628\u0637 \u062f\u0627\u0626\u0645', NULL, NULL),\n(29110, 'ar', 'db', 'Save as Draft', '\u062d\u0641\u0638 \u0643\u0645\u0633\u0648\u062f\u0629', NULL, NULL),\n(29111, 'ar', 'db', 'Publish', '\u0646\u0634\u0631', NULL, NULL),\n(29112, 'ar', 'db', 'Collection', '\u0645\u062c\u0645\u0648\u0639\u0629', NULL, NULL),\n(29113, 'ar', 'db', 'Slug', '\u0633\u0628\u064a\u0643\u0629', NULL, NULL),\n(29115, 'ar', 'db', 'Sliders', '\u0627\u0644\u0645\u0646\u0632\u0644\u0642\u0627\u062a', NULL, NULL),\n(29116, 'ar', 'db', 'Menu', '\u0642\u0627\u0626\u0645\u0629 \u0637\u0639\u0627\u0645', NULL, NULL),\n(29117, 'ar', 'db', 'Collections', '\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a', NULL, NULL),\n(29118, 'ar', 'db', 'Pages', '\u0627\u0644\u0635\u0641\u062d\u0627\u062a', NULL, NULL),\n(29119, 'ar', 'db', 'Widgets', '\u0627\u0644\u0623\u062f\u0648\u0627\u062a', NULL, NULL),\n(29120, 'ar', 'db', 'Faq Category', '\u0641\u0626\u0629 \u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629', NULL, NULL),\n(29121, 'ar', 'db', 'Faqs', '\u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629', NULL, NULL),\n(29122, 'ar', 'db', 'Social Links', '\u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0629', NULL, NULL),\n(29123, 'ar', 'db', 'Payment Gateways', '\u0628\u0648\u0627\u0628\u0627\u062a \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(29124, 'ar', 'db', 'Location', '\u0645\u0648\u0642\u0639', NULL, NULL),\n(29125, 'ar', 'db', 'Add Menu', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629', NULL, NULL),\n(29126, 'ar', 'db', 'Add Menu Items', '\u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629', NULL, NULL),\n(29127, 'ar', 'db', 'Categories', '\u0641\u0626\u0627\u062a', NULL, NULL),\n(29128, 'ar', 'db', 'Select All', '\u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0643\u0644', NULL, NULL),\n(29129, 'ar', 'db', 'Add to Menu', '\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0627\u0644\u0642\u0627\u0626\u0645\u0629', NULL, NULL),\n(29130, 'ar', 'db', 'Brands', '\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629', NULL, NULL),\n(29131, 'ar', 'db', 'Custom Links', '\u0631\u0648\u0627\u0628\u0637 \u0645\u062e\u0635\u0635\u0629', NULL, NULL),\n(29132, 'ar', 'db', 'URL', '\u0639\u0646\u0648\u0627\u0646 URL', NULL, NULL),\n(29133, 'ar', 'db', 'Link Text', '\u0646\u0635 \u0627\u0644\u0631\u0627\u0628\u0637', NULL, NULL),\n(29134, 'ar', 'db', 'Menu Structure', '\u0647\u064a\u0643\u0644 \u0627\u0644\u0642\u0627\u0626\u0645\u0629', NULL, NULL),\n(29135, 'ar', 'db', 'Select categories, pages or add custom links to menus', '\u062d\u062f\u062f \u0627\u0644\u0641\u0626\u0627\u062a \u0623\u0648 \u0627\u0644\u0635\u0641\u062d\u0627\u062a \u0623\u0648 \u0623\u0636\u0641 \u0631\u0648\u0627\u0628\u0637 \u0645\u062e\u0635\u0635\u0629 \u0625\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0626\u0645', NULL, NULL),\n(29136, 'ar', 'db', 'Link Name', '\u0627\u0633\u0645 \u0627\u0644\u0631\u0627\u0628\u0637', NULL, NULL),\n(29137, 'ar', 'db', 'Open in a new tab', '\u0641\u062a\u062d \u0641\u064a \u0639\u0644\u0627\u0645\u0629 \u062a\u0628\u0648\u064a\u0628 \u062c\u062f\u064a\u062f\u0629', NULL, NULL),\n(29138, 'ar', 'db', 'Save Menu', '\u062d\u0641\u0638 \u0627\u0644\u0642\u0627\u0626\u0645\u0629', NULL, NULL),\n(29139, 'ar', 'db', 'Page Name', '\u0627\u0633\u0645 \u0627\u0644\u0635\u0641\u062d\u0629', NULL, NULL),\n(29140, 'ar', 'db', 'Page Layout', '\u062a\u062e\u0637\u064a\u0637 \u0627\u0644\u0635\u0641\u062d\u0629', NULL, NULL),\n(29141, 'ar', 'db', 'click on the widgets below to add it to your layout', '\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0627\u0644\u0623\u062f\u0648\u0627\u062a \u0623\u062f\u0646\u0627\u0647 \u0644\u0625\u0636\u0627\u0641\u062a\u0647\u0627 \u0625\u0644\u0649 \u062a\u062e\u0637\u064a\u0637\u0643', NULL, NULL),\n(29142, 'ar', 'db', 'Product Category', '\u0641\u0626\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(29143, 'ar', 'db', 'Tabbed Product Categories', '\u0641\u0626\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0645\u0628\u0648\u0628\u0629', NULL, NULL),\n(29144, 'ar', 'db', 'Category Slider', '\u0634\u0631\u064a\u0637 \u062a\u0645\u0631\u064a\u0631 \u0627\u0644\u0641\u0626\u0629', NULL, NULL),\n(29145, 'ar', 'db', 'Product Collection', '\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a', NULL, NULL),\n(29146, 'ar', 'db', 'Tabbed Product Collections', '\u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0645\u0628\u0648\u0628\u0629', NULL, NULL),\n(29147, 'ar', 'db', 'Brand Slider', '\u0634\u0631\u064a\u0637 \u062a\u0645\u0631\u064a\u0631 \u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629', NULL, NULL),\n(29148, 'ar', 'db', 'Og_Title', 'Og_Title', NULL, NULL),\n(29150, 'ar', 'db', 'Og_description', '\u0648\u0635\u0641 Og', NULL, NULL),\n(29152, 'ar', 'db', 'Og_Image', '\u0635\u0648\u0631\u0629 Og', NULL, NULL),\n(29153, 'ar', 'db', 'Templates', '\u0627\u0644\u0642\u0648\u0627\u0644\u0628', NULL, NULL),\n(29154, 'ar', 'db', 'Choose Category', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0641\u0626\u0629', NULL, NULL),\n(29155, 'ar', 'db', 'Layout Type', '\u0646\u0648\u0639 \u0627\u0644\u062a\u062e\u0637\u064a\u0637', NULL, NULL),\n(29156, 'ar', 'db', 'Slider Loop', '\u062d\u0644\u0642\u0629 \u0645\u0646\u0632\u0644\u0642\u0629', NULL, NULL),\n(29157, 'ar', 'db', 'Slider Autoplay', '\u062a\u0634\u063a\u064a\u0644 \u062a\u0644\u0642\u0627\u0626\u064a \u0644\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u0645\u0646\u0632\u0644\u0642', NULL, NULL),\n(29158, 'ar', 'db', 'Slider Autoplay Speed', '\u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a \u0644\u0644\u0645\u0646\u0632\u0644\u0642', NULL, NULL),\n(29159, 'ar', 'db', 'Number of products to show', '\u0639\u062f\u062f \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u062f \u0639\u0631\u0636\u0647\u0627', NULL, NULL),\n(29160, 'ar', 'db', 'Choose Categories', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0641\u0626\u0627\u062a', NULL, NULL),\n(29161, 'ar', 'db', 'Choose Collection', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629', NULL, NULL),\n(29163, 'ar', 'db', 'Choose collections', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a', NULL, NULL),\n(29164, 'ar', 'db', 'Choose Brands', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629', NULL, NULL),\n(29165, 'ar', 'db', 'Edit Page', '\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629', NULL, NULL),\n(29167, 'ar', 'db', 'Ecommerce Settings', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629', NULL, NULL),\n(29168, 'ar', 'db', 'Favicon', '\u0627\u0644\u0623\u064a\u0642\u0648\u0646\u0629 \u0627\u0644\u0645\u0641\u0636\u0644\u0629', NULL, NULL),\n(29169, 'ar', 'db', 'Home Page', '\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629', NULL, NULL),\n(29170, 'ar', 'db', 'Store Phone', '\u0645\u062a\u062c\u0631 \u0627\u0644\u0647\u0627\u062a\u0641', NULL, NULL),\n(29171, 'ar', 'db', 'Store Email', '\u0628\u0631\u064a\u062f \u0627\u0644\u0645\u062a\u062c\u0631 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a', NULL, NULL),\n(29172, 'ar', 'db', 'Store Address', '\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u062a\u062c\u0631', NULL, NULL),\n(29173, 'ar', 'db', 'Contact From Email', '\u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a', NULL, NULL),\n(29174, 'ar', 'db', 'Min amount for free shipping', '\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0634\u062d\u0646 \u0627\u0644\u0645\u062c\u0627\u0646\u064a', NULL, NULL),\n(29175, 'ar', 'db', 'Flat Rate Shipping', '\u0634\u062d\u0646 \u0628\u0633\u0639\u0631 \u062b\u0627\u0628\u062a', NULL, NULL),\n(29176, 'ar', 'db', 'Pages to read & accept before checkout', '\u0627\u0644\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u062a\u064a \u064a\u062c\u0628 \u0642\u0631\u0627\u0621\u062a\u0647\u0627 \u0648\u0642\u0628\u0648\u0644\u0647\u0627 \u0642\u0628\u0644 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(29177, 'ar', 'db', 'Custom CSS', 'CSS \u0645\u062e\u0635\u0635', NULL, NULL),\n(29178, 'ar', 'db', 'Custom JS', 'JS \u0645\u062e\u0635\u0635', NULL, NULL),\n(29179, 'ar', 'db', 'Chat Code', '\u0643\u0648\u062f \u0627\u0644\u062f\u0631\u062f\u0634\u0629', NULL, NULL),\n(29180, 'ar', 'db', 'Google Analytics Code', '\u0643\u0648\u062f \u062a\u062d\u0644\u064a\u0644\u0627\u062a \u062c\u0648\u062c\u0644', NULL, NULL),\n(29181, 'ar', 'db', 'Facebook Pixel', '\u0641\u064a\u0633\u0628\u0648\u0643 \u0628\u064a\u0643\u0633\u0644', NULL, NULL),\n(29182, 'ar', 'db', 'Details', '\u062a\u0641\u0627\u0635\u064a\u0644', NULL, NULL),\n(29183, 'ar', 'db', 'Add Slider', '\u0625\u0636\u0627\u0641\u0629 \u0634\u0631\u064a\u0637 \u0627\u0644\u062a\u0645\u0631\u064a\u0631', NULL, NULL),\n(29184, 'ar', 'db', 'Desktop', '\u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628', NULL, NULL),\n(29185, 'ar', 'db', 'Tab', '\u0641\u0627\u062a\u0648\u0631\u0629 \u063a\u064a\u0631 \u0645\u062f\u0641\u0648\u0639\u0629', NULL, NULL),\n(29186, 'ar', 'db', 'Add Social Link', '\u0625\u0636\u0627\u0641\u0629 \u0631\u0627\u0628\u0637 \u0627\u062c\u062a\u0645\u0627\u0639\u064a', NULL, NULL),\n(29187, 'ar', 'db', 'Available Widgets', '\u0627\u0644\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0645\u062a\u0627\u062d\u0629', NULL, NULL),\n(29188, 'ar', 'db', 'To add a widget to a section, drag it onto that section', '\u0644\u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0635\u0631 \u0648\u0627\u062c\u0647\u0629 \u0645\u0633\u062a\u062e\u062f\u0645 \u0625\u0644\u0649 \u0642\u0633\u0645\u060c \u0627\u0633\u062d\u0628\u0647 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0642\u0633\u0645', NULL, NULL),\n(29189, 'ar', 'db', 'Custom Menu', '\u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629', NULL, NULL),\n(29190, 'ar', 'db', 'Select menu', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629', NULL, NULL),\n(29191, 'ar', 'db', 'Site Features', '\u0645\u064a\u0632\u0627\u062a \u0627\u0644\u0645\u0648\u0642\u0639', NULL, NULL),\n(29192, 'ar', 'db', 'Site Information', '\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0648\u0642\u0639', NULL, NULL),\n(29193, 'ar', 'db', 'Hours', '\u0633\u0627\u0639\u0627\u062a', NULL, NULL),\n(29194, 'ar', 'db', 'Newsletter form', '\u0646\u0645\u0648\u0630\u062c \u0627\u0644\u0646\u0634\u0631\u0629 \u0627\u0644\u0625\u062e\u0628\u0627\u0631\u064a\u0629', NULL, NULL),\n(29195, 'ar', 'db', 'Section Above Footer', '\u0627\u0644\u0642\u0633\u0645 \u0641\u0648\u0642 \u0627\u0644\u062a\u0630\u064a\u064a\u0644', NULL, NULL),\n(29196, 'ar', 'db', 'Footer Section', '\u0642\u0633\u0645 \u0627\u0644\u062a\u0630\u064a\u064a\u0644', NULL, NULL),\n(29197, 'ar', 'db', 'Product Details Sidebar', '\u0634\u0631\u064a\u0637 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(29198, 'ar', 'db', 'Your email', '\u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a', NULL, NULL),\n(29199, 'ar', 'db', 'Forgot Password', '\u0647\u0644 \u0646\u0633\u064a\u062a \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631', NULL, NULL),\n(29200, 'ar', 'db', 'Subscribe', '\u064a\u0634\u062a\u0631\u0643', NULL, NULL),\n(29201, 'ar', 'db', 'Sell Online', '\u0628\u064a\u0639 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a', NULL, NULL),\n(29202, 'ar', 'db', 'Out of stock', '\u0625\u0646\u062a\u0647\u0649 \u0645\u0646 \u0627\u0644\u0645\u062e\u0632\u0646', NULL, NULL),\n(29203, 'ar', 'db', 'Duplicate', '\u064a\u0646\u0633\u062e', NULL, NULL),\n(29204, 'ar', 'db', 'All Product In Stock', '\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0645\u062a\u0648\u0641\u0631\u0629 \u0641\u064a \u0627\u0644\u0645\u062e\u0632\u0648\u0646', NULL, NULL),\n(29205, 'ar', 'db', 'Show All Product Online', '\u0639\u0631\u0636 \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a', NULL, NULL),\n(29206, 'ar', 'db', 'Oh snap! We are lost', '\u0623\u0648\u0647\u060c \u0644\u0642\u062f \u0636\u0644\u0644\u0646\u0627 \u0627\u0644\u0637\u0631\u064a\u0642...', NULL, NULL),\n(29207, 'ar', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', '\u064a\u0628\u062f\u0648 \u0623\u0646\u0646\u0627 \u0644\u0645 \u0646\u0639\u062b\u0631 \u0639\u0644\u0649 \u0645\u0627 \u062a\u0628\u062d\u062b \u0639\u0646\u0647. \u0631\u0628\u0645\u0627 \u064a\u0633\u0627\u0639\u062f\u0643 \u0627\u0644\u0628\u062d\u062b \u0623\u0648 \u0627\u0631\u062c\u0639 \u0625\u0644\u0649', NULL, NULL),\n(29208, 'ar', 'db', 'Sorry this page is dead!', '\u0639\u0630\u0631\u0627 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u0645\u064a\u062a\u0629!', NULL, NULL),\n(29209, 'ar', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', '\u0627\u0646\u062a\u0647\u062a \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0635\u0641\u062d\u0629 \u0628\u0633\u0628\u0628 \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u062c\u0644\u0633\u0629. \u0645\u0627 \u0639\u0644\u064a\u0643 \u0633\u0648\u0649 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0623\u0648 \u0627\u0644\u0636\u063a\u0637 \u0639\u0644\u0649 \u0627\u0644\u0632\u0631 \u0623\u062f\u0646\u0627\u0647', NULL, NULL),\n(29210, 'ar', 'db', 'Refresh', '\u064a\u0646\u0639\u0634', NULL, NULL),\n(29211, 'ar', 'db', 'Oh server just snapped!', '\u0623\u0648\u0647 \u0627\u0644\u062e\u0627\u062f\u0645 \u0627\u0646\u0643\u0633\u0631 \u0644\u0644\u062a\u0648!', NULL, NULL),\n(29212, 'ar', 'db', 'An error occured due to server not being to able to handle your request', '\u062d\u062f\u062b \u062e\u0637\u0623 \u0628\u0633\u0628\u0628 \u0639\u062f\u0645 \u0642\u062f\u0631\u0629 \u0627\u0644\u062e\u0627\u062f\u0645 \u0639\u0644\u0649 \u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0637\u0644\u0628\u0643.', NULL, NULL),\n(29213, 'ar', 'db', 'An error occured because the service is unavailable', '\u062d\u062f\u062b \u062e\u0637\u0623 \u0644\u0623\u0646 \u0627\u0644\u062e\u062f\u0645\u0629 \u063a\u064a\u0631 \u0645\u062a\u0648\u0641\u0631\u0629.', NULL, NULL),\n(29214, 'ar', 'db', 'Please type a product name to search', '\u0627\u0644\u0631\u062c\u0627\u0621 \u0643\u062a\u0627\u0628\u0629 \u0627\u0633\u0645 \u0627\u0644\u0645\u0646\u062a\u062c \u0644\u0644\u0628\u062d\u062b', NULL, NULL),\n(29215, 'ar', 'db', 'Send', '\u064a\u0631\u0633\u0644', NULL, NULL),\n(29216, 'ar', 'db', 'don\\'t have an account', '\u0644\u064a\u0633 \u0644\u062f\u064a \u062d\u0633\u0627\u0628', NULL, NULL),\n(29217, 'ar', 'db', 'Click here to login', '\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644', NULL, NULL),\n(29218, 'ar', 'db', 'Zip \\\\\/ Post Code', '\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a', NULL, NULL),\n(29219, 'ar', 'db', 'You may also like', '\u0642\u062f \u064a\u0639\u062c\u0628\u0643 \u0623\u064a\u0636\u064b\u0627', NULL, NULL),\n(29220, 'ar', 'db', 'Add to cart', '\u0623\u0636\u0641 \u0625\u0644\u0649 \u0627\u0644\u0633\u0644\u0629', NULL, NULL),\n(29221, 'ar', 'db', 'No item in your cart', '\u0644\u0627 \u064a\u0648\u062c\u062f \u0639\u0646\u0635\u0631 \u0641\u064a \u0633\u0644\u0629 \u0627\u0644\u062a\u0633\u0648\u0642 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643', NULL, NULL),\n(29222, 'ar', 'db', 'Filter Sales', '\u062a\u0635\u0641\u064a\u0629 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a', NULL, NULL),\n(29223, 'ar', 'db', 'Sale Type', '\u0646\u0648\u0639 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(29224, 'ar', 'db', 'POS', '\u0646\u0642\u0637\u0629 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(29225, 'ar', 'db', 'eCommerce', '\u0627\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629', NULL, NULL),\n(29226, 'ar', 'db', 'Please login first', '\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0623\u0648\u0644\u0627\u064b', NULL, NULL),\n(29227, 'ar', 'db', 'Product added to wishlist', '\u062a\u0645\u062a \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0625\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u063a\u0628\u0627\u062a', NULL, NULL),\n(29228, 'ar', 'db', 'You have not added anything to wishlist yet', '\u0644\u0645 \u062a\u0642\u0645 \u0628\u0625\u0636\u0627\u0641\u0629 \u0623\u064a \u0634\u064a\u0621 \u0625\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u063a\u0628\u0627\u062a \u0628\u0639\u062f', NULL, NULL),\n(29229, 'ar', 'db', 'Product removed from wishlist', '\u062a\u0645 \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0645\u0646 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u063a\u0628\u0627\u062a', NULL, NULL),\n(29230, 'ar', 'db', 'Product already on wishlist', '\u0627\u0644\u0645\u0646\u062a\u062c \u0645\u0648\u062c\u0648\u062f \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u063a\u0628\u0627\u062a', NULL, NULL),\n(29231, 'ar', 'db', 'Recently Viewed', '\u062a\u0645\u062a \u0645\u0634\u0627\u0647\u062f\u062a\u0647 \u0645\u0624\u062e\u0631\u064b\u0627', NULL, NULL),\n(29232, 'ar', 'db', 'Verify', '\u064a\u0624\u0643\u062f', NULL, NULL),\n(29233, 'ar', 'db', 'Track Order', '\u062a\u062a\u0628\u0639 \u0627\u0644\u0637\u0644\u0628', NULL, NULL),\n(29234, 'ar', 'db', 'Track', '\u0645\u0633\u0627\u0631', NULL, NULL),\n(29235, 'ar', 'db', 'Time', '\u0648\u0642\u062a', NULL, NULL),\n(29236, 'ar', 'db', 'Order Status', '\u062d\u0627\u0644\u0629 \u0627\u0644\u0637\u0644\u0628', NULL, NULL),\n(29237, 'ar', 'db', 'Payment Method', '\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(29238, 'ar', 'db', 'Shipping Status', '\u062d\u0627\u0644\u0629 \u0627\u0644\u0634\u062d\u0646', NULL, NULL),\n(29239, 'ar', 'db', 'Pending Confirmation', '\u0641\u064a \u0627\u0646\u062a\u0638\u0627\u0631 \u0627\u0644\u062a\u0623\u0643\u064a\u062f', NULL, NULL),\n(29240, 'ar', 'db', 'Track another order', '\u062a\u062a\u0628\u0639 \u0637\u0644\u0628 \u0622\u062e\u0631', NULL, NULL),\n(29241, 'ar', 'db', 'Post Title', '\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0646\u0634\u0648\u0631', NULL, NULL),\n(29242, 'ar', 'db', 'Post Thumbnail', '\u0635\u0648\u0631\u0629 \u0645\u0635\u063a\u0631\u0629 \u0644\u0644\u0645\u0646\u0634\u0648\u0631', NULL, NULL),\n(29243, 'ar', 'db', 'Pay with gift card', '\u0627\u0644\u062f\u0641\u0639 \u0628\u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0647\u062f\u0627\u064a\u0627', NULL, NULL),\n(29245, 'ar', 'db', 'Warehouse Wise', '\u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u062d\u0643\u064a\u0645', NULL, NULL),\n(29246, 'ar', 'db', 'Payment Receiver', '\u0645\u0633\u062a\u0644\u0645 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(29247, 'ar', 'db', 'SMS Template', '\u0642\u0627\u0644\u0628 \u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0642\u0635\u064a\u0631\u0629', NULL, NULL),\n(29248, 'ar', 'db', 'Add Template', '\u0625\u0636\u0627\u0641\u0629 \u0642\u0627\u0644\u0628', NULL, NULL),\n(29249, 'ar', 'db', 'SMS Template List', '\u0642\u0627\u0626\u0645\u0629 \u0642\u0648\u0627\u0644\u0628 \u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0642\u0635\u064a\u0631\u0629', NULL, NULL),\n(29250, 'ar', 'db', 'Content', '\u0645\u062d\u062a\u0648\u0649', NULL, NULL),\n(29251, 'ar', 'db', 'Update Template', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0642\u0627\u0644\u0628', NULL, NULL),\n(29252, 'ar', 'db', 'Send SMS After Sale', '\u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0646\u0635\u064a\u0629 \u0642\u0635\u064a\u0631\u0629 \u0628\u0639\u062f \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(29253, 'ar', 'db', 'Default SMS Sale', '\u0628\u064a\u0639 \u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0642\u0635\u064a\u0631\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629', NULL, NULL),\n(29254, 'ar', 'db', 'Default SMS E-Commerce', '\u0627\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0639\u0628\u0631 \u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0646\u0635\u064a\u0629 \u0627\u0644\u0642\u0635\u064a\u0631\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629', NULL, NULL),\n(29255, 'ar', 'db', 'Default Online', '\u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a', NULL, NULL),\n(29256, 'ar', 'db', 'Top Up', '\u0625\u0639\u0627\u062f\u0629 \u0634\u062d\u0646', NULL, NULL),\n(29257, 'ar', 'db', 'Coupon Name', '\u0627\u0633\u0645 \u0627\u0644\u0642\u0633\u064a\u0645\u0629', NULL, NULL),\n(29258, 'ar', 'db', 'Email Sent', '\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a', NULL, NULL),\n(29260, 'ar', 'db', 'Wholesale Price', '\u0633\u0639\u0631 \u0627\u0644\u062c\u0645\u0644\u0629', NULL, NULL),\n(29261, 'ar', 'db', 'Price Option', '\u062e\u064a\u0627\u0631 \u0627\u0644\u0633\u0639\u0631', NULL, NULL),\n(29262, 'ar', 'db', 'Product Tags', '\u0639\u0644\u0627\u0645\u0627\u062a \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(29263, 'ar', 'db', 'Selected Items', '\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062d\u062f\u062f\u0629', NULL, NULL),\n(29264, 'ar', 'db', 'Related Products', '\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0630\u0627\u062a \u0627\u0644\u0635\u0644\u0629', NULL, NULL),\n(29266, 'ar', 'db', 'Track Inventory', '\u062a\u062a\u0628\u0639 \u0627\u0644\u0645\u062e\u0632\u0648\u0646', NULL, NULL),\n(29267, 'ar', 'db', 'Register me as a user', '\u0633\u062c\u0644\u0646\u064a \u0643\u0645\u0633\u062a\u062e\u062f\u0645', NULL, NULL),\n(29268, 'ar', 'db', 'Verify & Close', '\u0627\u0644\u062a\u062d\u0642\u0642 \u0648\u0627\u0644\u0625\u063a\u0644\u0627\u0642', NULL, NULL),\n(29269, 'ar', 'db', 'Enable Gift Card payment on checkout page', '\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u062f\u0641\u0639 \u0628\u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0647\u062f\u0627\u064a\u0627 \u0641\u064a \u0635\u0641\u062d\u0629 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(29270, 'ar', 'db', 'Theme Color', '\u0644\u0648\u0646 \u0627\u0644\u0645\u0648\u0636\u0648\u0639', NULL, NULL),\n(29273, 'ar', 'db', 'Enter gift card number', '\u0623\u062f\u062e\u0644 \u0631\u0642\u0645 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0647\u062f\u064a\u0629', NULL, NULL),\n(29274, 'ar', 'db', 'Page saved', '\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0635\u0641\u062d\u0629', NULL, NULL),\n(29275, 'ar', 'db', 'Widget saved', '\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0623\u062f\u0627\u0629', NULL, NULL),\n(29276, 'ar', 'db', 'Template', '\u0646\u0645\u0648\u0630\u062c', NULL, NULL),\n(29277, 'ar', 'db', 'Three Column Banner', '\u0644\u0627\u0641\u062a\u0629 \u0630\u0627\u062a \u062b\u0644\u0627\u062b\u0629 \u0623\u0639\u0645\u062f\u0629', NULL, NULL),\n(29278, 'ar', 'db', 'Banner Image', '\u0635\u0648\u0631\u0629 \u0627\u0644\u0644\u0627\u0641\u062a\u0629', NULL, NULL),\n(29279, 'ar', 'db', 'Income', '\u062f\u062e\u0644', NULL, NULL),\n(29280, 'ar', 'db', 'Income Category', '\u0641\u0626\u0629 \u0627\u0644\u062f\u062e\u0644', NULL, NULL),\n(29281, 'ar', 'db', 'Income List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062f\u062e\u0644', NULL, NULL),\n(29282, 'ar', 'db', 'Add Income', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062f\u062e\u0644', NULL, NULL),\n(29283, 'ar', 'db', 'Add Income Category', '\u0625\u0636\u0627\u0641\u0629 \u0641\u0626\u0629 \u0627\u0644\u062f\u062e\u0644', NULL, NULL),\n(29284, 'ar', 'db', 'Update Income Category', '\u062a\u062d\u062f\u064a\u062b \u0641\u0626\u0629 \u0627\u0644\u062f\u062e\u0644', NULL, NULL),\n(29285, 'ar', 'db', 'Packing Slip to manage orders\\\\\/sales', '\u0625\u064a\u0635\u0627\u0644 \u0627\u0644\u062a\u0639\u0628\u0626\u0629 \u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0637\u0644\u0628\u0627\u062a\/\u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a', NULL, NULL),\n(29286, 'ar', 'db', 'Enable', '\u064a\u064f\u0645\u0643\u064e\u0650\u0646', NULL, NULL),\n(29287, 'ar', 'db', 'Disable', '\u0625\u0628\u0637\u0627\u0644', NULL, NULL),\n(29288, 'ar', 'db', 'Create Packing Slip', '\u0625\u0646\u0634\u0627\u0621 \u0648\u0631\u0642\u0629 \u0627\u0644\u062a\u0639\u0628\u0626\u0629', NULL, NULL),\n(29289, 'ar', 'db', 'Packed', '\u0645\u064f\u0639\u0628\u0623\u0629', NULL, NULL),\n(29290, 'ar', 'db', 'Processing', '\u064a\u0639\u0627\u0644\u062c', NULL, NULL),\n(29291, 'ar', 'db', 'Packing Slip List', '\u0642\u0627\u0626\u0645\u0629 \u0623\u0648\u0631\u0627\u0642 \u0627\u0644\u062a\u0639\u0628\u0626\u0629', NULL, NULL),\n(29292, 'ar', 'db', 'Packing Slip Reference', '\u0645\u0631\u062c\u0639 \u0648\u0631\u0642\u0629 \u0627\u0644\u062a\u0639\u0628\u0626\u0629', NULL, NULL),\n(29293, 'ar', 'db', 'Challan List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062a\u062d\u062f\u064a\u0627\u062a', NULL, NULL),\n(29294, 'ar', 'db', 'Challan Report', '\u062a\u0642\u0631\u064a\u0631 \u062a\u0634\u0627\u0644\u0627\u0646', NULL, NULL),\n(29295, 'ar', 'db', 'Packing Slip & Challan', '\u0625\u064a\u0635\u0627\u0644 \u0627\u0644\u062a\u0639\u0628\u0626\u0629 \u0648\u0627\u0644\u062a\u0646\u0627\u0632\u0644', NULL, NULL),\n(29296, 'ar', 'db', 'Filter Products', '\u062a\u0635\u0641\u064a\u0629 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a', NULL, NULL),\n(29297, 'ar', 'db', 'Expiry Duration Type', '\u0646\u0648\u0639 \u0645\u062f\u0629 \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629', NULL, NULL),\n(29298, 'ar', 'db', 'Expiry Value', '\u0642\u064a\u0645\u0629 \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629', NULL, NULL),\n(29299, 'ar', 'db', 'Biller Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(29300, 'ar', 'db', 'Choose Biller', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(29301, 'ar', 'db', 'Thermal Invoice Size', '\u062d\u062c\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0627\u0644\u062d\u0631\u0627\u0631\u064a\u0629', NULL, NULL),\n(29302, 'ar', 'db', 'Invoice Option', '\u062e\u064a\u0627\u0631 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(29303, 'ar', 'db', '80mm', '80 \u0645\u0644\u0645', NULL, NULL),\n(29304, 'ar', 'db', '58mm', '58 \u0645\u0644\u0645', NULL, NULL),\n(29305, 'ar', 'db', 'Sale successfully added to draft', '\u062a\u0645\u062a \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0628\u064a\u0639 \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u0648\u062f\u0629 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(29306, 'ar', 'db', 'Barcode Settings', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0628\u0627\u0631\u0643\u0648\u062f', NULL, NULL),\n(29307, 'ar', 'db', 'Add barcode sticker setting', '\u0625\u0636\u0627\u0641\u0629 \u0625\u0639\u062f\u0627\u062f \u0645\u0644\u0635\u0642 \u0627\u0644\u0628\u0627\u0631\u0643\u0648\u062f', NULL, NULL),\n(29308, 'ar', 'db', 'Edit Barcode Sticker Setting', '\u062a\u0639\u062f\u064a\u0644 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0645\u0644\u0635\u0642 \u0627\u0644\u0628\u0627\u0631\u0643\u0648\u062f', NULL, NULL),\n(29309, 'ar', 'db', 'Sticker Sheet setting Name', '\u0627\u0633\u0645 \u0625\u0639\u062f\u0627\u062f \u0648\u0631\u0642\u0629 \u0627\u0644\u0645\u0644\u0635\u0642\u0627\u062a', NULL, NULL),\n(29310, 'ar', 'db', 'Sticker Sheet setting Description', '\u0648\u0635\u0641 \u0625\u0639\u062f\u0627\u062f \u0648\u0631\u0642\u0629 \u0627\u0644\u0645\u0644\u0635\u0642\u0627\u062a', NULL, NULL),\n(29311, 'ar', 'db', 'Continuous feed or rolls', '\u0627\u0644\u062a\u063a\u0630\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u0645\u0631\u0629 \u0623\u0648 \u0627\u0644\u0644\u0641\u0627\u0626\u0641', NULL, NULL),\n(29312, 'ar', 'db', 'In Inches', '\u0628\u0627\u0644\u0628\u0648\u0635\u0627\u062a', NULL, NULL),\n(29313, 'ar', 'db', 'Additional top margin', '\u0647\u0627\u0645\u0634 \u0639\u0644\u0648\u064a \u0625\u0636\u0627\u0641\u064a', NULL, NULL),\n(29314, 'ar', 'db', 'Additional left margin', '\u0647\u0627\u0645\u0634 \u0623\u064a\u0633\u0631 \u0625\u0636\u0627\u0641\u064a', NULL, NULL),\n(29315, 'ar', 'db', 'Width of sticker', '\u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0635\u0642', NULL, NULL),\n(29316, 'ar', 'db', 'Height of sticker', '\u0627\u0631\u062a\u0641\u0627\u0639 \u0627\u0644\u0645\u0644\u0635\u0642', NULL, NULL),\n(29317, 'ar', 'db', 'Paper width', '\u0639\u0631\u0636 \u0627\u0644\u0648\u0631\u0642', NULL, NULL),\n(29318, 'ar', 'db', 'Paper height', '\u0627\u0631\u062a\u0641\u0627\u0639 \u0627\u0644\u0648\u0631\u0642', NULL, NULL),\n(29319, 'ar', 'db', 'Stickers in one row', '\u0645\u0644\u0635\u0642\u0627\u062a \u0641\u064a \u0635\u0641 \u0648\u0627\u062d\u062f', NULL, NULL),\n(29320, 'ar', 'db', 'Distance between two rows', '\u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u0628\u064a\u0646 \u0635\u0641\u064a\u0646', NULL, NULL),\n(29321, 'ar', 'db', 'Distance between two columns', '\u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u0628\u064a\u0646 \u0639\u0645\u0648\u062f\u064a\u0646', NULL, NULL),\n(29322, 'ar', 'db', 'No of Stickers per sheet', '\u0639\u062f\u062f \u0627\u0644\u0645\u0644\u0635\u0642\u0627\u062a \u0644\u0643\u0644 \u0648\u0631\u0642\u0629', NULL, NULL),\n(29323, 'ar', 'db', 'Set as default', '\u062a\u0639\u064a\u064a\u0646 \u0643\u0625\u0639\u062f\u0627\u062f \u0627\u0641\u062a\u0631\u0627\u0636\u064a', NULL, NULL),\n(29324, 'ar', 'db', 'Add New Setting', '\u0625\u0636\u0627\u0641\u0629 \u0625\u0639\u062f\u0627\u062f \u062c\u062f\u064a\u062f', NULL, NULL),\n(29325, 'ar', 'db', 'Print Labels', '\u0637\u0628\u0627\u0639\u0629 \u0627\u0644\u0645\u0644\u0635\u0642\u0627\u062a', NULL, NULL),\n(29326, 'ar', 'db', 'Information on Label', '\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0627\u0644\u0645\u0644\u0635\u0642', NULL, NULL),\n(29327, 'ar', 'db', 'Add Production', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0625\u0646\u062a\u0627\u062c', NULL, NULL),\n(29328, 'ar', 'db', 'Production List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0625\u0646\u062a\u0627\u062c', NULL, NULL),\n(29329, 'ar', 'db', 'Expired Date', '\u062a\u0627\u0631\u064a\u062e \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629', NULL, NULL),\n(29330, 'ar', 'db', 'Manufacturing', '\u062a\u0635\u0646\u064a\u0639', NULL, NULL),\n(29331, 'ar', 'db', 'Total Tax', '\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0636\u0631\u064a\u0628\u0629', NULL, NULL),\n(29332, 'ar', 'db', 'Production Details', '\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0625\u0646\u062a\u0627\u062c', NULL, NULL),\n(29333, 'ar', 'db', 'Add Custom Size', '\u0625\u0636\u0627\u0641\u0629 \u062d\u062c\u0645 \u0645\u062e\u0635\u0635', NULL, NULL),\n(29334, 'ar', 'db', 'RTL', 'RTL', NULL, NULL),\n(29335, 'ar', 'db', 'LTR', 'LTR', NULL, NULL),\n(29337, 'ar', 'db', 'Show search results in', '\u0625\u0638\u0647\u0627\u0631 \u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0628\u062d\u062b \u0641\u064a', NULL, NULL),\n(29338, 'ar', 'db', 'Full Page', '\u0635\u0641\u062d\u0629 \u0643\u0627\u0645\u0644\u0629', NULL, NULL),\n(29339, 'ar', 'db', 'Dropdown', '\u0627\u0633\u0642\u0627\u0637', NULL, NULL),\n(29341, 'ar', 'db', 'Saving', '\u062a\u0648\u0641\u064a\u0631', NULL, NULL),\n(29342, 'ar', 'db', 'Multiple Payment', '\u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0645\u062a\u0639\u062f\u062f', NULL, NULL),\n(29343, 'ar', 'db', 'Finalize Sale(Multiple Payment)', '\u0625\u062a\u0645\u0627\u0645 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0628\u064a\u0639 (\u062f\u0641\u0639\u0627\u062a \u0645\u062a\u0639\u062f\u062f\u0629)', NULL, NULL),\n(29344, 'ar', 'db', 'Cash Received', '\u062a\u0645 \u0627\u0633\u062a\u0644\u0627\u0645 \u0627\u0644\u0646\u0642\u0648\u062f', NULL, NULL),\n(29345, 'ar', 'db', 'Add More Payment', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(29346, 'ar', 'db', 'Received', '\u062a\u0644\u0642\u0649', NULL, NULL),\n(29347, 'ar', 'db', 'Production Status', '\u062d\u0627\u0644\u0629 \u0627\u0644\u0625\u0646\u062a\u0627\u062c', NULL, NULL),\n(29353, 'ar', 'db', 'Employees', '\u0645\u0648\u0638\u0641\u064a\u0646', NULL, NULL),\n(29354, 'ar', 'db', 'Award', '\u062c\u0627\u0626\u0632\u0629', NULL, NULL),\n(29355, 'ar', 'db', 'Travel', '\u064a\u0633\u0627\u0641\u0631', NULL, NULL),\n(29356, 'ar', 'db', 'Resignations', '\u0627\u0644\u0627\u0633\u062a\u0642\u0627\u0644\u0627\u062a', NULL, NULL),\n(29357, 'ar', 'db', 'Complaints', '\u0627\u0644\u0634\u0643\u0627\u0648\u0649', NULL, NULL),\n(29358, 'ar', 'db', 'Warnings', '\u062a\u062d\u0630\u064a\u0631\u0627\u062a', NULL, NULL),\n(29359, 'ar', 'db', 'Terminations', '\u0627\u0644\u0625\u0646\u0647\u0627\u0621\u0627\u062a', NULL, NULL),\n(29360, 'ar', 'db', 'Organization', '\u0645\u0646\u0638\u0645\u0629', NULL, NULL),\n(29361, 'ar', 'db', 'Company', '\u0634\u0631\u0643\u0629', NULL, NULL),\n(29362, 'ar', 'db', 'Designation', '\u062a\u0639\u064a\u064a\u0646', NULL, NULL),\n(29363, 'ar', 'db', 'Announcements', '\u0627\u0644\u0627\u0639\u0644\u0627\u0646\u0627\u062a', NULL, NULL),\n(29364, 'ar', 'db', 'Timesheets', '\u062c\u062f\u0627\u0648\u0644 \u0627\u0644\u0639\u0645\u0644', NULL, NULL),\n(29365, 'ar', 'db', 'Attendances', '\u0627\u0644\u062d\u0636\u0648\u0631', NULL, NULL),\n(29366, 'ar', 'db', 'Recruitment', '\u062a\u0648\u0638\u064a\u0641', NULL, NULL),\n(29367, 'ar', 'db', 'Training', '\u062a\u0645\u0631\u064a\u0646', NULL, NULL),\n(29368, 'ar', 'db', 'Trainers', '\u0627\u0644\u0645\u062f\u0631\u0628\u064a\u0646', NULL, NULL),\n(29369, 'ar', 'db', 'Events', '\u0627\u0644\u0623\u062d\u062f\u0627\u062b', NULL, NULL),\n(29370, 'ar', 'db', 'Meetings', '\u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u0627\u062a', NULL, NULL),\n(29371, 'ar', 'db', 'Finance', '\u062a\u0645\u0648\u064a\u0644', NULL, NULL),\n(29372, 'ar', 'db', 'imei_numbers', '\u0623\u0631\u0642\u0627\u0645 imei', NULL, NULL),\n(29373, 'ar', 'db', 'Warranty', '\u0636\u0645\u0627\u0646', NULL, NULL),\n(29374, 'ar', 'db', 'Guarantee', '\u064a\u0636\u0645\u0646', NULL, NULL),\n(29375, 'ar', 'db', 'Dear', '\u0639\u0632\u064a\u0632\u064a', NULL, NULL),\n(29376, 'ar', 'db', 'Thank you for your purchase! Your invoice number is', '\u0634\u0643\u0631\u064b\u0627 \u0644\u0643 \u0639\u0644\u0649 \u0627\u0644\u0634\u0631\u0627\u0621! \u0631\u0642\u0645 \u0641\u0627\u062a\u0648\u0631\u062a\u0643 \u0647\u0648', NULL, NULL),\n(29377, 'ar', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', '\u0625\u0630\u0627 \u0643\u0627\u0646\u062a \u0644\u062f\u064a\u0643 \u0623\u064a \u0623\u0633\u0626\u0644\u0629 \u0623\u0648 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0627\u062a\u060c \u0641\u0644\u0627 \u062a\u062a\u0631\u062f\u062f \u0641\u064a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627. \u0646\u062d\u0646 \u0647\u0646\u0627 \u0644\u0645\u0633\u0627\u0639\u062f\u062a\u0643!', NULL, NULL),\n(29378, 'ar', 'db', 'Best regards', '\u0623\u0637\u064a\u0628 \u0627\u0644\u062a\u062d\u064a\u0627\u062a', NULL, NULL),\n(29379, 'ar', 'db', 'Whatsapp Notification', '\u0625\u0634\u0639\u0627\u0631\u0627\u062a \u0648\u0627\u062a\u0633\u0627\u0628', NULL, NULL),\n(29380, 'ar', 'db', 'Add More Payment Option', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(29381, 'ar', 'db', 'Type date or quotation reference', '\u0627\u0643\u062a\u0628 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0623\u0648 \u0645\u0631\u062c\u0639 \u0627\u0644\u0627\u0642\u062a\u0628\u0627\u0633...', NULL, NULL),\n(29383, 'ar', 'db', 'Sale Reference No', '\u0631\u0642\u0645 \u0645\u0631\u062c\u0639 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(29384, 'ar', 'db', 'My Transactions', '\u0645\u0639\u0627\u0645\u0644\u0627\u062a\u064a', NULL, NULL),\n(29385, 'ar', 'db', 'One Point is Equivalent to:', '\u0646\u0642\u0637\u0629 \u0648\u0627\u062d\u062f\u0629 \u062a\u0639\u0627\u062f\u0644:', NULL, NULL),\n(29386, 'ar', 'db', 'Update Income', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062f\u062e\u0644', NULL, NULL),\n(29387, 'ar', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', '\u064a\u064f\u0633\u062a\u062e\u062f\u0645 \u0641\u0642\u0637 \u0644\u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u062a\u062d\u062f\u064a\u062f\u060c \u0648\u0627\u0644\u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u062a\u0639\u062f\u062f\u060c \u0648\u062e\u0627\u0646\u0629 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u060c \u0648\u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631. \u0627\u0645\u0644\u0623 \u0627\u0644\u062d\u0642\u0644 \u0628\u0641\u0635\u0644 \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a \u0628\u0641\u0627\u0635\u0644\u0629. \u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644: \u062a\u0641\u0627\u062d\u0629\u060c \u0628\u0631\u062a\u0642\u0627\u0644\u060c \u0645\u0648\u0632.', NULL, NULL),\n(29388, 'ar', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', '\u0627\u0644\u0633\u0639\u0631 \u063a\u064a\u0631 \u0634\u0627\u0645\u0644: \u0633\u0639\u0631 \u0627\u0644\u0645\u0646\u062a\u062c = \u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0641\u0639\u0644\u064a + \u0627\u0644\u0636\u0631\u064a\u0628\u0629. \u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0634\u0627\u0645\u0644: \u0633\u0639\u0631 \u0627\u0644\u0645\u0646\u062a\u062c = \u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0641\u0639\u0644\u064a - \u0627\u0644\u0636\u0631\u064a\u0628\u0629.', NULL, NULL),\n(29389, 'az', 'db', 'dashboard', 'i\u015f l\u00f6vh\u0259si', NULL, NULL),\n(29390, 'az', 'db', 'language', 'dil', NULL, NULL),\n(29391, 'az', 'db', 'Languages', 'Dill\u0259r', NULL, NULL),\n(29392, 'az', 'db', 'revenue', 'g\u0259lir', NULL, NULL),\n(29393, 'az', 'db', 'product', 'm\u0259hsul', NULL, NULL),\n(29394, 'az', 'db', 'category', 'kateqoriya', NULL, NULL),\n(29395, 'az', 'db', 'product_list', 'm\u0259hsul_siyah\u0131s\u0131', NULL, NULL),\n(29396, 'az', 'db', 'add_product', 'm\u0259hsul \u0259lav\u0259 et', NULL, NULL),\n(29397, 'az', 'db', 'import_product', 'idxal_m\u0259hsul', NULL, NULL),\n(29398, 'az', 'db', 'print_barcode', '\u00e7ap_barkodu', NULL, NULL),\n(29399, 'az', 'db', 'welcome', 'xo\u015f g\u0259ldin', NULL, NULL),\n(29400, 'az', 'db', 'profile', 'profil', NULL, NULL),\n(29401, 'az', 'db', 'add', '\u0259lav\u0259 et', NULL, NULL),\n(29402, 'az', 'db', 'parent', 'valideyn', NULL, NULL),\n(29403, 'az', 'db', 'action', 'h\u0259r\u0259k\u0259t', NULL, NULL),\n(29404, 'az', 'db', 'import', 'idxal', NULL, NULL),\n(29405, 'az', 'db', 'edit', 'redakt\u0259 etm\u0259k', NULL, NULL),\n(29406, 'az', 'db', 'delete', 'sil', NULL, NULL),\n(29407, 'az', 'db', 'name', 'ad', NULL, NULL),\n(29408, 'az', 'db', 'submit', 't\u0259qdim et', NULL, NULL),\n(29409, 'az', 'db', 'update', 'yenil\u0259m\u0259', NULL, NULL),\n(29410, 'az', 'db', 'The field labels marked with * are required input fields', '* il\u0259 i\u015far\u0259l\u0259nmi\u015f sah\u0259 etiketl\u0259ri t\u0259l\u0259b olunan giri\u015f sah\u0259l\u0259ridir', NULL, NULL),\n(29411, 'az', 'db', 'settings', 'parametrl\u0259r', NULL, NULL),\n(29412, 'az', 'db', 'logout', '\u00e7\u0131x\u0131\u015f', NULL, NULL),\n(29413, 'az', 'db', 'return', 'qay\u0131tmaq', NULL, NULL),\n(29414, 'az', 'db', 'profit', 'm\u0259nf\u0259\u0259t', NULL, NULL),\n(29415, 'az', 'db', 'sale qty', 'sat\u0131\u015f miqdar\u0131', NULL, NULL),\n(29416, 'az', 'db', 'yearly report', 'illik hesabat', NULL, NULL),\n(29417, 'az', 'db', 'sale amount', 'sat\u0131\u015f m\u0259bl\u0259\u011fi', NULL, NULL),\n(29418, 'az', 'db', 'recent sales', 'son sat\u0131\u015flar', NULL, NULL),\n(29419, 'az', 'db', 'latest', 'son', NULL, NULL),\n(29420, 'az', 'db', 'best selling product', '\u0259n \u00e7ox sat\u0131lan m\u0259hsul', NULL, NULL),\n(29421, 'az', 'db', 'top', 'yuxar\u0131', NULL, NULL),\n(29422, 'az', 'db', 'date', 'tarix', NULL, NULL),\n(29424, 'az', 'db', 'reference', 'istinad', NULL, NULL),\n(29425, 'az', 'db', 'customer', 'm\u00fc\u015ft\u0259ri', NULL, NULL),\n(29426, 'az', 'db', 'status', 'status', NULL, NULL),\n(29427, 'az', 'db', 'grand total', 'b\u00f6y\u00fck c\u0259mi', NULL, NULL),\n(29428, 'az', 'db', 'Product Details', 'M\u0259hsul t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(29429, 'az', 'db', 'qty', 'qty', NULL, NULL),\n(29431, 'az', 'db', 'Price', 'Qiym\u0259t', NULL, NULL),\n(29432, 'az', 'db', 'Image', '\u015e\u0259kil', NULL, NULL),\n(29433, 'az', 'db', 'Code', 'Kod', NULL, NULL),\n(29434, 'az', 'db', 'Brand', 'Brend', NULL, NULL),\n(29435, 'az', 'db', 'Quantity', 'K\u0259miyy\u0259t', NULL, NULL),\n(29436, 'az', 'db', 'Unit', 'vahid', NULL, NULL),\n(29437, 'az', 'db', 'Type', 'N\u00f6v', NULL, NULL),\n(29438, 'az', 'db', 'Barcode Symbology', 'Barkod Simbologiyas\u0131', NULL, NULL),\n(29439, 'az', 'db', 'Sale', 'Sat\u0131\u015f', NULL, NULL),\n(29440, 'az', 'db', 'Purchase', 'Sat\u0131nalma', NULL, NULL),\n(29441, 'az', 'db', 'Cost', 'X\u0259rc', NULL, NULL),\n(29442, 'az', 'db', 'Alert', 'X\u0259b\u0259rdarl\u0131q', NULL, NULL),\n(29443, 'az', 'db', 'Promotional Price', 'T\u0259qdimat qiym\u0259ti', NULL, NULL),\n(29444, 'az', 'db', 'Promotion', 'T\u0259qdimat', NULL, NULL),\n(29445, 'az', 'db', 'Featured', 'Se\u00e7ilmi\u015f', NULL, NULL),\n(29446, 'az', 'db', 'Tax', 'Vergi', NULL, NULL),\n(29447, 'az', 'db', 'Invoice Details', 'Faktura t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(29448, 'az', 'db', 'Generate', 'Yaratmaq', NULL, NULL),\n(29449, 'az', 'db', 'Promotion Starts', 'T\u0259qdimat ba\u015flay\u0131r', NULL, NULL),\n(29450, 'az', 'db', 'Promotion Ends', 'T\u0259qdimat ba\u015fa \u00e7at\u0131r', NULL, NULL),\n(29451, 'az', 'db', 'Starting', 'Ba\u015flamaq', NULL, NULL),\n(29452, 'az', 'db', 'Ending', 'Son', NULL, NULL),\n(29453, 'az', 'db', 'Print', '\u00c7ap', NULL, NULL),\n(29454, 'az', 'db', 'Barcode', 'Barkod', NULL, NULL),\n(29455, 'az', 'db', 'Supplier', 't\u0259chizat\u00e7\u0131', NULL, NULL),\n(29456, 'az', 'db', 'Paid', '\u00d6d\u0259ni\u015fli', NULL, NULL),\n(29457, 'az', 'db', 'Balance', 'Balans', NULL, NULL),\n(29458, 'az', 'db', 'Payment', '\u00d6d\u0259ni\u015f', NULL, NULL),\n(29459, 'az', 'db', 'View', 'G\u00f6r\u00fcn\u00fc\u015f', NULL, NULL),\n(29460, 'az', 'db', 'Warehouse', 'Anbar', NULL, NULL),\n(29461, 'az', 'db', 'Attach Document', 'S\u0259n\u0259d \u0259lav\u0259 et', NULL, NULL),\n(29462, 'az', 'db', 'Select Product', 'M\u0259hsul se\u00e7in', NULL, NULL),\n(29463, 'az', 'db', 'Order', 'Sifari\u015f', NULL, NULL),\n(29464, 'az', 'db', 'Order Table', 'Sifari\u015f masas\u0131', NULL, NULL),\n(29465, 'az', 'db', 'Discount', 'Endirim', NULL, NULL),\n(29466, 'az', 'db', 'Unit Cost', 'Vahid d\u0259y\u0259ri', NULL, NULL),\n(29467, 'az', 'db', 'Unit Price', 'Vahid qiym\u0259ti', NULL, NULL),\n(29468, 'az', 'db', 'Net Unit Cost', 'Xalis Vahid D\u0259y\u0259ri', NULL, NULL),\n(29469, 'az', 'db', 'Net Unit Price', 'Xalis Vahid Qiym\u0259t', NULL, NULL),\n(29470, 'az', 'db', 'Shipping Cost', '\u00c7atd\u0131r\u0131lma qiym\u0259ti', NULL, NULL),\n(29471, 'az', 'db', 'Subtotal', 'alt c\u0259mi', NULL, NULL),\n(29472, 'az', 'db', 'Note', 'Qeyd', NULL, NULL),\n(29473, 'az', 'db', 'Items', '\u018f\u015fyalar', NULL, NULL),\n(29474, 'az', 'db', 'Total', 'C\u0259mi', NULL, NULL),\n(29475, 'az', 'db', 'Recieved', 'Al\u0131nd\u0131', NULL, NULL),\n(29476, 'az', 'db', 'Upload CSV File', 'CSV fayl\u0131n\u0131 y\u00fckl\u0259yin', NULL, NULL),\n(29477, 'az', 'db', 'Download Sample File', 'N\u00fcmun\u0259 fayl\u0131 y\u00fckl\u0259yin', NULL, NULL),\n(29478, 'az', 'db', 'Sample File', 'N\u00fcmun\u0259 fayl\u0131', NULL, NULL),\n(29479, 'az', 'db', 'Download', 'Y\u00dcKL\u018f', NULL, NULL),\n(29480, 'az', 'db', 'The correct column order is', 'D\u00fczg\u00fcn s\u00fctun s\u0131ras\u0131', NULL, NULL),\n(29481, 'az', 'db', 'and you must follow this', 'v\u0259 siz buna \u0259m\u0259l etm\u0259lisiniz', NULL, NULL),\n(29482, 'az', 'db', 'All columns are required', 'B\u00fct\u00fcn s\u00fctunlar t\u0259l\u0259b olunur', NULL, NULL),\n(29483, 'az', 'db', 'Biller', 'Biller', NULL, NULL),\n(29484, 'az', 'db', 'From', 'Kimd\u0259n', NULL, NULL),\n(29485, 'az', 'db', 'To', 'Kim\u0259', NULL, NULL),\n(29486, 'az', 'db', 'Created By', 'Yarad\u0131lan', NULL, NULL),\n(29487, 'az', 'db', 'Amount', 'M\u0259bl\u0259\u011f', NULL, NULL),\n(29488, 'az', 'db', 'Staff', 'Hey\u0259t', NULL, NULL),\n(29489, 'az', 'db', 'Quotation', 'Sitat', NULL, NULL),\n(29490, 'az', 'db', 'Create', 'Yarat', NULL, NULL),\n(29491, 'az', 'db', 'Adjustment', 't\u0259nziml\u0259m\u0259', NULL, NULL),\n(29492, 'az', 'db', 'Subtraction', '\u00c7\u0131xarma', NULL, NULL),\n(29493, 'az', 'db', 'Addition', '\u018flav\u0259', NULL, NULL),\n(29494, 'az', 'db', 'Transfer', 'K\u00f6\u00e7\u00fcrm\u0259', NULL, NULL),\n(29495, 'az', 'db', 'User', '\u0130stifad\u0259\u00e7i', NULL, NULL),\n(29496, 'az', 'db', 'Email', 'E-po\u00e7t', NULL, NULL),\n(29497, 'az', 'db', 'Company Name', '\u015eirk\u0259tin ad\u0131', NULL, NULL),\n(29498, 'az', 'db', 'Phone Number', 'Telefon n\u00f6mr\u0259si', NULL, NULL),\n(29499, 'az', 'db', 'Role', 'Rol', NULL, NULL),\n(29500, 'az', 'db', 'UserName', '\u0130stifad\u0259\u00e7i ad\u0131', NULL, NULL),\n(29501, 'az', 'db', 'Password', 'Parol', NULL, NULL),\n(29502, 'az', 'db', 'LogIn', 'Giri\u015f', NULL, NULL),\n(29503, 'az', 'db', 'Change Password', 'Parolu d\u0259yi\u015fdir', NULL, NULL),\n(29504, 'az', 'db', 'Active', 'Aktiv', NULL, NULL),\n(29505, 'az', 'db', 'Customer Group', 'M\u00fc\u015ft\u0259ri Qrupu', NULL, NULL),\n(29506, 'az', 'db', 'Address', '\u00dcnvan', NULL, NULL),\n(29507, 'az', 'db', 'City', '\u015e\u0259h\u0259r', NULL, NULL),\n(29508, 'az', 'db', 'Postal Code', 'Po\u00e7t Kodu', NULL, NULL),\n(29509, 'az', 'db', 'Country', '\u00d6lk\u0259', NULL, NULL),\n(29510, 'az', 'db', 'State', 'D\u00f6vl\u0259t', NULL, NULL),\n(29511, 'az', 'db', 'Upload File', 'Fayl y\u00fckl\u0259', NULL, NULL),\n(29512, 'az', 'db', 'List', 'Siyah\u0131', NULL, NULL),\n(29513, 'az', 'db', 'VAT Number', '\u018fDV n\u00f6mr\u0259si', NULL, NULL),\n(29514, 'az', 'db', 'Choose Your Date', 'Tarixinizi se\u00e7in', NULL, NULL),\n(29515, 'az', 'db', 'Loss', '\u0130tki', NULL, NULL),\n(29516, 'az', 'db', 'Or', 'V\u0259 ya', NULL, NULL),\n(29517, 'az', 'db', 'Sent', 'G\u00f6nd\u0259rildi', NULL, NULL),\n(29518, 'az', 'db', 'Net Profit', 'Xalis m\u0259nf\u0259\u0259t', NULL, NULL),\n(29519, 'az', 'db', 'Best Seller', '\u018fn yax\u015f\u0131 sat\u0131c\u0131', NULL, NULL),\n(29520, 'az', 'db', 'Best Seller From', '\u018fn yax\u015f\u0131 sat\u0131c\u0131', NULL, NULL),\n(29521, 'az', 'db', 'Product Report', 'M\u0259hsul Hesabat\u0131', NULL, NULL),\n(29522, 'az', 'db', 'Purchased', 'Sat\u0131n al\u0131nd\u0131', NULL, NULL),\n(29523, 'az', 'db', 'Sold', 'Sat\u0131ld\u0131', NULL, NULL),\n(29524, 'az', 'db', 'In Stock', 'Stokda', NULL, NULL),\n(29525, 'az', 'db', 'Reports', 'Hesabatlar', NULL, NULL),\n(29526, 'az', 'db', 'Daily Sale', 'G\u00fcnd\u0259lik Sat\u0131\u015f', NULL, NULL),\n(29527, 'az', 'db', 'Daily Sale Report', 'G\u00fcnd\u0259lik Sat\u0131\u015f Hesabat\u0131', NULL, NULL),\n(29528, 'az', 'db', 'Monthly Sale', 'Ayl\u0131q endirim', NULL, NULL),\n(29529, 'az', 'db', 'Monthly Sale Report', 'Ayl\u0131q Sat\u0131\u015f Hesabat\u0131', NULL, NULL),\n(29530, 'az', 'db', 'Daily Purchase', 'G\u00fcnd\u0259lik al\u0131\u015f', NULL, NULL),\n(29531, 'az', 'db', 'Daily Purchase Report', 'G\u00fcnd\u0259lik Sat\u0131nalma Hesabat\u0131', NULL, NULL),\n(29532, 'az', 'db', 'Monthly Purchase', 'Ayl\u0131q al\u0131\u015f', NULL, NULL),\n(29533, 'az', 'db', 'Monthly Purchase Report', 'Ayl\u0131q Sat\u0131nalma Hesabat\u0131', NULL, NULL),\n(29534, 'az', 'db', 'Previous', '\u018fvv\u0259lki', NULL, NULL),\n(29535, 'az', 'db', 'Next', 'N\u00f6vb\u0259ti', NULL, NULL),\n(29536, 'az', 'db', 'Stock Chart', 'Birja qrafiki', NULL, NULL),\n(29537, 'az', 'db', 'Due', 'vaxt', NULL, NULL),\n(29538, 'az', 'db', 'Description', 'T\u0259svir', NULL, NULL),\n(29539, 'az', 'db', 'Change Permission', '\u0130caz\u0259ni d\u0259yi\u015fdir', NULL, NULL),\n(29540, 'az', 'db', 'Group Permission', 'Qrup icaz\u0259si', NULL, NULL),\n(29541, 'az', 'db', 'Permissions', '\u0130caz\u0259l\u0259r', NULL, NULL),\n(29542, 'az', 'db', 'Percentage', 'faiz', NULL, NULL),\n(29543, 'az', 'db', 'Title', 'Ba\u015fl\u0131q', NULL, NULL),\n(29544, 'az', 'db', 'Base Unit', 'Baza vahidi', NULL, NULL),\n(29545, 'az', 'db', 'Operator', 'Operator', NULL, NULL),\n(29546, 'az', 'db', 'Operation Value', '\u018fm\u0259liyyat d\u0259y\u0259ri', NULL, NULL),\n(29547, 'az', 'db', 'Rate', 'Qiym\u0259t', NULL, NULL),\n(29548, 'az', 'db', 'General Setting', '\u00dcmumi Parametrl\u0259r', NULL, NULL),\n(29549, 'az', 'db', 'Site Title', 'Sayt\u0131n ad\u0131', NULL, NULL),\n(29550, 'az', 'db', 'Site Logo', 'Sayt loqosu', NULL, NULL),\n(29551, 'az', 'db', 'Current Password', 'Cari parol', NULL, NULL),\n(29552, 'az', 'db', 'New Password', 'Yeni parol', NULL, NULL),\n(29553, 'az', 'db', 'Confirm Password', '\u015eifr\u0259ni t\u0259sdiql\u0259yin', NULL, NULL),\n(29554, 'az', 'db', 'POS Setting', 'POS Parametrl\u0259ri', NULL, NULL),\n(29555, 'az', 'db', 'Developed By', '\u0130nki\u015faf etdi', NULL, NULL),\n(29556, 'az', 'db', 'All', 'ham\u0131s\u0131', NULL, NULL),\n(29557, 'az', 'db', 'By', 'T\u0259r\u0259find\u0259n', NULL, NULL),\n(29558, 'az', 'db', 'Cheque Number', '\u00c7ek n\u00f6mr\u0259si', NULL, NULL),\n(29559, 'az', 'db', 'Invoice', 'Qaim\u0259-faktura', NULL, NULL),\n(29560, 'az', 'db', 'Shipping', 'g\u00f6nd\u0259rm\u0259', NULL, NULL),\n(29561, 'az', 'db', 'Finalize Sale', 'Sat\u0131\u015f\u0131 yekunla\u015fd\u0131r\u0131n', NULL, NULL),\n(29562, 'az', 'db', 'People', '\u0130nsanlar', NULL, NULL),\n(29563, 'az', 'db', 'Option', 'Se\u00e7im', NULL, NULL),\n(29564, 'az', 'db', 'Bill', 'Bill', NULL, NULL),\n(29565, 'az', 'db', 'Go To', 'Get', NULL, NULL),\n(29566, 'az', 'db', 'Mode', 'Rejim', NULL, NULL),\n(29567, 'az', 'db', 'In Words', 'S\u00f6zl\u0259', NULL, NULL),\n(29568, 'az', 'db', 'Stamp', 'm\u00f6h\u00fcr', NULL, NULL),\n(29569, 'az', 'db', 'Signature', '\u0130mza', NULL, NULL),\n(29570, 'az', 'db', 'Developed', '\u0130nki\u015faf etmi\u015f', NULL, NULL),\n(29571, 'az', 'db', 'Attach File', 'Fayl \u0259lav\u0259 et', NULL, NULL),\n(29572, 'az', 'db', 'File Link', 'Fayl Linki', NULL, NULL),\n(29573, 'az', 'db', 'Delivery', '\u00c7atd\u0131r\u0131lma', NULL, NULL),\n(29574, 'az', 'db', 'Delivered', '\u00c7atd\u0131r\u0131ld\u0131', NULL, NULL),\n(29575, 'az', 'db', 'For Digital product sale_unit will be n\\\\\/a', 'R\u0259q\u0259msal m\u0259hsul \u00fc\u00e7\u00fcn sat\u0131\u015f_vahidi n\\\\\/a olacaq', NULL, NULL),\n(29576, 'az', 'db', 'Forgot Password?', '\u015eifr\u0259ni unutmusan?', NULL, NULL),\n(29577, 'az', 'db', 'Do not have an account?', 'Hesab\u0131n yoxdur?', NULL, NULL),\n(29578, 'az', 'db', 'Register', 'Qeydiyyatdan ke\u00e7', NULL, NULL),\n(29579, 'az', 'db', 'Expense Category', 'X\u0259rcl\u0259r kateqoriyas\u0131', NULL, NULL),\n(29580, 'az', 'db', 'Expense', 'X\u0259rc', NULL, NULL),\n(29581, 'az', 'db', 'Gift Card', 'H\u0259diyy\u0259 Kart\u0131', NULL, NULL),\n(29582, 'az', 'db', 'Card', 'Kart', NULL, NULL),\n(29583, 'az', 'db', 'Expiry Date', 'Son istifad\u0259 tarixi', NULL, NULL),\n(29584, 'az', 'db', 'Recharge', 'Yenid\u0259n doldurmaq', NULL, NULL),\n(29585, 'az', 'db', 'Deposit', 'Depozit', NULL, NULL),\n(29586, 'az', 'db', 'Choose Warehouse', 'Anbar se\u00e7in', NULL, NULL),\n(29587, 'az', 'db', 'Choose Supplier', 'T\u0259chizat\u00e7\u0131 se\u00e7in', NULL, NULL),\n(29588, 'az', 'db', 'Choose Customer', 'M\u00fc\u015ft\u0259ri se\u00e7in', NULL, NULL),\n(29589, 'az', 'db', 'Touchscreen keybord', 'Toxunma ekran\u0131 klaviaturas\u0131', NULL, NULL),\n(29590, 'az', 'db', 'Already have an account', 'Art\u0131q hesab\u0131n\u0131z var', NULL, NULL),\n(29591, 'az', 'db', 'Currency', 'Valyuta', NULL, NULL),\n(29592, 'az', 'db', 'Mail Setting', 'Po\u00e7t Parametrl\u0259ri', NULL, NULL),\n(29593, 'az', 'db', 'Mail Host', 'Mail Host', NULL, NULL),\n(29594, 'az', 'db', 'Mail Port', 'Po\u00e7t Portu', NULL, NULL),\n(29595, 'az', 'db', 'Mail From Name', 'Addan m\u0259ktub', NULL, NULL),\n(29596, 'az', 'db', 'Mail Address', 'Po\u00e7t \u00fcnvan\u0131', NULL, NULL),\n(29597, 'az', 'db', 'Encryption', '\u015eifr\u0259l\u0259m\u0259', NULL, NULL),\n(29598, 'az', 'db', 'Today', 'Bu g\u00fcn', NULL, NULL),\n(29599, 'az', 'db', 'Last 7 Days', 'Son 7 g\u00fcn', NULL, NULL),\n(29600, 'az', 'db', 'This Month', 'Bu ay', NULL, NULL),\n(29601, 'az', 'db', 'This Year', 'Bu il', NULL, NULL),\n(29602, 'az', 'db', 'Cash in Hand', '\u018fld\u0259ki pul', NULL, NULL),\n(29603, 'az', 'db', 'In Hand', '\u018fld\u0259', NULL, NULL),\n(29604, 'az', 'db', 'Summary Report', 'X\u00fclas\u0259 hesabat\u0131', NULL, NULL),\n(29605, 'az', 'db', 'Draft', 'Qaralama', NULL, NULL),\n(29606, 'az', 'db', 'Coupon', 'Kupon', NULL, NULL),\n(29607, 'az', 'db', 'Available', 'M\u00f6vcud', NULL, NULL),\n(29608, 'az', 'db', 'Minimum Sale', 'Minimum Sat\u0131\u015f', NULL, NULL),\n(29609, 'az', 'db', 'Add Sale', 'Sat\u0131\u015f \u0259lav\u0259 et', NULL, NULL),\n(29610, 'az', 'db', 'Import Sale', '\u0130dxal sat\u0131\u015f\u0131', NULL, NULL),\n(29611, 'az', 'db', 'Sale Status', 'Sat\u0131\u015f V\u0259ziyy\u0259ti', NULL, NULL),\n(29612, 'az', 'db', 'Payment Status', '\u00d6d\u0259ni\u015f statusu', NULL, NULL),\n(29613, 'az', 'db', 'Generate Invoice', 'Qaim\u0259-faktura yarad\u0131n', NULL, NULL),\n(29614, 'az', 'db', 'Add Payment', '\u00d6d\u0259ni\u015f \u0259lav\u0259 et', NULL, NULL),\n(29615, 'az', 'db', 'View Payment', '\u00d6d\u0259ni\u015f\u0259 bax\u0131n', NULL, NULL),\n(29616, 'az', 'db', 'Add Delivery', '\u00c7atd\u0131r\u0131lma \u0259lav\u0259 et', NULL, NULL),\n(29617, 'az', 'db', 'PDF', 'PDF', NULL, NULL),\n(29618, 'az', 'db', 'CSV', 'CSV', NULL, NULL),\n(29619, 'az', 'db', 'Column visibility', 'S\u00fctun g\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fc', NULL, NULL),\n(29620, 'az', 'db', 'Search', 'Axtar\u0131\u015f', NULL, NULL),\n(29621, 'az', 'db', 'records per page', 's\u0259hif\u0259 ba\u015f\u0131na qeydl\u0259r', NULL, NULL),\n(29622, 'az', 'db', 'Showing', 'G\u00f6st\u0259rilir', NULL, NULL),\n(29623, 'az', 'db', 'Order Discount', 'Sifari\u015f endirimi', NULL, NULL),\n(29624, 'az', 'db', 'Order Tax', 'Sifari\u015f Vergisi', NULL, NULL),\n(29625, 'az', 'db', 'Sale Note', 'Sat\u0131\u015f Qeydi', NULL, NULL),\n(29626, 'az', 'db', 'Staff Note', '\u0130\u015f\u00e7i qeydi', NULL, NULL),\n(29627, 'az', 'db', 'Paid Amount', '\u00d6d\u0259nilmi\u015f m\u0259bl\u0259\u011f', NULL, NULL),\n(29628, 'az', 'db', 'Sale Details', 'Sat\u0131\u015f t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(29629, 'az', 'db', 'Purchase List', 'Sat\u0131nalma siyah\u0131s\u0131', NULL, NULL),\n(29630, 'az', 'db', 'Add Purchase', 'Sat\u0131nalma \u0259lav\u0259 et', NULL, NULL),\n(29631, 'az', 'db', 'Import Purchase By CSV', 'CSV il\u0259 idxal al\u0131\u015f\u0131', NULL, NULL),\n(29632, 'az', 'db', 'Sale List', 'Sat\u0131\u015f siyah\u0131s\u0131', NULL, NULL),\n(29633, 'az', 'db', 'Import Sale By CSV', 'CSV il\u0259 idxal sat\u0131\u015f\u0131', NULL, NULL),\n(29634, 'az', 'db', 'Gift Card List', 'H\u0259diyy\u0259 Kart\u0131 Siyah\u0131s\u0131', NULL, NULL),\n(29635, 'az', 'db', 'Coupon List', 'Kupon siyah\u0131s\u0131', NULL, NULL),\n(29636, 'az', 'db', 'Delivery List', '\u00c7atd\u0131r\u0131lma siyah\u0131s\u0131', NULL, NULL),\n(29637, 'az', 'db', 'Expense List', 'X\u0259rcl\u0259r siyah\u0131s\u0131', NULL, NULL),\n(29638, 'az', 'db', 'Add Expense', 'X\u0259rc \u0259lav\u0259 et', NULL, NULL),\n(29639, 'az', 'db', 'Quotation List', 'Sitat siyah\u0131s\u0131', NULL, NULL),\n(29640, 'az', 'db', 'Add Quotation', 'Sitat \u0259lav\u0259 et', NULL, NULL),\n(29641, 'az', 'db', 'Transfer List', 'K\u00f6\u00e7\u00fcrm\u0259 siyah\u0131s\u0131', NULL, NULL),\n(29642, 'az', 'db', 'Add Transfer', 'K\u00f6\u00e7\u00fcrm\u0259 \u0259lav\u0259 et', NULL, NULL),\n(29643, 'az', 'db', 'Import Transfer By CSV', 'CSV il\u0259 \u0130dxal Transferi', NULL, NULL),\n(29644, 'az', 'db', 'Return List', 'Geri qaytarma siyah\u0131s\u0131', NULL, NULL),\n(29645, 'az', 'db', 'Add Return', 'Qay\u0131d\u0131\u015f \u0259lav\u0259 et', NULL, NULL),\n(29646, 'az', 'db', 'Quantity Adjustment', 'K\u0259miyy\u0259tin t\u0259nziml\u0259nm\u0259si', NULL, NULL),\n(29647, 'az', 'db', 'Adjustment List', 'T\u0259nziml\u0259m\u0259 siyah\u0131s\u0131', NULL, NULL),\n(29648, 'az', 'db', 'Add Adjustment', 'T\u0259nziml\u0259m\u0259 \u0259lav\u0259 et', NULL, NULL),\n(29649, 'az', 'db', 'User List', '\u0130stifad\u0259\u00e7i siyah\u0131s\u0131', NULL, NULL),\n(29650, 'az', 'db', 'Add User', '\u0130stifad\u0259\u00e7i \u0259lav\u0259 et', NULL, NULL),\n(29651, 'az', 'db', 'Customer List', 'M\u00fc\u015ft\u0259ri siyah\u0131s\u0131', NULL, NULL),\n(29652, 'az', 'db', 'Add Customer', 'M\u00fc\u015ft\u0259ri \u0259lav\u0259 et', NULL, NULL),\n(29653, 'az', 'db', 'Biller List', 'Biller siyah\u0131s\u0131', NULL, NULL),\n(29654, 'az', 'db', 'Add Biller', 'Biller \u0259lav\u0259 et', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(29655, 'az', 'db', 'Supplier List', 'T\u0259chizat\u00e7\u0131 Siyah\u0131s\u0131', NULL, NULL),\n(29656, 'az', 'db', 'Add Supplier', 'T\u0259chizat\u00e7\u0131 \u0259lav\u0259 et', NULL, NULL),\n(29657, 'az', 'db', 'Sale Report', 'Sat\u0131\u015f Hesabat\u0131', NULL, NULL),\n(29658, 'az', 'db', 'Purchase Report', 'Sat\u0131nalma Hesabat\u0131', NULL, NULL),\n(29659, 'az', 'db', 'Payment Report', '\u00d6d\u0259ni\u015f Hesabat\u0131', NULL, NULL),\n(29660, 'az', 'db', 'Warehouse Stock Chart', 'Anbar fond qrafiki', NULL, NULL),\n(29661, 'az', 'db', 'Product Quantity Alert', 'M\u0259hsulun miqdar\u0131 x\u0259b\u0259rdarl\u0131\u011f\u0131', NULL, NULL),\n(29662, 'az', 'db', 'Customer Report', 'M\u00fc\u015ft\u0259ri Hesabat\u0131', NULL, NULL),\n(29663, 'az', 'db', 'Supplier Report', 'T\u0259chizat\u00e7\u0131 Hesabat\u0131', NULL, NULL),\n(29664, 'az', 'db', 'Due Report', 'Vaxt hesabat\u0131', NULL, NULL),\n(29665, 'az', 'db', 'User Profile', '\u0130stifad\u0259\u00e7i Profili', NULL, NULL),\n(29666, 'az', 'db', 'Cash Flow', 'Na\u011fd pul ax\u0131n\u0131', NULL, NULL),\n(29667, 'az', 'db', 'Add Category', 'Kateqoriya \u0259lav\u0259 et', NULL, NULL),\n(29668, 'az', 'db', 'Import Category', '\u0130dxal Kateqoriya', NULL, NULL),\n(29669, 'az', 'db', 'Parent Category', 'Valideyn kateqoriyas\u0131', NULL, NULL),\n(29670, 'az', 'db', 'Product Image', 'M\u0259hsul \u015f\u0259kli', NULL, NULL),\n(29671, 'az', 'db', 'Product Name', 'M\u0259hsul ad\u0131', NULL, NULL),\n(29672, 'az', 'db', 'Product Code', 'M\u0259hsul kodu', NULL, NULL),\n(29673, 'az', 'db', 'Product Type', 'M\u0259hsul n\u00f6v\u00fc', NULL, NULL),\n(29674, 'az', 'db', 'Product Unit', 'M\u0259hsul vahidi', NULL, NULL),\n(29675, 'az', 'db', 'Sale Unit', 'Sat\u0131\u015f vahidi', NULL, NULL),\n(29676, 'az', 'db', 'Purchase Unit', 'Sat\u0131nalma vahidi', NULL, NULL),\n(29677, 'az', 'db', 'Product Cost', 'M\u0259hsulun d\u0259y\u0259ri', NULL, NULL),\n(29678, 'az', 'db', 'Product Price', 'M\u0259hsulun qiym\u0259ti', NULL, NULL),\n(29679, 'az', 'db', 'Alert Quantity', 'X\u0259b\u0259rdarl\u0131\u011f\u0131n miqdar\u0131', NULL, NULL),\n(29680, 'az', 'db', 'Add Promotional Price', 'T\u0259qdimat qiym\u0259ti \u0259lav\u0259 et', NULL, NULL),\n(29681, 'az', 'db', 'Product Tax', 'M\u0259hsul vergisi', NULL, NULL),\n(29682, 'az', 'db', 'Tax Method', 'Vergi metodu', NULL, NULL),\n(29683, 'az', 'db', 'Featured product will be displayed in POS', 'Se\u00e7ilmi\u015f m\u0259hsul POS-da g\u00f6st\u0259ril\u0259c\u0259k', NULL, NULL),\n(29684, 'az', 'db', 'Product Invoice Details', 'M\u0259hsul faktura t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(29685, 'az', 'db', 'Purchase Status', 'Sat\u0131nalma statusu', NULL, NULL),\n(29686, 'az', 'db', 'Add Gift Card', 'H\u0259diyy\u0259 Kart\u0131 \u0259lav\u0259 et', NULL, NULL),\n(29687, 'az', 'db', 'Card No', 'Kart No', NULL, NULL),\n(29688, 'az', 'db', 'Reference No', '\u0130stinad No', NULL, NULL),\n(29689, 'az', 'db', 'Add Coupon', 'Kupon \u0259lav\u0259 et', NULL, NULL),\n(29690, 'az', 'db', 'Coupon Code', 'Kupon kodu', NULL, NULL),\n(29691, 'az', 'db', 'Minimum Amount', 'Minimum m\u0259bl\u0259\u011f', NULL, NULL),\n(29692, 'az', 'db', 'Update Coupon', 'Kuponu yenil\u0259yin', NULL, NULL),\n(29693, 'az', 'db', 'Update Purchase', 'Sat\u0131nalman\u0131 yenil\u0259yin', NULL, NULL),\n(29694, 'az', 'db', 'Update Sale', 'Yenil\u0259m\u0259 Sat\u0131\u015f\u0131', NULL, NULL),\n(29695, 'az', 'db', 'Update Product', 'M\u0259hsulun yenil\u0259nm\u0259si', NULL, NULL),\n(29696, 'az', 'db', 'Update Category', 'Kateqoriyan\u0131 yenil\u0259yin', NULL, NULL),\n(29697, 'az', 'db', 'Update Gift Card', 'H\u0259diyy\u0259 Kart\u0131n\u0131 Yenil\u0259yin', NULL, NULL),\n(29698, 'az', 'db', 'Delivery Reference', '\u00c7atd\u0131r\u0131lma aray\u0131\u015f\u0131', NULL, NULL),\n(29699, 'az', 'db', 'Sale Reference', 'Sat\u0131\u015f aray\u0131\u015f\u0131', NULL, NULL),\n(29700, 'az', 'db', 'Add Expense Category', 'X\u0259rc kateqoriyas\u0131 \u0259lav\u0259 et', NULL, NULL),\n(29701, 'az', 'db', 'Import Expense Category', '\u0130dxal X\u0259rcl\u0259ri Kateqoriyas\u0131', NULL, NULL),\n(29702, 'az', 'db', 'Update Expense', 'Yenil\u0259m\u0259 x\u0259rcl\u0259ri', NULL, NULL),\n(29703, 'az', 'db', 'Quotation Status', 'Sitat statusu', NULL, NULL),\n(29704, 'az', 'db', 'Create Sale', 'Sat\u0131\u015f yarat', NULL, NULL),\n(29705, 'az', 'db', 'Create Purchase', 'Sat\u0131nalma yarad\u0131n', NULL, NULL),\n(29706, 'az', 'db', 'Purchase Details', 'Sat\u0131nalma t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(29707, 'az', 'db', 'Quotation Details', 'Sitat t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(29708, 'az', 'db', 'Import Transfer', '\u0130dxal Transferi', NULL, NULL),\n(29709, 'az', 'db', 'Update Transfer', 'Yenil\u0259m\u0259 Transferi', NULL, NULL),\n(29710, 'az', 'db', 'Transfer Status', 'K\u00f6\u00e7\u00fcrm\u0259 statusu', NULL, NULL),\n(29711, 'az', 'db', 'Transfer Details', 'K\u00f6\u00e7\u00fcrm\u0259 t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(29712, 'az', 'db', 'Return Details', 'Geri qaytarma t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(29713, 'az', 'db', 'Return Note', 'Qay\u0131d\u0131\u015f qeydi', NULL, NULL),\n(29714, 'az', 'db', 'Update Return', 'Yenil\u0259m\u0259 Qay\u0131d\u0131\u015f\u0131', NULL, NULL),\n(29715, 'az', 'db', 'Card Details', 'Kart t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(29716, 'az', 'db', 'Update Adjustment', 'Yenil\u0259m\u0259 t\u0259nziml\u0259nm\u0259si', NULL, NULL),\n(29717, 'az', 'db', 'Update User', '\u0130stifad\u0259\u00e7ini yenil\u0259yin', NULL, NULL),\n(29718, 'az', 'db', 'Update Customer', 'M\u00fc\u015ft\u0259rini yenil\u0259yin', NULL, NULL),\n(29719, 'az', 'db', 'Import Customer', '\u0130dxal M\u00fc\u015ft\u0259risi', NULL, NULL),\n(29720, 'az', 'db', 'Add Deposit', 'Depozit \u0259lav\u0259 et', NULL, NULL),\n(29721, 'az', 'db', 'View Deposit', 'Depozit\u0259 bax\u0131n', NULL, NULL),\n(29722, 'az', 'db', 'Import Biller', '\u0130dxal Biller', NULL, NULL),\n(29723, 'az', 'db', 'Update Biller', 'Biller i yenil\u0259yin', NULL, NULL),\n(29724, 'az', 'db', 'To display Image it must be stored in', '\u015e\u0259kili g\u00f6st\u0259rm\u0259k \u00fc\u00e7\u00fcn o, saxlanmal\u0131d\u0131r', NULL, NULL),\n(29725, 'az', 'db', 'directory', 'kataloq', NULL, NULL),\n(29726, 'az', 'db', 'Import Supplier', '\u0130dxal T\u0259chizat\u00e7\u0131', NULL, NULL),\n(29727, 'az', 'db', 'Update Supplier', 'Yenil\u0259m\u0259 T\u0259chizat\u00e7\u0131', NULL, NULL),\n(29728, 'az', 'db', 'Purchased Amount', 'Sat\u0131n al\u0131nan m\u0259bl\u0259\u011f', NULL, NULL),\n(29729, 'az', 'db', 'Purchased Qty', 'Sat\u0131n al\u0131nan miqdar\u0131', NULL, NULL),\n(29730, 'az', 'db', 'Sold Amount', 'Sat\u0131lan m\u0259bl\u0259\u011f', NULL, NULL),\n(29731, 'az', 'db', 'Sold Qty', 'Sat\u0131lm\u0131\u015f Miqdar', NULL, NULL),\n(29732, 'az', 'db', 'Payment Reference', '\u00d6d\u0259ni\u015f aray\u0131\u015f\u0131', NULL, NULL),\n(29733, 'az', 'db', 'Purchase Reference', 'Sat\u0131nalma aray\u0131\u015f\u0131', NULL, NULL),\n(29734, 'az', 'db', 'Paid By', '\u00d6d\u0259ni\u015fli', NULL, NULL),\n(29735, 'az', 'db', 'Total Item', '\u00dcmumi madd\u0259', NULL, NULL),\n(29736, 'az', 'db', 'Total Quantity', '\u00dcmumi miqdar', NULL, NULL),\n(29737, 'az', 'db', 'Paid Method', '\u00d6d\u0259ni\u015fli \u00fcsul', NULL, NULL),\n(29738, 'az', 'db', 'Customer Details', 'M\u00fc\u015ft\u0259ri t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(29739, 'az', 'db', 'Bill No', 'Hesab Yox', NULL, NULL),\n(29740, 'az', 'db', 'Add Role', 'Rol \u0259lav\u0259 et', NULL, NULL),\n(29741, 'az', 'db', 'Update Role', 'Yenil\u0259m\u0259 rolu', NULL, NULL),\n(29742, 'az', 'db', 'Import Warehouse', '\u0130dxal anbar\u0131', NULL, NULL),\n(29743, 'az', 'db', 'Update Warehouse', 'Anbar\u0131 yenil\u0259yin', NULL, NULL),\n(29744, 'az', 'db', 'Import Customer Group', '\u0130dxal M\u00fc\u015ft\u0259ri Qrupu', NULL, NULL),\n(29745, 'az', 'db', 'Update Customer Group', 'M\u00fc\u015ft\u0259ri Qrupunu Yenil\u0259yin', NULL, NULL),\n(29746, 'az', 'db', 'Import Brand', '\u0130dxal brendi', NULL, NULL),\n(29747, 'az', 'db', 'Update Brand', 'Brendi yenil\u0259yin', NULL, NULL),\n(29748, 'az', 'db', 'Import Unit', '\u0130dxal Vahidi', NULL, NULL),\n(29749, 'az', 'db', 'Update Unit', 'Yenil\u0259m\u0259 Vahidi', NULL, NULL),\n(29750, 'az', 'db', 'Import Tax', '\u0130dxal Vergisi', NULL, NULL),\n(29751, 'az', 'db', 'Update Tax', 'Vergi yenil\u0259m\u0259si', NULL, NULL),\n(29752, 'az', 'db', 'Update User Profile', '\u0130stifad\u0259\u00e7i profilini yenil\u0259yin', NULL, NULL),\n(29753, 'az', 'db', 'Default Customer', 'Defolt M\u00fc\u015ft\u0259ri', NULL, NULL),\n(29754, 'az', 'db', 'Default Biller', 'Defolt Biller', NULL, NULL),\n(29755, 'az', 'db', 'Default Warehouse', 'Defolt anbar', NULL, NULL),\n(29756, 'az', 'db', 'Displayed Number of Product Row', 'G\u00f6st\u0259ril\u0259n M\u0259hsul S\u0259tirinin Say\u0131', NULL, NULL),\n(29757, 'az', 'db', 'Add Brand', 'Brend \u0259lav\u0259 et', NULL, NULL),\n(29758, 'az', 'db', 'All Deposit', 'B\u00fct\u00fcn depozit', NULL, NULL),\n(29759, 'az', 'db', 'Update Deposit', 'Depoziti yenil\u0259yin', NULL, NULL),\n(29760, 'az', 'db', 'Add Customer Group', 'M\u00fc\u015ft\u0259ri Qrupu \u0259lav\u0259 et', NULL, NULL),\n(29761, 'az', 'db', 'Delivered By', '\u00c7atd\u0131r\u0131ld\u0131', NULL, NULL),\n(29762, 'az', 'db', 'Recieved By', 'Al\u0131nan', NULL, NULL),\n(29763, 'az', 'db', 'Update Delivery', '\u00c7atd\u0131r\u0131lman\u0131 yenil\u0259yin', NULL, NULL),\n(29764, 'az', 'db', 'Update Expense Category', 'X\u0259rc Kateqoriyas\u0131n\u0131 Yenil\u0259yin', NULL, NULL),\n(29765, 'az', 'db', 'Tax Rate', 'Vergi d\u0259r\u0259c\u0259si', NULL, NULL),\n(29766, 'az', 'db', 'Unit Discount', 'Vahid endirimi', NULL, NULL),\n(29767, 'az', 'db', 'Import Purchase', '\u0130dxal al\u0131\u015f\u0131', NULL, NULL),\n(29768, 'az', 'db', 'Payment Note', '\u00d6d\u0259ni\u015f qeydi', NULL, NULL),\n(29769, 'az', 'db', 'All Payment', 'B\u00fct\u00fcn \u00f6d\u0259ni\u015fl\u0259r', NULL, NULL),\n(29770, 'az', 'db', 'Update Payment', '\u00d6d\u0259ni\u015fi yenil\u0259yin', NULL, NULL),\n(29771, 'az', 'db', 'Update Quotation', 'T\u0259klifi yenil\u0259yin', NULL, NULL),\n(29772, 'az', 'db', 'Coupon Discount', 'Kupon endirimi', NULL, NULL),\n(29773, 'az', 'db', 'Payment Mode', '\u00d6d\u0259ni\u015f rejimi', NULL, NULL),\n(29774, 'az', 'db', 'Bill To', 'Hesab et', NULL, NULL),\n(29775, 'az', 'db', 'Stamp & Signature', 'M\u00f6h\u00fcr v\u0259 \u0130mza', NULL, NULL),\n(29776, 'az', 'db', 'Invoice Generated By', 'Qaim\u0259-faktura Yarad\u0131b', NULL, NULL),\n(29777, 'az', 'db', 'Add Tax', 'Vergi \u0259lav\u0259 et', NULL, NULL),\n(29778, 'az', 'db', 'Tax Name', 'Vergi ad\u0131', NULL, NULL),\n(29779, 'az', 'db', 'From Warehouse', 'Anbardan', NULL, NULL),\n(29780, 'az', 'db', 'To Warehouse', 'Anbara', NULL, NULL),\n(29781, 'az', 'db', 'Add Unit', 'Vahid \u0259lav\u0259 et', NULL, NULL),\n(29782, 'az', 'db', 'Add Warehouse', 'Anbar \u0259lav\u0259 et', NULL, NULL),\n(29783, 'az', 'db', 'All Warehouse', 'B\u00fct\u00fcn anbar', NULL, NULL),\n(29784, 'az', 'db', 'Net Loss', 'Xalis z\u0259r\u0259r', NULL, NULL),\n(29785, 'az', 'db', 'Net Sale', 'Xalis Sat\u0131\u015f', NULL, NULL),\n(29786, 'az', 'db', 'Net Purchase', 'Xalis Al\u0131\u015f', NULL, NULL),\n(29787, 'az', 'db', 'Net Return', 'Xalis g\u0259lir', NULL, NULL),\n(29788, 'az', 'db', 'Payment Recieved', '\u00d6d\u0259ni\u015f al\u0131nd\u0131', NULL, NULL),\n(29789, 'az', 'db', 'Payment Sent', '\u00d6d\u0259ni\u015f g\u00f6nd\u0259rildi', NULL, NULL),\n(29790, 'az', 'db', 'Product Discount', 'M\u0259hsul endirimi', NULL, NULL),\n(29791, 'az', 'db', 'Completed', 'Tamamland\u0131', NULL, NULL),\n(29792, 'az', 'db', 'Pending', 'G\u00f6zl\u0259yir', NULL, NULL),\n(29793, 'az', 'db', 'Partial', 'qism\u0259n', NULL, NULL),\n(29794, 'az', 'db', 'Packing', 'Qabla\u015fd\u0131rma', NULL, NULL),\n(29795, 'az', 'db', 'Delivering', '\u00c7atd\u0131r\u0131lma', NULL, NULL),\n(29796, 'az', 'db', 'Ordered', 'Sifari\u015f verildi', NULL, NULL),\n(29797, 'az', 'db', 'No Tax', 'Vergi yoxdur', NULL, NULL),\n(29798, 'az', 'db', 'Stock Value by Price', 'Qiym\u0259t\u0259 g\u00f6r\u0259 s\u0259hm d\u0259y\u0259ri', NULL, NULL),\n(29799, 'az', 'db', 'Stock Value by Cost', 'S\u0259hml\u0259rin d\u0259y\u0259rin\u0259 g\u00f6r\u0259 d\u0259y\u0259ri', NULL, NULL),\n(29800, 'az', 'db', 'Estimate Profit', 'M\u0259nf\u0259\u0259ti t\u0259xmin edin', NULL, NULL),\n(29801, 'az', 'db', 'Time Zone', 'Saat qur\u015fa\u011f\u0131', NULL, NULL),\n(29802, 'az', 'db', 'Currency Position', 'Valyuta v\u0259ziyy\u0259ti', NULL, NULL),\n(29803, 'az', 'db', 'Prefix', 'Prefiks', NULL, NULL),\n(29804, 'az', 'db', 'Suffix', '\u015e\u0259kil\u00e7i', NULL, NULL),\n(29805, 'az', 'db', 'Exclusive', 'Ekskl\u00fcziv', NULL, NULL),\n(29806, 'az', 'db', 'Inclusive', 'daxil', NULL, NULL),\n(29807, 'az', 'db', 'Combo Products', 'Combo M\u0259hsullar', NULL, NULL),\n(29808, 'az', 'db', 'Image name must be same as product name', '\u015e\u0259kil ad\u0131 m\u0259hsulun ad\u0131 il\u0259 eyni olmal\u0131d\u0131r', NULL, NULL),\n(29809, 'az', 'db', 'Paying Amount', '\u00d6d\u0259ni\u015f m\u0259bl\u0259\u011fi', NULL, NULL),\n(29810, 'az', 'db', 'Payable Amount', '\u00d6d\u0259nil\u0259c\u0259k m\u0259bl\u0259\u011f', NULL, NULL),\n(29811, 'az', 'db', 'Change', 'D\u0259yi\u015fm\u0259k', NULL, NULL),\n(29812, 'az', 'db', 'Back', 'Geri', NULL, NULL),\n(29813, 'az', 'db', 'Role Permission', 'Rol icaz\u0259si', NULL, NULL),\n(29814, 'az', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', 'Ekskl\u00fcziv => M\u0259hsulun qiym\u0259ti = Faktiki m\u0259hsul qiym\u0259ti + Vergi. Daxil => M\u0259hsulun faktiki qiym\u0259ti = M\u0259hsulun qiym\u0259ti - Vergi', NULL, NULL),\n(29815, 'az', 'db', 'Accounting', 'M\u00fchasibat u\u00e7otu', NULL, NULL),\n(29816, 'az', 'db', 'Account', 'Hesab', NULL, NULL),\n(29817, 'az', 'db', 'Account List', 'Hesab siyah\u0131s\u0131', NULL, NULL),\n(29818, 'az', 'db', 'Add Account', 'Hesab \u0259lav\u0259 et', NULL, NULL),\n(29819, 'az', 'db', 'Account No', 'Hesab No', NULL, NULL),\n(29820, 'az', 'db', 'Initial Balance', '\u0130lkin balans', NULL, NULL),\n(29821, 'az', 'db', 'Update Account', 'Hesab\u0131 yenil\u0259yin', NULL, NULL),\n(29822, 'az', 'db', 'Default', 'Defolt', NULL, NULL),\n(29823, 'az', 'db', 'Balance Sheet', 'Balans hesabat\u0131', NULL, NULL),\n(29824, 'az', 'db', 'Debit', 'Debet', NULL, NULL),\n(29825, 'az', 'db', 'Credit', 'Kredit', NULL, NULL),\n(29826, 'az', 'db', 'Account Statement', 'Hesab \u00e7\u0131xar\u0131\u015f\u0131', NULL, NULL),\n(29827, 'az', 'db', 'Department', '\u015e\u00f6b\u0259', NULL, NULL),\n(29828, 'az', 'db', 'Add Department', '\u015e\u00f6b\u0259 \u0259lav\u0259 et', NULL, NULL),\n(29829, 'az', 'db', 'Update Department', 'Yenil\u0259m\u0259 \u015f\u00f6b\u0259si', NULL, NULL),\n(29830, 'az', 'db', 'Employee', '\u0130\u015f\u00e7i', NULL, NULL),\n(29831, 'az', 'db', 'Add Employee', '\u0130\u015f\u00e7i \u0259lav\u0259 et', NULL, NULL),\n(29832, 'az', 'db', 'Update Employee', '\u0130\u015f\u00e7ini yenil\u0259yin', NULL, NULL),\n(29833, 'az', 'db', 'Payroll', '\u018fm\u0259k haqq\u0131', NULL, NULL),\n(29834, 'az', 'db', 'Add Payroll', '\u018fm\u0259k haqq\u0131 \u0259lav\u0259 et', NULL, NULL),\n(29835, 'az', 'db', 'Update Payroll', '\u018fm\u0259k haqq\u0131n\u0131 yenil\u0259yin', NULL, NULL),\n(29836, 'az', 'db', 'Method', 'Metod', NULL, NULL),\n(29837, 'az', 'db', 'Sale Return', 'Sat\u0131\u015f qaytar\u0131lmas\u0131', NULL, NULL),\n(29838, 'az', 'db', 'Purchase Return', 'Al\u0131\u015f geri qaytar\u0131lmas\u0131', NULL, NULL),\n(29839, 'az', 'db', 'Net Sale Return', 'Sat\u0131\u015f\u0131n xalis g\u0259liri', NULL, NULL),\n(29840, 'az', 'db', 'Net Purchase Return', 'Xalis al\u0131\u015f g\u0259liri', NULL, NULL),\n(29841, 'az', 'db', 'Attendance', '\u0130\u015ftirak', NULL, NULL),\n(29842, 'az', 'db', 'Add Attendance', '\u0130\u015ftirak\u00e7\u0131 \u0259lav\u0259 et', NULL, NULL),\n(29843, 'az', 'db', 'HRM Setting', 'HRM Parametrl\u0259ri', NULL, NULL),\n(29844, 'az', 'db', 'CheckIn', 'Qeydiyyat', NULL, NULL),\n(29845, 'az', 'db', 'CheckOut', '\u00c7\u0131x\u0131\u015f', NULL, NULL),\n(29846, 'az', 'db', 'Default CheckIn', 'Defolt Qeydiyyat', NULL, NULL),\n(29847, 'az', 'db', 'Default CheckOut', 'Defolt \u00c7\u0131x\u0131\u015f', NULL, NULL),\n(29848, 'az', 'db', 'Present', 'Haz\u0131rk\u0131', NULL, NULL),\n(29849, 'az', 'db', 'Late', 'Gec', NULL, NULL),\n(29850, 'az', 'db', 'User Report', '\u0130stifad\u0259\u00e7i Hesabat\u0131', NULL, NULL),\n(29851, 'az', 'db', 'Choose User', '\u0130stifad\u0259\u00e7i se\u00e7in', NULL, NULL),\n(29852, 'az', 'db', 'Recieved Amount', 'Al\u0131nan m\u0259bl\u0259\u011f', NULL, NULL),\n(29853, 'az', 'db', 'Theme', 'M\u00f6vzu', NULL, NULL),\n(29854, 'az', 'db', 'Staff Access', '\u0130\u015f\u00e7il\u0259rin giri\u015fi', NULL, NULL),\n(29855, 'az', 'db', 'All Records', 'B\u00fct\u00fcn qeydl\u0259r', NULL, NULL),\n(29856, 'az', 'db', 'Own Records', '\u00d6z qeydl\u0259ri', NULL, NULL),\n(29857, 'az', 'db', 'Date Format', 'Tarix Format\u0131', NULL, NULL),\n(29858, 'az', 'db', 'Empty Database', 'Bo\u015f veril\u0259nl\u0259r bazas\u0131', NULL, NULL),\n(29859, 'az', 'db', 'Stock Count', 'S\u0259hml\u0259rin say\u0131', NULL, NULL),\n(29860, 'az', 'db', 'Count Stock', 'S\u0259hml\u0259ri saymaq', NULL, NULL),\n(29861, 'az', 'db', 'Full', 'Tam', NULL, NULL),\n(29862, 'az', 'db', 'Finalize', 'Sonla\u015fd\u0131r', NULL, NULL),\n(29863, 'az', 'db', 'Initial File', '\u0130lkin fayl', NULL, NULL),\n(29864, 'az', 'db', 'Final File', 'Son fayl', NULL, NULL),\n(29865, 'az', 'db', 'Final Report', 'Yekun hesabat', NULL, NULL),\n(29866, 'az', 'db', 'Finalize Stock Count', 'S\u0259hml\u0259rin say\u0131n\u0131 yekunla\u015fd\u0131r\u0131n', NULL, NULL),\n(29867, 'az', 'db', 'You just need to update the Counted column in the initial file', 'Siz sad\u0259c\u0259 ilkin faylda Hesablanm\u0131\u015f s\u00fctununu yenil\u0259m\u0259lisiniz', NULL, NULL),\n(29868, 'az', 'db', 'Files', 'Fayllar', NULL, NULL),\n(29869, 'az', 'db', 'Expected', 'G\u00f6zl\u0259nil\u0259n', NULL, NULL),\n(29870, 'az', 'db', 'Counted', 'Say\u0131l\u0131r', NULL, NULL),\n(29871, 'az', 'db', 'Difference', 'F\u0259rq', NULL, NULL),\n(29872, 'az', 'db', 'Miscellaneous', 'M\u00fcxt\u0259lif', NULL, NULL),\n(29873, 'az', 'db', 'SMS Setting', 'SMS Parametrl\u0259ri', NULL, NULL),\n(29874, 'az', 'db', 'Send SMS', 'SMS g\u00f6nd\u0259r', NULL, NULL),\n(29875, 'az', 'db', 'Gateway', 'Gateway', NULL, NULL),\n(29876, 'az', 'db', 'Select SMS gateway', 'SMS \u015fl\u00fcz\u00fcn\u00fc se\u00e7in...', NULL, NULL),\n(29877, 'az', 'db', 'Create SMS', 'SMS yarad\u0131n', NULL, NULL),\n(29878, 'az', 'db', 'Mobile', 'Mobil', NULL, NULL),\n(29879, 'az', 'db', 'Message', 'Mesaj', NULL, NULL),\n(29880, 'az', 'db', 'Add mobile numbers by selecting the customers', 'M\u00fc\u015ft\u0259ril\u0259ri se\u00e7m\u0259kl\u0259 mobil n\u00f6mr\u0259l\u0259r \u0259lav\u0259 edin', NULL, NULL),\n(29881, 'az', 'db', 'Help', 'K\u00f6m\u0259k', NULL, NULL),\n(29882, 'az', 'db', 'Type Product Name or Code', 'M\u0259hsulun ad\u0131n\u0131 v\u0259 ya kodunu yaz\u0131n...', NULL, NULL),\n(29883, 'az', 'db', 'Type date or sale reference', 'Tarixi v\u0259 ya sat\u0131\u015f aray\u0131\u015f\u0131n\u0131 yaz\u0131n...', NULL, NULL),\n(29884, 'az', 'db', 'Type date or purchase reference', 'Tarixi v\u0259 ya sat\u0131nalma aray\u0131\u015f\u0131n\u0131 yaz\u0131n...', NULL, NULL),\n(29885, 'az', 'db', 'Tax Number', 'Vergi n\u00f6mr\u0259si', NULL, NULL),\n(29886, 'az', 'db', 'Holiday', 'Bayram', NULL, NULL),\n(29887, 'az', 'db', 'Add Holiday', 'Bayram \u0259lav\u0259 et', NULL, NULL),\n(29888, 'az', 'db', 'Update Holiday', 'T\u0259tilin yenil\u0259nm\u0259si', NULL, NULL),\n(29889, 'az', 'db', 'Approve', 'T\u0259sdiq et', NULL, NULL),\n(29890, 'az', 'db', 'My Holiday', 'M\u0259nim bayram\u0131m', NULL, NULL),\n(29891, 'az', 'db', 'Holiday Approve', 'T\u0259til t\u0259sdiql\u0259nir', NULL, NULL),\n(29892, 'az', 'db', 'My Transaction', 'M\u0259nim \u0259m\u0259liyyat\u0131m', NULL, NULL),\n(29893, 'az', 'db', 'Sale Generated', 'Sat\u0131\u015f yarad\u0131ld\u0131', NULL, NULL),\n(29894, 'az', 'db', 'Purchase Generated', 'Sat\u0131nalma yarad\u0131ld\u0131', NULL, NULL),\n(29895, 'az', 'db', 'Quotation Generated', 'Sitat yarad\u0131ld\u0131', NULL, NULL),\n(29896, 'az', 'db', 'Warehouse Report', 'Anbar hesabat\u0131', NULL, NULL),\n(29897, 'az', 'db', 'Quick Cash', 'Tez pul', NULL, NULL),\n(29898, 'az', 'db', 'Clear', 'Ayd\u0131n', NULL, NULL),\n(29899, 'az', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'Bird\u0259n \u00e7ox \u015f\u0259kil y\u00fckl\u0259y\u0259 bil\u0259rsiniz. Yaln\u0131z .jpeg, .jpg, .png, .gif fayl\u0131 y\u00fckl\u0259m\u0259k olar. \u0130lk \u015f\u0259kil \u0259sas \u015f\u0259kil olacaq.', NULL, NULL),\n(29900, 'az', 'db', 'This product has variant', 'Bu m\u0259hsulun variant\u0131 var', NULL, NULL),\n(29901, 'az', 'db', 'Enter variant value seperated by comma', 'Veriant d\u0259y\u0259rini verg\u00fcll\u0259 ay\u0131raraq daxil edin', NULL, NULL),\n(29902, 'az', 'db', 'Item Code', 'E\u015fya kodu', NULL, NULL),\n(29903, 'az', 'db', 'Additional Price', '\u018flav\u0259 qiym\u0259t', NULL, NULL),\n(29904, 'az', 'db', 'Variant', 'Variant', NULL, NULL),\n(29905, 'az', 'db', 'Warehouse Quantity', 'Anbarlar\u0131n miqdar\u0131', NULL, NULL),\n(29906, 'az', 'db', 'Warehouse quantity of product variants', 'M\u0259hsul variantlar\u0131n\u0131n anbar miqdar\u0131', NULL, NULL),\n(29907, 'az', 'db', 'Thank you for shopping with us Please come again', 'Biziml\u0259 al\u0131\u015f-veri\u015f etdiyiniz \u00fc\u00e7\u00fcn t\u0259\u015f\u0259kk\u00fcr edirik. Z\u0259hm\u0259t olmasa, yenid\u0259n g\u0259lin', NULL, NULL),\n(29908, 'az', 'db', 'Money Transfer', 'Pul k\u00f6\u00e7\u00fcrm\u0259l\u0259ri', NULL, NULL),\n(29909, 'az', 'db', 'Add Money Transfer', 'Pul k\u00f6\u00e7\u00fcrm\u0259si \u0259lav\u0259 et', NULL, NULL),\n(29910, 'az', 'db', 'From Account', 'Hesabdan', NULL, NULL),\n(29911, 'az', 'db', 'To Account', 'Hesab \u00fc\u00e7\u00fcn', NULL, NULL),\n(29912, 'az', 'db', 'Update Money Transfer', 'Pul k\u00f6\u00e7\u00fcrm\u0259sini yenil\u0259yin', NULL, NULL),\n(29913, 'az', 'db', 'Stock Quantity', 'S\u0259hml\u0259rin miqdar\u0131', NULL, NULL),\n(29914, 'az', 'db', 'Stock Worth (Price\\\\\/Cost)', 'Sahd\u0131n D\u0259y\u0259ri (Qiym\u0259t\\\\\/X\u0259rc)', NULL, NULL),\n(29915, 'az', 'db', 'Number of Product', 'M\u0259hsulun say\u0131', NULL, NULL),\n(29916, 'az', 'db', 'Add Cash Register', 'Kassa aparat\u0131 \u0259lav\u0259 et', NULL, NULL),\n(29917, 'az', 'db', 'Cash Register Details', 'Kassa aparat\u0131n\u0131n t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(29918, 'az', 'db', 'Please review the transaction and payments', 'L\u00fctf\u0259n, \u0259m\u0259liyyat\u0131 v\u0259 \u00f6d\u0259ni\u015fl\u0259ri n\u0259z\u0259rd\u0259n ke\u00e7irin.', NULL, NULL),\n(29919, 'az', 'db', 'Total Sale Amount', '\u00dcmumi sat\u0131\u015f m\u0259bl\u0259\u011fi', NULL, NULL),\n(29920, 'az', 'db', 'Total Sale Return', '\u00dcmumi sat\u0131\u015f g\u0259liri', NULL, NULL),\n(29921, 'az', 'db', 'Total Payment', '\u00dcmumi \u00f6d\u0259ni\u015f', NULL, NULL),\n(29922, 'az', 'db', 'Cash Payment', 'Na\u011fd \u00f6d\u0259ni\u015f', NULL, NULL),\n(29923, 'az', 'db', 'Credit Card Payment', 'Kredit kart\u0131 il\u0259 \u00f6d\u0259ni\u015f', NULL, NULL),\n(29924, 'az', 'db', 'Gift Card Payment', 'H\u0259diyy\u0259 kart\u0131 il\u0259 \u00f6d\u0259ni\u015f', NULL, NULL),\n(29925, 'az', 'db', 'Cheque Payment', '\u00c7ek \u00f6d\u0259ni\u015fi', NULL, NULL),\n(29926, 'az', 'db', 'Paypal Payment', 'Paypal \u00f6d\u0259ni\u015fi', NULL, NULL),\n(29927, 'az', 'db', 'Total Expense', '\u00dcmumi x\u0259rcl\u0259r', NULL, NULL),\n(29928, 'az', 'db', 'Total Cash', '\u00dcmumi pul', NULL, NULL),\n(29929, 'az', 'db', 'Cash Register List', 'Kassa aparat\u0131n\u0131n siyah\u0131s\u0131', NULL, NULL),\n(29930, 'az', 'db', 'Closed', 'Ba\u011fl\u0131', NULL, NULL),\n(29931, 'az', 'db', 'Close Register', 'Qeydiyyat\u0131 ba\u011flay\u0131n', NULL, NULL),\n(29932, 'az', 'db', 'Opened at', 'A\u00e7\u0131l\u0131\u015f', NULL, NULL),\n(29933, 'az', 'db', 'Closed at', 'Ba\u011flan\u0131r', NULL, NULL),\n(29934, 'az', 'db', 'Delivery Details', '\u00c7atd\u0131r\u0131lma t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(29935, 'az', 'db', 'Print Last Reciept', 'Son q\u0259bzi \u00e7ap et', NULL, NULL),\n(29936, 'az', 'db', 'Today Sale', 'Bu g\u00fcn sat\u0131\u015f', NULL, NULL),\n(29937, 'az', 'db', 'Today Profit', 'Bu g\u00fcn m\u0259nf\u0259\u0259t', NULL, NULL),\n(29938, 'az', 'db', 'Product Revenue', 'M\u0259hsul g\u0259liri', NULL, NULL),\n(29939, 'az', 'db', 'Full Screen', 'Tam ekran', NULL, NULL),\n(29940, 'az', 'db', 'Send Notification', 'Bildiri\u015f g\u00f6nd\u0259r', NULL, NULL),\n(29941, 'az', 'db', 'Add Currency', 'Valyuta \u0259lav\u0259 et', NULL, NULL),\n(29942, 'az', 'db', 'Update Currency', 'Valyutan\u0131 yenil\u0259yin', NULL, NULL),\n(29943, 'az', 'db', 'Currency Name', 'Valyuta ad\u0131', NULL, NULL),\n(29944, 'az', 'db', 'Currency Code', 'Valyuta kodu', NULL, NULL),\n(29945, 'az', 'db', 'Exchange Rate', 'M\u0259z\u0259nn\u0259', NULL, NULL),\n(29946, 'az', 'db', 'System Title', 'Sistem Ba\u015fl\u0131\u011f\u0131', NULL, NULL),\n(29947, 'az', 'db', 'System Logo', 'Sistem loqosu', NULL, NULL),\n(29948, 'az', 'db', 'This product has different price for different warehouse', 'Bu m\u0259hsulun f\u0259rqli anbar \u00fc\u00e7\u00fcn f\u0259rqli qiym\u0259ti var', NULL, NULL),\n(29949, 'az', 'db', 'Backup Database', 'Bazan\u0131n ehtiyat n\u00fcsx\u0259si', NULL, NULL),\n(29950, 'az', 'db', 'Deposit Payment', 'Depozit \u00f6d\u0259ni\u015fi', NULL, NULL),\n(29951, 'az', 'db', 'Invoice Format', 'Qaim\u0259-faktura format\u0131', NULL, NULL),\n(29952, 'az', 'db', 'Transaction Reference', '\u018fm\u0259liyyat aray\u0131\u015f\u0131', NULL, NULL),\n(29953, 'az', 'db', 'Batch No', 'Paket No', NULL, NULL),\n(29954, 'az', 'db', 'This product has batch and expired date', 'Bu m\u0259hsulun partiyas\u0131 v\u0259 son istifad\u0259 tarixi var', NULL, NULL),\n(29955, 'az', 'db', 'Reward Point Setting', 'M\u00fckafat n\u00f6qt\u0259si ayar\u0131', NULL, NULL),\n(29956, 'az', 'db', 'Sold amount per point', 'Bir bal \u00fc\u00e7\u00fcn sat\u0131lan m\u0259bl\u0259\u011f', NULL, NULL),\n(29957, 'az', 'db', 'Minumum sold amount to get point', 'Xal almaq \u00fc\u00e7\u00fcn minimum sat\u0131lan m\u0259bl\u0259\u011f', NULL, NULL),\n(29958, 'az', 'db', 'Point Expiry Duration', 'N\u00f6qt\u0259nin bitm\u0259 m\u00fcdd\u0259ti', NULL, NULL),\n(29959, 'az', 'db', 'Duration Type', 'M\u00fcdd\u0259t n\u00f6v\u00fc', NULL, NULL),\n(29960, 'az', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', 'Bu, m\u00fc\u015ft\u0259rinin sat\u0131lan m\u0259bl\u0259\u011f\u0259 g\u00f6r\u0259 n\u0259 q\u0259d\u0259r bal alaca\u011f\u0131 dem\u0259kdir. M\u0259s\u0259l\u0259n, 100 qoysan\u0131z, x\u0259rcl\u0259diyi h\u0259r 100 dollar \u00fc\u00e7\u00fcn m\u00fc\u015ft\u0259ri m\u00fckafat olaraq bir xal qazanacaq.', NULL, NULL),\n(29961, 'az', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', 'M\u0259s\u0259l\u0259n, 100 qoysan\u0131z, m\u00fc\u015ft\u0259ri yaln\u0131z 100 dollar v\u0259 ya daha \u00e7ox x\u0259rcl\u0259dikd\u0259n sonra xal qazanacaq.', NULL, NULL),\n(29962, 'az', 'db', 'Active reward point', 'Aktiv m\u00fckafat n\u00f6qt\u0259si', NULL, NULL),\n(29963, 'az', 'db', 'Reward Points', 'M\u00fckafat xallar\u0131', NULL, NULL),\n(29964, 'az', 'db', 'One Point is Equivalent to =>', 'Bir xal =>-a b\u0259rab\u0259rdir', NULL, NULL),\n(29965, 'az', 'db', 'This product has IMEI or Serial numbers', 'Bu m\u0259hsulun IMEI v\u0259 ya Seriya n\u00f6mr\u0259l\u0259ri var', NULL, NULL),\n(29966, 'az', 'db', 'IMEI or Serial Numbers', 'IMEI v\u0259 ya Seriya N\u00f6mr\u0259l\u0259ri', NULL, NULL),\n(29967, 'az', 'db', 'RTL Layout', 'RTL Layout', NULL, NULL),\n(29968, 'az', 'db', 'Cheque', '\u00c7ek', NULL, NULL),\n(29969, 'az', 'db', 'Cash', 'Na\u011fd pul', NULL, NULL),\n(29970, 'az', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(29971, 'az', 'db', 'Points', 'Xallar', NULL, NULL),\n(29972, 'az', 'db', 'Cancel', 'L\u0259\u011fv et', NULL, NULL),\n(29973, 'az', 'db', 'Recent Transaction', 'Son \u0259m\u0259liyyat', NULL, NULL),\n(29974, 'az', 'db', 'Discount Plan', 'Endirim Plan\u0131', NULL, NULL),\n(29975, 'az', 'db', 'Create Discount Plan', 'Endirim Plan\u0131 Yarad\u0131n', NULL, NULL),\n(29976, 'az', 'db', 'Inactive', 'qeyri-aktiv', NULL, NULL),\n(29977, 'az', 'db', 'Create Discount', 'Endirim yarad\u0131n', NULL, NULL),\n(29978, 'az', 'db', 'Valid From', 'Etibarl\u0131d\u0131r', NULL, NULL),\n(29979, 'az', 'db', 'Valid Till', 'Ge\u00e7mi\u015f\u0259 q\u0259d\u0259r', NULL, NULL),\n(29980, 'az', 'db', 'Discount Type', 'Endirim n\u00f6v\u00fc', NULL, NULL),\n(29981, 'az', 'db', 'Value', 'D\u0259y\u0259r', NULL, NULL),\n(29982, 'az', 'db', 'Minimum Qty', 'Minimum Miqdar', NULL, NULL),\n(29983, 'az', 'db', 'Maximum Qty', 'Maksimum Miqdar', NULL, NULL),\n(29984, 'az', 'db', 'Type product code seperated by comma', 'M\u0259hsul kodunu verg\u00fcll\u0259 yaz\u0131n', NULL, NULL),\n(29985, 'az', 'db', 'Applicable For', 'T\u0259tbiq olunur', NULL, NULL),\n(29986, 'az', 'db', 'All Products', 'B\u00fct\u00fcn m\u0259hsullar', NULL, NULL),\n(29987, 'az', 'db', 'Specific Products', 'X\u00fcsusi m\u0259hsullar', NULL, NULL),\n(29988, 'az', 'db', 'Valid on the following days', 'N\u00f6vb\u0259ti g\u00fcnl\u0259rd\u0259 etibarl\u0131d\u0131r', NULL, NULL),\n(29989, 'az', 'db', 'Validity', 'Etibarl\u0131l\u0131q', NULL, NULL),\n(29990, 'az', 'db', 'Days', 'G\u00fcnl\u0259r', NULL, NULL),\n(29991, 'az', 'db', 'Products', 'M\u0259hsullar', NULL, NULL),\n(29992, 'az', 'db', 'Update Discount Plan', 'Endirim Plan\u0131n\u0131 Yenil\u0259yin', NULL, NULL),\n(29993, 'az', 'db', 'Update Discount', 'Yenil\u0259m\u0259 Endirimi', NULL, NULL),\n(29994, 'az', 'db', 'Order Discount Type', 'Sifari\u015f Endirim n\u00f6v\u00fc', NULL, NULL),\n(29995, 'az', 'db', 'Order Discount Value', 'Sifari\u015f Endirim D\u0259y\u0259ri', NULL, NULL),\n(29996, 'az', 'db', 'Flat', 'd\u00fcz', NULL, NULL),\n(29997, 'az', 'db', 'Revenue and Profit Summary', 'G\u0259lir v\u0259 m\u0259nf\u0259\u0259tin x\u00fclas\u0259si', NULL, NULL),\n(29998, 'az', 'db', 'Monthly Summary', 'Ayl\u0131q x\u00fclas\u0259', NULL, NULL),\n(29999, 'az', 'db', 'Switch Theme', 'M\u00f6vzunu d\u0259yi\u015fdir', NULL, NULL),\n(30000, 'az', 'db', 'Documentation', 'S\u0259n\u0259dl\u0259\u015fm\u0259', NULL, NULL),\n(30001, 'az', 'db', 'Product Expiry Report', 'M\u0259hsulun \u0130stifad\u0259 m\u00fcdd\u0259ti Hesabat\u0131', NULL, NULL),\n(30002, 'az', 'db', 'Sale Return List', 'Sat\u0131\u015f Qaytarma Siyah\u0131s\u0131', NULL, NULL),\n(30003, 'az', 'db', 'Purchase Return List', 'Sat\u0131nalma geri qaytarma siyah\u0131s\u0131', NULL, NULL),\n(30004, 'az', 'db', 'Purchase Return Details', 'Sat\u0131nal\u0131n geri qaytar\u0131lmas\u0131 t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(30005, 'az', 'db', 'Purchase Payment', 'Sat\u0131nalma \u00f6d\u0259ni\u015fi', NULL, NULL),\n(30006, 'az', 'db', 'Sale Payment', 'Sat\u0131\u015f \u00f6d\u0259ni\u015fi', NULL, NULL),\n(30007, 'az', 'db', 'Sale Report Chart', 'Sat\u0131\u015f Hesabat\u0131 Diaqram\u0131', NULL, NULL),\n(30008, 'az', 'db', 'Time Period', 'Vaxt d\u00f6vr\u00fc', NULL, NULL),\n(30009, 'az', 'db', 'Notification List', 'Bildiri\u015f siyah\u0131s\u0131', NULL, NULL),\n(30010, 'az', 'db', 'Document', 'S\u0259n\u0259d', NULL, NULL),\n(30011, 'az', 'db', 'All Notification', 'B\u00fct\u00fcn bildiri\u015fl\u0259r', NULL, NULL),\n(30012, 'az', 'db', 'Read', 'Oxu', NULL, NULL),\n(30013, 'az', 'db', 'Unread', 'Oxunmam\u0131\u015f', NULL, NULL),\n(30014, 'az', 'db', 'Daily Sale Objective', 'G\u00fcnd\u0259lik Sat\u0131\u015f M\u0259qs\u0259di', NULL, NULL),\n(30015, 'az', 'db', 'Product Info', 'M\u0259hsul m\u0259lumat\u0131', NULL, NULL),\n(30016, 'az', 'db', 'Number of Products', 'M\u0259hsullar\u0131n say\u0131', NULL, NULL),\n(30017, 'az', 'db', 'Daily Sale Objective Report', 'G\u00fcnd\u0259lik Sat\u0131\u015f M\u0259qs\u0259di Hesabat\u0131', NULL, NULL),\n(30018, 'az', 'db', 'Embedded Barcode', 'Daxili Barkod', NULL, NULL),\n(30019, 'az', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'Bir g\u00fcn \u0259rzind\u0259 sat\u0131lmal\u0131 olan minimum miqdar. \u018fg\u0259r yoxsa, idar\u0259 panelind\u0259 siz\u0259 bildiri\u015f g\u00f6nd\u0259ril\u0259c\u0259k. Amma bunun \u00fc\u00e7\u00fcn cron i\u015fini d\u00fczg\u00fcn qurmal\u0131s\u0131n\u0131z. Bununla ba\u011fl\u0131 s\u0259n\u0259dl\u0259r\u0259 \u0259m\u0259l edin.', NULL, NULL),\n(30020, 'az', 'db', 'Deposited Balance', 'Depozit edilmi\u015f balans', NULL, NULL),\n(30021, 'az', 'db', 'Total Due', '\u00dcmumi \u00f6d\u0259ni\u015f', NULL, NULL),\n(30022, 'az', 'db', 'Clear Due', 'T\u0259mizl\u0259m\u0259 vaxt\u0131', NULL, NULL),\n(30023, 'az', 'db', 'Both Customer and Supplier', 'H\u0259m M\u00fc\u015ft\u0259ri, h\u0259m d\u0259 T\u0259chizat\u00e7\u0131', NULL, NULL),\n(30024, 'az', 'db', 'Check this if this product will be used in weight scale machine', 'Bu m\u0259hsulun \u00e7\u0259ki \u00f6l\u00e7\u0259n ma\u015f\u0131nda istifad\u0259 edil\u0259c\u0259yini yoxlay\u0131n.', NULL, NULL),\n(30025, 'az', 'db', 'Add More Variant', 'Daha \u00e7ox variant \u0259lav\u0259 et', NULL, NULL),\n(30026, 'az', 'db', 'Additional Cost', '\u018flav\u0259 x\u0259rc', NULL, NULL),\n(30027, 'az', 'db', 'Product Variant Information', 'M\u0259hsul Variantlar\u0131 M\u0259lumat\u0131', NULL, NULL),\n(30028, 'az', 'db', 'Product History', 'M\u0259hsul tarixi', NULL, NULL),\n(30029, 'az', 'db', 'Delivery Status', '\u00c7atd\u0131r\u0131lma v\u0259ziyy\u0259ti', NULL, NULL),\n(30030, 'az', 'db', 'Supplier Details', 'T\u0259chizat\u00e7\u0131 t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(30031, 'az', 'db', 'Customer Due Report', 'M\u00fc\u015ft\u0259ri \u00f6d\u0259ni\u015fl\u0259ri haqq\u0131nda hesabat', NULL, NULL),\n(30032, 'az', 'db', 'Supplier Due Report', 'T\u0259chizat\u00e7\u0131n\u0131n \u00f6d\u0259ni\u015f hesabat\u0131', NULL, NULL),\n(30033, 'az', 'db', 'Returned Amount', 'Qaytar\u0131lan m\u0259bl\u0259\u011f', NULL, NULL),\n(30034, 'az', 'db', 'Related Transaction', '\u018flaq\u0259dar \u0259m\u0259liyyat', NULL, NULL),\n(30035, 'az', 'db', 'Tenant Name', '\u0130car\u0259\u00e7inin ad\u0131', NULL, NULL),\n(30036, 'az', 'db', 'Domain Prefix', 'Domen prefiksi', NULL, NULL),\n(30037, 'az', 'db', 'Created At', 'Yarad\u0131ld\u0131', NULL, NULL),\n(30038, 'az', 'db', 'Client List', 'M\u00fc\u015ft\u0259ri siyah\u0131s\u0131', NULL, NULL),\n(30039, 'az', 'db', 'Add Client', 'M\u00fc\u015ft\u0259ri \u0259lav\u0259 et', NULL, NULL),\n(30040, 'az', 'db', 'Invoice Size', 'Faktura \u00f6l\u00e7\u00fcs\u00fc', NULL, NULL),\n(30041, 'az', 'db', 'A4', 'A4', NULL, NULL),\n(30042, 'az', 'db', 'Thermal POS receipt', 'Termal POS q\u0259bzi', NULL, NULL),\n(30043, 'az', 'db', 'Total Before Tax', 'Vergid\u0259n \u0259vv\u0259l c\u0259mi', NULL, NULL),\n(30044, 'az', 'db', 'Digits after deciaml point', 'Deciaml n\u00f6qt\u0259sind\u0259n sonrak\u0131 r\u0259q\u0259ml\u0259r', NULL, NULL),\n(30045, 'az', 'db', 'Subscription Ends at', 'Abun\u0259lik bu saatda bitir', NULL, NULL),\n(30046, 'az', 'db', 'Customer Group Report', 'M\u00fc\u015ft\u0259ri Qrupu Hesabat\u0131', NULL, NULL),\n(30047, 'az', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', '\u018fg\u0259r m\u0259hsulunuzu standart qiym\u0259t\u0259 satmaq ist\u0259yirsinizs\u0259, onda faiz d\u0259y\u0259ri s\u0131f\u0131r olmal\u0131d\u0131r.', NULL, NULL),\n(30048, 'az', 'db', 'If this is your default currency, the exchange rate must be 1', 'Bu, defolt valyutan\u0131zd\u0131rsa, m\u0259z\u0259nn\u0259 1 olmal\u0131d\u0131r.', NULL, NULL),\n(30049, 'az', 'db', 'Add Purchase Return', 'Sat\u0131nalma qaytar\u0131lmas\u0131n\u0131 \u0259lav\u0259 et', NULL, NULL),\n(30050, 'az', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Yaln\u0131z defolt valyutada m\u0259z\u0259nn\u0259 olaraq 1 ola bil\u0259r. Z\u0259hm\u0259t olmasa defolt valyutan\u0131z\u0131n m\u0259z\u0259nn\u0259sini d\u0259yi\u015fdirin', NULL, NULL),\n(30051, 'az', 'db', 'Click to Add', '\u018flav\u0259 etm\u0259k \u00fc\u00e7\u00fcn klikl\u0259yin', NULL, NULL),\n(30052, 'az', 'db', 'Free Trial Limit', 'Pulsuz s\u0131naq limiti', NULL, NULL),\n(30054, 'az', 'db', 'Renew Subscription', 'Abun\u0259liyi yenil\u0259yin', NULL, NULL),\n(30055, 'az', 'db', 'Update Client DB', 'M\u00fc\u015ft\u0259ri DB-ni yenil\u0259yin', NULL, NULL),\n(30056, 'az', 'db', 'Client', 'M\u00fc\u015ft\u0259ri', NULL, NULL),\n(30057, 'az', 'db', 'Domain', 'Domen', NULL, NULL),\n(30058, 'az', 'db', 'Package', 'Paket', NULL, NULL),\n(30059, 'az', 'db', 'Package List', 'Paket siyah\u0131s\u0131', NULL, NULL),\n(30060, 'az', 'db', 'Add Package', 'Paket \u0259lav\u0259 et', NULL, NULL),\n(30061, 'az', 'db', 'Update Package', 'Yenil\u0259m\u0259 Paketi', NULL, NULL),\n(30062, 'az', 'db', 'Free Trial', 'Pulsuz s\u0131naq', NULL, NULL),\n(30063, 'az', 'db', 'Monthly Fee', 'Ayl\u0131q \u00f6d\u0259ni\u015f', NULL, NULL),\n(30064, 'az', 'db', 'Yearly Fee', '\u0130llik \u00f6d\u0259ni\u015f', NULL, NULL),\n(30065, 'az', 'db', 'Number of Warehouses', 'Anbarlar\u0131n say\u0131', NULL, NULL),\n(30066, 'az', 'db', 'Number of Invoices', 'Qaim\u0259-fakturalar\u0131n say\u0131', NULL, NULL),\n(30067, 'az', 'db', 'Number of User Account', '\u0130stifad\u0259\u00e7i hesab\u0131n\u0131n say\u0131', NULL, NULL),\n(30068, 'az', 'db', 'Number of Employees', '\u0130\u015f\u00e7il\u0259rin say\u0131', NULL, NULL),\n(30069, 'az', 'db', 'Infinity', 'Sonsuzluq', NULL, NULL),\n(30070, 'az', 'db', 'Features', 'X\u00fcsusiyy\u0259tl\u0259r', NULL, NULL),\n(30071, 'az', 'db', 'Unlimited', 'Limitsiz', NULL, NULL),\n(30072, 'az', 'db', 'Package Name', 'Paket ad\u0131', NULL, NULL),\n(30073, 'az', 'db', 'Change Package', 'Paket d\u0259yi\u015fdirin', NULL, NULL),\n(30074, 'az', 'db', 'Active Payment Gateway', 'Aktiv \u00d6d\u0259ni\u015f \u015el\u00fcz\u00fc', NULL, NULL),\n(30075, 'az', 'db', 'No Payment Gateway', '\u00d6d\u0259ni\u015f Gateway yoxdur', NULL, NULL),\n(30076, 'az', 'db', 'Payment Setting', '\u00d6d\u0259ni\u015f Parametrl\u0259ri', NULL, NULL),\n(30077, 'az', 'db', 'Subscription Type', 'Abun\u0259 n\u00f6v\u00fc', NULL, NULL),\n(30078, 'az', 'db', 'Update SuperAdmin DB', 'SuperAdmin DB-ni yenil\u0259yin', NULL, NULL),\n(30079, 'az', 'db', 'Payments', '\u00d6d\u0259ni\u015fl\u0259r', NULL, NULL),\n(30080, 'az', 'db', 'CMS', 'CMS', NULL, NULL),\n(30081, 'az', 'db', 'Support Tickets', 'D\u0259st\u0259k Biletl\u0259ri', NULL, NULL),\n(30082, 'az', 'db', 'Testimonials', 'S\u0259n\u0259dl\u0259r', NULL, NULL),\n(30083, 'az', 'db', 'Blog', 'Bloq', NULL, NULL),\n(30084, 'az', 'db', 'Page', 'S\u0259hif\u0259', NULL, NULL),\n(30085, 'az', 'db', 'All Blog Posts', 'B\u00fct\u00fcn Bloq Yaz\u0131lar\u0131', NULL, NULL),\n(30086, 'az', 'db', 'All Pages', 'B\u00fct\u00fcn s\u0259hif\u0259l\u0259r', NULL, NULL),\n(30087, 'az', 'db', 'Subscription value', 'Abun\u0259lik d\u0259y\u0259ri', NULL, NULL),\n(30088, 'az', 'db', 'Total Clients', '\u00dcmumi m\u00fc\u015ft\u0259ril\u0259r', NULL, NULL),\n(30089, 'az', 'db', 'Packages', 'Paketl\u0259r', NULL, NULL),\n(30090, 'az', 'db', 'Send message to tenants', 'Kiray\u0259\u00e7il\u0259r\u0259 mesaj g\u00f6nd\u0259r', NULL, NULL),\n(30091, 'az', 'db', 'SEO Setting', 'SEO Parametrl\u0259ri', NULL, NULL),\n(30092, 'az', 'db', 'Meta Title', 'Meta ba\u015fl\u0131q', NULL, NULL),\n(30093, 'az', 'db', '50-60 characters', '50-60 simvol', NULL, NULL),\n(30094, 'az', 'db', 'Meta Description', 'Meta T\u0259svir', NULL, NULL),\n(30095, 'az', 'db', '150-160 characters', '150-160 simvol', NULL, NULL),\n(30096, 'az', 'db', 'og Title', 'og Ba\u015fl\u0131q', NULL, NULL),\n(30097, 'az', 'db', 'og Description', 'og T\u0259svir', NULL, NULL),\n(30098, 'az', 'db', 'og Image', 'og \u015e\u0259kil', NULL, NULL),\n(30099, 'az', 'db', 'Analytics Setting', 'Analitika Parametri', NULL, NULL),\n(30100, 'az', 'db', 'Google Analytics Script', 'Google Analytics Skripti', NULL, NULL),\n(30101, 'az', 'db', 'Facebook Pixel Script', 'Facebook Pixel Script', NULL, NULL),\n(30102, 'az', 'db', 'Chat Script', 'S\u00f6hb\u0259t Skripti', NULL, NULL),\n(30103, 'az', 'db', 'Hero Section', 'Q\u0259hr\u0259man b\u00f6lm\u0259si', NULL, NULL),\n(30104, 'az', 'db', 'Heading', 'Ba\u015fl\u0131q', NULL, NULL),\n(30105, 'az', 'db', 'Sub Heading', 'Alt ba\u015fl\u0131q', NULL, NULL),\n(30106, 'az', 'db', 'Hero Image', 'Q\u0259hr\u0259man obraz\u0131', NULL, NULL),\n(30107, 'az', 'db', 'Save', 'Saxla', NULL, NULL),\n(30108, 'az', 'db', 'Module Section', 'Modul b\u00f6lm\u0259si', NULL, NULL),\n(30109, 'az', 'db', 'Click to choose icon', '\u0130konu se\u00e7m\u0259k \u00fc\u00e7\u00fcn klikl\u0259yin', NULL, NULL),\n(30111, 'az', 'db', 'Add More', 'Daha \u00e7ox \u0259lav\u0259 et', NULL, NULL),\n(30112, 'az', 'db', 'Icon', '\u0130kon', NULL, NULL),\n(30113, 'az', 'db', 'Feature Section', 'X\u00fcsusiyy\u0259t b\u00f6lm\u0259si', NULL, NULL),\n(30114, 'az', 'db', 'FAQ Section', 'FAQ b\u00f6lm\u0259si', NULL, NULL),\n(30115, 'az', 'db', 'Question', 'Sual', NULL, NULL),\n(30116, 'az', 'db', 'Answer', 'Cavab', NULL, NULL),\n(30117, 'az', 'db', 'Update FAQ', 'Yenil\u0259m\u0259 tez-tez veril\u0259n suallar', NULL, NULL),\n(30118, 'az', 'db', 'Update Module', 'Yenil\u0259m\u0259 modulu', NULL, NULL),\n(30119, 'az', 'db', 'Update Feature', 'Yenil\u0259m\u0259 X\u00fcsusiyy\u0259ti', NULL, NULL),\n(30120, 'az', 'db', 'Testimonial Section', '\u015e\u0259had\u0259t b\u00f6lm\u0259si', NULL, NULL),\n(30121, 'az', 'db', 'Blog Section', 'Bloq b\u00f6lm\u0259si', NULL, NULL),\n(30122, 'az', 'db', 'Page Section', 'S\u0259hif\u0259 b\u00f6lm\u0259si', NULL, NULL),\n(30123, 'az', 'db', 'Social Section', 'Sosial b\u00f6lm\u0259', NULL, NULL),\n(30124, 'az', 'db', 'Business Name', 'Biznes ad\u0131', NULL, NULL),\n(30125, 'az', 'db', 'Text', 'M\u0259tn', NULL, NULL),\n(30126, 'az', 'db', 'Update Testimonial', 'S\u0259n\u0259dl\u0259ri yenil\u0259yin', NULL, NULL),\n(30127, 'az', 'db', 'Add Post', 'Yaz\u0131 \u0259lav\u0259 et', NULL, NULL),\n(30128, 'az', 'db', 'Blog Title', 'Bloqun ad\u0131', NULL, NULL),\n(30129, 'az', 'db', 'Page Title', 'S\u0259hif\u0259 Ba\u015fl\u0131\u011f\u0131', NULL, NULL),\n(30131, 'az', 'db', 'Update Blog', 'Bloqu yenil\u0259yin', NULL, NULL),\n(30132, 'az', 'db', 'Update Page', 'S\u0259hif\u0259ni yenil\u0259yin', NULL, NULL),\n(30133, 'az', 'db', 'Open Graph Title', 'A\u00e7\u0131q Qrafik Ba\u015fl\u0131q', NULL, NULL),\n(30134, 'az', 'db', 'Open Graph Description', 'A\u00e7\u0131q Qrafik T\u0259svir', NULL, NULL),\n(30136, 'az', 'db', 'Link', 'Link', NULL, NULL),\n(30137, 'az', 'db', 'Update Social', 'Sosial yenil\u0259m\u0259', NULL, NULL),\n(30138, 'az', 'db', 'All Blogs', 'B\u00fct\u00fcn Bloqlar', NULL, NULL),\n(30139, 'az', 'db', 'Add Page', 'S\u0259hif\u0259 \u0259lav\u0259 et', NULL, NULL),\n(30140, 'az', 'db', 'Field Belongs To', 'Sah\u0259 m\u0259xsusdur', NULL, NULL),\n(30141, 'az', 'db', 'Field Name', 'Sah\u0259 ad\u0131', NULL, NULL),\n(30142, 'az', 'db', 'Field Type', 'Sah\u0259 n\u00f6v\u00fc', NULL, NULL),\n(30143, 'az', 'db', 'Default Value', 'Defolt d\u0259y\u0259r', NULL, NULL),\n(30144, 'az', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', '\u015e\u0259b\u0259k\u0259 (Bootstrap Column eq. 12) - Maks 12', NULL, NULL),\n(30145, 'az', 'db', 'Required', 'T\u0259l\u0259b olunur', NULL, NULL),\n(30146, 'az', 'db', 'Admin Only', 'Yaln\u0131z Admin', NULL, NULL),\n(30147, 'az', 'db', 'Disabled', '\u018flil', NULL, NULL),\n(30148, 'az', 'db', 'Visibility', 'G\u00f6r\u00fcn\u00fcrl\u00fck', NULL, NULL),\n(30149, 'az', 'db', 'Show on Table', 'Masa \u00fcz\u0259rind\u0259 g\u00f6st\u0259r', NULL, NULL),\n(30150, 'az', 'db', 'Show on Invoice', 'Qaim\u0259-fakturada g\u00f6st\u0259r', NULL, NULL),\n(30151, 'az', 'db', 'Nothing Selected', 'He\u00e7 n\u0259 se\u00e7ilm\u0259yib', NULL, NULL),\n(30152, 'az', 'db', 'Custom Field', 'X\u00fcsusi sah\u0259', NULL, NULL),\n(30153, 'az', 'db', 'Custom Field List', 'F\u0259rdi Sah\u0259 Siyah\u0131s\u0131', NULL, NULL),\n(30154, 'az', 'db', 'Create Custom Field', 'F\u0259rdi sah\u0259 yarad\u0131n', NULL, NULL),\n(30155, 'az', 'db', 'Options', 'Se\u00e7iml\u0259r', NULL, NULL),\n(30156, 'az', 'db', 'Update Custom Field', 'X\u00fcsusi Sah\u0259ni Yenil\u0259yin', NULL, NULL),\n(30157, 'az', 'db', 'Total Price', '\u00dcmumi qiym\u0259t', NULL, NULL),\n(30158, 'az', 'db', 'Reminder Date', 'Xat\u0131rlatma tarixi', NULL, NULL),\n(30159, 'az', 'db', 'Total Cost', '\u00dcmumi x\u0259rc', NULL, NULL),\n(30160, 'az', 'db', 'Mail Driver', 'Po\u00e7t s\u00fcr\u00fcc\u00fcs\u00fc', NULL, NULL),\n(30161, 'az', 'db', 'Update existing clients who are using this package', 'Bu paketd\u0259n istifad\u0259 ed\u0259n m\u00f6vcud m\u00fc\u015ft\u0259ril\u0259ri yenil\u0259yin', NULL, NULL),\n(30162, 'az', 'db', 'ZATCA QrCode', 'ZATCA QrCode', NULL, NULL),\n(30163, 'az', 'db', 'VAT Registration Number', '\u018fDV qeydiyyat n\u00f6mr\u0259si', NULL, NULL),\n(30164, 'az', 'db', 'Button Text', 'D\u00fcym\u0259 m\u0259tni', NULL, NULL),\n(30165, 'az', 'db', 'Modules', 'Modullar', NULL, NULL),\n(30166, 'az', 'db', 'Add Module', 'Modul \u0259lav\u0259 et', NULL, NULL),\n(30167, 'az', 'db', 'Add Faq', 'FAQ \u0259lav\u0259 et', NULL, NULL),\n(30168, 'az', 'db', 'Tenant Signup Description', 'Kiray\u0259\u00e7i Qeydiyyat\u0131n\u0131n T\u0259sviri', NULL, NULL),\n(30169, 'az', 'db', 'Add Language', 'Dil \u0259lav\u0259 et', NULL, NULL),\n(30170, 'az', 'db', 'Update Language', 'Dilin yenil\u0259nm\u0259si', NULL, NULL),\n(30171, 'az', 'db', 'Number of Person', '\u015e\u0259xs say\u0131', NULL, NULL),\n(30172, 'az', 'db', 'Add Table', 'C\u0259dv\u0259l \u0259lav\u0259 et', NULL, NULL),\n(30173, 'az', 'db', 'Update Table', 'C\u0259dv\u0259li yenil\u0259yin', NULL, NULL),\n(30174, 'az', 'db', 'Tables', 'C\u0259dv\u0259ll\u0259r', NULL, NULL),\n(30175, 'az', 'db', 'Table', 'C\u0259dv\u0259l', NULL, NULL),\n(30176, 'az', 'db', 'Table Management', 'C\u0259dv\u0259l \u0130dar\u0259etm\u0259', NULL, NULL),\n(30177, 'az', 'db', 'Initial Stock', '\u0130lkin ehtiyat', NULL, NULL),\n(30178, 'az', 'db', 'This feature will not work for product with variants and batches', 'Bu funksiya variantlar\u0131 v\u0259 partiyalar\u0131 olan m\u0259hsullar \u00fc\u00e7\u00fcn i\u015fl\u0259m\u0259y\u0259c\u0259k', NULL, NULL),\n(30179, 'az', 'db', 'Queue', 'n\u00f6vb\u0259', NULL, NULL),\n(30180, 'az', 'db', 'Addons', '\u018flav\u0259l\u0259r', NULL, NULL),\n(30181, 'az', 'db', 'Addon List', '\u018flav\u0259 siyah\u0131s\u0131', NULL, NULL),\n(30182, 'az', 'db', 'Sync Product Categories', 'M\u0259hsul Kateqoriyalar\u0131n\u0131 Sinxronla\u015fd\u0131r\u0131n', NULL, NULL),\n(30183, 'az', 'db', 'Sync', 'Sinxronizasiya', NULL, NULL),\n(30184, 'az', 'db', 'Sync Log', 'Sinxronizasiya jurnal\u0131', NULL, NULL),\n(30185, 'az', 'db', 'Reset Synced Category', 'Sinxronla\u015fd\u0131r\u0131lm\u0131\u015f kateqoriyan\u0131 s\u0131f\u0131rla', NULL, NULL),\n(30186, 'az', 'db', 'Sync Products', 'M\u0259hsullar\u0131 sinxronla\u015fd\u0131r\u0131n', NULL, NULL),\n(30187, 'az', 'db', 'Reset Synced Product', 'Sinxronla\u015fd\u0131r\u0131lm\u0131\u015f m\u0259hsulu s\u0131f\u0131rla', NULL, NULL),\n(30188, 'az', 'db', 'Tax Rates Mapping', 'Vergi d\u0259r\u0259c\u0259l\u0259rinin x\u0259rit\u0259si', NULL, NULL),\n(30189, 'az', 'db', 'POS Tax Rate', 'POS Vergi d\u0259r\u0259c\u0259si', NULL, NULL),\n(30190, 'az', 'db', 'Equivalent WooCommerce Tax Rate', 'Ekvivalent WooCommerce Vergi d\u0259r\u0259c\u0259si', NULL, NULL),\n(30191, 'az', 'db', 'Sync Orders(New Order Only)', 'Sifari\u015fl\u0259ri Sinxronla\u015fd\u0131r\u0131n (Yaln\u0131z Yeni Sifari\u015f)', NULL, NULL),\n(30192, 'az', 'db', 'Sync Type', 'Sinxronizasiya n\u00f6v\u00fc', NULL, NULL),\n(30193, 'az', 'db', 'Operation', '\u018fm\u0259liyyat', NULL, NULL),\n(30194, 'az', 'db', 'Records', 'Qeydl\u0259r', NULL, NULL),\n(30195, 'az', 'db', 'Synced By', 'Sinxronizasiya edilmi\u015f', NULL, NULL),\n(30196, 'az', 'db', 'Instructions', 'T\u0259limatlar', NULL, NULL),\n(30197, 'az', 'db', 'API Settings', 'API Parametrl\u0259ri', NULL, NULL),\n(30198, 'az', 'db', 'Product Sync Settings', 'M\u0259hsul Sinxronizasiya Parametrl\u0259ri', NULL, NULL),\n(30199, 'az', 'db', 'Order Sync Settings', 'Sifari\u015f Sinxronizasiya Parametrl\u0259ri', NULL, NULL),\n(30200, 'az', 'db', 'Webhook Settings', 'Webhook Parametrl\u0259ri', NULL, NULL),\n(30201, 'az', 'db', 'WooCommerce App URL', 'WooCommerce T\u0259tbiq URL', NULL, NULL),\n(30202, 'az', 'db', 'WooCommerce Consumer Key', 'WooCommerce \u0130stehlak\u00e7\u0131 A\u00e7ar\u0131', NULL, NULL),\n(30203, 'az', 'db', 'WooCommerce Consumer Secret', 'WooCommerce \u0130stehlak\u00e7\u0131 Sirri', NULL, NULL),\n(30204, 'az', 'db', 'WooCommerce Settings', 'WooCommerce Parametrl\u0259ri', NULL, NULL),\n(30205, 'az', 'db', 'Default Tax Class', 'Defolt Vergi Sinfi', NULL, NULL),\n(30206, 'az', 'db', 'Sync Product Price', 'M\u0259hsulun qiym\u0259tini sinxronla\u015fd\u0131r\u0131n', NULL, NULL),\n(30207, 'az', 'db', 'Manage Stock', 'S\u0259hml\u0259ri idar\u0259 et', NULL, NULL),\n(30208, 'az', 'db', 'Stock Status', 'S\u0259hml\u0259rin v\u0259ziyy\u0259ti', NULL, NULL),\n(30209, 'az', 'db', 'Default Customer Group', 'Defolt M\u00fc\u015ft\u0259ri Qrupu', NULL, NULL),\n(30210, 'az', 'db', 'WooCommerce Order Status', 'WooCommerce Sifari\u015f V\u0259ziyy\u0259ti', NULL, NULL),\n(30211, 'az', 'db', 'Equivalent POS Sell Status', 'Ekvivalent POS Sat\u0131\u015f V\u0259ziyy\u0259ti', NULL, NULL),\n(30212, 'az', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'WooCommerce API t\u0259f\u0259rr\u00fcatlar\u0131n\u0131 \u0259ld\u0259 etm\u0259k \u00fc\u00e7\u00fcn WooCommerce -> Parametrl\u0259r -> Qabaqc\u0131l -> REST API b\u00f6lm\u0259sin\u0259 ke\u00e7in. T\u0259svir t\u0259qdim edin, istifad\u0259\u00e7i se\u00e7in v\u0259 Oxu\\\\\/Yazmaq \u0130caz\u0259si verin.', NULL, NULL),\n(30213, 'az', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'Sinxronizasiya zaman\u0131 s\u0259hif\u0259ni yenil\u0259m\u0259kd\u0259n v\u0259 ya onu t\u0259rk etm\u0259kd\u0259n \u00e7\u0259kinin.', NULL, NULL),\n(30214, 'az', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'WordPress daimi ke\u00e7id se\u00e7imind\u0259, daimi ba\u011flant\u0131lar se\u00e7imi kimi Post ad\u0131n\u0131 se\u00e7in.', NULL, NULL),\n(30215, 'az', 'db', 'Buy Now', '\u0130ndi al', NULL, NULL),\n(30216, 'az', 'db', 'Install', 'Qura\u015fd\u0131r', NULL, NULL),\n(30217, 'az', 'db', 'Staff Id', '\u0130\u015f\u00e7i ID', NULL, NULL),\n(30218, 'az', 'db', 'Import CSV file (Device)', 'CSV fayl\u0131n\u0131 idxal edin (Cihaz)', NULL, NULL),\n(30219, 'az', 'db', 'Attendance Device Date Format', 'Davaml\u0131l\u0131q cihaz\u0131n\u0131n tarixi format\u0131', NULL, NULL),\n(30220, 'az', 'db', 'Disable Woocommerce Sync', 'Woocommerce Sync\\'i deaktiv edin', NULL, NULL),\n(30221, 'az', 'db', 'Product Status', 'M\u0259hsul statusu', NULL, NULL),\n(30222, 'az', 'db', 'Category not synced', 'Kateqoriya sinxronla\u015fd\u0131r\u0131lmay\u0131b', NULL, NULL),\n(30223, 'az', 'db', 'Categories not synced', 'Kateqoriyalar sinxronla\u015fd\u0131r\u0131lmay\u0131b', NULL, NULL),\n(30224, 'az', 'db', 'Category can be updated', 'Kateqoriya yenil\u0259n\u0259 bil\u0259r', NULL, NULL),\n(30225, 'az', 'db', 'Categories can be updated', 'Kateqoriyalar yenil\u0259n\u0259 bil\u0259r', NULL, NULL),\n(30226, 'az', 'db', 'Product not synced', 'M\u0259hsul sinxronla\u015fd\u0131r\u0131lmay\u0131b', NULL, NULL),\n(30227, 'az', 'db', 'Products not synced', 'M\u0259hsullar sinxronla\u015fd\u0131r\u0131lmay\u0131b', NULL, NULL),\n(30228, 'az', 'db', 'Product can be updated', 'M\u0259hsul yenil\u0259n\u0259 bil\u0259r', NULL, NULL),\n(30229, 'az', 'db', 'Products can be updated', 'M\u0259hsullar yenil\u0259n\u0259 bil\u0259r', NULL, NULL),\n(30230, 'az', 'db', 'Please connect with WooCommerce', 'L\u00fctf\u0259n, WooCommerce il\u0259 \u0259laq\u0259 saxlay\u0131n', NULL, NULL),\n(30231, 'az', 'db', 'Something went wrong', 'N\u0259s\u0259 s\u0259hv getdi', NULL, NULL),\n(30232, 'az', 'db', 'Synced category successfully', 'Kateqoriya u\u011furla sinxronla\u015fd\u0131r\u0131ld\u0131', NULL, NULL),\n(30233, 'az', 'db', 'Reset synced category successfully', 'Sinxronla\u015fd\u0131r\u0131lm\u0131\u015f kateqoriyan\u0131 u\u011furla s\u0131f\u0131rlay\u0131n', NULL, NULL),\n(30234, 'az', 'db', 'Synced product successfully', 'M\u0259hsul u\u011furla sinxronla\u015fd\u0131r\u0131ld\u0131', NULL, NULL),\n(30235, 'az', 'db', 'Reset synced product successfully', 'Sinxronla\u015fd\u0131r\u0131lm\u0131\u015f m\u0259hsulu u\u011furla s\u0131f\u0131rlay\u0131n', NULL, NULL),\n(30236, 'az', 'db', 'Tax maped successfully', 'Vergi x\u0259rit\u0259si u\u011furla t\u0259rtib edilib', NULL, NULL),\n(30237, 'az', 'db', 'Synced order successfully', 'Sifari\u015f u\u011furla sinxronla\u015fd\u0131r\u0131ld\u0131', NULL, NULL),\n(30238, 'az', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'Sifari\u015f Sinxronizasiya Parametrl\u0259rind\u0259 Defolt M\u00fc\u015ft\u0259ri Qrupu\\\\\/ Defolt Anbar\\\\\/ Defolt Biller\\\\\/ Ekvivalent POS Sat\u0131\u015f Statusunu se\u00e7in', NULL, NULL),\n(30239, 'az', 'db', 'Module Image', 'Modul \u015f\u0259kli', NULL, NULL),\n(30240, 'az', 'db', 'Courier', 'Kuryer', NULL, NULL),\n(30241, 'az', 'db', 'Courier List', 'Kuryer siyah\u0131s\u0131', NULL, NULL),\n(30242, 'az', 'db', 'Add Courier', 'Kuryer \u0259lav\u0259 et', NULL, NULL),\n(30243, 'az', 'db', 'Update Courier', 'Kuryeri yenil\u0259yin', NULL, NULL),\n(30244, 'az', 'db', 'Sale and Quotation without stock', 'Stoksuz sat\u0131\u015f v\u0259 kotirovka', NULL, NULL),\n(30245, 'az', 'db', 'Yes', 'B\u0259li', NULL, NULL),\n(30246, 'az', 'db', 'No', 'Xeyr', NULL, NULL),\n(30247, 'az', 'db', 'Returned', 'Qay\u0131d\u0131ld\u0131', NULL, NULL),\n(30248, 'az', 'db', 'Get in touch', '\u018flaq\u0259 saxlay\u0131n', NULL, NULL),\n(30249, 'az', 'db', 'Contact Info', '\u018flaq\u0259 m\u0259lumat\u0131', NULL, NULL),\n(30250, 'az', 'db', 'Bug Setting', 'S\u0259hv Ayarlar\u0131', NULL, NULL),\n(30251, 'az', 'db', 'File Name', 'Fayl ad\u0131', NULL, NULL),\n(30252, 'az', 'db', 'Type File Name', 'Fayl ad\u0131n\u0131 yaz\u0131n', NULL, NULL),\n(30253, 'az', 'db', 'Logs', 'Loglar', NULL, NULL),\n(30254, 'az', 'db', 'Type Log', 'Qeyd yaz\u0131s\u0131', NULL, NULL),\n(30255, 'az', 'db', 'Short Note', 'Q\u0131sa Qeyd', NULL, NULL),\n(30256, 'az', 'db', 'Product Mode', 'M\u0259hsul rejimi', NULL, NULL),\n(30257, 'az', 'db', 'Version', 'Versiya', NULL, NULL),\n(30258, 'az', 'db', 'Bug No', 'S\u0259hv Yox', NULL, NULL),\n(30259, 'az', 'db', 'Minimum Required Version', 'Minimum t\u0259l\u0259b olunan versiya', NULL, NULL),\n(30260, 'az', 'db', 'Version Upgrade', 'Versiya yenil\u0259m\u0259si', NULL, NULL),\n(30261, 'az', 'db', 'Latest Version Upgrade', 'Son versiyan\u0131n yenil\u0259nm\u0259si', NULL, NULL),\n(30262, 'az', 'db', 'Latest Version DB Migrate', '. Son Versiya DB Migrate', NULL, NULL),\n(30263, 'az', 'db', 'Version Upgrade URL', 'Versiya T\u0259kmill\u0259\u015fdirm\u0259 URL si', NULL, NULL),\n(30264, 'az', 'db', 'Bug Update', 'S\u0259hv yenil\u0259m\u0259si', NULL, NULL),\n(30265, 'az', 'db', 'Bug DB Migrate', 'Bug DB Migrate', NULL, NULL),\n(30266, 'az', 'db', 'Bug Update URL', 'S\u0259hv yenil\u0259m\u0259 URL', NULL, NULL),\n(30267, 'az', 'db', 'Version Upgrade Setting', 'Versiya T\u0259kmill\u0259\u015fdirm\u0259 Parametrl\u0259ri', NULL, NULL),\n(30268, 'az', 'db', 'Bug Update Setting', 'S\u0259hv Yenil\u0259m\u0259 Parametri', NULL, NULL),\n(30269, 'az', 'db', 'My Account', 'M\u0259nim Hesab\u0131m', NULL, NULL),\n(30271, 'az', 'db', 'Phone', 'Telefon', NULL, NULL),\n(30272, 'az', 'db', 'My Addresses', '\u00dcnvanlar\u0131m', NULL, NULL),\n(30273, 'az', 'db', 'Edit Address', '\u00dcnvan\u0131 redakt\u0259 et', NULL, NULL),\n(30274, 'az', 'db', 'Zip \\\\\/ Postal code', 'Po\u00e7t \\\\\/ Po\u00e7t kodu', NULL, NULL),\n(30275, 'az', 'db', 'Cart', 'S\u0259b\u0259t', NULL, NULL),\n(30276, 'az', 'db', 'Shop Cart', 'S\u0259b\u0259t', NULL, NULL),\n(30277, 'az', 'db', 'Home', 'Ev', NULL, NULL),\n(30278, 'az', 'db', 'Sub Total', 'Alt c\u0259mi', NULL, NULL),\n(30279, 'az', 'db', 'Continue Shopping', 'Al\u0131\u015f-veri\u015f\u0259 davam et', NULL, NULL),\n(30280, 'az', 'db', 'Proceed to Checkout', '\u00d6d\u0259ni\u015f\u0259 ke\u00e7in', NULL, NULL),\n(30281, 'az', 'db', 'Pay', '\u00d6d\u0259m\u0259k', NULL, NULL),\n(30282, 'az', 'db', 'Returning customer?', 'M\u00fc\u015ft\u0259ri qay\u0131d\u0131r?', NULL, NULL),\n(30283, 'az', 'db', 'Shipping Details', 'G\u00f6nd\u0259rm\u0259 t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(30284, 'az', 'db', 'Default Address', 'Defolt \u00dcnvan', NULL, NULL),\n(30285, 'az', 'db', 'Add a different address', 'F\u0259rqli \u00fcnvan \u0259lav\u0259 et', NULL, NULL),\n(30286, 'az', 'db', 'Order Notes', 'Sifari\u015f qeydl\u0259ri', NULL, NULL),\n(30287, 'az', 'db', 'Billing address same as Shipping Address', 'Fatura \u00fcnvan\u0131 G\u00f6nd\u0259rm\u0259 \u00fcnvan\u0131 il\u0259 eynidir', NULL, NULL),\n(30288, 'az', 'db', 'Your order', 'Sifari\u015finiz', NULL, NULL),\n(30289, 'az', 'db', 'Product(s)', 'M\u0259hsul(lar)', NULL, NULL),\n(30291, 'az', 'db', 'I have a coupon', 'Kup\u00e7am var', NULL, NULL),\n(30292, 'az', 'db', 'Enter coupon code', 'Kupon kodunu daxil edin', NULL, NULL),\n(30293, 'az', 'db', 'I have read and accept the', 'Oxudum v\u0259 q\u0259bul etdim', NULL, NULL),\n(30294, 'az', 'db', 'Cash on Delivery', '\u00c7atd\u0131r\u0131lma zaman\u0131 na\u011fd pul', NULL, NULL),\n(30295, 'az', 'db', 'Remember Me', 'M\u0259ni yadda saxla', NULL, NULL),\n(30296, 'az', 'db', 'Log In', 'Daxil ol', NULL, NULL),\n(30297, 'az', 'db', 'sign up now', 'indi qeydiyyatdan ke\u00e7', NULL, NULL),\n(30298, 'az', 'db', 'My Profile', 'M\u0259nim profilim', NULL, NULL),\n(30299, 'az', 'db', 'My Orders', 'Sifari\u015fl\u0259rim', NULL, NULL),\n(30300, 'az', 'db', 'My Wishlist', 'M\u0259nim arzu siyah\u0131m', NULL, NULL),\n(30301, 'az', 'db', 'Account Details', 'Hesab t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(30302, 'az', 'db', 'We have sent you an email', 'Siz\u0259 e-po\u00e7t g\u00f6nd\u0259rdik', NULL, NULL),\n(30303, 'az', 'db', 'Just click on the link in that email to verify', 'Do\u011frulamaq \u00fc\u00e7\u00fcn h\u0259min e-po\u00e7tdak\u0131 link\u0259 klikl\u0259yin', NULL, NULL),\n(30304, 'az', 'db', 'Thank you for verifying your email', 'E-po\u00e7tunuzu do\u011frulad\u0131\u011f\u0131n\u0131z \u00fc\u00e7\u00fcn t\u0259\u015f\u0259kk\u00fcr edirik', NULL, NULL),\n(30305, 'az', 'db', 'Order Details', 'Sifari\u015f t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(30306, 'az', 'db', 'You have not ordered anything yet!', 'S\u0259n h\u0259l\u0259 he\u00e7 n\u0259 sifari\u015f etm\u0259mis\u0259n!', NULL, NULL),\n(30307, 'az', 'db', 'Tags', 'Etiketl\u0259r', NULL, NULL),\n(30308, 'az', 'db', 'Share', 'Payla\u015f', NULL, NULL),\n(30309, 'az', 'db', 'Thank you for your order', 'Sifari\u015finiz \u00fc\u00e7\u00fcn t\u0259\u015f\u0259kk\u00fcr edirik', NULL, NULL),\n(30310, 'az', 'db', 'Here is your order reference no', 'Sifari\u015f aray\u0131\u015f n\u00f6mr\u0259niz budur', NULL, NULL),\n(30311, 'az', 'db', 'You will receive an email with delivery details shortly', 'Q\u0131sa m\u00fcdd\u0259td\u0259 \u00e7atd\u0131r\u0131lma t\u0259f\u0259rr\u00fcatlar\u0131 il\u0259 bir e-po\u00e7t alacaqs\u0131n\u0131z', NULL, NULL),\n(30312, 'az', 'db', 'Add Collection', 'Kolleksiya \u0259lav\u0259 et', NULL, NULL),\n(30313, 'az', 'db', 'Collection Name', 'Kolleksiyan\u0131n ad\u0131', NULL, NULL),\n(30314, 'az', 'db', 'Permalink', 'Daimi \u0259laq\u0259', NULL, NULL),\n(30315, 'az', 'db', 'Save as Draft', 'Qaralama olaraq yadda saxla', NULL, NULL),\n(30316, 'az', 'db', 'Publish', 'N\u0259\u015fr et', NULL, NULL),\n(30317, 'az', 'db', 'Collection', 'Kolleksiya', NULL, NULL),\n(30318, 'az', 'db', 'Slug', '\u0130l\u00e7\u0259k', NULL, NULL),\n(30320, 'az', 'db', 'Sliders', 'Slayderl\u0259r', NULL, NULL),\n(30321, 'az', 'db', 'Menu', 'Menyu', NULL, NULL),\n(30322, 'az', 'db', 'Collections', 'Kolleksiyalar', NULL, NULL),\n(30323, 'az', 'db', 'Pages', 'S\u0259hif\u0259l\u0259r', NULL, NULL),\n(30324, 'az', 'db', 'Widgets', 'Vidjetl\u0259r', NULL, NULL),\n(30325, 'az', 'db', 'Faq Category', 'FAQ kateqoriyas\u0131', NULL, NULL),\n(30326, 'az', 'db', 'Faqs', 'FAQ', NULL, NULL),\n(30327, 'az', 'db', 'Social Links', 'Sosial Linkl\u0259r', NULL, NULL),\n(30328, 'az', 'db', 'Payment Gateways', '\u00d6d\u0259ni\u015f qap\u0131lar\u0131', NULL, NULL),\n(30329, 'az', 'db', 'Location', 'M\u0259kan', NULL, NULL),\n(30330, 'az', 'db', 'Add Menu', 'Menyu \u0259lav\u0259 et', NULL, NULL),\n(30331, 'az', 'db', 'Add Menu Items', 'Menyu madd\u0259l\u0259ri \u0259lav\u0259 et', NULL, NULL),\n(30332, 'az', 'db', 'Categories', 'Kateqoriyalar', NULL, NULL),\n(30333, 'az', 'db', 'Select All', 'Ham\u0131s\u0131n\u0131 se\u00e7in', NULL, NULL),\n(30334, 'az', 'db', 'Add to Menu', 'Menyuya \u0259lav\u0259 et', NULL, NULL),\n(30335, 'az', 'db', 'Brands', 'Brendl\u0259r', NULL, NULL),\n(30336, 'az', 'db', 'Custom Links', 'X\u00fcsusi ba\u011flant\u0131lar', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(30337, 'az', 'db', 'URL', 'URL', NULL, NULL),\n(30338, 'az', 'db', 'Link Text', 'Ba\u011flant\u0131 m\u0259tni', NULL, NULL),\n(30339, 'az', 'db', 'Menu Structure', 'Menyu qurulu\u015fu', NULL, NULL),\n(30340, 'az', 'db', 'Select categories, pages or add custom links to menus', 'Kateqoriyalar, s\u0259hif\u0259l\u0259r se\u00e7in v\u0259 ya menyulara x\u00fcsusi ke\u00e7idl\u0259r \u0259lav\u0259 edin', NULL, NULL),\n(30341, 'az', 'db', 'Link Name', 'Ba\u011flant\u0131 Ad\u0131', NULL, NULL),\n(30342, 'az', 'db', 'Open in a new tab', 'Yeni tabda a\u00e7\u0131n', NULL, NULL),\n(30343, 'az', 'db', 'Save Menu', 'Menyu saxla', NULL, NULL),\n(30344, 'az', 'db', 'Page Name', 'S\u0259hif\u0259 ad\u0131', NULL, NULL),\n(30345, 'az', 'db', 'Page Layout', 'S\u0259hif\u0259 t\u0259rtibat\u0131', NULL, NULL),\n(30346, 'az', 'db', 'click on the widgets below to add it to your layout', 'd\u00fczg\u00fcn\u00fcn\u00fcz\u0259 \u0259lav\u0259 etm\u0259k \u00fc\u00e7\u00fcn a\u015fa\u011f\u0131dak\u0131 vidjetl\u0259r\u0259 klikl\u0259yin', NULL, NULL),\n(30347, 'az', 'db', 'Product Category', 'M\u0259hsul kateqoriyas\u0131', NULL, NULL),\n(30348, 'az', 'db', 'Tabbed Product Categories', 'Tabed M\u0259hsul Kateqoriyalar\u0131', NULL, NULL),\n(30349, 'az', 'db', 'Category Slider', 'Kateqoriya Kayd\u0131r\u0131c\u0131s\u0131', NULL, NULL),\n(30350, 'az', 'db', 'Product Collection', 'M\u0259hsul kolleksiyas\u0131', NULL, NULL),\n(30351, 'az', 'db', 'Tabbed Product Collections', 'Tabl\u0131 M\u0259hsul Kolleksiyalar\u0131', NULL, NULL),\n(30352, 'az', 'db', 'Brand Slider', 'Brend Slider', NULL, NULL),\n(30353, 'az', 'db', 'Og_Title', 'Og_Ba\u015fl\u0131q', NULL, NULL),\n(30355, 'az', 'db', 'Og_description', 'Og_t\u0259sviri', NULL, NULL),\n(30357, 'az', 'db', 'Og_Image', 'Og_\u015e\u0259kil', NULL, NULL),\n(30358, 'az', 'db', 'Templates', '\u015eablonlar', NULL, NULL),\n(30359, 'az', 'db', 'Choose Category', 'Kateqoriya se\u00e7in', NULL, NULL),\n(30360, 'az', 'db', 'Layout Type', 'Layout n\u00f6v\u00fc', NULL, NULL),\n(30361, 'az', 'db', 'Slider Loop', 'Slider Loop', NULL, NULL),\n(30362, 'az', 'db', 'Slider Autoplay', 'Slayd\u0131n Avtomatik Oynamas\u0131', NULL, NULL),\n(30363, 'az', 'db', 'Slider Autoplay Speed', 'Slider Avtomatik Oynatma S\u00fcr\u0259ti', NULL, NULL),\n(30364, 'az', 'db', 'Number of products to show', 'G\u00f6st\u0259ril\u0259c\u0259k m\u0259hsullar\u0131n say\u0131', NULL, NULL),\n(30365, 'az', 'db', 'Choose Categories', 'Kateqoriyalar\u0131 se\u00e7in', NULL, NULL),\n(30366, 'az', 'db', 'Choose Collection', 'Kolleksiya se\u00e7in', NULL, NULL),\n(30368, 'az', 'db', 'Choose collections', 'Kolleksiyalar\u0131 se\u00e7in', NULL, NULL),\n(30369, 'az', 'db', 'Choose Brands', 'Brendl\u0259ri se\u00e7in', NULL, NULL),\n(30370, 'az', 'db', 'Edit Page', 'S\u0259hif\u0259ni redakt\u0259 et', NULL, NULL),\n(30372, 'az', 'db', 'Ecommerce Settings', 'E-ticar\u0259t Parametrl\u0259ri', NULL, NULL),\n(30373, 'az', 'db', 'Favicon', 'Favikon', NULL, NULL),\n(30374, 'az', 'db', 'Home Page', 'Ana S\u0259hif\u0259', NULL, NULL),\n(30375, 'az', 'db', 'Store Phone', 'Telefon ma\u011fazas\u0131', NULL, NULL),\n(30376, 'az', 'db', 'Store Email', 'Ma\u011faza E-po\u00e7tu', NULL, NULL),\n(30377, 'az', 'db', 'Store Address', 'Ma\u011faza \u00fcnvan\u0131', NULL, NULL),\n(30378, 'az', 'db', 'Contact From Email', 'E-po\u00e7tdan \u0259laq\u0259', NULL, NULL),\n(30379, 'az', 'db', 'Min amount for free shipping', 'Pulsuz \u00e7atd\u0131r\u0131lma \u00fc\u00e7\u00fcn minimum m\u0259bl\u0259\u011f', NULL, NULL),\n(30380, 'az', 'db', 'Flat Rate Shipping', 'Y\u00fcks\u0259k tarifli \u00e7atd\u0131r\u0131lma', NULL, NULL),\n(30381, 'az', 'db', 'Pages to read & accept before checkout', '\u00d6d\u0259ni\u015fd\u0259n \u0259vv\u0259l oxumaq v\u0259 q\u0259bul etm\u0259k \u00fc\u00e7\u00fcn s\u0259hif\u0259l\u0259r', NULL, NULL),\n(30382, 'az', 'db', 'Custom CSS', 'X\u00fcsusi CSS', NULL, NULL),\n(30383, 'az', 'db', 'Custom JS', 'X\u00fcsusi JS', NULL, NULL),\n(30384, 'az', 'db', 'Chat Code', 'S\u00f6hb\u0259t Kodu', NULL, NULL),\n(30385, 'az', 'db', 'Google Analytics Code', 'Google Analytics Kodu', NULL, NULL),\n(30386, 'az', 'db', 'Facebook Pixel', 'Facebook Pixel', NULL, NULL),\n(30387, 'az', 'db', 'Details', 'T\u0259f\u0259rr\u00fcatlar', NULL, NULL),\n(30388, 'az', 'db', 'Add Slider', 'Slayd \u0259lav\u0259 et', NULL, NULL),\n(30389, 'az', 'db', 'Desktop', 'Masa\u00fcst\u00fc', NULL, NULL),\n(30390, 'az', 'db', 'Tab', 'Tab', NULL, NULL),\n(30391, 'az', 'db', 'Add Social Link', 'Sosial Link \u0259lav\u0259 et', NULL, NULL),\n(30392, 'az', 'db', 'Available Widgets', 'M\u00f6vcud vidjetl\u0259r', NULL, NULL),\n(30393, 'az', 'db', 'To add a widget to a section, drag it onto that section', 'B\u00f6lm\u0259y\u0259 vidcet \u0259lav\u0259 etm\u0259k \u00fc\u00e7\u00fcn onu h\u0259min b\u00f6lm\u0259y\u0259 dart\u0131n', NULL, NULL),\n(30394, 'az', 'db', 'Custom Menu', 'X\u00fcsusi menyu', NULL, NULL),\n(30395, 'az', 'db', 'Select menu', 'Menyu se\u00e7in', NULL, NULL),\n(30396, 'az', 'db', 'Site Features', 'Sayt X\u00fcsusiyy\u0259tl\u0259ri', NULL, NULL),\n(30397, 'az', 'db', 'Site Information', 'Sayt m\u0259lumat\u0131', NULL, NULL),\n(30398, 'az', 'db', 'Hours', 'Saat', NULL, NULL),\n(30399, 'az', 'db', 'Newsletter form', 'X\u0259b\u0259r b\u00fclleteni formas\u0131', NULL, NULL),\n(30400, 'az', 'db', 'Section Above Footer', 'Altl\u0131qdan yuxar\u0131 b\u00f6lm\u0259', NULL, NULL),\n(30401, 'az', 'db', 'Footer Section', 'Alt-bilgi b\u00f6lm\u0259si', NULL, NULL),\n(30402, 'az', 'db', 'Product Details Sidebar', 'M\u0259hsul T\u0259f\u0259rr\u00fcatlar\u0131 Yan Panel', NULL, NULL),\n(30403, 'az', 'db', 'Your email', 'Sizin e-po\u00e7tunuz', NULL, NULL),\n(30404, 'az', 'db', 'Forgot Password', '\u015eifr\u0259ni unutdum', NULL, NULL),\n(30405, 'az', 'db', 'Subscribe', 'Abun\u0259 ol', NULL, NULL),\n(30406, 'az', 'db', 'Sell Online', 'Onlayn sat\u0131\u015f', NULL, NULL),\n(30407, 'az', 'db', 'Out of stock', 'Ehtiyatda yoxdur', NULL, NULL),\n(30408, 'az', 'db', 'Duplicate', 'Dublikat', NULL, NULL),\n(30409, 'az', 'db', 'All Product In Stock', 'B\u00fct\u00fcn m\u0259hsullar stokda', NULL, NULL),\n(30410, 'az', 'db', 'Show All Product Online', 'B\u00fct\u00fcn m\u0259hsulu onlayn g\u00f6st\u0259r', NULL, NULL),\n(30411, 'az', 'db', 'Oh snap! We are lost', 'Ah snap! Biz azm\u0131\u015f\u0131q...', NULL, NULL),\n(30412, 'az', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'G\u00f6r\u00fcn\u00fcr, axtard\u0131\u011f\u0131n\u0131z\u0131 tapa bilmirik. Ola bilsin ki, axtar\u0131\u015f k\u00f6m\u0259k ed\u0259 bil\u0259r v\u0259 ya geri qay\u0131d\u0131n', NULL, NULL),\n(30413, 'az', 'db', 'Sorry this page is dead!', 'Ba\u011f\u0131\u015flay\u0131n, bu s\u0259hif\u0259 \u00f6l\u00fcb!', NULL, NULL),\n(30414, 'az', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'Seans m\u00fcdd\u0259ti bitdiyin\u0259 g\u00f6r\u0259 s\u0259hif\u0259nin vaxt\u0131 bitdi. Sad\u0259c\u0259 s\u0259hif\u0259ni yenil\u0259yin v\u0259 ya a\u015fa\u011f\u0131dak\u0131 d\u00fcym\u0259ni bas\u0131n.', NULL, NULL),\n(30415, 'az', 'db', 'Refresh', 'Yenil\u0259', NULL, NULL),\n(30416, 'az', 'db', 'Oh server just snapped!', 'Oh, server indic\u0259 s\u0131nd\u0131!', NULL, NULL),\n(30417, 'az', 'db', 'An error occured due to server not being to able to handle your request', 'Server sor\u011funuzu idar\u0259 ed\u0259 bilm\u0259diyi \u00fc\u00e7\u00fcn x\u0259ta ba\u015f verdi.', NULL, NULL),\n(30418, 'az', 'db', 'An error occured because the service is unavailable', 'Xidm\u0259t \u0259l\u00e7atan olmad\u0131\u011f\u0131 \u00fc\u00e7\u00fcn x\u0259ta ba\u015f verdi.', NULL, NULL),\n(30419, 'az', 'db', 'Please type a product name to search', 'Axtarmaq \u00fc\u00e7\u00fcn m\u0259hsulun ad\u0131n\u0131 yaz\u0131n', NULL, NULL),\n(30420, 'az', 'db', 'Send', 'G\u00f6nd\u0259r', NULL, NULL),\n(30421, 'az', 'db', 'don\\'t have an account', 'hesab\u0131n yoxdur', NULL, NULL),\n(30422, 'az', 'db', 'Click here to login', 'Daxil olmaq \u00fc\u00e7\u00fcn bura klikl\u0259yin', NULL, NULL),\n(30423, 'az', 'db', 'Zip \\\\\/ Post Code', 'Po\u00e7t \\\\\/ Po\u00e7t Kodu', NULL, NULL),\n(30424, 'az', 'db', 'You may also like', 'Siz d\u0259 b\u0259y\u0259n\u0259 bil\u0259rsiniz', NULL, NULL),\n(30425, 'az', 'db', 'Add to cart', 'S\u0259b\u0259t\u0259 \u0259lav\u0259 et', NULL, NULL),\n(30426, 'az', 'db', 'No item in your cart', 'S\u0259b\u0259tinizd\u0259 \u0259\u015fya yoxdur', NULL, NULL),\n(30427, 'az', 'db', 'Filter Sales', 'Sat\u0131\u015f filtri', NULL, NULL),\n(30428, 'az', 'db', 'Sale Type', 'Sat\u0131\u015f n\u00f6v\u00fc', NULL, NULL),\n(30429, 'az', 'db', 'POS', 'POS', NULL, NULL),\n(30430, 'az', 'db', 'eCommerce', 'elektron ticar\u0259t', NULL, NULL),\n(30431, 'az', 'db', 'Please login first', '\u018fvv\u0259lc\u0259 daxil olun', NULL, NULL),\n(30432, 'az', 'db', 'Product added to wishlist', 'M\u0259hsul ist\u0259k siyah\u0131s\u0131na \u0259lav\u0259 edildi', NULL, NULL),\n(30433, 'az', 'db', 'You have not added anything to wishlist yet', '\u0130st\u0259k siyah\u0131s\u0131na h\u0259l\u0259 he\u00e7 n\u0259 \u0259lav\u0259 etm\u0259misiniz', NULL, NULL),\n(30434, 'az', 'db', 'Product removed from wishlist', 'M\u0259hsul ist\u0259k siyah\u0131s\u0131ndan silindi', NULL, NULL),\n(30435, 'az', 'db', 'Product already on wishlist', 'M\u0259hsul art\u0131q ist\u0259k siyah\u0131s\u0131ndad\u0131r', NULL, NULL),\n(30436, 'az', 'db', 'Recently Viewed', 'Son Baxanlar', NULL, NULL),\n(30437, 'az', 'db', 'Verify', 'Yoxlama', NULL, NULL),\n(30438, 'az', 'db', 'Track Order', 'Sifari\u015fi izl\u0259', NULL, NULL),\n(30439, 'az', 'db', 'Track', 'Yol', NULL, NULL),\n(30440, 'az', 'db', 'Time', 'Vaxt', NULL, NULL),\n(30441, 'az', 'db', 'Order Status', 'Sifari\u015f V\u0259ziyy\u0259ti', NULL, NULL),\n(30442, 'az', 'db', 'Payment Method', '\u00d6d\u0259ni\u015f \u00fcsulu', NULL, NULL),\n(30443, 'az', 'db', 'Shipping Status', 'G\u00f6nd\u0259rm\u0259 statusu', NULL, NULL),\n(30444, 'az', 'db', 'Pending Confirmation', 'T\u0259sdiqi g\u00f6zl\u0259yir', NULL, NULL),\n(30445, 'az', 'db', 'Track another order', 'Ba\u015fqa sifari\u015fi izl\u0259yin', NULL, NULL),\n(30446, 'az', 'db', 'Post Title', 'Posta ba\u015fl\u0131\u011f\u0131', NULL, NULL),\n(30447, 'az', 'db', 'Post Thumbnail', 'Post Miniat\u00fcr', NULL, NULL),\n(30448, 'az', 'db', 'Pay with gift card', 'H\u0259diyy\u0259 kart\u0131 il\u0259 \u00f6d\u0259', NULL, NULL),\n(30450, 'az', 'db', 'Warehouse Wise', 'Anbar m\u00fcdrik', NULL, NULL),\n(30451, 'az', 'db', 'Payment Receiver', '\u00d6d\u0259ni\u015fi q\u0259bul ed\u0259n', NULL, NULL),\n(30452, 'az', 'db', 'SMS Template', 'SMS \u015eablonu', NULL, NULL),\n(30453, 'az', 'db', 'Add Template', '\u015eablon \u0259lav\u0259 et', NULL, NULL),\n(30454, 'az', 'db', 'SMS Template List', 'SMS \u015eablon Siyah\u0131s\u0131', NULL, NULL),\n(30455, 'az', 'db', 'Content', 'M\u0259zmun', NULL, NULL),\n(30456, 'az', 'db', 'Update Template', '\u015eablonu yenil\u0259yin', NULL, NULL),\n(30457, 'az', 'db', 'Send SMS After Sale', 'Sat\u0131\u015fdan sonra SMS g\u00f6nd\u0259r', NULL, NULL),\n(30458, 'az', 'db', 'Default SMS Sale', 'Defolt SMS Sat\u0131\u015f\u0131', NULL, NULL),\n(30459, 'az', 'db', 'Default SMS E-Commerce', 'Defolt SMS Elektron Ticar\u0259t', NULL, NULL),\n(30460, 'az', 'db', 'Default Online', 'Defolt Onlayn', NULL, NULL),\n(30461, 'az', 'db', 'Top Up', 'Y\u00fcks\u0259k', NULL, NULL),\n(30462, 'az', 'db', 'Coupon Name', 'Kuponun ad\u0131', NULL, NULL),\n(30463, 'az', 'db', 'Email Sent', 'E-po\u00e7t g\u00f6nd\u0259rildi', NULL, NULL),\n(30465, 'az', 'db', 'Wholesale Price', 'Topdan sat\u0131\u015f qiym\u0259ti', NULL, NULL),\n(30466, 'az', 'db', 'Price Option', 'Qiym\u0259t Se\u00e7imi', NULL, NULL),\n(30467, 'az', 'db', 'Product Tags', 'M\u0259hsul etiketl\u0259ri', NULL, NULL),\n(30468, 'az', 'db', 'Selected Items', 'Se\u00e7ilmi\u015f madd\u0259l\u0259r', NULL, NULL),\n(30469, 'az', 'db', 'Related Products', '\u018flaq\u0259dar m\u0259hsullar', NULL, NULL),\n(30471, 'az', 'db', 'Track Inventory', '\u0130nventar\u0131 izl\u0259yin', NULL, NULL),\n(30472, 'az', 'db', 'Register me as a user', 'M\u0259ni istifad\u0259\u00e7i kimi qeyd et', NULL, NULL),\n(30473, 'az', 'db', 'Verify & Close', 'Do\u011frula v\u0259 Ba\u011fla', NULL, NULL),\n(30474, 'az', 'db', 'Enable Gift Card payment on checkout page', '\u00d6d\u0259ni\u015f s\u0259hif\u0259sind\u0259 H\u0259diyy\u0259 Kart\u0131 \u00f6d\u0259ni\u015fini aktivl\u0259\u015fdirin', NULL, NULL),\n(30475, 'az', 'db', 'Theme Color', 'M\u00f6vzu R\u0259ngi', NULL, NULL),\n(30478, 'az', 'db', 'Enter gift card number', 'H\u0259diyy\u0259 kart\u0131 n\u00f6mr\u0259sini daxil edin', NULL, NULL),\n(30479, 'az', 'db', 'Page saved', 'S\u0259hif\u0259 saxland\u0131', NULL, NULL),\n(30480, 'az', 'db', 'Widget saved', 'Vidjet saxlan\u0131ld\u0131', NULL, NULL),\n(30481, 'az', 'db', 'Template', '\u015eablon', NULL, NULL),\n(30482, 'az', 'db', 'Three Column Banner', '\u00dc\u00e7 S\u00fctunlu Banner', NULL, NULL),\n(30483, 'az', 'db', 'Banner Image', 'Banner \u015e\u0259kli', NULL, NULL),\n(30484, 'az', 'db', 'Income', 'G\u0259lir', NULL, NULL),\n(30485, 'az', 'db', 'Income Category', 'G\u0259lir kateqoriyas\u0131', NULL, NULL),\n(30486, 'az', 'db', 'Income List', 'G\u0259lir siyah\u0131s\u0131', NULL, NULL),\n(30487, 'az', 'db', 'Add Income', 'G\u0259lir \u0259lav\u0259 et', NULL, NULL),\n(30488, 'az', 'db', 'Add Income Category', 'G\u0259lir kateqoriyas\u0131 \u0259lav\u0259 et', NULL, NULL),\n(30489, 'az', 'db', 'Update Income Category', 'G\u0259lir Kateqoriyas\u0131n\u0131 Yenil\u0259yin', NULL, NULL),\n(30490, 'az', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Sifari\u015fl\u0259ri idar\u0259 etm\u0259k \u00fc\u00e7\u00fcn Qabla\u015fd\u0131rma Slipi', NULL, NULL),\n(30491, 'az', 'db', 'Enable', 'Aktivl\u0259\u015fdir', NULL, NULL),\n(30492, 'az', 'db', 'Disable', 'Deaktiv et', NULL, NULL),\n(30493, 'az', 'db', 'Create Packing Slip', 'Qabla\u015fd\u0131rma v\u0259r\u0259q\u0259si yarad\u0131n', NULL, NULL),\n(30494, 'az', 'db', 'Packed', 'Paketl\u0259nmi\u015f', NULL, NULL),\n(30495, 'az', 'db', 'Processing', 'Emal', NULL, NULL),\n(30496, 'az', 'db', 'Packing Slip List', 'Qabla\u015fd\u0131rma Slip siyah\u0131s\u0131', NULL, NULL),\n(30497, 'az', 'db', 'Packing Slip Reference', 'Qabla\u015fd\u0131rma v\u0259r\u0259q\u0259si aray\u0131\u015f\u0131', NULL, NULL),\n(30498, 'az', 'db', 'Challan List', 'Challan siyah\u0131s\u0131', NULL, NULL),\n(30499, 'az', 'db', 'Challan Report', '\u00c7allan Hesabat\u0131', NULL, NULL),\n(30500, 'az', 'db', 'Packing Slip & Challan', 'Qabla\u015fd\u0131rma v\u0259 \u00c7allan', NULL, NULL),\n(30501, 'az', 'db', 'Filter Products', 'M\u0259hsullar\u0131 s\u00fcz\u00fcn', NULL, NULL),\n(30502, 'az', 'db', 'Expiry Duration Type', 'M\u00fcdd\u0259t m\u00fcdd\u0259ti n\u00f6v\u00fc', NULL, NULL),\n(30503, 'az', 'db', 'Expiry Value', 'M\u00fcdd\u0259ti bit\u0259n d\u0259y\u0259r', NULL, NULL),\n(30504, 'az', 'db', 'Biller Report', 'Biller Hesabat\u0131', NULL, NULL),\n(30505, 'az', 'db', 'Choose Biller', 'Biller se\u00e7in', NULL, NULL),\n(30506, 'az', 'db', 'Thermal Invoice Size', 'Termal faktura \u00f6l\u00e7\u00fcs\u00fc', NULL, NULL),\n(30507, 'az', 'db', 'Invoice Option', 'Faktura se\u00e7imi', NULL, NULL),\n(30508, 'az', 'db', '80mm', '80 mm', NULL, NULL),\n(30509, 'az', 'db', '58mm', '58 mm', NULL, NULL),\n(30510, 'az', 'db', 'Sale successfully added to draft', 'Sat\u0131\u015f qaralamaya u\u011furla \u0259lav\u0259 edildi', NULL, NULL),\n(30511, 'az', 'db', 'Barcode Settings', 'Barkod Parametrl\u0259ri', NULL, NULL),\n(30512, 'az', 'db', 'Add barcode sticker setting', '\u015etrix kod stiker parametri \u0259lav\u0259 et', NULL, NULL),\n(30513, 'az', 'db', 'Edit Barcode Sticker Setting', '\u015etrixkod Stiker Ayar\u0131n\u0131 Redakt\u0259 et', NULL, NULL),\n(30514, 'az', 'db', 'Sticker Sheet setting Name', 'Stiker v\u0259r\u0259qinin parametrinin ad\u0131', NULL, NULL),\n(30515, 'az', 'db', 'Sticker Sheet setting Description', 'Stiker v\u0259r\u0259qinin parametrl\u0259rinin t\u0259sviri', NULL, NULL),\n(30516, 'az', 'db', 'Continuous feed or rolls', 'Davaml\u0131 yem v\u0259 ya rulonlar', NULL, NULL),\n(30517, 'az', 'db', 'In Inches', 'D\u00fcyml\u0259rl\u0259', NULL, NULL),\n(30518, 'az', 'db', 'Additional top margin', '\u018flav\u0259 yuxar\u0131 marja', NULL, NULL),\n(30519, 'az', 'db', 'Additional left margin', '\u018flav\u0259 sol k\u0259nar', NULL, NULL),\n(30520, 'az', 'db', 'Width of sticker', 'Stikerin eni', NULL, NULL),\n(30521, 'az', 'db', 'Height of sticker', 'Stikerin h\u00fcnd\u00fcrl\u00fcy\u00fc', NULL, NULL),\n(30522, 'az', 'db', 'Paper width', 'Ka\u011f\u0131z eni', NULL, NULL),\n(30523, 'az', 'db', 'Paper height', 'Ka\u011f\u0131z h\u00fcnd\u00fcrl\u00fcy\u00fc', NULL, NULL),\n(30524, 'az', 'db', 'Stickers in one row', 'Bir s\u0131ra stikerl\u0259r', NULL, NULL),\n(30525, 'az', 'db', 'Distance between two rows', '\u0130ki s\u0131ra aras\u0131ndak\u0131 m\u0259saf\u0259', NULL, NULL),\n(30526, 'az', 'db', 'Distance between two columns', '\u0130ki s\u00fctun aras\u0131ndak\u0131 m\u0259saf\u0259', NULL, NULL),\n(30527, 'az', 'db', 'No of Stickers per sheet', 'H\u0259r v\u0259r\u0259qd\u0259 stikerl\u0259rin say\u0131', NULL, NULL),\n(30528, 'az', 'db', 'Set as default', 'Defolt olaraq t\u0259yin et', NULL, NULL),\n(30529, 'az', 'db', 'Add New Setting', 'Yeni Parametr \u0259lav\u0259 et', NULL, NULL),\n(30530, 'az', 'db', 'Print Labels', 'Etiketl\u0259ri \u00e7ap edin', NULL, NULL),\n(30531, 'az', 'db', 'Information on Label', 'Etiket haqq\u0131nda m\u0259lumat', NULL, NULL),\n(30532, 'az', 'db', 'Add Production', '\u0130stehsal \u0259lav\u0259 et', NULL, NULL),\n(30533, 'az', 'db', 'Production List', '\u0130stehsal siyah\u0131s\u0131', NULL, NULL),\n(30534, 'az', 'db', 'Expired Date', 'M\u00fcdd\u0259ti bitmi\u015f tarix', NULL, NULL),\n(30535, 'az', 'db', 'Manufacturing', '\u0130stehsalat', NULL, NULL),\n(30536, 'az', 'db', 'Total Tax', '\u00dcmumi vergi', NULL, NULL),\n(30537, 'az', 'db', 'Production Details', '\u0130stehsal t\u0259f\u0259rr\u00fcatlar\u0131', NULL, NULL),\n(30538, 'az', 'db', 'Add Custom Size', 'X\u00fcsusi \u00d6l\u00e7\u00fc \u0259lav\u0259 et', NULL, NULL),\n(30539, 'az', 'db', 'RTL', 'RTL', NULL, NULL),\n(30540, 'az', 'db', 'LTR', 'LTR', NULL, NULL),\n(30542, 'az', 'db', 'Show search results in', 'Axtar\u0131\u015f n\u0259tic\u0259l\u0259rini burada g\u00f6st\u0259r', NULL, NULL),\n(30543, 'az', 'db', 'Full Page', 'Tam s\u0259hif\u0259', NULL, NULL),\n(30544, 'az', 'db', 'Dropdown', 'A\u00e7\u0131l\u0131r', NULL, NULL),\n(30546, 'az', 'db', 'Saving', 'Q\u0259na\u0259t', NULL, NULL),\n(30547, 'az', 'db', 'Multiple Payment', 'Bird\u0259n \u00e7ox \u00f6d\u0259ni\u015f', NULL, NULL),\n(30548, 'az', 'db', 'Finalize Sale(Multiple Payment)', 'Sat\u0131\u015f\u0131 yekunla\u015fd\u0131r\u0131n (bird\u0259n \u00e7ox \u00f6d\u0259ni\u015f)', NULL, NULL),\n(30549, 'az', 'db', 'Cash Received', 'Na\u011fd pul al\u0131nd\u0131', NULL, NULL),\n(30550, 'az', 'db', 'Add More Payment', 'Daha \u00e7ox \u00f6d\u0259ni\u015f \u0259lav\u0259 et', NULL, NULL),\n(30551, 'az', 'db', 'Received', 'Q\u0259bul edildi', NULL, NULL),\n(30552, 'az', 'db', 'Production Status', '\u0130stehsal v\u0259ziyy\u0259ti', NULL, NULL),\n(30558, 'az', 'db', 'Employees', '\u0130\u015f\u00e7il\u0259r', NULL, NULL),\n(30559, 'az', 'db', 'Award', 'm\u00fckafat', NULL, NULL),\n(30560, 'az', 'db', 'Travel', 'S\u0259yah\u0259t', NULL, NULL),\n(30561, 'az', 'db', 'Resignations', '\u0130stefalar', NULL, NULL),\n(30562, 'az', 'db', 'Complaints', '\u015eikay\u0259tl\u0259r', NULL, NULL),\n(30563, 'az', 'db', 'Warnings', 'X\u0259b\u0259rdarl\u0131qlar', NULL, NULL),\n(30564, 'az', 'db', 'Terminations', 'Xitamlar', NULL, NULL),\n(30565, 'az', 'db', 'Organization', 'T\u0259\u015fkilat', NULL, NULL),\n(30566, 'az', 'db', 'Company', '\u015eirk\u0259t', NULL, NULL),\n(30567, 'az', 'db', 'Designation', 'T\u0259yinat', NULL, NULL),\n(30568, 'az', 'db', 'Announcements', 'Elanlar', NULL, NULL),\n(30569, 'az', 'db', 'Timesheets', 'Vaxt c\u0259dv\u0259ll\u0259ri', NULL, NULL),\n(30570, 'az', 'db', 'Attendances', '\u0130\u015ftirak\u00e7\u0131lar', NULL, NULL),\n(30571, 'az', 'db', 'Recruitment', '\u0130\u015f\u0259 q\u0259bul', NULL, NULL),\n(30572, 'az', 'db', 'Training', 'T\u0259lim', NULL, NULL),\n(30573, 'az', 'db', 'Trainers', 'T\u0259lim\u00e7il\u0259r', NULL, NULL),\n(30574, 'az', 'db', 'Events', 'Hadis\u0259l\u0259r', NULL, NULL),\n(30575, 'az', 'db', 'Meetings', 'G\u00f6r\u00fc\u015fl\u0259r', NULL, NULL),\n(30576, 'az', 'db', 'Finance', 'Maliyy\u0259', NULL, NULL),\n(30577, 'az', 'db', 'imei_numbers', 'imei_n\u00f6mr\u0259l\u0259ri', NULL, NULL),\n(30578, 'az', 'db', 'Warranty', 'Z\u0259man\u0259t', NULL, NULL),\n(30579, 'az', 'db', 'Guarantee', 'Z\u0259man\u0259t', NULL, NULL),\n(30580, 'az', 'db', 'Dear', '\u018fziz', NULL, NULL),\n(30581, 'az', 'db', 'Thank you for your purchase! Your invoice number is', 'Al\u0131\u015f\u0131n\u0131z \u00fc\u00e7\u00fcn t\u0259\u015f\u0259kk\u00fcr edirik! Faktura n\u00f6mr\u0259niz bel\u0259dir', NULL, NULL),\n(30582, 'az', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'H\u0259r hans\u0131 bir sual\u0131n\u0131z v\u0259 ya narahatl\u0131\u011f\u0131n\u0131z varsa, biz\u0259 m\u00fcraci\u0259t etm\u0259kd\u0259n \u00e7\u0259kinm\u0259yin. Biz k\u00f6m\u0259k etm\u0259k \u00fc\u00e7\u00fcn buraday\u0131q!', NULL, NULL),\n(30583, 'az', 'db', 'Best regards', 'H\u00f6rm\u0259tl\u0259', NULL, NULL),\n(30584, 'az', 'db', 'Whatsapp Notification', 'Whatsapp bildiri\u015fi', NULL, NULL),\n(30585, 'az', 'db', 'Add More Payment Option', 'Daha \u00e7ox \u00f6d\u0259ni\u015f se\u00e7imi \u0259lav\u0259 et', NULL, NULL),\n(30586, 'az', 'db', 'Type date or quotation reference', 'Tarix v\u0259 ya kotirovka aray\u0131\u015f\u0131n\u0131 yaz\u0131n...', NULL, NULL),\n(30588, 'az', 'db', 'Sale Reference No', 'Sat\u0131\u015f aray\u0131\u015f\u0131 No.', NULL, NULL),\n(30589, 'az', 'db', 'My Transactions', 'M\u0259nim \u0259m\u0259liyyatlar\u0131m', NULL, NULL),\n(30590, 'az', 'db', 'One Point is Equivalent to:', 'Bir xal a\u015fa\u011f\u0131dak\u0131lara b\u0259rab\u0259rdir:', NULL, NULL),\n(30591, 'az', 'db', 'Update Income', 'G\u0259liri yenil\u0259yin', NULL, NULL),\n(30592, 'az', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', 'Yaln\u0131z Select, Multi Select, Checkbox, Radio Button n\u00f6vl\u0259ri \u00fc\u00e7\u00fcn istifad\u0259 edin. Se\u00e7iml\u0259ri komaya g\u00f6r\u0259 ay\u0131raraq sah\u0259ni doldurun. m\u0259s\u0259l\u0259n alma, porta\u011fal, banan', NULL, NULL),\n(30593, 'az', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', 'Ekskl\u00fcziv: M\u0259hsulun qiym\u0259ti = M\u0259hsulun faktiki qiym\u0259ti + Vergi. Daxildir: M\u0259hsulun faktiki qiym\u0259ti = M\u0259hsulun qiym\u0259ti - Vergi', NULL, NULL),\n(30594, 'bg', 'db', 'dashboard', '\u0442\u0430\u0431\u043b\u043e', NULL, NULL),\n(30595, 'bg', 'db', 'language', '\u0435\u0437\u0438\u043a', NULL, NULL),\n(30596, 'bg', 'db', 'Languages', '\u0415\u0437\u0438\u0446\u0438', NULL, NULL),\n(30597, 'bg', 'db', 'revenue', '\u043f\u0440\u0438\u0445\u043e\u0434\u0438', NULL, NULL),\n(30598, 'bg', 'db', 'product', '\u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(30599, 'bg', 'db', 'category', '\u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(30600, 'bg', 'db', 'product_list', '\u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432_\u0441\u043f\u0438\u0441\u044a\u043a', NULL, NULL),\n(30601, 'bg', 'db', 'add_product', '\u0434\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(30602, 'bg', 'db', 'import_product', '\u0432\u043d\u043e\u0441_\u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(30603, 'bg', 'db', 'print_barcode', 'print_barcode', NULL, NULL),\n(30604, 'bg', 'db', 'welcome', '\u0434\u043e\u0431\u0440\u0435 \u0434\u043e\u0448\u043b\u0438', NULL, NULL),\n(30605, 'bg', 'db', 'profile', '\u043f\u0440\u043e\u0444\u0438\u043b', NULL, NULL),\n(30606, 'bg', 'db', 'add', '\u0434\u043e\u0431\u0430\u0432\u0438', NULL, NULL),\n(30607, 'bg', 'db', 'parent', '\u0440\u043e\u0434\u0438\u0442\u0435\u043b', NULL, NULL),\n(30608, 'bg', 'db', 'action', '\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435', NULL, NULL),\n(30609, 'bg', 'db', 'import', '\u0432\u043d\u043e\u0441', NULL, NULL),\n(30610, 'bg', 'db', 'edit', '\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(30611, 'bg', 'db', 'delete', '\u0438\u0437\u0442\u0440\u0438\u0439', NULL, NULL),\n(30612, 'bg', 'db', 'name', '\u0438\u043c\u0435', NULL, NULL),\n(30613, 'bg', 'db', 'submit', '\u043f\u043e\u0434\u0430\u0432\u0430\u043d\u0435', NULL, NULL),\n(30614, 'bg', 'db', 'update', '\u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f', NULL, NULL),\n(30615, 'bg', 'db', 'The field labels marked with * are required input fields', '\u0415\u0442\u0438\u043a\u0435\u0442\u0438\u0442\u0435 \u043d\u0430 \u043f\u043e\u043b\u0435\u0442\u0430\u0442\u0430, \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u0441 *, \u0441\u0430 \u0437\u0430\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430 \u0437\u0430 \u0432\u044a\u0432\u0435\u0436\u0434\u0430\u043d\u0435', NULL, NULL),\n(30616, 'bg', 'db', 'settings', '\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438', NULL, NULL),\n(30617, 'bg', 'db', 'logout', '\u0438\u0437\u0445\u043e\u0434', NULL, NULL),\n(30618, 'bg', 'db', 'return', '\u0432\u0440\u044a\u0449\u0430\u043d\u0435', NULL, NULL),\n(30619, 'bg', 'db', 'profit', '\u043f\u0435\u0447\u0430\u043b\u0431\u0430', NULL, NULL),\n(30620, 'bg', 'db', 'sale qty', '\u0440\u0430\u0437\u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(30621, 'bg', 'db', 'yearly report', '\u0433\u043e\u0434\u0438\u0448\u0435\u043d \u043e\u0442\u0447\u0435\u0442', NULL, NULL),\n(30622, 'bg', 'db', 'sale amount', '\u0440\u0430\u0437\u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(30623, 'bg', 'db', 'recent sales', '\u0441\u043a\u043e\u0440\u043e\u0448\u043d\u0438 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438', NULL, NULL),\n(30624, 'bg', 'db', 'latest', '\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u043e', NULL, NULL),\n(30625, 'bg', 'db', 'best selling product', '\u043d\u0430\u0439-\u043f\u0440\u043e\u0434\u0430\u0432\u0430\u043d \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(30626, 'bg', 'db', 'top', '\u043e\u0442\u0433\u043e\u0440\u0435', NULL, NULL),\n(30627, 'bg', 'db', 'date', '\u0434\u0430\u0442\u0430', NULL, NULL),\n(30629, 'bg', 'db', 'reference', '\u0441\u043f\u0440\u0430\u0432\u043a\u0430', NULL, NULL),\n(30630, 'bg', 'db', 'customer', '\u043a\u043b\u0438\u0435\u043d\u0442', NULL, NULL),\n(30631, 'bg', 'db', 'status', '\u0441\u0442\u0430\u0442\u0443\u0441', NULL, NULL),\n(30632, 'bg', 'db', 'grand total', '\u043e\u0431\u0449\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(30633, 'bg', 'db', 'Product Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(30634, 'bg', 'db', 'qty', '\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(30636, 'bg', 'db', 'Price', '\u0426\u0435\u043d\u0430', NULL, NULL),\n(30637, 'bg', 'db', 'Image', '\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(30638, 'bg', 'db', 'Code', '\u041a\u043e\u0434', NULL, NULL),\n(30639, 'bg', 'db', 'Brand', '\u041c\u0430\u0440\u043a\u0430', NULL, NULL),\n(30640, 'bg', 'db', 'Quantity', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(30641, 'bg', 'db', 'Unit', '\u0435\u0434\u0438\u043d\u0438\u0446\u0430', NULL, NULL),\n(30642, 'bg', 'db', 'Type', '\u0422\u0438\u043f', NULL, NULL),\n(30643, 'bg', 'db', 'Barcode Symbology', '\u0411\u0430\u0440\u043a\u043e\u0434 \u0441\u0438\u043c\u0432\u043e\u043b\u0438\u043a\u0430', NULL, NULL),\n(30644, 'bg', 'db', 'Sale', '\u0420\u0430\u0437\u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30645, 'bg', 'db', 'Purchase', '\u041f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(30646, 'bg', 'db', 'Cost', '\u0446\u0435\u043d\u0430', NULL, NULL),\n(30647, 'bg', 'db', 'Alert', '\u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435', NULL, NULL),\n(30648, 'bg', 'db', 'Promotional Price', '\u041f\u0440\u043e\u043c\u043e\u0446\u0438\u043e\u043d\u0430\u043b\u043d\u0430 \u0446\u0435\u043d\u0430', NULL, NULL),\n(30649, 'bg', 'db', 'Promotion', '\u041f\u0440\u043e\u043c\u043e\u0446\u0438\u044f', NULL, NULL),\n(30650, 'bg', 'db', 'Featured', '\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0435\u043d\u0438', NULL, NULL),\n(30651, 'bg', 'db', 'Tax', '\u0434\u0430\u043d\u044a\u043a', NULL, NULL),\n(30652, 'bg', 'db', 'Invoice Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430', NULL, NULL),\n(30653, 'bg', 'db', 'Generate', '\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(30654, 'bg', 'db', 'Promotion Starts', '\u041f\u0440\u043e\u043c\u043e\u0446\u0438\u044f\u0442\u0430 \u0437\u0430\u043f\u043e\u0447\u0432\u0430', NULL, NULL),\n(30655, 'bg', 'db', 'Promotion Ends', '\u041f\u0440\u043e\u043c\u043e\u0446\u0438\u044f\u0442\u0430 \u043f\u0440\u0438\u043a\u043b\u044e\u0447\u0432\u0430', NULL, NULL),\n(30656, 'bg', 'db', 'Starting', '\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(30657, 'bg', 'db', 'Ending', '\u041a\u0440\u0430\u0439', NULL, NULL),\n(30658, 'bg', 'db', 'Print', '\u041f\u0435\u0447\u0430\u0442', NULL, NULL),\n(30659, 'bg', 'db', 'Barcode', '\u0431\u0430\u0440\u043a\u043e\u0434', NULL, NULL),\n(30660, 'bg', 'db', 'Supplier', '\u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a', NULL, NULL),\n(30661, 'bg', 'db', 'Paid', '\u041f\u043b\u0430\u0442\u0435\u043d\u043e', NULL, NULL),\n(30662, 'bg', 'db', 'Balance', '\u0411\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(30663, 'bg', 'db', 'Payment', '\u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(30664, 'bg', 'db', 'View', '\u0418\u0437\u0433\u043b\u0435\u0434', NULL, NULL),\n(30665, 'bg', 'db', 'Warehouse', '\u0421\u043a\u043b\u0430\u0434', NULL, NULL),\n(30666, 'bg', 'db', 'Attach Document', '\u041f\u0440\u0438\u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442', NULL, NULL),\n(30667, 'bg', 'db', 'Select Product', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(30668, 'bg', 'db', 'Order', '\u043f\u043e\u0440\u044a\u0447\u043a\u0430', NULL, NULL),\n(30669, 'bg', 'db', 'Order Table', '\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0437\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0438', NULL, NULL),\n(30670, 'bg', 'db', 'Discount', '\u041e\u0442\u0441\u0442\u044a\u043f\u043a\u0430', NULL, NULL),\n(30671, 'bg', 'db', 'Unit Cost', '\u0415\u0434\u0438\u043d\u0438\u0447\u043d\u0430 \u0446\u0435\u043d\u0430', NULL, NULL),\n(30672, 'bg', 'db', 'Unit Price', '\u0415\u0434\u0438\u043d\u0438\u0447\u043d\u0430 \u0446\u0435\u043d\u0430', NULL, NULL),\n(30673, 'bg', 'db', 'Net Unit Cost', '\u041d\u0435\u0442\u043d\u0430 \u0435\u0434\u0438\u043d\u0438\u0447\u043d\u0430 \u0446\u0435\u043d\u0430', NULL, NULL),\n(30674, 'bg', 'db', 'Net Unit Price', '\u041d\u0435\u0442\u043d\u0430 \u0435\u0434\u0438\u043d\u0438\u0447\u043d\u0430 \u0446\u0435\u043d\u0430', NULL, NULL),\n(30675, 'bg', 'db', 'Shipping Cost', '\u0426\u0435\u043d\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(30676, 'bg', 'db', 'Subtotal', '\u041c\u0435\u0436\u0434\u0438\u043d\u043d\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(30677, 'bg', 'db', 'Note', '\u0417\u0430\u0431\u0435\u043b\u0435\u0436\u043a\u0430', NULL, NULL),\n(30678, 'bg', 'db', 'Items', '\u0415\u043b\u0435\u043c\u0435\u043d\u0442\u0438', NULL, NULL),\n(30679, 'bg', 'db', 'Total', '\u041e\u0431\u0449\u043e', NULL, NULL),\n(30680, 'bg', 'db', 'Recieved', '\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043e', NULL, NULL),\n(30681, 'bg', 'db', 'Upload CSV File', '\u041a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 CSV \u0444\u0430\u0439\u043b', NULL, NULL),\n(30682, 'bg', 'db', 'Download Sample File', '\u0418\u0437\u0442\u0435\u0433\u043b\u044f\u043d\u0435 \u043d\u0430 \u043f\u0440\u0438\u043c\u0435\u0440\u0435\u043d \u0444\u0430\u0439\u043b', NULL, NULL),\n(30683, 'bg', 'db', 'Sample File', '\u041f\u0440\u0438\u043c\u0435\u0440\u0435\u043d \u0444\u0430\u0439\u043b', NULL, NULL),\n(30684, 'bg', 'db', 'Download', '\u0418\u0437\u0442\u0435\u0433\u043b\u044f\u043d\u0435', NULL, NULL),\n(30685, 'bg', 'db', 'The correct column order is', '\u041f\u0440\u0430\u0432\u0438\u043b\u043d\u0438\u044f\u0442 \u0440\u0435\u0434 \u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u0438\u0442\u0435 \u0435', NULL, NULL),\n(30686, 'bg', 'db', 'and you must follow this', '\u0438 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u043b\u0435\u0434\u0432\u0430\u0442\u0435 \u0442\u043e\u0432\u0430', NULL, NULL),\n(30687, 'bg', 'db', 'All columns are required', '\u0412\u0441\u0438\u0447\u043a\u0438 \u043a\u043e\u043b\u043e\u043d\u0438 \u0441\u0430 \u0437\u0430\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u0438', NULL, NULL),\n(30688, 'bg', 'db', 'Biller', '\u0411\u0438\u043b\u044a\u0440', NULL, NULL),\n(30689, 'bg', 'db', 'From', '\u043e\u0442', NULL, NULL),\n(30690, 'bg', 'db', 'To', '\u0434\u043e', NULL, NULL),\n(30691, 'bg', 'db', 'Created By', '\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u043e \u043e\u0442', NULL, NULL),\n(30692, 'bg', 'db', 'Amount', '\u0421\u0443\u043c\u0430', NULL, NULL),\n(30693, 'bg', 'db', 'Staff', '\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b', NULL, NULL),\n(30694, 'bg', 'db', 'Quotation', '\u0426\u0438\u0442\u0430\u0442', NULL, NULL),\n(30695, 'bg', 'db', 'Create', '\u0421\u044a\u0437\u0434\u0430\u0439', NULL, NULL),\n(30696, 'bg', 'db', 'Adjustment', '\u041a\u043e\u0440\u0435\u043a\u0446\u0438\u044f', NULL, NULL),\n(30697, 'bg', 'db', 'Subtraction', '\u0438\u0437\u0432\u0430\u0436\u0434\u0430\u043d\u0435', NULL, NULL),\n(30698, 'bg', 'db', 'Addition', '\u0434\u043e\u0431\u0430\u0432\u043a\u0430', NULL, NULL),\n(30699, 'bg', 'db', 'Transfer', '\u0422\u0440\u0430\u043d\u0441\u0444\u0435\u0440', NULL, NULL),\n(30700, 'bg', 'db', 'User', '\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b', NULL, NULL),\n(30701, 'bg', 'db', 'Email', '\u0438\u043c\u0435\u0439\u043b', NULL, NULL),\n(30702, 'bg', 'db', 'Company Name', '\u0418\u043c\u0435 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430\u0442\u0430', NULL, NULL),\n(30703, 'bg', 'db', 'Phone Number', '\u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0435\u043d \u043d\u043e\u043c\u0435\u0440', NULL, NULL),\n(30704, 'bg', 'db', 'Role', '\u0440\u043e\u043b\u044f', NULL, NULL),\n(30705, 'bg', 'db', 'UserName', '\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435', NULL, NULL),\n(30706, 'bg', 'db', 'Password', '\u041f\u0430\u0440\u043e\u043b\u0430', NULL, NULL),\n(30707, 'bg', 'db', 'LogIn', '\u0412\u0445\u043e\u0434', NULL, NULL),\n(30708, 'bg', 'db', 'Change Password', '\u041f\u0440\u043e\u043c\u044f\u043d\u0430 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430', NULL, NULL),\n(30709, 'bg', 'db', 'Active', '\u0410\u043a\u0442\u0438\u0432\u0435\u043d', NULL, NULL),\n(30710, 'bg', 'db', 'Customer Group', '\u041a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0430 \u0433\u0440\u0443\u043f\u0430', NULL, NULL),\n(30711, 'bg', 'db', 'Address', '\u0410\u0434\u0440\u0435\u0441', NULL, NULL),\n(30712, 'bg', 'db', 'City', '\u0433\u0440\u0430\u0434', NULL, NULL),\n(30713, 'bg', 'db', 'Postal Code', '\u041f\u043e\u0449\u0435\u043d\u0441\u043a\u0438 \u043a\u043e\u0434', NULL, NULL),\n(30714, 'bg', 'db', 'Country', '\u0414\u044a\u0440\u0436\u0430\u0432\u0430', NULL, NULL),\n(30715, 'bg', 'db', 'State', '\u0434\u044a\u0440\u0436\u0430\u0432\u0430', NULL, NULL),\n(30716, 'bg', 'db', 'Upload File', '\u041a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u0439\u043b', NULL, NULL),\n(30717, 'bg', 'db', 'List', '\u0421\u043f\u0438\u0441\u044a\u043a', NULL, NULL),\n(30718, 'bg', 'db', 'VAT Number', '\u0414\u0414\u0421 \u043d\u043e\u043c\u0435\u0440', NULL, NULL),\n(30719, 'bg', 'db', 'Choose Your Date', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u0434\u0430\u0442\u0430', NULL, NULL),\n(30720, 'bg', 'db', 'Loss', '\u0437\u0430\u0433\u0443\u0431\u0430', NULL, NULL),\n(30721, 'bg', 'db', 'Or', '\u0438\u043b\u0438', NULL, NULL),\n(30722, 'bg', 'db', 'Sent', '\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e', NULL, NULL),\n(30723, 'bg', 'db', 'Net Profit', '\u041d\u0435\u0442\u043d\u0430 \u043f\u0435\u0447\u0430\u043b\u0431\u0430', NULL, NULL),\n(30724, 'bg', 'db', 'Best Seller', '\u0411\u0435\u0441\u0442\u0441\u0435\u043b\u044a\u0440', NULL, NULL),\n(30725, 'bg', 'db', 'Best Seller From', '\u041d\u0430\u0439-\u043f\u0440\u043e\u0434\u0430\u0432\u0430\u043d \u043e\u0442', NULL, NULL),\n(30726, 'bg', 'db', 'Product Report', '\u0414\u043e\u043a\u043b\u0430\u0434 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(30727, 'bg', 'db', 'Purchased', '\u0437\u0430\u043a\u0443\u043f\u0435\u043d\u043e', NULL, NULL),\n(30728, 'bg', 'db', 'Sold', '\u041f\u0440\u043e\u0434\u0430\u0434\u0435\u043d', NULL, NULL),\n(30729, 'bg', 'db', 'In Stock', '\u0412 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442', NULL, NULL),\n(30730, 'bg', 'db', 'Reports', '\u0414\u043e\u043a\u043b\u0430\u0434\u0438', NULL, NULL),\n(30731, 'bg', 'db', 'Daily Sale', '\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u0430 \u0440\u0430\u0437\u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30732, 'bg', 'db', 'Daily Sale Report', '\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u0435\u043d \u043e\u0442\u0447\u0435\u0442 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438\u0442\u0435', NULL, NULL),\n(30733, 'bg', 'db', 'Monthly Sale', '\u041c\u0435\u0441\u0435\u0447\u043d\u0430 \u0440\u0430\u0437\u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30734, 'bg', 'db', 'Monthly Sale Report', '\u041c\u0435\u0441\u0435\u0447\u0435\u043d \u043e\u0442\u0447\u0435\u0442 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438\u0442\u0435', NULL, NULL),\n(30735, 'bg', 'db', 'Daily Purchase', '\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(30736, 'bg', 'db', 'Daily Purchase Report', '\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u0435\u043d \u043e\u0442\u0447\u0435\u0442 \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0438\u0442\u0435', NULL, NULL),\n(30737, 'bg', 'db', 'Monthly Purchase', '\u041c\u0435\u0441\u0435\u0447\u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(30738, 'bg', 'db', 'Monthly Purchase Report', '\u041c\u0435\u0441\u0435\u0447\u0435\u043d \u043e\u0442\u0447\u0435\u0442 \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0438\u0442\u0435', NULL, NULL),\n(30739, 'bg', 'db', 'Previous', '\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d', NULL, NULL),\n(30740, 'bg', 'db', 'Next', '\u0421\u043b\u0435\u0434\u0432\u0430\u0449', NULL, NULL),\n(30741, 'bg', 'db', 'Stock Chart', '\u0411\u043e\u0440\u0441\u043e\u0432\u0430 \u0433\u0440\u0430\u0444\u0438\u043a\u0430', NULL, NULL),\n(30742, 'bg', 'db', 'Due', '\u0414\u044a\u043b\u0436\u0438\u043c', NULL, NULL),\n(30743, 'bg', 'db', 'Description', '\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435', NULL, NULL),\n(30744, 'bg', 'db', 'Change Permission', '\u041f\u0440\u043e\u043c\u044f\u043d\u0430 \u043d\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435', NULL, NULL),\n(30745, 'bg', 'db', 'Group Permission', '\u0413\u0440\u0443\u043f\u043e\u0432\u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435', NULL, NULL),\n(30746, 'bg', 'db', 'Permissions', '\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f', NULL, NULL),\n(30747, 'bg', 'db', 'Percentage', '\u043f\u0440\u043e\u0446\u0435\u043d\u0442', NULL, NULL),\n(30748, 'bg', 'db', 'Title', '\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435', NULL, NULL),\n(30749, 'bg', 'db', 'Base Unit', '\u0411\u0430\u0437\u043e\u0432\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430', NULL, NULL),\n(30750, 'bg', 'db', 'Operator', '\u041e\u043f\u0435\u0440\u0430\u0442\u043e\u0440', NULL, NULL),\n(30751, 'bg', 'db', 'Operation Value', '\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f\u0442\u0430', NULL, NULL),\n(30752, 'bg', 'db', 'Rate', '\u043e\u0446\u0435\u043d\u043a\u0430', NULL, NULL),\n(30753, 'bg', 'db', 'General Setting', '\u041e\u0431\u0449\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430', NULL, NULL),\n(30754, 'bg', 'db', 'Site Title', '\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0441\u0430\u0439\u0442\u0430', NULL, NULL),\n(30755, 'bg', 'db', 'Site Logo', '\u041b\u043e\u0433\u043e \u043d\u0430 \u0441\u0430\u0439\u0442\u0430', NULL, NULL),\n(30756, 'bg', 'db', 'Current Password', '\u0422\u0435\u043a\u0443\u0449\u0430 \u043f\u0430\u0440\u043e\u043b\u0430', NULL, NULL),\n(30757, 'bg', 'db', 'New Password', '\u041d\u043e\u0432\u0430 \u043f\u0430\u0440\u043e\u043b\u0430', NULL, NULL),\n(30758, 'bg', 'db', 'Confirm Password', '\u041f\u043e\u0442\u0432\u044a\u0440\u0434\u0435\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430', NULL, NULL),\n(30759, 'bg', 'db', 'POS Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 POS', NULL, NULL),\n(30760, 'bg', 'db', 'Developed By', '\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0435\u043d\u043e \u043e\u0442', NULL, NULL),\n(30761, 'bg', 'db', 'All', '\u0432\u0441\u0438\u0447\u043a\u0438', NULL, NULL),\n(30762, 'bg', 'db', 'By', '\u043e\u0442', NULL, NULL),\n(30763, 'bg', 'db', 'Cheque Number', '\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0447\u0435\u043a', NULL, NULL),\n(30764, 'bg', 'db', 'Invoice', '\u0424\u0430\u043a\u0442\u0443\u0440\u0430', NULL, NULL),\n(30765, 'bg', 'db', 'Shipping', '\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(30766, 'bg', 'db', 'Finalize Sale', '\u0424\u0438\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430\u0442\u0430', NULL, NULL),\n(30767, 'bg', 'db', 'People', '\u0445\u043e\u0440\u0430', NULL, NULL),\n(30768, 'bg', 'db', 'Option', '\u041e\u043f\u0446\u0438\u044f', NULL, NULL),\n(30769, 'bg', 'db', 'Bill', '\u0411\u0438\u043b', NULL, NULL),\n(30770, 'bg', 'db', 'Go To', '\u041e\u0442\u0438\u0434\u0438 \u043d\u0430', NULL, NULL),\n(30771, 'bg', 'db', 'Mode', '\u0420\u0435\u0436\u0438\u043c', NULL, NULL),\n(30772, 'bg', 'db', 'In Words', '\u041d\u0430 \u0434\u0443\u043c\u0438', NULL, NULL),\n(30773, 'bg', 'db', 'Stamp', '\u043f\u0435\u0447\u0430\u0442', NULL, NULL),\n(30774, 'bg', 'db', 'Signature', '\u041f\u043e\u0434\u043f\u0438\u0441', NULL, NULL),\n(30775, 'bg', 'db', 'Developed', '\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0435\u043d', NULL, NULL),\n(30776, 'bg', 'db', 'Attach File', '\u041f\u0440\u0438\u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u0439\u043b', NULL, NULL),\n(30777, 'bg', 'db', 'File Link', '\u0424\u0430\u0439\u043b\u043e\u0432\u0430 \u0432\u0440\u044a\u0437\u043a\u0430', NULL, NULL),\n(30778, 'bg', 'db', 'Delivery', '\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(30779, 'bg', 'db', 'Delivered', '\u0434\u043e\u0441\u0442\u0430\u0432\u0435\u043d\u043e', NULL, NULL),\n(30780, 'bg', 'db', 'For Digital product sale_unit will be n\\\\\/a', '\u0417\u0430 \u0434\u0438\u0433\u0438\u0442\u0430\u043b\u0435\u043d \u043f\u0440\u043e\u0434\u0443\u043a\u0442 sale_unit \u0449\u0435 \u0431\u044a\u0434\u0435 n\\\\\/a', NULL, NULL),\n(30781, 'bg', 'db', 'Forgot Password?', '\u0417\u0430\u0431\u0440\u0430\u0432\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430?', NULL, NULL),\n(30782, 'bg', 'db', 'Do not have an account?', '\u041d\u044f\u043c\u0430\u0442\u0435 \u0430\u043a\u0430\u0443\u043d\u0442?', NULL, NULL),\n(30783, 'bg', 'db', 'Register', '\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f', NULL, NULL),\n(30784, 'bg', 'db', 'Expense Category', '\u0420\u0430\u0437\u0445\u043e\u0434\u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(30785, 'bg', 'db', 'Expense', '\u0420\u0430\u0437\u0445\u043e\u0434\u0438', NULL, NULL),\n(30786, 'bg', 'db', 'Gift Card', '\u041a\u0430\u0440\u0442\u0430 \u0437\u0430 \u043f\u043e\u0434\u0430\u0440\u044a\u043a', NULL, NULL),\n(30787, 'bg', 'db', 'Card', '\u043a\u0430\u0440\u0442\u0430', NULL, NULL),\n(30788, 'bg', 'db', 'Expiry Date', '\u0421\u0440\u043e\u043a \u043d\u0430 \u0433\u043e\u0434\u043d\u043e\u0441\u0442', NULL, NULL),\n(30789, 'bg', 'db', 'Recharge', '\u041f\u0440\u0435\u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435', NULL, NULL),\n(30790, 'bg', 'db', 'Deposit', '\u0414\u0435\u043f\u043e\u0437\u0438\u0442', NULL, NULL),\n(30791, 'bg', 'db', 'Choose Warehouse', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(30792, 'bg', 'db', 'Choose Supplier', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a', NULL, NULL),\n(30793, 'bg', 'db', 'Choose Customer', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442', NULL, NULL),\n(30794, 'bg', 'db', 'Touchscreen keybord', '\u0422\u044a\u0447\u0441\u043a\u0440\u0438\u0439\u043d \u043a\u043b\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u0430', NULL, NULL),\n(30795, 'bg', 'db', 'Already have an account', '\u0412\u0435\u0447\u0435 \u0438\u043c\u0430\u043c \u0430\u043a\u0430\u0443\u043d\u0442', NULL, NULL),\n(30796, 'bg', 'db', 'Currency', '\u0432\u0430\u043b\u0443\u0442\u0430', NULL, NULL),\n(30797, 'bg', 'db', 'Mail Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 \u043f\u043e\u0449\u0430\u0442\u0430', NULL, NULL),\n(30798, 'bg', 'db', 'Mail Host', '\u041f\u043e\u0449\u0435\u043d\u0441\u043a\u0438 \u0445\u043e\u0441\u0442', NULL, NULL),\n(30799, 'bg', 'db', 'Mail Port', '\u041f\u043e\u0449\u0435\u043d\u0441\u043a\u0438 \u043f\u043e\u0440\u0442', NULL, NULL),\n(30800, 'bg', 'db', 'Mail From Name', '\u041f\u043e\u0449\u0430 \u043e\u0442 \u0438\u043c\u0435', NULL, NULL),\n(30801, 'bg', 'db', 'Mail Address', '\u041f\u043e\u0449\u0435\u043d\u0441\u043a\u0438 \u0430\u0434\u0440\u0435\u0441', NULL, NULL),\n(30802, 'bg', 'db', 'Encryption', '\u0428\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0435', NULL, NULL),\n(30803, 'bg', 'db', 'Today', '\u0414\u043d\u0435\u0441', NULL, NULL),\n(30804, 'bg', 'db', 'Last 7 Days', '\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0442\u0435 7 \u0434\u043d\u0438', NULL, NULL),\n(30805, 'bg', 'db', 'This Month', '\u0422\u043e\u0437\u0438 \u043c\u0435\u0441\u0435\u0446', NULL, NULL),\n(30806, 'bg', 'db', 'This Year', '\u0422\u0430\u0437\u0438 \u0433\u043e\u0434\u0438\u043d\u0430', NULL, NULL),\n(30807, 'bg', 'db', 'Cash in Hand', '\u041f\u0430\u0440\u0438 \u0432 \u0440\u044a\u043a\u0430', NULL, NULL),\n(30808, 'bg', 'db', 'In Hand', '\u0412 \u0440\u044a\u043a\u0430', NULL, NULL),\n(30809, 'bg', 'db', 'Summary Report', '\u041e\u0431\u043e\u0431\u0449\u0435\u043d \u043e\u0442\u0447\u0435\u0442', NULL, NULL),\n(30810, 'bg', 'db', 'Draft', '\u0427\u0435\u0440\u043d\u043e\u0432\u0430', NULL, NULL),\n(30811, 'bg', 'db', 'Coupon', '\u041a\u0443\u043f\u043e\u043d', NULL, NULL),\n(30812, 'bg', 'db', 'Available', '\u041d\u0430\u043b\u0438\u0447\u0435\u043d', NULL, NULL),\n(30813, 'bg', 'db', 'Minimum Sale', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30814, 'bg', 'db', 'Add Sale', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30815, 'bg', 'db', 'Import Sale', '\u0412\u043d\u043e\u0441\u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30816, 'bg', 'db', 'Sale Status', '\u0421\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30817, 'bg', 'db', 'Payment Status', '\u0421\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(30818, 'bg', 'db', 'Generate Invoice', '\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430', NULL, NULL),\n(30819, 'bg', 'db', 'Add Payment', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(30820, 'bg', 'db', 'View Payment', '\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435\u0442\u043e', NULL, NULL),\n(30821, 'bg', 'db', 'Add Delivery', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(30822, 'bg', 'db', 'PDF', 'PDF', NULL, NULL),\n(30823, 'bg', 'db', 'CSV', 'CSV', NULL, NULL),\n(30824, 'bg', 'db', 'Column visibility', '\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442 \u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u0430\u0442\u0430', NULL, NULL),\n(30825, 'bg', 'db', 'Search', '\u0442\u044a\u0440\u0441\u0435\u043d\u0435', NULL, NULL),\n(30826, 'bg', 'db', 'records per page', '\u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(30827, 'bg', 'db', 'Showing', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430 \u0441\u0435', NULL, NULL),\n(30828, 'bg', 'db', 'Order Discount', '\u041e\u0442\u0441\u0442\u044a\u043f\u043a\u0430 \u0437\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430', NULL, NULL),\n(30829, 'bg', 'db', 'Order Tax', '\u0414\u0430\u043d\u044a\u043a \u0432\u044a\u0440\u0445\u0443 \u043f\u043e\u0440\u044a\u0447\u043a\u0430\u0442\u0430', NULL, NULL),\n(30830, 'bg', 'db', 'Sale Note', '\u0411\u0435\u043b\u0435\u0436\u043a\u0430 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30831, 'bg', 'db', 'Staff Note', '\u0411\u0435\u043b\u0435\u0436\u043a\u0430 \u043d\u0430 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0430', NULL, NULL),\n(30832, 'bg', 'db', 'Paid Amount', '\u041f\u043b\u0430\u0442\u0435\u043d\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(30833, 'bg', 'db', 'Sale Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430\u0442\u0430', NULL, NULL),\n(30834, 'bg', 'db', 'Purchase List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(30835, 'bg', 'db', 'Add Purchase', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(30836, 'bg', 'db', 'Import Purchase By CSV', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430 \u0447\u0440\u0435\u0437 CSV', NULL, NULL),\n(30837, 'bg', 'db', 'Sale List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u0440\u0430\u0437\u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438', NULL, NULL),\n(30838, 'bg', 'db', 'Import Sale By CSV', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430 \u0447\u0440\u0435\u0437 CSV', NULL, NULL),\n(30839, 'bg', 'db', 'Gift Card List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u043f\u043e\u0434\u0430\u0440\u044a\u0447\u043d\u0438 \u043a\u0430\u0440\u0442\u0438', NULL, NULL),\n(30840, 'bg', 'db', 'Coupon List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u043a\u0443\u043f\u043e\u043d\u0438', NULL, NULL),\n(30841, 'bg', 'db', 'Delivery List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(30842, 'bg', 'db', 'Expense List', '\u0421\u043f\u0438\u0441\u044a\u043a \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435', NULL, NULL),\n(30843, 'bg', 'db', 'Add Expense', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434', NULL, NULL),\n(30844, 'bg', 'db', 'Quotation List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u043a\u043e\u0442\u0438\u0440\u043e\u0432\u043a\u0438', NULL, NULL),\n(30845, 'bg', 'db', 'Add Quotation', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430', NULL, NULL),\n(30846, 'bg', 'db', 'Transfer List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0437\u0430 \u043f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435', NULL, NULL),\n(30847, 'bg', 'db', 'Add Transfer', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440', NULL, NULL),\n(30848, 'bg', 'db', 'Import Transfer By CSV', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440 \u0447\u0440\u0435\u0437 CSV', NULL, NULL),\n(30849, 'bg', 'db', 'Return List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0437\u0430 \u0432\u0440\u044a\u0449\u0430\u043d\u0435', NULL, NULL),\n(30850, 'bg', 'db', 'Add Return', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0432\u0440\u044a\u0449\u0430\u043d\u0435', NULL, NULL),\n(30851, 'bg', 'db', 'Quantity Adjustment', '\u041a\u043e\u0440\u0438\u0433\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u0442\u043e', NULL, NULL),\n(30852, 'bg', 'db', 'Adjustment List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0437\u0430 \u043a\u043e\u0440\u0435\u043a\u0446\u0438\u044f', NULL, NULL),\n(30853, 'bg', 'db', 'Add Adjustment', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u043e\u0440\u0435\u043a\u0446\u0438\u044f', NULL, NULL),\n(30854, 'bg', 'db', 'User List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438', NULL, NULL),\n(30855, 'bg', 'db', 'Add User', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b', NULL, NULL),\n(30856, 'bg', 'db', 'Customer List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u043a\u043b\u0438\u0435\u043d\u0442\u0438', NULL, NULL),\n(30857, 'bg', 'db', 'Add Customer', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442', NULL, NULL),\n(30858, 'bg', 'db', 'Biller List', '\u0421\u043f\u0438\u0441\u044a\u043a \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438', NULL, NULL),\n(30859, 'bg', 'db', 'Add Biller', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u044c\u043e\u0440', NULL, NULL),\n(30860, 'bg', 'db', 'Supplier List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u0446\u0438', NULL, NULL),\n(30861, 'bg', 'db', 'Add Supplier', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a', NULL, NULL),\n(30862, 'bg', 'db', 'Sale Report', '\u0414\u043e\u043a\u043b\u0430\u0434 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30863, 'bg', 'db', 'Purchase Report', '\u041e\u0442\u0447\u0435\u0442 \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(30864, 'bg', 'db', 'Payment Report', '\u041e\u0442\u0447\u0435\u0442 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(30865, 'bg', 'db', 'Warehouse Stock Chart', '\u0414\u0438\u0430\u0433\u0440\u0430\u043c\u0430 \u043d\u0430 \u0441\u043a\u043b\u0430\u0434\u043e\u0432\u0438\u0442\u0435 \u0437\u0430\u043f\u0430\u0441\u0438', NULL, NULL),\n(30866, 'bg', 'db', 'Product Quantity Alert', '\u0421\u0438\u0433\u043d\u0430\u043b \u0437\u0430 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u0442\u043e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(30867, 'bg', 'db', 'Customer Report', '\u041a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438 \u043e\u0442\u0447\u0435\u0442', NULL, NULL),\n(30868, 'bg', 'db', 'Supplier Report', '\u041e\u0442\u0447\u0435\u0442 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a\u0430', NULL, NULL),\n(30869, 'bg', 'db', 'Due Report', '\u0414\u044a\u043b\u0436\u0435\u043d \u043e\u0442\u0447\u0435\u0442', NULL, NULL),\n(30870, 'bg', 'db', 'User Profile', '\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u043f\u0440\u043e\u0444\u0438\u043b', NULL, NULL),\n(30871, 'bg', 'db', 'Cash Flow', '\u043f\u0430\u0440\u0438\u0447\u0435\u043d \u043f\u043e\u0442\u043e\u043a', NULL, NULL),\n(30872, 'bg', 'db', 'Add Category', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(30873, 'bg', 'db', 'Import Category', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(30874, 'bg', 'db', 'Parent Category', '\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(30875, 'bg', 'db', 'Product Image', '\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(30876, 'bg', 'db', 'Product Name', '\u0418\u043c\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(30877, 'bg', 'db', 'Product Code', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u043a\u043e\u0434', NULL, NULL),\n(30878, 'bg', 'db', 'Product Type', '\u0422\u0438\u043f \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(30879, 'bg', 'db', 'Product Unit', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430', NULL, NULL),\n(30880, 'bg', 'db', 'Sale Unit', '\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30881, 'bg', 'db', 'Purchase Unit', '\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(30882, 'bg', 'db', 'Product Cost', '\u0426\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(30883, 'bg', 'db', 'Product Price', '\u0426\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(30884, 'bg', 'db', 'Alert Quantity', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0430 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435', NULL, NULL),\n(30885, 'bg', 'db', 'Add Promotional Price', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u043c\u043e\u0446\u0438\u043e\u043d\u0430\u043b\u043d\u0430 \u0446\u0435\u043d\u0430', NULL, NULL),\n(30886, 'bg', 'db', 'Product Tax', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u0434\u0430\u043d\u044a\u043a', NULL, NULL),\n(30887, 'bg', 'db', 'Tax Method', '\u0414\u0430\u043d\u044a\u0447\u0435\u043d \u043c\u0435\u0442\u043e\u0434', NULL, NULL),\n(30888, 'bg', 'db', 'Featured product will be displayed in POS', '\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0435\u043d\u0438\u044f\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0449\u0435 \u0431\u044a\u0434\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u043d \u0432 POS', NULL, NULL),\n(30889, 'bg', 'db', 'Product Invoice Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0430\u0442\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430', NULL, NULL),\n(30890, 'bg', 'db', 'Purchase Status', '\u0421\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(30891, 'bg', 'db', 'Add Gift Card', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u0430\u0440\u0442\u0430 \u0437\u0430 \u043f\u043e\u0434\u0430\u0440\u044a\u043a', NULL, NULL),\n(30892, 'bg', 'db', 'Card No', '\u041a\u0430\u0440\u0442\u0430 \u2116', NULL, NULL),\n(30893, 'bg', 'db', 'Reference No', '\u0420\u0435\u0444\u0435\u0440\u0435\u043d\u0442\u0435\u043d \u043d\u043e\u043c\u0435\u0440', NULL, NULL),\n(30894, 'bg', 'db', 'Add Coupon', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u0443\u043f\u043e\u043d', NULL, NULL),\n(30895, 'bg', 'db', 'Coupon Code', '\u041a\u043e\u0434 \u043d\u0430 \u043a\u0443\u043f\u043e\u043d', NULL, NULL),\n(30896, 'bg', 'db', 'Minimum Amount', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(30897, 'bg', 'db', 'Update Coupon', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0443\u043f\u043e\u043d', NULL, NULL),\n(30898, 'bg', 'db', 'Update Purchase', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(30899, 'bg', 'db', 'Update Sale', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30900, 'bg', 'db', 'Update Product', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(30901, 'bg', 'db', 'Update Category', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(30902, 'bg', 'db', 'Update Gift Card', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0440\u0442\u0430 \u0437\u0430 \u043f\u043e\u0434\u0430\u0440\u044a\u043a', NULL, NULL),\n(30903, 'bg', 'db', 'Delivery Reference', '\u0420\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(30904, 'bg', 'db', 'Sale Reference', '\u0420\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30905, 'bg', 'db', 'Add Expense Category', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438', NULL, NULL),\n(30906, 'bg', 'db', 'Import Expense Category', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435 \u0437\u0430 \u0432\u043d\u043e\u0441', NULL, NULL),\n(30907, 'bg', 'db', 'Update Expense', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435', NULL, NULL),\n(30908, 'bg', 'db', 'Quotation Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430', NULL, NULL),\n(30909, 'bg', 'db', 'Create Sale', '\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30910, 'bg', 'db', 'Create Purchase', '\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(30911, 'bg', 'db', 'Purchase Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430\u0442\u0430', NULL, NULL),\n(30912, 'bg', 'db', 'Quotation Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u043e\u0444\u0435\u0440\u0442\u0430\u0442\u0430', NULL, NULL),\n(30913, 'bg', 'db', 'Import Transfer', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440', NULL, NULL),\n(30914, 'bg', 'db', 'Update Transfer', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435\u0442\u043e', NULL, NULL),\n(30915, 'bg', 'db', 'Transfer Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u043f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435', NULL, NULL),\n(30916, 'bg', 'db', 'Transfer Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u043f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435', NULL, NULL),\n(30917, 'bg', 'db', 'Return Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0432\u0440\u044a\u0449\u0430\u043d\u0435', NULL, NULL),\n(30918, 'bg', 'db', 'Return Note', '\u0411\u0435\u043b\u0435\u0436\u043a\u0430 \u0437\u0430 \u0432\u0440\u044a\u0449\u0430\u043d\u0435', NULL, NULL),\n(30919, 'bg', 'db', 'Update Return', '\u0412\u0440\u044a\u0449\u0430\u043d\u0435 \u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f', NULL, NULL),\n(30920, 'bg', 'db', 'Card Details', '\u0414\u0430\u043d\u043d\u0438 \u0437\u0430 \u043a\u0430\u0440\u0442\u0430\u0442\u0430', NULL, NULL),\n(30921, 'bg', 'db', 'Update Adjustment', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u0440\u0435\u043a\u0446\u0438\u044f', NULL, NULL),\n(30922, 'bg', 'db', 'Update User', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f', NULL, NULL),\n(30923, 'bg', 'db', 'Update Customer', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(30924, 'bg', 'db', 'Import Customer', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442', NULL, NULL),\n(30925, 'bg', 'db', 'Add Deposit', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0434\u0435\u043f\u043e\u0437\u0438\u0442', NULL, NULL),\n(30926, 'bg', 'db', 'View Deposit', '\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0434\u0435\u043f\u043e\u0437\u0438\u0442\u0430', NULL, NULL),\n(30927, 'bg', 'db', 'Import Biller', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438', NULL, NULL),\n(30928, 'bg', 'db', 'Update Biller', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u043e\u0440\u0430', NULL, NULL),\n(30929, 'bg', 'db', 'To display Image it must be stored in', '\u0417\u0430 \u0434\u0430 \u043f\u043e\u043a\u0430\u0436\u0435\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435, \u0442\u043e \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0435 \u0441\u044a\u0445\u0440\u0430\u043d\u044f\u0432\u0430 \u0432', NULL, NULL),\n(30930, 'bg', 'db', 'directory', '\u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044f', NULL, NULL),\n(30931, 'bg', 'db', 'Import Supplier', '\u0414\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a \u0437\u0430 \u0432\u043d\u043e\u0441', NULL, NULL),\n(30932, 'bg', 'db', 'Update Supplier', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a\u0430', NULL, NULL),\n(30933, 'bg', 'db', 'Purchased Amount', '\u0417\u0430\u043a\u0443\u043f\u0435\u043d\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(30934, 'bg', 'db', 'Purchased Qty', '\u0417\u0430\u043a\u0443\u043f\u0435\u043d\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(30935, 'bg', 'db', 'Sold Amount', '\u041f\u0440\u043e\u0434\u0430\u0434\u0435\u043d\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(30936, 'bg', 'db', 'Sold Qty', '\u041f\u0440\u043e\u0434\u0430\u0434\u0435\u043d\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(30937, 'bg', 'db', 'Payment Reference', '\u0420\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(30938, 'bg', 'db', 'Purchase Reference', '\u0420\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(30939, 'bg', 'db', 'Paid By', '\u041f\u043b\u0430\u0442\u0435\u043d\u043e \u043e\u0442', NULL, NULL),\n(30940, 'bg', 'db', 'Total Item', '\u041e\u0431\u0449 \u0430\u0440\u0442\u0438\u043a\u0443\u043b', NULL, NULL),\n(30941, 'bg', 'db', 'Total Quantity', '\u041e\u0431\u0449\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(30942, 'bg', 'db', 'Paid Method', '\u041f\u043b\u0430\u0442\u0435\u043d \u043c\u0435\u0442\u043e\u0434', NULL, NULL),\n(30943, 'bg', 'db', 'Customer Details', '\u0414\u0430\u043d\u043d\u0438 \u0437\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(30944, 'bg', 'db', 'Bill No', '\u041d\u0435 \u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430\u0442\u0430', NULL, NULL),\n(30945, 'bg', 'db', 'Add Role', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0440\u043e\u043b\u044f', NULL, NULL),\n(30946, 'bg', 'db', 'Update Role', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0440\u043e\u043b\u044f', NULL, NULL),\n(30947, 'bg', 'db', 'Import Warehouse', '\u0412\u043d\u043e\u0441\u0435\u043d \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(30948, 'bg', 'db', 'Update Warehouse', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u043a\u043b\u0430\u0434\u0430', NULL, NULL),\n(30949, 'bg', 'db', 'Import Customer Group', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0433\u0440\u0443\u043f\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438', NULL, NULL),\n(30950, 'bg', 'db', 'Update Customer Group', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0430 \u0433\u0440\u0443\u043f\u0430', NULL, NULL),\n(30951, 'bg', 'db', 'Import Brand', '\u0412\u043d\u043e\u0441\u043d\u0430 \u043c\u0430\u0440\u043a\u0430', NULL, NULL),\n(30952, 'bg', 'db', 'Update Brand', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043c\u0430\u0440\u043a\u0430\u0442\u0430', NULL, NULL),\n(30953, 'bg', 'db', 'Import Unit', '\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0437\u0430 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(30954, 'bg', 'db', 'Update Unit', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430', NULL, NULL),\n(30955, 'bg', 'db', 'Import Tax', '\u0414\u0430\u043d\u044a\u043a \u0432\u044a\u0440\u0445\u0443 \u0432\u043d\u043e\u0441\u0430', NULL, NULL),\n(30956, 'bg', 'db', 'Update Tax', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u044a\u043a', NULL, NULL),\n(30957, 'bg', 'db', 'Update User Profile', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u043f\u0440\u043e\u0444\u0438\u043b', NULL, NULL),\n(30958, 'bg', 'db', 'Default Customer', '\u041a\u043b\u0438\u0435\u043d\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(30959, 'bg', 'db', 'Default Biller', '\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0441\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(30960, 'bg', 'db', 'Default Warehouse', '\u0421\u043a\u043b\u0430\u0434 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(30961, 'bg', 'db', 'Displayed Number of Product Row', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0438\u044f \u0440\u0435\u0434', NULL, NULL),\n(30962, 'bg', 'db', 'Add Brand', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043c\u0430\u0440\u043a\u0430', NULL, NULL),\n(30963, 'bg', 'db', 'All Deposit', '\u0412\u0441\u0438\u0447\u043a\u0438 \u0434\u0435\u043f\u043e\u0437\u0438\u0442\u0438', NULL, NULL),\n(30964, 'bg', 'db', 'Update Deposit', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0435\u043f\u043e\u0437\u0438\u0442\u0430', NULL, NULL),\n(30965, 'bg', 'db', 'Add Customer Group', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0433\u0440\u0443\u043f\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438', NULL, NULL),\n(30966, 'bg', 'db', 'Delivered By', '\u0414\u043e\u0441\u0442\u0430\u0432\u0435\u043d\u043e \u043e\u0442', NULL, NULL),\n(30967, 'bg', 'db', 'Recieved By', '\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043e \u043e\u0442', NULL, NULL),\n(30968, 'bg', 'db', 'Update Delivery', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430\u0442\u0430', NULL, NULL),\n(30969, 'bg', 'db', 'Update Expense Category', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043d\u0430 \u0440\u0430\u0437\u0445\u043e\u0434\u0438\u0442\u0435', NULL, NULL),\n(30970, 'bg', 'db', 'Tax Rate', '\u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(30971, 'bg', 'db', 'Unit Discount', '\u041e\u0442\u0441\u0442\u044a\u043f\u043a\u0430 \u0437\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430', NULL, NULL),\n(30972, 'bg', 'db', 'Import Purchase', '\u0418\u043c\u043f\u043e\u0440\u0442\u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(30973, 'bg', 'db', 'Payment Note', '\u0411\u0435\u043b\u0435\u0436\u043a\u0430 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(30974, 'bg', 'db', 'All Payment', '\u0412\u0441\u0438\u0447\u043a\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f', NULL, NULL),\n(30975, 'bg', 'db', 'Update Payment', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435\u0442\u043e', NULL, NULL),\n(30976, 'bg', 'db', 'Update Quotation', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430', NULL, NULL),\n(30977, 'bg', 'db', 'Coupon Discount', '\u041a\u0443\u043f\u043e\u043d \u043e\u0442\u0441\u0442\u044a\u043f\u043a\u0430', NULL, NULL),\n(30978, 'bg', 'db', 'Payment Mode', '\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(30979, 'bg', 'db', 'Bill To', '\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u0434\u043e', NULL, NULL),\n(30980, 'bg', 'db', 'Stamp & Signature', '\u041f\u0435\u0447\u0430\u0442 \u0438 \u043f\u043e\u0434\u043f\u0438\u0441', NULL, NULL),\n(30981, 'bg', 'db', 'Invoice Generated By', '\u0424\u0430\u043a\u0442\u0443\u0440\u0430, \u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0430 \u043e\u0442', NULL, NULL),\n(30982, 'bg', 'db', 'Add Tax', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u044a\u043a', NULL, NULL),\n(30983, 'bg', 'db', 'Tax Name', '\u0434\u0430\u043d\u044a\u0447\u043d\u043e \u0438\u043c\u0435', NULL, NULL),\n(30984, 'bg', 'db', 'From Warehouse', '\u041e\u0442 \u0441\u043a\u043b\u0430\u0434\u0430', NULL, NULL),\n(30985, 'bg', 'db', 'To Warehouse', '\u0414\u043e \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(30986, 'bg', 'db', 'Add Unit', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430', NULL, NULL),\n(30987, 'bg', 'db', 'Add Warehouse', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(30988, 'bg', 'db', 'All Warehouse', '\u0412\u0441\u0438\u0447\u043a\u0438 \u0441\u043a\u043b\u0430\u0434\u043e\u0432\u0435', NULL, NULL),\n(30989, 'bg', 'db', 'Net Loss', '\u041d\u0435\u0442\u043d\u0430 \u0437\u0430\u0433\u0443\u0431\u0430', NULL, NULL),\n(30990, 'bg', 'db', 'Net Sale', '\u041d\u0435\u0442\u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(30991, 'bg', 'db', 'Net Purchase', '\u041d\u0435\u0442\u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(30992, 'bg', 'db', 'Net Return', '\u041d\u0435\u0442\u043d\u0430 \u0432\u044a\u0437\u0432\u0440\u044a\u0449\u0430\u0435\u043c\u043e\u0441\u0442', NULL, NULL),\n(30993, 'bg', 'db', 'Payment Recieved', '\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(30994, 'bg', 'db', 'Payment Sent', '\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(30995, 'bg', 'db', 'Product Discount', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0430 \u043e\u0442\u0441\u0442\u044a\u043f\u043a\u0430', NULL, NULL),\n(30996, 'bg', 'db', 'Completed', '\u0417\u0430\u0432\u044a\u0440\u0448\u0435\u043d', NULL, NULL),\n(30997, 'bg', 'db', 'Pending', '\u0412 \u0438\u0437\u0447\u0430\u043a\u0432\u0430\u043d\u0435', NULL, NULL),\n(30998, 'bg', 'db', 'Partial', '\u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e', NULL, NULL),\n(30999, 'bg', 'db', 'Packing', '\u043e\u043f\u0430\u043a\u043e\u0432\u0430\u043d\u0435', NULL, NULL),\n(31000, 'bg', 'db', 'Delivering', '\u0434\u043e\u0441\u0442\u0430\u0432\u044f\u043d\u0435', NULL, NULL),\n(31001, 'bg', 'db', 'Ordered', '\u041f\u043e\u0440\u044a\u0447\u0430\u043d', NULL, NULL),\n(31002, 'bg', 'db', 'No Tax', '\u0411\u0435\u0437 \u0434\u0430\u043d\u044a\u043a', NULL, NULL),\n(31003, 'bg', 'db', 'Stock Value by Price', '\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0430\u043a\u0446\u0438\u0438\u0442\u0435 \u043f\u043e \u0446\u0435\u043d\u0430', NULL, NULL),\n(31004, 'bg', 'db', 'Stock Value by Cost', '\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0437\u0430\u043f\u0430\u0441\u0438\u0442\u0435 \u043f\u043e \u0446\u0435\u043d\u0430', NULL, NULL),\n(31005, 'bg', 'db', 'Estimate Profit', '\u041e\u0446\u0435\u043d\u043a\u0430 \u043d\u0430 \u043f\u0435\u0447\u0430\u043b\u0431\u0430\u0442\u0430', NULL, NULL),\n(31006, 'bg', 'db', 'Time Zone', '\u0427\u0430\u0441\u043e\u0432\u0430 \u0437\u043e\u043d\u0430', NULL, NULL),\n(31007, 'bg', 'db', 'Currency Position', '\u0412\u0430\u043b\u0443\u0442\u043d\u0430 \u043f\u043e\u0437\u0438\u0446\u0438\u044f', NULL, NULL),\n(31008, 'bg', 'db', 'Prefix', '\u041f\u0440\u0435\u0444\u0438\u043a\u0441', NULL, NULL),\n(31009, 'bg', 'db', 'Suffix', '\u041d\u0430\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(31010, 'bg', 'db', 'Exclusive', '\u0415\u043a\u0441\u043a\u043b\u0443\u0437\u0438\u0432\u043d\u043e', NULL, NULL),\n(31011, 'bg', 'db', 'Inclusive', '\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u043d\u043e', NULL, NULL),\n(31012, 'bg', 'db', 'Combo Products', '\u041a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u0430\u043d\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438', NULL, NULL),\n(31013, 'bg', 'db', 'Image name must be same as product name', '\u0418\u043c\u0435\u0442\u043e \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u043e \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0435 \u0441\u044a\u0449\u043e\u0442\u043e \u043a\u0430\u0442\u043e \u0438\u043c\u0435\u0442\u043e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(31014, 'bg', 'db', 'Paying Amount', '\u041f\u043b\u0430\u0449\u0430\u0449\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(31015, 'bg', 'db', 'Payable Amount', '\u041f\u043b\u0430\u0442\u0438\u043c\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(31016, 'bg', 'db', 'Change', '\u041f\u0440\u043e\u043c\u044f\u043d\u0430', NULL, NULL),\n(31017, 'bg', 'db', 'Back', '\u043e\u0431\u0440\u0430\u0442\u043d\u043e', NULL, NULL),\n(31018, 'bg', 'db', 'Role Permission', '\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u0440\u043e\u043b\u044f', NULL, NULL),\n(31019, 'bg', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', '\u0418\u0437\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u043d\u043e => \u0426\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 = \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u043d\u0430 \u0446\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 + \u0414\u0430\u043d\u044a\u043a. \u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u043d\u043e => \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u043d\u0430 \u0446\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 = \u0426\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 - \u0414\u0430\u043d\u044a\u043a', NULL, NULL),\n(31020, 'bg', 'db', 'Accounting', '\u0421\u0447\u0435\u0442\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e', NULL, NULL),\n(31021, 'bg', 'db', 'Account', '\u0410\u043a\u0430\u0443\u043d\u0442', NULL, NULL),\n(31022, 'bg', 'db', 'Account List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u0430\u043a\u0430\u0443\u043d\u0442\u0438', NULL, NULL),\n(31023, 'bg', 'db', 'Add Account', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0430\u043a\u0430\u0443\u043d\u0442', NULL, NULL),\n(31024, 'bg', 'db', 'Account No', '\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0441\u043c\u0435\u0442\u043a\u0430', NULL, NULL),\n(31025, 'bg', 'db', 'Initial Balance', '\u041f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u0435\u043d \u0431\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(31026, 'bg', 'db', 'Update Account', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0430\u043a\u0430\u0443\u043d\u0442\u0430', NULL, NULL),\n(31027, 'bg', 'db', 'Default', '\u041f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31028, 'bg', 'db', 'Balance Sheet', '\u0411\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(31029, 'bg', 'db', 'Debit', '\u0414\u0435\u0431\u0438\u0442', NULL, NULL),\n(31030, 'bg', 'db', 'Credit', '\u041a\u0440\u0435\u0434\u0438\u0442', NULL, NULL),\n(31031, 'bg', 'db', 'Account Statement', '\u0418\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435 \u043e\u0442 \u0441\u043c\u0435\u0442\u043a\u0430\u0442\u0430', NULL, NULL),\n(31032, 'bg', 'db', 'Department', '\u043e\u0442\u0434\u0435\u043b', NULL, NULL),\n(31033, 'bg', 'db', 'Add Department', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043e\u0442\u0434\u0435\u043b', NULL, NULL),\n(31034, 'bg', 'db', 'Update Department', '\u041e\u0442\u0434\u0435\u043b \u0437\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f', NULL, NULL),\n(31035, 'bg', 'db', 'Employee', '\u0441\u043b\u0443\u0436\u0438\u0442\u0435\u043b', NULL, NULL),\n(31036, 'bg', 'db', 'Add Employee', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0441\u043b\u0443\u0436\u0438\u0442\u0435\u043b', NULL, NULL),\n(31037, 'bg', 'db', 'Update Employee', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u043b\u0443\u0436\u0438\u0442\u0435\u043b', NULL, NULL),\n(31038, 'bg', 'db', 'Payroll', '\u0420\u0430\u0431\u043e\u0442\u043d\u0430 \u0432\u0435\u0434\u043e\u043c\u043e\u0441\u0442', NULL, NULL),\n(31039, 'bg', 'db', 'Add Payroll', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0437\u0430\u043f\u043b\u0430\u0442\u0438', NULL, NULL),\n(31040, 'bg', 'db', 'Update Payroll', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u043f\u043b\u0430\u0442\u0438', NULL, NULL),\n(31041, 'bg', 'db', 'Method', '\u043c\u0435\u0442\u043e\u0434', NULL, NULL),\n(31042, 'bg', 'db', 'Sale Return', '\u0412\u0440\u044a\u0449\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(31043, 'bg', 'db', 'Purchase Return', '\u0412\u0440\u044a\u0449\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(31044, 'bg', 'db', 'Net Sale Return', '\u041d\u0435\u0442\u043d\u0430 \u0432\u044a\u0437\u0432\u0440\u044a\u0449\u0430\u0435\u043c\u043e\u0441\u0442 \u043e\u0442 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(31045, 'bg', 'db', 'Net Purchase Return', '\u041d\u0435\u0442\u043d\u0430 \u0432\u044a\u0437\u0432\u0440\u044a\u0449\u0430\u0435\u043c\u043e\u0441\u0442 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(31046, 'bg', 'db', 'Attendance', '\u041f\u043e\u0441\u0435\u0449\u0430\u0435\u043c\u043e\u0441\u0442', NULL, NULL),\n(31047, 'bg', 'db', 'Add Attendance', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0440\u0438\u0441\u044a\u0441\u0442\u0432\u0438\u0435', NULL, NULL),\n(31048, 'bg', 'db', 'HRM Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 HRM', NULL, NULL),\n(31049, 'bg', 'db', 'CheckIn', '\u041d\u0430\u0441\u0442\u0430\u043d\u044f\u0432\u0430\u043d\u0435', NULL, NULL),\n(31050, 'bg', 'db', 'CheckOut', '\u041d\u0430\u043f\u0443\u0441\u043a\u0430\u043d\u0435', NULL, NULL),\n(31051, 'bg', 'db', 'Default CheckIn', '\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u043d\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31052, 'bg', 'db', 'Default CheckOut', '\u041d\u0430\u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31053, 'bg', 'db', 'Present', '\u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435', NULL, NULL),\n(31054, 'bg', 'db', 'Late', '\u041a\u044a\u0441\u043d\u043e', NULL, NULL),\n(31055, 'bg', 'db', 'User Report', '\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u043e\u0442\u0447\u0435\u0442', NULL, NULL),\n(31056, 'bg', 'db', 'Choose User', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b', NULL, NULL),\n(31057, 'bg', 'db', 'Recieved Amount', '\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(31058, 'bg', 'db', 'Theme', '\u0442\u0435\u043c\u0430', NULL, NULL),\n(31059, 'bg', 'db', 'Staff Access', '\u0414\u043e\u0441\u0442\u044a\u043f \u043d\u0430 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0430', NULL, NULL),\n(31060, 'bg', 'db', 'All Records', '\u0412\u0441\u0438\u0447\u043a\u0438 \u0437\u0430\u043f\u0438\u0441\u0438', NULL, NULL),\n(31061, 'bg', 'db', 'Own Records', '\u0421\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438', NULL, NULL),\n(31062, 'bg', 'db', 'Date Format', '\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0430 \u0434\u0430\u0442\u0430\u0442\u0430', NULL, NULL),\n(31063, 'bg', 'db', 'Empty Database', '\u041f\u0440\u0430\u0437\u043d\u0430 \u0431\u0430\u0437\u0430 \u0434\u0430\u043d\u043d\u0438', NULL, NULL),\n(31064, 'bg', 'db', 'Stock Count', '\u0411\u0440\u043e\u0435\u043d\u0435 \u043d\u0430 \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(31065, 'bg', 'db', 'Count Stock', '\u041f\u0440\u0435\u0431\u0440\u043e\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0430\u043a\u0446\u0438\u0438', NULL, NULL),\n(31066, 'bg', 'db', 'Full', '\u041f\u044a\u043b\u0435\u043d', NULL, NULL),\n(31067, 'bg', 'db', 'Finalize', '\u0424\u0438\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31068, 'bg', 'db', 'Initial File', '\u041f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u0435\u043d \u0444\u0430\u0439\u043b', NULL, NULL),\n(31069, 'bg', 'db', 'Final File', '\u041e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u0435\u043d \u0444\u0430\u0439\u043b', NULL, NULL),\n(31070, 'bg', 'db', 'Final Report', '\u041e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u0435\u043d \u043e\u0442\u0447\u0435\u0442', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(31071, 'bg', 'db', 'Finalize Stock Count', '\u0424\u0438\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0431\u0440\u043e\u044f \u043d\u0430 \u0437\u0430\u043f\u0430\u0441\u0438\u0442\u0435', NULL, NULL),\n(31072, 'bg', 'db', 'You just need to update the Counted column in the initial file', '\u041f\u0440\u043e\u0441\u0442\u043e \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0442\u0435 \u043a\u043e\u043b\u043e\u043d\u0430\u0442\u0430 Counted \u0432 \u043f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u043d\u0438\u044f \u0444\u0430\u0439\u043b', NULL, NULL),\n(31073, 'bg', 'db', 'Files', '\u0444\u0430\u0439\u043b\u043e\u0432\u0435', NULL, NULL),\n(31074, 'bg', 'db', 'Expected', '\u041e\u0447\u0430\u043a\u0432\u0430\u043d\u043e', NULL, NULL),\n(31075, 'bg', 'db', 'Counted', '\u043f\u0440\u0435\u0431\u0440\u043e\u0435\u043d\u043e', NULL, NULL),\n(31076, 'bg', 'db', 'Difference', '\u0420\u0430\u0437\u043b\u0438\u043a\u0430', NULL, NULL),\n(31077, 'bg', 'db', 'Miscellaneous', '\u0420\u0430\u0437\u043d\u0438', NULL, NULL),\n(31078, 'bg', 'db', 'SMS Setting', 'SMS \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430', NULL, NULL),\n(31079, 'bg', 'db', 'Send SMS', '\u0418\u0437\u043f\u0440\u0430\u0442\u0438 SMS', NULL, NULL),\n(31080, 'bg', 'db', 'Gateway', '\u043f\u043e\u0440\u0442\u0430\u043b', NULL, NULL),\n(31081, 'bg', 'db', 'Select SMS gateway', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0448\u043b\u044e\u0437 \u0437\u0430 SMS...', NULL, NULL),\n(31082, 'bg', 'db', 'Create SMS', '\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 SMS', NULL, NULL),\n(31083, 'bg', 'db', 'Mobile', '\u043c\u043e\u0431\u0438\u043b\u0435\u043d', NULL, NULL),\n(31084, 'bg', 'db', 'Message', '\u0421\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435', NULL, NULL),\n(31085, 'bg', 'db', 'Add mobile numbers by selecting the customers', '\u0414\u043e\u0431\u0430\u0432\u0435\u0442\u0435 \u043c\u043e\u0431\u0438\u043b\u043d\u0438 \u043d\u043e\u043c\u0435\u0440\u0430, \u043a\u0430\u0442\u043e \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0438\u0442\u0435', NULL, NULL),\n(31086, 'bg', 'db', 'Help', '\u041f\u043e\u043c\u043e\u0449', NULL, NULL),\n(31087, 'bg', 'db', 'Type Product Name or Code', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u0438\u043b\u0438 \u043a\u043e\u0434 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430...', NULL, NULL),\n(31088, 'bg', 'db', 'Type date or sale reference', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0434\u0430\u0442\u0430 \u0438\u043b\u0438 \u0441\u043f\u0440\u0430\u0432\u043a\u0430 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430...', NULL, NULL),\n(31089, 'bg', 'db', 'Type date or purchase reference', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0434\u0430\u0442\u0430 \u0438\u043b\u0438 \u0441\u043f\u0440\u0430\u0432\u043a\u0430 \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430...', NULL, NULL),\n(31090, 'bg', 'db', 'Tax Number', '\u0434\u0430\u043d\u044a\u0447\u0435\u043d \u043d\u043e\u043c\u0435\u0440', NULL, NULL),\n(31091, 'bg', 'db', 'Holiday', '\u043f\u0440\u0430\u0437\u043d\u0438\u043a', NULL, NULL),\n(31092, 'bg', 'db', 'Add Holiday', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0440\u0430\u0437\u043d\u0438\u043a', NULL, NULL),\n(31093, 'bg', 'db', 'Update Holiday', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0430\u0437\u043d\u0438\u043a\u0430', NULL, NULL),\n(31094, 'bg', 'db', 'Approve', '\u041e\u0434\u043e\u0431\u0440\u044f\u0432\u0430\u043d\u0435', NULL, NULL),\n(31095, 'bg', 'db', 'My Holiday', '\u041c\u043e\u044f\u0442 \u043f\u0440\u0430\u0437\u043d\u0438\u043a', NULL, NULL),\n(31096, 'bg', 'db', 'Holiday Approve', '\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435 \u0437\u0430 \u043f\u0440\u0430\u0437\u043d\u0438\u0446\u0438\u0442\u0435', NULL, NULL),\n(31097, 'bg', 'db', 'My Transaction', '\u041c\u043e\u044f\u0442\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f', NULL, NULL),\n(31098, 'bg', 'db', 'Sale Generated', '\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(31099, 'bg', 'db', 'Purchase Generated', '\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(31100, 'bg', 'db', 'Quotation Generated', '\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0430 \u043e\u0444\u0435\u0440\u0442\u0430', NULL, NULL),\n(31101, 'bg', 'db', 'Warehouse Report', '\u0421\u043a\u043b\u0430\u0434\u043e\u0432 \u043e\u0442\u0447\u0435\u0442', NULL, NULL),\n(31102, 'bg', 'db', 'Quick Cash', '\u0411\u044a\u0440\u0437\u0438 \u043f\u0430\u0440\u0438', NULL, NULL),\n(31103, 'bg', 'db', 'Clear', '\u042f\u0441\u043d\u043e', NULL, NULL),\n(31104, 'bg', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', '\u041c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043a\u0430\u0447\u0438\u0442\u0435 \u043d\u044f\u043a\u043e\u043b\u043a\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f. \u0421\u0430\u043c\u043e .jpeg, .jpg, .png, .gif \u0444\u0430\u0439\u043b \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043a\u0430\u0447\u0435\u043d. \u041f\u044a\u0440\u0432\u043e\u0442\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0449\u0435 \u0431\u044a\u0434\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435.', NULL, NULL),\n(31105, 'bg', 'db', 'This product has variant', '\u0422\u043e\u0437\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0438\u043c\u0430 \u0432\u0430\u0440\u0438\u0430\u043d\u0442', NULL, NULL),\n(31106, 'bg', 'db', 'Enter variant value seperated by comma', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0430, \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0430 \u0441\u044a\u0441 \u0437\u0430\u043f\u0435\u0442\u0430\u044f', NULL, NULL),\n(31107, 'bg', 'db', 'Item Code', '\u041a\u043e\u0434 \u043d\u0430 \u0430\u0440\u0442\u0438\u043a\u0443\u043b', NULL, NULL),\n(31108, 'bg', 'db', 'Additional Price', '\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u0430 \u0446\u0435\u043d\u0430', NULL, NULL),\n(31109, 'bg', 'db', 'Variant', '\u0412\u0430\u0440\u0438\u0430\u043d\u0442', NULL, NULL),\n(31110, 'bg', 'db', 'Warehouse Quantity', '\u0421\u043a\u043b\u0430\u0434\u043e\u0432\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(31111, 'bg', 'db', 'Warehouse quantity of product variants', '\u0421\u043a\u043b\u0430\u0434\u043e\u0432\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0438 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(31112, 'bg', 'db', 'Thank you for shopping with us Please come again', '\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0432\u0438, \u0447\u0435 \u043f\u0430\u0437\u0430\u0440\u0443\u0432\u0430\u0442\u0435 \u043e\u0442 \u043d\u0430\u0441. \u041c\u043e\u043b\u044f, \u0437\u0430\u043f\u043e\u0432\u044f\u0434\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e', NULL, NULL),\n(31113, 'bg', 'db', 'Money Transfer', '\u041f\u0430\u0440\u0438\u0447\u0435\u043d \u043f\u0440\u0435\u0432\u043e\u0434', NULL, NULL),\n(31114, 'bg', 'db', 'Add Money Transfer', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u0438\u0447\u0435\u043d \u043f\u0440\u0435\u0432\u043e\u0434', NULL, NULL),\n(31115, 'bg', 'db', 'From Account', '\u041e\u0442 \u0430\u043a\u0430\u0443\u043d\u0442', NULL, NULL),\n(31116, 'bg', 'db', 'To Account', '\u041a\u044a\u043c \u0441\u043c\u0435\u0442\u043a\u0430', NULL, NULL),\n(31117, 'bg', 'db', 'Update Money Transfer', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u0438\u0447\u043d\u0438\u044f \u043f\u0440\u0435\u0432\u043e\u0434', NULL, NULL),\n(31118, 'bg', 'db', 'Stock Quantity', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(31119, 'bg', 'db', 'Stock Worth (Price\\\\\/Cost)', '\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0430\u043a\u0446\u0438\u0438\u0442\u0435 (\u0446\u0435\u043d\u0430\\\\\/\u0446\u0435\u043d\u0430)', NULL, NULL),\n(31120, 'bg', 'db', 'Number of Product', '\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(31121, 'bg', 'db', 'Add Cash Register', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u0430\u0441\u043e\u0432 \u0430\u043f\u0430\u0440\u0430\u0442', NULL, NULL),\n(31122, 'bg', 'db', 'Cash Register Details', '\u0414\u0430\u043d\u043d\u0438 \u0437\u0430 \u043a\u0430\u0441\u043e\u0432\u0438\u044f \u0430\u043f\u0430\u0440\u0430\u0442', NULL, NULL),\n(31123, 'bg', 'db', 'Please review the transaction and payments', '\u041c\u043e\u043b\u044f, \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0439\u0442\u0435 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0442\u0430 \u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f\u0442\u0430.', NULL, NULL),\n(31124, 'bg', 'db', 'Total Sale Amount', '\u041e\u0431\u0449\u0430 \u0441\u0443\u043c\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(31125, 'bg', 'db', 'Total Sale Return', '\u041e\u0431\u0449\u0430 \u0432\u044a\u0437\u0432\u0440\u044a\u0449\u0430\u0435\u043c\u043e\u0441\u0442 \u043e\u0442 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(31126, 'bg', 'db', 'Total Payment', '\u041e\u0431\u0449\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31127, 'bg', 'db', 'Cash Payment', '\u041f\u043b\u0430\u0449\u0430\u043d\u0435 \u0432 \u0431\u0440\u043e\u0439', NULL, NULL),\n(31128, 'bg', 'db', 'Credit Card Payment', '\u041f\u043b\u0430\u0449\u0430\u043d\u0435 \u0441 \u043a\u0440\u0435\u0434\u0438\u0442\u043d\u0430 \u043a\u0430\u0440\u0442\u0430', NULL, NULL),\n(31129, 'bg', 'db', 'Gift Card Payment', '\u041f\u043b\u0430\u0449\u0430\u043d\u0435 \u0441 \u043f\u043e\u0434\u0430\u0440\u044a\u0447\u043d\u0430 \u043a\u0430\u0440\u0442\u0430', NULL, NULL),\n(31130, 'bg', 'db', 'Cheque Payment', '\u041f\u043b\u0430\u0449\u0430\u043d\u0435 \u0441 \u0447\u0435\u043a', NULL, NULL),\n(31131, 'bg', 'db', 'Paypal Payment', '\u041f\u043b\u0430\u0449\u0430\u043d\u0435 \u0447\u0440\u0435\u0437 Paypal', NULL, NULL),\n(31132, 'bg', 'db', 'Total Expense', '\u041e\u0431\u0449\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438', NULL, NULL),\n(31133, 'bg', 'db', 'Total Cash', '\u041e\u0431\u0449\u043e \u043f\u0430\u0440\u0438 \u0432 \u0431\u0440\u043e\u0439', NULL, NULL),\n(31134, 'bg', 'db', 'Cash Register List', '\u0421\u043f\u0438\u0441\u044a\u043a \u043d\u0430 \u043a\u0430\u0441\u0430\u0442\u0430', NULL, NULL),\n(31135, 'bg', 'db', 'Closed', '\u0437\u0430\u0442\u0432\u043e\u0440\u0435\u043d', NULL, NULL),\n(31136, 'bg', 'db', 'Close Register', '\u0417\u0430\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u044a\u0440\u0430', NULL, NULL),\n(31137, 'bg', 'db', 'Opened at', '\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u043e \u0432', NULL, NULL),\n(31138, 'bg', 'db', 'Closed at', '\u0417\u0430\u0442\u0432\u043e\u0440\u0435\u043d\u043e \u0432', NULL, NULL),\n(31139, 'bg', 'db', 'Delivery Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430\u0442\u0430', NULL, NULL),\n(31140, 'bg', 'db', 'Print Last Reciept', '\u041f\u0435\u0447\u0430\u0442 \u043d\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0430\u0442\u0430 \u0440\u0430\u0437\u043f\u0438\u0441\u043a\u0430', NULL, NULL),\n(31141, 'bg', 'db', 'Today Sale', '\u0420\u0430\u0437\u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430 \u0434\u043d\u0435\u0441', NULL, NULL),\n(31142, 'bg', 'db', 'Today Profit', '\u041f\u0435\u0447\u0430\u043b\u0431\u0430 \u0434\u043d\u0435\u0441', NULL, NULL),\n(31143, 'bg', 'db', 'Product Revenue', '\u041f\u0440\u0438\u0445\u043e\u0434\u0438 \u043e\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438', NULL, NULL),\n(31144, 'bg', 'db', 'Full Screen', '\u0426\u044f\u043b \u0435\u043a\u0440\u0430\u043d', NULL, NULL),\n(31145, 'bg', 'db', 'Send Notification', '\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u0435', NULL, NULL),\n(31146, 'bg', 'db', 'Add Currency', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430', NULL, NULL),\n(31147, 'bg', 'db', 'Update Currency', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430', NULL, NULL),\n(31148, 'bg', 'db', 'Currency Name', '\u0418\u043c\u0435 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430', NULL, NULL),\n(31149, 'bg', 'db', 'Currency Code', '\u041a\u043e\u0434 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430', NULL, NULL),\n(31150, 'bg', 'db', 'Exchange Rate', '\u041e\u0431\u043c\u0435\u043d\u0435\u043d \u043a\u0443\u0440\u0441', NULL, NULL),\n(31151, 'bg', 'db', 'System Title', '\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430', NULL, NULL),\n(31152, 'bg', 'db', 'System Logo', '\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u043e \u043b\u043e\u0433\u043e', NULL, NULL),\n(31153, 'bg', 'db', 'This product has different price for different warehouse', '\u0422\u043e\u0437\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0438\u043c\u0430 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u0430 \u0446\u0435\u043d\u0430 \u0437\u0430 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u0438 \u0441\u043a\u043b\u0430\u0434\u043e\u0432\u0435', NULL, NULL),\n(31154, 'bg', 'db', 'Backup Database', '\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0431\u0430\u0437\u0430 \u0434\u0430\u043d\u043d\u0438', NULL, NULL),\n(31155, 'bg', 'db', 'Deposit Payment', '\u041f\u043b\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u0434\u0435\u043f\u043e\u0437\u0438\u0442', NULL, NULL),\n(31156, 'bg', 'db', 'Invoice Format', '\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430', NULL, NULL),\n(31157, 'bg', 'db', 'Transaction Reference', '\u0420\u0435\u0444\u0435\u0440\u0435\u043d\u0442\u0435\u043d \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f', NULL, NULL),\n(31158, 'bg', 'db', 'Batch No', '\u043f\u0430\u0440\u0442\u0438\u0434\u0435\u043d \u043d\u043e\u043c\u0435\u0440', NULL, NULL),\n(31159, 'bg', 'db', 'This product has batch and expired date', '\u0422\u043e\u0437\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0438\u043c\u0430 \u043f\u0430\u0440\u0442\u0438\u0434\u0430 \u0438 \u0441\u0440\u043e\u043a \u043d\u0430 \u0433\u043e\u0434\u043d\u043e\u0441\u0442', NULL, NULL),\n(31160, 'bg', 'db', 'Reward Point Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 \u043d\u0430\u0433\u0440\u0430\u0434\u043d\u0438 \u0442\u043e\u0447\u043a\u0438', NULL, NULL),\n(31161, 'bg', 'db', 'Sold amount per point', '\u041f\u0440\u043e\u0434\u0430\u0434\u0435\u043d\u0430 \u0441\u0443\u043c\u0430 \u043d\u0430 \u0442\u043e\u0447\u043a\u0430', NULL, NULL),\n(31162, 'bg', 'db', 'Minumum sold amount to get point', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0434\u0435\u043d\u0430 \u0441\u0443\u043c\u0430 \u0437\u0430 \u043f\u043e\u043b\u0443\u0447\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0442\u043e\u0447\u043a\u0430', NULL, NULL),\n(31163, 'bg', 'db', 'Point Expiry Duration', '\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442 \u043d\u0430 \u0438\u0437\u0442\u0438\u0447\u0430\u043d\u0435 \u043d\u0430 \u0442\u043e\u0447\u043a\u0430', NULL, NULL),\n(31164, 'bg', 'db', 'Duration Type', '\u0422\u0438\u043f \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442', NULL, NULL),\n(31165, 'bg', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', '\u0422\u043e\u0432\u0430 \u043e\u0437\u043d\u0430\u0447\u0430\u0432\u0430 \u043a\u043e\u043b\u043a\u043e \u0442\u043e\u0447\u043a\u0438 \u0449\u0435 \u043f\u043e\u043b\u0443\u0447\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u0441\u043f\u043e\u0440\u0435\u0434 \u043f\u0440\u043e\u0434\u0430\u0434\u0435\u043d\u0430\u0442\u0430 \u0441\u0443\u043c\u0430. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0430\u043a\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435 100, \u0442\u043e\u0433\u0430\u0432\u0430 \u0437\u0430 \u0432\u0441\u0435\u043a\u0438 \u043f\u043e\u0445\u0430\u0440\u0447\u0435\u043d\u0438 100 \u0434\u043e\u043b\u0430\u0440\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u0449\u0435 \u043f\u043e\u043b\u0443\u0447\u0438 \u0435\u0434\u043d\u0430 \u0442\u043e\u0447\u043a\u0430 \u043a\u0430\u0442\u043e \u043d\u0430\u0433\u0440\u0430\u0434\u0430.', NULL, NULL),\n(31166, 'bg', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', '\u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0430\u043a\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435 100, \u0442\u043e\u0433\u0430\u0432\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u044a\u0442 \u0449\u0435 \u043f\u043e\u043b\u0443\u0447\u0438 \u0442\u043e\u0447\u043a\u0430 \u0441\u0430\u043c\u043e \u0441\u043b\u0435\u0434 \u043a\u0430\u0442\u043e \u043f\u043e\u0445\u0430\u0440\u0447\u0438 100 \u0434\u043e\u043b\u0430\u0440\u0430 \u0438\u043b\u0438 \u043f\u043e\u0432\u0435\u0447\u0435.', NULL, NULL),\n(31167, 'bg', 'db', 'Active reward point', '\u0410\u043a\u0442\u0438\u0432\u043d\u0430 \u043d\u0430\u0433\u0440\u0430\u0434\u043d\u0430 \u0442\u043e\u0447\u043a\u0430', NULL, NULL),\n(31168, 'bg', 'db', 'Reward Points', '\u041d\u0430\u0433\u0440\u0430\u0434\u043d\u0438 \u0442\u043e\u0447\u043a\u0438', NULL, NULL),\n(31169, 'bg', 'db', 'One Point is Equivalent to =>', '\u0415\u0434\u043d\u0430 \u0442\u043e\u0447\u043a\u0430 \u0435 \u0435\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u043d\u0430 \u043d\u0430 =>', NULL, NULL),\n(31170, 'bg', 'db', 'This product has IMEI or Serial numbers', '\u0422\u043e\u0437\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0438\u043c\u0430 IMEI \u0438\u043b\u0438 \u0441\u0435\u0440\u0438\u0435\u043d \u043d\u043e\u043c\u0435\u0440', NULL, NULL),\n(31171, 'bg', 'db', 'IMEI or Serial Numbers', 'IMEI \u0438\u043b\u0438 \u0441\u0435\u0440\u0438\u0439\u043d\u0438 \u043d\u043e\u043c\u0435\u0440\u0430', NULL, NULL),\n(31172, 'bg', 'db', 'RTL Layout', 'RTL \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435', NULL, NULL),\n(31173, 'bg', 'db', 'Cheque', '\u0427\u0435\u043a', NULL, NULL),\n(31174, 'bg', 'db', 'Cash', '\u043f\u0430\u0440\u0438 \u0432 \u0431\u0440\u043e\u0439', NULL, NULL),\n(31175, 'bg', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(31176, 'bg', 'db', 'Points', '\u0422\u043e\u0447\u043a\u0438', NULL, NULL),\n(31177, 'bg', 'db', 'Cancel', '\u041e\u0442\u043a\u0430\u0437', NULL, NULL),\n(31178, 'bg', 'db', 'Recent Transaction', '\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f', NULL, NULL),\n(31179, 'bg', 'db', 'Discount Plan', '\u041f\u043b\u0430\u043d \u0437\u0430 \u043e\u0442\u0441\u0442\u044a\u043f\u043a\u0430', NULL, NULL),\n(31180, 'bg', 'db', 'Create Discount Plan', '\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043b\u0430\u043d \u0437\u0430 \u043e\u0442\u0441\u0442\u044a\u043f\u043a\u0430', NULL, NULL),\n(31181, 'bg', 'db', 'Inactive', '\u041d\u0435\u0430\u043a\u0442\u0438\u0432\u0435\u043d', NULL, NULL),\n(31182, 'bg', 'db', 'Create Discount', '\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043e\u0442\u0441\u0442\u044a\u043f\u043a\u0430', NULL, NULL),\n(31183, 'bg', 'db', 'Valid From', '\u0412\u0430\u043b\u0438\u0434\u0435\u043d \u043e\u0442', NULL, NULL),\n(31184, 'bg', 'db', 'Valid Till', '\u0412\u0430\u043b\u0438\u0434\u0435\u043d \u0434\u043e', NULL, NULL),\n(31185, 'bg', 'db', 'Discount Type', '\u0422\u0438\u043f \u043e\u0442\u0441\u0442\u044a\u043f\u043a\u0430', NULL, NULL),\n(31186, 'bg', 'db', 'Value', '\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442', NULL, NULL),\n(31187, 'bg', 'db', 'Minimum Qty', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(31188, 'bg', 'db', 'Maximum Qty', '\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u043d\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(31189, 'bg', 'db', 'Type product code seperated by comma', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043e\u0434\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430, \u043e\u0442\u0434\u0435\u043b\u0435\u043d \u0441\u044a\u0441 \u0437\u0430\u043f\u0435\u0442\u0430\u044f', NULL, NULL),\n(31190, 'bg', 'db', 'Applicable For', '\u041f\u0440\u0438\u043b\u043e\u0436\u0438\u043c\u043e \u0437\u0430', NULL, NULL),\n(31191, 'bg', 'db', 'All Products', '\u0412\u0441\u0438\u0447\u043a\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438', NULL, NULL),\n(31192, 'bg', 'db', 'Specific Products', '\u0421\u043f\u0435\u0446\u0438\u0444\u0438\u0447\u043d\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438', NULL, NULL),\n(31193, 'bg', 'db', 'Valid on the following days', '\u0412\u0430\u043b\u0438\u0434\u043d\u043e \u043f\u0440\u0435\u0437 \u0441\u043b\u0435\u0434\u0432\u0430\u0449\u0438\u0442\u0435 \u0434\u043d\u0438', NULL, NULL),\n(31194, 'bg', 'db', 'Validity', '\u0412\u0430\u043b\u0438\u0434\u043d\u043e\u0441\u0442', NULL, NULL),\n(31195, 'bg', 'db', 'Days', '\u0414\u043d\u0438', NULL, NULL),\n(31196, 'bg', 'db', 'Products', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u0438', NULL, NULL),\n(31197, 'bg', 'db', 'Update Discount Plan', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043b\u0430\u043d \u0437\u0430 \u043e\u0442\u0441\u0442\u044a\u043f\u043a\u0430', NULL, NULL),\n(31198, 'bg', 'db', 'Update Discount', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043e\u0442\u0441\u0442\u044a\u043f\u043a\u0430\u0442\u0430', NULL, NULL),\n(31199, 'bg', 'db', 'Order Discount Type', '\u0422\u0438\u043f \u043e\u0442\u0441\u0442\u044a\u043f\u043a\u0430 \u0437\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430', NULL, NULL),\n(31200, 'bg', 'db', 'Order Discount Value', '\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u043e\u0442\u0441\u0442\u044a\u043f\u043a\u0430\u0442\u0430 \u0437\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430', NULL, NULL),\n(31201, 'bg', 'db', 'Flat', '\u043f\u043b\u043e\u0441\u044a\u043a', NULL, NULL),\n(31202, 'bg', 'db', 'Revenue and Profit Summary', '\u0420\u0435\u0437\u044e\u043c\u0435 \u043d\u0430 \u043f\u0440\u0438\u0445\u043e\u0434\u0438\u0442\u0435 \u0438 \u043f\u0435\u0447\u0430\u043b\u0431\u0430\u0442\u0430', NULL, NULL),\n(31203, 'bg', 'db', 'Monthly Summary', '\u041c\u0435\u0441\u0435\u0447\u043d\u043e \u0440\u0435\u0437\u044e\u043c\u0435', NULL, NULL),\n(31204, 'bg', 'db', 'Switch Theme', '\u041f\u0440\u0435\u0432\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0442\u0435\u043c\u0430', NULL, NULL),\n(31205, 'bg', 'db', 'Documentation', '\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f', NULL, NULL),\n(31206, 'bg', 'db', 'Product Expiry Report', '\u041e\u0442\u0447\u0435\u0442 \u0437\u0430 \u0438\u0437\u0442\u0438\u0447\u0430\u043d\u0435 \u043d\u0430 \u0441\u0440\u043e\u043a\u0430 \u043d\u0430 \u0433\u043e\u0434\u043d\u043e\u0441\u0442 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(31207, 'bg', 'db', 'Sale Return List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0437\u0430 \u0432\u0440\u044a\u0449\u0430\u043d\u0435 \u043e\u0442 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(31208, 'bg', 'db', 'Purchase Return List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0437\u0430 \u0432\u0440\u044a\u0449\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(31209, 'bg', 'db', 'Purchase Return Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0432\u0440\u044a\u0449\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(31210, 'bg', 'db', 'Purchase Payment', '\u041f\u043b\u0430\u0449\u0430\u043d\u0435 \u043f\u0440\u0438 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(31211, 'bg', 'db', 'Sale Payment', '\u041f\u043b\u0430\u0449\u0430\u043d\u0435 \u043f\u0440\u0438 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(31212, 'bg', 'db', 'Sale Report Chart', '\u0414\u0438\u0430\u0433\u0440\u0430\u043c\u0430 \u043d\u0430 \u043e\u0442\u0447\u0435\u0442\u0430 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(31213, 'bg', 'db', 'Time Period', '\u041f\u0435\u0440\u0438\u043e\u0434 \u043e\u0442 \u0432\u0440\u0435\u043c\u0435', NULL, NULL),\n(31214, 'bg', 'db', 'Notification List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044f', NULL, NULL),\n(31215, 'bg', 'db', 'Document', '\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442', NULL, NULL),\n(31216, 'bg', 'db', 'All Notification', '\u0412\u0441\u0438\u0447\u043a\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044f', NULL, NULL),\n(31217, 'bg', 'db', 'Read', '\u041f\u0440\u043e\u0447\u0435\u0442\u0435\u0442\u0435', NULL, NULL),\n(31218, 'bg', 'db', 'Unread', '\u041d\u0435\u043f\u0440\u043e\u0447\u0435\u0442\u0435\u043d\u043e', NULL, NULL),\n(31219, 'bg', 'db', 'Daily Sale Objective', '\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u0430 \u0446\u0435\u043b \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(31220, 'bg', 'db', 'Product Info', '\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(31221, 'bg', 'db', 'Number of Products', '\u0411\u0440\u043e\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438', NULL, NULL),\n(31222, 'bg', 'db', 'Daily Sale Objective Report', '\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u0435\u043d \u0434\u043e\u043a\u043b\u0430\u0434 \u0437\u0430 \u0446\u0435\u043b\u0438\u0442\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438\u0442\u0435', NULL, NULL),\n(31223, 'bg', 'db', 'Embedded Barcode', '\u0412\u0433\u0440\u0430\u0434\u0435\u043d \u0431\u0430\u0440\u043a\u043e\u0434', NULL, NULL),\n(31224, 'bg', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e, \u043a\u043e\u0435\u0442\u043e \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043f\u0440\u043e\u0434\u0430\u0434\u0435\u043d\u043e \u0437\u0430 \u0435\u0434\u0438\u043d \u0434\u0435\u043d. \u0410\u043a\u043e \u043d\u0435, \u0449\u0435 \u0431\u044a\u0434\u0435\u0442\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u0435\u043d\u0438 \u043d\u0430 \u0442\u0430\u0431\u043b\u043e\u0442\u043e \u0437\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435. \u041d\u043e \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u0430 \u043d\u0430 cron \u043f\u0440\u0430\u0432\u0438\u043b\u043d\u043e \u0437\u0430 \u0442\u043e\u0432\u0430. \u0421\u043b\u0435\u0434\u0432\u0430\u0439\u0442\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u0442\u0430 \u0432 \u0442\u043e\u0432\u0430 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435.', NULL, NULL),\n(31225, 'bg', 'db', 'Deposited Balance', '\u0414\u0435\u043f\u043e\u0437\u0438\u0440\u0430\u043d \u0431\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(31226, 'bg', 'db', 'Total Due', '\u041e\u0431\u0449\u043e \u0434\u044a\u043b\u0436\u0438\u043c\u043e', NULL, NULL),\n(31227, 'bg', 'db', 'Clear Due', '\u0418\u0437\u0447\u0438\u0441\u0442\u0435\u043d\u043e \u0434\u044a\u043b\u0436\u0438\u043c\u043e', NULL, NULL),\n(31228, 'bg', 'db', 'Both Customer and Supplier', '\u041a\u043b\u0438\u0435\u043d\u0442 \u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a', NULL, NULL),\n(31229, 'bg', 'db', 'Check this if this product will be used in weight scale machine', '\u041f\u0440\u043e\u0432\u0435\u0440\u0435\u0442\u0435 \u0442\u043e\u0432\u0430, \u0430\u043a\u043e \u0442\u043e\u0437\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0449\u0435 \u0441\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u0432 \u043a\u0430\u043d\u0442\u0430\u0440\u043d\u0430 \u043c\u0430\u0448\u0438\u043d\u0430.', NULL, NULL),\n(31230, 'bg', 'db', 'Add More Variant', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043e\u0449\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442', NULL, NULL),\n(31231, 'bg', 'db', 'Additional Cost', '\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438', NULL, NULL),\n(31232, 'bg', 'db', 'Product Variant Information', '\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(31233, 'bg', 'db', 'Product History', '\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(31234, 'bg', 'db', 'Delivery Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(31235, 'bg', 'db', 'Supplier Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a\u0430', NULL, NULL),\n(31236, 'bg', 'db', 'Customer Due Report', '\u0414\u043e\u043a\u043b\u0430\u0434 \u0437\u0430 \u0434\u044a\u043b\u0436\u0438\u043c\u043e\u0442\u043e \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(31237, 'bg', 'db', 'Supplier Due Report', '\u0414\u043e\u043a\u043b\u0430\u0434 \u0437\u0430 \u0434\u044a\u043b\u0436\u0438\u043c\u0438\u044f \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a', NULL, NULL),\n(31238, 'bg', 'db', 'Returned Amount', '\u0412\u044a\u0440\u043d\u0430\u0442\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(31239, 'bg', 'db', 'Related Transaction', '\u0421\u0432\u044a\u0440\u0437\u0430\u043d\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f', NULL, NULL),\n(31240, 'bg', 'db', 'Tenant Name', '\u0418\u043c\u0435 \u043d\u0430 \u043d\u0430\u0435\u043c\u0430\u0442\u0435\u043b', NULL, NULL),\n(31241, 'bg', 'db', 'Domain Prefix', '\u041f\u0440\u0435\u0444\u0438\u043a\u0441 \u043d\u0430 \u0434\u043e\u043c\u0435\u0439\u043d', NULL, NULL),\n(31242, 'bg', 'db', 'Created At', '\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u043d\u0430', NULL, NULL),\n(31243, 'bg', 'db', 'Client List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u043a\u043b\u0438\u0435\u043d\u0442\u0438', NULL, NULL),\n(31244, 'bg', 'db', 'Add Client', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442', NULL, NULL),\n(31245, 'bg', 'db', 'Invoice Size', '\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430', NULL, NULL),\n(31246, 'bg', 'db', 'A4', '\u04104', NULL, NULL),\n(31247, 'bg', 'db', 'Thermal POS receipt', '\u0422\u0435\u0440\u043c\u043e POS \u0440\u0430\u0437\u043f\u0438\u0441\u043a\u0430', NULL, NULL),\n(31248, 'bg', 'db', 'Total Before Tax', '\u041e\u0431\u0449\u043e \u043f\u0440\u0435\u0434\u0438 \u0434\u0430\u043d\u044a\u0446\u0438', NULL, NULL),\n(31249, 'bg', 'db', 'Digits after deciaml point', '\u0426\u0438\u0444\u0440\u0438 \u0441\u043b\u0435\u0434 \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043d\u0430 \u0442\u043e\u0447\u043a\u0430', NULL, NULL),\n(31250, 'bg', 'db', 'Subscription Ends at', '\u0410\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442\u044a\u0442 \u0438\u0437\u0442\u0438\u0447\u0430 \u043d\u0430', NULL, NULL),\n(31251, 'bg', 'db', 'Customer Group Report', '\u041e\u0442\u0447\u0435\u0442 \u0437\u0430 \u0433\u0440\u0443\u043f\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438', NULL, NULL),\n(31252, 'bg', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', '\u0410\u043a\u043e \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u043f\u0440\u043e\u0434\u0430\u0434\u0435\u0442\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0441\u0438 \u043d\u0430 \u0446\u0435\u043d\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435, \u0442\u043e\u0433\u0430\u0432\u0430 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u043d\u0430\u0442\u0430 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0435 \u043d\u0443\u043b\u0430.', NULL, NULL),\n(31253, 'bg', 'db', 'If this is your default currency, the exchange rate must be 1', '\u0410\u043a\u043e \u0442\u043e\u0432\u0430 \u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u0432\u0430\u043b\u0443\u0442\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435, \u043e\u0431\u043c\u0435\u043d\u043d\u0438\u044f\u0442 \u043a\u0443\u0440\u0441 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0435 1.', NULL, NULL),\n(31254, 'bg', 'db', 'Add Purchase Return', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0432\u0440\u044a\u0449\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(31255, 'bg', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', '\u0421\u0430\u043c\u043e \u0432\u0430\u043b\u0443\u0442\u0430\u0442\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0438\u043c\u0430 1 \u043a\u0430\u0442\u043e \u043e\u0431\u043c\u0435\u043d\u0435\u043d \u043a\u0443\u0440\u0441. \u041c\u043e\u043b\u044f, \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u0442\u0435 \u043e\u0431\u043c\u0435\u043d\u043d\u0438\u044f \u043a\u0443\u0440\u0441 \u043d\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0432\u0430\u043b\u0443\u0442\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31256, 'bg', 'db', 'Click to Add', '\u0429\u0440\u0430\u043a\u043d\u0435\u0442\u0435 \u0437\u0430 \u0434\u043e\u0431\u0430\u0432\u044f\u043d\u0435', NULL, NULL),\n(31257, 'bg', 'db', 'Free Trial Limit', '\u0411\u0435\u0437\u043f\u043b\u0430\u0442\u0435\u043d \u043f\u0440\u043e\u0431\u0435\u043d \u043b\u0438\u043c\u0438\u0442', NULL, NULL),\n(31259, 'bg', 'db', 'Renew Subscription', '\u041f\u043e\u0434\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442\u0430', NULL, NULL),\n(31260, 'bg', 'db', 'Update Client DB', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0430 \u0431\u0430\u0437\u0430 \u0434\u0430\u043d\u043d\u0438', NULL, NULL),\n(31261, 'bg', 'db', 'Client', '\u043a\u043b\u0438\u0435\u043d\u0442', NULL, NULL),\n(31262, 'bg', 'db', 'Domain', '\u0434\u043e\u043c\u0435\u0439\u043d', NULL, NULL),\n(31263, 'bg', 'db', 'Package', '\u041f\u0430\u043a\u0435\u0442', NULL, NULL),\n(31264, 'bg', 'db', 'Package List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u043f\u0430\u043a\u0435\u0442\u0438', NULL, NULL),\n(31265, 'bg', 'db', 'Add Package', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0430\u043a\u0435\u0442', NULL, NULL),\n(31266, 'bg', 'db', 'Update Package', '\u041f\u0430\u043a\u0435\u0442 \u0437\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f', NULL, NULL),\n(31267, 'bg', 'db', 'Free Trial', '\u0411\u0435\u0437\u043f\u043b\u0430\u0442\u0435\u043d \u043f\u0440\u043e\u0431\u0435\u043d \u043f\u0435\u0440\u0438\u043e\u0434', NULL, NULL),\n(31268, 'bg', 'db', 'Monthly Fee', '\u041c\u0435\u0441\u0435\u0447\u043d\u0430 \u0442\u0430\u043a\u0441\u0430', NULL, NULL),\n(31269, 'bg', 'db', 'Yearly Fee', '\u0413\u043e\u0434\u0438\u0448\u043d\u0430 \u0442\u0430\u043a\u0441\u0430', NULL, NULL),\n(31270, 'bg', 'db', 'Number of Warehouses', '\u0411\u0440\u043e\u0439 \u0441\u043a\u043b\u0430\u0434\u043e\u0432\u0435', NULL, NULL),\n(31271, 'bg', 'db', 'Number of Invoices', '\u0411\u0440\u043e\u0439 \u0444\u0430\u043a\u0442\u0443\u0440\u0438', NULL, NULL),\n(31272, 'bg', 'db', 'Number of User Account', '\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u0430\u043a\u0430\u0443\u043d\u0442', NULL, NULL),\n(31273, 'bg', 'db', 'Number of Employees', '\u0411\u0440\u043e\u0439 \u0441\u043b\u0443\u0436\u0438\u0442\u0435\u043b\u0438', NULL, NULL),\n(31274, 'bg', 'db', 'Infinity', '\u0431\u0435\u0437\u043a\u0440\u0430\u0439\u043d\u043e\u0441\u0442', NULL, NULL),\n(31275, 'bg', 'db', 'Features', '\u0425\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438', NULL, NULL),\n(31276, 'bg', 'db', 'Unlimited', '\u041d\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d', NULL, NULL),\n(31277, 'bg', 'db', 'Package Name', '\u0418\u043c\u0435 \u043d\u0430 \u043f\u0430\u043a\u0435\u0442\u0430', NULL, NULL),\n(31278, 'bg', 'db', 'Change Package', '\u041f\u0440\u043e\u043c\u044f\u043d\u0430 \u043d\u0430 \u043f\u0430\u043a\u0435\u0442\u0430', NULL, NULL),\n(31279, 'bg', 'db', 'Active Payment Gateway', '\u0410\u043a\u0442\u0438\u0432\u0435\u043d \u0448\u043b\u044e\u0437 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31280, 'bg', 'db', 'No Payment Gateway', '\u041d\u044f\u043c\u0430 \u0448\u043b\u044e\u0437 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31281, 'bg', 'db', 'Payment Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31282, 'bg', 'db', 'Subscription Type', '\u0422\u0438\u043f \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442', NULL, NULL),\n(31283, 'bg', 'db', 'Update SuperAdmin DB', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 SuperAdmin DB', NULL, NULL),\n(31284, 'bg', 'db', 'Payments', '\u041f\u043b\u0430\u0449\u0430\u043d\u0438\u044f', NULL, NULL),\n(31285, 'bg', 'db', 'CMS', 'CMS', NULL, NULL),\n(31286, 'bg', 'db', 'Support Tickets', '\u0411\u0438\u043b\u0435\u0442\u0438 \u0437\u0430 \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430', NULL, NULL),\n(31287, 'bg', 'db', 'Testimonials', '\u041f\u0440\u0435\u043f\u043e\u0440\u044a\u043a\u0438', NULL, NULL),\n(31288, 'bg', 'db', 'Blog', '\u0431\u043b\u043e\u0433', NULL, NULL),\n(31289, 'bg', 'db', 'Page', '\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(31290, 'bg', 'db', 'All Blog Posts', '\u0412\u0441\u0438\u0447\u043a\u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0432 \u0431\u043b\u043e\u0433\u043e\u0432\u0435', NULL, NULL),\n(31291, 'bg', 'db', 'All Pages', '\u0412\u0441\u0438\u0447\u043a\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0438', NULL, NULL),\n(31292, 'bg', 'db', 'Subscription value', '\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442\u0430', NULL, NULL),\n(31293, 'bg', 'db', 'Total Clients', '\u041e\u0431\u0449\u043e \u043a\u043b\u0438\u0435\u043d\u0442\u0438', NULL, NULL),\n(31294, 'bg', 'db', 'Packages', '\u041f\u0430\u043a\u0435\u0442\u0438', NULL, NULL),\n(31295, 'bg', 'db', 'Send message to tenants', '\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u0442\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0434\u043e \u043d\u0430\u0435\u043c\u0430\u0442\u0435\u043b\u0438\u0442\u0435', NULL, NULL),\n(31296, 'bg', 'db', 'SEO Setting', 'SEO \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430', NULL, NULL),\n(31297, 'bg', 'db', 'Meta Title', '\u041c\u0435\u0442\u0430 \u0437\u0430\u0433\u043b\u0430\u0432\u0438\u0435', NULL, NULL),\n(31298, 'bg', 'db', '50-60 characters', '50-60 \u0437\u043d\u0430\u043a\u0430', NULL, NULL),\n(31299, 'bg', 'db', 'Meta Description', '\u041c\u0435\u0442\u0430 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435', NULL, NULL),\n(31300, 'bg', 'db', '150-160 characters', '150-160 \u0437\u043d\u0430\u043a\u0430', NULL, NULL),\n(31301, 'bg', 'db', 'og Title', 'og \u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435', NULL, NULL),\n(31302, 'bg', 'db', 'og Description', 'og \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435', NULL, NULL),\n(31303, 'bg', 'db', 'og Image', 'og \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(31304, 'bg', 'db', 'Analytics Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0437\u0430 \u0430\u043d\u0430\u043b\u0438\u0437', NULL, NULL),\n(31305, 'bg', 'db', 'Google Analytics Script', '\u0421\u043a\u0440\u0438\u043f\u0442 \u043d\u0430 Google \u0410\u043d\u0430\u043b\u0438\u0437', NULL, NULL),\n(31306, 'bg', 'db', 'Facebook Pixel Script', '\u0424\u0435\u0439\u0441\u0431\u0443\u043a \u043f\u0438\u043a\u0441\u0435\u043b\u0435\u043d \u0441\u043a\u0440\u0438\u043f\u0442', NULL, NULL),\n(31307, 'bg', 'db', 'Chat Script', '\u0421\u043a\u0440\u0438\u043f\u0442 \u0437\u0430 \u0447\u0430\u0442', NULL, NULL),\n(31308, 'bg', 'db', 'Hero Section', '\u0413\u0435\u0440\u043e\u0435\u043d \u0440\u0430\u0437\u0434\u0435\u043b', NULL, NULL),\n(31309, 'bg', 'db', 'Heading', '\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435', NULL, NULL),\n(31310, 'bg', 'db', 'Sub Heading', '\u041f\u043e\u0434\u0437\u0430\u0433\u043b\u0430\u0432\u0438\u0435', NULL, NULL),\n(31311, 'bg', 'db', 'Hero Image', '\u0413\u0435\u0440\u043e\u0435\u043d \u043e\u0431\u0440\u0430\u0437', NULL, NULL),\n(31312, 'bg', 'db', 'Save', '\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435', NULL, NULL),\n(31313, 'bg', 'db', 'Module Section', '\u041c\u043e\u0434\u0443\u043b\u0435\u043d \u0440\u0430\u0437\u0434\u0435\u043b', NULL, NULL),\n(31314, 'bg', 'db', 'Click to choose icon', '\u0429\u0440\u0430\u043a\u043d\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0438\u043a\u043e\u043d\u0430', NULL, NULL),\n(31316, 'bg', 'db', 'Add More', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043e\u0449\u0435', NULL, NULL),\n(31317, 'bg', 'db', 'Icon', '\u0438\u043a\u043e\u043d\u0430', NULL, NULL),\n(31318, 'bg', 'db', 'Feature Section', '\u0420\u0430\u0437\u0434\u0435\u043b \u0441 \u0444\u0443\u043d\u043a\u0446\u0438\u0438', NULL, NULL),\n(31319, 'bg', 'db', 'FAQ Section', '\u0421\u0435\u043a\u0446\u0438\u044f \u0441 \u0427\u0417\u0412', NULL, NULL),\n(31320, 'bg', 'db', 'Question', '\u0412\u044a\u043f\u0440\u043e\u0441', NULL, NULL),\n(31321, 'bg', 'db', 'Answer', '\u041e\u0442\u0433\u043e\u0432\u043e\u0440', NULL, NULL),\n(31322, 'bg', 'db', 'Update FAQ', '\u0427\u0435\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u043d\u0438 \u0432\u044a\u043f\u0440\u043e\u0441\u0438 \u0437\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f', NULL, NULL),\n(31323, 'bg', 'db', 'Update Module', '\u041c\u043e\u0434\u0443\u043b \u0437\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f', NULL, NULL),\n(31324, 'bg', 'db', 'Update Feature', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f', NULL, NULL),\n(31325, 'bg', 'db', 'Testimonial Section', '\u0421\u0435\u043a\u0446\u0438\u044f \u0437\u0430 \u043f\u0440\u0435\u043f\u043e\u0440\u044a\u043a\u0438', NULL, NULL),\n(31326, 'bg', 'db', 'Blog Section', '\u0411\u043b\u043e\u0433 \u0440\u0430\u0437\u0434\u0435\u043b', NULL, NULL),\n(31327, 'bg', 'db', 'Page Section', '\u0421\u0435\u043a\u0446\u0438\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430', NULL, NULL),\n(31328, 'bg', 'db', 'Social Section', '\u0421\u043e\u0446\u0438\u0430\u043b\u043d\u0430 \u0441\u0435\u043a\u0446\u0438\u044f', NULL, NULL),\n(31329, 'bg', 'db', 'Business Name', '\u0418\u043c\u0435 \u043d\u0430 \u0444\u0438\u0440\u043c\u0430', NULL, NULL),\n(31330, 'bg', 'db', 'Text', '\u0422\u0435\u043a\u0441\u0442', NULL, NULL),\n(31331, 'bg', 'db', 'Update Testimonial', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0435\u043f\u043e\u0440\u044a\u043a\u0438\u0442\u0435', NULL, NULL),\n(31332, 'bg', 'db', 'Add Post', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044f', NULL, NULL),\n(31333, 'bg', 'db', 'Blog Title', '\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0431\u043b\u043e\u0433\u0430', NULL, NULL),\n(31334, 'bg', 'db', 'Page Title', '\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(31336, 'bg', 'db', 'Update Blog', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0431\u043b\u043e\u0433\u0430', NULL, NULL),\n(31337, 'bg', 'db', 'Update Page', '\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0437\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31338, 'bg', 'db', 'Open Graph Title', '\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0430 \u0433\u0440\u0430\u0444\u0438\u043a\u0430', NULL, NULL),\n(31339, 'bg', 'db', 'Open Graph Description', '\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043d\u0430 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0430 \u0433\u0440\u0430\u0444\u0438\u043a\u0430', NULL, NULL),\n(31341, 'bg', 'db', 'Link', '\u0412\u0440\u044a\u0437\u043a\u0430', NULL, NULL),\n(31342, 'bg', 'db', 'Update Social', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u043e\u0446\u0438\u0430\u043b\u043d\u0438\u0442\u0435 \u043c\u0440\u0435\u0436\u0438', NULL, NULL),\n(31343, 'bg', 'db', 'All Blogs', '\u0412\u0441\u0438\u0447\u043a\u0438 \u0431\u043b\u043e\u0433\u043e\u0432\u0435', NULL, NULL),\n(31344, 'bg', 'db', 'Add Page', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(31345, 'bg', 'db', 'Field Belongs To', '\u041f\u043e\u043b\u0435\u0442\u043e \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0438 \u043d\u0430', NULL, NULL),\n(31346, 'bg', 'db', 'Field Name', '\u0418\u043c\u0435 \u043d\u0430 \u043f\u043e\u043b\u0435', NULL, NULL),\n(31347, 'bg', 'db', 'Field Type', '\u0422\u0438\u043f \u043f\u043e\u043b\u0435', NULL, NULL),\n(31348, 'bg', 'db', 'Default Value', '\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31349, 'bg', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', '\u0420\u0435\u0448\u0435\u0442\u043a\u0430 (Eq. 12 \u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u0430 Bootstrap) \u2013 \u041c\u0430\u043a\u0441. \u0435 12', NULL, NULL),\n(31350, 'bg', 'db', 'Required', '\u0417\u0430\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u043e', NULL, NULL),\n(31351, 'bg', 'db', 'Admin Only', '\u0421\u0430\u043c\u043e \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440', NULL, NULL),\n(31352, 'bg', 'db', 'Disabled', '\u0441 \u0443\u0432\u0440\u0435\u0436\u0434\u0430\u043d\u0438\u044f', NULL, NULL),\n(31353, 'bg', 'db', 'Visibility', '\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442', NULL, NULL),\n(31354, 'bg', 'db', 'Show on Table', '\u041f\u043e\u043a\u0430\u0436\u0438 \u043d\u0430 \u043c\u0430\u0441\u0430\u0442\u0430', NULL, NULL),\n(31355, 'bg', 'db', 'Show on Invoice', '\u041f\u043e\u043a\u0430\u0436\u0438 \u0432\u044a\u0432 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430', NULL, NULL),\n(31356, 'bg', 'db', 'Nothing Selected', '\u041d\u0438\u0449\u043e \u043d\u0435 \u0435 \u0438\u0437\u0431\u0440\u0430\u043d\u043e', NULL, NULL),\n(31357, 'bg', 'db', 'Custom Field', '\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043f\u043e\u043b\u0435', NULL, NULL),\n(31358, 'bg', 'db', 'Custom Field List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u043f\u043e\u043b\u0435\u0442\u0430', NULL, NULL),\n(31359, 'bg', 'db', 'Create Custom Field', '\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u043f\u043e\u043b\u0435', NULL, NULL),\n(31360, 'bg', 'db', 'Options', '\u041e\u043f\u0446\u0438\u0438', NULL, NULL),\n(31361, 'bg', 'db', 'Update Custom Field', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u043f\u043e\u043b\u0435', NULL, NULL),\n(31362, 'bg', 'db', 'Total Price', '\u041e\u0431\u0449\u0430 \u0446\u0435\u043d\u0430', NULL, NULL),\n(31363, 'bg', 'db', 'Reminder Date', '\u0414\u0430\u0442\u0430 \u0437\u0430 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435', NULL, NULL),\n(31364, 'bg', 'db', 'Total Cost', '\u041e\u0431\u0449\u0430 \u0446\u0435\u043d\u0430', NULL, NULL),\n(31365, 'bg', 'db', 'Mail Driver', '\u041f\u043e\u0449\u0435\u043d\u0441\u043a\u0438 \u0434\u0440\u0430\u0439\u0432\u0435\u0440', NULL, NULL),\n(31366, 'bg', 'db', 'Update existing clients who are using this package', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430\u0449\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0438, \u043a\u043e\u0438\u0442\u043e \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0442 \u0442\u043e\u0437\u0438 \u043f\u0430\u043a\u0435\u0442', NULL, NULL),\n(31367, 'bg', 'db', 'ZATCA QrCode', 'ZATCA QrCode', NULL, NULL),\n(31368, 'bg', 'db', 'VAT Registration Number', '\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u0435\u043d \u043d\u043e\u043c\u0435\u0440 \u043f\u043e \u0414\u0414\u0421', NULL, NULL),\n(31369, 'bg', 'db', 'Button Text', '\u0422\u0435\u043a\u0441\u0442 \u043d\u0430 \u0431\u0443\u0442\u043e\u043d\u0430', NULL, NULL),\n(31370, 'bg', 'db', 'Modules', '\u041c\u043e\u0434\u0443\u043b\u0438', NULL, NULL),\n(31371, 'bg', 'db', 'Add Module', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043c\u043e\u0434\u0443\u043b', NULL, NULL),\n(31372, 'bg', 'db', 'Add Faq', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0427\u0417\u0412', NULL, NULL),\n(31373, 'bg', 'db', 'Tenant Signup Description', '\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0437\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u0430 \u043d\u0430\u0435\u043c\u0430\u0442\u0435\u043b', NULL, NULL),\n(31374, 'bg', 'db', 'Add Language', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0435\u0437\u0438\u043a', NULL, NULL),\n(31375, 'bg', 'db', 'Update Language', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0435\u0437\u0438\u043a\u0430', NULL, NULL),\n(31376, 'bg', 'db', 'Number of Person', '\u0411\u0440\u043e\u0439 \u043d\u0430 \u0447\u043e\u0432\u0435\u043a', NULL, NULL),\n(31377, 'bg', 'db', 'Add Table', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u0430', NULL, NULL),\n(31378, 'bg', 'db', 'Update Table', '\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0437\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31379, 'bg', 'db', 'Tables', '\u041c\u0430\u0441\u0438', NULL, NULL),\n(31380, 'bg', 'db', 'Table', '\u0422\u0430\u0431\u043b\u0438\u0446\u0430', NULL, NULL),\n(31381, 'bg', 'db', 'Table Management', '\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u0438', NULL, NULL),\n(31382, 'bg', 'db', 'Initial Stock', '\u041f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u043d\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442', NULL, NULL),\n(31383, 'bg', 'db', 'This feature will not work for product with variants and batches', '\u0422\u0430\u0437\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u043d\u044f\u043c\u0430 \u0434\u0430 \u0440\u0430\u0431\u043e\u0442\u0438 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0441 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0438 \u0438 \u043f\u0430\u0440\u0442\u0438\u0434\u0438', NULL, NULL),\n(31384, 'bg', 'db', 'Queue', '\u041e\u043f\u0430\u0448\u043a\u0430', NULL, NULL),\n(31385, 'bg', 'db', 'Addons', '\u0414\u043e\u0431\u0430\u0432\u043a\u0438', NULL, NULL),\n(31386, 'bg', 'db', 'Addon List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u0434\u043e\u0431\u0430\u0432\u043a\u0438', NULL, NULL),\n(31387, 'bg', 'db', 'Sync Product Categories', '\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0438 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438', NULL, NULL),\n(31388, 'bg', 'db', 'Sync', '\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31389, 'bg', 'db', 'Sync Log', '\u0414\u043d\u0435\u0432\u043d\u0438\u043a \u0437\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31390, 'bg', 'db', 'Reset Synced Category', '\u041d\u0443\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0430\u0442\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(31391, 'bg', 'db', 'Sync Products', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 \u0437\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31392, 'bg', 'db', 'Reset Synced Product', '\u041d\u0443\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0438\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(31393, 'bg', 'db', 'Tax Rates Mapping', '\u041a\u0430\u0440\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0438 \u0441\u0442\u0430\u0432\u043a\u0438', NULL, NULL),\n(31394, 'bg', 'db', 'POS Tax Rate', '\u0414\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043d\u0430 POS', NULL, NULL),\n(31395, 'bg', 'db', 'Equivalent WooCommerce Tax Rate', '\u0415\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u043d\u0430 \u0434\u0430\u043d\u044a\u0447\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043d\u0430 WooCommerce', NULL, NULL),\n(31396, 'bg', 'db', 'Sync Orders(New Order Only)', '\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0438 (\u0441\u0430\u043c\u043e \u043d\u043e\u0432\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430)', NULL, NULL),\n(31397, 'bg', 'db', 'Sync Type', '\u0422\u0438\u043f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f', NULL, NULL),\n(31398, 'bg', 'db', 'Operation', '\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u044f', NULL, NULL),\n(31399, 'bg', 'db', 'Records', '\u0437\u0430\u043f\u0438\u0441\u0438', NULL, NULL),\n(31400, 'bg', 'db', 'Synced By', '\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043e\u0442', NULL, NULL),\n(31401, 'bg', 'db', 'Instructions', '\u0418\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438', NULL, NULL),\n(31402, 'bg', 'db', 'API Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 API', NULL, NULL),\n(31403, 'bg', 'db', 'Product Sync Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0437\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(31404, 'bg', 'db', 'Order Sync Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0437\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0438', NULL, NULL),\n(31405, 'bg', 'db', 'Webhook Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0443\u0435\u0431\u043a\u0443\u043a\u0438\u0447\u043a\u0430\u0442\u0430', NULL, NULL),\n(31406, 'bg', 'db', 'WooCommerce App URL', 'URL \u0430\u0434\u0440\u0435\u0441 \u043d\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e WooCommerce', NULL, NULL),\n(31407, 'bg', 'db', 'WooCommerce Consumer Key', '\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u043a\u043b\u044e\u0447 \u043d\u0430 WooCommerce', NULL, NULL),\n(31408, 'bg', 'db', 'WooCommerce Consumer Secret', '\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0430 \u0442\u0430\u0439\u043d\u0430 \u043d\u0430 WooCommerce', NULL, NULL),\n(31409, 'bg', 'db', 'WooCommerce Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 WooCommerce', NULL, NULL),\n(31410, 'bg', 'db', 'Default Tax Class', '\u0414\u0430\u043d\u044a\u0447\u0435\u043d \u043a\u043b\u0430\u0441 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31411, 'bg', 'db', 'Sync Product Price', '\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0446\u0435\u043d\u0430\u0442\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(31412, 'bg', 'db', 'Manage Stock', '\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0437\u0430\u043f\u0430\u0441\u0438\u0442\u0435', NULL, NULL),\n(31413, 'bg', 'db', 'Stock Status', '\u0421\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043d\u0430 \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(31414, 'bg', 'db', 'Default Customer Group', '\u041a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0430 \u0433\u0440\u0443\u043f\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31415, 'bg', 'db', 'WooCommerce Order Status', '\u0421\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043d\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430\u0442\u0430 \u0432 WooCommerce', NULL, NULL),\n(31416, 'bg', 'db', 'Equivalent POS Sell Status', '\u0415\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u0435\u043d POS \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(31417, 'bg', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', '\u0417\u0430 \u0434\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 API \u043d\u0430 WooCommerce, \u043e\u0442\u0432\u043e\u0440\u0435\u0442\u0435 WooCommerce -> \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 -> \u0420\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438 -> REST API. \u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b \u0438 \u0434\u0430\u0439\u0442\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u0447\u0435\u0442\u0435\u043d\u0435\/\u0437\u0430\u043f\u0438\u0441.', NULL, NULL),\n(31418, 'bg', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', '\u0414\u043e\u043a\u0430\u0442\u043e \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u0442\u0435, \u043d\u0435 \u043e\u043f\u0440\u0435\u0441\u043d\u044f\u0432\u0430\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430 \u0438\u043b\u0438 \u043d\u0435 \u044f \u043d\u0430\u043f\u0443\u0441\u043a\u0430\u0439\u0442\u0435.', NULL, NULL),\n(31419, 'bg', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', '\u0412 \u043e\u043f\u0446\u0438\u044f\u0442\u0430 \u0437\u0430 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u0438 \u0432\u0440\u044a\u0437\u043a\u0438 \u043d\u0430 WordPress \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0418\u043c\u0435 \u043d\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044f \u043a\u0430\u0442\u043e \u043e\u043f\u0446\u0438\u044f \u0437\u0430 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u0438 \u0432\u0440\u044a\u0437\u043a\u0438.', NULL, NULL),\n(31420, 'bg', 'db', 'Buy Now', '\u041a\u0443\u043f\u0435\u0442\u0435 \u0441\u0435\u0433\u0430', NULL, NULL),\n(31421, 'bg', 'db', 'Install', '\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31422, 'bg', 'db', 'Staff Id', '\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u043e\u043d\u0435\u043d \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0430', NULL, NULL),\n(31423, 'bg', 'db', 'Import CSV file (Device)', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 CSV \u0444\u0430\u0439\u043b (\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e)', NULL, NULL),\n(31424, 'bg', 'db', 'Attendance Device Date Format', '\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0430 \u0434\u0430\u0442\u0430\u0442\u0430 \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u0437\u0430 \u043f\u0440\u0438\u0441\u044a\u0441\u0442\u0432\u0438\u0435', NULL, NULL),\n(31425, 'bg', 'db', 'Disable Woocommerce Sync', '\u0414\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 Woocommerce Sync', NULL, NULL),\n(31426, 'bg', 'db', 'Product Status', '\u0421\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(31427, 'bg', 'db', 'Category not synced', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043d\u0435 \u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0430', NULL, NULL),\n(31428, 'bg', 'db', 'Categories not synced', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438\u0442\u0435 \u043d\u0435 \u0441\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0438', NULL, NULL),\n(31429, 'bg', 'db', 'Category can be updated', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430', NULL, NULL),\n(31430, 'bg', 'db', 'Categories can be updated', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438\u0442\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0441\u0435 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0442', NULL, NULL),\n(31431, 'bg', 'db', 'Product not synced', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u043d\u0435 \u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d', NULL, NULL),\n(31432, 'bg', 'db', 'Products not synced', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0442\u0435 \u043d\u0435 \u0441\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0438', NULL, NULL),\n(31433, 'bg', 'db', 'Product can be updated', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430', NULL, NULL),\n(31434, 'bg', 'db', 'Products can be updated', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0442\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438', NULL, NULL),\n(31435, 'bg', 'db', 'Please connect with WooCommerce', '\u041c\u043e\u043b\u044f, \u0441\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 WooCommerce', NULL, NULL),\n(31436, 'bg', 'db', 'Something went wrong', '\u041d\u0435\u0449\u043e \u0441\u0435 \u043e\u0431\u044a\u0440\u043a\u0430', NULL, NULL),\n(31437, 'bg', 'db', 'Synced category successfully', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0442\u0430 \u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(31438, 'bg', 'db', 'Reset synced category successfully', '\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0430\u0442\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(31439, 'bg', 'db', 'Synced product successfully', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(31440, 'bg', 'db', 'Reset synced product successfully', '\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043d\u0443\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0438\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(31441, 'bg', 'db', 'Tax maped successfully', '\u0414\u0430\u043d\u044a\u043a\u044a\u0442 \u0435 \u043a\u0430\u0440\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0440\u0430\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(31442, 'bg', 'db', 'Synced order successfully', '\u041f\u043e\u0440\u044a\u0447\u043a\u0430\u0442\u0430 \u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(31443, 'bg', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', '\u041c\u043e\u043b\u044f, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u041a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0430 \u0433\u0440\u0443\u043f\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435\\\\\/ \u0421\u043a\u043b\u0430\u0434 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435\\\\\/ \u0424\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u043e\u0440 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435\\\\\/ \u0421\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043d\u0430 \u0435\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u043d\u0430 POS \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435 \u0437\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0438\u0442\u0435', NULL, NULL),\n(31444, 'bg', 'db', 'Module Image', '\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043d\u0430 \u043c\u043e\u0434\u0443\u043b', NULL, NULL),\n(31445, 'bg', 'db', 'Courier', '\u041a\u0443\u0440\u0438\u0435\u0440', NULL, NULL),\n(31446, 'bg', 'db', 'Courier List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u043a\u0443\u0440\u0438\u0435\u0440\u0438', NULL, NULL),\n(31447, 'bg', 'db', 'Add Courier', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u0443\u0440\u0438\u0435\u0440', NULL, NULL),\n(31448, 'bg', 'db', 'Update Courier', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0443\u0440\u0438\u0435\u0440\u0430', NULL, NULL),\n(31449, 'bg', 'db', 'Sale and Quotation without stock', '\u041f\u0440\u043e\u0434\u0430\u0436\u0431\u0430 \u0438 \u043e\u0444\u0435\u0440\u0442\u0430 \u0431\u0435\u0437 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442', NULL, NULL),\n(31450, 'bg', 'db', 'Yes', '\u0434\u0430', NULL, NULL),\n(31451, 'bg', 'db', 'No', '\u043d\u0435', NULL, NULL),\n(31452, 'bg', 'db', 'Returned', '\u0412\u044a\u0440\u043d\u0430\u0442', NULL, NULL),\n(31453, 'bg', 'db', 'Get in touch', '\u0421\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441\u0435', NULL, NULL),\n(31454, 'bg', 'db', 'Contact Info', '\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u043a\u043e\u043d\u0442\u0430\u043a\u0442', NULL, NULL),\n(31455, 'bg', 'db', 'Bug Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0438', NULL, NULL),\n(31456, 'bg', 'db', 'File Name', '\u0418\u043c\u0435 \u043d\u0430 \u0444\u0430\u0439\u043b', NULL, NULL),\n(31457, 'bg', 'db', 'Type File Name', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u043d\u0430 \u0444\u0430\u0439\u043b', NULL, NULL),\n(31458, 'bg', 'db', 'Logs', '\u0414\u043d\u0435\u0432\u043d\u0438\u0446\u0438', NULL, NULL),\n(31459, 'bg', 'db', 'Type Log', '\u0422\u0438\u043f \u0434\u043d\u0435\u0432\u043d\u0438\u043a', NULL, NULL),\n(31460, 'bg', 'db', 'Short Note', '\u041a\u0440\u0430\u0442\u043a\u0430 \u0431\u0435\u043b\u0435\u0436\u043a\u0430', NULL, NULL),\n(31461, 'bg', 'db', 'Product Mode', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u0440\u0435\u0436\u0438\u043c', NULL, NULL),\n(31462, 'bg', 'db', 'Version', '\u0412\u0435\u0440\u0441\u0438\u044f', NULL, NULL),\n(31463, 'bg', 'db', 'Bug No', '\u0411\u0443\u0433 \u2116', NULL, NULL),\n(31464, 'bg', 'db', 'Minimum Required Version', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u043e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u0432\u0435\u0440\u0441\u0438\u044f', NULL, NULL),\n(31465, 'bg', 'db', 'Version Upgrade', '\u041d\u0430\u0434\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 \u0432\u0435\u0440\u0441\u0438\u044f', NULL, NULL),\n(31466, 'bg', 'db', 'Latest Version Upgrade', '\u041d\u0430\u0434\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 \u043d\u0430\u0439-\u043d\u043e\u0432\u0430\u0442\u0430 \u0432\u0435\u0440\u0441\u0438\u044f', NULL, NULL),\n(31467, 'bg', 'db', 'Latest Version DB Migrate', '.Latest Version DB Migrate', NULL, NULL),\n(31468, 'bg', 'db', 'Version Upgrade URL', 'URL \u0430\u0434\u0440\u0435\u0441 \u0437\u0430 \u043d\u0430\u0434\u0433\u0440\u0430\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u0432\u0435\u0440\u0441\u0438\u044f', NULL, NULL),\n(31469, 'bg', 'db', 'Bug Update', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430', NULL, NULL),\n(31470, 'bg', 'db', 'Bug DB Migrate', '\u041c\u0438\u0433\u0440\u0430\u0446\u0438\u044f \u043d\u0430 DB \u0437\u0430 \u0433\u0440\u0435\u0448\u043a\u0438', NULL, NULL),\n(31471, 'bg', 'db', 'Bug Update URL', 'URL \u0430\u0434\u0440\u0435\u0441 \u0437\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430', NULL, NULL),\n(31472, 'bg', 'db', 'Version Upgrade Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0437\u0430 \u043d\u0430\u0434\u0433\u0440\u0430\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u0432\u0435\u0440\u0441\u0438\u044f', NULL, NULL),\n(31473, 'bg', 'db', 'Bug Update Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0437\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0438', NULL, NULL),\n(31474, 'bg', 'db', 'My Account', '\u041c\u043e\u044f\u0442 \u0430\u043a\u0430\u0443\u043d\u0442', NULL, NULL),\n(31476, 'bg', 'db', 'Phone', '\u0442\u0435\u043b\u0435\u0444\u043e\u043d', NULL, NULL),\n(31477, 'bg', 'db', 'My Addresses', '\u041c\u043e\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441\u0438', NULL, NULL),\n(31478, 'bg', 'db', 'Edit Address', '\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0430\u0434\u0440\u0435\u0441', NULL, NULL),\n(31479, 'bg', 'db', 'Zip \\\\\/ Postal code', '\u041f\u043e\u0449\u0435\u043d\u0441\u043a\u0438 \u043a\u043e\u0434', NULL, NULL),\n(31480, 'bg', 'db', 'Cart', '\u043a\u043e\u043b\u0438\u0447\u043a\u0430', NULL, NULL),\n(31481, 'bg', 'db', 'Shop Cart', '\u041a\u043e\u043b\u0438\u0447\u043a\u0430', NULL, NULL),\n(31482, 'bg', 'db', 'Home', '\u041d\u0430\u0447\u0430\u043b\u043e', NULL, NULL),\n(31483, 'bg', 'db', 'Sub Total', '\u041c\u0435\u0436\u0434\u0438\u043d\u043d\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(31484, 'bg', 'db', 'Continue Shopping', '\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0435\u0442\u0435 \u0441 \u043f\u0430\u0437\u0430\u0440\u0443\u0432\u0430\u043d\u0435\u0442\u043e', NULL, NULL),\n(31485, 'bg', 'db', 'Proceed to Checkout', '\u041d\u0430\u043f\u0440\u0435\u0434 \u043a\u044a\u043c \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31486, 'bg', 'db', 'Pay', '\u041f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31487, 'bg', 'db', 'Returning customer?', '\u0417\u0430\u0432\u044a\u0440\u043d\u0430\u043b \u0441\u0435 \u043a\u043b\u0438\u0435\u043d\u0442?', NULL, NULL),\n(31488, 'bg', 'db', 'Shipping Details', '\u0414\u0430\u043d\u043d\u0438 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(31489, 'bg', 'db', 'Default Address', '\u0410\u0434\u0440\u0435\u0441 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31490, 'bg', 'db', 'Add a different address', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u043b\u0438\u0447\u0435\u043d \u0430\u0434\u0440\u0435\u0441', NULL, NULL),\n(31491, 'bg', 'db', 'Order Notes', '\u0411\u0435\u043b\u0435\u0436\u043a\u0438 \u0437\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430\u0442\u0430', NULL, NULL),\n(31492, 'bg', 'db', 'Billing address same as Shipping Address', '\u0410\u0434\u0440\u0435\u0441\u044a\u0442 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u0435 \u0441\u044a\u0449\u0438\u044f\u0442 \u043a\u0430\u0442\u043e \u0430\u0434\u0440\u0435\u0441\u0430 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(31493, 'bg', 'db', 'Your order', '\u0412\u0430\u0448\u0430\u0442\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430', NULL, NULL),\n(31494, 'bg', 'db', 'Product(s)', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442(\u0438)', NULL, NULL),\n(31496, 'bg', 'db', 'I have a coupon', '\u0418\u043c\u0430\u043c \u043a\u0443\u043f\u043e\u043d', NULL, NULL),\n(31497, 'bg', 'db', 'Enter coupon code', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043e\u0434 \u043d\u0430 \u043a\u0443\u043f\u043e\u043d', NULL, NULL),\n(31498, 'bg', 'db', 'I have read and accept the', '\u041f\u0440\u043e\u0447\u0435\u0442\u043e\u0445 \u0438 \u043f\u0440\u0438\u0435\u043c\u0430\u043c', NULL, NULL),\n(31499, 'bg', 'db', 'Cash on Delivery', '\u041d\u0430\u043b\u043e\u0436\u0435\u043d \u043f\u043b\u0430\u0442\u0435\u0436', NULL, NULL),\n(31500, 'bg', 'db', 'Remember Me', '\u0417\u0430\u043f\u043e\u043c\u043d\u0438 \u043c\u0435', NULL, NULL),\n(31501, 'bg', 'db', 'Log In', '\u0412\u0445\u043e\u0434', NULL, NULL),\n(31502, 'bg', 'db', 'sign up now', '\u0437\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u0441\u0435 \u0441\u0435\u0433\u0430', NULL, NULL),\n(31503, 'bg', 'db', 'My Profile', '\u041c\u043e\u044f\u0442 \u043f\u0440\u043e\u0444\u0438\u043b', NULL, NULL),\n(31504, 'bg', 'db', 'My Orders', '\u041c\u043e\u0438\u0442\u0435 \u043f\u043e\u0440\u044a\u0447\u043a\u0438', NULL, NULL),\n(31505, 'bg', 'db', 'My Wishlist', '\u041c\u043e\u044f\u0442 \u0441\u043f\u0438\u0441\u044a\u043a \u0441 \u0436\u0435\u043b\u0430\u043d\u0438\u044f', NULL, NULL),\n(31506, 'bg', 'db', 'Account Details', '\u0414\u0430\u043d\u043d\u0438 \u0437\u0430 \u0430\u043a\u0430\u0443\u043d\u0442\u0430', NULL, NULL),\n(31507, 'bg', 'db', 'We have sent you an email', '\u0418\u0437\u043f\u0440\u0430\u0442\u0438\u0445\u043c\u0435 \u0432\u0438 \u0438\u043c\u0435\u0439\u043b', NULL, NULL),\n(31508, 'bg', 'db', 'Just click on the link in that email to verify', '\u041f\u0440\u043e\u0441\u0442\u043e \u0449\u0440\u0430\u043a\u043d\u0435\u0442\u0435 \u0432\u044a\u0440\u0445\u0443 \u0432\u0440\u044a\u0437\u043a\u0430\u0442\u0430 \u0432 \u0442\u043e\u0437\u0438 \u0438\u043c\u0435\u0439\u043b, \u0437\u0430 \u0434\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438\u0442\u0435', NULL, NULL),\n(31509, 'bg', 'db', 'Thank you for verifying your email', '\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0432\u0438, \u0447\u0435 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438\u0445\u0442\u0435 \u0438\u043c\u0435\u0439\u043b\u0430 \u0441\u0438', NULL, NULL),\n(31510, 'bg', 'db', 'Order Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430\u0442\u0430', NULL, NULL),\n(31511, 'bg', 'db', 'You have not ordered anything yet!', '\u041e\u0449\u0435 \u043d\u0435 \u0441\u0442\u0435 \u043f\u043e\u0440\u044a\u0447\u0430\u043b\u0438 \u043d\u0438\u0449\u043e!', NULL, NULL),\n(31512, 'bg', 'db', 'Tags', '\u0415\u0442\u0438\u043a\u0435\u0442\u0438', NULL, NULL),\n(31513, 'bg', 'db', 'Share', '\u0441\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435', NULL, NULL),\n(31514, 'bg', 'db', 'Thank you for your order', '\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0432\u0438 \u0437\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430\u0442\u0430', NULL, NULL),\n(31515, 'bg', 'db', 'Here is your order reference no', '\u0415\u0442\u043e \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0442\u043d\u0438\u044f \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430', NULL, NULL),\n(31516, 'bg', 'db', 'You will receive an email with delivery details shortly', '\u0421\u043a\u043e\u0440\u043e \u0449\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0438\u043c\u0435\u0439\u043b \u0441 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430\u0442\u0430', NULL, NULL),\n(31517, 'bg', 'db', 'Add Collection', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0438\u044f', NULL, NULL),\n(31518, 'bg', 'db', 'Collection Name', '\u0418\u043c\u0435 \u043d\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0438\u044f', NULL, NULL),\n(31519, 'bg', 'db', 'Permalink', '\u041f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u0430 \u0432\u0440\u044a\u0437\u043a\u0430', NULL, NULL),\n(31520, 'bg', 'db', 'Save as Draft', '\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u043a\u0430\u0442\u043e \u0447\u0435\u0440\u043d\u043e\u0432\u0430', NULL, NULL),\n(31521, 'bg', 'db', 'Publish', '\u041f\u0443\u0431\u043b\u0438\u043a\u0443\u0432\u0430\u043d\u0435', NULL, NULL),\n(31522, 'bg', 'db', 'Collection', '\u041a\u043e\u043b\u0435\u043a\u0446\u0438\u044f', NULL, NULL),\n(31523, 'bg', 'db', 'Slug', '\u041e\u0445\u043b\u044e\u0432', NULL, NULL),\n(31525, 'bg', 'db', 'Sliders', '\u041f\u043b\u044a\u0437\u0433\u0430\u0447\u0438', NULL, NULL),\n(31526, 'bg', 'db', 'Menu', '\u041c\u0435\u043d\u044e', NULL, NULL),\n(31527, 'bg', 'db', 'Collections', '\u041a\u043e\u043b\u0435\u043a\u0446\u0438\u0438', NULL, NULL),\n(31528, 'bg', 'db', 'Pages', '\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0438', NULL, NULL),\n(31529, 'bg', 'db', 'Widgets', '\u0434\u0436\u0430\u0434\u0436\u0438', NULL, NULL),\n(31530, 'bg', 'db', 'Faq Category', '\u0427\u0435\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u043d\u0438 \u0432\u044a\u043f\u0440\u043e\u0441\u0438', NULL, NULL),\n(31531, 'bg', 'db', 'Faqs', '\u0427\u0435\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u043d\u0438 \u0432\u044a\u043f\u0440\u043e\u0441\u0438', NULL, NULL),\n(31532, 'bg', 'db', 'Social Links', '\u0421\u043e\u0446\u0438\u0430\u043b\u043d\u0438 \u0432\u0440\u044a\u0437\u043a\u0438', NULL, NULL),\n(31533, 'bg', 'db', 'Payment Gateways', '\u041f\u043b\u0430\u0449\u0430\u0442\u0435\u043b\u043d\u0438 \u043f\u043e\u0440\u0442\u0430\u043b\u0438', NULL, NULL),\n(31534, 'bg', 'db', 'Location', '\u041c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(31535, 'bg', 'db', 'Add Menu', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043c\u0435\u043d\u044e', NULL, NULL),\n(31536, 'bg', 'db', 'Add Menu Items', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u043e\u0442 \u043c\u0435\u043d\u044e\u0442\u043e', NULL, NULL),\n(31537, 'bg', 'db', 'Categories', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438', NULL, NULL),\n(31538, 'bg', 'db', 'Select All', '\u0418\u0437\u0431\u0435\u0440\u0438 \u0432\u0441\u0438\u0447\u043a\u0438', NULL, NULL),\n(31539, 'bg', 'db', 'Add to Menu', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043a\u044a\u043c \u043c\u0435\u043d\u044e\u0442\u043e', NULL, NULL),\n(31540, 'bg', 'db', 'Brands', '\u041c\u0430\u0440\u043a\u0438', NULL, NULL),\n(31541, 'bg', 'db', 'Custom Links', '\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0432\u0440\u044a\u0437\u043a\u0438', NULL, NULL),\n(31542, 'bg', 'db', 'URL', 'URL', NULL, NULL),\n(31543, 'bg', 'db', 'Link Text', '\u0422\u0435\u043a\u0441\u0442 \u043d\u0430 \u0432\u0440\u044a\u0437\u043a\u0430\u0442\u0430', NULL, NULL),\n(31544, 'bg', 'db', 'Menu Structure', '\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u043d\u0430 \u043c\u0435\u043d\u044e\u0442\u043e', NULL, NULL),\n(31545, 'bg', 'db', 'Select categories, pages or add custom links to menus', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438, \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0438 \u0438\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u0435\u0442\u0435 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0432\u0440\u044a\u0437\u043a\u0438 \u043a\u044a\u043c \u043c\u0435\u043d\u044e\u0442\u0430\u0442\u0430', NULL, NULL),\n(31546, 'bg', 'db', 'Link Name', '\u0418\u043c\u0435 \u043d\u0430 \u0432\u0440\u044a\u0437\u043a\u0430\u0442\u0430', NULL, NULL),\n(31547, 'bg', 'db', 'Open in a new tab', '\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u0432 \u043d\u043e\u0432 \u0440\u0430\u0437\u0434\u0435\u043b', NULL, NULL),\n(31548, 'bg', 'db', 'Save Menu', '\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043c\u0435\u043d\u044e\u0442\u043e', NULL, NULL),\n(31549, 'bg', 'db', 'Page Name', '\u0418\u043c\u0435 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(31550, 'bg', 'db', 'Page Layout', '\u041e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(31551, 'bg', 'db', 'click on the widgets below to add it to your layout', '\u0449\u0440\u0430\u043a\u043d\u0435\u0442\u0435 \u0432\u044a\u0440\u0445\u0443 \u0434\u0436\u0430\u0434\u0436\u0438\u0442\u0435 \u043f\u043e-\u0434\u043e\u043b\u0443, \u0437\u0430 \u0434\u0430 \u0433\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u043a\u044a\u043c \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435\u0442\u043e \u0441\u0438', NULL, NULL),\n(31552, 'bg', 'db', 'Product Category', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(31553, 'bg', 'db', 'Tabbed Product Categories', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 \u0441 \u0440\u0430\u0437\u0434\u0435\u043b\u0438', NULL, NULL),\n(31554, 'bg', 'db', 'Category Slider', '\u041f\u043b\u044a\u0437\u0433\u0430\u0447 \u0437\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(31555, 'bg', 'db', 'Product Collection', '\u041a\u043e\u043b\u0435\u043a\u0446\u0438\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438', NULL, NULL),\n(31556, 'bg', 'db', 'Tabbed Product Collections', '\u041a\u043e\u043b\u0435\u043a\u0446\u0438\u0438 \u043e\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 \u0441 \u0440\u0430\u0437\u0434\u0435\u043b\u0438', NULL, NULL),\n(31557, 'bg', 'db', 'Brand Slider', '\u041f\u043b\u044a\u0437\u0433\u0430\u0447 \u043d\u0430 \u043c\u0430\u0440\u043a\u0430\u0442\u0430', NULL, NULL),\n(31558, 'bg', 'db', 'Og_Title', 'Og_Title', NULL, NULL),\n(31560, 'bg', 'db', 'Og_description', 'Og_description', NULL, NULL),\n(31562, 'bg', 'db', 'Og_Image', 'Og_Image', NULL, NULL),\n(31563, 'bg', 'db', 'Templates', '\u0428\u0430\u0431\u043b\u043e\u043d\u0438', NULL, NULL),\n(31564, 'bg', 'db', 'Choose Category', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(31565, 'bg', 'db', 'Layout Type', '\u0422\u0438\u043f \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435', NULL, NULL),\n(31566, 'bg', 'db', 'Slider Loop', '\u041f\u043b\u044a\u0437\u0433\u0430\u0449\u0430 \u0441\u0435 \u043b\u0438\u043d\u0438\u044f', NULL, NULL),\n(31567, 'bg', 'db', 'Slider Autoplay', '\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u043f\u043b\u044a\u0437\u0433\u0430\u0447', NULL, NULL),\n(31568, 'bg', 'db', 'Slider Autoplay Speed', '\u0421\u043a\u043e\u0440\u043e\u0441\u0442 \u043d\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0432\u044a\u0437\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u043f\u043b\u044a\u0437\u0433\u0430\u0447\u0430', NULL, NULL),\n(31569, 'bg', 'db', 'Number of products to show', '\u0411\u0440\u043e\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 \u0437\u0430 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435', NULL, NULL),\n(31570, 'bg', 'db', 'Choose Categories', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438', NULL, NULL),\n(31571, 'bg', 'db', 'Choose Collection', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0438\u044f', NULL, NULL),\n(31573, 'bg', 'db', 'Choose collections', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0438\u0438', NULL, NULL),\n(31574, 'bg', 'db', 'Choose Brands', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u043c\u0430\u0440\u043a\u0438', NULL, NULL),\n(31575, 'bg', 'db', 'Edit Page', '\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(31577, 'bg', 'db', 'Ecommerce Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0437\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u0442\u044a\u0440\u0433\u043e\u0432\u0438\u044f', NULL, NULL),\n(31578, 'bg', 'db', 'Favicon', 'Favicon', NULL, NULL),\n(31579, 'bg', 'db', 'Home Page', '\u041d\u0430\u0447\u0430\u043b\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(31580, 'bg', 'db', 'Store Phone', '\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u043d\u0430 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430', NULL, NULL),\n(31581, 'bg', 'db', 'Store Email', '\u0418\u043c\u0435\u0439\u043b \u043d\u0430 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430', NULL, NULL),\n(31582, 'bg', 'db', 'Store Address', '\u0410\u0434\u0440\u0435\u0441 \u043d\u0430 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430', NULL, NULL),\n(31583, 'bg', 'db', 'Contact From Email', '\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u043e\u0442 \u0438\u043c\u0435\u0439\u043b', NULL, NULL),\n(31584, 'bg', 'db', 'Min amount for free shipping', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u0441\u0443\u043c\u0430 \u0437\u0430 \u0431\u0435\u0437\u043f\u043b\u0430\u0442\u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(31585, 'bg', 'db', 'Flat Rate Shipping', '\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0441 \u0444\u0438\u043a\u0441\u0438\u0440\u0430\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(31586, 'bg', 'db', 'Pages to read & accept before checkout', '\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0438 \u0437\u0430 \u0447\u0435\u0442\u0435\u043d\u0435 \u0438 \u043f\u0440\u0438\u0435\u043c\u0430\u043d\u0435 \u043f\u0440\u0435\u0434\u0438 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31587, 'bg', 'db', 'Custom CSS', '\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d CSS', NULL, NULL),\n(31588, 'bg', 'db', 'Custom JS', '\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d JS', NULL, NULL),\n(31589, 'bg', 'db', 'Chat Code', '\u041a\u043e\u0434 \u0437\u0430 \u0447\u0430\u0442', NULL, NULL),\n(31590, 'bg', 'db', 'Google Analytics Code', '\u041a\u043e\u0434 \u043d\u0430 Google \u0410\u043d\u0430\u043b\u0438\u0437', NULL, NULL),\n(31591, 'bg', 'db', 'Facebook Pixel', 'Facebook Pixel', NULL, NULL),\n(31592, 'bg', 'db', 'Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438', NULL, NULL),\n(31593, 'bg', 'db', 'Add Slider', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u043b\u044a\u0437\u0433\u0430\u0447', NULL, NULL),\n(31594, 'bg', 'db', 'Desktop', 'Desktop', NULL, NULL),\n(31595, 'bg', 'db', 'Tab', '\u0420\u0430\u0437\u0434\u0435\u043b', NULL, NULL),\n(31596, 'bg', 'db', 'Add Social Link', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0441\u043e\u0446\u0438\u0430\u043b\u043d\u0430 \u0432\u0440\u044a\u0437\u043a\u0430', NULL, NULL),\n(31597, 'bg', 'db', 'Available Widgets', '\u041d\u0430\u043b\u0438\u0447\u043d\u0438 \u0434\u0436\u0430\u0434\u0436\u0438', NULL, NULL),\n(31598, 'bg', 'db', 'To add a widget to a section, drag it onto that section', '\u0417\u0430 \u0434\u0430 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u0438\u0437\u043f\u044a\u043b\u043d\u0438\u043c \u043c\u043e\u0434\u0443\u043b \u043a\u044a\u043c \u0440\u0430\u0437\u0434\u0435\u043b, \u043f\u043b\u044a\u0437\u043d\u0435\u0442\u0435 \u0433\u043e \u0432\u044a\u0440\u0445\u0443 \u0442\u043e\u0437\u0438 \u0440\u0430\u0437\u0434\u0435\u043b', NULL, NULL),\n(31599, 'bg', 'db', 'Custom Menu', '\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u043e \u043c\u0435\u043d\u044e', NULL, NULL),\n(31600, 'bg', 'db', 'Select menu', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u043c\u0435\u043d\u044e', NULL, NULL),\n(31601, 'bg', 'db', 'Site Features', '\u0425\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u043d\u0430 \u0441\u0430\u0439\u0442\u0430', NULL, NULL),\n(31602, 'bg', 'db', 'Site Information', '\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u0441\u0430\u0439\u0442\u0430', NULL, NULL),\n(31603, 'bg', 'db', 'Hours', '\u0447\u0430\u0441\u043e\u0432\u0435', NULL, NULL),\n(31604, 'bg', 'db', 'Newsletter form', '\u0424\u043e\u0440\u043c\u0443\u043b\u044f\u0440 \u0437\u0430 \u0431\u044e\u043b\u0435\u0442\u0438\u043d', NULL, NULL),\n(31605, 'bg', 'db', 'Section Above Footer', '\u0421\u0435\u043a\u0446\u0438\u044f \u043d\u0430\u0434 \u0434\u043e\u043b\u043d\u0438\u044f \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b', NULL, NULL),\n(31606, 'bg', 'db', 'Footer Section', '\u0421\u0435\u043a\u0446\u0438\u044f \u043d\u0430 \u0434\u043e\u043b\u043d\u0438\u044f \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b', NULL, NULL),\n(31607, 'bg', 'db', 'Product Details Sidebar', '\u0421\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u0430 \u043b\u0435\u043d\u0442\u0430 \u0441 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(31608, 'bg', 'db', 'Your email', '\u0412\u0430\u0448\u0438\u044f\u0442 \u0438\u043c\u0435\u0439\u043b', NULL, NULL),\n(31609, 'bg', 'db', 'Forgot Password', '\u0417\u0430\u0431\u0440\u0430\u0432\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430', NULL, NULL),\n(31610, 'bg', 'db', 'Subscribe', '\u0410\u0431\u043e\u043d\u0438\u0440\u0430\u0439\u0442\u0435 \u0441\u0435', NULL, NULL),\n(31611, 'bg', 'db', 'Sell Online', '\u041f\u0440\u043e\u0434\u0430\u0432\u0430\u0439 \u043e\u043d\u043b\u0430\u0439\u043d', NULL, NULL),\n(31612, 'bg', 'db', 'Out of stock', '\u0418\u0437\u0447\u0435\u0440\u043f\u0430\u043d\u043e', NULL, NULL),\n(31613, 'bg', 'db', 'Duplicate', '\u0414\u0443\u0431\u043b\u0438\u043a\u0430\u0442', NULL, NULL),\n(31614, 'bg', 'db', 'All Product In Stock', '\u0412\u0441\u0438\u0447\u043a\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 \u0432 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442', NULL, NULL),\n(31615, 'bg', 'db', 'Show All Product Online', '\u041f\u043e\u043a\u0430\u0436\u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 \u043e\u043d\u043b\u0430\u0439\u043d', NULL, NULL),\n(31616, 'bg', 'db', 'Oh snap! We are lost', '\u041e, \u0449\u0440\u0430\u043a! \u0418\u0437\u0433\u0443\u0431\u0435\u043d\u0438 \u0441\u043c\u0435...', NULL, NULL),\n(31617, 'bg', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', '\u0418\u0437\u0433\u043b\u0435\u0436\u0434\u0430, \u0447\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u043c \u0434\u0430 \u043d\u0430\u043c\u0435\u0440\u0438\u043c \u0442\u043e\u0432\u0430, \u043a\u043e\u0435\u0442\u043e \u0442\u044a\u0440\u0441\u0438\u0442\u0435. \u041c\u043e\u0436\u0435 \u0431\u0438 \u0442\u044a\u0440\u0441\u0435\u043d\u0435\u0442\u043e \u043c\u043e\u0436\u0435 \u0434\u0430 \u043f\u043e\u043c\u043e\u0433\u043d\u0435 \u0438\u043b\u0438 \u0434\u0430 \u0441\u0435 \u0432\u044a\u0440\u043d\u0435\u043c \u043a\u044a\u043c', NULL, NULL),\n(31618, 'bg', 'db', 'Sorry this page is dead!', '\u0421\u044a\u0436\u0430\u043b\u044f\u0432\u0430\u043c\u0435, \u0442\u0430\u0437\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0435 \u043c\u044a\u0440\u0442\u0432\u0430!', NULL, NULL),\n(31619, 'bg', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', '\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430 \u0435 \u0438\u0437\u0442\u0435\u043a\u043b\u0430 \u043f\u043e\u0440\u0430\u0434\u0438 \u0438\u0437\u0442\u0438\u0447\u0430\u043d\u0435 \u043d\u0430 \u0441\u0435\u0441\u0438\u044f\u0442\u0430. \u041f\u0440\u043e\u0441\u0442\u043e \u043e\u043f\u0440\u0435\u0441\u043d\u0435\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430 \u0438\u043b\u0438 \u043d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u0431\u0443\u0442\u043e\u043d\u0430 \u043f\u043e-\u0434\u043e\u043b\u0443.', NULL, NULL),\n(31620, 'bg', 'db', 'Refresh', '\u041e\u043f\u0440\u0435\u0441\u043d\u044f\u0432\u0430\u043d\u0435', NULL, NULL),\n(31621, 'bg', 'db', 'Oh server just snapped!', '\u041e, \u0441\u044a\u0440\u0432\u044a\u0440\u044a\u0442 \u0442\u043e\u043a\u0443-\u0449\u043e \u0449\u0440\u0430\u043a\u043d\u0430!', NULL, NULL),\n(31622, 'bg', 'db', 'An error occured due to server not being to able to handle your request', '\u0412\u044a\u0437\u043d\u0438\u043a\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430, \u0442\u044a\u0439 \u043a\u0430\u0442\u043e \u0441\u044a\u0440\u0432\u044a\u0440\u044a\u0442 \u043d\u0435 \u043c\u043e\u0436\u0430 \u0434\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0438 \u0432\u0430\u0448\u0430\u0442\u0430 \u0437\u0430\u044f\u0432\u043a\u0430.', NULL, NULL),\n(31623, 'bg', 'db', 'An error occured because the service is unavailable', '\u0412\u044a\u0437\u043d\u0438\u043a\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430, \u0437\u0430\u0449\u043e\u0442\u043e \u0443\u0441\u043b\u0443\u0433\u0430\u0442\u0430 \u043d\u0435 \u0435 \u0434\u043e\u0441\u0442\u044a\u043f\u043d\u0430.', NULL, NULL),\n(31624, 'bg', 'db', 'Please type a product name to search', '\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0437\u0430 \u0442\u044a\u0440\u0441\u0435\u043d\u0435', NULL, NULL),\n(31625, 'bg', 'db', 'Send', '\u0418\u0437\u043f\u0440\u0430\u0442\u0438', NULL, NULL),\n(31626, 'bg', 'db', 'don\\'t have an account', '\u043d\u044f\u043c\u0430\u043c \u0430\u043a\u0430\u0443\u043d\u0442', NULL, NULL),\n(31627, 'bg', 'db', 'Click here to login', '\u0429\u0440\u0430\u043a\u043d\u0435\u0442\u0435 \u0442\u0443\u043a, \u0437\u0430 \u0434\u0430 \u0432\u043b\u0435\u0437\u0435\u0442\u0435', NULL, NULL),\n(31628, 'bg', 'db', 'Zip \\\\\/ Post Code', '\u041f\u043e\u0449\u0435\u043d\u0441\u043a\u0438 \u043a\u043e\u0434', NULL, NULL),\n(31629, 'bg', 'db', 'You may also like', '\u041c\u043e\u0436\u0435 \u0441\u044a\u0449\u043e \u0434\u0430 \u0445\u0430\u0440\u0435\u0441\u0430\u0442\u0435', NULL, NULL),\n(31630, 'bg', 'db', 'Add to cart', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u0432 \u043a\u043e\u043b\u0438\u0447\u043a\u0430\u0442\u0430', NULL, NULL),\n(31631, 'bg', 'db', 'No item in your cart', '\u0412 \u043a\u043e\u043b\u0438\u0447\u043a\u0430\u0442\u0430 \u0432\u0438 \u043d\u044f\u043c\u0430 \u0430\u0440\u0442\u0438\u043a\u0443\u043b', NULL, NULL),\n(31632, 'bg', 'db', 'Filter Sales', '\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u0438 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438', NULL, NULL),\n(31633, 'bg', 'db', 'Sale Type', '\u0422\u0438\u043f \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(31634, 'bg', 'db', 'POS', '\u041f\u041e\u0421', NULL, NULL),\n(31635, 'bg', 'db', 'eCommerce', '\u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u0442\u044a\u0440\u0433\u043e\u0432\u0438\u044f', NULL, NULL),\n(31636, 'bg', 'db', 'Please login first', '\u041c\u043e\u043b\u044f, \u0432\u043b\u0435\u0437\u0442\u0435 \u043f\u044a\u0440\u0432\u043e', NULL, NULL),\n(31637, 'bg', 'db', 'Product added to wishlist', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0435 \u0434\u043e\u0431\u0430\u0432\u0435\u043d \u043a\u044a\u043c \u0441\u043f\u0438\u0441\u044a\u043a\u0430 \u0441 \u0436\u0435\u043b\u0430\u043d\u0438\u044f', NULL, NULL),\n(31638, 'bg', 'db', 'You have not added anything to wishlist yet', '\u0412\u0441\u0435 \u043e\u0449\u0435 \u043d\u0435 \u0441\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u043d\u0438\u0449\u043e \u043a\u044a\u043c \u0441\u043f\u0438\u0441\u044a\u043a\u0430 \u0441 \u0436\u0435\u043b\u0430\u043d\u0438\u044f', NULL, NULL),\n(31639, 'bg', 'db', 'Product removed from wishlist', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u043e\u0442 \u0441\u043f\u0438\u0441\u044a\u043a\u0430 \u0441 \u0436\u0435\u043b\u0430\u043d\u0438\u044f', NULL, NULL),\n(31640, 'bg', 'db', 'Product already on wishlist', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044a\u0442 \u0432\u0435\u0447\u0435 \u0435 \u0432 \u0441\u043f\u0438\u0441\u044a\u043a\u0430 \u0441 \u0436\u0435\u043b\u0430\u043d\u0438\u044f', NULL, NULL),\n(31641, 'bg', 'db', 'Recently Viewed', '\u041d\u0430\u0441\u043a\u043e\u0440\u043e \u0440\u0430\u0437\u0433\u043b\u0435\u0434\u0430\u043d\u0438', NULL, NULL),\n(31642, 'bg', 'db', 'Verify', '\u041f\u043e\u0442\u0432\u044a\u0440\u0434\u0438', NULL, NULL),\n(31643, 'bg', 'db', 'Track Order', '\u041f\u0440\u043e\u0441\u043b\u0435\u0434\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430', NULL, NULL),\n(31644, 'bg', 'db', 'Track', '\u043f\u0435\u0441\u0435\u043d', NULL, NULL),\n(31645, 'bg', 'db', 'Time', '\u0432\u0440\u0435\u043c\u0435', NULL, NULL),\n(31646, 'bg', 'db', 'Order Status', '\u0421\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043d\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430\u0442\u0430', NULL, NULL),\n(31647, 'bg', 'db', 'Payment Method', '\u041d\u0430\u0447\u0438\u043d \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31648, 'bg', 'db', 'Shipping Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(31649, 'bg', 'db', 'Pending Confirmation', '\u041e\u0447\u0430\u043a\u0432\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0436\u0434\u0435\u043d\u0438\u0435', NULL, NULL),\n(31650, 'bg', 'db', 'Track another order', '\u041f\u0440\u043e\u0441\u043b\u0435\u0434\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0440\u0443\u0433\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430', NULL, NULL),\n(31651, 'bg', 'db', 'Post Title', '\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044f\u0442\u0430', NULL, NULL),\n(31652, 'bg', 'db', 'Post Thumbnail', '\u041c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0430 \u043d\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044f', NULL, NULL),\n(31653, 'bg', 'db', 'Pay with gift card', '\u041f\u043b\u0430\u0449\u0430\u043d\u0435 \u0441 \u043f\u043e\u0434\u0430\u0440\u044a\u0447\u043d\u0430 \u043a\u0430\u0440\u0442\u0430', NULL, NULL),\n(31655, 'bg', 'db', 'Warehouse Wise', '\u041c\u044a\u0434\u044a\u0440 \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(31656, 'bg', 'db', 'Payment Receiver', '\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31657, 'bg', 'db', 'SMS Template', 'SMS \u0448\u0430\u0431\u043b\u043e\u043d', NULL, NULL),\n(31658, 'bg', 'db', 'Add Template', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0448\u0430\u0431\u043b\u043e\u043d', NULL, NULL),\n(31659, 'bg', 'db', 'SMS Template List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0438 \u0437\u0430 SMS', NULL, NULL),\n(31660, 'bg', 'db', 'Content', '\u0441\u044a\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0435', NULL, NULL),\n(31661, 'bg', 'db', 'Update Template', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0448\u0430\u0431\u043b\u043e\u043d', NULL, NULL),\n(31662, 'bg', 'db', 'Send SMS After Sale', '\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u0442\u0435 SMS \u0441\u043b\u0435\u0434 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(31663, 'bg', 'db', 'Default SMS Sale', '\u0420\u0430\u0437\u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430 \u0447\u0440\u0435\u0437 SMS \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31664, 'bg', 'db', 'Default SMS E-Commerce', '\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u0442\u044a\u0440\u0433\u043e\u0432\u0438\u044f \u0441 SMS \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31665, 'bg', 'db', 'Default Online', '\u041e\u043d\u043b\u0430\u0439\u043d \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31666, 'bg', 'db', 'Top Up', '\u0414\u043e\u043f\u044a\u043b\u0432\u0430\u043d\u0435', NULL, NULL),\n(31667, 'bg', 'db', 'Coupon Name', '\u0418\u043c\u0435 \u043d\u0430 \u043a\u0443\u043f\u043e\u043d', NULL, NULL),\n(31668, 'bg', 'db', 'Email Sent', '\u0418\u043c\u0435\u0439\u043b\u044a\u0442 \u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d', NULL, NULL),\n(31670, 'bg', 'db', 'Wholesale Price', '\u0426\u0435\u043d\u0430 \u043d\u0430 \u0435\u0434\u0440\u043e', NULL, NULL),\n(31671, 'bg', 'db', 'Price Option', '\u0446\u0435\u043d\u043e\u0432\u0430 \u043e\u043f\u0446\u0438\u044f', NULL, NULL),\n(31672, 'bg', 'db', 'Product Tags', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432\u0438 \u0435\u0442\u0438\u043a\u0435\u0442\u0438', NULL, NULL),\n(31673, 'bg', 'db', 'Selected Items', '\u0418\u0437\u0431\u0440\u0430\u043d\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438', NULL, NULL),\n(31674, 'bg', 'db', 'Related Products', '\u0421\u0432\u044a\u0440\u0437\u0430\u043d\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438', NULL, NULL),\n(31676, 'bg', 'db', 'Track Inventory', '\u041f\u0440\u043e\u0441\u043b\u0435\u0434\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u043d\u0432\u0435\u043d\u0442\u0430\u0440\u0430', NULL, NULL),\n(31677, 'bg', 'db', 'Register me as a user', '\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u0439 \u043c\u0435 \u043a\u0430\u0442\u043e \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b', NULL, NULL),\n(31678, 'bg', 'db', 'Verify & Close', '\u041f\u043e\u0442\u0432\u044a\u0440\u0434\u0438 \u0438 \u0437\u0430\u0442\u0432\u043e\u0440\u0438', NULL, NULL),\n(31679, 'bg', 'db', 'Enable Gift Card payment on checkout page', '\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435 \u0441 \u043a\u0430\u0440\u0442\u0430 \u0437\u0430 \u043f\u043e\u0434\u0430\u0440\u044a\u043a \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31680, 'bg', 'db', 'Theme Color', '\u0426\u0432\u044f\u0442 \u043d\u0430 \u0442\u0435\u043c\u0430\u0442\u0430', NULL, NULL),\n(31683, 'bg', 'db', 'Enter gift card number', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043a\u0430\u0440\u0442\u0430 \u0437\u0430 \u043f\u043e\u0434\u0430\u0440\u044a\u043a', NULL, NULL),\n(31684, 'bg', 'db', 'Page saved', '\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430 \u0435 \u0437\u0430\u043f\u0430\u0437\u0435\u043d\u0430', NULL, NULL),\n(31685, 'bg', 'db', 'Widget saved', '\u0414\u0436\u0430\u0434\u0436\u0430 \u0435 \u0437\u0430\u043f\u0430\u0437\u0435\u043d\u0430', NULL, NULL),\n(31686, 'bg', 'db', 'Template', '\u0428\u0430\u0431\u043b\u043e\u043d', NULL, NULL),\n(31687, 'bg', 'db', 'Three Column Banner', '\u0411\u0430\u043d\u0435\u0440 \u0441 \u0442\u0440\u0438 \u043a\u043e\u043b\u043e\u043d\u0438', NULL, NULL),\n(31688, 'bg', 'db', 'Banner Image', '\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043d\u0430 \u0431\u0430\u043d\u0435\u0440', NULL, NULL),\n(31689, 'bg', 'db', 'Income', '\u0434\u043e\u0445\u043e\u0434\u0438', NULL, NULL),\n(31690, 'bg', 'db', 'Income Category', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0434\u043e\u0445\u043e\u0434', NULL, NULL),\n(31691, 'bg', 'db', 'Income List', '\u0421\u043f\u0438\u0441\u044a\u043a \u043d\u0430 \u0434\u043e\u0445\u043e\u0434\u0438\u0442\u0435', NULL, NULL),\n(31692, 'bg', 'db', 'Add Income', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0434\u043e\u0445\u043e\u0434\u0438', NULL, NULL),\n(31693, 'bg', 'db', 'Add Income Category', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0434\u043e\u0445\u043e\u0434\u0438', NULL, NULL),\n(31694, 'bg', 'db', 'Update Income Category', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0434\u043e\u0445\u043e\u0434', NULL, NULL),\n(31695, 'bg', 'db', 'Packing Slip to manage orders\\\\\/sales', '\u041e\u043f\u0430\u043a\u043e\u0432\u044a\u0447\u0435\u043d \u043b\u0438\u0441\u0442 \u0437\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0438\\\\\/\u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438', NULL, NULL),\n(31696, 'bg', 'db', 'Enable', '\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31697, 'bg', 'db', 'Disable', '\u0414\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31698, 'bg', 'db', 'Create Packing Slip', '\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043e\u043f\u0430\u043a\u043e\u0432\u044a\u0447\u0435\u043d \u043b\u0438\u0441\u0442', NULL, NULL),\n(31699, 'bg', 'db', 'Packed', '\u043e\u043f\u0430\u043a\u043e\u0432\u0430\u043d\u0438', NULL, NULL),\n(31700, 'bg', 'db', 'Processing', '\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430', NULL, NULL),\n(31701, 'bg', 'db', 'Packing Slip List', '\u0421\u043f\u0438\u0441\u044a\u043a \u043d\u0430 \u043e\u043f\u0430\u043a\u043e\u0432\u044a\u0447\u043d\u0438\u044f \u043b\u0438\u0441\u0442', NULL, NULL),\n(31702, 'bg', 'db', 'Packing Slip Reference', '\u0420\u0435\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f \u0437\u0430 \u043e\u043f\u0430\u043a\u043e\u0432\u044a\u0447\u0435\u043d \u043b\u0438\u0441\u0442', NULL, NULL),\n(31703, 'bg', 'db', 'Challan List', '\u0421\u043f\u0438\u0441\u044a\u043a \u043d\u0430 \u0428\u0430\u043b\u0430\u043d', NULL, NULL),\n(31704, 'bg', 'db', 'Challan Report', '\u0414\u043e\u043a\u043b\u0430\u0434 \u043d\u0430 \u0428\u0430\u043b\u0430\u043d', NULL, NULL),\n(31705, 'bg', 'db', 'Packing Slip & Challan', '\u041e\u043f\u0430\u043a\u043e\u0432\u044a\u0447\u0435\u043d \u043b\u0438\u0441\u0442 \u0438 \u0428\u0430\u043b\u0430\u043d', NULL, NULL),\n(31706, 'bg', 'db', 'Filter Products', '\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438', NULL, NULL),\n(31707, 'bg', 'db', 'Expiry Duration Type', '\u0422\u0438\u043f \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442 \u043d\u0430 \u0438\u0437\u0442\u0438\u0447\u0430\u043d\u0435', NULL, NULL),\n(31708, 'bg', 'db', 'Expiry Value', '\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0438\u0437\u0442\u0438\u0447\u0430\u043d\u0435', NULL, NULL),\n(31709, 'bg', 'db', 'Biller Report', '\u041e\u0442\u0447\u0435\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0441\u0442\u0430', NULL, NULL),\n(31710, 'bg', 'db', 'Choose Biller', '\u0418\u0437\u0431\u0435\u0440\u0438 \u0444\u0430\u043a\u0442\u0443\u0440\u0438\u0441\u0442', NULL, NULL),\n(31711, 'bg', 'db', 'Thermal Invoice Size', '\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0442\u0435\u0440\u043c\u0438\u0447\u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430', NULL, NULL),\n(31712, 'bg', 'db', 'Invoice Option', '\u041e\u043f\u0446\u0438\u044f \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430', NULL, NULL),\n(31713, 'bg', 'db', '80mm', '80 \u043c\u043c', NULL, NULL),\n(31714, 'bg', 'db', '58mm', '58 \u043c\u043c', NULL, NULL),\n(31715, 'bg', 'db', 'Sale successfully added to draft', '\u0420\u0430\u0437\u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430\u0442\u0430 \u0435 \u0434\u043e\u0431\u0430\u0432\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u044a\u043c \u0447\u0435\u0440\u043d\u043e\u0432\u0430', NULL, NULL),\n(31716, 'bg', 'db', 'Barcode Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0431\u0430\u0440\u043a\u043e\u0434', NULL, NULL),\n(31717, 'bg', 'db', 'Add barcode sticker setting', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0437\u0430 \u0441\u0442\u0438\u043a\u0435\u0440 \u0441 \u0431\u0430\u0440\u043a\u043e\u0434', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(31718, 'bg', 'db', 'Edit Barcode Sticker Setting', '\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0442\u0430 \u043d\u0430 \u0441\u0442\u0438\u043a\u0435\u0440\u0430 \u0441 \u0431\u0430\u0440\u043a\u043e\u0434', NULL, NULL),\n(31719, 'bg', 'db', 'Sticker Sheet setting Name', '\u0418\u043c\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0442\u0430 \u043d\u0430 \u043b\u0438\u0441\u0442\u0430 \u0441\u044a\u0441 \u0441\u0442\u0438\u043a\u0435\u0440\u0438', NULL, NULL),\n(31720, 'bg', 'db', 'Sticker Sheet setting Description', '\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0442\u0430 \u043d\u0430 \u043b\u0438\u0441\u0442 \u0441\u044a\u0441 \u0441\u0442\u0438\u043a\u0435\u0440\u0438', NULL, NULL),\n(31721, 'bg', 'db', 'Continuous feed or rolls', '\u041d\u0435\u043f\u0440\u0435\u043a\u044a\u0441\u043d\u0430\u0442\u043e \u043f\u043e\u0434\u0430\u0432\u0430\u043d\u0435 \u0438\u043b\u0438 \u0440\u043e\u043b\u043a\u0438', NULL, NULL),\n(31722, 'bg', 'db', 'In Inches', '\u0412 \u0438\u043d\u0447\u043e\u0432\u0435', NULL, NULL),\n(31723, 'bg', 'db', 'Additional top margin', '\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u043e \u0433\u043e\u0440\u043d\u043e \u043f\u043e\u043b\u0435', NULL, NULL),\n(31724, 'bg', 'db', 'Additional left margin', '\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u043e \u043b\u044f\u0432\u043e \u043f\u043e\u043b\u0435', NULL, NULL),\n(31725, 'bg', 'db', 'Width of sticker', '\u0428\u0438\u0440\u0438\u043d\u0430 \u043d\u0430 \u0441\u0442\u0438\u043a\u0435\u0440\u0430', NULL, NULL),\n(31726, 'bg', 'db', 'Height of sticker', '\u0412\u0438\u0441\u043e\u0447\u0438\u043d\u0430 \u043d\u0430 \u0441\u0442\u0438\u043a\u0435\u0440\u0430', NULL, NULL),\n(31727, 'bg', 'db', 'Paper width', '\u0428\u0438\u0440\u0438\u043d\u0430 \u043d\u0430 \u0445\u0430\u0440\u0442\u0438\u044f\u0442\u0430', NULL, NULL),\n(31728, 'bg', 'db', 'Paper height', '\u0412\u0438\u0441\u043e\u0447\u0438\u043d\u0430 \u043d\u0430 \u0445\u0430\u0440\u0442\u0438\u044f\u0442\u0430', NULL, NULL),\n(31729, 'bg', 'db', 'Stickers in one row', '\u0421\u0442\u0438\u043a\u0435\u0440\u0438 \u0432 \u0435\u0434\u0438\u043d \u0440\u0435\u0434', NULL, NULL),\n(31730, 'bg', 'db', 'Distance between two rows', '\u0420\u0430\u0437\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043c\u0435\u0436\u0434\u0443 \u0434\u0432\u0430 \u0440\u0435\u0434\u0430', NULL, NULL),\n(31731, 'bg', 'db', 'Distance between two columns', '\u0420\u0430\u0437\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043c\u0435\u0436\u0434\u0443 \u0434\u0432\u0435 \u043a\u043e\u043b\u043e\u043d\u0438', NULL, NULL),\n(31732, 'bg', 'db', 'No of Stickers per sheet', '\u0411\u0440\u043e\u0439 \u0441\u0442\u0438\u043a\u0435\u0440\u0438 \u043d\u0430 \u043b\u0438\u0441\u0442', NULL, NULL),\n(31733, 'bg', 'db', 'Set as default', '\u0417\u0430\u0434\u0430\u0432\u0430\u043d\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(31734, 'bg', 'db', 'Add New Setting', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043d\u043e\u0432\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430', NULL, NULL),\n(31735, 'bg', 'db', 'Print Labels', '\u041f\u0435\u0447\u0430\u0442 \u043d\u0430 \u0435\u0442\u0438\u043a\u0435\u0442\u0438', NULL, NULL),\n(31736, 'bg', 'db', 'Information on Label', '\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u0435\u0442\u0438\u043a\u0435\u0442\u0430', NULL, NULL),\n(31737, 'bg', 'db', 'Add Production', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e', NULL, NULL),\n(31738, 'bg', 'db', 'Production List', '\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d \u0441\u043f\u0438\u0441\u044a\u043a', NULL, NULL),\n(31739, 'bg', 'db', 'Expired Date', '\u0418\u0437\u0442\u0435\u043a\u043b\u0430 \u0434\u0430\u0442\u0430', NULL, NULL),\n(31740, 'bg', 'db', 'Manufacturing', '\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e', NULL, NULL),\n(31741, 'bg', 'db', 'Total Tax', '\u041e\u0431\u0449 \u0434\u0430\u043d\u044a\u043a', NULL, NULL),\n(31742, 'bg', 'db', 'Production Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e\u0442\u043e', NULL, NULL),\n(31743, 'bg', 'db', 'Add Custom Size', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d \u0440\u0430\u0437\u043c\u0435\u0440', NULL, NULL),\n(31744, 'bg', 'db', 'RTL', 'RTL', NULL, NULL),\n(31745, 'bg', 'db', 'LTR', 'LTR', NULL, NULL),\n(31747, 'bg', 'db', 'Show search results in', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0435\u0437\u0443\u043b\u0442\u0430\u0442\u0438\u0442\u0435 \u043e\u0442 \u0442\u044a\u0440\u0441\u0435\u043d\u0435\u0442\u043e \u0432', NULL, NULL),\n(31748, 'bg', 'db', 'Full Page', '\u0426\u044f\u043b\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(31749, 'bg', 'db', 'Dropdown', '\u043f\u0430\u0434\u0430\u0449\u043e \u043c\u0435\u043d\u044e', NULL, NULL),\n(31751, 'bg', 'db', 'Saving', '\u0421\u043f\u0435\u0441\u0442\u044f\u0432\u0430\u043d\u0435', NULL, NULL),\n(31752, 'bg', 'db', 'Multiple Payment', '\u041c\u043d\u043e\u0433\u043e\u043a\u0440\u0430\u0442\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31753, 'bg', 'db', 'Finalize Sale(Multiple Payment)', '\u0424\u0438\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430\u0442\u0430 (\u043c\u043d\u043e\u0433\u043e\u043a\u0440\u0430\u0442\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435)', NULL, NULL),\n(31754, 'bg', 'db', 'Cash Received', '\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438 \u043f\u0430\u0440\u0438 \u0432 \u0431\u0440\u043e\u0439', NULL, NULL),\n(31755, 'bg', 'db', 'Add More Payment', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043e\u0449\u0435 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31756, 'bg', 'db', 'Received', '\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043e', NULL, NULL),\n(31757, 'bg', 'db', 'Production Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e', NULL, NULL),\n(31763, 'bg', 'db', 'Employees', '\u0421\u043b\u0443\u0436\u0438\u0442\u0435\u043b\u0438', NULL, NULL),\n(31764, 'bg', 'db', 'Award', '\u043d\u0430\u0433\u0440\u0430\u0434\u0430', NULL, NULL),\n(31765, 'bg', 'db', 'Travel', '\u041f\u044a\u0442\u0443\u0432\u0430\u043d\u0435', NULL, NULL),\n(31766, 'bg', 'db', 'Resignations', '\u041e\u0441\u0442\u0430\u0432\u043a\u0438', NULL, NULL),\n(31767, 'bg', 'db', 'Complaints', '\u0416\u0430\u043b\u0431\u0438', NULL, NULL),\n(31768, 'bg', 'db', 'Warnings', '\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f', NULL, NULL),\n(31769, 'bg', 'db', 'Terminations', '\u041f\u0440\u0435\u043a\u0440\u0430\u0442\u044f\u0432\u0430\u043d\u0435', NULL, NULL),\n(31770, 'bg', 'db', 'Organization', '\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f', NULL, NULL),\n(31771, 'bg', 'db', 'Company', '\u0444\u0438\u0440\u043c\u0430', NULL, NULL),\n(31772, 'bg', 'db', 'Designation', '\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435', NULL, NULL),\n(31773, 'bg', 'db', 'Announcements', '\u0421\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f', NULL, NULL),\n(31774, 'bg', 'db', 'Timesheets', '\u0420\u0430\u0437\u043f\u0438\u0441\u0430\u043d\u0438\u044f', NULL, NULL),\n(31775, 'bg', 'db', 'Attendances', '\u043f\u0440\u0438\u0441\u044a\u0441\u0442\u0432\u0438\u044f', NULL, NULL),\n(31776, 'bg', 'db', 'Recruitment', '\u041d\u0430\u0431\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b', NULL, NULL),\n(31777, 'bg', 'db', 'Training', '\u043e\u0431\u0443\u0447\u0435\u043d\u0438\u0435', NULL, NULL),\n(31778, 'bg', 'db', 'Trainers', '\u043e\u0431\u0443\u0447\u0438\u0442\u0435\u043b\u0438', NULL, NULL),\n(31779, 'bg', 'db', 'Events', '\u0441\u044a\u0431\u0438\u0442\u0438\u044f', NULL, NULL),\n(31780, 'bg', 'db', 'Meetings', '\u0421\u0440\u0435\u0449\u0438', NULL, NULL),\n(31781, 'bg', 'db', 'Finance', '\u0424\u0438\u043d\u0430\u043d\u0441\u0438', NULL, NULL),\n(31782, 'bg', 'db', 'imei_numbers', 'imei_numbers', NULL, NULL),\n(31783, 'bg', 'db', 'Warranty', '\u0433\u0430\u0440\u0430\u043d\u0446\u0438\u044f', NULL, NULL),\n(31784, 'bg', 'db', 'Guarantee', '\u0433\u0430\u0440\u0430\u043d\u0446\u0438\u044f', NULL, NULL),\n(31785, 'bg', 'db', 'Dear', '\u0441\u043a\u044a\u043f\u0438', NULL, NULL),\n(31786, 'bg', 'db', 'Thank you for your purchase! Your invoice number is', '\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0432\u0438 \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430\u0442\u0430! \u041d\u043e\u043c\u0435\u0440\u044a\u0442 \u043d\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u0435', NULL, NULL),\n(31787, 'bg', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', '\u0410\u043a\u043e \u0438\u043c\u0430\u0442\u0435 \u043d\u044f\u043a\u0430\u043a\u0432\u0438 \u0432\u044a\u043f\u0440\u043e\u0441\u0438 \u0438\u043b\u0438 \u043f\u0440\u0438\u0442\u0435\u0441\u043d\u0435\u043d\u0438\u044f, \u043c\u043e\u043b\u044f, \u043d\u0435 \u0441\u0435 \u043a\u043e\u043b\u0435\u0431\u0430\u0439\u0442\u0435 \u0434\u0430 \u0441\u0435 \u0441\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441 \u043d\u0430\u0441. \u041d\u0438\u0435 \u0441\u043c\u0435 \u0442\u0443\u043a, \u0437\u0430 \u0434\u0430 \u0432\u0438 \u043f\u043e\u043c\u043e\u0433\u043d\u0435\u043c!', NULL, NULL),\n(31788, 'bg', 'db', 'Best regards', '\u0421 \u043d\u0430\u0439-\u0434\u043e\u0431\u0440\u0438 \u043f\u043e\u0436\u0435\u043b\u0430\u043d\u0438\u044f', NULL, NULL),\n(31789, 'bg', 'db', 'Whatsapp Notification', '\u0418\u0437\u0432\u0435\u0441\u0442\u0438\u0435 \u0437\u0430 WhatsApp', NULL, NULL),\n(31790, 'bg', 'db', 'Add More Payment Option', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043e\u0449\u0435 \u043e\u043f\u0446\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(31791, 'bg', 'db', 'Type date or quotation reference', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0434\u0430\u0442\u0430 \u0438\u043b\u0438 \u043f\u0440\u0435\u043f\u0440\u0430\u0442\u043a\u0430 \u043a\u044a\u043c \u043e\u0444\u0435\u0440\u0442\u0430...', NULL, NULL),\n(31793, 'bg', 'db', 'Sale Reference No', '\u0420\u0435\u0444\u0435\u0440\u0435\u043d\u0442\u0435\u043d \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430.', NULL, NULL),\n(31794, 'bg', 'db', 'My Transactions', '\u041c\u043e\u0438\u0442\u0435 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438', NULL, NULL),\n(31795, 'bg', 'db', 'One Point is Equivalent to:', '\u0415\u0434\u043d\u0430 \u0442\u043e\u0447\u043a\u0430 \u0435 \u0435\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u043d\u0430 \u043d\u0430:', NULL, NULL),\n(31796, 'bg', 'db', 'Update Income', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0445\u043e\u0434\u0438\u0442\u0435', NULL, NULL),\n(31797, 'bg', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', '\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u0441\u0430\u043c\u043e \u0437\u0430 \u0442\u0438\u043f\u043e\u0432\u0435 Select, Multi Select, Checkbox, Radio Button. \u041f\u043e\u043f\u044a\u043b\u043d\u0435\u0442\u0435 \u043f\u043e\u043b\u0435\u0442\u043e, \u043a\u0430\u0442\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435 \u043e\u043f\u0446\u0438\u0438\u0442\u0435 \u0441\u044a\u0441 \u0437\u0430\u043f\u0435\u0442\u0430\u044f. eq. \u044f\u0431\u044a\u043b\u043a\u0430, \u043f\u043e\u0440\u0442\u043e\u043a\u0430\u043b, \u0431\u0430\u043d\u0430\u043d', NULL, NULL),\n(31798, 'bg', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', '\u0418\u0437\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u043d\u043e: \u0446\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 = \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u043d\u0430 \u0446\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 + \u0434\u0430\u043d\u044a\u043a. \u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u043d\u043e: \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u043d\u0430 \u0446\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 = \u0446\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 - \u0434\u0430\u043d\u044a\u043a', NULL, NULL),\n(31799, 'de', 'db', 'dashboard', 'Armaturenbrett', NULL, NULL),\n(31800, 'de', 'db', 'language', 'Sprache', NULL, NULL),\n(31801, 'de', 'db', 'Languages', 'Sprachen', NULL, NULL),\n(31802, 'de', 'db', 'revenue', 'Einnahmen', NULL, NULL),\n(31803, 'de', 'db', 'product', 'Produkt', NULL, NULL),\n(31804, 'de', 'db', 'category', 'Kategorie', NULL, NULL),\n(31805, 'de', 'db', 'product_list', 'Produktliste', NULL, NULL),\n(31806, 'de', 'db', 'add_product', 'Produkt hinzuf\u00fcgen', NULL, NULL),\n(31807, 'de', 'db', 'import_product', 'Produkt importieren', NULL, NULL),\n(31808, 'de', 'db', 'print_barcode', 'Barcode drucken', NULL, NULL),\n(31809, 'de', 'db', 'welcome', 'Willkommen', NULL, NULL),\n(31810, 'de', 'db', 'profile', 'Profil', NULL, NULL),\n(31811, 'de', 'db', 'add', 'hinzuf\u00fcgen', NULL, NULL),\n(31812, 'de', 'db', 'parent', 'Elternteil', NULL, NULL),\n(31813, 'de', 'db', 'action', 'Aktion', NULL, NULL),\n(31814, 'de', 'db', 'import', 'Import', NULL, NULL),\n(31815, 'de', 'db', 'edit', 'bearbeiten', NULL, NULL),\n(31816, 'de', 'db', 'delete', 'l\u00f6schen', NULL, NULL),\n(31817, 'de', 'db', 'name', 'Name', NULL, NULL),\n(31818, 'de', 'db', 'submit', 'einreichen', NULL, NULL),\n(31819, 'de', 'db', 'update', 'aktualisieren', NULL, NULL),\n(31820, 'de', 'db', 'The field labels marked with * are required input fields', 'Die mit * gekennzeichneten Feldbezeichnungen sind Pflichtfelder', NULL, NULL),\n(31821, 'de', 'db', 'settings', 'Einstellungen', NULL, NULL),\n(31822, 'de', 'db', 'logout', 'Abmelden', NULL, NULL),\n(31823, 'de', 'db', 'return', 'zur\u00fcckkehren', NULL, NULL),\n(31824, 'de', 'db', 'profit', 'profitieren', NULL, NULL),\n(31825, 'de', 'db', 'sale qty', 'Verkaufsmenge', NULL, NULL),\n(31826, 'de', 'db', 'yearly report', 'Jahresbericht', NULL, NULL),\n(31827, 'de', 'db', 'sale amount', 'Verkaufsbetrag', NULL, NULL),\n(31828, 'de', 'db', 'recent sales', 'j\u00fcngste Verk\u00e4ufe', NULL, NULL),\n(31829, 'de', 'db', 'latest', 'letzte', NULL, NULL),\n(31830, 'de', 'db', 'best selling product', 'meistverkauftes Produkt', NULL, NULL),\n(31831, 'de', 'db', 'top', 'Spitze', NULL, NULL),\n(31832, 'de', 'db', 'date', 'Datum', NULL, NULL),\n(31834, 'de', 'db', 'reference', 'Referenz', NULL, NULL),\n(31835, 'de', 'db', 'customer', 'Kunde', NULL, NULL),\n(31836, 'de', 'db', 'status', 'Status', NULL, NULL),\n(31837, 'de', 'db', 'grand total', 'Gesamtsumme', NULL, NULL),\n(31838, 'de', 'db', 'Product Details', 'Produktdetails', NULL, NULL),\n(31839, 'de', 'db', 'qty', 'Menge', NULL, NULL),\n(31841, 'de', 'db', 'Price', 'Preis', NULL, NULL),\n(31842, 'de', 'db', 'Image', 'Bild', NULL, NULL),\n(31843, 'de', 'db', 'Code', 'Code', NULL, NULL),\n(31844, 'de', 'db', 'Brand', 'Marke', NULL, NULL),\n(31845, 'de', 'db', 'Quantity', 'Menge', NULL, NULL),\n(31846, 'de', 'db', 'Unit', 'Einheit', NULL, NULL),\n(31847, 'de', 'db', 'Type', 'Typ', NULL, NULL),\n(31848, 'de', 'db', 'Barcode Symbology', 'Barcode-Symbologie', NULL, NULL),\n(31849, 'de', 'db', 'Sale', 'Verkauf', NULL, NULL),\n(31850, 'de', 'db', 'Purchase', 'Kaufen', NULL, NULL),\n(31851, 'de', 'db', 'Cost', 'Kosten', NULL, NULL),\n(31852, 'de', 'db', 'Alert', 'Alarm', NULL, NULL),\n(31853, 'de', 'db', 'Promotional Price', 'Aktionspreis', NULL, NULL),\n(31854, 'de', 'db', 'Promotion', 'F\u00f6rderung', NULL, NULL),\n(31855, 'de', 'db', 'Featured', 'Vorgestellt', NULL, NULL),\n(31856, 'de', 'db', 'Tax', 'Steuer', NULL, NULL),\n(31857, 'de', 'db', 'Invoice Details', 'Rechnungsdetails', NULL, NULL),\n(31858, 'de', 'db', 'Generate', 'Erzeugen', NULL, NULL),\n(31859, 'de', 'db', 'Promotion Starts', 'Promotion startet', NULL, NULL),\n(31860, 'de', 'db', 'Promotion Ends', 'Aktion endet', NULL, NULL),\n(31861, 'de', 'db', 'Starting', 'Starten', NULL, NULL),\n(31862, 'de', 'db', 'Ending', 'Ende', NULL, NULL),\n(31863, 'de', 'db', 'Print', 'Drucken', NULL, NULL),\n(31864, 'de', 'db', 'Barcode', 'Strichcode', NULL, NULL),\n(31865, 'de', 'db', 'Supplier', 'Anbieter', NULL, NULL),\n(31866, 'de', 'db', 'Paid', 'Bezahlt', NULL, NULL),\n(31867, 'de', 'db', 'Balance', 'Gleichgewicht', NULL, NULL),\n(31868, 'de', 'db', 'Payment', 'Zahlung', NULL, NULL),\n(31869, 'de', 'db', 'View', 'Sicht', NULL, NULL),\n(31870, 'de', 'db', 'Warehouse', 'Lager', NULL, NULL),\n(31871, 'de', 'db', 'Attach Document', 'Dokument anh\u00e4ngen', NULL, NULL),\n(31872, 'de', 'db', 'Select Product', 'Produkt ausw\u00e4hlen', NULL, NULL),\n(31873, 'de', 'db', 'Order', 'Befehl', NULL, NULL),\n(31874, 'de', 'db', 'Order Table', 'Bestelltabelle', NULL, NULL),\n(31875, 'de', 'db', 'Discount', 'Rabatt', NULL, NULL),\n(31876, 'de', 'db', 'Unit Cost', 'St\u00fcckkosten', NULL, NULL),\n(31877, 'de', 'db', 'Unit Price', 'St\u00fcckpreis', NULL, NULL),\n(31878, 'de', 'db', 'Net Unit Cost', 'Nettost\u00fcckkosten', NULL, NULL),\n(31879, 'de', 'db', 'Net Unit Price', 'Netto-St\u00fcckpreis', NULL, NULL),\n(31880, 'de', 'db', 'Shipping Cost', 'Versandkosten', NULL, NULL),\n(31881, 'de', 'db', 'Subtotal', 'Zwischensumme', NULL, NULL),\n(31882, 'de', 'db', 'Note', 'Notiz', NULL, NULL),\n(31883, 'de', 'db', 'Items', 'Artikel', NULL, NULL),\n(31884, 'de', 'db', 'Total', 'Gesamt', NULL, NULL),\n(31885, 'de', 'db', 'Recieved', 'Empfangen', NULL, NULL),\n(31886, 'de', 'db', 'Upload CSV File', 'CSV-Datei hochladen', NULL, NULL),\n(31887, 'de', 'db', 'Download Sample File', 'Beispieldatei herunterladen', NULL, NULL),\n(31888, 'de', 'db', 'Sample File', 'Beispieldatei', NULL, NULL),\n(31889, 'de', 'db', 'Download', 'Herunterladen', NULL, NULL),\n(31890, 'de', 'db', 'The correct column order is', 'Die richtige Spaltenreihenfolge ist', NULL, NULL),\n(31891, 'de', 'db', 'and you must follow this', 'und Sie m\u00fcssen dies befolgen', NULL, NULL),\n(31892, 'de', 'db', 'All columns are required', 'Alle Spalten sind erforderlich', NULL, NULL),\n(31893, 'de', 'db', 'Biller', 'Biller', NULL, NULL),\n(31894, 'de', 'db', 'From', 'Aus', NULL, NULL),\n(31895, 'de', 'db', 'To', 'Zu', NULL, NULL),\n(31896, 'de', 'db', 'Created By', 'Erstellt von', NULL, NULL),\n(31897, 'de', 'db', 'Amount', 'Menge', NULL, NULL),\n(31898, 'de', 'db', 'Staff', 'Personal', NULL, NULL),\n(31899, 'de', 'db', 'Quotation', 'Zitat', NULL, NULL),\n(31900, 'de', 'db', 'Create', 'Erstellen', NULL, NULL),\n(31901, 'de', 'db', 'Adjustment', 'Einstellung', NULL, NULL),\n(31902, 'de', 'db', 'Subtraction', 'Subtraktion', NULL, NULL),\n(31903, 'de', 'db', 'Addition', 'Zusatz', NULL, NULL),\n(31904, 'de', 'db', 'Transfer', '\u00dcberweisen', NULL, NULL),\n(31905, 'de', 'db', 'User', 'Benutzer', NULL, NULL),\n(31906, 'de', 'db', 'Email', 'E-Mail', NULL, NULL),\n(31907, 'de', 'db', 'Company Name', 'Name der Firma', NULL, NULL),\n(31908, 'de', 'db', 'Phone Number', 'Telefonnummer', NULL, NULL),\n(31909, 'de', 'db', 'Role', 'Rolle', NULL, NULL),\n(31910, 'de', 'db', 'UserName', 'Benutzername', NULL, NULL),\n(31911, 'de', 'db', 'Password', 'Passwort', NULL, NULL),\n(31912, 'de', 'db', 'LogIn', 'Login', NULL, NULL),\n(31913, 'de', 'db', 'Change Password', 'Kennwort \u00e4ndern', NULL, NULL),\n(31914, 'de', 'db', 'Active', 'Aktiv', NULL, NULL),\n(31915, 'de', 'db', 'Customer Group', 'Kundengruppe', NULL, NULL),\n(31916, 'de', 'db', 'Address', 'Adresse', NULL, NULL),\n(31917, 'de', 'db', 'City', 'Stadt', NULL, NULL),\n(31918, 'de', 'db', 'Postal Code', 'Postleitzahl', NULL, NULL),\n(31919, 'de', 'db', 'Country', 'Land', NULL, NULL),\n(31920, 'de', 'db', 'State', 'Zustand', NULL, NULL),\n(31921, 'de', 'db', 'Upload File', 'Datei hochladen', NULL, NULL),\n(31922, 'de', 'db', 'List', 'Liste', NULL, NULL),\n(31923, 'de', 'db', 'VAT Number', 'Umsatzsteuer-Identifikationsnummer', NULL, NULL),\n(31924, 'de', 'db', 'Choose Your Date', 'W\u00e4hlen Sie Ihr Datum', NULL, NULL),\n(31925, 'de', 'db', 'Loss', 'Verlust', NULL, NULL),\n(31926, 'de', 'db', 'Or', 'Oder', NULL, NULL),\n(31927, 'de', 'db', 'Sent', 'Gesendet', NULL, NULL),\n(31928, 'de', 'db', 'Net Profit', 'Reingewinn', NULL, NULL),\n(31929, 'de', 'db', 'Best Seller', 'Bestseller', NULL, NULL),\n(31930, 'de', 'db', 'Best Seller From', 'Bestseller von', NULL, NULL),\n(31931, 'de', 'db', 'Product Report', 'Produktbericht', NULL, NULL),\n(31932, 'de', 'db', 'Purchased', 'Gekauft', NULL, NULL),\n(31933, 'de', 'db', 'Sold', 'Verkauft', NULL, NULL),\n(31934, 'de', 'db', 'In Stock', 'Auf Lager', NULL, NULL),\n(31935, 'de', 'db', 'Reports', 'Berichte', NULL, NULL),\n(31936, 'de', 'db', 'Daily Sale', 'T\u00e4glicher Verkauf', NULL, NULL),\n(31937, 'de', 'db', 'Daily Sale Report', 'T\u00e4glicher Verkaufsbericht', NULL, NULL),\n(31938, 'de', 'db', 'Monthly Sale', 'Monatsverkauf', NULL, NULL),\n(31939, 'de', 'db', 'Monthly Sale Report', 'Monatlicher Verkaufsbericht', NULL, NULL),\n(31940, 'de', 'db', 'Daily Purchase', 'T\u00e4glicher Einkauf', NULL, NULL),\n(31941, 'de', 'db', 'Daily Purchase Report', 'T\u00e4glicher Kaufbericht', NULL, NULL),\n(31942, 'de', 'db', 'Monthly Purchase', 'Monatlicher Kauf', NULL, NULL),\n(31943, 'de', 'db', 'Monthly Purchase Report', 'Monatlicher Kaufbericht', NULL, NULL),\n(31944, 'de', 'db', 'Previous', 'Vorherige', NULL, NULL),\n(31945, 'de', 'db', 'Next', 'N\u00e4chste', NULL, NULL),\n(31946, 'de', 'db', 'Stock Chart', 'Aktienchart', NULL, NULL),\n(31947, 'de', 'db', 'Due', 'F\u00e4llig', NULL, NULL),\n(31948, 'de', 'db', 'Description', 'Beschreibung', NULL, NULL),\n(31949, 'de', 'db', 'Change Permission', 'Berechtigung \u00e4ndern', NULL, NULL),\n(31950, 'de', 'db', 'Group Permission', 'Gruppenberechtigung', NULL, NULL),\n(31951, 'de', 'db', 'Permissions', 'Berechtigungen', NULL, NULL),\n(31952, 'de', 'db', 'Percentage', 'Prozentsatz', NULL, NULL),\n(31953, 'de', 'db', 'Title', 'Titel', NULL, NULL),\n(31954, 'de', 'db', 'Base Unit', 'Basiseinheit', NULL, NULL),\n(31955, 'de', 'db', 'Operator', 'Operator', NULL, NULL),\n(31956, 'de', 'db', 'Operation Value', 'Operationswert', NULL, NULL),\n(31957, 'de', 'db', 'Rate', 'Rate', NULL, NULL),\n(31958, 'de', 'db', 'General Setting', 'Allgemeine Einstellungen', NULL, NULL),\n(31959, 'de', 'db', 'Site Title', 'Site-Titel', NULL, NULL),\n(31960, 'de', 'db', 'Site Logo', 'Site-Logo', NULL, NULL),\n(31961, 'de', 'db', 'Current Password', 'Aktuelles Passwort', NULL, NULL),\n(31962, 'de', 'db', 'New Password', 'Neues Passwort', NULL, NULL),\n(31963, 'de', 'db', 'Confirm Password', 'Passwort best\u00e4tigen', NULL, NULL),\n(31964, 'de', 'db', 'POS Setting', 'POS-Einstellung', NULL, NULL),\n(31965, 'de', 'db', 'Developed By', 'Entwickelt von', NULL, NULL),\n(31966, 'de', 'db', 'All', 'Alle', NULL, NULL),\n(31967, 'de', 'db', 'By', 'Von', NULL, NULL),\n(31968, 'de', 'db', 'Cheque Number', 'Schecknummer', NULL, NULL),\n(31969, 'de', 'db', 'Invoice', 'Rechnung', NULL, NULL),\n(31970, 'de', 'db', 'Shipping', 'Versand', NULL, NULL),\n(31971, 'de', 'db', 'Finalize Sale', 'Verkauf abschlie\u00dfen', NULL, NULL),\n(31972, 'de', 'db', 'People', 'Menschen', NULL, NULL),\n(31973, 'de', 'db', 'Option', 'Option', NULL, NULL),\n(31974, 'de', 'db', 'Bill', 'Rechnung', NULL, NULL),\n(31975, 'de', 'db', 'Go To', 'Gehe zu', NULL, NULL),\n(31976, 'de', 'db', 'Mode', 'Modus', NULL, NULL),\n(31977, 'de', 'db', 'In Words', 'In Worten', NULL, NULL),\n(31978, 'de', 'db', 'Stamp', 'Stempel', NULL, NULL),\n(31979, 'de', 'db', 'Signature', 'Unterschrift', NULL, NULL),\n(31980, 'de', 'db', 'Developed', 'Entwickelt', NULL, NULL),\n(31981, 'de', 'db', 'Attach File', 'Datei anh\u00e4ngen', NULL, NULL),\n(31982, 'de', 'db', 'File Link', 'Dateilink', NULL, NULL),\n(31983, 'de', 'db', 'Delivery', 'Lieferung', NULL, NULL),\n(31984, 'de', 'db', 'Delivered', 'Geliefert', NULL, NULL),\n(31985, 'de', 'db', 'For Digital product sale_unit will be n\\\\\/a', 'F\u00fcr digitale Produkte betr\u00e4gt die Verkaufseinheit n\\\\\/a.', NULL, NULL),\n(31986, 'de', 'db', 'Forgot Password?', 'Passwort vergessen?', NULL, NULL),\n(31987, 'de', 'db', 'Do not have an account?', 'Sie haben noch kein Konto?', NULL, NULL),\n(31988, 'de', 'db', 'Register', 'Registrieren', NULL, NULL),\n(31989, 'de', 'db', 'Expense Category', 'Ausgabenkategorie', NULL, NULL),\n(31990, 'de', 'db', 'Expense', 'Kosten', NULL, NULL),\n(31991, 'de', 'db', 'Gift Card', 'Geschenkkarte', NULL, NULL),\n(31992, 'de', 'db', 'Card', 'Karte', NULL, NULL),\n(31993, 'de', 'db', 'Expiry Date', 'Verfallsdatum', NULL, NULL),\n(31994, 'de', 'db', 'Recharge', 'Aufladen', NULL, NULL),\n(31995, 'de', 'db', 'Deposit', 'Kaution', NULL, NULL),\n(31996, 'de', 'db', 'Choose Warehouse', 'Lager w\u00e4hlen', NULL, NULL),\n(31997, 'de', 'db', 'Choose Supplier', 'Lieferanten ausw\u00e4hlen', NULL, NULL),\n(31998, 'de', 'db', 'Choose Customer', 'Kunden ausw\u00e4hlen', NULL, NULL),\n(31999, 'de', 'db', 'Touchscreen keybord', 'Touchscreen-Tastatur', NULL, NULL),\n(32000, 'de', 'db', 'Already have an account', 'Ich habe bereits ein Konto', NULL, NULL),\n(32001, 'de', 'db', 'Currency', 'W\u00e4hrung', NULL, NULL),\n(32002, 'de', 'db', 'Mail Setting', 'Mail-Einstellungen', NULL, NULL),\n(32003, 'de', 'db', 'Mail Host', 'Mail-Host', NULL, NULL),\n(32004, 'de', 'db', 'Mail Port', 'Mail-Port', NULL, NULL),\n(32005, 'de', 'db', 'Mail From Name', 'E-Mail-Absendername', NULL, NULL),\n(32006, 'de', 'db', 'Mail Address', 'Mail-Adresse', NULL, NULL),\n(32007, 'de', 'db', 'Encryption', 'Verschl\u00fcsselung', NULL, NULL),\n(32008, 'de', 'db', 'Today', 'Heute', NULL, NULL),\n(32009, 'de', 'db', 'Last 7 Days', 'Letzte 7 Tage', NULL, NULL),\n(32010, 'de', 'db', 'This Month', 'Diesen Monat', NULL, NULL),\n(32011, 'de', 'db', 'This Year', 'Dieses Jahr', NULL, NULL),\n(32012, 'de', 'db', 'Cash in Hand', 'Bargeld auf die Hand', NULL, NULL),\n(32013, 'de', 'db', 'In Hand', 'In der Hand', NULL, NULL),\n(32014, 'de', 'db', 'Summary Report', 'Zusammenfassender Bericht', NULL, NULL),\n(32015, 'de', 'db', 'Draft', 'Entwurf', NULL, NULL),\n(32016, 'de', 'db', 'Coupon', 'Coupon', NULL, NULL),\n(32017, 'de', 'db', 'Available', 'Verf\u00fcgbar', NULL, NULL),\n(32018, 'de', 'db', 'Minimum Sale', 'Mindestverkauf', NULL, NULL),\n(32019, 'de', 'db', 'Add Sale', 'Verkauf hinzuf\u00fcgen', NULL, NULL),\n(32020, 'de', 'db', 'Import Sale', 'Importverkauf', NULL, NULL),\n(32021, 'de', 'db', 'Sale Status', 'Verkaufsstatus', NULL, NULL),\n(32022, 'de', 'db', 'Payment Status', 'Zahlungsstatus', NULL, NULL),\n(32023, 'de', 'db', 'Generate Invoice', 'Rechnung erstellen', NULL, NULL),\n(32024, 'de', 'db', 'Add Payment', 'Zahlung hinzuf\u00fcgen', NULL, NULL),\n(32025, 'de', 'db', 'View Payment', 'Zahlung anzeigen', NULL, NULL),\n(32026, 'de', 'db', 'Add Delivery', 'Lieferung hinzuf\u00fcgen', NULL, NULL),\n(32027, 'de', 'db', 'PDF', 'PDF', NULL, NULL),\n(32028, 'de', 'db', 'CSV', 'CSV', NULL, NULL),\n(32029, 'de', 'db', 'Column visibility', 'Spaltensichtbarkeit', NULL, NULL),\n(32030, 'de', 'db', 'Search', 'Suchen', NULL, NULL),\n(32031, 'de', 'db', 'records per page', 'Datens\u00e4tze pro Seite', NULL, NULL),\n(32032, 'de', 'db', 'Showing', 'Zeigen', NULL, NULL),\n(32033, 'de', 'db', 'Order Discount', 'Bestellrabatt', NULL, NULL),\n(32034, 'de', 'db', 'Order Tax', 'Steuer bestellen', NULL, NULL),\n(32035, 'de', 'db', 'Sale Note', 'Verkaufsnotiz', NULL, NULL),\n(32036, 'de', 'db', 'Staff Note', 'Mitarbeiternotiz', NULL, NULL),\n(32037, 'de', 'db', 'Paid Amount', 'Bezahlter Betrag', NULL, NULL),\n(32038, 'de', 'db', 'Sale Details', 'Verkaufsdetails', NULL, NULL),\n(32039, 'de', 'db', 'Purchase List', 'Einkaufsliste', NULL, NULL),\n(32040, 'de', 'db', 'Add Purchase', 'Kauf hinzuf\u00fcgen', NULL, NULL),\n(32041, 'de', 'db', 'Import Purchase By CSV', 'Einkauf per CSV importieren', NULL, NULL),\n(32042, 'de', 'db', 'Sale List', 'Verkaufsliste', NULL, NULL),\n(32043, 'de', 'db', 'Import Sale By CSV', 'Verkauf per CSV importieren', NULL, NULL),\n(32044, 'de', 'db', 'Gift Card List', 'Geschenkkartenliste', NULL, NULL),\n(32045, 'de', 'db', 'Coupon List', 'Couponliste', NULL, NULL),\n(32046, 'de', 'db', 'Delivery List', 'Lieferliste', NULL, NULL),\n(32047, 'de', 'db', 'Expense List', 'Spesenliste', NULL, NULL),\n(32048, 'de', 'db', 'Add Expense', 'Ausgaben hinzuf\u00fcgen', NULL, NULL),\n(32049, 'de', 'db', 'Quotation List', 'Angebotsliste', NULL, NULL),\n(32050, 'de', 'db', 'Add Quotation', 'Angebot hinzuf\u00fcgen', NULL, NULL),\n(32051, 'de', 'db', 'Transfer List', 'Transferliste', NULL, NULL),\n(32052, 'de', 'db', 'Add Transfer', '\u00dcbertragung hinzuf\u00fcgen', NULL, NULL),\n(32053, 'de', 'db', 'Import Transfer By CSV', 'Transfer per CSV importieren', NULL, NULL),\n(32054, 'de', 'db', 'Return List', 'R\u00fcckgabeliste', NULL, NULL),\n(32055, 'de', 'db', 'Add Return', 'R\u00fcckgabe hinzuf\u00fcgen', NULL, NULL),\n(32056, 'de', 'db', 'Quantity Adjustment', 'Mengenanpassung', NULL, NULL),\n(32057, 'de', 'db', 'Adjustment List', 'Anpassungsliste', NULL, NULL),\n(32058, 'de', 'db', 'Add Adjustment', 'Anpassung hinzuf\u00fcgen', NULL, NULL),\n(32059, 'de', 'db', 'User List', 'Benutzerliste', NULL, NULL),\n(32060, 'de', 'db', 'Add User', 'Benutzer hinzuf\u00fcgen', NULL, NULL),\n(32061, 'de', 'db', 'Customer List', 'Kundenliste', NULL, NULL),\n(32062, 'de', 'db', 'Add Customer', 'Kunden hinzuf\u00fcgen', NULL, NULL),\n(32063, 'de', 'db', 'Biller List', 'Rechnungsliste', NULL, NULL),\n(32064, 'de', 'db', 'Add Biller', 'Rechnungssteller hinzuf\u00fcgen', NULL, NULL),\n(32065, 'de', 'db', 'Supplier List', 'Lieferantenliste', NULL, NULL),\n(32066, 'de', 'db', 'Add Supplier', 'Lieferanten hinzuf\u00fcgen', NULL, NULL),\n(32067, 'de', 'db', 'Sale Report', 'Verkaufsbericht', NULL, NULL),\n(32068, 'de', 'db', 'Purchase Report', 'Kaufbericht', NULL, NULL),\n(32069, 'de', 'db', 'Payment Report', 'Zahlungsbericht', NULL, NULL),\n(32070, 'de', 'db', 'Warehouse Stock Chart', 'Lagerbestandsdiagramm', NULL, NULL),\n(32071, 'de', 'db', 'Product Quantity Alert', 'Produktmengenalarm', NULL, NULL),\n(32072, 'de', 'db', 'Customer Report', 'Kundenbericht', NULL, NULL),\n(32073, 'de', 'db', 'Supplier Report', 'Lieferantenbericht', NULL, NULL),\n(32074, 'de', 'db', 'Due Report', 'F\u00e4lliger Bericht', NULL, NULL),\n(32075, 'de', 'db', 'User Profile', 'Benutzerprofil', NULL, NULL),\n(32076, 'de', 'db', 'Cash Flow', 'Cashflow', NULL, NULL),\n(32077, 'de', 'db', 'Add Category', 'Kategorie hinzuf\u00fcgen', NULL, NULL),\n(32078, 'de', 'db', 'Import Category', 'Importkategorie', NULL, NULL),\n(32079, 'de', 'db', 'Parent Category', '\u00dcbergeordnete Kategorie', NULL, NULL),\n(32080, 'de', 'db', 'Product Image', 'Produktbild', NULL, NULL),\n(32081, 'de', 'db', 'Product Name', 'Produktname', NULL, NULL),\n(32082, 'de', 'db', 'Product Code', 'Produktcode', NULL, NULL),\n(32083, 'de', 'db', 'Product Type', 'Produkttyp', NULL, NULL),\n(32084, 'de', 'db', 'Product Unit', 'Produkteinheit', NULL, NULL),\n(32085, 'de', 'db', 'Sale Unit', 'Verkaufseinheit', NULL, NULL),\n(32086, 'de', 'db', 'Purchase Unit', 'Kaufeinheit', NULL, NULL),\n(32087, 'de', 'db', 'Product Cost', 'Produktkosten', NULL, NULL),\n(32088, 'de', 'db', 'Product Price', 'Produktpreis', NULL, NULL),\n(32089, 'de', 'db', 'Alert Quantity', 'Alarmmenge', NULL, NULL),\n(32090, 'de', 'db', 'Add Promotional Price', 'Aktionspreis hinzuf\u00fcgen', NULL, NULL),\n(32091, 'de', 'db', 'Product Tax', 'Produktsteuer', NULL, NULL),\n(32092, 'de', 'db', 'Tax Method', 'Steuermethode', NULL, NULL),\n(32093, 'de', 'db', 'Featured product will be displayed in POS', 'Das vorgestellte Produkt wird im POS angezeigt.', NULL, NULL),\n(32094, 'de', 'db', 'Product Invoice Details', 'Produktrechnungsdetails', NULL, NULL),\n(32095, 'de', 'db', 'Purchase Status', 'Kaufstatus', NULL, NULL),\n(32096, 'de', 'db', 'Add Gift Card', 'Geschenkkarte hinzuf\u00fcgen', NULL, NULL),\n(32097, 'de', 'db', 'Card No', 'Kartennummer', NULL, NULL),\n(32098, 'de', 'db', 'Reference No', 'Referenznummer', NULL, NULL),\n(32099, 'de', 'db', 'Add Coupon', 'Gutschein hinzuf\u00fcgen', NULL, NULL),\n(32100, 'de', 'db', 'Coupon Code', 'Gutscheincode', NULL, NULL),\n(32101, 'de', 'db', 'Minimum Amount', 'Mindestbetrag', NULL, NULL),\n(32102, 'de', 'db', 'Update Coupon', 'Gutschein aktualisieren', NULL, NULL),\n(32103, 'de', 'db', 'Update Purchase', 'Kauf aktualisieren', NULL, NULL),\n(32104, 'de', 'db', 'Update Sale', 'Update-Verkauf', NULL, NULL),\n(32105, 'de', 'db', 'Update Product', 'Produkt aktualisieren', NULL, NULL),\n(32106, 'de', 'db', 'Update Category', 'Kategorie aktualisieren', NULL, NULL),\n(32107, 'de', 'db', 'Update Gift Card', 'Geschenkkarte aktualisieren', NULL, NULL),\n(32108, 'de', 'db', 'Delivery Reference', 'Lieferreferenz', NULL, NULL),\n(32109, 'de', 'db', 'Sale Reference', 'Verkaufsreferenz', NULL, NULL),\n(32110, 'de', 'db', 'Add Expense Category', 'Ausgabenkategorie hinzuf\u00fcgen', NULL, NULL),\n(32111, 'de', 'db', 'Import Expense Category', 'Einfuhrausgabenkategorie', NULL, NULL),\n(32112, 'de', 'db', 'Update Expense', 'Ausgaben aktualisieren', NULL, NULL),\n(32113, 'de', 'db', 'Quotation Status', 'Angebotsstatus', NULL, NULL),\n(32114, 'de', 'db', 'Create Sale', 'Verkauf erstellen', NULL, NULL),\n(32115, 'de', 'db', 'Create Purchase', 'Kauf t\u00e4tigen', NULL, NULL),\n(32116, 'de', 'db', 'Purchase Details', 'Kaufdetails', NULL, NULL),\n(32117, 'de', 'db', 'Quotation Details', 'Angebotsdetails', NULL, NULL),\n(32118, 'de', 'db', 'Import Transfer', 'Importtransfer', NULL, NULL),\n(32119, 'de', 'db', 'Update Transfer', 'Update-\u00dcbertragung', NULL, NULL),\n(32120, 'de', 'db', 'Transfer Status', '\u00dcbertragungsstatus', NULL, NULL),\n(32121, 'de', 'db', 'Transfer Details', 'Transferdetails', NULL, NULL),\n(32122, 'de', 'db', 'Return Details', 'R\u00fcckgabedetails', NULL, NULL),\n(32123, 'de', 'db', 'Return Note', 'R\u00fccksendeschein', NULL, NULL),\n(32124, 'de', 'db', 'Update Return', 'R\u00fcckgabe aktualisieren', NULL, NULL),\n(32125, 'de', 'db', 'Card Details', 'Kartendetails', NULL, NULL),\n(32126, 'de', 'db', 'Update Adjustment', 'Update-Anpassung', NULL, NULL),\n(32127, 'de', 'db', 'Update User', 'Benutzer aktualisieren', NULL, NULL),\n(32128, 'de', 'db', 'Update Customer', 'Kunden aktualisieren', NULL, NULL),\n(32129, 'de', 'db', 'Import Customer', 'Importkunde', NULL, NULL),\n(32130, 'de', 'db', 'Add Deposit', 'Anzahlung hinzuf\u00fcgen', NULL, NULL),\n(32131, 'de', 'db', 'View Deposit', 'Einzahlung anzeigen', NULL, NULL),\n(32132, 'de', 'db', 'Import Biller', 'Import-Rechnungssteller', NULL, NULL),\n(32133, 'de', 'db', 'Update Biller', 'Rechner aktualisieren', NULL, NULL),\n(32134, 'de', 'db', 'To display Image it must be stored in', 'Um das Bild anzuzeigen, muss es gespeichert werden in', NULL, NULL),\n(32135, 'de', 'db', 'directory', 'Verzeichnis', NULL, NULL),\n(32136, 'de', 'db', 'Import Supplier', 'Importlieferant', NULL, NULL),\n(32137, 'de', 'db', 'Update Supplier', 'Lieferanten aktualisieren', NULL, NULL),\n(32138, 'de', 'db', 'Purchased Amount', 'Gekaufter Betrag', NULL, NULL),\n(32139, 'de', 'db', 'Purchased Qty', 'Gekaufte Menge', NULL, NULL),\n(32140, 'de', 'db', 'Sold Amount', 'Verkaufte Menge', NULL, NULL),\n(32141, 'de', 'db', 'Sold Qty', 'Verkaufte Menge', NULL, NULL),\n(32142, 'de', 'db', 'Payment Reference', 'Zahlungsreferenz', NULL, NULL),\n(32143, 'de', 'db', 'Purchase Reference', 'Kaufreferenz', NULL, NULL),\n(32144, 'de', 'db', 'Paid By', 'Bezahlt von', NULL, NULL),\n(32145, 'de', 'db', 'Total Item', 'Gesamtartikel', NULL, NULL),\n(32146, 'de', 'db', 'Total Quantity', 'Gesamtmenge', NULL, NULL),\n(32147, 'de', 'db', 'Paid Method', 'Bezahlte Methode', NULL, NULL),\n(32148, 'de', 'db', 'Customer Details', 'Kundendetails', NULL, NULL),\n(32149, 'de', 'db', 'Bill No', 'Rechnungsnr.', NULL, NULL),\n(32150, 'de', 'db', 'Add Role', 'Rolle hinzuf\u00fcgen', NULL, NULL),\n(32151, 'de', 'db', 'Update Role', 'Rolle aktualisieren', NULL, NULL),\n(32152, 'de', 'db', 'Import Warehouse', 'Importlager', NULL, NULL),\n(32153, 'de', 'db', 'Update Warehouse', 'Lager aktualisieren', NULL, NULL),\n(32154, 'de', 'db', 'Import Customer Group', 'Kundengruppe importieren', NULL, NULL),\n(32155, 'de', 'db', 'Update Customer Group', 'Kundengruppe aktualisieren', NULL, NULL),\n(32156, 'de', 'db', 'Import Brand', 'Importmarke', NULL, NULL),\n(32157, 'de', 'db', 'Update Brand', 'Marke aktualisieren', NULL, NULL),\n(32158, 'de', 'db', 'Import Unit', 'Importeinheit', NULL, NULL),\n(32159, 'de', 'db', 'Update Unit', 'Einheit aktualisieren', NULL, NULL),\n(32160, 'de', 'db', 'Import Tax', 'Einfuhrsteuer', NULL, NULL),\n(32161, 'de', 'db', 'Update Tax', 'Steuer aktualisieren', NULL, NULL),\n(32162, 'de', 'db', 'Update User Profile', 'Benutzerprofil aktualisieren', NULL, NULL),\n(32163, 'de', 'db', 'Default Customer', 'Standardkunde', NULL, NULL),\n(32164, 'de', 'db', 'Default Biller', 'Standardrechnungssteller', NULL, NULL),\n(32165, 'de', 'db', 'Default Warehouse', 'Standardlager', NULL, NULL),\n(32166, 'de', 'db', 'Displayed Number of Product Row', 'Angezeigte Anzahl der Produktzeile', NULL, NULL),\n(32167, 'de', 'db', 'Add Brand', 'Marke hinzuf\u00fcgen', NULL, NULL),\n(32168, 'de', 'db', 'All Deposit', 'Alle Einzahlungen', NULL, NULL),\n(32169, 'de', 'db', 'Update Deposit', 'Einzahlung aktualisieren', NULL, NULL),\n(32170, 'de', 'db', 'Add Customer Group', 'Kundengruppe hinzuf\u00fcgen', NULL, NULL),\n(32171, 'de', 'db', 'Delivered By', 'Geliefert von', NULL, NULL),\n(32172, 'de', 'db', 'Recieved By', 'Empfangen von', NULL, NULL),\n(32173, 'de', 'db', 'Update Delivery', 'Update-Lieferung', NULL, NULL),\n(32174, 'de', 'db', 'Update Expense Category', 'Ausgabenkategorie aktualisieren', NULL, NULL),\n(32175, 'de', 'db', 'Tax Rate', 'Steuersatz', NULL, NULL),\n(32176, 'de', 'db', 'Unit Discount', 'Einheitsrabatt', NULL, NULL),\n(32177, 'de', 'db', 'Import Purchase', 'Importkauf', NULL, NULL),\n(32178, 'de', 'db', 'Payment Note', 'Zahlungshinweis', NULL, NULL),\n(32179, 'de', 'db', 'All Payment', 'Alle Zahlungen', NULL, NULL),\n(32180, 'de', 'db', 'Update Payment', 'Zahlung aktualisieren', NULL, NULL),\n(32181, 'de', 'db', 'Update Quotation', 'Angebot aktualisieren', NULL, NULL),\n(32182, 'de', 'db', 'Coupon Discount', 'Gutschein-Rabatt', NULL, NULL),\n(32183, 'de', 'db', 'Payment Mode', 'Zahlungsmodus', NULL, NULL),\n(32184, 'de', 'db', 'Bill To', 'Gesetzesentwurf f\u00fcr', NULL, NULL),\n(32185, 'de', 'db', 'Stamp & Signature', 'Stempel & Unterschrift', NULL, NULL),\n(32186, 'de', 'db', 'Invoice Generated By', 'Rechnung erstellt von', NULL, NULL),\n(32187, 'de', 'db', 'Add Tax', 'Steuer hinzuf\u00fcgen', NULL, NULL),\n(32188, 'de', 'db', 'Tax Name', 'Steuername', NULL, NULL),\n(32189, 'de', 'db', 'From Warehouse', 'Aus dem Lager', NULL, NULL),\n(32190, 'de', 'db', 'To Warehouse', 'Zum Lager', NULL, NULL),\n(32191, 'de', 'db', 'Add Unit', 'Einheit hinzuf\u00fcgen', NULL, NULL),\n(32192, 'de', 'db', 'Add Warehouse', 'Lager hinzuf\u00fcgen', NULL, NULL),\n(32193, 'de', 'db', 'All Warehouse', 'Alles Lager', NULL, NULL),\n(32194, 'de', 'db', 'Net Loss', 'Nettoverlust', NULL, NULL),\n(32195, 'de', 'db', 'Net Sale', 'Nettoverkauf', NULL, NULL),\n(32196, 'de', 'db', 'Net Purchase', 'Nettokauf', NULL, NULL),\n(32197, 'de', 'db', 'Net Return', 'Nettorendite', NULL, NULL),\n(32198, 'de', 'db', 'Payment Recieved', 'Zahlung erhalten', NULL, NULL),\n(32199, 'de', 'db', 'Payment Sent', 'Zahlung gesendet', NULL, NULL),\n(32200, 'de', 'db', 'Product Discount', 'Produktrabatt', NULL, NULL),\n(32201, 'de', 'db', 'Completed', 'Vollendet', NULL, NULL),\n(32202, 'de', 'db', 'Pending', 'Ausstehend', NULL, NULL),\n(32203, 'de', 'db', 'Partial', 'Teilweise', NULL, NULL),\n(32204, 'de', 'db', 'Packing', 'Verpackung', NULL, NULL),\n(32205, 'de', 'db', 'Delivering', 'Liefern', NULL, NULL),\n(32206, 'de', 'db', 'Ordered', 'Bestellt', NULL, NULL),\n(32207, 'de', 'db', 'No Tax', 'Keine Steuer', NULL, NULL),\n(32208, 'de', 'db', 'Stock Value by Price', 'Aktienwert nach Preis', NULL, NULL),\n(32209, 'de', 'db', 'Stock Value by Cost', 'Lagerwert nach Kosten', NULL, NULL),\n(32210, 'de', 'db', 'Estimate Profit', 'Gewinn sch\u00e4tzen', NULL, NULL),\n(32211, 'de', 'db', 'Time Zone', 'Zeitzone', NULL, NULL),\n(32212, 'de', 'db', 'Currency Position', 'W\u00e4hrungsposition', NULL, NULL),\n(32213, 'de', 'db', 'Prefix', 'Pr\u00e4fix', NULL, NULL),\n(32214, 'de', 'db', 'Suffix', 'Suffix', NULL, NULL),\n(32215, 'de', 'db', 'Exclusive', 'Exklusiv', NULL, NULL),\n(32216, 'de', 'db', 'Inclusive', 'Inklusiv', NULL, NULL),\n(32217, 'de', 'db', 'Combo Products', 'Kombiprodukte', NULL, NULL),\n(32218, 'de', 'db', 'Image name must be same as product name', 'Bildname muss mit dem Produktnamen \u00fcbereinstimmen', NULL, NULL),\n(32219, 'de', 'db', 'Paying Amount', 'Zahlungsbetrag', NULL, NULL),\n(32220, 'de', 'db', 'Payable Amount', 'Zu zahlender Betrag', NULL, NULL),\n(32221, 'de', 'db', 'Change', '\u00c4ndern', NULL, NULL),\n(32222, 'de', 'db', 'Back', 'Zur\u00fcck', NULL, NULL),\n(32223, 'de', 'db', 'Role Permission', 'Rollenberechtigung', NULL, NULL),\n(32224, 'de', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', 'Exklusiv => Produktpreis = Tats\u00e4chlicher Produktpreis + Steuer. Inklusiv => Tats\u00e4chlicher Produktpreis = Produktpreis - Steuer', NULL, NULL),\n(32225, 'de', 'db', 'Accounting', 'Buchhaltung', NULL, NULL),\n(32226, 'de', 'db', 'Account', 'Konto', NULL, NULL),\n(32227, 'de', 'db', 'Account List', 'Kontenliste', NULL, NULL),\n(32228, 'de', 'db', 'Add Account', 'Konto hinzuf\u00fcgen', NULL, NULL),\n(32229, 'de', 'db', 'Account No', 'Kontonummer', NULL, NULL),\n(32230, 'de', 'db', 'Initial Balance', 'Anfangsguthaben', NULL, NULL),\n(32231, 'de', 'db', 'Update Account', 'Konto aktualisieren', NULL, NULL),\n(32232, 'de', 'db', 'Default', 'Standard', NULL, NULL),\n(32233, 'de', 'db', 'Balance Sheet', 'Bilanz', NULL, NULL),\n(32234, 'de', 'db', 'Debit', 'Lastschrift', NULL, NULL),\n(32235, 'de', 'db', 'Credit', 'Kredit', NULL, NULL),\n(32236, 'de', 'db', 'Account Statement', 'Kontoauszug', NULL, NULL),\n(32237, 'de', 'db', 'Department', 'Abteilung', NULL, NULL),\n(32238, 'de', 'db', 'Add Department', 'Abteilung hinzuf\u00fcgen', NULL, NULL),\n(32239, 'de', 'db', 'Update Department', 'Update-Abteilung', NULL, NULL),\n(32240, 'de', 'db', 'Employee', 'Mitarbeiter', NULL, NULL),\n(32241, 'de', 'db', 'Add Employee', 'Mitarbeiter hinzuf\u00fcgen', NULL, NULL),\n(32242, 'de', 'db', 'Update Employee', 'Mitarbeiter aktualisieren', NULL, NULL),\n(32243, 'de', 'db', 'Payroll', 'Gehaltsabrechnung', NULL, NULL),\n(32244, 'de', 'db', 'Add Payroll', 'Gehaltsabrechnung hinzuf\u00fcgen', NULL, NULL),\n(32245, 'de', 'db', 'Update Payroll', 'Gehaltsabrechnung aktualisieren', NULL, NULL),\n(32246, 'de', 'db', 'Method', 'Verfahren', NULL, NULL),\n(32247, 'de', 'db', 'Sale Return', 'Verkaufsr\u00fcckgabe', NULL, NULL),\n(32248, 'de', 'db', 'Purchase Return', 'Kaufr\u00fcckgabe', NULL, NULL),\n(32249, 'de', 'db', 'Net Sale Return', 'Nettoverkaufsrendite', NULL, NULL),\n(32250, 'de', 'db', 'Net Purchase Return', 'Netto-Kaufrendite', NULL, NULL),\n(32251, 'de', 'db', 'Attendance', 'Teilnahme', NULL, NULL),\n(32252, 'de', 'db', 'Add Attendance', 'Anwesenheit hinzuf\u00fcgen', NULL, NULL),\n(32253, 'de', 'db', 'HRM Setting', 'HRM-Einstellung', NULL, NULL),\n(32254, 'de', 'db', 'CheckIn', 'Einchecken', NULL, NULL),\n(32255, 'de', 'db', 'CheckOut', 'Kasse', NULL, NULL),\n(32256, 'de', 'db', 'Default CheckIn', 'Standard-Check-In', NULL, NULL),\n(32257, 'de', 'db', 'Default CheckOut', 'Standard-Checkout', NULL, NULL),\n(32258, 'de', 'db', 'Present', 'Gegenw\u00e4rtig', NULL, NULL),\n(32259, 'de', 'db', 'Late', 'Sp\u00e4t', NULL, NULL),\n(32260, 'de', 'db', 'User Report', 'Benutzerbericht', NULL, NULL),\n(32261, 'de', 'db', 'Choose User', 'Benutzer ausw\u00e4hlen', NULL, NULL),\n(32262, 'de', 'db', 'Recieved Amount', 'Erhaltener Betrag', NULL, NULL),\n(32263, 'de', 'db', 'Theme', 'Thema', NULL, NULL),\n(32264, 'de', 'db', 'Staff Access', 'Mitarbeiterzugang', NULL, NULL),\n(32265, 'de', 'db', 'All Records', 'Alle Datens\u00e4tze', NULL, NULL),\n(32266, 'de', 'db', 'Own Records', 'Eigene Aufzeichnungen', NULL, NULL),\n(32267, 'de', 'db', 'Date Format', 'Datumsformat', NULL, NULL),\n(32268, 'de', 'db', 'Empty Database', 'Leere Datenbank', NULL, NULL),\n(32269, 'de', 'db', 'Stock Count', 'Bestandsz\u00e4hlung', NULL, NULL),\n(32270, 'de', 'db', 'Count Stock', 'Bestand z\u00e4hlen', NULL, NULL),\n(32271, 'de', 'db', 'Full', 'Voll', NULL, NULL),\n(32272, 'de', 'db', 'Finalize', 'Abschlie\u00dfen', NULL, NULL),\n(32273, 'de', 'db', 'Initial File', 'Urspr\u00fcngliche Datei', NULL, NULL),\n(32274, 'de', 'db', 'Final File', 'Endg\u00fcltige Datei', NULL, NULL),\n(32275, 'de', 'db', 'Final Report', 'Abschlussbericht', NULL, NULL),\n(32276, 'de', 'db', 'Finalize Stock Count', 'Bestandsz\u00e4hlung abschlie\u00dfen', NULL, NULL),\n(32277, 'de', 'db', 'You just need to update the Counted column in the initial file', 'Sie m\u00fcssen lediglich die Spalte Gez\u00e4hlt in der urspr\u00fcnglichen Datei aktualisieren.', NULL, NULL),\n(32278, 'de', 'db', 'Files', 'Dateien', NULL, NULL),\n(32279, 'de', 'db', 'Expected', 'Erwartet', NULL, NULL),\n(32280, 'de', 'db', 'Counted', 'Gez\u00e4hlt', NULL, NULL),\n(32281, 'de', 'db', 'Difference', 'Unterschied', NULL, NULL),\n(32282, 'de', 'db', 'Miscellaneous', 'Verschiedenes', NULL, NULL),\n(32283, 'de', 'db', 'SMS Setting', 'SMS-Einstellungen', NULL, NULL),\n(32284, 'de', 'db', 'Send SMS', 'SMS senden', NULL, NULL),\n(32285, 'de', 'db', 'Gateway', 'Tor', NULL, NULL),\n(32286, 'de', 'db', 'Select SMS gateway', 'SMS-Gateway ausw\u00e4hlen \u2026', NULL, NULL),\n(32287, 'de', 'db', 'Create SMS', 'SMS erstellen', NULL, NULL),\n(32288, 'de', 'db', 'Mobile', 'Mobile', NULL, NULL),\n(32289, 'de', 'db', 'Message', 'Nachricht', NULL, NULL),\n(32290, 'de', 'db', 'Add mobile numbers by selecting the customers', 'Mobilfunknummern hinzuf\u00fcgen, indem Sie die Kunden ausw\u00e4hlen', NULL, NULL),\n(32291, 'de', 'db', 'Help', 'Helfen', NULL, NULL),\n(32292, 'de', 'db', 'Type Product Name or Code', 'Produktnamen oder Code eingeben \u2026', NULL, NULL),\n(32293, 'de', 'db', 'Type date or sale reference', 'Geben Sie das Datum oder die Verkaufsreferenz ein \u2026', NULL, NULL),\n(32294, 'de', 'db', 'Type date or purchase reference', 'Geben Sie das Datum oder die Kaufreferenz ein \u2026', NULL, NULL),\n(32295, 'de', 'db', 'Tax Number', 'Steuernummer', NULL, NULL),\n(32296, 'de', 'db', 'Holiday', 'Urlaub', NULL, NULL),\n(32297, 'de', 'db', 'Add Holiday', 'Feiertag hinzuf\u00fcgen', NULL, NULL),\n(32298, 'de', 'db', 'Update Holiday', 'Urlaub aktualisieren', NULL, NULL),\n(32299, 'de', 'db', 'Approve', 'Genehmigen', NULL, NULL),\n(32300, 'de', 'db', 'My Holiday', 'Mein Urlaub', NULL, NULL),\n(32301, 'de', 'db', 'Holiday Approve', 'Urlaub genehmigen', NULL, NULL),\n(32302, 'de', 'db', 'My Transaction', 'Meine Transaktion', NULL, NULL),\n(32303, 'de', 'db', 'Sale Generated', 'Verkauf generiert', NULL, NULL),\n(32304, 'de', 'db', 'Purchase Generated', 'Kauf get\u00e4tigt', NULL, NULL),\n(32305, 'de', 'db', 'Quotation Generated', 'Angebot erstellt', NULL, NULL),\n(32306, 'de', 'db', 'Warehouse Report', 'Lagerbericht', NULL, NULL),\n(32307, 'de', 'db', 'Quick Cash', 'Schnelles Geld', NULL, NULL),\n(32308, 'de', 'db', 'Clear', 'Klar', NULL, NULL),\n(32309, 'de', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'Sie k\u00f6nnen mehrere Bilder hochladen. Es k\u00f6nnen nur Dateien im Format .jpeg, .jpg, .png und .gif hochgeladen werden. Das erste Bild ist das Basisbild.', NULL, NULL),\n(32310, 'de', 'db', 'This product has variant', 'Dieses Produkt hat eine Variante', NULL, NULL),\n(32311, 'de', 'db', 'Enter variant value seperated by comma', 'Variantenwert durch Komma getrennt eingeben', NULL, NULL),\n(32312, 'de', 'db', 'Item Code', 'Artikelcode', NULL, NULL),\n(32313, 'de', 'db', 'Additional Price', 'Aufpreis', NULL, NULL),\n(32314, 'de', 'db', 'Variant', 'Variante', NULL, NULL),\n(32315, 'de', 'db', 'Warehouse Quantity', 'Lagermenge', NULL, NULL),\n(32316, 'de', 'db', 'Warehouse quantity of product variants', 'Lagermenge der Produktvarianten', NULL, NULL),\n(32317, 'de', 'db', 'Thank you for shopping with us Please come again', 'Vielen Dank f\u00fcr Ihren Einkauf. Kommen Sie gerne wieder.', NULL, NULL),\n(32318, 'de', 'db', 'Money Transfer', 'Geldtransfer', NULL, NULL),\n(32319, 'de', 'db', 'Add Money Transfer', 'Geldtransfer hinzuf\u00fcgen', NULL, NULL),\n(32320, 'de', 'db', 'From Account', 'Vom Konto', NULL, NULL),\n(32321, 'de', 'db', 'To Account', 'Zur Rechenschaft', NULL, NULL),\n(32322, 'de', 'db', 'Update Money Transfer', 'Geldtransfer aktualisieren', NULL, NULL),\n(32323, 'de', 'db', 'Stock Quantity', 'Lagerbestand', NULL, NULL),\n(32324, 'de', 'db', 'Stock Worth (Price\\\\\/Cost)', 'Aktienwert (Preis\\\\\/Kosten)', NULL, NULL),\n(32325, 'de', 'db', 'Number of Product', 'Produktnummer', NULL, NULL),\n(32326, 'de', 'db', 'Add Cash Register', 'Kasse hinzuf\u00fcgen', NULL, NULL),\n(32327, 'de', 'db', 'Cash Register Details', 'Kassedetails', NULL, NULL),\n(32328, 'de', 'db', 'Please review the transaction and payments', 'Bitte \u00fcberpr\u00fcfen Sie die Transaktion und Zahlungen.', NULL, NULL),\n(32329, 'de', 'db', 'Total Sale Amount', 'Gesamtverkaufsbetrag', NULL, NULL),\n(32330, 'de', 'db', 'Total Sale Return', 'Gesamtverkaufsrendite', NULL, NULL),\n(32331, 'de', 'db', 'Total Payment', 'Gesamtzahlung', NULL, NULL),\n(32332, 'de', 'db', 'Cash Payment', 'Barzahlung', NULL, NULL),\n(32333, 'de', 'db', 'Credit Card Payment', 'Kreditkartenzahlung', NULL, NULL),\n(32334, 'de', 'db', 'Gift Card Payment', 'Geschenkkartenzahlung', NULL, NULL),\n(32335, 'de', 'db', 'Cheque Payment', 'Zahlung per Scheck', NULL, NULL),\n(32336, 'de', 'db', 'Paypal Payment', 'Paypal-Zahlung', NULL, NULL),\n(32337, 'de', 'db', 'Total Expense', 'Gesamtkosten', NULL, NULL),\n(32338, 'de', 'db', 'Total Cash', 'Gesamtbargeld', NULL, NULL),\n(32339, 'de', 'db', 'Cash Register List', 'Kassenliste', NULL, NULL),\n(32340, 'de', 'db', 'Closed', 'Geschlossen', NULL, NULL),\n(32341, 'de', 'db', 'Close Register', 'Register schlie\u00dfen', NULL, NULL),\n(32342, 'de', 'db', 'Opened at', 'Ge\u00f6ffnet am', NULL, NULL),\n(32343, 'de', 'db', 'Closed at', 'Geschlossen um', NULL, NULL),\n(32344, 'de', 'db', 'Delivery Details', 'Lieferdetails', NULL, NULL),\n(32345, 'de', 'db', 'Print Last Reciept', 'Letzte Quittung drucken', NULL, NULL),\n(32346, 'de', 'db', 'Today Sale', 'Heute Verkauf', NULL, NULL),\n(32347, 'de', 'db', 'Today Profit', 'Heute Gewinn', NULL, NULL),\n(32348, 'de', 'db', 'Product Revenue', 'Produktumsatz', NULL, NULL),\n(32349, 'de', 'db', 'Full Screen', 'Vollbild', NULL, NULL),\n(32350, 'de', 'db', 'Send Notification', 'Benachrichtigung senden', NULL, NULL),\n(32351, 'de', 'db', 'Add Currency', 'W\u00e4hrung hinzuf\u00fcgen', NULL, NULL),\n(32352, 'de', 'db', 'Update Currency', 'W\u00e4hrung aktualisieren', NULL, NULL),\n(32353, 'de', 'db', 'Currency Name', 'W\u00e4hrungsname', NULL, NULL),\n(32354, 'de', 'db', 'Currency Code', 'W\u00e4hrungscode', NULL, NULL),\n(32355, 'de', 'db', 'Exchange Rate', 'Wechselkurs', NULL, NULL),\n(32356, 'de', 'db', 'System Title', 'Systemtitel', NULL, NULL),\n(32357, 'de', 'db', 'System Logo', 'Systemlogo', NULL, NULL),\n(32358, 'de', 'db', 'This product has different price for different warehouse', 'Dieses Produkt hat in verschiedenen Lagern unterschiedliche Preise.', NULL, NULL),\n(32359, 'de', 'db', 'Backup Database', 'Datenbank sichern', NULL, NULL),\n(32360, 'de', 'db', 'Deposit Payment', 'Anzahlung', NULL, NULL),\n(32361, 'de', 'db', 'Invoice Format', 'Rechnungsformat', NULL, NULL),\n(32362, 'de', 'db', 'Transaction Reference', 'Transaktionsreferenz', NULL, NULL),\n(32363, 'de', 'db', 'Batch No', 'Chargennr.', NULL, NULL),\n(32364, 'de', 'db', 'This product has batch and expired date', 'Dieses Produkt hat Chargen- und Ablaufdatum', NULL, NULL),\n(32365, 'de', 'db', 'Reward Point Setting', 'Belohnungspunkte festlegen', NULL, NULL),\n(32366, 'de', 'db', 'Sold amount per point', 'Verkaufte Menge pro Punkt', NULL, NULL),\n(32367, 'de', 'db', 'Minumum sold amount to get point', 'Mindestverkaufsmenge, um Punkte zu erhalten', NULL, NULL),\n(32368, 'de', 'db', 'Point Expiry Duration', 'Punkteverfallsdauer', NULL, NULL),\n(32369, 'de', 'db', 'Duration Type', 'Dauertyp', NULL, NULL),\n(32370, 'de', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', 'Das bedeutet, wie viele Punkte der Kunde je nach verkaufter Menge erh\u00e4lt. Wenn Sie beispielsweise 100 eingeben, erh\u00e4lt der Kunde f\u00fcr jeweils 100 ausgegebene Dollar einen Punkt als Belohnung.', NULL, NULL),\n(32371, 'de', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', 'Wenn Sie beispielsweise 100 eingeben, erh\u00e4lt der Kunde erst dann Punkte, wenn er 100 Dollar oder mehr ausgibt.', NULL, NULL),\n(32372, 'de', 'db', 'Active reward point', 'Aktiver Pr\u00e4mienpunkt', NULL, NULL),\n(32373, 'de', 'db', 'Reward Points', 'Pr\u00e4mienpunkte', NULL, NULL),\n(32374, 'de', 'db', 'One Point is Equivalent to =>', 'Ein Punkt entspricht =>', NULL, NULL),\n(32375, 'de', 'db', 'This product has IMEI or Serial numbers', 'Dieses Produkt hat IMEI- oder Seriennummern', NULL, NULL),\n(32376, 'de', 'db', 'IMEI or Serial Numbers', 'IMEI oder Seriennummern', NULL, NULL),\n(32377, 'de', 'db', 'RTL Layout', 'RTL-Layout', NULL, NULL),\n(32378, 'de', 'db', 'Cheque', '\u00dcberpr\u00fcfen', NULL, NULL),\n(32379, 'de', 'db', 'Cash', 'Kasse', NULL, NULL),\n(32380, 'de', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(32381, 'de', 'db', 'Points', 'Punkte', NULL, NULL),\n(32382, 'de', 'db', 'Cancel', 'Stornieren', NULL, NULL),\n(32383, 'de', 'db', 'Recent Transaction', 'Letzte Transaktion', NULL, NULL),\n(32384, 'de', 'db', 'Discount Plan', 'Rabattplan', NULL, NULL),\n(32385, 'de', 'db', 'Create Discount Plan', 'Rabattplan erstellen', NULL, NULL),\n(32386, 'de', 'db', 'Inactive', 'Inaktiv', NULL, NULL),\n(32387, 'de', 'db', 'Create Discount', 'Rabatt erstellen', NULL, NULL),\n(32388, 'de', 'db', 'Valid From', 'G\u00fcltig ab', NULL, NULL),\n(32389, 'de', 'db', 'Valid Till', 'G\u00fcltig bis', NULL, NULL),\n(32390, 'de', 'db', 'Discount Type', 'Rabattart', NULL, NULL),\n(32391, 'de', 'db', 'Value', 'Wert', NULL, NULL),\n(32392, 'de', 'db', 'Minimum Qty', 'Mindestmenge', NULL, NULL),\n(32393, 'de', 'db', 'Maximum Qty', 'Maximale Menge', NULL, NULL),\n(32394, 'de', 'db', 'Type product code seperated by comma', 'Produktcode durch Komma getrennt eingeben', NULL, NULL),\n(32395, 'de', 'db', 'Applicable For', 'Anwendbar f\u00fcr', NULL, NULL),\n(32396, 'de', 'db', 'All Products', 'Alle Produkte', NULL, NULL),\n(32397, 'de', 'db', 'Specific Products', 'Spezifische Produkte', NULL, NULL),\n(32398, 'de', 'db', 'Valid on the following days', 'G\u00fcltig an folgenden Tagen', NULL, NULL),\n(32399, 'de', 'db', 'Validity', 'G\u00fcltigkeit', NULL, NULL),\n(32400, 'de', 'db', 'Days', 'Tage', NULL, NULL),\n(32401, 'de', 'db', 'Products', 'Produkte', NULL, NULL),\n(32402, 'de', 'db', 'Update Discount Plan', 'Rabattplan aktualisieren', NULL, NULL),\n(32403, 'de', 'db', 'Update Discount', 'Rabatt aktualisieren', NULL, NULL),\n(32404, 'de', 'db', 'Order Discount Type', 'Art des Bestellrabatts', NULL, NULL),\n(32405, 'de', 'db', 'Order Discount Value', 'Bestellrabattwert', NULL, NULL),\n(32406, 'de', 'db', 'Flat', 'Wohnung', NULL, NULL),\n(32407, 'de', 'db', 'Revenue and Profit Summary', 'Umsatz- und Gewinn\u00fcbersicht', NULL, NULL),\n(32408, 'de', 'db', 'Monthly Summary', 'Monats\u00fcbersicht', NULL, NULL),\n(32409, 'de', 'db', 'Switch Theme', 'Thema wechseln', NULL, NULL),\n(32410, 'de', 'db', 'Documentation', 'Dokumentation', NULL, NULL),\n(32411, 'de', 'db', 'Product Expiry Report', 'Produktablaufbericht', NULL, NULL),\n(32412, 'de', 'db', 'Sale Return List', 'Verkaufsr\u00fccklaufliste', NULL, NULL),\n(32413, 'de', 'db', 'Purchase Return List', 'Kaufr\u00fcckgabeliste', NULL, NULL),\n(32414, 'de', 'db', 'Purchase Return Details', 'Details zur Kaufr\u00fcckgabe', NULL, NULL),\n(32415, 'de', 'db', 'Purchase Payment', 'Kaufzahlung', NULL, NULL),\n(32416, 'de', 'db', 'Sale Payment', 'Verkaufszahlung', NULL, NULL),\n(32417, 'de', 'db', 'Sale Report Chart', 'Verkaufsberichtsdiagramm', NULL, NULL),\n(32418, 'de', 'db', 'Time Period', 'Zeitraum', NULL, NULL),\n(32419, 'de', 'db', 'Notification List', 'Benachrichtigungsliste', NULL, NULL),\n(32420, 'de', 'db', 'Document', 'Dokumentieren', NULL, NULL),\n(32421, 'de', 'db', 'All Notification', 'Alle Benachrichtigungen', NULL, NULL),\n(32422, 'de', 'db', 'Read', 'Lesen', NULL, NULL),\n(32423, 'de', 'db', 'Unread', 'Ungelesen', NULL, NULL),\n(32424, 'de', 'db', 'Daily Sale Objective', 'T\u00e4gliches Verkaufsziel', NULL, NULL),\n(32425, 'de', 'db', 'Product Info', 'Produktinfo', NULL, NULL),\n(32426, 'de', 'db', 'Number of Products', 'Anzahl der Produkte', NULL, NULL),\n(32427, 'de', 'db', 'Daily Sale Objective Report', 'T\u00e4glicher Verkaufszielbericht', NULL, NULL),\n(32428, 'de', 'db', 'Embedded Barcode', 'Eingebetteter Barcode', NULL, NULL),\n(32429, 'de', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'Mindestmenge, die pro Tag verkauft werden muss. Andernfalls werden Sie im Dashboard benachrichtigt. Sie m\u00fcssen daf\u00fcr den Cron-Job entsprechend einrichten. Beachten Sie dazu die Dokumentation.', NULL, NULL),\n(32430, 'de', 'db', 'Deposited Balance', 'Eingezahltes Guthaben', NULL, NULL),\n(32431, 'de', 'db', 'Total Due', 'Gesamtbetrag', NULL, NULL),\n(32432, 'de', 'db', 'Clear Due', 'Klar f\u00e4llig', NULL, NULL),\n(32433, 'de', 'db', 'Both Customer and Supplier', 'Sowohl Kunde als auch Lieferant', NULL, NULL),\n(32434, 'de', 'db', 'Check this if this product will be used in weight scale machine', 'Aktivieren Sie dies, wenn dieses Produkt in einer Personenwaage verwendet wird.', NULL, NULL),\n(32435, 'de', 'db', 'Add More Variant', 'Weitere Varianten hinzuf\u00fcgen', NULL, NULL),\n(32436, 'de', 'db', 'Additional Cost', 'Zus\u00e4tzliche Kosten', NULL, NULL),\n(32437, 'de', 'db', 'Product Variant Information', 'Produktvarianteninformationen', NULL, NULL),\n(32438, 'de', 'db', 'Product History', 'Produkthistorie', NULL, NULL),\n(32439, 'de', 'db', 'Delivery Status', 'Lieferstatus', NULL, NULL),\n(32440, 'de', 'db', 'Supplier Details', 'Lieferantendetails', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(32441, 'de', 'db', 'Customer Due Report', 'Kunden-F\u00e4lligkeitsbericht', NULL, NULL),\n(32442, 'de', 'db', 'Supplier Due Report', 'Lieferanten-F\u00e4lligkeitsbericht', NULL, NULL),\n(32443, 'de', 'db', 'Returned Amount', 'Zur\u00fcckgegebener Betrag', NULL, NULL),\n(32444, 'de', 'db', 'Related Transaction', 'Verwandte Transaktion', NULL, NULL),\n(32445, 'de', 'db', 'Tenant Name', 'Mietername', NULL, NULL),\n(32446, 'de', 'db', 'Domain Prefix', 'Dom\u00e4nenpr\u00e4fix', NULL, NULL),\n(32447, 'de', 'db', 'Created At', 'Erstellt am', NULL, NULL),\n(32448, 'de', 'db', 'Client List', 'Kundenliste', NULL, NULL),\n(32449, 'de', 'db', 'Add Client', 'Client hinzuf\u00fcgen', NULL, NULL),\n(32450, 'de', 'db', 'Invoice Size', 'Rechnungsgr\u00f6\u00dfe', NULL, NULL),\n(32451, 'de', 'db', 'A4', 'A4', NULL, NULL),\n(32452, 'de', 'db', 'Thermal POS receipt', 'Thermo-POS-Beleg', NULL, NULL),\n(32453, 'de', 'db', 'Total Before Tax', 'Gesamt vor Steuern', NULL, NULL),\n(32454, 'de', 'db', 'Digits after deciaml point', 'Ziffern nach dem Dezimalpunkt', NULL, NULL),\n(32455, 'de', 'db', 'Subscription Ends at', 'Abonnement endet am', NULL, NULL),\n(32456, 'de', 'db', 'Customer Group Report', 'Kundengruppenbericht', NULL, NULL),\n(32457, 'de', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', 'Wenn Sie Ihr Produkt zum Standardpreis verkaufen m\u00f6chten, muss der Prozentwert Null sein.', NULL, NULL),\n(32458, 'de', 'db', 'If this is your default currency, the exchange rate must be 1', 'Wenn dies Ihre Standardw\u00e4hrung ist, muss der Wechselkurs 1 sein.', NULL, NULL),\n(32459, 'de', 'db', 'Add Purchase Return', 'Kaufr\u00fcckgabe hinzuf\u00fcgen', NULL, NULL),\n(32460, 'de', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Nur die Standardw\u00e4hrung kann den Wechselkurs 1 haben. Bitte \u00e4ndern Sie den Wechselkurs Ihrer Standardw\u00e4hrung.', NULL, NULL),\n(32461, 'de', 'db', 'Click to Add', 'Zum Hinzuf\u00fcgen klicken', NULL, NULL),\n(32462, 'de', 'db', 'Free Trial Limit', 'Limit der kostenlosen Testversion', NULL, NULL),\n(32464, 'de', 'db', 'Renew Subscription', 'Abonnement verl\u00e4ngern', NULL, NULL),\n(32465, 'de', 'db', 'Update Client DB', 'Client-Datenbank aktualisieren', NULL, NULL),\n(32466, 'de', 'db', 'Client', 'Kunde', NULL, NULL),\n(32467, 'de', 'db', 'Domain', 'Domain', NULL, NULL),\n(32468, 'de', 'db', 'Package', 'Paket', NULL, NULL),\n(32469, 'de', 'db', 'Package List', 'Paketliste', NULL, NULL),\n(32470, 'de', 'db', 'Add Package', 'Paket hinzuf\u00fcgen', NULL, NULL),\n(32471, 'de', 'db', 'Update Package', 'Update-Paket', NULL, NULL),\n(32472, 'de', 'db', 'Free Trial', 'Kostenlose Testversion', NULL, NULL),\n(32473, 'de', 'db', 'Monthly Fee', 'Monatliche Geb\u00fchr', NULL, NULL),\n(32474, 'de', 'db', 'Yearly Fee', 'Jahresgeb\u00fchr', NULL, NULL),\n(32475, 'de', 'db', 'Number of Warehouses', 'Anzahl der Lager', NULL, NULL),\n(32476, 'de', 'db', 'Number of Invoices', 'Anzahl der Rechnungen', NULL, NULL),\n(32477, 'de', 'db', 'Number of User Account', 'Nummer des Benutzerkontos', NULL, NULL),\n(32478, 'de', 'db', 'Number of Employees', 'Anzahl der Mitarbeiter', NULL, NULL),\n(32479, 'de', 'db', 'Infinity', 'Unendlichkeit', NULL, NULL),\n(32480, 'de', 'db', 'Features', 'Merkmale', NULL, NULL),\n(32481, 'de', 'db', 'Unlimited', 'Unbegrenzt', NULL, NULL),\n(32482, 'de', 'db', 'Package Name', 'Paketname', NULL, NULL),\n(32483, 'de', 'db', 'Change Package', 'Paket \u00e4ndern', NULL, NULL),\n(32484, 'de', 'db', 'Active Payment Gateway', 'Aktives Zahlungsgateway', NULL, NULL),\n(32485, 'de', 'db', 'No Payment Gateway', 'Kein Zahlungsgateway', NULL, NULL),\n(32486, 'de', 'db', 'Payment Setting', 'Zahlungseinstellungen', NULL, NULL),\n(32487, 'de', 'db', 'Subscription Type', 'Abonnementtyp', NULL, NULL),\n(32488, 'de', 'db', 'Update SuperAdmin DB', 'SuperAdmin-Datenbank aktualisieren', NULL, NULL),\n(32489, 'de', 'db', 'Payments', 'Zahlungen', NULL, NULL),\n(32490, 'de', 'db', 'CMS', 'CMS', NULL, NULL),\n(32491, 'de', 'db', 'Support Tickets', 'Support-Tickets', NULL, NULL),\n(32492, 'de', 'db', 'Testimonials', 'Referenzen', NULL, NULL),\n(32493, 'de', 'db', 'Blog', 'Blog', NULL, NULL),\n(32494, 'de', 'db', 'Page', 'Seite', NULL, NULL),\n(32495, 'de', 'db', 'All Blog Posts', 'Alle Blogbeitr\u00e4ge', NULL, NULL),\n(32496, 'de', 'db', 'All Pages', 'Alle Seiten', NULL, NULL),\n(32497, 'de', 'db', 'Subscription value', 'Abonnementwert', NULL, NULL),\n(32498, 'de', 'db', 'Total Clients', 'Kunden insgesamt', NULL, NULL),\n(32499, 'de', 'db', 'Packages', 'Pakete', NULL, NULL),\n(32500, 'de', 'db', 'Send message to tenants', 'Nachricht an Mieter senden', NULL, NULL),\n(32501, 'de', 'db', 'SEO Setting', 'SEO-Einstellung', NULL, NULL),\n(32502, 'de', 'db', 'Meta Title', 'Meta-Titel', NULL, NULL),\n(32503, 'de', 'db', '50-60 characters', '50-60 Zeichen', NULL, NULL),\n(32504, 'de', 'db', 'Meta Description', 'Meta-Beschreibung', NULL, NULL),\n(32505, 'de', 'db', '150-160 characters', '150-160 Zeichen', NULL, NULL),\n(32506, 'de', 'db', 'og Title', 'og-Titel', NULL, NULL),\n(32507, 'de', 'db', 'og Description', 'og Beschreibung', NULL, NULL),\n(32508, 'de', 'db', 'og Image', 'og Bild', NULL, NULL),\n(32509, 'de', 'db', 'Analytics Setting', 'Analyseeinstellungen', NULL, NULL),\n(32510, 'de', 'db', 'Google Analytics Script', 'Google Analytics-Skript', NULL, NULL),\n(32511, 'de', 'db', 'Facebook Pixel Script', 'Facebook-Pixel-Skript', NULL, NULL),\n(32512, 'de', 'db', 'Chat Script', 'Chat-Skript', NULL, NULL),\n(32513, 'de', 'db', 'Hero Section', 'Heldenabschnitt', NULL, NULL),\n(32514, 'de', 'db', 'Heading', '\u00dcberschrift', NULL, NULL),\n(32515, 'de', 'db', 'Sub Heading', 'Unter\u00fcberschrift', NULL, NULL),\n(32516, 'de', 'db', 'Hero Image', 'Heldenbild', NULL, NULL),\n(32517, 'de', 'db', 'Save', 'Speichern', NULL, NULL),\n(32518, 'de', 'db', 'Module Section', 'Modulabschnitt', NULL, NULL),\n(32519, 'de', 'db', 'Click to choose icon', 'Klicken, um Symbol auszuw\u00e4hlen', NULL, NULL),\n(32521, 'de', 'db', 'Add More', 'Mehr hinzuf\u00fcgen', NULL, NULL),\n(32522, 'de', 'db', 'Icon', 'Symbol', NULL, NULL),\n(32523, 'de', 'db', 'Feature Section', 'Feature-Bereich', NULL, NULL),\n(32524, 'de', 'db', 'FAQ Section', 'FAQ-Bereich', NULL, NULL),\n(32525, 'de', 'db', 'Question', 'Frage', NULL, NULL),\n(32526, 'de', 'db', 'Answer', 'Antwort', NULL, NULL),\n(32527, 'de', 'db', 'Update FAQ', 'Update-FAQ', NULL, NULL),\n(32528, 'de', 'db', 'Update Module', 'Modul aktualisieren', NULL, NULL),\n(32529, 'de', 'db', 'Update Feature', 'Update-Funktion', NULL, NULL),\n(32530, 'de', 'db', 'Testimonial Section', 'Abschnitt Testimonials', NULL, NULL),\n(32531, 'de', 'db', 'Blog Section', 'Blog-Bereich', NULL, NULL),\n(32532, 'de', 'db', 'Page Section', 'Seitenabschnitt', NULL, NULL),\n(32533, 'de', 'db', 'Social Section', 'Sozialabteilung', NULL, NULL),\n(32534, 'de', 'db', 'Business Name', 'Firmenname', NULL, NULL),\n(32535, 'de', 'db', 'Text', 'Text', NULL, NULL),\n(32536, 'de', 'db', 'Update Testimonial', 'Testimonial aktualisieren', NULL, NULL),\n(32537, 'de', 'db', 'Add Post', 'Beitrag hinzuf\u00fcgen', NULL, NULL),\n(32538, 'de', 'db', 'Blog Title', 'Blogtitel', NULL, NULL),\n(32539, 'de', 'db', 'Page Title', 'Seitentitel', NULL, NULL),\n(32541, 'de', 'db', 'Update Blog', 'Blog aktualisieren', NULL, NULL),\n(32542, 'de', 'db', 'Update Page', 'Seite aktualisieren', NULL, NULL),\n(32543, 'de', 'db', 'Open Graph Title', 'Diagrammtitel \u00f6ffnen', NULL, NULL),\n(32544, 'de', 'db', 'Open Graph Description', 'Graphbeschreibung \u00f6ffnen', NULL, NULL),\n(32546, 'de', 'db', 'Link', 'Link', NULL, NULL),\n(32547, 'de', 'db', 'Update Social', 'Soziales Update', NULL, NULL),\n(32548, 'de', 'db', 'All Blogs', 'Alle Blogs', NULL, NULL),\n(32549, 'de', 'db', 'Add Page', 'Seite hinzuf\u00fcgen', NULL, NULL),\n(32550, 'de', 'db', 'Field Belongs To', 'Feld geh\u00f6rt zu', NULL, NULL),\n(32551, 'de', 'db', 'Field Name', 'Feldname', NULL, NULL),\n(32552, 'de', 'db', 'Field Type', 'Feldtyp', NULL, NULL),\n(32553, 'de', 'db', 'Default Value', 'Standardwert', NULL, NULL),\n(32554, 'de', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', 'Grid (Bootstrap-Spalte gleich 12) \u2013 Max ist 12', NULL, NULL),\n(32555, 'de', 'db', 'Required', 'Erforderlich', NULL, NULL),\n(32556, 'de', 'db', 'Admin Only', 'Nur Administrator', NULL, NULL),\n(32557, 'de', 'db', 'Disabled', 'Deaktiviert', NULL, NULL),\n(32558, 'de', 'db', 'Visibility', 'Sichtweite', NULL, NULL),\n(32559, 'de', 'db', 'Show on Table', 'Auf dem Tisch zeigen', NULL, NULL),\n(32560, 'de', 'db', 'Show on Invoice', 'Auf Rechnung anzeigen', NULL, NULL),\n(32561, 'de', 'db', 'Nothing Selected', 'Nichts ausgew\u00e4hlt', NULL, NULL),\n(32562, 'de', 'db', 'Custom Field', 'Benutzerdefiniertes Feld', NULL, NULL),\n(32563, 'de', 'db', 'Custom Field List', 'Liste benutzerdefinierter Felder', NULL, NULL),\n(32564, 'de', 'db', 'Create Custom Field', 'Benutzerdefiniertes Feld erstellen', NULL, NULL),\n(32565, 'de', 'db', 'Options', 'Optionen', NULL, NULL),\n(32566, 'de', 'db', 'Update Custom Field', 'Benutzerdefiniertes Feld aktualisieren', NULL, NULL),\n(32567, 'de', 'db', 'Total Price', 'Gesamtpreis', NULL, NULL),\n(32568, 'de', 'db', 'Reminder Date', 'Erinnerungsdatum', NULL, NULL),\n(32569, 'de', 'db', 'Total Cost', 'Gesamtkosten', NULL, NULL),\n(32570, 'de', 'db', 'Mail Driver', 'Mail-Treiber', NULL, NULL),\n(32571, 'de', 'db', 'Update existing clients who are using this package', 'Aktualisieren Sie bestehende Clients, die dieses Paket verwenden.', NULL, NULL),\n(32572, 'de', 'db', 'ZATCA QrCode', 'ZATCA QrCode', NULL, NULL),\n(32573, 'de', 'db', 'VAT Registration Number', 'Umsatzsteuer-Identifikationsnummer', NULL, NULL),\n(32574, 'de', 'db', 'Button Text', 'Schaltfl\u00e4chentext', NULL, NULL),\n(32575, 'de', 'db', 'Modules', 'Module', NULL, NULL),\n(32576, 'de', 'db', 'Add Module', 'Modul hinzuf\u00fcgen', NULL, NULL),\n(32577, 'de', 'db', 'Add Faq', 'FAQ hinzuf\u00fcgen', NULL, NULL),\n(32578, 'de', 'db', 'Tenant Signup Description', 'Beschreibung der Mieterregistrierung', NULL, NULL),\n(32579, 'de', 'db', 'Add Language', 'Sprache hinzuf\u00fcgen', NULL, NULL),\n(32580, 'de', 'db', 'Update Language', 'Sprache aktualisieren', NULL, NULL),\n(32581, 'de', 'db', 'Number of Person', 'Anzahl der Personen', NULL, NULL),\n(32582, 'de', 'db', 'Add Table', 'Tabelle hinzuf\u00fcgen', NULL, NULL),\n(32583, 'de', 'db', 'Update Table', 'Tabelle aktualisieren', NULL, NULL),\n(32584, 'de', 'db', 'Tables', 'Tabellen', NULL, NULL),\n(32585, 'de', 'db', 'Table', 'Tisch', NULL, NULL),\n(32586, 'de', 'db', 'Table Management', 'Tischverwaltung', NULL, NULL),\n(32587, 'de', 'db', 'Initial Stock', 'Anfangsbestand', NULL, NULL),\n(32588, 'de', 'db', 'This feature will not work for product with variants and batches', 'Diese Funktion funktioniert nicht f\u00fcr Produkte mit Varianten und Chargen.', NULL, NULL),\n(32589, 'de', 'db', 'Queue', 'Warteschlange', NULL, NULL),\n(32590, 'de', 'db', 'Addons', 'Addons', NULL, NULL),\n(32591, 'de', 'db', 'Addon List', 'Addon-Liste', NULL, NULL),\n(32592, 'de', 'db', 'Sync Product Categories', 'Produktkategorien synchronisieren', NULL, NULL),\n(32593, 'de', 'db', 'Sync', 'Synchronisieren', NULL, NULL),\n(32594, 'de', 'db', 'Sync Log', 'Synchronisierungsprotokoll', NULL, NULL),\n(32595, 'de', 'db', 'Reset Synced Category', 'Synchronisierte Kategorie zur\u00fccksetzen', NULL, NULL),\n(32596, 'de', 'db', 'Sync Products', 'Produkte synchronisieren', NULL, NULL),\n(32597, 'de', 'db', 'Reset Synced Product', 'Synchronisiertes Produkt zur\u00fccksetzen', NULL, NULL),\n(32598, 'de', 'db', 'Tax Rates Mapping', 'Steuersatzzuordnung', NULL, NULL),\n(32599, 'de', 'db', 'POS Tax Rate', 'POS-Steuersatz', NULL, NULL),\n(32600, 'de', 'db', 'Equivalent WooCommerce Tax Rate', '\u00c4quivalenter WooCommerce-Steuersatz', NULL, NULL),\n(32601, 'de', 'db', 'Sync Orders(New Order Only)', 'Bestellungen synchronisieren (nur neue Bestellungen)', NULL, NULL),\n(32602, 'de', 'db', 'Sync Type', 'Sync-Typ', NULL, NULL),\n(32603, 'de', 'db', 'Operation', 'Betrieb', NULL, NULL),\n(32604, 'de', 'db', 'Records', 'Aufzeichnungen', NULL, NULL),\n(32605, 'de', 'db', 'Synced By', 'Synchronisiert von', NULL, NULL),\n(32606, 'de', 'db', 'Instructions', 'Anweisungen', NULL, NULL),\n(32607, 'de', 'db', 'API Settings', 'API-Einstellungen', NULL, NULL),\n(32608, 'de', 'db', 'Product Sync Settings', 'Produktsynchronisierungseinstellungen', NULL, NULL),\n(32609, 'de', 'db', 'Order Sync Settings', 'Einstellungen f\u00fcr die Bestellsynchronisierung', NULL, NULL),\n(32610, 'de', 'db', 'Webhook Settings', 'Webhook-Einstellungen', NULL, NULL),\n(32611, 'de', 'db', 'WooCommerce App URL', 'WooCommerce-App-URL', NULL, NULL),\n(32612, 'de', 'db', 'WooCommerce Consumer Key', 'WooCommerce-Verbraucherschl\u00fcssel', NULL, NULL),\n(32613, 'de', 'db', 'WooCommerce Consumer Secret', 'WooCommerce-Verbrauchergeheimnis', NULL, NULL),\n(32614, 'de', 'db', 'WooCommerce Settings', 'WooCommerce-Einstellungen', NULL, NULL),\n(32615, 'de', 'db', 'Default Tax Class', 'Standard-Steuerklasse', NULL, NULL),\n(32616, 'de', 'db', 'Sync Product Price', 'Produktpreis synchronisieren', NULL, NULL),\n(32617, 'de', 'db', 'Manage Stock', 'Lagerbestand verwalten', NULL, NULL),\n(32618, 'de', 'db', 'Stock Status', 'Lagerstatus', NULL, NULL),\n(32619, 'de', 'db', 'Default Customer Group', 'Standard-Kundengruppe', NULL, NULL),\n(32620, 'de', 'db', 'WooCommerce Order Status', 'WooCommerce-Bestellstatus', NULL, NULL),\n(32621, 'de', 'db', 'Equivalent POS Sell Status', '\u00c4quivalenter POS-Verkaufsstatus', NULL, NULL),\n(32622, 'de', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'Um Details zur WooCommerce-API zu erhalten, navigieren Sie zu WooCommerce -> Einstellungen -> Erweitert -> REST-API. Geben Sie eine Beschreibung ein, w\u00e4hlen Sie einen Benutzer aus und erteilen Sie ihm Lese-\/Schreibberechtigung.', NULL, NULL),\n(32623, 'de', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'Aktualisieren oder verlassen Sie die Seite w\u00e4hrend der Synchronisierung nicht.', NULL, NULL),\n(32624, 'de', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'W\u00e4hlen Sie in der WordPress-Permalink-Option Beitragsname als Permalink-Option aus.', NULL, NULL),\n(32625, 'de', 'db', 'Buy Now', 'Jetzt kaufen', NULL, NULL),\n(32626, 'de', 'db', 'Install', 'Installieren', NULL, NULL),\n(32627, 'de', 'db', 'Staff Id', 'Mitarbeiter-ID', NULL, NULL),\n(32628, 'de', 'db', 'Import CSV file (Device)', 'CSV-Datei importieren (Ger\u00e4t)', NULL, NULL),\n(32629, 'de', 'db', 'Attendance Device Date Format', 'Datumsformat des Anwesenheitsger\u00e4ts', NULL, NULL),\n(32630, 'de', 'db', 'Disable Woocommerce Sync', 'Woocommerce-Synchronisierung deaktivieren', NULL, NULL),\n(32631, 'de', 'db', 'Product Status', 'Produktstatus', NULL, NULL),\n(32632, 'de', 'db', 'Category not synced', 'Kategorie nicht synchronisiert', NULL, NULL),\n(32633, 'de', 'db', 'Categories not synced', 'Kategorien nicht synchronisiert', NULL, NULL),\n(32634, 'de', 'db', 'Category can be updated', 'Kategorie kann aktualisiert werden', NULL, NULL),\n(32635, 'de', 'db', 'Categories can be updated', 'Kategorien k\u00f6nnen aktualisiert werden', NULL, NULL),\n(32636, 'de', 'db', 'Product not synced', 'Produkt nicht synchronisiert', NULL, NULL),\n(32637, 'de', 'db', 'Products not synced', 'Produkte nicht synchronisiert', NULL, NULL),\n(32638, 'de', 'db', 'Product can be updated', 'Produkt kann aktualisiert werden', NULL, NULL),\n(32639, 'de', 'db', 'Products can be updated', 'Produkte k\u00f6nnen aktualisiert werden', NULL, NULL),\n(32640, 'de', 'db', 'Please connect with WooCommerce', 'Bitte verbinden Sie sich mit WooCommerce', NULL, NULL),\n(32641, 'de', 'db', 'Something went wrong', 'Etwas ist schiefgelaufen', NULL, NULL),\n(32642, 'de', 'db', 'Synced category successfully', 'Kategorie erfolgreich synchronisiert', NULL, NULL),\n(32643, 'de', 'db', 'Reset synced category successfully', 'Synchronisierte Kategorie erfolgreich zur\u00fcckgesetzt', NULL, NULL),\n(32644, 'de', 'db', 'Synced product successfully', 'Produkt erfolgreich synchronisiert', NULL, NULL),\n(32645, 'de', 'db', 'Reset synced product successfully', 'Synchronisiertes Produkt erfolgreich zur\u00fcckgesetzt', NULL, NULL),\n(32646, 'de', 'db', 'Tax maped successfully', 'Steuerlich erfolgreich gemappt', NULL, NULL),\n(32647, 'de', 'db', 'Synced order successfully', 'Bestellung erfolgreich synchronisiert', NULL, NULL),\n(32648, 'de', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'Bitte w\u00e4hlen Sie in den Auftragssynchronisierungseinstellungen die Standard-Kundengruppe\\\\\/Standard-Lager\\\\\/Standard-Rechnungssteller\\\\\/\u00c4quivalenten POS-Verkaufsstatus aus.', NULL, NULL),\n(32649, 'de', 'db', 'Module Image', 'Modulbild', NULL, NULL),\n(32650, 'de', 'db', 'Courier', 'Kurier', NULL, NULL),\n(32651, 'de', 'db', 'Courier List', 'Kurierliste', NULL, NULL),\n(32652, 'de', 'db', 'Add Courier', 'Kurier hinzuf\u00fcgen', NULL, NULL),\n(32653, 'de', 'db', 'Update Courier', 'Update-Kurier', NULL, NULL),\n(32654, 'de', 'db', 'Sale and Quotation without stock', 'Verkauf und Angebot ohne Lagerbestand', NULL, NULL),\n(32655, 'de', 'db', 'Yes', 'Ja', NULL, NULL),\n(32656, 'de', 'db', 'No', 'NEIN', NULL, NULL),\n(32657, 'de', 'db', 'Returned', 'Zur\u00fcckgekehrt', NULL, NULL),\n(32658, 'de', 'db', 'Get in touch', 'Kontakt aufnehmen', NULL, NULL),\n(32659, 'de', 'db', 'Contact Info', 'Kontaktinformationen', NULL, NULL),\n(32660, 'de', 'db', 'Bug Setting', 'Fehlereinstellung', NULL, NULL),\n(32661, 'de', 'db', 'File Name', 'Dateiname', NULL, NULL),\n(32662, 'de', 'db', 'Type File Name', 'Dateinamen eingeben', NULL, NULL),\n(32663, 'de', 'db', 'Logs', 'Protokolle', NULL, NULL),\n(32664, 'de', 'db', 'Type Log', 'Typenprotokoll', NULL, NULL),\n(32665, 'de', 'db', 'Short Note', 'Kurze Notiz', NULL, NULL),\n(32666, 'de', 'db', 'Product Mode', 'Produktmodus', NULL, NULL),\n(32667, 'de', 'db', 'Version', 'Version', NULL, NULL),\n(32668, 'de', 'db', 'Bug No', 'Fehler Nr.', NULL, NULL),\n(32669, 'de', 'db', 'Minimum Required Version', 'Mindestens erforderliche Version', NULL, NULL),\n(32670, 'de', 'db', 'Version Upgrade', 'Versions-Upgrade', NULL, NULL),\n(32671, 'de', 'db', 'Latest Version Upgrade', 'Aktualisiertes Versions-Upgrade', NULL, NULL),\n(32672, 'de', 'db', 'Latest Version DB Migrate', '.Neueste Version der Datenbank migrieren', NULL, NULL),\n(32673, 'de', 'db', 'Version Upgrade URL', 'URL f\u00fcr das Versions-Upgrade', NULL, NULL),\n(32674, 'de', 'db', 'Bug Update', 'Fehler-Update', NULL, NULL),\n(32675, 'de', 'db', 'Bug DB Migrate', 'Fehler DB-Migration', NULL, NULL),\n(32676, 'de', 'db', 'Bug Update URL', 'Fehler-Update-URL', NULL, NULL),\n(32677, 'de', 'db', 'Version Upgrade Setting', 'Versions-Upgrade-Einstellung', NULL, NULL),\n(32678, 'de', 'db', 'Bug Update Setting', 'Fehler-Update-Einstellung', NULL, NULL),\n(32679, 'de', 'db', 'My Account', 'Mein Konto', NULL, NULL),\n(32681, 'de', 'db', 'Phone', 'Telefon', NULL, NULL),\n(32682, 'de', 'db', 'My Addresses', 'Meine Adressen', NULL, NULL),\n(32683, 'de', 'db', 'Edit Address', 'Adresse bearbeiten', NULL, NULL),\n(32684, 'de', 'db', 'Zip \\\\\/ Postal code', 'Postleitzahl', NULL, NULL),\n(32685, 'de', 'db', 'Cart', 'Warenkorb', NULL, NULL),\n(32686, 'de', 'db', 'Shop Cart', 'Einkaufswagen', NULL, NULL),\n(32687, 'de', 'db', 'Home', 'Heim', NULL, NULL),\n(32688, 'de', 'db', 'Sub Total', 'Zwischensumme', NULL, NULL),\n(32689, 'de', 'db', 'Continue Shopping', 'Weiter einkaufen', NULL, NULL),\n(32690, 'de', 'db', 'Proceed to Checkout', 'Zur Kasse gehen', NULL, NULL),\n(32691, 'de', 'db', 'Pay', 'Zahlen', NULL, NULL),\n(32692, 'de', 'db', 'Returning customer?', 'Sind Sie schon einmal Kunde?', NULL, NULL),\n(32693, 'de', 'db', 'Shipping Details', 'Versanddetails', NULL, NULL),\n(32694, 'de', 'db', 'Default Address', 'Standardadresse', NULL, NULL),\n(32695, 'de', 'db', 'Add a different address', 'Andere Adresse hinzuf\u00fcgen', NULL, NULL),\n(32696, 'de', 'db', 'Order Notes', 'Bestellhinweise', NULL, NULL),\n(32697, 'de', 'db', 'Billing address same as Shipping Address', 'Rechnungsadresse ist identisch mit Lieferadresse', NULL, NULL),\n(32698, 'de', 'db', 'Your order', 'Ihre Bestellung', NULL, NULL),\n(32699, 'de', 'db', 'Product(s)', 'Produkt(e)', NULL, NULL),\n(32701, 'de', 'db', 'I have a coupon', 'Ich habe einen Gutschein', NULL, NULL),\n(32702, 'de', 'db', 'Enter coupon code', 'Gutscheincode eingeben', NULL, NULL),\n(32703, 'de', 'db', 'I have read and accept the', 'Ich habe die Bedingungen gelesen und akzeptiere sie.', NULL, NULL),\n(32704, 'de', 'db', 'Cash on Delivery', 'Nachnahme', NULL, NULL),\n(32705, 'de', 'db', 'Remember Me', 'Erinnere dich an mich', NULL, NULL),\n(32706, 'de', 'db', 'Log In', 'Einloggen', NULL, NULL),\n(32707, 'de', 'db', 'sign up now', 'Jetzt anmelden', NULL, NULL),\n(32708, 'de', 'db', 'My Profile', 'Mein Profil', NULL, NULL),\n(32709, 'de', 'db', 'My Orders', 'Meine Bestellungen', NULL, NULL),\n(32710, 'de', 'db', 'My Wishlist', 'Meine Wunschliste', NULL, NULL),\n(32711, 'de', 'db', 'Account Details', 'Kontodetails', NULL, NULL),\n(32712, 'de', 'db', 'We have sent you an email', 'Wir haben Ihnen eine E-Mail gesendet', NULL, NULL),\n(32713, 'de', 'db', 'Just click on the link in that email to verify', 'Klicken Sie zur Best\u00e4tigung einfach auf den Link in der E-Mail.', NULL, NULL),\n(32714, 'de', 'db', 'Thank you for verifying your email', 'Vielen Dank f\u00fcr die Best\u00e4tigung Ihrer E-Mail.', NULL, NULL),\n(32715, 'de', 'db', 'Order Details', 'Bestelldetails', NULL, NULL),\n(32716, 'de', 'db', 'You have not ordered anything yet!', 'Sie haben noch nichts bestellt!', NULL, NULL),\n(32717, 'de', 'db', 'Tags', 'Tags', NULL, NULL),\n(32718, 'de', 'db', 'Share', 'Aktie', NULL, NULL),\n(32719, 'de', 'db', 'Thank you for your order', 'Vielen Dank f\u00fcr Ihre Bestellung', NULL, NULL),\n(32720, 'de', 'db', 'Here is your order reference no', 'Hier ist Ihre Bestellreferenznummer', NULL, NULL),\n(32721, 'de', 'db', 'You will receive an email with delivery details shortly', 'Sie erhalten in K\u00fcrze eine E-Mail mit Lieferdetails.', NULL, NULL),\n(32722, 'de', 'db', 'Add Collection', 'Sammlung hinzuf\u00fcgen', NULL, NULL),\n(32723, 'de', 'db', 'Collection Name', 'Sammlungsname', NULL, NULL),\n(32724, 'de', 'db', 'Permalink', 'Permalink', NULL, NULL),\n(32725, 'de', 'db', 'Save as Draft', 'Als Entwurf speichern', NULL, NULL),\n(32726, 'de', 'db', 'Publish', 'Ver\u00f6ffentlichen', NULL, NULL),\n(32727, 'de', 'db', 'Collection', 'Sammlung', NULL, NULL),\n(32728, 'de', 'db', 'Slug', 'Schnecke', NULL, NULL),\n(32730, 'de', 'db', 'Sliders', 'Schieberegler', NULL, NULL),\n(32731, 'de', 'db', 'Menu', 'Speisekarte', NULL, NULL),\n(32732, 'de', 'db', 'Collections', 'Sammlungen', NULL, NULL),\n(32733, 'de', 'db', 'Pages', 'Seiten', NULL, NULL),\n(32734, 'de', 'db', 'Widgets', 'Widgets', NULL, NULL),\n(32735, 'de', 'db', 'Faq Category', 'FAQ-Kategorie', NULL, NULL),\n(32736, 'de', 'db', 'Faqs', 'FAQs', NULL, NULL),\n(32737, 'de', 'db', 'Social Links', 'Soziale Links', NULL, NULL),\n(32738, 'de', 'db', 'Payment Gateways', 'Zahlungsgateways', NULL, NULL),\n(32739, 'de', 'db', 'Location', 'Standort', NULL, NULL),\n(32740, 'de', 'db', 'Add Menu', 'Men\u00fc hinzuf\u00fcgen', NULL, NULL),\n(32741, 'de', 'db', 'Add Menu Items', 'Men\u00fcpunkte hinzuf\u00fcgen', NULL, NULL),\n(32742, 'de', 'db', 'Categories', 'Kategorien', NULL, NULL),\n(32743, 'de', 'db', 'Select All', 'Alles ausw\u00e4hlen', NULL, NULL),\n(32744, 'de', 'db', 'Add to Menu', 'Zum Men\u00fc hinzuf\u00fcgen', NULL, NULL),\n(32745, 'de', 'db', 'Brands', 'Marken', NULL, NULL),\n(32746, 'de', 'db', 'Custom Links', 'Benutzerdefinierte Links', NULL, NULL),\n(32747, 'de', 'db', 'URL', 'URL', NULL, NULL),\n(32748, 'de', 'db', 'Link Text', 'Linktext', NULL, NULL),\n(32749, 'de', 'db', 'Menu Structure', 'Men\u00fcstruktur', NULL, NULL),\n(32750, 'de', 'db', 'Select categories, pages or add custom links to menus', 'Kategorien, Seiten ausw\u00e4hlen oder benutzerdefinierte Links zu Men\u00fcs hinzuf\u00fcgen', NULL, NULL),\n(32751, 'de', 'db', 'Link Name', 'Linkname', NULL, NULL),\n(32752, 'de', 'db', 'Open in a new tab', 'In einem neuen Tab \u00f6ffnen', NULL, NULL),\n(32753, 'de', 'db', 'Save Menu', 'Men\u00fc speichern', NULL, NULL),\n(32754, 'de', 'db', 'Page Name', 'Seitenname', NULL, NULL),\n(32755, 'de', 'db', 'Page Layout', 'Seitenlayout', NULL, NULL),\n(32756, 'de', 'db', 'click on the widgets below to add it to your layout', 'Klicken Sie auf die Widgets unten, um sie Ihrem Layout hinzuzuf\u00fcgen.', NULL, NULL),\n(32757, 'de', 'db', 'Product Category', 'Produktkategorie', NULL, NULL),\n(32758, 'de', 'db', 'Tabbed Product Categories', 'Produktkategorien mit Registerkarten', NULL, NULL),\n(32759, 'de', 'db', 'Category Slider', 'Kategorie-Schieberegler', NULL, NULL),\n(32760, 'de', 'db', 'Product Collection', 'Produktkollektion', NULL, NULL),\n(32761, 'de', 'db', 'Tabbed Product Collections', 'Produktsammlungen mit Registerkarten', NULL, NULL),\n(32762, 'de', 'db', 'Brand Slider', 'Marken-Slider', NULL, NULL),\n(32763, 'de', 'db', 'Og_Title', 'Og_Titel', NULL, NULL),\n(32765, 'de', 'db', 'Og_description', 'Og_Beschreibung', NULL, NULL),\n(32767, 'de', 'db', 'Og_Image', 'Og_Image', NULL, NULL),\n(32768, 'de', 'db', 'Templates', 'Vorlagen', NULL, NULL),\n(32769, 'de', 'db', 'Choose Category', 'Kategorie ausw\u00e4hlen', NULL, NULL),\n(32770, 'de', 'db', 'Layout Type', 'Layouttyp', NULL, NULL),\n(32771, 'de', 'db', 'Slider Loop', 'Schiebeschleife', NULL, NULL),\n(32772, 'de', 'db', 'Slider Autoplay', 'Schieberegler Autoplay', NULL, NULL),\n(32773, 'de', 'db', 'Slider Autoplay Speed', 'Schieberegler f\u00fcr automatische Wiedergabegeschwindigkeit', NULL, NULL),\n(32774, 'de', 'db', 'Number of products to show', 'Anzahl der anzuzeigenden Produkte', NULL, NULL),\n(32775, 'de', 'db', 'Choose Categories', 'Kategorien ausw\u00e4hlen', NULL, NULL),\n(32776, 'de', 'db', 'Choose Collection', 'Sammlung ausw\u00e4hlen', NULL, NULL),\n(32778, 'de', 'db', 'Choose collections', 'Sammlungen ausw\u00e4hlen', NULL, NULL),\n(32779, 'de', 'db', 'Choose Brands', 'Marken ausw\u00e4hlen', NULL, NULL),\n(32780, 'de', 'db', 'Edit Page', 'Seite bearbeiten', NULL, NULL),\n(32782, 'de', 'db', 'Ecommerce Settings', 'E-Commerce-Einstellungen', NULL, NULL),\n(32783, 'de', 'db', 'Favicon', 'Favicon', NULL, NULL),\n(32784, 'de', 'db', 'Home Page', 'Startseite', NULL, NULL),\n(32785, 'de', 'db', 'Store Phone', 'Telefon speichern', NULL, NULL),\n(32786, 'de', 'db', 'Store Email', 'E-Mail speichern', NULL, NULL),\n(32787, 'de', 'db', 'Store Address', 'Gesch\u00e4ftsadresse', NULL, NULL),\n(32788, 'de', 'db', 'Contact From Email', 'Kontakt per E-Mail', NULL, NULL),\n(32789, 'de', 'db', 'Min amount for free shipping', 'Mindestbetrag f\u00fcr kostenlosen Versand', NULL, NULL),\n(32790, 'de', 'db', 'Flat Rate Shipping', 'Pauschalversand', NULL, NULL),\n(32791, 'de', 'db', 'Pages to read & accept before checkout', 'Seiten, die vor dem Bezahlen gelesen und akzeptiert werden m\u00fcssen', NULL, NULL),\n(32792, 'de', 'db', 'Custom CSS', 'Benutzerdefiniertes CSS', NULL, NULL),\n(32793, 'de', 'db', 'Custom JS', 'Benutzerdefiniertes JS', NULL, NULL),\n(32794, 'de', 'db', 'Chat Code', 'Chat-Code', NULL, NULL),\n(32795, 'de', 'db', 'Google Analytics Code', 'Google Analytics Code', NULL, NULL),\n(32796, 'de', 'db', 'Facebook Pixel', 'Facebook Pixel', NULL, NULL),\n(32797, 'de', 'db', 'Details', 'Details', NULL, NULL),\n(32798, 'de', 'db', 'Add Slider', 'Schieberegler hinzuf\u00fcgen', NULL, NULL),\n(32799, 'de', 'db', 'Desktop', 'Schreibtisch', NULL, NULL),\n(32800, 'de', 'db', 'Tab', 'Tab', NULL, NULL),\n(32801, 'de', 'db', 'Add Social Link', 'Social Link hinzuf\u00fcgen', NULL, NULL),\n(32802, 'de', 'db', 'Available Widgets', 'Verf\u00fcgbare Widgets', NULL, NULL),\n(32803, 'de', 'db', 'To add a widget to a section, drag it onto that section', 'Um einem Abschnitt ein Widget hinzuzuf\u00fcgen, ziehen Sie es auf diesen Abschnitt.', NULL, NULL),\n(32804, 'de', 'db', 'Custom Menu', 'Benutzerdefiniertes Men\u00fc', NULL, NULL),\n(32805, 'de', 'db', 'Select menu', 'Men\u00fc ausw\u00e4hlen', NULL, NULL),\n(32806, 'de', 'db', 'Site Features', 'Site-Funktionen', NULL, NULL),\n(32807, 'de', 'db', 'Site Information', 'Site-Informationen', NULL, NULL),\n(32808, 'de', 'db', 'Hours', 'Std', NULL, NULL),\n(32809, 'de', 'db', 'Newsletter form', 'Newsletter-Formular', NULL, NULL),\n(32810, 'de', 'db', 'Section Above Footer', 'Abschnitt \u00fcber der Fu\u00dfzeile', NULL, NULL),\n(32811, 'de', 'db', 'Footer Section', 'Fu\u00dfzeilenbereich', NULL, NULL),\n(32812, 'de', 'db', 'Product Details Sidebar', 'Seitenleiste mit Produktdetails', NULL, NULL),\n(32813, 'de', 'db', 'Your email', 'Ihre E-Mail', NULL, NULL),\n(32814, 'de', 'db', 'Forgot Password', 'Passwort vergessen', NULL, NULL),\n(32815, 'de', 'db', 'Subscribe', 'Abonnieren', NULL, NULL),\n(32816, 'de', 'db', 'Sell Online', 'Online verkaufen', NULL, NULL),\n(32817, 'de', 'db', 'Out of stock', 'Nicht auf Lager', NULL, NULL),\n(32818, 'de', 'db', 'Duplicate', 'Duplikat', NULL, NULL),\n(32819, 'de', 'db', 'All Product In Stock', 'Alle Produkte auf Lager', NULL, NULL),\n(32820, 'de', 'db', 'Show All Product Online', 'Alle Produkte online anzeigen', NULL, NULL),\n(32821, 'de', 'db', 'Oh snap! We are lost', 'Oh Mist! Wir haben uns verlaufen \u2026', NULL, NULL),\n(32822, 'de', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'Wir k\u00f6nnen anscheinend nicht finden, wonach Sie suchen. Vielleicht hilft Ihnen die Suche weiter oder Sie k\u00f6nnen zur\u00fcckgehen zu', NULL, NULL),\n(32823, 'de', 'db', 'Sorry this page is dead!', 'Tut mir leid, diese Seite ist tot!', NULL, NULL),\n(32824, 'de', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'Die Seite ist aufgrund eines Sitzungsablaufs abgelaufen. Aktualisieren Sie einfach die Seite oder klicken Sie auf die Schaltfl\u00e4che unten.', NULL, NULL),\n(32825, 'de', 'db', 'Refresh', 'Aktualisieren', NULL, NULL),\n(32826, 'de', 'db', 'Oh server just snapped!', 'Oh, der Server ist gerade abgest\u00fcrzt!', NULL, NULL),\n(32827, 'de', 'db', 'An error occured due to server not being to able to handle your request', 'Es ist ein Fehler aufgetreten, da der Server Ihre Anfrage nicht verarbeiten konnte.', NULL, NULL),\n(32828, 'de', 'db', 'An error occured because the service is unavailable', 'Ein Fehler ist aufgetreten, weil der Dienst nicht verf\u00fcgbar ist.', NULL, NULL),\n(32829, 'de', 'db', 'Please type a product name to search', 'Bitte geben Sie f\u00fcr die Suche einen Produktnamen ein.', NULL, NULL),\n(32830, 'de', 'db', 'Send', 'Schicken', NULL, NULL),\n(32831, 'de', 'db', 'don\\'t have an account', 'Ich habe kein Konto', NULL, NULL),\n(32832, 'de', 'db', 'Click here to login', 'Klicken Sie hier, um sich anzumelden', NULL, NULL),\n(32833, 'de', 'db', 'Zip \\\\\/ Post Code', 'Postleitzahl', NULL, NULL),\n(32834, 'de', 'db', 'You may also like', 'Das k\u00f6nnte Ihnen auch gefallen', NULL, NULL),\n(32835, 'de', 'db', 'Add to cart', 'In den Warenkorb legen', NULL, NULL),\n(32836, 'de', 'db', 'No item in your cart', 'Kein Artikel in Ihrem Warenkorb', NULL, NULL),\n(32837, 'de', 'db', 'Filter Sales', 'Filterverk\u00e4ufe', NULL, NULL),\n(32838, 'de', 'db', 'Sale Type', 'Verkaufsart', NULL, NULL),\n(32839, 'de', 'db', 'POS', 'POS', NULL, NULL),\n(32840, 'de', 'db', 'eCommerce', 'eCommerce', NULL, NULL),\n(32841, 'de', 'db', 'Please login first', 'Bitte melden Sie sich zuerst an', NULL, NULL),\n(32842, 'de', 'db', 'Product added to wishlist', 'Produkt zur Wunschliste hinzugef\u00fcgt', NULL, NULL),\n(32843, 'de', 'db', 'You have not added anything to wishlist yet', 'Sie haben noch nichts zur Wunschliste hinzugef\u00fcgt.', NULL, NULL),\n(32844, 'de', 'db', 'Product removed from wishlist', 'Produkt von der Wunschliste entfernt', NULL, NULL),\n(32845, 'de', 'db', 'Product already on wishlist', 'Produkt bereits auf der Wunschliste', NULL, NULL),\n(32846, 'de', 'db', 'Recently Viewed', 'Zuletzt angesehen', NULL, NULL),\n(32847, 'de', 'db', 'Verify', 'Verifizieren', NULL, NULL),\n(32848, 'de', 'db', 'Track Order', 'Bestellung verfolgen', NULL, NULL),\n(32849, 'de', 'db', 'Track', 'Schiene', NULL, NULL),\n(32850, 'de', 'db', 'Time', 'Zeit', NULL, NULL),\n(32851, 'de', 'db', 'Order Status', 'Bestellstatus', NULL, NULL),\n(32852, 'de', 'db', 'Payment Method', 'Zahlungsmethode', NULL, NULL),\n(32853, 'de', 'db', 'Shipping Status', 'Versandstatus', NULL, NULL),\n(32854, 'de', 'db', 'Pending Confirmation', 'Ausstehende Best\u00e4tigung', NULL, NULL),\n(32855, 'de', 'db', 'Track another order', 'Eine andere Bestellung verfolgen', NULL, NULL),\n(32856, 'de', 'db', 'Post Title', 'Beitragstitel', NULL, NULL),\n(32857, 'de', 'db', 'Post Thumbnail', 'Miniaturansicht posten', NULL, NULL),\n(32858, 'de', 'db', 'Pay with gift card', 'Mit Geschenkkarte bezahlen', NULL, NULL),\n(32860, 'de', 'db', 'Warehouse Wise', 'Lagerweise', NULL, NULL),\n(32861, 'de', 'db', 'Payment Receiver', 'Zahlungsempf\u00e4nger', NULL, NULL),\n(32862, 'de', 'db', 'SMS Template', 'SMS-Vorlage', NULL, NULL),\n(32863, 'de', 'db', 'Add Template', 'Vorlage hinzuf\u00fcgen', NULL, NULL),\n(32864, 'de', 'db', 'SMS Template List', 'SMS-Vorlagenliste', NULL, NULL),\n(32865, 'de', 'db', 'Content', 'Inhalt', NULL, NULL),\n(32866, 'de', 'db', 'Update Template', 'Vorlage aktualisieren', NULL, NULL),\n(32867, 'de', 'db', 'Send SMS After Sale', 'SMS nach dem Verkauf senden', NULL, NULL),\n(32868, 'de', 'db', 'Default SMS Sale', 'Standard-SMS-Verkauf', NULL, NULL),\n(32869, 'de', 'db', 'Default SMS E-Commerce', 'Standard-SMS-E-Commerce', NULL, NULL),\n(32870, 'de', 'db', 'Default Online', 'Standard Online', NULL, NULL),\n(32871, 'de', 'db', 'Top Up', 'Nachf\u00fcllen', NULL, NULL),\n(32872, 'de', 'db', 'Coupon Name', 'Gutscheinname', NULL, NULL),\n(32873, 'de', 'db', 'Email Sent', 'E-Mail gesendet', NULL, NULL),\n(32875, 'de', 'db', 'Wholesale Price', 'Gro\u00dfhandelspreis', NULL, NULL),\n(32876, 'de', 'db', 'Price Option', 'Preisoption', NULL, NULL),\n(32877, 'de', 'db', 'Product Tags', 'Produkt-Tags', NULL, NULL),\n(32878, 'de', 'db', 'Selected Items', 'Ausgew\u00e4hlte Artikel', NULL, NULL),\n(32879, 'de', 'db', 'Related Products', '\u00c4hnliche Produkte', NULL, NULL),\n(32881, 'de', 'db', 'Track Inventory', 'Inventar verfolgen', NULL, NULL),\n(32882, 'de', 'db', 'Register me as a user', 'Registrieren Sie mich als Benutzer', NULL, NULL),\n(32883, 'de', 'db', 'Verify & Close', '\u00dcberpr\u00fcfen und schlie\u00dfen', NULL, NULL),\n(32884, 'de', 'db', 'Enable Gift Card payment on checkout page', 'Geschenkkartenzahlung auf der Checkout-Seite aktivieren', NULL, NULL),\n(32885, 'de', 'db', 'Theme Color', 'Themenfarbe', NULL, NULL),\n(32888, 'de', 'db', 'Enter gift card number', 'Geschenkkartennummer eingeben', NULL, NULL),\n(32889, 'de', 'db', 'Page saved', 'Seite gespeichert', NULL, NULL),\n(32890, 'de', 'db', 'Widget saved', 'Widget gespeichert', NULL, NULL),\n(32891, 'de', 'db', 'Template', 'Vorlage', NULL, NULL),\n(32892, 'de', 'db', 'Three Column Banner', 'Dreispaltiges Banner', NULL, NULL),\n(32893, 'de', 'db', 'Banner Image', 'Bannerbild', NULL, NULL),\n(32894, 'de', 'db', 'Income', 'Einkommen', NULL, NULL),\n(32895, 'de', 'db', 'Income Category', 'Einkommenskategorie', NULL, NULL),\n(32896, 'de', 'db', 'Income List', 'Einkommensliste', NULL, NULL),\n(32897, 'de', 'db', 'Add Income', 'Einkommen hinzuf\u00fcgen', NULL, NULL),\n(32898, 'de', 'db', 'Add Income Category', 'Einkommenskategorie hinzuf\u00fcgen', NULL, NULL),\n(32899, 'de', 'db', 'Update Income Category', 'Einkommenskategorie aktualisieren', NULL, NULL),\n(32900, 'de', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Lieferschein zur Verwaltung von Bestellungen\\\\\/Verk\u00e4ufen', NULL, NULL),\n(32901, 'de', 'db', 'Enable', 'Aktivieren', NULL, NULL),\n(32902, 'de', 'db', 'Disable', 'Deaktivieren', NULL, NULL),\n(32903, 'de', 'db', 'Create Packing Slip', 'Lieferschein erstellen', NULL, NULL),\n(32904, 'de', 'db', 'Packed', 'Gepackt', NULL, NULL),\n(32905, 'de', 'db', 'Processing', 'Verarbeitung', NULL, NULL),\n(32906, 'de', 'db', 'Packing Slip List', 'Lieferscheinliste', NULL, NULL),\n(32907, 'de', 'db', 'Packing Slip Reference', 'Lieferscheinreferenz', NULL, NULL),\n(32908, 'de', 'db', 'Challan List', 'Challan-Liste', NULL, NULL),\n(32909, 'de', 'db', 'Challan Report', 'Challan-Bericht', NULL, NULL),\n(32910, 'de', 'db', 'Packing Slip & Challan', 'Lieferschein und Challan', NULL, NULL),\n(32911, 'de', 'db', 'Filter Products', 'Produkte filtern', NULL, NULL),\n(32912, 'de', 'db', 'Expiry Duration Type', 'Ablaufdauertyp', NULL, NULL),\n(32913, 'de', 'db', 'Expiry Value', 'Ablaufwert', NULL, NULL),\n(32914, 'de', 'db', 'Biller Report', 'Biller-Bericht', NULL, NULL),\n(32915, 'de', 'db', 'Choose Biller', 'Rechnungssteller ausw\u00e4hlen', NULL, NULL),\n(32916, 'de', 'db', 'Thermal Invoice Size', 'Thermorechnungsgr\u00f6\u00dfe', NULL, NULL),\n(32917, 'de', 'db', 'Invoice Option', 'Rechnungsoption', NULL, NULL),\n(32918, 'de', 'db', '80mm', '80 mm', NULL, NULL),\n(32919, 'de', 'db', '58mm', '58 mm', NULL, NULL),\n(32920, 'de', 'db', 'Sale successfully added to draft', 'Verkauf erfolgreich zum Entwurf hinzugef\u00fcgt', NULL, NULL),\n(32921, 'de', 'db', 'Barcode Settings', 'Barcode-Einstellungen', NULL, NULL),\n(32922, 'de', 'db', 'Add barcode sticker setting', 'Einstellung f\u00fcr Barcode-Aufkleber hinzuf\u00fcgen', NULL, NULL),\n(32923, 'de', 'db', 'Edit Barcode Sticker Setting', 'Barcode-Aufkleber-Einstellungen bearbeiten', NULL, NULL),\n(32924, 'de', 'db', 'Sticker Sheet setting Name', 'Name der Stickerbogen-Einstellung', NULL, NULL),\n(32925, 'de', 'db', 'Sticker Sheet setting Description', 'Beschreibung der Stickerbogen-Einstellungen', NULL, NULL),\n(32926, 'de', 'db', 'Continuous feed or rolls', 'Kontinuierliche Zufuhr oder Rollen', NULL, NULL),\n(32927, 'de', 'db', 'In Inches', 'In Zoll', NULL, NULL),\n(32928, 'de', 'db', 'Additional top margin', 'Zus\u00e4tzlicher oberer Rand', NULL, NULL),\n(32929, 'de', 'db', 'Additional left margin', 'Zus\u00e4tzlicher linker Rand', NULL, NULL),\n(32930, 'de', 'db', 'Width of sticker', 'Breite des Aufklebers', NULL, NULL),\n(32931, 'de', 'db', 'Height of sticker', 'H\u00f6he des Aufklebers', NULL, NULL),\n(32932, 'de', 'db', 'Paper width', 'Papierbreite', NULL, NULL),\n(32933, 'de', 'db', 'Paper height', 'Papierh\u00f6he', NULL, NULL),\n(32934, 'de', 'db', 'Stickers in one row', 'Aufkleber in einer Reihe', NULL, NULL),\n(32935, 'de', 'db', 'Distance between two rows', 'Abstand zwischen zwei Reihen', NULL, NULL),\n(32936, 'de', 'db', 'Distance between two columns', 'Abstand zwischen zwei Spalten', NULL, NULL),\n(32937, 'de', 'db', 'No of Stickers per sheet', 'Anzahl der Aufkleber pro Bogen', NULL, NULL),\n(32938, 'de', 'db', 'Set as default', 'Als Standard festlegen', NULL, NULL),\n(32939, 'de', 'db', 'Add New Setting', 'Neue Einstellung hinzuf\u00fcgen', NULL, NULL),\n(32940, 'de', 'db', 'Print Labels', 'Etiketten drucken', NULL, NULL),\n(32941, 'de', 'db', 'Information on Label', 'Informationen auf dem Etikett', NULL, NULL),\n(32942, 'de', 'db', 'Add Production', 'Produktion hinzuf\u00fcgen', NULL, NULL),\n(32943, 'de', 'db', 'Production List', 'Produktionsliste', NULL, NULL),\n(32944, 'de', 'db', 'Expired Date', 'Abgelaufenes Datum', NULL, NULL),\n(32945, 'de', 'db', 'Manufacturing', 'Herstellung', NULL, NULL),\n(32946, 'de', 'db', 'Total Tax', 'Gesamtsteuer', NULL, NULL),\n(32947, 'de', 'db', 'Production Details', 'Produktionsdetails', NULL, NULL),\n(32948, 'de', 'db', 'Add Custom Size', 'Benutzerdefinierte Gr\u00f6\u00dfe hinzuf\u00fcgen', NULL, NULL),\n(32949, 'de', 'db', 'RTL', 'RTL', NULL, NULL),\n(32950, 'de', 'db', 'LTR', 'LTR', NULL, NULL),\n(32952, 'de', 'db', 'Show search results in', 'Suchergebnisse anzeigen in', NULL, NULL),\n(32953, 'de', 'db', 'Full Page', 'Ganze Seite', NULL, NULL),\n(32954, 'de', 'db', 'Dropdown', 'Runterfallen', NULL, NULL),\n(32956, 'de', 'db', 'Saving', 'Sparen', NULL, NULL),\n(32957, 'de', 'db', 'Multiple Payment', 'Mehrfachzahlung', NULL, NULL),\n(32958, 'de', 'db', 'Finalize Sale(Multiple Payment)', 'Verkauf abschlie\u00dfen (Mehrfachzahlung)', NULL, NULL),\n(32959, 'de', 'db', 'Cash Received', 'Bargeld erhalten', NULL, NULL),\n(32960, 'de', 'db', 'Add More Payment', 'Weitere Zahlung hinzuf\u00fcgen', NULL, NULL),\n(32961, 'de', 'db', 'Received', 'Erhalten', NULL, NULL),\n(32962, 'de', 'db', 'Production Status', 'Produktionsstatus', NULL, NULL),\n(32968, 'de', 'db', 'Employees', 'Mitarbeiter', NULL, NULL),\n(32969, 'de', 'db', 'Award', 'Vergeben', NULL, NULL),\n(32970, 'de', 'db', 'Travel', 'Reisen', NULL, NULL),\n(32971, 'de', 'db', 'Resignations', 'R\u00fccktritte', NULL, NULL),\n(32972, 'de', 'db', 'Complaints', 'Beschwerden', NULL, NULL),\n(32973, 'de', 'db', 'Warnings', 'Warnungen', NULL, NULL),\n(32974, 'de', 'db', 'Terminations', 'K\u00fcndigungen', NULL, NULL),\n(32975, 'de', 'db', 'Organization', 'Organisation', NULL, NULL),\n(32976, 'de', 'db', 'Company', 'Unternehmen', NULL, NULL),\n(32977, 'de', 'db', 'Designation', 'Bezeichnung', NULL, NULL),\n(32978, 'de', 'db', 'Announcements', 'Ank\u00fcndigungen', NULL, NULL),\n(32979, 'de', 'db', 'Timesheets', 'Stundenzettel', NULL, NULL),\n(32980, 'de', 'db', 'Attendances', 'Anwesenheiten', NULL, NULL),\n(32981, 'de', 'db', 'Recruitment', 'Werbung', NULL, NULL),\n(32982, 'de', 'db', 'Training', 'Ausbildung', NULL, NULL),\n(32983, 'de', 'db', 'Trainers', 'Trainer', NULL, NULL),\n(32984, 'de', 'db', 'Events', 'Veranstaltungen', NULL, NULL),\n(32985, 'de', 'db', 'Meetings', 'Treffen', NULL, NULL),\n(32986, 'de', 'db', 'Finance', 'Finanzen', NULL, NULL),\n(32987, 'de', 'db', 'imei_numbers', 'IMEI-Nummern', NULL, NULL),\n(32988, 'de', 'db', 'Warranty', 'Garantie', NULL, NULL),\n(32989, 'de', 'db', 'Guarantee', 'Garantie', NULL, NULL),\n(32990, 'de', 'db', 'Dear', 'Lieb', NULL, NULL),\n(32991, 'de', 'db', 'Thank you for your purchase! Your invoice number is', 'Vielen Dank f\u00fcr Ihren Einkauf! Ihre Rechnungsnummer lautet', NULL, NULL),\n(32992, 'de', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'Wenn Sie Fragen oder Bedenken haben, z\u00f6gern Sie bitte nicht, uns zu kontaktieren. Wir sind hier, um zu helfen!', NULL, NULL),\n(32993, 'de', 'db', 'Best regards', 'Beste gr\u00fc\u00dfe', NULL, NULL),\n(32994, 'de', 'db', 'Whatsapp Notification', 'Whatsapp-Benachrichtigung', NULL, NULL),\n(32995, 'de', 'db', 'Add More Payment Option', 'Weitere Zahlungsoptionen hinzuf\u00fcgen', NULL, NULL),\n(32996, 'de', 'db', 'Type date or quotation reference', 'Geben Sie das Datum oder die Zitatreferenz ein \u2026', NULL, NULL),\n(32998, 'de', 'db', 'Sale Reference No', 'Verkaufsreferenznummer', NULL, NULL),\n(32999, 'de', 'db', 'My Transactions', 'Meine Transaktionen', NULL, NULL),\n(33000, 'de', 'db', 'One Point is Equivalent to:', 'Ein Punkt entspricht:', NULL, NULL),\n(33001, 'de', 'db', 'Update Income', 'Einkommen aktualisieren', NULL, NULL),\n(33002, 'de', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', 'Nur f\u00fcr die Typen Select, Multi Select, Checkbox und Radio Button verwenden. F\u00fcllen Sie das Feld aus, indem Sie die Optionen durch Kommas trennen. Z. B. Apfel, Orange, Banane.', NULL, NULL),\n(33003, 'de', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', 'Exklusiv: Produktpreis = Tats\u00e4chlicher Produktpreis + Steuer. Inklusiv: Tats\u00e4chlicher Produktpreis = Produktpreis - Steuer', NULL, NULL),\n(33004, 'es', 'db', 'dashboard', 'panel', NULL, NULL),\n(33005, 'es', 'db', 'language', 'idioma', NULL, NULL),\n(33006, 'es', 'db', 'Languages', 'Idiomas', NULL, NULL),\n(33007, 'es', 'db', 'revenue', 'ganancia', NULL, NULL),\n(33008, 'es', 'db', 'product', 'producto', NULL, NULL),\n(33009, 'es', 'db', 'category', 'categor\u00eda', NULL, NULL),\n(33010, 'es', 'db', 'product_list', 'lista_de_productos', NULL, NULL),\n(33011, 'es', 'db', 'add_product', 'a\u00f1adir_producto', NULL, NULL),\n(33012, 'es', 'db', 'import_product', 'importar_producto', NULL, NULL),\n(33013, 'es', 'db', 'print_barcode', 'imprimir c\u00f3digo de barras', NULL, NULL),\n(33014, 'es', 'db', 'welcome', 'bienvenido', NULL, NULL),\n(33015, 'es', 'db', 'profile', 'perfil', NULL, NULL),\n(33016, 'es', 'db', 'add', 'agregar', NULL, NULL),\n(33017, 'es', 'db', 'parent', 'padre', NULL, NULL),\n(33018, 'es', 'db', 'action', 'acci\u00f3n', NULL, NULL),\n(33019, 'es', 'db', 'import', 'importar', NULL, NULL),\n(33020, 'es', 'db', 'edit', 'editar', NULL, NULL),\n(33021, 'es', 'db', 'delete', 'borrar', NULL, NULL),\n(33022, 'es', 'db', 'name', 'nombre', NULL, NULL),\n(33023, 'es', 'db', 'submit', 'entregar', NULL, NULL),\n(33024, 'es', 'db', 'update', 'actualizar', NULL, NULL),\n(33025, 'es', 'db', 'The field labels marked with * are required input fields', 'Las etiquetas de campo marcadas con * son campos de entrada obligatorios', NULL, NULL),\n(33026, 'es', 'db', 'settings', 'ajustes', NULL, NULL),\n(33027, 'es', 'db', 'logout', 'cerrar sesi\u00f3n', NULL, NULL),\n(33028, 'es', 'db', 'return', 'devolver', NULL, NULL),\n(33029, 'es', 'db', 'profit', 'ganancia', NULL, NULL),\n(33030, 'es', 'db', 'sale qty', 'cantidad de venta', NULL, NULL),\n(33031, 'es', 'db', 'yearly report', 'informe anual', NULL, NULL),\n(33032, 'es', 'db', 'sale amount', 'monto de venta', NULL, NULL),\n(33033, 'es', 'db', 'recent sales', 'ventas recientes', NULL, NULL),\n(33034, 'es', 'db', 'latest', 'el \u00faltimo', NULL, NULL),\n(33035, 'es', 'db', 'best selling product', 'producto m\u00e1s vendido', NULL, NULL),\n(33036, 'es', 'db', 'top', 'arriba', NULL, NULL),\n(33037, 'es', 'db', 'date', 'fecha', NULL, NULL),\n(33039, 'es', 'db', 'reference', 'referencia', NULL, NULL),\n(33040, 'es', 'db', 'customer', 'cliente', NULL, NULL),\n(33041, 'es', 'db', 'status', 'estado', NULL, NULL),\n(33042, 'es', 'db', 'grand total', 'gran total', NULL, NULL),\n(33043, 'es', 'db', 'Product Details', 'Detalles del producto', NULL, NULL),\n(33044, 'es', 'db', 'qty', 'cantidad', NULL, NULL),\n(33046, 'es', 'db', 'Price', 'Precio', NULL, NULL),\n(33047, 'es', 'db', 'Image', 'Imagen', NULL, NULL),\n(33048, 'es', 'db', 'Code', 'C\u00f3digo', NULL, NULL),\n(33049, 'es', 'db', 'Brand', 'Marca', NULL, NULL),\n(33050, 'es', 'db', 'Quantity', 'Cantidad', NULL, NULL),\n(33051, 'es', 'db', 'Unit', 'Unidad', NULL, NULL),\n(33052, 'es', 'db', 'Type', 'Tipo', NULL, NULL),\n(33053, 'es', 'db', 'Barcode Symbology', 'Simbolog\u00eda del c\u00f3digo de barras', NULL, NULL),\n(33054, 'es', 'db', 'Sale', 'Venta', NULL, NULL),\n(33055, 'es', 'db', 'Purchase', 'Compra', NULL, NULL),\n(33056, 'es', 'db', 'Cost', 'Costo', NULL, NULL),\n(33057, 'es', 'db', 'Alert', 'Alerta', NULL, NULL),\n(33058, 'es', 'db', 'Promotional Price', 'Precio promocional', NULL, NULL),\n(33059, 'es', 'db', 'Promotion', 'Promoci\u00f3n', NULL, NULL),\n(33060, 'es', 'db', 'Featured', 'Presentado', NULL, NULL),\n(33061, 'es', 'db', 'Tax', 'Impuesto', NULL, NULL),\n(33062, 'es', 'db', 'Invoice Details', 'Detalles de la factura', NULL, NULL),\n(33063, 'es', 'db', 'Generate', 'Generar', NULL, NULL),\n(33064, 'es', 'db', 'Promotion Starts', 'Comienza la promoci\u00f3n', NULL, NULL),\n(33065, 'es', 'db', 'Promotion Ends', 'Fin de la promoci\u00f3n', NULL, NULL),\n(33066, 'es', 'db', 'Starting', 'A partir de', NULL, NULL),\n(33067, 'es', 'db', 'Ending', 'Final', NULL, NULL),\n(33068, 'es', 'db', 'Print', 'Imprimir', NULL, NULL),\n(33069, 'es', 'db', 'Barcode', 'C\u00f3digo de barras', NULL, NULL),\n(33070, 'es', 'db', 'Supplier', 'Proveedor', NULL, NULL),\n(33071, 'es', 'db', 'Paid', 'Pagado', NULL, NULL),\n(33072, 'es', 'db', 'Balance', 'Balance', NULL, NULL),\n(33073, 'es', 'db', 'Payment', 'Pago', NULL, NULL),\n(33074, 'es', 'db', 'View', 'Vista', NULL, NULL),\n(33075, 'es', 'db', 'Warehouse', 'Dep\u00f3sito', NULL, NULL),\n(33076, 'es', 'db', 'Attach Document', 'Adjuntar documento', NULL, NULL),\n(33077, 'es', 'db', 'Select Product', 'Seleccionar producto', NULL, NULL),\n(33078, 'es', 'db', 'Order', 'Orden', NULL, NULL),\n(33079, 'es', 'db', 'Order Table', 'Tabla de pedidos', NULL, NULL),\n(33080, 'es', 'db', 'Discount', 'Descuento', NULL, NULL),\n(33081, 'es', 'db', 'Unit Cost', 'Costo unitario', NULL, NULL),\n(33082, 'es', 'db', 'Unit Price', 'Precio unitario', NULL, NULL),\n(33083, 'es', 'db', 'Net Unit Cost', 'Costo unitario neto', NULL, NULL),\n(33084, 'es', 'db', 'Net Unit Price', 'Precio unitario neto', NULL, NULL),\n(33085, 'es', 'db', 'Shipping Cost', 'Costo de env\u00edo', NULL, NULL),\n(33086, 'es', 'db', 'Subtotal', 'Total parcial', NULL, NULL),\n(33087, 'es', 'db', 'Note', 'Nota', NULL, NULL),\n(33088, 'es', 'db', 'Items', 'Elementos', NULL, NULL),\n(33089, 'es', 'db', 'Total', 'Total', NULL, NULL),\n(33090, 'es', 'db', 'Recieved', 'Recibido', NULL, NULL),\n(33091, 'es', 'db', 'Upload CSV File', 'Subir archivo CSV', NULL, NULL),\n(33092, 'es', 'db', 'Download Sample File', 'Descargar archivo de muestra', NULL, NULL),\n(33093, 'es', 'db', 'Sample File', 'Archivo de muestra', NULL, NULL),\n(33094, 'es', 'db', 'Download', 'Descargar', NULL, NULL),\n(33095, 'es', 'db', 'The correct column order is', 'El orden correcto de las columnas es', NULL, NULL),\n(33096, 'es', 'db', 'and you must follow this', 'y debes seguir esto', NULL, NULL),\n(33097, 'es', 'db', 'All columns are required', 'Todas las columnas son obligatorias', NULL, NULL),\n(33098, 'es', 'db', 'Biller', 'Facturador', NULL, NULL),\n(33099, 'es', 'db', 'From', 'De', NULL, NULL),\n(33100, 'es', 'db', 'To', 'A', NULL, NULL),\n(33101, 'es', 'db', 'Created By', 'Creado por', NULL, NULL),\n(33102, 'es', 'db', 'Amount', 'Cantidad', NULL, NULL),\n(33103, 'es', 'db', 'Staff', 'Personal', NULL, NULL),\n(33104, 'es', 'db', 'Quotation', 'Cotizaci\u00f3n', NULL, NULL),\n(33105, 'es', 'db', 'Create', 'Crear', NULL, NULL),\n(33106, 'es', 'db', 'Adjustment', 'Ajuste', NULL, NULL),\n(33107, 'es', 'db', 'Subtraction', 'Sustracci\u00f3n', NULL, NULL),\n(33108, 'es', 'db', 'Addition', 'Suma', NULL, NULL),\n(33109, 'es', 'db', 'Transfer', 'Transferir', NULL, NULL),\n(33110, 'es', 'db', 'User', 'Usuario', NULL, NULL),\n(33111, 'es', 'db', 'Email', 'Correo electr\u00f3nico', NULL, NULL),\n(33112, 'es', 'db', 'Company Name', 'Nombre de empresa', NULL, NULL),\n(33113, 'es', 'db', 'Phone Number', 'N\u00famero de tel\u00e9fono', NULL, NULL),\n(33114, 'es', 'db', 'Role', 'Role', NULL, NULL),\n(33115, 'es', 'db', 'UserName', 'Nombre de usuario', NULL, NULL),\n(33116, 'es', 'db', 'Password', 'Contrase\u00f1a', NULL, NULL),\n(33117, 'es', 'db', 'LogIn', 'Acceso', NULL, NULL),\n(33118, 'es', 'db', 'Change Password', 'Cambiar la contrase\u00f1a', NULL, NULL),\n(33119, 'es', 'db', 'Active', 'Activo', NULL, NULL),\n(33120, 'es', 'db', 'Customer Group', 'Grupo de clientes', NULL, NULL),\n(33121, 'es', 'db', 'Address', 'DIRECCI\u00d3N', NULL, NULL),\n(33122, 'es', 'db', 'City', 'Ciudad', NULL, NULL),\n(33123, 'es', 'db', 'Postal Code', 'C\u00f3digo Postal', NULL, NULL),\n(33124, 'es', 'db', 'Country', 'Pa\u00eds', NULL, NULL),\n(33125, 'es', 'db', 'State', 'Estado', NULL, NULL),\n(33126, 'es', 'db', 'Upload File', 'Subir archivo', NULL, NULL),\n(33127, 'es', 'db', 'List', 'Lista', NULL, NULL),\n(33128, 'es', 'db', 'VAT Number', 'N\u00famero de IVA', NULL, NULL),\n(33129, 'es', 'db', 'Choose Your Date', 'Elige tu fecha', NULL, NULL),\n(33130, 'es', 'db', 'Loss', 'P\u00e9rdida', NULL, NULL),\n(33131, 'es', 'db', 'Or', 'O', NULL, NULL),\n(33132, 'es', 'db', 'Sent', 'Enviado', NULL, NULL),\n(33133, 'es', 'db', 'Net Profit', 'Beneficio neto', NULL, NULL),\n(33134, 'es', 'db', 'Best Seller', 'Mejor vendido', NULL, NULL),\n(33135, 'es', 'db', 'Best Seller From', 'El m\u00e1s vendido de', NULL, NULL),\n(33136, 'es', 'db', 'Product Report', 'Informe del producto', NULL, NULL),\n(33137, 'es', 'db', 'Purchased', 'Comprado', NULL, NULL),\n(33138, 'es', 'db', 'Sold', 'Vendido', NULL, NULL),\n(33139, 'es', 'db', 'In Stock', 'En stock', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(33140, 'es', 'db', 'Reports', 'Informes', NULL, NULL),\n(33141, 'es', 'db', 'Daily Sale', 'Venta diaria', NULL, NULL),\n(33142, 'es', 'db', 'Daily Sale Report', 'Informe diario de ventas', NULL, NULL),\n(33143, 'es', 'db', 'Monthly Sale', 'Venta mensual', NULL, NULL),\n(33144, 'es', 'db', 'Monthly Sale Report', 'Informe de ventas mensuales', NULL, NULL),\n(33145, 'es', 'db', 'Daily Purchase', 'Compra diaria', NULL, NULL),\n(33146, 'es', 'db', 'Daily Purchase Report', 'Informe diario de compras', NULL, NULL),\n(33147, 'es', 'db', 'Monthly Purchase', 'Compra mensual', NULL, NULL),\n(33148, 'es', 'db', 'Monthly Purchase Report', 'Informe mensual de compras', NULL, NULL),\n(33149, 'es', 'db', 'Previous', 'Anterior', NULL, NULL),\n(33150, 'es', 'db', 'Next', 'Pr\u00f3ximo', NULL, NULL),\n(33151, 'es', 'db', 'Stock Chart', 'Gr\u00e1fico de acciones', NULL, NULL),\n(33152, 'es', 'db', 'Due', 'Pendiente', NULL, NULL),\n(33153, 'es', 'db', 'Description', 'Descripci\u00f3n', NULL, NULL),\n(33154, 'es', 'db', 'Change Permission', 'Cambiar permiso', NULL, NULL),\n(33155, 'es', 'db', 'Group Permission', 'Permiso de grupo', NULL, NULL),\n(33156, 'es', 'db', 'Permissions', 'Permisos', NULL, NULL),\n(33157, 'es', 'db', 'Percentage', 'Porcentaje', NULL, NULL),\n(33158, 'es', 'db', 'Title', 'T\u00edtulo', NULL, NULL),\n(33159, 'es', 'db', 'Base Unit', 'Unidad base', NULL, NULL),\n(33160, 'es', 'db', 'Operator', 'Operador', NULL, NULL),\n(33161, 'es', 'db', 'Operation Value', 'Valor de la operaci\u00f3n', NULL, NULL),\n(33162, 'es', 'db', 'Rate', 'Tasa', NULL, NULL),\n(33163, 'es', 'db', 'General Setting', 'Configuraci\u00f3n general', NULL, NULL),\n(33164, 'es', 'db', 'Site Title', 'T\u00edtulo del sitio', NULL, NULL),\n(33165, 'es', 'db', 'Site Logo', 'Logotipo del sitio', NULL, NULL),\n(33166, 'es', 'db', 'Current Password', 'Contrase\u00f1a actual', NULL, NULL),\n(33167, 'es', 'db', 'New Password', 'Nueva contrase\u00f1a', NULL, NULL),\n(33168, 'es', 'db', 'Confirm Password', 'Confirmar Contrase\u00f1a', NULL, NULL),\n(33169, 'es', 'db', 'POS Setting', 'Configuraci\u00f3n del punto de venta', NULL, NULL),\n(33170, 'es', 'db', 'Developed By', 'Desarrollado por', NULL, NULL),\n(33171, 'es', 'db', 'All', 'Todo', NULL, NULL),\n(33172, 'es', 'db', 'By', 'Por', NULL, NULL),\n(33173, 'es', 'db', 'Cheque Number', 'N\u00famero de cheque', NULL, NULL),\n(33174, 'es', 'db', 'Invoice', 'Factura', NULL, NULL),\n(33175, 'es', 'db', 'Shipping', 'Env\u00edo', NULL, NULL),\n(33176, 'es', 'db', 'Finalize Sale', 'Finalizar venta', NULL, NULL),\n(33177, 'es', 'db', 'People', 'Gente', NULL, NULL),\n(33178, 'es', 'db', 'Option', 'Opci\u00f3n', NULL, NULL),\n(33179, 'es', 'db', 'Bill', 'Factura', NULL, NULL),\n(33180, 'es', 'db', 'Go To', 'Ir a', NULL, NULL),\n(33181, 'es', 'db', 'Mode', 'Modo', NULL, NULL),\n(33182, 'es', 'db', 'In Words', 'En palabras', NULL, NULL),\n(33183, 'es', 'db', 'Stamp', 'Estampilla', NULL, NULL),\n(33184, 'es', 'db', 'Signature', 'Firma', NULL, NULL),\n(33185, 'es', 'db', 'Developed', 'Desarrollado', NULL, NULL),\n(33186, 'es', 'db', 'Attach File', 'Adjuntar archivo', NULL, NULL),\n(33187, 'es', 'db', 'File Link', 'Enlace de archivo', NULL, NULL),\n(33188, 'es', 'db', 'Delivery', 'Entrega', NULL, NULL),\n(33189, 'es', 'db', 'Delivered', 'Entregado', NULL, NULL),\n(33190, 'es', 'db', 'For Digital product sale_unit will be n\\\\\/a', 'Para productos digitales, la unidad de venta ser\u00e1 n\\\\\/a', NULL, NULL),\n(33191, 'es', 'db', 'Forgot Password?', '\u00bfHas olvidado tu contrase\u00f1a?', NULL, NULL),\n(33192, 'es', 'db', 'Do not have an account?', '\u00bfNo tienes una cuenta?', NULL, NULL),\n(33193, 'es', 'db', 'Register', 'Registro', NULL, NULL),\n(33194, 'es', 'db', 'Expense Category', 'Categor\u00eda de gastos', NULL, NULL),\n(33195, 'es', 'db', 'Expense', 'Gastos', NULL, NULL),\n(33196, 'es', 'db', 'Gift Card', 'Tarjeta de regalo', NULL, NULL),\n(33197, 'es', 'db', 'Card', 'Tarjeta', NULL, NULL),\n(33198, 'es', 'db', 'Expiry Date', 'Fecha de caducidad', NULL, NULL),\n(33199, 'es', 'db', 'Recharge', 'Recargar', NULL, NULL),\n(33200, 'es', 'db', 'Deposit', 'Dep\u00f3sito', NULL, NULL),\n(33201, 'es', 'db', 'Choose Warehouse', 'Elegir almac\u00e9n', NULL, NULL),\n(33202, 'es', 'db', 'Choose Supplier', 'Elegir proveedor', NULL, NULL),\n(33203, 'es', 'db', 'Choose Customer', 'Elegir Cliente', NULL, NULL),\n(33204, 'es', 'db', 'Touchscreen keybord', 'Teclado t\u00e1ctil', NULL, NULL),\n(33205, 'es', 'db', 'Already have an account', 'Ya tengo una cuenta', NULL, NULL),\n(33206, 'es', 'db', 'Currency', 'Divisa', NULL, NULL),\n(33207, 'es', 'db', 'Mail Setting', 'Configuraci\u00f3n de correo', NULL, NULL),\n(33208, 'es', 'db', 'Mail Host', 'Host de correo', NULL, NULL),\n(33209, 'es', 'db', 'Mail Port', 'Puerto de correo', NULL, NULL),\n(33210, 'es', 'db', 'Mail From Name', 'Nombre del remitente', NULL, NULL),\n(33211, 'es', 'db', 'Mail Address', 'Direcci\u00f3n de correo', NULL, NULL),\n(33212, 'es', 'db', 'Encryption', 'Cifrado', NULL, NULL),\n(33213, 'es', 'db', 'Today', 'Hoy', NULL, NULL),\n(33214, 'es', 'db', 'Last 7 Days', '\u00daltimos 7 d\u00edas', NULL, NULL),\n(33215, 'es', 'db', 'This Month', 'Este mes', NULL, NULL),\n(33216, 'es', 'db', 'This Year', 'Este a\u00f1o', NULL, NULL),\n(33217, 'es', 'db', 'Cash in Hand', 'Dinero en efectivo', NULL, NULL),\n(33218, 'es', 'db', 'In Hand', 'En mano', NULL, NULL),\n(33219, 'es', 'db', 'Summary Report', 'Informe resumido', NULL, NULL),\n(33220, 'es', 'db', 'Draft', 'Borrador', NULL, NULL),\n(33221, 'es', 'db', 'Coupon', 'Cup\u00f3n', NULL, NULL),\n(33222, 'es', 'db', 'Available', 'Disponible', NULL, NULL),\n(33223, 'es', 'db', 'Minimum Sale', 'Venta m\u00ednima', NULL, NULL),\n(33224, 'es', 'db', 'Add Sale', 'A\u00f1adir venta', NULL, NULL),\n(33225, 'es', 'db', 'Import Sale', 'Venta de importaci\u00f3n', NULL, NULL),\n(33226, 'es', 'db', 'Sale Status', 'Estado de venta', NULL, NULL),\n(33227, 'es', 'db', 'Payment Status', 'Estado del pago', NULL, NULL),\n(33228, 'es', 'db', 'Generate Invoice', 'Generar factura', NULL, NULL),\n(33229, 'es', 'db', 'Add Payment', 'A\u00f1adir pago', NULL, NULL),\n(33230, 'es', 'db', 'View Payment', 'Ver pago', NULL, NULL),\n(33231, 'es', 'db', 'Add Delivery', 'A\u00f1adir entrega', NULL, NULL),\n(33232, 'es', 'db', 'PDF', 'PDF', NULL, NULL),\n(33233, 'es', 'db', 'CSV', 'CSV', NULL, NULL),\n(33234, 'es', 'db', 'Column visibility', 'Visibilidad de la columna', NULL, NULL),\n(33235, 'es', 'db', 'Search', 'Buscar', NULL, NULL),\n(33236, 'es', 'db', 'records per page', 'registros por p\u00e1gina', NULL, NULL),\n(33237, 'es', 'db', 'Showing', 'Demostraci\u00f3n', NULL, NULL),\n(33238, 'es', 'db', 'Order Discount', 'Descuento de pedido', NULL, NULL),\n(33239, 'es', 'db', 'Order Tax', 'Orden de Impuestos', NULL, NULL),\n(33240, 'es', 'db', 'Sale Note', 'Nota de venta', NULL, NULL),\n(33241, 'es', 'db', 'Staff Note', 'Nota del personal', NULL, NULL),\n(33242, 'es', 'db', 'Paid Amount', 'Monto pagado', NULL, NULL),\n(33243, 'es', 'db', 'Sale Details', 'Detalles de la venta', NULL, NULL),\n(33244, 'es', 'db', 'Purchase List', 'Lista de compras', NULL, NULL),\n(33245, 'es', 'db', 'Add Purchase', 'A\u00f1adir compra', NULL, NULL),\n(33246, 'es', 'db', 'Import Purchase By CSV', 'Importar compra mediante CSV', NULL, NULL),\n(33247, 'es', 'db', 'Sale List', 'Lista de venta', NULL, NULL),\n(33248, 'es', 'db', 'Import Sale By CSV', 'Venta de importaci\u00f3n por CSV', NULL, NULL),\n(33249, 'es', 'db', 'Gift Card List', 'Lista de tarjetas de regalo', NULL, NULL),\n(33250, 'es', 'db', 'Coupon List', 'Lista de cupones', NULL, NULL),\n(33251, 'es', 'db', 'Delivery List', 'Lista de entrega', NULL, NULL),\n(33252, 'es', 'db', 'Expense List', 'Lista de gastos', NULL, NULL),\n(33253, 'es', 'db', 'Add Expense', 'A\u00f1adir gasto', NULL, NULL),\n(33254, 'es', 'db', 'Quotation List', 'Lista de cotizaciones', NULL, NULL),\n(33255, 'es', 'db', 'Add Quotation', 'A\u00f1adir cita', NULL, NULL),\n(33256, 'es', 'db', 'Transfer List', 'Lista de transferencias', NULL, NULL),\n(33257, 'es', 'db', 'Add Transfer', 'A\u00f1adir transferencia', NULL, NULL),\n(33258, 'es', 'db', 'Import Transfer By CSV', 'Transferencia de importaci\u00f3n mediante CSV', NULL, NULL),\n(33259, 'es', 'db', 'Return List', 'Lista de devoluci\u00f3n', NULL, NULL),\n(33260, 'es', 'db', 'Add Return', 'A\u00f1adir devoluci\u00f3n', NULL, NULL),\n(33261, 'es', 'db', 'Quantity Adjustment', 'Ajuste de cantidad', NULL, NULL),\n(33262, 'es', 'db', 'Adjustment List', 'Lista de ajustes', NULL, NULL),\n(33263, 'es', 'db', 'Add Adjustment', 'A\u00f1adir ajuste', NULL, NULL),\n(33264, 'es', 'db', 'User List', 'Lista de usuarios', NULL, NULL),\n(33265, 'es', 'db', 'Add User', 'A\u00f1adir usuario', NULL, NULL),\n(33266, 'es', 'db', 'Customer List', 'Lista de clientes', NULL, NULL),\n(33267, 'es', 'db', 'Add Customer', 'A\u00f1adir cliente', NULL, NULL),\n(33268, 'es', 'db', 'Biller List', 'Lista de facturadores', NULL, NULL),\n(33269, 'es', 'db', 'Add Biller', 'A\u00f1adir facturador', NULL, NULL),\n(33270, 'es', 'db', 'Supplier List', 'Lista de proveedores', NULL, NULL),\n(33271, 'es', 'db', 'Add Supplier', 'A\u00f1adir proveedor', NULL, NULL),\n(33272, 'es', 'db', 'Sale Report', 'Informe de ventas', NULL, NULL),\n(33273, 'es', 'db', 'Purchase Report', 'Informe de compra', NULL, NULL),\n(33274, 'es', 'db', 'Payment Report', 'Informe de pago', NULL, NULL),\n(33275, 'es', 'db', 'Warehouse Stock Chart', 'Gr\u00e1fico de existencias del almac\u00e9n', NULL, NULL),\n(33276, 'es', 'db', 'Product Quantity Alert', 'Alerta de cantidad de producto', NULL, NULL),\n(33277, 'es', 'db', 'Customer Report', 'Informe del cliente', NULL, NULL),\n(33278, 'es', 'db', 'Supplier Report', 'Informe de proveedores', NULL, NULL),\n(33279, 'es', 'db', 'Due Report', 'Informe debido', NULL, NULL),\n(33280, 'es', 'db', 'User Profile', 'Perfil de usuario', NULL, NULL),\n(33281, 'es', 'db', 'Cash Flow', 'Flujo de fondos', NULL, NULL),\n(33282, 'es', 'db', 'Add Category', 'A\u00f1adir categor\u00eda', NULL, NULL),\n(33283, 'es', 'db', 'Import Category', 'Categor\u00eda de importaci\u00f3n', NULL, NULL),\n(33284, 'es', 'db', 'Parent Category', 'Categor\u00eda principal', NULL, NULL),\n(33285, 'es', 'db', 'Product Image', 'Imagen del producto', NULL, NULL),\n(33286, 'es', 'db', 'Product Name', 'Nombre del producto', NULL, NULL),\n(33287, 'es', 'db', 'Product Code', 'C\u00f3digo de producto', NULL, NULL),\n(33288, 'es', 'db', 'Product Type', 'Tipo de producto', NULL, NULL),\n(33289, 'es', 'db', 'Product Unit', 'Unidad de producto', NULL, NULL),\n(33290, 'es', 'db', 'Sale Unit', 'Unidad de venta', NULL, NULL),\n(33291, 'es', 'db', 'Purchase Unit', 'Unidad de compra', NULL, NULL),\n(33292, 'es', 'db', 'Product Cost', 'Costo del producto', NULL, NULL),\n(33293, 'es', 'db', 'Product Price', 'Precio del producto', NULL, NULL),\n(33294, 'es', 'db', 'Alert Quantity', 'Cantidad de alerta', NULL, NULL),\n(33295, 'es', 'db', 'Add Promotional Price', 'A\u00f1adir precio promocional', NULL, NULL),\n(33296, 'es', 'db', 'Product Tax', 'Impuesto sobre los productos', NULL, NULL),\n(33297, 'es', 'db', 'Tax Method', 'M\u00e9todo tributario', NULL, NULL),\n(33298, 'es', 'db', 'Featured product will be displayed in POS', 'El producto destacado se mostrar\u00e1 en el punto de venta.', NULL, NULL),\n(33299, 'es', 'db', 'Product Invoice Details', 'Detalles de la factura del producto', NULL, NULL),\n(33300, 'es', 'db', 'Purchase Status', 'Estado de la compra', NULL, NULL),\n(33301, 'es', 'db', 'Add Gift Card', 'A\u00f1adir tarjeta de regalo', NULL, NULL),\n(33302, 'es', 'db', 'Card No', 'N\u00famero de tarjeta', NULL, NULL),\n(33303, 'es', 'db', 'Reference No', 'N\u00famero de referencia', NULL, NULL),\n(33304, 'es', 'db', 'Add Coupon', 'A\u00f1adir cup\u00f3n', NULL, NULL),\n(33305, 'es', 'db', 'Coupon Code', 'C\u00f3digo de cup\u00f3n', NULL, NULL),\n(33306, 'es', 'db', 'Minimum Amount', 'Monto m\u00ednimo', NULL, NULL),\n(33307, 'es', 'db', 'Update Coupon', 'Actualizar cup\u00f3n', NULL, NULL),\n(33308, 'es', 'db', 'Update Purchase', 'Actualizar compra', NULL, NULL),\n(33309, 'es', 'db', 'Update Sale', 'Actualizar venta', NULL, NULL),\n(33310, 'es', 'db', 'Update Product', 'Actualizar producto', NULL, NULL),\n(33311, 'es', 'db', 'Update Category', 'Actualizar categor\u00eda', NULL, NULL),\n(33312, 'es', 'db', 'Update Gift Card', 'Actualizar tarjeta de regalo', NULL, NULL),\n(33313, 'es', 'db', 'Delivery Reference', 'Referencia de entrega', NULL, NULL),\n(33314, 'es', 'db', 'Sale Reference', 'Referencia de venta', NULL, NULL),\n(33315, 'es', 'db', 'Add Expense Category', 'A\u00f1adir categor\u00eda de gasto', NULL, NULL),\n(33316, 'es', 'db', 'Import Expense Category', 'Categor\u00eda de gastos de importaci\u00f3n', NULL, NULL),\n(33317, 'es', 'db', 'Update Expense', 'Actualizar Gastos', NULL, NULL),\n(33318, 'es', 'db', 'Quotation Status', 'Estado de la cotizaci\u00f3n', NULL, NULL),\n(33319, 'es', 'db', 'Create Sale', 'Crear venta', NULL, NULL),\n(33320, 'es', 'db', 'Create Purchase', 'Crear compra', NULL, NULL),\n(33321, 'es', 'db', 'Purchase Details', 'Detalles de la compra', NULL, NULL),\n(33322, 'es', 'db', 'Quotation Details', 'Detalles de la cotizaci\u00f3n', NULL, NULL),\n(33323, 'es', 'db', 'Import Transfer', 'Transferencia de importaci\u00f3n', NULL, NULL),\n(33324, 'es', 'db', 'Update Transfer', 'Transferencia de actualizaci\u00f3n', NULL, NULL),\n(33325, 'es', 'db', 'Transfer Status', 'Estado de la transferencia', NULL, NULL),\n(33326, 'es', 'db', 'Transfer Details', 'Detalles de la transferencia', NULL, NULL),\n(33327, 'es', 'db', 'Return Details', 'Detalles de la devoluci\u00f3n', NULL, NULL),\n(33328, 'es', 'db', 'Return Note', 'Nota de devoluci\u00f3n', NULL, NULL),\n(33329, 'es', 'db', 'Update Return', 'Actualizar retorno', NULL, NULL),\n(33330, 'es', 'db', 'Card Details', 'Detalles de la tarjeta', NULL, NULL),\n(33331, 'es', 'db', 'Update Adjustment', 'Ajuste de actualizaci\u00f3n', NULL, NULL),\n(33332, 'es', 'db', 'Update User', 'Actualizar usuario', NULL, NULL),\n(33333, 'es', 'db', 'Update Customer', 'Actualizar cliente', NULL, NULL),\n(33334, 'es', 'db', 'Import Customer', 'Importar cliente', NULL, NULL),\n(33335, 'es', 'db', 'Add Deposit', 'A\u00f1adir dep\u00f3sito', NULL, NULL),\n(33336, 'es', 'db', 'View Deposit', 'Ver dep\u00f3sito', NULL, NULL),\n(33337, 'es', 'db', 'Import Biller', 'Facturador de importaci\u00f3n', NULL, NULL),\n(33338, 'es', 'db', 'Update Biller', 'Actualizar facturador', NULL, NULL),\n(33339, 'es', 'db', 'To display Image it must be stored in', 'Para mostrar la imagen, esta debe estar almacenada en', NULL, NULL),\n(33340, 'es', 'db', 'directory', 'directorio', NULL, NULL),\n(33341, 'es', 'db', 'Import Supplier', 'Proveedor de importaci\u00f3n', NULL, NULL),\n(33342, 'es', 'db', 'Update Supplier', 'Actualizar proveedor', NULL, NULL),\n(33343, 'es', 'db', 'Purchased Amount', 'Monto comprado', NULL, NULL),\n(33344, 'es', 'db', 'Purchased Qty', 'Cantidad comprada', NULL, NULL),\n(33345, 'es', 'db', 'Sold Amount', 'Cantidad vendida', NULL, NULL),\n(33346, 'es', 'db', 'Sold Qty', 'Cantidad vendida', NULL, NULL),\n(33347, 'es', 'db', 'Payment Reference', 'Referencia de pago', NULL, NULL),\n(33348, 'es', 'db', 'Purchase Reference', 'Referencia de compra', NULL, NULL),\n(33349, 'es', 'db', 'Paid By', 'Pagado por', NULL, NULL),\n(33350, 'es', 'db', 'Total Item', 'Art\u00edculo total', NULL, NULL),\n(33351, 'es', 'db', 'Total Quantity', 'Cantidad total', NULL, NULL),\n(33352, 'es', 'db', 'Paid Method', 'M\u00e9todo de pago', NULL, NULL),\n(33353, 'es', 'db', 'Customer Details', 'Detalles del cliente', NULL, NULL),\n(33354, 'es', 'db', 'Bill No', 'Proyecto de ley n.\u00b0', NULL, NULL),\n(33355, 'es', 'db', 'Add Role', 'A\u00f1adir rol', NULL, NULL),\n(33356, 'es', 'db', 'Update Role', 'Actualizar rol', NULL, NULL),\n(33357, 'es', 'db', 'Import Warehouse', 'Almac\u00e9n de importaci\u00f3n', NULL, NULL),\n(33358, 'es', 'db', 'Update Warehouse', 'Actualizar almac\u00e9n', NULL, NULL),\n(33359, 'es', 'db', 'Import Customer Group', 'Grupo de clientes de importaci\u00f3n', NULL, NULL),\n(33360, 'es', 'db', 'Update Customer Group', 'Actualizar grupo de clientes', NULL, NULL),\n(33361, 'es', 'db', 'Import Brand', 'Marca de importaci\u00f3n', NULL, NULL),\n(33362, 'es', 'db', 'Update Brand', 'Actualizar marca', NULL, NULL),\n(33363, 'es', 'db', 'Import Unit', 'Unidad de importaci\u00f3n', NULL, NULL),\n(33364, 'es', 'db', 'Update Unit', 'Unidad de actualizaci\u00f3n', NULL, NULL),\n(33365, 'es', 'db', 'Import Tax', 'Impuesto de importaci\u00f3n', NULL, NULL),\n(33366, 'es', 'db', 'Update Tax', 'Actualizar impuestos', NULL, NULL),\n(33367, 'es', 'db', 'Update User Profile', 'Actualizar perfil de usuario', NULL, NULL),\n(33368, 'es', 'db', 'Default Customer', 'Cliente predeterminado', NULL, NULL),\n(33369, 'es', 'db', 'Default Biller', 'Facturador predeterminado', NULL, NULL),\n(33370, 'es', 'db', 'Default Warehouse', 'Almac\u00e9n predeterminado', NULL, NULL),\n(33371, 'es', 'db', 'Displayed Number of Product Row', 'N\u00famero de fila de producto mostrado', NULL, NULL),\n(33372, 'es', 'db', 'Add Brand', 'A\u00f1adir marca', NULL, NULL),\n(33373, 'es', 'db', 'All Deposit', 'Todo dep\u00f3sito', NULL, NULL),\n(33374, 'es', 'db', 'Update Deposit', 'Actualizar dep\u00f3sito', NULL, NULL),\n(33375, 'es', 'db', 'Add Customer Group', 'A\u00f1adir grupo de clientes', NULL, NULL),\n(33376, 'es', 'db', 'Delivered By', 'Entregado por', NULL, NULL),\n(33377, 'es', 'db', 'Recieved By', 'Recibido por', NULL, NULL),\n(33378, 'es', 'db', 'Update Delivery', 'Actualizar entrega', NULL, NULL),\n(33379, 'es', 'db', 'Update Expense Category', 'Actualizar categor\u00eda de gastos', NULL, NULL),\n(33380, 'es', 'db', 'Tax Rate', 'Tasa impositiva', NULL, NULL),\n(33381, 'es', 'db', 'Unit Discount', 'Descuento por unidad', NULL, NULL),\n(33382, 'es', 'db', 'Import Purchase', 'Compra de importaci\u00f3n', NULL, NULL),\n(33383, 'es', 'db', 'Payment Note', 'Nota de pago', NULL, NULL),\n(33384, 'es', 'db', 'All Payment', 'Todo pago', NULL, NULL),\n(33385, 'es', 'db', 'Update Payment', 'Actualizar pago', NULL, NULL),\n(33386, 'es', 'db', 'Update Quotation', 'Actualizar cotizaci\u00f3n', NULL, NULL),\n(33387, 'es', 'db', 'Coupon Discount', 'Cup\u00f3n de descuento', NULL, NULL),\n(33388, 'es', 'db', 'Payment Mode', 'Modo de pago', NULL, NULL),\n(33389, 'es', 'db', 'Bill To', 'Cobrar a', NULL, NULL),\n(33390, 'es', 'db', 'Stamp & Signature', 'Sello y firma', NULL, NULL),\n(33391, 'es', 'db', 'Invoice Generated By', 'Factura generada por', NULL, NULL),\n(33392, 'es', 'db', 'Add Tax', 'A\u00f1adir impuestos', NULL, NULL),\n(33393, 'es', 'db', 'Tax Name', 'Nombre fiscal', NULL, NULL),\n(33394, 'es', 'db', 'From Warehouse', 'Desde el almac\u00e9n', NULL, NULL),\n(33395, 'es', 'db', 'To Warehouse', 'Al almac\u00e9n', NULL, NULL),\n(33396, 'es', 'db', 'Add Unit', 'A\u00f1adir unidad', NULL, NULL),\n(33397, 'es', 'db', 'Add Warehouse', 'A\u00f1adir almac\u00e9n', NULL, NULL),\n(33398, 'es', 'db', 'All Warehouse', 'Todo el almac\u00e9n', NULL, NULL),\n(33399, 'es', 'db', 'Net Loss', 'P\u00e9rdida neta', NULL, NULL),\n(33400, 'es', 'db', 'Net Sale', 'Venta neta', NULL, NULL),\n(33401, 'es', 'db', 'Net Purchase', 'Compra neta', NULL, NULL),\n(33402, 'es', 'db', 'Net Return', 'Rendimiento neto', NULL, NULL),\n(33403, 'es', 'db', 'Payment Recieved', 'Pago recibido', NULL, NULL),\n(33404, 'es', 'db', 'Payment Sent', 'Pago enviado', NULL, NULL),\n(33405, 'es', 'db', 'Product Discount', 'Descuento de producto', NULL, NULL),\n(33406, 'es', 'db', 'Completed', 'Terminado', NULL, NULL),\n(33407, 'es', 'db', 'Pending', 'Pendiente', NULL, NULL),\n(33408, 'es', 'db', 'Partial', 'Parcial', NULL, NULL),\n(33409, 'es', 'db', 'Packing', 'Embalaje', NULL, NULL),\n(33410, 'es', 'db', 'Delivering', 'Entregando', NULL, NULL),\n(33411, 'es', 'db', 'Ordered', 'Ordenado', NULL, NULL),\n(33412, 'es', 'db', 'No Tax', 'Sin impuestos', NULL, NULL),\n(33413, 'es', 'db', 'Stock Value by Price', 'Valor de las acciones por precio', NULL, NULL),\n(33414, 'es', 'db', 'Stock Value by Cost', 'Valor de las acciones por coste', NULL, NULL),\n(33415, 'es', 'db', 'Estimate Profit', 'Estimaci\u00f3n de ganancias', NULL, NULL),\n(33416, 'es', 'db', 'Time Zone', 'Huso horario', NULL, NULL),\n(33417, 'es', 'db', 'Currency Position', 'Posici\u00f3n de la divisa', NULL, NULL),\n(33418, 'es', 'db', 'Prefix', 'Prefijo', NULL, NULL),\n(33419, 'es', 'db', 'Suffix', 'Sufijo', NULL, NULL),\n(33420, 'es', 'db', 'Exclusive', 'Exclusivo', NULL, NULL),\n(33421, 'es', 'db', 'Inclusive', 'Inclusivo', NULL, NULL),\n(33422, 'es', 'db', 'Combo Products', 'Productos combinados', NULL, NULL),\n(33423, 'es', 'db', 'Image name must be same as product name', 'El nombre de la imagen debe ser el mismo que el nombre del producto.', NULL, NULL),\n(33424, 'es', 'db', 'Paying Amount', 'Monto a pagar', NULL, NULL),\n(33425, 'es', 'db', 'Payable Amount', 'Monto a pagar', NULL, NULL),\n(33426, 'es', 'db', 'Change', 'Cambiar', NULL, NULL),\n(33427, 'es', 'db', 'Back', 'Atr\u00e1s', NULL, NULL),\n(33428, 'es', 'db', 'Role Permission', 'Permiso de rol', NULL, NULL),\n(33429, 'es', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', 'Exclusivo => Precio del producto = Precio real del producto + Impuestos. Incluido => Precio real del producto = Precio del producto - Impuestos.', NULL, NULL),\n(33430, 'es', 'db', 'Accounting', 'Contabilidad', NULL, NULL),\n(33431, 'es', 'db', 'Account', 'Cuenta', NULL, NULL),\n(33432, 'es', 'db', 'Account List', 'Lista de cuentas', NULL, NULL),\n(33433, 'es', 'db', 'Add Account', 'A\u00f1adir cuenta', NULL, NULL),\n(33434, 'es', 'db', 'Account No', 'N\u00famero de cuenta', NULL, NULL),\n(33435, 'es', 'db', 'Initial Balance', 'Balance inicial', NULL, NULL),\n(33436, 'es', 'db', 'Update Account', 'Actualizar cuenta', NULL, NULL),\n(33437, 'es', 'db', 'Default', 'Por defecto', NULL, NULL),\n(33438, 'es', 'db', 'Balance Sheet', 'Balance', NULL, NULL),\n(33439, 'es', 'db', 'Debit', 'D\u00e9bito', NULL, NULL),\n(33440, 'es', 'db', 'Credit', 'Cr\u00e9dito', NULL, NULL),\n(33441, 'es', 'db', 'Account Statement', 'Estado de cuenta', NULL, NULL),\n(33442, 'es', 'db', 'Department', 'Departamento', NULL, NULL),\n(33443, 'es', 'db', 'Add Department', 'A\u00f1adir departamento', NULL, NULL),\n(33444, 'es', 'db', 'Update Department', 'Departamento de Actualizaci\u00f3n', NULL, NULL),\n(33445, 'es', 'db', 'Employee', 'Empleado', NULL, NULL),\n(33446, 'es', 'db', 'Add Employee', 'Agregar empleado', NULL, NULL),\n(33447, 'es', 'db', 'Update Employee', 'Actualizar empleado', NULL, NULL),\n(33448, 'es', 'db', 'Payroll', 'N\u00f3mina de sueldos', NULL, NULL),\n(33449, 'es', 'db', 'Add Payroll', 'A\u00f1adir n\u00f3mina', NULL, NULL),\n(33450, 'es', 'db', 'Update Payroll', 'Actualizar n\u00f3mina', NULL, NULL),\n(33451, 'es', 'db', 'Method', 'M\u00e9todo', NULL, NULL),\n(33452, 'es', 'db', 'Sale Return', 'Devoluci\u00f3n de venta', NULL, NULL),\n(33453, 'es', 'db', 'Purchase Return', 'Devoluci\u00f3n de compra', NULL, NULL),\n(33454, 'es', 'db', 'Net Sale Return', 'Rendimiento neto de ventas', NULL, NULL),\n(33455, 'es', 'db', 'Net Purchase Return', 'Rendimiento neto de compra', NULL, NULL),\n(33456, 'es', 'db', 'Attendance', 'Asistencia', NULL, NULL),\n(33457, 'es', 'db', 'Add Attendance', 'A\u00f1adir asistencia', NULL, NULL),\n(33458, 'es', 'db', 'HRM Setting', 'Configuraci\u00f3n de gesti\u00f3n de recursos humanos', NULL, NULL),\n(33459, 'es', 'db', 'CheckIn', 'Registrarse', NULL, NULL),\n(33460, 'es', 'db', 'CheckOut', 'Verificar', NULL, NULL),\n(33461, 'es', 'db', 'Default CheckIn', 'Registro predeterminado', NULL, NULL),\n(33462, 'es', 'db', 'Default CheckOut', 'Pago predeterminado', NULL, NULL),\n(33463, 'es', 'db', 'Present', 'Presente', NULL, NULL),\n(33464, 'es', 'db', 'Late', 'Tarde', NULL, NULL),\n(33465, 'es', 'db', 'User Report', 'Informe de usuario', NULL, NULL),\n(33466, 'es', 'db', 'Choose User', 'Elegir usuario', NULL, NULL),\n(33467, 'es', 'db', 'Recieved Amount', 'Monto recibido', NULL, NULL),\n(33468, 'es', 'db', 'Theme', 'Tema', NULL, NULL),\n(33469, 'es', 'db', 'Staff Access', 'Acceso del personal', NULL, NULL),\n(33470, 'es', 'db', 'All Records', 'Todos los registros', NULL, NULL),\n(33471, 'es', 'db', 'Own Records', 'Registros propios', NULL, NULL),\n(33472, 'es', 'db', 'Date Format', 'Formato de fecha', NULL, NULL),\n(33473, 'es', 'db', 'Empty Database', 'Base de datos vac\u00eda', NULL, NULL),\n(33474, 'es', 'db', 'Stock Count', 'Recuento de existencias', NULL, NULL),\n(33475, 'es', 'db', 'Count Stock', 'Contar existencias', NULL, NULL),\n(33476, 'es', 'db', 'Full', 'Lleno', NULL, NULL),\n(33477, 'es', 'db', 'Finalize', 'Finalizar', NULL, NULL),\n(33478, 'es', 'db', 'Initial File', 'Archivo inicial', NULL, NULL),\n(33479, 'es', 'db', 'Final File', 'Archivo final', NULL, NULL),\n(33480, 'es', 'db', 'Final Report', 'Informe final', NULL, NULL),\n(33481, 'es', 'db', 'Finalize Stock Count', 'Finalizar recuento de existencias', NULL, NULL),\n(33482, 'es', 'db', 'You just need to update the Counted column in the initial file', 'Solo necesitas actualizar la columna Contado en el archivo inicial', NULL, NULL),\n(33483, 'es', 'db', 'Files', 'Archivos', NULL, NULL),\n(33484, 'es', 'db', 'Expected', 'Esperado', NULL, NULL),\n(33485, 'es', 'db', 'Counted', 'Contado', NULL, NULL),\n(33486, 'es', 'db', 'Difference', 'Diferencia', NULL, NULL),\n(33487, 'es', 'db', 'Miscellaneous', 'Miscel\u00e1neas', NULL, NULL),\n(33488, 'es', 'db', 'SMS Setting', 'Configuraci\u00f3n de SMS', NULL, NULL),\n(33489, 'es', 'db', 'Send SMS', 'Enviar SMS', NULL, NULL),\n(33490, 'es', 'db', 'Gateway', 'Puerta', NULL, NULL),\n(33491, 'es', 'db', 'Select SMS gateway', 'Seleccionar puerta de enlace SMS...', NULL, NULL),\n(33492, 'es', 'db', 'Create SMS', 'Crear SMS', NULL, NULL),\n(33493, 'es', 'db', 'Mobile', 'M\u00f3vil', NULL, NULL),\n(33494, 'es', 'db', 'Message', 'Mensaje', NULL, NULL),\n(33495, 'es', 'db', 'Add mobile numbers by selecting the customers', 'A\u00f1ade n\u00fameros m\u00f3viles seleccionando los clientes', NULL, NULL),\n(33496, 'es', 'db', 'Help', 'Ayuda', NULL, NULL),\n(33497, 'es', 'db', 'Type Product Name or Code', 'Escriba el nombre o c\u00f3digo del producto...', NULL, NULL),\n(33498, 'es', 'db', 'Type date or sale reference', 'Escriba fecha o referencia de venta...', NULL, NULL),\n(33499, 'es', 'db', 'Type date or purchase reference', 'Escriba la fecha o referencia de compra...', NULL, NULL),\n(33500, 'es', 'db', 'Tax Number', 'N\u00famero de identificaci\u00f3n fiscal', NULL, NULL),\n(33501, 'es', 'db', 'Holiday', 'D\u00eda festivo', NULL, NULL),\n(33502, 'es', 'db', 'Add Holiday', 'A\u00f1adir vacaciones', NULL, NULL),\n(33503, 'es', 'db', 'Update Holiday', 'Actualizar vacaciones', NULL, NULL),\n(33504, 'es', 'db', 'Approve', 'Aprobar', NULL, NULL),\n(33505, 'es', 'db', 'My Holiday', 'Mis vacaciones', NULL, NULL),\n(33506, 'es', 'db', 'Holiday Approve', 'Vacaciones aprobadas', NULL, NULL),\n(33507, 'es', 'db', 'My Transaction', 'Mi transacci\u00f3n', NULL, NULL),\n(33508, 'es', 'db', 'Sale Generated', 'Venta generada', NULL, NULL),\n(33509, 'es', 'db', 'Purchase Generated', 'Compra generada', NULL, NULL),\n(33510, 'es', 'db', 'Quotation Generated', 'Cita generada', NULL, NULL),\n(33511, 'es', 'db', 'Warehouse Report', 'Informe de almac\u00e9n', NULL, NULL),\n(33512, 'es', 'db', 'Quick Cash', 'Dinero r\u00e1pido', NULL, NULL),\n(33513, 'es', 'db', 'Clear', 'Claro', NULL, NULL),\n(33514, 'es', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'Puedes subir varias im\u00e1genes. Solo se pueden subir archivos .jpeg, .jpg, .png o .gif. La primera imagen ser\u00e1 la imagen base.', NULL, NULL),\n(33515, 'es', 'db', 'This product has variant', 'Este producto tiene variante', NULL, NULL),\n(33516, 'es', 'db', 'Enter variant value seperated by comma', 'Ingrese el valor de la variante separado por coma', NULL, NULL),\n(33517, 'es', 'db', 'Item Code', 'C\u00f3digo de art\u00edculo', NULL, NULL),\n(33518, 'es', 'db', 'Additional Price', 'Precio adicional', NULL, NULL),\n(33519, 'es', 'db', 'Variant', 'Variante', NULL, NULL),\n(33520, 'es', 'db', 'Warehouse Quantity', 'Cantidad de almac\u00e9n', NULL, NULL),\n(33521, 'es', 'db', 'Warehouse quantity of product variants', 'Cantidad de variantes de producto en almac\u00e9n', NULL, NULL),\n(33522, 'es', 'db', 'Thank you for shopping with us Please come again', 'Gracias por comprar con nosotros. Vuelva pronto.', NULL, NULL),\n(33523, 'es', 'db', 'Money Transfer', 'Transferencia de dinero', NULL, NULL),\n(33524, 'es', 'db', 'Add Money Transfer', 'A\u00f1adir transferencia de dinero', NULL, NULL),\n(33525, 'es', 'db', 'From Account', 'De la cuenta', NULL, NULL),\n(33526, 'es', 'db', 'To Account', 'A la cuenta', NULL, NULL),\n(33527, 'es', 'db', 'Update Money Transfer', 'Actualizar transferencia de dinero', NULL, NULL),\n(33528, 'es', 'db', 'Stock Quantity', 'Cantidad de existencias', NULL, NULL),\n(33529, 'es', 'db', 'Stock Worth (Price\\\\\/Cost)', 'Valor de las acciones (Precio\/Costo)', NULL, NULL),\n(33530, 'es', 'db', 'Number of Product', 'N\u00famero de producto', NULL, NULL),\n(33531, 'es', 'db', 'Add Cash Register', 'A\u00f1adir caja registradora', NULL, NULL),\n(33532, 'es', 'db', 'Cash Register Details', 'Detalles de la caja registradora', NULL, NULL),\n(33533, 'es', 'db', 'Please review the transaction and payments', 'Por favor revise la transacci\u00f3n y los pagos.', NULL, NULL),\n(33534, 'es', 'db', 'Total Sale Amount', 'Importe total de la venta', NULL, NULL),\n(33535, 'es', 'db', 'Total Sale Return', 'Rendimiento total de la venta', NULL, NULL),\n(33536, 'es', 'db', 'Total Payment', 'Pago total', NULL, NULL),\n(33537, 'es', 'db', 'Cash Payment', 'Pago al contado', NULL, NULL),\n(33538, 'es', 'db', 'Credit Card Payment', 'Pago con tarjeta de cr\u00e9dito', NULL, NULL),\n(33539, 'es', 'db', 'Gift Card Payment', 'Pago con tarjeta de regalo', NULL, NULL),\n(33540, 'es', 'db', 'Cheque Payment', 'Pago con cheque', NULL, NULL),\n(33541, 'es', 'db', 'Paypal Payment', 'Pago con PayPal', NULL, NULL),\n(33542, 'es', 'db', 'Total Expense', 'Gastos totales', NULL, NULL),\n(33543, 'es', 'db', 'Total Cash', 'Efectivo total', NULL, NULL),\n(33544, 'es', 'db', 'Cash Register List', 'Lista de la caja registradora', NULL, NULL),\n(33545, 'es', 'db', 'Closed', 'Cerrado', NULL, NULL),\n(33546, 'es', 'db', 'Close Register', 'Cerrar registro', NULL, NULL),\n(33547, 'es', 'db', 'Opened at', 'Abierto a las', NULL, NULL),\n(33548, 'es', 'db', 'Closed at', 'Cerrado a las', NULL, NULL),\n(33549, 'es', 'db', 'Delivery Details', 'Detalles de la entrega', NULL, NULL),\n(33550, 'es', 'db', 'Print Last Reciept', 'Imprimir \u00faltimo recibo', NULL, NULL),\n(33551, 'es', 'db', 'Today Sale', 'Oferta de hoy', NULL, NULL),\n(33552, 'es', 'db', 'Today Profit', 'Beneficio de hoy', NULL, NULL),\n(33553, 'es', 'db', 'Product Revenue', 'Ingresos por productos', NULL, NULL),\n(33554, 'es', 'db', 'Full Screen', 'Pantalla completa', NULL, NULL),\n(33555, 'es', 'db', 'Send Notification', 'Enviar notificaci\u00f3n', NULL, NULL),\n(33556, 'es', 'db', 'Add Currency', 'A\u00f1adir moneda', NULL, NULL),\n(33557, 'es', 'db', 'Update Currency', 'Actualizar moneda', NULL, NULL),\n(33558, 'es', 'db', 'Currency Name', 'Nombre de la moneda', NULL, NULL),\n(33559, 'es', 'db', 'Currency Code', 'C\u00f3digo de moneda', NULL, NULL),\n(33560, 'es', 'db', 'Exchange Rate', 'Tipo de cambio', NULL, NULL),\n(33561, 'es', 'db', 'System Title', 'T\u00edtulo del sistema', NULL, NULL),\n(33562, 'es', 'db', 'System Logo', 'Logotipo del sistema', NULL, NULL),\n(33563, 'es', 'db', 'This product has different price for different warehouse', 'Este producto tiene un precio diferente seg\u00fan el almac\u00e9n', NULL, NULL),\n(33564, 'es', 'db', 'Backup Database', 'Copia de seguridad de la base de datos', NULL, NULL),\n(33565, 'es', 'db', 'Deposit Payment', 'Pago de dep\u00f3sito', NULL, NULL),\n(33566, 'es', 'db', 'Invoice Format', 'Formato de factura', NULL, NULL),\n(33567, 'es', 'db', 'Transaction Reference', 'Referencia de transacci\u00f3n', NULL, NULL),\n(33568, 'es', 'db', 'Batch No', 'N\u00famero de lote', NULL, NULL),\n(33569, 'es', 'db', 'This product has batch and expired date', 'Este producto tiene lote y fecha de caducidad', NULL, NULL),\n(33570, 'es', 'db', 'Reward Point Setting', 'Configuraci\u00f3n de puntos de recompensa', NULL, NULL),\n(33571, 'es', 'db', 'Sold amount per point', 'Cantidad vendida por punto', NULL, NULL),\n(33572, 'es', 'db', 'Minumum sold amount to get point', 'Cantidad m\u00ednima vendida para obtener puntos', NULL, NULL),\n(33573, 'es', 'db', 'Point Expiry Duration', 'Duraci\u00f3n del vencimiento de los puntos', NULL, NULL),\n(33574, 'es', 'db', 'Duration Type', 'Tipo de duraci\u00f3n', NULL, NULL),\n(33575, 'es', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', 'Esto significa cu\u00e1ntos puntos recibir\u00e1 el cliente seg\u00fan la cantidad vendida. Por ejemplo, si se apuesta 100, por cada 100 d\u00f3lares gastados, el cliente recibir\u00e1 un punto como recompensa.', NULL, NULL),\n(33576, 'es', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', 'Por ejemplo, si pones 100, el cliente solo obtendr\u00e1 puntos despu\u00e9s de gastar 100 d\u00f3lares o m\u00e1s.', NULL, NULL),\n(33577, 'es', 'db', 'Active reward point', 'Punto de recompensa activo', NULL, NULL),\n(33578, 'es', 'db', 'Reward Points', 'Puntos de recompensa', NULL, NULL),\n(33579, 'es', 'db', 'One Point is Equivalent to =>', 'Un punto equivale a =>', NULL, NULL),\n(33580, 'es', 'db', 'This product has IMEI or Serial numbers', 'Este producto tiene IMEI o n\u00fameros de serie', NULL, NULL),\n(33581, 'es', 'db', 'IMEI or Serial Numbers', 'IMEI o n\u00fameros de serie', NULL, NULL),\n(33582, 'es', 'db', 'RTL Layout', 'Dise\u00f1o RTL', NULL, NULL),\n(33583, 'es', 'db', 'Cheque', 'Controlar', NULL, NULL),\n(33584, 'es', 'db', 'Cash', 'Dinero en efectivo', NULL, NULL),\n(33585, 'es', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(33586, 'es', 'db', 'Points', 'Agujas', NULL, NULL),\n(33587, 'es', 'db', 'Cancel', 'Cancelar', NULL, NULL),\n(33588, 'es', 'db', 'Recent Transaction', 'Transacci\u00f3n reciente', NULL, NULL),\n(33589, 'es', 'db', 'Discount Plan', 'Plan de descuento', NULL, NULL),\n(33590, 'es', 'db', 'Create Discount Plan', 'Crear un plan de descuento', NULL, NULL),\n(33591, 'es', 'db', 'Inactive', 'Inactivo', NULL, NULL),\n(33592, 'es', 'db', 'Create Discount', 'Crear descuento', NULL, NULL),\n(33593, 'es', 'db', 'Valid From', 'V\u00e1lido desde', NULL, NULL),\n(33594, 'es', 'db', 'Valid Till', 'V\u00e1lido hasta', NULL, NULL),\n(33595, 'es', 'db', 'Discount Type', 'Tipo de descuento', NULL, NULL),\n(33596, 'es', 'db', 'Value', 'Valor', NULL, NULL),\n(33597, 'es', 'db', 'Minimum Qty', 'Cantidad m\u00ednima', NULL, NULL),\n(33598, 'es', 'db', 'Maximum Qty', 'Cantidad m\u00e1xima', NULL, NULL),\n(33599, 'es', 'db', 'Type product code seperated by comma', 'Escriba el c\u00f3digo del producto separado por comas', NULL, NULL),\n(33600, 'es', 'db', 'Applicable For', 'Aplicable para', NULL, NULL),\n(33601, 'es', 'db', 'All Products', 'Todos los productos', NULL, NULL),\n(33602, 'es', 'db', 'Specific Products', 'Productos espec\u00edficos', NULL, NULL),\n(33603, 'es', 'db', 'Valid on the following days', 'V\u00e1lido en los siguientes d\u00edas', NULL, NULL),\n(33604, 'es', 'db', 'Validity', 'Validez', NULL, NULL),\n(33605, 'es', 'db', 'Days', 'D\u00edas', NULL, NULL),\n(33606, 'es', 'db', 'Products', 'Productos', NULL, NULL),\n(33607, 'es', 'db', 'Update Discount Plan', 'Actualizar plan de descuentos', NULL, NULL),\n(33608, 'es', 'db', 'Update Discount', 'Descuento de actualizaci\u00f3n', NULL, NULL),\n(33609, 'es', 'db', 'Order Discount Type', 'Tipo de descuento del pedido', NULL, NULL),\n(33610, 'es', 'db', 'Order Discount Value', 'Valor de descuento del pedido', NULL, NULL),\n(33611, 'es', 'db', 'Flat', 'Departamento', NULL, NULL),\n(33612, 'es', 'db', 'Revenue and Profit Summary', 'Resumen de ingresos y ganancias', NULL, NULL),\n(33613, 'es', 'db', 'Monthly Summary', 'Resumen mensual', NULL, NULL),\n(33614, 'es', 'db', 'Switch Theme', 'Cambiar tema', NULL, NULL),\n(33615, 'es', 'db', 'Documentation', 'Documentaci\u00f3n', NULL, NULL),\n(33616, 'es', 'db', 'Product Expiry Report', 'Informe de caducidad del producto', NULL, NULL),\n(33617, 'es', 'db', 'Sale Return List', 'Lista de devoluciones de venta', NULL, NULL),\n(33618, 'es', 'db', 'Purchase Return List', 'Lista de devoluciones de compras', NULL, NULL),\n(33619, 'es', 'db', 'Purchase Return Details', 'Detalles de la devoluci\u00f3n de la compra', NULL, NULL),\n(33620, 'es', 'db', 'Purchase Payment', 'Pago de compra', NULL, NULL),\n(33621, 'es', 'db', 'Sale Payment', 'Pago de venta', NULL, NULL),\n(33622, 'es', 'db', 'Sale Report Chart', 'Gr\u00e1fico del informe de ventas', NULL, NULL),\n(33623, 'es', 'db', 'Time Period', 'Periodo de tiempo', NULL, NULL),\n(33624, 'es', 'db', 'Notification List', 'Lista de notificaciones', NULL, NULL),\n(33625, 'es', 'db', 'Document', 'Documento', NULL, NULL),\n(33626, 'es', 'db', 'All Notification', 'Todas las notificaciones', NULL, NULL),\n(33627, 'es', 'db', 'Read', 'Leer', NULL, NULL),\n(33628, 'es', 'db', 'Unread', 'No le\u00eddo', NULL, NULL),\n(33629, 'es', 'db', 'Daily Sale Objective', 'Objetivo de venta diario', NULL, NULL),\n(33630, 'es', 'db', 'Product Info', 'Informaci\u00f3n del producto', NULL, NULL),\n(33631, 'es', 'db', 'Number of Products', 'N\u00famero de productos', NULL, NULL),\n(33632, 'es', 'db', 'Daily Sale Objective Report', 'Informe de objetivos de venta diarios', NULL, NULL),\n(33633, 'es', 'db', 'Embedded Barcode', 'C\u00f3digo de barras incrustado', NULL, NULL),\n(33634, 'es', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'Cantidad m\u00ednima que debe venderse en un d\u00eda. De lo contrario, se le notificar\u00e1 en el panel de control. Sin embargo, debe configurar la tarea cron correctamente para ello. Siga la documentaci\u00f3n al respecto.', NULL, NULL),\n(33635, 'es', 'db', 'Deposited Balance', 'Saldo depositado', NULL, NULL),\n(33636, 'es', 'db', 'Total Due', 'Total adeudado', NULL, NULL),\n(33637, 'es', 'db', 'Clear Due', 'Liquidaci\u00f3n debida', NULL, NULL),\n(33638, 'es', 'db', 'Both Customer and Supplier', 'Tanto cliente como proveedor', NULL, NULL),\n(33639, 'es', 'db', 'Check this if this product will be used in weight scale machine', 'Marque esta casilla si este producto se utilizar\u00e1 en una b\u00e1scula.', NULL, NULL),\n(33640, 'es', 'db', 'Add More Variant', 'A\u00f1adir m\u00e1s variantes', NULL, NULL),\n(33641, 'es', 'db', 'Additional Cost', 'Costo adicional', NULL, NULL),\n(33642, 'es', 'db', 'Product Variant Information', 'Informaci\u00f3n sobre la variante del producto', NULL, NULL),\n(33643, 'es', 'db', 'Product History', 'Historial del producto', NULL, NULL),\n(33644, 'es', 'db', 'Delivery Status', 'Estado de entrega', NULL, NULL),\n(33645, 'es', 'db', 'Supplier Details', 'Detalles del proveedor', NULL, NULL),\n(33646, 'es', 'db', 'Customer Due Report', 'Informe de vencimiento del cliente', NULL, NULL),\n(33647, 'es', 'db', 'Supplier Due Report', 'Informe de entrega pendiente del proveedor', NULL, NULL),\n(33648, 'es', 'db', 'Returned Amount', 'Importe devuelto', NULL, NULL),\n(33649, 'es', 'db', 'Related Transaction', 'Transacci\u00f3n relacionada', NULL, NULL),\n(33650, 'es', 'db', 'Tenant Name', 'Nombre del inquilino', NULL, NULL),\n(33651, 'es', 'db', 'Domain Prefix', 'Prefijo de dominio', NULL, NULL),\n(33652, 'es', 'db', 'Created At', 'Creado en', NULL, NULL),\n(33653, 'es', 'db', 'Client List', 'Lista de clientes', NULL, NULL),\n(33654, 'es', 'db', 'Add Client', 'A\u00f1adir cliente', NULL, NULL),\n(33655, 'es', 'db', 'Invoice Size', 'Tama\u00f1o de la factura', NULL, NULL),\n(33656, 'es', 'db', 'A4', 'A4', NULL, NULL),\n(33657, 'es', 'db', 'Thermal POS receipt', 'Recibo TPV t\u00e9rmico', NULL, NULL),\n(33658, 'es', 'db', 'Total Before Tax', 'Total antes de impuestos', NULL, NULL),\n(33659, 'es', 'db', 'Digits after deciaml point', 'D\u00edgitos despu\u00e9s del punto decimal', NULL, NULL),\n(33660, 'es', 'db', 'Subscription Ends at', 'La suscripci\u00f3n finaliza en', NULL, NULL),\n(33661, 'es', 'db', 'Customer Group Report', 'Informe de grupo de clientes', NULL, NULL),\n(33662, 'es', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', 'Si desea vender su producto al precio predeterminado, entonces el valor porcentual debe ser cero.', NULL, NULL),\n(33663, 'es', 'db', 'If this is your default currency, the exchange rate must be 1', 'Si esta es su moneda predeterminada, el tipo de cambio debe ser 1.', NULL, NULL),\n(33664, 'es', 'db', 'Add Purchase Return', 'A\u00f1adir devoluci\u00f3n de compra', NULL, NULL),\n(33665, 'es', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Solo la moneda predeterminada puede tener el tipo de cambio 1. Por favor, modifique el tipo de cambio de su moneda predeterminada.', NULL, NULL),\n(33666, 'es', 'db', 'Click to Add', 'Haga clic para agregar', NULL, NULL),\n(33667, 'es', 'db', 'Free Trial Limit', 'L\u00edmite de prueba gratuita', NULL, NULL),\n(33669, 'es', 'db', 'Renew Subscription', 'Renovar suscripci\u00f3n', NULL, NULL),\n(33670, 'es', 'db', 'Update Client DB', 'Actualizar base de datos del cliente', NULL, NULL),\n(33671, 'es', 'db', 'Client', 'Cliente', NULL, NULL),\n(33672, 'es', 'db', 'Domain', 'Dominio', NULL, NULL),\n(33673, 'es', 'db', 'Package', 'Paquete', NULL, NULL),\n(33674, 'es', 'db', 'Package List', 'Lista de paquetes', NULL, NULL),\n(33675, 'es', 'db', 'Add Package', 'A\u00f1adir paquete', NULL, NULL),\n(33676, 'es', 'db', 'Update Package', 'Paquete de actualizaci\u00f3n', NULL, NULL),\n(33677, 'es', 'db', 'Free Trial', 'Prueba gratuita', NULL, NULL),\n(33678, 'es', 'db', 'Monthly Fee', 'Cuota mensual', NULL, NULL),\n(33679, 'es', 'db', 'Yearly Fee', 'Cuota anual', NULL, NULL),\n(33680, 'es', 'db', 'Number of Warehouses', 'N\u00famero de almacenes', NULL, NULL),\n(33681, 'es', 'db', 'Number of Invoices', 'N\u00famero de facturas', NULL, NULL),\n(33682, 'es', 'db', 'Number of User Account', 'N\u00famero de cuenta de usuario', NULL, NULL),\n(33683, 'es', 'db', 'Number of Employees', 'N\u00famero de empleados', NULL, NULL),\n(33684, 'es', 'db', 'Infinity', 'Infinidad', NULL, NULL),\n(33685, 'es', 'db', 'Features', 'Caracter\u00edsticas', NULL, NULL),\n(33686, 'es', 'db', 'Unlimited', 'Ilimitado', NULL, NULL),\n(33687, 'es', 'db', 'Package Name', 'Nombre del paquete', NULL, NULL),\n(33688, 'es', 'db', 'Change Package', 'Paquete de cambio', NULL, NULL),\n(33689, 'es', 'db', 'Active Payment Gateway', 'Pasarela de pago activa', NULL, NULL),\n(33690, 'es', 'db', 'No Payment Gateway', 'Sin pasarela de pago', NULL, NULL),\n(33691, 'es', 'db', 'Payment Setting', 'Configuraci\u00f3n de pago', NULL, NULL),\n(33692, 'es', 'db', 'Subscription Type', 'Tipo de suscripci\u00f3n', NULL, NULL),\n(33693, 'es', 'db', 'Update SuperAdmin DB', 'Actualizar la base de datos del SuperAdmin', NULL, NULL),\n(33694, 'es', 'db', 'Payments', 'Pagos', NULL, NULL),\n(33695, 'es', 'db', 'CMS', 'CMS', NULL, NULL),\n(33696, 'es', 'db', 'Support Tickets', 'Tickets de soporte', NULL, NULL),\n(33697, 'es', 'db', 'Testimonials', 'Testimonios', NULL, NULL),\n(33698, 'es', 'db', 'Blog', 'Blog', NULL, NULL),\n(33699, 'es', 'db', 'Page', 'P\u00e1gina', NULL, NULL),\n(33700, 'es', 'db', 'All Blog Posts', 'Todas las entradas del blog', NULL, NULL),\n(33701, 'es', 'db', 'All Pages', 'Todas las p\u00e1ginas', NULL, NULL),\n(33702, 'es', 'db', 'Subscription value', 'Valor de la suscripci\u00f3n', NULL, NULL),\n(33703, 'es', 'db', 'Total Clients', 'Total de clientes', NULL, NULL),\n(33704, 'es', 'db', 'Packages', 'Paquetes', NULL, NULL),\n(33705, 'es', 'db', 'Send message to tenants', 'Enviar mensaje a los inquilinos', NULL, NULL),\n(33706, 'es', 'db', 'SEO Setting', 'Configuraci\u00f3n SEO', NULL, NULL),\n(33707, 'es', 'db', 'Meta Title', 'Metat\u00edtulo', NULL, NULL),\n(33708, 'es', 'db', '50-60 characters', '50-60 caracteres', NULL, NULL),\n(33709, 'es', 'db', 'Meta Description', 'Meta descripci\u00f3n', NULL, NULL),\n(33710, 'es', 'db', '150-160 characters', '150-160 caracteres', NULL, NULL),\n(33711, 'es', 'db', 'og Title', 'T\u00edtulo og', NULL, NULL),\n(33712, 'es', 'db', 'og Description', 'Descripci\u00f3n de og', NULL, NULL),\n(33713, 'es', 'db', 'og Image', 'Imagen og', NULL, NULL),\n(33714, 'es', 'db', 'Analytics Setting', 'Configuraci\u00f3n de an\u00e1lisis', NULL, NULL),\n(33715, 'es', 'db', 'Google Analytics Script', 'Script de Google Analytics', NULL, NULL),\n(33716, 'es', 'db', 'Facebook Pixel Script', 'Script de p\u00edxel de Facebook', NULL, NULL),\n(33717, 'es', 'db', 'Chat Script', 'Gui\u00f3n de chat', NULL, NULL),\n(33718, 'es', 'db', 'Hero Section', 'Secci\u00f3n de h\u00e9roes', NULL, NULL),\n(33719, 'es', 'db', 'Heading', 'T\u00edtulo', NULL, NULL),\n(33720, 'es', 'db', 'Sub Heading', 'Subt\u00edtulo', NULL, NULL),\n(33721, 'es', 'db', 'Hero Image', 'Imagen de h\u00e9roe', NULL, NULL),\n(33722, 'es', 'db', 'Save', 'Ahorrar', NULL, NULL),\n(33723, 'es', 'db', 'Module Section', 'Secci\u00f3n del m\u00f3dulo', NULL, NULL),\n(33724, 'es', 'db', 'Click to choose icon', 'Haga clic para elegir el icono', NULL, NULL),\n(33726, 'es', 'db', 'Add More', 'A\u00f1adir m\u00e1s', NULL, NULL),\n(33727, 'es', 'db', 'Icon', 'Icono', NULL, NULL),\n(33728, 'es', 'db', 'Feature Section', 'Secci\u00f3n de caracter\u00edsticas', NULL, NULL),\n(33729, 'es', 'db', 'FAQ Section', 'Secci\u00f3n de preguntas frecuentes', NULL, NULL),\n(33730, 'es', 'db', 'Question', 'Pregunta', NULL, NULL),\n(33731, 'es', 'db', 'Answer', 'Respuesta', NULL, NULL),\n(33732, 'es', 'db', 'Update FAQ', 'Preguntas frecuentes sobre actualizaciones', NULL, NULL),\n(33733, 'es', 'db', 'Update Module', 'M\u00f3dulo de actualizaci\u00f3n', NULL, NULL),\n(33734, 'es', 'db', 'Update Feature', 'Funci\u00f3n de actualizaci\u00f3n', NULL, NULL),\n(33735, 'es', 'db', 'Testimonial Section', 'Secci\u00f3n de testimonios', NULL, NULL),\n(33736, 'es', 'db', 'Blog Section', 'Secci\u00f3n del blog', NULL, NULL),\n(33737, 'es', 'db', 'Page Section', 'Secci\u00f3n de p\u00e1gina', NULL, NULL),\n(33738, 'es', 'db', 'Social Section', 'Secci\u00f3n Social', NULL, NULL),\n(33739, 'es', 'db', 'Business Name', 'Nombre de la empresa', NULL, NULL),\n(33740, 'es', 'db', 'Text', 'Texto', NULL, NULL),\n(33741, 'es', 'db', 'Update Testimonial', 'Testimonio actualizado', NULL, NULL),\n(33742, 'es', 'db', 'Add Post', 'A\u00f1adir publicaci\u00f3n', NULL, NULL),\n(33743, 'es', 'db', 'Blog Title', 'T\u00edtulo del blog', NULL, NULL),\n(33744, 'es', 'db', 'Page Title', 'T\u00edtulo de la p\u00e1gina', NULL, NULL),\n(33746, 'es', 'db', 'Update Blog', 'Actualizar blog', NULL, NULL),\n(33747, 'es', 'db', 'Update Page', 'Actualizar p\u00e1gina', NULL, NULL),\n(33748, 'es', 'db', 'Open Graph Title', 'T\u00edtulo de Open Graph', NULL, NULL),\n(33749, 'es', 'db', 'Open Graph Description', 'Descripci\u00f3n de Open Graph', NULL, NULL),\n(33751, 'es', 'db', 'Link', 'Enlace', NULL, NULL),\n(33752, 'es', 'db', 'Update Social', 'Actualizar redes sociales', NULL, NULL),\n(33753, 'es', 'db', 'All Blogs', 'Todos los blogs', NULL, NULL),\n(33754, 'es', 'db', 'Add Page', 'A\u00f1adir p\u00e1gina', NULL, NULL),\n(33755, 'es', 'db', 'Field Belongs To', 'El campo pertenece a', NULL, NULL),\n(33756, 'es', 'db', 'Field Name', 'Nombre del campo', NULL, NULL),\n(33757, 'es', 'db', 'Field Type', 'Tipo de campo', NULL, NULL),\n(33758, 'es', 'db', 'Default Value', 'Valor predeterminado', NULL, NULL),\n(33759, 'es', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', 'Cuadr\u00edcula (ecuaci\u00f3n de columna Bootstrap 12): el m\u00e1ximo es 12', NULL, NULL),\n(33760, 'es', 'db', 'Required', 'Requerido', NULL, NULL),\n(33761, 'es', 'db', 'Admin Only', 'Solo administrador', NULL, NULL),\n(33762, 'es', 'db', 'Disabled', 'Desactivado', NULL, NULL),\n(33763, 'es', 'db', 'Visibility', 'Visibilidad', NULL, NULL),\n(33764, 'es', 'db', 'Show on Table', 'Mostrar en la mesa', NULL, NULL),\n(33765, 'es', 'db', 'Show on Invoice', 'Mostrar en la factura', NULL, NULL),\n(33766, 'es', 'db', 'Nothing Selected', 'Nada seleccionado', NULL, NULL),\n(33767, 'es', 'db', 'Custom Field', 'Campo personalizado', NULL, NULL),\n(33768, 'es', 'db', 'Custom Field List', 'Lista de campos personalizados', NULL, NULL),\n(33769, 'es', 'db', 'Create Custom Field', 'Crear campo personalizado', NULL, NULL),\n(33770, 'es', 'db', 'Options', 'Opciones', NULL, NULL),\n(33771, 'es', 'db', 'Update Custom Field', 'Actualizar campo personalizado', NULL, NULL),\n(33772, 'es', 'db', 'Total Price', 'Precio total', NULL, NULL),\n(33773, 'es', 'db', 'Reminder Date', 'Fecha de recordatorio', NULL, NULL),\n(33774, 'es', 'db', 'Total Cost', 'Costo total', NULL, NULL),\n(33775, 'es', 'db', 'Mail Driver', 'Conductor de correo', NULL, NULL),\n(33776, 'es', 'db', 'Update existing clients who are using this package', 'Actualizar los clientes existentes que utilizan este paquete', NULL, NULL),\n(33777, 'es', 'db', 'ZATCA QrCode', 'C\u00f3digo QR de ZATCA', NULL, NULL),\n(33778, 'es', 'db', 'VAT Registration Number', 'N\u00famero de registro de IVA', NULL, NULL),\n(33779, 'es', 'db', 'Button Text', 'Texto del bot\u00f3n', NULL, NULL),\n(33780, 'es', 'db', 'Modules', 'M\u00f3dulos', NULL, NULL),\n(33781, 'es', 'db', 'Add Module', 'A\u00f1adir m\u00f3dulo', NULL, NULL),\n(33782, 'es', 'db', 'Add Faq', 'A\u00f1adir preguntas frecuentes', NULL, NULL),\n(33783, 'es', 'db', 'Tenant Signup Description', 'Descripci\u00f3n del registro del inquilino', NULL, NULL),\n(33784, 'es', 'db', 'Add Language', 'A\u00f1adir idioma', NULL, NULL),\n(33785, 'es', 'db', 'Update Language', 'Actualizar idioma', NULL, NULL),\n(33786, 'es', 'db', 'Number of Person', 'N\u00famero de personas', NULL, NULL),\n(33787, 'es', 'db', 'Add Table', 'A\u00f1adir tabla', NULL, NULL),\n(33788, 'es', 'db', 'Update Table', 'Actualizar tabla', NULL, NULL),\n(33789, 'es', 'db', 'Tables', 'Mesas', NULL, NULL),\n(33790, 'es', 'db', 'Table', 'Mesa', NULL, NULL),\n(33791, 'es', 'db', 'Table Management', 'Gesti\u00f3n de mesas', NULL, NULL),\n(33792, 'es', 'db', 'Initial Stock', 'Stock inicial', NULL, NULL),\n(33793, 'es', 'db', 'This feature will not work for product with variants and batches', 'Esta funci\u00f3n no funcionar\u00e1 con productos con variantes y lotes.', NULL, NULL),\n(33794, 'es', 'db', 'Queue', 'Cola', NULL, NULL),\n(33795, 'es', 'db', 'Addons', 'Complementos', NULL, NULL),\n(33796, 'es', 'db', 'Addon List', 'Lista de complementos', NULL, NULL),\n(33797, 'es', 'db', 'Sync Product Categories', 'Sincronizar categor\u00edas de productos', NULL, NULL),\n(33798, 'es', 'db', 'Sync', 'Sincronizar', NULL, NULL),\n(33799, 'es', 'db', 'Sync Log', 'Registro de sincronizaci\u00f3n', NULL, NULL),\n(33800, 'es', 'db', 'Reset Synced Category', 'Restablecer categor\u00eda sincronizada', NULL, NULL),\n(33801, 'es', 'db', 'Sync Products', 'Productos de sincronizaci\u00f3n', NULL, NULL),\n(33802, 'es', 'db', 'Reset Synced Product', 'Restablecer producto sincronizado', NULL, NULL),\n(33803, 'es', 'db', 'Tax Rates Mapping', 'Mapeo de tasas impositivas', NULL, NULL),\n(33804, 'es', 'db', 'POS Tax Rate', 'Tasa de impuesto POS', NULL, NULL),\n(33805, 'es', 'db', 'Equivalent WooCommerce Tax Rate', 'Tasa impositiva equivalente de WooCommerce', NULL, NULL),\n(33806, 'es', 'db', 'Sync Orders(New Order Only)', 'Sincronizar pedidos (solo pedidos nuevos)', NULL, NULL),\n(33807, 'es', 'db', 'Sync Type', 'Tipo de sincronizaci\u00f3n', NULL, NULL),\n(33808, 'es', 'db', 'Operation', 'Operaci\u00f3n', NULL, NULL),\n(33809, 'es', 'db', 'Records', 'Archivos', NULL, NULL),\n(33810, 'es', 'db', 'Synced By', 'Sincronizado por', NULL, NULL),\n(33811, 'es', 'db', 'Instructions', 'Instrucciones', NULL, NULL),\n(33812, 'es', 'db', 'API Settings', 'Configuraci\u00f3n de la API', NULL, NULL),\n(33813, 'es', 'db', 'Product Sync Settings', 'Configuraci\u00f3n de sincronizaci\u00f3n del producto', NULL, NULL),\n(33814, 'es', 'db', 'Order Sync Settings', 'Configuraci\u00f3n de sincronizaci\u00f3n de pedidos', NULL, NULL),\n(33815, 'es', 'db', 'Webhook Settings', 'Configuraci\u00f3n del webhook', NULL, NULL),\n(33816, 'es', 'db', 'WooCommerce App URL', 'URL de la aplicaci\u00f3n WooCommerce', NULL, NULL),\n(33817, 'es', 'db', 'WooCommerce Consumer Key', 'Clave de consumidor de WooCommerce', NULL, NULL),\n(33818, 'es', 'db', 'WooCommerce Consumer Secret', 'El secreto del consumidor de WooCommerce', NULL, NULL),\n(33819, 'es', 'db', 'WooCommerce Settings', 'Configuraci\u00f3n de WooCommerce', NULL, NULL),\n(33820, 'es', 'db', 'Default Tax Class', 'Clase de impuesto predeterminada', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(33821, 'es', 'db', 'Sync Product Price', 'Sincronizar precio del producto', NULL, NULL),\n(33822, 'es', 'db', 'Manage Stock', 'Gestionar stock', NULL, NULL),\n(33823, 'es', 'db', 'Stock Status', 'Estado del stock', NULL, NULL),\n(33824, 'es', 'db', 'Default Customer Group', 'Grupo de clientes predeterminado', NULL, NULL),\n(33825, 'es', 'db', 'WooCommerce Order Status', 'Estado del pedido de WooCommerce', NULL, NULL),\n(33826, 'es', 'db', 'Equivalent POS Sell Status', 'Estado de venta equivalente en el punto de venta', NULL, NULL),\n(33827, 'es', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'Para obtener los detalles de la API de WooCommerce, dir\u00edgete a WooCommerce -> Configuraci\u00f3n -> Avanzado -> API REST. Introduce una descripci\u00f3n, selecciona un usuario y conc\u00e9dele permisos de lectura y escritura.', NULL, NULL),\n(33828, 'es', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'Durante la sincronizaci\u00f3n, abst\u00e9ngase de actualizar la p\u00e1gina o salir de ella.', NULL, NULL),\n(33829, 'es', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'En la opci\u00f3n de enlace permanente de WordPress, seleccione Nombre de la publicaci\u00f3n como opci\u00f3n de enlaces permanentes.', NULL, NULL),\n(33830, 'es', 'db', 'Buy Now', 'Comprar ahora', NULL, NULL),\n(33831, 'es', 'db', 'Install', 'Instalar', NULL, NULL),\n(33832, 'es', 'db', 'Staff Id', 'Identificaci\u00f3n del personal', NULL, NULL),\n(33833, 'es', 'db', 'Import CSV file (Device)', 'Importar archivo CSV (Dispositivo)', NULL, NULL),\n(33834, 'es', 'db', 'Attendance Device Date Format', 'Formato de fecha del dispositivo de asistencia', NULL, NULL),\n(33835, 'es', 'db', 'Disable Woocommerce Sync', 'Desactivar la sincronizaci\u00f3n de WooCommerce', NULL, NULL),\n(33836, 'es', 'db', 'Product Status', 'Estado del producto', NULL, NULL),\n(33837, 'es', 'db', 'Category not synced', 'Categor\u00eda no sincronizada', NULL, NULL),\n(33838, 'es', 'db', 'Categories not synced', 'Categor\u00edas no sincronizadas', NULL, NULL),\n(33839, 'es', 'db', 'Category can be updated', 'La categor\u00eda se puede actualizar', NULL, NULL),\n(33840, 'es', 'db', 'Categories can be updated', 'Las categor\u00edas se pueden actualizar', NULL, NULL),\n(33841, 'es', 'db', 'Product not synced', 'Producto no sincronizado', NULL, NULL),\n(33842, 'es', 'db', 'Products not synced', 'Productos no sincronizados', NULL, NULL),\n(33843, 'es', 'db', 'Product can be updated', 'El producto se puede actualizar', NULL, NULL),\n(33844, 'es', 'db', 'Products can be updated', 'Los productos se pueden actualizar', NULL, NULL),\n(33845, 'es', 'db', 'Please connect with WooCommerce', 'Por favor, con\u00e9ctate con WooCommerce', NULL, NULL),\n(33846, 'es', 'db', 'Something went wrong', 'Algo sali\u00f3 mal', NULL, NULL),\n(33847, 'es', 'db', 'Synced category successfully', 'Categor\u00eda sincronizada correctamente', NULL, NULL),\n(33848, 'es', 'db', 'Reset synced category successfully', 'Restablecer categor\u00eda sincronizada correctamente', NULL, NULL),\n(33849, 'es', 'db', 'Synced product successfully', 'Producto sincronizado correctamente', NULL, NULL),\n(33850, 'es', 'db', 'Reset synced product successfully', 'El producto sincronizado se restableci\u00f3 correctamente', NULL, NULL),\n(33851, 'es', 'db', 'Tax maped successfully', 'Impuesto asignado correctamente', NULL, NULL),\n(33852, 'es', 'db', 'Synced order successfully', 'Pedido sincronizado correctamente', NULL, NULL),\n(33853, 'es', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'Seleccione Grupo de clientes predeterminado\\\\\/ Almac\u00e9n predeterminado\\\\\/ Facturador predeterminado\\\\\/ Estado de venta equivalente en TPV en la configuraci\u00f3n de sincronizaci\u00f3n de pedidos.', NULL, NULL),\n(33854, 'es', 'db', 'Module Image', 'Imagen del m\u00f3dulo', NULL, NULL),\n(33855, 'es', 'db', 'Courier', 'Mensajero', NULL, NULL),\n(33856, 'es', 'db', 'Courier List', 'Lista de mensajer\u00eda', NULL, NULL),\n(33857, 'es', 'db', 'Add Courier', 'A\u00f1adir mensajero', NULL, NULL),\n(33858, 'es', 'db', 'Update Courier', 'Actualizar Courier', NULL, NULL),\n(33859, 'es', 'db', 'Sale and Quotation without stock', 'Venta y Cotizaci\u00f3n sin stock', NULL, NULL),\n(33860, 'es', 'db', 'Yes', 'S\u00ed', NULL, NULL),\n(33861, 'es', 'db', 'No', 'No', NULL, NULL),\n(33862, 'es', 'db', 'Returned', 'Devuelto', NULL, NULL),\n(33863, 'es', 'db', 'Get in touch', 'Ponte en contacto', NULL, NULL),\n(33864, 'es', 'db', 'Contact Info', 'Informaci\u00f3n de contacto', NULL, NULL),\n(33865, 'es', 'db', 'Bug Setting', 'Configuraci\u00f3n de errores', NULL, NULL),\n(33866, 'es', 'db', 'File Name', 'Nombre del archivo', NULL, NULL),\n(33867, 'es', 'db', 'Type File Name', 'Escriba el nombre del archivo', NULL, NULL),\n(33868, 'es', 'db', 'Logs', 'Registros', NULL, NULL),\n(33869, 'es', 'db', 'Type Log', 'Registro de tipos', NULL, NULL),\n(33870, 'es', 'db', 'Short Note', 'Nota breve', NULL, NULL),\n(33871, 'es', 'db', 'Product Mode', 'Modo de producto', NULL, NULL),\n(33872, 'es', 'db', 'Version', 'Versi\u00f3n', NULL, NULL),\n(33873, 'es', 'db', 'Bug No', 'No hay bicho', NULL, NULL),\n(33874, 'es', 'db', 'Minimum Required Version', 'Versi\u00f3n m\u00ednima requerida', NULL, NULL),\n(33875, 'es', 'db', 'Version Upgrade', 'Actualizaci\u00f3n de versi\u00f3n', NULL, NULL),\n(33876, 'es', 'db', 'Latest Version Upgrade', 'Actualizaci\u00f3n de la \u00faltima versi\u00f3n', NULL, NULL),\n(33877, 'es', 'db', 'Latest Version DB Migrate', 'Migraci\u00f3n de la base de datos de la \u00faltima versi\u00f3n', NULL, NULL),\n(33878, 'es', 'db', 'Version Upgrade URL', 'URL de actualizaci\u00f3n de versi\u00f3n', NULL, NULL),\n(33879, 'es', 'db', 'Bug Update', 'Actualizaci\u00f3n de errores', NULL, NULL),\n(33880, 'es', 'db', 'Bug DB Migrate', 'Migraci\u00f3n de la base de datos de errores', NULL, NULL),\n(33881, 'es', 'db', 'Bug Update URL', 'URL de actualizaci\u00f3n de errores', NULL, NULL),\n(33882, 'es', 'db', 'Version Upgrade Setting', 'Configuraci\u00f3n de actualizaci\u00f3n de versi\u00f3n', NULL, NULL),\n(33883, 'es', 'db', 'Bug Update Setting', 'Configuraci\u00f3n de actualizaci\u00f3n de errores', NULL, NULL),\n(33884, 'es', 'db', 'My Account', 'Mi cuenta', NULL, NULL),\n(33886, 'es', 'db', 'Phone', 'Tel\u00e9fono', NULL, NULL),\n(33887, 'es', 'db', 'My Addresses', 'Mis direcciones', NULL, NULL),\n(33888, 'es', 'db', 'Edit Address', 'Editar direcci\u00f3n', NULL, NULL),\n(33889, 'es', 'db', 'Zip \\\\\/ Postal code', 'C\u00f3digo postal', NULL, NULL),\n(33890, 'es', 'db', 'Cart', 'Carro', NULL, NULL),\n(33891, 'es', 'db', 'Shop Cart', 'Carrito de la compra', NULL, NULL),\n(33892, 'es', 'db', 'Home', 'Hogar', NULL, NULL),\n(33893, 'es', 'db', 'Sub Total', 'Subtotal', NULL, NULL),\n(33894, 'es', 'db', 'Continue Shopping', 'Seguir comprando', NULL, NULL),\n(33895, 'es', 'db', 'Proceed to Checkout', 'Pasar por la caja', NULL, NULL),\n(33896, 'es', 'db', 'Pay', 'Pagar', NULL, NULL),\n(33897, 'es', 'db', 'Returning customer?', '\u00bfCliente que regresa?', NULL, NULL),\n(33898, 'es', 'db', 'Shipping Details', 'Detalles de env\u00edo', NULL, NULL),\n(33899, 'es', 'db', 'Default Address', 'Direcci\u00f3n predeterminada', NULL, NULL),\n(33900, 'es', 'db', 'Add a different address', 'A\u00f1adir una direcci\u00f3n diferente', NULL, NULL),\n(33901, 'es', 'db', 'Order Notes', 'Notas del pedido', NULL, NULL),\n(33902, 'es', 'db', 'Billing address same as Shipping Address', 'La direcci\u00f3n de facturaci\u00f3n es la misma que la de env\u00edo', NULL, NULL),\n(33903, 'es', 'db', 'Your order', 'Su pedido', NULL, NULL),\n(33904, 'es', 'db', 'Product(s)', 'Producto(s)', NULL, NULL),\n(33906, 'es', 'db', 'I have a coupon', 'Tengo un cup\u00f3n', NULL, NULL),\n(33907, 'es', 'db', 'Enter coupon code', 'Ingrese el c\u00f3digo del cup\u00f3n', NULL, NULL),\n(33908, 'es', 'db', 'I have read and accept the', 'He le\u00eddo y acepto los', NULL, NULL),\n(33909, 'es', 'db', 'Cash on Delivery', 'Pago contra reembolso', NULL, NULL),\n(33910, 'es', 'db', 'Remember Me', 'Acu\u00e9rdate de m\u00ed', NULL, NULL),\n(33911, 'es', 'db', 'Log In', 'Acceso', NULL, NULL),\n(33912, 'es', 'db', 'sign up now', 'Reg\u00edstrate ahora', NULL, NULL),\n(33913, 'es', 'db', 'My Profile', 'Mi perfil', NULL, NULL),\n(33914, 'es', 'db', 'My Orders', 'Mis pedidos', NULL, NULL),\n(33915, 'es', 'db', 'My Wishlist', 'Mi lista de deseos', NULL, NULL),\n(33916, 'es', 'db', 'Account Details', 'Detalles de la cuenta', NULL, NULL),\n(33917, 'es', 'db', 'We have sent you an email', 'Te hemos enviado un correo electr\u00f3nico', NULL, NULL),\n(33918, 'es', 'db', 'Just click on the link in that email to verify', 'Simplemente haga clic en el enlace de ese correo electr\u00f3nico para verificar', NULL, NULL),\n(33919, 'es', 'db', 'Thank you for verifying your email', 'Gracias por verificar su correo electr\u00f3nico', NULL, NULL),\n(33920, 'es', 'db', 'Order Details', 'Detalles del pedido', NULL, NULL),\n(33921, 'es', 'db', 'You have not ordered anything yet!', '\u00a1A\u00fan no has pedido nada!', NULL, NULL),\n(33922, 'es', 'db', 'Tags', 'Etiquetas', NULL, NULL),\n(33923, 'es', 'db', 'Share', 'Compartir', NULL, NULL),\n(33924, 'es', 'db', 'Thank you for your order', 'Gracias por su pedido', NULL, NULL),\n(33925, 'es', 'db', 'Here is your order reference no', 'Aqu\u00ed est\u00e1 el n\u00famero de referencia de su pedido', NULL, NULL),\n(33926, 'es', 'db', 'You will receive an email with delivery details shortly', 'En breve recibir\u00e1s un correo electr\u00f3nico con los detalles de la entrega.', NULL, NULL),\n(33927, 'es', 'db', 'Add Collection', 'A\u00f1adir colecci\u00f3n', NULL, NULL),\n(33928, 'es', 'db', 'Collection Name', 'Nombre de la colecci\u00f3n', NULL, NULL),\n(33929, 'es', 'db', 'Permalink', 'Enlace permanente', NULL, NULL),\n(33930, 'es', 'db', 'Save as Draft', 'Guardar como borrador', NULL, NULL),\n(33931, 'es', 'db', 'Publish', 'Publicar', NULL, NULL),\n(33932, 'es', 'db', 'Collection', 'Recopilaci\u00f3n', NULL, NULL),\n(33933, 'es', 'db', 'Slug', 'Babosa', NULL, NULL),\n(33935, 'es', 'db', 'Sliders', 'Deslizadores', NULL, NULL),\n(33936, 'es', 'db', 'Menu', 'Men\u00fa', NULL, NULL),\n(33937, 'es', 'db', 'Collections', 'Colecciones', NULL, NULL),\n(33938, 'es', 'db', 'Pages', 'P\u00e1ginas', NULL, NULL),\n(33939, 'es', 'db', 'Widgets', 'Widgets', NULL, NULL),\n(33940, 'es', 'db', 'Faq Category', 'Categor\u00eda de preguntas frecuentes', NULL, NULL),\n(33941, 'es', 'db', 'Faqs', 'Preguntas frecuentes', NULL, NULL),\n(33942, 'es', 'db', 'Social Links', 'Enlaces sociales', NULL, NULL),\n(33943, 'es', 'db', 'Payment Gateways', 'Pasarelas de pago', NULL, NULL),\n(33944, 'es', 'db', 'Location', 'Ubicaci\u00f3n', NULL, NULL),\n(33945, 'es', 'db', 'Add Menu', 'A\u00f1adir men\u00fa', NULL, NULL),\n(33946, 'es', 'db', 'Add Menu Items', 'A\u00f1adir elementos del men\u00fa', NULL, NULL),\n(33947, 'es', 'db', 'Categories', 'Categor\u00edas', NULL, NULL),\n(33948, 'es', 'db', 'Select All', 'Seleccionar todo', NULL, NULL),\n(33949, 'es', 'db', 'Add to Menu', 'A\u00f1adir al men\u00fa', NULL, NULL),\n(33950, 'es', 'db', 'Brands', 'Marcas', NULL, NULL),\n(33951, 'es', 'db', 'Custom Links', 'Enlaces personalizados', NULL, NULL),\n(33952, 'es', 'db', 'URL', 'URL', NULL, NULL),\n(33953, 'es', 'db', 'Link Text', 'Texto del enlace', NULL, NULL),\n(33954, 'es', 'db', 'Menu Structure', 'Estructura del men\u00fa', NULL, NULL),\n(33955, 'es', 'db', 'Select categories, pages or add custom links to menus', 'Seleccione categor\u00edas, p\u00e1ginas o a\u00f1ada enlaces personalizados a los men\u00fas.', NULL, NULL),\n(33956, 'es', 'db', 'Link Name', 'Nombre del enlace', NULL, NULL),\n(33957, 'es', 'db', 'Open in a new tab', 'Abrir en una nueva pesta\u00f1a', NULL, NULL),\n(33958, 'es', 'db', 'Save Menu', 'Guardar men\u00fa', NULL, NULL),\n(33959, 'es', 'db', 'Page Name', 'Nombre de la p\u00e1gina', NULL, NULL),\n(33960, 'es', 'db', 'Page Layout', 'Dise\u00f1o de p\u00e1gina', NULL, NULL),\n(33961, 'es', 'db', 'click on the widgets below to add it to your layout', 'Haga clic en los widgets a continuaci\u00f3n para agregarlos a su dise\u00f1o', NULL, NULL),\n(33962, 'es', 'db', 'Product Category', 'Categor\u00eda de producto', NULL, NULL),\n(33963, 'es', 'db', 'Tabbed Product Categories', 'Categor\u00edas de productos con pesta\u00f1as', NULL, NULL),\n(33964, 'es', 'db', 'Category Slider', 'Control deslizante de categor\u00edas', NULL, NULL),\n(33965, 'es', 'db', 'Product Collection', 'Colecci\u00f3n de productos', NULL, NULL),\n(33966, 'es', 'db', 'Tabbed Product Collections', 'Colecciones de productos con pesta\u00f1as', NULL, NULL),\n(33967, 'es', 'db', 'Brand Slider', 'Control deslizante de marca', NULL, NULL),\n(33968, 'es', 'db', 'Og_Title', 'Og_Title', NULL, NULL),\n(33970, 'es', 'db', 'Og_description', 'Og_description', NULL, NULL),\n(33972, 'es', 'db', 'Og_Image', 'Og_Image', NULL, NULL),\n(33973, 'es', 'db', 'Templates', 'Plantillas', NULL, NULL),\n(33974, 'es', 'db', 'Choose Category', 'Elegir categor\u00eda', NULL, NULL),\n(33975, 'es', 'db', 'Layout Type', 'Tipo de dise\u00f1o', NULL, NULL),\n(33976, 'es', 'db', 'Slider Loop', 'Bucle deslizante', NULL, NULL),\n(33977, 'es', 'db', 'Slider Autoplay', 'Reproducci\u00f3n autom\u00e1tica del control deslizante', NULL, NULL),\n(33978, 'es', 'db', 'Slider Autoplay Speed', 'Velocidad de reproducci\u00f3n autom\u00e1tica del control deslizante', NULL, NULL),\n(33979, 'es', 'db', 'Number of products to show', 'N\u00famero de productos a mostrar', NULL, NULL),\n(33980, 'es', 'db', 'Choose Categories', 'Elegir categor\u00edas', NULL, NULL),\n(33981, 'es', 'db', 'Choose Collection', 'Elegir Colecci\u00f3n', NULL, NULL),\n(33983, 'es', 'db', 'Choose collections', 'Seleccionar colecciones', NULL, NULL),\n(33984, 'es', 'db', 'Choose Brands', 'Elige marcas', NULL, NULL),\n(33985, 'es', 'db', 'Edit Page', 'Editar p\u00e1gina', NULL, NULL),\n(33987, 'es', 'db', 'Ecommerce Settings', 'Configuraci\u00f3n de comercio electr\u00f3nico', NULL, NULL),\n(33988, 'es', 'db', 'Favicon', 'Favicono', NULL, NULL),\n(33989, 'es', 'db', 'Home Page', 'P\u00e1gina de inicio', NULL, NULL),\n(33990, 'es', 'db', 'Store Phone', 'Tel\u00e9fono de la tienda', NULL, NULL),\n(33991, 'es', 'db', 'Store Email', 'Correo electr\u00f3nico de la tienda', NULL, NULL),\n(33992, 'es', 'db', 'Store Address', 'Direcci\u00f3n de la tienda', NULL, NULL),\n(33993, 'es', 'db', 'Contact From Email', 'Contacto desde correo electr\u00f3nico', NULL, NULL),\n(33994, 'es', 'db', 'Min amount for free shipping', 'Importe m\u00ednimo para env\u00edo gratuito', NULL, NULL),\n(33995, 'es', 'db', 'Flat Rate Shipping', 'Env\u00edo a tarifa plana', NULL, NULL),\n(33996, 'es', 'db', 'Pages to read & accept before checkout', 'P\u00e1ginas para leer y aceptar antes de pagar', NULL, NULL),\n(33997, 'es', 'db', 'Custom CSS', 'CSS personalizado', NULL, NULL),\n(33998, 'es', 'db', 'Custom JS', 'JS personalizado', NULL, NULL),\n(33999, 'es', 'db', 'Chat Code', 'C\u00f3digo de chat', NULL, NULL),\n(34000, 'es', 'db', 'Google Analytics Code', 'C\u00f3digo de Google Analytics', NULL, NULL),\n(34001, 'es', 'db', 'Facebook Pixel', 'P\u00edxel de Facebook', NULL, NULL),\n(34002, 'es', 'db', 'Details', 'Detalles', NULL, NULL),\n(34003, 'es', 'db', 'Add Slider', 'A\u00f1adir control deslizante', NULL, NULL),\n(34004, 'es', 'db', 'Desktop', 'De oficina', NULL, NULL),\n(34005, 'es', 'db', 'Tab', 'Pesta\u00f1a', NULL, NULL),\n(34006, 'es', 'db', 'Add Social Link', 'A\u00f1adir enlace social', NULL, NULL),\n(34007, 'es', 'db', 'Available Widgets', 'Widgets disponibles', NULL, NULL),\n(34008, 'es', 'db', 'To add a widget to a section, drag it onto that section', 'Para agregar un widget a una secci\u00f3n, arr\u00e1strelo hasta esa secci\u00f3n', NULL, NULL),\n(34009, 'es', 'db', 'Custom Menu', 'Men\u00fa personalizado', NULL, NULL),\n(34010, 'es', 'db', 'Select menu', 'Seleccionar men\u00fa', NULL, NULL),\n(34011, 'es', 'db', 'Site Features', 'Caracter\u00edsticas del sitio', NULL, NULL),\n(34012, 'es', 'db', 'Site Information', 'Informaci\u00f3n del sitio', NULL, NULL),\n(34013, 'es', 'db', 'Hours', 'Horas', NULL, NULL),\n(34014, 'es', 'db', 'Newsletter form', 'Formulario de bolet\u00edn informativo', NULL, NULL),\n(34015, 'es', 'db', 'Section Above Footer', 'Secci\u00f3n sobre el pie de p\u00e1gina', NULL, NULL),\n(34016, 'es', 'db', 'Footer Section', 'Secci\u00f3n de pie de p\u00e1gina', NULL, NULL),\n(34017, 'es', 'db', 'Product Details Sidebar', 'Barra lateral de detalles del producto', NULL, NULL),\n(34018, 'es', 'db', 'Your email', 'Tu correo electr\u00f3nico', NULL, NULL),\n(34019, 'es', 'db', 'Forgot Password', 'Has olvidado tu contrase\u00f1a', NULL, NULL),\n(34020, 'es', 'db', 'Subscribe', 'Suscribir', NULL, NULL),\n(34021, 'es', 'db', 'Sell Online', 'Vender en l\u00ednea', NULL, NULL),\n(34022, 'es', 'db', 'Out of stock', 'Agotado', NULL, NULL),\n(34023, 'es', 'db', 'Duplicate', 'Duplicado', NULL, NULL),\n(34024, 'es', 'db', 'All Product In Stock', 'Todos los productos en stock', NULL, NULL),\n(34025, 'es', 'db', 'Show All Product Online', 'Mostrar todos los productos en l\u00ednea', NULL, NULL),\n(34026, 'es', 'db', 'Oh snap! We are lost', '\u00a1Vaya! \u00a1Nos hemos perdido!', NULL, NULL),\n(34027, 'es', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'Parece que no encontramos lo que buscas. Quiz\u00e1s buscar te ayude o volver a...', NULL, NULL),\n(34028, 'es', 'db', 'Sorry this page is dead!', '\u00a1Lo sentimos, esta p\u00e1gina est\u00e1 inactiva!', NULL, NULL),\n(34029, 'es', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'La p\u00e1gina ha expirado debido al vencimiento de la sesi\u00f3n. Simplemente actual\u00edzala o pulsa el bot\u00f3n de abajo.', NULL, NULL),\n(34030, 'es', 'db', 'Refresh', 'Refrescar', NULL, NULL),\n(34031, 'es', 'db', 'Oh server just snapped!', '\u00a1Oh, el servidor se rompi\u00f3!', NULL, NULL),\n(34032, 'es', 'db', 'An error occured due to server not being to able to handle your request', 'Se produjo un error debido a que el servidor no pudo procesar su solicitud.', NULL, NULL),\n(34033, 'es', 'db', 'An error occured because the service is unavailable', 'Se produjo un error porque el servicio no est\u00e1 disponible.', NULL, NULL),\n(34034, 'es', 'db', 'Please type a product name to search', 'Escriba el nombre de un producto para buscar', NULL, NULL),\n(34035, 'es', 'db', 'Send', 'Enviar', NULL, NULL),\n(34036, 'es', 'db', 'don\\'t have an account', 'no tengo una cuenta', NULL, NULL),\n(34037, 'es', 'db', 'Click here to login', 'Haga clic aqu\u00ed para iniciar sesi\u00f3n', NULL, NULL),\n(34038, 'es', 'db', 'Zip \\\\\/ Post Code', 'C\u00f3digo postal', NULL, NULL),\n(34039, 'es', 'db', 'You may also like', 'Tambi\u00e9n te puede gustar', NULL, NULL),\n(34040, 'es', 'db', 'Add to cart', 'A\u00f1adir a la cesta', NULL, NULL),\n(34041, 'es', 'db', 'No item in your cart', 'No hay ning\u00fan art\u00edculo en tu carrito', NULL, NULL),\n(34042, 'es', 'db', 'Filter Sales', 'Ventas de filtros', NULL, NULL),\n(34043, 'es', 'db', 'Sale Type', 'Tipo de venta', NULL, NULL),\n(34044, 'es', 'db', 'POS', 'Punto de venta', NULL, NULL),\n(34045, 'es', 'db', 'eCommerce', 'comercio electr\u00f3nico', NULL, NULL),\n(34046, 'es', 'db', 'Please login first', 'Por favor, inicie sesi\u00f3n primero', NULL, NULL),\n(34047, 'es', 'db', 'Product added to wishlist', 'Producto a\u00f1adido a la lista de deseos', NULL, NULL),\n(34048, 'es', 'db', 'You have not added anything to wishlist yet', 'A\u00fan no has a\u00f1adido nada a tu lista de deseos', NULL, NULL),\n(34049, 'es', 'db', 'Product removed from wishlist', 'Producto eliminado de la lista de deseos', NULL, NULL),\n(34050, 'es', 'db', 'Product already on wishlist', 'Producto ya en la lista de deseos', NULL, NULL),\n(34051, 'es', 'db', 'Recently Viewed', 'Vistos recientemente', NULL, NULL),\n(34052, 'es', 'db', 'Verify', 'Verificar', NULL, NULL),\n(34053, 'es', 'db', 'Track Order', 'Seguimiento del pedido', NULL, NULL),\n(34054, 'es', 'db', 'Track', 'Pista', NULL, NULL),\n(34055, 'es', 'db', 'Time', 'Tiempo', NULL, NULL),\n(34056, 'es', 'db', 'Order Status', 'Estado del pedido', NULL, NULL),\n(34057, 'es', 'db', 'Payment Method', 'M\u00e9todo de pago', NULL, NULL),\n(34058, 'es', 'db', 'Shipping Status', 'Estado del env\u00edo', NULL, NULL),\n(34059, 'es', 'db', 'Pending Confirmation', 'Pendiente de confirmaci\u00f3n', NULL, NULL),\n(34060, 'es', 'db', 'Track another order', 'Seguir otro pedido', NULL, NULL),\n(34061, 'es', 'db', 'Post Title', 'T\u00edtulo de la publicaci\u00f3n', NULL, NULL),\n(34062, 'es', 'db', 'Post Thumbnail', 'Publicar miniatura', NULL, NULL),\n(34063, 'es', 'db', 'Pay with gift card', 'Pagar con tarjeta de regalo', NULL, NULL),\n(34065, 'es', 'db', 'Warehouse Wise', 'Almac\u00e9n inteligente', NULL, NULL),\n(34066, 'es', 'db', 'Payment Receiver', 'Receptor de pagos', NULL, NULL),\n(34067, 'es', 'db', 'SMS Template', 'Plantilla de SMS', NULL, NULL),\n(34068, 'es', 'db', 'Add Template', 'A\u00f1adir plantilla', NULL, NULL),\n(34069, 'es', 'db', 'SMS Template List', 'Lista de plantillas de SMS', NULL, NULL),\n(34070, 'es', 'db', 'Content', 'Contenido', NULL, NULL),\n(34071, 'es', 'db', 'Update Template', 'Actualizar plantilla', NULL, NULL),\n(34072, 'es', 'db', 'Send SMS After Sale', 'Enviar SMS despu\u00e9s de la venta', NULL, NULL),\n(34073, 'es', 'db', 'Default SMS Sale', 'Venta por SMS predeterminada', NULL, NULL),\n(34074, 'es', 'db', 'Default SMS E-Commerce', 'Comercio electr\u00f3nico SMS predeterminado', NULL, NULL),\n(34075, 'es', 'db', 'Default Online', 'Conexi\u00f3n predeterminada', NULL, NULL),\n(34076, 'es', 'db', 'Top Up', 'Completar', NULL, NULL),\n(34077, 'es', 'db', 'Coupon Name', 'Nombre del cup\u00f3n', NULL, NULL),\n(34078, 'es', 'db', 'Email Sent', 'Correo electr\u00f3nico enviado', NULL, NULL),\n(34080, 'es', 'db', 'Wholesale Price', 'Precio al por mayor', NULL, NULL),\n(34081, 'es', 'db', 'Price Option', 'Opci\u00f3n de precio', NULL, NULL),\n(34082, 'es', 'db', 'Product Tags', 'Etiquetas del producto', NULL, NULL),\n(34083, 'es', 'db', 'Selected Items', 'Art\u00edculos seleccionados', NULL, NULL),\n(34084, 'es', 'db', 'Related Products', 'Productos relacionados', NULL, NULL),\n(34086, 'es', 'db', 'Track Inventory', 'Inventario de pistas', NULL, NULL),\n(34087, 'es', 'db', 'Register me as a user', 'Reg\u00edstrame como usuario', NULL, NULL),\n(34088, 'es', 'db', 'Verify & Close', 'Verificar y cerrar', NULL, NULL),\n(34089, 'es', 'db', 'Enable Gift Card payment on checkout page', 'Habilitar el pago con tarjeta de regalo en la p\u00e1gina de pago', NULL, NULL),\n(34090, 'es', 'db', 'Theme Color', 'Color del tema', NULL, NULL),\n(34093, 'es', 'db', 'Enter gift card number', 'Ingrese el n\u00famero de tarjeta de regalo', NULL, NULL),\n(34094, 'es', 'db', 'Page saved', 'P\u00e1gina guardada', NULL, NULL),\n(34095, 'es', 'db', 'Widget saved', 'Widget guardado', NULL, NULL),\n(34096, 'es', 'db', 'Template', 'Plantilla', NULL, NULL),\n(34097, 'es', 'db', 'Three Column Banner', 'Bandera de tres columnas', NULL, NULL),\n(34098, 'es', 'db', 'Banner Image', 'Imagen de banner', NULL, NULL),\n(34099, 'es', 'db', 'Income', 'Ingreso', NULL, NULL),\n(34100, 'es', 'db', 'Income Category', 'Categor\u00eda de ingresos', NULL, NULL),\n(34101, 'es', 'db', 'Income List', 'Lista de ingresos', NULL, NULL),\n(34102, 'es', 'db', 'Add Income', 'A\u00f1adir ingresos', NULL, NULL),\n(34103, 'es', 'db', 'Add Income Category', 'A\u00f1adir categor\u00eda de ingresos', NULL, NULL),\n(34104, 'es', 'db', 'Update Income Category', 'Actualizar categor\u00eda de ingresos', NULL, NULL),\n(34105, 'es', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Albar\u00e1n para la gesti\u00f3n de pedidos y ventas', NULL, NULL),\n(34106, 'es', 'db', 'Enable', 'Permitir', NULL, NULL),\n(34107, 'es', 'db', 'Disable', 'Desactivar', NULL, NULL),\n(34108, 'es', 'db', 'Create Packing Slip', 'Crear albar\u00e1n', NULL, NULL),\n(34109, 'es', 'db', 'Packed', 'Lleno', NULL, NULL),\n(34110, 'es', 'db', 'Processing', 'Tratamiento', NULL, NULL),\n(34111, 'es', 'db', 'Packing Slip List', 'Lista de albar\u00e1n', NULL, NULL),\n(34112, 'es', 'db', 'Packing Slip Reference', 'Referencia de albar\u00e1n', NULL, NULL),\n(34113, 'es', 'db', 'Challan List', 'Lista de Challan', NULL, NULL),\n(34114, 'es', 'db', 'Challan Report', 'Informe Challan', NULL, NULL),\n(34115, 'es', 'db', 'Packing Slip & Challan', 'Recibo de empaque y comprobante de pago', NULL, NULL),\n(34116, 'es', 'db', 'Filter Products', 'Productos de filtro', NULL, NULL),\n(34117, 'es', 'db', 'Expiry Duration Type', 'Tipo de duraci\u00f3n de vencimiento', NULL, NULL),\n(34118, 'es', 'db', 'Expiry Value', 'Valor de vencimiento', NULL, NULL),\n(34119, 'es', 'db', 'Biller Report', 'Informe de facturaci\u00f3n', NULL, NULL),\n(34120, 'es', 'db', 'Choose Biller', 'Elegir facturador', NULL, NULL),\n(34121, 'es', 'db', 'Thermal Invoice Size', 'Tama\u00f1o de la factura t\u00e9rmica', NULL, NULL),\n(34122, 'es', 'db', 'Invoice Option', 'Opci\u00f3n de factura', NULL, NULL),\n(34123, 'es', 'db', '80mm', '80 mm', NULL, NULL),\n(34124, 'es', 'db', '58mm', '58 mm', NULL, NULL),\n(34125, 'es', 'db', 'Sale successfully added to draft', 'Venta a\u00f1adida correctamente al borrador', NULL, NULL),\n(34126, 'es', 'db', 'Barcode Settings', 'Configuraci\u00f3n del c\u00f3digo de barras', NULL, NULL),\n(34127, 'es', 'db', 'Add barcode sticker setting', 'A\u00f1adir configuraci\u00f3n de etiqueta de c\u00f3digo de barras', NULL, NULL),\n(34128, 'es', 'db', 'Edit Barcode Sticker Setting', 'Editar la configuraci\u00f3n de la etiqueta del c\u00f3digo de barras', NULL, NULL),\n(34129, 'es', 'db', 'Sticker Sheet setting Name', 'Nombre de la configuraci\u00f3n de la hoja de pegatinas', NULL, NULL),\n(34130, 'es', 'db', 'Sticker Sheet setting Description', 'Descripci\u00f3n de la configuraci\u00f3n de la hoja de pegatinas', NULL, NULL),\n(34131, 'es', 'db', 'Continuous feed or rolls', 'Alimentaci\u00f3n continua o rollos', NULL, NULL),\n(34132, 'es', 'db', 'In Inches', 'En pulgadas', NULL, NULL),\n(34133, 'es', 'db', 'Additional top margin', 'Margen superior adicional', NULL, NULL),\n(34134, 'es', 'db', 'Additional left margin', 'Margen izquierdo adicional', NULL, NULL),\n(34135, 'es', 'db', 'Width of sticker', 'Ancho de la pegatina', NULL, NULL),\n(34136, 'es', 'db', 'Height of sticker', 'Altura de la pegatina', NULL, NULL),\n(34137, 'es', 'db', 'Paper width', 'Ancho del papel', NULL, NULL),\n(34138, 'es', 'db', 'Paper height', 'Altura del papel', NULL, NULL),\n(34139, 'es', 'db', 'Stickers in one row', 'Pegatinas en una fila', NULL, NULL),\n(34140, 'es', 'db', 'Distance between two rows', 'Distancia entre dos filas', NULL, NULL),\n(34141, 'es', 'db', 'Distance between two columns', 'Distancia entre dos columnas', NULL, NULL),\n(34142, 'es', 'db', 'No of Stickers per sheet', 'N\u00famero de pegatinas por hoja', NULL, NULL),\n(34143, 'es', 'db', 'Set as default', 'Establecer como predeterminado', NULL, NULL),\n(34144, 'es', 'db', 'Add New Setting', 'A\u00f1adir nueva configuraci\u00f3n', NULL, NULL),\n(34145, 'es', 'db', 'Print Labels', 'Imprimir etiquetas', NULL, NULL),\n(34146, 'es', 'db', 'Information on Label', 'Informaci\u00f3n en la etiqueta', NULL, NULL),\n(34147, 'es', 'db', 'Add Production', 'A\u00f1adir producci\u00f3n', NULL, NULL),\n(34148, 'es', 'db', 'Production List', 'Lista de producci\u00f3n', NULL, NULL),\n(34149, 'es', 'db', 'Expired Date', 'Fecha de vencimiento', NULL, NULL),\n(34150, 'es', 'db', 'Manufacturing', 'Fabricaci\u00f3n', NULL, NULL),\n(34151, 'es', 'db', 'Total Tax', 'Impuesto total', NULL, NULL),\n(34152, 'es', 'db', 'Production Details', 'Detalles de producci\u00f3n', NULL, NULL),\n(34153, 'es', 'db', 'Add Custom Size', 'A\u00f1adir tama\u00f1o personalizado', NULL, NULL),\n(34154, 'es', 'db', 'RTL', 'RTL', NULL, NULL),\n(34155, 'es', 'db', 'LTR', 'LTR', NULL, NULL),\n(34157, 'es', 'db', 'Show search results in', 'Mostrar resultados de b\u00fasqueda en', NULL, NULL),\n(34158, 'es', 'db', 'Full Page', 'P\u00e1gina llena', NULL, NULL),\n(34159, 'es', 'db', 'Dropdown', 'Men\u00fa desplegable', NULL, NULL),\n(34161, 'es', 'db', 'Saving', 'Ahorro', NULL, NULL),\n(34162, 'es', 'db', 'Multiple Payment', 'Pago M\u00faltiple', NULL, NULL),\n(34163, 'es', 'db', 'Finalize Sale(Multiple Payment)', 'Finalizar venta (pago m\u00faltiple)', NULL, NULL),\n(34164, 'es', 'db', 'Cash Received', 'Efectivo recibido', NULL, NULL),\n(34165, 'es', 'db', 'Add More Payment', 'A\u00f1adir m\u00e1s pagos', NULL, NULL),\n(34166, 'es', 'db', 'Received', 'Recibi\u00f3', NULL, NULL),\n(34167, 'es', 'db', 'Production Status', 'Estado de producci\u00f3n', NULL, NULL),\n(34173, 'es', 'db', 'Employees', 'Empleados', NULL, NULL),\n(34174, 'es', 'db', 'Award', 'Otorgar', NULL, NULL),\n(34175, 'es', 'db', 'Travel', 'Viajar', NULL, NULL),\n(34176, 'es', 'db', 'Resignations', 'Renuncias', NULL, NULL),\n(34177, 'es', 'db', 'Complaints', 'Quejas', NULL, NULL),\n(34178, 'es', 'db', 'Warnings', 'Advertencias', NULL, NULL),\n(34179, 'es', 'db', 'Terminations', 'Terminaciones', NULL, NULL),\n(34180, 'es', 'db', 'Organization', 'Organizaci\u00f3n', NULL, NULL),\n(34181, 'es', 'db', 'Company', 'Compa\u00f1\u00eda', NULL, NULL),\n(34182, 'es', 'db', 'Designation', 'Designaci\u00f3n', NULL, NULL),\n(34183, 'es', 'db', 'Announcements', 'Anuncios', NULL, NULL),\n(34184, 'es', 'db', 'Timesheets', 'Hojas de horas', NULL, NULL),\n(34185, 'es', 'db', 'Attendances', 'Asistencias', NULL, NULL),\n(34186, 'es', 'db', 'Recruitment', 'Reclutamiento', NULL, NULL),\n(34187, 'es', 'db', 'Training', 'Capacitaci\u00f3n', NULL, NULL),\n(34188, 'es', 'db', 'Trainers', 'Zapatos de deporte', NULL, NULL),\n(34189, 'es', 'db', 'Events', 'Eventos', NULL, NULL),\n(34190, 'es', 'db', 'Meetings', 'Reuniones', NULL, NULL),\n(34191, 'es', 'db', 'Finance', 'Finanzas', NULL, NULL),\n(34192, 'es', 'db', 'imei_numbers', 'n\u00fameros_imei', NULL, NULL),\n(34193, 'es', 'db', 'Warranty', 'Garant\u00eda', NULL, NULL),\n(34194, 'es', 'db', 'Guarantee', 'Garantizar', NULL, NULL),\n(34195, 'es', 'db', 'Dear', 'Estimado', NULL, NULL),\n(34196, 'es', 'db', 'Thank you for your purchase! Your invoice number is', '\u00a1Gracias por su compra! Su n\u00famero de factura es...', NULL, NULL),\n(34197, 'es', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'Si tiene alguna pregunta o inquietud, no dude en contactarnos. \u00a1Estamos aqu\u00ed para ayudarle!', NULL, NULL),\n(34198, 'es', 'db', 'Best regards', 'Atentamente', NULL, NULL),\n(34199, 'es', 'db', 'Whatsapp Notification', 'Notificaci\u00f3n de WhatsApp', NULL, NULL),\n(34200, 'es', 'db', 'Add More Payment Option', 'A\u00f1adir m\u00e1s opciones de pago', NULL, NULL),\n(34201, 'es', 'db', 'Type date or quotation reference', 'Escriba la fecha o referencia de cita...', NULL, NULL),\n(34203, 'es', 'db', 'Sale Reference No', 'N\u00famero de referencia de venta', NULL, NULL),\n(34204, 'es', 'db', 'My Transactions', 'Mis Transacciones', NULL, NULL),\n(34205, 'es', 'db', 'One Point is Equivalent to:', 'Un punto es equivalente a:', NULL, NULL),\n(34206, 'es', 'db', 'Update Income', 'Actualizar ingresos', NULL, NULL),\n(34207, 'es', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', 'Usar solo para tipos de selecci\u00f3n, selecci\u00f3n m\u00faltiple, casilla de verificaci\u00f3n y bot\u00f3n de opci\u00f3n. Rellene el campo separando las opciones con coma. Por ejemplo: manzana, naranja, pl\u00e1tano.', NULL, NULL),\n(34208, 'es', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', 'Exclusivo: Precio del producto = Precio real del producto + IVA. Incluido: Precio real del producto = Precio del producto - IVA.', NULL, NULL),\n(34209, 'fr', 'db', 'dashboard', 'tableau de bord', NULL, NULL),\n(34210, 'fr', 'db', 'language', 'langue', NULL, NULL),\n(34211, 'fr', 'db', 'Languages', 'Langues', NULL, NULL),\n(34212, 'fr', 'db', 'revenue', 'revenu', NULL, NULL),\n(34213, 'fr', 'db', 'product', 'produit', NULL, NULL),\n(34214, 'fr', 'db', 'category', 'cat\u00e9gorie', NULL, NULL),\n(34215, 'fr', 'db', 'product_list', 'liste_de_produits', NULL, NULL),\n(34216, 'fr', 'db', 'add_product', 'ajouter_produit', NULL, NULL),\n(34217, 'fr', 'db', 'import_product', 'import_produit', NULL, NULL),\n(34218, 'fr', 'db', 'print_barcode', 'print_barcode', NULL, NULL),\n(34219, 'fr', 'db', 'welcome', 'accueillir', NULL, NULL),\n(34220, 'fr', 'db', 'profile', 'profil', NULL, NULL),\n(34221, 'fr', 'db', 'add', 'ajouter', NULL, NULL),\n(34222, 'fr', 'db', 'parent', 'm\u00e8re', NULL, NULL),\n(34223, 'fr', 'db', 'action', 'action', NULL, NULL),\n(34224, 'fr', 'db', 'import', 'importer', NULL, NULL),\n(34225, 'fr', 'db', 'edit', 'modifier', NULL, NULL),\n(34226, 'fr', 'db', 'delete', 'supprimer', NULL, NULL),\n(34227, 'fr', 'db', 'name', 'nom', NULL, NULL),\n(34228, 'fr', 'db', 'submit', 'soumettre', NULL, NULL),\n(34229, 'fr', 'db', 'update', 'mise \u00e0 jour', NULL, NULL),\n(34230, 'fr', 'db', 'The field labels marked with * are required input fields', 'Les \u00e9tiquettes de champ marqu\u00e9es d\\'un * sont des champs de saisie obligatoires', NULL, NULL),\n(34231, 'fr', 'db', 'settings', 'param\u00e8tres', NULL, NULL),\n(34232, 'fr', 'db', 'logout', 'd\u00e9connexion', NULL, NULL),\n(34233, 'fr', 'db', 'return', 'retour', NULL, NULL),\n(34234, 'fr', 'db', 'profit', 'profit', NULL, NULL),\n(34235, 'fr', 'db', 'sale qty', 'quantit\u00e9 vendue', NULL, NULL),\n(34236, 'fr', 'db', 'yearly report', 'rapport annuel', NULL, NULL),\n(34237, 'fr', 'db', 'sale amount', 'montant de la vente', NULL, NULL),\n(34238, 'fr', 'db', 'recent sales', 'ventes r\u00e9centes', NULL, NULL),\n(34239, 'fr', 'db', 'latest', 'dernier', NULL, NULL),\n(34240, 'fr', 'db', 'best selling product', 'produit le plus vendu', NULL, NULL),\n(34241, 'fr', 'db', 'top', 'haut', NULL, NULL),\n(34242, 'fr', 'db', 'date', 'date', NULL, NULL),\n(34244, 'fr', 'db', 'reference', 'r\u00e9f\u00e9rence', NULL, NULL),\n(34245, 'fr', 'db', 'customer', 'client', NULL, NULL),\n(34246, 'fr', 'db', 'status', 'statut', NULL, NULL),\n(34247, 'fr', 'db', 'grand total', 'total', NULL, NULL),\n(34248, 'fr', 'db', 'Product Details', 'D\u00e9tails du produit', NULL, NULL),\n(34249, 'fr', 'db', 'qty', 'qt\u00e9', NULL, NULL),\n(34251, 'fr', 'db', 'Price', 'Prix', NULL, NULL),\n(34252, 'fr', 'db', 'Image', 'Image', NULL, NULL),\n(34253, 'fr', 'db', 'Code', 'Code', NULL, NULL),\n(34254, 'fr', 'db', 'Brand', 'Marque', NULL, NULL),\n(34255, 'fr', 'db', 'Quantity', 'Quantit\u00e9', NULL, NULL),\n(34256, 'fr', 'db', 'Unit', 'Unit\u00e9', NULL, NULL),\n(34257, 'fr', 'db', 'Type', 'Taper', NULL, NULL),\n(34258, 'fr', 'db', 'Barcode Symbology', 'Symbologie des codes-barres', NULL, NULL),\n(34259, 'fr', 'db', 'Sale', 'Vente', NULL, NULL),\n(34260, 'fr', 'db', 'Purchase', 'Achat', NULL, NULL),\n(34261, 'fr', 'db', 'Cost', 'Co\u00fbt', NULL, NULL),\n(34262, 'fr', 'db', 'Alert', 'Alerte', NULL, NULL),\n(34263, 'fr', 'db', 'Promotional Price', 'Prix promotionnel', NULL, NULL),\n(34264, 'fr', 'db', 'Promotion', 'Promotion', NULL, NULL),\n(34265, 'fr', 'db', 'Featured', 'En vedette', NULL, NULL),\n(34266, 'fr', 'db', 'Tax', 'Imp\u00f4t', NULL, NULL),\n(34267, 'fr', 'db', 'Invoice Details', 'D\u00e9tails de la facture', NULL, NULL),\n(34268, 'fr', 'db', 'Generate', 'G\u00e9n\u00e9rer', NULL, NULL),\n(34269, 'fr', 'db', 'Promotion Starts', 'La promotion commence', NULL, NULL),\n(34270, 'fr', 'db', 'Promotion Ends', 'Fin de la promotion', NULL, NULL),\n(34271, 'fr', 'db', 'Starting', 'D\u00e9part', NULL, NULL),\n(34272, 'fr', 'db', 'Ending', 'Fin', NULL, NULL),\n(34273, 'fr', 'db', 'Print', 'Imprimer', NULL, NULL),\n(34274, 'fr', 'db', 'Barcode', 'Code-barres', NULL, NULL),\n(34275, 'fr', 'db', 'Supplier', 'Fournisseur', NULL, NULL),\n(34276, 'fr', 'db', 'Paid', 'Pay\u00e9', NULL, NULL),\n(34277, 'fr', 'db', 'Balance', '\u00c9quilibre', NULL, NULL),\n(34278, 'fr', 'db', 'Payment', 'Paiement', NULL, NULL),\n(34279, 'fr', 'db', 'View', 'Voir', NULL, NULL),\n(34280, 'fr', 'db', 'Warehouse', 'Entrep\u00f4t', NULL, NULL),\n(34281, 'fr', 'db', 'Attach Document', 'Joindre un document', NULL, NULL),\n(34282, 'fr', 'db', 'Select Product', 'S\u00e9lectionner un produit', NULL, NULL),\n(34283, 'fr', 'db', 'Order', 'Commande', NULL, NULL),\n(34284, 'fr', 'db', 'Order Table', 'Tableau de commande', NULL, NULL),\n(34285, 'fr', 'db', 'Discount', 'Rabais', NULL, NULL),\n(34286, 'fr', 'db', 'Unit Cost', 'Co\u00fbt unitaire', NULL, NULL),\n(34287, 'fr', 'db', 'Unit Price', 'Prix unitaire', NULL, NULL),\n(34288, 'fr', 'db', 'Net Unit Cost', 'Co\u00fbt unitaire net', NULL, NULL),\n(34289, 'fr', 'db', 'Net Unit Price', 'Prix unitaire net', NULL, NULL),\n(34290, 'fr', 'db', 'Shipping Cost', 'Frais de port', NULL, NULL),\n(34291, 'fr', 'db', 'Subtotal', 'Total', NULL, NULL),\n(34292, 'fr', 'db', 'Note', 'Note', NULL, NULL),\n(34293, 'fr', 'db', 'Items', 'Articles', NULL, NULL),\n(34294, 'fr', 'db', 'Total', 'Total', NULL, NULL),\n(34295, 'fr', 'db', 'Recieved', 'Re\u00e7u', NULL, NULL),\n(34296, 'fr', 'db', 'Upload CSV File', 'T\u00e9l\u00e9charger un fichier CSV', NULL, NULL),\n(34297, 'fr', 'db', 'Download Sample File', 'T\u00e9l\u00e9charger un exemple de fichier', NULL, NULL),\n(34298, 'fr', 'db', 'Sample File', 'Exemple de fichier', NULL, NULL),\n(34299, 'fr', 'db', 'Download', 'T\u00e9l\u00e9charger', NULL, NULL),\n(34300, 'fr', 'db', 'The correct column order is', 'L\\'ordre correct des colonnes est', NULL, NULL),\n(34301, 'fr', 'db', 'and you must follow this', 'et vous devez suivre ceci', NULL, NULL),\n(34302, 'fr', 'db', 'All columns are required', 'Toutes les colonnes sont obligatoires', NULL, NULL),\n(34303, 'fr', 'db', 'Biller', 'Factureur', NULL, NULL),\n(34304, 'fr', 'db', 'From', 'Depuis', NULL, NULL),\n(34305, 'fr', 'db', 'To', '\u00c0', NULL, NULL),\n(34306, 'fr', 'db', 'Created By', 'Cr\u00e9\u00e9 par', NULL, NULL),\n(34307, 'fr', 'db', 'Amount', 'Montant', NULL, NULL),\n(34308, 'fr', 'db', 'Staff', 'Personnel', NULL, NULL),\n(34309, 'fr', 'db', 'Quotation', 'Citation', NULL, NULL),\n(34310, 'fr', 'db', 'Create', 'Cr\u00e9er', NULL, NULL),\n(34311, 'fr', 'db', 'Adjustment', 'Ajustement', NULL, NULL),\n(34312, 'fr', 'db', 'Subtraction', 'Soustraction', NULL, NULL),\n(34313, 'fr', 'db', 'Addition', 'Ajout', NULL, NULL),\n(34314, 'fr', 'db', 'Transfer', 'Transfert', NULL, NULL),\n(34315, 'fr', 'db', 'User', 'Utilisateur', NULL, NULL),\n(34316, 'fr', 'db', 'Email', 'E-mail', NULL, NULL),\n(34317, 'fr', 'db', 'Company Name', 'Nom de l\\'entreprise', NULL, NULL),\n(34318, 'fr', 'db', 'Phone Number', 'Num\u00e9ro de t\u00e9l\u00e9phone', NULL, NULL),\n(34319, 'fr', 'db', 'Role', 'R\u00f4le', NULL, NULL),\n(34320, 'fr', 'db', 'UserName', 'Nom d\\'utilisateur', NULL, NULL),\n(34321, 'fr', 'db', 'Password', 'Mot de passe', NULL, NULL),\n(34322, 'fr', 'db', 'LogIn', 'Se connecter', NULL, NULL),\n(34323, 'fr', 'db', 'Change Password', 'Changer le mot de passe', NULL, NULL),\n(34324, 'fr', 'db', 'Active', 'Actif', NULL, NULL),\n(34325, 'fr', 'db', 'Customer Group', 'Groupe de clients', NULL, NULL),\n(34326, 'fr', 'db', 'Address', 'Adresse', NULL, NULL),\n(34327, 'fr', 'db', 'City', 'Ville', NULL, NULL),\n(34328, 'fr', 'db', 'Postal Code', 'Code Postal', NULL, NULL),\n(34329, 'fr', 'db', 'Country', 'Pays', NULL, NULL),\n(34330, 'fr', 'db', 'State', '\u00c9tat', NULL, NULL),\n(34331, 'fr', 'db', 'Upload File', 'T\u00e9l\u00e9charger le fichier', NULL, NULL),\n(34332, 'fr', 'db', 'List', 'Liste', NULL, NULL),\n(34333, 'fr', 'db', 'VAT Number', 'Num\u00e9ro de TVA', NULL, NULL),\n(34334, 'fr', 'db', 'Choose Your Date', 'Choisissez votre date', NULL, NULL),\n(34335, 'fr', 'db', 'Loss', 'Perte', NULL, NULL),\n(34336, 'fr', 'db', 'Or', 'Ou', NULL, NULL),\n(34337, 'fr', 'db', 'Sent', 'Envoy\u00e9', NULL, NULL),\n(34338, 'fr', 'db', 'Net Profit', 'B\u00e9n\u00e9fice net', NULL, NULL),\n(34339, 'fr', 'db', 'Best Seller', 'Meilleur vendeur', NULL, NULL),\n(34340, 'fr', 'db', 'Best Seller From', 'Meilleur vendeur de', NULL, NULL),\n(34341, 'fr', 'db', 'Product Report', 'Rapport produit', NULL, NULL),\n(34342, 'fr', 'db', 'Purchased', 'Achet\u00e9', NULL, NULL),\n(34343, 'fr', 'db', 'Sold', 'Vendu', NULL, NULL),\n(34344, 'fr', 'db', 'In Stock', 'En stock', NULL, NULL),\n(34345, 'fr', 'db', 'Reports', 'Rapports', NULL, NULL),\n(34346, 'fr', 'db', 'Daily Sale', 'Vente quotidienne', NULL, NULL),\n(34347, 'fr', 'db', 'Daily Sale Report', 'Rapport de vente quotidien', NULL, NULL),\n(34348, 'fr', 'db', 'Monthly Sale', 'Vente mensuelle', NULL, NULL),\n(34349, 'fr', 'db', 'Monthly Sale Report', 'Rapport mensuel des ventes', NULL, NULL),\n(34350, 'fr', 'db', 'Daily Purchase', 'Achat quotidien', NULL, NULL),\n(34351, 'fr', 'db', 'Daily Purchase Report', 'Rapport d\\'achat quotidien', NULL, NULL),\n(34352, 'fr', 'db', 'Monthly Purchase', 'Achat mensuel', NULL, NULL),\n(34353, 'fr', 'db', 'Monthly Purchase Report', 'Rapport d\\'achat mensuel', NULL, NULL),\n(34354, 'fr', 'db', 'Previous', 'Pr\u00e9c\u00e9dent', NULL, NULL),\n(34355, 'fr', 'db', 'Next', 'Suivant', NULL, NULL),\n(34356, 'fr', 'db', 'Stock Chart', 'Graphique boursier', NULL, NULL),\n(34357, 'fr', 'db', 'Due', 'Exigible', NULL, NULL),\n(34358, 'fr', 'db', 'Description', 'Description', NULL, NULL),\n(34359, 'fr', 'db', 'Change Permission', 'Modifier l\\'autorisation', NULL, NULL),\n(34360, 'fr', 'db', 'Group Permission', 'Autorisation de groupe', NULL, NULL),\n(34361, 'fr', 'db', 'Permissions', 'Autorisations', NULL, NULL),\n(34362, 'fr', 'db', 'Percentage', 'Pourcentage', NULL, NULL),\n(34363, 'fr', 'db', 'Title', 'Titre', NULL, NULL),\n(34364, 'fr', 'db', 'Base Unit', 'Unit\u00e9 de base', NULL, NULL),\n(34365, 'fr', 'db', 'Operator', 'Op\u00e9rateur', NULL, NULL),\n(34366, 'fr', 'db', 'Operation Value', 'Op\u00e9ration Valeur', NULL, NULL),\n(34367, 'fr', 'db', 'Rate', 'Taux', NULL, NULL),\n(34368, 'fr', 'db', 'General Setting', 'Cadre g\u00e9n\u00e9ral', NULL, NULL),\n(34369, 'fr', 'db', 'Site Title', 'Titre du site', NULL, NULL),\n(34370, 'fr', 'db', 'Site Logo', 'Logo du site', NULL, NULL),\n(34371, 'fr', 'db', 'Current Password', 'Mot de passe actuel', NULL, NULL),\n(34372, 'fr', 'db', 'New Password', 'Nouveau mot de passe', NULL, NULL),\n(34373, 'fr', 'db', 'Confirm Password', 'Confirmez le mot de passe', NULL, NULL),\n(34374, 'fr', 'db', 'POS Setting', 'Param\u00e8tres POS', NULL, NULL),\n(34375, 'fr', 'db', 'Developed By', 'D\u00e9velopp\u00e9 par', NULL, NULL),\n(34376, 'fr', 'db', 'All', 'Tous', NULL, NULL),\n(34377, 'fr', 'db', 'By', 'Par', NULL, NULL),\n(34378, 'fr', 'db', 'Cheque Number', 'Num\u00e9ro de ch\u00e8que', NULL, NULL),\n(34379, 'fr', 'db', 'Invoice', 'Facture', NULL, NULL),\n(34380, 'fr', 'db', 'Shipping', 'Exp\u00e9dition', NULL, NULL),\n(34381, 'fr', 'db', 'Finalize Sale', 'Finaliser la vente', NULL, NULL),\n(34382, 'fr', 'db', 'People', 'Personnes', NULL, NULL),\n(34383, 'fr', 'db', 'Option', 'Option', NULL, NULL),\n(34384, 'fr', 'db', 'Bill', 'Facture', NULL, NULL),\n(34385, 'fr', 'db', 'Go To', 'Aller \u00e0', NULL, NULL),\n(34386, 'fr', 'db', 'Mode', 'Mode', NULL, NULL),\n(34387, 'fr', 'db', 'In Words', 'En mots', NULL, NULL),\n(34388, 'fr', 'db', 'Stamp', 'Timbre', NULL, NULL),\n(34389, 'fr', 'db', 'Signature', 'Signature', NULL, NULL),\n(34390, 'fr', 'db', 'Developed', 'D\u00e9velopp\u00e9', NULL, NULL),\n(34391, 'fr', 'db', 'Attach File', 'Joindre un fichier', NULL, NULL),\n(34392, 'fr', 'db', 'File Link', 'Lien de fichier', NULL, NULL),\n(34393, 'fr', 'db', 'Delivery', 'Livraison', NULL, NULL),\n(34394, 'fr', 'db', 'Delivered', 'Livr\u00e9', NULL, NULL),\n(34395, 'fr', 'db', 'For Digital product sale_unit will be n\\\\\/a', 'Pour les produits num\u00e9riques, l\\'unit\u00e9 de vente sera n\\\\\/a', NULL, NULL),\n(34396, 'fr', 'db', 'Forgot Password?', 'Mot de passe oubli\u00e9 ?', NULL, NULL),\n(34397, 'fr', 'db', 'Do not have an account?', 'Vous n\\'avez pas de compte ?', NULL, NULL),\n(34398, 'fr', 'db', 'Register', 'Registre', NULL, NULL),\n(34399, 'fr', 'db', 'Expense Category', 'Cat\u00e9gorie de d\u00e9penses', NULL, NULL),\n(34400, 'fr', 'db', 'Expense', 'Frais', NULL, NULL),\n(34401, 'fr', 'db', 'Gift Card', 'Carte-cadeau', NULL, NULL),\n(34402, 'fr', 'db', 'Card', 'Carte', NULL, NULL),\n(34403, 'fr', 'db', 'Expiry Date', 'Date d\\'expiration', NULL, NULL),\n(34404, 'fr', 'db', 'Recharge', 'Recharger', NULL, NULL),\n(34405, 'fr', 'db', 'Deposit', 'D\u00e9p\u00f4t', NULL, NULL),\n(34406, 'fr', 'db', 'Choose Warehouse', 'Choisir l\\'entrep\u00f4t', NULL, NULL),\n(34407, 'fr', 'db', 'Choose Supplier', 'Choisir un fournisseur', NULL, NULL),\n(34408, 'fr', 'db', 'Choose Customer', 'Choisir le client', NULL, NULL),\n(34409, 'fr', 'db', 'Touchscreen keybord', 'Clavier tactile', NULL, NULL),\n(34410, 'fr', 'db', 'Already have an account', 'J\\'ai d\u00e9j\u00e0 un compte', NULL, NULL),\n(34411, 'fr', 'db', 'Currency', 'Devise', NULL, NULL),\n(34412, 'fr', 'db', 'Mail Setting', 'Param\u00e8tres de messagerie', NULL, NULL),\n(34413, 'fr', 'db', 'Mail Host', 'H\u00f4te de messagerie', NULL, NULL),\n(34414, 'fr', 'db', 'Mail Port', 'Port de messagerie', NULL, NULL),\n(34415, 'fr', 'db', 'Mail From Name', 'Nom du courrier', NULL, NULL),\n(34416, 'fr', 'db', 'Mail Address', 'Adresse e-mail', NULL, NULL),\n(34417, 'fr', 'db', 'Encryption', 'Cryptage', NULL, NULL),\n(34418, 'fr', 'db', 'Today', 'Aujourd\\'hui', NULL, NULL),\n(34419, 'fr', 'db', 'Last 7 Days', 'Les 7 derniers jours', NULL, NULL),\n(34420, 'fr', 'db', 'This Month', 'Ce mois-ci', NULL, NULL),\n(34421, 'fr', 'db', 'This Year', 'Cette ann\u00e9e', NULL, NULL),\n(34422, 'fr', 'db', 'Cash in Hand', 'Encaisse', NULL, NULL),\n(34423, 'fr', 'db', 'In Hand', 'En main', NULL, NULL),\n(34424, 'fr', 'db', 'Summary Report', 'Rapport de synth\u00e8se', NULL, NULL),\n(34425, 'fr', 'db', 'Draft', 'Brouillon', NULL, NULL),\n(34426, 'fr', 'db', 'Coupon', 'Coupon', NULL, NULL),\n(34427, 'fr', 'db', 'Available', 'Disponible', NULL, NULL),\n(34428, 'fr', 'db', 'Minimum Sale', 'Vente minimum', NULL, NULL),\n(34429, 'fr', 'db', 'Add Sale', 'Ajouter une vente', NULL, NULL),\n(34430, 'fr', 'db', 'Import Sale', 'Vente \u00e0 l\\'importation', NULL, NULL),\n(34431, 'fr', 'db', 'Sale Status', 'Statut de vente', NULL, NULL),\n(34432, 'fr', 'db', 'Payment Status', 'Statut du paiement', NULL, NULL),\n(34433, 'fr', 'db', 'Generate Invoice', 'G\u00e9n\u00e9rer une facture', NULL, NULL),\n(34434, 'fr', 'db', 'Add Payment', 'Ajouter un paiement', NULL, NULL),\n(34435, 'fr', 'db', 'View Payment', 'Voir le paiement', NULL, NULL),\n(34436, 'fr', 'db', 'Add Delivery', 'Ajouter une livraison', NULL, NULL),\n(34437, 'fr', 'db', 'PDF', 'PDF', NULL, NULL),\n(34438, 'fr', 'db', 'CSV', 'CSV', NULL, NULL),\n(34439, 'fr', 'db', 'Column visibility', 'Visibilit\u00e9 des colonnes', NULL, NULL),\n(34440, 'fr', 'db', 'Search', 'Recherche', NULL, NULL),\n(34441, 'fr', 'db', 'records per page', 'enregistrements par page', NULL, NULL),\n(34442, 'fr', 'db', 'Showing', 'Montrer', NULL, NULL),\n(34443, 'fr', 'db', 'Order Discount', 'Remise sur commande', NULL, NULL),\n(34444, 'fr', 'db', 'Order Tax', 'Taxe de commande', NULL, NULL),\n(34445, 'fr', 'db', 'Sale Note', 'Billet de vente', NULL, NULL),\n(34446, 'fr', 'db', 'Staff Note', 'Note du personnel', NULL, NULL),\n(34447, 'fr', 'db', 'Paid Amount', 'Montant pay\u00e9', NULL, NULL),\n(34448, 'fr', 'db', 'Sale Details', 'D\u00e9tails de la vente', NULL, NULL),\n(34449, 'fr', 'db', 'Purchase List', 'Liste d\\'achat', NULL, NULL),\n(34450, 'fr', 'db', 'Add Purchase', 'Ajouter un achat', NULL, NULL),\n(34451, 'fr', 'db', 'Import Purchase By CSV', 'Importer les achats par CSV', NULL, NULL),\n(34452, 'fr', 'db', 'Sale List', 'Liste de vente', NULL, NULL),\n(34453, 'fr', 'db', 'Import Sale By CSV', 'Vente d\\'importation par CSV', NULL, NULL),\n(34454, 'fr', 'db', 'Gift Card List', 'Liste de cartes-cadeaux', NULL, NULL),\n(34455, 'fr', 'db', 'Coupon List', 'Liste de coupons', NULL, NULL),\n(34456, 'fr', 'db', 'Delivery List', 'Liste de livraison', NULL, NULL),\n(34457, 'fr', 'db', 'Expense List', 'Liste des d\u00e9penses', NULL, NULL),\n(34458, 'fr', 'db', 'Add Expense', 'Ajouter une d\u00e9pense', NULL, NULL),\n(34459, 'fr', 'db', 'Quotation List', 'Liste de citations', NULL, NULL),\n(34460, 'fr', 'db', 'Add Quotation', 'Ajouter une citation', NULL, NULL),\n(34461, 'fr', 'db', 'Transfer List', 'Liste des transferts', NULL, NULL),\n(34462, 'fr', 'db', 'Add Transfer', 'Ajouter un transfert', NULL, NULL),\n(34463, 'fr', 'db', 'Import Transfer By CSV', 'Importer un transfert par CSV', NULL, NULL),\n(34464, 'fr', 'db', 'Return List', 'Liste de retour', NULL, NULL),\n(34465, 'fr', 'db', 'Add Return', 'Ajouter un retour', NULL, NULL),\n(34466, 'fr', 'db', 'Quantity Adjustment', 'Ajustement de la quantit\u00e9', NULL, NULL),\n(34467, 'fr', 'db', 'Adjustment List', 'Liste d\\'ajustement', NULL, NULL),\n(34468, 'fr', 'db', 'Add Adjustment', 'Ajouter un ajustement', NULL, NULL),\n(34469, 'fr', 'db', 'User List', 'Liste des utilisateurs', NULL, NULL),\n(34470, 'fr', 'db', 'Add User', 'Ajouter un utilisateur', NULL, NULL),\n(34471, 'fr', 'db', 'Customer List', 'Liste des clients', NULL, NULL),\n(34472, 'fr', 'db', 'Add Customer', 'Ajouter un client', NULL, NULL),\n(34473, 'fr', 'db', 'Biller List', 'Liste des \u00e9metteurs de factures', NULL, NULL),\n(34474, 'fr', 'db', 'Add Biller', 'Ajouter un \u00e9metteur de factures', NULL, NULL),\n(34475, 'fr', 'db', 'Supplier List', 'Liste des fournisseurs', NULL, NULL),\n(34476, 'fr', 'db', 'Add Supplier', 'Ajouter un fournisseur', NULL, NULL),\n(34477, 'fr', 'db', 'Sale Report', 'Rapport de vente', NULL, NULL),\n(34478, 'fr', 'db', 'Purchase Report', 'Rapport d\\'achat', NULL, NULL),\n(34479, 'fr', 'db', 'Payment Report', 'Rapport de paiement', NULL, NULL),\n(34480, 'fr', 'db', 'Warehouse Stock Chart', 'Graphique des stocks d\\'entrep\u00f4t', NULL, NULL),\n(34481, 'fr', 'db', 'Product Quantity Alert', 'Alerte quantit\u00e9 de produit', NULL, NULL),\n(34482, 'fr', 'db', 'Customer Report', 'Rapport client', NULL, NULL),\n(34483, 'fr', 'db', 'Supplier Report', 'Rapport du fournisseur', NULL, NULL),\n(34484, 'fr', 'db', 'Due Report', 'Rapport d\u00fb', NULL, NULL),\n(34485, 'fr', 'db', 'User Profile', 'Profil utilisateur', NULL, NULL),\n(34486, 'fr', 'db', 'Cash Flow', 'Des flux de tr\u00e9sorerie', NULL, NULL),\n(34487, 'fr', 'db', 'Add Category', 'Ajouter une cat\u00e9gorie', NULL, NULL),\n(34488, 'fr', 'db', 'Import Category', 'Cat\u00e9gorie d\\'importation', NULL, NULL),\n(34489, 'fr', 'db', 'Parent Category', 'Cat\u00e9gorie parente', NULL, NULL),\n(34490, 'fr', 'db', 'Product Image', 'Image du produit', NULL, NULL),\n(34491, 'fr', 'db', 'Product Name', 'Nom du produit', NULL, NULL),\n(34492, 'fr', 'db', 'Product Code', 'Code produit', NULL, NULL),\n(34493, 'fr', 'db', 'Product Type', 'Type de produit', NULL, NULL),\n(34494, 'fr', 'db', 'Product Unit', 'Unit\u00e9 de produit', NULL, NULL),\n(34495, 'fr', 'db', 'Sale Unit', 'Unit\u00e9 de vente', NULL, NULL),\n(34496, 'fr', 'db', 'Purchase Unit', 'Unit\u00e9 d\\'achat', NULL, NULL),\n(34497, 'fr', 'db', 'Product Cost', 'Co\u00fbt du produit', NULL, NULL),\n(34498, 'fr', 'db', 'Product Price', 'Prix du produit', NULL, NULL),\n(34499, 'fr', 'db', 'Alert Quantity', 'Quantit\u00e9 d\\'alerte', NULL, NULL),\n(34500, 'fr', 'db', 'Add Promotional Price', 'Ajouter un prix promotionnel', NULL, NULL),\n(34501, 'fr', 'db', 'Product Tax', 'Taxe sur les produits', NULL, NULL),\n(34502, 'fr', 'db', 'Tax Method', 'M\u00e9thode fiscale', NULL, NULL),\n(34503, 'fr', 'db', 'Featured product will be displayed in POS', 'Le produit phare sera affich\u00e9 sur le point de vente', NULL, NULL),\n(34504, 'fr', 'db', 'Product Invoice Details', 'D\u00e9tails de la facture du produit', NULL, NULL),\n(34505, 'fr', 'db', 'Purchase Status', 'Statut d\\'achat', NULL, NULL),\n(34506, 'fr', 'db', 'Add Gift Card', 'Ajouter une carte-cadeau', NULL, NULL),\n(34507, 'fr', 'db', 'Card No', 'Num\u00e9ro de carte', NULL, NULL),\n(34508, 'fr', 'db', 'Reference No', 'Num\u00e9ro de r\u00e9f\u00e9rence', NULL, NULL),\n(34509, 'fr', 'db', 'Add Coupon', 'Ajouter un coupon', NULL, NULL),\n(34510, 'fr', 'db', 'Coupon Code', 'Code promo', NULL, NULL),\n(34511, 'fr', 'db', 'Minimum Amount', 'Montant minimum', NULL, NULL),\n(34512, 'fr', 'db', 'Update Coupon', 'Mettre \u00e0 jour le coupon', NULL, NULL),\n(34513, 'fr', 'db', 'Update Purchase', 'Mettre \u00e0 jour l\\'achat', NULL, NULL),\n(34514, 'fr', 'db', 'Update Sale', 'Vente de mise \u00e0 jour', NULL, NULL),\n(34515, 'fr', 'db', 'Update Product', 'Mettre \u00e0 jour le produit', NULL, NULL),\n(34516, 'fr', 'db', 'Update Category', 'Mettre \u00e0 jour la cat\u00e9gorie', NULL, NULL),\n(34517, 'fr', 'db', 'Update Gift Card', 'Mettre \u00e0 jour la carte-cadeau', NULL, NULL),\n(34518, 'fr', 'db', 'Delivery Reference', 'R\u00e9f\u00e9rence de livraison', NULL, NULL),\n(34519, 'fr', 'db', 'Sale Reference', 'R\u00e9f\u00e9rence de vente', NULL, NULL),\n(34520, 'fr', 'db', 'Add Expense Category', 'Ajouter une cat\u00e9gorie de d\u00e9penses', NULL, NULL),\n(34521, 'fr', 'db', 'Import Expense Category', 'Cat\u00e9gorie de d\u00e9penses d\\'importation', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(34522, 'fr', 'db', 'Update Expense', 'Mettre \u00e0 jour les d\u00e9penses', NULL, NULL),\n(34523, 'fr', 'db', 'Quotation Status', 'Statut du devis', NULL, NULL),\n(34524, 'fr', 'db', 'Create Sale', 'Cr\u00e9er une vente', NULL, NULL),\n(34525, 'fr', 'db', 'Create Purchase', 'Cr\u00e9er un achat', NULL, NULL),\n(34526, 'fr', 'db', 'Purchase Details', 'D\u00e9tails de l\\'achat', NULL, NULL),\n(34527, 'fr', 'db', 'Quotation Details', 'D\u00e9tails du devis', NULL, NULL),\n(34528, 'fr', 'db', 'Import Transfer', 'Transfert d\\'importation', NULL, NULL),\n(34529, 'fr', 'db', 'Update Transfer', 'Transfert de mise \u00e0 jour', NULL, NULL),\n(34530, 'fr', 'db', 'Transfer Status', 'Statut du transfert', NULL, NULL),\n(34531, 'fr', 'db', 'Transfer Details', 'D\u00e9tails du transfert', NULL, NULL),\n(34532, 'fr', 'db', 'Return Details', 'D\u00e9tails du retour', NULL, NULL),\n(34533, 'fr', 'db', 'Return Note', 'Note de retour', NULL, NULL),\n(34534, 'fr', 'db', 'Update Return', 'Mise \u00e0 jour du retour', NULL, NULL),\n(34535, 'fr', 'db', 'Card Details', 'D\u00e9tails de la carte', NULL, NULL),\n(34536, 'fr', 'db', 'Update Adjustment', 'Mise \u00e0 jour des ajustements', NULL, NULL),\n(34537, 'fr', 'db', 'Update User', 'Mettre \u00e0 jour l\\'utilisateur', NULL, NULL),\n(34538, 'fr', 'db', 'Update Customer', 'Mise \u00e0 jour du client', NULL, NULL),\n(34539, 'fr', 'db', 'Import Customer', 'Importer un client', NULL, NULL),\n(34540, 'fr', 'db', 'Add Deposit', 'Ajouter un d\u00e9p\u00f4t', NULL, NULL),\n(34541, 'fr', 'db', 'View Deposit', 'Voir le d\u00e9p\u00f4t', NULL, NULL),\n(34542, 'fr', 'db', 'Import Biller', 'Importateur de factures', NULL, NULL),\n(34543, 'fr', 'db', 'Update Biller', 'Mettre \u00e0 jour le facturier', NULL, NULL),\n(34544, 'fr', 'db', 'To display Image it must be stored in', 'Pour afficher l\\'image, elle doit \u00eatre stock\u00e9e dans', NULL, NULL),\n(34545, 'fr', 'db', 'directory', 'annuaire', NULL, NULL),\n(34546, 'fr', 'db', 'Import Supplier', 'Fournisseur d\\'importation', NULL, NULL),\n(34547, 'fr', 'db', 'Update Supplier', 'Mettre \u00e0 jour le fournisseur', NULL, NULL),\n(34548, 'fr', 'db', 'Purchased Amount', 'Montant achet\u00e9', NULL, NULL),\n(34549, 'fr', 'db', 'Purchased Qty', 'Quantit\u00e9 achet\u00e9e', NULL, NULL),\n(34550, 'fr', 'db', 'Sold Amount', 'Montant vendu', NULL, NULL),\n(34551, 'fr', 'db', 'Sold Qty', 'Quantit\u00e9 vendue', NULL, NULL),\n(34552, 'fr', 'db', 'Payment Reference', 'R\u00e9f\u00e9rence de paiement', NULL, NULL),\n(34553, 'fr', 'db', 'Purchase Reference', 'R\u00e9f\u00e9rence d\\'achat', NULL, NULL),\n(34554, 'fr', 'db', 'Paid By', 'Pay\u00e9 par', NULL, NULL),\n(34555, 'fr', 'db', 'Total Item', 'Article total', NULL, NULL),\n(34556, 'fr', 'db', 'Total Quantity', 'Quantit\u00e9 totale', NULL, NULL),\n(34557, 'fr', 'db', 'Paid Method', 'M\u00e9thode payante', NULL, NULL),\n(34558, 'fr', 'db', 'Customer Details', 'D\u00e9tails du client', NULL, NULL),\n(34559, 'fr', 'db', 'Bill No', 'Bill No', NULL, NULL),\n(34560, 'fr', 'db', 'Add Role', 'Ajouter un r\u00f4le', NULL, NULL),\n(34561, 'fr', 'db', 'Update Role', 'Mettre \u00e0 jour le r\u00f4le', NULL, NULL),\n(34562, 'fr', 'db', 'Import Warehouse', 'Entrep\u00f4t d\\'importation', NULL, NULL),\n(34563, 'fr', 'db', 'Update Warehouse', 'Mise \u00e0 jour de l\\'entrep\u00f4t', NULL, NULL),\n(34564, 'fr', 'db', 'Import Customer Group', 'Importer un groupe de clients', NULL, NULL),\n(34565, 'fr', 'db', 'Update Customer Group', 'Mettre \u00e0 jour le groupe de clients', NULL, NULL),\n(34566, 'fr', 'db', 'Import Brand', 'Marque d\\'importation', NULL, NULL),\n(34567, 'fr', 'db', 'Update Brand', 'Mettre \u00e0 jour la marque', NULL, NULL),\n(34568, 'fr', 'db', 'Import Unit', 'Unit\u00e9 d\\'importation', NULL, NULL),\n(34569, 'fr', 'db', 'Update Unit', 'Unit\u00e9 de mise \u00e0 jour', NULL, NULL),\n(34570, 'fr', 'db', 'Import Tax', 'Taxe \u00e0 l\\'importation', NULL, NULL),\n(34571, 'fr', 'db', 'Update Tax', 'Mise \u00e0 jour de la taxe', NULL, NULL),\n(34572, 'fr', 'db', 'Update User Profile', 'Mettre \u00e0 jour le profil utilisateur', NULL, NULL),\n(34573, 'fr', 'db', 'Default Customer', 'Client par d\u00e9faut', NULL, NULL),\n(34574, 'fr', 'db', 'Default Biller', 'Factureur par d\u00e9faut', NULL, NULL),\n(34575, 'fr', 'db', 'Default Warehouse', 'Entrep\u00f4t par d\u00e9faut', NULL, NULL),\n(34576, 'fr', 'db', 'Displayed Number of Product Row', 'Nombre affich\u00e9 de lignes de produits', NULL, NULL),\n(34577, 'fr', 'db', 'Add Brand', 'Ajouter une marque', NULL, NULL),\n(34578, 'fr', 'db', 'All Deposit', 'Tous les d\u00e9p\u00f4ts', NULL, NULL),\n(34579, 'fr', 'db', 'Update Deposit', 'Mise \u00e0 jour du d\u00e9p\u00f4t', NULL, NULL),\n(34580, 'fr', 'db', 'Add Customer Group', 'Ajouter un groupe de clients', NULL, NULL),\n(34581, 'fr', 'db', 'Delivered By', 'Livr\u00e9 par', NULL, NULL),\n(34582, 'fr', 'db', 'Recieved By', 'Re\u00e7u par', NULL, NULL),\n(34583, 'fr', 'db', 'Update Delivery', 'Livraison de mise \u00e0 jour', NULL, NULL),\n(34584, 'fr', 'db', 'Update Expense Category', 'Mettre \u00e0 jour la cat\u00e9gorie de d\u00e9penses', NULL, NULL),\n(34585, 'fr', 'db', 'Tax Rate', 'Taux d\\'imposition', NULL, NULL),\n(34586, 'fr', 'db', 'Unit Discount', 'Remise unitaire', NULL, NULL),\n(34587, 'fr', 'db', 'Import Purchase', 'Achat d\\'importation', NULL, NULL),\n(34588, 'fr', 'db', 'Payment Note', 'Note de paiement', NULL, NULL),\n(34589, 'fr', 'db', 'All Payment', 'Tous les paiements', NULL, NULL),\n(34590, 'fr', 'db', 'Update Payment', 'Mettre \u00e0 jour le paiement', NULL, NULL),\n(34591, 'fr', 'db', 'Update Quotation', 'Mettre \u00e0 jour la citation', NULL, NULL),\n(34592, 'fr', 'db', 'Coupon Discount', 'Coupon de r\u00e9duction', NULL, NULL),\n(34593, 'fr', 'db', 'Payment Mode', 'Mode de paiement', NULL, NULL),\n(34594, 'fr', 'db', 'Bill To', 'Facturer \u00e0', NULL, NULL),\n(34595, 'fr', 'db', 'Stamp & Signature', 'Timbre et signature', NULL, NULL),\n(34596, 'fr', 'db', 'Invoice Generated By', 'Facture g\u00e9n\u00e9r\u00e9e par', NULL, NULL),\n(34597, 'fr', 'db', 'Add Tax', 'Ajouter la taxe', NULL, NULL),\n(34598, 'fr', 'db', 'Tax Name', 'Nom fiscal', NULL, NULL),\n(34599, 'fr', 'db', 'From Warehouse', 'De l\\'entrep\u00f4t', NULL, NULL),\n(34600, 'fr', 'db', 'To Warehouse', '\u00c0 l\\'entrep\u00f4t', NULL, NULL),\n(34601, 'fr', 'db', 'Add Unit', 'Ajouter une unit\u00e9', NULL, NULL),\n(34602, 'fr', 'db', 'Add Warehouse', 'Ajouter un entrep\u00f4t', NULL, NULL),\n(34603, 'fr', 'db', 'All Warehouse', 'Tout l\\'entrep\u00f4t', NULL, NULL),\n(34604, 'fr', 'db', 'Net Loss', 'Perte nette', NULL, NULL),\n(34605, 'fr', 'db', 'Net Sale', 'Vente nette', NULL, NULL),\n(34606, 'fr', 'db', 'Net Purchase', 'Achat net', NULL, NULL),\n(34607, 'fr', 'db', 'Net Return', 'Rendement net', NULL, NULL),\n(34608, 'fr', 'db', 'Payment Recieved', 'Paiement re\u00e7u', NULL, NULL),\n(34609, 'fr', 'db', 'Payment Sent', 'Paiement envoy\u00e9', NULL, NULL),\n(34610, 'fr', 'db', 'Product Discount', 'Remise sur le produit', NULL, NULL),\n(34611, 'fr', 'db', 'Completed', 'Compl\u00e9t\u00e9', NULL, NULL),\n(34612, 'fr', 'db', 'Pending', 'En attente', NULL, NULL),\n(34613, 'fr', 'db', 'Partial', 'Partiel', NULL, NULL),\n(34614, 'fr', 'db', 'Packing', 'Emballage', NULL, NULL),\n(34615, 'fr', 'db', 'Delivering', 'Livrer', NULL, NULL),\n(34616, 'fr', 'db', 'Ordered', 'Ordonn\u00e9', NULL, NULL),\n(34617, 'fr', 'db', 'No Tax', 'Pas d\\'imp\u00f4t', NULL, NULL),\n(34618, 'fr', 'db', 'Stock Value by Price', 'Valeur des actions par prix', NULL, NULL),\n(34619, 'fr', 'db', 'Stock Value by Cost', 'Valeur des stocks par co\u00fbt', NULL, NULL),\n(34620, 'fr', 'db', 'Estimate Profit', 'Estimer le b\u00e9n\u00e9fice', NULL, NULL),\n(34621, 'fr', 'db', 'Time Zone', 'Fuseau horaire', NULL, NULL),\n(34622, 'fr', 'db', 'Currency Position', 'Position mon\u00e9taire', NULL, NULL),\n(34623, 'fr', 'db', 'Prefix', 'Pr\u00e9fixe', NULL, NULL),\n(34624, 'fr', 'db', 'Suffix', 'Suffixe', NULL, NULL),\n(34625, 'fr', 'db', 'Exclusive', 'Exclusif', NULL, NULL),\n(34626, 'fr', 'db', 'Inclusive', 'Compris', NULL, NULL),\n(34627, 'fr', 'db', 'Combo Products', 'Produits combin\u00e9s', NULL, NULL),\n(34628, 'fr', 'db', 'Image name must be same as product name', 'Le nom de l\\'image doit \u00eatre identique au nom du produit', NULL, NULL),\n(34629, 'fr', 'db', 'Paying Amount', 'Montant \u00e0 payer', NULL, NULL),\n(34630, 'fr', 'db', 'Payable Amount', 'Montant \u00e0 payer', NULL, NULL),\n(34631, 'fr', 'db', 'Change', 'Changement', NULL, NULL),\n(34632, 'fr', 'db', 'Back', 'Dos', NULL, NULL),\n(34633, 'fr', 'db', 'Role Permission', 'Autorisation de r\u00f4le', NULL, NULL),\n(34634, 'fr', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', 'Exclusif => Prix du produit = Prix r\u00e9el du produit + Taxes. Inclus => Prix r\u00e9el du produit = Prix du produit - Taxes.', NULL, NULL),\n(34635, 'fr', 'db', 'Accounting', 'Comptabilit\u00e9', NULL, NULL),\n(34636, 'fr', 'db', 'Account', 'Compte', NULL, NULL),\n(34637, 'fr', 'db', 'Account List', 'Liste des comptes', NULL, NULL),\n(34638, 'fr', 'db', 'Add Account', 'Ajouter un compte', NULL, NULL),\n(34639, 'fr', 'db', 'Account No', 'Num\u00e9ro de compte', NULL, NULL),\n(34640, 'fr', 'db', 'Initial Balance', 'Solde initial', NULL, NULL),\n(34641, 'fr', 'db', 'Update Account', 'Mettre \u00e0 jour le compte', NULL, NULL),\n(34642, 'fr', 'db', 'Default', 'D\u00e9faut', NULL, NULL),\n(34643, 'fr', 'db', 'Balance Sheet', 'Bilan', NULL, NULL),\n(34644, 'fr', 'db', 'Debit', 'D\u00e9bit', NULL, NULL),\n(34645, 'fr', 'db', 'Credit', 'Cr\u00e9dit', NULL, NULL),\n(34646, 'fr', 'db', 'Account Statement', 'Relev\u00e9 de compte', NULL, NULL),\n(34647, 'fr', 'db', 'Department', 'D\u00e9partement', NULL, NULL),\n(34648, 'fr', 'db', 'Add Department', 'Ajouter un d\u00e9partement', NULL, NULL),\n(34649, 'fr', 'db', 'Update Department', 'D\u00e9partement des mises \u00e0 jour', NULL, NULL),\n(34650, 'fr', 'db', 'Employee', 'Employ\u00e9', NULL, NULL),\n(34651, 'fr', 'db', 'Add Employee', 'Ajouter un employ\u00e9', NULL, NULL),\n(34652, 'fr', 'db', 'Update Employee', 'Mise \u00e0 jour de l\\'employ\u00e9', NULL, NULL),\n(34653, 'fr', 'db', 'Payroll', 'Paie', NULL, NULL),\n(34654, 'fr', 'db', 'Add Payroll', 'Ajouter la paie', NULL, NULL),\n(34655, 'fr', 'db', 'Update Payroll', 'Mise \u00e0 jour de la paie', NULL, NULL),\n(34656, 'fr', 'db', 'Method', 'M\u00e9thode', NULL, NULL),\n(34657, 'fr', 'db', 'Sale Return', 'Retour de vente', NULL, NULL),\n(34658, 'fr', 'db', 'Purchase Return', 'Retour d\\'achat', NULL, NULL),\n(34659, 'fr', 'db', 'Net Sale Return', 'Retour sur vente nette', NULL, NULL),\n(34660, 'fr', 'db', 'Net Purchase Return', 'Rendement net d\\'achat', NULL, NULL),\n(34661, 'fr', 'db', 'Attendance', 'Pr\u00e9sence', NULL, NULL),\n(34662, 'fr', 'db', 'Add Attendance', 'Ajouter une pr\u00e9sence', NULL, NULL),\n(34663, 'fr', 'db', 'HRM Setting', 'Param\u00e8tres de GRH', NULL, NULL),\n(34664, 'fr', 'db', 'CheckIn', 'Enregistrement', NULL, NULL),\n(34665, 'fr', 'db', 'CheckOut', 'V\u00e9rifier', NULL, NULL),\n(34666, 'fr', 'db', 'Default CheckIn', 'Enregistrement par d\u00e9faut', NULL, NULL),\n(34667, 'fr', 'db', 'Default CheckOut', 'Paiement par d\u00e9faut', NULL, NULL),\n(34668, 'fr', 'db', 'Present', 'Pr\u00e9sent', NULL, NULL),\n(34669, 'fr', 'db', 'Late', 'En retard', NULL, NULL),\n(34670, 'fr', 'db', 'User Report', 'Rapport d\\'utilisateur', NULL, NULL),\n(34671, 'fr', 'db', 'Choose User', 'Choisir l\\'utilisateur', NULL, NULL),\n(34672, 'fr', 'db', 'Recieved Amount', 'Montant re\u00e7u', NULL, NULL),\n(34673, 'fr', 'db', 'Theme', 'Th\u00e8me', NULL, NULL),\n(34674, 'fr', 'db', 'Staff Access', 'Acc\u00e8s du personnel', NULL, NULL),\n(34675, 'fr', 'db', 'All Records', 'Tous les enregistrements', NULL, NULL),\n(34676, 'fr', 'db', 'Own Records', 'Propres disques', NULL, NULL),\n(34677, 'fr', 'db', 'Date Format', 'Format de date', NULL, NULL),\n(34678, 'fr', 'db', 'Empty Database', 'Base de donn\u00e9es vide', NULL, NULL),\n(34679, 'fr', 'db', 'Stock Count', 'Comptage des stocks', NULL, NULL),\n(34680, 'fr', 'db', 'Count Stock', 'Compter les stocks', NULL, NULL),\n(34681, 'fr', 'db', 'Full', 'Complet', NULL, NULL),\n(34682, 'fr', 'db', 'Finalize', 'Finaliser', NULL, NULL),\n(34683, 'fr', 'db', 'Initial File', 'Fichier initial', NULL, NULL),\n(34684, 'fr', 'db', 'Final File', 'Fichier final', NULL, NULL),\n(34685, 'fr', 'db', 'Final Report', 'Rapport final', NULL, NULL),\n(34686, 'fr', 'db', 'Finalize Stock Count', 'Finaliser l\\'inventaire des stocks', NULL, NULL),\n(34687, 'fr', 'db', 'You just need to update the Counted column in the initial file', 'Il vous suffit de mettre \u00e0 jour la colonne Compt\u00e9 dans le fichier initial', NULL, NULL),\n(34688, 'fr', 'db', 'Files', 'Fichiers', NULL, NULL),\n(34689, 'fr', 'db', 'Expected', 'Attendu', NULL, NULL),\n(34690, 'fr', 'db', 'Counted', 'D\u00e9nombr\u00e9', NULL, NULL),\n(34691, 'fr', 'db', 'Difference', 'Diff\u00e9rence', NULL, NULL),\n(34692, 'fr', 'db', 'Miscellaneous', 'Divers', NULL, NULL),\n(34693, 'fr', 'db', 'SMS Setting', 'Param\u00e8tres SMS', NULL, NULL),\n(34694, 'fr', 'db', 'Send SMS', 'Envoyer un SMS', NULL, NULL),\n(34695, 'fr', 'db', 'Gateway', 'Porte', NULL, NULL),\n(34696, 'fr', 'db', 'Select SMS gateway', 'S\u00e9lectionnez la passerelle SMS...', NULL, NULL),\n(34697, 'fr', 'db', 'Create SMS', 'Cr\u00e9er des SMS', NULL, NULL),\n(34698, 'fr', 'db', 'Mobile', 'Mobile', NULL, NULL),\n(34699, 'fr', 'db', 'Message', 'Message', NULL, NULL),\n(34700, 'fr', 'db', 'Add mobile numbers by selecting the customers', 'Ajoutez des num\u00e9ros de t\u00e9l\u00e9phone portable en s\u00e9lectionnant les clients', NULL, NULL),\n(34701, 'fr', 'db', 'Help', 'Aide', NULL, NULL),\n(34702, 'fr', 'db', 'Type Product Name or Code', 'Tapez le nom ou le code du produit...', NULL, NULL),\n(34703, 'fr', 'db', 'Type date or sale reference', 'Tapez la date ou la r\u00e9f\u00e9rence de vente...', NULL, NULL),\n(34704, 'fr', 'db', 'Type date or purchase reference', 'Saisissez la date ou la r\u00e9f\u00e9rence d\\'achat...', NULL, NULL),\n(34705, 'fr', 'db', 'Tax Number', 'Num\u00e9ro d\\'identification fiscale', NULL, NULL),\n(34706, 'fr', 'db', 'Holiday', 'Vacances', NULL, NULL),\n(34707, 'fr', 'db', 'Add Holiday', 'Ajouter un jour f\u00e9ri\u00e9', NULL, NULL),\n(34708, 'fr', 'db', 'Update Holiday', 'Mise \u00e0 jour des vacances', NULL, NULL),\n(34709, 'fr', 'db', 'Approve', 'Approuver', NULL, NULL),\n(34710, 'fr', 'db', 'My Holiday', 'Mes vacances', NULL, NULL),\n(34711, 'fr', 'db', 'Holiday Approve', 'Approbation des vacances', NULL, NULL),\n(34712, 'fr', 'db', 'My Transaction', 'Ma transaction', NULL, NULL),\n(34713, 'fr', 'db', 'Sale Generated', 'Vente g\u00e9n\u00e9r\u00e9e', NULL, NULL),\n(34714, 'fr', 'db', 'Purchase Generated', 'Achat g\u00e9n\u00e9r\u00e9', NULL, NULL),\n(34715, 'fr', 'db', 'Quotation Generated', 'Citation g\u00e9n\u00e9r\u00e9e', NULL, NULL),\n(34716, 'fr', 'db', 'Warehouse Report', 'Rapport d\\'entrep\u00f4t', NULL, NULL),\n(34717, 'fr', 'db', 'Quick Cash', 'Argent rapide', NULL, NULL),\n(34718, 'fr', 'db', 'Clear', 'Clair', NULL, NULL),\n(34719, 'fr', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'Vous pouvez t\u00e9l\u00e9charger plusieurs images. Seuls les fichiers .jpeg, .jpg, .png et .gif peuvent \u00eatre t\u00e9l\u00e9charg\u00e9s. La premi\u00e8re image sera l\\'image de base.', NULL, NULL),\n(34720, 'fr', 'db', 'This product has variant', 'Ce produit a une variante', NULL, NULL),\n(34721, 'fr', 'db', 'Enter variant value seperated by comma', 'Entrez la valeur de la variante s\u00e9par\u00e9e par une virgule', NULL, NULL),\n(34722, 'fr', 'db', 'Item Code', 'Code article', NULL, NULL),\n(34723, 'fr', 'db', 'Additional Price', 'Prix suppl\u00e9mentaire', NULL, NULL),\n(34724, 'fr', 'db', 'Variant', 'Variante', NULL, NULL),\n(34725, 'fr', 'db', 'Warehouse Quantity', 'Quantit\u00e9 en entrep\u00f4t', NULL, NULL),\n(34726, 'fr', 'db', 'Warehouse quantity of product variants', 'Quantit\u00e9 de variantes de produits en entrep\u00f4t', NULL, NULL),\n(34727, 'fr', 'db', 'Thank you for shopping with us Please come again', 'Merci d\\'avoir fait vos achats chez nous. \u00c0 bient\u00f4t.', NULL, NULL),\n(34728, 'fr', 'db', 'Money Transfer', 'Transfert d\\'argent', NULL, NULL),\n(34729, 'fr', 'db', 'Add Money Transfer', 'Ajouter un transfert d\\'argent', NULL, NULL),\n(34730, 'fr', 'db', 'From Account', 'Du compte', NULL, NULL),\n(34731, 'fr', 'db', 'To Account', '\u00c0 rendre compte', NULL, NULL),\n(34732, 'fr', 'db', 'Update Money Transfer', 'Mettre \u00e0 jour le transfert d\\'argent', NULL, NULL),\n(34733, 'fr', 'db', 'Stock Quantity', 'Quantit\u00e9 en stock', NULL, NULL),\n(34734, 'fr', 'db', 'Stock Worth (Price\\\\\/Cost)', 'Valeur des stocks (prix\/co\u00fbt)', NULL, NULL),\n(34735, 'fr', 'db', 'Number of Product', 'Num\u00e9ro de produit', NULL, NULL),\n(34736, 'fr', 'db', 'Add Cash Register', 'Ajouter une caisse enregistreuse', NULL, NULL),\n(34737, 'fr', 'db', 'Cash Register Details', 'D\u00e9tails de la caisse enregistreuse', NULL, NULL),\n(34738, 'fr', 'db', 'Please review the transaction and payments', 'Veuillez v\u00e9rifier la transaction et les paiements.', NULL, NULL),\n(34739, 'fr', 'db', 'Total Sale Amount', 'Montant total de la vente', NULL, NULL),\n(34740, 'fr', 'db', 'Total Sale Return', 'Retour total sur vente', NULL, NULL),\n(34741, 'fr', 'db', 'Total Payment', 'Paiement total', NULL, NULL),\n(34742, 'fr', 'db', 'Cash Payment', 'Paiement en esp\u00e8ces', NULL, NULL),\n(34743, 'fr', 'db', 'Credit Card Payment', 'Paiement par carte de cr\u00e9dit', NULL, NULL),\n(34744, 'fr', 'db', 'Gift Card Payment', 'Paiement par carte-cadeau', NULL, NULL),\n(34745, 'fr', 'db', 'Cheque Payment', 'Paiement par ch\u00e8que', NULL, NULL),\n(34746, 'fr', 'db', 'Paypal Payment', 'Paiement PayPal', NULL, NULL),\n(34747, 'fr', 'db', 'Total Expense', 'D\u00e9penses totales', NULL, NULL),\n(34748, 'fr', 'db', 'Total Cash', 'Total Cash', NULL, NULL),\n(34749, 'fr', 'db', 'Cash Register List', 'Liste des caisses enregistreuses', NULL, NULL),\n(34750, 'fr', 'db', 'Closed', 'Ferm\u00e9', NULL, NULL),\n(34751, 'fr', 'db', 'Close Register', 'Fermer le registre', NULL, NULL),\n(34752, 'fr', 'db', 'Opened at', 'Ouvert \u00e0', NULL, NULL),\n(34753, 'fr', 'db', 'Closed at', 'Ferm\u00e9 \u00e0', NULL, NULL),\n(34754, 'fr', 'db', 'Delivery Details', 'D\u00e9tails de livraison', NULL, NULL),\n(34755, 'fr', 'db', 'Print Last Reciept', 'Imprimer le dernier re\u00e7u', NULL, NULL),\n(34756, 'fr', 'db', 'Today Sale', 'Vente d\\'aujourd\\'hui', NULL, NULL),\n(34757, 'fr', 'db', 'Today Profit', 'Profit d\\'aujourd\\'hui', NULL, NULL),\n(34758, 'fr', 'db', 'Product Revenue', 'Revenus des produits', NULL, NULL),\n(34759, 'fr', 'db', 'Full Screen', 'Plein \u00e9cran', NULL, NULL),\n(34760, 'fr', 'db', 'Send Notification', 'Envoyer une notification', NULL, NULL),\n(34761, 'fr', 'db', 'Add Currency', 'Ajouter une devise', NULL, NULL),\n(34762, 'fr', 'db', 'Update Currency', 'Mettre \u00e0 jour la devise', NULL, NULL),\n(34763, 'fr', 'db', 'Currency Name', 'Nom de la devise', NULL, NULL),\n(34764, 'fr', 'db', 'Currency Code', 'Code de devise', NULL, NULL),\n(34765, 'fr', 'db', 'Exchange Rate', 'Taux de change', NULL, NULL),\n(34766, 'fr', 'db', 'System Title', 'Titre du syst\u00e8me', NULL, NULL),\n(34767, 'fr', 'db', 'System Logo', 'Logo du syst\u00e8me', NULL, NULL),\n(34768, 'fr', 'db', 'This product has different price for different warehouse', 'Ce produit a un prix diff\u00e9rent selon l\\'entrep\u00f4t', NULL, NULL),\n(34769, 'fr', 'db', 'Backup Database', 'Sauvegarde de la base de donn\u00e9es', NULL, NULL),\n(34770, 'fr', 'db', 'Deposit Payment', 'Paiement d\\'acompte', NULL, NULL),\n(34771, 'fr', 'db', 'Invoice Format', 'Format de facture', NULL, NULL),\n(34772, 'fr', 'db', 'Transaction Reference', 'R\u00e9f\u00e9rence de transaction', NULL, NULL),\n(34773, 'fr', 'db', 'Batch No', 'Num\u00e9ro de lot', NULL, NULL),\n(34774, 'fr', 'db', 'This product has batch and expired date', 'Ce produit a un lot et une date d\\'expiration', NULL, NULL),\n(34775, 'fr', 'db', 'Reward Point Setting', 'D\u00e9finition de points de r\u00e9compense', NULL, NULL),\n(34776, 'fr', 'db', 'Sold amount per point', 'Montant vendu par point', NULL, NULL),\n(34777, 'fr', 'db', 'Minumum sold amount to get point', 'Montant minimum vendu pour obtenir un point', NULL, NULL),\n(34778, 'fr', 'db', 'Point Expiry Duration', 'Dur\u00e9e d\\'expiration du point', NULL, NULL),\n(34779, 'fr', 'db', 'Duration Type', 'Type de dur\u00e9e', NULL, NULL),\n(34780, 'fr', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', 'Cela indique le nombre de points que le client obtient en fonction du montant vendu. Par exemple, si vous mettez 100, pour chaque tranche de 100 dollars d\u00e9pens\u00e9s, le client recevra un point en r\u00e9compense.', NULL, NULL),\n(34781, 'fr', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', 'Par exemple, si vous mettez 100, le client n\\'obtiendra des points qu\\'apr\u00e8s avoir d\u00e9pens\u00e9 100 dollars ou plus.', NULL, NULL),\n(34782, 'fr', 'db', 'Active reward point', 'Point de r\u00e9compense actif', NULL, NULL),\n(34783, 'fr', 'db', 'Reward Points', 'Points de r\u00e9compense', NULL, NULL),\n(34784, 'fr', 'db', 'One Point is Equivalent to =>', 'Un point \u00e9quivaut \u00e0 =>', NULL, NULL),\n(34785, 'fr', 'db', 'This product has IMEI or Serial numbers', 'Ce produit poss\u00e8de un num\u00e9ro IMEI ou un num\u00e9ro de s\u00e9rie', NULL, NULL),\n(34786, 'fr', 'db', 'IMEI or Serial Numbers', 'IMEI ou num\u00e9ros de s\u00e9rie', NULL, NULL),\n(34787, 'fr', 'db', 'RTL Layout', 'Disposition RTL', NULL, NULL),\n(34788, 'fr', 'db', 'Cheque', 'V\u00e9rifier', NULL, NULL),\n(34789, 'fr', 'db', 'Cash', 'Esp\u00e8ces', NULL, NULL),\n(34790, 'fr', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(34791, 'fr', 'db', 'Points', 'Points', NULL, NULL),\n(34792, 'fr', 'db', 'Cancel', 'Annuler', NULL, NULL),\n(34793, 'fr', 'db', 'Recent Transaction', 'Transaction r\u00e9cente', NULL, NULL),\n(34794, 'fr', 'db', 'Discount Plan', 'Plan de r\u00e9duction', NULL, NULL),\n(34795, 'fr', 'db', 'Create Discount Plan', 'Cr\u00e9er un plan de r\u00e9duction', NULL, NULL),\n(34796, 'fr', 'db', 'Inactive', 'Inactif', NULL, NULL),\n(34797, 'fr', 'db', 'Create Discount', 'Cr\u00e9er une remise', NULL, NULL),\n(34798, 'fr', 'db', 'Valid From', 'Valable \u00e0 partir de', NULL, NULL),\n(34799, 'fr', 'db', 'Valid Till', 'Valable jusqu\\'\u00e0', NULL, NULL),\n(34800, 'fr', 'db', 'Discount Type', 'Type de remise', NULL, NULL),\n(34801, 'fr', 'db', 'Value', 'Valeur', NULL, NULL),\n(34802, 'fr', 'db', 'Minimum Qty', 'Quantit\u00e9 minimale', NULL, NULL),\n(34803, 'fr', 'db', 'Maximum Qty', 'Quantit\u00e9 maximale', NULL, NULL),\n(34804, 'fr', 'db', 'Type product code seperated by comma', 'Saisissez le code produit s\u00e9par\u00e9 par une virgule', NULL, NULL),\n(34805, 'fr', 'db', 'Applicable For', 'Applicable \u00e0', NULL, NULL),\n(34806, 'fr', 'db', 'All Products', 'Tous les produits', NULL, NULL),\n(34807, 'fr', 'db', 'Specific Products', 'Produits sp\u00e9cifiques', NULL, NULL),\n(34808, 'fr', 'db', 'Valid on the following days', 'Valable les jours suivants', NULL, NULL),\n(34809, 'fr', 'db', 'Validity', 'Validit\u00e9', NULL, NULL),\n(34810, 'fr', 'db', 'Days', 'Jours', NULL, NULL),\n(34811, 'fr', 'db', 'Products', 'Produits', NULL, NULL),\n(34812, 'fr', 'db', 'Update Discount Plan', 'Mettre \u00e0 jour le plan de r\u00e9duction', NULL, NULL),\n(34813, 'fr', 'db', 'Update Discount', 'Mise \u00e0 jour de la remise', NULL, NULL),\n(34814, 'fr', 'db', 'Order Discount Type', 'Type de remise sur commande', NULL, NULL),\n(34815, 'fr', 'db', 'Order Discount Value', 'Valeur de remise sur la commande', NULL, NULL),\n(34816, 'fr', 'db', 'Flat', 'Plat', NULL, NULL),\n(34817, 'fr', 'db', 'Revenue and Profit Summary', 'R\u00e9sum\u00e9 des revenus et des b\u00e9n\u00e9fices', NULL, NULL),\n(34818, 'fr', 'db', 'Monthly Summary', 'R\u00e9sum\u00e9 mensuel', NULL, NULL),\n(34819, 'fr', 'db', 'Switch Theme', 'Changer de th\u00e8me', NULL, NULL),\n(34820, 'fr', 'db', 'Documentation', 'Documentation', NULL, NULL),\n(34821, 'fr', 'db', 'Product Expiry Report', 'Rapport d\\'expiration du produit', NULL, NULL),\n(34822, 'fr', 'db', 'Sale Return List', 'Liste de retour des ventes', NULL, NULL),\n(34823, 'fr', 'db', 'Purchase Return List', 'Liste de retour des achats', NULL, NULL),\n(34824, 'fr', 'db', 'Purchase Return Details', 'D\u00e9tails du retour d\\'achat', NULL, NULL),\n(34825, 'fr', 'db', 'Purchase Payment', 'Paiement d\\'achat', NULL, NULL),\n(34826, 'fr', 'db', 'Sale Payment', 'Paiement de la vente', NULL, NULL),\n(34827, 'fr', 'db', 'Sale Report Chart', 'Tableau des rapports de vente', NULL, NULL),\n(34828, 'fr', 'db', 'Time Period', 'P\u00e9riode de temps', NULL, NULL),\n(34829, 'fr', 'db', 'Notification List', 'Liste de notifications', NULL, NULL),\n(34830, 'fr', 'db', 'Document', 'Document', NULL, NULL),\n(34831, 'fr', 'db', 'All Notification', 'Toutes les notifications', NULL, NULL),\n(34832, 'fr', 'db', 'Read', 'Lire', NULL, NULL),\n(34833, 'fr', 'db', 'Unread', 'Non lu', NULL, NULL),\n(34834, 'fr', 'db', 'Daily Sale Objective', 'Objectif de vente quotidien', NULL, NULL),\n(34835, 'fr', 'db', 'Product Info', 'Informations sur le produit', NULL, NULL),\n(34836, 'fr', 'db', 'Number of Products', 'Nombre de produits', NULL, NULL),\n(34837, 'fr', 'db', 'Daily Sale Objective Report', 'Rapport sur les objectifs de vente quotidiens', NULL, NULL),\n(34838, 'fr', 'db', 'Embedded Barcode', 'Code-barres int\u00e9gr\u00e9', NULL, NULL),\n(34839, 'fr', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'Quantit\u00e9 minimale \u00e0 vendre en une journ\u00e9e. Dans le cas contraire, vous en serez inform\u00e9 sur le tableau de bord. Pour cela, vous devez configurer correctement la t\u00e2che cron. Consultez la documentation \u00e0 ce sujet.', NULL, NULL),\n(34840, 'fr', 'db', 'Deposited Balance', 'Solde d\u00e9pos\u00e9', NULL, NULL),\n(34841, 'fr', 'db', 'Total Due', 'Total d\u00fb', NULL, NULL),\n(34842, 'fr', 'db', 'Clear Due', 'Date limite', NULL, NULL),\n(34843, 'fr', 'db', 'Both Customer and Supplier', '\u00c0 la fois client et fournisseur', NULL, NULL),\n(34844, 'fr', 'db', 'Check this if this product will be used in weight scale machine', 'Cochez cette case si ce produit sera utilis\u00e9 dans une balance.', NULL, NULL),\n(34845, 'fr', 'db', 'Add More Variant', 'Ajouter plus de variantes', NULL, NULL),\n(34846, 'fr', 'db', 'Additional Cost', 'Co\u00fbt suppl\u00e9mentaire', NULL, NULL),\n(34847, 'fr', 'db', 'Product Variant Information', 'Informations sur les variantes de produits', NULL, NULL),\n(34848, 'fr', 'db', 'Product History', 'Historique du produit', NULL, NULL),\n(34849, 'fr', 'db', 'Delivery Status', 'Statut de livraison', NULL, NULL),\n(34850, 'fr', 'db', 'Supplier Details', 'D\u00e9tails du fournisseur', NULL, NULL),\n(34851, 'fr', 'db', 'Customer Due Report', 'Rapport de retard du client', NULL, NULL),\n(34852, 'fr', 'db', 'Supplier Due Report', 'Rapport d\\'\u00e9ch\u00e9ance du fournisseur', NULL, NULL),\n(34853, 'fr', 'db', 'Returned Amount', 'Montant retourn\u00e9', NULL, NULL),\n(34854, 'fr', 'db', 'Related Transaction', 'Transaction connexe', NULL, NULL),\n(34855, 'fr', 'db', 'Tenant Name', 'Nom du locataire', NULL, NULL),\n(34856, 'fr', 'db', 'Domain Prefix', 'Pr\u00e9fixe de domaine', NULL, NULL),\n(34857, 'fr', 'db', 'Created At', 'Cr\u00e9\u00e9 \u00e0', NULL, NULL),\n(34858, 'fr', 'db', 'Client List', 'Liste des clients', NULL, NULL),\n(34859, 'fr', 'db', 'Add Client', 'Ajouter un client', NULL, NULL),\n(34860, 'fr', 'db', 'Invoice Size', 'Taille de la facture', NULL, NULL),\n(34861, 'fr', 'db', 'A4', 'A4', NULL, NULL),\n(34862, 'fr', 'db', 'Thermal POS receipt', 'Re\u00e7u POS thermique', NULL, NULL),\n(34863, 'fr', 'db', 'Total Before Tax', 'Total avant imp\u00f4ts', NULL, NULL),\n(34864, 'fr', 'db', 'Digits after deciaml point', 'Chiffres apr\u00e8s la virgule', NULL, NULL),\n(34865, 'fr', 'db', 'Subscription Ends at', 'L\\'abonnement se termine \u00e0', NULL, NULL),\n(34866, 'fr', 'db', 'Customer Group Report', 'Rapport sur le groupe de clients', NULL, NULL),\n(34867, 'fr', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', 'Si vous souhaitez vendre votre produit au prix par d\u00e9faut, la valeur en pourcentage doit \u00eatre nulle.', NULL, NULL),\n(34868, 'fr', 'db', 'If this is your default currency, the exchange rate must be 1', 'Si c\\'est votre devise par d\u00e9faut, le taux de change doit \u00eatre de 1.', NULL, NULL),\n(34869, 'fr', 'db', 'Add Purchase Return', 'Ajouter un retour d\\'achat', NULL, NULL),\n(34870, 'fr', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Seule la devise par d\u00e9faut peut avoir un taux de change de 1. Veuillez modifier le taux de change de votre devise par d\u00e9faut.', NULL, NULL),\n(34871, 'fr', 'db', 'Click to Add', 'Cliquez pour ajouter', NULL, NULL),\n(34872, 'fr', 'db', 'Free Trial Limit', 'Limite d\\'essai gratuit', NULL, NULL),\n(34874, 'fr', 'db', 'Renew Subscription', 'Renouveler l\\'abonnement', NULL, NULL),\n(34875, 'fr', 'db', 'Update Client DB', 'Mettre \u00e0 jour la base de donn\u00e9es client', NULL, NULL),\n(34876, 'fr', 'db', 'Client', 'Client', NULL, NULL),\n(34877, 'fr', 'db', 'Domain', 'Domaine', NULL, NULL),\n(34878, 'fr', 'db', 'Package', 'Emballer', NULL, NULL),\n(34879, 'fr', 'db', 'Package List', 'Liste des colis', NULL, NULL),\n(34880, 'fr', 'db', 'Add Package', 'Ajouter un package', NULL, NULL),\n(34881, 'fr', 'db', 'Update Package', 'Pack de mise \u00e0 jour', NULL, NULL),\n(34882, 'fr', 'db', 'Free Trial', 'Essai gratuit', NULL, NULL),\n(34883, 'fr', 'db', 'Monthly Fee', 'Frais mensuels', NULL, NULL),\n(34884, 'fr', 'db', 'Yearly Fee', 'Frais annuels', NULL, NULL),\n(34885, 'fr', 'db', 'Number of Warehouses', 'Nombre d\\'entrep\u00f4ts', NULL, NULL),\n(34886, 'fr', 'db', 'Number of Invoices', 'Nombre de factures', NULL, NULL),\n(34887, 'fr', 'db', 'Number of User Account', 'Num\u00e9ro de compte utilisateur', NULL, NULL),\n(34888, 'fr', 'db', 'Number of Employees', 'Nombre d\\'employ\u00e9s', NULL, NULL),\n(34889, 'fr', 'db', 'Infinity', 'Infini', NULL, NULL),\n(34890, 'fr', 'db', 'Features', 'Caract\u00e9ristiques', NULL, NULL),\n(34891, 'fr', 'db', 'Unlimited', 'Illimit\u00e9', NULL, NULL),\n(34892, 'fr', 'db', 'Package Name', 'Nom du package', NULL, NULL),\n(34893, 'fr', 'db', 'Change Package', 'Pack de changement', NULL, NULL),\n(34894, 'fr', 'db', 'Active Payment Gateway', 'Passerelle de paiement active', NULL, NULL),\n(34895, 'fr', 'db', 'No Payment Gateway', 'Aucune passerelle de paiement', NULL, NULL),\n(34896, 'fr', 'db', 'Payment Setting', 'Param\u00e8tres de paiement', NULL, NULL),\n(34897, 'fr', 'db', 'Subscription Type', 'Type d\\'abonnement', NULL, NULL),\n(34898, 'fr', 'db', 'Update SuperAdmin DB', 'Mettre \u00e0 jour la base de donn\u00e9es SuperAdmin', NULL, NULL),\n(34899, 'fr', 'db', 'Payments', 'Paiements', NULL, NULL),\n(34900, 'fr', 'db', 'CMS', 'CMS', NULL, NULL),\n(34901, 'fr', 'db', 'Support Tickets', 'Tickets d\\'assistance', NULL, NULL),\n(34902, 'fr', 'db', 'Testimonials', 'T\u00e9moignages', NULL, NULL),\n(34903, 'fr', 'db', 'Blog', 'Blog', NULL, NULL),\n(34904, 'fr', 'db', 'Page', 'Page', NULL, NULL),\n(34905, 'fr', 'db', 'All Blog Posts', 'Tous les articles du blog', NULL, NULL),\n(34906, 'fr', 'db', 'All Pages', 'Toutes les pages', NULL, NULL),\n(34907, 'fr', 'db', 'Subscription value', 'Valeur de l\\'abonnement', NULL, NULL),\n(34908, 'fr', 'db', 'Total Clients', 'Nombre total de clients', NULL, NULL),\n(34909, 'fr', 'db', 'Packages', 'Paquets', NULL, NULL),\n(34910, 'fr', 'db', 'Send message to tenants', 'Envoyer un message aux locataires', NULL, NULL),\n(34911, 'fr', 'db', 'SEO Setting', 'Param\u00e8tres SEO', NULL, NULL),\n(34912, 'fr', 'db', 'Meta Title', 'M\u00e9ta Titre', NULL, NULL),\n(34913, 'fr', 'db', '50-60 characters', '50-60 caract\u00e8res', NULL, NULL),\n(34914, 'fr', 'db', 'Meta Description', 'M\u00e9ta description', NULL, NULL),\n(34915, 'fr', 'db', '150-160 characters', '150-160 caract\u00e8res', NULL, NULL),\n(34916, 'fr', 'db', 'og Title', 'Titre og', NULL, NULL),\n(34917, 'fr', 'db', 'og Description', 'og Description', NULL, NULL),\n(34918, 'fr', 'db', 'og Image', 'Image og', NULL, NULL),\n(34919, 'fr', 'db', 'Analytics Setting', 'Param\u00e8tres d\\'analyse', NULL, NULL),\n(34920, 'fr', 'db', 'Google Analytics Script', 'Script Google Analytics', NULL, NULL),\n(34921, 'fr', 'db', 'Facebook Pixel Script', 'Script Pixel Facebook', NULL, NULL),\n(34922, 'fr', 'db', 'Chat Script', 'Script de discussion', NULL, NULL),\n(34923, 'fr', 'db', 'Hero Section', 'Section H\u00e9ros', NULL, NULL),\n(34924, 'fr', 'db', 'Heading', 'Titre', NULL, NULL),\n(34925, 'fr', 'db', 'Sub Heading', 'Sous-titre', NULL, NULL),\n(34926, 'fr', 'db', 'Hero Image', 'Image de h\u00e9ros', NULL, NULL),\n(34927, 'fr', 'db', 'Save', 'Sauvegarder', NULL, NULL),\n(34928, 'fr', 'db', 'Module Section', 'Section du module', NULL, NULL),\n(34929, 'fr', 'db', 'Click to choose icon', 'Cliquez pour choisir l\\'ic\u00f4ne', NULL, NULL),\n(34931, 'fr', 'db', 'Add More', 'Ajouter plus', NULL, NULL),\n(34932, 'fr', 'db', 'Icon', 'Ic\u00f4ne', NULL, NULL),\n(34933, 'fr', 'db', 'Feature Section', 'Section Fonctionnalit\u00e9s', NULL, NULL),\n(34934, 'fr', 'db', 'FAQ Section', 'Section FAQ', NULL, NULL),\n(34935, 'fr', 'db', 'Question', 'Question', NULL, NULL),\n(34936, 'fr', 'db', 'Answer', 'R\u00e9pondre', NULL, NULL),\n(34937, 'fr', 'db', 'Update FAQ', 'FAQ sur les mises \u00e0 jour', NULL, NULL),\n(34938, 'fr', 'db', 'Update Module', 'Module de mise \u00e0 jour', NULL, NULL),\n(34939, 'fr', 'db', 'Update Feature', 'Fonctionnalit\u00e9 de mise \u00e0 jour', NULL, NULL),\n(34940, 'fr', 'db', 'Testimonial Section', 'Section T\u00e9moignages', NULL, NULL),\n(34941, 'fr', 'db', 'Blog Section', 'Section Blog', NULL, NULL),\n(34942, 'fr', 'db', 'Page Section', 'Section de page', NULL, NULL),\n(34943, 'fr', 'db', 'Social Section', 'Section sociale', NULL, NULL),\n(34944, 'fr', 'db', 'Business Name', 'Nom de l\\'entreprise', NULL, NULL),\n(34945, 'fr', 'db', 'Text', 'Texte', NULL, NULL),\n(34946, 'fr', 'db', 'Update Testimonial', 'T\u00e9moignage de mise \u00e0 jour', NULL, NULL),\n(34947, 'fr', 'db', 'Add Post', 'Ajouter une publication', NULL, NULL),\n(34948, 'fr', 'db', 'Blog Title', 'Titre du blog', NULL, NULL),\n(34949, 'fr', 'db', 'Page Title', 'Titre de la page', NULL, NULL),\n(34951, 'fr', 'db', 'Update Blog', 'Mise \u00e0 jour du blog', NULL, NULL),\n(34952, 'fr', 'db', 'Update Page', 'Mettre \u00e0 jour la page', NULL, NULL),\n(34953, 'fr', 'db', 'Open Graph Title', 'Ouvrir le titre du graphique', NULL, NULL),\n(34954, 'fr', 'db', 'Open Graph Description', 'Description du graphique ouvert', NULL, NULL),\n(34956, 'fr', 'db', 'Link', 'Lien', NULL, NULL),\n(34957, 'fr', 'db', 'Update Social', 'Mise \u00e0 jour sociale', NULL, NULL),\n(34958, 'fr', 'db', 'All Blogs', 'Tous les blogs', NULL, NULL),\n(34959, 'fr', 'db', 'Add Page', 'Ajouter une page', NULL, NULL),\n(34960, 'fr', 'db', 'Field Belongs To', 'Le champ appartient \u00e0', NULL, NULL),\n(34961, 'fr', 'db', 'Field Name', 'Nom du champ', NULL, NULL),\n(34962, 'fr', 'db', 'Field Type', 'Type de champ', NULL, NULL),\n(34963, 'fr', 'db', 'Default Value', 'Valeur par d\u00e9faut', NULL, NULL),\n(34964, 'fr', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', 'Grille (colonne Bootstrap \u00e9qu. 12)\u2013Max12', NULL, NULL),\n(34965, 'fr', 'db', 'Required', 'Requis', NULL, NULL),\n(34966, 'fr', 'db', 'Admin Only', 'Administrateur uniquement', NULL, NULL),\n(34967, 'fr', 'db', 'Disabled', 'D\u00e9sactiv\u00e9', NULL, NULL),\n(34968, 'fr', 'db', 'Visibility', 'Visibilit\u00e9', NULL, NULL),\n(34969, 'fr', 'db', 'Show on Table', 'Afficher sur la table', NULL, NULL),\n(34970, 'fr', 'db', 'Show on Invoice', 'Afficher sur la facture', NULL, NULL),\n(34971, 'fr', 'db', 'Nothing Selected', 'Rien de s\u00e9lectionn\u00e9', NULL, NULL),\n(34972, 'fr', 'db', 'Custom Field', 'Champ personnalis\u00e9', NULL, NULL),\n(34973, 'fr', 'db', 'Custom Field List', 'Liste de champs personnalis\u00e9s', NULL, NULL),\n(34974, 'fr', 'db', 'Create Custom Field', 'Cr\u00e9er un champ personnalis\u00e9', NULL, NULL),\n(34975, 'fr', 'db', 'Options', 'Options', NULL, NULL),\n(34976, 'fr', 'db', 'Update Custom Field', 'Mettre \u00e0 jour le champ personnalis\u00e9', NULL, NULL),\n(34977, 'fr', 'db', 'Total Price', 'Prix total', NULL, NULL),\n(34978, 'fr', 'db', 'Reminder Date', 'Date de rappel', NULL, NULL),\n(34979, 'fr', 'db', 'Total Cost', 'Co\u00fbt total', NULL, NULL),\n(34980, 'fr', 'db', 'Mail Driver', 'Pilote de messagerie', NULL, NULL),\n(34981, 'fr', 'db', 'Update existing clients who are using this package', 'Mettre \u00e0 jour les clients existants qui utilisent ce package', NULL, NULL),\n(34982, 'fr', 'db', 'ZATCA QrCode', 'Code QR ZATCA', NULL, NULL),\n(34983, 'fr', 'db', 'VAT Registration Number', 'Num\u00e9ro d\\'enregistrement \u00e0 la TVA', NULL, NULL),\n(34984, 'fr', 'db', 'Button Text', 'Texte du bouton', NULL, NULL),\n(34985, 'fr', 'db', 'Modules', 'Modules', NULL, NULL),\n(34986, 'fr', 'db', 'Add Module', 'Ajouter un module', NULL, NULL),\n(34987, 'fr', 'db', 'Add Faq', 'Ajouter une FAQ', NULL, NULL),\n(34988, 'fr', 'db', 'Tenant Signup Description', 'Description de l\\'inscription du locataire', NULL, NULL),\n(34989, 'fr', 'db', 'Add Language', 'Ajouter une langue', NULL, NULL),\n(34990, 'fr', 'db', 'Update Language', 'Mettre \u00e0 jour la langue', NULL, NULL),\n(34991, 'fr', 'db', 'Number of Person', 'Nombre de personnes', NULL, NULL),\n(34992, 'fr', 'db', 'Add Table', 'Ajouter une table', NULL, NULL),\n(34993, 'fr', 'db', 'Update Table', 'Mettre \u00e0 jour le tableau', NULL, NULL),\n(34994, 'fr', 'db', 'Tables', 'Tableaux', NULL, NULL),\n(34995, 'fr', 'db', 'Table', 'Tableau', NULL, NULL),\n(34996, 'fr', 'db', 'Table Management', 'Gestion des tables', NULL, NULL),\n(34997, 'fr', 'db', 'Initial Stock', 'Stock initial', NULL, NULL),\n(34998, 'fr', 'db', 'This feature will not work for product with variants and batches', 'Cette fonctionnalit\u00e9 ne fonctionnera pas pour les produits comportant des variantes et des lots', NULL, NULL),\n(34999, 'fr', 'db', 'Queue', 'File d\\'attente', NULL, NULL),\n(35000, 'fr', 'db', 'Addons', 'Modules compl\u00e9mentaires', NULL, NULL),\n(35001, 'fr', 'db', 'Addon List', 'Liste des modules compl\u00e9mentaires', NULL, NULL),\n(35002, 'fr', 'db', 'Sync Product Categories', 'Synchroniser les cat\u00e9gories de produits', NULL, NULL),\n(35003, 'fr', 'db', 'Sync', 'Synchronisation', NULL, NULL),\n(35004, 'fr', 'db', 'Sync Log', 'Journal de synchronisation', NULL, NULL),\n(35005, 'fr', 'db', 'Reset Synced Category', 'R\u00e9initialiser la cat\u00e9gorie synchronis\u00e9e', NULL, NULL),\n(35006, 'fr', 'db', 'Sync Products', 'Produits de synchronisation', NULL, NULL),\n(35007, 'fr', 'db', 'Reset Synced Product', 'R\u00e9initialiser le produit synchronis\u00e9', NULL, NULL),\n(35008, 'fr', 'db', 'Tax Rates Mapping', 'Cartographie des taux d\\'imposition', NULL, NULL),\n(35009, 'fr', 'db', 'POS Tax Rate', 'Taux de taxe POS', NULL, NULL),\n(35010, 'fr', 'db', 'Equivalent WooCommerce Tax Rate', 'Taux de taxe \u00e9quivalent WooCommerce', NULL, NULL),\n(35011, 'fr', 'db', 'Sync Orders(New Order Only)', 'Synchroniser les commandes (nouvelle commande uniquement)', NULL, NULL),\n(35012, 'fr', 'db', 'Sync Type', 'Type de synchronisation', NULL, NULL),\n(35013, 'fr', 'db', 'Operation', 'Op\u00e9ration', NULL, NULL),\n(35014, 'fr', 'db', 'Records', 'Records', NULL, NULL),\n(35015, 'fr', 'db', 'Synced By', 'Synchronis\u00e9 par', NULL, NULL),\n(35016, 'fr', 'db', 'Instructions', 'Instructions', NULL, NULL),\n(35017, 'fr', 'db', 'API Settings', 'Param\u00e8tres de l\\'API', NULL, NULL),\n(35018, 'fr', 'db', 'Product Sync Settings', 'Param\u00e8tres de synchronisation des produits', NULL, NULL),\n(35019, 'fr', 'db', 'Order Sync Settings', 'Param\u00e8tres de synchronisation des commandes', NULL, NULL),\n(35020, 'fr', 'db', 'Webhook Settings', 'Param\u00e8tres du webhook', NULL, NULL),\n(35021, 'fr', 'db', 'WooCommerce App URL', 'URL de l\\'application WooCommerce', NULL, NULL),\n(35022, 'fr', 'db', 'WooCommerce Consumer Key', 'Cl\u00e9 consommateur WooCommerce', NULL, NULL),\n(35023, 'fr', 'db', 'WooCommerce Consumer Secret', 'Le secret du consommateur WooCommerce', NULL, NULL),\n(35024, 'fr', 'db', 'WooCommerce Settings', 'Param\u00e8tres WooCommerce', NULL, NULL),\n(35025, 'fr', 'db', 'Default Tax Class', 'Classe fiscale par d\u00e9faut', NULL, NULL),\n(35026, 'fr', 'db', 'Sync Product Price', 'Synchroniser le prix du produit', NULL, NULL),\n(35027, 'fr', 'db', 'Manage Stock', 'G\u00e9rer les stocks', NULL, NULL),\n(35028, 'fr', 'db', 'Stock Status', '\u00c9tat des stocks', NULL, NULL),\n(35029, 'fr', 'db', 'Default Customer Group', 'Groupe de clients par d\u00e9faut', NULL, NULL),\n(35030, 'fr', 'db', 'WooCommerce Order Status', 'Statut de la commande WooCommerce', NULL, NULL),\n(35031, 'fr', 'db', 'Equivalent POS Sell Status', 'Statut de vente \u00e9quivalent', NULL, NULL),\n(35032, 'fr', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'Pour obtenir les d\u00e9tails de l\\'API WooCommerce, acc\u00e9dez \u00e0 WooCommerce -> Param\u00e8tres -> Avanc\u00e9 -> API REST. Fournissez une description, s\u00e9lectionnez un utilisateur et accordez-lui l\\'autorisation de lecture\/\u00e9criture.', NULL, NULL),\n(35033, 'fr', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'Lors de la synchronisation, \u00e9vitez d\\'actualiser la page ou de la quitter.', NULL, NULL),\n(35034, 'fr', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'Dans l\\'option de lien permanent de WordPress, s\u00e9lectionnez Nom de l\\'article comme option de lien permanent.', NULL, NULL),\n(35035, 'fr', 'db', 'Buy Now', 'Acheter maintenant', NULL, NULL),\n(35036, 'fr', 'db', 'Install', 'Installer', NULL, NULL),\n(35037, 'fr', 'db', 'Staff Id', 'Identifiant du personnel', NULL, NULL),\n(35038, 'fr', 'db', 'Import CSV file (Device)', 'Importer un fichier CSV (appareil)', NULL, NULL),\n(35039, 'fr', 'db', 'Attendance Device Date Format', 'Format de date du dispositif de pr\u00e9sence', NULL, NULL),\n(35040, 'fr', 'db', 'Disable Woocommerce Sync', 'D\u00e9sactiver la synchronisation WooCommerce', NULL, NULL),\n(35041, 'fr', 'db', 'Product Status', 'Statut du produit', NULL, NULL),\n(35042, 'fr', 'db', 'Category not synced', 'Cat\u00e9gorie non synchronis\u00e9e', NULL, NULL),\n(35043, 'fr', 'db', 'Categories not synced', 'Cat\u00e9gories non synchronis\u00e9es', NULL, NULL),\n(35044, 'fr', 'db', 'Category can be updated', 'La cat\u00e9gorie peut \u00eatre mise \u00e0 jour', NULL, NULL),\n(35045, 'fr', 'db', 'Categories can be updated', 'Les cat\u00e9gories peuvent \u00eatre mises \u00e0 jour', NULL, NULL),\n(35046, 'fr', 'db', 'Product not synced', 'Produit non synchronis\u00e9', NULL, NULL),\n(35047, 'fr', 'db', 'Products not synced', 'Produits non synchronis\u00e9s', NULL, NULL),\n(35048, 'fr', 'db', 'Product can be updated', 'Le produit peut \u00eatre mis \u00e0 jour', NULL, NULL),\n(35049, 'fr', 'db', 'Products can be updated', 'Les produits peuvent \u00eatre mis \u00e0 jour', NULL, NULL),\n(35050, 'fr', 'db', 'Please connect with WooCommerce', 'Veuillez vous connecter \u00e0 WooCommerce', NULL, NULL),\n(35051, 'fr', 'db', 'Something went wrong', 'Quelque chose s\\'est mal pass\u00e9', NULL, NULL),\n(35052, 'fr', 'db', 'Synced category successfully', 'Cat\u00e9gorie synchronis\u00e9e avec succ\u00e8s', NULL, NULL),\n(35053, 'fr', 'db', 'Reset synced category successfully', 'R\u00e9initialisation de la cat\u00e9gorie synchronis\u00e9e avec succ\u00e8s', NULL, NULL),\n(35054, 'fr', 'db', 'Synced product successfully', 'Produit synchronis\u00e9 avec succ\u00e8s', NULL, NULL),\n(35055, 'fr', 'db', 'Reset synced product successfully', 'R\u00e9initialisation du produit synchronis\u00e9 avec succ\u00e8s', NULL, NULL),\n(35056, 'fr', 'db', 'Tax maped successfully', 'Cartographie fiscale r\u00e9ussie', NULL, NULL),\n(35057, 'fr', 'db', 'Synced order successfully', 'Commande synchronis\u00e9e avec succ\u00e8s', NULL, NULL),\n(35058, 'fr', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'Veuillez s\u00e9lectionner le groupe de clients par d\u00e9faut\\\\\/ l\\'entrep\u00f4t par d\u00e9faut\\\\\/ le facturateur par d\u00e9faut\\\\\/ le statut de vente \u00e9quivalent au point de vente dans les param\u00e8tres de synchronisation des commandes.', NULL, NULL),\n(35059, 'fr', 'db', 'Module Image', 'Image du module', NULL, NULL),\n(35060, 'fr', 'db', 'Courier', 'Courrier', NULL, NULL),\n(35061, 'fr', 'db', 'Courier List', 'Liste des courriers', NULL, NULL),\n(35062, 'fr', 'db', 'Add Courier', 'Ajouter un courrier', NULL, NULL),\n(35063, 'fr', 'db', 'Update Courier', 'Mise \u00e0 jour du Courrier', NULL, NULL),\n(35064, 'fr', 'db', 'Sale and Quotation without stock', 'Vente et Devis sans stock', NULL, NULL),\n(35065, 'fr', 'db', 'Yes', 'Oui', NULL, NULL),\n(35066, 'fr', 'db', 'No', 'Non', NULL, NULL),\n(35067, 'fr', 'db', 'Returned', 'Retourn\u00e9', NULL, NULL),\n(35068, 'fr', 'db', 'Get in touch', 'Entrer en contact', NULL, NULL),\n(35069, 'fr', 'db', 'Contact Info', 'Coordonn\u00e9es', NULL, NULL),\n(35070, 'fr', 'db', 'Bug Setting', 'Param\u00e8tres de bug', NULL, NULL),\n(35071, 'fr', 'db', 'File Name', 'Nom de fichier', NULL, NULL),\n(35072, 'fr', 'db', 'Type File Name', 'Type de nom de fichier', NULL, NULL),\n(35073, 'fr', 'db', 'Logs', 'Journaux', NULL, NULL),\n(35074, 'fr', 'db', 'Type Log', 'Journal de type', NULL, NULL),\n(35075, 'fr', 'db', 'Short Note', 'Note br\u00e8ve', NULL, NULL),\n(35076, 'fr', 'db', 'Product Mode', 'Mode produit', NULL, NULL),\n(35077, 'fr', 'db', 'Version', 'Version', NULL, NULL),\n(35078, 'fr', 'db', 'Bug No', 'Bug No', NULL, NULL),\n(35079, 'fr', 'db', 'Minimum Required Version', 'Version minimale requise', NULL, NULL),\n(35080, 'fr', 'db', 'Version Upgrade', 'Mise \u00e0 niveau de la version', NULL, NULL),\n(35081, 'fr', 'db', 'Latest Version Upgrade', 'Derni\u00e8re mise \u00e0 jour de la version', NULL, NULL),\n(35082, 'fr', 'db', 'Latest Version DB Migrate', 'Derni\u00e8re version de la migration de la base de donn\u00e9es', NULL, NULL),\n(35083, 'fr', 'db', 'Version Upgrade URL', 'URL de mise \u00e0 niveau de la version', NULL, NULL),\n(35084, 'fr', 'db', 'Bug Update', 'Mise \u00e0 jour des bugs', NULL, NULL),\n(35085, 'fr', 'db', 'Bug DB Migrate', 'Migrer la base de donn\u00e9es des bogues', NULL, NULL),\n(35086, 'fr', 'db', 'Bug Update URL', 'URL de mise \u00e0 jour des bogues', NULL, NULL),\n(35087, 'fr', 'db', 'Version Upgrade Setting', 'Param\u00e8tre de mise \u00e0 niveau de version', NULL, NULL),\n(35088, 'fr', 'db', 'Bug Update Setting', 'Param\u00e8tre de mise \u00e0 jour des bogues', NULL, NULL),\n(35089, 'fr', 'db', 'My Account', 'Mon compte', NULL, NULL),\n(35091, 'fr', 'db', 'Phone', 'T\u00e9l\u00e9phone', NULL, NULL),\n(35092, 'fr', 'db', 'My Addresses', 'Mes adresses', NULL, NULL),\n(35093, 'fr', 'db', 'Edit Address', 'Modifier l\\'adresse', NULL, NULL),\n(35094, 'fr', 'db', 'Zip \\\\\/ Postal code', 'Zip \/ code postal', NULL, NULL),\n(35095, 'fr', 'db', 'Cart', 'Chariot', NULL, NULL),\n(35096, 'fr', 'db', 'Shop Cart', 'Panier', NULL, NULL),\n(35097, 'fr', 'db', 'Home', 'Maison', NULL, NULL),\n(35098, 'fr', 'db', 'Sub Total', 'Sous-total', NULL, NULL),\n(35099, 'fr', 'db', 'Continue Shopping', 'Continuer les achats', NULL, NULL),\n(35100, 'fr', 'db', 'Proceed to Checkout', 'Passer \u00e0 la caisse', NULL, NULL),\n(35101, 'fr', 'db', 'Pay', 'Payer', NULL, NULL),\n(35102, 'fr', 'db', 'Returning customer?', 'Client fid\u00e8le ?', NULL, NULL),\n(35103, 'fr', 'db', 'Shipping Details', 'D\u00e9tails d\\'exp\u00e9dition', NULL, NULL),\n(35104, 'fr', 'db', 'Default Address', 'Adresse par d\u00e9faut', NULL, NULL),\n(35105, 'fr', 'db', 'Add a different address', 'Ajouter une adresse diff\u00e9rente', NULL, NULL),\n(35106, 'fr', 'db', 'Order Notes', 'Notes de commande', NULL, NULL),\n(35107, 'fr', 'db', 'Billing address same as Shipping Address', 'Adresse de facturation identique \u00e0 l\\'adresse de livraison', NULL, NULL),\n(35108, 'fr', 'db', 'Your order', 'Votre commande', NULL, NULL),\n(35109, 'fr', 'db', 'Product(s)', 'Produit(s)', NULL, NULL),\n(35111, 'fr', 'db', 'I have a coupon', 'J\\'ai un coupon', NULL, NULL),\n(35112, 'fr', 'db', 'Enter coupon code', 'Entrez le code promo', NULL, NULL),\n(35113, 'fr', 'db', 'I have read and accept the', 'J\\'ai lu et j\\'accepte les', NULL, NULL),\n(35114, 'fr', 'db', 'Cash on Delivery', 'Paiement \u00e0 la livraison', NULL, NULL),\n(35115, 'fr', 'db', 'Remember Me', 'Souviens-toi de moi', NULL, NULL),\n(35116, 'fr', 'db', 'Log In', 'Se connecter', NULL, NULL),\n(35117, 'fr', 'db', 'sign up now', 'inscrivez-vous maintenant', NULL, NULL),\n(35118, 'fr', 'db', 'My Profile', 'Mon profil', NULL, NULL),\n(35119, 'fr', 'db', 'My Orders', 'Mes commandes', NULL, NULL),\n(35120, 'fr', 'db', 'My Wishlist', 'Ma liste de souhaits', NULL, NULL),\n(35121, 'fr', 'db', 'Account Details', 'D\u00e9tails du compte', NULL, NULL),\n(35122, 'fr', 'db', 'We have sent you an email', 'Nous vous avons envoy\u00e9 un e-mail', NULL, NULL),\n(35123, 'fr', 'db', 'Just click on the link in that email to verify', 'Cliquez simplement sur le lien dans cet e-mail pour v\u00e9rifier', NULL, NULL),\n(35124, 'fr', 'db', 'Thank you for verifying your email', 'Merci d\\'avoir v\u00e9rifi\u00e9 votre email', NULL, NULL),\n(35125, 'fr', 'db', 'Order Details', 'D\u00e9tails de la commande', NULL, NULL),\n(35126, 'fr', 'db', 'You have not ordered anything yet!', 'Vous n\\'avez encore rien command\u00e9 !', NULL, NULL),\n(35127, 'fr', 'db', 'Tags', 'Tags', NULL, NULL),\n(35128, 'fr', 'db', 'Share', 'Partager', NULL, NULL),\n(35129, 'fr', 'db', 'Thank you for your order', 'Merci pour votre commande', NULL, NULL),\n(35130, 'fr', 'db', 'Here is your order reference no', 'Voici votre num\u00e9ro de r\u00e9f\u00e9rence de commande', NULL, NULL),\n(35131, 'fr', 'db', 'You will receive an email with delivery details shortly', 'Vous recevrez prochainement un e-mail contenant les d\u00e9tails de livraison', NULL, NULL),\n(35132, 'fr', 'db', 'Add Collection', 'Ajouter une collection', NULL, NULL),\n(35133, 'fr', 'db', 'Collection Name', 'Nom de la collection', NULL, NULL),\n(35134, 'fr', 'db', 'Permalink', 'Lien permanent', NULL, NULL),\n(35135, 'fr', 'db', 'Save as Draft', 'Enregistrer comme brouillon', NULL, NULL),\n(35136, 'fr', 'db', 'Publish', 'Publier', NULL, NULL),\n(35137, 'fr', 'db', 'Collection', 'Collection', NULL, NULL),\n(35138, 'fr', 'db', 'Slug', 'Limace', NULL, NULL),\n(35140, 'fr', 'db', 'Sliders', 'Curseurs', NULL, NULL),\n(35141, 'fr', 'db', 'Menu', 'Menu', NULL, NULL),\n(35142, 'fr', 'db', 'Collections', 'Collections', NULL, NULL),\n(35143, 'fr', 'db', 'Pages', 'Pages', NULL, NULL),\n(35144, 'fr', 'db', 'Widgets', 'Widgets', NULL, NULL),\n(35145, 'fr', 'db', 'Faq Category', 'Cat\u00e9gorie FAQ', NULL, NULL),\n(35146, 'fr', 'db', 'Faqs', 'FAQ', NULL, NULL),\n(35147, 'fr', 'db', 'Social Links', 'Liens sociaux', NULL, NULL),\n(35148, 'fr', 'db', 'Payment Gateways', 'Passerelles de paiement', NULL, NULL),\n(35149, 'fr', 'db', 'Location', 'Emplacement', NULL, NULL),\n(35150, 'fr', 'db', 'Add Menu', 'Ajouter un menu', NULL, NULL),\n(35151, 'fr', 'db', 'Add Menu Items', 'Ajouter des \u00e9l\u00e9ments de menu', NULL, NULL),\n(35152, 'fr', 'db', 'Categories', 'Cat\u00e9gories', NULL, NULL),\n(35153, 'fr', 'db', 'Select All', 'S\u00e9lectionner tout', NULL, NULL),\n(35154, 'fr', 'db', 'Add to Menu', 'Ajouter au menu', NULL, NULL),\n(35155, 'fr', 'db', 'Brands', 'Marques', NULL, NULL),\n(35156, 'fr', 'db', 'Custom Links', 'Liens personnalis\u00e9s', NULL, NULL),\n(35157, 'fr', 'db', 'URL', 'URL', NULL, NULL),\n(35158, 'fr', 'db', 'Link Text', 'Texte du lien', NULL, NULL),\n(35159, 'fr', 'db', 'Menu Structure', 'Structure du menu', NULL, NULL),\n(35160, 'fr', 'db', 'Select categories, pages or add custom links to menus', 'S\u00e9lectionnez des cat\u00e9gories, des pages ou ajoutez des liens personnalis\u00e9s aux menus', NULL, NULL),\n(35161, 'fr', 'db', 'Link Name', 'Nom du lien', NULL, NULL),\n(35162, 'fr', 'db', 'Open in a new tab', 'Ouvrir dans un nouvel onglet', NULL, NULL),\n(35163, 'fr', 'db', 'Save Menu', 'Enregistrer le menu', NULL, NULL),\n(35164, 'fr', 'db', 'Page Name', 'Nom de la page', NULL, NULL),\n(35165, 'fr', 'db', 'Page Layout', 'Mise en page', NULL, NULL),\n(35166, 'fr', 'db', 'click on the widgets below to add it to your layout', 'Cliquez sur les widgets ci-dessous pour les ajouter \u00e0 votre mise en page', NULL, NULL),\n(35167, 'fr', 'db', 'Product Category', 'Cat\u00e9gorie de produit', NULL, NULL),\n(35168, 'fr', 'db', 'Tabbed Product Categories', 'Cat\u00e9gories de produits \u00e0 onglets', NULL, NULL),\n(35169, 'fr', 'db', 'Category Slider', 'Curseur de cat\u00e9gorie', NULL, NULL),\n(35170, 'fr', 'db', 'Product Collection', 'Collection de produits', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(35171, 'fr', 'db', 'Tabbed Product Collections', 'Collections de produits \u00e0 onglets', NULL, NULL),\n(35172, 'fr', 'db', 'Brand Slider', 'Curseur de marque', NULL, NULL),\n(35173, 'fr', 'db', 'Og_Title', 'Og_Title', NULL, NULL),\n(35175, 'fr', 'db', 'Og_description', 'Og_description', NULL, NULL),\n(35177, 'fr', 'db', 'Og_Image', 'Og_Image', NULL, NULL),\n(35178, 'fr', 'db', 'Templates', 'Mod\u00e8les', NULL, NULL),\n(35179, 'fr', 'db', 'Choose Category', 'Choisir une cat\u00e9gorie', NULL, NULL),\n(35180, 'fr', 'db', 'Layout Type', 'Type de mise en page', NULL, NULL),\n(35181, 'fr', 'db', 'Slider Loop', 'Boucle coulissante', NULL, NULL),\n(35182, 'fr', 'db', 'Slider Autoplay', 'Lecture automatique du curseur', NULL, NULL),\n(35183, 'fr', 'db', 'Slider Autoplay Speed', 'Vitesse de lecture automatique du curseur', NULL, NULL),\n(35184, 'fr', 'db', 'Number of products to show', 'Nombre de produits \u00e0 afficher', NULL, NULL),\n(35185, 'fr', 'db', 'Choose Categories', 'Choisir les cat\u00e9gories', NULL, NULL),\n(35186, 'fr', 'db', 'Choose Collection', 'Choisir la collection', NULL, NULL),\n(35188, 'fr', 'db', 'Choose collections', 'Choisir des collections', NULL, NULL),\n(35189, 'fr', 'db', 'Choose Brands', 'Choisir des marques', NULL, NULL),\n(35190, 'fr', 'db', 'Edit Page', 'Modifier la page', NULL, NULL),\n(35192, 'fr', 'db', 'Ecommerce Settings', 'Param\u00e8tres de commerce \u00e9lectronique', NULL, NULL),\n(35193, 'fr', 'db', 'Favicon', 'Favicon', NULL, NULL),\n(35194, 'fr', 'db', 'Home Page', 'Page d\\'accueil', NULL, NULL),\n(35195, 'fr', 'db', 'Store Phone', 'T\u00e9l\u00e9phone du magasin', NULL, NULL),\n(35196, 'fr', 'db', 'Store Email', 'E-mail du magasin', NULL, NULL),\n(35197, 'fr', 'db', 'Store Address', 'Adresse du magasin', NULL, NULL),\n(35198, 'fr', 'db', 'Contact From Email', 'Contacter par e-mail', NULL, NULL),\n(35199, 'fr', 'db', 'Min amount for free shipping', 'Montant minimum pour la livraison gratuite', NULL, NULL),\n(35200, 'fr', 'db', 'Flat Rate Shipping', 'Livraison \u00e0 tarif forfaitaire', NULL, NULL),\n(35201, 'fr', 'db', 'Pages to read & accept before checkout', 'Pages \u00e0 lire et \u00e0 accepter avant de passer \u00e0 la caisse', NULL, NULL),\n(35202, 'fr', 'db', 'Custom CSS', 'CSS personnalis\u00e9', NULL, NULL),\n(35203, 'fr', 'db', 'Custom JS', 'JS personnalis\u00e9', NULL, NULL),\n(35204, 'fr', 'db', 'Chat Code', 'Code de discussion', NULL, NULL),\n(35205, 'fr', 'db', 'Google Analytics Code', 'Code Google Analytics', NULL, NULL),\n(35206, 'fr', 'db', 'Facebook Pixel', 'Pixel Facebook', NULL, NULL),\n(35207, 'fr', 'db', 'Details', 'D\u00e9tails', NULL, NULL),\n(35208, 'fr', 'db', 'Add Slider', 'Ajouter un curseur', NULL, NULL),\n(35209, 'fr', 'db', 'Desktop', 'Bureau', NULL, NULL),\n(35210, 'fr', 'db', 'Tab', 'Languette', NULL, NULL),\n(35211, 'fr', 'db', 'Add Social Link', 'Ajouter un lien social', NULL, NULL),\n(35212, 'fr', 'db', 'Available Widgets', 'Widgets disponibles', NULL, NULL),\n(35213, 'fr', 'db', 'To add a widget to a section, drag it onto that section', 'Pour ajouter un widget \u00e0 une section, faites-le glisser sur cette section', NULL, NULL),\n(35214, 'fr', 'db', 'Custom Menu', 'Menu personnalis\u00e9', NULL, NULL),\n(35215, 'fr', 'db', 'Select menu', 'S\u00e9lectionner le menu', NULL, NULL),\n(35216, 'fr', 'db', 'Site Features', 'Fonctionnalit\u00e9s du site', NULL, NULL),\n(35217, 'fr', 'db', 'Site Information', 'Informations sur le site', NULL, NULL),\n(35218, 'fr', 'db', 'Hours', 'Heures', NULL, NULL),\n(35219, 'fr', 'db', 'Newsletter form', 'Formulaire de newsletter', NULL, NULL),\n(35220, 'fr', 'db', 'Section Above Footer', 'Section au-dessus du pied de page', NULL, NULL),\n(35221, 'fr', 'db', 'Footer Section', 'Section pied de page', NULL, NULL),\n(35222, 'fr', 'db', 'Product Details Sidebar', 'Barre lat\u00e9rale des d\u00e9tails du produit', NULL, NULL),\n(35223, 'fr', 'db', 'Your email', 'Votre email', NULL, NULL),\n(35224, 'fr', 'db', 'Forgot Password', 'Mot de passe oubli\u00e9', NULL, NULL),\n(35225, 'fr', 'db', 'Subscribe', 'S\\'abonner', NULL, NULL),\n(35226, 'fr', 'db', 'Sell Online', 'Vendre en ligne', NULL, NULL),\n(35227, 'fr', 'db', 'Out of stock', 'En rupture de stock', NULL, NULL),\n(35228, 'fr', 'db', 'Duplicate', 'Double', NULL, NULL),\n(35229, 'fr', 'db', 'All Product In Stock', 'Tous les produits sont en stock', NULL, NULL),\n(35230, 'fr', 'db', 'Show All Product Online', 'Afficher tous les produits en ligne', NULL, NULL),\n(35231, 'fr', 'db', 'Oh snap! We are lost', 'Oh mince ! Nous sommes perdus...', NULL, NULL),\n(35232, 'fr', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'Il semble que nous ne trouvions pas ce que vous cherchez. Une recherche pourrait vous aider, ou vous pouvez revenir \u00e0\u2026', NULL, NULL),\n(35233, 'fr', 'db', 'Sorry this page is dead!', 'D\u00e9sol\u00e9, cette page est morte !', NULL, NULL),\n(35234, 'fr', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'La page a expir\u00e9 en raison de l\\'expiration de la session. Actualisez la page ou cliquez sur le bouton ci-dessous.', NULL, NULL),\n(35235, 'fr', 'db', 'Refresh', 'Rafra\u00eechir', NULL, NULL),\n(35236, 'fr', 'db', 'Oh server just snapped!', 'Oh, le serveur vient de craquer !', NULL, NULL),\n(35237, 'fr', 'db', 'An error occured due to server not being to able to handle your request', 'Une erreur s\\'est produite car le serveur n\\'a pas pu traiter votre demande.', NULL, NULL),\n(35238, 'fr', 'db', 'An error occured because the service is unavailable', 'Une erreur s\\'est produite car le service n\\'est pas disponible.', NULL, NULL),\n(35239, 'fr', 'db', 'Please type a product name to search', 'Veuillez saisir un nom de produit pour effectuer la recherche', NULL, NULL),\n(35240, 'fr', 'db', 'Send', 'Envoyer', NULL, NULL),\n(35241, 'fr', 'db', 'don\\'t have an account', 'je n\\'ai pas de compte', NULL, NULL),\n(35242, 'fr', 'db', 'Click here to login', 'Cliquez ici pour vous connecter', NULL, NULL),\n(35243, 'fr', 'db', 'Zip \\\\\/ Post Code', 'Code postal', NULL, NULL),\n(35244, 'fr', 'db', 'You may also like', 'Vous aimerez peut-\u00eatre aussi', NULL, NULL),\n(35245, 'fr', 'db', 'Add to cart', 'Ajouter au panier', NULL, NULL),\n(35246, 'fr', 'db', 'No item in your cart', 'Aucun article dans votre panier', NULL, NULL),\n(35247, 'fr', 'db', 'Filter Sales', 'Filtrer les ventes', NULL, NULL),\n(35248, 'fr', 'db', 'Sale Type', 'Type de vente', NULL, NULL),\n(35249, 'fr', 'db', 'POS', 'POS', NULL, NULL),\n(35250, 'fr', 'db', 'eCommerce', 'Commerce \u00e9lectronique', NULL, NULL),\n(35251, 'fr', 'db', 'Please login first', 'Veuillez d\\'abord vous connecter', NULL, NULL),\n(35252, 'fr', 'db', 'Product added to wishlist', 'Produit ajout\u00e9 \u00e0 la liste de souhaits', NULL, NULL),\n(35253, 'fr', 'db', 'You have not added anything to wishlist yet', 'Vous n\\'avez encore rien ajout\u00e9 \u00e0 la liste de souhaits', NULL, NULL),\n(35254, 'fr', 'db', 'Product removed from wishlist', 'Produit supprim\u00e9 de la liste de souhaits', NULL, NULL),\n(35255, 'fr', 'db', 'Product already on wishlist', 'Produit d\u00e9j\u00e0 sur la liste de souhaits', NULL, NULL),\n(35256, 'fr', 'db', 'Recently Viewed', 'R\u00e9cemment consult\u00e9s', NULL, NULL),\n(35257, 'fr', 'db', 'Verify', 'V\u00e9rifier', NULL, NULL),\n(35258, 'fr', 'db', 'Track Order', 'Suivre la commande', NULL, NULL),\n(35259, 'fr', 'db', 'Track', 'Piste', NULL, NULL),\n(35260, 'fr', 'db', 'Time', 'Temps', NULL, NULL),\n(35261, 'fr', 'db', 'Order Status', 'Statut de la commande', NULL, NULL),\n(35262, 'fr', 'db', 'Payment Method', 'Mode de paiement', NULL, NULL),\n(35263, 'fr', 'db', 'Shipping Status', 'Statut d\\'exp\u00e9dition', NULL, NULL),\n(35264, 'fr', 'db', 'Pending Confirmation', 'En attente de confirmation', NULL, NULL),\n(35265, 'fr', 'db', 'Track another order', 'Suivre une autre commande', NULL, NULL),\n(35266, 'fr', 'db', 'Post Title', 'Titre du message', NULL, NULL),\n(35267, 'fr', 'db', 'Post Thumbnail', 'Publier une miniature', NULL, NULL),\n(35268, 'fr', 'db', 'Pay with gift card', 'Payer avec une carte cadeau', NULL, NULL),\n(35270, 'fr', 'db', 'Warehouse Wise', 'Entrep\u00f4t sage', NULL, NULL),\n(35271, 'fr', 'db', 'Payment Receiver', 'B\u00e9n\u00e9ficiaire du paiement', NULL, NULL),\n(35272, 'fr', 'db', 'SMS Template', 'Mod\u00e8le de SMS', NULL, NULL),\n(35273, 'fr', 'db', 'Add Template', 'Ajouter un mod\u00e8le', NULL, NULL),\n(35274, 'fr', 'db', 'SMS Template List', 'Liste de mod\u00e8les de SMS', NULL, NULL),\n(35275, 'fr', 'db', 'Content', 'Contenu', NULL, NULL),\n(35276, 'fr', 'db', 'Update Template', 'Mettre \u00e0 jour le mod\u00e8le', NULL, NULL),\n(35277, 'fr', 'db', 'Send SMS After Sale', 'Envoyer un SMS apr\u00e8s la vente', NULL, NULL),\n(35278, 'fr', 'db', 'Default SMS Sale', 'Vente par SMS par d\u00e9faut', NULL, NULL),\n(35279, 'fr', 'db', 'Default SMS E-Commerce', 'Commerce \u00e9lectronique par SMS par d\u00e9faut', NULL, NULL),\n(35280, 'fr', 'db', 'Default Online', 'Par d\u00e9faut en ligne', NULL, NULL),\n(35281, 'fr', 'db', 'Top Up', 'Recharger', NULL, NULL),\n(35282, 'fr', 'db', 'Coupon Name', 'Nom du coupon', NULL, NULL),\n(35283, 'fr', 'db', 'Email Sent', 'E-mail envoy\u00e9', NULL, NULL),\n(35285, 'fr', 'db', 'Wholesale Price', 'Prix de gros', NULL, NULL),\n(35286, 'fr', 'db', 'Price Option', 'Option de prix', NULL, NULL),\n(35287, 'fr', 'db', 'Product Tags', '\u00c9tiquettes de produits', NULL, NULL),\n(35288, 'fr', 'db', 'Selected Items', '\u00c9l\u00e9ments s\u00e9lectionn\u00e9s', NULL, NULL),\n(35289, 'fr', 'db', 'Related Products', 'Produits connexes', NULL, NULL),\n(35291, 'fr', 'db', 'Track Inventory', 'Suivi de l\\'inventaire', NULL, NULL),\n(35292, 'fr', 'db', 'Register me as a user', 'Enregistrez-moi comme utilisateur', NULL, NULL),\n(35293, 'fr', 'db', 'Verify & Close', 'V\u00e9rifier et fermer', NULL, NULL),\n(35294, 'fr', 'db', 'Enable Gift Card payment on checkout page', 'Activer le paiement par carte-cadeau sur la page de paiement', NULL, NULL),\n(35295, 'fr', 'db', 'Theme Color', 'Couleur du th\u00e8me', NULL, NULL),\n(35298, 'fr', 'db', 'Enter gift card number', 'Entrez le num\u00e9ro de la carte-cadeau', NULL, NULL),\n(35299, 'fr', 'db', 'Page saved', 'Page enregistr\u00e9e', NULL, NULL),\n(35300, 'fr', 'db', 'Widget saved', 'Widget enregistr\u00e9', NULL, NULL),\n(35301, 'fr', 'db', 'Template', 'Mod\u00e8le', NULL, NULL),\n(35302, 'fr', 'db', 'Three Column Banner', 'Banni\u00e8re \u00e0 trois colonnes', NULL, NULL),\n(35303, 'fr', 'db', 'Banner Image', 'Image de banni\u00e8re', NULL, NULL),\n(35304, 'fr', 'db', 'Income', 'Revenu', NULL, NULL),\n(35305, 'fr', 'db', 'Income Category', 'Cat\u00e9gorie de revenu', NULL, NULL),\n(35306, 'fr', 'db', 'Income List', 'Liste des revenus', NULL, NULL),\n(35307, 'fr', 'db', 'Add Income', 'Ajouter un revenu', NULL, NULL),\n(35308, 'fr', 'db', 'Add Income Category', 'Ajouter une cat\u00e9gorie de revenu', NULL, NULL),\n(35309, 'fr', 'db', 'Update Income Category', 'Mettre \u00e0 jour la cat\u00e9gorie de revenu', NULL, NULL),\n(35310, 'fr', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Bon de livraison pour g\u00e9rer les commandes\/ventes', NULL, NULL),\n(35311, 'fr', 'db', 'Enable', 'Activer', NULL, NULL),\n(35312, 'fr', 'db', 'Disable', 'D\u00e9sactiver', NULL, NULL),\n(35313, 'fr', 'db', 'Create Packing Slip', 'Cr\u00e9er un bordereau d\\'exp\u00e9dition', NULL, NULL),\n(35314, 'fr', 'db', 'Packed', 'Emball\u00e9', NULL, NULL),\n(35315, 'fr', 'db', 'Processing', 'Traitement', NULL, NULL),\n(35316, 'fr', 'db', 'Packing Slip List', 'Liste de colisage', NULL, NULL),\n(35317, 'fr', 'db', 'Packing Slip Reference', 'R\u00e9f\u00e9rence du bordereau d\\'exp\u00e9dition', NULL, NULL),\n(35318, 'fr', 'db', 'Challan List', 'Liste Challan', NULL, NULL),\n(35319, 'fr', 'db', 'Challan Report', 'Rapport Challan', NULL, NULL),\n(35320, 'fr', 'db', 'Packing Slip & Challan', 'Bon de livraison et Challan', NULL, NULL),\n(35321, 'fr', 'db', 'Filter Products', 'Produits filtrants', NULL, NULL),\n(35322, 'fr', 'db', 'Expiry Duration Type', 'Type de dur\u00e9e d\\'expiration', NULL, NULL),\n(35323, 'fr', 'db', 'Expiry Value', 'Valeur d\\'expiration', NULL, NULL),\n(35324, 'fr', 'db', 'Biller Report', 'Rapport de facturation', NULL, NULL),\n(35325, 'fr', 'db', 'Choose Biller', 'Choisissez Biller', NULL, NULL),\n(35326, 'fr', 'db', 'Thermal Invoice Size', 'Taille de la facture thermique', NULL, NULL),\n(35327, 'fr', 'db', 'Invoice Option', 'Option de facturation', NULL, NULL),\n(35328, 'fr', 'db', '80mm', '80 mm', NULL, NULL),\n(35329, 'fr', 'db', '58mm', '58 mm', NULL, NULL),\n(35330, 'fr', 'db', 'Sale successfully added to draft', 'Vente ajout\u00e9e avec succ\u00e8s au projet', NULL, NULL),\n(35331, 'fr', 'db', 'Barcode Settings', 'Param\u00e8tres du code-barres', NULL, NULL),\n(35332, 'fr', 'db', 'Add barcode sticker setting', 'Ajouter un param\u00e8tre d\\'autocollant de code-barres', NULL, NULL),\n(35333, 'fr', 'db', 'Edit Barcode Sticker Setting', 'Modifier les param\u00e8tres de l\\'autocollant de code-barres', NULL, NULL),\n(35334, 'fr', 'db', 'Sticker Sheet setting Name', 'Nom du param\u00e8tre de la feuille d\\'autocollants', NULL, NULL),\n(35335, 'fr', 'db', 'Sticker Sheet setting Description', 'Description des param\u00e8tres de la feuille d\\'autocollants', NULL, NULL),\n(35336, 'fr', 'db', 'Continuous feed or rolls', 'Alimentation continue ou rouleaux', NULL, NULL),\n(35337, 'fr', 'db', 'In Inches', 'En pouces', NULL, NULL),\n(35338, 'fr', 'db', 'Additional top margin', 'Marge sup\u00e9rieure suppl\u00e9mentaire', NULL, NULL),\n(35339, 'fr', 'db', 'Additional left margin', 'Marge gauche suppl\u00e9mentaire', NULL, NULL),\n(35340, 'fr', 'db', 'Width of sticker', 'Largeur de l\\'autocollant', NULL, NULL),\n(35341, 'fr', 'db', 'Height of sticker', 'Hauteur de l\\'autocollant', NULL, NULL),\n(35342, 'fr', 'db', 'Paper width', 'Largeur du papier', NULL, NULL),\n(35343, 'fr', 'db', 'Paper height', 'Hauteur du papier', NULL, NULL),\n(35344, 'fr', 'db', 'Stickers in one row', 'Autocollants sur une rang\u00e9e', NULL, NULL),\n(35345, 'fr', 'db', 'Distance between two rows', 'Distance entre deux rang\u00e9es', NULL, NULL),\n(35346, 'fr', 'db', 'Distance between two columns', 'Distance entre deux colonnes', NULL, NULL),\n(35347, 'fr', 'db', 'No of Stickers per sheet', 'Nombre d\\'autocollants par feuille', NULL, NULL),\n(35348, 'fr', 'db', 'Set as default', 'D\u00e9finir par d\u00e9faut', NULL, NULL),\n(35349, 'fr', 'db', 'Add New Setting', 'Ajouter un nouveau param\u00e8tre', NULL, NULL),\n(35350, 'fr', 'db', 'Print Labels', 'Imprimer des \u00e9tiquettes', NULL, NULL),\n(35351, 'fr', 'db', 'Information on Label', 'Informations sur l\\'\u00e9tiquette', NULL, NULL),\n(35352, 'fr', 'db', 'Add Production', 'Ajouter une production', NULL, NULL),\n(35353, 'fr', 'db', 'Production List', 'Liste de production', NULL, NULL),\n(35354, 'fr', 'db', 'Expired Date', 'Date d\\'expiration', NULL, NULL),\n(35355, 'fr', 'db', 'Manufacturing', 'Fabrication', NULL, NULL),\n(35356, 'fr', 'db', 'Total Tax', 'Taxe totale', NULL, NULL),\n(35357, 'fr', 'db', 'Production Details', 'D\u00e9tails de production', NULL, NULL),\n(35358, 'fr', 'db', 'Add Custom Size', 'Ajouter une taille personnalis\u00e9e', NULL, NULL),\n(35359, 'fr', 'db', 'RTL', 'RTL', NULL, NULL),\n(35360, 'fr', 'db', 'LTR', 'LTR', NULL, NULL),\n(35362, 'fr', 'db', 'Show search results in', 'Afficher les r\u00e9sultats de la recherche dans', NULL, NULL),\n(35363, 'fr', 'db', 'Full Page', 'Pleine page', NULL, NULL),\n(35364, 'fr', 'db', 'Dropdown', 'D\u00e9rouler', NULL, NULL),\n(35366, 'fr', 'db', 'Saving', '\u00c9conomie', NULL, NULL),\n(35367, 'fr', 'db', 'Multiple Payment', 'Paiement multiple', NULL, NULL),\n(35368, 'fr', 'db', 'Finalize Sale(Multiple Payment)', 'Finaliser la vente (paiement multiple)', NULL, NULL),\n(35369, 'fr', 'db', 'Cash Received', 'Esp\u00e8ces re\u00e7ues', NULL, NULL),\n(35370, 'fr', 'db', 'Add More Payment', 'Ajouter un paiement suppl\u00e9mentaire', NULL, NULL),\n(35371, 'fr', 'db', 'Received', 'Re\u00e7u', NULL, NULL),\n(35372, 'fr', 'db', 'Production Status', '\u00c9tat de production', NULL, NULL),\n(35378, 'fr', 'db', 'Employees', 'Employ\u00e9s', NULL, NULL),\n(35379, 'fr', 'db', 'Award', 'Prix', NULL, NULL),\n(35380, 'fr', 'db', 'Travel', 'Voyage', NULL, NULL),\n(35381, 'fr', 'db', 'Resignations', 'D\u00e9missions', NULL, NULL),\n(35382, 'fr', 'db', 'Complaints', 'Plaintes', NULL, NULL),\n(35383, 'fr', 'db', 'Warnings', 'Avertissements', NULL, NULL),\n(35384, 'fr', 'db', 'Terminations', 'R\u00e9siliations', NULL, NULL),\n(35385, 'fr', 'db', 'Organization', 'Organisation', NULL, NULL),\n(35386, 'fr', 'db', 'Company', 'Entreprise', NULL, NULL),\n(35387, 'fr', 'db', 'Designation', 'D\u00e9signation', NULL, NULL),\n(35388, 'fr', 'db', 'Announcements', 'Annonces', NULL, NULL),\n(35389, 'fr', 'db', 'Timesheets', 'Feuilles de temps', NULL, NULL),\n(35390, 'fr', 'db', 'Attendances', 'Pr\u00e9sences', NULL, NULL),\n(35391, 'fr', 'db', 'Recruitment', 'Recrutement', NULL, NULL),\n(35392, 'fr', 'db', 'Training', 'Entra\u00eenement', NULL, NULL),\n(35393, 'fr', 'db', 'Trainers', 'Formateurs', NULL, NULL),\n(35394, 'fr', 'db', 'Events', '\u00c9v\u00e9nements', NULL, NULL),\n(35395, 'fr', 'db', 'Meetings', 'R\u00e9unions', NULL, NULL),\n(35396, 'fr', 'db', 'Finance', 'Finance', NULL, NULL),\n(35397, 'fr', 'db', 'imei_numbers', 'num\u00e9ros_imei', NULL, NULL),\n(35398, 'fr', 'db', 'Warranty', 'Garantie', NULL, NULL),\n(35399, 'fr', 'db', 'Guarantee', 'Garantie', NULL, NULL),\n(35400, 'fr', 'db', 'Dear', 'Cher', NULL, NULL),\n(35401, 'fr', 'db', 'Thank you for your purchase! Your invoice number is', 'Merci pour votre achat! Votre num\u00e9ro de facture est le', NULL, NULL),\n(35402, 'fr', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'Si vous avez des questions ou des pr\u00e9occupations, n\\'h\u00e9sitez pas \u00e0 nous contacter. Nous sommes l\u00e0 pour vous aider!', NULL, NULL),\n(35403, 'fr', 'db', 'Best regards', 'Cordialement', NULL, NULL),\n(35404, 'fr', 'db', 'Whatsapp Notification', 'Notification WhatsApp', NULL, NULL),\n(35405, 'fr', 'db', 'Add More Payment Option', 'Ajouter d\\'autres options de paiement', NULL, NULL),\n(35406, 'fr', 'db', 'Type date or quotation reference', 'Tapez la date ou la r\u00e9f\u00e9rence de citation...', NULL, NULL),\n(35408, 'fr', 'db', 'Sale Reference No', 'Num\u00e9ro de r\u00e9f\u00e9rence de vente', NULL, NULL),\n(35409, 'fr', 'db', 'My Transactions', 'Mes transactions', NULL, NULL),\n(35410, 'fr', 'db', 'One Point is Equivalent to:', 'Un point \u00e9quivaut \u00e0:', NULL, NULL),\n(35411, 'fr', 'db', 'Update Income', 'Mettre \u00e0 jour les revenus', NULL, NULL),\n(35412, 'fr', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', '\u00c0 utiliser uniquement pour les options de type S\u00e9lection, S\u00e9lection multiple, Case \u00e0 cocher et Bouton radio. Renseignez le champ en s\u00e9parant les options par une virgule. Par exemple: pomme, orange, banane.', NULL, NULL),\n(35413, 'fr', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', 'Exclusif: Prix du produit = Prix r\u00e9el du produit + Taxes. Inclus: Prix r\u00e9el du produit = Prix du produit - Taxes.', NULL, NULL),\n(35414, 'id', 'db', 'dashboard', 'dasbor', NULL, NULL),\n(35415, 'id', 'db', 'language', 'bahasa', NULL, NULL),\n(35416, 'id', 'db', 'Languages', 'Bahasa', NULL, NULL),\n(35417, 'id', 'db', 'revenue', 'pendapatan', NULL, NULL),\n(35418, 'id', 'db', 'product', 'produk', NULL, NULL),\n(35419, 'id', 'db', 'category', 'kategori', NULL, NULL),\n(35420, 'id', 'db', 'product_list', 'daftar produk', NULL, NULL),\n(35421, 'id', 'db', 'add_product', 'tambahkan_produk', NULL, NULL),\n(35422, 'id', 'db', 'import_product', 'impor_produk', NULL, NULL),\n(35423, 'id', 'db', 'print_barcode', 'cetak_kode_baris', NULL, NULL),\n(35424, 'id', 'db', 'welcome', 'selamat datang', NULL, NULL),\n(35425, 'id', 'db', 'profile', 'profil', NULL, NULL),\n(35426, 'id', 'db', 'add', 'menambahkan', NULL, NULL),\n(35427, 'id', 'db', 'parent', 'induk', NULL, NULL),\n(35428, 'id', 'db', 'action', 'tindakan', NULL, NULL),\n(35429, 'id', 'db', 'import', 'impor', NULL, NULL),\n(35430, 'id', 'db', 'edit', 'mengedit', NULL, NULL),\n(35431, 'id', 'db', 'delete', 'menghapus', NULL, NULL),\n(35432, 'id', 'db', 'name', 'nama', NULL, NULL),\n(35433, 'id', 'db', 'submit', 'kirim', NULL, NULL),\n(35434, 'id', 'db', 'update', 'memperbarui', NULL, NULL),\n(35435, 'id', 'db', 'The field labels marked with * are required input fields', 'Label bidang yang ditandai dengan * adalah bidang input yang wajib diisi', NULL, NULL),\n(35436, 'id', 'db', 'settings', 'pengaturan', NULL, NULL),\n(35437, 'id', 'db', 'logout', 'keluar', NULL, NULL),\n(35438, 'id', 'db', 'return', 'kembali', NULL, NULL),\n(35439, 'id', 'db', 'profit', 'laba', NULL, NULL),\n(35440, 'id', 'db', 'sale qty', 'jumlah penjualan', NULL, NULL),\n(35441, 'id', 'db', 'yearly report', 'laporan tahunan', NULL, NULL),\n(35442, 'id', 'db', 'sale amount', 'jumlah penjualan', NULL, NULL),\n(35443, 'id', 'db', 'recent sales', 'penjualan terkini', NULL, NULL),\n(35444, 'id', 'db', 'latest', 'terbaru', NULL, NULL),\n(35445, 'id', 'db', 'best selling product', 'produk terlaris', NULL, NULL),\n(35446, 'id', 'db', 'top', 'atas', NULL, NULL),\n(35447, 'id', 'db', 'date', 'tanggal', NULL, NULL),\n(35449, 'id', 'db', 'reference', 'referensi', NULL, NULL),\n(35450, 'id', 'db', 'customer', 'pelanggan', NULL, NULL),\n(35451, 'id', 'db', 'status', 'status', NULL, NULL),\n(35452, 'id', 'db', 'grand total', 'jumlah keseluruhan', NULL, NULL),\n(35453, 'id', 'db', 'Product Details', 'Detail Produk', NULL, NULL),\n(35454, 'id', 'db', 'qty', 'jumlah', NULL, NULL),\n(35456, 'id', 'db', 'Price', 'Harga', NULL, NULL),\n(35457, 'id', 'db', 'Image', 'Gambar', NULL, NULL),\n(35458, 'id', 'db', 'Code', 'Kode', NULL, NULL),\n(35459, 'id', 'db', 'Brand', 'Merek', NULL, NULL),\n(35460, 'id', 'db', 'Quantity', 'Kuantitas', NULL, NULL),\n(35461, 'id', 'db', 'Unit', 'Satuan', NULL, NULL),\n(35462, 'id', 'db', 'Type', 'Jenis', NULL, NULL),\n(35463, 'id', 'db', 'Barcode Symbology', 'Simbolologi Kode Batang', NULL, NULL),\n(35464, 'id', 'db', 'Sale', 'Penjualan', NULL, NULL),\n(35465, 'id', 'db', 'Purchase', 'Pembelian', NULL, NULL),\n(35466, 'id', 'db', 'Cost', 'Biaya', NULL, NULL),\n(35467, 'id', 'db', 'Alert', 'Peringatan', NULL, NULL),\n(35468, 'id', 'db', 'Promotional Price', 'Harga Promosi', NULL, NULL),\n(35469, 'id', 'db', 'Promotion', 'Promosi', NULL, NULL),\n(35470, 'id', 'db', 'Featured', 'Unggulan', NULL, NULL),\n(35471, 'id', 'db', 'Tax', 'Pajak', NULL, NULL),\n(35472, 'id', 'db', 'Invoice Details', 'Rincian Faktur', NULL, NULL),\n(35473, 'id', 'db', 'Generate', 'Menghasilkan', NULL, NULL),\n(35474, 'id', 'db', 'Promotion Starts', 'Promosi Dimulai', NULL, NULL),\n(35475, 'id', 'db', 'Promotion Ends', 'Promosi Berakhir', NULL, NULL),\n(35476, 'id', 'db', 'Starting', 'Memulai', NULL, NULL),\n(35477, 'id', 'db', 'Ending', 'Akhir', NULL, NULL),\n(35478, 'id', 'db', 'Print', 'Mencetak', NULL, NULL),\n(35479, 'id', 'db', 'Barcode', 'Kode batang', NULL, NULL),\n(35480, 'id', 'db', 'Supplier', 'Pemasok', NULL, NULL),\n(35481, 'id', 'db', 'Paid', 'Dibayar', NULL, NULL),\n(35482, 'id', 'db', 'Balance', 'Keseimbangan', NULL, NULL),\n(35483, 'id', 'db', 'Payment', 'Pembayaran', NULL, NULL),\n(35484, 'id', 'db', 'View', 'Melihat', NULL, NULL),\n(35485, 'id', 'db', 'Warehouse', 'Gudang', NULL, NULL),\n(35486, 'id', 'db', 'Attach Document', 'Lampirkan Dokumen', NULL, NULL),\n(35487, 'id', 'db', 'Select Product', 'Pilih Produk', NULL, NULL),\n(35488, 'id', 'db', 'Order', 'Memesan', NULL, NULL),\n(35489, 'id', 'db', 'Order Table', 'Tabel Pesanan', NULL, NULL),\n(35490, 'id', 'db', 'Discount', 'Diskon', NULL, NULL),\n(35491, 'id', 'db', 'Unit Cost', 'Biaya Satuan', NULL, NULL),\n(35492, 'id', 'db', 'Unit Price', 'Harga satuan', NULL, NULL),\n(35493, 'id', 'db', 'Net Unit Cost', 'Biaya Unit Bersih', NULL, NULL),\n(35494, 'id', 'db', 'Net Unit Price', 'Harga Satuan Bersih', NULL, NULL),\n(35495, 'id', 'db', 'Shipping Cost', 'Biaya Pengiriman', NULL, NULL),\n(35496, 'id', 'db', 'Subtotal', 'Jumlah keseluruhan', NULL, NULL),\n(35497, 'id', 'db', 'Note', 'Catatan', NULL, NULL),\n(35498, 'id', 'db', 'Items', 'Barang', NULL, NULL),\n(35499, 'id', 'db', 'Total', 'Total', NULL, NULL),\n(35500, 'id', 'db', 'Recieved', 'Diterima', NULL, NULL),\n(35501, 'id', 'db', 'Upload CSV File', 'Unggah Berkas CSV', NULL, NULL),\n(35502, 'id', 'db', 'Download Sample File', 'Unduh File Contoh', NULL, NULL),\n(35503, 'id', 'db', 'Sample File', 'Contoh Berkas', NULL, NULL),\n(35504, 'id', 'db', 'Download', 'Unduh', NULL, NULL),\n(35505, 'id', 'db', 'The correct column order is', 'Urutan kolom yang benar adalah', NULL, NULL),\n(35506, 'id', 'db', 'and you must follow this', 'dan kamu harus mengikuti ini', NULL, NULL),\n(35507, 'id', 'db', 'All columns are required', 'Semua kolom wajib diisi', NULL, NULL),\n(35508, 'id', 'db', 'Biller', 'Penagih', NULL, NULL),\n(35509, 'id', 'db', 'From', 'Dari', NULL, NULL),\n(35510, 'id', 'db', 'To', 'Ke', NULL, NULL),\n(35511, 'id', 'db', 'Created By', 'Dibuat Oleh', NULL, NULL),\n(35512, 'id', 'db', 'Amount', 'Jumlah', NULL, NULL),\n(35513, 'id', 'db', 'Staff', 'Staf', NULL, NULL),\n(35514, 'id', 'db', 'Quotation', 'Kutipan', NULL, NULL),\n(35515, 'id', 'db', 'Create', 'Membuat', NULL, NULL),\n(35516, 'id', 'db', 'Adjustment', 'Pengaturan', NULL, NULL),\n(35517, 'id', 'db', 'Subtraction', 'Pengurangan', NULL, NULL),\n(35518, 'id', 'db', 'Addition', 'Tambahan', NULL, NULL),\n(35519, 'id', 'db', 'Transfer', 'Transfer', NULL, NULL),\n(35520, 'id', 'db', 'User', 'Pengguna', NULL, NULL),\n(35521, 'id', 'db', 'Email', 'E-mail', NULL, NULL),\n(35522, 'id', 'db', 'Company Name', 'Nama perusahaan', NULL, NULL),\n(35523, 'id', 'db', 'Phone Number', 'Nomor telepon', NULL, NULL),\n(35524, 'id', 'db', 'Role', 'Peran', NULL, NULL),\n(35525, 'id', 'db', 'UserName', 'Nama belakang', NULL, NULL),\n(35526, 'id', 'db', 'Password', 'Kata sandi', NULL, NULL),\n(35527, 'id', 'db', 'LogIn', 'Login', NULL, NULL),\n(35528, 'id', 'db', 'Change Password', 'Ubah Kata Sandi', NULL, NULL),\n(35529, 'id', 'db', 'Active', 'Aktif', NULL, NULL),\n(35530, 'id', 'db', 'Customer Group', 'Kelompok Pelanggan', NULL, NULL),\n(35531, 'id', 'db', 'Address', 'Alamat', NULL, NULL),\n(35532, 'id', 'db', 'City', 'Kota', NULL, NULL),\n(35533, 'id', 'db', 'Postal Code', 'Kode Pos', NULL, NULL),\n(35534, 'id', 'db', 'Country', 'Negara', NULL, NULL),\n(35535, 'id', 'db', 'State', 'Negara', NULL, NULL),\n(35536, 'id', 'db', 'Upload File', 'Unggah Berkas', NULL, NULL),\n(35537, 'id', 'db', 'List', 'Daftar', NULL, NULL),\n(35538, 'id', 'db', 'VAT Number', 'Nomor PPN', NULL, NULL),\n(35539, 'id', 'db', 'Choose Your Date', 'Pilih Tanggal Anda', NULL, NULL),\n(35540, 'id', 'db', 'Loss', 'Kehilangan', NULL, NULL),\n(35541, 'id', 'db', 'Or', 'Atau', NULL, NULL),\n(35542, 'id', 'db', 'Sent', 'Terkirim', NULL, NULL),\n(35543, 'id', 'db', 'Net Profit', 'Laba Bersih', NULL, NULL),\n(35544, 'id', 'db', 'Best Seller', 'Penjualan Terbaik', NULL, NULL),\n(35545, 'id', 'db', 'Best Seller From', 'Penjualan Terbaik Dari', NULL, NULL),\n(35546, 'id', 'db', 'Product Report', 'Laporan Produk', NULL, NULL),\n(35547, 'id', 'db', 'Purchased', 'Dibeli', NULL, NULL),\n(35548, 'id', 'db', 'Sold', 'Terjual', NULL, NULL),\n(35549, 'id', 'db', 'In Stock', 'Tersedia', NULL, NULL),\n(35550, 'id', 'db', 'Reports', 'Laporan', NULL, NULL),\n(35551, 'id', 'db', 'Daily Sale', 'Penjualan Harian', NULL, NULL),\n(35552, 'id', 'db', 'Daily Sale Report', 'Laporan Penjualan Harian', NULL, NULL),\n(35553, 'id', 'db', 'Monthly Sale', 'Obral Bulanan', NULL, NULL),\n(35554, 'id', 'db', 'Monthly Sale Report', 'Laporan Penjualan Bulanan', NULL, NULL),\n(35555, 'id', 'db', 'Daily Purchase', 'Pembelian Harian', NULL, NULL),\n(35556, 'id', 'db', 'Daily Purchase Report', 'Laporan Pembelian Harian', NULL, NULL),\n(35557, 'id', 'db', 'Monthly Purchase', 'Pembelian Bulanan', NULL, NULL),\n(35558, 'id', 'db', 'Monthly Purchase Report', 'Laporan Pembelian Bulanan', NULL, NULL),\n(35559, 'id', 'db', 'Previous', 'Sebelumnya', NULL, NULL),\n(35560, 'id', 'db', 'Next', 'Berikutnya', NULL, NULL),\n(35561, 'id', 'db', 'Stock Chart', 'Grafik Saham', NULL, NULL),\n(35562, 'id', 'db', 'Due', 'Jatuh tempo', NULL, NULL),\n(35563, 'id', 'db', 'Description', 'Keterangan', NULL, NULL),\n(35564, 'id', 'db', 'Change Permission', 'Ubah Izin', NULL, NULL),\n(35565, 'id', 'db', 'Group Permission', 'Izin Grup', NULL, NULL),\n(35566, 'id', 'db', 'Permissions', 'Izin', NULL, NULL),\n(35567, 'id', 'db', 'Percentage', 'Persentase', NULL, NULL),\n(35568, 'id', 'db', 'Title', 'Judul', NULL, NULL),\n(35569, 'id', 'db', 'Base Unit', 'Unit Dasar', NULL, NULL),\n(35570, 'id', 'db', 'Operator', 'Operator', NULL, NULL),\n(35571, 'id', 'db', 'Operation Value', 'Nilai Operasional', NULL, NULL),\n(35572, 'id', 'db', 'Rate', 'Kecepatan', NULL, NULL),\n(35573, 'id', 'db', 'General Setting', 'Pengaturan Umum', NULL, NULL),\n(35574, 'id', 'db', 'Site Title', 'Judul Situs', NULL, NULL),\n(35575, 'id', 'db', 'Site Logo', 'Logo Situs', NULL, NULL),\n(35576, 'id', 'db', 'Current Password', 'Kata Sandi Saat Ini', NULL, NULL),\n(35577, 'id', 'db', 'New Password', 'Kata Sandi Baru', NULL, NULL),\n(35578, 'id', 'db', 'Confirm Password', 'Konfirmasi Kata Sandi', NULL, NULL),\n(35579, 'id', 'db', 'POS Setting', 'Pengaturan POS', NULL, NULL),\n(35580, 'id', 'db', 'Developed By', 'Dikembangkan Oleh', NULL, NULL),\n(35581, 'id', 'db', 'All', 'Semua', NULL, NULL),\n(35582, 'id', 'db', 'By', 'Oleh', NULL, NULL),\n(35583, 'id', 'db', 'Cheque Number', 'Nomor Cek', NULL, NULL),\n(35584, 'id', 'db', 'Invoice', 'Faktur', NULL, NULL),\n(35585, 'id', 'db', 'Shipping', 'Pengiriman', NULL, NULL),\n(35586, 'id', 'db', 'Finalize Sale', 'Penjualan Final', NULL, NULL),\n(35587, 'id', 'db', 'People', 'Rakyat', NULL, NULL),\n(35588, 'id', 'db', 'Option', 'Pilihan', NULL, NULL),\n(35589, 'id', 'db', 'Bill', 'Tagihan', NULL, NULL),\n(35590, 'id', 'db', 'Go To', 'Pergi Ke', NULL, NULL),\n(35591, 'id', 'db', 'Mode', 'Mode', NULL, NULL),\n(35592, 'id', 'db', 'In Words', 'Dalam Kata-kata', NULL, NULL),\n(35593, 'id', 'db', 'Stamp', 'Perangko', NULL, NULL),\n(35594, 'id', 'db', 'Signature', 'Tanda tangan', NULL, NULL),\n(35595, 'id', 'db', 'Developed', 'Dikembangkan', NULL, NULL),\n(35596, 'id', 'db', 'Attach File', 'Lampirkan File', NULL, NULL),\n(35597, 'id', 'db', 'File Link', 'Tautan Berkas', NULL, NULL),\n(35598, 'id', 'db', 'Delivery', 'Pengiriman', NULL, NULL),\n(35599, 'id', 'db', 'Delivered', 'Terkirim', NULL, NULL),\n(35600, 'id', 'db', 'For Digital product sale_unit will be n\\\\\/a', 'Untuk penjualan produk digital, unitnya adalah n\\\\\/a', NULL, NULL),\n(35601, 'id', 'db', 'Forgot Password?', 'Lupa Kata Sandi?', NULL, NULL),\n(35602, 'id', 'db', 'Do not have an account?', 'Tidak punya akun?', NULL, NULL),\n(35603, 'id', 'db', 'Register', 'Daftar', NULL, NULL),\n(35604, 'id', 'db', 'Expense Category', 'Kategori Biaya', NULL, NULL),\n(35605, 'id', 'db', 'Expense', 'Pengeluaran', NULL, NULL),\n(35606, 'id', 'db', 'Gift Card', 'Kartu Hadiah', NULL, NULL),\n(35607, 'id', 'db', 'Card', 'Kartu', NULL, NULL),\n(35608, 'id', 'db', 'Expiry Date', 'Tanggal Kedaluwarsa', NULL, NULL),\n(35609, 'id', 'db', 'Recharge', 'Isi ulang', NULL, NULL),\n(35610, 'id', 'db', 'Deposit', 'Deposito', NULL, NULL),\n(35611, 'id', 'db', 'Choose Warehouse', 'Pilih Gudang', NULL, NULL),\n(35612, 'id', 'db', 'Choose Supplier', 'Pilih Pemasok', NULL, NULL),\n(35613, 'id', 'db', 'Choose Customer', 'Pilih Pelanggan', NULL, NULL),\n(35614, 'id', 'db', 'Touchscreen keybord', 'Papan ketik layar sentuh', NULL, NULL),\n(35615, 'id', 'db', 'Already have an account', 'Sudah punya akun', NULL, NULL),\n(35616, 'id', 'db', 'Currency', 'Mata uang', NULL, NULL),\n(35617, 'id', 'db', 'Mail Setting', 'Pengaturan Email', NULL, NULL),\n(35618, 'id', 'db', 'Mail Host', 'Penyedia Surat', NULL, NULL),\n(35619, 'id', 'db', 'Mail Port', 'Pelabuhan Surat', NULL, NULL),\n(35620, 'id', 'db', 'Mail From Name', 'Surat Dari Nama', NULL, NULL),\n(35621, 'id', 'db', 'Mail Address', 'Alamat Surat', NULL, NULL),\n(35622, 'id', 'db', 'Encryption', 'Enkripsi', NULL, NULL),\n(35623, 'id', 'db', 'Today', 'Hari ini', NULL, NULL),\n(35624, 'id', 'db', 'Last 7 Days', '7 Hari Terakhir', NULL, NULL),\n(35625, 'id', 'db', 'This Month', 'Bulan Ini', NULL, NULL),\n(35626, 'id', 'db', 'This Year', 'Tahun ini', NULL, NULL),\n(35627, 'id', 'db', 'Cash in Hand', 'Uang tunai', NULL, NULL),\n(35628, 'id', 'db', 'In Hand', 'Di tangan', NULL, NULL),\n(35629, 'id', 'db', 'Summary Report', 'Laporan Ringkasan', NULL, NULL),\n(35630, 'id', 'db', 'Draft', 'Draf', NULL, NULL),\n(35631, 'id', 'db', 'Coupon', 'Kupon', NULL, NULL),\n(35632, 'id', 'db', 'Available', 'Tersedia', NULL, NULL),\n(35633, 'id', 'db', 'Minimum Sale', 'Penjualan Minimum', NULL, NULL),\n(35634, 'id', 'db', 'Add Sale', 'Tambahkan Penjualan', NULL, NULL),\n(35635, 'id', 'db', 'Import Sale', 'Penjualan Impor', NULL, NULL),\n(35636, 'id', 'db', 'Sale Status', 'Status Penjualan', NULL, NULL),\n(35637, 'id', 'db', 'Payment Status', 'Status Pembayaran', NULL, NULL),\n(35638, 'id', 'db', 'Generate Invoice', 'Buat Faktur', NULL, NULL),\n(35639, 'id', 'db', 'Add Payment', 'Tambahkan Pembayaran', NULL, NULL),\n(35640, 'id', 'db', 'View Payment', 'Lihat Pembayaran', NULL, NULL),\n(35641, 'id', 'db', 'Add Delivery', 'Tambahkan Pengiriman', NULL, NULL),\n(35642, 'id', 'db', 'PDF', 'PDF', NULL, NULL),\n(35643, 'id', 'db', 'CSV', 'CSV', NULL, NULL),\n(35644, 'id', 'db', 'Column visibility', 'Visibilitas kolom', NULL, NULL),\n(35645, 'id', 'db', 'Search', 'Mencari', NULL, NULL),\n(35646, 'id', 'db', 'records per page', 'catatan per halaman', NULL, NULL),\n(35647, 'id', 'db', 'Showing', 'Menunjukkan', NULL, NULL),\n(35648, 'id', 'db', 'Order Discount', 'Diskon Pesanan', NULL, NULL),\n(35649, 'id', 'db', 'Order Tax', 'Pajak Pesanan', NULL, NULL),\n(35650, 'id', 'db', 'Sale Note', 'Catatan Penjualan', NULL, NULL),\n(35651, 'id', 'db', 'Staff Note', 'Catatan Staf', NULL, NULL),\n(35652, 'id', 'db', 'Paid Amount', 'Jumlah yang Dibayar', NULL, NULL),\n(35653, 'id', 'db', 'Sale Details', 'Detail Penjualan', NULL, NULL),\n(35654, 'id', 'db', 'Purchase List', 'Daftar Pembelian', NULL, NULL),\n(35655, 'id', 'db', 'Add Purchase', 'Tambahkan Pembelian', NULL, NULL),\n(35656, 'id', 'db', 'Import Purchase By CSV', 'Impor Pembelian Dengan CSV', NULL, NULL),\n(35657, 'id', 'db', 'Sale List', 'Daftar Penjualan', NULL, NULL),\n(35658, 'id', 'db', 'Import Sale By CSV', 'Penjualan Impor Berdasarkan CSV', NULL, NULL),\n(35659, 'id', 'db', 'Gift Card List', 'Daftar Kartu Hadiah', NULL, NULL),\n(35660, 'id', 'db', 'Coupon List', 'Daftar Kupon', NULL, NULL),\n(35661, 'id', 'db', 'Delivery List', 'Daftar Pengiriman', NULL, NULL),\n(35662, 'id', 'db', 'Expense List', 'Daftar Biaya', NULL, NULL),\n(35663, 'id', 'db', 'Add Expense', 'Tambahkan Biaya', NULL, NULL),\n(35664, 'id', 'db', 'Quotation List', 'Daftar Kutipan', NULL, NULL),\n(35665, 'id', 'db', 'Add Quotation', 'Tambahkan Kutipan', NULL, NULL),\n(35666, 'id', 'db', 'Transfer List', 'Daftar Transfer', NULL, NULL),\n(35667, 'id', 'db', 'Add Transfer', 'Tambahkan Transfer', NULL, NULL),\n(35668, 'id', 'db', 'Import Transfer By CSV', 'Impor Transfer Dengan CSV', NULL, NULL),\n(35669, 'id', 'db', 'Return List', 'Daftar Pengembalian', NULL, NULL),\n(35670, 'id', 'db', 'Add Return', 'Tambahkan Pengembalian', NULL, NULL),\n(35671, 'id', 'db', 'Quantity Adjustment', 'Penyesuaian Kuantitas', NULL, NULL),\n(35672, 'id', 'db', 'Adjustment List', 'Daftar Penyesuaian', NULL, NULL),\n(35673, 'id', 'db', 'Add Adjustment', 'Tambahkan Penyesuaian', NULL, NULL),\n(35674, 'id', 'db', 'User List', 'Daftar Pengguna', NULL, NULL),\n(35675, 'id', 'db', 'Add User', 'Tambahkan Pengguna', NULL, NULL),\n(35676, 'id', 'db', 'Customer List', 'Daftar Pelanggan', NULL, NULL),\n(35677, 'id', 'db', 'Add Customer', 'Tambahkan Pelanggan', NULL, NULL),\n(35678, 'id', 'db', 'Biller List', 'Daftar Penagihan', NULL, NULL),\n(35679, 'id', 'db', 'Add Biller', 'Tambahkan Penagih', NULL, NULL),\n(35680, 'id', 'db', 'Supplier List', 'Daftar Pemasok', NULL, NULL),\n(35681, 'id', 'db', 'Add Supplier', 'Tambahkan Pemasok', NULL, NULL),\n(35682, 'id', 'db', 'Sale Report', 'Laporan Penjualan', NULL, NULL),\n(35683, 'id', 'db', 'Purchase Report', 'Laporan Pembelian', NULL, NULL),\n(35684, 'id', 'db', 'Payment Report', 'Laporan Pembayaran', NULL, NULL),\n(35685, 'id', 'db', 'Warehouse Stock Chart', 'Grafik Stok Gudang', NULL, NULL),\n(35686, 'id', 'db', 'Product Quantity Alert', 'Peringatan Kuantitas Produk', NULL, NULL),\n(35687, 'id', 'db', 'Customer Report', 'Laporan Pelanggan', NULL, NULL),\n(35688, 'id', 'db', 'Supplier Report', 'Laporan Pemasok', NULL, NULL),\n(35689, 'id', 'db', 'Due Report', 'Laporan yang Harus Diterima', NULL, NULL),\n(35690, 'id', 'db', 'User Profile', 'Profil Pengguna', NULL, NULL),\n(35691, 'id', 'db', 'Cash Flow', 'Arus Kas', NULL, NULL),\n(35692, 'id', 'db', 'Add Category', 'Tambahkan Kategori', NULL, NULL),\n(35693, 'id', 'db', 'Import Category', 'Kategori Impor', NULL, NULL),\n(35694, 'id', 'db', 'Parent Category', 'Kategori Induk', NULL, NULL),\n(35695, 'id', 'db', 'Product Image', 'Gambar Produk', NULL, NULL),\n(35696, 'id', 'db', 'Product Name', 'Nama Produk', NULL, NULL),\n(35697, 'id', 'db', 'Product Code', 'Kode Produk', NULL, NULL),\n(35698, 'id', 'db', 'Product Type', 'Jenis Produk', NULL, NULL),\n(35699, 'id', 'db', 'Product Unit', 'Unit Produk', NULL, NULL),\n(35700, 'id', 'db', 'Sale Unit', 'Unit Penjualan', NULL, NULL),\n(35701, 'id', 'db', 'Purchase Unit', 'Unit Pembelian', NULL, NULL),\n(35702, 'id', 'db', 'Product Cost', 'Biaya Produk', NULL, NULL),\n(35703, 'id', 'db', 'Product Price', 'Harga Produk', NULL, NULL),\n(35704, 'id', 'db', 'Alert Quantity', 'Jumlah Peringatan', NULL, NULL),\n(35705, 'id', 'db', 'Add Promotional Price', 'Tambahkan Harga Promosi', NULL, NULL),\n(35706, 'id', 'db', 'Product Tax', 'Pajak Produk', NULL, NULL),\n(35707, 'id', 'db', 'Tax Method', 'Metode Pajak', NULL, NULL),\n(35708, 'id', 'db', 'Featured product will be displayed in POS', 'Produk unggulan akan ditampilkan di POS', NULL, NULL),\n(35709, 'id', 'db', 'Product Invoice Details', 'Rincian Faktur Produk', NULL, NULL),\n(35710, 'id', 'db', 'Purchase Status', 'Status Pembelian', NULL, NULL),\n(35711, 'id', 'db', 'Add Gift Card', 'Tambahkan Kartu Hadiah', NULL, NULL),\n(35712, 'id', 'db', 'Card No', 'Nomor Kartu', NULL, NULL),\n(35713, 'id', 'db', 'Reference No', 'Nomor Referensi', NULL, NULL),\n(35714, 'id', 'db', 'Add Coupon', 'Tambahkan Kupon', NULL, NULL),\n(35715, 'id', 'db', 'Coupon Code', 'Kode Kupon', NULL, NULL),\n(35716, 'id', 'db', 'Minimum Amount', 'Jumlah Minimum', NULL, NULL),\n(35717, 'id', 'db', 'Update Coupon', 'Perbarui Kupon', NULL, NULL),\n(35718, 'id', 'db', 'Update Purchase', 'Perbarui Pembelian', NULL, NULL),\n(35719, 'id', 'db', 'Update Sale', 'Pembaruan Penjualan', NULL, NULL),\n(35720, 'id', 'db', 'Update Product', 'Perbarui Produk', NULL, NULL),\n(35721, 'id', 'db', 'Update Category', 'Perbarui Kategori', NULL, NULL),\n(35722, 'id', 'db', 'Update Gift Card', 'Perbarui Kartu Hadiah', NULL, NULL),\n(35723, 'id', 'db', 'Delivery Reference', 'Referensi Pengiriman', NULL, NULL),\n(35724, 'id', 'db', 'Sale Reference', 'Referensi Penjualan', NULL, NULL),\n(35725, 'id', 'db', 'Add Expense Category', 'Tambah Kategori Biaya', NULL, NULL),\n(35726, 'id', 'db', 'Import Expense Category', 'Kategori Biaya Impor', NULL, NULL),\n(35727, 'id', 'db', 'Update Expense', 'Perbarui Biaya', NULL, NULL),\n(35728, 'id', 'db', 'Quotation Status', 'Status Kutipan', NULL, NULL),\n(35729, 'id', 'db', 'Create Sale', 'Buat Penjualan', NULL, NULL),\n(35730, 'id', 'db', 'Create Purchase', 'Buat Pembelian', NULL, NULL),\n(35731, 'id', 'db', 'Purchase Details', 'Rincian Pembelian', NULL, NULL),\n(35732, 'id', 'db', 'Quotation Details', 'Rincian Penawaran', NULL, NULL),\n(35733, 'id', 'db', 'Import Transfer', 'Transfer Impor', NULL, NULL),\n(35734, 'id', 'db', 'Update Transfer', 'Pembaruan Transfer', NULL, NULL),\n(35735, 'id', 'db', 'Transfer Status', 'Status Transfer', NULL, NULL),\n(35736, 'id', 'db', 'Transfer Details', 'Rincian Transfer', NULL, NULL),\n(35737, 'id', 'db', 'Return Details', 'Detail Pengembalian', NULL, NULL),\n(35738, 'id', 'db', 'Return Note', 'Catatan Pengembalian', NULL, NULL),\n(35739, 'id', 'db', 'Update Return', 'Pembaruan Pengembalian', NULL, NULL),\n(35740, 'id', 'db', 'Card Details', 'Rincian Kartu', NULL, NULL),\n(35741, 'id', 'db', 'Update Adjustment', 'Penyesuaian Pembaruan', NULL, NULL),\n(35742, 'id', 'db', 'Update User', 'Perbarui Pengguna', NULL, NULL),\n(35743, 'id', 'db', 'Update Customer', 'Perbarui Pelanggan', NULL, NULL),\n(35744, 'id', 'db', 'Import Customer', 'Pelanggan Impor', NULL, NULL),\n(35745, 'id', 'db', 'Add Deposit', 'Tambahkan Deposit', NULL, NULL),\n(35746, 'id', 'db', 'View Deposit', 'Lihat Deposito', NULL, NULL),\n(35747, 'id', 'db', 'Import Biller', 'Penagih Impor', NULL, NULL),\n(35748, 'id', 'db', 'Update Biller', 'Perbarui Penagihan', NULL, NULL),\n(35749, 'id', 'db', 'To display Image it must be stored in', 'Untuk menampilkan Gambar, gambar tersebut harus disimpan di', NULL, NULL),\n(35750, 'id', 'db', 'directory', 'direktori', NULL, NULL),\n(35751, 'id', 'db', 'Import Supplier', 'Pemasok Impor', NULL, NULL),\n(35752, 'id', 'db', 'Update Supplier', 'Perbarui Pemasok', NULL, NULL),\n(35753, 'id', 'db', 'Purchased Amount', 'Jumlah Pembelian', NULL, NULL),\n(35754, 'id', 'db', 'Purchased Qty', 'Jumlah yang Dibeli', NULL, NULL),\n(35755, 'id', 'db', 'Sold Amount', 'Jumlah Terjual', NULL, NULL),\n(35756, 'id', 'db', 'Sold Qty', 'Jumlah Terjual', NULL, NULL),\n(35757, 'id', 'db', 'Payment Reference', 'Referensi Pembayaran', NULL, NULL),\n(35758, 'id', 'db', 'Purchase Reference', 'Referensi Pembelian', NULL, NULL),\n(35759, 'id', 'db', 'Paid By', 'Dibayar Oleh', NULL, NULL),\n(35760, 'id', 'db', 'Total Item', 'Jumlah Barang', NULL, NULL),\n(35761, 'id', 'db', 'Total Quantity', 'Jumlah Total', NULL, NULL),\n(35762, 'id', 'db', 'Paid Method', 'Metode Berbayar', NULL, NULL),\n(35763, 'id', 'db', 'Customer Details', 'Detail Pelanggan', NULL, NULL),\n(35764, 'id', 'db', 'Bill No', 'Tagihan Tidak', NULL, NULL),\n(35765, 'id', 'db', 'Add Role', 'Tambahkan Peran', NULL, NULL),\n(35766, 'id', 'db', 'Update Role', 'Perbarui Peran', NULL, NULL),\n(35767, 'id', 'db', 'Import Warehouse', 'Gudang Impor', NULL, NULL),\n(35768, 'id', 'db', 'Update Warehouse', 'Perbarui Gudang', NULL, NULL),\n(35769, 'id', 'db', 'Import Customer Group', 'Grup Pelanggan Impor', NULL, NULL),\n(35770, 'id', 'db', 'Update Customer Group', 'Perbarui Grup Pelanggan', NULL, NULL),\n(35771, 'id', 'db', 'Import Brand', 'Merek Impor', NULL, NULL),\n(35772, 'id', 'db', 'Update Brand', 'Perbarui Merek', NULL, NULL),\n(35773, 'id', 'db', 'Import Unit', 'Unit Impor', NULL, NULL),\n(35774, 'id', 'db', 'Update Unit', 'Perbarui Satuan', NULL, NULL),\n(35775, 'id', 'db', 'Import Tax', 'Pajak Impor', NULL, NULL),\n(35776, 'id', 'db', 'Update Tax', 'Perbarui Pajak', NULL, NULL),\n(35777, 'id', 'db', 'Update User Profile', 'Perbarui Profil Pengguna', NULL, NULL),\n(35778, 'id', 'db', 'Default Customer', 'Pelanggan Default', NULL, NULL),\n(35779, 'id', 'db', 'Default Biller', 'Penagih Default', NULL, NULL),\n(35780, 'id', 'db', 'Default Warehouse', 'Gudang Default', NULL, NULL),\n(35781, 'id', 'db', 'Displayed Number of Product Row', 'Jumlah Baris Produk yang Ditampilkan', NULL, NULL),\n(35782, 'id', 'db', 'Add Brand', 'Tambahkan Merek', NULL, NULL),\n(35783, 'id', 'db', 'All Deposit', 'Semua Deposit', NULL, NULL),\n(35784, 'id', 'db', 'Update Deposit', 'Perbarui Setoran', NULL, NULL),\n(35785, 'id', 'db', 'Add Customer Group', 'Tambahkan Grup Pelanggan', NULL, NULL),\n(35786, 'id', 'db', 'Delivered By', 'Disampaikan Oleh', NULL, NULL),\n(35787, 'id', 'db', 'Recieved By', 'Diterima Oleh', NULL, NULL),\n(35788, 'id', 'db', 'Update Delivery', 'Perbarui Pengiriman', NULL, NULL),\n(35789, 'id', 'db', 'Update Expense Category', 'Perbarui Kategori Biaya', NULL, NULL),\n(35790, 'id', 'db', 'Tax Rate', 'Tarif Pajak', NULL, NULL),\n(35791, 'id', 'db', 'Unit Discount', 'Diskon Satuan', NULL, NULL),\n(35792, 'id', 'db', 'Import Purchase', 'Pembelian Impor', NULL, NULL),\n(35793, 'id', 'db', 'Payment Note', 'Catatan Pembayaran', NULL, NULL),\n(35794, 'id', 'db', 'All Payment', 'Semua Pembayaran', NULL, NULL),\n(35795, 'id', 'db', 'Update Payment', 'Perbarui Pembayaran', NULL, NULL),\n(35796, 'id', 'db', 'Update Quotation', 'Perbarui Kutipan', NULL, NULL),\n(35797, 'id', 'db', 'Coupon Discount', 'Kupon Diskon', NULL, NULL),\n(35798, 'id', 'db', 'Payment Mode', 'Mode Pembayaran', NULL, NULL),\n(35799, 'id', 'db', 'Bill To', 'Tagihan Ke', NULL, NULL),\n(35800, 'id', 'db', 'Stamp & Signature', 'Stempel & Tanda Tangan', NULL, NULL),\n(35801, 'id', 'db', 'Invoice Generated By', 'Faktur Dibuat Oleh', NULL, NULL),\n(35802, 'id', 'db', 'Add Tax', 'Tambahkan Pajak', NULL, NULL),\n(35803, 'id', 'db', 'Tax Name', 'Nama Pajak', NULL, NULL),\n(35804, 'id', 'db', 'From Warehouse', 'Dari Gudang', NULL, NULL),\n(35805, 'id', 'db', 'To Warehouse', 'Ke Gudang', NULL, NULL),\n(35806, 'id', 'db', 'Add Unit', 'Tambahkan Unit', NULL, NULL),\n(35807, 'id', 'db', 'Add Warehouse', 'Tambah Gudang', NULL, NULL),\n(35808, 'id', 'db', 'All Warehouse', 'Semua Gudang', NULL, NULL),\n(35809, 'id', 'db', 'Net Loss', 'Kerugian Bersih', NULL, NULL),\n(35810, 'id', 'db', 'Net Sale', 'Penjualan Bersih', NULL, NULL),\n(35811, 'id', 'db', 'Net Purchase', 'Pembelian Bersih', NULL, NULL),\n(35812, 'id', 'db', 'Net Return', 'Pengembalian Bersih', NULL, NULL),\n(35813, 'id', 'db', 'Payment Recieved', 'Pembayaran Diterima', NULL, NULL),\n(35814, 'id', 'db', 'Payment Sent', 'Pembayaran Telah Dikirim', NULL, NULL),\n(35815, 'id', 'db', 'Product Discount', 'Diskon Produk', NULL, NULL),\n(35816, 'id', 'db', 'Completed', 'Selesai', NULL, NULL),\n(35817, 'id', 'db', 'Pending', 'Tertunda', NULL, NULL),\n(35818, 'id', 'db', 'Partial', 'Sebagian', NULL, NULL),\n(35819, 'id', 'db', 'Packing', 'Sedang mengemas', NULL, NULL),\n(35820, 'id', 'db', 'Delivering', 'Mengirimkan', NULL, NULL),\n(35821, 'id', 'db', 'Ordered', 'Diperintahkan', NULL, NULL),\n(35822, 'id', 'db', 'No Tax', 'Tidak Ada Pajak', NULL, NULL),\n(35823, 'id', 'db', 'Stock Value by Price', 'Nilai Saham Berdasarkan Harga', NULL, NULL),\n(35824, 'id', 'db', 'Stock Value by Cost', 'Nilai Saham Berdasarkan Biaya', NULL, NULL),\n(35825, 'id', 'db', 'Estimate Profit', 'Perkiraan Keuntungan', NULL, NULL),\n(35826, 'id', 'db', 'Time Zone', 'Zona Waktu', NULL, NULL),\n(35827, 'id', 'db', 'Currency Position', 'Posisi Mata Uang', NULL, NULL),\n(35828, 'id', 'db', 'Prefix', 'Awalan', NULL, NULL),\n(35829, 'id', 'db', 'Suffix', 'Akhiran', NULL, NULL),\n(35830, 'id', 'db', 'Exclusive', 'Eksklusif', NULL, NULL),\n(35831, 'id', 'db', 'Inclusive', 'Inklusif', NULL, NULL),\n(35832, 'id', 'db', 'Combo Products', 'Produk Kombo', NULL, NULL),\n(35833, 'id', 'db', 'Image name must be same as product name', 'Nama gambar harus sama dengan nama produk', NULL, NULL),\n(35834, 'id', 'db', 'Paying Amount', 'Jumlah Pembayaran', NULL, NULL),\n(35835, 'id', 'db', 'Payable Amount', 'Jumlah yang Harus Dibayar', NULL, NULL),\n(35836, 'id', 'db', 'Change', 'Mengubah', NULL, NULL),\n(35837, 'id', 'db', 'Back', 'Kembali', NULL, NULL),\n(35838, 'id', 'db', 'Role Permission', 'Izin Peran', NULL, NULL),\n(35839, 'id', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', 'Eksklusif => Harga produk = Harga produk aktual + Pajak. Inklusif => Harga produk aktual = Harga produk - Pajak', NULL, NULL),\n(35840, 'id', 'db', 'Accounting', 'Akuntansi', NULL, NULL),\n(35841, 'id', 'db', 'Account', 'Akun', NULL, NULL),\n(35842, 'id', 'db', 'Account List', 'Daftar Akun', NULL, NULL),\n(35843, 'id', 'db', 'Add Account', 'Tambah Akun', NULL, NULL),\n(35844, 'id', 'db', 'Account No', 'Nomor Rekening', NULL, NULL),\n(35845, 'id', 'db', 'Initial Balance', 'Saldo Awal', NULL, NULL),\n(35846, 'id', 'db', 'Update Account', 'Perbarui Akun', NULL, NULL),\n(35847, 'id', 'db', 'Default', 'Bawaan', NULL, NULL),\n(35848, 'id', 'db', 'Balance Sheet', 'Neraca', NULL, NULL),\n(35849, 'id', 'db', 'Debit', 'Debet', NULL, NULL),\n(35850, 'id', 'db', 'Credit', 'Kredit', NULL, NULL),\n(35851, 'id', 'db', 'Account Statement', 'Laporan Rekening', NULL, NULL),\n(35852, 'id', 'db', 'Department', 'Departemen', NULL, NULL),\n(35853, 'id', 'db', 'Add Department', 'Tambah Departemen', NULL, NULL),\n(35854, 'id', 'db', 'Update Department', 'Departemen Pembaruan', NULL, NULL),\n(35855, 'id', 'db', 'Employee', 'Karyawan', NULL, NULL),\n(35856, 'id', 'db', 'Add Employee', 'Tambahkan Karyawan', NULL, NULL),\n(35857, 'id', 'db', 'Update Employee', 'Perbarui Karyawan', NULL, NULL),\n(35858, 'id', 'db', 'Payroll', 'Daftar gaji', NULL, NULL),\n(35859, 'id', 'db', 'Add Payroll', 'Tambahkan Gaji', NULL, NULL),\n(35860, 'id', 'db', 'Update Payroll', 'Perbarui Penggajian', NULL, NULL),\n(35861, 'id', 'db', 'Method', 'Metode', NULL, NULL),\n(35862, 'id', 'db', 'Sale Return', 'Pengembalian Penjualan', NULL, NULL),\n(35863, 'id', 'db', 'Purchase Return', 'Pengembalian Pembelian', NULL, NULL),\n(35864, 'id', 'db', 'Net Sale Return', 'Pengembalian Penjualan Bersih', NULL, NULL),\n(35865, 'id', 'db', 'Net Purchase Return', 'Pengembalian Pembelian Bersih', NULL, NULL),\n(35866, 'id', 'db', 'Attendance', 'Kehadiran', NULL, NULL),\n(35867, 'id', 'db', 'Add Attendance', 'Tambah Kehadiran', NULL, NULL),\n(35868, 'id', 'db', 'HRM Setting', 'Pengaturan SDM', NULL, NULL),\n(35869, 'id', 'db', 'CheckIn', 'Laporan', NULL, NULL),\n(35870, 'id', 'db', 'CheckOut', 'Check-out', NULL, NULL),\n(35871, 'id', 'db', 'Default CheckIn', 'Pendaftaran Default', NULL, NULL),\n(35872, 'id', 'db', 'Default CheckOut', 'Pembayaran Default', NULL, NULL),\n(35873, 'id', 'db', 'Present', 'Hadiah', NULL, NULL),\n(35874, 'id', 'db', 'Late', 'Terlambat', NULL, NULL),\n(35875, 'id', 'db', 'User Report', 'Laporan Pengguna', NULL, NULL),\n(35876, 'id', 'db', 'Choose User', 'Pilih Pengguna', NULL, NULL),\n(35877, 'id', 'db', 'Recieved Amount', 'Jumlah yang Diterima', NULL, NULL),\n(35878, 'id', 'db', 'Theme', 'Tema', NULL, NULL),\n(35879, 'id', 'db', 'Staff Access', 'Akses Staf', NULL, NULL),\n(35880, 'id', 'db', 'All Records', 'Semua Rekaman', NULL, NULL),\n(35881, 'id', 'db', 'Own Records', 'Catatan Milik Sendiri', NULL, NULL),\n(35882, 'id', 'db', 'Date Format', 'Format Tanggal', NULL, NULL),\n(35883, 'id', 'db', 'Empty Database', 'Database Kosong', NULL, NULL),\n(35884, 'id', 'db', 'Stock Count', 'Hitungan Stok', NULL, NULL),\n(35885, 'id', 'db', 'Count Stock', 'Hitung Stok', NULL, NULL),\n(35886, 'id', 'db', 'Full', 'Penuh', NULL, NULL),\n(35887, 'id', 'db', 'Finalize', 'Menyelesaikan', NULL, NULL),\n(35888, 'id', 'db', 'Initial File', 'Berkas Awal', NULL, NULL),\n(35889, 'id', 'db', 'Final File', 'Berkas Akhir', NULL, NULL),\n(35890, 'id', 'db', 'Final Report', 'Laporan akhir', NULL, NULL),\n(35891, 'id', 'db', 'Finalize Stock Count', 'Finalisasi Hitungan Stok', NULL, NULL),\n(35892, 'id', 'db', 'You just need to update the Counted column in the initial file', 'Anda hanya perlu memperbarui kolom Hitung di file awal', NULL, NULL),\n(35893, 'id', 'db', 'Files', 'Berkas', NULL, NULL),\n(35894, 'id', 'db', 'Expected', 'Mengharapkan', NULL, NULL),\n(35895, 'id', 'db', 'Counted', 'Terhitung', NULL, NULL),\n(35896, 'id', 'db', 'Difference', 'Perbedaan', NULL, NULL),\n(35897, 'id', 'db', 'Miscellaneous', 'Aneka ragam', NULL, NULL),\n(35898, 'id', 'db', 'SMS Setting', 'Pengaturan SMS', NULL, NULL),\n(35899, 'id', 'db', 'Send SMS', 'Kirim SMS', NULL, NULL),\n(35900, 'id', 'db', 'Gateway', 'Gerbang', NULL, NULL),\n(35901, 'id', 'db', 'Select SMS gateway', 'Pilih gerbang SMS...', NULL, NULL),\n(35902, 'id', 'db', 'Create SMS', 'Buat SMS', NULL, NULL),\n(35903, 'id', 'db', 'Mobile', 'Seluler', NULL, NULL),\n(35904, 'id', 'db', 'Message', 'Pesan', NULL, NULL),\n(35905, 'id', 'db', 'Add mobile numbers by selecting the customers', 'Tambahkan nomor ponsel dengan memilih pelanggan', NULL, NULL),\n(35906, 'id', 'db', 'Help', 'Membantu', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(35907, 'id', 'db', 'Type Product Name or Code', 'Ketik Nama Produk atau Kode...', NULL, NULL),\n(35908, 'id', 'db', 'Type date or sale reference', 'Ketik tanggal atau referensi penjualan...', NULL, NULL),\n(35909, 'id', 'db', 'Type date or purchase reference', 'Ketik tanggal atau referensi pembelian...', NULL, NULL),\n(35910, 'id', 'db', 'Tax Number', 'Nomor Pajak', NULL, NULL),\n(35911, 'id', 'db', 'Holiday', 'Hari libur', NULL, NULL),\n(35912, 'id', 'db', 'Add Holiday', 'Tambahkan Hari Libur', NULL, NULL),\n(35913, 'id', 'db', 'Update Holiday', 'Pembaruan Liburan', NULL, NULL),\n(35914, 'id', 'db', 'Approve', 'Menyetujui', NULL, NULL),\n(35915, 'id', 'db', 'My Holiday', 'Liburanku', NULL, NULL),\n(35916, 'id', 'db', 'Holiday Approve', 'Persetujuan Liburan', NULL, NULL),\n(35917, 'id', 'db', 'My Transaction', 'Transaksi Saya', NULL, NULL),\n(35918, 'id', 'db', 'Sale Generated', 'Penjualan Dihasilkan', NULL, NULL),\n(35919, 'id', 'db', 'Purchase Generated', 'Pembelian Dihasilkan', NULL, NULL),\n(35920, 'id', 'db', 'Quotation Generated', 'Kutipan Dihasilkan', NULL, NULL),\n(35921, 'id', 'db', 'Warehouse Report', 'Laporan Gudang', NULL, NULL),\n(35922, 'id', 'db', 'Quick Cash', 'Uang Cepat', NULL, NULL),\n(35923, 'id', 'db', 'Clear', 'Jernih', NULL, NULL),\n(35924, 'id', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'Anda dapat mengunggah beberapa gambar. Hanya file .jpeg, .jpg, .png, .gif yang dapat diunggah. Gambar pertama akan menjadi gambar dasar.', NULL, NULL),\n(35925, 'id', 'db', 'This product has variant', 'Produk ini memiliki varian', NULL, NULL),\n(35926, 'id', 'db', 'Enter variant value seperated by comma', 'Masukkan nilai varian yang dipisahkan dengan koma', NULL, NULL),\n(35927, 'id', 'db', 'Item Code', 'Kode Barang', NULL, NULL),\n(35928, 'id', 'db', 'Additional Price', 'Harga Tambahan', NULL, NULL),\n(35929, 'id', 'db', 'Variant', 'Variasi', NULL, NULL),\n(35930, 'id', 'db', 'Warehouse Quantity', 'Kuantitas Gudang', NULL, NULL),\n(35931, 'id', 'db', 'Warehouse quantity of product variants', 'Jumlah varian produk di gudang', NULL, NULL),\n(35932, 'id', 'db', 'Thank you for shopping with us Please come again', 'Terima kasih telah berbelanja dengan kami. Silakan datang kembali', NULL, NULL),\n(35933, 'id', 'db', 'Money Transfer', 'Transfer Uang', NULL, NULL),\n(35934, 'id', 'db', 'Add Money Transfer', 'Tambahkan Transfer Uang', NULL, NULL),\n(35935, 'id', 'db', 'From Account', 'Dari Akun', NULL, NULL),\n(35936, 'id', 'db', 'To Account', 'Untuk Mempertanggungjawabkan', NULL, NULL),\n(35937, 'id', 'db', 'Update Money Transfer', 'Perbarui Transfer Uang', NULL, NULL),\n(35938, 'id', 'db', 'Stock Quantity', 'Jumlah Stok', NULL, NULL),\n(35939, 'id', 'db', 'Stock Worth (Price\\\\\/Cost)', 'Nilai Saham (Harga\\\\\/Biaya)', NULL, NULL),\n(35940, 'id', 'db', 'Number of Product', 'Jumlah Produk', NULL, NULL),\n(35941, 'id', 'db', 'Add Cash Register', 'Tambahkan Mesin Kasir', NULL, NULL),\n(35942, 'id', 'db', 'Cash Register Details', 'Detail Mesin Kasir', NULL, NULL),\n(35943, 'id', 'db', 'Please review the transaction and payments', 'Harap memeriksa transaksi dan pembayaran.', NULL, NULL),\n(35944, 'id', 'db', 'Total Sale Amount', 'Total Jumlah Penjualan', NULL, NULL),\n(35945, 'id', 'db', 'Total Sale Return', 'Total Pengembalian Penjualan', NULL, NULL),\n(35946, 'id', 'db', 'Total Payment', 'Total Pembayaran', NULL, NULL),\n(35947, 'id', 'db', 'Cash Payment', 'Pembayaran Tunai', NULL, NULL),\n(35948, 'id', 'db', 'Credit Card Payment', 'Pembayaran Kartu Kredit', NULL, NULL),\n(35949, 'id', 'db', 'Gift Card Payment', 'Pembayaran Kartu Hadiah', NULL, NULL),\n(35950, 'id', 'db', 'Cheque Payment', 'Pembayaran Cek', NULL, NULL),\n(35951, 'id', 'db', 'Paypal Payment', 'Pembayaran Paypal', NULL, NULL),\n(35952, 'id', 'db', 'Total Expense', 'Total Biaya', NULL, NULL),\n(35953, 'id', 'db', 'Total Cash', 'Total Uang Tunai', NULL, NULL),\n(35954, 'id', 'db', 'Cash Register List', 'Daftar Mesin Kasir', NULL, NULL),\n(35955, 'id', 'db', 'Closed', 'Tertutup', NULL, NULL),\n(35956, 'id', 'db', 'Close Register', 'Tutup Daftar', NULL, NULL),\n(35957, 'id', 'db', 'Opened at', 'Dibuka pada', NULL, NULL),\n(35958, 'id', 'db', 'Closed at', 'Tutup pada', NULL, NULL),\n(35959, 'id', 'db', 'Delivery Details', 'Rincian Pengiriman', NULL, NULL),\n(35960, 'id', 'db', 'Print Last Reciept', 'Cetak Kwitansi Terakhir', NULL, NULL),\n(35961, 'id', 'db', 'Today Sale', 'Obral Hari Ini', NULL, NULL),\n(35962, 'id', 'db', 'Today Profit', 'Keuntungan Hari Ini', NULL, NULL),\n(35963, 'id', 'db', 'Product Revenue', 'Pendapatan Produk', NULL, NULL),\n(35964, 'id', 'db', 'Full Screen', 'Layar Penuh', NULL, NULL),\n(35965, 'id', 'db', 'Send Notification', 'Kirim Pemberitahuan', NULL, NULL),\n(35966, 'id', 'db', 'Add Currency', 'Tambahkan Mata Uang', NULL, NULL),\n(35967, 'id', 'db', 'Update Currency', 'Perbarui Mata Uang', NULL, NULL),\n(35968, 'id', 'db', 'Currency Name', 'Nama Mata Uang', NULL, NULL),\n(35969, 'id', 'db', 'Currency Code', 'Kode Mata Uang', NULL, NULL),\n(35970, 'id', 'db', 'Exchange Rate', 'Kurs', NULL, NULL),\n(35971, 'id', 'db', 'System Title', 'Judul Sistem', NULL, NULL),\n(35972, 'id', 'db', 'System Logo', 'Logo Sistem', NULL, NULL),\n(35973, 'id', 'db', 'This product has different price for different warehouse', 'Produk ini memiliki harga yang berbeda untuk gudang yang berbeda', NULL, NULL),\n(35974, 'id', 'db', 'Backup Database', 'Basis Data Cadangan', NULL, NULL),\n(35975, 'id', 'db', 'Deposit Payment', 'Pembayaran Deposit', NULL, NULL),\n(35976, 'id', 'db', 'Invoice Format', 'Format Faktur', NULL, NULL),\n(35977, 'id', 'db', 'Transaction Reference', 'Referensi Transaksi', NULL, NULL),\n(35978, 'id', 'db', 'Batch No', 'Nomor Batch', NULL, NULL),\n(35979, 'id', 'db', 'This product has batch and expired date', 'Produk ini memiliki tanggal batch dan tanggal kadaluarsa', NULL, NULL),\n(35980, 'id', 'db', 'Reward Point Setting', 'Pengaturan Poin Hadiah', NULL, NULL),\n(35981, 'id', 'db', 'Sold amount per point', 'Jumlah yang terjual per poin', NULL, NULL),\n(35982, 'id', 'db', 'Minumum sold amount to get point', 'Jumlah minimum penjualan untuk mendapatkan poin', NULL, NULL),\n(35983, 'id', 'db', 'Point Expiry Duration', 'Durasi Kedaluwarsa Poin', NULL, NULL),\n(35984, 'id', 'db', 'Duration Type', 'Jenis Durasi', NULL, NULL),\n(35985, 'id', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', 'Artinya berapa poin yang akan didapatkan pelanggan sesuai dengan jumlah penjualan. Misalnya, jika Anda memasukkan 100, maka untuk setiap 100 dolar yang dibelanjakan, pelanggan akan mendapatkan satu poin sebagai hadiah.', NULL, NULL),\n(35986, 'id', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', 'Contohnya, jika Anda memasukkan angka 100 maka pelanggan hanya akan mendapat poin setelah menghabiskan 100 dolar atau lebih.', NULL, NULL),\n(35987, 'id', 'db', 'Active reward point', 'Poin hadiah aktif', NULL, NULL),\n(35988, 'id', 'db', 'Reward Points', 'Poin Hadiah', NULL, NULL),\n(35989, 'id', 'db', 'One Point is Equivalent to =>', 'Satu Poin Setara dengan =>', NULL, NULL),\n(35990, 'id', 'db', 'This product has IMEI or Serial numbers', 'Produk ini memiliki nomor IMEI atau Serial', NULL, NULL),\n(35991, 'id', 'db', 'IMEI or Serial Numbers', 'IMEI atau Nomor Seri', NULL, NULL),\n(35992, 'id', 'db', 'RTL Layout', 'Tata Letak RTL', NULL, NULL),\n(35993, 'id', 'db', 'Cheque', 'Memeriksa', NULL, NULL),\n(35994, 'id', 'db', 'Cash', 'Uang tunai', NULL, NULL),\n(35995, 'id', 'db', 'PayPal', 'Paypal', NULL, NULL),\n(35996, 'id', 'db', 'Points', 'Poin', NULL, NULL),\n(35997, 'id', 'db', 'Cancel', 'Membatalkan', NULL, NULL),\n(35998, 'id', 'db', 'Recent Transaction', 'Transaksi Terbaru', NULL, NULL),\n(35999, 'id', 'db', 'Discount Plan', 'Rencana Diskon', NULL, NULL),\n(36000, 'id', 'db', 'Create Discount Plan', 'Buat Rencana Diskon', NULL, NULL),\n(36001, 'id', 'db', 'Inactive', 'Tidak aktif', NULL, NULL),\n(36002, 'id', 'db', 'Create Discount', 'Buat Diskon', NULL, NULL),\n(36003, 'id', 'db', 'Valid From', 'Berlaku Sejak', NULL, NULL),\n(36004, 'id', 'db', 'Valid Till', 'Sah Sampai', NULL, NULL),\n(36005, 'id', 'db', 'Discount Type', 'Jenis Diskon', NULL, NULL),\n(36006, 'id', 'db', 'Value', 'Nilai', NULL, NULL),\n(36007, 'id', 'db', 'Minimum Qty', 'Jumlah Minimum', NULL, NULL),\n(36008, 'id', 'db', 'Maximum Qty', 'Jumlah Maksimum', NULL, NULL),\n(36009, 'id', 'db', 'Type product code seperated by comma', 'Ketik kode produk yang dipisahkan dengan koma', NULL, NULL),\n(36010, 'id', 'db', 'Applicable For', 'Berlaku Untuk', NULL, NULL),\n(36011, 'id', 'db', 'All Products', 'Semua Produk', NULL, NULL),\n(36012, 'id', 'db', 'Specific Products', 'Produk Spesifik', NULL, NULL),\n(36013, 'id', 'db', 'Valid on the following days', 'Berlaku pada hari-hari berikut', NULL, NULL),\n(36014, 'id', 'db', 'Validity', 'Keabsahan', NULL, NULL),\n(36015, 'id', 'db', 'Days', 'Hari-hari', NULL, NULL),\n(36016, 'id', 'db', 'Products', 'Produk', NULL, NULL),\n(36017, 'id', 'db', 'Update Discount Plan', 'Perbarui Paket Diskon', NULL, NULL),\n(36018, 'id', 'db', 'Update Discount', 'Pembaruan Diskon', NULL, NULL),\n(36019, 'id', 'db', 'Order Discount Type', 'Jenis Diskon Pesanan', NULL, NULL),\n(36020, 'id', 'db', 'Order Discount Value', 'Nilai Diskon Pesanan', NULL, NULL),\n(36021, 'id', 'db', 'Flat', 'Datar', NULL, NULL),\n(36022, 'id', 'db', 'Revenue and Profit Summary', 'Ringkasan Pendapatan dan Keuntungan', NULL, NULL),\n(36023, 'id', 'db', 'Monthly Summary', 'Ringkasan Bulanan', NULL, NULL),\n(36024, 'id', 'db', 'Switch Theme', 'Ganti Tema', NULL, NULL),\n(36025, 'id', 'db', 'Documentation', 'Dokumentasi', NULL, NULL),\n(36026, 'id', 'db', 'Product Expiry Report', 'Laporan Kedaluwarsa Produk', NULL, NULL),\n(36027, 'id', 'db', 'Sale Return List', 'Daftar Pengembalian Penjualan', NULL, NULL),\n(36028, 'id', 'db', 'Purchase Return List', 'Daftar Pengembalian Pembelian', NULL, NULL),\n(36029, 'id', 'db', 'Purchase Return Details', 'Detail Pengembalian Pembelian', NULL, NULL),\n(36030, 'id', 'db', 'Purchase Payment', 'Pembayaran Pembelian', NULL, NULL),\n(36031, 'id', 'db', 'Sale Payment', 'Pembayaran Penjualan', NULL, NULL),\n(36032, 'id', 'db', 'Sale Report Chart', 'Bagan Laporan Penjualan', NULL, NULL),\n(36033, 'id', 'db', 'Time Period', 'Periode Waktu', NULL, NULL),\n(36034, 'id', 'db', 'Notification List', 'Daftar Pemberitahuan', NULL, NULL),\n(36035, 'id', 'db', 'Document', 'Dokumen', NULL, NULL),\n(36036, 'id', 'db', 'All Notification', 'Semua Pemberitahuan', NULL, NULL),\n(36037, 'id', 'db', 'Read', 'Membaca', NULL, NULL),\n(36038, 'id', 'db', 'Unread', 'Belum dibaca', NULL, NULL),\n(36039, 'id', 'db', 'Daily Sale Objective', 'Tujuan Penjualan Harian', NULL, NULL),\n(36040, 'id', 'db', 'Product Info', 'Info Produk', NULL, NULL),\n(36041, 'id', 'db', 'Number of Products', 'Jumlah Produk', NULL, NULL),\n(36042, 'id', 'db', 'Daily Sale Objective Report', 'Laporan Tujuan Penjualan Harian', NULL, NULL),\n(36043, 'id', 'db', 'Embedded Barcode', 'Barcode Tertanam', NULL, NULL),\n(36044, 'id', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'Jumlah minimum yang harus terjual dalam sehari. Jika tidak, Anda akan diberi tahu di dasbor. Namun, Anda harus menyiapkan pekerjaan cron dengan benar untuk itu. Ikuti dokumentasi terkait hal itu.', NULL, NULL),\n(36045, 'id', 'db', 'Deposited Balance', 'Saldo yang Disetorkan', NULL, NULL),\n(36046, 'id', 'db', 'Total Due', 'Total yang Harus Dibayar', NULL, NULL),\n(36047, 'id', 'db', 'Clear Due', 'Jelas Karena', NULL, NULL),\n(36048, 'id', 'db', 'Both Customer and Supplier', 'Baik Pelanggan dan Pemasok', NULL, NULL),\n(36049, 'id', 'db', 'Check this if this product will be used in weight scale machine', 'Periksa ini jika produk ini akan digunakan pada mesin timbangan berat.', NULL, NULL),\n(36050, 'id', 'db', 'Add More Variant', 'Tambahkan Lebih Banyak Varian', NULL, NULL),\n(36051, 'id', 'db', 'Additional Cost', 'Biaya Tambahan', NULL, NULL),\n(36052, 'id', 'db', 'Product Variant Information', 'Informasi Varian Produk', NULL, NULL),\n(36053, 'id', 'db', 'Product History', 'Sejarah Produk', NULL, NULL),\n(36054, 'id', 'db', 'Delivery Status', 'Status Pengiriman', NULL, NULL),\n(36055, 'id', 'db', 'Supplier Details', 'Rincian Pemasok', NULL, NULL),\n(36056, 'id', 'db', 'Customer Due Report', 'Laporan Piutang Pelanggan', NULL, NULL),\n(36057, 'id', 'db', 'Supplier Due Report', 'Laporan Jatuh Tempo Pemasok', NULL, NULL),\n(36058, 'id', 'db', 'Returned Amount', 'Jumlah yang Dikembalikan', NULL, NULL),\n(36059, 'id', 'db', 'Related Transaction', 'Transaksi Terkait', NULL, NULL),\n(36060, 'id', 'db', 'Tenant Name', 'Nama Penyewa', NULL, NULL),\n(36061, 'id', 'db', 'Domain Prefix', 'Awalan Domain', NULL, NULL),\n(36062, 'id', 'db', 'Created At', 'Dibuat di', NULL, NULL),\n(36063, 'id', 'db', 'Client List', 'Daftar Klien', NULL, NULL),\n(36064, 'id', 'db', 'Add Client', 'Tambahkan Klien', NULL, NULL),\n(36065, 'id', 'db', 'Invoice Size', 'Ukuran Faktur', NULL, NULL),\n(36066, 'id', 'db', 'A4', 'A4', NULL, NULL),\n(36067, 'id', 'db', 'Thermal POS receipt', 'Penerimaan POS Termal', NULL, NULL),\n(36068, 'id', 'db', 'Total Before Tax', 'Total Sebelum Pajak', NULL, NULL),\n(36069, 'id', 'db', 'Digits after deciaml point', 'Angka setelah titik desimal', NULL, NULL),\n(36070, 'id', 'db', 'Subscription Ends at', 'Langganan Berakhir pada', NULL, NULL),\n(36071, 'id', 'db', 'Customer Group Report', 'Laporan Kelompok Pelanggan', NULL, NULL),\n(36072, 'id', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', 'Jika Anda ingin menjual produk Anda dengan harga default, maka nilai persentasenya harus nol.', NULL, NULL),\n(36073, 'id', 'db', 'If this is your default currency, the exchange rate must be 1', 'Jika ini mata uang default Anda, nilai tukarnya harus 1.', NULL, NULL),\n(36074, 'id', 'db', 'Add Purchase Return', 'Tambahkan Pengembalian Pembelian', NULL, NULL),\n(36075, 'id', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Hanya mata uang default yang dapat memiliki nilai tukar 1. Harap ubah nilai tukar mata uang default Anda', NULL, NULL),\n(36076, 'id', 'db', 'Click to Add', 'Klik untuk Menambahkan', NULL, NULL),\n(36077, 'id', 'db', 'Free Trial Limit', 'Batas Uji Coba Gratis', NULL, NULL),\n(36079, 'id', 'db', 'Renew Subscription', 'Perbarui Langganan', NULL, NULL),\n(36080, 'id', 'db', 'Update Client DB', 'Perbarui DB Klien', NULL, NULL),\n(36081, 'id', 'db', 'Client', 'Klien', NULL, NULL),\n(36082, 'id', 'db', 'Domain', 'Domain', NULL, NULL),\n(36083, 'id', 'db', 'Package', 'Kemasan', NULL, NULL),\n(36084, 'id', 'db', 'Package List', 'Daftar Paket', NULL, NULL),\n(36085, 'id', 'db', 'Add Package', 'Tambah Paket', NULL, NULL),\n(36086, 'id', 'db', 'Update Package', 'Paket Pembaruan', NULL, NULL),\n(36087, 'id', 'db', 'Free Trial', 'Uji Coba Gratis', NULL, NULL),\n(36088, 'id', 'db', 'Monthly Fee', 'Biaya Bulanan', NULL, NULL),\n(36089, 'id', 'db', 'Yearly Fee', 'Biaya Tahunan', NULL, NULL),\n(36090, 'id', 'db', 'Number of Warehouses', 'Jumlah Gudang', NULL, NULL),\n(36091, 'id', 'db', 'Number of Invoices', 'Jumlah Faktur', NULL, NULL),\n(36092, 'id', 'db', 'Number of User Account', 'Jumlah Akun Pengguna', NULL, NULL),\n(36093, 'id', 'db', 'Number of Employees', 'Jumlah karyawan', NULL, NULL),\n(36094, 'id', 'db', 'Infinity', 'Ketakterbatasan', NULL, NULL),\n(36095, 'id', 'db', 'Features', 'Fitur', NULL, NULL),\n(36096, 'id', 'db', 'Unlimited', 'Tak terbatas', NULL, NULL),\n(36097, 'id', 'db', 'Package Name', 'Nama Paket', NULL, NULL),\n(36098, 'id', 'db', 'Change Package', 'Ubah Paket', NULL, NULL),\n(36099, 'id', 'db', 'Active Payment Gateway', 'Gerbang Pembayaran Aktif', NULL, NULL),\n(36100, 'id', 'db', 'No Payment Gateway', 'Tidak Ada Gerbang Pembayaran', NULL, NULL),\n(36101, 'id', 'db', 'Payment Setting', 'Pengaturan Pembayaran', NULL, NULL),\n(36102, 'id', 'db', 'Subscription Type', 'Jenis Langganan', NULL, NULL),\n(36103, 'id', 'db', 'Update SuperAdmin DB', 'Perbarui DB SuperAdmin', NULL, NULL),\n(36104, 'id', 'db', 'Payments', 'Pembayaran', NULL, NULL),\n(36105, 'id', 'db', 'CMS', 'Komunikasi Komputer (CMS)', NULL, NULL),\n(36106, 'id', 'db', 'Support Tickets', 'Tiket Dukungan', NULL, NULL),\n(36107, 'id', 'db', 'Testimonials', 'Testimoni', NULL, NULL),\n(36108, 'id', 'db', 'Blog', 'Blog', NULL, NULL),\n(36109, 'id', 'db', 'Page', 'Halaman', NULL, NULL),\n(36110, 'id', 'db', 'All Blog Posts', 'Semua Postingan Blog', NULL, NULL),\n(36111, 'id', 'db', 'All Pages', 'Semua Halaman', NULL, NULL),\n(36112, 'id', 'db', 'Subscription value', 'Nilai berlangganan', NULL, NULL),\n(36113, 'id', 'db', 'Total Clients', 'Jumlah Klien', NULL, NULL),\n(36114, 'id', 'db', 'Packages', 'Paket', NULL, NULL),\n(36115, 'id', 'db', 'Send message to tenants', 'Kirim pesan ke penyewa', NULL, NULL),\n(36116, 'id', 'db', 'SEO Setting', 'Pengaturan SEO', NULL, NULL),\n(36117, 'id', 'db', 'Meta Title', 'Judul Meta', NULL, NULL),\n(36118, 'id', 'db', '50-60 characters', '50-60 karakter', NULL, NULL),\n(36119, 'id', 'db', 'Meta Description', 'Deskripsi Meta', NULL, NULL),\n(36120, 'id', 'db', '150-160 characters', '150-160 karakter', NULL, NULL),\n(36121, 'id', 'db', 'og Title', 'Judul', NULL, NULL),\n(36122, 'id', 'db', 'og Description', 'Deskripsi', NULL, NULL),\n(36123, 'id', 'db', 'og Image', 'Gambar og', NULL, NULL),\n(36124, 'id', 'db', 'Analytics Setting', 'Pengaturan Analisis', NULL, NULL),\n(36125, 'id', 'db', 'Google Analytics Script', 'Skrip Google Analytics', NULL, NULL),\n(36126, 'id', 'db', 'Facebook Pixel Script', 'Skrip Piksel Facebook', NULL, NULL),\n(36127, 'id', 'db', 'Chat Script', 'Skrip Obrolan', NULL, NULL),\n(36128, 'id', 'db', 'Hero Section', 'Bagian Pahlawan', NULL, NULL),\n(36129, 'id', 'db', 'Heading', 'Menuju', NULL, NULL),\n(36130, 'id', 'db', 'Sub Heading', 'Subjudul', NULL, NULL),\n(36131, 'id', 'db', 'Hero Image', 'Gambar Pahlawan', NULL, NULL),\n(36132, 'id', 'db', 'Save', 'Menyimpan', NULL, NULL),\n(36133, 'id', 'db', 'Module Section', 'Bagian Modul', NULL, NULL),\n(36134, 'id', 'db', 'Click to choose icon', 'Klik untuk memilih ikon', NULL, NULL),\n(36136, 'id', 'db', 'Add More', 'Tambahkan Lebih Banyak', NULL, NULL),\n(36137, 'id', 'db', 'Icon', 'Ikon', NULL, NULL),\n(36138, 'id', 'db', 'Feature Section', 'Bagian Fitur', NULL, NULL),\n(36139, 'id', 'db', 'FAQ Section', 'Bagian Tanya Jawab', NULL, NULL),\n(36140, 'id', 'db', 'Question', 'Pertanyaan', NULL, NULL),\n(36141, 'id', 'db', 'Answer', 'Menjawab', NULL, NULL),\n(36142, 'id', 'db', 'Update FAQ', 'Pertanyaan Umum Pembaruan', NULL, NULL),\n(36143, 'id', 'db', 'Update Module', 'Modul Pembaruan', NULL, NULL),\n(36144, 'id', 'db', 'Update Feature', 'Fitur Pembaruan', NULL, NULL),\n(36145, 'id', 'db', 'Testimonial Section', 'Bagian Testimonial', NULL, NULL),\n(36146, 'id', 'db', 'Blog Section', 'Bagian Blog', NULL, NULL),\n(36147, 'id', 'db', 'Page Section', 'Bagian Halaman', NULL, NULL),\n(36148, 'id', 'db', 'Social Section', 'Bagian Sosial', NULL, NULL),\n(36149, 'id', 'db', 'Business Name', 'Nama Bisnis', NULL, NULL),\n(36150, 'id', 'db', 'Text', 'Teks', NULL, NULL),\n(36151, 'id', 'db', 'Update Testimonial', 'Pembaruan Testimoni', NULL, NULL),\n(36152, 'id', 'db', 'Add Post', 'Tambahkan Postingan', NULL, NULL),\n(36153, 'id', 'db', 'Blog Title', 'Judul Blog', NULL, NULL),\n(36154, 'id', 'db', 'Page Title', 'Judul Halaman', NULL, NULL),\n(36156, 'id', 'db', 'Update Blog', 'Perbarui Blog', NULL, NULL),\n(36157, 'id', 'db', 'Update Page', 'Perbarui Halaman', NULL, NULL),\n(36158, 'id', 'db', 'Open Graph Title', 'Judul Grafik Terbuka', NULL, NULL),\n(36159, 'id', 'db', 'Open Graph Description', 'Deskripsi Grafik Terbuka', NULL, NULL),\n(36161, 'id', 'db', 'Link', 'Link', NULL, NULL),\n(36162, 'id', 'db', 'Update Social', 'Pembaruan Sosial', NULL, NULL),\n(36163, 'id', 'db', 'All Blogs', 'Semua Blog', NULL, NULL),\n(36164, 'id', 'db', 'Add Page', 'Tambah Halaman', NULL, NULL),\n(36165, 'id', 'db', 'Field Belongs To', 'Lapangan Milik', NULL, NULL),\n(36166, 'id', 'db', 'Field Name', 'Nama Lapangan', NULL, NULL),\n(36167, 'id', 'db', 'Field Type', 'Jenis Lapangan', NULL, NULL),\n(36168, 'id', 'db', 'Default Value', 'Nilai Default', NULL, NULL),\n(36169, 'id', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', 'Grid (Kolom Bootstrap eq. 12) - Maksimal 12', NULL, NULL),\n(36170, 'id', 'db', 'Required', 'Diperlukan', NULL, NULL),\n(36171, 'id', 'db', 'Admin Only', 'Hanya Admin', NULL, NULL),\n(36172, 'id', 'db', 'Disabled', 'Dengan disabilitas', NULL, NULL),\n(36173, 'id', 'db', 'Visibility', 'Visibilitas', NULL, NULL),\n(36174, 'id', 'db', 'Show on Table', 'Tampilkan di Tabel', NULL, NULL),\n(36175, 'id', 'db', 'Show on Invoice', 'Tampilkan di Faktur', NULL, NULL),\n(36176, 'id', 'db', 'Nothing Selected', 'Tidak Ada yang Dipilih', NULL, NULL),\n(36177, 'id', 'db', 'Custom Field', 'Bidang Kustom', NULL, NULL),\n(36178, 'id', 'db', 'Custom Field List', 'Daftar Bidang Kustom', NULL, NULL),\n(36179, 'id', 'db', 'Create Custom Field', 'Buat Bidang Kustom', NULL, NULL),\n(36180, 'id', 'db', 'Options', 'Pilihan', NULL, NULL),\n(36181, 'id', 'db', 'Update Custom Field', 'Perbarui Bidang Kustom', NULL, NULL),\n(36182, 'id', 'db', 'Total Price', 'Harga Total', NULL, NULL),\n(36183, 'id', 'db', 'Reminder Date', 'Tanggal Pengingat', NULL, NULL),\n(36184, 'id', 'db', 'Total Cost', 'Total Biaya', NULL, NULL),\n(36185, 'id', 'db', 'Mail Driver', 'Pengemudi Surat', NULL, NULL),\n(36186, 'id', 'db', 'Update existing clients who are using this package', 'Perbarui klien yang ada yang menggunakan paket ini', NULL, NULL),\n(36187, 'id', 'db', 'ZATCA QrCode', 'Kode QR ZATCA', NULL, NULL),\n(36188, 'id', 'db', 'VAT Registration Number', 'Nomor Registrasi PPN', NULL, NULL),\n(36189, 'id', 'db', 'Button Text', 'Teks Tombol', NULL, NULL),\n(36190, 'id', 'db', 'Modules', 'Modul', NULL, NULL),\n(36191, 'id', 'db', 'Add Module', 'Tambahkan Modul', NULL, NULL),\n(36192, 'id', 'db', 'Add Faq', 'Tambahkan Faq', NULL, NULL),\n(36193, 'id', 'db', 'Tenant Signup Description', 'Deskripsi Pendaftaran Penyewa', NULL, NULL),\n(36194, 'id', 'db', 'Add Language', 'Tambahkan Bahasa', NULL, NULL),\n(36195, 'id', 'db', 'Update Language', 'Perbarui Bahasa', NULL, NULL),\n(36196, 'id', 'db', 'Number of Person', 'Jumlah Orang', NULL, NULL),\n(36197, 'id', 'db', 'Add Table', 'Tambahkan Tabel', NULL, NULL),\n(36198, 'id', 'db', 'Update Table', 'Perbarui Tabel', NULL, NULL),\n(36199, 'id', 'db', 'Tables', 'Tabel', NULL, NULL),\n(36200, 'id', 'db', 'Table', 'Meja', NULL, NULL),\n(36201, 'id', 'db', 'Table Management', 'Manajemen Meja', NULL, NULL),\n(36202, 'id', 'db', 'Initial Stock', 'Stok Awal', NULL, NULL),\n(36203, 'id', 'db', 'This feature will not work for product with variants and batches', 'Fitur ini tidak akan berfungsi untuk produk dengan varian dan batch', NULL, NULL),\n(36204, 'id', 'db', 'Queue', 'Antre', NULL, NULL),\n(36205, 'id', 'db', 'Addons', 'Tambahan', NULL, NULL),\n(36206, 'id', 'db', 'Addon List', 'Daftar Addon', NULL, NULL),\n(36207, 'id', 'db', 'Sync Product Categories', 'Sinkronkan Kategori Produk', NULL, NULL),\n(36208, 'id', 'db', 'Sync', 'Sinkronisasi', NULL, NULL),\n(36209, 'id', 'db', 'Sync Log', 'Log Sinkronisasi', NULL, NULL),\n(36210, 'id', 'db', 'Reset Synced Category', 'Atur Ulang Kategori yang Disinkronkan', NULL, NULL),\n(36211, 'id', 'db', 'Sync Products', 'Sinkronisasi Produk', NULL, NULL),\n(36212, 'id', 'db', 'Reset Synced Product', 'Setel Ulang Produk yang Disinkronkan', NULL, NULL),\n(36213, 'id', 'db', 'Tax Rates Mapping', 'Pemetaan Tarif Pajak', NULL, NULL),\n(36214, 'id', 'db', 'POS Tax Rate', 'Tarif Pajak POS', NULL, NULL),\n(36215, 'id', 'db', 'Equivalent WooCommerce Tax Rate', 'Tarif Pajak WooCommerce yang Setara', NULL, NULL),\n(36216, 'id', 'db', 'Sync Orders(New Order Only)', 'Sinkronisasi Pesanan (Hanya Pesanan Baru)', NULL, NULL),\n(36217, 'id', 'db', 'Sync Type', 'Jenis Sinkronisasi', NULL, NULL),\n(36218, 'id', 'db', 'Operation', 'Operasi', NULL, NULL),\n(36219, 'id', 'db', 'Records', 'Catatan', NULL, NULL),\n(36220, 'id', 'db', 'Synced By', 'Disinkronkan Oleh', NULL, NULL),\n(36221, 'id', 'db', 'Instructions', 'Instruksi', NULL, NULL),\n(36222, 'id', 'db', 'API Settings', 'Pengaturan API', NULL, NULL),\n(36223, 'id', 'db', 'Product Sync Settings', 'Pengaturan Sinkronisasi Produk', NULL, NULL),\n(36224, 'id', 'db', 'Order Sync Settings', 'Pengaturan Sinkronisasi Pesanan', NULL, NULL),\n(36225, 'id', 'db', 'Webhook Settings', 'Pengaturan Webhook', NULL, NULL),\n(36226, 'id', 'db', 'WooCommerce App URL', 'URL Aplikasi WooCommerce', NULL, NULL),\n(36227, 'id', 'db', 'WooCommerce Consumer Key', 'Kunci Konsumen WooCommerce', NULL, NULL),\n(36228, 'id', 'db', 'WooCommerce Consumer Secret', 'Rahasia Konsumen WooCommerce', NULL, NULL),\n(36229, 'id', 'db', 'WooCommerce Settings', 'Pengaturan WooCommerce', NULL, NULL),\n(36230, 'id', 'db', 'Default Tax Class', 'Kelas Pajak Default', NULL, NULL),\n(36231, 'id', 'db', 'Sync Product Price', 'Sinkronkan Harga Produk', NULL, NULL),\n(36232, 'id', 'db', 'Manage Stock', 'Kelola Stok', NULL, NULL),\n(36233, 'id', 'db', 'Stock Status', 'Status Stok', NULL, NULL),\n(36234, 'id', 'db', 'Default Customer Group', 'Grup Pelanggan Default', NULL, NULL),\n(36235, 'id', 'db', 'WooCommerce Order Status', 'Status Pesanan WooCommerce', NULL, NULL),\n(36236, 'id', 'db', 'Equivalent POS Sell Status', 'Status Penjualan POS Setara', NULL, NULL),\n(36237, 'id', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'Untuk mendapatkan detail API WooCommerce, navigasikan ke WooCommerce -> Setelan -> Lanjutan -> API REST. Berikan deskripsi, pilih pengguna, dan berikan Izin Baca\\\\\/Tulis.', NULL, NULL),\n(36238, 'id', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'Saat melakukan sinkronisasi, jangan menyegarkan halaman atau meninggalkannya.', NULL, NULL),\n(36239, 'id', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'Pada opsi permalink WordPress, pilih Nama Postingan sebagai opsi permalink.', NULL, NULL),\n(36240, 'id', 'db', 'Buy Now', 'Beli Sekarang', NULL, NULL),\n(36241, 'id', 'db', 'Install', 'Memasang', NULL, NULL),\n(36242, 'id', 'db', 'Staff Id', 'ID Staf', NULL, NULL),\n(36243, 'id', 'db', 'Import CSV file (Device)', 'Impor file CSV (Perangkat)', NULL, NULL),\n(36244, 'id', 'db', 'Attendance Device Date Format', 'Format Tanggal Perangkat Kehadiran', NULL, NULL),\n(36245, 'id', 'db', 'Disable Woocommerce Sync', 'Nonaktifkan Sinkronisasi Woocommerce', NULL, NULL),\n(36246, 'id', 'db', 'Product Status', 'Status Produk', NULL, NULL),\n(36247, 'id', 'db', 'Category not synced', 'Kategori tidak disinkronkan', NULL, NULL),\n(36248, 'id', 'db', 'Categories not synced', 'Kategori tidak disinkronkan', NULL, NULL),\n(36249, 'id', 'db', 'Category can be updated', 'Kategori dapat diperbarui', NULL, NULL),\n(36250, 'id', 'db', 'Categories can be updated', 'Kategori dapat diperbarui', NULL, NULL),\n(36251, 'id', 'db', 'Product not synced', 'Produk tidak disinkronkan', NULL, NULL),\n(36252, 'id', 'db', 'Products not synced', 'Produk tidak disinkronkan', NULL, NULL),\n(36253, 'id', 'db', 'Product can be updated', 'Produk dapat diperbarui', NULL, NULL),\n(36254, 'id', 'db', 'Products can be updated', 'Produk dapat diperbarui', NULL, NULL),\n(36255, 'id', 'db', 'Please connect with WooCommerce', 'Silakan terhubung dengan WooCommerce', NULL, NULL),\n(36256, 'id', 'db', 'Something went wrong', 'Ada yang salah', NULL, NULL),\n(36257, 'id', 'db', 'Synced category successfully', 'Kategori berhasil disinkronkan', NULL, NULL),\n(36258, 'id', 'db', 'Reset synced category successfully', 'Kategori yang disinkronkan berhasil direset', NULL, NULL),\n(36259, 'id', 'db', 'Synced product successfully', 'Produk berhasil disinkronkan', NULL, NULL),\n(36260, 'id', 'db', 'Reset synced product successfully', 'Setel ulang produk yang disinkronkan berhasil', NULL, NULL),\n(36261, 'id', 'db', 'Tax maped successfully', 'Pemetaan pajak berhasil', NULL, NULL),\n(36262, 'id', 'db', 'Synced order successfully', 'Pesanan berhasil disinkronkan', NULL, NULL),\n(36263, 'id', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'Silakan pilih Grup Pelanggan Default\\\\\/ Gudang Default\\\\\/ Penagihan Default\\\\\/ Status Penjualan POS Setara di Pengaturan Sinkronisasi Pesanan', NULL, NULL),\n(36264, 'id', 'db', 'Module Image', 'Gambar Modul', NULL, NULL),\n(36265, 'id', 'db', 'Courier', 'Kurir', NULL, NULL),\n(36266, 'id', 'db', 'Courier List', 'Daftar Kurir', NULL, NULL),\n(36267, 'id', 'db', 'Add Courier', 'Tambahkan Kurir', NULL, NULL),\n(36268, 'id', 'db', 'Update Courier', 'Perbarui Kurir', NULL, NULL),\n(36269, 'id', 'db', 'Sale and Quotation without stock', 'Penjualan dan Penawaran tanpa stok', NULL, NULL),\n(36270, 'id', 'db', 'Yes', 'Ya', NULL, NULL),\n(36271, 'id', 'db', 'No', 'TIDAK', NULL, NULL),\n(36272, 'id', 'db', 'Returned', 'dikembalikan', NULL, NULL),\n(36273, 'id', 'db', 'Get in touch', 'Hubungi kami', NULL, NULL),\n(36274, 'id', 'db', 'Contact Info', 'Info Kontak', NULL, NULL),\n(36275, 'id', 'db', 'Bug Setting', 'Pengaturan Bug', NULL, NULL),\n(36276, 'id', 'db', 'File Name', 'Nama Berkas', NULL, NULL),\n(36277, 'id', 'db', 'Type File Name', 'Ketik Nama File', NULL, NULL),\n(36278, 'id', 'db', 'Logs', 'Log', NULL, NULL),\n(36279, 'id', 'db', 'Type Log', 'Jenis Log', NULL, NULL),\n(36280, 'id', 'db', 'Short Note', 'Catatan Singkat', NULL, NULL),\n(36281, 'id', 'db', 'Product Mode', 'Mode Produk', NULL, NULL),\n(36282, 'id', 'db', 'Version', 'Versi', NULL, NULL),\n(36283, 'id', 'db', 'Bug No', 'Tidak Ada Bug', NULL, NULL),\n(36284, 'id', 'db', 'Minimum Required Version', 'Versi Minimum yang Diperlukan', NULL, NULL),\n(36285, 'id', 'db', 'Version Upgrade', 'Peningkatan Versi', NULL, NULL),\n(36286, 'id', 'db', 'Latest Version Upgrade', 'Peningkatan Versi Terbaru', NULL, NULL),\n(36287, 'id', 'db', 'Latest Version DB Migrate', '.Migrasi DB Versi Terbaru', NULL, NULL),\n(36288, 'id', 'db', 'Version Upgrade URL', 'URL Peningkatan Versi', NULL, NULL),\n(36289, 'id', 'db', 'Bug Update', 'Pembaruan Bug', NULL, NULL),\n(36290, 'id', 'db', 'Bug DB Migrate', 'Migrasi DB Bug', NULL, NULL),\n(36291, 'id', 'db', 'Bug Update URL', 'URL Pembaruan Bug', NULL, NULL),\n(36292, 'id', 'db', 'Version Upgrade Setting', 'Pengaturan Peningkatan Versi', NULL, NULL),\n(36293, 'id', 'db', 'Bug Update Setting', 'Pengaturan Pembaruan Bug', NULL, NULL),\n(36294, 'id', 'db', 'My Account', 'Akun Saya', NULL, NULL),\n(36296, 'id', 'db', 'Phone', 'Telepon', NULL, NULL),\n(36297, 'id', 'db', 'My Addresses', 'Alamat Saya', NULL, NULL),\n(36298, 'id', 'db', 'Edit Address', 'Edit Alamat', NULL, NULL),\n(36299, 'id', 'db', 'Zip \\\\\/ Postal code', 'Kode pos', NULL, NULL),\n(36300, 'id', 'db', 'Cart', 'Keranjang', NULL, NULL),\n(36301, 'id', 'db', 'Shop Cart', 'Keranjang Belanja', NULL, NULL),\n(36302, 'id', 'db', 'Home', 'Rumah', NULL, NULL),\n(36303, 'id', 'db', 'Sub Total', 'Sub Total', NULL, NULL),\n(36304, 'id', 'db', 'Continue Shopping', 'Lanjutkan Berbelanja', NULL, NULL),\n(36305, 'id', 'db', 'Proceed to Checkout', 'Lanjutkan ke Pembayaran', NULL, NULL),\n(36306, 'id', 'db', 'Pay', 'Membayar', NULL, NULL),\n(36307, 'id', 'db', 'Returning customer?', 'Pelanggan yang kembali?', NULL, NULL),\n(36308, 'id', 'db', 'Shipping Details', 'Rincian Pengiriman', NULL, NULL),\n(36309, 'id', 'db', 'Default Address', 'Alamat Default', NULL, NULL),\n(36310, 'id', 'db', 'Add a different address', 'Tambahkan alamat lain', NULL, NULL),\n(36311, 'id', 'db', 'Order Notes', 'Catatan Pesanan', NULL, NULL),\n(36312, 'id', 'db', 'Billing address same as Shipping Address', 'Alamat penagihan sama dengan Alamat Pengiriman', NULL, NULL),\n(36313, 'id', 'db', 'Your order', 'Pesanan Anda', NULL, NULL),\n(36314, 'id', 'db', 'Product(s)', 'Produk', NULL, NULL),\n(36316, 'id', 'db', 'I have a coupon', 'Saya punya kupon', NULL, NULL),\n(36317, 'id', 'db', 'Enter coupon code', 'Masukkan kode kupon', NULL, NULL),\n(36318, 'id', 'db', 'I have read and accept the', 'Saya telah membaca dan menerima', NULL, NULL),\n(36319, 'id', 'db', 'Cash on Delivery', 'Pembayaran Tunai saat Pengiriman', NULL, NULL),\n(36320, 'id', 'db', 'Remember Me', 'Ingat Aku', NULL, NULL),\n(36321, 'id', 'db', 'Log In', 'Masuk', NULL, NULL),\n(36322, 'id', 'db', 'sign up now', 'Daftar sekarang', NULL, NULL),\n(36323, 'id', 'db', 'My Profile', 'Profil Saya', NULL, NULL),\n(36324, 'id', 'db', 'My Orders', 'Pesanan Saya', NULL, NULL),\n(36325, 'id', 'db', 'My Wishlist', 'Daftar Keinginanku', NULL, NULL),\n(36326, 'id', 'db', 'Account Details', 'Rincian Akun', NULL, NULL),\n(36327, 'id', 'db', 'We have sent you an email', 'Kami telah mengirimkan email kepada Anda', NULL, NULL),\n(36328, 'id', 'db', 'Just click on the link in that email to verify', 'Cukup klik tautan di email itu untuk memverifikasi', NULL, NULL),\n(36329, 'id', 'db', 'Thank you for verifying your email', 'Terima kasih telah memverifikasi email Anda', NULL, NULL),\n(36330, 'id', 'db', 'Order Details', 'Rincian Pesanan', NULL, NULL),\n(36331, 'id', 'db', 'You have not ordered anything yet!', 'Anda belum memesan apa pun!', NULL, NULL),\n(36332, 'id', 'db', 'Tags', 'Tag', NULL, NULL),\n(36333, 'id', 'db', 'Share', 'Membagikan', NULL, NULL),\n(36334, 'id', 'db', 'Thank you for your order', 'Terima kasih atas pesanan Anda', NULL, NULL),\n(36335, 'id', 'db', 'Here is your order reference no', 'Ini nomor referensi pesanan Anda', NULL, NULL),\n(36336, 'id', 'db', 'You will receive an email with delivery details shortly', 'Anda akan segera menerima email berisi rincian pengiriman', NULL, NULL),\n(36337, 'id', 'db', 'Add Collection', 'Tambahkan Koleksi', NULL, NULL),\n(36338, 'id', 'db', 'Collection Name', 'Nama Koleksi', NULL, NULL),\n(36339, 'id', 'db', 'Permalink', 'Tautan permanen', NULL, NULL),\n(36340, 'id', 'db', 'Save as Draft', 'Simpan sebagai Draf', NULL, NULL),\n(36341, 'id', 'db', 'Publish', 'Menerbitkan', NULL, NULL),\n(36342, 'id', 'db', 'Collection', 'Koleksi', NULL, NULL),\n(36343, 'id', 'db', 'Slug', 'Siput', NULL, NULL),\n(36345, 'id', 'db', 'Sliders', 'Penggeser', NULL, NULL),\n(36346, 'id', 'db', 'Menu', 'Menu', NULL, NULL),\n(36347, 'id', 'db', 'Collections', 'Koleksi', NULL, NULL),\n(36348, 'id', 'db', 'Pages', 'Halaman', NULL, NULL),\n(36349, 'id', 'db', 'Widgets', 'Widget', NULL, NULL),\n(36350, 'id', 'db', 'Faq Category', 'Kategori Tanya Jawab', NULL, NULL),\n(36351, 'id', 'db', 'Faqs', 'Tanya Jawab', NULL, NULL),\n(36352, 'id', 'db', 'Social Links', 'Tautan Sosial', NULL, NULL),\n(36353, 'id', 'db', 'Payment Gateways', 'Gerbang Pembayaran', NULL, NULL),\n(36354, 'id', 'db', 'Location', 'Lokasi', NULL, NULL),\n(36355, 'id', 'db', 'Add Menu', 'Tambahkan Menu', NULL, NULL),\n(36356, 'id', 'db', 'Add Menu Items', 'Tambahkan Item Menu', NULL, NULL),\n(36357, 'id', 'db', 'Categories', 'Kategori', NULL, NULL),\n(36358, 'id', 'db', 'Select All', 'Pilih Semua', NULL, NULL),\n(36359, 'id', 'db', 'Add to Menu', 'Tambahkan ke Menu', NULL, NULL),\n(36360, 'id', 'db', 'Brands', 'Merek', NULL, NULL),\n(36361, 'id', 'db', 'Custom Links', 'Tautan Kustom', NULL, NULL),\n(36362, 'id', 'db', 'URL', 'alamat', NULL, NULL),\n(36363, 'id', 'db', 'Link Text', 'Teks Tautan', NULL, NULL),\n(36364, 'id', 'db', 'Menu Structure', 'Struktur Menu', NULL, NULL),\n(36365, 'id', 'db', 'Select categories, pages or add custom links to menus', 'Pilih kategori, halaman, atau tambahkan tautan khusus ke menu', NULL, NULL),\n(36366, 'id', 'db', 'Link Name', 'Nama Tautan', NULL, NULL),\n(36367, 'id', 'db', 'Open in a new tab', 'Buka di tab baru', NULL, NULL),\n(36368, 'id', 'db', 'Save Menu', 'Simpan Menu', NULL, NULL),\n(36369, 'id', 'db', 'Page Name', 'Nama Halaman', NULL, NULL),\n(36370, 'id', 'db', 'Page Layout', 'Tata Letak Halaman', NULL, NULL),\n(36371, 'id', 'db', 'click on the widgets below to add it to your layout', 'klik widget di bawah ini untuk menambahkannya ke tata letak Anda', NULL, NULL),\n(36372, 'id', 'db', 'Product Category', 'Kategori Produk', NULL, NULL),\n(36373, 'id', 'db', 'Tabbed Product Categories', 'Kategori Produk Bertab', NULL, NULL),\n(36374, 'id', 'db', 'Category Slider', 'Penggeser Kategori', NULL, NULL),\n(36375, 'id', 'db', 'Product Collection', 'Koleksi Produk', NULL, NULL),\n(36376, 'id', 'db', 'Tabbed Product Collections', 'Koleksi Produk Bertab', NULL, NULL),\n(36377, 'id', 'db', 'Brand Slider', 'Penggeser Merek', NULL, NULL),\n(36378, 'id', 'db', 'Og_Title', 'Judul_Og', NULL, NULL),\n(36380, 'id', 'db', 'Og_description', 'Deskripsi_Og', NULL, NULL),\n(36382, 'id', 'db', 'Og_Image', 'Gambar_Og', NULL, NULL),\n(36383, 'id', 'db', 'Templates', 'Templat', NULL, NULL),\n(36384, 'id', 'db', 'Choose Category', 'Pilih Kategori', NULL, NULL),\n(36385, 'id', 'db', 'Layout Type', 'Jenis Tata Letak', NULL, NULL),\n(36386, 'id', 'db', 'Slider Loop', 'Lingkaran Penggeser', NULL, NULL),\n(36387, 'id', 'db', 'Slider Autoplay', 'Putar Otomatis Slider', NULL, NULL),\n(36388, 'id', 'db', 'Slider Autoplay Speed', 'Kecepatan Putar Otomatis Slider', NULL, NULL),\n(36389, 'id', 'db', 'Number of products to show', 'Jumlah produk yang akan ditampilkan', NULL, NULL),\n(36390, 'id', 'db', 'Choose Categories', 'Pilih Kategori', NULL, NULL),\n(36391, 'id', 'db', 'Choose Collection', 'Pilih Koleksi', NULL, NULL),\n(36393, 'id', 'db', 'Choose collections', 'Pilih koleksi', NULL, NULL),\n(36394, 'id', 'db', 'Choose Brands', 'Pilih Merek', NULL, NULL),\n(36395, 'id', 'db', 'Edit Page', 'Sunting Halaman', NULL, NULL),\n(36397, 'id', 'db', 'Ecommerce Settings', 'Pengaturan E-Commerce', NULL, NULL),\n(36398, 'id', 'db', 'Favicon', 'Favikon', NULL, NULL),\n(36399, 'id', 'db', 'Home Page', 'Halaman Depan', NULL, NULL),\n(36400, 'id', 'db', 'Store Phone', 'Toko Telepon', NULL, NULL),\n(36401, 'id', 'db', 'Store Email', 'Email Toko', NULL, NULL),\n(36402, 'id', 'db', 'Store Address', 'Alamat Toko', NULL, NULL),\n(36403, 'id', 'db', 'Contact From Email', 'Kontak Dari Email', NULL, NULL),\n(36404, 'id', 'db', 'Min amount for free shipping', 'Jumlah minimum untuk pengiriman gratis', NULL, NULL),\n(36405, 'id', 'db', 'Flat Rate Shipping', 'Pengiriman Tarif Tetap', NULL, NULL),\n(36406, 'id', 'db', 'Pages to read & accept before checkout', 'Halaman yang harus dibaca & diterima sebelum checkout', NULL, NULL),\n(36407, 'id', 'db', 'Custom CSS', 'CSS Kustom', NULL, NULL),\n(36408, 'id', 'db', 'Custom JS', 'JS Kustom', NULL, NULL),\n(36409, 'id', 'db', 'Chat Code', 'Kode Obrolan', NULL, NULL),\n(36410, 'id', 'db', 'Google Analytics Code', 'Kode Google Analytics', NULL, NULL),\n(36411, 'id', 'db', 'Facebook Pixel', 'Piksel Facebook', NULL, NULL),\n(36412, 'id', 'db', 'Details', 'Detail', NULL, NULL),\n(36413, 'id', 'db', 'Add Slider', 'Tambahkan Slider', NULL, NULL),\n(36414, 'id', 'db', 'Desktop', 'Meja kerja', NULL, NULL),\n(36415, 'id', 'db', 'Tab', 'Tab', NULL, NULL),\n(36416, 'id', 'db', 'Add Social Link', 'Tambahkan Tautan Sosial', NULL, NULL),\n(36417, 'id', 'db', 'Available Widgets', 'Widget yang Tersedia', NULL, NULL),\n(36418, 'id', 'db', 'To add a widget to a section, drag it onto that section', 'Untuk menambahkan widget ke suatu bagian, seret widget tersebut ke bagian tersebut', NULL, NULL),\n(36419, 'id', 'db', 'Custom Menu', 'Menu Kustom', NULL, NULL),\n(36420, 'id', 'db', 'Select menu', 'Pilih menu', NULL, NULL),\n(36421, 'id', 'db', 'Site Features', 'Fitur Situs', NULL, NULL),\n(36422, 'id', 'db', 'Site Information', 'Informasi Situs', NULL, NULL),\n(36423, 'id', 'db', 'Hours', 'Jam', NULL, NULL),\n(36424, 'id', 'db', 'Newsletter form', 'Formulir buletin', NULL, NULL),\n(36425, 'id', 'db', 'Section Above Footer', 'Bagian Di Atas Footer', NULL, NULL),\n(36426, 'id', 'db', 'Footer Section', 'Bagian Footer', NULL, NULL),\n(36427, 'id', 'db', 'Product Details Sidebar', 'Bilah Sisi Detail Produk', NULL, NULL),\n(36428, 'id', 'db', 'Your email', 'Email Anda', NULL, NULL),\n(36429, 'id', 'db', 'Forgot Password', 'Lupa Kata Sandi', NULL, NULL),\n(36430, 'id', 'db', 'Subscribe', 'Berlangganan', NULL, NULL),\n(36431, 'id', 'db', 'Sell Online', 'Jual Online', NULL, NULL),\n(36432, 'id', 'db', 'Out of stock', 'Stok Habis', NULL, NULL),\n(36433, 'id', 'db', 'Duplicate', 'Duplikat', NULL, NULL),\n(36434, 'id', 'db', 'All Product In Stock', 'Semua Produk Ada di Stok', NULL, NULL),\n(36435, 'id', 'db', 'Show All Product Online', 'Tampilkan Semua Produk Online', NULL, NULL),\n(36436, 'id', 'db', 'Oh snap! We are lost', 'Astaga! Kita tersesat...', NULL, NULL),\n(36437, 'id', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'Sepertinya kami tidak dapat menemukan apa yang Anda cari. Mungkin pencarian dapat membantu atau kembali ke', NULL, NULL),\n(36438, 'id', 'db', 'Sorry this page is dead!', 'Maaf halaman ini mati!', NULL, NULL),\n(36439, 'id', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'Halaman ini kedaluwarsa karena sesi telah berakhir. Cukup segarkan halaman atau tekan tombol di bawah.', NULL, NULL),\n(36440, 'id', 'db', 'Refresh', 'Menyegarkan', NULL, NULL),\n(36441, 'id', 'db', 'Oh server just snapped!', 'Oh, servernya baru saja rusak!', NULL, NULL),\n(36442, 'id', 'db', 'An error occured due to server not being to able to handle your request', 'Terjadi kesalahan karena server tidak dapat menangani permintaan Anda.', NULL, NULL),\n(36443, 'id', 'db', 'An error occured because the service is unavailable', 'Terjadi kesalahan karena layanan tidak tersedia.', NULL, NULL),\n(36444, 'id', 'db', 'Please type a product name to search', 'Silakan ketik nama produk untuk mencari', NULL, NULL),\n(36445, 'id', 'db', 'Send', 'Mengirim', NULL, NULL),\n(36446, 'id', 'db', 'don\\'t have an account', 'tidak punya akun', NULL, NULL),\n(36447, 'id', 'db', 'Click here to login', 'Klik di sini untuk masuk', NULL, NULL),\n(36448, 'id', 'db', 'Zip \\\\\/ Post Code', 'Kode Pos\/Kode Pos', NULL, NULL),\n(36449, 'id', 'db', 'You may also like', 'Anda mungkin juga menyukai', NULL, NULL),\n(36450, 'id', 'db', 'Add to cart', 'Tambahkan ke keranjang', NULL, NULL),\n(36451, 'id', 'db', 'No item in your cart', 'Tidak ada barang di keranjang Anda', NULL, NULL),\n(36452, 'id', 'db', 'Filter Sales', 'Filter Penjualan', NULL, NULL),\n(36453, 'id', 'db', 'Sale Type', 'Jenis Penjualan', NULL, NULL),\n(36454, 'id', 'db', 'POS', 'POSTING', NULL, NULL),\n(36455, 'id', 'db', 'eCommerce', 'Perdagangan Elektronik', NULL, NULL),\n(36456, 'id', 'db', 'Please login first', 'Silakan login terlebih dahulu', NULL, NULL),\n(36457, 'id', 'db', 'Product added to wishlist', 'Produk ditambahkan ke daftar keinginan', NULL, NULL),\n(36458, 'id', 'db', 'You have not added anything to wishlist yet', 'Anda belum menambahkan apa pun ke daftar keinginan', NULL, NULL),\n(36459, 'id', 'db', 'Product removed from wishlist', 'Produk dihapus dari daftar keinginan', NULL, NULL),\n(36460, 'id', 'db', 'Product already on wishlist', 'Produk sudah ada di daftar keinginan', NULL, NULL),\n(36461, 'id', 'db', 'Recently Viewed', 'Baru Dilihat', NULL, NULL),\n(36462, 'id', 'db', 'Verify', 'Memeriksa', NULL, NULL),\n(36463, 'id', 'db', 'Track Order', 'Lacak Pesanan', NULL, NULL),\n(36464, 'id', 'db', 'Track', 'Melacak', NULL, NULL),\n(36465, 'id', 'db', 'Time', 'Waktu', NULL, NULL),\n(36466, 'id', 'db', 'Order Status', 'Status Pesanan', NULL, NULL),\n(36467, 'id', 'db', 'Payment Method', 'Metode Pembayaran', NULL, NULL),\n(36468, 'id', 'db', 'Shipping Status', 'Status Pengiriman', NULL, NULL),\n(36469, 'id', 'db', 'Pending Confirmation', 'Menunggu Konfirmasi', NULL, NULL),\n(36470, 'id', 'db', 'Track another order', 'Lacak pesanan lain', NULL, NULL),\n(36471, 'id', 'db', 'Post Title', 'Judul Postingan', NULL, NULL),\n(36472, 'id', 'db', 'Post Thumbnail', 'Posting Gambar Mini', NULL, NULL),\n(36473, 'id', 'db', 'Pay with gift card', 'Bayar dengan kartu hadiah', NULL, NULL),\n(36475, 'id', 'db', 'Warehouse Wise', 'Gudang Bijaksana', NULL, NULL),\n(36476, 'id', 'db', 'Payment Receiver', 'Penerima Pembayaran', NULL, NULL),\n(36477, 'id', 'db', 'SMS Template', 'Templat SMS', NULL, NULL),\n(36478, 'id', 'db', 'Add Template', 'Tambahkan Templat', NULL, NULL),\n(36479, 'id', 'db', 'SMS Template List', 'Daftar Template SMS', NULL, NULL),\n(36480, 'id', 'db', 'Content', 'Isi', NULL, NULL),\n(36481, 'id', 'db', 'Update Template', 'Perbarui Template', NULL, NULL),\n(36482, 'id', 'db', 'Send SMS After Sale', 'Kirim SMS Setelah Penjualan', NULL, NULL),\n(36483, 'id', 'db', 'Default SMS Sale', 'Penjualan SMS Default', NULL, NULL),\n(36484, 'id', 'db', 'Default SMS E-Commerce', 'E-Commerce SMS Default', NULL, NULL),\n(36485, 'id', 'db', 'Default Online', 'Daring Bawaan', NULL, NULL),\n(36486, 'id', 'db', 'Top Up', 'Isi Ulang', NULL, NULL),\n(36487, 'id', 'db', 'Coupon Name', 'Nama Kupon', NULL, NULL),\n(36488, 'id', 'db', 'Email Sent', 'Email Terkirim', NULL, NULL),\n(36490, 'id', 'db', 'Wholesale Price', 'Harga Grosir', NULL, NULL),\n(36491, 'id', 'db', 'Price Option', 'Pilihan Harga', NULL, NULL),\n(36492, 'id', 'db', 'Product Tags', 'Label Produk', NULL, NULL),\n(36493, 'id', 'db', 'Selected Items', 'Item Pilihan', NULL, NULL),\n(36494, 'id', 'db', 'Related Products', 'Produk Terkait', NULL, NULL),\n(36496, 'id', 'db', 'Track Inventory', 'Lacak Inventaris', NULL, NULL),\n(36497, 'id', 'db', 'Register me as a user', 'Daftarkan saya sebagai pengguna', NULL, NULL),\n(36498, 'id', 'db', 'Verify & Close', 'Verifikasi & Tutup', NULL, NULL),\n(36499, 'id', 'db', 'Enable Gift Card payment on checkout page', 'Aktifkan pembayaran Kartu Hadiah di halaman pembayaran', NULL, NULL),\n(36500, 'id', 'db', 'Theme Color', 'Warna Tema', NULL, NULL),\n(36503, 'id', 'db', 'Enter gift card number', 'Masukkan nomor kartu hadiah', NULL, NULL),\n(36504, 'id', 'db', 'Page saved', 'Halaman tersimpan', NULL, NULL),\n(36505, 'id', 'db', 'Widget saved', 'Widget tersimpan', NULL, NULL),\n(36506, 'id', 'db', 'Template', 'Templat', NULL, NULL),\n(36507, 'id', 'db', 'Three Column Banner', 'Spanduk Tiga Kolom', NULL, NULL),\n(36508, 'id', 'db', 'Banner Image', 'Gambar Spanduk', NULL, NULL),\n(36509, 'id', 'db', 'Income', 'Penghasilan', NULL, NULL),\n(36510, 'id', 'db', 'Income Category', 'Kategori Pendapatan', NULL, NULL),\n(36511, 'id', 'db', 'Income List', 'Daftar Pendapatan', NULL, NULL),\n(36512, 'id', 'db', 'Add Income', 'Tambahkan Penghasilan', NULL, NULL),\n(36513, 'id', 'db', 'Add Income Category', 'Tambahkan Kategori Pendapatan', NULL, NULL),\n(36514, 'id', 'db', 'Update Income Category', 'Perbarui Kategori Pendapatan', NULL, NULL),\n(36515, 'id', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Slip Pengepakan untuk mengelola pesanan\\\\\/penjualan', NULL, NULL),\n(36516, 'id', 'db', 'Enable', 'Memungkinkan', NULL, NULL),\n(36517, 'id', 'db', 'Disable', 'Cacat', NULL, NULL),\n(36518, 'id', 'db', 'Create Packing Slip', 'Buat Slip Pengepakan', NULL, NULL),\n(36519, 'id', 'db', 'Packed', 'Penuh sesak', NULL, NULL),\n(36520, 'id', 'db', 'Processing', 'Pengolahan', NULL, NULL),\n(36521, 'id', 'db', 'Packing Slip List', 'Daftar Slip Pengepakan', NULL, NULL),\n(36522, 'id', 'db', 'Packing Slip Reference', 'Referensi Slip Pengepakan', NULL, NULL),\n(36523, 'id', 'db', 'Challan List', 'Daftar Challan', NULL, NULL),\n(36524, 'id', 'db', 'Challan Report', 'Laporan Challan', NULL, NULL),\n(36525, 'id', 'db', 'Packing Slip & Challan', 'Slip Pengepakan & Challan', NULL, NULL),\n(36526, 'id', 'db', 'Filter Products', 'Produk Filter', NULL, NULL),\n(36527, 'id', 'db', 'Expiry Duration Type', 'Jenis Durasi Kedaluwarsa', NULL, NULL),\n(36528, 'id', 'db', 'Expiry Value', 'Nilai Kedaluwarsa', NULL, NULL),\n(36529, 'id', 'db', 'Biller Report', 'Laporan Penagihan', NULL, NULL),\n(36530, 'id', 'db', 'Choose Biller', 'Pilih Penagih', NULL, NULL),\n(36531, 'id', 'db', 'Thermal Invoice Size', 'Ukuran Faktur Termal', NULL, NULL),\n(36532, 'id', 'db', 'Invoice Option', 'Opsi Faktur', NULL, NULL),\n(36533, 'id', 'db', '80mm', '80mm', NULL, NULL),\n(36534, 'id', 'db', '58mm', '58mm', NULL, NULL),\n(36535, 'id', 'db', 'Sale successfully added to draft', 'Penjualan berhasil ditambahkan ke draft', NULL, NULL),\n(36536, 'id', 'db', 'Barcode Settings', 'Pengaturan Kode Batang', NULL, NULL),\n(36537, 'id', 'db', 'Add barcode sticker setting', 'Tambahkan pengaturan stiker kode batang', NULL, NULL),\n(36538, 'id', 'db', 'Edit Barcode Sticker Setting', 'Edit Pengaturan Stiker Barcode', NULL, NULL),\n(36539, 'id', 'db', 'Sticker Sheet setting Name', 'Pengaturan Lembar Stiker Nama', NULL, NULL),\n(36540, 'id', 'db', 'Sticker Sheet setting Description', 'Deskripsi Pengaturan Lembar Stiker', NULL, NULL),\n(36541, 'id', 'db', 'Continuous feed or rolls', 'Umpan atau gulungan terus menerus', NULL, NULL),\n(36542, 'id', 'db', 'In Inches', 'Dalam Inci', NULL, NULL),\n(36543, 'id', 'db', 'Additional top margin', 'Margin atas tambahan', NULL, NULL),\n(36544, 'id', 'db', 'Additional left margin', 'Margin kiri tambahan', NULL, NULL),\n(36545, 'id', 'db', 'Width of sticker', 'Lebar stiker', NULL, NULL),\n(36546, 'id', 'db', 'Height of sticker', 'Tinggi stiker', NULL, NULL),\n(36547, 'id', 'db', 'Paper width', 'Lebar kertas', NULL, NULL),\n(36548, 'id', 'db', 'Paper height', 'Tinggi kertas', NULL, NULL),\n(36549, 'id', 'db', 'Stickers in one row', 'Stiker dalam satu baris', NULL, NULL),\n(36550, 'id', 'db', 'Distance between two rows', 'Jarak antara dua baris', NULL, NULL),\n(36551, 'id', 'db', 'Distance between two columns', 'Jarak antara dua kolom', NULL, NULL),\n(36552, 'id', 'db', 'No of Stickers per sheet', 'Jumlah Stiker per lembar', NULL, NULL),\n(36553, 'id', 'db', 'Set as default', 'Tetapkan sebagai default', NULL, NULL),\n(36554, 'id', 'db', 'Add New Setting', 'Tambahkan Pengaturan Baru', NULL, NULL),\n(36555, 'id', 'db', 'Print Labels', 'Cetak Label', NULL, NULL),\n(36556, 'id', 'db', 'Information on Label', 'Informasi pada Label', NULL, NULL),\n(36557, 'id', 'db', 'Add Production', 'Tambahkan Produksi', NULL, NULL),\n(36558, 'id', 'db', 'Production List', 'Daftar Produksi', NULL, NULL),\n(36559, 'id', 'db', 'Expired Date', 'Tanggal Kedaluwarsa', NULL, NULL),\n(36560, 'id', 'db', 'Manufacturing', 'Manufaktur', NULL, NULL),\n(36561, 'id', 'db', 'Total Tax', 'Total Pajak', NULL, NULL),\n(36562, 'id', 'db', 'Production Details', 'Detail Produksi', NULL, NULL),\n(36563, 'id', 'db', 'Add Custom Size', 'Tambahkan Ukuran Kustom', NULL, NULL),\n(36564, 'id', 'db', 'RTL', 'RTL', NULL, NULL),\n(36565, 'id', 'db', 'LTR', 'LTR', NULL, NULL),\n(36567, 'id', 'db', 'Show search results in', 'Tampilkan hasil pencarian di', NULL, NULL),\n(36568, 'id', 'db', 'Full Page', 'Halaman Penuh', NULL, NULL),\n(36569, 'id', 'db', 'Dropdown', 'Menu tarik-turun', NULL, NULL),\n(36571, 'id', 'db', 'Saving', 'Penghematan', NULL, NULL),\n(36572, 'id', 'db', 'Multiple Payment', 'Pembayaran Berganda', NULL, NULL),\n(36573, 'id', 'db', 'Finalize Sale(Multiple Payment)', 'Penjualan Final (Pembayaran Berganda)', NULL, NULL),\n(36574, 'id', 'db', 'Cash Received', 'Terima kas', NULL, NULL),\n(36575, 'id', 'db', 'Add More Payment', 'Tambahkan Pembayaran Lebih Lanjut', NULL, NULL),\n(36576, 'id', 'db', 'Received', 'Diterima', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(36577, 'id', 'db', 'Production Status', 'Status Produksi', NULL, NULL),\n(36583, 'id', 'db', 'Employees', 'Karyawan', NULL, NULL),\n(36584, 'id', 'db', 'Award', 'Menghadiahkan', NULL, NULL),\n(36585, 'id', 'db', 'Travel', 'Bepergian', NULL, NULL),\n(36586, 'id', 'db', 'Resignations', 'Pengunduran Diri', NULL, NULL),\n(36587, 'id', 'db', 'Complaints', 'Keluhan', NULL, NULL),\n(36588, 'id', 'db', 'Warnings', 'Peringatan', NULL, NULL),\n(36589, 'id', 'db', 'Terminations', 'Penghentian', NULL, NULL),\n(36590, 'id', 'db', 'Organization', 'Organisasi', NULL, NULL),\n(36591, 'id', 'db', 'Company', 'Perusahaan', NULL, NULL),\n(36592, 'id', 'db', 'Designation', 'Penamaan', NULL, NULL),\n(36593, 'id', 'db', 'Announcements', 'Pengumuman', NULL, NULL),\n(36594, 'id', 'db', 'Timesheets', 'Lembar Waktu', NULL, NULL),\n(36595, 'id', 'db', 'Attendances', 'Kehadiran', NULL, NULL),\n(36596, 'id', 'db', 'Recruitment', 'Perekrutan', NULL, NULL),\n(36597, 'id', 'db', 'Training', 'Pelatihan', NULL, NULL),\n(36598, 'id', 'db', 'Trainers', 'Pelatih', NULL, NULL),\n(36599, 'id', 'db', 'Events', 'Acara', NULL, NULL),\n(36600, 'id', 'db', 'Meetings', 'Pertemuan', NULL, NULL),\n(36601, 'id', 'db', 'Finance', 'Keuangan', NULL, NULL),\n(36602, 'id', 'db', 'imei_numbers', 'nomor_imei', NULL, NULL),\n(36603, 'id', 'db', 'Warranty', 'Jaminan', NULL, NULL),\n(36604, 'id', 'db', 'Guarantee', 'Menjamin', NULL, NULL),\n(36605, 'id', 'db', 'Dear', 'Sayang', NULL, NULL),\n(36606, 'id', 'db', 'Thank you for your purchase! Your invoice number is', 'Terima kasih atas pembelian Anda! Nomor faktur Anda adalah', NULL, NULL),\n(36607, 'id', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'Jika Anda memiliki pertanyaan atau masalah, jangan ragu untuk menghubungi kami. Kami siap membantu!', NULL, NULL),\n(36608, 'id', 'db', 'Best regards', 'Salam', NULL, NULL),\n(36609, 'id', 'db', 'Whatsapp Notification', 'Pemberitahuan WhatsApp', NULL, NULL),\n(36610, 'id', 'db', 'Add More Payment Option', 'Tambahkan Lebih Banyak Opsi Pembayaran', NULL, NULL),\n(36611, 'id', 'db', 'Type date or quotation reference', 'Ketik tanggal atau referensi kutipan...', NULL, NULL),\n(36613, 'id', 'db', 'Sale Reference No', 'Nomor Referensi Penjualan', NULL, NULL),\n(36614, 'id', 'db', 'My Transactions', 'Transaksi Saya', NULL, NULL),\n(36615, 'id', 'db', 'One Point is Equivalent to:', 'Satu Poin Setara dengan:', NULL, NULL),\n(36616, 'id', 'db', 'Update Income', 'Perbarui Pendapatan', NULL, NULL),\n(36617, 'id', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', 'Hanya digunakan untuk tipe Select, Multi Select, Checkbox, Radio Button. Isi kolom dengan memisahkan opsi dengan koma. mis. apple,orange,banana', NULL, NULL),\n(36618, 'id', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', 'Eksklusif: Harga produk = Harga produk aktual + Pajak. Inklusif: Harga produk aktual = Harga produk - Pajak', NULL, NULL),\n(36619, 'tr', 'db', 'dashboard', 'G\u00f6sterge Paneli', NULL, NULL),\n(36620, 'tr', 'db', 'language', 'Dil', NULL, NULL),\n(36621, 'tr', 'db', 'Languages', 'Diller', NULL, NULL),\n(36622, 'tr', 'db', 'revenue', 'Gelir', NULL, NULL),\n(36623, 'tr', 'db', 'product', '\u00dcr\u00fcn', NULL, NULL),\n(36624, 'tr', 'db', 'category', 'Kategori', NULL, NULL),\n(36625, 'tr', 'db', 'product_list', '\u00dcr\u00fcn Listesi', NULL, NULL),\n(36626, 'tr', 'db', 'add_product', '\u00dcr\u00fcn Ekle', NULL, NULL),\n(36627, 'tr', 'db', 'import_product', '\u00dcr\u00fcn \u0130\u00e7e Aktar', NULL, NULL),\n(36628, 'tr', 'db', 'print_barcode', 'Barkod Yazd\u0131r', NULL, NULL),\n(36629, 'tr', 'db', 'welcome', 'Ho\u015f Geldiniz', NULL, NULL),\n(36630, 'tr', 'db', 'profile', 'Profil', NULL, NULL),\n(36631, 'tr', 'db', 'add', 'Ekle', NULL, NULL),\n(36632, 'tr', 'db', 'parent', '\u00dcst', NULL, NULL),\n(36633, 'tr', 'db', 'action', '\u0130\u015flem', NULL, NULL),\n(36634, 'tr', 'db', 'import', '\u0130\u00e7e Aktar', NULL, NULL),\n(36635, 'tr', 'db', 'edit', 'D\u00fczenle', NULL, NULL),\n(36636, 'tr', 'db', 'delete', 'Sil', NULL, NULL),\n(36637, 'tr', 'db', 'name', 'Ad', NULL, NULL),\n(36638, 'tr', 'db', 'submit', 'G\u00f6nder', NULL, NULL),\n(36639, 'tr', 'db', 'update', 'G\u00fcncelle', NULL, NULL),\n(36640, 'tr', 'db', 'The field labels marked with * are required input fields', '* ile i\u015faretlenmi\u015f alanlar\u0131n doldurulmas\u0131 zorunludur', NULL, NULL),\n(36641, 'tr', 'db', 'settings', 'Ayarlar', NULL, NULL),\n(36642, 'tr', 'db', 'logout', '\u00c7\u0131k\u0131\u015f Yap', NULL, NULL),\n(36643, 'tr', 'db', 'return', '\u0130ade', NULL, NULL),\n(36644, 'tr', 'db', 'profit', 'K\u00e2r', NULL, NULL),\n(36645, 'tr', 'db', 'sale qty', 'Sat\u0131\u015f Miktar\u0131', NULL, NULL),\n(36646, 'tr', 'db', 'yearly report', 'Y\u0131ll\u0131k Rapor', NULL, NULL),\n(36647, 'tr', 'db', 'sale amount', 'Sat\u0131\u015f Tutar\u0131', NULL, NULL),\n(36648, 'tr', 'db', 'recent sales', 'Son Sat\u0131\u015flar', NULL, NULL),\n(36649, 'tr', 'db', 'latest', 'En Son', NULL, NULL),\n(36650, 'tr', 'db', 'best selling product', 'En \u00c7ok Satan \u00dcr\u00fcn', NULL, NULL),\n(36651, 'tr', 'db', 'top', 'En \u00dcst', NULL, NULL),\n(36652, 'tr', 'db', 'date', 'Tarih', NULL, NULL),\n(36654, 'tr', 'db', 'reference', 'Referans', NULL, NULL),\n(36655, 'tr', 'db', 'customer', 'M\u00fc\u015fteri', NULL, NULL),\n(36656, 'tr', 'db', 'status', 'Durum', NULL, NULL),\n(36657, 'tr', 'db', 'grand total', 'Genel Toplam', NULL, NULL),\n(36658, 'tr', 'db', 'Product Details', '\u00dcr\u00fcn Detaylar\u0131', NULL, NULL),\n(36659, 'tr', 'db', 'qty', 'Miktar', NULL, NULL),\n(36661, 'tr', 'db', 'Price', 'Fiyat', NULL, NULL),\n(36662, 'tr', 'db', 'Image', 'G\u00f6rsel', NULL, NULL),\n(36663, 'tr', 'db', 'Code', 'Kod', NULL, NULL),\n(36664, 'tr', 'db', 'Brand', 'Marka', NULL, NULL),\n(36665, 'tr', 'db', 'Quantity', 'Miktar', NULL, NULL),\n(36666, 'tr', 'db', 'Unit', 'Birim', NULL, NULL),\n(36667, 'tr', 'db', 'Type', 'T\u00fcr', NULL, NULL),\n(36668, 'tr', 'db', 'Barcode Symbology', 'Barkod Sembol\u00fc', NULL, NULL),\n(36669, 'tr', 'db', 'Sale', 'Sat\u0131\u015f', NULL, NULL),\n(36670, 'tr', 'db', 'Purchase', 'Sat\u0131n Alma', NULL, NULL),\n(36671, 'tr', 'db', 'Cost', 'Maliyet', NULL, NULL),\n(36672, 'tr', 'db', 'Alert', 'Uyar\u0131', NULL, NULL),\n(36673, 'tr', 'db', 'Promotional Price', 'Promosyon Fiyat\u0131', NULL, NULL),\n(36674, 'tr', 'db', 'Promotion', 'Promosyon', NULL, NULL),\n(36675, 'tr', 'db', 'Featured', '\u00d6ne \u00c7\u0131kan', NULL, NULL),\n(36676, 'tr', 'db', 'Tax', 'Vergi', NULL, NULL),\n(36677, 'tr', 'db', 'Invoice Details', 'Fatura Detaylar\u0131', NULL, NULL),\n(36678, 'tr', 'db', 'Generate', 'Olu\u015ftur', NULL, NULL),\n(36679, 'tr', 'db', 'Promotion Starts', 'Promosyon Ba\u015flar', NULL, NULL),\n(36680, 'tr', 'db', 'Promotion Ends', 'Promosyon Biter', NULL, NULL),\n(36681, 'tr', 'db', 'Starting', 'Ba\u015flar', NULL, NULL),\n(36682, 'tr', 'db', 'Ending', 'Biter', NULL, NULL),\n(36683, 'tr', 'db', 'Print', 'Yazd\u0131r', NULL, NULL),\n(36684, 'tr', 'db', 'Barcode', 'Barkod', NULL, NULL),\n(36685, 'tr', 'db', 'Supplier', 'Tedarik\u00e7i', NULL, NULL),\n(36686, 'tr', 'db', 'Paid', '\u00d6denen', NULL, NULL),\n(36687, 'tr', 'db', 'Balance', 'Bakiye', NULL, NULL),\n(36688, 'tr', 'db', 'Payment', '\u00d6deme', NULL, NULL),\n(36689, 'tr', 'db', 'View', 'G\u00f6r\u00fcnt\u00fcle', NULL, NULL),\n(36690, 'tr', 'db', 'Warehouse', 'Depo', NULL, NULL),\n(36691, 'tr', 'db', 'Attach Document', 'Belge Ekle', NULL, NULL),\n(36692, 'tr', 'db', 'Select Product', '\u00dcr\u00fcn Se\u00e7', NULL, NULL),\n(36693, 'tr', 'db', 'Order', 'Sipari\u015f', NULL, NULL),\n(36694, 'tr', 'db', 'Order Table', 'Sipari\u015f Tablosu', NULL, NULL),\n(36695, 'tr', 'db', 'Discount', '\u0130ndirim', NULL, NULL),\n(36696, 'tr', 'db', 'Unit Cost', 'Birim Maliyeti', NULL, NULL),\n(36697, 'tr', 'db', 'Unit Price', 'Birim Fiyat\u0131', NULL, NULL),\n(36698, 'tr', 'db', 'Net Unit Cost', 'Net Birim Maliyeti', NULL, NULL),\n(36699, 'tr', 'db', 'Net Unit Price', 'Net Birim Fiyat\u0131', NULL, NULL),\n(36700, 'tr', 'db', 'Shipping Cost', 'Nakliye Maliyeti', NULL, NULL),\n(36701, 'tr', 'db', 'Subtotal', 'Ara Toplam', NULL, NULL),\n(36702, 'tr', 'db', 'Note', 'Not', NULL, NULL),\n(36703, 'tr', 'db', 'Items', '\u00d6\u011feler', NULL, NULL),\n(36704, 'tr', 'db', 'Total', 'Toplam', NULL, NULL),\n(36705, 'tr', 'db', 'Recieved', 'Al\u0131nd\u0131', NULL, NULL),\n(36706, 'tr', 'db', 'Upload CSV File', 'CSV Dosyas\u0131 Y\u00fckle', NULL, NULL),\n(36707, 'tr', 'db', 'Download Sample File', '\u00d6rnek Dosya \u0130ndir', NULL, NULL),\n(36708, 'tr', 'db', 'Sample File', '\u00d6rnek Dosya', NULL, NULL),\n(36709, 'tr', 'db', 'Download', '\u0130ndir', NULL, NULL),\n(36710, 'tr', 'db', 'The correct column order is', 'Do\u011fru s\u00fctun s\u0131ras\u0131', NULL, NULL),\n(36711, 'tr', 'db', 'and you must follow this', 've bunu takip etmelisiniz', NULL, NULL),\n(36712, 'tr', 'db', 'All columns are required', 'T\u00fcm s\u00fctunlar gereklidir', NULL, NULL),\n(36713, 'tr', 'db', 'Biller', 'Faturalar', NULL, NULL),\n(36714, 'tr', 'db', 'From', '\u0130\u00e7in', NULL, NULL),\n(36715, 'tr', 'db', 'To', '\u0130\u00e7in', NULL, NULL),\n(36716, 'tr', 'db', 'Created By', 'Olu\u015fturan', NULL, NULL),\n(36717, 'tr', 'db', 'Amount', 'Tutar', NULL, NULL),\n(36718, 'tr', 'db', 'Staff', 'Personel', NULL, NULL),\n(36719, 'tr', 'db', 'Quotation', 'Teklif', NULL, NULL),\n(36720, 'tr', 'db', 'Create', 'Olu\u015ftur', NULL, NULL),\n(36721, 'tr', 'db', 'Adjustment', 'Ayarlama', NULL, NULL),\n(36722, 'tr', 'db', 'Subtraction', '\u00c7\u0131karma', NULL, NULL),\n(36723, 'tr', 'db', 'Addition', 'Toplama', NULL, NULL),\n(36724, 'tr', 'db', 'Transfer', 'Aktarma', NULL, NULL),\n(36725, 'tr', 'db', 'User', 'Kullan\u0131c\u0131', NULL, NULL),\n(36726, 'tr', 'db', 'Email', 'E-posta', NULL, NULL),\n(36727, 'tr', 'db', 'Company Name', '\u015eirket Ad\u0131', NULL, NULL),\n(36728, 'tr', 'db', 'Phone Number', 'Telefon Numaras\u0131', NULL, NULL),\n(36729, 'tr', 'db', 'Role', 'Rol', NULL, NULL),\n(36730, 'tr', 'db', 'UserName', 'Kullan\u0131c\u0131 Ad\u0131', NULL, NULL),\n(36731, 'tr', 'db', 'Password', '\u015eifre', NULL, NULL),\n(36732, 'tr', 'db', 'LogIn', 'Giri\u015f Yap', NULL, NULL),\n(36733, 'tr', 'db', 'Change Password', '\u015eifre De\u011fi\u015ftir', NULL, NULL),\n(36734, 'tr', 'db', 'Active', 'Aktif', NULL, NULL),\n(36735, 'tr', 'db', 'Customer Group', 'M\u00fc\u015fteri Grubu', NULL, NULL),\n(36736, 'tr', 'db', 'Address', 'Adres', NULL, NULL),\n(36737, 'tr', 'db', 'City', '\u015eehir', NULL, NULL),\n(36738, 'tr', 'db', 'Postal Code', 'Posta Kodu', NULL, NULL),\n(36739, 'tr', 'db', 'Country', '\u00dclke', NULL, NULL),\n(36740, 'tr', 'db', 'State', '\u0130l', NULL, NULL),\n(36741, 'tr', 'db', 'Upload File', 'Dosya Y\u00fckle', NULL, NULL),\n(36742, 'tr', 'db', 'List', 'Liste', NULL, NULL),\n(36743, 'tr', 'db', 'VAT Number', 'KDV Numaras\u0131', NULL, NULL),\n(36744, 'tr', 'db', 'Choose Your Date', 'Tarih Se\u00e7', NULL, NULL),\n(36745, 'tr', 'db', 'Loss', 'Kay\u0131p', NULL, NULL),\n(36746, 'tr', 'db', 'Or', 'Veya', NULL, NULL),\n(36747, 'tr', 'db', 'Sent', 'G\u00f6nderildi', NULL, NULL),\n(36748, 'tr', 'db', 'Net Profit', 'Net K\u00e2r', NULL, NULL),\n(36749, 'tr', 'db', 'Best Seller', 'En \u0130yi Sat\u0131c\u0131', NULL, NULL),\n(36750, 'tr', 'db', 'Best Seller From', 'En \u0130yi Sat\u0131c\u0131dan', NULL, NULL),\n(36751, 'tr', 'db', 'Product Report', '\u00dcr\u00fcn Raporu', NULL, NULL),\n(36752, 'tr', 'db', 'Purchased', 'Sat\u0131n Al\u0131nd\u0131', NULL, NULL),\n(36753, 'tr', 'db', 'Sold', 'Sat\u0131ld\u0131', NULL, NULL),\n(36754, 'tr', 'db', 'In Stock', 'Stokta', NULL, NULL),\n(36755, 'tr', 'db', 'Reports', 'Raporlar', NULL, NULL),\n(36756, 'tr', 'db', 'Daily Sale', 'G\u00fcnl\u00fck Sat\u0131\u015f', NULL, NULL),\n(36757, 'tr', 'db', 'Daily Sale Report', 'G\u00fcnl\u00fck Sat\u0131\u015f Raporu', NULL, NULL),\n(36758, 'tr', 'db', 'Monthly Sale', 'Ayl\u0131k Sat\u0131\u015f', NULL, NULL),\n(36759, 'tr', 'db', 'Monthly Sale Report', 'Ayl\u0131k Sat\u0131\u015f Raporu', NULL, NULL),\n(36760, 'tr', 'db', 'Daily Purchase', 'G\u00fcnl\u00fck Sat\u0131n Alma', NULL, NULL),\n(36761, 'tr', 'db', 'Daily Purchase Report', 'G\u00fcnl\u00fck Sat\u0131n Alma Raporu', NULL, NULL),\n(36762, 'tr', 'db', 'Monthly Purchase', 'Ayl\u0131k Sat\u0131n Alma', NULL, NULL),\n(36763, 'tr', 'db', 'Monthly Purchase Report', 'Ayl\u0131k Sat\u0131n Alma Raporu', NULL, NULL),\n(36764, 'tr', 'db', 'Previous', '\u00d6nceki', NULL, NULL),\n(36765, 'tr', 'db', 'Next', 'Sonraki', NULL, NULL),\n(36766, 'tr', 'db', 'Stock Chart', 'Stok Grafi\u011fi', NULL, NULL),\n(36767, 'tr', 'db', 'Due', 'Vadesi', NULL, NULL),\n(36768, 'tr', 'db', 'Description', 'A\u00e7\u0131klama', NULL, NULL),\n(36769, 'tr', 'db', 'Change Permission', '\u0130zin De\u011fi\u015ftir', NULL, NULL),\n(36770, 'tr', 'db', 'Group Permission', 'Grup \u0130zinleri', NULL, NULL),\n(36771, 'tr', 'db', 'Permissions', '\u0130zinler', NULL, NULL),\n(36772, 'tr', 'db', 'Percentage', 'Y\u00fczde', NULL, NULL),\n(36773, 'tr', 'db', 'Title', 'Ba\u015fl\u0131k', NULL, NULL),\n(36774, 'tr', 'db', 'Base Unit', 'Temel Birim', NULL, NULL),\n(36775, 'tr', 'db', 'Operator', 'Operat\u00f6r', NULL, NULL),\n(36776, 'tr', 'db', 'Operation Value', '\u0130\u015flem De\u011feri', NULL, NULL),\n(36777, 'tr', 'db', 'Rate', 'Oran', NULL, NULL),\n(36778, 'tr', 'db', 'General Setting', 'Genel Ayar', NULL, NULL),\n(36779, 'tr', 'db', 'Site Title', 'Site Ba\u015fl\u0131\u011f\u0131', NULL, NULL),\n(36780, 'tr', 'db', 'Site Logo', 'Site Logo', NULL, NULL),\n(36781, 'tr', 'db', 'Current Password', 'Mevcut \u015eifre', NULL, NULL),\n(36782, 'tr', 'db', 'New Password', 'Yeni \u015eifre', NULL, NULL),\n(36783, 'tr', 'db', 'Confirm Password', '\u015eifreyi Do\u011frula', NULL, NULL),\n(36784, 'tr', 'db', 'POS Setting', 'POS Ayar\u0131', NULL, NULL),\n(36785, 'tr', 'db', 'Developed By', 'Geli\u015ftiren', NULL, NULL),\n(36786, 'tr', 'db', 'All', 'T\u00fcm\u00fc', NULL, NULL),\n(36787, 'tr', 'db', 'By', '\u0130\u00e7in', NULL, NULL),\n(36788, 'tr', 'db', 'Cheque Number', '\u00c7ek Numaras\u0131', NULL, NULL),\n(36789, 'tr', 'db', 'Invoice', 'Fatura', NULL, NULL),\n(36790, 'tr', 'db', 'Shipping', 'Nakliye', NULL, NULL),\n(36791, 'tr', 'db', 'Finalize Sale', 'Sat\u0131\u015f\u0131 Tamamlama', NULL, NULL),\n(36792, 'tr', 'db', 'People', 'Ki\u015filer', NULL, NULL),\n(36793, 'tr', 'db', 'Option', 'Se\u00e7enek', NULL, NULL),\n(36794, 'tr', 'db', 'Bill', 'Fatura', NULL, NULL),\n(36795, 'tr', 'db', 'Go To', 'Git', NULL, NULL),\n(36796, 'tr', 'db', 'Mode', 'Mod', NULL, NULL),\n(36797, 'tr', 'db', 'In Words', 'S\u00f6zc\u00fcklerde', NULL, NULL),\n(36798, 'tr', 'db', 'Stamp', 'Damga', NULL, NULL),\n(36799, 'tr', 'db', 'Signature', '\u0130mza', NULL, NULL),\n(36800, 'tr', 'db', 'Developed', 'Geli\u015ftirilmi\u015f', NULL, NULL),\n(36801, 'tr', 'db', 'Attach File', 'Dosya Ekle', NULL, NULL),\n(36802, 'tr', 'db', 'File Link', 'Dosya Ba\u011flant\u0131s\u0131', NULL, NULL),\n(36803, 'tr', 'db', 'Delivery', 'Teslim', NULL, NULL),\n(36804, 'tr', 'db', 'Delivered', 'Teslim Edildi', NULL, NULL),\n(36805, 'tr', 'db', 'For Digital product sale_unit will be n\\\\\/a', 'For Digital product sale_unit will be n\\\\\/a', NULL, NULL),\n(36806, 'tr', 'db', 'Forgot Password?', '\u015eifrenizi mi unuttunuz?', NULL, NULL),\n(36807, 'tr', 'db', 'Do not have an account?', 'Hesab\u0131n\u0131z m\u0131 yok?', NULL, NULL),\n(36808, 'tr', 'db', 'Register', 'Kay\u0131t Ol', NULL, NULL),\n(36809, 'tr', 'db', 'Expense Category', 'Masraf Kategori', NULL, NULL),\n(36810, 'tr', 'db', 'Expense', 'Masraf', NULL, NULL),\n(36811, 'tr', 'db', 'Gift Card', 'Hediye Kart\u0131', NULL, NULL),\n(36812, 'tr', 'db', 'Card', 'Kart', NULL, NULL),\n(36813, 'tr', 'db', 'Expiry Date', 'Son Kullanma Tarihi', NULL, NULL),\n(36814, 'tr', 'db', 'Recharge', 'Yenileme', NULL, NULL),\n(36815, 'tr', 'db', 'Deposit', 'Yat\u0131r\u0131m', NULL, NULL),\n(36816, 'tr', 'db', 'Choose Warehouse', 'Depo Se\u00e7', NULL, NULL),\n(36817, 'tr', 'db', 'Choose Supplier', 'Tedarik\u00e7i Se\u00e7', NULL, NULL),\n(36818, 'tr', 'db', 'Choose Customer', 'M\u00fc\u015fteri Se\u00e7', NULL, NULL),\n(36819, 'tr', 'db', 'Touchscreen keybord', 'Touchscreen keybord', NULL, NULL),\n(36820, 'tr', 'db', 'Already have an account', 'Zaten bir hesab\u0131n\u0131z var m\u0131?', NULL, NULL),\n(36821, 'tr', 'db', 'Currency', 'Para Birimi', NULL, NULL),\n(36822, 'tr', 'db', 'Mail Setting', 'E-posta Ayar\u0131', NULL, NULL),\n(36823, 'tr', 'db', 'Mail Host', 'E-posta Sunucusu', NULL, NULL),\n(36824, 'tr', 'db', 'Mail Port', 'E-posta Portu', NULL, NULL),\n(36825, 'tr', 'db', 'Mail From Name', 'E-posta G\u00f6nderen Ad\u0131', NULL, NULL),\n(36826, 'tr', 'db', 'Mail Address', 'E-posta Adresi', NULL, NULL),\n(36827, 'tr', 'db', 'Encryption', '\u015eifreleme', NULL, NULL),\n(36828, 'tr', 'db', 'Today', 'Bug\u00fcn', NULL, NULL),\n(36829, 'tr', 'db', 'Last 7 Days', 'Son 7 G\u00fcn', NULL, NULL),\n(36830, 'tr', 'db', 'This Month', 'Bu Ay', NULL, NULL),\n(36831, 'tr', 'db', 'This Year', 'Bu Y\u0131l', NULL, NULL),\n(36832, 'tr', 'db', 'Cash in Hand', 'Elinde Nakit', NULL, NULL),\n(36833, 'tr', 'db', 'In Hand', 'Elinde', NULL, NULL),\n(36834, 'tr', 'db', 'Summary Report', '\u00d6zet Rapor', NULL, NULL),\n(36835, 'tr', 'db', 'Draft', 'Taslak', NULL, NULL),\n(36836, 'tr', 'db', 'Coupon', 'Kupon', NULL, NULL),\n(36837, 'tr', 'db', 'Available', 'Mevcut', NULL, NULL),\n(36838, 'tr', 'db', 'Minimum Sale', 'Minimum Sat\u0131\u015f', NULL, NULL),\n(36839, 'tr', 'db', 'Add Sale', 'Sat\u0131\u015f Ekle', NULL, NULL),\n(36840, 'tr', 'db', 'Import Sale', 'Sat\u0131\u015f \u0130\u00e7e Aktar', NULL, NULL),\n(36841, 'tr', 'db', 'Sale Status', 'Sat\u0131\u015f Durumu', NULL, NULL),\n(36842, 'tr', 'db', 'Payment Status', '\u00d6deme Durumu', NULL, NULL),\n(36843, 'tr', 'db', 'Generate Invoice', 'Fatura Olu\u015ftur', NULL, NULL),\n(36844, 'tr', 'db', 'Add Payment', '\u00d6deme Ekle', NULL, NULL),\n(36845, 'tr', 'db', 'View Payment', '\u00d6deme G\u00f6r\u00fcnt\u00fcle', NULL, NULL),\n(36846, 'tr', 'db', 'Add Delivery', 'Teslimat Ekle', NULL, NULL),\n(36847, 'tr', 'db', 'PDF', 'PDF', NULL, NULL),\n(36848, 'tr', 'db', 'CSV', 'CSV', NULL, NULL),\n(36849, 'tr', 'db', 'Column visibility', 'S\u00fctun G\u00f6r\u00fcn\u00fcrl\u00fc\u011f\u00fc', NULL, NULL),\n(36850, 'tr', 'db', 'Search', 'Arama', NULL, NULL),\n(36851, 'tr', 'db', 'records per page', 'sayfa ba\u015f\u0131na kay\u0131t', NULL, NULL),\n(36852, 'tr', 'db', 'Showing', 'G\u00f6steriliyor', NULL, NULL),\n(36853, 'tr', 'db', 'Order Discount', 'Sipari\u015f \u0130ndirimi', NULL, NULL),\n(36854, 'tr', 'db', 'Order Tax', 'Sipari\u015f Vergisi', NULL, NULL),\n(36855, 'tr', 'db', 'Sale Note', 'Sat\u0131\u015f Notu', NULL, NULL),\n(36856, 'tr', 'db', 'Staff Note', 'Personel Notu', NULL, NULL),\n(36857, 'tr', 'db', 'Paid Amount', '\u00d6denen Tutar', NULL, NULL),\n(36858, 'tr', 'db', 'Sale Details', 'Sat\u0131\u015f Detaylar\u0131', NULL, NULL),\n(36859, 'tr', 'db', 'Purchase List', 'Sat\u0131n Alma Listesi', NULL, NULL),\n(36860, 'tr', 'db', 'Add Purchase', 'Sat\u0131n Alma Ekle', NULL, NULL),\n(36861, 'tr', 'db', 'Import Purchase By CSV', 'CSV ile Sat\u0131n Alma \u0130\u00e7e Aktar', NULL, NULL),\n(36862, 'tr', 'db', 'Sale List', 'Sat\u0131\u015f Listesi', NULL, NULL),\n(36863, 'tr', 'db', 'Import Sale By CSV', 'CSV ile Sat\u0131\u015f \u0130\u00e7e Aktar', NULL, NULL),\n(36864, 'tr', 'db', 'Gift Card List', 'Hediye Kart\u0131 Listesi', NULL, NULL),\n(36865, 'tr', 'db', 'Coupon List', 'Kupon Listesi', NULL, NULL),\n(36866, 'tr', 'db', 'Delivery List', 'Teslimat Listesi', NULL, NULL),\n(36867, 'tr', 'db', 'Expense List', 'Masraf Listesi', NULL, NULL),\n(36868, 'tr', 'db', 'Add Expense', 'Masraf Ekle', NULL, NULL),\n(36869, 'tr', 'db', 'Quotation List', 'Teklif Listesi', NULL, NULL),\n(36870, 'tr', 'db', 'Add Quotation', 'Teklif Ekle', NULL, NULL),\n(36871, 'tr', 'db', 'Transfer List', 'Aktar\u0131m Listesi', NULL, NULL),\n(36872, 'tr', 'db', 'Add Transfer', 'Aktar\u0131m Ekle', NULL, NULL),\n(36873, 'tr', 'db', 'Import Transfer By CSV', 'CSV ile Aktar\u0131m \u0130\u00e7e Aktar', NULL, NULL),\n(36874, 'tr', 'db', 'Return List', '\u0130ade Listesi', NULL, NULL),\n(36875, 'tr', 'db', 'Add Return', '\u0130ade Ekle', NULL, NULL),\n(36876, 'tr', 'db', 'Quantity Adjustment', 'Miktar Ayarlama', NULL, NULL),\n(36877, 'tr', 'db', 'Adjustment List', 'Ayarlama Listesi', NULL, NULL),\n(36878, 'tr', 'db', 'Add Adjustment', 'Ayarlama Ekle', NULL, NULL),\n(36879, 'tr', 'db', 'User List', 'Kullan\u0131c\u0131 Listesi', NULL, NULL),\n(36880, 'tr', 'db', 'Add User', 'Kullan\u0131c\u0131 Ekle', NULL, NULL),\n(36881, 'tr', 'db', 'Customer List', 'M\u00fc\u015fteri Listesi', NULL, NULL),\n(36882, 'tr', 'db', 'Add Customer', 'M\u00fc\u015fteri Ekle', NULL, NULL),\n(36883, 'tr', 'db', 'Biller List', 'Faturalar Listesi', NULL, NULL),\n(36884, 'tr', 'db', 'Add Biller', 'Fatura Ekle', NULL, NULL),\n(36885, 'tr', 'db', 'Supplier List', 'Tedarik\u00e7i Listesi', NULL, NULL),\n(36886, 'tr', 'db', 'Add Supplier', 'Tedarik\u00e7i Ekle', NULL, NULL),\n(36887, 'tr', 'db', 'Sale Report', 'Sat\u0131\u015f Raporu', NULL, NULL),\n(36888, 'tr', 'db', 'Purchase Report', 'Sat\u0131n Alma Raporu', NULL, NULL),\n(36889, 'tr', 'db', 'Payment Report', '\u00d6deme Raporu', NULL, NULL),\n(36890, 'tr', 'db', 'Warehouse Stock Chart', 'Depo Stok Grafi\u011fi', NULL, NULL),\n(36891, 'tr', 'db', 'Product Quantity Alert', '\u00dcr\u00fcn Miktar\u0131 Uyar\u0131s\u0131', NULL, NULL),\n(36892, 'tr', 'db', 'Customer Report', 'M\u00fc\u015fteri Raporu', NULL, NULL),\n(36893, 'tr', 'db', 'Supplier Report', 'Tedarik\u00e7i Raporu', NULL, NULL),\n(36894, 'tr', 'db', 'Due Report', 'Vade Raporu', NULL, NULL),\n(36895, 'tr', 'db', 'User Profile', 'Kullan\u0131c\u0131 Profili', NULL, NULL),\n(36896, 'tr', 'db', 'Cash Flow', 'Nakit Ak\u0131\u015f\u0131', NULL, NULL),\n(36897, 'tr', 'db', 'Add Category', 'Kategori Ekle', NULL, NULL),\n(36898, 'tr', 'db', 'Import Category', 'Kategori \u0130\u00e7e Aktar', NULL, NULL),\n(36899, 'tr', 'db', 'Parent Category', '\u00dcst Kategori', NULL, NULL),\n(36900, 'tr', 'db', 'Product Image', '\u00dcr\u00fcn G\u00f6rseli', NULL, NULL),\n(36901, 'tr', 'db', 'Product Name', '\u00dcr\u00fcn Ad\u0131', NULL, NULL),\n(36902, 'tr', 'db', 'Product Code', '\u00dcr\u00fcn Kodu', NULL, NULL),\n(36903, 'tr', 'db', 'Product Type', '\u00dcr\u00fcn T\u00fcr\u00fc', NULL, NULL),\n(36904, 'tr', 'db', 'Product Unit', '\u00dcr\u00fcn Birimi', NULL, NULL),\n(36905, 'tr', 'db', 'Sale Unit', 'Sat\u0131\u015f Birimi', NULL, NULL),\n(36906, 'tr', 'db', 'Purchase Unit', 'Sat\u0131n Alma Birimi', NULL, NULL),\n(36907, 'tr', 'db', 'Product Cost', '\u00dcr\u00fcn Maliyeti', NULL, NULL),\n(36908, 'tr', 'db', 'Product Price', '\u00dcr\u00fcn Fiyat\u0131', NULL, NULL),\n(36909, 'tr', 'db', 'Alert Quantity', 'Uyar\u0131 Miktar\u0131', NULL, NULL),\n(36910, 'tr', 'db', 'Add Promotional Price', 'Promosyon Fiyat\u0131 Ekle', NULL, NULL),\n(36911, 'tr', 'db', 'Product Tax', '\u00dcr\u00fcn Vergisi', NULL, NULL),\n(36912, 'tr', 'db', 'Tax Method', 'Vergi Y\u00f6ntemi', NULL, NULL),\n(36913, 'tr', 'db', 'Featured product will be displayed in POS', '\u00d6ne \u00c7\u0131kan \u00fcr\u00fcn POS\\'da g\u00f6r\u00fcnt\u00fclenecek', NULL, NULL),\n(36914, 'tr', 'db', 'Product Invoice Details', '\u00dcr\u00fcn Fatura Detaylar\u0131', NULL, NULL),\n(36915, 'tr', 'db', 'Purchase Status', 'Sat\u0131n Alma Durumu', NULL, NULL),\n(36916, 'tr', 'db', 'Add Gift Card', 'Hediye Kart\u0131 Ekle', NULL, NULL),\n(36917, 'tr', 'db', 'Card No', 'Kart Numaras\u0131', NULL, NULL),\n(36918, 'tr', 'db', 'Reference No', 'Referans Numaras\u0131', NULL, NULL),\n(36919, 'tr', 'db', 'Add Coupon', 'Kupon Ekle', NULL, NULL),\n(36920, 'tr', 'db', 'Coupon Code', 'Kupon Kodu', NULL, NULL),\n(36921, 'tr', 'db', 'Minimum Amount', 'Minimum Tutar', NULL, NULL),\n(36922, 'tr', 'db', 'Update Coupon', 'Kupon G\u00fcncelle', NULL, NULL),\n(36923, 'tr', 'db', 'Update Purchase', 'Sat\u0131n Alma G\u00fcncelle', NULL, NULL),\n(36924, 'tr', 'db', 'Update Sale', 'Sat\u0131\u015f G\u00fcncelle', NULL, NULL),\n(36925, 'tr', 'db', 'Update Product', '\u00dcr\u00fcn G\u00fcncelle', NULL, NULL),\n(36926, 'tr', 'db', 'Update Category', 'Kategori G\u00fcncelle', NULL, NULL),\n(36927, 'tr', 'db', 'Update Gift Card', 'Hediye Kart\u0131 G\u00fcncelle', NULL, NULL),\n(36928, 'tr', 'db', 'Delivery Reference', 'Teslimat Referans\u0131', NULL, NULL),\n(36929, 'tr', 'db', 'Sale Reference', 'Sat\u0131\u015f Referans\u0131', NULL, NULL),\n(36930, 'tr', 'db', 'Add Expense Category', 'Masraf Kategori Ekle', NULL, NULL),\n(36931, 'tr', 'db', 'Import Expense Category', 'Masraf Kategori \u0130\u00e7e Aktar', NULL, NULL),\n(36932, 'tr', 'db', 'Update Expense', 'Masraf G\u00fcncelle', NULL, NULL),\n(36933, 'tr', 'db', 'Quotation Status', 'Teklif Durumu', NULL, NULL),\n(36934, 'tr', 'db', 'Create Sale', 'Sat\u0131\u015f Olu\u015ftur', NULL, NULL),\n(36935, 'tr', 'db', 'Create Purchase', 'Sat\u0131n Alma Olu\u015ftur', NULL, NULL),\n(36936, 'tr', 'db', 'Purchase Details', 'Sat\u0131n Alma Detaylar\u0131', NULL, NULL),\n(36937, 'tr', 'db', 'Quotation Details', 'Teklif Detaylar\u0131', NULL, NULL),\n(36938, 'tr', 'db', 'Import Transfer', 'Aktar\u0131m \u0130\u00e7e Aktar', NULL, NULL),\n(36939, 'tr', 'db', 'Update Transfer', 'Aktar\u0131m G\u00fcncelle', NULL, NULL),\n(36940, 'tr', 'db', 'Transfer Status', 'Aktar\u0131m Durumu', NULL, NULL),\n(36941, 'tr', 'db', 'Transfer Details', 'Aktar\u0131m Detaylar\u0131', NULL, NULL),\n(36942, 'tr', 'db', 'Return Details', '\u0130ade Detaylar\u0131', NULL, NULL),\n(36943, 'tr', 'db', 'Return Note', '\u0130ade Notu', NULL, NULL),\n(36944, 'tr', 'db', 'Update Return', '\u0130ade G\u00fcncelle', NULL, NULL),\n(36945, 'tr', 'db', 'Card Details', 'Kart Detaylar\u0131', NULL, NULL),\n(36946, 'tr', 'db', 'Update Adjustment', 'Ayarlama G\u00fcncelle', NULL, NULL),\n(36947, 'tr', 'db', 'Update User', 'Kullan\u0131c\u0131 G\u00fcncelle', NULL, NULL),\n(36948, 'tr', 'db', 'Update Customer', 'M\u00fc\u015fteri G\u00fcncelle', NULL, NULL),\n(36949, 'tr', 'db', 'Import Customer', 'M\u00fc\u015fteri \u0130\u00e7e Aktar', NULL, NULL),\n(36950, 'tr', 'db', 'Add Deposit', 'Yat\u0131r\u0131m Ekle', NULL, NULL),\n(36951, 'tr', 'db', 'View Deposit', 'Yat\u0131r\u0131m G\u00f6r\u00fcnt\u00fcle', NULL, NULL),\n(36952, 'tr', 'db', 'Import Biller', 'Fatura \u0130\u00e7e Aktar', NULL, NULL),\n(36953, 'tr', 'db', 'Update Biller', 'Fatura G\u00fcncelle', NULL, NULL),\n(36954, 'tr', 'db', 'To display Image it must be stored in', 'G\u00f6rseli g\u00f6r\u00fcnt\u00fclemek i\u00e7in bunu depolamak gerekiyor', NULL, NULL),\n(36955, 'tr', 'db', 'directory', 'dizin', NULL, NULL),\n(36956, 'tr', 'db', 'Import Supplier', 'Tedarik\u00e7i \u0130\u00e7e Aktar', NULL, NULL),\n(36957, 'tr', 'db', 'Update Supplier', 'Tedarik\u00e7i G\u00fcncelle', NULL, NULL),\n(36958, 'tr', 'db', 'Purchased Amount', 'Sat\u0131n Al\u0131nan Tutar', NULL, NULL),\n(36959, 'tr', 'db', 'Purchased Qty', 'Sat\u0131n Alma Miktar\u0131', NULL, NULL),\n(36960, 'tr', 'db', 'Sold Amount', 'Sat\u0131lan Tutar', NULL, NULL),\n(36961, 'tr', 'db', 'Sold Qty', 'Sat\u0131lan Miktar', NULL, NULL),\n(36962, 'tr', 'db', 'Payment Reference', '\u00d6deme Referans\u0131', NULL, NULL),\n(36963, 'tr', 'db', 'Purchase Reference', 'Sat\u0131n Alma Referans\u0131', NULL, NULL),\n(36964, 'tr', 'db', 'Paid By', '\u00d6denen', NULL, NULL),\n(36965, 'tr', 'db', 'Total Item', 'Toplam \u00d6\u011fe', NULL, NULL),\n(36966, 'tr', 'db', 'Total Quantity', 'Toplam Miktar', NULL, NULL),\n(36967, 'tr', 'db', 'Paid Method', '\u00d6deme Y\u00f6ntemi', NULL, NULL),\n(36968, 'tr', 'db', 'Customer Details', 'M\u00fc\u015fteri Detaylar\u0131', NULL, NULL),\n(36969, 'tr', 'db', 'Bill No', 'Fatura Numaras\u0131', NULL, NULL),\n(36970, 'tr', 'db', 'Add Role', 'Rol Ekle', NULL, NULL),\n(36971, 'tr', 'db', 'Update Role', 'Rol G\u00fcncelle', NULL, NULL),\n(36972, 'tr', 'db', 'Import Warehouse', 'Depo \u0130\u00e7e Aktar', NULL, NULL),\n(36973, 'tr', 'db', 'Update Warehouse', 'Depo G\u00fcncelle', NULL, NULL),\n(36974, 'tr', 'db', 'Import Customer Group', 'M\u00fc\u015fteri Grubu \u0130\u00e7e Aktar', NULL, NULL),\n(36975, 'tr', 'db', 'Update Customer Group', 'M\u00fc\u015fteri Grubu G\u00fcncelle', NULL, NULL),\n(36976, 'tr', 'db', 'Import Brand', 'Marka \u0130\u00e7e Aktar', NULL, NULL),\n(36977, 'tr', 'db', 'Update Brand', 'Marka G\u00fcncelle', NULL, NULL),\n(36978, 'tr', 'db', 'Import Unit', 'Birim \u0130\u00e7e Aktar', NULL, NULL),\n(36979, 'tr', 'db', 'Update Unit', 'Birim G\u00fcncelle', NULL, NULL),\n(36980, 'tr', 'db', 'Import Tax', 'Vergi \u0130\u00e7e Aktar', NULL, NULL),\n(36981, 'tr', 'db', 'Update Tax', 'Vergi G\u00fcncelle', NULL, NULL),\n(36982, 'tr', 'db', 'Update User Profile', 'Kullan\u0131c\u0131 Profili G\u00fcncelle', NULL, NULL),\n(36983, 'tr', 'db', 'Default Customer', 'Varsay\u0131lan M\u00fc\u015fteri', NULL, NULL),\n(36984, 'tr', 'db', 'Default Biller', 'Varsay\u0131lan Fatura', NULL, NULL),\n(36985, 'tr', 'db', 'Default Warehouse', 'Varsay\u0131lan Depo', NULL, NULL),\n(36986, 'tr', 'db', 'Displayed Number of Product Row', 'G\u00f6r\u00fcnt\u00fclenen \u00dcr\u00fcn Sat\u0131r\u0131 Say\u0131s\u0131', NULL, NULL),\n(36987, 'tr', 'db', 'Add Brand', 'Marka Ekle', NULL, NULL),\n(36988, 'tr', 'db', 'All Deposit', 'T\u00fcm Yat\u0131r\u0131m', NULL, NULL),\n(36989, 'tr', 'db', 'Update Deposit', 'Yat\u0131r\u0131m G\u00fcncelle', NULL, NULL),\n(36990, 'tr', 'db', 'Add Customer Group', 'M\u00fc\u015fteri Grubu Ekle', NULL, NULL),\n(36991, 'tr', 'db', 'Delivered By', 'Teslim Edilen', NULL, NULL),\n(36992, 'tr', 'db', 'Recieved By', 'Al\u0131nan', NULL, NULL),\n(36993, 'tr', 'db', 'Update Delivery', 'Teslimat G\u00fcncelle', NULL, NULL),\n(36994, 'tr', 'db', 'Update Expense Category', 'Masraf Kategori G\u00fcncelle', NULL, NULL),\n(36995, 'tr', 'db', 'Tax Rate', 'Vergi Oran\u0131', NULL, NULL),\n(36996, 'tr', 'db', 'Unit Discount', 'Birim \u0130ndirimi', NULL, NULL),\n(36997, 'tr', 'db', 'Import Purchase', 'Sat\u0131n Alma \u0130\u00e7e Aktar', NULL, NULL),\n(36998, 'tr', 'db', 'Payment Note', '\u00d6deme Notu', NULL, NULL),\n(36999, 'tr', 'db', 'All Payment', 'T\u00fcm \u00d6deme', NULL, NULL),\n(37000, 'tr', 'db', 'Update Payment', '\u00d6deme G\u00fcncelle', NULL, NULL),\n(37001, 'tr', 'db', 'Update Quotation', 'Teklif G\u00fcncelle', NULL, NULL),\n(37002, 'tr', 'db', 'Coupon Discount', 'Kupon \u0130ndirimi', NULL, NULL),\n(37003, 'tr', 'db', 'Payment Mode', '\u00d6deme Modu', NULL, NULL),\n(37004, 'tr', 'db', 'Bill To', 'Fatura', NULL, NULL),\n(37005, 'tr', 'db', 'Stamp & Signature', 'Damga & \u0130mza', NULL, NULL),\n(37006, 'tr', 'db', 'Invoice Generated By', 'Fatura Olu\u015fturan', NULL, NULL),\n(37007, 'tr', 'db', 'Add Tax', 'Vergi Ekle', NULL, NULL),\n(37008, 'tr', 'db', 'Tax Name', 'Vergi Ad\u0131', NULL, NULL),\n(37009, 'tr', 'db', 'From Warehouse', 'Depodan', NULL, NULL),\n(37010, 'tr', 'db', 'To Warehouse', 'Depoya', NULL, NULL),\n(37011, 'tr', 'db', 'Add Unit', 'Birim Ekle', NULL, NULL),\n(37012, 'tr', 'db', 'Add Warehouse', 'Depo Ekle', NULL, NULL),\n(37013, 'tr', 'db', 'All Warehouse', 'T\u00fcm Depo', NULL, NULL),\n(37014, 'tr', 'db', 'Net Loss', 'Net Kay\u0131p', NULL, NULL),\n(37015, 'tr', 'db', 'Net Sale', 'Net Sat\u0131\u015f', NULL, NULL),\n(37016, 'tr', 'db', 'Net Purchase', 'Net Sat\u0131n Alma', NULL, NULL),\n(37017, 'tr', 'db', 'Net Return', 'Net \u0130ade', NULL, NULL),\n(37018, 'tr', 'db', 'Payment Recieved', '\u00d6deme Al\u0131nd\u0131', NULL, NULL),\n(37019, 'tr', 'db', 'Payment Sent', '\u00d6deme G\u00f6nderildi', NULL, NULL),\n(37020, 'tr', 'db', 'Product Discount', '\u00dcr\u00fcn \u0130ndirimi', NULL, NULL),\n(37021, 'tr', 'db', 'Completed', 'Tamamland\u0131', NULL, NULL),\n(37022, 'tr', 'db', 'Pending', 'Beklemede', NULL, NULL),\n(37023, 'tr', 'db', 'Partial', 'K\u0131smi', NULL, NULL),\n(37024, 'tr', 'db', 'Packing', 'Paketleme', NULL, NULL),\n(37025, 'tr', 'db', 'Delivering', 'Teslim Ediliyor', NULL, NULL),\n(37026, 'tr', 'db', 'Ordered', 'Sipari\u015f Edildi', NULL, NULL),\n(37027, 'tr', 'db', 'No Tax', 'Vergi Yok', NULL, NULL),\n(37028, 'tr', 'db', 'Stock Value by Price', 'Stok De\u011feri Fiyat', NULL, NULL),\n(37029, 'tr', 'db', 'Stock Value by Cost', 'Stok De\u011feri Maliyet', NULL, NULL),\n(37030, 'tr', 'db', 'Estimate Profit', 'Tahmini K\u00e2r', NULL, NULL),\n(37031, 'tr', 'db', 'Time Zone', 'Zaman Dilimi', NULL, NULL),\n(37032, 'tr', 'db', 'Currency Position', 'Para Birimi Konumu', NULL, NULL),\n(37033, 'tr', 'db', 'Prefix', '\u00d6nek', NULL, NULL),\n(37034, 'tr', 'db', 'Suffix', 'Sonek', NULL, NULL),\n(37035, 'tr', 'db', 'Exclusive', '\u00d6zel', NULL, NULL),\n(37036, 'tr', 'db', 'Inclusive', 'Dahil', NULL, NULL),\n(37037, 'tr', 'db', 'Combo Products', '\u00dcr\u00fcn Kombinasyonlar\u0131', NULL, NULL),\n(37038, 'tr', 'db', 'Image name must be same as product name', 'G\u00f6rsel ad\u0131 \u00fcr\u00fcn ad\u0131yla ayn\u0131 olmal\u0131', NULL, NULL),\n(37039, 'tr', 'db', 'Paying Amount', '\u00d6denen Tutar', NULL, NULL),\n(37040, 'tr', 'db', 'Payable Amount', '\u00d6denebilir Tutar', NULL, NULL),\n(37041, 'tr', 'db', 'Change', 'De\u011fi\u015ftir', NULL, NULL),\n(37042, 'tr', 'db', 'Back', 'Geri', NULL, NULL),\n(37043, 'tr', 'db', 'Role Permission', 'Rol \u0130zinleri', NULL, NULL),\n(37044, 'tr', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', '\u00d6zel => \u00dcr\u00fcn fiyat\u0131 = Ger\u00e7ek \u00fcr\u00fcn fiyat\u0131 + Vergi. Dahil => Ger\u00e7ek \u00fcr\u00fcn fiyat\u0131 = \u00dcr\u00fcn fiyat\u0131 - Vergi', NULL, NULL),\n(37045, 'tr', 'db', 'Accounting', 'Muhasebe', NULL, NULL),\n(37046, 'tr', 'db', 'Account', 'Hesap', NULL, NULL),\n(37047, 'tr', 'db', 'Account List', 'Hesap Listesi', NULL, NULL),\n(37048, 'tr', 'db', 'Add Account', 'Hesap Ekle', NULL, NULL),\n(37049, 'tr', 'db', 'Account No', 'Hesap Numaras\u0131', NULL, NULL),\n(37050, 'tr', 'db', 'Initial Balance', 'Ba\u015flang\u0131\u00e7 Bakiyesi', NULL, NULL),\n(37051, 'tr', 'db', 'Update Account', 'Hesap G\u00fcncelle', NULL, NULL),\n(37052, 'tr', 'db', 'Default', 'Varsay\u0131lan', NULL, NULL),\n(37053, 'tr', 'db', 'Balance Sheet', 'Bakiye Tablosu', NULL, NULL),\n(37054, 'tr', 'db', 'Debit', 'Bor\u00e7', NULL, NULL),\n(37055, 'tr', 'db', 'Credit', 'Alacak', NULL, NULL),\n(37056, 'tr', 'db', 'Account Statement', 'Hesap Dile\u011fi', NULL, NULL),\n(37057, 'tr', 'db', 'Department', 'Departman', NULL, NULL),\n(37058, 'tr', 'db', 'Add Department', 'Departman Ekle', NULL, NULL),\n(37059, 'tr', 'db', 'Update Department', 'Departman G\u00fcncelle', NULL, NULL),\n(37060, 'tr', 'db', 'Employee', '\u00c7al\u0131\u015fan', NULL, NULL),\n(37061, 'tr', 'db', 'Add Employee', '\u00c7al\u0131\u015fan Ekle', NULL, NULL),\n(37062, 'tr', 'db', 'Update Employee', '\u00c7al\u0131\u015fan G\u00fcncelle', NULL, NULL),\n(37063, 'tr', 'db', 'Payroll', '\u00d6deme', NULL, NULL),\n(37064, 'tr', 'db', 'Add Payroll', '\u00d6deme Ekle', NULL, NULL),\n(37065, 'tr', 'db', 'Update Payroll', '\u00d6deme G\u00fcncelle', NULL, NULL),\n(37066, 'tr', 'db', 'Method', 'Y\u00f6ntem', NULL, NULL),\n(37067, 'tr', 'db', 'Sale Return', 'Sat\u0131\u015f \u0130adesi', NULL, NULL),\n(37068, 'tr', 'db', 'Purchase Return', 'Sat\u0131n Alma \u0130adesi', NULL, NULL),\n(37069, 'tr', 'db', 'Net Sale Return', 'Net Sat\u0131\u015f \u0130adesi', NULL, NULL),\n(37070, 'tr', 'db', 'Net Purchase Return', 'Net Sat\u0131n Alma \u0130adesi', NULL, NULL),\n(37071, 'tr', 'db', 'Attendance', '\u0130zin', NULL, NULL),\n(37072, 'tr', 'db', 'Add Attendance', '\u0130zin Ekle', NULL, NULL),\n(37073, 'tr', 'db', 'HRM Setting', 'HRM Ayar\u0131', NULL, NULL),\n(37074, 'tr', 'db', 'CheckIn', 'Giri\u015f', NULL, NULL),\n(37075, 'tr', 'db', 'CheckOut', '\u00c7\u0131k\u0131\u015f', NULL, NULL),\n(37076, 'tr', 'db', 'Default CheckIn', 'Varsay\u0131lan Giri\u015f', NULL, NULL),\n(37077, 'tr', 'db', 'Default CheckOut', 'Varsay\u0131lan \u00c7\u0131k\u0131\u015f', NULL, NULL),\n(37078, 'tr', 'db', 'Present', 'Var', NULL, NULL),\n(37079, 'tr', 'db', 'Late', 'Ge\u00e7', NULL, NULL),\n(37080, 'tr', 'db', 'User Report', 'Kullan\u0131c\u0131 Raporu', NULL, NULL),\n(37081, 'tr', 'db', 'Choose User', 'Kullan\u0131c\u0131 Se\u00e7', NULL, NULL),\n(37082, 'tr', 'db', 'Recieved Amount', 'Al\u0131nan Tutar', NULL, NULL),\n(37083, 'tr', 'db', 'Theme', 'Tema', NULL, NULL),\n(37084, 'tr', 'db', 'Staff Access', 'Personel Eri\u015fimi', NULL, NULL),\n(37085, 'tr', 'db', 'All Records', 'T\u00fcm Kay\u0131tlar', NULL, NULL),\n(37086, 'tr', 'db', 'Own Records', 'Kendi Kay\u0131tlar\u0131n\u0131z', NULL, NULL),\n(37087, 'tr', 'db', 'Date Format', 'Tarih Format\u0131', NULL, NULL),\n(37088, 'tr', 'db', 'Empty Database', 'Bo\u015f Veritaban\u0131', NULL, NULL),\n(37089, 'tr', 'db', 'Stock Count', 'Stok Say\u0131s\u0131', NULL, NULL),\n(37090, 'tr', 'db', 'Count Stock', 'Stok Say', NULL, NULL),\n(37091, 'tr', 'db', 'Full', 'Dolu', NULL, NULL),\n(37092, 'tr', 'db', 'Finalize', 'Tamamlama', NULL, NULL),\n(37093, 'tr', 'db', 'Initial File', 'Ba\u015flang\u0131\u00e7 Dosyas\u0131', NULL, NULL),\n(37094, 'tr', 'db', 'Final File', 'Son Dosya', NULL, NULL),\n(37095, 'tr', 'db', 'Final Report', 'Son Rapor', NULL, NULL),\n(37096, 'tr', 'db', 'Finalize Stock Count', 'Stok Say\u0131s\u0131n\u0131 Tamamlama', NULL, NULL),\n(37097, 'tr', 'db', 'You just need to update the Counted column in the initial file', 'Ba\u015flang\u0131\u00e7 dosyas\u0131ndaki Counted s\u00fctununu g\u00fcncellemeniz yeterlidir', NULL, NULL),\n(37098, 'tr', 'db', 'Files', 'Dosyalar', NULL, NULL),\n(37099, 'tr', 'db', 'Expected', 'Beklenen', NULL, NULL),\n(37100, 'tr', 'db', 'Counted', 'Say\u0131lan', NULL, NULL),\n(37101, 'tr', 'db', 'Difference', 'Fark', NULL, NULL),\n(37102, 'tr', 'db', 'Miscellaneous', '\u00c7e\u015fitli', NULL, NULL),\n(37103, 'tr', 'db', 'SMS Setting', 'SMS Ayar\u0131', NULL, NULL),\n(37104, 'tr', 'db', 'Send SMS', 'SMS G\u00f6nder', NULL, NULL),\n(37105, 'tr', 'db', 'Gateway', 'Ge\u00e7it', NULL, NULL),\n(37106, 'tr', 'db', 'Select SMS gateway', 'SMS ge\u00e7idi se\u00e7...', NULL, NULL),\n(37107, 'tr', 'db', 'Create SMS', 'SMS Olu\u015ftur', NULL, NULL),\n(37108, 'tr', 'db', 'Mobile', 'Mobilya', NULL, NULL),\n(37109, 'tr', 'db', 'Message', 'Mesaj', NULL, NULL),\n(37110, 'tr', 'db', 'Add mobile numbers by selecting the customers', 'M\u00fc\u015fterileri se\u00e7erek mobil numaralar ekleyin', NULL, NULL),\n(37111, 'tr', 'db', 'Help', 'Yard\u0131m', NULL, NULL),\n(37112, 'tr', 'db', 'Type Product Name or Code', '\u00dcr\u00fcn Ad\u0131 veya Kodu Gir...', NULL, NULL),\n(37113, 'tr', 'db', 'Type date or sale reference', 'Tarih veya sat\u0131\u015f referans\u0131 gir...', NULL, NULL),\n(37114, 'tr', 'db', 'Type date or purchase reference', 'Tarih veya sat\u0131n alma referans\u0131 gir...', NULL, NULL),\n(37115, 'tr', 'db', 'Tax Number', 'Vergi Numaras\u0131', NULL, NULL),\n(37116, 'tr', 'db', 'Holiday', 'Bayram', NULL, NULL),\n(37117, 'tr', 'db', 'Add Holiday', 'Bayram Ekle', NULL, NULL),\n(37118, 'tr', 'db', 'Update Holiday', 'Bayram G\u00fcncelle', NULL, NULL),\n(37119, 'tr', 'db', 'Approve', 'Onayla', NULL, NULL),\n(37120, 'tr', 'db', 'My Holiday', 'Bayram\u0131m', NULL, NULL),\n(37121, 'tr', 'db', 'Holiday Approve', 'Bayram\u0131 Onayla', NULL, NULL),\n(37122, 'tr', 'db', 'My Transaction', '\u0130\u015flemim', NULL, NULL),\n(37123, 'tr', 'db', 'Sale Generated', 'Sat\u0131\u015f Olu\u015fturuldu', NULL, NULL),\n(37124, 'tr', 'db', 'Purchase Generated', 'Sat\u0131n Alma Olu\u015fturuldu', NULL, NULL),\n(37125, 'tr', 'db', 'Quotation Generated', 'Teklif Olu\u015fturuldu', NULL, NULL),\n(37126, 'tr', 'db', 'Warehouse Report', 'Depo Raporu', NULL, NULL),\n(37127, 'tr', 'db', 'Quick Cash', 'H\u0131zl\u0131 Nakit', NULL, NULL),\n(37128, 'tr', 'db', 'Clear', 'Temizle', NULL, NULL),\n(37129, 'tr', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'Birden fazla g\u00f6rsel y\u00fckleyebilirsiniz. Sadece .jpeg, .jpg, .png, .gif dosyalar\u0131 y\u00fcklenebilir. \u0130lk g\u00f6rsel temel g\u00f6rsel olacak.', NULL, NULL),\n(37130, 'tr', 'db', 'This product has variant', 'Bu \u00fcr\u00fcn varyantl\u0131', NULL, NULL),\n(37131, 'tr', 'db', 'Enter variant value seperated by comma', 'Varyant de\u011feri virg\u00fclle ay\u0131r\u0131n', NULL, NULL),\n(37132, 'tr', 'db', 'Item Code', '\u00d6\u011fe Kodu', NULL, NULL),\n(37133, 'tr', 'db', 'Additional Price', 'Ek Fiyat', NULL, NULL),\n(37134, 'tr', 'db', 'Variant', 'Varyant', NULL, NULL),\n(37135, 'tr', 'db', 'Warehouse Quantity', 'Depo Miktar\u0131', NULL, NULL),\n(37136, 'tr', 'db', 'Warehouse quantity of product variants', '\u00dcr\u00fcn varyantlar\u0131n\u0131n depoda bulunan miktar\u0131', NULL, NULL),\n(37137, 'tr', 'db', 'Thank you for shopping with us Please come again', '\u0130\u015fteki al\u0131\u015fveri\u015f i\u00e7in te\u015fekk\u00fcrler. Tekrar bekleriz', NULL, NULL),\n(37138, 'tr', 'db', 'Money Transfer', 'Para Transferi', NULL, NULL),\n(37139, 'tr', 'db', 'Add Money Transfer', 'Para Transferi Ekle', NULL, NULL),\n(37140, 'tr', 'db', 'From Account', 'Hesaptan', NULL, NULL),\n(37141, 'tr', 'db', 'To Account', 'Hesaba', NULL, NULL),\n(37142, 'tr', 'db', 'Update Money Transfer', 'Para Transferi G\u00fcncelle', NULL, NULL),\n(37143, 'tr', 'db', 'Stock Quantity', 'Stok Miktar\u0131', NULL, NULL),\n(37144, 'tr', 'db', 'Stock Worth (Price\\\\\/Cost)', 'Stok De\u011feri (Fiyat\\\\\/Maliyet)', NULL, NULL),\n(37145, 'tr', 'db', 'Number of Product', '\u00dcr\u00fcn Say\u0131s\u0131', NULL, NULL),\n(37146, 'tr', 'db', 'Add Cash Register', 'Nakit Kay\u0131t Ekle', NULL, NULL),\n(37147, 'tr', 'db', 'Cash Register Details', 'Nakit Kay\u0131t Detaylar\u0131', NULL, NULL),\n(37148, 'tr', 'db', 'Please review the transaction and payments', '\u0130\u015flem ve \u00f6demeleri g\u00f6zden ge\u00e7irin.', NULL, NULL),\n(37149, 'tr', 'db', 'Total Sale Amount', 'Toplam Sat\u0131\u015f Tutar\u0131', NULL, NULL),\n(37150, 'tr', 'db', 'Total Sale Return', 'Toplam Sat\u0131\u015f \u0130adesi', NULL, NULL),\n(37151, 'tr', 'db', 'Total Payment', 'Toplam \u00d6deme', NULL, NULL),\n(37152, 'tr', 'db', 'Cash Payment', 'Nakit \u00d6deme', NULL, NULL),\n(37153, 'tr', 'db', 'Credit Card Payment', 'Kredi Kart\u0131 \u00d6deme', NULL, NULL),\n(37154, 'tr', 'db', 'Gift Card Payment', 'Hediye Kart\u0131 \u00d6deme', NULL, NULL),\n(37155, 'tr', 'db', 'Cheque Payment', '\u00c7ek \u00d6deme', NULL, NULL),\n(37156, 'tr', 'db', 'Paypal Payment', 'Paypal \u00d6deme', NULL, NULL),\n(37157, 'tr', 'db', 'Total Expense', 'Toplam Masraf', NULL, NULL),\n(37158, 'tr', 'db', 'Total Cash', 'Toplam Nakit', NULL, NULL),\n(37159, 'tr', 'db', 'Cash Register List', 'Nakit Kay\u0131t Listesi', NULL, NULL),\n(37160, 'tr', 'db', 'Closed', 'Kapal\u0131', NULL, NULL),\n(37161, 'tr', 'db', 'Close Register', 'Kay\u0131t Kapat', NULL, NULL),\n(37162, 'tr', 'db', 'Opened at', 'A\u00e7\u0131ld\u0131\u011f\u0131', NULL, NULL),\n(37163, 'tr', 'db', 'Closed at', 'Kapand\u0131\u011f\u0131', NULL, NULL),\n(37164, 'tr', 'db', 'Delivery Details', 'Teslimat Detaylar\u0131', NULL, NULL),\n(37165, 'tr', 'db', 'Print Last Reciept', 'Son Fatura Yazd\u0131r', NULL, NULL),\n(37166, 'tr', 'db', 'Today Sale', 'Bug\u00fcnk\u00fc Sat\u0131\u015f', NULL, NULL),\n(37167, 'tr', 'db', 'Today Profit', 'Bug\u00fcnk\u00fc K\u00e2r', NULL, NULL),\n(37168, 'tr', 'db', 'Product Revenue', '\u00dcr\u00fcn Geliri', NULL, NULL),\n(37169, 'tr', 'db', 'Full Screen', 'Tam Ekran', NULL, NULL),\n(37170, 'tr', 'db', 'Send Notification', 'Bildirim G\u00f6nder', NULL, NULL),\n(37171, 'tr', 'db', 'Add Currency', 'Para Birimi Ekle', NULL, NULL),\n(37172, 'tr', 'db', 'Update Currency', 'Para Birimi G\u00fcncelle', NULL, NULL),\n(37173, 'tr', 'db', 'Currency Name', 'Para Birimi Ad\u0131', NULL, NULL),\n(37174, 'tr', 'db', 'Currency Code', 'Para Birimi Kodu', NULL, NULL),\n(37175, 'tr', 'db', 'Exchange Rate', 'De\u011fi\u015fim Oran\u0131', NULL, NULL),\n(37176, 'tr', 'db', 'System Title', 'Sistem Ba\u015fl\u0131\u011f\u0131', NULL, NULL),\n(37177, 'tr', 'db', 'System Logo', 'Sistem Logo', NULL, NULL),\n(37178, 'tr', 'db', 'This product has different price for different warehouse', 'Bu \u00fcr\u00fcn farkl\u0131 depoda farkl\u0131 fiyata sat\u0131l\u0131yor', NULL, NULL),\n(37179, 'tr', 'db', 'Backup Database', 'Veritaban\u0131 Yedekle', NULL, NULL),\n(37180, 'tr', 'db', 'Deposit Payment', 'Yat\u0131r\u0131m \u00d6demesi', NULL, NULL),\n(37181, 'tr', 'db', 'Invoice Format', 'Fatura Format\u0131', NULL, NULL),\n(37182, 'tr', 'db', 'Transaction Reference', '\u0130\u015flem Referans\u0131', NULL, NULL),\n(37183, 'tr', 'db', 'Batch No', 'Parti Numaras\u0131', NULL, NULL),\n(37184, 'tr', 'db', 'This product has batch and expired date', 'Bu \u00fcr\u00fcn parti ve son kullanma tarihi var', NULL, NULL),\n(37185, 'tr', 'db', 'Reward Point Setting', '\u00d6d\u00fcl Noktas\u0131 Ayar\u0131', NULL, NULL),\n(37186, 'tr', 'db', 'Sold amount per point', 'Sat\u0131lan miktar\u0131n nokta ba\u015f\u0131na', NULL, NULL),\n(37187, 'tr', 'db', 'Minumum sold amount to get point', 'Nokta almak i\u00e7in minimum sat\u0131lan miktar', NULL, NULL),\n(37188, 'tr', 'db', 'Point Expiry Duration', 'Nokta Son Kullanma S\u00fcresi', NULL, NULL),\n(37189, 'tr', 'db', 'Duration Type', 'S\u00fcre Tipi', NULL, NULL),\n(37190, 'tr', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', 'Bu, sat\u0131lan miktar\u0131na g\u00f6re nokta alacak miktar\u0131n\u0131z\u0131n ne kadar oldu\u011funu g\u00f6sterir. \u00d6rne\u011fin, 100 koyarsan\u0131z her 100 dolar harcanan\u0131n\u0131z i\u00e7in m\u00fc\u015fteri bir nokta alacakt\u0131r.', NULL, NULL),\n(37191, 'tr', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', '\u00d6rne\u011fin, 100 koyarsan\u0131z m\u00fc\u015fteri sadece 100 dolar harcand\u0131ktan sonra nokta alacakt\u0131r.', NULL, NULL),\n(37192, 'tr', 'db', 'Active reward point', 'Aktif \u00f6d\u00fcl noktas\u0131', NULL, NULL),\n(37193, 'tr', 'db', 'Reward Points', '\u00d6d\u00fcl Noktalar\u0131', NULL, NULL),\n(37194, 'tr', 'db', 'One Point is Equivalent to =>', 'Bir Nokta =>', NULL, NULL),\n(37195, 'tr', 'db', 'This product has IMEI or Serial numbers', 'Bu \u00fcr\u00fcn IMEI veya Seri numaralar\u0131 var', NULL, NULL),\n(37196, 'tr', 'db', 'IMEI or Serial Numbers', 'IMEI veya Seri Numaralar\u0131', NULL, NULL),\n(37197, 'tr', 'db', 'RTL Layout', 'RTL Dizayn', NULL, NULL),\n(37198, 'tr', 'db', 'Cheque', '\u00c7ek', NULL, NULL),\n(37199, 'tr', 'db', 'Cash', 'Nakit', NULL, NULL),\n(37200, 'tr', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(37201, 'tr', 'db', 'Points', 'Nokta', NULL, NULL),\n(37202, 'tr', 'db', 'Cancel', '\u0130ptal', NULL, NULL),\n(37203, 'tr', 'db', 'Recent Transaction', 'Son \u0130\u015flem', NULL, NULL),\n(37204, 'tr', 'db', 'Discount Plan', '\u0130ndirim Plan\u0131', NULL, NULL),\n(37205, 'tr', 'db', 'Create Discount Plan', '\u0130ndirim Plan\u0131 Olu\u015ftur', NULL, NULL),\n(37206, 'tr', 'db', 'Inactive', 'Pasif', NULL, NULL),\n(37207, 'tr', 'db', 'Create Discount', '\u0130ndirim Ekle', NULL, NULL),\n(37208, 'tr', 'db', 'Valid From', 'Ge\u00e7erli Tarih', NULL, NULL),\n(37209, 'tr', 'db', 'Valid Till', 'Ge\u00e7erli Biti\u015f', NULL, NULL),\n(37210, 'tr', 'db', 'Discount Type', '\u0130ndirim T\u00fcr\u00fc', NULL, NULL),\n(37211, 'tr', 'db', 'Value', 'De\u011fer', NULL, NULL),\n(37212, 'tr', 'db', 'Minimum Qty', 'Minimum Miktar', NULL, NULL),\n(37213, 'tr', 'db', 'Maximum Qty', 'Maksimum Miktar', NULL, NULL),\n(37214, 'tr', 'db', 'Type product code seperated by comma', '\u00dcr\u00fcn kodunu virg\u00fclle ay\u0131r\u0131n', NULL, NULL),\n(37215, 'tr', 'db', 'Applicable For', 'Uygulanabilir', NULL, NULL),\n(37216, 'tr', 'db', 'All Products', 'T\u00fcm \u00dcr\u00fcnler', NULL, NULL),\n(37217, 'tr', 'db', 'Specific Products', 'Belirli \u00dcr\u00fcnler', NULL, NULL),\n(37218, 'tr', 'db', 'Valid on the following days', 'A\u015fa\u011f\u0131daki g\u00fcnlerde ge\u00e7erli', NULL, NULL),\n(37219, 'tr', 'db', 'Validity', 'Ge\u00e7erlilik', NULL, NULL),\n(37220, 'tr', 'db', 'Days', 'G\u00fcnler', NULL, NULL),\n(37221, 'tr', 'db', 'Products', '\u00dcr\u00fcnler', NULL, NULL),\n(37222, 'tr', 'db', 'Update Discount Plan', '\u0130ndirim Plan\u0131 G\u00fcncelle', NULL, NULL),\n(37223, 'tr', 'db', 'Update Discount', '\u0130ndirim G\u00fcncelle', NULL, NULL),\n(37224, 'tr', 'db', 'Order Discount Type', 'Sipari\u015f \u0130ndirimi T\u00fcr\u00fc', NULL, NULL),\n(37225, 'tr', 'db', 'Order Discount Value', 'Sipari\u015f \u0130ndirimi De\u011feri', NULL, NULL),\n(37226, 'tr', 'db', 'Flat', 'D\u00fcz', NULL, NULL),\n(37227, 'tr', 'db', 'Revenue and Profit Summary', 'Gelir ve K\u00e2r \u00d6zeti', NULL, NULL),\n(37228, 'tr', 'db', 'Monthly Summary', 'Ayl\u0131k \u00d6zet', NULL, NULL),\n(37229, 'tr', 'db', 'Switch Theme', 'Tema De\u011fi\u015ftir', NULL, NULL),\n(37230, 'tr', 'db', 'Documentation', 'Dok\u00fcmantasyon', NULL, NULL),\n(37231, 'tr', 'db', 'Product Expiry Report', '\u00dcr\u00fcn Son Kullanma Raporu', NULL, NULL),\n(37232, 'tr', 'db', 'Sale Return List', 'Sat\u0131\u015f \u0130adesi Listesi', NULL, NULL),\n(37233, 'tr', 'db', 'Purchase Return List', 'Sat\u0131n Alma \u0130adesi Listesi', NULL, NULL),\n(37234, 'tr', 'db', 'Purchase Return Details', 'Sat\u0131n Alma \u0130adesi Detaylar\u0131', NULL, NULL),\n(37235, 'tr', 'db', 'Purchase Payment', 'Sat\u0131n Alma \u00d6demesi', NULL, NULL),\n(37236, 'tr', 'db', 'Sale Payment', 'Sat\u0131\u015f \u00d6demesi', NULL, NULL),\n(37237, 'tr', 'db', 'Sale Report Chart', 'Sat\u0131\u015f Rapor Grafi\u011fi', NULL, NULL),\n(37238, 'tr', 'db', 'Time Period', 'Zaman Aral\u0131\u011f\u0131', NULL, NULL),\n(37239, 'tr', 'db', 'Notification List', 'Bildirim Listesi', NULL, NULL),\n(37240, 'tr', 'db', 'Document', 'Belge', NULL, NULL),\n(37241, 'tr', 'db', 'All Notification', 'T\u00fcm Bildirimler', NULL, NULL),\n(37242, 'tr', 'db', 'Read', 'Oku', NULL, NULL),\n(37243, 'tr', 'db', 'Unread', 'Okunmayan', NULL, NULL),\n(37244, 'tr', 'db', 'Daily Sale Objective', 'G\u00fcnl\u00fck Sat\u0131\u015f Ama\u00e7\u0131', NULL, NULL),\n(37245, 'tr', 'db', 'Product Info', '\u00dcr\u00fcn Bilgisi', NULL, NULL),\n(37246, 'tr', 'db', 'Number of Products', '\u00dcr\u00fcn Say\u0131s\u0131', NULL, NULL),\n(37247, 'tr', 'db', 'Daily Sale Objective Report', 'G\u00fcnl\u00fck Sat\u0131\u015f Ama\u00e7\u0131 Raporu', NULL, NULL),\n(37248, 'tr', 'db', 'Embedded Barcode', '\u0130\u00e7 \u0130\u00e7e Barkod', NULL, NULL),\n(37249, 'tr', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'G\u00fcnl\u00fck minimum miktar\u0131n\u0131n sat\u0131lmas\u0131. E\u011fer sat\u0131lmazsa, panoda bildirim alacaks\u0131n\u0131z. Ancak bunu do\u011fru bir \u015fekilde ayarlamak i\u00e7in cron i\u015fini ayarlaman\u0131z gerekiyor. Bu konuda belgeleri takip edin.', NULL, NULL),\n(37250, 'tr', 'db', 'Deposited Balance', 'Yat\u0131r\u0131lan Bakiye', NULL, NULL),\n(37251, 'tr', 'db', 'Total Due', 'Toplam Vadesi', NULL, NULL),\n(37252, 'tr', 'db', 'Clear Due', 'Vadeyi Temizle', NULL, NULL),\n(37253, 'tr', 'db', 'Both Customer and Supplier', 'Hem M\u00fc\u015fteri hem Tedarik\u00e7i', NULL, NULL),\n(37254, 'tr', 'db', 'Check this if this product will be used in weight scale machine', 'Bu \u00fcr\u00fcn\u00fc a\u011f\u0131rl\u0131k \u00f6l\u00e7\u00fc aletinde kullan\u0131l\u0131p kullan\u0131lmayaca\u011f\u0131n\u0131 i\u015faretleyin.', NULL, NULL),\n(37255, 'tr', 'db', 'Add More Variant', 'Daha Fazla Varyant Ekle', NULL, NULL),\n(37256, 'tr', 'db', 'Additional Cost', 'Ek Maliyet', NULL, NULL),\n(37257, 'tr', 'db', 'Product Variant Information', '\u00dcr\u00fcn Varyant Bilgileri', NULL, NULL),\n(37258, 'tr', 'db', 'Product History', '\u00dcr\u00fcn Tarihi', NULL, NULL),\n(37259, 'tr', 'db', 'Delivery Status', 'Teslimat Durumu', NULL, NULL),\n(37260, 'tr', 'db', 'Supplier Details', 'Tedarik\u00e7i Detaylar\u0131', NULL, NULL),\n(37261, 'tr', 'db', 'Customer Due Report', 'M\u00fc\u015fteri Vadesi Raporu', NULL, NULL),\n(37262, 'tr', 'db', 'Supplier Due Report', 'Tedarik\u00e7i Vadesi Raporu', NULL, NULL),\n(37263, 'tr', 'db', 'Returned Amount', '\u0130ade Tutar\u0131', NULL, NULL),\n(37264, 'tr', 'db', 'Related Transaction', '\u0130li\u015fkili \u0130\u015flem', NULL, NULL),\n(37265, 'tr', 'db', 'Tenant Name', 'Kirac\u0131 Ad\u0131', NULL, NULL),\n(37266, 'tr', 'db', 'Domain Prefix', 'Alan \u00d6nek', NULL, NULL),\n(37267, 'tr', 'db', 'Created At', 'Olu\u015fturulma Tarihi', NULL, NULL),\n(37268, 'tr', 'db', 'Client List', 'M\u00fc\u015fteri Listesi', NULL, NULL),\n(37269, 'tr', 'db', 'Add Client', 'M\u00fc\u015fteri Ekle', NULL, NULL),\n(37270, 'tr', 'db', 'Invoice Size', 'Fatura Boyutu', NULL, NULL),\n(37271, 'tr', 'db', 'A4', 'A4', NULL, NULL),\n(37272, 'tr', 'db', 'Thermal POS receipt', 'Termal POS al\u0131c\u0131', NULL, NULL),\n(37273, 'tr', 'db', 'Total Before Tax', 'Vergi \u00d6ncesi Toplam', NULL, NULL),\n(37274, 'tr', 'db', 'Digits after deciaml point', 'Virg\u00fclden sonraki rakamlar', NULL, NULL),\n(37275, 'tr', 'db', 'Subscription Ends at', 'Abonelik Biter', NULL, NULL),\n(37276, 'tr', 'db', 'Customer Group Report', 'M\u00fc\u015fteri Grubu Raporu', NULL, NULL),\n(37277, 'tr', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', 'E\u011fer varsay\u0131lan fiyata \u00fcr\u00fcn satmak istiyorsan\u0131z, y\u00fczde de\u011feriniz s\u0131f\u0131r olmal\u0131d\u0131r.', NULL, NULL),\n(37278, 'tr', 'db', 'If this is your default currency, the exchange rate must be 1', 'E\u011fer bu varsay\u0131lan para birimiyseniz, de\u011fi\u015fim oran\u0131n\u0131z 1 olmal\u0131d\u0131r.', NULL, NULL),\n(37279, 'tr', 'db', 'Add Purchase Return', 'Sat\u0131n Alma \u0130ade Ekle', NULL, NULL),\n(37280, 'tr', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Sadece varsay\u0131lan para birimi 1 olarak de\u011fi\u015fim oran\u0131na sahip olabilir. Varsay\u0131lan para biriminizin de\u011fi\u015fim oran\u0131n\u0131 de\u011fi\u015ftirin', NULL, NULL),\n(37281, 'tr', 'db', 'Click to Add', 'Eklemek i\u00e7in t\u0131klay\u0131n', NULL, NULL),\n(37282, 'tr', 'db', 'Free Trial Limit', '\u00dccretsiz Deneme S\u00fcresi', NULL, NULL),\n(37284, 'tr', 'db', 'Renew Subscription', 'Abonelik Yenile', NULL, NULL),\n(37285, 'tr', 'db', 'Update Client DB', 'M\u00fc\u015fteri Veritaban\u0131n\u0131 G\u00fcncelle', NULL, NULL),\n(37286, 'tr', 'db', 'Client', 'M\u00fc\u015fteri', NULL, NULL),\n(37287, 'tr', 'db', 'Domain', 'Alan', NULL, NULL),\n(37288, 'tr', 'db', 'Package', 'Paket', NULL, NULL),\n(37289, 'tr', 'db', 'Package List', 'Paket Listesi', NULL, NULL),\n(37290, 'tr', 'db', 'Add Package', 'Paket Ekle', NULL, NULL),\n(37291, 'tr', 'db', 'Update Package', 'Paket G\u00fcncelle', NULL, NULL),\n(37292, 'tr', 'db', 'Free Trial', '\u00dccretsiz Deneme', NULL, NULL),\n(37293, 'tr', 'db', 'Monthly Fee', 'Ayl\u0131k \u00dccret', NULL, NULL),\n(37294, 'tr', 'db', 'Yearly Fee', 'Y\u0131ll\u0131k \u00dccret', NULL, NULL),\n(37295, 'tr', 'db', 'Number of Warehouses', 'Depo Say\u0131s\u0131', NULL, NULL),\n(37296, 'tr', 'db', 'Number of Invoices', 'Fatura Say\u0131s\u0131', NULL, NULL),\n(37297, 'tr', 'db', 'Number of User Account', 'Kullan\u0131c\u0131 Hesap Say\u0131s\u0131', NULL, NULL),\n(37298, 'tr', 'db', 'Number of Employees', '\u00c7al\u0131\u015fan Say\u0131s\u0131', NULL, NULL),\n(37299, 'tr', 'db', 'Infinity', 'Sonsuz', NULL, NULL),\n(37300, 'tr', 'db', 'Features', '\u00d6zellikler', NULL, NULL),\n(37301, 'tr', 'db', 'Unlimited', 'S\u0131n\u0131rs\u0131z', NULL, NULL),\n(37302, 'tr', 'db', 'Package Name', 'Paket Ad\u0131', NULL, NULL),\n(37303, 'tr', 'db', 'Change Package', 'Paket De\u011fi\u015ftir', NULL, NULL),\n(37304, 'tr', 'db', 'Active Payment Gateway', 'Aktif \u00d6deme Ge\u00e7idi', NULL, NULL),\n(37305, 'tr', 'db', 'No Payment Gateway', '\u00d6deme Ge\u00e7idi Yok', NULL, NULL),\n(37306, 'tr', 'db', 'Payment Setting', '\u00d6deme Ayar\u0131', NULL, NULL),\n(37307, 'tr', 'db', 'Subscription Type', 'Abonelik T\u00fcr\u00fc', NULL, NULL),\n(37308, 'tr', 'db', 'Update SuperAdmin DB', 'SuperAdmin Veritaban\u0131n\u0131 G\u00fcncelle', NULL, NULL),\n(37309, 'tr', 'db', 'Payments', '\u00d6demeler', NULL, NULL),\n(37310, 'tr', 'db', 'CMS', 'CMS', NULL, NULL),\n(37311, 'tr', 'db', 'Support Tickets', 'Destek Biletleri', NULL, NULL),\n(37312, 'tr', 'db', 'Testimonials', 'Tan\u0131klar', NULL, NULL),\n(37313, 'tr', 'db', 'Blog', 'Blog', NULL, NULL),\n(37314, 'tr', 'db', 'Page', 'Sayfa', NULL, NULL),\n(37315, 'tr', 'db', 'All Blog Posts', 'T\u00fcm Blog Yaz\u0131lar\u0131', NULL, NULL),\n(37316, 'tr', 'db', 'All Pages', 'T\u00fcm Sayfalar', NULL, NULL),\n(37317, 'tr', 'db', 'Subscription value', 'Abonelik De\u011feri', NULL, NULL),\n(37318, 'tr', 'db', 'Total Clients', 'Toplam M\u00fc\u015fteri', NULL, NULL),\n(37319, 'tr', 'db', 'Packages', 'Paketler', NULL, NULL),\n(37320, 'tr', 'db', 'Send message to tenants', 'Mesaj\u0131 kirac\u0131lara g\u00f6nder', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(37321, 'tr', 'db', 'SEO Setting', 'SEO Ayar\u0131', NULL, NULL),\n(37322, 'tr', 'db', 'Meta Title', 'Meta Ba\u015fl\u0131\u011f\u0131', NULL, NULL),\n(37323, 'tr', 'db', '50-60 characters', '50-60 karakter', NULL, NULL),\n(37324, 'tr', 'db', 'Meta Description', 'Meta A\u00e7\u0131klama', NULL, NULL),\n(37325, 'tr', 'db', '150-160 characters', '150-160 karakter', NULL, NULL),\n(37326, 'tr', 'db', 'og Title', 'og Ba\u015fl\u0131\u011f\u0131', NULL, NULL),\n(37327, 'tr', 'db', 'og Description', 'og A\u00e7\u0131klama', NULL, NULL),\n(37328, 'tr', 'db', 'og Image', 'og G\u00f6rsel', NULL, NULL),\n(37329, 'tr', 'db', 'Analytics Setting', 'Analiz Ayar\u0131', NULL, NULL),\n(37330, 'tr', 'db', 'Google Analytics Script', 'Google Analytics Script', NULL, NULL),\n(37331, 'tr', 'db', 'Facebook Pixel Script', 'Facebook Pixel Script', NULL, NULL),\n(37332, 'tr', 'db', 'Chat Script', 'Sohbet Script', NULL, NULL),\n(37333, 'tr', 'db', 'Hero Section', 'Hero B\u00f6l\u00fcm\u00fc', NULL, NULL),\n(37334, 'tr', 'db', 'Heading', 'Ba\u015fl\u0131k', NULL, NULL),\n(37335, 'tr', 'db', 'Sub Heading', 'Alt Ba\u015fl\u0131k', NULL, NULL),\n(37336, 'tr', 'db', 'Hero Image', 'Hero G\u00f6rsel', NULL, NULL),\n(37337, 'tr', 'db', 'Save', 'Kaydet', NULL, NULL),\n(37338, 'tr', 'db', 'Module Section', 'Mod\u00fcl B\u00f6l\u00fcm\u00fc', NULL, NULL),\n(37339, 'tr', 'db', 'Click to choose icon', '\u0130kon se\u00e7mek i\u00e7in t\u0131klay\u0131n', NULL, NULL),\n(37341, 'tr', 'db', 'Add More', 'Daha Fazla Ekle', NULL, NULL),\n(37342, 'tr', 'db', 'Icon', '\u0130kon', NULL, NULL),\n(37343, 'tr', 'db', 'Feature Section', '\u00d6zellik B\u00f6l\u00fcm\u00fc', NULL, NULL),\n(37344, 'tr', 'db', 'FAQ Section', 'SSS B\u00f6l\u00fcm\u00fc', NULL, NULL),\n(37345, 'tr', 'db', 'Question', 'Soru', NULL, NULL),\n(37346, 'tr', 'db', 'Answer', 'Cevap', NULL, NULL),\n(37347, 'tr', 'db', 'Update FAQ', 'SSS G\u00fcncelle', NULL, NULL),\n(37348, 'tr', 'db', 'Update Module', 'Mod\u00fcl G\u00fcncelle', NULL, NULL),\n(37349, 'tr', 'db', 'Update Feature', '\u00d6zellik G\u00fcncelle', NULL, NULL),\n(37350, 'tr', 'db', 'Testimonial Section', 'Tan\u0131k B\u00f6l\u00fcm\u00fc', NULL, NULL),\n(37351, 'tr', 'db', 'Blog Section', 'Blog B\u00f6l\u00fcm\u00fc', NULL, NULL),\n(37352, 'tr', 'db', 'Page Section', 'Sayfa B\u00f6l\u00fcm\u00fc', NULL, NULL),\n(37353, 'tr', 'db', 'Social Section', 'Sosyal B\u00f6l\u00fcm', NULL, NULL),\n(37354, 'tr', 'db', 'Business Name', '\u0130\u015f Ad\u0131', NULL, NULL),\n(37355, 'tr', 'db', 'Text', 'Metin', NULL, NULL),\n(37356, 'tr', 'db', 'Update Testimonial', 'Tan\u0131k G\u00fcncelle', NULL, NULL),\n(37357, 'tr', 'db', 'Add Post', 'Yaz\u0131 Ekle', NULL, NULL),\n(37358, 'tr', 'db', 'Blog Title', 'Blog Ba\u015fl\u0131\u011f\u0131', NULL, NULL),\n(37359, 'tr', 'db', 'Page Title', 'Sayfa Ba\u015fl\u0131\u011f\u0131', NULL, NULL),\n(37361, 'tr', 'db', 'Update Blog', 'Blog G\u00fcncelle', NULL, NULL),\n(37362, 'tr', 'db', 'Update Page', 'Sayfa G\u00fcncelle', NULL, NULL),\n(37363, 'tr', 'db', 'Open Graph Title', 'Open Graph Ba\u015fl\u0131\u011f\u0131', NULL, NULL),\n(37364, 'tr', 'db', 'Open Graph Description', 'Open Graph A\u00e7\u0131klama', NULL, NULL),\n(37366, 'tr', 'db', 'Link', 'Ba\u011flant\u0131', NULL, NULL),\n(37367, 'tr', 'db', 'Update Social', 'Sosyal G\u00fcncelle', NULL, NULL),\n(37368, 'tr', 'db', 'All Blogs', 'T\u00fcm Bloglar', NULL, NULL),\n(37369, 'tr', 'db', 'Add Page', 'Sayfa Ekle', NULL, NULL),\n(37370, 'tr', 'db', 'Field Belongs To', 'Alan Ait', NULL, NULL),\n(37371, 'tr', 'db', 'Field Name', 'Alan Ad\u0131', NULL, NULL),\n(37372, 'tr', 'db', 'Field Type', 'Alan T\u00fcr\u00fc', NULL, NULL),\n(37373, 'tr', 'db', 'Default Value', 'Varsay\u0131lan De\u011fer', NULL, NULL),\n(37374, 'tr', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', 'Kutu (Bootstrap S\u00fctun eq. 12) - Max 12', NULL, NULL),\n(37375, 'tr', 'db', 'Required', 'Gerekli', NULL, NULL),\n(37376, 'tr', 'db', 'Admin Only', 'Y\u00f6netici', NULL, NULL),\n(37377, 'tr', 'db', 'Disabled', 'Devre D\u0131\u015f\u0131', NULL, NULL),\n(37378, 'tr', 'db', 'Visibility', 'G\u00f6r\u00fcn\u00fcrl\u00fck', NULL, NULL),\n(37379, 'tr', 'db', 'Show on Table', 'Tablo', NULL, NULL),\n(37380, 'tr', 'db', 'Show on Invoice', 'Fatura', NULL, NULL),\n(37381, 'tr', 'db', 'Nothing Selected', 'Se\u00e7ilen Yok', NULL, NULL),\n(37382, 'tr', 'db', 'Custom Field', '\u00d6zel Alan', NULL, NULL),\n(37383, 'tr', 'db', 'Custom Field List', '\u00d6zel Alan Listesi', NULL, NULL),\n(37384, 'tr', 'db', 'Create Custom Field', '\u00d6zel Alan Ekle', NULL, NULL),\n(37385, 'tr', 'db', 'Options', 'Se\u00e7enekler', NULL, NULL),\n(37386, 'tr', 'db', 'Update Custom Field', '\u00d6zel Alan G\u00fcncelle', NULL, NULL),\n(37387, 'tr', 'db', 'Total Price', 'Toplam Fiyat', NULL, NULL),\n(37388, 'tr', 'db', 'Reminder Date', 'Hat\u0131rlat\u0131c\u0131 Tarih', NULL, NULL),\n(37389, 'tr', 'db', 'Total Cost', 'Toplam Maliyet', NULL, NULL),\n(37390, 'tr', 'db', 'Mail Driver', 'E-posta S\u00fcr\u00fcc\u00fcs\u00fc', NULL, NULL),\n(37391, 'tr', 'db', 'Update existing clients who are using this package', 'Bu paketi kullanan mevcut m\u00fc\u015fterileri g\u00fcncelle', NULL, NULL),\n(37392, 'tr', 'db', 'ZATCA QrCode', 'ZATCA QrCode', NULL, NULL),\n(37393, 'tr', 'db', 'VAT Registration Number', 'KDV Kay\u0131t Numaras\u0131', NULL, NULL),\n(37394, 'tr', 'db', 'Button Text', 'D\u00fc\u011fme Metni', NULL, NULL),\n(37395, 'tr', 'db', 'Modules', 'Mod\u00fcller', NULL, NULL),\n(37396, 'tr', 'db', 'Add Module', 'Mod\u00fcl Ekle', NULL, NULL),\n(37397, 'tr', 'db', 'Add Faq', 'SSS Ekle', NULL, NULL),\n(37398, 'tr', 'db', 'Tenant Signup Description', 'Kirac\u0131 Kay\u0131t A\u00e7\u0131klama', NULL, NULL),\n(37399, 'tr', 'db', 'Add Language', 'Dil Ekle', NULL, NULL),\n(37400, 'tr', 'db', 'Update Language', 'Dil G\u00fcncelle', NULL, NULL),\n(37401, 'tr', 'db', 'Number of Person', 'Ki\u015fi Say\u0131s\u0131', NULL, NULL),\n(37402, 'tr', 'db', 'Add Table', 'Tablo Ekle', NULL, NULL),\n(37403, 'tr', 'db', 'Update Table', 'Tablo G\u00fcncelle', NULL, NULL),\n(37404, 'tr', 'db', 'Tables', 'Tablolar', NULL, NULL),\n(37405, 'tr', 'db', 'Table', 'Tablo', NULL, NULL),\n(37406, 'tr', 'db', 'Table Management', 'Tablo Y\u00f6netimi', NULL, NULL),\n(37407, 'tr', 'db', 'Initial Stock', 'Ba\u015flang\u0131\u00e7 Stok', NULL, NULL),\n(37408, 'tr', 'db', 'This feature will not work for product with variants and batches', 'Bu \u00f6zellik varyantlar ve partilerle \u00e7al\u0131\u015fmayacakt\u0131r', NULL, NULL),\n(37409, 'tr', 'db', 'Queue', 'Kuyruk', NULL, NULL),\n(37410, 'tr', 'db', 'Addons', 'Eklentiler', NULL, NULL),\n(37411, 'tr', 'db', 'Addon List', 'Eklenti Listesi', NULL, NULL),\n(37412, 'tr', 'db', 'Sync Product Categories', '\u00dcr\u00fcn Kategorilerini Senkronize Et', NULL, NULL),\n(37413, 'tr', 'db', 'Sync', 'Senkronize', NULL, NULL),\n(37414, 'tr', 'db', 'Sync Log', 'Senkronizasyon G\u00fcnl\u00fc\u011f\u00fc', NULL, NULL),\n(37415, 'tr', 'db', 'Reset Synced Category', 'Senkronize Kategoriyi S\u0131f\u0131rla', NULL, NULL),\n(37416, 'tr', 'db', 'Sync Products', '\u00dcr\u00fcnleri Senkronize Et', NULL, NULL),\n(37417, 'tr', 'db', 'Reset Synced Product', 'Senkronize \u00dcr\u00fcn\u00fc S\u0131f\u0131rla', NULL, NULL),\n(37418, 'tr', 'db', 'Tax Rates Mapping', 'Vergi Oranlar\u0131 Haritas\u0131', NULL, NULL),\n(37419, 'tr', 'db', 'POS Tax Rate', 'POS Vergisi Oran\u0131', NULL, NULL),\n(37420, 'tr', 'db', 'Equivalent WooCommerce Tax Rate', 'E\u015fde\u011fer WooCommerce Vergisi Oran\u0131', NULL, NULL),\n(37421, 'tr', 'db', 'Sync Orders(New Order Only)', 'Sipari\u015fleri (Yeni Sipari\u015fler) Senkronize Et', NULL, NULL),\n(37422, 'tr', 'db', 'Sync Type', 'Senkronizasyon T\u00fcr\u00fc', NULL, NULL),\n(37423, 'tr', 'db', 'Operation', '\u0130\u015flem', NULL, NULL),\n(37424, 'tr', 'db', 'Records', 'Kay\u0131tlar', NULL, NULL),\n(37425, 'tr', 'db', 'Synced By', 'Senkronize', NULL, NULL),\n(37426, 'tr', 'db', 'Instructions', 'Talimatlar', NULL, NULL),\n(37427, 'tr', 'db', 'API Settings', 'API Ayarlar\u0131', NULL, NULL),\n(37428, 'tr', 'db', 'Product Sync Settings', '\u00dcr\u00fcn Senkronizasyon Ayarlar\u0131', NULL, NULL),\n(37429, 'tr', 'db', 'Order Sync Settings', 'Sipari\u015f Senkronizasyon Ayarlar\u0131', NULL, NULL),\n(37430, 'tr', 'db', 'Webhook Settings', 'Webhook Ayarlar\u0131', NULL, NULL),\n(37431, 'tr', 'db', 'WooCommerce App URL', 'WooCommerce Uygulama URL', NULL, NULL),\n(37432, 'tr', 'db', 'WooCommerce Consumer Key', 'WooCommerce T\u00fcketici Anahtar\u0131', NULL, NULL),\n(37433, 'tr', 'db', 'WooCommerce Consumer Secret', 'WooCommerce T\u00fcketici Gizli Anahtar\u0131', NULL, NULL),\n(37434, 'tr', 'db', 'WooCommerce Settings', 'WooCommerce Ayarlar\u0131', NULL, NULL),\n(37435, 'tr', 'db', 'Default Tax Class', 'Varsay\u0131lan Vergilendirme S\u0131n\u0131f\u0131', NULL, NULL),\n(37436, 'tr', 'db', 'Sync Product Price', '\u00dcr\u00fcn Fiyat\u0131n\u0131 Senkronize Et', NULL, NULL),\n(37437, 'tr', 'db', 'Manage Stock', 'Stok Y\u00f6netimi', NULL, NULL),\n(37438, 'tr', 'db', 'Stock Status', 'Stok Durumu', NULL, NULL),\n(37439, 'tr', 'db', 'Default Customer Group', 'Varsay\u0131lan M\u00fc\u015fteri Grubu', NULL, NULL),\n(37440, 'tr', 'db', 'WooCommerce Order Status', 'WooCommerce Sipari\u015f Durumu', NULL, NULL),\n(37441, 'tr', 'db', 'Equivalent POS Sell Status', 'E\u015fde\u011fer POS Sat\u0131\u015f Durumu', NULL, NULL),\n(37442, 'tr', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'WooCommerce API ayr\u0131nt\u0131lar\u0131n\u0131 almak i\u00e7in WooCommerce -> Ayarlar -> Geli\u015fmi\u015f -> REST API\\'ye gidin. A\u00e7\u0131klama, bir kullan\u0131c\u0131 se\u00e7in ve Read\\\\\/Write \u0130zinleri verin.', NULL, NULL),\n(37443, 'tr', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'Senkronize ederken sayfay\u0131 yenilemeyin veya b\u0131rak\u0131n.', NULL, NULL),\n(37444, 'tr', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'WordPress permalink se\u00e7ene\u011finde Post Name\\'i permalinks se\u00e7ene\u011fi olarak se\u00e7in.', NULL, NULL),\n(37445, 'tr', 'db', 'Buy Now', '\u015eimdi Sat\u0131n Al', NULL, NULL),\n(37446, 'tr', 'db', 'Install', 'Y\u00fckle', NULL, NULL),\n(37447, 'tr', 'db', 'Staff Id', 'Personel Kimli\u011fi', NULL, NULL),\n(37448, 'tr', 'db', 'Import CSV file (Device)', 'CSV dosyas\u0131n\u0131 (Cihaz) i\u00e7e aktar\u0131n', NULL, NULL),\n(37449, 'tr', 'db', 'Attendance Device Date Format', '\u0130zin Cihaz\u0131 Tarih Format\u0131', NULL, NULL),\n(37450, 'tr', 'db', 'Disable Woocommerce Sync', 'WooCommerce Senkronizasyonu Devre D\u0131\u015f\u0131', NULL, NULL),\n(37451, 'tr', 'db', 'Product Status', '\u00dcr\u00fcn Durumu', NULL, NULL),\n(37452, 'tr', 'db', 'Category not synced', 'Kategori senkronize edilmedi', NULL, NULL),\n(37453, 'tr', 'db', 'Categories not synced', 'Kategoriler senkronize edilmedi', NULL, NULL),\n(37454, 'tr', 'db', 'Category can be updated', 'Kategori g\u00fcncellenebilir', NULL, NULL),\n(37455, 'tr', 'db', 'Categories can be updated', 'Kategoriler g\u00fcncellenebilir', NULL, NULL),\n(37456, 'tr', 'db', 'Product not synced', '\u00dcr\u00fcn senkronize edilmedi', NULL, NULL),\n(37457, 'tr', 'db', 'Products not synced', '\u00dcr\u00fcnler senkronize edilmedi', NULL, NULL),\n(37458, 'tr', 'db', 'Product can be updated', '\u00dcr\u00fcn g\u00fcncellenebilir', NULL, NULL),\n(37459, 'tr', 'db', 'Products can be updated', '\u00dcr\u00fcnler g\u00fcncellenebilir', NULL, NULL),\n(37460, 'tr', 'db', 'Please connect with WooCommerce', 'L\u00fctfen WooCommerce ile ba\u011flant\u0131 kurun', NULL, NULL),\n(37461, 'tr', 'db', 'Something went wrong', 'Bir \u015feyler ters gitti', NULL, NULL),\n(37462, 'tr', 'db', 'Synced category successfully', 'Senkronize kategori ba\u015far\u0131l\u0131', NULL, NULL),\n(37463, 'tr', 'db', 'Reset synced category successfully', 'Senkronize kategori ba\u015far\u0131l\u0131 bir \u015fekilde s\u0131f\u0131rland\u0131', NULL, NULL),\n(37464, 'tr', 'db', 'Synced product successfully', 'Senkronize \u00fcr\u00fcn ba\u015far\u0131l\u0131', NULL, NULL),\n(37465, 'tr', 'db', 'Reset synced product successfully', 'Senkronize \u00fcr\u00fcn ba\u015far\u0131l\u0131 bir \u015fekilde s\u0131f\u0131rland\u0131', NULL, NULL),\n(37466, 'tr', 'db', 'Tax maped successfully', 'Vergi ba\u015far\u0131l\u0131 bir \u015fekilde e\u015fle\u015ftirildi', NULL, NULL),\n(37467, 'tr', 'db', 'Synced order successfully', 'Senkronize sipari\u015f ba\u015far\u0131l\u0131', NULL, NULL),\n(37468, 'tr', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'L\u00fctfen sipari\u015f senkronizasyon ayarlar\u0131nda Varsay\u0131lan M\u00fc\u015fteri Grubu\\\\\/ Varsay\u0131lan Depo\\\\\/ Varsay\u0131lan Fatura\\\\\/ E\u015fde\u011fer POS Sat\u0131\u015f Durumu se\u00e7in', NULL, NULL),\n(37469, 'tr', 'db', 'Module Image', 'Mod\u00fcl G\u00f6rseli', NULL, NULL),\n(37470, 'tr', 'db', 'Courier', 'Kurye', NULL, NULL),\n(37471, 'tr', 'db', 'Courier List', 'Kurye Listesi', NULL, NULL),\n(37472, 'tr', 'db', 'Add Courier', 'Kurye Ekle', NULL, NULL),\n(37473, 'tr', 'db', 'Update Courier', 'Kurye G\u00fcncelle', NULL, NULL),\n(37474, 'tr', 'db', 'Sale and Quotation without stock', 'Sat\u0131\u015f ve Teklif stok olmadan', NULL, NULL),\n(37475, 'tr', 'db', 'Yes', 'Evet', NULL, NULL),\n(37476, 'tr', 'db', 'No', 'Hay\u0131r', NULL, NULL),\n(37477, 'tr', 'db', 'Returned', '\u0130ade Edildi', NULL, NULL),\n(37478, 'tr', 'db', 'Get in touch', '\u0130leti\u015fime ge\u00e7in', NULL, NULL),\n(37479, 'tr', 'db', 'Contact Info', '\u0130leti\u015fim Bilgileri', NULL, NULL),\n(37480, 'tr', 'db', 'Bug Setting', 'Hata Ayar\u0131', NULL, NULL),\n(37481, 'tr', 'db', 'File Name', 'Dosya Ad\u0131', NULL, NULL),\n(37482, 'tr', 'db', 'Type File Name', 'Dosya Ad\u0131 T\u00fcr\u00fc', NULL, NULL),\n(37483, 'tr', 'db', 'Logs', 'G\u00fcnl\u00fckler', NULL, NULL),\n(37484, 'tr', 'db', 'Type Log', 'G\u00fcnl\u00fck T\u00fcr\u00fc', NULL, NULL),\n(37485, 'tr', 'db', 'Short Note', 'K\u0131sa Not', NULL, NULL),\n(37486, 'tr', 'db', 'Product Mode', '\u00dcr\u00fcn Modu', NULL, NULL),\n(37487, 'tr', 'db', 'Version', 'S\u00fcr\u00fcm', NULL, NULL),\n(37488, 'tr', 'db', 'Bug No', 'Hata Numaras\u0131', NULL, NULL),\n(37489, 'tr', 'db', 'Minimum Required Version', 'Minimum Gerekli S\u00fcr\u00fcm', NULL, NULL),\n(37490, 'tr', 'db', 'Version Upgrade', 'S\u00fcr\u00fcm Y\u00fckseltme', NULL, NULL),\n(37491, 'tr', 'db', 'Latest Version Upgrade', 'En Son S\u00fcr\u00fcm Y\u00fckseltme', NULL, NULL),\n(37492, 'tr', 'db', 'Latest Version DB Migrate', '.En Son S\u00fcr\u00fcm Veritaban\u0131 Ge\u00e7i\u015fi', NULL, NULL),\n(37493, 'tr', 'db', 'Version Upgrade URL', 'S\u00fcr\u00fcm Y\u00fckseltme URL', NULL, NULL),\n(37494, 'tr', 'db', 'Bug Update', 'Hata G\u00fcncelleme', NULL, NULL),\n(37495, 'tr', 'db', 'Bug DB Migrate', 'Hata Veritaban\u0131 Ge\u00e7i\u015fi', NULL, NULL),\n(37496, 'tr', 'db', 'Bug Update URL', 'Hata G\u00fcncelleme URL', NULL, NULL),\n(37497, 'tr', 'db', 'Version Upgrade Setting', 'S\u00fcr\u00fcm Y\u00fckseltme Ayar\u0131', NULL, NULL),\n(37498, 'tr', 'db', 'Bug Update Setting', 'Hata G\u00fcncelleme Ayar\u0131', NULL, NULL),\n(37499, 'tr', 'db', 'My Account', 'Hesab\u0131m', NULL, NULL),\n(37501, 'tr', 'db', 'Phone', 'Telefon', NULL, NULL),\n(37502, 'tr', 'db', 'My Addresses', 'Adreslerim', NULL, NULL),\n(37503, 'tr', 'db', 'Edit Address', 'Adres D\u00fczenle', NULL, NULL),\n(37504, 'tr', 'db', 'Zip \\\\\/ Postal code', 'Posta Kodu \\\\\/ Posta Kodu', NULL, NULL),\n(37505, 'tr', 'db', 'Cart', 'Sepet', NULL, NULL),\n(37506, 'tr', 'db', 'Shop Cart', 'Ma\u011faza Sepeti', NULL, NULL),\n(37507, 'tr', 'db', 'Home', 'Ana Sayfa', NULL, NULL),\n(37508, 'tr', 'db', 'Sub Total', 'Ara Toplam', NULL, NULL),\n(37509, 'tr', 'db', 'Continue Shopping', 'Al\u0131\u015fveri\u015fe Devam Et', NULL, NULL),\n(37510, 'tr', 'db', 'Proceed to Checkout', '\u00d6demeye Devam Et', NULL, NULL),\n(37511, 'tr', 'db', 'Pay', '\u00d6de', NULL, NULL),\n(37512, 'tr', 'db', 'Returning customer?', 'Daha \u00f6nce al\u0131\u015fveri\u015f yap\u0131ld\u0131 m\u0131?', NULL, NULL),\n(37513, 'tr', 'db', 'Shipping Details', 'Nakliye Detaylar\u0131', NULL, NULL),\n(37514, 'tr', 'db', 'Default Address', 'Varsay\u0131lan Adres', NULL, NULL),\n(37515, 'tr', 'db', 'Add a different address', 'Farkl\u0131 bir adres ekleyin', NULL, NULL),\n(37516, 'tr', 'db', 'Order Notes', 'Sipari\u015f Notlar\u0131', NULL, NULL),\n(37517, 'tr', 'db', 'Billing address same as Shipping Address', 'Fatura adresi nakliye adresiyle ayn\u0131', NULL, NULL),\n(37518, 'tr', 'db', 'Your order', 'Sipari\u015finiz', NULL, NULL),\n(37519, 'tr', 'db', 'Product(s)', '\u00dcr\u00fcn(ler)', NULL, NULL),\n(37521, 'tr', 'db', 'I have a coupon', 'Bir kuponum var', NULL, NULL),\n(37522, 'tr', 'db', 'Enter coupon code', 'Kupon kodunu girin', NULL, NULL),\n(37523, 'tr', 'db', 'I have read and accept the', 'Okudum ve kabul ettim', NULL, NULL),\n(37524, 'tr', 'db', 'Cash on Delivery', 'Nakit \u00d6demeli', NULL, NULL),\n(37525, 'tr', 'db', 'Remember Me', 'Beni Hat\u0131rla', NULL, NULL),\n(37526, 'tr', 'db', 'Log In', 'Giri\u015f', NULL, NULL),\n(37527, 'tr', 'db', 'sign up now', '\u015fimdi kay\u0131t olun', NULL, NULL),\n(37528, 'tr', 'db', 'My Profile', 'Profilim', NULL, NULL),\n(37529, 'tr', 'db', 'My Orders', 'Sipari\u015flerim', NULL, NULL),\n(37530, 'tr', 'db', 'My Wishlist', 'Al\u0131\u015fveri\u015f Listesi', NULL, NULL),\n(37531, 'tr', 'db', 'Account Details', 'Hesap Detaylar\u0131', NULL, NULL),\n(37532, 'tr', 'db', 'We have sent you an email', 'E-posta g\u00f6nderdik', NULL, NULL),\n(37533, 'tr', 'db', 'Just click on the link in that email to verify', 'E-postadaki ba\u011flant\u0131ya t\u0131klayarak do\u011frulamay\u0131 tamamlay\u0131n', NULL, NULL),\n(37534, 'tr', 'db', 'Thank you for verifying your email', 'E-posta do\u011frulamas\u0131 i\u00e7in te\u015fekk\u00fcrler', NULL, NULL),\n(37535, 'tr', 'db', 'Order Details', 'Sipari\u015f Detaylar\u0131', NULL, NULL),\n(37536, 'tr', 'db', 'You have not ordered anything yet!', 'Hen\u00fcz bir \u015fey sipari\u015f etmediniz!', NULL, NULL),\n(37537, 'tr', 'db', 'Tags', 'Etiketler', NULL, NULL),\n(37538, 'tr', 'db', 'Share', 'Payla\u015f', NULL, NULL),\n(37539, 'tr', 'db', 'Thank you for your order', 'Sipari\u015finiz i\u00e7in te\u015fekk\u00fcrler', NULL, NULL),\n(37540, 'tr', 'db', 'Here is your order reference no', 'Sipari\u015f referans numaran\u0131z burada', NULL, NULL),\n(37541, 'tr', 'db', 'You will receive an email with delivery details shortly', 'Teslimat detaylar\u0131n\u0131zla birlikte e-posta alacaks\u0131n\u0131z', NULL, NULL),\n(37542, 'tr', 'db', 'Add Collection', 'Koleksiyon Ekle', NULL, NULL),\n(37543, 'tr', 'db', 'Collection Name', 'Koleksiyon Ad\u0131', NULL, NULL),\n(37544, 'tr', 'db', 'Permalink', 'Kal\u0131c\u0131 Ba\u011flant\u0131', NULL, NULL),\n(37545, 'tr', 'db', 'Save as Draft', 'Taslak Olarak Kaydet', NULL, NULL),\n(37546, 'tr', 'db', 'Publish', 'Yay\u0131nla', NULL, NULL),\n(37547, 'tr', 'db', 'Collection', 'Koleksiyon', NULL, NULL),\n(37548, 'tr', 'db', 'Slug', 'Slug', NULL, NULL),\n(37550, 'tr', 'db', 'Sliders', 'Kayd\u0131r\u0131c\u0131lar', NULL, NULL),\n(37551, 'tr', 'db', 'Menu', 'Men\u00fc', NULL, NULL),\n(37552, 'tr', 'db', 'Collections', 'Koleksiyonlar', NULL, NULL),\n(37553, 'tr', 'db', 'Pages', 'Sayfalar', NULL, NULL),\n(37554, 'tr', 'db', 'Widgets', 'Kutular', NULL, NULL),\n(37555, 'tr', 'db', 'Faq Category', 'SSS Kategori', NULL, NULL),\n(37556, 'tr', 'db', 'Faqs', 'SSS', NULL, NULL),\n(37557, 'tr', 'db', 'Social Links', 'Sosyal Ba\u011flant\u0131lar', NULL, NULL),\n(37558, 'tr', 'db', 'Payment Gateways', '\u00d6deme Ge\u00e7itleri', NULL, NULL),\n(37559, 'tr', 'db', 'Location', 'Konum', NULL, NULL),\n(37560, 'tr', 'db', 'Add Menu', 'Men\u00fc Ekle', NULL, NULL),\n(37561, 'tr', 'db', 'Add Menu Items', 'Men\u00fc \u00d6\u011feleri Ekle', NULL, NULL),\n(37562, 'tr', 'db', 'Categories', 'Kategoriler', NULL, NULL),\n(37563, 'tr', 'db', 'Select All', 'Hepsini Se\u00e7', NULL, NULL),\n(37564, 'tr', 'db', 'Add to Menu', 'Men\u00fcye Ekle', NULL, NULL),\n(37565, 'tr', 'db', 'Brands', 'Markalar', NULL, NULL),\n(37566, 'tr', 'db', 'Custom Links', '\u00d6zel Ba\u011flant\u0131lar', NULL, NULL),\n(37567, 'tr', 'db', 'URL', 'URL', NULL, NULL),\n(37568, 'tr', 'db', 'Link Text', 'Ba\u011flant\u0131 Metni', NULL, NULL),\n(37569, 'tr', 'db', 'Menu Structure', 'Men\u00fc Yap\u0131s\u0131', NULL, NULL),\n(37570, 'tr', 'db', 'Select categories, pages or add custom links to menus', 'Kategoriler, sayfalar veya men\u00fclere \u00f6zel ba\u011flant\u0131lar ekleyin', NULL, NULL),\n(37571, 'tr', 'db', 'Link Name', 'Ba\u011flant\u0131 Ad\u0131', NULL, NULL),\n(37572, 'tr', 'db', 'Open in a new tab', 'Yeni sekmede a\u00e7', NULL, NULL),\n(37573, 'tr', 'db', 'Save Menu', 'Men\u00fcyi Kaydet', NULL, NULL),\n(37574, 'tr', 'db', 'Page Name', 'Sayfa Ad\u0131', NULL, NULL),\n(37575, 'tr', 'db', 'Page Layout', 'Sayfa Dizayn\u0131', NULL, NULL),\n(37576, 'tr', 'db', 'click on the widgets below to add it to your layout', 'alt\u0131ndaki kutulara t\u0131klayarak bunu d\u00fczenine ekleyin', NULL, NULL),\n(37577, 'tr', 'db', 'Product Category', '\u00dcr\u00fcn Kategori', NULL, NULL),\n(37578, 'tr', 'db', 'Tabbed Product Categories', 'Tabl\u0131 \u00dcr\u00fcn Kategorileri', NULL, NULL),\n(37579, 'tr', 'db', 'Category Slider', 'Kategori Kayd\u0131r\u0131c\u0131', NULL, NULL),\n(37580, 'tr', 'db', 'Product Collection', '\u00dcr\u00fcn Koleksiyonu', NULL, NULL),\n(37581, 'tr', 'db', 'Tabbed Product Collections', 'Tabl\u0131 \u00dcr\u00fcn Koleksiyonlar\u0131', NULL, NULL),\n(37582, 'tr', 'db', 'Brand Slider', 'Marka Kayd\u0131r\u0131c\u0131', NULL, NULL),\n(37583, 'tr', 'db', 'Og_Title', 'Og_Title', NULL, NULL),\n(37585, 'tr', 'db', 'Og_description', 'Og_description', NULL, NULL),\n(37587, 'tr', 'db', 'Og_Image', 'Og_Image', NULL, NULL),\n(37588, 'tr', 'db', 'Templates', '\u015eablonlar', NULL, NULL),\n(37589, 'tr', 'db', 'Choose Category', 'Kategori Se\u00e7', NULL, NULL),\n(37590, 'tr', 'db', 'Layout Type', 'Dizayn T\u00fcr\u00fc', NULL, NULL),\n(37591, 'tr', 'db', 'Slider Loop', 'Kayd\u0131r\u0131c\u0131 D\u00f6ng\u00fcs\u00fc', NULL, NULL),\n(37592, 'tr', 'db', 'Slider Autoplay', 'Kayd\u0131r\u0131c\u0131 Otomatik Oynat', NULL, NULL),\n(37593, 'tr', 'db', 'Slider Autoplay Speed', 'Kayd\u0131r\u0131c\u0131 Otomatik Oynat H\u0131z\u0131', NULL, NULL),\n(37594, 'tr', 'db', 'Number of products to show', 'G\u00f6sterilecek \u00fcr\u00fcn say\u0131s\u0131', NULL, NULL),\n(37595, 'tr', 'db', 'Choose Categories', 'Kategoriler Se\u00e7', NULL, NULL),\n(37596, 'tr', 'db', 'Choose Collection', 'Koleksiyon Se\u00e7', NULL, NULL),\n(37598, 'tr', 'db', 'Choose collections', 'Koleksiyonlar\u0131 se\u00e7', NULL, NULL),\n(37599, 'tr', 'db', 'Choose Brands', 'Markalar\u0131 Se\u00e7', NULL, NULL),\n(37600, 'tr', 'db', 'Edit Page', 'Sayfay\u0131 D\u00fczenle', NULL, NULL),\n(37602, 'tr', 'db', 'Ecommerce Settings', 'eCommerce Ayarlar\u0131', NULL, NULL),\n(37603, 'tr', 'db', 'Favicon', 'Favicon', NULL, NULL),\n(37604, 'tr', 'db', 'Home Page', 'Ana Sayfa', NULL, NULL),\n(37605, 'tr', 'db', 'Store Phone', 'Ma\u011faza Telefonu', NULL, NULL),\n(37606, 'tr', 'db', 'Store Email', 'Ma\u011faza E-postas\u0131', NULL, NULL),\n(37607, 'tr', 'db', 'Store Address', 'Ma\u011faza Adresi', NULL, NULL),\n(37608, 'tr', 'db', 'Contact From Email', 'E-posta \u0130leti\u015fim', NULL, NULL),\n(37609, 'tr', 'db', 'Min amount for free shipping', '\u00dccretsiz nakliye i\u00e7in minimum tutar', NULL, NULL),\n(37610, 'tr', 'db', 'Flat Rate Shipping', 'D\u00fcz Nakliye', NULL, NULL),\n(37611, 'tr', 'db', 'Pages to read & accept before checkout', '\u00d6demeye devam etmeden \u00f6nce okuyun ve kabul edin', NULL, NULL),\n(37612, 'tr', 'db', 'Custom CSS', '\u00d6zel CSS', NULL, NULL),\n(37613, 'tr', 'db', 'Custom JS', '\u00d6zel JS', NULL, NULL),\n(37614, 'tr', 'db', 'Chat Code', 'Sohbet Kodu', NULL, NULL),\n(37615, 'tr', 'db', 'Google Analytics Code', 'Google Analytics Kodu', NULL, NULL),\n(37616, 'tr', 'db', 'Facebook Pixel', 'Facebook Pixel', NULL, NULL),\n(37617, 'tr', 'db', 'Details', 'Detaylar', NULL, NULL),\n(37618, 'tr', 'db', 'Add Slider', 'Kayd\u0131r\u0131c\u0131 Ekle', NULL, NULL),\n(37619, 'tr', 'db', 'Desktop', 'Masa\u00fcst\u00fc', NULL, NULL),\n(37620, 'tr', 'db', 'Tab', 'Sekme', NULL, NULL),\n(37621, 'tr', 'db', 'Add Social Link', 'Sosyal Ba\u011flant\u0131 Ekle', NULL, NULL),\n(37622, 'tr', 'db', 'Available Widgets', 'Kullan\u0131labilir Kutular', NULL, NULL),\n(37623, 'tr', 'db', 'To add a widget to a section, drag it onto that section', 'Bir b\u00f6l\u00fcme bir kutu eklemek i\u00e7in ona s\u00fcr\u00fckleyin', NULL, NULL),\n(37624, 'tr', 'db', 'Custom Menu', '\u00d6zel Men\u00fc', NULL, NULL),\n(37625, 'tr', 'db', 'Select menu', 'Men\u00fc Se\u00e7', NULL, NULL),\n(37626, 'tr', 'db', 'Site Features', 'Site \u00d6zellikleri', NULL, NULL),\n(37627, 'tr', 'db', 'Site Information', 'Site Bilgileri', NULL, NULL),\n(37628, 'tr', 'db', 'Hours', 'Saatler', NULL, NULL),\n(37629, 'tr', 'db', 'Newsletter form', 'B\u00fclten Formu', NULL, NULL),\n(37630, 'tr', 'db', 'Section Above Footer', 'Alt Footer', NULL, NULL),\n(37631, 'tr', 'db', 'Footer Section', 'Alt Footer', NULL, NULL),\n(37632, 'tr', 'db', 'Product Details Sidebar', '\u00dcr\u00fcn Detaylar\u0131 Yan\u0131', NULL, NULL),\n(37633, 'tr', 'db', 'Your email', 'E-posta', NULL, NULL),\n(37634, 'tr', 'db', 'Forgot Password', '\u015eifrenizi mi unuttunuz?', NULL, NULL),\n(37635, 'tr', 'db', 'Subscribe', 'Abone Ol', NULL, NULL),\n(37636, 'tr', 'db', 'Sell Online', '\u00c7evrimi\u00e7i Sat\u0131\u015f', NULL, NULL),\n(37637, 'tr', 'db', 'Out of stock', 'Stokta Yok', NULL, NULL),\n(37638, 'tr', 'db', 'Duplicate', 'Tekrar', NULL, NULL),\n(37639, 'tr', 'db', 'All Product In Stock', 'Stokta T\u00fcm \u00dcr\u00fcn', NULL, NULL),\n(37640, 'tr', 'db', 'Show All Product Online', '\u00c7evrimi\u00e7i T\u00fcm \u00dcr\u00fcnleri G\u00f6ster', NULL, NULL),\n(37641, 'tr', 'db', 'Oh snap! We are lost', 'Aa\u0131! Kaybettik...', NULL, NULL),\n(37642, 'tr', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'Bakmak i\u00e7in arama yard\u0131mc\u0131 olabilir veya geri d\u00f6nebilirsiniz', NULL, NULL),\n(37643, 'tr', 'db', 'Sorry this page is dead!', '\u00dczg\u00fcn\u00fcz bu sayfa \u00f6l\u00fcyor!', NULL, NULL),\n(37644, 'tr', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'Sayfa oturumunun s\u00fcresi doldu\u011fu i\u00e7in s\u00fcresi doldu. Sadece sayfay\u0131 yenileyin veya a\u015fa\u011f\u0131daki d\u00fc\u011fmeye t\u0131klay\u0131n.', NULL, NULL),\n(37645, 'tr', 'db', 'Refresh', 'Yenile', NULL, NULL),\n(37646, 'tr', 'db', 'Oh server just snapped!', 'Aa\u0131! Sunucu sadece \u00e7\u00f6kt\u00fc!', NULL, NULL),\n(37647, 'tr', 'db', 'An error occured due to server not being to able to handle your request', 'Sunucu iste\u011finizi i\u015flemesi i\u00e7in yeterince iyi i\u015flemiyordu.', NULL, NULL),\n(37648, 'tr', 'db', 'An error occured because the service is unavailable', 'Hizmet mevcut olmad\u0131\u011f\u0131 i\u00e7in bir hata olu\u015ftu.', NULL, NULL),\n(37649, 'tr', 'db', 'Please type a product name to search', 'Arama i\u00e7in bir \u00fcr\u00fcn ad\u0131 girin', NULL, NULL),\n(37650, 'tr', 'db', 'Send', 'G\u00f6nder', NULL, NULL),\n(37651, 'tr', 'db', 'don\\'t have an account', 'bir hesab\u0131n\u0131z yok', NULL, NULL),\n(37652, 'tr', 'db', 'Click here to login', 'Buraya t\u0131klayarak giri\u015f yap\u0131n', NULL, NULL),\n(37653, 'tr', 'db', 'Zip \\\\\/ Post Code', 'Posta Kodu', NULL, NULL),\n(37654, 'tr', 'db', 'You may also like', 'Ayn\u0131 zamanda bunu da be\u011fenebilirsiniz', NULL, NULL),\n(37655, 'tr', 'db', 'Add to cart', 'Sepete Ekle', NULL, NULL),\n(37656, 'tr', 'db', 'No item in your cart', 'Sepetinizde \u00f6\u011fe yok', NULL, NULL),\n(37657, 'tr', 'db', 'Filter Sales', 'Sat\u0131\u015f Filtrele', NULL, NULL),\n(37658, 'tr', 'db', 'Sale Type', 'Sat\u0131\u015f T\u00fcr\u00fc', NULL, NULL),\n(37659, 'tr', 'db', 'POS', 'POS', NULL, NULL),\n(37660, 'tr', 'db', 'eCommerce', 'eCommerce', NULL, NULL),\n(37661, 'tr', 'db', 'Please login first', 'L\u00fctfen \u00f6nce giri\u015f yap\u0131n', NULL, NULL),\n(37662, 'tr', 'db', 'Product added to wishlist', '\u00dcr\u00fcn al\u0131\u015fveri\u015f listenize eklendi', NULL, NULL),\n(37663, 'tr', 'db', 'You have not added anything to wishlist yet', 'Hen\u00fcz al\u0131\u015fveri\u015f listenize bir \u015fey eklenmedi', NULL, NULL),\n(37664, 'tr', 'db', 'Product removed from wishlist', '\u00dcr\u00fcn al\u0131\u015fveri\u015f listenizden \u00e7\u0131kar\u0131ld\u0131', NULL, NULL),\n(37665, 'tr', 'db', 'Product already on wishlist', '\u00dcr\u00fcn zaten al\u0131\u015fveri\u015f listenizde', NULL, NULL),\n(37666, 'tr', 'db', 'Recently Viewed', 'Son G\u00f6r\u00fcnt\u00fclenen', NULL, NULL),\n(37667, 'tr', 'db', 'Verify', 'Do\u011frula', NULL, NULL),\n(37668, 'tr', 'db', 'Track Order', 'Sipari\u015f Takibi', NULL, NULL),\n(37669, 'tr', 'db', 'Track', 'Takip', NULL, NULL),\n(37670, 'tr', 'db', 'Time', 'Zaman', NULL, NULL),\n(37671, 'tr', 'db', 'Order Status', 'Sipari\u015f Durumu', NULL, NULL),\n(37672, 'tr', 'db', 'Payment Method', '\u00d6deme Y\u00f6ntemi', NULL, NULL),\n(37673, 'tr', 'db', 'Shipping Status', 'Nakliye Durumu', NULL, NULL),\n(37674, 'tr', 'db', 'Pending Confirmation', 'Bekleme Onay\u0131', NULL, NULL),\n(37675, 'tr', 'db', 'Track another order', 'Ba\u015fka bir sipari\u015f takip et', NULL, NULL),\n(37676, 'tr', 'db', 'Post Title', 'G\u00f6nderi Ba\u015fl\u0131\u011f\u0131', NULL, NULL),\n(37677, 'tr', 'db', 'Post Thumbnail', 'G\u00f6nderi K\u00fc\u00e7\u00fck Resmi', NULL, NULL),\n(37678, 'tr', 'db', 'Pay with gift card', 'Hediye Kart\u0131 ile \u00d6de', NULL, NULL),\n(37679, 'tr', 'db', 'Zip \/ Post Code', 'Posta Kodu', NULL, NULL),\n(37680, 'tr', 'db', 'Warehouse Wise', 'Depo', NULL, NULL),\n(37681, 'tr', 'db', 'Payment Receiver', '\u00d6deme Al\u0131c\u0131', NULL, NULL),\n(37682, 'tr', 'db', 'SMS Template', 'SMS \u015eablonu', NULL, NULL),\n(37683, 'tr', 'db', 'Add Template', 'SMS \u015eablon Ekle', NULL, NULL),\n(37684, 'tr', 'db', 'SMS Template List', 'SMS \u015eablon Listesi', NULL, NULL),\n(37685, 'tr', 'db', 'Content', '\u0130\u00e7erik', NULL, NULL),\n(37686, 'tr', 'db', 'Update Template', 'SMS \u015eablon G\u00fcncelle', NULL, NULL),\n(37687, 'tr', 'db', 'Send SMS After Sale', 'Sat\u0131\u015f Sonras\u0131 SMS G\u00f6nder', NULL, NULL),\n(37688, 'tr', 'db', 'Default SMS Sale', 'Varsay\u0131lan SMS Sat\u0131\u015f', NULL, NULL),\n(37689, 'tr', 'db', 'Default SMS E-Commerce', 'Varsay\u0131lan E-Ticaret SMS', NULL, NULL),\n(37690, 'tr', 'db', 'Default Online', 'Varsay\u0131lan \u00c7evrimi\u00e7i', NULL, NULL),\n(37691, 'tr', 'db', 'Top Up', '\u00dcst\u00fc \u00c7ek', NULL, NULL),\n(37692, 'tr', 'db', 'Coupon Name', 'Kupon Ad\u0131', NULL, NULL),\n(37693, 'tr', 'db', 'Email Sent', 'E-posta G\u00f6nderildi', NULL, NULL),\n(37695, 'tr', 'db', 'Wholesale Price', 'Toptan Sat\u0131\u015f Fiyat\u0131', NULL, NULL),\n(37696, 'tr', 'db', 'Price Option', 'Fiyat Se\u00e7ene\u011fi', NULL, NULL),\n(37697, 'tr', 'db', 'Product Tags', '\u00dcr\u00fcn Etiketleri', NULL, NULL),\n(37698, 'tr', 'db', 'Selected Items', 'Se\u00e7ilen \u00d6\u011feler', NULL, NULL),\n(37699, 'tr', 'db', 'Related Products', '\u0130li\u015fkili \u00dcr\u00fcnler', NULL, NULL),\n(37701, 'tr', 'db', 'Track Inventory', 'Stok Takibi', NULL, NULL),\n(37702, 'tr', 'db', 'Register me as a user', 'Kullan\u0131c\u0131 olarak kay\u0131t ol', NULL, NULL),\n(37703, 'tr', 'db', 'Verify & Close', 'Do\u011frula & Kapat', NULL, NULL),\n(37704, 'tr', 'db', 'Enable Gift Card payment on checkout page', '\u00d6demeye Gift Card \u00f6demesi etkinle\u015ftir', NULL, NULL),\n(37705, 'tr', 'db', 'Theme Color', 'Tema Renk', NULL, NULL),\n(37708, 'tr', 'db', 'Enter gift card number', 'Hediye Kart\u0131 Numaras\u0131 Gir', NULL, NULL),\n(37709, 'tr', 'db', 'Page saved', 'Sayfa Kaydedildi', NULL, NULL),\n(37710, 'tr', 'db', 'Widget saved', 'Kutu Kaydedildi', NULL, NULL),\n(37711, 'tr', 'db', 'Template', '\u015eablon', NULL, NULL),\n(37712, 'tr', 'db', 'Three Column Banner', '\u00dc\u00e7 S\u00fctun Banner', NULL, NULL),\n(37713, 'tr', 'db', 'Banner Image', 'Banner G\u00f6rsel', NULL, NULL),\n(37714, 'tr', 'db', 'Income', 'Gelir', NULL, NULL),\n(37715, 'tr', 'db', 'Income Category', 'Gelir Kategori', NULL, NULL),\n(37716, 'tr', 'db', 'Income List', 'Gelir Listesi', NULL, NULL),\n(37717, 'tr', 'db', 'Add Income', 'Gelir Ekle', NULL, NULL),\n(37718, 'tr', 'db', 'Add Income Category', 'Gelir Kategori Ekle', NULL, NULL),\n(37719, 'tr', 'db', 'Update Income Category', 'Gelir Kategori G\u00fcncelle', NULL, NULL),\n(37720, 'tr', 'db', 'Packing Slip to manage orders\/sales', 'Paketleme \u00c7\u0131k\u0131\u015f\u0131 sipari\u015fler\/sat\u0131\u015flar\u0131 y\u00f6netmek i\u00e7in', NULL, NULL),\n(37721, 'tr', 'db', 'Enable', 'Etkinle\u015ftir', NULL, NULL),\n(37722, 'tr', 'db', 'Disable', 'Devre D\u0131\u015f\u0131', NULL, NULL),\n(37723, 'tr', 'db', 'Create Packing Slip', 'Paketleme \u00c7\u0131k\u0131\u015f\u0131 Olu\u015ftur', NULL, NULL),\n(37724, 'tr', 'db', 'Packed', 'Paketlenmi\u015f', NULL, NULL),\n(37725, 'tr', 'db', 'Processing', '\u0130\u015flem', NULL, NULL),\n(37726, 'tr', 'db', 'Packing Slip List', 'Paketleme \u00c7\u0131k\u0131\u015f\u0131 Listesi', NULL, NULL),\n(37727, 'tr', 'db', 'Packing Slip Reference', 'Paketleme \u00c7\u0131k\u0131\u015f\u0131 Referans\u0131', NULL, NULL),\n(37728, 'tr', 'db', 'Challan List', 'Challan Listesi', NULL, NULL),\n(37729, 'tr', 'db', 'Challan Report', 'Challan Raporu', NULL, NULL),\n(37730, 'tr', 'db', 'Packing Slip & Challan', 'Paketleme \u00c7\u0131k\u0131\u015f\u0131 & Challan', NULL, NULL),\n(37731, 'tr', 'db', 'Filter Products', '\u00dcr\u00fcn Filtrele', NULL, NULL),\n(37732, 'tr', 'db', 'Expiry Duration Type', 'Son Kullanma S\u00fcresi T\u00fcr\u00fc', NULL, NULL),\n(37733, 'tr', 'db', 'Expiry Value', 'Son Kullanma De\u011feri', NULL, NULL),\n(37734, 'tr', 'db', 'Biller Report', 'Fatura Raporu', NULL, NULL),\n(37735, 'tr', 'db', 'Choose Biller', 'Fatura Se\u00e7', NULL, NULL),\n(37736, 'tr', 'db', 'Thermal Invoice Size', 'Termal Fatura Boyutu', NULL, NULL),\n(37737, 'tr', 'db', 'Invoice Option', 'Fatura Se\u00e7ene\u011fi', NULL, NULL),\n(37738, 'tr', 'db', '80mm', '80mm', NULL, NULL),\n(37739, 'tr', 'db', '58mm', '58mm', NULL, NULL),\n(37740, 'tr', 'db', 'Sale successfully added to draft', 'Sat\u0131\u015f taslak olarak ba\u015far\u0131l\u0131 bir \u015fekilde eklendi', NULL, NULL),\n(37741, 'tr', 'db', 'Barcode Settings', 'Barkod Ayar\u0131', NULL, NULL),\n(37742, 'tr', 'db', 'Add barcode sticker setting', 'Barkod etiketi ayar\u0131 ekle', NULL, NULL),\n(37743, 'tr', 'db', 'Edit Barcode Sticker Setting', 'Barkod etiketi ayar\u0131n\u0131 d\u00fczenle', NULL, NULL),\n(37744, 'tr', 'db', 'Sticker Sheet setting Name', 'Etiket Ka\u011f\u0131d\u0131 ayar\u0131 ad\u0131', NULL, NULL),\n(37745, 'tr', 'db', 'Sticker Sheet setting Description', 'Etiket Ka\u011f\u0131d\u0131 ayar\u0131 a\u00e7\u0131klama', NULL, NULL),\n(37746, 'tr', 'db', 'Continuous feed or rolls', 'S\u00fcrekli besleme veya rulo', NULL, NULL),\n(37747, 'tr', 'db', 'In Inches', '\u0130n\u00e7', NULL, NULL),\n(37748, 'tr', 'db', 'Additional top margin', '\u00dcst Ek Margin', NULL, NULL),\n(37749, 'tr', 'db', 'Additional left margin', 'Sol Ek Margin', NULL, NULL),\n(37750, 'tr', 'db', 'Width of sticker', 'Etiket Geni\u015fli\u011fi', NULL, NULL),\n(37751, 'tr', 'db', 'Height of sticker', 'Etiket Y\u00fcksekli\u011fi', NULL, NULL),\n(37752, 'tr', 'db', 'Paper width', 'Ka\u011f\u0131t Geni\u015fli\u011fi', NULL, NULL),\n(37753, 'tr', 'db', 'Paper height', 'Ka\u011f\u0131t Y\u00fcksekli\u011fi', NULL, NULL),\n(37754, 'tr', 'db', 'Stickers in one row', 'Bir Sat\u0131rda Etiketler', NULL, NULL),\n(37755, 'tr', 'db', 'Distance between two rows', '\u0130ki Sat\u0131r Aras\u0131ndaki Mesafe', NULL, NULL),\n(37756, 'tr', 'db', 'Distance between two columns', '\u0130ki S\u00fctun Aras\u0131ndaki Mesafe', NULL, NULL),\n(37757, 'tr', 'db', 'No of Stickers per sheet', 'Ka\u011f\u0131t Ba\u015f\u0131na Etiketler', NULL, NULL),\n(37758, 'tr', 'db', 'Set as default', 'Varsay\u0131lan Olarak Ayarla', NULL, NULL),\n(37759, 'tr', 'db', 'Add New Setting', 'Yeni Ayar Ekle', NULL, NULL),\n(37760, 'tr', 'db', 'Print Labels', 'Etiket Yazd\u0131r', NULL, NULL),\n(37761, 'tr', 'db', 'Information on Label', 'Etiket Bilgileri', NULL, NULL),\n(37762, 'tr', 'db', 'Add Production', '\u00dcretim Ekle', NULL, NULL),\n(37763, 'tr', 'db', 'Production List', '\u00dcretim Listesi', NULL, NULL),\n(37764, 'tr', 'db', 'Expired Date', 'Son Kullanma Tarihi', NULL, NULL),\n(37765, 'tr', 'db', 'Manufacturing', '\u00dcretim', NULL, NULL),\n(37766, 'tr', 'db', 'Total Tax', 'Toplam Vergi', NULL, NULL),\n(37767, 'tr', 'db', 'Production Details', '\u00dcretim Detaylar\u0131', NULL, NULL),\n(37768, 'tr', 'db', 'Add Custom Size', '\u00d6zel Boyut Ekle', NULL, NULL),\n(37769, 'tr', 'db', 'RTL', 'RTL', NULL, NULL),\n(37770, 'tr', 'db', 'LTR', 'LTR', NULL, NULL),\n(37772, 'tr', 'db', 'Show search results in', 'Arama sonu\u00e7lar\u0131n\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in', NULL, NULL),\n(37773, 'tr', 'db', 'Full Page', 'Tam Sayfa', NULL, NULL),\n(37774, 'tr', 'db', 'Dropdown', 'A\u00e7\u0131l\u0131r', NULL, NULL),\n(37775, 'tr', 'db', 'Stock Worth (Price\/Cost)', 'Stok De\u011feri (Fiyat\/Maliyet)', NULL, NULL),\n(37776, 'tr', 'db', 'Saving', 'Kazan\u00e7', NULL, NULL),\n(37777, 'tr', 'db', 'Multiple Payment', '\u00c7oklu \u00d6deme', NULL, NULL),\n(37778, 'tr', 'db', 'Finalize Sale(Multiple Payment)', 'Sat\u0131\u015f\u0131 Tamamlama (\u00c7oklu \u00d6deme)', NULL, NULL),\n(37779, 'tr', 'db', 'Cash Received', 'Nakit Al\u0131nd\u0131', NULL, NULL),\n(37780, 'tr', 'db', 'Add More Payment', 'Daha Fazla \u00d6deme Ekle', NULL, NULL),\n(37781, 'tr', 'db', 'Received', 'Al\u0131nd\u0131', NULL, NULL),\n(37782, 'tr', 'db', 'Production Status', '\u00dcretim Durumu', NULL, NULL),\n(37788, 'tr', 'db', 'Employees', '\u00c7al\u0131\u015fanlar', NULL, NULL),\n(37789, 'tr', 'db', 'Award', '\u00d6d\u00fcl', NULL, NULL),\n(37790, 'tr', 'db', 'Travel', 'Seyahat', NULL, NULL),\n(37791, 'tr', 'db', 'Resignations', '\u0130\u015ften \u00c7\u0131k\u0131\u015flar', NULL, NULL),\n(37792, 'tr', 'db', 'Complaints', '\u015eikayetler', NULL, NULL),\n(37793, 'tr', 'db', 'Warnings', 'Uyar\u0131lar', NULL, NULL),\n(37794, 'tr', 'db', 'Terminations', 'Sonland\u0131rmalar', NULL, NULL),\n(37795, 'tr', 'db', 'Organization', 'Organizasyon', NULL, NULL),\n(37796, 'tr', 'db', 'Company', '\u015eirket', NULL, NULL),\n(37797, 'tr', 'db', 'Designation', 'G\u00f6rev', NULL, NULL),\n(37798, 'tr', 'db', 'Announcements', 'Duyurular', NULL, NULL),\n(37799, 'tr', 'db', 'Timesheets', 'Zamanlamalar', NULL, NULL),\n(37800, 'tr', 'db', 'Attendances', '\u0130zinler', NULL, NULL),\n(37801, 'tr', 'db', 'Recruitment', '\u0130\u015fe Al\u0131m', NULL, NULL),\n(37802, 'tr', 'db', 'Training', 'E\u011fitim', NULL, NULL),\n(37803, 'tr', 'db', 'Trainers', 'E\u011fitmenler', NULL, NULL),\n(37804, 'tr', 'db', 'Events', 'Etkinlikler', NULL, NULL),\n(37805, 'tr', 'db', 'Meetings', 'Toplant\u0131lar', NULL, NULL),\n(37806, 'tr', 'db', 'Finance', 'Finans', NULL, NULL),\n(37807, 'tr', 'db', 'imei_numbers', 'IMEI Numaralar\u0131', NULL, NULL),\n(37808, 'tr', 'db', 'Warranty', 'Garanti', NULL, NULL),\n(37809, 'tr', 'db', 'Guarantee', 'Garanti', NULL, NULL),\n(37810, 'tr', 'db', 'Dear', 'Say\u0131n', NULL, NULL),\n(37811, 'tr', 'db', 'Thank you for your purchase! Your invoice number is', 'Sat\u0131n al\u0131\u015fveri\u015finiz i\u00e7in te\u015fekk\u00fcrler! Faturan\u0131z\u0131n numaras\u0131', NULL, NULL),\n(37812, 'tr', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'E\u011fer herhangi bir sorun veya endi\u015fe i\u00e7in bize ula\u015fmaktan \u00e7ekinmeyin. Size yard\u0131mc\u0131 olmak i\u00e7in buraday\u0131z!', NULL, NULL),\n(37813, 'tr', 'db', 'Best regards', 'En iyi \u015feyler', NULL, NULL),\n(37814, 'tr', 'db', 'Whatsapp Notification', 'Whatsapp Bildirimi', NULL, NULL),\n(37815, 'tr', 'db', 'Add More Payment Option', 'Daha Fazla \u00d6deme Se\u00e7ene\u011fi', NULL, NULL),\n(37816, 'tr', 'db', 'Type date or quotation reference', 'Tarih veya teklif referans\u0131 gir...', NULL, NULL),\n(37817, 'tr', 'db', 'For Digital product sale_unit will be n\/a', 'For Digital product sale_unit will be n\/a', NULL, NULL),\n(37818, 'tr', 'db', 'Sale Reference No', 'Sat\u0131\u015f Referans\u0131 No.', NULL, NULL),\n(37819, 'tr', 'db', 'My Transactions', '\u0130\u015flemim', NULL, NULL),\n(37820, 'tr', 'db', 'One Point is Equivalent to:', 'Bir Nokta =>', NULL, NULL),\n(37821, 'tr', 'db', 'Update Income', 'Gelir G\u00fcncelle', NULL, NULL),\n(37822, 'tr', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', 'Sadece Select, \u00c7oklu Se\u00e7, Kontrol Kart\u0131, Radyo D\u00fc\u011fmesi t\u00fcrleri i\u00e7in kullan\u0131n. Se\u00e7enekleri virg\u00fclle ay\u0131rarak alan\u0131 doldurun. eq. elma,portakal,banan', NULL, NULL),\n(37823, 'tr', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', '\u00d6zel => \u00dcr\u00fcn fiyat\u0131 = Ger\u00e7ek \u00fcr\u00fcn fiyat\u0131 + Vergi. Dahil => Ger\u00e7ek \u00fcr\u00fcn fiyat\u0131 = \u00dcr\u00fcn fiyat\u0131 - Vergi', NULL, NULL),\n(37824, 'en', 'db', 'Update Modal', 'Update Modal', NULL, NULL),\n(37827, 'en', 'db', 'Import Product Modal', 'Import Product Modal', NULL, NULL),\n(37828, 'en', 'db', 'Remove', 'Remove', NULL, NULL),\n(37829, 'en', 'db', 'Payments Modal', 'Payments Modal', NULL, NULL),\n(37830, 'en', 'db', 'Choose date', 'Choose date', NULL, NULL),\n(37831, 'en', 'db', 'Select warehouse', 'Select warehouse', NULL, NULL),\n(37832, 'en', 'db', 'Select supplier', 'Select supplier', NULL, NULL),\n(37833, 'en', 'db', 'Please type product code and select', 'Please type product code and select', NULL, NULL),\n(37834, 'en', 'db', 'Add Sale Return', 'Add Sale Return', NULL, NULL),\n(37835, 'en', 'db', 'Warehouse Stock', 'Warehouse Stock', NULL, NULL),\n(37838, 'en', 'db', 'Select Income Category', 'Select Income Category', NULL, NULL),\n(37839, 'en', 'db', 'Income Report', 'Income Report', NULL, NULL),\n(37840, 'en', 'db', 'Add Modal', 'Add Modal', NULL, NULL),\n(37841, 'en', 'db', 'Type department name', 'Type department name', NULL, NULL),\n(37842, 'en', 'db', 'Select Role', 'Select Role', NULL, NULL),\n(37843, 'en', 'db', 'Type expense category code', 'Type expense category code', NULL, NULL),\n(37845, 'en', 'db', 'Barcode Height', 'Barcode Height', NULL, NULL),\n(37846, 'en', 'db', 'Barcode Stickers In One Sheet', 'Barcode Stickers In One Sheet', NULL, NULL),\n(37847, 'en', 'db', 'Type brand title', 'Type brand title', NULL, NULL),\n(37848, 'en', 'db', 'Type income category code', 'Type income category code', NULL, NULL),\n(37849, 'en', 'db', 'Type income category name', 'Type income category name', NULL, NULL),\n(37850, 'en', 'db', 'Type expense category name', 'Type expense category name', NULL, NULL),\n(37851, 'en', 'db', 'lang_v1 enter_product_name_to_print_labels', 'Enter product nameto print labels', NULL, NULL),\n(37852, 'en', 'db', 'Type category name', 'Type category name', NULL, NULL),\n(37854, 'en', 'db', 'eg: 1', 'eg: 1', NULL, NULL),\n(37855, 'en', 'db', 'Size, Color etc', 'Size, Color etc', NULL, NULL),\n(37858, 'en', 'db', 'Type Coupon Code', 'Type Coupon Code', NULL, NULL),\n(37859, 'en', 'db', 'Type reference number', 'Type reference number', NULL, NULL),\n(37860, 'en', 'db', 'Please type customer name or mobile no and select', 'Please type customer name or mobile no and select', NULL, NULL),\n(37861, 'en', 'db', 'example : +8801*********,+8801*********', 'example : +8801*********,+8801*********', NULL, NULL),\n(37862, 'en', 'db', 'Payment Options', 'Payment Options', NULL, NULL),\n(37863, 'en', 'db', 'Type table name', 'Type table name', NULL, NULL),\n(37864, 'en', 'db', 'Enter your Name', 'Enter your Name', NULL, NULL),\n(37865, 'en', 'db', 'Type WareHouse Name', 'Type WareHouse Name', NULL, NULL),\n(37866, 'en', 'db', 'Email Address', 'Email Address', NULL, NULL),\n(37867, 'en', 'db', 'Disabled input here', 'Disabled input here', NULL, NULL),\n(37868, 'en', 'db', 'input-lg', 'input-lg', NULL, NULL),\n(37869, 'en', 'db', 'input-sm', 'input-sm', NULL, NULL),\n(37870, 'en', 'db', 'input-md', 'input-md', NULL, NULL),\n(37871, 'en', 'db', 'Default input', 'Default input', NULL, NULL),\n(37872, 'bn', 'db', 'Update Modal', '\u0986\u09aa\u09a1\u09c7\u099f \u09ae\u09cb\u09a1\u09be\u09b2', NULL, NULL),\n(37875, 'bn', 'db', 'Import Product Modal', '\u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09ae\u09cb\u09a1\u09be\u09b2 \u0986\u09ae\u09a6\u09be\u09a8\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37876, 'bn', 'db', 'Remove', '\u09b8\u09b0\u09ac\u09b0\u09be\u09b9 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37877, 'bn', 'db', 'Payments Modal', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f\u09c7\u09b0 \u09ae\u09cb\u09a1\u09be\u09b2', NULL, NULL),\n(37878, 'bn', 'db', 'Choose date', '\u09a4\u09be\u09b0\u09bf\u0996 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37879, 'bn', 'db', 'Select warehouse', '\u0997\u09c1\u09a6\u09be\u09ae \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37880, 'bn', 'db', 'Select supplier', '\u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37881, 'bn', 'db', 'Please type product code and select', '\u09a6\u09af\u09bc\u09be \u0995\u09b0\u09c7 \u09aa\u09a3\u09cd\u09af \u0995\u09cb\u09a1 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8 \u098f\u09ac\u0982 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37882, 'bn', 'db', 'Add Sale Return', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09b0\u09bf\u099f\u09be\u09b0\u09cd\u09a8 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37883, 'bn', 'db', 'Warehouse Stock', '\u0997\u09c1\u09a6\u09be\u09ae \u09b8\u09cd\u099f\u0995', NULL, NULL),\n(37886, 'bn', 'db', 'Select Income Category', '\u0986\u09af\u09bc \u09ac\u09bf\u09ad\u09be\u0997 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37887, 'bn', 'db', 'Income Report', '\u0986\u09af\u09bc \u09aa\u09cd\u09b0\u09a4\u09bf\u09ac\u09c7\u09a6\u09a8', NULL, NULL),\n(37888, 'bn', 'db', 'Add Modal', '\u09ae\u09a1\u09be\u09b2 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37889, 'bn', 'db', 'Type department name', '\u09ac\u09bf\u09ad\u09be\u0997\u09c7\u09b0 \u09a8\u09be\u09ae \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37890, 'bn', 'db', 'Select Role', '\u09ad\u09c2\u09ae\u09bf\u0995\u09be \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37891, 'bn', 'db', 'Type expense category code', '\u09ac\u09cd\u09af\u09af\u09bc \u09ac\u09bf\u09ad\u09be\u0997\u09c7\u09b0 \u0995\u09cb\u09a1 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37893, 'bn', 'db', 'Barcode Height', '\u09ac\u09be\u09b0\u0995\u09cb\u09a1 \u0989\u099a\u09cd\u099a\u09a4\u09be', NULL, NULL),\n(37894, 'bn', 'db', 'Barcode Stickers In One Sheet', '\u098f\u0995\u099f\u09bf \u09b6\u09bf\u099f\u09c7 \u09ac\u09be\u09b0\u0995\u09cb\u09a1 \u09b8\u09cd\u099f\u09bf\u0995\u09be\u09b0', NULL, NULL),\n(37895, 'bn', 'db', 'Type brand title', '\u09ac\u09cd\u09b0\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37896, 'bn', 'db', 'Type income category code', '\u0986\u09af\u09bc \u09ac\u09bf\u09ad\u09be\u0997\u09c7\u09b0 \u0995\u09cb\u09a1 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37897, 'bn', 'db', 'Type income category name', '\u09ac\u09cd\u09af\u09af\u09bc \u09ac\u09bf\u09ad\u09be\u0997\u09c7\u09b0 \u09a8\u09be\u09ae \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37898, 'bn', 'db', 'Type expense category name', '\u09ac\u09cd\u09af\u09af\u09bc \u09ac\u09bf\u09ad\u09be\u0997\u09c7\u09b0 \u09a8\u09be\u09ae \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37899, 'bn', 'db', 'lang_v1 enter_product_name_to_print_labels', '\u09b2\u09c7\u09ac\u09c7\u09b2 \u09ae\u09c1\u09a6\u09cd\u09b0\u09a3 \u0995\u09b0\u09a4\u09c7 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09a8\u09be\u09ae \u09b2\u09bf\u0996\u09c1\u09a8', NULL, NULL),\n(37900, 'bn', 'db', 'Type category name', '\u09ac\u09bf\u09ad\u09be\u0997\u09c7\u09b0 \u09a8\u09be\u09ae \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37902, 'bn', 'db', 'eg: 1', '\u09af\u09c7\u09ae\u09a8: 1', NULL, NULL),\n(37903, 'bn', 'db', 'Size, Color etc', '\u0986\u0995\u09be\u09b0, \u09b0\u0999 \u0987\u09a4\u09cd\u09af\u09be\u09a6\u09bf', NULL, NULL),\n(37906, 'bn', 'db', 'Type Coupon Code', '\u0995\u09c1\u09aa\u09a8 \u0995\u09cb\u09a1 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37907, 'bn', 'db', 'Type reference number', '\u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8 \u09a8\u09ae\u09cd\u09ac\u09b0', NULL, NULL),\n(37908, 'bn', 'db', 'Please type customer name or mobile no and select', '\u0997\u09cd\u09b0\u09be\u09b9\u0995\u09c7\u09b0 \u09a8\u09be\u09ae \u0985\u09a5\u09ac\u09be \u09ae\u09cb\u09ac\u09be\u0987\u09b2 \u09a8\u09ae\u09cd\u09ac\u09b0 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8 \u098f\u09ac\u0982 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37909, 'bn', 'db', 'example : +8801*********,+8801*********', '\u0989\u09a6\u09be\u09b9\u09b0\u09a3: +8801*********,+8801*********', NULL, NULL),\n(37910, 'bn', 'db', 'Payment Options', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u0985\u09aa\u09b6\u09a8', NULL, NULL),\n(37911, 'bn', 'db', 'Type table name', '\u099f\u09c7\u09ac\u09bf\u09b2\u09c7\u09b0 \u09a8\u09be\u09ae \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37912, 'bn', 'db', 'Enter your Name', '\u0986\u09aa\u09a8\u09be\u09b0 \u09a8\u09be\u09ae \u09b2\u09bf\u0996\u09c1\u09a8', NULL, NULL),\n(37913, 'bn', 'db', 'Type WareHouse Name', '\u0993\u09af\u09bc\u09cd\u09af\u09be\u09b0\u09b9\u09be\u0989\u09b8\u09c7\u09b0 \u09a8\u09be\u09ae \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(37914, 'bn', 'db', 'Email Address', '\u0987\u09ae\u09c7\u09b2 \u09a0\u09bf\u0995\u09be\u09a8\u09be', NULL, NULL),\n(37915, 'bn', 'db', 'Disabled input here', '\u098f\u0996\u09be\u09a8\u09c7 \u0987\u09a8\u09aa\u09c1\u099f \u09a8\u09bf\u09b7\u09cd\u0995\u09cd\u09b0\u09bf\u09af\u09bc \u0995\u09b0\u09be \u0986\u099b\u09c7', NULL, NULL),\n(37916, 'bn', 'db', 'input-lg', '\u0987\u09a8\u09aa\u09c1\u099f-\u098f\u09b2\u099c\u09bf', NULL, NULL),\n(37917, 'bn', 'db', 'input-sm', '\u0987\u09a8\u09aa\u09c1\u099f-\u098f\u09b8\u098f\u09ae', NULL, NULL),\n(37918, 'bn', 'db', 'input-md', '\u0987\u09a8\u09aa\u09c1\u099f-\u098f\u09ae\u09a1\u09bf', NULL, NULL),\n(37919, 'bn', 'db', 'Default input', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u0987\u09a8\u09aa\u09c1\u099f', NULL, NULL),\n(37920, 'ar', 'db', 'Update Modal', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0646\u0627\u0641\u0630\u0629', NULL, NULL),\n(37923, 'ar', 'db', 'Import Product Modal', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(37924, 'ar', 'db', 'Remove', '\u0625\u0632\u0627\u0644\u0629', NULL, NULL),\n(37925, 'ar', 'db', 'Payments Modal', '\u0627\u0644\u062f\u0641\u0639\u0627\u062a', NULL, NULL),\n(37926, 'ar', 'db', 'Choose date', '\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u062a\u0627\u0631\u064a\u062e', NULL, NULL),\n(37927, 'ar', 'db', 'Select warehouse', '\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639', NULL, NULL),\n(37928, 'ar', 'db', 'Select supplier', '\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0645\u0648\u0631\u062f', NULL, NULL),\n(37929, 'ar', 'db', 'Please type product code and select', '\u064a\u0631\u062c\u0649 \u0643\u062a\u0627\u0628\u0629 \u0631\u0645\u0632 \u0627\u0644\u0645\u0646\u062a\u062c \u0648\u0627\u062e\u062a\u064a\u0627\u0631', NULL, NULL),\n(37930, 'ar', 'db', 'Add Sale Return', '\u0625\u0636\u0627\u0641\u0629 \u0645\u0631\u062a\u062c\u0639\u0627\u062a \u0645\u0628\u064a\u0639\u0627\u062a', NULL, NULL),\n(37931, 'ar', 'db', 'Warehouse Stock', '\u0645\u062e\u0632\u0648\u0646 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639', NULL, NULL),\n(37934, 'ar', 'db', 'Select Income Category', '\u0627\u062e\u062a\u064a\u0627\u0631 \u0641\u0626\u0629 \u0627\u0644\u0625\u064a\u0631\u0627\u062f\u0627\u062a', NULL, NULL),\n(37935, 'ar', 'db', 'Income Report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0625\u064a\u0631\u0627\u062f\u0627\u062a', NULL, NULL),\n(37936, 'ar', 'db', 'Add Modal', '\u0625\u0636\u0627\u0641\u0629 \u0646\u0627\u0641\u0630\u0629', NULL, NULL),\n(37937, 'ar', 'db', 'Type department name', '\u0627\u0643\u062a\u0628 \u0627\u0633\u0645 \u0627\u0644\u0642\u0633\u0645', NULL, NULL),\n(37938, 'ar', 'db', 'Select Role', '\u0627\u062e\u062a\u0631 \u0627\u0644\u062f\u0648\u0631', NULL, NULL),\n(37939, 'ar', 'db', 'Type expense category code', '\u0627\u0643\u062a\u0628 \u0631\u0645\u0632 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0631\u0648\u0641\u0627\u062a', NULL, NULL),\n(37941, 'ar', 'db', 'Barcode Height', '\u0627\u0631\u062a\u0641\u0627\u0639 \u0627\u0644\u0628\u0627\u0631\u0643\u0648\u062f', NULL, NULL),\n(37942, 'ar', 'db', 'Barcode Stickers In One Sheet', '\u0645\u0644\u0635\u0642\u0627\u062a \u0627\u0644\u0628\u0627\u0631\u0643\u0648\u062f \u0641\u064a \u0648\u0631\u0642\u0629 \u0648\u0627\u062d\u062f\u0629', NULL, NULL),\n(37943, 'ar', 'db', 'Type brand title', '\u0627\u0643\u062a\u0628 \u0627\u0633\u0645 \u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629', NULL, NULL),\n(37944, 'ar', 'db', 'Type income category code', '\u0627\u0643\u062a\u0628 \u0631\u0645\u0632 \u0641\u0626\u0629 \u0627\u0644\u062f\u062e\u0644', NULL, NULL),\n(37945, 'ar', 'db', 'Type income category name', '\u0627\u0643\u062a\u0628 \u0627\u0633\u0645 \u0641\u0626\u0629 \u0627\u0644\u062f\u062e\u0644', NULL, NULL),\n(37946, 'ar', 'db', 'Type expense category name', '\u0627\u0643\u062a\u0628 \u0627\u0633\u0645 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u0631\u0648\u0641\u0627\u062a', NULL, NULL),\n(37947, 'ar', 'db', 'lang_v1 enter_product_name_to_print_labels', '\u0623\u062f\u062e\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0646\u062a\u062c \u0644\u0637\u0628\u0627\u0639\u0629 \u0627\u0644\u0645\u0644\u0635\u0642\u0627\u062a', NULL, NULL),\n(37948, 'ar', 'db', 'Type category name', '\u0627\u0643\u062a\u0628 \u0627\u0633\u0645 \u0627\u0644\u0641\u0626\u0629', NULL, NULL),\n(37950, 'ar', 'db', 'eg: 1', '\u0645\u062b\u0627\u0644: \u0661', NULL, NULL),\n(37951, 'ar', 'db', 'Size, Color etc', '\u0627\u0644\u0645\u0642\u0627\u0633\u060c \u0627\u0644\u0644\u0648\u0646\u060c \u0625\u0644\u062e', NULL, NULL),\n(37954, 'ar', 'db', 'Type Coupon Code', '\u0627\u0643\u062a\u0628 \u0631\u0645\u0632 \u0627\u0644\u0642\u0633\u064a\u0645\u0629', NULL, NULL),\n(37955, 'ar', 'db', 'Type reference number', '\u0627\u0643\u062a\u0628 \u0631\u0642\u0645 \u0627\u0644\u0645\u0631\u062c\u0639', NULL, NULL),\n(37956, 'ar', 'db', 'Please type customer name or mobile no and select', '\u064a\u0631\u062c\u0649 \u0643\u062a\u0627\u0628\u0629 \u0627\u0633\u0645 \u0627\u0644\u0639\u0645\u064a\u0644 \u0623\u0648 \u0631\u0642\u0645 \u062c\u0648\u0627\u0644\u0647 \u062b\u0645 \u0627\u062e\u062a\u0631', NULL, NULL),\n(37957, 'ar', 'db', 'example : +8801*********,+8801*********', '\u0645\u062b\u0627\u0644: +8801*********\u060c +8801*********', NULL, NULL),\n(37958, 'ar', 'db', 'Payment Options', '\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(37959, 'ar', 'db', 'Type table name', '\u0627\u0643\u062a\u0628 \u0627\u0633\u0645 \u0627\u0644\u062c\u062f\u0648\u0644', NULL, NULL),\n(37960, 'ar', 'db', 'Enter your Name', '\u0623\u062f\u062e\u0644 \u0627\u0633\u0645\u0643', NULL, NULL),\n(37961, 'ar', 'db', 'Type WareHouse Name', '\u0627\u0643\u062a\u0628 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639', NULL, NULL),\n(37962, 'ar', 'db', 'Email Address', '\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a', NULL, NULL),\n(37963, 'ar', 'db', 'Disabled input here', '\u0627\u0644\u0625\u062f\u062e\u0627\u0644 \u0645\u0639\u0637\u0644 \u0647\u0646\u0627', NULL, NULL),\n(37964, 'ar', 'db', 'input-lg', '\u0645\u062f\u062e\u0644\u0627\u062a \u0643\u0628\u064a\u0631\u0629', NULL, NULL),\n(37965, 'ar', 'db', 'input-sm', '\u0645\u062f\u062e\u0644\u0627\u062a \u0635\u063a\u064a\u0631\u0629', NULL, NULL),\n(37966, 'ar', 'db', 'input-md', '\u0627\u0644\u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0623\u0648\u0633\u0637', NULL, NULL),\n(37967, 'ar', 'db', 'Default input', '\u0627\u0644\u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a', NULL, NULL),\n(37968, 'al', 'db', 'Update Modal', 'P\u00ebrdit\u00ebso modalitetin', NULL, NULL),\n(37971, 'al', 'db', 'Import Product Modal', 'Modal i produktit t\u00eb importit', NULL, NULL),\n(37972, 'al', 'db', 'Remove', 'Hiq', NULL, NULL),\n(37973, 'al', 'db', 'Payments Modal', 'Modal i pagesave', NULL, NULL),\n(37974, 'al', 'db', 'Choose date', 'Zgjidhni dat\u00ebn', NULL, NULL),\n(37975, 'al', 'db', 'Select warehouse', 'Zgjidh magazin\u00ebn', NULL, NULL),\n(37976, 'al', 'db', 'Select supplier', 'Zgjidh furnizuesin', NULL, NULL),\n(37977, 'al', 'db', 'Please type product code and select', 'Ju lutemi shkruani kodin e produktit dhe zgjidhni', NULL, NULL),\n(37978, 'al', 'db', 'Add Sale Return', 'Shto kthimin e shitjes', NULL, NULL),\n(37979, 'al', 'db', 'Warehouse Stock', 'Stoku i magazin\u00ebs', NULL, NULL),\n(37982, 'al', 'db', 'Select Income Category', 'Zgjidhni kategorin\u00eb e t\u00eb ardhurave', NULL, NULL),\n(37983, 'al', 'db', 'Income Report', 'Raporti i t\u00eb ardhurave', NULL, NULL),\n(37984, 'al', 'db', 'Add Modal', 'Shto modal', NULL, NULL),\n(37985, 'al', 'db', 'Type department name', 'Shkruani emrin e departamentit', NULL, NULL),\n(37986, 'al', 'db', 'Select Role', 'Zgjidh rolin', NULL, NULL),\n(37987, 'al', 'db', 'Type expense category code', 'Shkruani kodin e kategoris\u00eb s\u00eb shpenzimeve', NULL, NULL),\n(37989, 'al', 'db', 'Barcode Height', 'Lart\u00ebsia e barkodit', NULL, NULL),\n(37990, 'al', 'db', 'Barcode Stickers In One Sheet', 'Ngjit\u00ebset e barkodit n\u00eb nj\u00eb flet\u00eb', NULL, NULL),\n(37991, 'al', 'db', 'Type brand title', 'Lloji titullin e mark\u00ebs', NULL, NULL),\n(37992, 'al', 'db', 'Type income category code', 'Shkruani kodin e kategoris\u00eb s\u00eb t\u00eb ardhurave', NULL, NULL),\n(37993, 'al', 'db', 'Type income category name', 'Shkruani emrin e kategoris\u00eb s\u00eb t\u00eb ardhurave', NULL, NULL),\n(37994, 'al', 'db', 'Type expense category name', 'Shkruani emrin e kategoris\u00eb s\u00eb shpenzimeve', NULL, NULL),\n(37995, 'al', 'db', 'lang_v1 enter_product_name_to_print_labels', 'Fut emrin e produktit p\u00ebr t\u00eb printuar etiketat', NULL, NULL),\n(37996, 'al', 'db', 'Type category name', 'Shkruani emrin e kategoris\u00eb', NULL, NULL),\n(37998, 'al', 'db', 'eg: 1', 'p.sh.: 1', NULL, NULL),\n(37999, 'al', 'db', 'Size, Color etc', 'Madh\u00ebsia, ngjyra etj', NULL, NULL),\n(38002, 'al', 'db', 'Type Coupon Code', 'Shkruani kodin e kuponit', NULL, NULL),\n(38003, 'al', 'db', 'Type reference number', 'Shkruani numrin e referenc\u00ebs', NULL, NULL),\n(38004, 'al', 'db', 'Please type customer name or mobile no and select', 'Ju lutemi shkruani emrin e klientit ose numrin e celularit dhe zgjidhni', NULL, NULL),\n(38005, 'al', 'db', 'example : +8801*********,+8801*********', 'shembull: +8801********,+8801********', NULL, NULL),\n(38006, 'al', 'db', 'Payment Options', 'Opsionet e pages\u00ebs', NULL, NULL),\n(38007, 'al', 'db', 'Type table name', 'Shkruani emrin e tabel\u00ebs', NULL, NULL),\n(38008, 'al', 'db', 'Enter your Name', 'Futni emrin tuaj', NULL, NULL),\n(38009, 'al', 'db', 'Type WareHouse Name', 'Shkruani emrin e magazin\u00ebs', NULL, NULL),\n(38010, 'al', 'db', 'Email Address', 'Adresa e emailit', NULL, NULL),\n(38011, 'al', 'db', 'Disabled input here', 'Hyrja e \u00e7aktivizuar k\u00ebtu', NULL, NULL),\n(38012, 'al', 'db', 'input-lg', 'input-lartge', NULL, NULL),\n(38013, 'al', 'db', 'input-sm', 'input-i vog\u00ebl', NULL, NULL),\n(38014, 'al', 'db', 'input-md', 'hyrje n\u00eb mes', NULL, NULL),\n(38015, 'al', 'db', 'Default input', 'Hyrja e parazgjedhur', NULL, NULL),\n(38016, 'az', 'db', 'Update Modal', 'Modal\u0131 yenil\u0259yin', NULL, NULL),\n(38019, 'az', 'db', 'Import Product Modal', '\u0130dxal M\u0259hsul Modal\u0131', NULL, NULL),\n(38020, 'az', 'db', 'Remove', 'Sil', NULL, NULL),\n(38021, 'az', 'db', 'Payments Modal', '\u00d6d\u0259ni\u015f Modal\u0131', NULL, NULL),\n(38022, 'az', 'db', 'Choose date', 'Tarixi se\u00e7in', NULL, NULL),\n(38023, 'az', 'db', 'Select warehouse', 'Anbar se\u00e7in', NULL, NULL),\n(38024, 'az', 'db', 'Select supplier', 'T\u0259chizat\u00e7\u0131 se\u00e7in', NULL, NULL),\n(38025, 'az', 'db', 'Please type product code and select', 'M\u0259hsul kodunu yaz\u0131n v\u0259 se\u00e7in', NULL, NULL),\n(38026, 'az', 'db', 'Add Sale Return', 'Sat\u0131\u015f qaytar\u0131lmas\u0131 \u0259lav\u0259 et', NULL, NULL),\n(38027, 'az', 'db', 'Warehouse Stock', 'Anbar anbar\u0131', NULL, NULL),\n(38030, 'az', 'db', 'Select Income Category', 'G\u0259lir kateqoriyas\u0131n\u0131 se\u00e7in', NULL, NULL),\n(38031, 'az', 'db', 'Income Report', 'G\u0259lir hesabat\u0131', NULL, NULL),\n(38032, 'az', 'db', 'Add Modal', 'Modal \u0259lav\u0259 et', NULL, NULL),\n(38033, 'az', 'db', 'Type department name', '\u015e\u00f6b\u0259nin ad\u0131n\u0131 yaz\u0131n', NULL, NULL),\n(38034, 'az', 'db', 'Select Role', 'Rol se\u00e7in', NULL, NULL),\n(38035, 'az', 'db', 'Type expense category code', 'X\u0259rc kateqoriya kodunu yaz\u0131n', NULL, NULL),\n(38037, 'az', 'db', 'Barcode Height', 'Barkod h\u00fcnd\u00fcrl\u00fcy\u00fc', NULL, NULL),\n(38038, 'az', 'db', 'Barcode Stickers In One Sheet', 'Bir v\u0259r\u0259qd\u0259 Barkod Etiketl\u0259ri', NULL, NULL),\n(38039, 'az', 'db', 'Type brand title', 'Brend ad\u0131 yaz\u0131n', NULL, NULL),\n(38040, 'az', 'db', 'Type income category code', 'G\u0259lir kateqoriya kodunu yaz\u0131n', NULL, NULL),\n(38041, 'az', 'db', 'Type income category name', 'G\u0259lir kateqoriyas\u0131n\u0131n ad\u0131n\u0131 yaz\u0131n', NULL, NULL),\n(38042, 'az', 'db', 'Type expense category name', 'X\u0259rc kateqoriyas\u0131n\u0131n ad\u0131n\u0131 yaz\u0131n', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(38043, 'az', 'db', 'lang_v1 enter_product_name_to_print_labels', 'Etiketl\u0259ri \u00e7ap etm\u0259k \u00fc\u00e7\u00fcn m\u0259hsulun ad\u0131n\u0131 daxil edin', NULL, NULL),\n(38044, 'az', 'db', 'Type category name', 'Kateqoriya ad\u0131n\u0131 yaz\u0131n', NULL, NULL),\n(38046, 'az', 'db', 'eg: 1', 'm\u0259s\u0259l\u0259n: 1', NULL, NULL),\n(38047, 'az', 'db', 'Size, Color etc', '\u00d6l\u00e7\u00fc, R\u0259ng v\u0259 s.', NULL, NULL),\n(38050, 'az', 'db', 'Type Coupon Code', 'Kupon kodunu yaz\u0131n', NULL, NULL),\n(38051, 'az', 'db', 'Type reference number', '\u0130stinad n\u00f6mr\u0259sini yaz\u0131n', NULL, NULL),\n(38052, 'az', 'db', 'Please type customer name or mobile no and select', 'Z\u0259hm\u0259t olmasa m\u00fc\u015ft\u0259rinin ad\u0131n\u0131 v\u0259 ya mobil n\u00f6mr\u0259sini yaz\u0131n v\u0259 se\u00e7in', NULL, NULL),\n(38053, 'az', 'db', 'example : +8801*********,+8801*********', 'misal : +8801*********,+8801************', NULL, NULL),\n(38054, 'az', 'db', 'Payment Options', '\u00d6d\u0259ni\u015f Se\u00e7iml\u0259ri', NULL, NULL),\n(38055, 'az', 'db', 'Type table name', 'C\u0259dv\u0259lin ad\u0131n\u0131 yaz\u0131n', NULL, NULL),\n(38056, 'az', 'db', 'Enter your Name', 'Ad\u0131n\u0131z\u0131 daxil edin', NULL, NULL),\n(38057, 'az', 'db', 'Type WareHouse Name', 'Anbar\u0131n ad\u0131n\u0131 yaz\u0131n', NULL, NULL),\n(38058, 'az', 'db', 'Email Address', 'E-po\u00e7t \u00fcnvan\u0131', NULL, NULL),\n(38059, 'az', 'db', 'Disabled input here', 'Burada giri\u015f deaktiv edilib', NULL, NULL),\n(38060, 'az', 'db', 'input-lg', 'giri\u015f-b\u00f6y\u00fck', NULL, NULL),\n(38061, 'az', 'db', 'input-sm', 'giri\u015f-ki\u00e7ik', NULL, NULL),\n(38062, 'az', 'db', 'input-md', 'giri\u015f-orta', NULL, NULL),\n(38063, 'az', 'db', 'Default input', 'Defolt daxiletm\u0259', NULL, NULL),\n(38064, 'bg', 'db', 'Update Modal', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043c\u043e\u0434\u0430\u043b\u0430', NULL, NULL),\n(38067, 'bg', 'db', 'Import Product Modal', '\u041c\u043e\u0434\u0430\u043b \u0437\u0430 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438', NULL, NULL),\n(38068, 'bg', 'db', 'Remove', '\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0435\u0442\u0435', NULL, NULL),\n(38069, 'bg', 'db', 'Payments Modal', '\u041c\u043e\u0434\u0430\u043b \u043d\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0438\u044f\u0442\u0430', NULL, NULL),\n(38070, 'bg', 'db', 'Choose date', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u0442\u0430', NULL, NULL),\n(38071, 'bg', 'db', 'Select warehouse', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(38072, 'bg', 'db', 'Select supplier', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u043e\u0441\u0442\u0430\u0432\u0447\u0438\u043a', NULL, NULL),\n(38073, 'bg', 'db', 'Please type product code and select', '\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043e\u0434\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0438 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435', NULL, NULL),\n(38074, 'bg', 'db', 'Add Sale Return', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0432\u0440\u044a\u0449\u0430\u043d\u0435 \u043e\u0442 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(38075, 'bg', 'db', 'Warehouse Stock', '\u0421\u043a\u043b\u0430\u0434\u043e\u0432\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442', NULL, NULL),\n(38078, 'bg', 'db', 'Select Income Category', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0434\u043e\u0445\u043e\u0434', NULL, NULL),\n(38079, 'bg', 'db', 'Income Report', '\u041e\u0442\u0447\u0435\u0442 \u0437\u0430 \u043f\u0440\u0438\u0445\u043e\u0434\u0438\u0442\u0435', NULL, NULL),\n(38080, 'bg', 'db', 'Add Modal', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043c\u043e\u0434\u0430\u043b', NULL, NULL),\n(38081, 'bg', 'db', 'Type department name', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u043d\u0430 \u043e\u0442\u0434\u0435\u043b', NULL, NULL),\n(38082, 'bg', 'db', 'Select Role', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0420\u043e\u043b\u044f', NULL, NULL),\n(38083, 'bg', 'db', 'Type expense category code', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043e\u0434 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438', NULL, NULL),\n(38085, 'bg', 'db', 'Barcode Height', '\u0412\u0438\u0441\u043e\u0447\u0438\u043d\u0430 \u043d\u0430 \u0431\u0430\u0440\u043a\u043e\u0434\u0430', NULL, NULL),\n(38086, 'bg', 'db', 'Barcode Stickers In One Sheet', '\u0421\u0442\u0438\u043a\u0435\u0440\u0438 \u0441 \u0431\u0430\u0440\u043a\u043e\u0434 \u0432 \u0435\u0434\u0438\u043d \u043b\u0438\u0441\u0442', NULL, NULL),\n(38087, 'bg', 'db', 'Type brand title', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0437\u0430\u0433\u043b\u0430\u0432\u0438\u0435 \u043d\u0430 \u043c\u0430\u0440\u043a\u0430\u0442\u0430', NULL, NULL),\n(38088, 'bg', 'db', 'Type income category code', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043e\u0434 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0434\u043e\u0445\u043e\u0434', NULL, NULL),\n(38089, 'bg', 'db', 'Type income category name', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0434\u043e\u0445\u043e\u0434', NULL, NULL),\n(38090, 'bg', 'db', 'Type expense category name', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0437\u0445\u043e\u0434\u0438', NULL, NULL),\n(38091, 'bg', 'db', 'lang_v1 enter_product_name_to_print_labels', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435\u0442\u043e \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430, \u0437\u0430 \u0434\u0430 \u043e\u0442\u043f\u0435\u0447\u0430\u0442\u0430\u0442\u0435 \u0435\u0442\u0438\u043a\u0435\u0442\u0438', NULL, NULL),\n(38092, 'bg', 'db', 'Type category name', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(38094, 'bg', 'db', 'eg: 1', '\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440: 1', NULL, NULL),\n(38095, 'bg', 'db', 'Size, Color etc', '\u0420\u0430\u0437\u043c\u0435\u0440, \u0446\u0432\u044f\u0442 \u0438 \u0434\u0440', NULL, NULL),\n(38098, 'bg', 'db', 'Type Coupon Code', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043e\u0434 \u043d\u0430 \u043a\u0443\u043f\u043e\u043d', NULL, NULL),\n(38099, 'bg', 'db', 'Type reference number', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0442\u0435\u043d \u043d\u043e\u043c\u0435\u0440', NULL, NULL),\n(38100, 'bg', 'db', 'Please type customer name or mobile no and select', '\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442 \u0438\u043b\u0438 \u043c\u043e\u0431\u0438\u043b\u0435\u043d \u043d\u043e\u043c\u0435\u0440 \u0438 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435', NULL, NULL),\n(38101, 'bg', 'db', 'example : +8801*********,+8801*********', '\u043f\u0440\u0438\u043c\u0435\u0440 : +8801*********,+8801*********', NULL, NULL),\n(38102, 'bg', 'db', 'Payment Options', '\u041e\u043f\u0446\u0438\u0438 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(38103, 'bg', 'db', 'Type table name', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u043d\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u0430', NULL, NULL),\n(38104, 'bg', 'db', 'Enter your Name', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435\u0442\u043e \u0441\u0438', NULL, NULL),\n(38105, 'bg', 'db', 'Type WareHouse Name', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u043d\u0430 \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(38106, 'bg', 'db', 'Email Address', '\u0418\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441', NULL, NULL),\n(38107, 'bg', 'db', 'Disabled input here', '\u0412\u044a\u0432\u0435\u0436\u0434\u0430\u043d\u0435\u0442\u043e \u0442\u0443\u043a \u0435 \u0434\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u043e', NULL, NULL),\n(38108, 'bg', 'db', 'input-lg', '\u0432\u0445\u043e\u0434-lg', NULL, NULL),\n(38109, 'bg', 'db', 'input-sm', '\u0432\u0445\u043e\u0434-\u0441\u043c', NULL, NULL),\n(38110, 'bg', 'db', 'input-md', '\u0432\u0445\u043e\u0434-\u043c\u0434', NULL, NULL),\n(38111, 'bg', 'db', 'Default input', '\u0412\u0445\u043e\u0434 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(38112, 'de', 'db', 'Update Modal', 'Aktualisierungsmodal', NULL, NULL),\n(38115, 'de', 'db', 'Import Product Modal', 'Produktimportmodal', NULL, NULL),\n(38116, 'de', 'db', 'Remove', 'Entfernen', NULL, NULL),\n(38117, 'de', 'db', 'Payments Modal', 'Zahlungsmodal', NULL, NULL),\n(38118, 'de', 'db', 'Choose date', 'Datum ausw\u00e4hlen', NULL, NULL),\n(38119, 'de', 'db', 'Select warehouse', 'Lager ausw\u00e4hlen', NULL, NULL),\n(38120, 'de', 'db', 'Select supplier', 'Lieferant ausw\u00e4hlen', NULL, NULL),\n(38121, 'de', 'db', 'Please type product code and select', 'Produktcode eingeben und ausw\u00e4hlen', NULL, NULL),\n(38122, 'de', 'db', 'Add Sale Return', 'Retoure hinzuf\u00fcgen', NULL, NULL),\n(38123, 'de', 'db', 'Warehouse Stock', 'Lagerbestand', NULL, NULL),\n(38126, 'de', 'db', 'Select Income Category', 'Einnahmekategorie ausw\u00e4hlen', NULL, NULL),\n(38127, 'de', 'db', 'Income Report', 'Einnahmenbericht', NULL, NULL),\n(38128, 'de', 'db', 'Add Modal', 'Hinzuf\u00fcgenmodal', NULL, NULL),\n(38129, 'de', 'db', 'Type department name', 'Abteilungsname eingeben', NULL, NULL),\n(38130, 'de', 'db', 'Select Role', 'Rolle ausw\u00e4hlen', NULL, NULL),\n(38131, 'de', 'db', 'Type expense category code', 'Ausgabenkategoriecode eingeben', NULL, NULL),\n(38133, 'de', 'db', 'Barcode Height', 'Barcodeh\u00f6he', NULL, NULL),\n(38134, 'de', 'db', 'Barcode Stickers In One Sheet', 'Barcode-Aufkleber auf einem Bogen', NULL, NULL),\n(38135, 'de', 'db', 'Type brand title', 'Markenbezeichnung eingeben', NULL, NULL),\n(38136, 'de', 'db', 'Type income category code', 'Einnahmekategoriecode eingeben', NULL, NULL),\n(38137, 'de', 'db', 'Type income category name', 'Einnahmekategoriename eingeben', NULL, NULL),\n(38138, 'de', 'db', 'Type expense category name', 'Ausgabenkategoriename eingeben', NULL, NULL),\n(38139, 'de', 'db', 'lang_v1 enter_product_name_to_print_labels', 'Produktnamen f\u00fcr Etikettendruck eingeben', NULL, NULL),\n(38140, 'de', 'db', 'Type category name', 'Kategoriename eingeben', NULL, NULL),\n(38142, 'de', 'db', 'eg: 1', 'z. B.: 1', NULL, NULL),\n(38143, 'de', 'db', 'Size, Color etc', 'Gr\u00f6\u00dfe, Farbe usw.', NULL, NULL),\n(38146, 'de', 'db', 'Type Coupon Code', 'Gutscheincode eingeben', NULL, NULL),\n(38147, 'de', 'db', 'Type reference number', 'Referenznummer eingeben', NULL, NULL),\n(38148, 'de', 'db', 'Please type customer name or mobile no and select', 'Kundenname oder Handynummer eingeben und ausw\u00e4hlen', NULL, NULL),\n(38149, 'de', 'db', 'example : +8801*********,+8801*********', 'Beispiel: +8801*********,+8801*********', NULL, NULL),\n(38150, 'de', 'db', 'Payment Options', 'Zahlungsoptionen', NULL, NULL),\n(38151, 'de', 'db', 'Type table name', 'Tabellenname eingeben', NULL, NULL),\n(38152, 'de', 'db', 'Enter your Name', 'Name eingeben', NULL, NULL),\n(38153, 'de', 'db', 'Type WareHouse Name', 'Lagername eingeben', NULL, NULL),\n(38154, 'de', 'db', 'Email Address', 'E-Mail-Adresse', NULL, NULL),\n(38155, 'de', 'db', 'Disabled input here', 'Eingabe deaktiviert hier', NULL, NULL),\n(38156, 'de', 'db', 'input-lg', 'input-lg', NULL, NULL),\n(38157, 'de', 'db', 'input-sm', 'input-sm', NULL, NULL),\n(38158, 'de', 'db', 'input-md', 'input-md', NULL, NULL),\n(38159, 'de', 'db', 'Default input', 'Standardeingabe', NULL, NULL),\n(38160, 'es', 'db', 'Update Modal', 'Modal de actualizaci\u00f3n', NULL, NULL),\n(38163, 'es', 'db', 'Import Product Modal', 'Modal de importaci\u00f3n de producto', NULL, NULL),\n(38164, 'es', 'db', 'Remove', 'Eliminar', NULL, NULL),\n(38165, 'es', 'db', 'Payments Modal', 'Modal de pagos', NULL, NULL),\n(38166, 'es', 'db', 'Choose date', 'Seleccionar fecha', NULL, NULL),\n(38167, 'es', 'db', 'Select warehouse', 'Seleccionar almac\u00e9n', NULL, NULL),\n(38168, 'es', 'db', 'Select supplier', 'Seleccionar proveedor', NULL, NULL),\n(38169, 'es', 'db', 'Please type product code and select', 'Ingrese el c\u00f3digo del producto y seleccione', NULL, NULL),\n(38170, 'es', 'db', 'Add Sale Return', 'A\u00f1adir devoluci\u00f3n de venta', NULL, NULL),\n(38171, 'es', 'db', 'Warehouse Stock', 'Stock de almac\u00e9n', NULL, NULL),\n(38174, 'es', 'db', 'Select Income Category', 'Seleccionar categor\u00eda de ingresos', NULL, NULL),\n(38175, 'es', 'db', 'Income Report', 'Informe de ingresos', NULL, NULL),\n(38176, 'es', 'db', 'Add Modal', 'A\u00f1adir modal', NULL, NULL),\n(38177, 'es', 'db', 'Type department name', 'Ingrese el nombre del departamento', NULL, NULL),\n(38178, 'es', 'db', 'Select Role', 'Seleccione el rol', NULL, NULL),\n(38179, 'es', 'db', 'Type expense category code', 'Ingrese el c\u00f3digo de la categor\u00eda de gastos', NULL, NULL),\n(38181, 'es', 'db', 'Barcode Height', 'Altura del c\u00f3digo de barras', NULL, NULL),\n(38182, 'es', 'db', 'Barcode Stickers In One Sheet', 'Etiquetas de c\u00f3digo de barras en una hoja', NULL, NULL),\n(38183, 'es', 'db', 'Type brand title', 'Ingrese el nombre de la marca', NULL, NULL),\n(38184, 'es', 'db', 'Type income category code', 'Ingrese el c\u00f3digo de la categor\u00eda de ingresos', NULL, NULL),\n(38185, 'es', 'db', 'Type income category name', 'Ingrese el nombre de la categor\u00eda de ingresos', NULL, NULL),\n(38186, 'es', 'db', 'Type expense category name', 'Ingrese el nombre de la categor\u00eda de gastos', NULL, NULL),\n(38187, 'es', 'db', 'lang_v1 enter_product_name_to_print_labels', 'Ingrese el nombre del producto para imprimir etiquetas', NULL, NULL),\n(38188, 'es', 'db', 'Type category name', 'Ingrese el nombre de la categor\u00eda', NULL, NULL),\n(38190, 'es', 'db', 'eg: 1', 'Ej.: 1', NULL, NULL),\n(38191, 'es', 'db', 'Size, Color etc', 'Talla, color, etc.', NULL, NULL),\n(38194, 'es', 'db', 'Type Coupon Code', 'Ingrese el c\u00f3digo del cup\u00f3n', NULL, NULL),\n(38195, 'es', 'db', 'Type reference number', 'Ingrese el n\u00famero de referencia', NULL, NULL),\n(38196, 'es', 'db', 'Please type customer name or mobile no and select', 'Ingrese el nombre del cliente o el n\u00famero de m\u00f3vil y seleccione', NULL, NULL),\n(38197, 'es', 'db', 'example : +8801*********,+8801*********', 'Ejemplo: +8801*********,+8801*********', NULL, NULL),\n(38198, 'es', 'db', 'Payment Options', 'Opciones de pago', NULL, NULL),\n(38199, 'es', 'db', 'Type table name', 'Ingrese el nombre de la tabla', NULL, NULL),\n(38200, 'es', 'db', 'Enter your Name', 'Ingrese su nombre', NULL, NULL),\n(38201, 'es', 'db', 'Type WareHouse Name', 'Ingrese el nombre del almac\u00e9n', NULL, NULL),\n(38202, 'es', 'db', 'Email Address', 'Correo electr\u00f3nico', NULL, NULL),\n(38203, 'es', 'db', 'Disabled input here', 'Entrada deshabilitada aqu\u00ed', NULL, NULL),\n(38204, 'es', 'db', 'input-lg', 'entrada-lg', NULL, NULL),\n(38205, 'es', 'db', 'input-sm', 'entrada-sm', NULL, NULL),\n(38206, 'es', 'db', 'input-md', 'entrada-md', NULL, NULL),\n(38207, 'es', 'db', 'Default input', 'Entrada predeterminada', NULL, NULL),\n(38208, 'fr', 'db', 'Update Modal', 'Modale de mise \u00e0 jour', NULL, NULL),\n(38211, 'fr', 'db', 'Import Product Modal', 'Modale d\\'importation de produit', NULL, NULL),\n(38212, 'fr', 'db', 'Remove', 'Supprimer', NULL, NULL),\n(38213, 'fr', 'db', 'Payments Modal', 'Modale de paiement', NULL, NULL),\n(38214, 'fr', 'db', 'Choose date', 'Choisir une date', NULL, NULL),\n(38215, 'fr', 'db', 'Select warehouse', 'S\u00e9lectionner un entrep\u00f4t', NULL, NULL),\n(38216, 'fr', 'db', 'Select supplier', 'S\u00e9lectionner un fournisseur', NULL, NULL),\n(38217, 'fr', 'db', 'Please type product code and select', 'Veuillez saisir le code produit et s\u00e9lectionner', NULL, NULL),\n(38218, 'fr', 'db', 'Add Sale Return', 'Ajouter un retour', NULL, NULL),\n(38219, 'fr', 'db', 'Warehouse Stock', 'Stock entrep\u00f4t', NULL, NULL),\n(38222, 'fr', 'db', 'Select Income Category', 'S\u00e9lectionner une cat\u00e9gorie de revenu', NULL, NULL),\n(38223, 'fr', 'db', 'Income Report', 'Rapport de revenu', NULL, NULL),\n(38224, 'fr', 'db', 'Add Modal', 'Ajouter une modale', NULL, NULL),\n(38225, 'fr', 'db', 'Type department name', 'Saisir le nom du service', NULL, NULL),\n(38226, 'fr', 'db', 'Select Role', 'S\u00e9lectionner un r\u00f4le', NULL, NULL),\n(38227, 'fr', 'db', 'Type expense category code', 'Saisir le code de cat\u00e9gorie de d\u00e9pense', NULL, NULL),\n(38229, 'fr', 'db', 'Barcode Height', 'Hauteur du code-barres', NULL, NULL),\n(38230, 'fr', 'db', 'Barcode Stickers In One Sheet', 'Autocollants code-barres sur une seule feuille', NULL, NULL),\n(38231, 'fr', 'db', 'Type brand title', 'Saisir le titre de la marque', NULL, NULL),\n(38232, 'fr', 'db', 'Type income category code', 'Saisir le code de cat\u00e9gorie de revenu', NULL, NULL),\n(38233, 'fr', 'db', 'Type income category name', 'Saisir le nom de la cat\u00e9gorie de revenu', NULL, NULL),\n(38234, 'fr', 'db', 'Type expense category name', 'Saisir le nom de la cat\u00e9gorie de d\u00e9pense', NULL, NULL),\n(38235, 'fr', 'db', 'lang_v1 enter_product_name_to_print_labels', 'Saisir le nom du produit pour imprimer les \u00e9tiquettes', NULL, NULL),\n(38236, 'fr', 'db', 'Type category name', 'Saisir le nom de la cat\u00e9gorie', NULL, NULL),\n(38238, 'fr', 'db', 'eg: 1', 'Exemple\u00a0: 1', NULL, NULL),\n(38239, 'fr', 'db', 'Size, Color etc', 'Taille, couleur, etc.', NULL, NULL),\n(38242, 'fr', 'db', 'Type Coupon Code', 'Saisir un code promo', NULL, NULL),\n(38243, 'fr', 'db', 'Type reference number', 'Saisir le num\u00e9ro de r\u00e9f\u00e9rence', NULL, NULL),\n(38244, 'fr', 'db', 'Please type customer name or mobile no and select', 'Veuillez saisir le nom ou le num\u00e9ro de portable du client et s\u00e9lectionner', NULL, NULL),\n(38245, 'fr', 'db', 'example : +8801*********,+8801*********', 'Exemple\u00a0: +8801*********,+8801*********', NULL, NULL),\n(38246, 'fr', 'db', 'Payment Options', 'Options de paiement', NULL, NULL),\n(38247, 'fr', 'db', 'Type table name', 'Saisir le nom de la table', NULL, NULL),\n(38248, 'fr', 'db', 'Enter your Name', 'Saisir votre nom', NULL, NULL),\n(38249, 'fr', 'db', 'Type WareHouse Name', 'Saisir le nom de l\\'entrep\u00f4t', NULL, NULL),\n(38250, 'fr', 'db', 'Email Address', 'Adresse e-mail', NULL, NULL),\n(38251, 'fr', 'db', 'Disabled input here', 'Saisie d\u00e9sactiv\u00e9e ici', NULL, NULL),\n(38252, 'fr', 'db', 'input-lg', 'entr\u00e9e-lg', NULL, NULL),\n(38253, 'fr', 'db', 'input-sm', 'entr\u00e9e-sm', NULL, NULL),\n(38254, 'fr', 'db', 'input-md', 'entr\u00e9e-md', NULL, NULL),\n(38255, 'fr', 'db', 'Default input', 'Entr\u00e9e par d\u00e9faut', NULL, NULL),\n(38256, 'id', 'db', 'Update Modal', 'Perbarui Modal', NULL, NULL),\n(38259, 'id', 'db', 'Import Product Modal', 'Modal Impor Produk', NULL, NULL),\n(38260, 'id', 'db', 'Remove', 'Hapus', NULL, NULL),\n(38261, 'id', 'db', 'Payments Modal', 'Modal Pembayaran', NULL, NULL),\n(38262, 'id', 'db', 'Choose date', 'Pilih tanggal', NULL, NULL),\n(38263, 'id', 'db', 'Select warehouse', 'Pilih gudang', NULL, NULL),\n(38264, 'id', 'db', 'Select supplier', 'Pilih pemasok', NULL, NULL),\n(38265, 'id', 'db', 'Please type product code and select', 'Ketik kode produk dan pilih', NULL, NULL),\n(38266, 'id', 'db', 'Add Sale Return', 'Tambahkan Retur Penjualan', NULL, NULL),\n(38267, 'id', 'db', 'Warehouse Stock', 'Stok Gudang', NULL, NULL),\n(38270, 'id', 'db', 'Select Income Category', 'Pilih Kategori Pendapatan', NULL, NULL),\n(38271, 'id', 'db', 'Income Report', 'Laporan Pendapatan', NULL, NULL),\n(38272, 'id', 'db', 'Add Modal', 'Tambah Modal', NULL, NULL),\n(38273, 'id', 'db', 'Type department name', 'Ketik nama departemen', NULL, NULL),\n(38274, 'id', 'db', 'Select Role', 'Pilih Peran', NULL, NULL),\n(38275, 'id', 'db', 'Type expense category code', 'Ketik kode kategori pengeluaran', NULL, NULL),\n(38277, 'id', 'db', 'Barcode Height', 'Tinggi Barcode', NULL, NULL),\n(38278, 'id', 'db', 'Barcode Stickers In One Sheet', 'Stiker Barcode Dalam Satu Lembar', NULL, NULL),\n(38279, 'id', 'db', 'Type brand title', 'Ketik judul merek', NULL, NULL),\n(38280, 'id', 'db', 'Type income category code', 'Ketik kode kategori pendapatan', NULL, NULL),\n(38281, 'id', 'db', 'Type income category name', 'Ketik nama kategori pendapatan', NULL, NULL),\n(38282, 'id', 'db', 'Type expense category name', 'Ketik nama kategori pengeluaran', NULL, NULL),\n(38283, 'id', 'db', 'lang_v1 enter_product_name_to_print_labels', 'Masukkan nama produk untuk mencetak label', NULL, NULL),\n(38284, 'id', 'db', 'Type category name', 'Ketik nama kategori', NULL, NULL),\n(38286, 'id', 'db', 'eg: 1', 'misalnya: 1', NULL, NULL),\n(38287, 'id', 'db', 'Size, Color etc', 'Ukuran, Warna, dll.', NULL, NULL),\n(38290, 'id', 'db', 'Type Coupon Code', 'Ketik Kode Kupon', NULL, NULL),\n(38291, 'id', 'db', 'Type reference number', 'Ketik nomor referensi', NULL, NULL),\n(38292, 'id', 'db', 'Please type customer name or mobile no and select', 'Ketik nama pelanggan atau nomor ponsel dan pilih', NULL, NULL),\n(38293, 'id', 'db', 'example : +8801*********,+8801*********', 'contoh: +8801*********,+8801*********', NULL, NULL),\n(38294, 'id', 'db', 'Payment Options', 'Opsi Pembayaran', NULL, NULL),\n(38295, 'id', 'db', 'Type table name', 'Ketik nama tabel', NULL, NULL),\n(38296, 'id', 'db', 'Enter your Name', 'Masukkan Nama Anda', NULL, NULL),\n(38297, 'id', 'db', 'Type WareHouse Name', 'Ketik Nama Gudang', NULL, NULL),\n(38298, 'id', 'db', 'Email Address', 'Alamat Email', NULL, NULL),\n(38299, 'id', 'db', 'Disabled input here', 'Input dinonaktifkan di sini', NULL, NULL),\n(38300, 'id', 'db', 'input-lg', 'input-lg', NULL, NULL),\n(38301, 'id', 'db', 'input-sm', 'input-sm', NULL, NULL),\n(38302, 'id', 'db', 'input-md', 'input-md', NULL, NULL),\n(38303, 'id', 'db', 'Default input', 'Input default', NULL, NULL),\n(38304, 'tr', 'db', 'Update Modal', 'Modal G\u00fcncelleme', NULL, NULL),\n(38307, 'tr', 'db', 'Import Product Modal', '\u00dcr\u00fcn Modal\u0131n\u0131 \u0130\u00e7e Aktar', NULL, NULL),\n(38308, 'tr', 'db', 'Remove', 'Kald\u0131r', NULL, NULL),\n(38309, 'tr', 'db', 'Payments Modal', '\u00d6deme Modal\u0131', NULL, NULL),\n(38310, 'tr', 'db', 'Choose date', 'Tarih se\u00e7', NULL, NULL),\n(38311, 'tr', 'db', 'Select warehouse', 'Depo se\u00e7', NULL, NULL),\n(38312, 'tr', 'db', 'Select supplier', 'Tedarik\u00e7i se\u00e7', NULL, NULL),\n(38313, 'tr', 'db', 'Please type product code and select', 'L\u00fctfen \u00fcr\u00fcn kodunu yaz\u0131n ve se\u00e7in', NULL, NULL),\n(38314, 'tr', 'db', 'Add Sale Return', '\u0130ade Sat\u0131\u015f Ekle', NULL, NULL),\n(38315, 'tr', 'db', 'Warehouse Stock', 'Depo Sto\u011fu', NULL, NULL),\n(38318, 'tr', 'db', 'Select Income Category', 'Gelir Kategorisi Se\u00e7', NULL, NULL),\n(38319, 'tr', 'db', 'Income Report', 'Gelir Raporu', NULL, NULL),\n(38320, 'tr', 'db', 'Add Modal', 'Modal Ekle', NULL, NULL),\n(38321, 'tr', 'db', 'Type department name', 'Departman ad\u0131n\u0131 yaz', NULL, NULL),\n(38322, 'tr', 'db', 'Select Role', 'Rol Se\u00e7', NULL, NULL),\n(38323, 'tr', 'db', 'Type expense category code', 'Gider kategorisi kodunu yaz', NULL, NULL),\n(38325, 'tr', 'db', 'Barcode Height', 'Barkod Y\u00fcksekli\u011fi', NULL, NULL),\n(38326, 'tr', 'db', 'Barcode Stickers In One Sheet', 'Tek Sayfada Barkod Etiketleri', NULL, NULL),\n(38327, 'tr', 'db', 'Type brand title', 'Marka ba\u015fl\u0131\u011f\u0131n\u0131 yaz', NULL, NULL),\n(38328, 'tr', 'db', 'Type income category code', 'Gelir kategorisi kodunu yaz', NULL, NULL),\n(38329, 'tr', 'db', 'Type income category name', 'Gelir kategorisi ad\u0131n\u0131 yaz', NULL, NULL),\n(38330, 'tr', 'db', 'Type expense category name', 'Gider kategorisi ad\u0131n\u0131 yaz', NULL, NULL),\n(38331, 'tr', 'db', 'lang_v1 enter_product_name_to_print_labels', 'Etiketleri yazd\u0131rmak i\u00e7in \u00fcr\u00fcn ad\u0131n\u0131 gir', NULL, NULL),\n(38332, 'tr', 'db', 'Type category name', 'Kategori ad\u0131n\u0131 yaz', NULL, NULL),\n(38334, 'tr', 'db', 'eg: 1', '\u00d6rnek: 1', NULL, NULL),\n(38335, 'tr', 'db', 'Size, Color etc', 'Boyut, Renk vb.', NULL, NULL),\n(38338, 'tr', 'db', 'Type Coupon Code', 'Kupon Kodu yaz', NULL, NULL),\n(38339, 'tr', 'db', 'Type reference number', 'Referans numaras\u0131n\u0131 yaz', NULL, NULL),\n(38340, 'tr', 'db', 'Please type customer name or mobile no and select', 'L\u00fctfen m\u00fc\u015fteri ad\u0131n\u0131 veya cep telefonu numaras\u0131n\u0131 yaz ve se\u00e7', NULL, NULL),\n(38341, 'tr', 'db', 'example : +8801*********,+8801*********', '\u00d6rnek: +8801*********,+8801*********', NULL, NULL),\n(38342, 'tr', 'db', 'Payment Options', '\u00d6deme Se\u00e7enekleri', NULL, NULL),\n(38343, 'tr', 'db', 'Type table name', 'Tablo ad\u0131n\u0131 yaz', NULL, NULL),\n(38344, 'tr', 'db', 'Enter your Name', 'Ad\u0131n\u0131z\u0131 girin', NULL, NULL),\n(38345, 'tr', 'db', 'Type WareHouse Name', 'Depo Ad\u0131n\u0131 yaz', NULL, NULL),\n(38346, 'tr', 'db', 'Email Address', 'E-posta Adres', NULL, NULL),\n(38347, 'tr', 'db', 'Disabled input here', 'Burada devre d\u0131\u015f\u0131 b\u0131rak\u0131lm\u0131\u015f giri\u015f', NULL, NULL),\n(38348, 'tr', 'db', 'input-lg', 'input-lg', NULL, NULL),\n(38349, 'tr', 'db', 'input-sm', 'input-sm', NULL, NULL),\n(38350, 'tr', 'db', 'input-md', 'input-md', NULL, NULL),\n(38351, 'tr', 'db', 'Default input', 'Varsay\u0131lan giri\u015f', NULL, NULL),\n(38352, 'vi', 'db', 'dashboard', 'b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n', NULL, NULL),\n(38353, 'vi', 'db', 'language', 'ng\u00f4n ng\u1eef', NULL, NULL),\n(38354, 'vi', 'db', 'Languages', 'Ng\u00f4n ng\u1eef', NULL, NULL),\n(38355, 'vi', 'db', 'revenue', 'doanh thu', NULL, NULL),\n(38356, 'vi', 'db', 'product', 's\u1ea3n ph\u1ea9m', NULL, NULL),\n(38357, 'vi', 'db', 'category', 'lo\u1ea1i', NULL, NULL),\n(38358, 'vi', 'db', 'product_list', 'danh s\u00e1ch s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38359, 'vi', 'db', 'add_product', 'th\u00eam_s\u1ea3n_ph\u1ea9m', NULL, NULL),\n(38360, 'vi', 'db', 'import_product', 'nh\u1eadp kh\u1ea9u s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38361, 'vi', 'db', 'print_barcode', 'in_m\u00e3_v\u1ea1ch', NULL, NULL),\n(38362, 'vi', 'db', 'welcome', 'Ch\u00e0o m\u1eebng', NULL, NULL),\n(38363, 'vi', 'db', 'profile', 'h\u1ed3 s\u01a1', NULL, NULL),\n(38364, 'vi', 'db', 'add', 'th\u00eam v\u00e0o', NULL, NULL),\n(38365, 'vi', 'db', 'parent', 'cha m\u1eb9', NULL, NULL),\n(38366, 'vi', 'db', 'action', 'ho\u1ea1t \u0111\u1ed9ng', NULL, NULL),\n(38367, 'vi', 'db', 'import', 'nh\u1eadp kh\u1ea9u', NULL, NULL),\n(38368, 'vi', 'db', 'edit', 'bi\u00ean t\u1eadp', NULL, NULL),\n(38369, 'vi', 'db', 'delete', 'x\u00f3a b\u1ecf', NULL, NULL),\n(38370, 'vi', 'db', 'name', 't\u00ean', NULL, NULL),\n(38371, 'vi', 'db', 'submit', 'n\u1ed9p', NULL, NULL),\n(38372, 'vi', 'db', 'update', 'c\u1eadp nh\u1eadt', NULL, NULL),\n(38373, 'vi', 'db', 'The field labels marked with * are required input fields', 'C\u00e1c nh\u00e3n tr\u01b0\u1eddng \u0111\u01b0\u1ee3c \u0111\u00e1nh d\u1ea5u b\u1eb1ng * l\u00e0 c\u00e1c tr\u01b0\u1eddng nh\u1eadp b\u1eaft bu\u1ed9c', NULL, NULL),\n(38374, 'vi', 'db', 'settings', 'c\u00e0i \u0111\u1eb7t', NULL, NULL),\n(38375, 'vi', 'db', 'logout', '\u0111\u0103ng xu\u1ea5t', NULL, NULL),\n(38376, 'vi', 'db', 'return', 'tr\u1edf l\u1ea1i', NULL, NULL),\n(38377, 'vi', 'db', 'profit', 'l\u1ee3i nhu\u1eadn', NULL, NULL),\n(38378, 'vi', 'db', 'sale qty', 's\u1ed1 l\u01b0\u1ee3ng b\u00e1n', NULL, NULL),\n(38379, 'vi', 'db', 'yearly report', 'b\u00e1o c\u00e1o h\u00e0ng n\u0103m', NULL, NULL),\n(38380, 'vi', 'db', 'sale amount', 's\u1ed1 l\u01b0\u1ee3ng b\u00e1n', NULL, NULL),\n(38381, 'vi', 'db', 'recent sales', 'doanh s\u1ed1 b\u00e1n h\u00e0ng g\u1ea7n \u0111\u00e2y', NULL, NULL),\n(38382, 'vi', 'db', 'latest', 'm\u1edbi nh\u1ea5t', NULL, NULL),\n(38383, 'vi', 'db', 'best selling product', 's\u1ea3n ph\u1ea9m b\u00e1n ch\u1ea1y nh\u1ea5t', NULL, NULL),\n(38384, 'vi', 'db', 'top', '\u0111\u1ee9ng \u0111\u1ea7u', NULL, NULL),\n(38385, 'vi', 'db', 'date', 'ng\u00e0y', NULL, NULL),\n(38387, 'vi', 'db', 'reference', 'th\u1ea9m quy\u1ec1n gi\u1ea3i quy\u1ebft', NULL, NULL),\n(38388, 'vi', 'db', 'customer', 'kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38389, 'vi', 'db', 'status', 'tr\u1ea1ng th\u00e1i', NULL, NULL),\n(38390, 'vi', 'db', 'grand total', 't\u1ed5ng c\u1ed9ng', NULL, NULL),\n(38391, 'vi', 'db', 'Product Details', 'Chi ti\u1ebft s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38392, 'vi', 'db', 'qty', 's\u1ed1 l\u01b0\u1ee3ng', NULL, NULL),\n(38394, 'vi', 'db', 'Price', 'Gi\u00e1', NULL, NULL),\n(38395, 'vi', 'db', 'Image', 'H\u00ecnh \u1ea3nh', NULL, NULL),\n(38396, 'vi', 'db', 'Code', 'M\u00e3 s\u1ed1', NULL, NULL),\n(38397, 'vi', 'db', 'Brand', 'Th\u01b0\u01a1ng hi\u1ec7u', NULL, NULL),\n(38398, 'vi', 'db', 'Quantity', 'S\u1ed1 l\u01b0\u1ee3ng', NULL, NULL),\n(38399, 'vi', 'db', 'Unit', '\u0110\u01a1n v\u1ecb', NULL, NULL),\n(38400, 'vi', 'db', 'Type', 'Ki\u1ec3u', NULL, NULL),\n(38401, 'vi', 'db', 'Barcode Symbology', 'Bi\u1ec3u t\u01b0\u1ee3ng m\u00e3 v\u1ea1ch', NULL, NULL),\n(38402, 'vi', 'db', 'Sale', 'Doanh thu', NULL, NULL),\n(38403, 'vi', 'db', 'Purchase', 'Mua', NULL, NULL),\n(38404, 'vi', 'db', 'Cost', 'Tr\u1ecb gi\u00e1', NULL, NULL),\n(38405, 'vi', 'db', 'Alert', 'B\u00e1o \u0111\u1ed9ng', NULL, NULL),\n(38406, 'vi', 'db', 'Promotional Price', 'Gi\u00e1 khuy\u1ebfn m\u1ea1i', NULL, NULL),\n(38407, 'vi', 'db', 'Promotion', 'Khuy\u1ebfn m\u00e3i', NULL, NULL),\n(38408, 'vi', 'db', 'Featured', 'N\u1ed5i b\u1eadt', NULL, NULL),\n(38409, 'vi', 'db', 'Tax', 'Thu\u1ebf', NULL, NULL),\n(38410, 'vi', 'db', 'Invoice Details', 'Chi ti\u1ebft h\u00f3a \u0111\u01a1n', NULL, NULL),\n(38411, 'vi', 'db', 'Generate', 'Ph\u00e1t ra', NULL, NULL),\n(38412, 'vi', 'db', 'Promotion Starts', 'B\u1eaft \u0111\u1ea7u khuy\u1ebfn m\u1ea1i', NULL, NULL),\n(38413, 'vi', 'db', 'Promotion Ends', 'Khuy\u1ebfn m\u00e3i k\u1ebft th\u00fac', NULL, NULL),\n(38414, 'vi', 'db', 'Starting', 'B\u1eaft \u0111\u1ea7u', NULL, NULL),\n(38415, 'vi', 'db', 'Ending', 'K\u1ebft th\u00fac', NULL, NULL),\n(38416, 'vi', 'db', 'Print', 'In', NULL, NULL),\n(38417, 'vi', 'db', 'Barcode', 'M\u00e3 v\u1ea1ch', NULL, NULL),\n(38418, 'vi', 'db', 'Supplier', 'Nh\u00e0 cung c\u1ea5p', NULL, NULL),\n(38419, 'vi', 'db', 'Paid', 'Tr\u1ea3', NULL, NULL),\n(38420, 'vi', 'db', 'Balance', 'S\u1ef1 c\u00e2n b\u1eb1ng', NULL, NULL),\n(38421, 'vi', 'db', 'Payment', 'S\u1ef1 chi tr\u1ea3', NULL, NULL),\n(38422, 'vi', 'db', 'View', 'Xem', NULL, NULL),\n(38423, 'vi', 'db', 'Warehouse', 'Kho', NULL, NULL),\n(38424, 'vi', 'db', 'Attach Document', '\u0110\u00ednh k\u00e8m t\u00e0i li\u1ec7u', NULL, NULL),\n(38425, 'vi', 'db', 'Select Product', 'Ch\u1ecdn s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38426, 'vi', 'db', 'Order', '\u0110\u1eb7t h\u00e0ng', NULL, NULL),\n(38427, 'vi', 'db', 'Order Table', 'B\u1ea3ng \u0111\u1eb7t h\u00e0ng', NULL, NULL),\n(38428, 'vi', 'db', 'Discount', 'Gi\u1ea3m gi\u00e1', NULL, NULL),\n(38429, 'vi', 'db', 'Unit Cost', 'Chi ph\u00ed \u0111\u01a1n v\u1ecb', NULL, NULL),\n(38430, 'vi', 'db', 'Unit Price', '\u0110\u01a1n gi\u00e1', NULL, NULL),\n(38431, 'vi', 'db', 'Net Unit Cost', 'Chi ph\u00ed \u0111\u01a1n v\u1ecb r\u00f2ng', NULL, NULL),\n(38432, 'vi', 'db', 'Net Unit Price', 'Gi\u00e1 \u0111\u01a1n v\u1ecb r\u00f2ng', NULL, NULL),\n(38433, 'vi', 'db', 'Shipping Cost', 'Chi ph\u00ed v\u1eadn chuy\u1ec3n', NULL, NULL),\n(38434, 'vi', 'db', 'Subtotal', 'T\u1ed5ng c\u1ed9ng', NULL, NULL),\n(38435, 'vi', 'db', 'Note', 'Ghi ch\u00fa', NULL, NULL),\n(38436, 'vi', 'db', 'Items', 'M\u1eb7t h\u00e0ng', NULL, NULL),\n(38437, 'vi', 'db', 'Total', 'T\u1ed5ng c\u1ed9ng', NULL, NULL),\n(38438, 'vi', 'db', 'Recieved', '\u0110\u00e3 nh\u1eadn \u0111\u01b0\u1ee3c', NULL, NULL),\n(38439, 'vi', 'db', 'Upload CSV File', 'T\u1ea3i l\u00ean t\u1ec7p CSV', NULL, NULL),\n(38440, 'vi', 'db', 'Download Sample File', 'T\u1ea3i xu\u1ed1ng t\u1ec7p m\u1eabu', NULL, NULL),\n(38441, 'vi', 'db', 'Sample File', 'T\u1ec7p m\u1eabu', NULL, NULL),\n(38442, 'vi', 'db', 'Download', 'T\u1ea3i v\u1ec1', NULL, NULL),\n(38443, 'vi', 'db', 'The correct column order is', 'Th\u1ee9 t\u1ef1 c\u1ed9t \u0111\u00fang l\u00e0', NULL, NULL),\n(38444, 'vi', 'db', 'and you must follow this', 'v\u00e0 b\u1ea1n ph\u1ea3i tu\u00e2n theo \u0111i\u1ec1u n\u00e0y', NULL, NULL),\n(38445, 'vi', 'db', 'All columns are required', 'T\u1ea5t c\u1ea3 c\u00e1c c\u1ed9t \u0111\u1ec1u b\u1eaft bu\u1ed9c', NULL, NULL),\n(38446, 'vi', 'db', 'Biller', 'Ng\u01b0\u1eddi thanh to\u00e1n', NULL, NULL),\n(38447, 'vi', 'db', 'From', 'T\u1eeb', NULL, NULL),\n(38448, 'vi', 'db', 'To', '\u0110\u1ebeN', NULL, NULL),\n(38449, 'vi', 'db', 'Created By', '\u0110\u01b0\u1ee3c t\u1ea1o b\u1edfi', NULL, NULL),\n(38450, 'vi', 'db', 'Amount', 'S\u1ed1 l\u01b0\u1ee3ng', NULL, NULL),\n(38451, 'vi', 'db', 'Staff', 'Nh\u00e2n vi\u00ean', NULL, NULL),\n(38452, 'vi', 'db', 'Quotation', 'Tr\u00edch d\u1eabn', NULL, NULL),\n(38453, 'vi', 'db', 'Create', 'T\u1ea1o n\u00ean', NULL, NULL),\n(38454, 'vi', 'db', 'Adjustment', '\u0110i\u1ec1u ch\u1ec9nh', NULL, NULL),\n(38455, 'vi', 'db', 'Subtraction', 'Ph\u00e9p tr\u1eeb', NULL, NULL),\n(38456, 'vi', 'db', 'Addition', 'Ph\u00e9p c\u1ed9ng', NULL, NULL),\n(38457, 'vi', 'db', 'Transfer', 'Chuy\u1ec3n kho\u1ea3n', NULL, NULL),\n(38458, 'vi', 'db', 'User', 'Ng\u01b0\u1eddi s\u1eed d\u1ee5ng', NULL, NULL),\n(38459, 'vi', 'db', 'Email', 'E-mail', NULL, NULL),\n(38460, 'vi', 'db', 'Company Name', 'T\u00ean c\u00f4ng ty', NULL, NULL),\n(38461, 'vi', 'db', 'Phone Number', 'S\u1ed1 \u0111i\u1ec7n tho\u1ea1i', NULL, NULL),\n(38462, 'vi', 'db', 'Role', 'Vai tr\u00f2', NULL, NULL),\n(38463, 'vi', 'db', 'UserName', 'T\u00ean ng\u01b0\u1eddi d\u00f9ng', NULL, NULL),\n(38464, 'vi', 'db', 'Password', 'M\u1eadt kh\u1ea9u', NULL, NULL),\n(38465, 'vi', 'db', 'LogIn', '\u0110\u0103ng nh\u1eadp', NULL, NULL),\n(38466, 'vi', 'db', 'Change Password', 'Thay \u0111\u1ed5i m\u1eadt kh\u1ea9u', NULL, NULL),\n(38467, 'vi', 'db', 'Active', 'T\u00edch c\u1ef1c', NULL, NULL),\n(38468, 'vi', 'db', 'Customer Group', 'Nh\u00f3m kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38469, 'vi', 'db', 'Address', '\u0110\u1ecba ch\u1ec9', NULL, NULL),\n(38470, 'vi', 'db', 'City', 'Th\u00e0nh ph\u1ed1', NULL, NULL),\n(38471, 'vi', 'db', 'Postal Code', 'M\u00e3 b\u01b0u ch\u00ednh', NULL, NULL),\n(38472, 'vi', 'db', 'Country', 'Qu\u1ed1c gia', NULL, NULL),\n(38473, 'vi', 'db', 'State', 'T\u00ecnh tr\u1ea1ng', NULL, NULL),\n(38474, 'vi', 'db', 'Upload File', 'T\u1ea3i l\u00ean t\u1eadp tin', NULL, NULL),\n(38475, 'vi', 'db', 'List', 'Danh s\u00e1ch', NULL, NULL),\n(38476, 'vi', 'db', 'VAT Number', 'S\u1ed1 VAT', NULL, NULL),\n(38477, 'vi', 'db', 'Choose Your Date', 'Ch\u1ecdn ng\u00e0y c\u1ee7a b\u1ea1n', NULL, NULL),\n(38478, 'vi', 'db', 'Loss', 'S\u1ef1 m\u1ea5t m\u00e1t', NULL, NULL),\n(38479, 'vi', 'db', 'Or', 'Ho\u1eb7c', NULL, NULL),\n(38480, 'vi', 'db', 'Sent', '\u0110\u00e3 g\u1eedi', NULL, NULL),\n(38481, 'vi', 'db', 'Net Profit', 'L\u1ee3i nhu\u1eadn r\u00f2ng', NULL, NULL),\n(38482, 'vi', 'db', 'Best Seller', 'B\u00e1n ch\u1ea1y nh\u1ea5t', NULL, NULL),\n(38483, 'vi', 'db', 'Best Seller From', 'B\u00e1n ch\u1ea1y nh\u1ea5t t\u1eeb', NULL, NULL),\n(38484, 'vi', 'db', 'Product Report', 'B\u00e1o c\u00e1o s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38485, 'vi', 'db', 'Purchased', '\u0110\u00e3 mua', NULL, NULL),\n(38486, 'vi', 'db', 'Sold', '\u0110\u00e3 b\u00e1n', NULL, NULL),\n(38487, 'vi', 'db', 'In Stock', 'C\u00f2n h\u00e0ng', NULL, NULL),\n(38488, 'vi', 'db', 'Reports', 'B\u00e1o c\u00e1o', NULL, NULL),\n(38489, 'vi', 'db', 'Daily Sale', 'B\u00e1n h\u00e0ng h\u1eb1ng ng\u00e0y', NULL, NULL),\n(38490, 'vi', 'db', 'Daily Sale Report', 'B\u00e1o c\u00e1o b\u00e1n h\u00e0ng h\u1eb1ng ng\u00e0y', NULL, NULL),\n(38491, 'vi', 'db', 'Monthly Sale', 'Khuy\u1ebfn m\u1ea1i h\u00e0ng th\u00e1ng', NULL, NULL),\n(38492, 'vi', 'db', 'Monthly Sale Report', 'B\u00e1o c\u00e1o b\u00e1n h\u00e0ng h\u00e0ng th\u00e1ng', NULL, NULL),\n(38493, 'vi', 'db', 'Daily Purchase', 'Mua h\u00e0ng h\u1eb1ng ng\u00e0y', NULL, NULL),\n(38494, 'vi', 'db', 'Daily Purchase Report', 'B\u00e1o c\u00e1o mua h\u00e0ng h\u1eb1ng ng\u00e0y', NULL, NULL),\n(38495, 'vi', 'db', 'Monthly Purchase', 'Mua h\u00e0ng th\u00e1ng', NULL, NULL),\n(38496, 'vi', 'db', 'Monthly Purchase Report', 'B\u00e1o c\u00e1o mua h\u00e0ng h\u00e0ng th\u00e1ng', NULL, NULL),\n(38497, 'vi', 'db', 'Previous', 'Tr\u01b0\u1edbc', NULL, NULL),\n(38498, 'vi', 'db', 'Next', 'K\u1ebf ti\u1ebfp', NULL, NULL),\n(38499, 'vi', 'db', 'Stock Chart', 'Bi\u1ec3u \u0111\u1ed3 c\u1ed5 phi\u1ebfu', NULL, NULL),\n(38500, 'vi', 'db', 'Due', 'Qu\u00e1 h\u1ea1n', NULL, NULL),\n(38501, 'vi', 'db', 'Description', 'S\u1ef1 mi\u00eau t\u1ea3', NULL, NULL),\n(38502, 'vi', 'db', 'Change Permission', 'Thay \u0111\u1ed5i quy\u1ec1n', NULL, NULL),\n(38503, 'vi', 'db', 'Group Permission', 'Quy\u1ec1n c\u1ee7a nh\u00f3m', NULL, NULL),\n(38504, 'vi', 'db', 'Permissions', 'Quy\u1ec1n', NULL, NULL),\n(38505, 'vi', 'db', 'Percentage', 'Ph\u1ea7n tr\u0103m', NULL, NULL),\n(38506, 'vi', 'db', 'Title', 'Ti\u00eau \u0111\u1ec1', NULL, NULL),\n(38507, 'vi', 'db', 'Base Unit', '\u0110\u01a1n v\u1ecb c\u01a1 s\u1edf', NULL, NULL),\n(38508, 'vi', 'db', 'Operator', 'Ng\u01b0\u1eddi \u0111i\u1ec1u h\u00e0nh', NULL, NULL),\n(38509, 'vi', 'db', 'Operation Value', 'Gi\u00e1 tr\u1ecb ho\u1ea1t \u0111\u1ed9ng', NULL, NULL),\n(38510, 'vi', 'db', 'Rate', 'T\u1ef7 l\u1ec7', NULL, NULL),\n(38511, 'vi', 'db', 'General Setting', 'Thi\u1ebft l\u1eadp chung', NULL, NULL),\n(38512, 'vi', 'db', 'Site Title', 'Ti\u00eau \u0111\u1ec1 trang web', NULL, NULL),\n(38513, 'vi', 'db', 'Site Logo', 'Logo trang web', NULL, NULL),\n(38514, 'vi', 'db', 'Current Password', 'M\u1eadt kh\u1ea9u hi\u1ec7n t\u1ea1i', NULL, NULL),\n(38515, 'vi', 'db', 'New Password', 'M\u1eadt kh\u1ea9u m\u1edbi', NULL, NULL),\n(38516, 'vi', 'db', 'Confirm Password', 'X\u00e1c nh\u1eadn m\u1eadt kh\u1ea9u', NULL, NULL),\n(38517, 'vi', 'db', 'POS Setting', 'C\u00e0i \u0111\u1eb7t POS', NULL, NULL),\n(38518, 'vi', 'db', 'Developed By', '\u0110\u01b0\u1ee3c ph\u00e1t tri\u1ec3n b\u1edfi', NULL, NULL),\n(38519, 'vi', 'db', 'All', 'T\u1ea5t c\u1ea3', NULL, NULL),\n(38520, 'vi', 'db', 'By', 'Qua', NULL, NULL),\n(38521, 'vi', 'db', 'Cheque Number', 'S\u1ed1 s\u00e9c', NULL, NULL),\n(38522, 'vi', 'db', 'Invoice', 'H\u00f3a \u0111\u01a1n', NULL, NULL),\n(38523, 'vi', 'db', 'Shipping', 'V\u1eadn chuy\u1ec3n', NULL, NULL),\n(38524, 'vi', 'db', 'Finalize Sale', 'Ho\u00e0n t\u1ea5t b\u00e1n h\u00e0ng', NULL, NULL),\n(38525, 'vi', 'db', 'People', 'M\u1ecdi ng\u01b0\u1eddi', NULL, NULL),\n(38526, 'vi', 'db', 'Option', 'L\u1ef1a ch\u1ecdn', NULL, NULL),\n(38527, 'vi', 'db', 'Bill', 'H\u00f3a \u0111\u01a1n', NULL, NULL),\n(38528, 'vi', 'db', 'Go To', '\u0110i \u0111\u1ebfn', NULL, NULL),\n(38529, 'vi', 'db', 'Mode', 'C\u00e1ch th\u1ee9c', NULL, NULL),\n(38530, 'vi', 'db', 'In Words', 'Trong l\u1eddi n\u00f3i', NULL, NULL),\n(38531, 'vi', 'db', 'Stamp', 'Con tem', NULL, NULL),\n(38532, 'vi', 'db', 'Signature', 'Ch\u1eef k\u00fd', NULL, NULL),\n(38533, 'vi', 'db', 'Developed', '\u0110\u00e3 ph\u00e1t tri\u1ec3n', NULL, NULL),\n(38534, 'vi', 'db', 'Attach File', '\u0110\u00ednh k\u00e8m t\u1eadp tin', NULL, NULL),\n(38535, 'vi', 'db', 'File Link', 'Li\u00ean k\u1ebft t\u1eadp tin', NULL, NULL),\n(38536, 'vi', 'db', 'Delivery', 'V\u1eadn chuy\u1ec3n', NULL, NULL),\n(38537, 'vi', 'db', 'Delivered', '\u0110\u00e3 giao h\u00e0ng', NULL, NULL),\n(38538, 'vi', 'db', 'For Digital product sale_unit will be n\\\\\/a', '\u0110\u1ed1i v\u1edbi s\u1ea3n ph\u1ea9m k\u1ef9 thu\u1eadt s\u1ed1, \u0111\u01a1n v\u1ecb b\u00e1n s\u1ebd l\u00e0 n\\\\\/a', NULL, NULL),\n(38539, 'vi', 'db', 'Forgot Password?', 'Qu\u00ean m\u1eadt kh\u1ea9u?', NULL, NULL),\n(38540, 'vi', 'db', 'Do not have an account?', 'B\u1ea1n ch\u01b0a c\u00f3 t\u00e0i kho\u1ea3n?', NULL, NULL),\n(38541, 'vi', 'db', 'Register', '\u0110\u0103ng k\u00fd', NULL, NULL),\n(38542, 'vi', 'db', 'Expense Category', 'Lo\u1ea1i chi ph\u00ed', NULL, NULL),\n(38543, 'vi', 'db', 'Expense', 'Chi ph\u00ed', NULL, NULL),\n(38544, 'vi', 'db', 'Gift Card', 'Th\u1ebb qu\u00e0 t\u1eb7ng', NULL, NULL),\n(38545, 'vi', 'db', 'Card', 'Th\u1ebb', NULL, NULL),\n(38546, 'vi', 'db', 'Expiry Date', 'Ng\u00e0y h\u1ebft h\u1ea1n', NULL, NULL),\n(38547, 'vi', 'db', 'Recharge', 'N\u1ea1p ti\u1ec1n', NULL, NULL),\n(38548, 'vi', 'db', 'Deposit', 'Ti\u1ec1n g\u1eedi', NULL, NULL),\n(38549, 'vi', 'db', 'Choose Warehouse', 'Ch\u1ecdn kho', NULL, NULL),\n(38550, 'vi', 'db', 'Choose Supplier', 'Ch\u1ecdn nh\u00e0 cung c\u1ea5p', NULL, NULL),\n(38551, 'vi', 'db', 'Choose Customer', 'Ch\u1ecdn Kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38552, 'vi', 'db', 'Touchscreen keybord', 'B\u00e0n ph\u00edm m\u00e0n h\u00ecnh c\u1ea3m \u1ee9ng', NULL, NULL),\n(38553, 'vi', 'db', 'Already have an account', '\u0110\u00e3 c\u00f3 t\u00e0i kho\u1ea3n', NULL, NULL),\n(38554, 'vi', 'db', 'Currency', 'Ti\u1ec1n t\u1ec7', NULL, NULL),\n(38555, 'vi', 'db', 'Mail Setting', 'C\u00e0i \u0111\u1eb7t th\u01b0', NULL, NULL),\n(38556, 'vi', 'db', 'Mail Host', 'M\u00e1y ch\u1ee7 th\u01b0', NULL, NULL),\n(38557, 'vi', 'db', 'Mail Port', 'C\u1ed5ng th\u01b0', NULL, NULL),\n(38558, 'vi', 'db', 'Mail From Name', 'Th\u01b0 t\u1eeb t\u00ean', NULL, NULL),\n(38559, 'vi', 'db', 'Mail Address', '\u0110\u1ecba ch\u1ec9 th\u01b0', NULL, NULL),\n(38560, 'vi', 'db', 'Encryption', 'M\u00e3 h\u00f3a', NULL, NULL),\n(38561, 'vi', 'db', 'Today', 'H\u00f4m nay', NULL, NULL),\n(38562, 'vi', 'db', 'Last 7 Days', '7 ng\u00e0y qua', NULL, NULL),\n(38563, 'vi', 'db', 'This Month', 'Th\u00e1ng n\u00e0y', NULL, NULL),\n(38564, 'vi', 'db', 'This Year', 'N\u0103m nay', NULL, NULL),\n(38565, 'vi', 'db', 'Cash in Hand', 'Ti\u1ec1n m\u1eb7t trong tay', NULL, NULL),\n(38566, 'vi', 'db', 'In Hand', 'Trong tay', NULL, NULL),\n(38567, 'vi', 'db', 'Summary Report', 'B\u00e1o c\u00e1o t\u00f3m t\u1eaft', NULL, NULL),\n(38568, 'vi', 'db', 'Draft', 'B\u1ea3n nh\u00e1p', NULL, NULL),\n(38569, 'vi', 'db', 'Coupon', 'Phi\u1ebfu gi\u1ea3m gi\u00e1', NULL, NULL),\n(38570, 'vi', 'db', 'Available', 'C\u00f3 s\u1eb5n', NULL, NULL),\n(38571, 'vi', 'db', 'Minimum Sale', 'B\u00e1n t\u1ed1i thi\u1ec3u', NULL, NULL),\n(38572, 'vi', 'db', 'Add Sale', 'Th\u00eam B\u00e1n', NULL, NULL),\n(38573, 'vi', 'db', 'Import Sale', 'Nh\u1eadp kh\u1ea9u b\u00e1n', NULL, NULL),\n(38574, 'vi', 'db', 'Sale Status', 'T\u00ecnh tr\u1ea1ng b\u00e1n h\u00e0ng', NULL, NULL),\n(38575, 'vi', 'db', 'Payment Status', 'Tr\u1ea1ng th\u00e1i thanh to\u00e1n', NULL, NULL),\n(38576, 'vi', 'db', 'Generate Invoice', 'T\u1ea1o h\u00f3a \u0111\u01a1n', NULL, NULL),\n(38577, 'vi', 'db', 'Add Payment', 'Th\u00eam thanh to\u00e1n', NULL, NULL),\n(38578, 'vi', 'db', 'View Payment', 'Xem thanh to\u00e1n', NULL, NULL),\n(38579, 'vi', 'db', 'Add Delivery', 'Th\u00eam Giao h\u00e0ng', NULL, NULL),\n(38580, 'vi', 'db', 'PDF', 'PDF', NULL, NULL),\n(38581, 'vi', 'db', 'CSV', 'CSV', NULL, NULL),\n(38582, 'vi', 'db', 'Column visibility', 'Hi\u1ec3n th\u1ecb c\u1ed9t', NULL, NULL),\n(38583, 'vi', 'db', 'Search', 'T\u00ecm ki\u1ebfm', NULL, NULL),\n(38584, 'vi', 'db', 'records per page', 'h\u1ed3 s\u01a1 tr\u00ean m\u1ed7i trang', NULL, NULL),\n(38585, 'vi', 'db', 'Showing', 'Hi\u1ec3n th\u1ecb', NULL, NULL),\n(38586, 'vi', 'db', 'Order Discount', '\u0110\u1eb7t h\u00e0ng gi\u1ea3m gi\u00e1', NULL, NULL),\n(38587, 'vi', 'db', 'Order Tax', '\u0110\u1eb7t h\u00e0ng Thu\u1ebf', NULL, NULL),\n(38588, 'vi', 'db', 'Sale Note', 'Ghi ch\u00fa b\u00e1n h\u00e0ng', NULL, NULL),\n(38589, 'vi', 'db', 'Staff Note', 'Ghi ch\u00fa c\u1ee7a nh\u00e2n vi\u00ean', NULL, NULL),\n(38590, 'vi', 'db', 'Paid Amount', 'S\u1ed1 ti\u1ec1n \u0111\u00e3 thanh to\u00e1n', NULL, NULL),\n(38591, 'vi', 'db', 'Sale Details', 'Chi ti\u1ebft b\u00e1n h\u00e0ng', NULL, NULL),\n(38592, 'vi', 'db', 'Purchase List', 'Danh s\u00e1ch mua h\u00e0ng', NULL, NULL),\n(38593, 'vi', 'db', 'Add Purchase', 'Th\u00eam Mua h\u00e0ng', NULL, NULL),\n(38594, 'vi', 'db', 'Import Purchase By CSV', 'Nh\u1eadp kh\u1ea9u Mua h\u00e0ng B\u1eb1ng CSV', NULL, NULL),\n(38595, 'vi', 'db', 'Sale List', 'Danh s\u00e1ch b\u00e1n h\u00e0ng', NULL, NULL),\n(38596, 'vi', 'db', 'Import Sale By CSV', 'Nh\u1eadp kh\u1ea9u B\u00e1n Theo CSV', NULL, NULL),\n(38597, 'vi', 'db', 'Gift Card List', 'Danh s\u00e1ch th\u1ebb qu\u00e0 t\u1eb7ng', NULL, NULL),\n(38598, 'vi', 'db', 'Coupon List', 'Danh s\u00e1ch phi\u1ebfu gi\u1ea3m gi\u00e1', NULL, NULL),\n(38599, 'vi', 'db', 'Delivery List', 'Danh s\u00e1ch giao h\u00e0ng', NULL, NULL),\n(38600, 'vi', 'db', 'Expense List', 'Danh s\u00e1ch chi ph\u00ed', NULL, NULL),\n(38601, 'vi', 'db', 'Add Expense', 'Th\u00eam chi ph\u00ed', NULL, NULL),\n(38602, 'vi', 'db', 'Quotation List', 'Danh s\u00e1ch b\u00e1o gi\u00e1', NULL, NULL),\n(38603, 'vi', 'db', 'Add Quotation', 'Th\u00eam tr\u00edch d\u1eabn', NULL, NULL),\n(38604, 'vi', 'db', 'Transfer List', 'Danh s\u00e1ch chuy\u1ec3n nh\u01b0\u1ee3ng', NULL, NULL),\n(38605, 'vi', 'db', 'Add Transfer', 'Th\u00eam Chuy\u1ec3n kho\u1ea3n', NULL, NULL),\n(38606, 'vi', 'db', 'Import Transfer By CSV', 'Nh\u1eadp kh\u1ea9u chuy\u1ec3n kho\u1ea3n b\u1eb1ng CSV', NULL, NULL),\n(38607, 'vi', 'db', 'Return List', 'Danh s\u00e1ch tr\u1ea3 v\u1ec1', NULL, NULL),\n(38608, 'vi', 'db', 'Add Return', 'Th\u00eam Tr\u1ea3 l\u1ea1i', NULL, NULL),\n(38609, 'vi', 'db', 'Quantity Adjustment', '\u0110i\u1ec1u ch\u1ec9nh s\u1ed1 l\u01b0\u1ee3ng', NULL, NULL),\n(38610, 'vi', 'db', 'Adjustment List', 'Danh s\u00e1ch \u0111i\u1ec1u ch\u1ec9nh', NULL, NULL),\n(38611, 'vi', 'db', 'Add Adjustment', 'Th\u00eam \u0111i\u1ec1u ch\u1ec9nh', NULL, NULL),\n(38612, 'vi', 'db', 'User List', 'Danh s\u00e1ch ng\u01b0\u1eddi d\u00f9ng', NULL, NULL),\n(38613, 'vi', 'db', 'Add User', 'Th\u00eam ng\u01b0\u1eddi d\u00f9ng', NULL, NULL),\n(38614, 'vi', 'db', 'Customer List', 'Danh s\u00e1ch kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38615, 'vi', 'db', 'Add Customer', 'Th\u00eam kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38616, 'vi', 'db', 'Biller List', 'Danh s\u00e1ch ng\u01b0\u1eddi thanh to\u00e1n', NULL, NULL),\n(38617, 'vi', 'db', 'Add Biller', 'Th\u00eam ng\u01b0\u1eddi thanh to\u00e1n', NULL, NULL),\n(38618, 'vi', 'db', 'Supplier List', 'Danh s\u00e1ch nh\u00e0 cung c\u1ea5p', NULL, NULL),\n(38619, 'vi', 'db', 'Add Supplier', 'Th\u00eam nh\u00e0 cung c\u1ea5p', NULL, NULL),\n(38620, 'vi', 'db', 'Sale Report', 'B\u00e1o c\u00e1o b\u00e1n h\u00e0ng', NULL, NULL),\n(38621, 'vi', 'db', 'Purchase Report', 'B\u00e1o c\u00e1o mua h\u00e0ng', NULL, NULL),\n(38622, 'vi', 'db', 'Payment Report', 'B\u00e1o c\u00e1o thanh to\u00e1n', NULL, NULL),\n(38623, 'vi', 'db', 'Warehouse Stock Chart', 'Bi\u1ec3u \u0111\u1ed3 kho h\u00e0ng', NULL, NULL),\n(38624, 'vi', 'db', 'Product Quantity Alert', 'C\u1ea3nh b\u00e1o s\u1ed1 l\u01b0\u1ee3ng s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38625, 'vi', 'db', 'Customer Report', 'B\u00e1o c\u00e1o kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38626, 'vi', 'db', 'Supplier Report', 'B\u00e1o c\u00e1o nh\u00e0 cung c\u1ea5p', NULL, NULL),\n(38627, 'vi', 'db', 'Due Report', 'B\u00e1o c\u00e1o \u0111\u1ebfn h\u1ea1n', NULL, NULL),\n(38628, 'vi', 'db', 'User Profile', 'H\u1ed3 s\u01a1 ng\u01b0\u1eddi d\u00f9ng', NULL, NULL),\n(38629, 'vi', 'db', 'Cash Flow', 'D\u00f2ng ti\u1ec1n', NULL, NULL),\n(38630, 'vi', 'db', 'Add Category', 'Th\u00eam danh m\u1ee5c', NULL, NULL),\n(38631, 'vi', 'db', 'Import Category', 'Nh\u1eadp kh\u1ea9u danh m\u1ee5c', NULL, NULL),\n(38632, 'vi', 'db', 'Parent Category', 'Th\u1ec3 lo\u1ea1i cha m\u1eb9', NULL, NULL),\n(38633, 'vi', 'db', 'Product Image', 'H\u00ecnh \u1ea3nh s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38634, 'vi', 'db', 'Product Name', 'T\u00ean s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38635, 'vi', 'db', 'Product Code', 'M\u00e3 s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38636, 'vi', 'db', 'Product Type', 'Lo\u1ea1i s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38637, 'vi', 'db', 'Product Unit', '\u0110\u01a1n v\u1ecb s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38638, 'vi', 'db', 'Sale Unit', '\u0110\u01a1n v\u1ecb b\u00e1n', NULL, NULL),\n(38639, 'vi', 'db', 'Purchase Unit', '\u0110\u01a1n v\u1ecb mua h\u00e0ng', NULL, NULL),\n(38640, 'vi', 'db', 'Product Cost', 'Chi ph\u00ed s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38641, 'vi', 'db', 'Product Price', 'Gi\u00e1 s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38642, 'vi', 'db', 'Alert Quantity', 'S\u1ed1 l\u01b0\u1ee3ng c\u1ea3nh b\u00e1o', NULL, NULL),\n(38643, 'vi', 'db', 'Add Promotional Price', 'Th\u00eam gi\u00e1 khuy\u1ebfn m\u1ea1i', NULL, NULL),\n(38644, 'vi', 'db', 'Product Tax', 'Thu\u1ebf s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38645, 'vi', 'db', 'Tax Method', 'Ph\u01b0\u01a1ng ph\u00e1p t\u00ednh thu\u1ebf', NULL, NULL),\n(38646, 'vi', 'db', 'Featured product will be displayed in POS', 'S\u1ea3n ph\u1ea9m n\u1ed5i b\u1eadt s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb t\u1ea1i POS', NULL, NULL),\n(38647, 'vi', 'db', 'Product Invoice Details', 'Chi ti\u1ebft h\u00f3a \u0111\u01a1n s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38648, 'vi', 'db', 'Purchase Status', 'Tr\u1ea1ng th\u00e1i mua h\u00e0ng', NULL, NULL),\n(38649, 'vi', 'db', 'Add Gift Card', 'Th\u00eam Th\u1ebb Qu\u00e0 T\u1eb7ng', NULL, NULL),\n(38650, 'vi', 'db', 'Card No', 'S\u1ed1 th\u1ebb', NULL, NULL),\n(38651, 'vi', 'db', 'Reference No', 'S\u1ed1 tham chi\u1ebfu', NULL, NULL),\n(38652, 'vi', 'db', 'Add Coupon', 'Th\u00eam phi\u1ebfu gi\u1ea3m gi\u00e1', NULL, NULL),\n(38653, 'vi', 'db', 'Coupon Code', 'M\u00e3 gi\u1ea3m gi\u00e1', NULL, NULL),\n(38654, 'vi', 'db', 'Minimum Amount', 'S\u1ed1 ti\u1ec1n t\u1ed1i thi\u1ec3u', NULL, NULL),\n(38655, 'vi', 'db', 'Update Coupon', 'C\u1eadp nh\u1eadt phi\u1ebfu gi\u1ea3m gi\u00e1', NULL, NULL),\n(38656, 'vi', 'db', 'Update Purchase', 'C\u1eadp nh\u1eadt mua h\u00e0ng', NULL, NULL),\n(38657, 'vi', 'db', 'Update Sale', 'C\u1eadp nh\u1eadt b\u00e1n h\u00e0ng', NULL, NULL),\n(38658, 'vi', 'db', 'Update Product', 'C\u1eadp nh\u1eadt s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38659, 'vi', 'db', 'Update Category', 'C\u1eadp nh\u1eadt danh m\u1ee5c', NULL, NULL),\n(38660, 'vi', 'db', 'Update Gift Card', 'C\u1eadp nh\u1eadt th\u1ebb qu\u00e0 t\u1eb7ng', NULL, NULL),\n(38661, 'vi', 'db', 'Delivery Reference', 'T\u00e0i li\u1ec7u tham kh\u1ea3o giao h\u00e0ng', NULL, NULL),\n(38662, 'vi', 'db', 'Sale Reference', 'Tham kh\u1ea3o b\u00e1n h\u00e0ng', NULL, NULL),\n(38663, 'vi', 'db', 'Add Expense Category', 'Th\u00eam danh m\u1ee5c chi ph\u00ed', NULL, NULL),\n(38664, 'vi', 'db', 'Import Expense Category', 'Lo\u1ea1i chi ph\u00ed nh\u1eadp kh\u1ea9u', NULL, NULL),\n(38665, 'vi', 'db', 'Update Expense', 'C\u1eadp nh\u1eadt chi ph\u00ed', NULL, NULL),\n(38666, 'vi', 'db', 'Quotation Status', 'Tr\u1ea1ng th\u00e1i b\u00e1o gi\u00e1', NULL, NULL),\n(38667, 'vi', 'db', 'Create Sale', 'T\u1ea1o B\u00e1n', NULL, NULL),\n(38668, 'vi', 'db', 'Create Purchase', 'T\u1ea1o Mua h\u00e0ng', NULL, NULL),\n(38669, 'vi', 'db', 'Purchase Details', 'Chi ti\u1ebft mua h\u00e0ng', NULL, NULL),\n(38670, 'vi', 'db', 'Quotation Details', 'Chi ti\u1ebft b\u00e1o gi\u00e1', NULL, NULL),\n(38671, 'vi', 'db', 'Import Transfer', 'Nh\u1eadp kh\u1ea9u chuy\u1ec3n nh\u01b0\u1ee3ng', NULL, NULL),\n(38672, 'vi', 'db', 'Update Transfer', 'C\u1eadp nh\u1eadt chuy\u1ec3n giao', NULL, NULL),\n(38673, 'vi', 'db', 'Transfer Status', 'Tr\u1ea1ng th\u00e1i chuy\u1ec3n nh\u01b0\u1ee3ng', NULL, NULL),\n(38674, 'vi', 'db', 'Transfer Details', 'Chi ti\u1ebft chuy\u1ec3n kho\u1ea3n', NULL, NULL),\n(38675, 'vi', 'db', 'Return Details', 'Chi ti\u1ebft tr\u1ea3 l\u1ea1i', NULL, NULL),\n(38676, 'vi', 'db', 'Return Note', 'Ghi ch\u00fa tr\u1ea3 l\u1ea1i', NULL, NULL),\n(38677, 'vi', 'db', 'Update Return', 'C\u1eadp nh\u1eadt tr\u1ea3 v\u1ec1', NULL, NULL),\n(38678, 'vi', 'db', 'Card Details', 'Chi ti\u1ebft th\u1ebb', NULL, NULL),\n(38679, 'vi', 'db', 'Update Adjustment', 'C\u1eadp nh\u1eadt \u0111i\u1ec1u ch\u1ec9nh', NULL, NULL),\n(38680, 'vi', 'db', 'Update User', 'C\u1eadp nh\u1eadt ng\u01b0\u1eddi d\u00f9ng', NULL, NULL),\n(38681, 'vi', 'db', 'Update Customer', 'C\u1eadp nh\u1eadt kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38682, 'vi', 'db', 'Import Customer', 'Nh\u1eadp kh\u1ea9u kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38683, 'vi', 'db', 'Add Deposit', 'Th\u00eam ti\u1ec1n g\u1eedi', NULL, NULL),\n(38684, 'vi', 'db', 'View Deposit', 'Xem ti\u1ec1n g\u1eedi', NULL, NULL),\n(38685, 'vi', 'db', 'Import Biller', 'Nh\u1eadp kh\u1ea9u Biller', NULL, NULL),\n(38686, 'vi', 'db', 'Update Biller', 'C\u1eadp nh\u1eadt ng\u01b0\u1eddi thanh to\u00e1n', NULL, NULL),\n(38687, 'vi', 'db', 'To display Image it must be stored in', '\u0110\u1ec3 hi\u1ec3n th\u1ecb h\u00ecnh \u1ea3nh, n\u00f3 ph\u1ea3i \u0111\u01b0\u1ee3c l\u01b0u tr\u1eef trong', NULL, NULL),\n(38688, 'vi', 'db', 'directory', 'th\u01b0 m\u1ee5c', NULL, NULL),\n(38689, 'vi', 'db', 'Import Supplier', 'Nh\u00e0 cung c\u1ea5p nh\u1eadp kh\u1ea9u', NULL, NULL),\n(38690, 'vi', 'db', 'Update Supplier', 'C\u1eadp nh\u1eadt nh\u00e0 cung c\u1ea5p', NULL, NULL),\n(38691, 'vi', 'db', 'Purchased Amount', 'S\u1ed1 l\u01b0\u1ee3ng \u0111\u00e3 mua', NULL, NULL),\n(38692, 'vi', 'db', 'Purchased Qty', 'S\u1ed1 l\u01b0\u1ee3ng \u0111\u00e3 mua', NULL, NULL),\n(38693, 'vi', 'db', 'Sold Amount', 'S\u1ed1 l\u01b0\u1ee3ng \u0111\u00e3 b\u00e1n', NULL, NULL),\n(38694, 'vi', 'db', 'Sold Qty', 'S\u1ed1 l\u01b0\u1ee3ng \u0111\u00e3 b\u00e1n', NULL, NULL),\n(38695, 'vi', 'db', 'Payment Reference', 'Tham chi\u1ebfu thanh to\u00e1n', NULL, NULL),\n(38696, 'vi', 'db', 'Purchase Reference', 'Tham kh\u1ea3o mua h\u00e0ng', NULL, NULL),\n(38697, 'vi', 'db', 'Paid By', '\u0110\u01b0\u1ee3c tr\u1ea3 b\u1edfi', NULL, NULL),\n(38698, 'vi', 'db', 'Total Item', 'T\u1ed5ng s\u1ed1 m\u1eb7t h\u00e0ng', NULL, NULL),\n(38699, 'vi', 'db', 'Total Quantity', 'T\u1ed5ng s\u1ed1 l\u01b0\u1ee3ng', NULL, NULL),\n(38700, 'vi', 'db', 'Paid Method', 'Ph\u01b0\u01a1ng ph\u00e1p tr\u1ea3 ti\u1ec1n', NULL, NULL),\n(38701, 'vi', 'db', 'Customer Details', 'Chi ti\u1ebft kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38702, 'vi', 'db', 'Bill No', 'H\u00f3a \u0111\u01a1n s\u1ed1', NULL, NULL),\n(38703, 'vi', 'db', 'Add Role', 'Th\u00eam vai tr\u00f2', NULL, NULL),\n(38704, 'vi', 'db', 'Update Role', 'C\u1eadp nh\u1eadt vai tr\u00f2', NULL, NULL),\n(38705, 'vi', 'db', 'Import Warehouse', 'Kho nh\u1eadp kh\u1ea9u', NULL, NULL),\n(38706, 'vi', 'db', 'Update Warehouse', 'C\u1eadp nh\u1eadt kho', NULL, NULL),\n(38707, 'vi', 'db', 'Import Customer Group', 'Nh\u1eadp nh\u00f3m kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38708, 'vi', 'db', 'Update Customer Group', 'C\u1eadp nh\u1eadt nh\u00f3m kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38709, 'vi', 'db', 'Import Brand', 'Nh\u1eadp kh\u1ea9u th\u01b0\u01a1ng hi\u1ec7u', NULL, NULL),\n(38710, 'vi', 'db', 'Update Brand', 'C\u1eadp nh\u1eadt th\u01b0\u01a1ng hi\u1ec7u', NULL, NULL),\n(38711, 'vi', 'db', 'Import Unit', '\u0110\u01a1n v\u1ecb nh\u1eadp kh\u1ea9u', NULL, NULL),\n(38712, 'vi', 'db', 'Update Unit', 'C\u1eadp nh\u1eadt \u0111\u01a1n v\u1ecb', NULL, NULL),\n(38713, 'vi', 'db', 'Import Tax', 'Thu\u1ebf nh\u1eadp kh\u1ea9u', NULL, NULL),\n(38714, 'vi', 'db', 'Update Tax', 'C\u1eadp nh\u1eadt thu\u1ebf', NULL, NULL),\n(38715, 'vi', 'db', 'Update User Profile', 'C\u1eadp nh\u1eadt h\u1ed3 s\u01a1 ng\u01b0\u1eddi d\u00f9ng', NULL, NULL),\n(38716, 'vi', 'db', 'Default Customer', 'Kh\u00e1ch h\u00e0ng m\u1eb7c \u0111\u1ecbnh', NULL, NULL),\n(38717, 'vi', 'db', 'Default Biller', 'Ng\u01b0\u1eddi thanh to\u00e1n m\u1eb7c \u0111\u1ecbnh', NULL, NULL),\n(38718, 'vi', 'db', 'Default Warehouse', 'Kho m\u1eb7c \u0111\u1ecbnh', NULL, NULL),\n(38719, 'vi', 'db', 'Displayed Number of Product Row', 'S\u1ed1 l\u01b0\u1ee3ng h\u00e0ng s\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb', NULL, NULL),\n(38720, 'vi', 'db', 'Add Brand', 'Th\u00eam th\u01b0\u01a1ng hi\u1ec7u', NULL, NULL),\n(38721, 'vi', 'db', 'All Deposit', 'T\u1ea5t c\u1ea3 ti\u1ec1n g\u1eedi', NULL, NULL),\n(38722, 'vi', 'db', 'Update Deposit', 'C\u1eadp nh\u1eadt ti\u1ec1n g\u1eedi', NULL, NULL),\n(38723, 'vi', 'db', 'Add Customer Group', 'Th\u00eam nh\u00f3m kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38724, 'vi', 'db', 'Delivered By', '\u0110\u01b0\u1ee3c giao b\u1edfi', NULL, NULL),\n(38725, 'vi', 'db', 'Recieved By', 'Nh\u1eadn \u0111\u01b0\u1ee3c b\u1edfi', NULL, NULL),\n(38726, 'vi', 'db', 'Update Delivery', 'C\u1eadp nh\u1eadt giao h\u00e0ng', NULL, NULL),\n(38727, 'vi', 'db', 'Update Expense Category', 'C\u1eadp nh\u1eadt danh m\u1ee5c chi ph\u00ed', NULL, NULL),\n(38728, 'vi', 'db', 'Tax Rate', 'T\u1ef7 l\u1ec7 thu\u1ebf', NULL, NULL),\n(38729, 'vi', 'db', 'Unit Discount', 'Gi\u1ea3m gi\u00e1 \u0111\u01a1n v\u1ecb', NULL, NULL),\n(38730, 'vi', 'db', 'Import Purchase', 'Nh\u1eadp kh\u1ea9u mua h\u00e0ng', NULL, NULL),\n(38731, 'vi', 'db', 'Payment Note', 'Ghi ch\u00fa thanh to\u00e1n', NULL, NULL),\n(38732, 'vi', 'db', 'All Payment', 'T\u1ea5t c\u1ea3 thanh to\u00e1n', NULL, NULL),\n(38733, 'vi', 'db', 'Update Payment', 'C\u1eadp nh\u1eadt thanh to\u00e1n', NULL, NULL),\n(38734, 'vi', 'db', 'Update Quotation', 'C\u1eadp nh\u1eadt b\u00e1o gi\u00e1', NULL, NULL),\n(38735, 'vi', 'db', 'Coupon Discount', 'Phi\u1ebfu gi\u1ea3m gi\u00e1', NULL, NULL),\n(38736, 'vi', 'db', 'Payment Mode', 'Ph\u01b0\u01a1ng th\u1ee9c thanh to\u00e1n', NULL, NULL),\n(38737, 'vi', 'db', 'Bill To', 'H\u00f3a \u0111\u01a1n cho', NULL, NULL),\n(38738, 'vi', 'db', 'Stamp & Signature', 'Con d\u1ea5u v\u00e0 ch\u1eef k\u00fd', NULL, NULL),\n(38739, 'vi', 'db', 'Invoice Generated By', 'H\u00f3a \u0111\u01a1n \u0111\u01b0\u1ee3c t\u1ea1o b\u1edfi', NULL, NULL),\n(38740, 'vi', 'db', 'Add Tax', 'Th\u00eam Thu\u1ebf', NULL, NULL),\n(38741, 'vi', 'db', 'Tax Name', 'T\u00ean thu\u1ebf', NULL, NULL),\n(38742, 'vi', 'db', 'From Warehouse', 'T\u1eeb Kho', NULL, NULL),\n(38743, 'vi', 'db', 'To Warehouse', '\u0110\u1ebfn kho', NULL, NULL),\n(38744, 'vi', 'db', 'Add Unit', 'Th\u00eam \u0111\u01a1n v\u1ecb', NULL, NULL),\n(38745, 'vi', 'db', 'Add Warehouse', 'Th\u00eam kho', NULL, NULL),\n(38746, 'vi', 'db', 'All Warehouse', 'T\u1ea5t c\u1ea3 kho', NULL, NULL),\n(38747, 'vi', 'db', 'Net Loss', 'L\u1ed7 r\u00f2ng', NULL, NULL),\n(38748, 'vi', 'db', 'Net Sale', 'B\u00e1n r\u00f2ng', NULL, NULL),\n(38749, 'vi', 'db', 'Net Purchase', 'Mua r\u00f2ng', NULL, NULL),\n(38750, 'vi', 'db', 'Net Return', 'L\u1ee3i nhu\u1eadn r\u00f2ng', NULL, NULL),\n(38751, 'vi', 'db', 'Payment Recieved', '\u0110\u00e3 nh\u1eadn thanh to\u00e1n', NULL, NULL),\n(38752, 'vi', 'db', 'Payment Sent', 'Thanh to\u00e1n \u0111\u00e3 g\u1eedi', NULL, NULL),\n(38753, 'vi', 'db', 'Product Discount', 'Gi\u1ea3m gi\u00e1 s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38754, 'vi', 'db', 'Completed', 'Ho\u00e0n th\u00e0nh', NULL, NULL),\n(38755, 'vi', 'db', 'Pending', 'Ch\u01b0a gi\u1ea3i quy\u1ebft', NULL, NULL),\n(38756, 'vi', 'db', 'Partial', 'M\u1ed9t ph\u1ea7n', NULL, NULL),\n(38757, 'vi', 'db', 'Packing', '\u0110\u00f3ng g\u00f3i', NULL, NULL),\n(38758, 'vi', 'db', 'Delivering', 'Giao h\u00e0ng', NULL, NULL),\n(38759, 'vi', 'db', 'Ordered', '\u0110\u00e3 \u0111\u1eb7t h\u00e0ng', NULL, NULL),\n(38760, 'vi', 'db', 'No Tax', 'Kh\u00f4ng c\u00f3 thu\u1ebf', NULL, NULL),\n(38761, 'vi', 'db', 'Stock Value by Price', 'Gi\u00e1 tr\u1ecb c\u1ed5 phi\u1ebfu theo gi\u00e1', NULL, NULL),\n(38762, 'vi', 'db', 'Stock Value by Cost', 'Gi\u00e1 tr\u1ecb c\u1ed5 phi\u1ebfu theo chi ph\u00ed', NULL, NULL),\n(38763, 'vi', 'db', 'Estimate Profit', '\u01af\u1edbc t\u00ednh l\u1ee3i nhu\u1eadn', NULL, NULL),\n(38764, 'vi', 'db', 'Time Zone', 'M\u00fai gi\u1edd', NULL, NULL),\n(38765, 'vi', 'db', 'Currency Position', 'V\u1ecb tr\u00ed ti\u1ec1n t\u1ec7', NULL, NULL),\n(38766, 'vi', 'db', 'Prefix', 'Ti\u1ec1n t\u1ed1', NULL, NULL),\n(38767, 'vi', 'db', 'Suffix', 'H\u1eadu t\u1ed1', NULL, NULL),\n(38768, 'vi', 'db', 'Exclusive', 'Lo\u1ea1i tr\u1eeb', NULL, NULL),\n(38769, 'vi', 'db', 'Inclusive', 'Bao g\u1ed3m', NULL, NULL),\n(38770, 'vi', 'db', 'Combo Products', 'S\u1ea3n ph\u1ea9m k\u1ebft h\u1ee3p', NULL, NULL),\n(38771, 'vi', 'db', 'Image name must be same as product name', 'T\u00ean h\u00ecnh \u1ea3nh ph\u1ea3i gi\u1ed1ng v\u1edbi t\u00ean s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38772, 'vi', 'db', 'Paying Amount', 'S\u1ed1 ti\u1ec1n thanh to\u00e1n', NULL, NULL),\n(38773, 'vi', 'db', 'Payable Amount', 'S\u1ed1 ti\u1ec1n ph\u1ea3i tr\u1ea3', NULL, NULL),\n(38774, 'vi', 'db', 'Change', 'Thay \u0111\u1ed5i', NULL, NULL),\n(38775, 'vi', 'db', 'Back', 'M\u1eb7t sau', NULL, NULL),\n(38776, 'vi', 'db', 'Role Permission', 'Quy\u1ec1n vai tr\u00f2', NULL, NULL),\n(38777, 'vi', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', '\u0110\u1ed9c quy\u1ec1n => Gi\u00e1 s\u1ea3n ph\u1ea9m = Gi\u00e1 s\u1ea3n ph\u1ea9m th\u1ef1c t\u1ebf + Thu\u1ebf. Bao g\u1ed3m => Gi\u00e1 s\u1ea3n ph\u1ea9m th\u1ef1c t\u1ebf = Gi\u00e1 s\u1ea3n ph\u1ea9m - Thu\u1ebf', NULL, NULL),\n(38778, 'vi', 'db', 'Accounting', 'K\u1ebf to\u00e1n', NULL, NULL),\n(38779, 'vi', 'db', 'Account', 'T\u00e0i kho\u1ea3n', NULL, NULL),\n(38780, 'vi', 'db', 'Account List', 'Danh s\u00e1ch t\u00e0i kho\u1ea3n', NULL, NULL),\n(38781, 'vi', 'db', 'Add Account', 'Th\u00eam t\u00e0i kho\u1ea3n', NULL, NULL),\n(38782, 'vi', 'db', 'Account No', 'S\u1ed1 t\u00e0i kho\u1ea3n', NULL, NULL),\n(38783, 'vi', 'db', 'Initial Balance', 'S\u1ed1 d\u01b0 ban \u0111\u1ea7u', NULL, NULL),\n(38784, 'vi', 'db', 'Update Account', 'C\u1eadp nh\u1eadt t\u00e0i kho\u1ea3n', NULL, NULL),\n(38785, 'vi', 'db', 'Default', 'M\u1eb7c \u0111\u1ecbnh', NULL, NULL),\n(38786, 'vi', 'db', 'Balance Sheet', 'B\u1ea3ng c\u00e2n \u0111\u1ed1i k\u1ebf to\u00e1n', NULL, NULL),\n(38787, 'vi', 'db', 'Debit', 'N\u1ee3', NULL, NULL),\n(38788, 'vi', 'db', 'Credit', 'T\u00edn d\u1ee5ng', NULL, NULL),\n(38789, 'vi', 'db', 'Account Statement', 'Sao k\u00ea t\u00e0i kho\u1ea3n', NULL, NULL),\n(38790, 'vi', 'db', 'Department', 'Ph\u00f2ng', NULL, NULL),\n(38791, 'vi', 'db', 'Add Department', 'Th\u00eam ph\u00f2ng ban', NULL, NULL),\n(38792, 'vi', 'db', 'Update Department', 'C\u1eadp nh\u1eadt ph\u00f2ng ban', NULL, NULL),\n(38793, 'vi', 'db', 'Employee', 'Ng\u01b0\u1eddi lao \u0111\u1ed9ng', NULL, NULL),\n(38794, 'vi', 'db', 'Add Employee', 'Th\u00eam nh\u00e2n vi\u00ean', NULL, NULL),\n(38795, 'vi', 'db', 'Update Employee', 'C\u1eadp nh\u1eadt nh\u00e2n vi\u00ean', NULL, NULL),\n(38796, 'vi', 'db', 'Payroll', 'Ti\u1ec1n l\u01b0\u01a1ng', NULL, NULL),\n(38797, 'vi', 'db', 'Add Payroll', 'Th\u00eam b\u1ea3ng l\u01b0\u01a1ng', NULL, NULL),\n(38798, 'vi', 'db', 'Update Payroll', 'C\u1eadp nh\u1eadt b\u1ea3ng l\u01b0\u01a1ng', NULL, NULL),\n(38799, 'vi', 'db', 'Method', 'Ph\u01b0\u01a1ng ph\u00e1p', NULL, NULL),\n(38800, 'vi', 'db', 'Sale Return', 'Tr\u1ea3 l\u1ea1i h\u00e0ng b\u00e1n', NULL, NULL),\n(38801, 'vi', 'db', 'Purchase Return', 'Tr\u1ea3 l\u1ea1i h\u00e0ng mua', NULL, NULL),\n(38802, 'vi', 'db', 'Net Sale Return', 'L\u1ee3i nhu\u1eadn b\u00e1n r\u00f2ng', NULL, NULL),\n(38803, 'vi', 'db', 'Net Purchase Return', 'L\u1ee3i nhu\u1eadn mua r\u00f2ng', NULL, NULL),\n(38804, 'vi', 'db', 'Attendance', 'S\u1ef1 tham d\u1ef1', NULL, NULL),\n(38805, 'vi', 'db', 'Add Attendance', 'Th\u00eam \u0110i\u1ec3m danh', NULL, NULL),\n(38806, 'vi', 'db', 'HRM Setting', 'C\u00e0i \u0111\u1eb7t HRM', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(38807, 'vi', 'db', 'CheckIn', '\u0110\u0103ng k\u00fd v\u00e0o', NULL, NULL),\n(38808, 'vi', 'db', 'CheckOut', 'Ki\u1ec3m tra', NULL, NULL),\n(38809, 'vi', 'db', 'Default CheckIn', 'M\u1eb7c \u0111\u1ecbnh CheckIn', NULL, NULL),\n(38810, 'vi', 'db', 'Default CheckOut', 'Thanh to\u00e1n m\u1eb7c \u0111\u1ecbnh', NULL, NULL),\n(38811, 'vi', 'db', 'Present', 'Hi\u1ec7n t\u1ea1i', NULL, NULL),\n(38812, 'vi', 'db', 'Late', 'Mu\u1ed9n', NULL, NULL),\n(38813, 'vi', 'db', 'User Report', 'B\u00e1o c\u00e1o ng\u01b0\u1eddi d\u00f9ng', NULL, NULL),\n(38814, 'vi', 'db', 'Choose User', 'Ch\u1ecdn ng\u01b0\u1eddi d\u00f9ng', NULL, NULL),\n(38815, 'vi', 'db', 'Recieved Amount', 'S\u1ed1 ti\u1ec1n nh\u1eadn \u0111\u01b0\u1ee3c', NULL, NULL),\n(38816, 'vi', 'db', 'Theme', 'Ch\u1ee7 \u0111\u1ec1', NULL, NULL),\n(38817, 'vi', 'db', 'Staff Access', 'Quy\u1ec1n truy c\u1eadp c\u1ee7a nh\u00e2n vi\u00ean', NULL, NULL),\n(38818, 'vi', 'db', 'All Records', 'T\u1ea5t c\u1ea3 h\u1ed3 s\u01a1', NULL, NULL),\n(38819, 'vi', 'db', 'Own Records', 'H\u1ed3 s\u01a1 ri\u00eang', NULL, NULL),\n(38820, 'vi', 'db', 'Date Format', '\u0110\u1ecbnh d\u1ea1ng ng\u00e0y th\u00e1ng', NULL, NULL),\n(38821, 'vi', 'db', 'Empty Database', 'C\u01a1 s\u1edf d\u1eef li\u1ec7u tr\u1ed1ng', NULL, NULL),\n(38822, 'vi', 'db', 'Stock Count', 'S\u1ed1 l\u01b0\u1ee3ng c\u1ed5 phi\u1ebfu', NULL, NULL),\n(38823, 'vi', 'db', 'Count Stock', '\u0110\u1ebfm c\u1ed5 phi\u1ebfu', NULL, NULL),\n(38824, 'vi', 'db', 'Full', '\u0110\u1ea7y', NULL, NULL),\n(38825, 'vi', 'db', 'Finalize', 'Ho\u00e0n thi\u1ec7n', NULL, NULL),\n(38826, 'vi', 'db', 'Initial File', 'T\u1eadp tin ban \u0111\u1ea7u', NULL, NULL),\n(38827, 'vi', 'db', 'Final File', 'T\u1eadp tin cu\u1ed1i c\u00f9ng', NULL, NULL),\n(38828, 'vi', 'db', 'Final Report', 'B\u00e1o c\u00e1o cu\u1ed1i c\u00f9ng', NULL, NULL),\n(38829, 'vi', 'db', 'Finalize Stock Count', 'Ho\u00e0n t\u1ea5t s\u1ed1 l\u01b0\u1ee3ng h\u00e0ng t\u1ed3n kho', NULL, NULL),\n(38830, 'vi', 'db', 'You just need to update the Counted column in the initial file', 'B\u1ea1n ch\u1ec9 c\u1ea7n c\u1eadp nh\u1eadt c\u1ed9t \u0110\u00e3 \u0111\u1ebfm trong t\u1ec7p ban \u0111\u1ea7u', NULL, NULL),\n(38831, 'vi', 'db', 'Files', 'T\u1eadp tin', NULL, NULL),\n(38832, 'vi', 'db', 'Expected', 'Hy v\u1ecdng', NULL, NULL),\n(38833, 'vi', 'db', 'Counted', '\u0110\u00e3 \u0111\u1ebfm', NULL, NULL),\n(38834, 'vi', 'db', 'Difference', 'S\u1ef1 kh\u00e1c bi\u1ec7t', NULL, NULL),\n(38835, 'vi', 'db', 'Miscellaneous', 'L\u1eb7t V\u1eb7t', NULL, NULL),\n(38836, 'vi', 'db', 'SMS Setting', 'C\u00e0i \u0111\u1eb7t SMS', NULL, NULL),\n(38837, 'vi', 'db', 'Send SMS', 'G\u1eedi tin nh\u1eafn SMS', NULL, NULL),\n(38838, 'vi', 'db', 'Gateway', 'C\u1ed5ng v\u00e0o', NULL, NULL),\n(38839, 'vi', 'db', 'Select SMS gateway', 'Ch\u1ecdn c\u1ed5ng SMS...', NULL, NULL),\n(38840, 'vi', 'db', 'Create SMS', 'T\u1ea1o tin nh\u1eafn SMS', NULL, NULL),\n(38841, 'vi', 'db', 'Mobile', 'Di \u0111\u1ed9ng', NULL, NULL),\n(38842, 'vi', 'db', 'Message', 'Tin nh\u1eafn', NULL, NULL),\n(38843, 'vi', 'db', 'Add mobile numbers by selecting the customers', 'Th\u00eam s\u1ed1 \u0111i\u1ec7n tho\u1ea1i di \u0111\u1ed9ng b\u1eb1ng c\u00e1ch ch\u1ecdn kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38844, 'vi', 'db', 'Help', 'Gi\u00fap \u0111\u1ee1', NULL, NULL),\n(38845, 'vi', 'db', 'Type Product Name or Code', 'Nh\u1eadp T\u00ean s\u1ea3n ph\u1ea9m ho\u1eb7c M\u00e3...', NULL, NULL),\n(38846, 'vi', 'db', 'Type date or sale reference', 'Nh\u1eadp ng\u00e0y ho\u1eb7c tham chi\u1ebfu b\u00e1n h\u00e0ng...', NULL, NULL),\n(38847, 'vi', 'db', 'Type date or purchase reference', 'Nh\u1eadp ng\u00e0y th\u00e1ng ho\u1eb7c m\u00e3 tham chi\u1ebfu mua h\u00e0ng...', NULL, NULL),\n(38848, 'vi', 'db', 'Tax Number', 'S\u1ed1 thu\u1ebf', NULL, NULL),\n(38849, 'vi', 'db', 'Holiday', 'Ng\u00e0y l\u1ec5', NULL, NULL),\n(38850, 'vi', 'db', 'Add Holiday', 'Th\u00eam ng\u00e0y l\u1ec5', NULL, NULL),\n(38851, 'vi', 'db', 'Update Holiday', 'C\u1eadp nh\u1eadt ng\u00e0y l\u1ec5', NULL, NULL),\n(38852, 'vi', 'db', 'Approve', 'Ch\u1ea5p thu\u1eadn', NULL, NULL),\n(38853, 'vi', 'db', 'My Holiday', 'K\u1ef3 ngh\u1ec9 c\u1ee7a t\u00f4i', NULL, NULL),\n(38854, 'vi', 'db', 'Holiday Approve', 'Ph\u00ea duy\u1ec7t ng\u00e0y l\u1ec5', NULL, NULL),\n(38855, 'vi', 'db', 'My Transaction', 'Giao d\u1ecbch c\u1ee7a t\u00f4i', NULL, NULL),\n(38856, 'vi', 'db', 'Sale Generated', 'B\u00e1n h\u00e0ng \u0111\u01b0\u1ee3c t\u1ea1o ra', NULL, NULL),\n(38857, 'vi', 'db', 'Purchase Generated', 'Mua h\u00e0ng \u0111\u01b0\u1ee3c t\u1ea1o ra', NULL, NULL),\n(38858, 'vi', 'db', 'Quotation Generated', 'Tr\u00edch d\u1eabn \u0111\u01b0\u1ee3c t\u1ea1o ra', NULL, NULL),\n(38859, 'vi', 'db', 'Warehouse Report', 'B\u00e1o c\u00e1o kho', NULL, NULL),\n(38860, 'vi', 'db', 'Quick Cash', 'Ti\u1ec1n m\u1eb7t nhanh', NULL, NULL),\n(38861, 'vi', 'db', 'Clear', 'Th\u00f4ng tho\u00e1ng', NULL, NULL),\n(38862, 'vi', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'B\u1ea1n c\u00f3 th\u1ec3 t\u1ea3i l\u00ean nhi\u1ec1u h\u00ecnh \u1ea3nh. Ch\u1ec9 c\u00f3 th\u1ec3 t\u1ea3i l\u00ean t\u1ec7p .jpeg, .jpg, .png, .gif. H\u00ecnh \u1ea3nh \u0111\u1ea7u ti\u00ean s\u1ebd l\u00e0 h\u00ecnh \u1ea3nh c\u01a1 s\u1edf.', NULL, NULL),\n(38863, 'vi', 'db', 'This product has variant', 'S\u1ea3n ph\u1ea9m n\u00e0y c\u00f3 bi\u1ebfn th\u1ec3', NULL, NULL),\n(38864, 'vi', 'db', 'Enter variant value seperated by comma', 'Nh\u1eadp gi\u00e1 tr\u1ecb bi\u1ebfn th\u1ec3 \u0111\u01b0\u1ee3c ph\u00e2n t\u00e1ch b\u1eb1ng d\u1ea5u ph\u1ea9y', NULL, NULL),\n(38865, 'vi', 'db', 'Item Code', 'M\u00e3 s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38866, 'vi', 'db', 'Additional Price', 'Gi\u00e1 b\u1ed5 sung', NULL, NULL),\n(38867, 'vi', 'db', 'Variant', 'Kh\u00e1c nhau', NULL, NULL),\n(38868, 'vi', 'db', 'Warehouse Quantity', 'S\u1ed1 l\u01b0\u1ee3ng kho', NULL, NULL),\n(38869, 'vi', 'db', 'Warehouse quantity of product variants', 'S\u1ed1 l\u01b0\u1ee3ng kho c\u1ee7a c\u00e1c bi\u1ebfn th\u1ec3 s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38870, 'vi', 'db', 'Thank you for shopping with us Please come again', 'C\u1ea3m \u01a1n b\u1ea1n \u0111\u00e3 mua s\u1eafm v\u1edbi ch\u00fang t\u00f4i. Xin vui l\u00f2ng quay l\u1ea1i', NULL, NULL),\n(38871, 'vi', 'db', 'Money Transfer', 'Chuy\u1ec3n ti\u1ec1n', NULL, NULL),\n(38872, 'vi', 'db', 'Add Money Transfer', 'Th\u00eam Chuy\u1ec3n Ti\u1ec1n', NULL, NULL),\n(38873, 'vi', 'db', 'From Account', 'T\u1eeb T\u00e0i kho\u1ea3n', NULL, NULL),\n(38874, 'vi', 'db', 'To Account', '\u0110\u1ec3 t\u00e0i kho\u1ea3n', NULL, NULL),\n(38875, 'vi', 'db', 'Update Money Transfer', 'C\u1eadp nh\u1eadt chuy\u1ec3n ti\u1ec1n', NULL, NULL),\n(38876, 'vi', 'db', 'Stock Quantity', 'S\u1ed1 l\u01b0\u1ee3ng c\u1ed5 phi\u1ebfu', NULL, NULL),\n(38877, 'vi', 'db', 'Stock Worth (Price\\\\\/Cost)', 'Gi\u00e1 tr\u1ecb c\u1ed5 phi\u1ebfu (Gi\u00e1\/Chi ph\u00ed)', NULL, NULL),\n(38878, 'vi', 'db', 'Number of Product', 'S\u1ed1 l\u01b0\u1ee3ng s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38879, 'vi', 'db', 'Add Cash Register', 'Th\u00eam m\u00e1y t\u00ednh ti\u1ec1n', NULL, NULL),\n(38880, 'vi', 'db', 'Cash Register Details', 'Chi ti\u1ebft m\u00e1y t\u00ednh ti\u1ec1n', NULL, NULL),\n(38881, 'vi', 'db', 'Please review the transaction and payments', 'Vui l\u00f2ng xem l\u1ea1i giao d\u1ecbch v\u00e0 thanh to\u00e1n.', NULL, NULL),\n(38882, 'vi', 'db', 'Total Sale Amount', 'T\u1ed5ng s\u1ed1 ti\u1ec1n b\u00e1n', NULL, NULL),\n(38883, 'vi', 'db', 'Total Sale Return', 'T\u1ed5ng doanh s\u1ed1 b\u00e1n h\u00e0ng tr\u1ea3 l\u1ea1i', NULL, NULL),\n(38884, 'vi', 'db', 'Total Payment', 'T\u1ed5ng thanh to\u00e1n', NULL, NULL),\n(38885, 'vi', 'db', 'Cash Payment', 'Thanh to\u00e1n b\u1eb1ng ti\u1ec1n m\u1eb7t', NULL, NULL),\n(38886, 'vi', 'db', 'Credit Card Payment', 'Thanh to\u00e1n b\u1eb1ng th\u1ebb t\u00edn d\u1ee5ng', NULL, NULL),\n(38887, 'vi', 'db', 'Gift Card Payment', 'Thanh to\u00e1n b\u1eb1ng th\u1ebb qu\u00e0 t\u1eb7ng', NULL, NULL),\n(38888, 'vi', 'db', 'Cheque Payment', 'Thanh to\u00e1n b\u1eb1ng s\u00e9c', NULL, NULL),\n(38889, 'vi', 'db', 'Paypal Payment', 'Thanh to\u00e1n Paypal', NULL, NULL),\n(38890, 'vi', 'db', 'Total Expense', 'T\u1ed5ng chi ph\u00ed', NULL, NULL),\n(38891, 'vi', 'db', 'Total Cash', 'T\u1ed5ng ti\u1ec1n m\u1eb7t', NULL, NULL),\n(38892, 'vi', 'db', 'Cash Register List', 'Danh s\u00e1ch m\u00e1y t\u00ednh ti\u1ec1n', NULL, NULL),\n(38893, 'vi', 'db', 'Closed', '\u0110\u00e3 \u0111\u00f3ng', NULL, NULL),\n(38894, 'vi', 'db', 'Close Register', '\u0110\u00f3ng \u0110\u0103ng k\u00fd', NULL, NULL),\n(38895, 'vi', 'db', 'Opened at', '\u0110\u00e3 m\u1edf t\u1ea1i', NULL, NULL),\n(38896, 'vi', 'db', 'Closed at', '\u0110\u00f3ng c\u1eeda t\u1ea1i', NULL, NULL),\n(38897, 'vi', 'db', 'Delivery Details', 'Chi ti\u1ebft giao h\u00e0ng', NULL, NULL),\n(38898, 'vi', 'db', 'Print Last Reciept', 'In bi\u00ean lai cu\u1ed1i c\u00f9ng', NULL, NULL),\n(38899, 'vi', 'db', 'Today Sale', 'Khuy\u1ebfn m\u1ea1i h\u00f4m nay', NULL, NULL),\n(38900, 'vi', 'db', 'Today Profit', 'L\u1ee3i nhu\u1eadn h\u00f4m nay', NULL, NULL),\n(38901, 'vi', 'db', 'Product Revenue', 'Doanh thu s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38902, 'vi', 'db', 'Full Screen', 'To\u00e0n m\u00e0n h\u00ecnh', NULL, NULL),\n(38903, 'vi', 'db', 'Send Notification', 'G\u1eedi th\u00f4ng b\u00e1o', NULL, NULL),\n(38904, 'vi', 'db', 'Add Currency', 'Th\u00eam ti\u1ec1n t\u1ec7', NULL, NULL),\n(38905, 'vi', 'db', 'Update Currency', 'C\u1eadp nh\u1eadt ti\u1ec1n t\u1ec7', NULL, NULL),\n(38906, 'vi', 'db', 'Currency Name', 'T\u00ean ti\u1ec1n t\u1ec7', NULL, NULL),\n(38907, 'vi', 'db', 'Currency Code', 'M\u00e3 ti\u1ec1n t\u1ec7', NULL, NULL),\n(38908, 'vi', 'db', 'Exchange Rate', 'T\u1ef7 gi\u00e1 h\u1ed1i \u0111o\u00e1i', NULL, NULL),\n(38909, 'vi', 'db', 'System Title', 'Ti\u00eau \u0111\u1ec1 h\u1ec7 th\u1ed1ng', NULL, NULL),\n(38910, 'vi', 'db', 'System Logo', 'Logo h\u1ec7 th\u1ed1ng', NULL, NULL),\n(38911, 'vi', 'db', 'This product has different price for different warehouse', 'S\u1ea3n ph\u1ea9m n\u00e0y c\u00f3 gi\u00e1 kh\u00e1c nhau cho c\u00e1c kho kh\u00e1c nhau', NULL, NULL),\n(38912, 'vi', 'db', 'Backup Database', 'Sao l\u01b0u c\u01a1 s\u1edf d\u1eef li\u1ec7u', NULL, NULL),\n(38913, 'vi', 'db', 'Deposit Payment', 'Thanh to\u00e1n ti\u1ec1n \u0111\u1eb7t c\u1ecdc', NULL, NULL),\n(38914, 'vi', 'db', 'Invoice Format', '\u0110\u1ecbnh d\u1ea1ng h\u00f3a \u0111\u01a1n', NULL, NULL),\n(38915, 'vi', 'db', 'Transaction Reference', 'Tham chi\u1ebfu giao d\u1ecbch', NULL, NULL),\n(38916, 'vi', 'db', 'Batch No', 'S\u1ed1 l\u00f4', NULL, NULL),\n(38917, 'vi', 'db', 'This product has batch and expired date', 'S\u1ea3n ph\u1ea9m n\u00e0y c\u00f3 l\u00f4 v\u00e0 ng\u00e0y h\u1ebft h\u1ea1n', NULL, NULL),\n(38918, 'vi', 'db', 'Reward Point Setting', 'Thi\u1ebft l\u1eadp \u0111i\u1ec3m th\u01b0\u1edfng', NULL, NULL),\n(38919, 'vi', 'db', 'Sold amount per point', 'S\u1ed1 l\u01b0\u1ee3ng b\u00e1n ra cho m\u1ed7i \u0111i\u1ec3m', NULL, NULL),\n(38920, 'vi', 'db', 'Minumum sold amount to get point', 'S\u1ed1 l\u01b0\u1ee3ng b\u00e1n t\u1ed1i thi\u1ec3u \u0111\u1ec3 nh\u1eadn \u0111i\u1ec3m', NULL, NULL),\n(38921, 'vi', 'db', 'Point Expiry Duration', 'Th\u1eddi h\u1ea1n h\u1ebft h\u1ea1n c\u1ee7a \u0111i\u1ec3m', NULL, NULL),\n(38922, 'vi', 'db', 'Duration Type', 'Lo\u1ea1i th\u1eddi l\u01b0\u1ee3ng', NULL, NULL),\n(38923, 'vi', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', '\u0110i\u1ec1u n\u00e0y c\u00f3 ngh\u0129a l\u00e0 kh\u00e1ch h\u00e0ng s\u1ebd nh\u1eadn \u0111\u01b0\u1ee3c bao nhi\u00eau \u0111i\u1ec3m theo s\u1ed1 l\u01b0\u1ee3ng b\u00e1n ra. V\u00ed d\u1ee5, n\u1ebfu b\u1ea1n \u0111\u1eb7t 100 th\u00ec c\u1ee9 m\u1ed7i 100 \u0111\u00f4 la chi ti\u00eau, kh\u00e1ch h\u00e0ng s\u1ebd nh\u1eadn \u0111\u01b0\u1ee3c m\u1ed9t \u0111i\u1ec3m th\u01b0\u1edfng.', NULL, NULL),\n(38924, 'vi', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', 'V\u00ed d\u1ee5, n\u1ebfu b\u1ea1n nh\u1eadp 100 th\u00ec kh\u00e1ch h\u00e0ng s\u1ebd ch\u1ec9 nh\u1eadn \u0111\u01b0\u1ee3c \u0111i\u1ec3m sau khi chi ti\u00eau 100 \u0111\u00f4 la tr\u1edf l\u00ean.', NULL, NULL),\n(38925, 'vi', 'db', 'Active reward point', '\u0110i\u1ec3m th\u01b0\u1edfng \u0111ang ho\u1ea1t \u0111\u1ed9ng', NULL, NULL),\n(38926, 'vi', 'db', 'Reward Points', '\u0110i\u1ec3m th\u01b0\u1edfng', NULL, NULL),\n(38927, 'vi', 'db', 'One Point is Equivalent to =>', 'M\u1ed9t \u0110i\u1ec3m T\u01b0\u01a1ng \u0110\u01b0\u01a1ng V\u1edbi =>', NULL, NULL),\n(38928, 'vi', 'db', 'This product has IMEI or Serial numbers', 'S\u1ea3n ph\u1ea9m n\u00e0y c\u00f3 IMEI ho\u1eb7c s\u1ed1 Serial', NULL, NULL),\n(38929, 'vi', 'db', 'IMEI or Serial Numbers', 'IMEI ho\u1eb7c S\u1ed1 s\u00ea-ri', NULL, NULL),\n(38930, 'vi', 'db', 'RTL Layout', 'B\u1ed1 c\u1ee5c RTL', NULL, NULL),\n(38931, 'vi', 'db', 'Cheque', 'Ki\u1ec3m tra', NULL, NULL),\n(38932, 'vi', 'db', 'Cash', 'Ti\u1ec1n m\u1eb7t', NULL, NULL),\n(38933, 'vi', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(38934, 'vi', 'db', 'Points', '\u0110i\u1ec3m', NULL, NULL),\n(38935, 'vi', 'db', 'Cancel', 'H\u1ee7y b\u1ecf', NULL, NULL),\n(38936, 'vi', 'db', 'Recent Transaction', 'Giao d\u1ecbch g\u1ea7n \u0111\u00e2y', NULL, NULL),\n(38937, 'vi', 'db', 'Discount Plan', 'K\u1ebf ho\u1ea1ch gi\u1ea3m gi\u00e1', NULL, NULL),\n(38938, 'vi', 'db', 'Create Discount Plan', 'T\u1ea1o K\u1ebf ho\u1ea1ch Gi\u1ea3m gi\u00e1', NULL, NULL),\n(38939, 'vi', 'db', 'Inactive', 'Kh\u00f4ng ho\u1ea1t \u0111\u1ed9ng', NULL, NULL),\n(38940, 'vi', 'db', 'Create Discount', 'T\u1ea1o Gi\u1ea3m gi\u00e1', NULL, NULL),\n(38941, 'vi', 'db', 'Valid From', 'C\u00f3 hi\u1ec7u l\u1ef1c t\u1eeb', NULL, NULL),\n(38942, 'vi', 'db', 'Valid Till', 'C\u00f3 hi\u1ec7u l\u1ef1c \u0111\u1ebfn', NULL, NULL),\n(38943, 'vi', 'db', 'Discount Type', 'Lo\u1ea1i gi\u1ea3m gi\u00e1', NULL, NULL),\n(38944, 'vi', 'db', 'Value', 'Gi\u00e1 tr\u1ecb', NULL, NULL),\n(38945, 'vi', 'db', 'Minimum Qty', 'S\u1ed1 l\u01b0\u1ee3ng t\u1ed1i thi\u1ec3u', NULL, NULL),\n(38946, 'vi', 'db', 'Maximum Qty', 'S\u1ed1 l\u01b0\u1ee3ng t\u1ed1i \u0111a', NULL, NULL),\n(38947, 'vi', 'db', 'Type product code seperated by comma', 'Nh\u1eadp m\u00e3 s\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c ph\u00e2n t\u00e1ch b\u1eb1ng d\u1ea5u ph\u1ea9y', NULL, NULL),\n(38948, 'vi', 'db', 'Applicable For', '\u00c1p d\u1ee5ng cho', NULL, NULL),\n(38949, 'vi', 'db', 'All Products', 'T\u1ea5t c\u1ea3 s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38950, 'vi', 'db', 'Specific Products', 'S\u1ea3n ph\u1ea9m c\u1ee5 th\u1ec3', NULL, NULL),\n(38951, 'vi', 'db', 'Valid on the following days', 'C\u00f3 hi\u1ec7u l\u1ef1c v\u00e0o nh\u1eefng ng\u00e0y sau', NULL, NULL),\n(38952, 'vi', 'db', 'Validity', 'T\u00ednh h\u1ee3p l\u1ec7', NULL, NULL),\n(38953, 'vi', 'db', 'Days', 'Ng\u00e0y', NULL, NULL),\n(38954, 'vi', 'db', 'Products', 'C\u00e1c s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38955, 'vi', 'db', 'Update Discount Plan', 'C\u1eadp nh\u1eadt ch\u01b0\u01a1ng tr\u00ecnh gi\u1ea3m gi\u00e1', NULL, NULL),\n(38956, 'vi', 'db', 'Update Discount', 'C\u1eadp nh\u1eadt gi\u1ea3m gi\u00e1', NULL, NULL),\n(38957, 'vi', 'db', 'Order Discount Type', 'Lo\u1ea1i gi\u1ea3m gi\u00e1 \u0111\u01a1n h\u00e0ng', NULL, NULL),\n(38958, 'vi', 'db', 'Order Discount Value', 'Gi\u00e1 tr\u1ecb gi\u1ea3m gi\u00e1 \u0111\u01a1n h\u00e0ng', NULL, NULL),\n(38959, 'vi', 'db', 'Flat', 'Ph\u1eb3ng', NULL, NULL),\n(38960, 'vi', 'db', 'Revenue and Profit Summary', 'T\u00f3m t\u1eaft doanh thu v\u00e0 l\u1ee3i nhu\u1eadn', NULL, NULL),\n(38961, 'vi', 'db', 'Monthly Summary', 'T\u00f3m t\u1eaft h\u00e0ng th\u00e1ng', NULL, NULL),\n(38962, 'vi', 'db', 'Switch Theme', 'Chuy\u1ec3n \u0111\u1ed5i ch\u1ee7 \u0111\u1ec1', NULL, NULL),\n(38963, 'vi', 'db', 'Documentation', 'T\u00e0i li\u1ec7u', NULL, NULL),\n(38964, 'vi', 'db', 'Product Expiry Report', 'B\u00e1o c\u00e1o h\u1ebft h\u1ea1n s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38965, 'vi', 'db', 'Sale Return List', 'Danh s\u00e1ch tr\u1ea3 l\u1ea1i h\u00e0ng b\u00e1n', NULL, NULL),\n(38966, 'vi', 'db', 'Purchase Return List', 'Danh s\u00e1ch tr\u1ea3 l\u1ea1i h\u00e0ng mua', NULL, NULL),\n(38967, 'vi', 'db', 'Purchase Return Details', 'Chi ti\u1ebft tr\u1ea3 l\u1ea1i h\u00e0ng mua', NULL, NULL),\n(38968, 'vi', 'db', 'Purchase Payment', 'Thanh to\u00e1n mua h\u00e0ng', NULL, NULL),\n(38969, 'vi', 'db', 'Sale Payment', 'Thanh to\u00e1n b\u00e1n h\u00e0ng', NULL, NULL),\n(38970, 'vi', 'db', 'Sale Report Chart', 'Bi\u1ec3u \u0111\u1ed3 b\u00e1o c\u00e1o b\u00e1n h\u00e0ng', NULL, NULL),\n(38971, 'vi', 'db', 'Time Period', 'Kho\u1ea3ng th\u1eddi gian', NULL, NULL),\n(38972, 'vi', 'db', 'Notification List', 'Danh s\u00e1ch th\u00f4ng b\u00e1o', NULL, NULL),\n(38973, 'vi', 'db', 'Document', 'T\u00e0i li\u1ec7u', NULL, NULL),\n(38974, 'vi', 'db', 'All Notification', 'T\u1ea5t c\u1ea3 th\u00f4ng b\u00e1o', NULL, NULL),\n(38975, 'vi', 'db', 'Read', '\u0110\u1ecdc', NULL, NULL),\n(38976, 'vi', 'db', 'Unread', 'Ch\u01b0a \u0111\u1ecdc', NULL, NULL),\n(38977, 'vi', 'db', 'Daily Sale Objective', 'M\u1ee5c ti\u00eau b\u00e1n h\u00e0ng h\u1eb1ng ng\u00e0y', NULL, NULL),\n(38978, 'vi', 'db', 'Product Info', 'Th\u00f4ng tin s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38979, 'vi', 'db', 'Number of Products', 'S\u1ed1 l\u01b0\u1ee3ng s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38980, 'vi', 'db', 'Daily Sale Objective Report', 'B\u00e1o c\u00e1o m\u1ee5c ti\u00eau b\u00e1n h\u00e0ng h\u1eb1ng ng\u00e0y', NULL, NULL),\n(38981, 'vi', 'db', 'Embedded Barcode', 'M\u00e3 v\u1ea1ch nh\u00fang', NULL, NULL),\n(38982, 'vi', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'S\u1ed1 l\u01b0\u1ee3ng t\u1ed1i thi\u1ec3u ph\u1ea3i b\u00e1n trong m\u1ed9t ng\u00e0y. N\u1ebfu kh\u00f4ng, b\u1ea1n s\u1ebd \u0111\u01b0\u1ee3c th\u00f4ng b\u00e1o tr\u00ean b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n. Nh\u01b0ng b\u1ea1n ph\u1ea3i thi\u1ebft l\u1eadp cron job \u0111\u00fang c\u00e1ch cho vi\u1ec7c \u0111\u00f3. Th\u1ef1c hi\u1ec7n theo t\u00e0i li\u1ec7u li\u00ean quan \u0111\u1ebfn v\u1ea5n \u0111\u1ec1 \u0111\u00f3.', NULL, NULL),\n(38983, 'vi', 'db', 'Deposited Balance', 'S\u1ed1 d\u01b0 k\u00fd qu\u1ef9', NULL, NULL),\n(38984, 'vi', 'db', 'Total Due', 'T\u1ed5ng s\u1ed1 ti\u1ec1n ph\u1ea3i tr\u1ea3', NULL, NULL),\n(38985, 'vi', 'db', 'Clear Due', 'R\u00f5 r\u00e0ng \u0111\u1ebfn h\u1ea1n', NULL, NULL),\n(38986, 'vi', 'db', 'Both Customer and Supplier', 'C\u1ea3 Kh\u00e1ch h\u00e0ng v\u00e0 Nh\u00e0 cung c\u1ea5p', NULL, NULL),\n(38987, 'vi', 'db', 'Check this if this product will be used in weight scale machine', 'Ki\u1ec3m tra xem s\u1ea3n ph\u1ea9m n\u00e0y c\u00f3 \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng trong m\u00e1y c\u00e2n kh\u00f4ng.', NULL, NULL),\n(38988, 'vi', 'db', 'Add More Variant', 'Th\u00eam nhi\u1ec1u bi\u1ebfn th\u1ec3', NULL, NULL),\n(38989, 'vi', 'db', 'Additional Cost', 'Chi ph\u00ed b\u1ed5 sung', NULL, NULL),\n(38990, 'vi', 'db', 'Product Variant Information', 'Th\u00f4ng tin bi\u1ebfn th\u1ec3 s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38991, 'vi', 'db', 'Product History', 'L\u1ecbch s\u1eed s\u1ea3n ph\u1ea9m', NULL, NULL),\n(38992, 'vi', 'db', 'Delivery Status', 'T\u00ecnh tr\u1ea1ng giao h\u00e0ng', NULL, NULL),\n(38993, 'vi', 'db', 'Supplier Details', 'Chi ti\u1ebft nh\u00e0 cung c\u1ea5p', NULL, NULL),\n(38994, 'vi', 'db', 'Customer Due Report', 'B\u00e1o c\u00e1o n\u1ee3 kh\u00e1ch h\u00e0ng', NULL, NULL),\n(38995, 'vi', 'db', 'Supplier Due Report', 'B\u00e1o c\u00e1o n\u1ee3 nh\u00e0 cung c\u1ea5p', NULL, NULL),\n(38996, 'vi', 'db', 'Returned Amount', 'S\u1ed1 ti\u1ec1n tr\u1ea3 l\u1ea1i', NULL, NULL),\n(38997, 'vi', 'db', 'Related Transaction', 'Giao d\u1ecbch li\u00ean quan', NULL, NULL),\n(38998, 'vi', 'db', 'Tenant Name', 'T\u00ean ng\u01b0\u1eddi thu\u00ea nh\u00e0', NULL, NULL),\n(38999, 'vi', 'db', 'Domain Prefix', 'Ti\u1ec1n t\u1ed1 t\u00ean mi\u1ec1n', NULL, NULL),\n(39000, 'vi', 'db', 'Created At', '\u0110\u01b0\u1ee3c t\u1ea1o ra t\u1ea1i', NULL, NULL),\n(39001, 'vi', 'db', 'Client List', 'Danh s\u00e1ch kh\u00e1ch h\u00e0ng', NULL, NULL),\n(39002, 'vi', 'db', 'Add Client', 'Th\u00eam kh\u00e1ch h\u00e0ng', NULL, NULL),\n(39003, 'vi', 'db', 'Invoice Size', 'K\u00edch th\u01b0\u1edbc h\u00f3a \u0111\u01a1n', NULL, NULL),\n(39004, 'vi', 'db', 'A4', 'A4', NULL, NULL),\n(39005, 'vi', 'db', 'Thermal POS receipt', 'H\u00f3a \u0111\u01a1n POS nhi\u1ec7t', NULL, NULL),\n(39006, 'vi', 'db', 'Total Before Tax', 'T\u1ed5ng c\u1ed9ng tr\u01b0\u1edbc thu\u1ebf', NULL, NULL),\n(39007, 'vi', 'db', 'Digits after deciaml point', 'C\u00e1c ch\u1eef s\u1ed1 sau d\u1ea5u ch\u1ea5m deciam', NULL, NULL),\n(39008, 'vi', 'db', 'Subscription Ends at', '\u0110\u0103ng k\u00fd k\u1ebft th\u00fac v\u00e0o l\u00fac', NULL, NULL),\n(39009, 'vi', 'db', 'Customer Group Report', 'B\u00e1o c\u00e1o nh\u00f3m kh\u00e1ch h\u00e0ng', NULL, NULL),\n(39010, 'vi', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', 'N\u1ebfu b\u1ea1n mu\u1ed1n b\u00e1n s\u1ea3n ph\u1ea9m c\u1ee7a m\u00ecnh v\u1edbi gi\u00e1 m\u1eb7c \u0111\u1ecbnh th\u00ec gi\u00e1 tr\u1ecb ph\u1ea7n tr\u0103m ph\u1ea3i b\u1eb1ng 0.', NULL, NULL),\n(39011, 'vi', 'db', 'If this is your default currency, the exchange rate must be 1', 'N\u1ebfu \u0111\u00e2y l\u00e0 lo\u1ea1i ti\u1ec1n t\u1ec7 m\u1eb7c \u0111\u1ecbnh c\u1ee7a b\u1ea1n, t\u1ef7 gi\u00e1 h\u1ed1i \u0111o\u00e1i ph\u1ea3i l\u00e0 1.', NULL, NULL),\n(39012, 'vi', 'db', 'Add Purchase Return', 'Th\u00eam Tr\u1ea3 l\u1ea1i h\u00e0ng \u0111\u00e3 mua', NULL, NULL),\n(39013, 'vi', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Ch\u1ec9 c\u00f3 lo\u1ea1i ti\u1ec1n t\u1ec7 m\u1eb7c \u0111\u1ecbnh m\u1edbi c\u00f3 th\u1ec3 c\u00f3 t\u1ef7 gi\u00e1 h\u1ed1i \u0111o\u00e1i l\u00e0 1. Vui l\u00f2ng thay \u0111\u1ed5i t\u1ef7 gi\u00e1 h\u1ed1i \u0111o\u00e1i c\u1ee7a lo\u1ea1i ti\u1ec1n t\u1ec7 m\u1eb7c \u0111\u1ecbnh c\u1ee7a b\u1ea1n', NULL, NULL),\n(39014, 'vi', 'db', 'Click to Add', 'Nh\u1ea5p \u0111\u1ec3 Th\u00eam', NULL, NULL),\n(39015, 'vi', 'db', 'Free Trial Limit', 'Gi\u1edbi h\u1ea1n d\u00f9ng th\u1eed mi\u1ec5n ph\u00ed', NULL, NULL),\n(39017, 'vi', 'db', 'Renew Subscription', 'Gia h\u1ea1n \u0111\u0103ng k\u00fd', NULL, NULL),\n(39018, 'vi', 'db', 'Update Client DB', 'C\u1eadp nh\u1eadt CSDL kh\u00e1ch h\u00e0ng', NULL, NULL),\n(39019, 'vi', 'db', 'Client', 'Kh\u00e1ch h\u00e0ng', NULL, NULL),\n(39020, 'vi', 'db', 'Domain', 'L\u00e3nh \u0111\u1ecba', NULL, NULL),\n(39021, 'vi', 'db', 'Package', 'B\u01b0u ki\u1ec7n', NULL, NULL),\n(39022, 'vi', 'db', 'Package List', 'Danh s\u00e1ch g\u00f3i', NULL, NULL),\n(39023, 'vi', 'db', 'Add Package', 'Th\u00eam g\u00f3i', NULL, NULL),\n(39024, 'vi', 'db', 'Update Package', 'G\u00f3i c\u1eadp nh\u1eadt', NULL, NULL),\n(39025, 'vi', 'db', 'Free Trial', 'D\u00f9ng th\u1eed mi\u1ec5n ph\u00ed', NULL, NULL),\n(39026, 'vi', 'db', 'Monthly Fee', 'Ph\u00ed h\u00e0ng th\u00e1ng', NULL, NULL),\n(39027, 'vi', 'db', 'Yearly Fee', 'Ph\u00ed h\u00e0ng n\u0103m', NULL, NULL),\n(39028, 'vi', 'db', 'Number of Warehouses', 'S\u1ed1 l\u01b0\u1ee3ng kho', NULL, NULL),\n(39029, 'vi', 'db', 'Number of Invoices', 'S\u1ed1 l\u01b0\u1ee3ng h\u00f3a \u0111\u01a1n', NULL, NULL),\n(39030, 'vi', 'db', 'Number of User Account', 'S\u1ed1 l\u01b0\u1ee3ng t\u00e0i kho\u1ea3n ng\u01b0\u1eddi d\u00f9ng', NULL, NULL),\n(39031, 'vi', 'db', 'Number of Employees', 'S\u1ed1 l\u01b0\u1ee3ng nh\u00e2n vi\u00ean', NULL, NULL),\n(39032, 'vi', 'db', 'Infinity', 'V\u00f4 c\u1ef1c', NULL, NULL),\n(39033, 'vi', 'db', 'Features', '\u0110\u1eb7c tr\u01b0ng', NULL, NULL),\n(39034, 'vi', 'db', 'Unlimited', 'Kh\u00f4ng gi\u1edbi h\u1ea1n', NULL, NULL),\n(39035, 'vi', 'db', 'Package Name', 'T\u00ean g\u00f3i', NULL, NULL),\n(39036, 'vi', 'db', 'Change Package', 'Thay \u0111\u1ed5i g\u00f3i', NULL, NULL),\n(39037, 'vi', 'db', 'Active Payment Gateway', 'C\u1ed5ng thanh to\u00e1n \u0111ang ho\u1ea1t \u0111\u1ed9ng', NULL, NULL),\n(39038, 'vi', 'db', 'No Payment Gateway', 'Kh\u00f4ng c\u00f3 c\u1ed5ng thanh to\u00e1n', NULL, NULL),\n(39039, 'vi', 'db', 'Payment Setting', 'Thi\u1ebft l\u1eadp thanh to\u00e1n', NULL, NULL),\n(39040, 'vi', 'db', 'Subscription Type', 'Lo\u1ea1i \u0111\u0103ng k\u00fd', NULL, NULL),\n(39041, 'vi', 'db', 'Update SuperAdmin DB', 'C\u1eadp nh\u1eadt DB SuperAdmin', NULL, NULL),\n(39042, 'vi', 'db', 'Payments', 'Thanh to\u00e1n', NULL, NULL),\n(39043, 'vi', 'db', 'CMS', 'CMS', NULL, NULL),\n(39044, 'vi', 'db', 'Support Tickets', 'V\u00e9 h\u1ed7 tr\u1ee3', NULL, NULL),\n(39045, 'vi', 'db', 'Testimonials', 'L\u1eddi ch\u1ee9ng th\u1ef1c', NULL, NULL),\n(39046, 'vi', 'db', 'Blog', 'Blog', NULL, NULL),\n(39047, 'vi', 'db', 'Page', 'Trang', NULL, NULL),\n(39048, 'vi', 'db', 'All Blog Posts', 'T\u1ea5t c\u1ea3 c\u00e1c b\u00e0i \u0111\u0103ng tr\u00ean blog', NULL, NULL),\n(39049, 'vi', 'db', 'All Pages', 'T\u1ea5t c\u1ea3 c\u00e1c trang', NULL, NULL),\n(39050, 'vi', 'db', 'Subscription value', 'Gi\u00e1 tr\u1ecb \u0111\u0103ng k\u00fd', NULL, NULL),\n(39051, 'vi', 'db', 'Total Clients', 'T\u1ed5ng s\u1ed1 kh\u00e1ch h\u00e0ng', NULL, NULL),\n(39052, 'vi', 'db', 'Packages', 'G\u00f3i h\u00e0ng', NULL, NULL),\n(39053, 'vi', 'db', 'Send message to tenants', 'G\u1eedi tin nh\u1eafn cho ng\u01b0\u1eddi thu\u00ea nh\u00e0', NULL, NULL),\n(39054, 'vi', 'db', 'SEO Setting', 'Thi\u1ebft l\u1eadp SEO', NULL, NULL),\n(39055, 'vi', 'db', 'Meta Title', 'Ti\u00eau \u0111\u1ec1 Meta', NULL, NULL),\n(39056, 'vi', 'db', '50-60 characters', '50-60 k\u00fd t\u1ef1', NULL, NULL),\n(39057, 'vi', 'db', 'Meta Description', 'M\u00f4 t\u1ea3 Meta', NULL, NULL),\n(39058, 'vi', 'db', '150-160 characters', '150-160 k\u00fd t\u1ef1', NULL, NULL),\n(39059, 'vi', 'db', 'og Title', 'Ti\u00eau \u0111\u1ec1 og', NULL, NULL),\n(39060, 'vi', 'db', 'og Description', 'og M\u00f4 t\u1ea3', NULL, NULL),\n(39061, 'vi', 'db', 'og Image', 'og H\u00ecnh \u1ea3nh', NULL, NULL),\n(39062, 'vi', 'db', 'Analytics Setting', 'Thi\u1ebft l\u1eadp ph\u00e2n t\u00edch', NULL, NULL),\n(39063, 'vi', 'db', 'Google Analytics Script', 'T\u1eadp l\u1ec7nh Google Analytics', NULL, NULL),\n(39064, 'vi', 'db', 'Facebook Pixel Script', 'M\u00e3 Pixel c\u1ee7a Facebook', NULL, NULL),\n(39065, 'vi', 'db', 'Chat Script', 'K\u1ecbch b\u1ea3n tr\u00f2 chuy\u1ec7n', NULL, NULL),\n(39066, 'vi', 'db', 'Hero Section', 'Ph\u1ea7n anh h\u00f9ng', NULL, NULL),\n(39067, 'vi', 'db', 'Heading', 'Ti\u00eau \u0111\u1ec1', NULL, NULL),\n(39068, 'vi', 'db', 'Sub Heading', 'Ti\u00eau \u0111\u1ec1 ph\u1ee5', NULL, NULL),\n(39069, 'vi', 'db', 'Hero Image', 'H\u00ecnh \u1ea3nh anh h\u00f9ng', NULL, NULL),\n(39070, 'vi', 'db', 'Save', 'C\u1ee9u', NULL, NULL),\n(39071, 'vi', 'db', 'Module Section', 'Ph\u1ea7n m\u00f4-\u0111un', NULL, NULL),\n(39072, 'vi', 'db', 'Click to choose icon', 'Nh\u1ea5p \u0111\u1ec3 ch\u1ecdn bi\u1ec3u t\u01b0\u1ee3ng', NULL, NULL),\n(39074, 'vi', 'db', 'Add More', 'Th\u00eam n\u1eefa', NULL, NULL),\n(39075, 'vi', 'db', 'Icon', 'Bi\u1ec3u t\u01b0\u1ee3ng', NULL, NULL),\n(39076, 'vi', 'db', 'Feature Section', 'Ph\u1ea7n \u0111\u1eb7c tr\u01b0ng', NULL, NULL),\n(39077, 'vi', 'db', 'FAQ Section', 'Ph\u1ea7n C\u00e2u h\u1ecfi th\u01b0\u1eddng g\u1eb7p', NULL, NULL),\n(39078, 'vi', 'db', 'Question', 'C\u00e2u h\u1ecfi', NULL, NULL),\n(39079, 'vi', 'db', 'Answer', 'Tr\u1ea3 l\u1eddi', NULL, NULL),\n(39080, 'vi', 'db', 'Update FAQ', 'C\u1eadp nh\u1eadt C\u00e2u h\u1ecfi th\u01b0\u1eddng g\u1eb7p', NULL, NULL),\n(39081, 'vi', 'db', 'Update Module', 'C\u1eadp nh\u1eadt m\u00f4-\u0111un', NULL, NULL),\n(39082, 'vi', 'db', 'Update Feature', 'C\u1eadp nh\u1eadt t\u00ednh n\u0103ng', NULL, NULL),\n(39083, 'vi', 'db', 'Testimonial Section', 'Ph\u1ea7n ch\u1ee9ng th\u1ef1c', NULL, NULL),\n(39084, 'vi', 'db', 'Blog Section', 'M\u1ee5c Blog', NULL, NULL),\n(39085, 'vi', 'db', 'Page Section', 'Ph\u1ea7n trang', NULL, NULL),\n(39086, 'vi', 'db', 'Social Section', 'Ph\u1ea7n X\u00e3 h\u1ed9i', NULL, NULL),\n(39087, 'vi', 'db', 'Business Name', 'T\u00ean doanh nghi\u1ec7p', NULL, NULL),\n(39088, 'vi', 'db', 'Text', 'Ch\u1eef', NULL, NULL),\n(39089, 'vi', 'db', 'Update Testimonial', 'C\u1eadp nh\u1eadt l\u1eddi ch\u1ee9ng th\u1ef1c', NULL, NULL),\n(39090, 'vi', 'db', 'Add Post', 'Th\u00eam b\u00e0i vi\u1ebft', NULL, NULL),\n(39091, 'vi', 'db', 'Blog Title', 'Ti\u00eau \u0111\u1ec1 blog', NULL, NULL),\n(39092, 'vi', 'db', 'Page Title', 'Ti\u00eau \u0111\u1ec1 trang', NULL, NULL),\n(39094, 'vi', 'db', 'Update Blog', 'C\u1eadp nh\u1eadt Blog', NULL, NULL),\n(39095, 'vi', 'db', 'Update Page', 'C\u1eadp nh\u1eadt trang', NULL, NULL),\n(39096, 'vi', 'db', 'Open Graph Title', 'Ti\u00eau \u0111\u1ec1 \u0111\u1ed3 th\u1ecb m\u1edf', NULL, NULL),\n(39097, 'vi', 'db', 'Open Graph Description', 'M\u00f4 t\u1ea3 \u0111\u1ed3 th\u1ecb m\u1edf', NULL, NULL),\n(39099, 'vi', 'db', 'Link', 'Li\u00ean k\u1ebft', NULL, NULL),\n(39100, 'vi', 'db', 'Update Social', 'C\u1eadp nh\u1eadt m\u1ea1ng x\u00e3 h\u1ed9i', NULL, NULL),\n(39101, 'vi', 'db', 'All Blogs', 'T\u1ea5t c\u1ea3 c\u00e1c blog', NULL, NULL),\n(39102, 'vi', 'db', 'Add Page', 'Th\u00eam Trang', NULL, NULL),\n(39103, 'vi', 'db', 'Field Belongs To', 'Tr\u01b0\u1eddng Thu\u1ed9c V\u1ec1', NULL, NULL),\n(39104, 'vi', 'db', 'Field Name', 'T\u00ean tr\u01b0\u1eddng', NULL, NULL),\n(39105, 'vi', 'db', 'Field Type', 'Lo\u1ea1i tr\u01b0\u1eddng', NULL, NULL),\n(39106, 'vi', 'db', 'Default Value', 'Gi\u00e1 tr\u1ecb m\u1eb7c \u0111\u1ecbnh', NULL, NULL),\n(39107, 'vi', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', 'L\u01b0\u1edbi (C\u1ed9t Bootstrap eq. 12) - T\u1ed1i \u0111a l\u00e0 12', NULL, NULL),\n(39108, 'vi', 'db', 'Required', 'Y\u00eau c\u1ea7u', NULL, NULL),\n(39109, 'vi', 'db', 'Admin Only', 'Ch\u1ec9 d\u00e0nh cho qu\u1ea3n tr\u1ecb vi\u00ean', NULL, NULL),\n(39110, 'vi', 'db', 'Disabled', 'T\u00e0n t\u1eadt', NULL, NULL),\n(39111, 'vi', 'db', 'Visibility', 'Kh\u1ea3 n\u0103ng hi\u1ec3n th\u1ecb', NULL, NULL),\n(39112, 'vi', 'db', 'Show on Table', 'Hi\u1ec3n th\u1ecb tr\u00ean B\u1ea3ng', NULL, NULL),\n(39113, 'vi', 'db', 'Show on Invoice', 'Hi\u1ec3n th\u1ecb tr\u00ean h\u00f3a \u0111\u01a1n', NULL, NULL),\n(39114, 'vi', 'db', 'Nothing Selected', 'Kh\u00f4ng c\u00f3 g\u00ec \u0111\u01b0\u1ee3c ch\u1ecdn', NULL, NULL),\n(39115, 'vi', 'db', 'Custom Field', 'Tr\u01b0\u1eddng t\u00f9y ch\u1ec9nh', NULL, NULL),\n(39116, 'vi', 'db', 'Custom Field List', 'Danh s\u00e1ch tr\u01b0\u1eddng t\u00f9y ch\u1ec9nh', NULL, NULL),\n(39117, 'vi', 'db', 'Create Custom Field', 'T\u1ea1o tr\u01b0\u1eddng t\u00f9y ch\u1ec9nh', NULL, NULL),\n(39118, 'vi', 'db', 'Options', 'T\u00f9y ch\u1ecdn', NULL, NULL),\n(39119, 'vi', 'db', 'Update Custom Field', 'C\u1eadp nh\u1eadt tr\u01b0\u1eddng t\u00f9y ch\u1ec9nh', NULL, NULL),\n(39120, 'vi', 'db', 'Total Price', 'T\u1ed5ng gi\u00e1', NULL, NULL),\n(39121, 'vi', 'db', 'Reminder Date', 'Ng\u00e0y nh\u1eafc nh\u1edf', NULL, NULL),\n(39122, 'vi', 'db', 'Total Cost', 'T\u1ed5ng chi ph\u00ed', NULL, NULL),\n(39123, 'vi', 'db', 'Mail Driver', 'T\u00e0i x\u1ebf th\u01b0', NULL, NULL),\n(39124, 'vi', 'db', 'Update existing clients who are using this package', 'C\u1eadp nh\u1eadt nh\u1eefng kh\u00e1ch h\u00e0ng hi\u1ec7n t\u1ea1i \u0111ang s\u1eed d\u1ee5ng g\u00f3i n\u00e0y', NULL, NULL),\n(39125, 'vi', 'db', 'ZATCA QrCode', 'M\u00e3 QR ZATCA', NULL, NULL),\n(39126, 'vi', 'db', 'VAT Registration Number', 'S\u1ed1 \u0111\u0103ng k\u00fd thu\u1ebf GTGT', NULL, NULL),\n(39127, 'vi', 'db', 'Button Text', 'V\u0103n b\u1ea3n n\u00fat', NULL, NULL),\n(39128, 'vi', 'db', 'Modules', 'C\u00e1c m\u00f4-\u0111un', NULL, NULL),\n(39129, 'vi', 'db', 'Add Module', 'Th\u00eam M\u00f4-\u0111un', NULL, NULL),\n(39130, 'vi', 'db', 'Add Faq', 'Th\u00eam C\u00e2u h\u1ecfi th\u01b0\u1eddng g\u1eb7p', NULL, NULL),\n(39131, 'vi', 'db', 'Tenant Signup Description', 'M\u00f4 t\u1ea3 \u0111\u0103ng k\u00fd c\u1ee7a ng\u01b0\u1eddi thu\u00ea nh\u00e0', NULL, NULL),\n(39132, 'vi', 'db', 'Add Language', 'Th\u00eam ng\u00f4n ng\u1eef', NULL, NULL),\n(39133, 'vi', 'db', 'Update Language', 'C\u1eadp nh\u1eadt ng\u00f4n ng\u1eef', NULL, NULL),\n(39134, 'vi', 'db', 'Number of Person', 'S\u1ed1 l\u01b0\u1ee3ng ng\u01b0\u1eddi', NULL, NULL),\n(39135, 'vi', 'db', 'Add Table', 'Th\u00eam B\u1ea3ng', NULL, NULL),\n(39136, 'vi', 'db', 'Update Table', 'C\u1eadp nh\u1eadt b\u1ea3ng', NULL, NULL),\n(39137, 'vi', 'db', 'Tables', 'B\u1ea3ng', NULL, NULL),\n(39138, 'vi', 'db', 'Table', 'B\u00e0n', NULL, NULL),\n(39139, 'vi', 'db', 'Table Management', 'Qu\u1ea3n l\u00fd b\u1ea3ng', NULL, NULL),\n(39140, 'vi', 'db', 'Initial Stock', 'C\u1ed5 phi\u1ebfu ban \u0111\u1ea7u', NULL, NULL),\n(39141, 'vi', 'db', 'This feature will not work for product with variants and batches', 'T\u00ednh n\u0103ng n\u00e0y s\u1ebd kh\u00f4ng ho\u1ea1t \u0111\u1ed9ng \u0111\u1ed1i v\u1edbi s\u1ea3n ph\u1ea9m c\u00f3 nhi\u1ec1u bi\u1ebfn th\u1ec3 v\u00e0 l\u00f4 h\u00e0ng', NULL, NULL),\n(39142, 'vi', 'db', 'Queue', 'H\u00e0ng \u0111\u1ee3i', NULL, NULL),\n(39143, 'vi', 'db', 'Addons', 'Ti\u1ec7n \u00edch b\u1ed5 sung', NULL, NULL),\n(39144, 'vi', 'db', 'Addon List', 'Danh s\u00e1ch b\u1ed5 sung', NULL, NULL),\n(39145, 'vi', 'db', 'Sync Product Categories', '\u0110\u1ed3ng b\u1ed9 danh m\u1ee5c s\u1ea3n ph\u1ea9m', NULL, NULL),\n(39146, 'vi', 'db', 'Sync', '\u0110\u1ed3ng b\u1ed9', NULL, NULL),\n(39147, 'vi', 'db', 'Sync Log', '\u0110\u1ed3ng b\u1ed9 Nh\u1eadt k\u00fd', NULL, NULL),\n(39148, 'vi', 'db', 'Reset Synced Category', '\u0110\u1eb7t l\u1ea1i danh m\u1ee5c \u0111\u00e3 \u0111\u1ed3ng b\u1ed9', NULL, NULL),\n(39149, 'vi', 'db', 'Sync Products', '\u0110\u1ed3ng b\u1ed9 s\u1ea3n ph\u1ea9m', NULL, NULL),\n(39150, 'vi', 'db', 'Reset Synced Product', '\u0110\u1eb7t l\u1ea1i s\u1ea3n ph\u1ea9m \u0111\u00e3 \u0111\u1ed3ng b\u1ed9', NULL, NULL),\n(39151, 'vi', 'db', 'Tax Rates Mapping', 'B\u1ea3n \u0111\u1ed3 t\u1ef7 l\u1ec7 thu\u1ebf', NULL, NULL),\n(39152, 'vi', 'db', 'POS Tax Rate', 'T\u1ef7 l\u1ec7 thu\u1ebf POS', NULL, NULL),\n(39153, 'vi', 'db', 'Equivalent WooCommerce Tax Rate', 'T\u1ef7 l\u1ec7 thu\u1ebf WooCommerce t\u01b0\u01a1ng \u0111\u01b0\u01a1ng', NULL, NULL),\n(39154, 'vi', 'db', 'Sync Orders(New Order Only)', '\u0110\u1ed3ng b\u1ed9 \u0111\u01a1n h\u00e0ng (Ch\u1ec9 \u00e1p d\u1ee5ng cho \u0111\u01a1n h\u00e0ng m\u1edbi)', NULL, NULL),\n(39155, 'vi', 'db', 'Sync Type', 'Lo\u1ea1i \u0111\u1ed3ng b\u1ed9', NULL, NULL),\n(39156, 'vi', 'db', 'Operation', 'Ho\u1ea1t \u0111\u1ed9ng', NULL, NULL),\n(39157, 'vi', 'db', 'Records', 'H\u1ed3 s\u01a1', NULL, NULL),\n(39158, 'vi', 'db', 'Synced By', '\u0110\u1ed3ng b\u1ed9 h\u00f3a b\u1edfi', NULL, NULL),\n(39159, 'vi', 'db', 'Instructions', 'H\u01b0\u1edbng d\u1eabn', NULL, NULL),\n(39160, 'vi', 'db', 'API Settings', 'C\u00e0i \u0111\u1eb7t API', NULL, NULL),\n(39161, 'vi', 'db', 'Product Sync Settings', 'C\u00e0i \u0111\u1eb7t \u0111\u1ed3ng b\u1ed9 s\u1ea3n ph\u1ea9m', NULL, NULL),\n(39162, 'vi', 'db', 'Order Sync Settings', 'C\u00e0i \u0111\u1eb7t \u0111\u1ed3ng b\u1ed9 \u0111\u01a1n h\u00e0ng', NULL, NULL),\n(39163, 'vi', 'db', 'Webhook Settings', 'C\u00e0i \u0111\u1eb7t Webhook', NULL, NULL),\n(39164, 'vi', 'db', 'WooCommerce App URL', 'URL \u1ee9ng d\u1ee5ng WooCommerce', NULL, NULL),\n(39165, 'vi', 'db', 'WooCommerce Consumer Key', 'Kh\u00f3a ng\u01b0\u1eddi ti\u00eau d\u00f9ng WooCommerce', NULL, NULL),\n(39166, 'vi', 'db', 'WooCommerce Consumer Secret', 'B\u00ed m\u1eadt c\u1ee7a ng\u01b0\u1eddi ti\u00eau d\u00f9ng WooCommerce', NULL, NULL),\n(39167, 'vi', 'db', 'WooCommerce Settings', 'C\u00e0i \u0111\u1eb7t WooCommerce', NULL, NULL),\n(39168, 'vi', 'db', 'Default Tax Class', 'L\u1edbp thu\u1ebf m\u1eb7c \u0111\u1ecbnh', NULL, NULL),\n(39169, 'vi', 'db', 'Sync Product Price', '\u0110\u1ed3ng b\u1ed9 gi\u00e1 s\u1ea3n ph\u1ea9m', NULL, NULL),\n(39170, 'vi', 'db', 'Manage Stock', 'Qu\u1ea3n l\u00fd c\u1ed5 phi\u1ebfu', NULL, NULL),\n(39171, 'vi', 'db', 'Stock Status', 'T\u00ecnh tr\u1ea1ng kho', NULL, NULL),\n(39172, 'vi', 'db', 'Default Customer Group', 'Nh\u00f3m kh\u00e1ch h\u00e0ng m\u1eb7c \u0111\u1ecbnh', NULL, NULL),\n(39173, 'vi', 'db', 'WooCommerce Order Status', 'Tr\u1ea1ng th\u00e1i \u0111\u01a1n h\u00e0ng WooCommerce', NULL, NULL),\n(39174, 'vi', 'db', 'Equivalent POS Sell Status', 'Tr\u1ea1ng th\u00e1i b\u00e1n POS t\u01b0\u01a1ng \u0111\u01b0\u01a1ng', NULL, NULL),\n(39175, 'vi', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', '\u0110\u1ec3 c\u00f3 th\u00f4ng tin chi ti\u1ebft v\u1ec1 WooCommerce API, h\u00e3y \u0111i\u1ec1u h\u01b0\u1edbng \u0111\u1ebfn WooCommerce -> C\u00e0i \u0111\u1eb7t -> N\u00e2ng cao -> REST API. Cung c\u1ea5p m\u00f4 t\u1ea3, ch\u1ecdn ng\u01b0\u1eddi d\u00f9ng v\u00e0 c\u1ea5p Quy\u1ec1n \u0110\u1ecdc\\\\\/Ghi.', NULL, NULL),\n(39176, 'vi', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'Trong khi \u0111\u1ed3ng b\u1ed9 h\u00f3a, h\u00e3y tr\u00e1nh l\u00e0m m\u1edbi ho\u1eb7c tho\u00e1t kh\u1ecfi trang.', NULL, NULL),\n(39177, 'vi', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'Trong t\u00f9y ch\u1ecdn li\u00ean k\u1ebft c\u1ed1 \u0111\u1ecbnh c\u1ee7a WordPress, ch\u1ecdn T\u00ean b\u00e0i \u0111\u0103ng l\u00e0m t\u00f9y ch\u1ecdn li\u00ean k\u1ebft c\u1ed1 \u0111\u1ecbnh.', NULL, NULL),\n(39178, 'vi', 'db', 'Buy Now', 'Mua ngay', NULL, NULL),\n(39179, 'vi', 'db', 'Install', 'C\u00e0i \u0111\u1eb7t', NULL, NULL),\n(39180, 'vi', 'db', 'Staff Id', 'ID nh\u00e2n vi\u00ean', NULL, NULL),\n(39181, 'vi', 'db', 'Import CSV file (Device)', 'Nh\u1eadp t\u1ec7p CSV (Thi\u1ebft b\u1ecb)', NULL, NULL),\n(39182, 'vi', 'db', 'Attendance Device Date Format', '\u0110\u1ecbnh d\u1ea1ng ng\u00e0y c\u1ee7a thi\u1ebft b\u1ecb ch\u1ea5m c\u00f4ng', NULL, NULL),\n(39183, 'vi', 'db', 'Disable Woocommerce Sync', 'T\u1eaft \u0111\u1ed3ng b\u1ed9 Woocommerce', NULL, NULL),\n(39184, 'vi', 'db', 'Product Status', 'T\u00ecnh tr\u1ea1ng s\u1ea3n ph\u1ea9m', NULL, NULL),\n(39185, 'vi', 'db', 'Category not synced', 'Th\u1ec3 lo\u1ea1i kh\u00f4ng \u0111\u01b0\u1ee3c \u0111\u1ed3ng b\u1ed9', NULL, NULL),\n(39186, 'vi', 'db', 'Categories not synced', 'C\u00e1c danh m\u1ee5c kh\u00f4ng \u0111\u01b0\u1ee3c \u0111\u1ed3ng b\u1ed9 h\u00f3a', NULL, NULL),\n(39187, 'vi', 'db', 'Category can be updated', 'Th\u1ec3 lo\u1ea1i c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt', NULL, NULL),\n(39188, 'vi', 'db', 'Categories can be updated', 'C\u00e1c danh m\u1ee5c c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt', NULL, NULL),\n(39189, 'vi', 'db', 'Product not synced', 'S\u1ea3n ph\u1ea9m kh\u00f4ng \u0111\u01b0\u1ee3c \u0111\u1ed3ng b\u1ed9', NULL, NULL),\n(39190, 'vi', 'db', 'Products not synced', 'S\u1ea3n ph\u1ea9m kh\u00f4ng \u0111\u01b0\u1ee3c \u0111\u1ed3ng b\u1ed9', NULL, NULL),\n(39191, 'vi', 'db', 'Product can be updated', 'S\u1ea3n ph\u1ea9m c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt', NULL, NULL),\n(39192, 'vi', 'db', 'Products can be updated', 'S\u1ea3n ph\u1ea9m c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt', NULL, NULL),\n(39193, 'vi', 'db', 'Please connect with WooCommerce', 'Vui l\u00f2ng k\u1ebft n\u1ed1i v\u1edbi WooCommerce', NULL, NULL),\n(39194, 'vi', 'db', 'Something went wrong', 'C\u00f3 g\u00ec \u0111\u00f3 kh\u00f4ng \u1ed5n', NULL, NULL),\n(39195, 'vi', 'db', 'Synced category successfully', '\u0110\u00e3 \u0111\u1ed3ng b\u1ed9 danh m\u1ee5c th\u00e0nh c\u00f4ng', NULL, NULL),\n(39196, 'vi', 'db', 'Reset synced category successfully', '\u0110\u1eb7t l\u1ea1i danh m\u1ee5c \u0111\u00e3 \u0111\u1ed3ng b\u1ed9 th\u00e0nh c\u00f4ng', NULL, NULL),\n(39197, 'vi', 'db', 'Synced product successfully', '\u0110\u00e3 \u0111\u1ed3ng b\u1ed9 s\u1ea3n ph\u1ea9m th\u00e0nh c\u00f4ng', NULL, NULL),\n(39198, 'vi', 'db', 'Reset synced product successfully', '\u0110\u00e3 thi\u1ebft l\u1eadp l\u1ea1i s\u1ea3n ph\u1ea9m \u0111\u00e3 \u0111\u1ed3ng b\u1ed9 th\u00e0nh c\u00f4ng', NULL, NULL),\n(39199, 'vi', 'db', 'Tax maped successfully', '\u0110\u00e3 l\u1eadp b\u1ea3n \u0111\u1ed3 thu\u1ebf th\u00e0nh c\u00f4ng', NULL, NULL),\n(39200, 'vi', 'db', 'Synced order successfully', '\u0110\u00e3 \u0111\u1ed3ng b\u1ed9 \u0111\u01a1n h\u00e0ng th\u00e0nh c\u00f4ng', NULL, NULL),\n(39201, 'vi', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'Vui l\u00f2ng ch\u1ecdn Nh\u00f3m kh\u00e1ch h\u00e0ng m\u1eb7c \u0111\u1ecbnh\\\\\/ Kho m\u1eb7c \u0111\u1ecbnh\\\\\/ Ng\u01b0\u1eddi thanh to\u00e1n m\u1eb7c \u0111\u1ecbnh\\\\\/ Tr\u1ea1ng th\u00e1i b\u00e1n h\u00e0ng POS t\u01b0\u01a1ng \u0111\u01b0\u01a1ng trong C\u00e0i \u0111\u1eb7t \u0111\u1ed3ng b\u1ed9 h\u00f3a \u0111\u01a1n h\u00e0ng', NULL, NULL),\n(39202, 'vi', 'db', 'Module Image', 'H\u00ecnh \u1ea3nh m\u00f4-\u0111un', NULL, NULL),\n(39203, 'vi', 'db', 'Courier', 'Ng\u01b0\u1eddi chuy\u1ec3n ph\u00e1t nhanh', NULL, NULL),\n(39204, 'vi', 'db', 'Courier List', 'Danh s\u00e1ch chuy\u1ec3n ph\u00e1t nhanh', NULL, NULL),\n(39205, 'vi', 'db', 'Add Courier', 'Th\u00eam Chuy\u1ec3n Ph\u00e1t Nhanh', NULL, NULL),\n(39206, 'vi', 'db', 'Update Courier', 'C\u1eadp nh\u1eadt Courier', NULL, NULL),\n(39207, 'vi', 'db', 'Sale and Quotation without stock', 'B\u00e1n v\u00e0 b\u00e1o gi\u00e1 kh\u00f4ng c\u00f3 h\u00e0ng trong kho', NULL, NULL),\n(39208, 'vi', 'db', 'Yes', '\u0110\u00fang', NULL, NULL),\n(39209, 'vi', 'db', 'No', 'KH\u00d4NG', NULL, NULL),\n(39210, 'vi', 'db', 'Returned', '\u0110\u00e3 tr\u1ea3 l\u1ea1i', NULL, NULL),\n(39211, 'vi', 'db', 'Get in touch', 'Li\u00ean h\u1ec7', NULL, NULL),\n(39212, 'vi', 'db', 'Contact Info', 'Th\u00f4ng tin li\u00ean l\u1ea1c', NULL, NULL),\n(39213, 'vi', 'db', 'Bug Setting', 'Thi\u1ebft l\u1eadp l\u1ed7i', NULL, NULL),\n(39214, 'vi', 'db', 'File Name', 'T\u00ean t\u1eadp tin', NULL, NULL),\n(39215, 'vi', 'db', 'Type File Name', 'Lo\u1ea1i T\u00ean T\u1ec7p', NULL, NULL),\n(39216, 'vi', 'db', 'Logs', 'Nh\u1eadt k\u00fd', NULL, NULL),\n(39217, 'vi', 'db', 'Type Log', 'Lo\u1ea1i Nh\u1eadt k\u00fd', NULL, NULL),\n(39218, 'vi', 'db', 'Short Note', 'Ghi ch\u00fa ng\u1eafn', NULL, NULL),\n(39219, 'vi', 'db', 'Product Mode', 'Ch\u1ebf \u0111\u1ed9 s\u1ea3n ph\u1ea9m', NULL, NULL),\n(39220, 'vi', 'db', 'Version', 'Phi\u00ean b\u1ea3n', NULL, NULL),\n(39221, 'vi', 'db', 'Bug No', 'L\u1ed7i Kh\u00f4ng', NULL, NULL),\n(39222, 'vi', 'db', 'Minimum Required Version', 'Phi\u00ean b\u1ea3n y\u00eau c\u1ea7u t\u1ed1i thi\u1ec3u', NULL, NULL),\n(39223, 'vi', 'db', 'Version Upgrade', 'N\u00e2ng c\u1ea5p phi\u00ean b\u1ea3n', NULL, NULL),\n(39224, 'vi', 'db', 'Latest Version Upgrade', 'N\u00e2ng c\u1ea5p phi\u00ean b\u1ea3n m\u1edbi nh\u1ea5t', NULL, NULL),\n(39225, 'vi', 'db', 'Latest Version DB Migrate', '.Phi\u00ean b\u1ea3n m\u1edbi nh\u1ea5t DB Migrate', NULL, NULL),\n(39226, 'vi', 'db', 'Version Upgrade URL', 'URL n\u00e2ng c\u1ea5p phi\u00ean b\u1ea3n', NULL, NULL),\n(39227, 'vi', 'db', 'Bug Update', 'C\u1eadp nh\u1eadt l\u1ed7i', NULL, NULL),\n(39228, 'vi', 'db', 'Bug DB Migrate', 'Di chuy\u1ec3n CSDL l\u1ed7i', NULL, NULL),\n(39229, 'vi', 'db', 'Bug Update URL', 'URL c\u1eadp nh\u1eadt l\u1ed7i', NULL, NULL),\n(39230, 'vi', 'db', 'Version Upgrade Setting', 'C\u00e0i \u0111\u1eb7t n\u00e2ng c\u1ea5p phi\u00ean b\u1ea3n', NULL, NULL),\n(39231, 'vi', 'db', 'Bug Update Setting', 'C\u00e0i \u0111\u1eb7t C\u1eadp nh\u1eadt l\u1ed7i', NULL, NULL),\n(39232, 'vi', 'db', 'My Account', 'T\u00e0i kho\u1ea3n c\u1ee7a t\u00f4i', NULL, NULL),\n(39234, 'vi', 'db', 'Phone', '\u0110i\u1ec7n tho\u1ea1i', NULL, NULL),\n(39235, 'vi', 'db', 'My Addresses', '\u0110\u1ecba ch\u1ec9 c\u1ee7a t\u00f4i', NULL, NULL),\n(39236, 'vi', 'db', 'Edit Address', 'S\u1eeda \u0110\u1ecba Ch\u1ec9', NULL, NULL),\n(39237, 'vi', 'db', 'Zip \\\\\/ Postal code', 'M\u00e3 b\u01b0u ch\u00ednh \\\\\/ M\u00e3 b\u01b0u ch\u00ednh', NULL, NULL),\n(39238, 'vi', 'db', 'Cart', 'Xe \u0111\u1ea9y', NULL, NULL),\n(39239, 'vi', 'db', 'Shop Cart', 'Gi\u1ecf h\u00e0ng', NULL, NULL),\n(39240, 'vi', 'db', 'Home', 'Trang ch\u1ee7', NULL, NULL),\n(39241, 'vi', 'db', 'Sub Total', 'T\u1ed5ng c\u1ed9ng', NULL, NULL),\n(39242, 'vi', 'db', 'Continue Shopping', 'Ti\u1ebfp t\u1ee5c mua s\u1eafm', NULL, NULL),\n(39243, 'vi', 'db', 'Proceed to Checkout', 'Ti\u1ebfn h\u00e0nh thanh to\u00e1n', NULL, NULL),\n(39244, 'vi', 'db', 'Pay', 'Chi tr\u1ea3', NULL, NULL),\n(39245, 'vi', 'db', 'Returning customer?', 'Kh\u00e1ch h\u00e0ng quay l\u1ea1i?', NULL, NULL),\n(39246, 'vi', 'db', 'Shipping Details', 'Chi ti\u1ebft v\u1eadn chuy\u1ec3n', NULL, NULL),\n(39247, 'vi', 'db', 'Default Address', '\u0110\u1ecba ch\u1ec9 m\u1eb7c \u0111\u1ecbnh', NULL, NULL),\n(39248, 'vi', 'db', 'Add a different address', 'Th\u00eam m\u1ed9t \u0111\u1ecba ch\u1ec9 kh\u00e1c', NULL, NULL),\n(39249, 'vi', 'db', 'Order Notes', 'Ghi ch\u00fa \u0111\u01a1n h\u00e0ng', NULL, NULL),\n(39250, 'vi', 'db', 'Billing address same as Shipping Address', '\u0110\u1ecba ch\u1ec9 thanh to\u00e1n gi\u1ed1ng v\u1edbi \u0110\u1ecba ch\u1ec9 giao h\u00e0ng', NULL, NULL),\n(39251, 'vi', 'db', 'Your order', '\u0110\u01a1n h\u00e0ng c\u1ee7a b\u1ea1n', NULL, NULL),\n(39252, 'vi', 'db', 'Product(s)', 'C\u00e1c s\u1ea3n ph\u1ea9m)', NULL, NULL),\n(39254, 'vi', 'db', 'I have a coupon', 'T\u00f4i c\u00f3 m\u1ed9t phi\u1ebfu gi\u1ea3m gi\u00e1', NULL, NULL),\n(39255, 'vi', 'db', 'Enter coupon code', 'Nh\u1eadp m\u00e3 gi\u1ea3m gi\u00e1', NULL, NULL),\n(39256, 'vi', 'db', 'I have read and accept the', 'T\u00f4i \u0111\u00e3 \u0111\u1ecdc v\u00e0 ch\u1ea5p nh\u1eadn', NULL, NULL),\n(39257, 'vi', 'db', 'Cash on Delivery', 'Thanh to\u00e1n khi nh\u1eadn h\u00e0ng', NULL, NULL),\n(39258, 'vi', 'db', 'Remember Me', 'Nh\u1edb t\u00f4i', NULL, NULL),\n(39259, 'vi', 'db', 'Log In', '\u0110\u0103ng nh\u1eadp', NULL, NULL),\n(39260, 'vi', 'db', 'sign up now', '\u0111\u0103ng k\u00fd ngay', NULL, NULL),\n(39261, 'vi', 'db', 'My Profile', 'H\u1ed3 s\u01a1 c\u1ee7a t\u00f4i', NULL, NULL),\n(39262, 'vi', 'db', 'My Orders', '\u0110\u01a1n h\u00e0ng c\u1ee7a t\u00f4i', NULL, NULL),\n(39263, 'vi', 'db', 'My Wishlist', 'Danh s\u00e1ch mong mu\u1ed1n c\u1ee7a t\u00f4i', NULL, NULL),\n(39264, 'vi', 'db', 'Account Details', 'Chi ti\u1ebft t\u00e0i kho\u1ea3n', NULL, NULL),\n(39265, 'vi', 'db', 'We have sent you an email', 'Ch\u00fang t\u00f4i \u0111\u00e3 g\u1eedi cho b\u1ea1n m\u1ed9t email', NULL, NULL),\n(39266, 'vi', 'db', 'Just click on the link in that email to verify', 'Ch\u1ec9 c\u1ea7n nh\u1ea5p v\u00e0o li\u00ean k\u1ebft trong email \u0111\u00f3 \u0111\u1ec3 x\u00e1c minh', NULL, NULL),\n(39267, 'vi', 'db', 'Thank you for verifying your email', 'C\u1ea3m \u01a1n b\u1ea1n \u0111\u00e3 x\u00e1c minh email c\u1ee7a b\u1ea1n', NULL, NULL),\n(39268, 'vi', 'db', 'Order Details', 'Chi ti\u1ebft \u0111\u01a1n h\u00e0ng', NULL, NULL),\n(39269, 'vi', 'db', 'You have not ordered anything yet!', 'B\u1ea1n v\u1eabn ch\u01b0a \u0111\u1eb7t h\u00e0ng g\u00ec c\u1ea3!', NULL, NULL),\n(39270, 'vi', 'db', 'Tags', 'Th\u1ebb', NULL, NULL),\n(39271, 'vi', 'db', 'Share', 'Chia s\u1ebb', NULL, NULL),\n(39272, 'vi', 'db', 'Thank you for your order', 'C\u1ea3m \u01a1n b\u1ea1n \u0111\u00e3 \u0111\u1eb7t h\u00e0ng', NULL, NULL),\n(39273, 'vi', 'db', 'Here is your order reference no', '\u0110\u00e2y l\u00e0 s\u1ed1 tham chi\u1ebfu \u0111\u01a1n h\u00e0ng c\u1ee7a b\u1ea1n', NULL, NULL),\n(39274, 'vi', 'db', 'You will receive an email with delivery details shortly', 'B\u1ea1n s\u1ebd s\u1edbm nh\u1eadn \u0111\u01b0\u1ee3c email c\u00f3 th\u00f4ng tin chi ti\u1ebft v\u1ec1 vi\u1ec7c giao h\u00e0ng', NULL, NULL),\n(39275, 'vi', 'db', 'Add Collection', 'Th\u00eam B\u1ed9 s\u01b0u t\u1eadp', NULL, NULL),\n(39276, 'vi', 'db', 'Collection Name', 'T\u00ean B\u1ed9 s\u01b0u t\u1eadp', NULL, NULL),\n(39277, 'vi', 'db', 'Permalink', 'Li\u00ean k\u1ebft c\u1ed1 \u0111\u1ecbnh', NULL, NULL),\n(39278, 'vi', 'db', 'Save as Draft', 'L\u01b0u d\u01b0\u1edbi d\u1ea1ng b\u1ea3n nh\u00e1p', NULL, NULL),\n(39279, 'vi', 'db', 'Publish', 'Xu\u1ea5t b\u1ea3n', NULL, NULL),\n(39280, 'vi', 'db', 'Collection', 'B\u1ed9 s\u01b0u t\u1eadp', NULL, NULL),\n(39281, 'vi', 'db', 'Slug', 'S\u00ean', NULL, NULL),\n(39283, 'vi', 'db', 'Sliders', 'Thanh tr\u01b0\u1ee3t', NULL, NULL),\n(39284, 'vi', 'db', 'Menu', 'Th\u1ef1c \u0111\u01a1n', NULL, NULL),\n(39285, 'vi', 'db', 'Collections', 'B\u1ed9 s\u01b0u t\u1eadp', NULL, NULL),\n(39286, 'vi', 'db', 'Pages', 'C\u00e1c trang', NULL, NULL),\n(39287, 'vi', 'db', 'Widgets', 'Ti\u1ec7n \u00edch', NULL, NULL),\n(39288, 'vi', 'db', 'Faq Category', 'Th\u1ec3 lo\u1ea1i Faq', NULL, NULL),\n(39289, 'vi', 'db', 'Faqs', 'C\u00e2u h\u1ecfi th\u01b0\u1eddng g\u1eb7p', NULL, NULL),\n(39290, 'vi', 'db', 'Social Links', 'Li\u00ean k\u1ebft x\u00e3 h\u1ed9i', NULL, NULL),\n(39291, 'vi', 'db', 'Payment Gateways', 'C\u1ed5ng thanh to\u00e1n', NULL, NULL),\n(39292, 'vi', 'db', 'Location', 'V\u1ecb tr\u00ed', NULL, NULL),\n(39293, 'vi', 'db', 'Add Menu', 'Th\u00eam Menu', NULL, NULL),\n(39294, 'vi', 'db', 'Add Menu Items', 'Th\u00eam m\u1ee5c menu', NULL, NULL),\n(39295, 'vi', 'db', 'Categories', 'Th\u1ec3 lo\u1ea1i', NULL, NULL),\n(39296, 'vi', 'db', 'Select All', 'Ch\u1ecdn t\u1ea5t c\u1ea3', NULL, NULL),\n(39297, 'vi', 'db', 'Add to Menu', 'Th\u00eam v\u00e0o Menu', NULL, NULL),\n(39298, 'vi', 'db', 'Brands', 'Th\u01b0\u01a1ng hi\u1ec7u', NULL, NULL),\n(39299, 'vi', 'db', 'Custom Links', 'Li\u00ean k\u1ebft t\u00f9y ch\u1ec9nh', NULL, NULL),\n(39300, 'vi', 'db', 'URL', '\u0110\u1ecba ch\u1ec9 URL', NULL, NULL),\n(39301, 'vi', 'db', 'Link Text', 'V\u0103n b\u1ea3n li\u00ean k\u1ebft', NULL, NULL),\n(39302, 'vi', 'db', 'Menu Structure', 'C\u1ea5u tr\u00fac th\u1ef1c \u0111\u01a1n', NULL, NULL),\n(39303, 'vi', 'db', 'Select categories, pages or add custom links to menus', 'Ch\u1ecdn danh m\u1ee5c, trang ho\u1eb7c th\u00eam li\u00ean k\u1ebft t\u00f9y ch\u1ec9nh v\u00e0o menu', NULL, NULL),\n(39304, 'vi', 'db', 'Link Name', 'T\u00ean li\u00ean k\u1ebft', NULL, NULL),\n(39305, 'vi', 'db', 'Open in a new tab', 'M\u1edf trong m\u1ed9t tab m\u1edbi', NULL, NULL),\n(39306, 'vi', 'db', 'Save Menu', 'L\u01b0u Menu', NULL, NULL),\n(39307, 'vi', 'db', 'Page Name', 'T\u00ean trang', NULL, NULL),\n(39308, 'vi', 'db', 'Page Layout', 'B\u1ed1 c\u1ee5c trang', NULL, NULL),\n(39309, 'vi', 'db', 'click on the widgets below to add it to your layout', 'nh\u1ea5p v\u00e0o c\u00e1c ti\u1ec7n \u00edch b\u00ean d\u01b0\u1edbi \u0111\u1ec3 th\u00eam n\u00f3 v\u00e0o b\u1ed1 c\u1ee5c c\u1ee7a b\u1ea1n', NULL, NULL),\n(39310, 'vi', 'db', 'Product Category', 'Danh m\u1ee5c s\u1ea3n ph\u1ea9m', NULL, NULL),\n(39311, 'vi', 'db', 'Tabbed Product Categories', 'Danh m\u1ee5c s\u1ea3n ph\u1ea9m c\u00f3 tab', NULL, NULL),\n(39312, 'vi', 'db', 'Category Slider', 'Thanh tr\u01b0\u1ee3t danh m\u1ee5c', NULL, NULL),\n(39313, 'vi', 'db', 'Product Collection', 'B\u1ed9 s\u01b0u t\u1eadp s\u1ea3n ph\u1ea9m', NULL, NULL),\n(39314, 'vi', 'db', 'Tabbed Product Collections', 'B\u1ed9 s\u01b0u t\u1eadp s\u1ea3n ph\u1ea9m c\u00f3 tab', NULL, NULL),\n(39315, 'vi', 'db', 'Brand Slider', 'Thanh tr\u01b0\u1ee3t th\u01b0\u01a1ng hi\u1ec7u', NULL, NULL),\n(39316, 'vi', 'db', 'Og_Title', 'Ti\u00eau \u0111\u1ec1 Og', NULL, NULL),\n(39318, 'vi', 'db', 'Og_description', 'Og_m\u00f4 t\u1ea3', NULL, NULL),\n(39320, 'vi', 'db', 'Og_Image', 'H\u00ecnh \u1ea3nh Og', NULL, NULL),\n(39321, 'vi', 'db', 'Templates', 'M\u1eabu', NULL, NULL),\n(39322, 'vi', 'db', 'Choose Category', 'Ch\u1ecdn danh m\u1ee5c', NULL, NULL),\n(39323, 'vi', 'db', 'Layout Type', 'Ki\u1ec3u b\u1ed1 tr\u00ed', NULL, NULL),\n(39324, 'vi', 'db', 'Slider Loop', 'V\u00f2ng tr\u01b0\u1ee3t', NULL, NULL),\n(39325, 'vi', 'db', 'Slider Autoplay', 'Thanh tr\u01b0\u1ee3t T\u1ef1 \u0111\u1ed9ng ph\u00e1t', NULL, NULL),\n(39326, 'vi', 'db', 'Slider Autoplay Speed', 'Thanh tr\u01b0\u1ee3t T\u1ef1 \u0111\u1ed9ng ph\u00e1t T\u1ed1c \u0111\u1ed9', NULL, NULL),\n(39327, 'vi', 'db', 'Number of products to show', 'S\u1ed1 l\u01b0\u1ee3ng s\u1ea3n ph\u1ea9m \u0111\u1ec3 hi\u1ec3n th\u1ecb', NULL, NULL),\n(39328, 'vi', 'db', 'Choose Categories', 'Ch\u1ecdn danh m\u1ee5c', NULL, NULL),\n(39329, 'vi', 'db', 'Choose Collection', 'Ch\u1ecdn B\u1ed9 s\u01b0u t\u1eadp', NULL, NULL),\n(39331, 'vi', 'db', 'Choose collections', 'Ch\u1ecdn b\u1ed9 s\u01b0u t\u1eadp', NULL, NULL),\n(39332, 'vi', 'db', 'Choose Brands', 'Ch\u1ecdn th\u01b0\u01a1ng hi\u1ec7u', NULL, NULL),\n(39333, 'vi', 'db', 'Edit Page', 'Ch\u1ec9nh s\u1eeda trang', NULL, NULL),\n(39335, 'vi', 'db', 'Ecommerce Settings', 'C\u00e0i \u0111\u1eb7t th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed', NULL, NULL),\n(39336, 'vi', 'db', 'Favicon', 'Bi\u1ec3u t\u01b0\u1ee3ng y\u00eau th\u00edch', NULL, NULL),\n(39337, 'vi', 'db', 'Home Page', 'Trang ch\u1ee7', NULL, NULL),\n(39338, 'vi', 'db', 'Store Phone', 'L\u01b0u tr\u1eef \u0111i\u1ec7n tho\u1ea1i', NULL, NULL),\n(39339, 'vi', 'db', 'Store Email', 'L\u01b0u tr\u1eef Email', NULL, NULL),\n(39340, 'vi', 'db', 'Store Address', '\u0110\u1ecba ch\u1ec9 c\u1eeda h\u00e0ng', NULL, NULL),\n(39341, 'vi', 'db', 'Contact From Email', 'Li\u00ean h\u1ec7 qua Email', NULL, NULL),\n(39342, 'vi', 'db', 'Min amount for free shipping', 'S\u1ed1 l\u01b0\u1ee3ng t\u1ed1i thi\u1ec3u \u0111\u1ec3 \u0111\u01b0\u1ee3c mi\u1ec5n ph\u00ed v\u1eadn chuy\u1ec3n', NULL, NULL),\n(39343, 'vi', 'db', 'Flat Rate Shipping', 'V\u1eadn chuy\u1ec3n theo m\u1ee9c gi\u00e1 c\u1ed1 \u0111\u1ecbnh', NULL, NULL),\n(39344, 'vi', 'db', 'Pages to read & accept before checkout', 'C\u00e1c trang c\u1ea7n \u0111\u1ecdc v\u00e0 ch\u1ea5p nh\u1eadn tr\u01b0\u1edbc khi thanh to\u00e1n', NULL, NULL),\n(39345, 'vi', 'db', 'Custom CSS', 'CSS t\u00f9y ch\u1ec9nh', NULL, NULL),\n(39346, 'vi', 'db', 'Custom JS', 'JS t\u00f9y ch\u1ec9nh', NULL, NULL),\n(39347, 'vi', 'db', 'Chat Code', 'M\u00e3 tr\u00f2 chuy\u1ec7n', NULL, NULL),\n(39348, 'vi', 'db', 'Google Analytics Code', 'M\u00e3 Google Analytics', NULL, NULL),\n(39349, 'vi', 'db', 'Facebook Pixel', '\u0110i\u1ec3m \u1ea3nh Facebook', NULL, NULL),\n(39350, 'vi', 'db', 'Details', 'Chi ti\u1ebft', NULL, NULL),\n(39351, 'vi', 'db', 'Add Slider', 'Th\u00eam thanh tr\u01b0\u1ee3t', NULL, NULL),\n(39352, 'vi', 'db', 'Desktop', 'M\u00e1y t\u00ednh \u0111\u1ec3 b\u00e0n', NULL, NULL),\n(39353, 'vi', 'db', 'Tab', 'Th\u1ebb', NULL, NULL),\n(39354, 'vi', 'db', 'Add Social Link', 'Th\u00eam li\u00ean k\u1ebft x\u00e3 h\u1ed9i', NULL, NULL),\n(39355, 'vi', 'db', 'Available Widgets', 'Ti\u1ec7n \u00edch c\u00f3 s\u1eb5n', NULL, NULL),\n(39356, 'vi', 'db', 'To add a widget to a section, drag it onto that section', '\u0110\u1ec3 th\u00eam ti\u1ec7n \u00edch v\u00e0o m\u1ed9t ph\u1ea7n, h\u00e3y k\u00e9o n\u00f3 v\u00e0o ph\u1ea7n \u0111\u00f3', NULL, NULL),\n(39357, 'vi', 'db', 'Custom Menu', 'Menu t\u00f9y ch\u1ec9nh', NULL, NULL),\n(39358, 'vi', 'db', 'Select menu', 'Ch\u1ecdn menu', NULL, NULL),\n(39359, 'vi', 'db', 'Site Features', 'T\u00ednh n\u0103ng c\u1ee7a trang web', NULL, NULL),\n(39360, 'vi', 'db', 'Site Information', 'Th\u00f4ng tin trang web', NULL, NULL),\n(39361, 'vi', 'db', 'Hours', 'Gi\u1edd', NULL, NULL),\n(39362, 'vi', 'db', 'Newsletter form', 'M\u1eabu b\u1ea3n tin', NULL, NULL),\n(39363, 'vi', 'db', 'Section Above Footer', 'Ph\u1ea7n tr\u00ean ch\u00e2n trang', NULL, NULL),\n(39364, 'vi', 'db', 'Footer Section', 'Ph\u1ea7n ch\u00e2n trang', NULL, NULL),\n(39365, 'vi', 'db', 'Product Details Sidebar', 'Chi ti\u1ebft s\u1ea3n ph\u1ea9m Thanh b\u00ean', NULL, NULL),\n(39366, 'vi', 'db', 'Your email', 'Email c\u1ee7a b\u1ea1n', NULL, NULL),\n(39367, 'vi', 'db', 'Forgot Password', 'Qu\u00ean m\u1eadt kh\u1ea9u', NULL, NULL),\n(39368, 'vi', 'db', 'Subscribe', '\u0110\u1eb7t mua', NULL, NULL),\n(39369, 'vi', 'db', 'Sell Online', 'B\u00e1n h\u00e0ng tr\u1ef1c tuy\u1ebfn', NULL, NULL),\n(39370, 'vi', 'db', 'Out of stock', 'H\u1ebft h\u00e0ng', NULL, NULL),\n(39371, 'vi', 'db', 'Duplicate', 'Nh\u00e2n b\u1ea3n', NULL, NULL),\n(39372, 'vi', 'db', 'All Product In Stock', 'T\u1ea5t c\u1ea3 s\u1ea3n ph\u1ea9m trong kho', NULL, NULL),\n(39373, 'vi', 'db', 'Show All Product Online', 'Hi\u1ec3n th\u1ecb t\u1ea5t c\u1ea3 s\u1ea3n ph\u1ea9m tr\u1ef1c tuy\u1ebfn', NULL, NULL),\n(39374, 'vi', 'db', 'Oh snap! We are lost', '\u00d4i chao! Ch\u00fang ta l\u1ea1c \u0111\u01b0\u1eddng r\u1ed3i...', NULL, NULL),\n(39375, 'vi', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'C\u00f3 v\u1ebb nh\u01b0 ch\u00fang t\u00f4i kh\u00f4ng th\u1ec3 t\u00ecm th\u1ea5y nh\u1eefng g\u00ec b\u1ea1n \u0111ang t\u00ecm ki\u1ebfm. C\u00f3 l\u1ebd t\u00ecm ki\u1ebfm c\u00f3 th\u1ec3 gi\u00fap \u00edch ho\u1eb7c quay l\u1ea1i', NULL, NULL),\n(39376, 'vi', 'db', 'Sorry this page is dead!', 'Xin l\u1ed7i, trang n\u00e0y \u0111\u00e3 h\u1ecfng r\u1ed3i!', NULL, NULL),\n(39377, 'vi', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'Trang \u0111\u00e3 h\u1ebft h\u1ea1n do phi\u00ean h\u1ebft h\u1ea1n. Ch\u1ec9 c\u1ea7n l\u00e0m m\u1edbi trang ho\u1eb7c nh\u1ea5n n\u00fat b\u00ean d\u01b0\u1edbi.', NULL, NULL),\n(39378, 'vi', 'db', 'Refresh', 'L\u00e0m cho kh\u1ecfe l\u1ea1i', NULL, NULL),\n(39379, 'vi', 'db', 'Oh server just snapped!', '\u1ed2, m\u00e1y ch\u1ee7 v\u1eeba b\u1ecb s\u1eadp!', NULL, NULL),\n(39380, 'vi', 'db', 'An error occured due to server not being to able to handle your request', '\u0110\u00e3 x\u1ea3y ra l\u1ed7i do m\u00e1y ch\u1ee7 kh\u00f4ng th\u1ec3 x\u1eed l\u00fd y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n.', NULL, NULL),\n(39381, 'vi', 'db', 'An error occured because the service is unavailable', '\u0110\u00e3 x\u1ea3y ra l\u1ed7i v\u00ec d\u1ecbch v\u1ee5 kh\u00f4ng kh\u1ea3 d\u1ee5ng.', NULL, NULL),\n(39382, 'vi', 'db', 'Please type a product name to search', 'Vui l\u00f2ng nh\u1eadp t\u00ean s\u1ea3n ph\u1ea9m \u0111\u1ec3 t\u00ecm ki\u1ebfm', NULL, NULL),\n(39383, 'vi', 'db', 'Send', 'G\u1eedi', NULL, NULL),\n(39384, 'vi', 'db', 'don\\'t have an account', 'kh\u00f4ng c\u00f3 t\u00e0i kho\u1ea3n', NULL, NULL),\n(39385, 'vi', 'db', 'Click here to login', 'Nh\u1ea5p v\u00e0o \u0111\u00e2y \u0111\u1ec3 \u0111\u0103ng nh\u1eadp', NULL, NULL),\n(39386, 'vi', 'db', 'Zip \\\\\/ Post Code', 'M\u00e3 b\u01b0u ch\u00ednh \\\\\/ M\u00e3 b\u01b0u ch\u00ednh', NULL, NULL),\n(39387, 'vi', 'db', 'You may also like', 'B\u1ea1n c\u0169ng c\u00f3 th\u1ec3 th\u00edch', NULL, NULL),\n(39388, 'vi', 'db', 'Add to cart', 'Th\u00eam v\u00e0o gi\u1ecf h\u00e0ng', NULL, NULL),\n(39389, 'vi', 'db', 'No item in your cart', 'Kh\u00f4ng c\u00f3 s\u1ea3n ph\u1ea9m n\u00e0o trong gi\u1ecf h\u00e0ng c\u1ee7a b\u1ea1n', NULL, NULL),\n(39390, 'vi', 'db', 'Filter Sales', 'L\u1ecdc B\u00e1n H\u00e0ng', NULL, NULL),\n(39391, 'vi', 'db', 'Sale Type', 'Lo\u1ea1i b\u00e1n', NULL, NULL),\n(39392, 'vi', 'db', 'POS', '\u0110i\u1ec3m b\u00e1n h\u00e0ng', NULL, NULL),\n(39393, 'vi', 'db', 'eCommerce', 'Th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed', NULL, NULL),\n(39394, 'vi', 'db', 'Please login first', 'Vui l\u00f2ng \u0111\u0103ng nh\u1eadp tr\u01b0\u1edbc', NULL, NULL),\n(39395, 'vi', 'db', 'Product added to wishlist', 'S\u1ea3n ph\u1ea9m \u0111\u00e3 \u0111\u01b0\u1ee3c th\u00eam v\u00e0o danh s\u00e1ch mong mu\u1ed1n', NULL, NULL),\n(39396, 'vi', 'db', 'You have not added anything to wishlist yet', 'B\u1ea1n ch\u01b0a th\u00eam b\u1ea5t c\u1ee9 th\u1ee9 g\u00ec v\u00e0o danh s\u00e1ch mong mu\u1ed1n', NULL, NULL),\n(39397, 'vi', 'db', 'Product removed from wishlist', 'S\u1ea3n ph\u1ea9m \u0111\u00e3 b\u1ecb x\u00f3a kh\u1ecfi danh s\u00e1ch mong mu\u1ed1n', NULL, NULL),\n(39398, 'vi', 'db', 'Product already on wishlist', 'S\u1ea3n ph\u1ea9m \u0111\u00e3 c\u00f3 trong danh s\u00e1ch mong mu\u1ed1n', NULL, NULL),\n(39399, 'vi', 'db', 'Recently Viewed', '\u0110\u00e3 xem g\u1ea7n \u0111\u00e2y', NULL, NULL),\n(39400, 'vi', 'db', 'Verify', 'X\u00e1c minh', NULL, NULL),\n(39401, 'vi', 'db', 'Track Order', 'Theo d\u00f5i \u0111\u01a1n h\u00e0ng', NULL, NULL),\n(39402, 'vi', 'db', 'Track', 'Theo d\u00f5i', NULL, NULL),\n(39403, 'vi', 'db', 'Time', 'Th\u1eddi gian', NULL, NULL),\n(39404, 'vi', 'db', 'Order Status', 'Tr\u1ea1ng th\u00e1i \u0111\u01a1n h\u00e0ng', NULL, NULL),\n(39405, 'vi', 'db', 'Payment Method', 'Ph\u01b0\u01a1ng th\u1ee9c thanh to\u00e1n', NULL, NULL),\n(39406, 'vi', 'db', 'Shipping Status', 'T\u00ecnh tr\u1ea1ng v\u1eadn chuy\u1ec3n', NULL, NULL),\n(39407, 'vi', 'db', 'Pending Confirmation', '\u0110ang ch\u1edd x\u00e1c nh\u1eadn', NULL, NULL),\n(39408, 'vi', 'db', 'Track another order', 'Theo d\u00f5i \u0111\u01a1n h\u00e0ng kh\u00e1c', NULL, NULL),\n(39409, 'vi', 'db', 'Post Title', 'Ti\u00eau \u0111\u1ec1 b\u00e0i vi\u1ebft', NULL, NULL),\n(39410, 'vi', 'db', 'Post Thumbnail', '\u0110\u0103ng h\u00ecnh thu nh\u1ecf', NULL, NULL),\n(39411, 'vi', 'db', 'Pay with gift card', 'Thanh to\u00e1n b\u1eb1ng th\u1ebb qu\u00e0 t\u1eb7ng', NULL, NULL),\n(39413, 'vi', 'db', 'Warehouse Wise', 'Kho h\u00e0ng th\u00f4ng minh', NULL, NULL),\n(39414, 'vi', 'db', 'Payment Receiver', 'Ng\u01b0\u1eddi nh\u1eadn thanh to\u00e1n', NULL, NULL),\n(39415, 'vi', 'db', 'SMS Template', 'M\u1eabu tin nh\u1eafn SMS', NULL, NULL),\n(39416, 'vi', 'db', 'Add Template', 'Th\u00eam M\u1eabu', NULL, NULL),\n(39417, 'vi', 'db', 'SMS Template List', 'Danh s\u00e1ch m\u1eabu SMS', NULL, NULL),\n(39418, 'vi', 'db', 'Content', 'N\u1ed9i dung', NULL, NULL),\n(39419, 'vi', 'db', 'Update Template', 'C\u1eadp nh\u1eadt m\u1eabu', NULL, NULL),\n(39420, 'vi', 'db', 'Send SMS After Sale', 'G\u1eedi tin nh\u1eafn SMS sau khi b\u00e1n h\u00e0ng', NULL, NULL),\n(39421, 'vi', 'db', 'Default SMS Sale', 'B\u00e1n h\u00e0ng SMS m\u1eb7c \u0111\u1ecbnh', NULL, NULL),\n(39422, 'vi', 'db', 'Default SMS E-Commerce', 'SMS m\u1eb7c \u0111\u1ecbnh Th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed', NULL, NULL),\n(39423, 'vi', 'db', 'Default Online', 'M\u1eb7c \u0111\u1ecbnh tr\u1ef1c tuy\u1ebfn', NULL, NULL),\n(39424, 'vi', 'db', 'Top Up', 'N\u1ea1p ti\u1ec1n', NULL, NULL),\n(39425, 'vi', 'db', 'Coupon Name', 'T\u00ean phi\u1ebfu gi\u1ea3m gi\u00e1', NULL, NULL),\n(39426, 'vi', 'db', 'Email Sent', 'Email \u0111\u00e3 g\u1eedi', NULL, NULL),\n(39428, 'vi', 'db', 'Wholesale Price', 'Gi\u00e1 b\u00e1n bu\u00f4n', NULL, NULL),\n(39429, 'vi', 'db', 'Price Option', 'T\u00f9y ch\u1ecdn gi\u00e1', NULL, NULL),\n(39430, 'vi', 'db', 'Product Tags', 'Th\u1ebb s\u1ea3n ph\u1ea9m', NULL, NULL),\n(39431, 'vi', 'db', 'Selected Items', 'C\u00e1c m\u1ee5c \u0111\u00e3 ch\u1ecdn', NULL, NULL),\n(39432, 'vi', 'db', 'Related Products', 'S\u1ea3n ph\u1ea9m li\u00ean quan', NULL, NULL),\n(39434, 'vi', 'db', 'Track Inventory', 'Theo d\u00f5i h\u00e0ng t\u1ed3n kho', NULL, NULL),\n(39435, 'vi', 'db', 'Register me as a user', '\u0110\u0103ng k\u00fd t\u00f4i l\u00e0 ng\u01b0\u1eddi d\u00f9ng', NULL, NULL),\n(39436, 'vi', 'db', 'Verify & Close', 'X\u00e1c minh & \u0110\u00f3ng', NULL, NULL),\n(39437, 'vi', 'db', 'Enable Gift Card payment on checkout page', 'B\u1eadt thanh to\u00e1n Th\u1ebb qu\u00e0 t\u1eb7ng tr\u00ean trang thanh to\u00e1n', NULL, NULL),\n(39438, 'vi', 'db', 'Theme Color', 'M\u00e0u ch\u1ee7 \u0111\u1ec1', NULL, NULL),\n(39441, 'vi', 'db', 'Enter gift card number', 'Nh\u1eadp s\u1ed1 th\u1ebb qu\u00e0 t\u1eb7ng', NULL, NULL),\n(39442, 'vi', 'db', 'Page saved', 'Trang \u0111\u00e3 l\u01b0u', NULL, NULL),\n(39443, 'vi', 'db', 'Widget saved', 'Ti\u1ec7n \u00edch \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u', NULL, NULL),\n(39444, 'vi', 'db', 'Template', 'B\u1ea3n m\u1eabu', NULL, NULL),\n(39445, 'vi', 'db', 'Three Column Banner', 'Bi\u1ec3u ng\u1eef ba c\u1ed9t', NULL, NULL),\n(39446, 'vi', 'db', 'Banner Image', 'H\u00ecnh \u1ea3nh bi\u1ec3u ng\u1eef', NULL, NULL),\n(39447, 'vi', 'db', 'Income', 'Thu nh\u1eadp', NULL, NULL),\n(39448, 'vi', 'db', 'Income Category', 'Lo\u1ea1i thu nh\u1eadp', NULL, NULL),\n(39449, 'vi', 'db', 'Income List', 'Danh s\u00e1ch thu nh\u1eadp', NULL, NULL),\n(39450, 'vi', 'db', 'Add Income', 'Th\u00eam Thu Nh\u1eadp', NULL, NULL),\n(39451, 'vi', 'db', 'Add Income Category', 'Th\u00eam danh m\u1ee5c thu nh\u1eadp', NULL, NULL),\n(39452, 'vi', 'db', 'Update Income Category', 'C\u1eadp nh\u1eadt danh m\u1ee5c thu nh\u1eadp', NULL, NULL),\n(39453, 'vi', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Phi\u1ebfu \u0111\u00f3ng g\u00f3i \u0111\u1ec3 qu\u1ea3n l\u00fd \u0111\u01a1n h\u00e0ng\/doanh s\u1ed1', NULL, NULL),\n(39454, 'vi', 'db', 'Enable', 'Cho ph\u00e9p', NULL, NULL),\n(39455, 'vi', 'db', 'Disable', 'V\u00f4 hi\u1ec7u h\u00f3a', NULL, NULL),\n(39456, 'vi', 'db', 'Create Packing Slip', 'T\u1ea1o Phi\u1ebfu \u0110\u00f3ng G\u00f3i', NULL, NULL),\n(39457, 'vi', 'db', 'Packed', '\u0110\u00f3ng g\u00f3i', NULL, NULL),\n(39458, 'vi', 'db', 'Processing', 'X\u1eed l\u00fd', NULL, NULL),\n(39459, 'vi', 'db', 'Packing Slip List', 'Danh s\u00e1ch phi\u1ebfu \u0111\u00f3ng g\u00f3i', NULL, NULL),\n(39460, 'vi', 'db', 'Packing Slip Reference', 'Tham kh\u1ea3o Phi\u1ebfu \u0111\u00f3ng g\u00f3i', NULL, NULL),\n(39461, 'vi', 'db', 'Challan List', 'Danh s\u00e1ch Challan', NULL, NULL),\n(39462, 'vi', 'db', 'Challan Report', 'B\u00e1o c\u00e1o Challan', NULL, NULL),\n(39463, 'vi', 'db', 'Packing Slip & Challan', 'Phi\u1ebfu \u0111\u00f3ng g\u00f3i & Challan', NULL, NULL),\n(39464, 'vi', 'db', 'Filter Products', 'L\u1ecdc s\u1ea3n ph\u1ea9m', NULL, NULL),\n(39465, 'vi', 'db', 'Expiry Duration Type', 'Lo\u1ea1i th\u1eddi h\u1ea1n h\u1ebft h\u1ea1n', NULL, NULL),\n(39466, 'vi', 'db', 'Expiry Value', 'Gi\u00e1 tr\u1ecb h\u1ebft h\u1ea1n', NULL, NULL),\n(39467, 'vi', 'db', 'Biller Report', 'B\u00e1o c\u00e1o c\u1ee7a Biller', NULL, NULL),\n(39468, 'vi', 'db', 'Choose Biller', 'Ch\u1ecdn Biller', NULL, NULL),\n(39469, 'vi', 'db', 'Thermal Invoice Size', 'K\u00edch th\u01b0\u1edbc h\u00f3a \u0111\u01a1n nhi\u1ec7t', NULL, NULL),\n(39470, 'vi', 'db', 'Invoice Option', 'T\u00f9y ch\u1ecdn h\u00f3a \u0111\u01a1n', NULL, NULL),\n(39471, 'vi', 'db', '80mm', '80mm', NULL, NULL),\n(39472, 'vi', 'db', '58mm', '58mm', NULL, NULL),\n(39473, 'vi', 'db', 'Sale successfully added to draft', '\u0110\u00e3 th\u00eam th\u00e0nh c\u00f4ng b\u00e1n v\u00e0o b\u1ea3n nh\u00e1p', NULL, NULL),\n(39474, 'vi', 'db', 'Barcode Settings', 'C\u00e0i \u0111\u1eb7t m\u00e3 v\u1ea1ch', NULL, NULL),\n(39475, 'vi', 'db', 'Add barcode sticker setting', 'Th\u00eam c\u00e0i \u0111\u1eb7t nh\u00e3n d\u00e1n m\u00e3 v\u1ea1ch', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(39476, 'vi', 'db', 'Edit Barcode Sticker Setting', 'Ch\u1ec9nh s\u1eeda c\u00e0i \u0111\u1eb7t nh\u00e3n d\u00e1n m\u00e3 v\u1ea1ch', NULL, NULL),\n(39477, 'vi', 'db', 'Sticker Sheet setting Name', 'Thi\u1ebft l\u1eadp t\u1edd nh\u00e3n d\u00e1n T\u00ean', NULL, NULL),\n(39478, 'vi', 'db', 'Sticker Sheet setting Description', 'Thi\u1ebft l\u1eadp t\u1edd nh\u00e3n d\u00e1n M\u00f4 t\u1ea3', NULL, NULL),\n(39479, 'vi', 'db', 'Continuous feed or rolls', 'N\u1ea1p li\u00ean t\u1ee5c ho\u1eb7c cu\u1ed9n', NULL, NULL),\n(39480, 'vi', 'db', 'In Inches', 'Theo Inch', NULL, NULL),\n(39481, 'vi', 'db', 'Additional top margin', 'Bi\u00ean \u0111\u1ed9 tr\u00ean c\u00f9ng b\u1ed5 sung', NULL, NULL),\n(39482, 'vi', 'db', 'Additional left margin', 'L\u1ec1 tr\u00e1i b\u1ed5 sung', NULL, NULL),\n(39483, 'vi', 'db', 'Width of sticker', 'Chi\u1ec1u r\u1ed9ng c\u1ee7a nh\u00e3n d\u00e1n', NULL, NULL),\n(39484, 'vi', 'db', 'Height of sticker', 'Chi\u1ec1u cao c\u1ee7a nh\u00e3n d\u00e1n', NULL, NULL),\n(39485, 'vi', 'db', 'Paper width', 'Chi\u1ec1u r\u1ed9ng gi\u1ea5y', NULL, NULL),\n(39486, 'vi', 'db', 'Paper height', 'Chi\u1ec1u cao gi\u1ea5y', NULL, NULL),\n(39487, 'vi', 'db', 'Stickers in one row', 'Nh\u00e3n d\u00e1n trong m\u1ed9t h\u00e0ng', NULL, NULL),\n(39488, 'vi', 'db', 'Distance between two rows', 'Kho\u1ea3ng c\u00e1ch gi\u1eefa hai h\u00e0ng', NULL, NULL),\n(39489, 'vi', 'db', 'Distance between two columns', 'Kho\u1ea3ng c\u00e1ch gi\u1eefa hai c\u1ed9t', NULL, NULL),\n(39490, 'vi', 'db', 'No of Stickers per sheet', 'S\u1ed1 l\u01b0\u1ee3ng nh\u00e3n d\u00e1n tr\u00ean m\u1ed9t t\u1edd', NULL, NULL),\n(39491, 'vi', 'db', 'Set as default', '\u0110\u1eb7t l\u00e0m m\u1eb7c \u0111\u1ecbnh', NULL, NULL),\n(39492, 'vi', 'db', 'Add New Setting', 'Th\u00eam thi\u1ebft l\u1eadp m\u1edbi', NULL, NULL),\n(39493, 'vi', 'db', 'Print Labels', 'Nh\u00e3n in', NULL, NULL),\n(39494, 'vi', 'db', 'Information on Label', 'Th\u00f4ng tin tr\u00ean nh\u00e3n', NULL, NULL),\n(39495, 'vi', 'db', 'Add Production', 'Th\u00eam s\u1ea3n xu\u1ea5t', NULL, NULL),\n(39496, 'vi', 'db', 'Production List', 'Danh s\u00e1ch s\u1ea3n xu\u1ea5t', NULL, NULL),\n(39497, 'vi', 'db', 'Expired Date', 'Ng\u00e0y h\u1ebft h\u1ea1n', NULL, NULL),\n(39498, 'vi', 'db', 'Manufacturing', 'Ch\u1ebf t\u1ea1o', NULL, NULL),\n(39499, 'vi', 'db', 'Total Tax', 'T\u1ed5ng thu\u1ebf', NULL, NULL),\n(39500, 'vi', 'db', 'Production Details', 'Chi ti\u1ebft s\u1ea3n xu\u1ea5t', NULL, NULL),\n(39501, 'vi', 'db', 'Add Custom Size', 'Th\u00eam K\u00edch th\u01b0\u1edbc t\u00f9y ch\u1ec9nh', NULL, NULL),\n(39502, 'vi', 'db', 'RTL', 'RTL', NULL, NULL),\n(39503, 'vi', 'db', 'LTR', 'LTR', NULL, NULL),\n(39505, 'vi', 'db', 'Show search results in', 'Hi\u1ec3n th\u1ecb k\u1ebft qu\u1ea3 t\u00ecm ki\u1ebfm trong', NULL, NULL),\n(39506, 'vi', 'db', 'Full Page', 'Trang \u0111\u1ea7y \u0111\u1ee7', NULL, NULL),\n(39507, 'vi', 'db', 'Dropdown', 'th\u1ea3 xu\u1ed1ng', NULL, NULL),\n(39509, 'vi', 'db', 'Saving', 'Ti\u1ebft ki\u1ec7m', NULL, NULL),\n(39510, 'vi', 'db', 'Multiple Payment', 'Thanh to\u00e1n nhi\u1ec1u l\u1ea7n', NULL, NULL),\n(39511, 'vi', 'db', 'Finalize Sale(Multiple Payment)', 'Ho\u00e0n t\u1ea5t b\u00e1n h\u00e0ng (Thanh to\u00e1n nhi\u1ec1u l\u1ea7n)', NULL, NULL),\n(39512, 'vi', 'db', 'Cash Received', 'Ti\u1ec1n m\u1eb7t \u0111\u00e3 nh\u1eadn', NULL, NULL),\n(39513, 'vi', 'db', 'Add More Payment', 'Th\u00eam Thanh To\u00e1n Th\u00eam', NULL, NULL),\n(39514, 'vi', 'db', 'Received', '\u0110a\u0303 nh\u00e2\u0323n', NULL, NULL),\n(39515, 'vi', 'db', 'Production Status', 'T\u00ecnh tr\u1ea1ng s\u1ea3n xu\u1ea5t', NULL, NULL),\n(39521, 'vi', 'db', 'Employees', 'Ng\u01b0\u1eddi lao \u0111\u1ed9ng', NULL, NULL),\n(39522, 'vi', 'db', 'Award', 'Ph\u1ea7n th\u01b0\u1edfng', NULL, NULL),\n(39523, 'vi', 'db', 'Travel', 'Du l\u1ecbch', NULL, NULL),\n(39524, 'vi', 'db', 'Resignations', 'T\u1eeb ch\u1ee9c', NULL, NULL),\n(39525, 'vi', 'db', 'Complaints', 'Khi\u1ebfu n\u1ea1i', NULL, NULL),\n(39526, 'vi', 'db', 'Warnings', 'C\u1ea3nh b\u00e1o', NULL, NULL),\n(39527, 'vi', 'db', 'Terminations', 'Ch\u1ea5m d\u1ee9t', NULL, NULL),\n(39528, 'vi', 'db', 'Organization', 'T\u1ed5 ch\u1ee9c', NULL, NULL),\n(39529, 'vi', 'db', 'Company', 'C\u00f4ng ty', NULL, NULL),\n(39530, 'vi', 'db', 'Designation', 'Ch\u1ec9 \u0111\u1ecbnh', NULL, NULL),\n(39531, 'vi', 'db', 'Announcements', 'Th\u00f4ng b\u00e1o', NULL, NULL),\n(39532, 'vi', 'db', 'Timesheets', 'B\u1ea3ng ch\u1ea5m c\u00f4ng', NULL, NULL),\n(39533, 'vi', 'db', 'Attendances', 'S\u1ed1 ng\u01b0\u1eddi tham d\u1ef1', NULL, NULL),\n(39534, 'vi', 'db', 'Recruitment', 'Tuy\u1ec3n d\u1ee5ng', NULL, NULL),\n(39535, 'vi', 'db', 'Training', '\u0110\u00e0o t\u1ea1o', NULL, NULL),\n(39536, 'vi', 'db', 'Trainers', 'Ng\u01b0\u1eddi hu\u1ea5n luy\u1ec7n', NULL, NULL),\n(39537, 'vi', 'db', 'Events', 'S\u1ef1 ki\u1ec7n', NULL, NULL),\n(39538, 'vi', 'db', 'Meetings', 'Cu\u1ed9c h\u1ecdp', NULL, NULL),\n(39539, 'vi', 'db', 'Finance', 'T\u00e0i ch\u00ednh', NULL, NULL),\n(39540, 'vi', 'db', 'imei_numbers', 's\u1ed1 imei', NULL, NULL),\n(39541, 'vi', 'db', 'Warranty', 'B\u1ea3o h\u00e0nh', NULL, NULL),\n(39542, 'vi', 'db', 'Guarantee', 'B\u1ea3o \u0111\u1ea3m', NULL, NULL),\n(39543, 'vi', 'db', 'Dear', 'K\u00ednh th\u01b0a', NULL, NULL),\n(39544, 'vi', 'db', 'Thank you for your purchase! Your invoice number is', 'C\u1ea3m \u01a1n b\u1ea1n \u0111\u00e3 mua h\u00e0ng! S\u1ed1 h\u00f3a \u0111\u01a1n c\u1ee7a b\u1ea1n l\u00e0', NULL, NULL),\n(39545, 'vi', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'N\u1ebfu b\u1ea1n c\u00f3 b\u1ea5t k\u1ef3 c\u00e2u h\u1ecfi ho\u1eb7c th\u1eafc m\u1eafc n\u00e0o, vui l\u00f2ng li\u00ean h\u1ec7 v\u1edbi ch\u00fang t\u00f4i. Ch\u00fang t\u00f4i \u1edf \u0111\u00e2y \u0111\u1ec3 gi\u00fap b\u1ea1n!', NULL, NULL),\n(39546, 'vi', 'db', 'Best regards', 'Tr\u00e2n tr\u1ecdng', NULL, NULL),\n(39547, 'vi', 'db', 'Whatsapp Notification', 'Th\u00f4ng b\u00e1o Whatsapp', NULL, NULL),\n(39548, 'vi', 'db', 'Add More Payment Option', 'Th\u00eam t\u00f9y ch\u1ecdn thanh to\u00e1n', NULL, NULL),\n(39549, 'vi', 'db', 'Type date or quotation reference', 'Nh\u1eadp ng\u00e0y th\u00e1ng ho\u1eb7c tham chi\u1ebfu tr\u00edch d\u1eabn...', NULL, NULL),\n(39551, 'vi', 'db', 'Sale Reference No', 'S\u1ed1 tham chi\u1ebfu b\u00e1n h\u00e0ng', NULL, NULL),\n(39552, 'vi', 'db', 'My Transactions', 'Giao d\u1ecbch c\u1ee7a t\u00f4i', NULL, NULL),\n(39553, 'vi', 'db', 'One Point is Equivalent to:', 'M\u1ed9t \u0110i\u1ec3m T\u01b0\u01a1ng \u0110\u01b0\u01a1ng V\u1edbi:', NULL, NULL),\n(39554, 'vi', 'db', 'Update Income', 'C\u1eadp nh\u1eadt thu nh\u1eadp', NULL, NULL),\n(39555, 'vi', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', 'Ch\u1ec9 s\u1eed d\u1ee5ng cho c\u00e1c lo\u1ea1i Select, Multi Select, Checkbox, Radio Button. \u0110i\u1ec1n v\u00e0o tr\u01b0\u1eddng b\u1eb1ng c\u00e1ch ph\u00e2n t\u00e1ch c\u00e1c t\u00f9y ch\u1ecdn b\u1eb1ng d\u1ea5u ph\u1ea9y. v\u00ed d\u1ee5: apple,orange,banana', NULL, NULL),\n(39556, 'vi', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', 'Kh\u00f4ng bao g\u1ed3m: Gi\u00e1 s\u1ea3n ph\u1ea9m = Gi\u00e1 s\u1ea3n ph\u1ea9m th\u1ef1c t\u1ebf + Thu\u1ebf. Bao g\u1ed3m: Gi\u00e1 s\u1ea3n ph\u1ea9m th\u1ef1c t\u1ebf = Gi\u00e1 s\u1ea3n ph\u1ea9m - Thu\u1ebf', NULL, NULL),\n(39557, 'vi', 'db', 'Update Modal', 'C\u1eadp nh\u1eadt Modal', NULL, NULL),\n(39560, 'vi', 'db', 'Import Product Modal', 'Nh\u1eadp s\u1ea3n ph\u1ea9m Modal', NULL, NULL),\n(39561, 'vi', 'db', 'Remove', 'Di d\u1eddi', NULL, NULL),\n(39562, 'vi', 'db', 'Payments Modal', 'Ph\u01b0\u01a1ng th\u1ee9c thanh to\u00e1n', NULL, NULL),\n(39563, 'vi', 'db', 'Choose date', 'Ch\u1ecdn ng\u00e0y', NULL, NULL),\n(39564, 'vi', 'db', 'Select warehouse', 'Ch\u1ecdn kho', NULL, NULL),\n(39565, 'vi', 'db', 'Select supplier', 'Ch\u1ecdn nh\u00e0 cung c\u1ea5p', NULL, NULL),\n(39566, 'vi', 'db', 'Please type product code and select', 'Vui l\u00f2ng nh\u1eadp m\u00e3 s\u1ea3n ph\u1ea9m v\u00e0 ch\u1ecdn', NULL, NULL),\n(39567, 'vi', 'db', 'Add Sale Return', 'Th\u00eam Tr\u1ea3 l\u1ea1i h\u00e0ng', NULL, NULL),\n(39568, 'vi', 'db', 'Warehouse Stock', 'Kho h\u00e0ng', NULL, NULL),\n(39571, 'vi', 'db', 'Select Income Category', 'Ch\u1ecdn lo\u1ea1i thu nh\u1eadp', NULL, NULL),\n(39572, 'vi', 'db', 'Income Report', 'B\u00e1o c\u00e1o thu nh\u1eadp', NULL, NULL),\n(39573, 'vi', 'db', 'Add Modal', 'Th\u00eam Modal', NULL, NULL),\n(39574, 'vi', 'db', 'Type department name', 'Nh\u1eadp t\u00ean ph\u00f2ng ban', NULL, NULL),\n(39575, 'vi', 'db', 'Select Role', 'Ch\u1ecdn vai tr\u00f2', NULL, NULL),\n(39576, 'vi', 'db', 'Type expense category code', 'Lo\u1ea1i m\u00e3 lo\u1ea1i chi ph\u00ed', NULL, NULL),\n(39578, 'vi', 'db', 'Barcode Height', 'Chi\u1ec1u cao m\u00e3 v\u1ea1ch', NULL, NULL),\n(39579, 'vi', 'db', 'Barcode Stickers In One Sheet', 'Nh\u00e3n d\u00e1n m\u00e3 v\u1ea1ch trong m\u1ed9t t\u1edd', NULL, NULL),\n(39580, 'vi', 'db', 'Type brand title', 'Lo\u1ea1i ti\u00eau \u0111\u1ec1 th\u01b0\u01a1ng hi\u1ec7u', NULL, NULL),\n(39581, 'vi', 'db', 'Type income category code', 'Lo\u1ea1i m\u00e3 lo\u1ea1i thu nh\u1eadp', NULL, NULL),\n(39582, 'vi', 'db', 'Type income category name', 'Lo\u1ea1i t\u00ean lo\u1ea1i thu nh\u1eadp', NULL, NULL),\n(39583, 'vi', 'db', 'Type expense category name', 'Lo\u1ea1i t\u00ean danh m\u1ee5c chi ph\u00ed', NULL, NULL),\n(39584, 'vi', 'db', 'lang_v1 enter_product_name_to_print_labels', 'lang_v1 nh\u1eadp_t\u00ean_s\u1ea3n_ph\u1ea9m_\u0111\u1ec3_in_nh\u00e3n', NULL, NULL),\n(39585, 'vi', 'db', 'Type category name', 'Nh\u1eadp t\u00ean danh m\u1ee5c', NULL, NULL),\n(39587, 'vi', 'db', 'eg: 1', 'v\u00ed d\u1ee5: 1', NULL, NULL),\n(39588, 'vi', 'db', 'Size, Color etc', 'K\u00edch th\u01b0\u1edbc, m\u00e0u s\u1eafc, v.v.', NULL, NULL),\n(39591, 'vi', 'db', 'Type Coupon Code', 'Lo\u1ea1i M\u00e3 gi\u1ea3m gi\u00e1', NULL, NULL),\n(39592, 'vi', 'db', 'Type reference number', 'Nh\u1eadp s\u1ed1 tham chi\u1ebfu', NULL, NULL),\n(39593, 'vi', 'db', 'Please type customer name or mobile no and select', 'Vui l\u00f2ng nh\u1eadp t\u00ean kh\u00e1ch h\u00e0ng ho\u1eb7c s\u1ed1 \u0111i\u1ec7n tho\u1ea1i di \u0111\u1ed9ng v\u00e0 ch\u1ecdn', NULL, NULL),\n(39594, 'vi', 'db', 'example : +8801*********,+8801*********', 'V\u00ed d\u1ee5: +8801*********,+8801*********', NULL, NULL),\n(39595, 'vi', 'db', 'Payment Options', 'T\u00f9y ch\u1ecdn thanh to\u00e1n', NULL, NULL),\n(39596, 'vi', 'db', 'Type table name', 'Nh\u1eadp t\u00ean b\u1ea3ng', NULL, NULL),\n(39597, 'vi', 'db', 'Enter your Name', 'Nh\u1eadp t\u00ean c\u1ee7a b\u1ea1n', NULL, NULL),\n(39598, 'vi', 'db', 'Type WareHouse Name', 'Lo\u1ea1i T\u00ean kho', NULL, NULL),\n(39599, 'vi', 'db', 'Email Address', '\u0110\u1ecba ch\u1ec9 Email', NULL, NULL),\n(39600, 'vi', 'db', 'Disabled input here', '\u0110\u00e3 v\u00f4 hi\u1ec7u h\u00f3a \u0111\u1ea7u v\u00e0o \u1edf \u0111\u00e2y', NULL, NULL),\n(39601, 'vi', 'db', 'input-lg', '\u0111\u1ea7u v\u00e0o-lg', NULL, NULL),\n(39602, 'vi', 'db', 'input-sm', '\u0111\u1ea7u v\u00e0o-sm', NULL, NULL),\n(39603, 'vi', 'db', 'input-md', '\u0111\u1ea7u v\u00e0o-md', NULL, NULL),\n(39604, 'vi', 'db', 'Default input', '\u0110\u1ea7u v\u00e0o m\u1eb7c \u0111\u1ecbnh', NULL, NULL),\n(39605, 'pt', 'db', 'dashboard', 'painel', NULL, NULL),\n(39606, 'pt', 'db', 'language', 'linguagem', NULL, NULL),\n(39607, 'pt', 'db', 'Languages', 'Idiomas', NULL, NULL),\n(39608, 'pt', 'db', 'revenue', 'receita', NULL, NULL),\n(39609, 'pt', 'db', 'product', 'produto', NULL, NULL),\n(39610, 'pt', 'db', 'category', 'categoria', NULL, NULL),\n(39611, 'pt', 'db', 'product_list', 'lista_de_produtos', NULL, NULL),\n(39612, 'pt', 'db', 'add_product', 'adicionar_produto', NULL, NULL),\n(39613, 'pt', 'db', 'import_product', 'produto_importado', NULL, NULL),\n(39614, 'pt', 'db', 'print_barcode', 'imprimir_c\u00f3digo_de_barras', NULL, NULL),\n(39615, 'pt', 'db', 'welcome', 'Bem-vindo', NULL, NULL),\n(39616, 'pt', 'db', 'profile', 'perfil', NULL, NULL),\n(39617, 'pt', 'db', 'add', 'adicionar', NULL, NULL),\n(39618, 'pt', 'db', 'parent', 'pai', NULL, NULL),\n(39619, 'pt', 'db', 'action', 'A\u00e7\u00e3o', NULL, NULL),\n(39620, 'pt', 'db', 'import', 'importar', NULL, NULL),\n(39621, 'pt', 'db', 'edit', 'editar', NULL, NULL),\n(39622, 'pt', 'db', 'delete', 'excluir', NULL, NULL),\n(39623, 'pt', 'db', 'name', 'nome', NULL, NULL),\n(39624, 'pt', 'db', 'submit', 'enviar', NULL, NULL),\n(39625, 'pt', 'db', 'update', 'atualizar', NULL, NULL),\n(39626, 'pt', 'db', 'The field labels marked with * are required input fields', 'Os r\u00f3tulos de campo marcados com * s\u00e3o campos de entrada obrigat\u00f3rios', NULL, NULL),\n(39627, 'pt', 'db', 'settings', 'configura\u00e7\u00f5es', NULL, NULL),\n(39628, 'pt', 'db', 'logout', 'Sair', NULL, NULL),\n(39629, 'pt', 'db', 'return', 'retornar', NULL, NULL),\n(39630, 'pt', 'db', 'profit', 'lucro', NULL, NULL),\n(39631, 'pt', 'db', 'sale qty', 'quantidade de venda', NULL, NULL),\n(39632, 'pt', 'db', 'yearly report', 'relat\u00f3rio anual', NULL, NULL),\n(39633, 'pt', 'db', 'sale amount', 'valor da venda', NULL, NULL),\n(39634, 'pt', 'db', 'recent sales', 'vendas recentes', NULL, NULL),\n(39635, 'pt', 'db', 'latest', 'mais recente', NULL, NULL),\n(39636, 'pt', 'db', 'best selling product', 'produto mais vendido', NULL, NULL),\n(39637, 'pt', 'db', 'top', 'principal', NULL, NULL),\n(39638, 'pt', 'db', 'date', 'data', NULL, NULL),\n(39640, 'pt', 'db', 'reference', 'refer\u00eancia', NULL, NULL),\n(39641, 'pt', 'db', 'customer', 'cliente', NULL, NULL),\n(39642, 'pt', 'db', 'status', 'status', NULL, NULL),\n(39643, 'pt', 'db', 'grand total', 'total geral', NULL, NULL),\n(39644, 'pt', 'db', 'Product Details', 'Detalhes do produto', NULL, NULL),\n(39645, 'pt', 'db', 'qty', 'quantidade', NULL, NULL),\n(39647, 'pt', 'db', 'Price', 'Pre\u00e7o', NULL, NULL),\n(39648, 'pt', 'db', 'Image', 'Imagem', NULL, NULL),\n(39649, 'pt', 'db', 'Code', 'C\u00f3digo', NULL, NULL),\n(39650, 'pt', 'db', 'Brand', 'Marca', NULL, NULL),\n(39651, 'pt', 'db', 'Quantity', 'Quantidade', NULL, NULL),\n(39652, 'pt', 'db', 'Unit', 'Unidade', NULL, NULL),\n(39653, 'pt', 'db', 'Type', 'Tipo', NULL, NULL),\n(39654, 'pt', 'db', 'Barcode Symbology', 'Simbologia de c\u00f3digo de barras', NULL, NULL),\n(39655, 'pt', 'db', 'Sale', 'Oferta', NULL, NULL),\n(39656, 'pt', 'db', 'Purchase', 'Comprar', NULL, NULL),\n(39657, 'pt', 'db', 'Cost', 'Custo', NULL, NULL),\n(39658, 'pt', 'db', 'Alert', 'Alerta', NULL, NULL),\n(39659, 'pt', 'db', 'Promotional Price', 'Pre\u00e7o promocional', NULL, NULL),\n(39660, 'pt', 'db', 'Promotion', 'Promo\u00e7\u00e3o', NULL, NULL),\n(39661, 'pt', 'db', 'Featured', 'Apresentou', NULL, NULL),\n(39662, 'pt', 'db', 'Tax', 'Imposto', NULL, NULL),\n(39663, 'pt', 'db', 'Invoice Details', 'Detalhes da fatura', NULL, NULL),\n(39664, 'pt', 'db', 'Generate', 'Gerar', NULL, NULL),\n(39665, 'pt', 'db', 'Promotion Starts', 'In\u00edcio da promo\u00e7\u00e3o', NULL, NULL),\n(39666, 'pt', 'db', 'Promotion Ends', 'Fim da promo\u00e7\u00e3o', NULL, NULL),\n(39667, 'pt', 'db', 'Starting', 'Come\u00e7ando', NULL, NULL),\n(39668, 'pt', 'db', 'Ending', 'Final', NULL, NULL),\n(39669, 'pt', 'db', 'Print', 'Imprimir', NULL, NULL),\n(39670, 'pt', 'db', 'Barcode', 'C\u00f3digo de barras', NULL, NULL),\n(39671, 'pt', 'db', 'Supplier', 'Fornecedor', NULL, NULL),\n(39672, 'pt', 'db', 'Paid', 'Pago', NULL, NULL),\n(39673, 'pt', 'db', 'Balance', 'Equil\u00edbrio', NULL, NULL),\n(39674, 'pt', 'db', 'Payment', 'Pagamento', NULL, NULL),\n(39675, 'pt', 'db', 'View', 'Visualizar', NULL, NULL),\n(39676, 'pt', 'db', 'Warehouse', 'Armaz\u00e9m', NULL, NULL),\n(39677, 'pt', 'db', 'Attach Document', 'Anexar documento', NULL, NULL),\n(39678, 'pt', 'db', 'Select Product', 'Selecione o produto', NULL, NULL),\n(39679, 'pt', 'db', 'Order', 'Ordem', NULL, NULL),\n(39680, 'pt', 'db', 'Order Table', 'Tabela de pedidos', NULL, NULL),\n(39681, 'pt', 'db', 'Discount', 'Desconto', NULL, NULL),\n(39682, 'pt', 'db', 'Unit Cost', 'Custo unit\u00e1rio', NULL, NULL),\n(39683, 'pt', 'db', 'Unit Price', 'Pre\u00e7o unit\u00e1rio', NULL, NULL),\n(39684, 'pt', 'db', 'Net Unit Cost', 'Custo Unit\u00e1rio L\u00edquido', NULL, NULL),\n(39685, 'pt', 'db', 'Net Unit Price', 'Pre\u00e7o Unit\u00e1rio L\u00edquido', NULL, NULL),\n(39686, 'pt', 'db', 'Shipping Cost', 'Custo de envio', NULL, NULL),\n(39687, 'pt', 'db', 'Subtotal', 'Subtotal', NULL, NULL),\n(39688, 'pt', 'db', 'Note', 'Observa\u00e7\u00e3o', NULL, NULL),\n(39689, 'pt', 'db', 'Items', 'Unid', NULL, NULL),\n(39690, 'pt', 'db', 'Total', 'Total', NULL, NULL),\n(39691, 'pt', 'db', 'Recieved', 'Recebido', NULL, NULL),\n(39692, 'pt', 'db', 'Upload CSV File', 'Carregar arquivo CSV', NULL, NULL),\n(39693, 'pt', 'db', 'Download Sample File', 'Baixar arquivo de amostra', NULL, NULL),\n(39694, 'pt', 'db', 'Sample File', 'Arquivo de amostra', NULL, NULL),\n(39695, 'pt', 'db', 'Download', 'Download', NULL, NULL),\n(39696, 'pt', 'db', 'The correct column order is', 'A ordem correta das colunas \u00e9', NULL, NULL),\n(39697, 'pt', 'db', 'and you must follow this', 'e voc\u00ea deve seguir isto', NULL, NULL),\n(39698, 'pt', 'db', 'All columns are required', 'Todas as colunas s\u00e3o obrigat\u00f3rias', NULL, NULL),\n(39699, 'pt', 'db', 'Biller', 'Cobrador', NULL, NULL),\n(39700, 'pt', 'db', 'From', 'De', NULL, NULL),\n(39701, 'pt', 'db', 'To', 'Para', NULL, NULL),\n(39702, 'pt', 'db', 'Created By', 'Criado por', NULL, NULL),\n(39703, 'pt', 'db', 'Amount', 'Quantia', NULL, NULL),\n(39704, 'pt', 'db', 'Staff', 'Funcion\u00e1rios', NULL, NULL),\n(39705, 'pt', 'db', 'Quotation', 'Cota\u00e7\u00e3o', NULL, NULL),\n(39706, 'pt', 'db', 'Create', 'Criar', NULL, NULL),\n(39707, 'pt', 'db', 'Adjustment', 'Ajuste', NULL, NULL),\n(39708, 'pt', 'db', 'Subtraction', 'Subtra\u00e7\u00e3o', NULL, NULL),\n(39709, 'pt', 'db', 'Addition', 'Adi\u00e7\u00e3o', NULL, NULL),\n(39710, 'pt', 'db', 'Transfer', 'Transferir', NULL, NULL),\n(39711, 'pt', 'db', 'User', 'Usu\u00e1rio', NULL, NULL),\n(39712, 'pt', 'db', 'Email', 'E-mail', NULL, NULL),\n(39713, 'pt', 'db', 'Company Name', 'nome da empresa', NULL, NULL),\n(39714, 'pt', 'db', 'Phone Number', 'N\u00famero de telefone', NULL, NULL),\n(39715, 'pt', 'db', 'Role', 'Papel', NULL, NULL),\n(39716, 'pt', 'db', 'UserName', 'Nome de usu\u00e1rio', NULL, NULL),\n(39717, 'pt', 'db', 'Password', 'Senha', NULL, NULL),\n(39718, 'pt', 'db', 'LogIn', 'Conecte-se', NULL, NULL),\n(39719, 'pt', 'db', 'Change Password', 'Alterar a senha', NULL, NULL),\n(39720, 'pt', 'db', 'Active', 'Ativo', NULL, NULL),\n(39721, 'pt', 'db', 'Customer Group', 'Grupo de clientes', NULL, NULL),\n(39722, 'pt', 'db', 'Address', 'Endere\u00e7o', NULL, NULL),\n(39723, 'pt', 'db', 'City', 'Cidade', NULL, NULL),\n(39724, 'pt', 'db', 'Postal Code', 'C\u00f3digo postal', NULL, NULL),\n(39725, 'pt', 'db', 'Country', 'Pa\u00eds', NULL, NULL),\n(39726, 'pt', 'db', 'State', 'Estado', NULL, NULL),\n(39727, 'pt', 'db', 'Upload File', 'Carregar arquivo', NULL, NULL),\n(39728, 'pt', 'db', 'List', 'Lista', NULL, NULL),\n(39729, 'pt', 'db', 'VAT Number', 'N\u00famero de IVA', NULL, NULL),\n(39730, 'pt', 'db', 'Choose Your Date', 'Escolha sua data', NULL, NULL),\n(39731, 'pt', 'db', 'Loss', 'Perda', NULL, NULL),\n(39732, 'pt', 'db', 'Or', 'Ou', NULL, NULL),\n(39733, 'pt', 'db', 'Sent', 'Enviado', NULL, NULL),\n(39734, 'pt', 'db', 'Net Profit', 'Lucro l\u00edquido', NULL, NULL),\n(39735, 'pt', 'db', 'Best Seller', 'Best-seller', NULL, NULL),\n(39736, 'pt', 'db', 'Best Seller From', 'Mais vendido de', NULL, NULL),\n(39737, 'pt', 'db', 'Product Report', 'Relat\u00f3rio do produto', NULL, NULL),\n(39738, 'pt', 'db', 'Purchased', 'Comprado', NULL, NULL),\n(39739, 'pt', 'db', 'Sold', 'Vendido', NULL, NULL),\n(39740, 'pt', 'db', 'In Stock', 'Em estoque', NULL, NULL),\n(39741, 'pt', 'db', 'Reports', 'Relat\u00f3rios', NULL, NULL),\n(39742, 'pt', 'db', 'Daily Sale', 'Venda di\u00e1ria', NULL, NULL),\n(39743, 'pt', 'db', 'Daily Sale Report', 'Relat\u00f3rio de vendas di\u00e1rias', NULL, NULL),\n(39744, 'pt', 'db', 'Monthly Sale', 'Venda mensal', NULL, NULL),\n(39745, 'pt', 'db', 'Monthly Sale Report', 'Relat\u00f3rio de vendas mensal', NULL, NULL),\n(39746, 'pt', 'db', 'Daily Purchase', 'Compra di\u00e1ria', NULL, NULL),\n(39747, 'pt', 'db', 'Daily Purchase Report', 'Relat\u00f3rio de Compras Di\u00e1rias', NULL, NULL),\n(39748, 'pt', 'db', 'Monthly Purchase', 'Compra mensal', NULL, NULL),\n(39749, 'pt', 'db', 'Monthly Purchase Report', 'Relat\u00f3rio de Compras Mensal', NULL, NULL),\n(39750, 'pt', 'db', 'Previous', 'Anterior', NULL, NULL),\n(39751, 'pt', 'db', 'Next', 'Pr\u00f3ximo', NULL, NULL),\n(39752, 'pt', 'db', 'Stock Chart', 'Gr\u00e1fico de a\u00e7\u00f5es', NULL, NULL),\n(39753, 'pt', 'db', 'Due', 'Devido', NULL, NULL),\n(39754, 'pt', 'db', 'Description', 'Descri\u00e7\u00e3o', NULL, NULL),\n(39755, 'pt', 'db', 'Change Permission', 'Alterar Permiss\u00e3o', NULL, NULL),\n(39756, 'pt', 'db', 'Group Permission', 'Permiss\u00e3o de grupo', NULL, NULL),\n(39757, 'pt', 'db', 'Permissions', 'Permiss\u00f5es', NULL, NULL),\n(39758, 'pt', 'db', 'Percentage', 'Percentagem', NULL, NULL),\n(39759, 'pt', 'db', 'Title', 'T\u00edtulo', NULL, NULL),\n(39760, 'pt', 'db', 'Base Unit', 'Unidade Base', NULL, NULL),\n(39761, 'pt', 'db', 'Operator', 'Operador', NULL, NULL),\n(39762, 'pt', 'db', 'Operation Value', 'Valor da opera\u00e7\u00e3o', NULL, NULL),\n(39763, 'pt', 'db', 'Rate', 'Avaliar', NULL, NULL),\n(39764, 'pt', 'db', 'General Setting', 'Configura\u00e7\u00e3o geral', NULL, NULL),\n(39765, 'pt', 'db', 'Site Title', 'T\u00edtulo do site', NULL, NULL),\n(39766, 'pt', 'db', 'Site Logo', 'Logotipo do site', NULL, NULL),\n(39767, 'pt', 'db', 'Current Password', 'Senha atual', NULL, NULL),\n(39768, 'pt', 'db', 'New Password', 'Nova Senha', NULL, NULL),\n(39769, 'pt', 'db', 'Confirm Password', 'Confirme sua senha', NULL, NULL),\n(39770, 'pt', 'db', 'POS Setting', 'Configura\u00e7\u00e3o POS', NULL, NULL),\n(39771, 'pt', 'db', 'Developed By', 'Desenvolvido por', NULL, NULL),\n(39772, 'pt', 'db', 'All', 'Todos', NULL, NULL),\n(39773, 'pt', 'db', 'By', 'Por', NULL, NULL),\n(39774, 'pt', 'db', 'Cheque Number', 'N\u00famero do cheque', NULL, NULL),\n(39775, 'pt', 'db', 'Invoice', 'Fatura', NULL, NULL),\n(39776, 'pt', 'db', 'Shipping', 'Envio', NULL, NULL),\n(39777, 'pt', 'db', 'Finalize Sale', 'Finalizar venda', NULL, NULL),\n(39778, 'pt', 'db', 'People', 'Pessoas', NULL, NULL),\n(39779, 'pt', 'db', 'Option', 'Op\u00e7\u00e3o', NULL, NULL),\n(39780, 'pt', 'db', 'Bill', 'Conta', NULL, NULL),\n(39781, 'pt', 'db', 'Go To', 'V\u00e1 para', NULL, NULL),\n(39782, 'pt', 'db', 'Mode', 'Modo', NULL, NULL),\n(39783, 'pt', 'db', 'In Words', 'Em palavras', NULL, NULL),\n(39784, 'pt', 'db', 'Stamp', 'Carimbo', NULL, NULL),\n(39785, 'pt', 'db', 'Signature', 'Assinatura', NULL, NULL),\n(39786, 'pt', 'db', 'Developed', 'Desenvolvido', NULL, NULL),\n(39787, 'pt', 'db', 'Attach File', 'Anexar arquivo', NULL, NULL),\n(39788, 'pt', 'db', 'File Link', 'Link do arquivo', NULL, NULL),\n(39789, 'pt', 'db', 'Delivery', 'Entrega', NULL, NULL),\n(39790, 'pt', 'db', 'Delivered', 'Entregue', NULL, NULL),\n(39791, 'pt', 'db', 'For Digital product sale_unit will be n\\\\\/a', 'Para venda de produtos digitais, a unidade ser\u00e1 n\\\\\/a', NULL, NULL),\n(39792, 'pt', 'db', 'Forgot Password?', 'Esqueceu sua senha?', NULL, NULL),\n(39793, 'pt', 'db', 'Do not have an account?', 'N\u00e3o tem uma conta?', NULL, NULL),\n(39794, 'pt', 'db', 'Register', 'Registrar', NULL, NULL),\n(39795, 'pt', 'db', 'Expense Category', 'Categoria de Despesa', NULL, NULL),\n(39796, 'pt', 'db', 'Expense', 'Despesa', NULL, NULL),\n(39797, 'pt', 'db', 'Gift Card', 'Cart\u00e3o Presente', NULL, NULL),\n(39798, 'pt', 'db', 'Card', 'Cart\u00e3o', NULL, NULL),\n(39799, 'pt', 'db', 'Expiry Date', 'Data de validade', NULL, NULL),\n(39800, 'pt', 'db', 'Recharge', 'Recarregar', NULL, NULL),\n(39801, 'pt', 'db', 'Deposit', 'Dep\u00f3sito', NULL, NULL),\n(39802, 'pt', 'db', 'Choose Warehouse', 'Escolha o Armaz\u00e9m', NULL, NULL),\n(39803, 'pt', 'db', 'Choose Supplier', 'Escolha o Fornecedor', NULL, NULL),\n(39804, 'pt', 'db', 'Choose Customer', 'Escolha o cliente', NULL, NULL),\n(39805, 'pt', 'db', 'Touchscreen keybord', 'Teclado touchscreen', NULL, NULL),\n(39806, 'pt', 'db', 'Already have an account', 'J\u00e1 tem uma conta', NULL, NULL),\n(39807, 'pt', 'db', 'Currency', 'Moeda', NULL, NULL),\n(39808, 'pt', 'db', 'Mail Setting', 'Configura\u00e7\u00e3o de e-mail', NULL, NULL),\n(39809, 'pt', 'db', 'Mail Host', 'Host de e-mail', NULL, NULL),\n(39810, 'pt', 'db', 'Mail Port', 'Porto de correio', NULL, NULL),\n(39811, 'pt', 'db', 'Mail From Name', 'Nome do remetente do e-mail', NULL, NULL),\n(39812, 'pt', 'db', 'Mail Address', 'Endere\u00e7o de correio', NULL, NULL),\n(39813, 'pt', 'db', 'Encryption', 'Criptografia', NULL, NULL),\n(39814, 'pt', 'db', 'Today', 'Hoje', NULL, NULL),\n(39815, 'pt', 'db', 'Last 7 Days', '\u00daltimos 7 dias', NULL, NULL),\n(39816, 'pt', 'db', 'This Month', 'Este m\u00eas', NULL, NULL),\n(39817, 'pt', 'db', 'This Year', 'Este ano', NULL, NULL),\n(39818, 'pt', 'db', 'Cash in Hand', 'Dinheiro em m\u00e3os', NULL, NULL),\n(39819, 'pt', 'db', 'In Hand', 'Na m\u00e3o', NULL, NULL),\n(39820, 'pt', 'db', 'Summary Report', 'Relat\u00f3rio de Resumo', NULL, NULL),\n(39821, 'pt', 'db', 'Draft', 'Rascunho', NULL, NULL),\n(39822, 'pt', 'db', 'Coupon', 'Cupom', NULL, NULL),\n(39823, 'pt', 'db', 'Available', 'Dispon\u00edvel', NULL, NULL),\n(39824, 'pt', 'db', 'Minimum Sale', 'Venda m\u00ednima', NULL, NULL),\n(39825, 'pt', 'db', 'Add Sale', 'Adicionar venda', NULL, NULL),\n(39826, 'pt', 'db', 'Import Sale', 'Venda de importa\u00e7\u00e3o', NULL, NULL),\n(39827, 'pt', 'db', 'Sale Status', 'Status de venda', NULL, NULL),\n(39828, 'pt', 'db', 'Payment Status', 'Status do pagamento', NULL, NULL),\n(39829, 'pt', 'db', 'Generate Invoice', 'Gerar fatura', NULL, NULL),\n(39830, 'pt', 'db', 'Add Payment', 'Adicionar pagamento', NULL, NULL),\n(39831, 'pt', 'db', 'View Payment', 'Ver pagamento', NULL, NULL),\n(39832, 'pt', 'db', 'Add Delivery', 'Adicionar entrega', NULL, NULL),\n(39833, 'pt', 'db', 'PDF', 'PDF', NULL, NULL),\n(39834, 'pt', 'db', 'CSV', 'CSV', NULL, NULL),\n(39835, 'pt', 'db', 'Column visibility', 'Visibilidade da coluna', NULL, NULL),\n(39836, 'pt', 'db', 'Search', 'Procurar', NULL, NULL),\n(39837, 'pt', 'db', 'records per page', 'registros por p\u00e1gina', NULL, NULL),\n(39838, 'pt', 'db', 'Showing', 'Mostrando', NULL, NULL),\n(39839, 'pt', 'db', 'Order Discount', 'Desconto de pedido', NULL, NULL),\n(39840, 'pt', 'db', 'Order Tax', 'Imposto sobre pedidos', NULL, NULL),\n(39841, 'pt', 'db', 'Sale Note', 'Nota de venda', NULL, NULL),\n(39842, 'pt', 'db', 'Staff Note', 'Nota da equipe', NULL, NULL),\n(39843, 'pt', 'db', 'Paid Amount', 'Valor pago', NULL, NULL),\n(39844, 'pt', 'db', 'Sale Details', 'Detalhes da venda', NULL, NULL),\n(39845, 'pt', 'db', 'Purchase List', 'Lista de compras', NULL, NULL),\n(39846, 'pt', 'db', 'Add Purchase', 'Adicionar compra', NULL, NULL),\n(39847, 'pt', 'db', 'Import Purchase By CSV', 'Importar compra por CSV', NULL, NULL),\n(39848, 'pt', 'db', 'Sale List', 'Lista de vendas', NULL, NULL),\n(39849, 'pt', 'db', 'Import Sale By CSV', 'Venda de importa\u00e7\u00e3o por CSV', NULL, NULL),\n(39850, 'pt', 'db', 'Gift Card List', 'Lista de cart\u00f5es-presente', NULL, NULL),\n(39851, 'pt', 'db', 'Coupon List', 'Lista de cupons', NULL, NULL),\n(39852, 'pt', 'db', 'Delivery List', 'Lista de entrega', NULL, NULL),\n(39853, 'pt', 'db', 'Expense List', 'Lista de Despesas', NULL, NULL),\n(39854, 'pt', 'db', 'Add Expense', 'Adicionar Despesa', NULL, NULL),\n(39855, 'pt', 'db', 'Quotation List', 'Lista de cita\u00e7\u00f5es', NULL, NULL),\n(39856, 'pt', 'db', 'Add Quotation', 'Adicionar cota\u00e7\u00e3o', NULL, NULL),\n(39857, 'pt', 'db', 'Transfer List', 'Lista de transfer\u00eancias', NULL, NULL),\n(39858, 'pt', 'db', 'Add Transfer', 'Adicionar transfer\u00eancia', NULL, NULL),\n(39859, 'pt', 'db', 'Import Transfer By CSV', 'Importa\u00e7\u00e3o Transfer\u00eancia por CSV', NULL, NULL),\n(39860, 'pt', 'db', 'Return List', 'Lista de retorno', NULL, NULL),\n(39861, 'pt', 'db', 'Add Return', 'Adicionar Retorno', NULL, NULL),\n(39862, 'pt', 'db', 'Quantity Adjustment', 'Ajuste de quantidade', NULL, NULL),\n(39863, 'pt', 'db', 'Adjustment List', 'Lista de Ajustes', NULL, NULL),\n(39864, 'pt', 'db', 'Add Adjustment', 'Adicionar ajuste', NULL, NULL),\n(39865, 'pt', 'db', 'User List', 'Lista de usu\u00e1rios', NULL, NULL),\n(39866, 'pt', 'db', 'Add User', 'Adicionar usu\u00e1rio', NULL, NULL),\n(39867, 'pt', 'db', 'Customer List', 'Lista de clientes', NULL, NULL),\n(39868, 'pt', 'db', 'Add Customer', 'Adicionar cliente', NULL, NULL),\n(39869, 'pt', 'db', 'Biller List', 'Lista de faturadores', NULL, NULL),\n(39870, 'pt', 'db', 'Add Biller', 'Adicionar faturador', NULL, NULL),\n(39871, 'pt', 'db', 'Supplier List', 'Lista de Fornecedores', NULL, NULL),\n(39872, 'pt', 'db', 'Add Supplier', 'Adicionar Fornecedor', NULL, NULL),\n(39873, 'pt', 'db', 'Sale Report', 'Relat\u00f3rio de Vendas', NULL, NULL),\n(39874, 'pt', 'db', 'Purchase Report', 'Relat\u00f3rio de Compra', NULL, NULL),\n(39875, 'pt', 'db', 'Payment Report', 'Relat\u00f3rio de Pagamento', NULL, NULL),\n(39876, 'pt', 'db', 'Warehouse Stock Chart', 'Gr\u00e1fico de estoque de dep\u00f3sito', NULL, NULL),\n(39877, 'pt', 'db', 'Product Quantity Alert', 'Alerta de quantidade de produto', NULL, NULL),\n(39878, 'pt', 'db', 'Customer Report', 'Relat\u00f3rio do cliente', NULL, NULL),\n(39879, 'pt', 'db', 'Supplier Report', 'Relat\u00f3rio do Fornecedor', NULL, NULL),\n(39880, 'pt', 'db', 'Due Report', 'Relat\u00f3rio devido', NULL, NULL),\n(39881, 'pt', 'db', 'User Profile', 'Perfil do usu\u00e1rio', NULL, NULL),\n(39882, 'pt', 'db', 'Cash Flow', 'Fluxo de caixa', NULL, NULL),\n(39883, 'pt', 'db', 'Add Category', 'Adicionar categoria', NULL, NULL),\n(39884, 'pt', 'db', 'Import Category', 'Categoria de importa\u00e7\u00e3o', NULL, NULL),\n(39885, 'pt', 'db', 'Parent Category', 'Categoria pai', NULL, NULL),\n(39886, 'pt', 'db', 'Product Image', 'Imagem do produto', NULL, NULL),\n(39887, 'pt', 'db', 'Product Name', 'Nome do produto', NULL, NULL),\n(39888, 'pt', 'db', 'Product Code', 'C\u00f3digo do produto', NULL, NULL),\n(39889, 'pt', 'db', 'Product Type', 'Tipo de produto', NULL, NULL),\n(39890, 'pt', 'db', 'Product Unit', 'Unidade de produto', NULL, NULL),\n(39891, 'pt', 'db', 'Sale Unit', 'Unidade de venda', NULL, NULL),\n(39892, 'pt', 'db', 'Purchase Unit', 'Unidade de Compra', NULL, NULL),\n(39893, 'pt', 'db', 'Product Cost', 'Custo do produto', NULL, NULL),\n(39894, 'pt', 'db', 'Product Price', 'Pre\u00e7o do produto', NULL, NULL),\n(39895, 'pt', 'db', 'Alert Quantity', 'Quantidade de alerta', NULL, NULL),\n(39896, 'pt', 'db', 'Add Promotional Price', 'Adicionar pre\u00e7o promocional', NULL, NULL),\n(39897, 'pt', 'db', 'Product Tax', 'Imposto sobre produtos', NULL, NULL),\n(39898, 'pt', 'db', 'Tax Method', 'M\u00e9todo de imposto', NULL, NULL),\n(39899, 'pt', 'db', 'Featured product will be displayed in POS', 'O produto em destaque ser\u00e1 exibido no PDV', NULL, NULL),\n(39900, 'pt', 'db', 'Product Invoice Details', 'Detalhes da fatura do produto', NULL, NULL),\n(39901, 'pt', 'db', 'Purchase Status', 'Status da compra', NULL, NULL),\n(39902, 'pt', 'db', 'Add Gift Card', 'Adicionar vale-presente', NULL, NULL),\n(39903, 'pt', 'db', 'Card No', 'Cart\u00e3o No.', NULL, NULL),\n(39904, 'pt', 'db', 'Reference No', 'Refer\u00eancia n\u00ba', NULL, NULL),\n(39905, 'pt', 'db', 'Add Coupon', 'Adicionar cupom', NULL, NULL),\n(39906, 'pt', 'db', 'Coupon Code', 'C\u00f3digo de cupom', NULL, NULL),\n(39907, 'pt', 'db', 'Minimum Amount', 'Quantidade m\u00ednima', NULL, NULL),\n(39908, 'pt', 'db', 'Update Coupon', 'Atualizar Cupom', NULL, NULL),\n(39909, 'pt', 'db', 'Update Purchase', 'Atualizar compra', NULL, NULL),\n(39910, 'pt', 'db', 'Update Sale', 'Atualizar venda', NULL, NULL),\n(39911, 'pt', 'db', 'Update Product', 'Atualizar produto', NULL, NULL),\n(39912, 'pt', 'db', 'Update Category', 'Atualizar categoria', NULL, NULL),\n(39913, 'pt', 'db', 'Update Gift Card', 'Atualizar cart\u00e3o presente', NULL, NULL),\n(39914, 'pt', 'db', 'Delivery Reference', 'Refer\u00eancia de entrega', NULL, NULL),\n(39915, 'pt', 'db', 'Sale Reference', 'Refer\u00eancia de venda', NULL, NULL),\n(39916, 'pt', 'db', 'Add Expense Category', 'Adicionar categoria de despesa', NULL, NULL),\n(39917, 'pt', 'db', 'Import Expense Category', 'Categoria de Despesa de Importa\u00e7\u00e3o', NULL, NULL),\n(39918, 'pt', 'db', 'Update Expense', 'Atualizar Despesa', NULL, NULL),\n(39919, 'pt', 'db', 'Quotation Status', 'Status da cota\u00e7\u00e3o', NULL, NULL),\n(39920, 'pt', 'db', 'Create Sale', 'Criar venda', NULL, NULL),\n(39921, 'pt', 'db', 'Create Purchase', 'Criar Compra', NULL, NULL),\n(39922, 'pt', 'db', 'Purchase Details', 'Detalhes da compra', NULL, NULL),\n(39923, 'pt', 'db', 'Quotation Details', 'Detalhes da cota\u00e7\u00e3o', NULL, NULL),\n(39924, 'pt', 'db', 'Import Transfer', 'Importa\u00e7\u00e3o Transfer\u00eancia', NULL, NULL),\n(39925, 'pt', 'db', 'Update Transfer', 'Atualizar transfer\u00eancia', NULL, NULL),\n(39926, 'pt', 'db', 'Transfer Status', 'Status de transfer\u00eancia', NULL, NULL),\n(39927, 'pt', 'db', 'Transfer Details', 'Detalhes da transfer\u00eancia', NULL, NULL),\n(39928, 'pt', 'db', 'Return Details', 'Detalhes da devolu\u00e7\u00e3o', NULL, NULL),\n(39929, 'pt', 'db', 'Return Note', 'Nota de devolu\u00e7\u00e3o', NULL, NULL),\n(39930, 'pt', 'db', 'Update Return', 'Atualizar Retorno', NULL, NULL),\n(39931, 'pt', 'db', 'Card Details', 'Detalhes do cart\u00e3o', NULL, NULL),\n(39932, 'pt', 'db', 'Update Adjustment', 'Ajuste de atualiza\u00e7\u00e3o', NULL, NULL),\n(39933, 'pt', 'db', 'Update User', 'Atualizar usu\u00e1rio', NULL, NULL),\n(39934, 'pt', 'db', 'Update Customer', 'Atualizar cliente', NULL, NULL),\n(39935, 'pt', 'db', 'Import Customer', 'Importar cliente', NULL, NULL),\n(39936, 'pt', 'db', 'Add Deposit', 'Adicionar dep\u00f3sito', NULL, NULL),\n(39937, 'pt', 'db', 'View Deposit', 'Ver dep\u00f3sito', NULL, NULL),\n(39938, 'pt', 'db', 'Import Biller', 'Cobrador de Importa\u00e7\u00e3o', NULL, NULL),\n(39939, 'pt', 'db', 'Update Biller', 'Atualizar faturador', NULL, NULL),\n(39940, 'pt', 'db', 'To display Image it must be stored in', 'Para exibir a imagem, ela deve ser armazenada em', NULL, NULL),\n(39941, 'pt', 'db', 'directory', 'diret\u00f3rio', NULL, NULL),\n(39942, 'pt', 'db', 'Import Supplier', 'Fornecedor de importa\u00e7\u00e3o', NULL, NULL),\n(39943, 'pt', 'db', 'Update Supplier', 'Atualizar Fornecedor', NULL, NULL),\n(39944, 'pt', 'db', 'Purchased Amount', 'Quantidade comprada', NULL, NULL),\n(39945, 'pt', 'db', 'Purchased Qty', 'Quantidade comprada', NULL, NULL),\n(39946, 'pt', 'db', 'Sold Amount', 'Quantidade vendida', NULL, NULL),\n(39947, 'pt', 'db', 'Sold Qty', 'Qtde Vendida', NULL, NULL),\n(39948, 'pt', 'db', 'Payment Reference', 'Refer\u00eancia de pagamento', NULL, NULL),\n(39949, 'pt', 'db', 'Purchase Reference', 'Refer\u00eancia de compra', NULL, NULL),\n(39950, 'pt', 'db', 'Paid By', 'Pago por', NULL, NULL),\n(39951, 'pt', 'db', 'Total Item', 'Total do item', NULL, NULL),\n(39952, 'pt', 'db', 'Total Quantity', 'Quantidade total', NULL, NULL),\n(39953, 'pt', 'db', 'Paid Method', 'M\u00e9todo pago', NULL, NULL),\n(39954, 'pt', 'db', 'Customer Details', 'Detalhes do cliente', NULL, NULL),\n(39955, 'pt', 'db', 'Bill No', 'N\u00famero da conta', NULL, NULL),\n(39956, 'pt', 'db', 'Add Role', 'Adicionar fun\u00e7\u00e3o', NULL, NULL),\n(39957, 'pt', 'db', 'Update Role', 'Atualizar fun\u00e7\u00e3o', NULL, NULL),\n(39958, 'pt', 'db', 'Import Warehouse', 'Armaz\u00e9m de Importa\u00e7\u00e3o', NULL, NULL),\n(39959, 'pt', 'db', 'Update Warehouse', 'Atualizar Armaz\u00e9m', NULL, NULL),\n(39960, 'pt', 'db', 'Import Customer Group', 'Importar grupo de clientes', NULL, NULL),\n(39961, 'pt', 'db', 'Update Customer Group', 'Atualizar grupo de clientes', NULL, NULL),\n(39962, 'pt', 'db', 'Import Brand', 'Marca importada', NULL, NULL),\n(39963, 'pt', 'db', 'Update Brand', 'Atualizar marca', NULL, NULL),\n(39964, 'pt', 'db', 'Import Unit', 'Unidade de Importa\u00e7\u00e3o', NULL, NULL),\n(39965, 'pt', 'db', 'Update Unit', 'Unidade de atualiza\u00e7\u00e3o', NULL, NULL),\n(39966, 'pt', 'db', 'Import Tax', 'Imposto de importa\u00e7\u00e3o', NULL, NULL),\n(39967, 'pt', 'db', 'Update Tax', 'Atualizar imposto', NULL, NULL),\n(39968, 'pt', 'db', 'Update User Profile', 'Atualizar perfil do usu\u00e1rio', NULL, NULL),\n(39969, 'pt', 'db', 'Default Customer', 'Cliente Padr\u00e3o', NULL, NULL),\n(39970, 'pt', 'db', 'Default Biller', 'Cobrador Padr\u00e3o', NULL, NULL),\n(39971, 'pt', 'db', 'Default Warehouse', 'Armaz\u00e9m Padr\u00e3o', NULL, NULL),\n(39972, 'pt', 'db', 'Displayed Number of Product Row', 'N\u00famero exibido da linha do produto', NULL, NULL),\n(39973, 'pt', 'db', 'Add Brand', 'Adicionar marca', NULL, NULL),\n(39974, 'pt', 'db', 'All Deposit', 'Todos os dep\u00f3sitos', NULL, NULL),\n(39975, 'pt', 'db', 'Update Deposit', 'Atualizar dep\u00f3sito', NULL, NULL),\n(39976, 'pt', 'db', 'Add Customer Group', 'Adicionar grupo de clientes', NULL, NULL),\n(39977, 'pt', 'db', 'Delivered By', 'Entregue por', NULL, NULL),\n(39978, 'pt', 'db', 'Recieved By', 'Recebido por', NULL, NULL),\n(39979, 'pt', 'db', 'Update Delivery', 'Atualizar entrega', NULL, NULL),\n(39980, 'pt', 'db', 'Update Expense Category', 'Atualizar categoria de despesa', NULL, NULL),\n(39981, 'pt', 'db', 'Tax Rate', 'Taxa de imposto', NULL, NULL),\n(39982, 'pt', 'db', 'Unit Discount', 'Desconto unit\u00e1rio', NULL, NULL),\n(39983, 'pt', 'db', 'Import Purchase', 'Compra de importa\u00e7\u00e3o', NULL, NULL),\n(39984, 'pt', 'db', 'Payment Note', 'Nota de pagamento', NULL, NULL),\n(39985, 'pt', 'db', 'All Payment', 'Todos os pagamentos', NULL, NULL),\n(39986, 'pt', 'db', 'Update Payment', 'Atualizar pagamento', NULL, NULL),\n(39987, 'pt', 'db', 'Update Quotation', 'Atualizar cota\u00e7\u00e3o', NULL, NULL),\n(39988, 'pt', 'db', 'Coupon Discount', 'Cupom de desconto', NULL, NULL),\n(39989, 'pt', 'db', 'Payment Mode', 'Modo de pagamento', NULL, NULL),\n(39990, 'pt', 'db', 'Bill To', 'Projeto de lei para', NULL, NULL),\n(39991, 'pt', 'db', 'Stamp & Signature', 'Carimbo e Assinatura', NULL, NULL),\n(39992, 'pt', 'db', 'Invoice Generated By', 'Fatura gerada por', NULL, NULL),\n(39993, 'pt', 'db', 'Add Tax', 'Adicionar imposto', NULL, NULL),\n(39994, 'pt', 'db', 'Tax Name', 'Nome do imposto', NULL, NULL),\n(39995, 'pt', 'db', 'From Warehouse', 'Do Armaz\u00e9m', NULL, NULL),\n(39996, 'pt', 'db', 'To Warehouse', 'Para Armaz\u00e9m', NULL, NULL),\n(39997, 'pt', 'db', 'Add Unit', 'Adicionar unidade', NULL, NULL),\n(39998, 'pt', 'db', 'Add Warehouse', 'Adicionar Armaz\u00e9m', NULL, NULL),\n(39999, 'pt', 'db', 'All Warehouse', 'Todos os armaz\u00e9ns', NULL, NULL),\n(40000, 'pt', 'db', 'Net Loss', 'Perda l\u00edquida', NULL, NULL),\n(40001, 'pt', 'db', 'Net Sale', 'Venda l\u00edquida', NULL, NULL),\n(40002, 'pt', 'db', 'Net Purchase', 'Compra l\u00edquida', NULL, NULL),\n(40003, 'pt', 'db', 'Net Return', 'Retorno l\u00edquido', NULL, NULL),\n(40004, 'pt', 'db', 'Payment Recieved', 'Pagamento Recebido', NULL, NULL),\n(40005, 'pt', 'db', 'Payment Sent', 'Pagamento enviado', NULL, NULL),\n(40006, 'pt', 'db', 'Product Discount', 'Desconto em produtos', NULL, NULL),\n(40007, 'pt', 'db', 'Completed', 'Conclu\u00eddo', NULL, NULL),\n(40008, 'pt', 'db', 'Pending', 'Pendente', NULL, NULL),\n(40009, 'pt', 'db', 'Partial', 'Parcial', NULL, NULL),\n(40010, 'pt', 'db', 'Packing', 'Embalagem', NULL, NULL),\n(40011, 'pt', 'db', 'Delivering', 'Entregando', NULL, NULL),\n(40012, 'pt', 'db', 'Ordered', 'Ordenado', NULL, NULL),\n(40013, 'pt', 'db', 'No Tax', 'Sem impostos', NULL, NULL),\n(40014, 'pt', 'db', 'Stock Value by Price', 'Valor das a\u00e7\u00f5es por pre\u00e7o', NULL, NULL),\n(40015, 'pt', 'db', 'Stock Value by Cost', 'Valor das a\u00e7\u00f5es por custo', NULL, NULL),\n(40016, 'pt', 'db', 'Estimate Profit', 'Estimativa de lucro', NULL, NULL),\n(40017, 'pt', 'db', 'Time Zone', 'Fuso hor\u00e1rio', NULL, NULL),\n(40018, 'pt', 'db', 'Currency Position', 'Posi\u00e7\u00e3o da moeda', NULL, NULL),\n(40019, 'pt', 'db', 'Prefix', 'Prefixo', NULL, NULL),\n(40020, 'pt', 'db', 'Suffix', 'Sufixo', NULL, NULL),\n(40021, 'pt', 'db', 'Exclusive', 'Exclusivo', NULL, NULL),\n(40022, 'pt', 'db', 'Inclusive', 'Inclusivo', NULL, NULL),\n(40023, 'pt', 'db', 'Combo Products', 'Produtos combinados', NULL, NULL),\n(40024, 'pt', 'db', 'Image name must be same as product name', 'O nome da imagem deve ser igual ao nome do produto', NULL, NULL),\n(40025, 'pt', 'db', 'Paying Amount', 'Valor a pagar', NULL, NULL),\n(40026, 'pt', 'db', 'Payable Amount', 'Valor a pagar', NULL, NULL),\n(40027, 'pt', 'db', 'Change', 'Mudar', NULL, NULL),\n(40028, 'pt', 'db', 'Back', 'Voltar', NULL, NULL),\n(40029, 'pt', 'db', 'Role Permission', 'Permiss\u00e3o de fun\u00e7\u00e3o', NULL, NULL),\n(40030, 'pt', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', 'Exclusivo => Pre\u00e7o do produto = Pre\u00e7o real do produto + Imposto. Inclusivo => Pre\u00e7o real do produto = Pre\u00e7o do produto - Imposto', NULL, NULL),\n(40031, 'pt', 'db', 'Accounting', 'Contabilidade', NULL, NULL),\n(40032, 'pt', 'db', 'Account', 'Conta', NULL, NULL),\n(40033, 'pt', 'db', 'Account List', 'Lista de contas', NULL, NULL),\n(40034, 'pt', 'db', 'Add Account', 'Adicionar conta', NULL, NULL),\n(40035, 'pt', 'db', 'Account No', 'N\u00famero da conta', NULL, NULL),\n(40036, 'pt', 'db', 'Initial Balance', 'Saldo inicial', NULL, NULL),\n(40037, 'pt', 'db', 'Update Account', 'Atualizar conta', NULL, NULL),\n(40038, 'pt', 'db', 'Default', 'Padr\u00e3o', NULL, NULL),\n(40039, 'pt', 'db', 'Balance Sheet', 'Balan\u00e7o Patrimonial', NULL, NULL),\n(40040, 'pt', 'db', 'Debit', 'D\u00e9bito', NULL, NULL),\n(40041, 'pt', 'db', 'Credit', 'Cr\u00e9dito', NULL, NULL),\n(40042, 'pt', 'db', 'Account Statement', 'Extrato de conta', NULL, NULL),\n(40043, 'pt', 'db', 'Department', 'Departamento', NULL, NULL),\n(40044, 'pt', 'db', 'Add Department', 'Adicionar departamento', NULL, NULL),\n(40045, 'pt', 'db', 'Update Department', 'Departamento de Atualiza\u00e7\u00e3o', NULL, NULL),\n(40046, 'pt', 'db', 'Employee', 'Funcion\u00e1rio', NULL, NULL),\n(40047, 'pt', 'db', 'Add Employee', 'Adicionar funcion\u00e1rio', NULL, NULL),\n(40048, 'pt', 'db', 'Update Employee', 'Atualizar funcion\u00e1rio', NULL, NULL),\n(40049, 'pt', 'db', 'Payroll', 'Folha de pagamento', NULL, NULL),\n(40050, 'pt', 'db', 'Add Payroll', 'Adicionar folha de pagamento', NULL, NULL),\n(40051, 'pt', 'db', 'Update Payroll', 'Atualizar folha de pagamento', NULL, NULL),\n(40052, 'pt', 'db', 'Method', 'M\u00e9todo', NULL, NULL),\n(40053, 'pt', 'db', 'Sale Return', 'Devolu\u00e7\u00e3o de venda', NULL, NULL),\n(40054, 'pt', 'db', 'Purchase Return', 'Devolu\u00e7\u00e3o de compra', NULL, NULL),\n(40055, 'pt', 'db', 'Net Sale Return', 'Retorno de Venda L\u00edquida', NULL, NULL),\n(40056, 'pt', 'db', 'Net Purchase Return', 'Retorno l\u00edquido de compra', NULL, NULL),\n(40057, 'pt', 'db', 'Attendance', 'Presen\u00e7a', NULL, NULL),\n(40058, 'pt', 'db', 'Add Attendance', 'Adicionar Presen\u00e7a', NULL, NULL),\n(40059, 'pt', 'db', 'HRM Setting', 'Configura\u00e7\u00e3o de GARH', NULL, NULL),\n(40060, 'pt', 'db', 'CheckIn', 'Check-in', NULL, NULL),\n(40061, 'pt', 'db', 'CheckOut', 'Confira', NULL, NULL),\n(40062, 'pt', 'db', 'Default CheckIn', 'Check-in padr\u00e3o', NULL, NULL),\n(40063, 'pt', 'db', 'Default CheckOut', 'CheckOut Padr\u00e3o', NULL, NULL),\n(40064, 'pt', 'db', 'Present', 'Presente', NULL, NULL),\n(40065, 'pt', 'db', 'Late', 'Tarde', NULL, NULL),\n(40066, 'pt', 'db', 'User Report', 'Relat\u00f3rio do usu\u00e1rio', NULL, NULL),\n(40067, 'pt', 'db', 'Choose User', 'Escolha o usu\u00e1rio', NULL, NULL),\n(40068, 'pt', 'db', 'Recieved Amount', 'Valor recebido', NULL, NULL),\n(40069, 'pt', 'db', 'Theme', 'Tema', NULL, NULL),\n(40070, 'pt', 'db', 'Staff Access', 'Acesso de funcion\u00e1rios', NULL, NULL),\n(40071, 'pt', 'db', 'All Records', 'Todos os registros', NULL, NULL),\n(40072, 'pt', 'db', 'Own Records', 'Registros Pr\u00f3prios', NULL, NULL),\n(40073, 'pt', 'db', 'Date Format', 'Formato de data', NULL, NULL),\n(40074, 'pt', 'db', 'Empty Database', 'Banco de dados vazio', NULL, NULL),\n(40075, 'pt', 'db', 'Stock Count', 'Contagem de estoque', NULL, NULL),\n(40076, 'pt', 'db', 'Count Stock', 'Contagem de estoque', NULL, NULL),\n(40077, 'pt', 'db', 'Full', 'Completo', NULL, NULL),\n(40078, 'pt', 'db', 'Finalize', 'Finalizar', NULL, NULL),\n(40079, 'pt', 'db', 'Initial File', 'Arquivo Inicial', NULL, NULL),\n(40080, 'pt', 'db', 'Final File', 'Arquivo final', NULL, NULL),\n(40081, 'pt', 'db', 'Final Report', 'Relat\u00f3rio Final', NULL, NULL),\n(40082, 'pt', 'db', 'Finalize Stock Count', 'Finalizar contagem de estoque', NULL, NULL),\n(40083, 'pt', 'db', 'You just need to update the Counted column in the initial file', 'Voc\u00ea s\u00f3 precisa atualizar a coluna Contado no arquivo inicial', NULL, NULL),\n(40084, 'pt', 'db', 'Files', 'Arquivos', NULL, NULL),\n(40085, 'pt', 'db', 'Expected', 'Esperado', NULL, NULL),\n(40086, 'pt', 'db', 'Counted', 'Contado', NULL, NULL),\n(40087, 'pt', 'db', 'Difference', 'Diferen\u00e7a', NULL, NULL),\n(40088, 'pt', 'db', 'Miscellaneous', 'Variado', NULL, NULL),\n(40089, 'pt', 'db', 'SMS Setting', 'Configura\u00e7\u00e3o de SMS', NULL, NULL),\n(40090, 'pt', 'db', 'Send SMS', 'Enviar SMS', NULL, NULL),\n(40091, 'pt', 'db', 'Gateway', 'Porta de entrada', NULL, NULL),\n(40092, 'pt', 'db', 'Select SMS gateway', 'Selecione o gateway SMS...', NULL, NULL),\n(40093, 'pt', 'db', 'Create SMS', 'Criar SMS', NULL, NULL),\n(40094, 'pt', 'db', 'Mobile', 'M\u00f3vel', NULL, NULL),\n(40095, 'pt', 'db', 'Message', 'Mensagem', NULL, NULL),\n(40096, 'pt', 'db', 'Add mobile numbers by selecting the customers', 'Adicione n\u00fameros de celular selecionando os clientes', NULL, NULL),\n(40097, 'pt', 'db', 'Help', 'Ajuda', NULL, NULL),\n(40098, 'pt', 'db', 'Type Product Name or Code', 'Digite o nome ou c\u00f3digo do produto...', NULL, NULL),\n(40099, 'pt', 'db', 'Type date or sale reference', 'Digite a data ou refer\u00eancia de venda...', NULL, NULL),\n(40100, 'pt', 'db', 'Type date or purchase reference', 'Digite a data ou refer\u00eancia de compra...', NULL, NULL),\n(40101, 'pt', 'db', 'Tax Number', 'N\u00famero de contribuinte', NULL, NULL),\n(40102, 'pt', 'db', 'Holiday', 'Feriado', NULL, NULL),\n(40103, 'pt', 'db', 'Add Holiday', 'Adicionar feriado', NULL, NULL),\n(40104, 'pt', 'db', 'Update Holiday', 'Atualizar feriado', NULL, NULL),\n(40105, 'pt', 'db', 'Approve', 'Aprovar', NULL, NULL),\n(40106, 'pt', 'db', 'My Holiday', 'Minhas F\u00e9rias', NULL, NULL),\n(40107, 'pt', 'db', 'Holiday Approve', 'Aprova\u00e7\u00e3o de feriado', NULL, NULL),\n(40108, 'pt', 'db', 'My Transaction', 'Minha transa\u00e7\u00e3o', NULL, NULL),\n(40109, 'pt', 'db', 'Sale Generated', 'Venda gerada', NULL, NULL),\n(40110, 'pt', 'db', 'Purchase Generated', 'Compra gerada', NULL, NULL),\n(40111, 'pt', 'db', 'Quotation Generated', 'Cota\u00e7\u00e3o gerada', NULL, NULL),\n(40112, 'pt', 'db', 'Warehouse Report', 'Relat\u00f3rio de Armaz\u00e9m', NULL, NULL),\n(40113, 'pt', 'db', 'Quick Cash', 'Dinheiro r\u00e1pido', NULL, NULL),\n(40114, 'pt', 'db', 'Clear', 'Claro', NULL, NULL),\n(40115, 'pt', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'Voc\u00ea pode carregar v\u00e1rias imagens. Apenas arquivos .jpeg, .jpg, .png, .gif podem ser carregados. A primeira imagem ser\u00e1 a imagem base.', NULL, NULL),\n(40116, 'pt', 'db', 'This product has variant', 'Este produto tem variante', NULL, NULL),\n(40117, 'pt', 'db', 'Enter variant value seperated by comma', 'Insira o valor da variante separado por v\u00edrgula', NULL, NULL),\n(40118, 'pt', 'db', 'Item Code', 'C\u00f3digo do item', NULL, NULL),\n(40119, 'pt', 'db', 'Additional Price', 'Pre\u00e7o Adicional', NULL, NULL),\n(40120, 'pt', 'db', 'Variant', 'Variante', NULL, NULL),\n(40121, 'pt', 'db', 'Warehouse Quantity', 'Quantidade de Armaz\u00e9m', NULL, NULL),\n(40122, 'pt', 'db', 'Warehouse quantity of product variants', 'Quantidade de estoque de variantes de produtos', NULL, NULL),\n(40123, 'pt', 'db', 'Thank you for shopping with us Please come again', 'Obrigado por comprar conosco. Por favor, volte sempre', NULL, NULL),\n(40124, 'pt', 'db', 'Money Transfer', 'Transfer\u00eancia de dinheiro', NULL, NULL),\n(40125, 'pt', 'db', 'Add Money Transfer', 'Adicionar transfer\u00eancia de dinheiro', NULL, NULL),\n(40126, 'pt', 'db', 'From Account', 'Da conta', NULL, NULL),\n(40127, 'pt', 'db', 'To Account', 'Para a conta', NULL, NULL),\n(40128, 'pt', 'db', 'Update Money Transfer', 'Atualizar transfer\u00eancia de dinheiro', NULL, NULL),\n(40129, 'pt', 'db', 'Stock Quantity', 'Quantidade em estoque', NULL, NULL),\n(40130, 'pt', 'db', 'Stock Worth (Price\\\\\/Cost)', 'Valor das a\u00e7\u00f5es (pre\u00e7o\/custo)', NULL, NULL),\n(40131, 'pt', 'db', 'Number of Product', 'N\u00famero do produto', NULL, NULL),\n(40132, 'pt', 'db', 'Add Cash Register', 'Adicionar caixa registradora', NULL, NULL),\n(40133, 'pt', 'db', 'Cash Register Details', 'Detalhes da caixa registradora', NULL, NULL),\n(40134, 'pt', 'db', 'Please review the transaction and payments', 'Por favor, revise a transa\u00e7\u00e3o e os pagamentos.', NULL, NULL),\n(40135, 'pt', 'db', 'Total Sale Amount', 'Valor total da venda', NULL, NULL),\n(40136, 'pt', 'db', 'Total Sale Return', 'Retorno total da venda', NULL, NULL),\n(40137, 'pt', 'db', 'Total Payment', 'Pagamento total', NULL, NULL),\n(40138, 'pt', 'db', 'Cash Payment', 'Pagamento em dinheiro', NULL, NULL),\n(40139, 'pt', 'db', 'Credit Card Payment', 'Pagamento com cart\u00e3o de cr\u00e9dito', NULL, NULL),\n(40140, 'pt', 'db', 'Gift Card Payment', 'Pagamento com cart\u00e3o presente', NULL, NULL),\n(40141, 'pt', 'db', 'Cheque Payment', 'Pagamento por cheque', NULL, NULL),\n(40142, 'pt', 'db', 'Paypal Payment', 'Pagamento Paypal', NULL, NULL),\n(40143, 'pt', 'db', 'Total Expense', 'Despesa total', NULL, NULL),\n(40144, 'pt', 'db', 'Total Cash', 'Dinheiro Total', NULL, NULL),\n(40145, 'pt', 'db', 'Cash Register List', 'Lista de caixa registradora', NULL, NULL),\n(40146, 'pt', 'db', 'Closed', 'Fechado', NULL, NULL),\n(40147, 'pt', 'db', 'Close Register', 'Fechar Registro', NULL, NULL),\n(40148, 'pt', 'db', 'Opened at', 'Aberto em', NULL, NULL),\n(40149, 'pt', 'db', 'Closed at', 'Fechado em', NULL, NULL),\n(40150, 'pt', 'db', 'Delivery Details', 'Detalhes da entrega', NULL, NULL),\n(40151, 'pt', 'db', 'Print Last Reciept', 'Imprimir \u00daltimo Recibo', NULL, NULL),\n(40152, 'pt', 'db', 'Today Sale', 'Promo\u00e7\u00e3o de hoje', NULL, NULL),\n(40153, 'pt', 'db', 'Today Profit', 'Lucro de hoje', NULL, NULL),\n(40154, 'pt', 'db', 'Product Revenue', 'Receita do produto', NULL, NULL),\n(40155, 'pt', 'db', 'Full Screen', 'Tela cheia', NULL, NULL),\n(40156, 'pt', 'db', 'Send Notification', 'Enviar notifica\u00e7\u00e3o', NULL, NULL),\n(40157, 'pt', 'db', 'Add Currency', 'Adicionar moeda', NULL, NULL),\n(40158, 'pt', 'db', 'Update Currency', 'Atualizar moeda', NULL, NULL),\n(40159, 'pt', 'db', 'Currency Name', 'Nome da moeda', NULL, NULL),\n(40160, 'pt', 'db', 'Currency Code', 'C\u00f3digo da moeda', NULL, NULL),\n(40161, 'pt', 'db', 'Exchange Rate', 'Taxa de c\u00e2mbio', NULL, NULL),\n(40162, 'pt', 'db', 'System Title', 'T\u00edtulo do sistema', NULL, NULL),\n(40163, 'pt', 'db', 'System Logo', 'Logotipo do sistema', NULL, NULL),\n(40164, 'pt', 'db', 'This product has different price for different warehouse', 'Este produto tem pre\u00e7os diferentes para diferentes armaz\u00e9ns', NULL, NULL),\n(40165, 'pt', 'db', 'Backup Database', 'Backup de banco de dados', NULL, NULL),\n(40166, 'pt', 'db', 'Deposit Payment', 'Pagamento de dep\u00f3sito', NULL, NULL),\n(40167, 'pt', 'db', 'Invoice Format', 'Formato da fatura', NULL, NULL),\n(40168, 'pt', 'db', 'Transaction Reference', 'Refer\u00eancia de transa\u00e7\u00e3o', NULL, NULL),\n(40169, 'pt', 'db', 'Batch No', 'N\u00famero do lote', NULL, NULL),\n(40170, 'pt', 'db', 'This product has batch and expired date', 'Este produto tem lote e data de validade vencidos', NULL, NULL),\n(40171, 'pt', 'db', 'Reward Point Setting', 'Defini\u00e7\u00e3o de pontos de recompensa', NULL, NULL),\n(40172, 'pt', 'db', 'Sold amount per point', 'Quantidade vendida por ponto', NULL, NULL),\n(40173, 'pt', 'db', 'Minumum sold amount to get point', 'Quantidade m\u00ednima vendida para ganhar pontos', NULL, NULL),\n(40174, 'pt', 'db', 'Point Expiry Duration', 'Dura\u00e7\u00e3o da expira\u00e7\u00e3o do ponto', NULL, NULL),\n(40175, 'pt', 'db', 'Duration Type', 'Tipo de dura\u00e7\u00e3o', NULL, NULL),\n(40176, 'pt', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', 'Isso significa quantos pontos o cliente receber\u00e1 de acordo com a quantidade vendida. Por exemplo, se voc\u00ea colocar 100, ent\u00e3o para cada 100 d\u00f3lares gastos o cliente receber\u00e1 um ponto como recompensa.', NULL, NULL),\n(40177, 'pt', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', 'Por exemplo, se voc\u00ea colocar 100, o cliente s\u00f3 ganhar\u00e1 pontos depois de gastar 100 d\u00f3lares ou mais.', NULL, NULL),\n(40178, 'pt', 'db', 'Active reward point', 'Ponto de recompensa ativo', NULL, NULL),\n(40179, 'pt', 'db', 'Reward Points', 'Pontos de recompensa', NULL, NULL),\n(40180, 'pt', 'db', 'One Point is Equivalent to =>', 'Um ponto \u00e9 equivalente a =>', NULL, NULL),\n(40181, 'pt', 'db', 'This product has IMEI or Serial numbers', 'Este produto possui n\u00fameros IMEI ou de s\u00e9rie', NULL, NULL),\n(40182, 'pt', 'db', 'IMEI or Serial Numbers', 'IMEI ou n\u00fameros de s\u00e9rie', NULL, NULL),\n(40183, 'pt', 'db', 'RTL Layout', 'Layout RTL', NULL, NULL),\n(40184, 'pt', 'db', 'Cheque', 'Verificar', NULL, NULL),\n(40185, 'pt', 'db', 'Cash', 'Dinheiro', NULL, NULL),\n(40186, 'pt', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(40187, 'pt', 'db', 'Points', 'Pontos', NULL, NULL),\n(40188, 'pt', 'db', 'Cancel', 'Cancelar', NULL, NULL),\n(40189, 'pt', 'db', 'Recent Transaction', 'Transa\u00e7\u00e3o recente', NULL, NULL),\n(40190, 'pt', 'db', 'Discount Plan', 'Plano de Desconto', NULL, NULL),\n(40191, 'pt', 'db', 'Create Discount Plan', 'Criar Plano de Desconto', NULL, NULL),\n(40192, 'pt', 'db', 'Inactive', 'Inativo', NULL, NULL),\n(40193, 'pt', 'db', 'Create Discount', 'Criar desconto', NULL, NULL),\n(40194, 'pt', 'db', 'Valid From', 'V\u00e1lido a partir de', NULL, NULL),\n(40195, 'pt', 'db', 'Valid Till', 'V\u00e1lido at\u00e9', NULL, NULL),\n(40196, 'pt', 'db', 'Discount Type', 'Tipo de desconto', NULL, NULL),\n(40197, 'pt', 'db', 'Value', 'Valor', NULL, NULL),\n(40198, 'pt', 'db', 'Minimum Qty', 'Quantidade m\u00ednima', NULL, NULL),\n(40199, 'pt', 'db', 'Maximum Qty', 'Quantidade M\u00e1xima', NULL, NULL),\n(40200, 'pt', 'db', 'Type product code seperated by comma', 'Digite o c\u00f3digo do produto separado por v\u00edrgula', NULL, NULL),\n(40201, 'pt', 'db', 'Applicable For', 'Aplic\u00e1vel para', NULL, NULL),\n(40202, 'pt', 'db', 'All Products', 'Todos os produtos', NULL, NULL),\n(40203, 'pt', 'db', 'Specific Products', 'Produtos Espec\u00edficos', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(40204, 'pt', 'db', 'Valid on the following days', 'V\u00e1lido nos seguintes dias', NULL, NULL),\n(40205, 'pt', 'db', 'Validity', 'Validade', NULL, NULL),\n(40206, 'pt', 'db', 'Days', 'Dias', NULL, NULL),\n(40207, 'pt', 'db', 'Products', 'Produtos', NULL, NULL),\n(40208, 'pt', 'db', 'Update Discount Plan', 'Atualizar Plano de Desconto', NULL, NULL),\n(40209, 'pt', 'db', 'Update Discount', 'Atualizar desconto', NULL, NULL),\n(40210, 'pt', 'db', 'Order Discount Type', 'Tipo de desconto do pedido', NULL, NULL),\n(40211, 'pt', 'db', 'Order Discount Value', 'Valor do desconto do pedido', NULL, NULL),\n(40212, 'pt', 'db', 'Flat', 'Plano', NULL, NULL),\n(40213, 'pt', 'db', 'Revenue and Profit Summary', 'Resumo de Receita e Lucro', NULL, NULL),\n(40214, 'pt', 'db', 'Monthly Summary', 'Resumo Mensal', NULL, NULL),\n(40215, 'pt', 'db', 'Switch Theme', 'Mudar tema', NULL, NULL),\n(40216, 'pt', 'db', 'Documentation', 'Documenta\u00e7\u00e3o', NULL, NULL),\n(40217, 'pt', 'db', 'Product Expiry Report', 'Relat\u00f3rio de expira\u00e7\u00e3o do produto', NULL, NULL),\n(40218, 'pt', 'db', 'Sale Return List', 'Lista de Devolu\u00e7\u00e3o de Vendas', NULL, NULL),\n(40219, 'pt', 'db', 'Purchase Return List', 'Lista de Devolu\u00e7\u00e3o de Compras', NULL, NULL),\n(40220, 'pt', 'db', 'Purchase Return Details', 'Detalhes da devolu\u00e7\u00e3o da compra', NULL, NULL),\n(40221, 'pt', 'db', 'Purchase Payment', 'Pagamento de compra', NULL, NULL),\n(40222, 'pt', 'db', 'Sale Payment', 'Pagamento de venda', NULL, NULL),\n(40223, 'pt', 'db', 'Sale Report Chart', 'Gr\u00e1fico de Relat\u00f3rio de Vendas', NULL, NULL),\n(40224, 'pt', 'db', 'Time Period', 'Per\u00edodo de tempo', NULL, NULL),\n(40225, 'pt', 'db', 'Notification List', 'Lista de Notifica\u00e7\u00e3o', NULL, NULL),\n(40226, 'pt', 'db', 'Document', 'Documento', NULL, NULL),\n(40227, 'pt', 'db', 'All Notification', 'Todas as notifica\u00e7\u00f5es', NULL, NULL),\n(40228, 'pt', 'db', 'Read', 'Ler', NULL, NULL),\n(40229, 'pt', 'db', 'Unread', 'N\u00e3o lido', NULL, NULL),\n(40230, 'pt', 'db', 'Daily Sale Objective', 'Objetivo de venda di\u00e1ria', NULL, NULL),\n(40231, 'pt', 'db', 'Product Info', 'Informa\u00e7\u00f5es do produto', NULL, NULL),\n(40232, 'pt', 'db', 'Number of Products', 'N\u00famero de produtos', NULL, NULL),\n(40233, 'pt', 'db', 'Daily Sale Objective Report', 'Relat\u00f3rio de Objetivo de Venda Di\u00e1ria', NULL, NULL),\n(40234, 'pt', 'db', 'Embedded Barcode', 'C\u00f3digo de barras incorporado', NULL, NULL),\n(40235, 'pt', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'Quantidade m\u00ednima que deve ser vendida em um dia. Se n\u00e3o, voc\u00ea ser\u00e1 notificado no painel. Mas voc\u00ea tem que configurar o cron job corretamente para isso. Siga a documenta\u00e7\u00e3o a esse respeito.', NULL, NULL),\n(40236, 'pt', 'db', 'Deposited Balance', 'Saldo depositado', NULL, NULL),\n(40237, 'pt', 'db', 'Total Due', 'Total devido', NULL, NULL),\n(40238, 'pt', 'db', 'Clear Due', 'Limpar devido', NULL, NULL),\n(40239, 'pt', 'db', 'Both Customer and Supplier', 'Cliente e Fornecedor', NULL, NULL),\n(40240, 'pt', 'db', 'Check this if this product will be used in weight scale machine', 'Marque esta op\u00e7\u00e3o se este produto for usado em balan\u00e7as.', NULL, NULL),\n(40241, 'pt', 'db', 'Add More Variant', 'Adicionar mais variante', NULL, NULL),\n(40242, 'pt', 'db', 'Additional Cost', 'Custo adicional', NULL, NULL),\n(40243, 'pt', 'db', 'Product Variant Information', 'Informa\u00e7\u00f5es sobre a variante do produto', NULL, NULL),\n(40244, 'pt', 'db', 'Product History', 'Hist\u00f3rico do produto', NULL, NULL),\n(40245, 'pt', 'db', 'Delivery Status', 'Status de entrega', NULL, NULL),\n(40246, 'pt', 'db', 'Supplier Details', 'Detalhes do fornecedor', NULL, NULL),\n(40247, 'pt', 'db', 'Customer Due Report', 'Relat\u00f3rio de Cliente Devido', NULL, NULL),\n(40248, 'pt', 'db', 'Supplier Due Report', 'Relat\u00f3rio de Fornecedores Devidos', NULL, NULL),\n(40249, 'pt', 'db', 'Returned Amount', 'Valor Devolvido', NULL, NULL),\n(40250, 'pt', 'db', 'Related Transaction', 'Transa\u00e7\u00e3o relacionada', NULL, NULL),\n(40251, 'pt', 'db', 'Tenant Name', 'Nome do inquilino', NULL, NULL),\n(40252, 'pt', 'db', 'Domain Prefix', 'Prefixo de dom\u00ednio', NULL, NULL),\n(40253, 'pt', 'db', 'Created At', 'Criado em', NULL, NULL),\n(40254, 'pt', 'db', 'Client List', 'Lista de clientes', NULL, NULL),\n(40255, 'pt', 'db', 'Add Client', 'Adicionar cliente', NULL, NULL),\n(40256, 'pt', 'db', 'Invoice Size', 'Tamanho da fatura', NULL, NULL),\n(40257, 'pt', 'db', 'A4', 'A4', NULL, NULL),\n(40258, 'pt', 'db', 'Thermal POS receipt', 'Recibo POS t\u00e9rmico', NULL, NULL),\n(40259, 'pt', 'db', 'Total Before Tax', 'Total antes dos impostos', NULL, NULL),\n(40260, 'pt', 'db', 'Digits after deciaml point', 'D\u00edgitos ap\u00f3s o ponto decimal', NULL, NULL),\n(40261, 'pt', 'db', 'Subscription Ends at', 'A assinatura termina em', NULL, NULL),\n(40262, 'pt', 'db', 'Customer Group Report', 'Relat\u00f3rio de Grupo de Clientes', NULL, NULL),\n(40263, 'pt', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', 'Se voc\u00ea quiser vender seu produto pelo pre\u00e7o padr\u00e3o, o valor percentual deve ser zero.', NULL, NULL),\n(40264, 'pt', 'db', 'If this is your default currency, the exchange rate must be 1', 'Se esta for sua moeda padr\u00e3o, a taxa de c\u00e2mbio dever\u00e1 ser 1.', NULL, NULL),\n(40265, 'pt', 'db', 'Add Purchase Return', 'Adicionar devolu\u00e7\u00e3o de compra', NULL, NULL),\n(40266, 'pt', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Somente a moeda padr\u00e3o pode ter 1 como taxa de c\u00e2mbio. Por favor, altere a taxa de c\u00e2mbio da sua moeda padr\u00e3o', NULL, NULL),\n(40267, 'pt', 'db', 'Click to Add', 'Clique para adicionar', NULL, NULL),\n(40268, 'pt', 'db', 'Free Trial Limit', 'Limite de teste gratuito', NULL, NULL),\n(40270, 'pt', 'db', 'Renew Subscription', 'Renovar assinatura', NULL, NULL),\n(40271, 'pt', 'db', 'Update Client DB', 'Atualizar BD do cliente', NULL, NULL),\n(40272, 'pt', 'db', 'Client', 'Cliente', NULL, NULL),\n(40273, 'pt', 'db', 'Domain', 'Dom\u00ednio', NULL, NULL),\n(40274, 'pt', 'db', 'Package', 'Pacote', NULL, NULL),\n(40275, 'pt', 'db', 'Package List', 'Lista de Pacotes', NULL, NULL),\n(40276, 'pt', 'db', 'Add Package', 'Adicionar pacote', NULL, NULL),\n(40277, 'pt', 'db', 'Update Package', 'Pacote de atualiza\u00e7\u00e3o', NULL, NULL),\n(40278, 'pt', 'db', 'Free Trial', 'Teste gr\u00e1tis', NULL, NULL),\n(40279, 'pt', 'db', 'Monthly Fee', 'Taxa mensal', NULL, NULL),\n(40280, 'pt', 'db', 'Yearly Fee', 'Taxa Anual', NULL, NULL),\n(40281, 'pt', 'db', 'Number of Warehouses', 'N\u00famero de Armaz\u00e9ns', NULL, NULL),\n(40282, 'pt', 'db', 'Number of Invoices', 'N\u00famero de faturas', NULL, NULL),\n(40283, 'pt', 'db', 'Number of User Account', 'N\u00famero de contas de usu\u00e1rio', NULL, NULL),\n(40284, 'pt', 'db', 'Number of Employees', 'N\u00famero de funcion\u00e1rios', NULL, NULL),\n(40285, 'pt', 'db', 'Infinity', 'Infinidade', NULL, NULL),\n(40286, 'pt', 'db', 'Features', 'Caracter\u00edsticas', NULL, NULL),\n(40287, 'pt', 'db', 'Unlimited', 'Ilimitado', NULL, NULL),\n(40288, 'pt', 'db', 'Package Name', 'Nome do pacote', NULL, NULL),\n(40289, 'pt', 'db', 'Change Package', 'Pacote de mudan\u00e7a', NULL, NULL),\n(40290, 'pt', 'db', 'Active Payment Gateway', 'Gateway de pagamento ativo', NULL, NULL),\n(40291, 'pt', 'db', 'No Payment Gateway', 'Nenhum Gateway de Pagamento', NULL, NULL),\n(40292, 'pt', 'db', 'Payment Setting', 'Configura\u00e7\u00e3o de pagamento', NULL, NULL),\n(40293, 'pt', 'db', 'Subscription Type', 'Tipo de assinatura', NULL, NULL),\n(40294, 'pt', 'db', 'Update SuperAdmin DB', 'Atualizar SuperAdmin DB', NULL, NULL),\n(40295, 'pt', 'db', 'Payments', 'Pagamentos', NULL, NULL),\n(40296, 'pt', 'db', 'CMS', 'CMS', NULL, NULL),\n(40297, 'pt', 'db', 'Support Tickets', 'Tickets de suporte', NULL, NULL),\n(40298, 'pt', 'db', 'Testimonials', 'Testemunhos', NULL, NULL),\n(40299, 'pt', 'db', 'Blog', 'Blogue', NULL, NULL),\n(40300, 'pt', 'db', 'Page', 'P\u00e1gina', NULL, NULL),\n(40301, 'pt', 'db', 'All Blog Posts', 'Todas as postagens do blog', NULL, NULL),\n(40302, 'pt', 'db', 'All Pages', 'Todas as p\u00e1ginas', NULL, NULL),\n(40303, 'pt', 'db', 'Subscription value', 'Valor da assinatura', NULL, NULL),\n(40304, 'pt', 'db', 'Total Clients', 'Total de clientes', NULL, NULL),\n(40305, 'pt', 'db', 'Packages', 'Pacotes', NULL, NULL),\n(40306, 'pt', 'db', 'Send message to tenants', 'Enviar mensagem aos inquilinos', NULL, NULL),\n(40307, 'pt', 'db', 'SEO Setting', 'Configura\u00e7\u00e3o de SEO', NULL, NULL),\n(40308, 'pt', 'db', 'Meta Title', 'Meta T\u00edtulo', NULL, NULL),\n(40309, 'pt', 'db', '50-60 characters', '50-60 caracteres', NULL, NULL),\n(40310, 'pt', 'db', 'Meta Description', 'Meta Descri\u00e7\u00e3o', NULL, NULL),\n(40311, 'pt', 'db', '150-160 characters', '150-160 caracteres', NULL, NULL),\n(40312, 'pt', 'db', 'og Title', 'og T\u00edtulo', NULL, NULL),\n(40313, 'pt', 'db', 'og Description', 'og Descri\u00e7\u00e3o', NULL, NULL),\n(40314, 'pt', 'db', 'og Image', 'og Imagem', NULL, NULL),\n(40315, 'pt', 'db', 'Analytics Setting', 'Configura\u00e7\u00e3o de an\u00e1lise', NULL, NULL),\n(40316, 'pt', 'db', 'Google Analytics Script', 'Script do Google Analytics', NULL, NULL),\n(40317, 'pt', 'db', 'Facebook Pixel Script', 'Script de pixel do Facebook', NULL, NULL),\n(40318, 'pt', 'db', 'Chat Script', 'Script de bate-papo', NULL, NULL),\n(40319, 'pt', 'db', 'Hero Section', 'Se\u00e7\u00e3o de Her\u00f3is', NULL, NULL),\n(40320, 'pt', 'db', 'Heading', 'Cabe\u00e7alho', NULL, NULL),\n(40321, 'pt', 'db', 'Sub Heading', 'Subt\u00edtulo', NULL, NULL),\n(40322, 'pt', 'db', 'Hero Image', 'Imagem do her\u00f3i', NULL, NULL),\n(40323, 'pt', 'db', 'Save', 'Salvar', NULL, NULL),\n(40324, 'pt', 'db', 'Module Section', 'Se\u00e7\u00e3o do m\u00f3dulo', NULL, NULL),\n(40325, 'pt', 'db', 'Click to choose icon', 'Clique para escolher o \u00edcone', NULL, NULL),\n(40327, 'pt', 'db', 'Add More', 'Adicionar mais', NULL, NULL),\n(40328, 'pt', 'db', 'Icon', '\u00cdcone', NULL, NULL),\n(40329, 'pt', 'db', 'Feature Section', 'Se\u00e7\u00e3o de destaques', NULL, NULL),\n(40330, 'pt', 'db', 'FAQ Section', 'Se\u00e7\u00e3o de perguntas frequentes', NULL, NULL),\n(40331, 'pt', 'db', 'Question', 'Pergunta', NULL, NULL),\n(40332, 'pt', 'db', 'Answer', 'Responder', NULL, NULL),\n(40333, 'pt', 'db', 'Update FAQ', 'Perguntas frequentes sobre atualiza\u00e7\u00e3o', NULL, NULL),\n(40334, 'pt', 'db', 'Update Module', 'M\u00f3dulo de atualiza\u00e7\u00e3o', NULL, NULL),\n(40335, 'pt', 'db', 'Update Feature', 'Recurso de atualiza\u00e7\u00e3o', NULL, NULL),\n(40336, 'pt', 'db', 'Testimonial Section', 'Se\u00e7\u00e3o de depoimentos', NULL, NULL),\n(40337, 'pt', 'db', 'Blog Section', 'Se\u00e7\u00e3o de blog', NULL, NULL),\n(40338, 'pt', 'db', 'Page Section', 'Se\u00e7\u00e3o da p\u00e1gina', NULL, NULL),\n(40339, 'pt', 'db', 'Social Section', 'Se\u00e7\u00e3o Social', NULL, NULL),\n(40340, 'pt', 'db', 'Business Name', 'Nome da empresa', NULL, NULL),\n(40341, 'pt', 'db', 'Text', 'Texto', NULL, NULL),\n(40342, 'pt', 'db', 'Update Testimonial', 'Atualizar depoimento', NULL, NULL),\n(40343, 'pt', 'db', 'Add Post', 'Adicionar postagem', NULL, NULL),\n(40344, 'pt', 'db', 'Blog Title', 'T\u00edtulo do blog', NULL, NULL),\n(40345, 'pt', 'db', 'Page Title', 'T\u00edtulo da p\u00e1gina', NULL, NULL),\n(40347, 'pt', 'db', 'Update Blog', 'Atualizar Blog', NULL, NULL),\n(40348, 'pt', 'db', 'Update Page', 'Atualizar p\u00e1gina', NULL, NULL),\n(40349, 'pt', 'db', 'Open Graph Title', 'T\u00edtulo do gr\u00e1fico aberto', NULL, NULL),\n(40350, 'pt', 'db', 'Open Graph Description', 'Descri\u00e7\u00e3o do Open Graph', NULL, NULL),\n(40352, 'pt', 'db', 'Link', 'Link', NULL, NULL),\n(40353, 'pt', 'db', 'Update Social', 'Atualizar Social', NULL, NULL),\n(40354, 'pt', 'db', 'All Blogs', 'Todos os blogs', NULL, NULL),\n(40355, 'pt', 'db', 'Add Page', 'Adicionar p\u00e1gina', NULL, NULL),\n(40356, 'pt', 'db', 'Field Belongs To', 'O campo pertence a', NULL, NULL),\n(40357, 'pt', 'db', 'Field Name', 'Nome do campo', NULL, NULL),\n(40358, 'pt', 'db', 'Field Type', 'Tipo de campo', NULL, NULL),\n(40359, 'pt', 'db', 'Default Value', 'Valor Padr\u00e3o', NULL, NULL),\n(40360, 'pt', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', 'Grade (coluna Bootstrap eq. 12) - M\u00e1ximo \u00e9 12', NULL, NULL),\n(40361, 'pt', 'db', 'Required', 'Obrigat\u00f3rio', NULL, NULL),\n(40362, 'pt', 'db', 'Admin Only', 'Somente administrador', NULL, NULL),\n(40363, 'pt', 'db', 'Disabled', 'Desabilitado', NULL, NULL),\n(40364, 'pt', 'db', 'Visibility', 'Visibilidade', NULL, NULL),\n(40365, 'pt', 'db', 'Show on Table', 'Mostrar na tabela', NULL, NULL),\n(40366, 'pt', 'db', 'Show on Invoice', 'Mostrar na fatura', NULL, NULL),\n(40367, 'pt', 'db', 'Nothing Selected', 'Nada selecionado', NULL, NULL),\n(40368, 'pt', 'db', 'Custom Field', 'Campo personalizado', NULL, NULL),\n(40369, 'pt', 'db', 'Custom Field List', 'Lista de campos personalizados', NULL, NULL),\n(40370, 'pt', 'db', 'Create Custom Field', 'Criar campo personalizado', NULL, NULL),\n(40371, 'pt', 'db', 'Options', 'Op\u00e7\u00f5es', NULL, NULL),\n(40372, 'pt', 'db', 'Update Custom Field', 'Atualizar campo personalizado', NULL, NULL),\n(40373, 'pt', 'db', 'Total Price', 'Pre\u00e7o total', NULL, NULL),\n(40374, 'pt', 'db', 'Reminder Date', 'Data do lembrete', NULL, NULL),\n(40375, 'pt', 'db', 'Total Cost', 'Custo total', NULL, NULL),\n(40376, 'pt', 'db', 'Mail Driver', 'Motorista de correio', NULL, NULL),\n(40377, 'pt', 'db', 'Update existing clients who are using this package', 'Atualizar clientes existentes que est\u00e3o usando este pacote', NULL, NULL),\n(40378, 'pt', 'db', 'ZATCA QrCode', 'C\u00f3digo QR ZATCA', NULL, NULL),\n(40379, 'pt', 'db', 'VAT Registration Number', 'N\u00famero de registro de IVA', NULL, NULL),\n(40380, 'pt', 'db', 'Button Text', 'Texto do bot\u00e3o', NULL, NULL),\n(40381, 'pt', 'db', 'Modules', 'M\u00f3dulos', NULL, NULL),\n(40382, 'pt', 'db', 'Add Module', 'Adicionar m\u00f3dulo', NULL, NULL),\n(40383, 'pt', 'db', 'Add Faq', 'Adicionar FAQ', NULL, NULL),\n(40384, 'pt', 'db', 'Tenant Signup Description', 'Descri\u00e7\u00e3o de inscri\u00e7\u00e3o do inquilino', NULL, NULL),\n(40385, 'pt', 'db', 'Add Language', 'Adicionar idioma', NULL, NULL),\n(40386, 'pt', 'db', 'Update Language', 'Atualizar idioma', NULL, NULL),\n(40387, 'pt', 'db', 'Number of Person', 'N\u00famero de pessoas', NULL, NULL),\n(40388, 'pt', 'db', 'Add Table', 'Adicionar tabela', NULL, NULL),\n(40389, 'pt', 'db', 'Update Table', 'Atualizar tabela', NULL, NULL),\n(40390, 'pt', 'db', 'Tables', 'Tabelas', NULL, NULL),\n(40391, 'pt', 'db', 'Table', 'Mesa', NULL, NULL),\n(40392, 'pt', 'db', 'Table Management', 'Gest\u00e3o de mesa', NULL, NULL),\n(40393, 'pt', 'db', 'Initial Stock', 'Estoque inicial', NULL, NULL),\n(40394, 'pt', 'db', 'This feature will not work for product with variants and batches', 'Este recurso n\u00e3o funcionar\u00e1 para produtos com variantes e lotes', NULL, NULL),\n(40395, 'pt', 'db', 'Queue', 'Fila', NULL, NULL),\n(40396, 'pt', 'db', 'Addons', 'Complementos', NULL, NULL),\n(40397, 'pt', 'db', 'Addon List', 'Lista de complementos', NULL, NULL),\n(40398, 'pt', 'db', 'Sync Product Categories', 'Sincronizar categorias de produtos', NULL, NULL),\n(40399, 'pt', 'db', 'Sync', 'Sincronizar', NULL, NULL),\n(40400, 'pt', 'db', 'Sync Log', 'Log de sincroniza\u00e7\u00e3o', NULL, NULL),\n(40401, 'pt', 'db', 'Reset Synced Category', 'Redefinir categoria sincronizada', NULL, NULL),\n(40402, 'pt', 'db', 'Sync Products', 'Produtos de sincroniza\u00e7\u00e3o', NULL, NULL),\n(40403, 'pt', 'db', 'Reset Synced Product', 'Redefinir produto sincronizado', NULL, NULL),\n(40404, 'pt', 'db', 'Tax Rates Mapping', 'Mapeamento de taxas de impostos', NULL, NULL),\n(40405, 'pt', 'db', 'POS Tax Rate', 'Taxa de imposto POS', NULL, NULL),\n(40406, 'pt', 'db', 'Equivalent WooCommerce Tax Rate', 'Taxa de imposto equivalente do WooCommerce', NULL, NULL),\n(40407, 'pt', 'db', 'Sync Orders(New Order Only)', 'Sincronizar pedidos (somente novos pedidos)', NULL, NULL),\n(40408, 'pt', 'db', 'Sync Type', 'Tipo de sincroniza\u00e7\u00e3o', NULL, NULL),\n(40409, 'pt', 'db', 'Operation', 'Opera\u00e7\u00e3o', NULL, NULL),\n(40410, 'pt', 'db', 'Records', 'Registros', NULL, NULL),\n(40411, 'pt', 'db', 'Synced By', 'Sincronizado por', NULL, NULL),\n(40412, 'pt', 'db', 'Instructions', 'Instru\u00e7\u00f5es', NULL, NULL),\n(40413, 'pt', 'db', 'API Settings', 'Configura\u00e7\u00f5es da API', NULL, NULL),\n(40414, 'pt', 'db', 'Product Sync Settings', 'Configura\u00e7\u00f5es de sincroniza\u00e7\u00e3o do produto', NULL, NULL),\n(40415, 'pt', 'db', 'Order Sync Settings', 'Configura\u00e7\u00f5es de sincroniza\u00e7\u00e3o de pedidos', NULL, NULL),\n(40416, 'pt', 'db', 'Webhook Settings', 'Configura\u00e7\u00f5es do Webhook', NULL, NULL),\n(40417, 'pt', 'db', 'WooCommerce App URL', 'URL do aplicativo WooCommerce', NULL, NULL),\n(40418, 'pt', 'db', 'WooCommerce Consumer Key', 'Chave do consumidor WooCommerce', NULL, NULL),\n(40419, 'pt', 'db', 'WooCommerce Consumer Secret', 'Segredo do consumidor WooCommerce', NULL, NULL),\n(40420, 'pt', 'db', 'WooCommerce Settings', 'Configura\u00e7\u00f5es do WooCommerce', NULL, NULL),\n(40421, 'pt', 'db', 'Default Tax Class', 'Classe de imposto padr\u00e3o', NULL, NULL),\n(40422, 'pt', 'db', 'Sync Product Price', 'Sincronizar pre\u00e7o do produto', NULL, NULL),\n(40423, 'pt', 'db', 'Manage Stock', 'Gerenciar estoque', NULL, NULL),\n(40424, 'pt', 'db', 'Stock Status', 'Status do estoque', NULL, NULL),\n(40425, 'pt', 'db', 'Default Customer Group', 'Grupo de clientes padr\u00e3o', NULL, NULL),\n(40426, 'pt', 'db', 'WooCommerce Order Status', 'Status do pedido WooCommerce', NULL, NULL),\n(40427, 'pt', 'db', 'Equivalent POS Sell Status', 'Status de venda de POS equivalente', NULL, NULL),\n(40428, 'pt', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'Para obter detalhes da API do WooCommerce, navegue at\u00e9 WooCommerce -> Configura\u00e7\u00f5es -> Avan\u00e7ado -> API REST. Forne\u00e7a uma descri\u00e7\u00e3o, selecione um usu\u00e1rio e conceda Permiss\u00e3o de Leitura\\\\\/Grava\u00e7\u00e3o.', NULL, NULL),\n(40429, 'pt', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'Durante a sincroniza\u00e7\u00e3o, evite atualizar a p\u00e1gina ou sair dela.', NULL, NULL),\n(40430, 'pt', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'Na op\u00e7\u00e3o permalink do WordPress, selecione Nome da postagem como a op\u00e7\u00e3o de permalinks.', NULL, NULL),\n(40431, 'pt', 'db', 'Buy Now', 'Comprar agora', NULL, NULL),\n(40432, 'pt', 'db', 'Install', 'Instalar', NULL, NULL),\n(40433, 'pt', 'db', 'Staff Id', 'Id da equipe', NULL, NULL),\n(40434, 'pt', 'db', 'Import CSV file (Device)', 'Importar arquivo CSV (dispositivo)', NULL, NULL),\n(40435, 'pt', 'db', 'Attendance Device Date Format', 'Formato de data do dispositivo de atendimento', NULL, NULL),\n(40436, 'pt', 'db', 'Disable Woocommerce Sync', 'Desativar sincroniza\u00e7\u00e3o do Woocommerce', NULL, NULL),\n(40437, 'pt', 'db', 'Product Status', 'Status do produto', NULL, NULL),\n(40438, 'pt', 'db', 'Category not synced', 'Categoria n\u00e3o sincronizada', NULL, NULL),\n(40439, 'pt', 'db', 'Categories not synced', 'Categorias n\u00e3o sincronizadas', NULL, NULL),\n(40440, 'pt', 'db', 'Category can be updated', 'A categoria pode ser atualizada', NULL, NULL),\n(40441, 'pt', 'db', 'Categories can be updated', 'As categorias podem ser atualizadas', NULL, NULL),\n(40442, 'pt', 'db', 'Product not synced', 'Produto n\u00e3o sincronizado', NULL, NULL),\n(40443, 'pt', 'db', 'Products not synced', 'Produtos n\u00e3o sincronizados', NULL, NULL),\n(40444, 'pt', 'db', 'Product can be updated', 'O produto pode ser atualizado', NULL, NULL),\n(40445, 'pt', 'db', 'Products can be updated', 'Os produtos podem ser atualizados', NULL, NULL),\n(40446, 'pt', 'db', 'Please connect with WooCommerce', 'Entre em contato com o WooCommerce', NULL, NULL),\n(40447, 'pt', 'db', 'Something went wrong', 'Algo deu errado', NULL, NULL),\n(40448, 'pt', 'db', 'Synced category successfully', 'Categoria sincronizada com sucesso', NULL, NULL),\n(40449, 'pt', 'db', 'Reset synced category successfully', 'Redefinir categoria sincronizada com sucesso', NULL, NULL),\n(40450, 'pt', 'db', 'Synced product successfully', 'Produto sincronizado com sucesso', NULL, NULL),\n(40451, 'pt', 'db', 'Reset synced product successfully', 'Redefinir produto sincronizado com sucesso', NULL, NULL),\n(40452, 'pt', 'db', 'Tax maped successfully', 'Imposto mapeado com sucesso', NULL, NULL),\n(40453, 'pt', 'db', 'Synced order successfully', 'Pedido sincronizado com sucesso', NULL, NULL),\n(40454, 'pt', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'Selecione Grupo de clientes padr\u00e3o\\\\\/ Armaz\u00e9m padr\u00e3o\\\\\/ Cobrador padr\u00e3o\\\\\/ Status de venda de PDV equivalente nas configura\u00e7\u00f5es de sincroniza\u00e7\u00e3o de pedidos', NULL, NULL),\n(40455, 'pt', 'db', 'Module Image', 'Imagem do m\u00f3dulo', NULL, NULL),\n(40456, 'pt', 'db', 'Courier', 'Correio', NULL, NULL),\n(40457, 'pt', 'db', 'Courier List', 'Lista de Correios', NULL, NULL),\n(40458, 'pt', 'db', 'Add Courier', 'Adicionar Courier', NULL, NULL),\n(40459, 'pt', 'db', 'Update Courier', 'Atualizar Courier', NULL, NULL),\n(40460, 'pt', 'db', 'Sale and Quotation without stock', 'Venda e Cota\u00e7\u00e3o sem estoque', NULL, NULL),\n(40461, 'pt', 'db', 'Yes', 'Sim', NULL, NULL),\n(40462, 'pt', 'db', 'No', 'N\u00e3o', NULL, NULL),\n(40463, 'pt', 'db', 'Returned', 'Retornado', NULL, NULL),\n(40464, 'pt', 'db', 'Get in touch', 'Entre em contato', NULL, NULL),\n(40465, 'pt', 'db', 'Contact Info', 'Informa\u00e7\u00f5es de contato', NULL, NULL),\n(40466, 'pt', 'db', 'Bug Setting', 'Configura\u00e7\u00e3o de Bug', NULL, NULL),\n(40467, 'pt', 'db', 'File Name', 'Nome do arquivo', NULL, NULL),\n(40468, 'pt', 'db', 'Type File Name', 'Digite o nome do arquivo', NULL, NULL),\n(40469, 'pt', 'db', 'Logs', 'Registros', NULL, NULL),\n(40470, 'pt', 'db', 'Type Log', 'Tipo Log', NULL, NULL),\n(40471, 'pt', 'db', 'Short Note', 'Nota curta', NULL, NULL),\n(40472, 'pt', 'db', 'Product Mode', 'Modo de produto', NULL, NULL),\n(40473, 'pt', 'db', 'Version', 'Vers\u00e3o', NULL, NULL),\n(40474, 'pt', 'db', 'Bug No', 'Bug N\u00e3o', NULL, NULL),\n(40475, 'pt', 'db', 'Minimum Required Version', 'Vers\u00e3o m\u00ednima necess\u00e1ria', NULL, NULL),\n(40476, 'pt', 'db', 'Version Upgrade', 'Atualiza\u00e7\u00e3o de vers\u00e3o', NULL, NULL),\n(40477, 'pt', 'db', 'Latest Version Upgrade', 'Atualiza\u00e7\u00e3o da vers\u00e3o mais recente', NULL, NULL),\n(40478, 'pt', 'db', 'Latest Version DB Migrate', '.\u00daltima vers\u00e3o DB Migrate', NULL, NULL),\n(40479, 'pt', 'db', 'Version Upgrade URL', 'URL de atualiza\u00e7\u00e3o da vers\u00e3o', NULL, NULL),\n(40480, 'pt', 'db', 'Bug Update', 'Atualiza\u00e7\u00e3o de Bug', NULL, NULL),\n(40481, 'pt', 'db', 'Bug DB Migrate', 'Migra\u00e7\u00e3o do Bug DB', NULL, NULL),\n(40482, 'pt', 'db', 'Bug Update URL', 'URL de atualiza\u00e7\u00e3o de bug', NULL, NULL),\n(40483, 'pt', 'db', 'Version Upgrade Setting', 'Configura\u00e7\u00e3o de atualiza\u00e7\u00e3o de vers\u00e3o', NULL, NULL),\n(40484, 'pt', 'db', 'Bug Update Setting', 'Configura\u00e7\u00e3o de atualiza\u00e7\u00e3o de bug', NULL, NULL),\n(40485, 'pt', 'db', 'My Account', 'Minha conta', NULL, NULL),\n(40487, 'pt', 'db', 'Phone', 'Telefone', NULL, NULL),\n(40488, 'pt', 'db', 'My Addresses', 'Meus Endere\u00e7os', NULL, NULL),\n(40489, 'pt', 'db', 'Edit Address', 'Editar Endere\u00e7o', NULL, NULL),\n(40490, 'pt', 'db', 'Zip \\\\\/ Postal code', 'CEP \/ C\u00f3digo Postal', NULL, NULL),\n(40491, 'pt', 'db', 'Cart', 'Carrinho', NULL, NULL),\n(40492, 'pt', 'db', 'Shop Cart', 'Carrinho de compras', NULL, NULL),\n(40493, 'pt', 'db', 'Home', 'Lar', NULL, NULL),\n(40494, 'pt', 'db', 'Sub Total', 'Subtotal', NULL, NULL),\n(40495, 'pt', 'db', 'Continue Shopping', 'Continuar comprando', NULL, NULL),\n(40496, 'pt', 'db', 'Proceed to Checkout', 'Fazer o check-out', NULL, NULL),\n(40497, 'pt', 'db', 'Pay', 'Pagar', NULL, NULL),\n(40498, 'pt', 'db', 'Returning customer?', 'Cliente recorrente?', NULL, NULL),\n(40499, 'pt', 'db', 'Shipping Details', 'Detalhes de envio', NULL, NULL),\n(40500, 'pt', 'db', 'Default Address', 'Endere\u00e7o Padr\u00e3o', NULL, NULL),\n(40501, 'pt', 'db', 'Add a different address', 'Adicionar um endere\u00e7o diferente', NULL, NULL),\n(40502, 'pt', 'db', 'Order Notes', 'Notas do pedido', NULL, NULL),\n(40503, 'pt', 'db', 'Billing address same as Shipping Address', 'Endere\u00e7o de cobran\u00e7a igual ao endere\u00e7o de entrega', NULL, NULL),\n(40504, 'pt', 'db', 'Your order', 'Seu pedido', NULL, NULL),\n(40505, 'pt', 'db', 'Product(s)', 'Produtos)', NULL, NULL),\n(40507, 'pt', 'db', 'I have a coupon', 'Eu tenho um cupom', NULL, NULL),\n(40508, 'pt', 'db', 'Enter coupon code', 'Insira o c\u00f3digo do cupom', NULL, NULL),\n(40509, 'pt', 'db', 'I have read and accept the', 'Li e aceito os termos e condi\u00e7\u00f5es', NULL, NULL),\n(40510, 'pt', 'db', 'Cash on Delivery', 'Pagamento na entrega', NULL, NULL),\n(40511, 'pt', 'db', 'Remember Me', 'Lembre de mim', NULL, NULL),\n(40512, 'pt', 'db', 'Log In', 'Conecte-se', NULL, NULL),\n(40513, 'pt', 'db', 'sign up now', 'inscreva-se agora', NULL, NULL),\n(40514, 'pt', 'db', 'My Profile', 'Meu Perfil', NULL, NULL),\n(40515, 'pt', 'db', 'My Orders', 'Meus pedidos', NULL, NULL),\n(40516, 'pt', 'db', 'My Wishlist', 'Minha lista de desejos', NULL, NULL),\n(40517, 'pt', 'db', 'Account Details', 'Detalhes da conta', NULL, NULL),\n(40518, 'pt', 'db', 'We have sent you an email', 'N\u00f3s lhe enviamos um e-mail', NULL, NULL),\n(40519, 'pt', 'db', 'Just click on the link in that email to verify', 'Basta clicar no link desse e-mail para verificar', NULL, NULL),\n(40520, 'pt', 'db', 'Thank you for verifying your email', 'Obrigado por verificar seu e-mail', NULL, NULL),\n(40521, 'pt', 'db', 'Order Details', 'Detalhes do pedido', NULL, NULL),\n(40522, 'pt', 'db', 'You have not ordered anything yet!', 'Voc\u00ea ainda n\u00e3o pediu nada!', NULL, NULL),\n(40523, 'pt', 'db', 'Tags', 'Etiquetas', NULL, NULL),\n(40524, 'pt', 'db', 'Share', 'Compartilhar', NULL, NULL),\n(40525, 'pt', 'db', 'Thank you for your order', 'Obrigado pelo seu pedido', NULL, NULL),\n(40526, 'pt', 'db', 'Here is your order reference no', 'Aqui est\u00e1 o n\u00famero de refer\u00eancia do seu pedido', NULL, NULL),\n(40527, 'pt', 'db', 'You will receive an email with delivery details shortly', 'Voc\u00ea receber\u00e1 um e-mail com os detalhes da entrega em breve', NULL, NULL),\n(40528, 'pt', 'db', 'Add Collection', 'Adicionar cole\u00e7\u00e3o', NULL, NULL),\n(40529, 'pt', 'db', 'Collection Name', 'Nome da cole\u00e7\u00e3o', NULL, NULL),\n(40530, 'pt', 'db', 'Permalink', 'Link permanente', NULL, NULL),\n(40531, 'pt', 'db', 'Save as Draft', 'Salvar como rascunho', NULL, NULL),\n(40532, 'pt', 'db', 'Publish', 'Publicar', NULL, NULL),\n(40533, 'pt', 'db', 'Collection', 'Cole\u00e7\u00e3o', NULL, NULL),\n(40534, 'pt', 'db', 'Slug', 'Lesma', NULL, NULL),\n(40536, 'pt', 'db', 'Sliders', 'Controles deslizantes', NULL, NULL),\n(40537, 'pt', 'db', 'Menu', 'Menu', NULL, NULL),\n(40538, 'pt', 'db', 'Collections', 'Cole\u00e7\u00f5es', NULL, NULL),\n(40539, 'pt', 'db', 'Pages', 'P\u00e1ginas', NULL, NULL),\n(40540, 'pt', 'db', 'Widgets', 'Elementos', NULL, NULL),\n(40541, 'pt', 'db', 'Faq Category', 'Categoria de perguntas frequentes', NULL, NULL),\n(40542, 'pt', 'db', 'Faqs', 'Perguntas frequentes', NULL, NULL),\n(40543, 'pt', 'db', 'Social Links', 'Links sociais', NULL, NULL),\n(40544, 'pt', 'db', 'Payment Gateways', 'Gateways de pagamento', NULL, NULL),\n(40545, 'pt', 'db', 'Location', 'Localiza\u00e7\u00e3o', NULL, NULL),\n(40546, 'pt', 'db', 'Add Menu', 'Adicionar Menu', NULL, NULL),\n(40547, 'pt', 'db', 'Add Menu Items', 'Adicionar itens de menu', NULL, NULL),\n(40548, 'pt', 'db', 'Categories', 'Categorias', NULL, NULL),\n(40549, 'pt', 'db', 'Select All', 'Selecionar tudo', NULL, NULL),\n(40550, 'pt', 'db', 'Add to Menu', 'Adicionar ao menu', NULL, NULL),\n(40551, 'pt', 'db', 'Brands', 'Marcas', NULL, NULL),\n(40552, 'pt', 'db', 'Custom Links', 'Links personalizados', NULL, NULL),\n(40553, 'pt', 'db', 'URL', 'URL', NULL, NULL),\n(40554, 'pt', 'db', 'Link Text', 'Texto do link', NULL, NULL),\n(40555, 'pt', 'db', 'Menu Structure', 'Estrutura do menu', NULL, NULL),\n(40556, 'pt', 'db', 'Select categories, pages or add custom links to menus', 'Selecione categorias, p\u00e1ginas ou adicione links personalizados aos menus', NULL, NULL),\n(40557, 'pt', 'db', 'Link Name', 'Nome do link', NULL, NULL),\n(40558, 'pt', 'db', 'Open in a new tab', 'Abrir em uma nova aba', NULL, NULL),\n(40559, 'pt', 'db', 'Save Menu', 'Salvar Menu', NULL, NULL),\n(40560, 'pt', 'db', 'Page Name', 'Nome da p\u00e1gina', NULL, NULL),\n(40561, 'pt', 'db', 'Page Layout', 'Layout da p\u00e1gina', NULL, NULL),\n(40562, 'pt', 'db', 'click on the widgets below to add it to your layout', 'clique nos widgets abaixo para adicion\u00e1-lo ao seu layout', NULL, NULL),\n(40563, 'pt', 'db', 'Product Category', 'Categoria do produto', NULL, NULL),\n(40564, 'pt', 'db', 'Tabbed Product Categories', 'Categorias de produtos com abas', NULL, NULL),\n(40565, 'pt', 'db', 'Category Slider', 'Controle deslizante de categoria', NULL, NULL),\n(40566, 'pt', 'db', 'Product Collection', 'Cole\u00e7\u00e3o de produtos', NULL, NULL),\n(40567, 'pt', 'db', 'Tabbed Product Collections', 'Cole\u00e7\u00f5es de produtos com guias', NULL, NULL),\n(40568, 'pt', 'db', 'Brand Slider', 'Controle deslizante de marca', NULL, NULL),\n(40569, 'pt', 'db', 'Og_Title', 'T\u00edtulo_Og', NULL, NULL),\n(40571, 'pt', 'db', 'Og_description', 'Descri\u00e7\u00e3o_Og', NULL, NULL),\n(40573, 'pt', 'db', 'Og_Image', 'Og_Image', NULL, NULL),\n(40574, 'pt', 'db', 'Templates', 'Modelos', NULL, NULL),\n(40575, 'pt', 'db', 'Choose Category', 'Escolha a categoria', NULL, NULL),\n(40576, 'pt', 'db', 'Layout Type', 'Tipo de layout', NULL, NULL),\n(40577, 'pt', 'db', 'Slider Loop', 'Loop deslizante', NULL, NULL),\n(40578, 'pt', 'db', 'Slider Autoplay', 'Controle deslizante Reprodu\u00e7\u00e3o autom\u00e1tica', NULL, NULL),\n(40579, 'pt', 'db', 'Slider Autoplay Speed', 'Controle deslizante de velocidade de reprodu\u00e7\u00e3o autom\u00e1tica', NULL, NULL),\n(40580, 'pt', 'db', 'Number of products to show', 'N\u00famero de produtos para mostrar', NULL, NULL),\n(40581, 'pt', 'db', 'Choose Categories', 'Escolha Categorias', NULL, NULL),\n(40582, 'pt', 'db', 'Choose Collection', 'Escolha a cole\u00e7\u00e3o', NULL, NULL),\n(40584, 'pt', 'db', 'Choose collections', 'Escolha cole\u00e7\u00f5es', NULL, NULL),\n(40585, 'pt', 'db', 'Choose Brands', 'Escolha Marcas', NULL, NULL),\n(40586, 'pt', 'db', 'Edit Page', 'Editar p\u00e1gina', NULL, NULL),\n(40588, 'pt', 'db', 'Ecommerce Settings', 'Configura\u00e7\u00f5es de com\u00e9rcio eletr\u00f4nico', NULL, NULL),\n(40589, 'pt', 'db', 'Favicon', 'Favicon', NULL, NULL),\n(40590, 'pt', 'db', 'Home Page', 'P\u00e1gina inicial', NULL, NULL),\n(40591, 'pt', 'db', 'Store Phone', 'Telefone da loja', NULL, NULL),\n(40592, 'pt', 'db', 'Store Email', 'E-mail da loja', NULL, NULL),\n(40593, 'pt', 'db', 'Store Address', 'Endere\u00e7o da loja', NULL, NULL),\n(40594, 'pt', 'db', 'Contact From Email', 'Contato por e-mail', NULL, NULL),\n(40595, 'pt', 'db', 'Min amount for free shipping', 'Valor m\u00ednimo para frete gr\u00e1tis', NULL, NULL),\n(40596, 'pt', 'db', 'Flat Rate Shipping', 'Envio de taxa fixa', NULL, NULL),\n(40597, 'pt', 'db', 'Pages to read & accept before checkout', 'P\u00e1ginas para ler e aceitar antes de finalizar a compra', NULL, NULL),\n(40598, 'pt', 'db', 'Custom CSS', 'CSS personalizado', NULL, NULL),\n(40599, 'pt', 'db', 'Custom JS', 'JS personalizado', NULL, NULL),\n(40600, 'pt', 'db', 'Chat Code', 'C\u00f3digo de bate-papo', NULL, NULL),\n(40601, 'pt', 'db', 'Google Analytics Code', 'C\u00f3digo do Google Analytics', NULL, NULL),\n(40602, 'pt', 'db', 'Facebook Pixel', 'Pixel do Facebook', NULL, NULL),\n(40603, 'pt', 'db', 'Details', 'Detalhes', NULL, NULL),\n(40604, 'pt', 'db', 'Add Slider', 'Adicionar controle deslizante', NULL, NULL),\n(40605, 'pt', 'db', 'Desktop', '\u00c1rea de trabalho', NULL, NULL),\n(40606, 'pt', 'db', 'Tab', 'Aba', NULL, NULL),\n(40607, 'pt', 'db', 'Add Social Link', 'Adicionar Link Social', NULL, NULL),\n(40608, 'pt', 'db', 'Available Widgets', 'Widgets dispon\u00edveis', NULL, NULL),\n(40609, 'pt', 'db', 'To add a widget to a section, drag it onto that section', 'Para adicionar um widget a uma se\u00e7\u00e3o, arraste-o para essa se\u00e7\u00e3o', NULL, NULL),\n(40610, 'pt', 'db', 'Custom Menu', 'Menu personalizado', NULL, NULL),\n(40611, 'pt', 'db', 'Select menu', 'Selecione o menu', NULL, NULL),\n(40612, 'pt', 'db', 'Site Features', 'Caracter\u00edsticas do site', NULL, NULL),\n(40613, 'pt', 'db', 'Site Information', 'Informa\u00e7\u00f5es do site', NULL, NULL),\n(40614, 'pt', 'db', 'Hours', 'Horas', NULL, NULL),\n(40615, 'pt', 'db', 'Newsletter form', 'Formul\u00e1rio de boletim informativo', NULL, NULL),\n(40616, 'pt', 'db', 'Section Above Footer', 'Se\u00e7\u00e3o acima do rodap\u00e9', NULL, NULL),\n(40617, 'pt', 'db', 'Footer Section', 'Se\u00e7\u00e3o de rodap\u00e9', NULL, NULL),\n(40618, 'pt', 'db', 'Product Details Sidebar', 'Barra lateral de detalhes do produto', NULL, NULL),\n(40619, 'pt', 'db', 'Your email', 'Seu e-mail', NULL, NULL),\n(40620, 'pt', 'db', 'Forgot Password', 'Esqueceu sua senha', NULL, NULL),\n(40621, 'pt', 'db', 'Subscribe', 'Inscrever-se', NULL, NULL),\n(40622, 'pt', 'db', 'Sell Online', 'Vender Online', NULL, NULL),\n(40623, 'pt', 'db', 'Out of stock', 'Fora de estoque', NULL, NULL),\n(40624, 'pt', 'db', 'Duplicate', 'Duplicado', NULL, NULL),\n(40625, 'pt', 'db', 'All Product In Stock', 'Todos os produtos em estoque', NULL, NULL),\n(40626, 'pt', 'db', 'Show All Product Online', 'Mostrar todos os produtos online', NULL, NULL),\n(40627, 'pt', 'db', 'Oh snap! We are lost', 'Oh, droga! Estamos perdidos...', NULL, NULL),\n(40628, 'pt', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'Parece que n\u00e3o conseguimos encontrar o que voc\u00ea est\u00e1 procurando. Talvez a busca possa ajudar ou voltar para', NULL, NULL),\n(40629, 'pt', 'db', 'Sorry this page is dead!', 'Desculpe, esta p\u00e1gina est\u00e1 morta!', NULL, NULL),\n(40630, 'pt', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'A p\u00e1gina expirou devido \u00e0 expira\u00e7\u00e3o da sess\u00e3o. Basta atualizar a p\u00e1gina ou clicar no bot\u00e3o abaixo.', NULL, NULL),\n(40631, 'pt', 'db', 'Refresh', 'Atualizar', NULL, NULL),\n(40632, 'pt', 'db', 'Oh server just snapped!', 'Ah, o servidor simplesmente quebrou!', NULL, NULL),\n(40633, 'pt', 'db', 'An error occured due to server not being to able to handle your request', 'Ocorreu um erro porque o servidor n\u00e3o conseguiu processar sua solicita\u00e7\u00e3o.', NULL, NULL),\n(40634, 'pt', 'db', 'An error occured because the service is unavailable', 'Ocorreu um erro porque o servi\u00e7o n\u00e3o est\u00e1 dispon\u00edvel.', NULL, NULL),\n(40635, 'pt', 'db', 'Please type a product name to search', 'Digite o nome do produto para pesquisar', NULL, NULL),\n(40636, 'pt', 'db', 'Send', 'Enviar', NULL, NULL),\n(40637, 'pt', 'db', 'don\\'t have an account', 'n\u00e3o tem uma conta', NULL, NULL),\n(40638, 'pt', 'db', 'Click here to login', 'Clique aqui para fazer login', NULL, NULL),\n(40639, 'pt', 'db', 'Zip \\\\\/ Post Code', 'CEP \\\\\/ C\u00f3digo Postal', NULL, NULL),\n(40640, 'pt', 'db', 'You may also like', 'Voc\u00ea tamb\u00e9m pode gostar', NULL, NULL),\n(40641, 'pt', 'db', 'Add to cart', 'Adicionar ao carrinho', NULL, NULL),\n(40642, 'pt', 'db', 'No item in your cart', 'Nenhum item no seu carrinho', NULL, NULL),\n(40643, 'pt', 'db', 'Filter Sales', 'Filtrar vendas', NULL, NULL),\n(40644, 'pt', 'db', 'Sale Type', 'Tipo de venda', NULL, NULL),\n(40645, 'pt', 'db', 'POS', 'POS', NULL, NULL),\n(40646, 'pt', 'db', 'eCommerce', 'com\u00e9rcio eletr\u00f4nico', NULL, NULL),\n(40647, 'pt', 'db', 'Please login first', 'Por favor fa\u00e7a login primeiro', NULL, NULL),\n(40648, 'pt', 'db', 'Product added to wishlist', 'Produto adicionado \u00e0 lista de desejos', NULL, NULL),\n(40649, 'pt', 'db', 'You have not added anything to wishlist yet', 'Voc\u00ea ainda n\u00e3o adicionou nada \u00e0 lista de desejos', NULL, NULL),\n(40650, 'pt', 'db', 'Product removed from wishlist', 'Produto removido da lista de desejos', NULL, NULL),\n(40651, 'pt', 'db', 'Product already on wishlist', 'Produto j\u00e1 na lista de desejos', NULL, NULL),\n(40652, 'pt', 'db', 'Recently Viewed', 'Visualizados recentemente', NULL, NULL),\n(40653, 'pt', 'db', 'Verify', 'Verificar', NULL, NULL),\n(40654, 'pt', 'db', 'Track Order', 'Acompanhar pedido', NULL, NULL),\n(40655, 'pt', 'db', 'Track', 'Acompanhar', NULL, NULL),\n(40656, 'pt', 'db', 'Time', 'Tempo', NULL, NULL),\n(40657, 'pt', 'db', 'Order Status', 'Status do pedido', NULL, NULL),\n(40658, 'pt', 'db', 'Payment Method', 'M\u00e9todo de pagamento', NULL, NULL),\n(40659, 'pt', 'db', 'Shipping Status', 'Status de envio', NULL, NULL),\n(40660, 'pt', 'db', 'Pending Confirmation', 'Confirma\u00e7\u00e3o pendente', NULL, NULL),\n(40661, 'pt', 'db', 'Track another order', 'Rastrear outro pedido', NULL, NULL),\n(40662, 'pt', 'db', 'Post Title', 'T\u00edtulo da postagem', NULL, NULL),\n(40663, 'pt', 'db', 'Post Thumbnail', 'Postar miniatura', NULL, NULL),\n(40664, 'pt', 'db', 'Pay with gift card', 'Pague com vale-presente', NULL, NULL),\n(40666, 'pt', 'db', 'Warehouse Wise', 'Armaz\u00e9m Wise', NULL, NULL),\n(40667, 'pt', 'db', 'Payment Receiver', 'Destinat\u00e1rio de pagamento', NULL, NULL),\n(40668, 'pt', 'db', 'SMS Template', 'Modelo de SMS', NULL, NULL),\n(40669, 'pt', 'db', 'Add Template', 'Adicionar modelo', NULL, NULL),\n(40670, 'pt', 'db', 'SMS Template List', 'Lista de modelos de SMS', NULL, NULL),\n(40671, 'pt', 'db', 'Content', 'Contente', NULL, NULL),\n(40672, 'pt', 'db', 'Update Template', 'Atualizar modelo', NULL, NULL),\n(40673, 'pt', 'db', 'Send SMS After Sale', 'Enviar SMS ap\u00f3s a venda', NULL, NULL),\n(40674, 'pt', 'db', 'Default SMS Sale', 'Venda de SMS padr\u00e3o', NULL, NULL),\n(40675, 'pt', 'db', 'Default SMS E-Commerce', 'SMS padr\u00e3o E-Commerce', NULL, NULL),\n(40676, 'pt', 'db', 'Default Online', 'Padr\u00e3o Online', NULL, NULL),\n(40677, 'pt', 'db', 'Top Up', 'Recarga', NULL, NULL),\n(40678, 'pt', 'db', 'Coupon Name', 'Nome do cupom', NULL, NULL),\n(40679, 'pt', 'db', 'Email Sent', 'E-mail enviado', NULL, NULL),\n(40681, 'pt', 'db', 'Wholesale Price', 'Pre\u00e7o de atacado', NULL, NULL),\n(40682, 'pt', 'db', 'Price Option', 'Op\u00e7\u00e3o de pre\u00e7o', NULL, NULL),\n(40683, 'pt', 'db', 'Product Tags', 'Etiquetas de produtos', NULL, NULL),\n(40684, 'pt', 'db', 'Selected Items', 'Itens selecionados', NULL, NULL),\n(40685, 'pt', 'db', 'Related Products', 'Produtos relacionados', NULL, NULL),\n(40687, 'pt', 'db', 'Track Inventory', 'Rastrear invent\u00e1rio', NULL, NULL),\n(40688, 'pt', 'db', 'Register me as a user', 'Registre-me como usu\u00e1rio', NULL, NULL),\n(40689, 'pt', 'db', 'Verify & Close', 'Verificar e Fechar', NULL, NULL),\n(40690, 'pt', 'db', 'Enable Gift Card payment on checkout page', 'Habilitar pagamento com vale-presente na p\u00e1gina de checkout', NULL, NULL),\n(40691, 'pt', 'db', 'Theme Color', 'Cor do tema', NULL, NULL),\n(40694, 'pt', 'db', 'Enter gift card number', 'Insira o n\u00famero do vale-presente', NULL, NULL),\n(40695, 'pt', 'db', 'Page saved', 'P\u00e1gina salva', NULL, NULL),\n(40696, 'pt', 'db', 'Widget saved', 'Widget salvo', NULL, NULL),\n(40697, 'pt', 'db', 'Template', 'Modelo', NULL, NULL),\n(40698, 'pt', 'db', 'Three Column Banner', 'Banner de tr\u00eas colunas', NULL, NULL),\n(40699, 'pt', 'db', 'Banner Image', 'Imagem do banner', NULL, NULL),\n(40700, 'pt', 'db', 'Income', 'Renda', NULL, NULL),\n(40701, 'pt', 'db', 'Income Category', 'Categoria de renda', NULL, NULL),\n(40702, 'pt', 'db', 'Income List', 'Lista de Renda', NULL, NULL),\n(40703, 'pt', 'db', 'Add Income', 'Adicionar Renda', NULL, NULL),\n(40704, 'pt', 'db', 'Add Income Category', 'Adicionar categoria de renda', NULL, NULL),\n(40705, 'pt', 'db', 'Update Income Category', 'Atualizar categoria de renda', NULL, NULL),\n(40706, 'pt', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Nota fiscal para gerenciar pedidos\\\\\/vendas', NULL, NULL),\n(40707, 'pt', 'db', 'Enable', 'Habilitar', NULL, NULL),\n(40708, 'pt', 'db', 'Disable', 'Desabilitar', NULL, NULL),\n(40709, 'pt', 'db', 'Create Packing Slip', 'Criar nota fiscal de embalagem', NULL, NULL),\n(40710, 'pt', 'db', 'Packed', 'Embalado', NULL, NULL),\n(40711, 'pt', 'db', 'Processing', 'Processamento', NULL, NULL),\n(40712, 'pt', 'db', 'Packing Slip List', 'Lista de Notas de Embalagem', NULL, NULL),\n(40713, 'pt', 'db', 'Packing Slip Reference', 'Refer\u00eancia de nota fiscal de embalagem', NULL, NULL),\n(40714, 'pt', 'db', 'Challan List', 'Lista de Challan', NULL, NULL),\n(40715, 'pt', 'db', 'Challan Report', 'Relat\u00f3rio Challan', NULL, NULL),\n(40716, 'pt', 'db', 'Packing Slip & Challan', 'Nota fiscal de embalagem e Challan', NULL, NULL),\n(40717, 'pt', 'db', 'Filter Products', 'Filtrar produtos', NULL, NULL),\n(40718, 'pt', 'db', 'Expiry Duration Type', 'Tipo de dura\u00e7\u00e3o de expira\u00e7\u00e3o', NULL, NULL),\n(40719, 'pt', 'db', 'Expiry Value', 'Valor de expira\u00e7\u00e3o', NULL, NULL),\n(40720, 'pt', 'db', 'Biller Report', 'Relat\u00f3rio do Faturador', NULL, NULL),\n(40721, 'pt', 'db', 'Choose Biller', 'Escolha o Biller', NULL, NULL),\n(40722, 'pt', 'db', 'Thermal Invoice Size', 'Tamanho da fatura t\u00e9rmica', NULL, NULL),\n(40723, 'pt', 'db', 'Invoice Option', 'Op\u00e7\u00e3o de fatura', NULL, NULL),\n(40724, 'pt', 'db', '80mm', '80 mm', NULL, NULL),\n(40725, 'pt', 'db', '58mm', '58mm', NULL, NULL),\n(40726, 'pt', 'db', 'Sale successfully added to draft', 'Venda adicionada com sucesso ao rascunho', NULL, NULL),\n(40727, 'pt', 'db', 'Barcode Settings', 'Configura\u00e7\u00f5es de c\u00f3digo de barras', NULL, NULL),\n(40728, 'pt', 'db', 'Add barcode sticker setting', 'Adicionar configura\u00e7\u00e3o de adesivo de c\u00f3digo de barras', NULL, NULL),\n(40729, 'pt', 'db', 'Edit Barcode Sticker Setting', 'Editar configura\u00e7\u00e3o de adesivo de c\u00f3digo de barras', NULL, NULL),\n(40730, 'pt', 'db', 'Sticker Sheet setting Name', 'Nome da configura\u00e7\u00e3o da folha de adesivos', NULL, NULL),\n(40731, 'pt', 'db', 'Sticker Sheet setting Description', 'Descri\u00e7\u00e3o da configura\u00e7\u00e3o da folha de adesivos', NULL, NULL),\n(40732, 'pt', 'db', 'Continuous feed or rolls', 'Alimenta\u00e7\u00e3o cont\u00ednua ou rolos', NULL, NULL),\n(40733, 'pt', 'db', 'In Inches', 'Em polegadas', NULL, NULL),\n(40734, 'pt', 'db', 'Additional top margin', 'Margem superior adicional', NULL, NULL),\n(40735, 'pt', 'db', 'Additional left margin', 'Margem esquerda adicional', NULL, NULL),\n(40736, 'pt', 'db', 'Width of sticker', 'Largura do adesivo', NULL, NULL),\n(40737, 'pt', 'db', 'Height of sticker', 'Altura do adesivo', NULL, NULL),\n(40738, 'pt', 'db', 'Paper width', 'Largura do papel', NULL, NULL),\n(40739, 'pt', 'db', 'Paper height', 'Altura do papel', NULL, NULL),\n(40740, 'pt', 'db', 'Stickers in one row', 'Adesivos em uma fileira', NULL, NULL),\n(40741, 'pt', 'db', 'Distance between two rows', 'Dist\u00e2ncia entre duas linhas', NULL, NULL),\n(40742, 'pt', 'db', 'Distance between two columns', 'Dist\u00e2ncia entre duas colunas', NULL, NULL),\n(40743, 'pt', 'db', 'No of Stickers per sheet', 'N\u00ba de adesivos por folha', NULL, NULL),\n(40744, 'pt', 'db', 'Set as default', 'Definir como padr\u00e3o', NULL, NULL),\n(40745, 'pt', 'db', 'Add New Setting', 'Adicionar nova configura\u00e7\u00e3o', NULL, NULL),\n(40746, 'pt', 'db', 'Print Labels', 'Etiquetas de impress\u00e3o', NULL, NULL),\n(40747, 'pt', 'db', 'Information on Label', 'Informa\u00e7\u00f5es no r\u00f3tulo', NULL, NULL),\n(40748, 'pt', 'db', 'Add Production', 'Adicionar Produ\u00e7\u00e3o', NULL, NULL),\n(40749, 'pt', 'db', 'Production List', 'Lista de Produ\u00e7\u00e3o', NULL, NULL),\n(40750, 'pt', 'db', 'Expired Date', 'Data de expira\u00e7\u00e3o', NULL, NULL),\n(40751, 'pt', 'db', 'Manufacturing', 'Fabrica\u00e7\u00e3o', NULL, NULL),\n(40752, 'pt', 'db', 'Total Tax', 'Imposto total', NULL, NULL),\n(40753, 'pt', 'db', 'Production Details', 'Detalhes da produ\u00e7\u00e3o', NULL, NULL),\n(40754, 'pt', 'db', 'Add Custom Size', 'Adicionar tamanho personalizado', NULL, NULL),\n(40755, 'pt', 'db', 'RTL', 'Direto ao ponto', NULL, NULL),\n(40756, 'pt', 'db', 'LTR', 'LTR', NULL, NULL),\n(40758, 'pt', 'db', 'Show search results in', 'Mostrar resultados da pesquisa em', NULL, NULL),\n(40759, 'pt', 'db', 'Full Page', 'P\u00e1gina inteira', NULL, NULL),\n(40760, 'pt', 'db', 'Dropdown', 'Suspenso', NULL, NULL),\n(40762, 'pt', 'db', 'Saving', 'Salvando', NULL, NULL),\n(40763, 'pt', 'db', 'Multiple Payment', 'Pagamento m\u00faltiplo', NULL, NULL),\n(40764, 'pt', 'db', 'Finalize Sale(Multiple Payment)', 'Finalizar venda (pagamento m\u00faltiplo)', NULL, NULL),\n(40765, 'pt', 'db', 'Cash Received', 'Dinheiro recebido', NULL, NULL),\n(40766, 'pt', 'db', 'Add More Payment', 'Adicionar mais pagamento', NULL, NULL),\n(40767, 'pt', 'db', 'Received', 'Recebido', NULL, NULL),\n(40768, 'pt', 'db', 'Production Status', 'Status de produ\u00e7\u00e3o', NULL, NULL),\n(40774, 'pt', 'db', 'Employees', 'Funcion\u00e1rios', NULL, NULL),\n(40775, 'pt', 'db', 'Award', 'Pr\u00eamio', NULL, NULL),\n(40776, 'pt', 'db', 'Travel', 'Viagem', NULL, NULL),\n(40777, 'pt', 'db', 'Resignations', 'Ren\u00fancias', NULL, NULL),\n(40778, 'pt', 'db', 'Complaints', 'Reclama\u00e7\u00f5es', NULL, NULL),\n(40779, 'pt', 'db', 'Warnings', 'Avisos', NULL, NULL),\n(40780, 'pt', 'db', 'Terminations', 'Rescis\u00f5es', NULL, NULL),\n(40781, 'pt', 'db', 'Organization', 'Organiza\u00e7\u00e3o', NULL, NULL),\n(40782, 'pt', 'db', 'Company', 'Empresa', NULL, NULL),\n(40783, 'pt', 'db', 'Designation', 'Designa\u00e7\u00e3o', NULL, NULL),\n(40784, 'pt', 'db', 'Announcements', 'An\u00fancios', NULL, NULL),\n(40785, 'pt', 'db', 'Timesheets', 'Folhas de ponto', NULL, NULL),\n(40786, 'pt', 'db', 'Attendances', 'Presen\u00e7as', NULL, NULL),\n(40787, 'pt', 'db', 'Recruitment', 'Recrutamento', NULL, NULL),\n(40788, 'pt', 'db', 'Training', 'Treinamento', NULL, NULL),\n(40789, 'pt', 'db', 'Trainers', 'Treinadores', NULL, NULL),\n(40790, 'pt', 'db', 'Events', 'Eventos', NULL, NULL),\n(40791, 'pt', 'db', 'Meetings', 'Reuni\u00f5es', NULL, NULL),\n(40792, 'pt', 'db', 'Finance', 'Financiar', NULL, NULL),\n(40793, 'pt', 'db', 'imei_numbers', 'n\u00fameros_IMEI', NULL, NULL),\n(40794, 'pt', 'db', 'Warranty', 'Garantia', NULL, NULL),\n(40795, 'pt', 'db', 'Guarantee', 'Garantia', NULL, NULL),\n(40796, 'pt', 'db', 'Dear', 'Querido', NULL, NULL),\n(40797, 'pt', 'db', 'Thank you for your purchase! Your invoice number is', 'Obrigado pela sua compra! O n\u00famero da sua fatura \u00e9', NULL, NULL),\n(40798, 'pt', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'Se voc\u00ea tiver alguma d\u00favida ou preocupa\u00e7\u00e3o, n\u00e3o hesite em entrar em contato conosco. Estamos aqui para ajudar!', NULL, NULL),\n(40799, 'pt', 'db', 'Best regards', 'Atenciosamente', NULL, NULL),\n(40800, 'pt', 'db', 'Whatsapp Notification', 'Notifica\u00e7\u00e3o do Whatsapp', NULL, NULL),\n(40801, 'pt', 'db', 'Add More Payment Option', 'Adicionar mais op\u00e7\u00f5es de pagamento', NULL, NULL),\n(40802, 'pt', 'db', 'Type date or quotation reference', 'Digite a data ou refer\u00eancia da cota\u00e7\u00e3o...', NULL, NULL),\n(40804, 'pt', 'db', 'Sale Reference No', 'N\u00ba de refer\u00eancia de venda.', NULL, NULL),\n(40805, 'pt', 'db', 'My Transactions', 'Minhas Transa\u00e7\u00f5es', NULL, NULL),\n(40806, 'pt', 'db', 'One Point is Equivalent to:', 'Um ponto \u00e9 equivalente a:', NULL, NULL),\n(40807, 'pt', 'db', 'Update Income', 'Atualizar Renda', NULL, NULL),\n(40808, 'pt', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', 'Use somente para os tipos Select, Multi Select, Checkbox, Radio Button. Preencha o campo separando as op\u00e7\u00f5es por v\u00edrgula. eq. apple,orange,banana', NULL, NULL),\n(40809, 'pt', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', 'Exclusivo: Pre\u00e7o do produto = Pre\u00e7o real do produto + Imposto. Inclusivo: Pre\u00e7o real do produto = Pre\u00e7o do produto - Imposto', NULL, NULL),\n(40810, 'pt', 'db', 'Update Modal', 'Atualizar Modal', NULL, NULL),\n(40813, 'pt', 'db', 'Import Product Modal', 'Importar Produto Modal', NULL, NULL),\n(40814, 'pt', 'db', 'Remove', 'Remover', NULL, NULL),\n(40815, 'pt', 'db', 'Payments Modal', 'Modal de Pagamentos', NULL, NULL),\n(40816, 'pt', 'db', 'Choose date', 'Escolha a data', NULL, NULL),\n(40817, 'pt', 'db', 'Select warehouse', 'Selecione o armaz\u00e9m', NULL, NULL),\n(40818, 'pt', 'db', 'Select supplier', 'Selecione o fornecedor', NULL, NULL),\n(40819, 'pt', 'db', 'Please type product code and select', 'Digite o c\u00f3digo do produto e selecione', NULL, NULL),\n(40820, 'pt', 'db', 'Add Sale Return', 'Adicionar Retorno de Venda', NULL, NULL),\n(40821, 'pt', 'db', 'Warehouse Stock', 'Estoque de armaz\u00e9m', NULL, NULL),\n(40824, 'pt', 'db', 'Select Income Category', 'Selecione a categoria de renda', NULL, NULL),\n(40825, 'pt', 'db', 'Income Report', 'Relat\u00f3rio de Renda', NULL, NULL),\n(40826, 'pt', 'db', 'Add Modal', 'Adicionar modal', NULL, NULL),\n(40827, 'pt', 'db', 'Type department name', 'Digite o nome do departamento', NULL, NULL),\n(40828, 'pt', 'db', 'Select Role', 'Selecione a fun\u00e7\u00e3o', NULL, NULL),\n(40829, 'pt', 'db', 'Type expense category code', 'Digite o c\u00f3digo da categoria de despesa', NULL, NULL),\n(40831, 'pt', 'db', 'Barcode Height', 'Altura do c\u00f3digo de barras', NULL, NULL),\n(40832, 'pt', 'db', 'Barcode Stickers In One Sheet', 'Adesivos de c\u00f3digo de barras em uma folha', NULL, NULL),\n(40833, 'pt', 'db', 'Type brand title', 'Digite o t\u00edtulo da marca', NULL, NULL),\n(40834, 'pt', 'db', 'Type income category code', 'Digite o c\u00f3digo da categoria de renda', NULL, NULL),\n(40835, 'pt', 'db', 'Type income category name', 'Digite o nome da categoria de renda', NULL, NULL),\n(40836, 'pt', 'db', 'Type expense category name', 'Digite o nome da categoria de despesa', NULL, NULL),\n(40837, 'pt', 'db', 'lang_v1 enter_product_name_to_print_labels', 'lang_v1 enter_product_name_to_print_labels', NULL, NULL),\n(40838, 'pt', 'db', 'Type category name', 'Digite o nome da categoria', NULL, NULL),\n(40840, 'pt', 'db', 'eg: 1', 'por exemplo: 1', NULL, NULL),\n(40841, 'pt', 'db', 'Size, Color etc', 'Tamanho, cor etc.', NULL, NULL),\n(40844, 'pt', 'db', 'Type Coupon Code', 'Digite o c\u00f3digo do cupom', NULL, NULL),\n(40845, 'pt', 'db', 'Type reference number', 'N\u00famero de refer\u00eancia do tipo', NULL, NULL),\n(40846, 'pt', 'db', 'Please type customer name or mobile no and select', 'Digite o nome do cliente ou n\u00famero do celular e selecione', NULL, NULL),\n(40847, 'pt', 'db', 'example : +8801*********,+8801*********', 'exemplo: +8801*********,+8801*********', NULL, NULL),\n(40848, 'pt', 'db', 'Payment Options', 'Op\u00e7\u00f5es de pagamento', NULL, NULL),\n(40849, 'pt', 'db', 'Type table name', 'Digite o nome da tabela', NULL, NULL),\n(40850, 'pt', 'db', 'Enter your Name', 'Digite seu nome', NULL, NULL),\n(40851, 'pt', 'db', 'Type WareHouse Name', 'Digite o nome do armaz\u00e9m', NULL, NULL),\n(40852, 'pt', 'db', 'Email Address', 'Endere\u00e7o de email', NULL, NULL),\n(40853, 'pt', 'db', 'Disabled input here', 'Entrada desabilitada aqui', NULL, NULL),\n(40854, 'pt', 'db', 'input-lg', 'entrada-lg', NULL, NULL),\n(40855, 'pt', 'db', 'input-sm', 'entrada-sm', NULL, NULL),\n(40856, 'pt', 'db', 'input-md', 'entrada-md', NULL, NULL),\n(40857, 'pt', 'db', 'Default input', 'Entrada padr\u00e3o', NULL, NULL),\n(40858, 'ms', 'db', 'dashboard', 'papan pemuka', NULL, NULL),\n(40859, 'ms', 'db', 'language', 'bahasa', NULL, NULL),\n(40860, 'ms', 'db', 'Languages', 'Bahasa', NULL, NULL),\n(40861, 'ms', 'db', 'revenue', 'hasil', NULL, NULL),\n(40862, 'ms', 'db', 'product', 'produk', NULL, NULL),\n(40863, 'ms', 'db', 'category', 'kategori', NULL, NULL),\n(40864, 'ms', 'db', 'product_list', 'senarai_produk', NULL, NULL),\n(40865, 'ms', 'db', 'add_product', 'tambah_produk', NULL, NULL),\n(40866, 'ms', 'db', 'import_product', 'import_product', NULL, NULL),\n(40867, 'ms', 'db', 'print_barcode', 'print_barcode', NULL, NULL),\n(40868, 'ms', 'db', 'welcome', 'selamat datang', NULL, NULL),\n(40869, 'ms', 'db', 'profile', 'profil', NULL, NULL),\n(40870, 'ms', 'db', 'add', 'tambah', NULL, NULL),\n(40871, 'ms', 'db', 'parent', 'ibu bapa', NULL, NULL),\n(40872, 'ms', 'db', 'action', 'tindakan', NULL, NULL),\n(40873, 'ms', 'db', 'import', 'import', NULL, NULL),\n(40874, 'ms', 'db', 'edit', 'edit', NULL, NULL),\n(40875, 'ms', 'db', 'delete', 'padam', NULL, NULL),\n(40876, 'ms', 'db', 'name', 'nama', NULL, NULL),\n(40877, 'ms', 'db', 'submit', 'serahkan', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(40878, 'ms', 'db', 'update', 'kemas kini', NULL, NULL),\n(40879, 'ms', 'db', 'The field labels marked with * are required input fields', 'Label medan yang ditandakan dengan * adalah medan input yang diperlukan', NULL, NULL),\n(40880, 'ms', 'db', 'settings', 'tetapan', NULL, NULL),\n(40881, 'ms', 'db', 'logout', 'logout', NULL, NULL),\n(40882, 'ms', 'db', 'return', 'kembali', NULL, NULL),\n(40883, 'ms', 'db', 'profit', 'keuntungan', NULL, NULL),\n(40884, 'ms', 'db', 'sale qty', 'jualan qty', NULL, NULL),\n(40885, 'ms', 'db', 'yearly report', 'laporan tahunan', NULL, NULL),\n(40886, 'ms', 'db', 'sale amount', 'jumlah jualan', NULL, NULL),\n(40887, 'ms', 'db', 'recent sales', 'jualan baru-baru ini', NULL, NULL),\n(40888, 'ms', 'db', 'latest', 'terkini', NULL, NULL),\n(40889, 'ms', 'db', 'best selling product', 'produk terlaris', NULL, NULL),\n(40890, 'ms', 'db', 'top', 'atas', NULL, NULL),\n(40891, 'ms', 'db', 'date', 'tarikh', NULL, NULL),\n(40893, 'ms', 'db', 'reference', 'rujukan', NULL, NULL),\n(40894, 'ms', 'db', 'customer', 'pelanggan', NULL, NULL),\n(40895, 'ms', 'db', 'status', 'status', NULL, NULL),\n(40896, 'ms', 'db', 'grand total', 'jumlah besar', NULL, NULL),\n(40897, 'ms', 'db', 'Product Details', 'Butiran Produk', NULL, NULL),\n(40898, 'ms', 'db', 'qty', 'qty', NULL, NULL),\n(40900, 'ms', 'db', 'Price', 'harga', NULL, NULL),\n(40901, 'ms', 'db', 'Image', 'Imej', NULL, NULL),\n(40902, 'ms', 'db', 'Code', 'Kod', NULL, NULL),\n(40903, 'ms', 'db', 'Brand', 'Jenama', NULL, NULL),\n(40904, 'ms', 'db', 'Quantity', 'Kuantiti', NULL, NULL),\n(40905, 'ms', 'db', 'Unit', 'Unit', NULL, NULL),\n(40906, 'ms', 'db', 'Type', 'taip', NULL, NULL),\n(40907, 'ms', 'db', 'Barcode Symbology', 'Simbol Kod Bar', NULL, NULL),\n(40908, 'ms', 'db', 'Sale', 'Jualan', NULL, NULL),\n(40909, 'ms', 'db', 'Purchase', 'Belian', NULL, NULL),\n(40910, 'ms', 'db', 'Cost', 'kos', NULL, NULL),\n(40911, 'ms', 'db', 'Alert', 'Makluman', NULL, NULL),\n(40912, 'ms', 'db', 'Promotional Price', 'Harga Promosi', NULL, NULL),\n(40913, 'ms', 'db', 'Promotion', 'promosi', NULL, NULL),\n(40914, 'ms', 'db', 'Featured', 'Ditampilkan', NULL, NULL),\n(40915, 'ms', 'db', 'Tax', 'Cukai', NULL, NULL),\n(40916, 'ms', 'db', 'Invoice Details', 'Butiran Invois', NULL, NULL),\n(40917, 'ms', 'db', 'Generate', 'Menjana', NULL, NULL),\n(40918, 'ms', 'db', 'Promotion Starts', 'Promosi Bermula', NULL, NULL),\n(40919, 'ms', 'db', 'Promotion Ends', 'Promosi Tamat', NULL, NULL),\n(40920, 'ms', 'db', 'Starting', 'Bermula', NULL, NULL),\n(40921, 'ms', 'db', 'Ending', 'Berakhir', NULL, NULL),\n(40922, 'ms', 'db', 'Print', 'Cetak', NULL, NULL),\n(40923, 'ms', 'db', 'Barcode', 'Kod bar', NULL, NULL),\n(40924, 'ms', 'db', 'Supplier', 'Pembekal', NULL, NULL),\n(40925, 'ms', 'db', 'Paid', 'Dibayar', NULL, NULL),\n(40926, 'ms', 'db', 'Balance', 'Baki', NULL, NULL),\n(40927, 'ms', 'db', 'Payment', 'Bayaran', NULL, NULL),\n(40928, 'ms', 'db', 'View', 'Lihat', NULL, NULL),\n(40929, 'ms', 'db', 'Warehouse', 'Gudang', NULL, NULL),\n(40930, 'ms', 'db', 'Attach Document', 'Lampirkan Dokumen', NULL, NULL),\n(40931, 'ms', 'db', 'Select Product', 'Pilih Produk', NULL, NULL),\n(40932, 'ms', 'db', 'Order', 'Pesanan', NULL, NULL),\n(40933, 'ms', 'db', 'Order Table', 'Jadual Pesanan', NULL, NULL),\n(40934, 'ms', 'db', 'Discount', 'Diskaun', NULL, NULL),\n(40935, 'ms', 'db', 'Unit Cost', 'Kos Unit', NULL, NULL),\n(40936, 'ms', 'db', 'Unit Price', 'Harga Unit', NULL, NULL),\n(40937, 'ms', 'db', 'Net Unit Cost', 'Kos Unit Bersih', NULL, NULL),\n(40938, 'ms', 'db', 'Net Unit Price', 'Harga Unit Bersih', NULL, NULL),\n(40939, 'ms', 'db', 'Shipping Cost', 'Kos Penghantaran', NULL, NULL),\n(40940, 'ms', 'db', 'Subtotal', 'Jumlah kecil', NULL, NULL),\n(40941, 'ms', 'db', 'Note', 'Nota', NULL, NULL),\n(40942, 'ms', 'db', 'Items', 'barang', NULL, NULL),\n(40943, 'ms', 'db', 'Total', 'Jumlah', NULL, NULL),\n(40944, 'ms', 'db', 'Recieved', 'Diterima', NULL, NULL),\n(40945, 'ms', 'db', 'Upload CSV File', 'Muat naik Fail CSV', NULL, NULL),\n(40946, 'ms', 'db', 'Download Sample File', 'Muat turun Fail Contoh', NULL, NULL),\n(40947, 'ms', 'db', 'Sample File', 'Fail Contoh', NULL, NULL),\n(40948, 'ms', 'db', 'Download', 'Muat turun', NULL, NULL),\n(40949, 'ms', 'db', 'The correct column order is', 'Susunan lajur yang betul ialah', NULL, NULL),\n(40950, 'ms', 'db', 'and you must follow this', 'dan anda mesti mengikuti ini', NULL, NULL),\n(40951, 'ms', 'db', 'All columns are required', 'Semua lajur diperlukan', NULL, NULL),\n(40952, 'ms', 'db', 'Biller', 'Pengebil', NULL, NULL),\n(40953, 'ms', 'db', 'From', 'daripada', NULL, NULL),\n(40954, 'ms', 'db', 'To', 'Kepada', NULL, NULL),\n(40955, 'ms', 'db', 'Created By', 'Dicipta Oleh', NULL, NULL),\n(40956, 'ms', 'db', 'Amount', 'Jumlah', NULL, NULL),\n(40957, 'ms', 'db', 'Staff', 'Kakitangan', NULL, NULL),\n(40958, 'ms', 'db', 'Quotation', 'Sebutharga', NULL, NULL),\n(40959, 'ms', 'db', 'Create', 'Buat', NULL, NULL),\n(40960, 'ms', 'db', 'Adjustment', 'Pelarasan', NULL, NULL),\n(40961, 'ms', 'db', 'Subtraction', 'Penolakan', NULL, NULL),\n(40962, 'ms', 'db', 'Addition', 'Penambahan', NULL, NULL),\n(40963, 'ms', 'db', 'Transfer', 'Pemindahan', NULL, NULL),\n(40964, 'ms', 'db', 'User', 'pengguna', NULL, NULL),\n(40965, 'ms', 'db', 'Email', 'E-mel', NULL, NULL),\n(40966, 'ms', 'db', 'Company Name', 'Nama Syarikat', NULL, NULL),\n(40967, 'ms', 'db', 'Phone Number', 'Nombor Telefon', NULL, NULL),\n(40968, 'ms', 'db', 'Role', 'Peranan', NULL, NULL),\n(40969, 'ms', 'db', 'UserName', 'Nama Pengguna', NULL, NULL),\n(40970, 'ms', 'db', 'Password', 'Kata laluan', NULL, NULL),\n(40971, 'ms', 'db', 'LogIn', 'Log Masuk', NULL, NULL),\n(40972, 'ms', 'db', 'Change Password', 'Tukar Kata Laluan', NULL, NULL),\n(40973, 'ms', 'db', 'Active', 'Aktif', NULL, NULL),\n(40974, 'ms', 'db', 'Customer Group', 'Kumpulan Pelanggan', NULL, NULL),\n(40975, 'ms', 'db', 'Address', 'Alamat', NULL, NULL),\n(40976, 'ms', 'db', 'City', 'Bandar', NULL, NULL),\n(40977, 'ms', 'db', 'Postal Code', 'Poskod', NULL, NULL),\n(40978, 'ms', 'db', 'Country', 'Negara', NULL, NULL),\n(40979, 'ms', 'db', 'State', 'negeri', NULL, NULL),\n(40980, 'ms', 'db', 'Upload File', 'Muat Naik Fail', NULL, NULL),\n(40981, 'ms', 'db', 'List', 'Senaraikan', NULL, NULL),\n(40982, 'ms', 'db', 'VAT Number', 'Nombor VAT', NULL, NULL),\n(40983, 'ms', 'db', 'Choose Your Date', 'Pilih Tarikh Anda', NULL, NULL),\n(40984, 'ms', 'db', 'Loss', 'rugi', NULL, NULL),\n(40985, 'ms', 'db', 'Or', 'Ataupun', NULL, NULL),\n(40986, 'ms', 'db', 'Sent', 'Dihantar', NULL, NULL),\n(40987, 'ms', 'db', 'Net Profit', 'Untung Bersih', NULL, NULL),\n(40988, 'ms', 'db', 'Best Seller', 'Best Seller', NULL, NULL),\n(40989, 'ms', 'db', 'Best Seller From', 'Best Seller Dari', NULL, NULL),\n(40990, 'ms', 'db', 'Product Report', 'Laporan Produk', NULL, NULL),\n(40991, 'ms', 'db', 'Purchased', 'Dibeli', NULL, NULL),\n(40992, 'ms', 'db', 'Sold', 'terjual', NULL, NULL),\n(40993, 'ms', 'db', 'In Stock', 'Dalam Stok', NULL, NULL),\n(40994, 'ms', 'db', 'Reports', 'Laporan', NULL, NULL),\n(40995, 'ms', 'db', 'Daily Sale', 'Jualan Harian', NULL, NULL),\n(40996, 'ms', 'db', 'Daily Sale Report', 'Laporan Jualan Harian', NULL, NULL),\n(40997, 'ms', 'db', 'Monthly Sale', 'Jualan Bulanan', NULL, NULL),\n(40998, 'ms', 'db', 'Monthly Sale Report', 'Laporan Jualan Bulanan', NULL, NULL),\n(40999, 'ms', 'db', 'Daily Purchase', 'Pembelian Harian', NULL, NULL),\n(41000, 'ms', 'db', 'Daily Purchase Report', 'Laporan Pembelian Harian', NULL, NULL),\n(41001, 'ms', 'db', 'Monthly Purchase', 'Pembelian Bulanan', NULL, NULL),\n(41002, 'ms', 'db', 'Monthly Purchase Report', 'Laporan Pembelian Bulanan', NULL, NULL),\n(41003, 'ms', 'db', 'Previous', 'Sebelumnya', NULL, NULL),\n(41004, 'ms', 'db', 'Next', 'Seterusnya', NULL, NULL),\n(41005, 'ms', 'db', 'Stock Chart', 'Carta Saham', NULL, NULL),\n(41006, 'ms', 'db', 'Due', 'kena bayar', NULL, NULL),\n(41007, 'ms', 'db', 'Description', 'Penerangan', NULL, NULL),\n(41008, 'ms', 'db', 'Change Permission', 'Tukar Kebenaran', NULL, NULL),\n(41009, 'ms', 'db', 'Group Permission', 'Kebenaran Kumpulan', NULL, NULL),\n(41010, 'ms', 'db', 'Permissions', 'kebenaran', NULL, NULL),\n(41011, 'ms', 'db', 'Percentage', 'Peratusan', NULL, NULL),\n(41012, 'ms', 'db', 'Title', 'Tajuk', NULL, NULL),\n(41013, 'ms', 'db', 'Base Unit', 'Unit Pangkalan', NULL, NULL),\n(41014, 'ms', 'db', 'Operator', 'Operator', NULL, NULL),\n(41015, 'ms', 'db', 'Operation Value', 'Nilai Operasi', NULL, NULL),\n(41016, 'ms', 'db', 'Rate', 'Kadar', NULL, NULL),\n(41017, 'ms', 'db', 'General Setting', 'Tetapan Umum', NULL, NULL),\n(41018, 'ms', 'db', 'Site Title', 'Tajuk Tapak', NULL, NULL),\n(41019, 'ms', 'db', 'Site Logo', 'Logo Tapak', NULL, NULL),\n(41020, 'ms', 'db', 'Current Password', 'Kata Laluan Semasa', NULL, NULL),\n(41021, 'ms', 'db', 'New Password', 'Kata Laluan Baharu', NULL, NULL),\n(41022, 'ms', 'db', 'Confirm Password', 'Sahkan Kata Laluan', NULL, NULL),\n(41023, 'ms', 'db', 'POS Setting', 'Tetapan POS', NULL, NULL),\n(41024, 'ms', 'db', 'Developed By', 'Dibangunkan Oleh', NULL, NULL),\n(41025, 'ms', 'db', 'All', 'Semua', NULL, NULL),\n(41026, 'ms', 'db', 'By', 'Oleh', NULL, NULL),\n(41027, 'ms', 'db', 'Cheque Number', 'Nombor Semak', NULL, NULL),\n(41028, 'ms', 'db', 'Invoice', 'Invois', NULL, NULL),\n(41029, 'ms', 'db', 'Shipping', 'Penghantaran', NULL, NULL),\n(41030, 'ms', 'db', 'Finalize Sale', 'Selesaikan Jualan', NULL, NULL),\n(41031, 'ms', 'db', 'People', 'Orang ramai', NULL, NULL),\n(41032, 'ms', 'db', 'Option', 'Pilihan', NULL, NULL),\n(41033, 'ms', 'db', 'Bill', 'Bil', NULL, NULL),\n(41034, 'ms', 'db', 'Go To', 'Pergi Ke', NULL, NULL),\n(41035, 'ms', 'db', 'Mode', 'Mod', NULL, NULL),\n(41036, 'ms', 'db', 'In Words', 'Dalam Perkataan', NULL, NULL),\n(41037, 'ms', 'db', 'Stamp', 'setem', NULL, NULL),\n(41038, 'ms', 'db', 'Signature', 'Tandatangan', NULL, NULL),\n(41039, 'ms', 'db', 'Developed', 'Dibangunkan', NULL, NULL),\n(41040, 'ms', 'db', 'Attach File', 'Lampirkan Fail', NULL, NULL),\n(41041, 'ms', 'db', 'File Link', 'Pautan Fail', NULL, NULL),\n(41042, 'ms', 'db', 'Delivery', 'Penghantaran', NULL, NULL),\n(41043, 'ms', 'db', 'Delivered', 'Dihantar', NULL, NULL),\n(41044, 'ms', 'db', 'For Digital product sale_unit will be n\\\\\/a', 'Untuk unit jualan produk Digital ialah n\\\\\/a', NULL, NULL),\n(41045, 'ms', 'db', 'Forgot Password?', 'Lupa Kata Laluan?', NULL, NULL),\n(41046, 'ms', 'db', 'Do not have an account?', 'Tiada akaun?', NULL, NULL),\n(41047, 'ms', 'db', 'Register', 'Daftar', NULL, NULL),\n(41048, 'ms', 'db', 'Expense Category', 'Kategori Perbelanjaan', NULL, NULL),\n(41049, 'ms', 'db', 'Expense', 'Perbelanjaan', NULL, NULL),\n(41050, 'ms', 'db', 'Gift Card', 'Kad Hadiah', NULL, NULL),\n(41051, 'ms', 'db', 'Card', 'Kad', NULL, NULL),\n(41052, 'ms', 'db', 'Expiry Date', 'Tarikh Luput', NULL, NULL),\n(41053, 'ms', 'db', 'Recharge', 'Isi semula', NULL, NULL),\n(41054, 'ms', 'db', 'Deposit', 'Deposit', NULL, NULL),\n(41055, 'ms', 'db', 'Choose Warehouse', 'Pilih Gudang', NULL, NULL),\n(41056, 'ms', 'db', 'Choose Supplier', 'Pilih Pembekal', NULL, NULL),\n(41057, 'ms', 'db', 'Choose Customer', 'Pilih Pelanggan', NULL, NULL),\n(41058, 'ms', 'db', 'Touchscreen keybord', 'Papan kekunci skrin sentuh', NULL, NULL),\n(41059, 'ms', 'db', 'Already have an account', 'Sudah mempunyai akaun', NULL, NULL),\n(41060, 'ms', 'db', 'Currency', 'mata wang', NULL, NULL),\n(41061, 'ms', 'db', 'Mail Setting', 'Tetapan Mel', NULL, NULL),\n(41062, 'ms', 'db', 'Mail Host', 'Hos Mel', NULL, NULL),\n(41063, 'ms', 'db', 'Mail Port', 'Pelabuhan Mel', NULL, NULL),\n(41064, 'ms', 'db', 'Mail From Name', 'Mel Dari Nama', NULL, NULL),\n(41065, 'ms', 'db', 'Mail Address', 'Alamat Mel', NULL, NULL),\n(41066, 'ms', 'db', 'Encryption', 'Penyulitan', NULL, NULL),\n(41067, 'ms', 'db', 'Today', 'Hari ini', NULL, NULL),\n(41068, 'ms', 'db', 'Last 7 Days', '7 Hari Terakhir', NULL, NULL),\n(41069, 'ms', 'db', 'This Month', 'Bulan ini', NULL, NULL),\n(41070, 'ms', 'db', 'This Year', 'Tahun ini', NULL, NULL),\n(41071, 'ms', 'db', 'Cash in Hand', 'Wang tunai di Tangan', NULL, NULL),\n(41072, 'ms', 'db', 'In Hand', 'Di Tangan', NULL, NULL),\n(41073, 'ms', 'db', 'Summary Report', 'Laporan Ringkasan', NULL, NULL),\n(41074, 'ms', 'db', 'Draft', 'Draf', NULL, NULL),\n(41075, 'ms', 'db', 'Coupon', 'kupon', NULL, NULL),\n(41076, 'ms', 'db', 'Available', 'Tersedia', NULL, NULL),\n(41077, 'ms', 'db', 'Minimum Sale', 'Jualan Minimum', NULL, NULL),\n(41078, 'ms', 'db', 'Add Sale', 'Tambah Jualan', NULL, NULL),\n(41079, 'ms', 'db', 'Import Sale', 'Jualan Import', NULL, NULL),\n(41080, 'ms', 'db', 'Sale Status', 'Status Jualan', NULL, NULL),\n(41081, 'ms', 'db', 'Payment Status', 'Status Pembayaran', NULL, NULL),\n(41082, 'ms', 'db', 'Generate Invoice', 'Jana Invois', NULL, NULL),\n(41083, 'ms', 'db', 'Add Payment', 'Tambah Bayaran', NULL, NULL),\n(41084, 'ms', 'db', 'View Payment', 'Lihat Pembayaran', NULL, NULL),\n(41085, 'ms', 'db', 'Add Delivery', 'Tambah Penghantaran', NULL, NULL),\n(41086, 'ms', 'db', 'PDF', 'PDF', NULL, NULL),\n(41087, 'ms', 'db', 'CSV', 'CSV', NULL, NULL),\n(41088, 'ms', 'db', 'Column visibility', 'Keterlihatan lajur', NULL, NULL),\n(41089, 'ms', 'db', 'Search', 'Cari', NULL, NULL),\n(41090, 'ms', 'db', 'records per page', 'rekod setiap muka surat', NULL, NULL),\n(41091, 'ms', 'db', 'Showing', 'Menunjukkan', NULL, NULL),\n(41092, 'ms', 'db', 'Order Discount', 'Diskaun Pesanan', NULL, NULL),\n(41093, 'ms', 'db', 'Order Tax', 'Cukai Pesanan', NULL, NULL),\n(41094, 'ms', 'db', 'Sale Note', 'Nota Jualan', NULL, NULL),\n(41095, 'ms', 'db', 'Staff Note', 'Nota Kakitangan', NULL, NULL),\n(41096, 'ms', 'db', 'Paid Amount', 'Jumlah Dibayar', NULL, NULL),\n(41097, 'ms', 'db', 'Sale Details', 'Butiran Jualan', NULL, NULL),\n(41098, 'ms', 'db', 'Purchase List', 'Senarai Pembelian', NULL, NULL),\n(41099, 'ms', 'db', 'Add Purchase', 'Tambah Belian', NULL, NULL),\n(41100, 'ms', 'db', 'Import Purchase By CSV', 'Import Pembelian Melalui CSV', NULL, NULL),\n(41101, 'ms', 'db', 'Sale List', 'Senarai Jualan', NULL, NULL),\n(41102, 'ms', 'db', 'Import Sale By CSV', 'Jualan Import Oleh CSV', NULL, NULL),\n(41103, 'ms', 'db', 'Gift Card List', 'Senarai Kad Hadiah', NULL, NULL),\n(41104, 'ms', 'db', 'Coupon List', 'Senarai Kupon', NULL, NULL),\n(41105, 'ms', 'db', 'Delivery List', 'Senarai Penghantaran', NULL, NULL),\n(41106, 'ms', 'db', 'Expense List', 'Senarai Perbelanjaan', NULL, NULL),\n(41107, 'ms', 'db', 'Add Expense', 'Tambah Perbelanjaan', NULL, NULL),\n(41108, 'ms', 'db', 'Quotation List', 'Senarai Sebutharga', NULL, NULL),\n(41109, 'ms', 'db', 'Add Quotation', 'Tambah Sebutharga', NULL, NULL),\n(41110, 'ms', 'db', 'Transfer List', 'Senarai Pemindahan', NULL, NULL),\n(41111, 'ms', 'db', 'Add Transfer', 'Tambah Pemindahan', NULL, NULL),\n(41112, 'ms', 'db', 'Import Transfer By CSV', 'Pemindahan Import Oleh CSV', NULL, NULL),\n(41113, 'ms', 'db', 'Return List', 'Senarai Kembali', NULL, NULL),\n(41114, 'ms', 'db', 'Add Return', 'Tambah Pulangan', NULL, NULL),\n(41115, 'ms', 'db', 'Quantity Adjustment', 'Pelarasan Kuantiti', NULL, NULL),\n(41116, 'ms', 'db', 'Adjustment List', 'Senarai Pelarasan', NULL, NULL),\n(41117, 'ms', 'db', 'Add Adjustment', 'Tambah Pelarasan', NULL, NULL),\n(41118, 'ms', 'db', 'User List', 'Senarai Pengguna', NULL, NULL),\n(41119, 'ms', 'db', 'Add User', 'Tambah Pengguna', NULL, NULL),\n(41120, 'ms', 'db', 'Customer List', 'Senarai Pelanggan', NULL, NULL),\n(41121, 'ms', 'db', 'Add Customer', 'Tambah Pelanggan', NULL, NULL),\n(41122, 'ms', 'db', 'Biller List', 'Senarai Pengebil', NULL, NULL),\n(41123, 'ms', 'db', 'Add Biller', 'Tambah Pengebil', NULL, NULL),\n(41124, 'ms', 'db', 'Supplier List', 'Senarai Pembekal', NULL, NULL),\n(41125, 'ms', 'db', 'Add Supplier', 'Tambah Pembekal', NULL, NULL),\n(41126, 'ms', 'db', 'Sale Report', 'Laporan Jualan', NULL, NULL),\n(41127, 'ms', 'db', 'Purchase Report', 'Laporan Pembelian', NULL, NULL),\n(41128, 'ms', 'db', 'Payment Report', 'Laporan Pembayaran', NULL, NULL),\n(41129, 'ms', 'db', 'Warehouse Stock Chart', 'Carta Stok Gudang', NULL, NULL),\n(41130, 'ms', 'db', 'Product Quantity Alert', 'Makluman Kuantiti Produk', NULL, NULL),\n(41131, 'ms', 'db', 'Customer Report', 'Laporan Pelanggan', NULL, NULL),\n(41132, 'ms', 'db', 'Supplier Report', 'Laporan Pembekal', NULL, NULL),\n(41133, 'ms', 'db', 'Due Report', 'Laporan Sewajarnya', NULL, NULL),\n(41134, 'ms', 'db', 'User Profile', 'Profil Pengguna', NULL, NULL),\n(41135, 'ms', 'db', 'Cash Flow', 'Aliran Tunai', NULL, NULL),\n(41136, 'ms', 'db', 'Add Category', 'Tambah Kategori', NULL, NULL),\n(41137, 'ms', 'db', 'Import Category', 'Kategori Import', NULL, NULL),\n(41138, 'ms', 'db', 'Parent Category', 'Kategori Induk', NULL, NULL),\n(41139, 'ms', 'db', 'Product Image', 'Imej Produk', NULL, NULL),\n(41140, 'ms', 'db', 'Product Name', 'Nama Produk', NULL, NULL),\n(41141, 'ms', 'db', 'Product Code', 'Kod Produk', NULL, NULL),\n(41142, 'ms', 'db', 'Product Type', 'Jenis Produk', NULL, NULL),\n(41143, 'ms', 'db', 'Product Unit', 'Unit Produk', NULL, NULL),\n(41144, 'ms', 'db', 'Sale Unit', 'Unit Jualan', NULL, NULL),\n(41145, 'ms', 'db', 'Purchase Unit', 'Unit Belian', NULL, NULL),\n(41146, 'ms', 'db', 'Product Cost', 'Kos Produk', NULL, NULL),\n(41147, 'ms', 'db', 'Product Price', 'Harga Produk', NULL, NULL),\n(41148, 'ms', 'db', 'Alert Quantity', 'Kuantiti Makluman', NULL, NULL),\n(41149, 'ms', 'db', 'Add Promotional Price', 'Tambah Harga Promosi', NULL, NULL),\n(41150, 'ms', 'db', 'Product Tax', 'Cukai Produk', NULL, NULL),\n(41151, 'ms', 'db', 'Tax Method', 'Kaedah Cukai', NULL, NULL),\n(41152, 'ms', 'db', 'Featured product will be displayed in POS', 'Produk pilihan akan dipaparkan dalam POS', NULL, NULL),\n(41153, 'ms', 'db', 'Product Invoice Details', 'Butiran Invois Produk', NULL, NULL),\n(41154, 'ms', 'db', 'Purchase Status', 'Status Pembelian', NULL, NULL),\n(41155, 'ms', 'db', 'Add Gift Card', 'Tambah Kad Hadiah', NULL, NULL),\n(41156, 'ms', 'db', 'Card No', 'Kad No', NULL, NULL),\n(41157, 'ms', 'db', 'Reference No', 'No. Rujukan', NULL, NULL),\n(41158, 'ms', 'db', 'Add Coupon', 'Tambah Kupon', NULL, NULL),\n(41159, 'ms', 'db', 'Coupon Code', 'Kod Kupon', NULL, NULL),\n(41160, 'ms', 'db', 'Minimum Amount', 'Jumlah Minimum', NULL, NULL),\n(41161, 'ms', 'db', 'Update Coupon', 'Kemas kini Kupon', NULL, NULL),\n(41162, 'ms', 'db', 'Update Purchase', 'Kemas kini Pembelian', NULL, NULL),\n(41163, 'ms', 'db', 'Update Sale', 'Kemas kini Jualan', NULL, NULL),\n(41164, 'ms', 'db', 'Update Product', 'Kemas kini Produk', NULL, NULL),\n(41165, 'ms', 'db', 'Update Category', 'Kemas kini Kategori', NULL, NULL),\n(41166, 'ms', 'db', 'Update Gift Card', 'Kemas kini Kad Hadiah', NULL, NULL),\n(41167, 'ms', 'db', 'Delivery Reference', 'Rujukan Penghantaran', NULL, NULL),\n(41168, 'ms', 'db', 'Sale Reference', 'Rujukan Jualan', NULL, NULL),\n(41169, 'ms', 'db', 'Add Expense Category', 'Tambah Kategori Perbelanjaan', NULL, NULL),\n(41170, 'ms', 'db', 'Import Expense Category', 'Kategori Perbelanjaan Import', NULL, NULL),\n(41171, 'ms', 'db', 'Update Expense', 'Kemas kini Perbelanjaan', NULL, NULL),\n(41172, 'ms', 'db', 'Quotation Status', 'Status Sebutharga', NULL, NULL),\n(41173, 'ms', 'db', 'Create Sale', 'Buat Jualan', NULL, NULL),\n(41174, 'ms', 'db', 'Create Purchase', 'Buat Pembelian', NULL, NULL),\n(41175, 'ms', 'db', 'Purchase Details', 'Butiran Pembelian', NULL, NULL),\n(41176, 'ms', 'db', 'Quotation Details', 'Butiran Sebutharga', NULL, NULL),\n(41177, 'ms', 'db', 'Import Transfer', 'Pemindahan Import', NULL, NULL),\n(41178, 'ms', 'db', 'Update Transfer', 'Kemas kini Pemindahan', NULL, NULL),\n(41179, 'ms', 'db', 'Transfer Status', 'Status Pemindahan', NULL, NULL),\n(41180, 'ms', 'db', 'Transfer Details', 'Butiran Pemindahan', NULL, NULL),\n(41181, 'ms', 'db', 'Return Details', 'Kembalikan Butiran', NULL, NULL),\n(41182, 'ms', 'db', 'Return Note', 'Kembalikan Nota', NULL, NULL),\n(41183, 'ms', 'db', 'Update Return', 'Kemas kini Pulangan', NULL, NULL),\n(41184, 'ms', 'db', 'Card Details', 'Butiran Kad', NULL, NULL),\n(41185, 'ms', 'db', 'Update Adjustment', 'Kemas kini Pelarasan', NULL, NULL),\n(41186, 'ms', 'db', 'Update User', 'Kemas kini Pengguna', NULL, NULL),\n(41187, 'ms', 'db', 'Update Customer', 'Kemas kini Pelanggan', NULL, NULL),\n(41188, 'ms', 'db', 'Import Customer', 'Import Pelanggan', NULL, NULL),\n(41189, 'ms', 'db', 'Add Deposit', 'Tambah Deposit', NULL, NULL),\n(41190, 'ms', 'db', 'View Deposit', 'Lihat Deposit', NULL, NULL),\n(41191, 'ms', 'db', 'Import Biller', 'Pengebil Import', NULL, NULL),\n(41192, 'ms', 'db', 'Update Biller', 'Kemas kini Pengebil', NULL, NULL),\n(41193, 'ms', 'db', 'To display Image it must be stored in', 'Untuk memaparkan Imej ia mesti disimpan dalam', NULL, NULL),\n(41194, 'ms', 'db', 'directory', 'direktori', NULL, NULL),\n(41195, 'ms', 'db', 'Import Supplier', 'Pembekal Import', NULL, NULL),\n(41196, 'ms', 'db', 'Update Supplier', 'Kemas kini Pembekal', NULL, NULL),\n(41197, 'ms', 'db', 'Purchased Amount', 'Jumlah yang Dibeli', NULL, NULL),\n(41198, 'ms', 'db', 'Purchased Qty', 'Kuantiti Dibeli', NULL, NULL),\n(41199, 'ms', 'db', 'Sold Amount', 'Jumlah Terjual', NULL, NULL),\n(41200, 'ms', 'db', 'Sold Qty', 'Kuantiti Terjual', NULL, NULL),\n(41201, 'ms', 'db', 'Payment Reference', 'Rujukan Pembayaran', NULL, NULL),\n(41202, 'ms', 'db', 'Purchase Reference', 'Rujukan Pembelian', NULL, NULL),\n(41203, 'ms', 'db', 'Paid By', 'Dibayar Oleh', NULL, NULL),\n(41204, 'ms', 'db', 'Total Item', 'Jumlah Item', NULL, NULL),\n(41205, 'ms', 'db', 'Total Quantity', 'Jumlah Kuantiti', NULL, NULL),\n(41206, 'ms', 'db', 'Paid Method', 'Kaedah Berbayar', NULL, NULL),\n(41207, 'ms', 'db', 'Customer Details', 'Butiran Pelanggan', NULL, NULL),\n(41208, 'ms', 'db', 'Bill No', 'Bil No', NULL, NULL),\n(41209, 'ms', 'db', 'Add Role', 'Tambah Peranan', NULL, NULL),\n(41210, 'ms', 'db', 'Update Role', 'Kemas kini Peranan', NULL, NULL),\n(41211, 'ms', 'db', 'Import Warehouse', 'Gudang Import', NULL, NULL),\n(41212, 'ms', 'db', 'Update Warehouse', 'Kemas kini Gudang', NULL, NULL),\n(41213, 'ms', 'db', 'Import Customer Group', 'Import Kumpulan Pelanggan', NULL, NULL),\n(41214, 'ms', 'db', 'Update Customer Group', 'Kemas kini Kumpulan Pelanggan', NULL, NULL),\n(41215, 'ms', 'db', 'Import Brand', 'Jenama Import', NULL, NULL),\n(41216, 'ms', 'db', 'Update Brand', 'Kemas kini Jenama', NULL, NULL),\n(41217, 'ms', 'db', 'Import Unit', 'Unit Import', NULL, NULL),\n(41218, 'ms', 'db', 'Update Unit', 'Unit Kemas Kini', NULL, NULL),\n(41219, 'ms', 'db', 'Import Tax', 'Cukai Import', NULL, NULL),\n(41220, 'ms', 'db', 'Update Tax', 'Kemas kini Cukai', NULL, NULL),\n(41221, 'ms', 'db', 'Update User Profile', 'Kemas kini Profil Pengguna', NULL, NULL),\n(41222, 'ms', 'db', 'Default Customer', 'Pelanggan Lalai', NULL, NULL),\n(41223, 'ms', 'db', 'Default Biller', 'Pengebil Lalai', NULL, NULL),\n(41224, 'ms', 'db', 'Default Warehouse', 'Gudang Lalai', NULL, NULL),\n(41225, 'ms', 'db', 'Displayed Number of Product Row', 'Dipaparkan Bilangan Baris Produk', NULL, NULL),\n(41226, 'ms', 'db', 'Add Brand', 'Tambah Jenama', NULL, NULL),\n(41227, 'ms', 'db', 'All Deposit', 'Semua Deposit', NULL, NULL),\n(41228, 'ms', 'db', 'Update Deposit', 'Kemas kini Deposit', NULL, NULL),\n(41229, 'ms', 'db', 'Add Customer Group', 'Tambah Kumpulan Pelanggan', NULL, NULL),\n(41230, 'ms', 'db', 'Delivered By', 'Dihantar Oleh', NULL, NULL),\n(41231, 'ms', 'db', 'Recieved By', 'Diterima Oleh', NULL, NULL),\n(41232, 'ms', 'db', 'Update Delivery', 'Kemas kini Penghantaran', NULL, NULL),\n(41233, 'ms', 'db', 'Update Expense Category', 'Kemas kini Kategori Perbelanjaan', NULL, NULL),\n(41234, 'ms', 'db', 'Tax Rate', 'Kadar Cukai', NULL, NULL),\n(41235, 'ms', 'db', 'Unit Discount', 'Diskaun Unit', NULL, NULL),\n(41236, 'ms', 'db', 'Import Purchase', 'Belian Import', NULL, NULL),\n(41237, 'ms', 'db', 'Payment Note', 'Nota Pembayaran', NULL, NULL),\n(41238, 'ms', 'db', 'All Payment', 'Semua Pembayaran', NULL, NULL),\n(41239, 'ms', 'db', 'Update Payment', 'Kemas kini Pembayaran', NULL, NULL),\n(41240, 'ms', 'db', 'Update Quotation', 'Kemas kini Sebutharga', NULL, NULL),\n(41241, 'ms', 'db', 'Coupon Discount', 'Diskaun Kupon', NULL, NULL),\n(41242, 'ms', 'db', 'Payment Mode', 'Mod Pembayaran', NULL, NULL),\n(41243, 'ms', 'db', 'Bill To', 'Bil Kepada', NULL, NULL),\n(41244, 'ms', 'db', 'Stamp & Signature', 'Setem & Tandatangan', NULL, NULL),\n(41245, 'ms', 'db', 'Invoice Generated By', 'Invois Dijana Oleh', NULL, NULL),\n(41246, 'ms', 'db', 'Add Tax', 'Tambah Cukai', NULL, NULL),\n(41247, 'ms', 'db', 'Tax Name', 'Nama Cukai', NULL, NULL),\n(41248, 'ms', 'db', 'From Warehouse', 'Dari Gudang', NULL, NULL),\n(41249, 'ms', 'db', 'To Warehouse', 'Ke Gudang', NULL, NULL),\n(41250, 'ms', 'db', 'Add Unit', 'Tambah Unit', NULL, NULL),\n(41251, 'ms', 'db', 'Add Warehouse', 'Tambah Gudang', NULL, NULL),\n(41252, 'ms', 'db', 'All Warehouse', 'Semua Gudang', NULL, NULL),\n(41253, 'ms', 'db', 'Net Loss', 'Kerugian Bersih', NULL, NULL),\n(41254, 'ms', 'db', 'Net Sale', 'Jualan Bersih', NULL, NULL),\n(41255, 'ms', 'db', 'Net Purchase', 'Belian Bersih', NULL, NULL),\n(41256, 'ms', 'db', 'Net Return', 'Pulangan Bersih', NULL, NULL),\n(41257, 'ms', 'db', 'Payment Recieved', 'Bayaran Diterima', NULL, NULL),\n(41258, 'ms', 'db', 'Payment Sent', 'Bayaran Dihantar', NULL, NULL),\n(41259, 'ms', 'db', 'Product Discount', 'Diskaun Produk', NULL, NULL),\n(41260, 'ms', 'db', 'Completed', 'Selesai', NULL, NULL),\n(41261, 'ms', 'db', 'Pending', 'Belum selesai', NULL, NULL),\n(41262, 'ms', 'db', 'Partial', 'separa', NULL, NULL),\n(41263, 'ms', 'db', 'Packing', 'Pembungkusan', NULL, NULL),\n(41264, 'ms', 'db', 'Delivering', 'Menyampaikan', NULL, NULL),\n(41265, 'ms', 'db', 'Ordered', 'Dipesan', NULL, NULL),\n(41266, 'ms', 'db', 'No Tax', 'Tiada Cukai', NULL, NULL),\n(41267, 'ms', 'db', 'Stock Value by Price', 'Nilai Stok mengikut Harga', NULL, NULL),\n(41268, 'ms', 'db', 'Stock Value by Cost', 'Nilai Stok mengikut Kos', NULL, NULL),\n(41269, 'ms', 'db', 'Estimate Profit', 'Anggaran Keuntungan', NULL, NULL),\n(41270, 'ms', 'db', 'Time Zone', 'Zon Masa', NULL, NULL),\n(41271, 'ms', 'db', 'Currency Position', 'Kedudukan Mata Wang', NULL, NULL),\n(41272, 'ms', 'db', 'Prefix', 'Awalan', NULL, NULL),\n(41273, 'ms', 'db', 'Suffix', 'Akhiran', NULL, NULL),\n(41274, 'ms', 'db', 'Exclusive', 'Eksklusif', NULL, NULL),\n(41275, 'ms', 'db', 'Inclusive', 'Inklusif', NULL, NULL),\n(41276, 'ms', 'db', 'Combo Products', 'Produk Kombo', NULL, NULL),\n(41277, 'ms', 'db', 'Image name must be same as product name', 'Nama imej mestilah sama dengan nama produk', NULL, NULL),\n(41278, 'ms', 'db', 'Paying Amount', 'Amaun Membayar', NULL, NULL),\n(41279, 'ms', 'db', 'Payable Amount', 'Amaun Yang Dibayar', NULL, NULL),\n(41280, 'ms', 'db', 'Change', 'Berubah', NULL, NULL),\n(41281, 'ms', 'db', 'Back', 'belakang', NULL, NULL),\n(41282, 'ms', 'db', 'Role Permission', 'Kebenaran Peranan', NULL, NULL),\n(41283, 'ms', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', 'Eksklusif => Harga Poduct = Harga produk sebenar + Cukai. Inklusif => Harga produk sebenar = Harga produk - Cukai', NULL, NULL),\n(41284, 'ms', 'db', 'Accounting', 'Perakaunan', NULL, NULL),\n(41285, 'ms', 'db', 'Account', 'Akaun', NULL, NULL),\n(41286, 'ms', 'db', 'Account List', 'Senarai Akaun', NULL, NULL),\n(41287, 'ms', 'db', 'Add Account', 'Tambah Akaun', NULL, NULL),\n(41288, 'ms', 'db', 'Account No', 'No Akaun', NULL, NULL),\n(41289, 'ms', 'db', 'Initial Balance', 'Baki Awal', NULL, NULL),\n(41290, 'ms', 'db', 'Update Account', 'Kemas kini Akaun', NULL, NULL),\n(41291, 'ms', 'db', 'Default', 'Lalai', NULL, NULL),\n(41292, 'ms', 'db', 'Balance Sheet', 'Kunci Kira-kira', NULL, NULL),\n(41293, 'ms', 'db', 'Debit', 'Debit', NULL, NULL),\n(41294, 'ms', 'db', 'Credit', 'Kredit', NULL, NULL),\n(41295, 'ms', 'db', 'Account Statement', 'Penyata Akaun', NULL, NULL),\n(41296, 'ms', 'db', 'Department', 'Jabatan', NULL, NULL),\n(41297, 'ms', 'db', 'Add Department', 'Tambah Jabatan', NULL, NULL),\n(41298, 'ms', 'db', 'Update Department', 'Kemas kini Jabatan', NULL, NULL),\n(41299, 'ms', 'db', 'Employee', 'Pekerja', NULL, NULL),\n(41300, 'ms', 'db', 'Add Employee', 'Tambah Pekerja', NULL, NULL),\n(41301, 'ms', 'db', 'Update Employee', 'Kemas kini Pekerja', NULL, NULL),\n(41302, 'ms', 'db', 'Payroll', 'Gaji', NULL, NULL),\n(41303, 'ms', 'db', 'Add Payroll', 'Tambah Gaji', NULL, NULL),\n(41304, 'ms', 'db', 'Update Payroll', 'Kemas kini Gaji', NULL, NULL),\n(41305, 'ms', 'db', 'Method', 'Kaedah', NULL, NULL),\n(41306, 'ms', 'db', 'Sale Return', 'Pulangan Jualan', NULL, NULL),\n(41307, 'ms', 'db', 'Purchase Return', 'Pulangan Belian', NULL, NULL),\n(41308, 'ms', 'db', 'Net Sale Return', 'Pulangan Jualan Bersih', NULL, NULL),\n(41309, 'ms', 'db', 'Net Purchase Return', 'Pulangan Belian Bersih', NULL, NULL),\n(41310, 'ms', 'db', 'Attendance', 'Kehadiran', NULL, NULL),\n(41311, 'ms', 'db', 'Add Attendance', 'Tambah Kehadiran', NULL, NULL),\n(41312, 'ms', 'db', 'HRM Setting', 'Tetapan HRM', NULL, NULL),\n(41313, 'ms', 'db', 'CheckIn', 'Daftar Masuk', NULL, NULL),\n(41314, 'ms', 'db', 'CheckOut', 'Daftar Keluar', NULL, NULL),\n(41315, 'ms', 'db', 'Default CheckIn', 'Daftar Masuk Lalai', NULL, NULL),\n(41316, 'ms', 'db', 'Default CheckOut', 'Daftar Keluar Lalai', NULL, NULL),\n(41317, 'ms', 'db', 'Present', 'Hadir', NULL, NULL),\n(41318, 'ms', 'db', 'Late', 'lewat', NULL, NULL),\n(41319, 'ms', 'db', 'User Report', 'Laporan Pengguna', NULL, NULL),\n(41320, 'ms', 'db', 'Choose User', 'Pilih Pengguna', NULL, NULL),\n(41321, 'ms', 'db', 'Recieved Amount', 'Amaun Diterima', NULL, NULL),\n(41322, 'ms', 'db', 'Theme', 'Tema', NULL, NULL),\n(41323, 'ms', 'db', 'Staff Access', 'Akses Kakitangan', NULL, NULL),\n(41324, 'ms', 'db', 'All Records', 'Semua Rekod', NULL, NULL),\n(41325, 'ms', 'db', 'Own Records', 'Rekod Sendiri', NULL, NULL),\n(41326, 'ms', 'db', 'Date Format', 'Format Tarikh', NULL, NULL),\n(41327, 'ms', 'db', 'Empty Database', 'Pangkalan Data Kosong', NULL, NULL),\n(41328, 'ms', 'db', 'Stock Count', 'Kiraan Stok', NULL, NULL),\n(41329, 'ms', 'db', 'Count Stock', 'Kira Stok', NULL, NULL),\n(41330, 'ms', 'db', 'Full', 'penuh', NULL, NULL),\n(41331, 'ms', 'db', 'Finalize', 'memuktamadkan', NULL, NULL),\n(41332, 'ms', 'db', 'Initial File', 'Fail Permulaan', NULL, NULL),\n(41333, 'ms', 'db', 'Final File', 'Fail Akhir', NULL, NULL),\n(41334, 'ms', 'db', 'Final Report', 'Laporan Akhir', NULL, NULL),\n(41335, 'ms', 'db', 'Finalize Stock Count', 'Memuktamadkan Kiraan Stok', NULL, NULL),\n(41336, 'ms', 'db', 'You just need to update the Counted column in the initial file', 'Anda hanya perlu mengemas kini lajur Dikira dalam fail awal', NULL, NULL),\n(41337, 'ms', 'db', 'Files', 'Fail', NULL, NULL),\n(41338, 'ms', 'db', 'Expected', 'Dijangka', NULL, NULL),\n(41339, 'ms', 'db', 'Counted', 'Dikira', NULL, NULL),\n(41340, 'ms', 'db', 'Difference', 'Perbezaan', NULL, NULL),\n(41341, 'ms', 'db', 'Miscellaneous', 'Macam-macam', NULL, NULL),\n(41342, 'ms', 'db', 'SMS Setting', 'Tetapan SMS', NULL, NULL),\n(41343, 'ms', 'db', 'Send SMS', 'Hantar SMS', NULL, NULL),\n(41344, 'ms', 'db', 'Gateway', 'Gerbang', NULL, NULL),\n(41345, 'ms', 'db', 'Select SMS gateway', 'Pilih gerbang SMS...', NULL, NULL),\n(41346, 'ms', 'db', 'Create SMS', 'Buat SMS', NULL, NULL),\n(41347, 'ms', 'db', 'Mobile', 'Mudah alih', NULL, NULL),\n(41348, 'ms', 'db', 'Message', 'Mesej', NULL, NULL),\n(41349, 'ms', 'db', 'Add mobile numbers by selecting the customers', 'Tambah nombor mudah alih dengan memilih pelanggan', NULL, NULL),\n(41350, 'ms', 'db', 'Help', 'Tolong', NULL, NULL),\n(41351, 'ms', 'db', 'Type Product Name or Code', 'Taip Nama atau Kod Produk...', NULL, NULL),\n(41352, 'ms', 'db', 'Type date or sale reference', 'Taip tarikh atau rujukan jualan...', NULL, NULL),\n(41353, 'ms', 'db', 'Type date or purchase reference', 'Taip tarikh atau rujukan pembelian...', NULL, NULL),\n(41354, 'ms', 'db', 'Tax Number', 'Nombor Cukai', NULL, NULL),\n(41355, 'ms', 'db', 'Holiday', 'Cuti', NULL, NULL),\n(41356, 'ms', 'db', 'Add Holiday', 'Tambah Cuti', NULL, NULL),\n(41357, 'ms', 'db', 'Update Holiday', 'Kemas kini Cuti', NULL, NULL),\n(41358, 'ms', 'db', 'Approve', 'Luluskan', NULL, NULL),\n(41359, 'ms', 'db', 'My Holiday', 'Cuti Saya', NULL, NULL),\n(41360, 'ms', 'db', 'Holiday Approve', 'Cuti Diluluskan', NULL, NULL),\n(41361, 'ms', 'db', 'My Transaction', 'Transaksi Saya', NULL, NULL),\n(41362, 'ms', 'db', 'Sale Generated', 'Jualan Dijana', NULL, NULL),\n(41363, 'ms', 'db', 'Purchase Generated', 'Dihasilkan Pembelian', NULL, NULL),\n(41364, 'ms', 'db', 'Quotation Generated', 'Sebut Harga Dijana', NULL, NULL),\n(41365, 'ms', 'db', 'Warehouse Report', 'Laporan Gudang', NULL, NULL),\n(41366, 'ms', 'db', 'Quick Cash', 'Tunai Cepat', NULL, NULL),\n(41367, 'ms', 'db', 'Clear', 'Jelas', NULL, NULL),\n(41368, 'ms', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'Anda boleh memuat naik berbilang imej. Hanya fail .jpeg, .jpg, .png, .gif boleh dimuat naik. Imej pertama akan menjadi imej asas.', NULL, NULL),\n(41369, 'ms', 'db', 'This product has variant', 'Produk ini mempunyai varian', NULL, NULL),\n(41370, 'ms', 'db', 'Enter variant value seperated by comma', 'Masukkan nilai varian yang dipisahkan dengan koma', NULL, NULL),\n(41371, 'ms', 'db', 'Item Code', 'Kod Barang', NULL, NULL),\n(41372, 'ms', 'db', 'Additional Price', 'Harga Tambahan', NULL, NULL),\n(41373, 'ms', 'db', 'Variant', 'Varian', NULL, NULL),\n(41374, 'ms', 'db', 'Warehouse Quantity', 'Kuantiti Gudang', NULL, NULL),\n(41375, 'ms', 'db', 'Warehouse quantity of product variants', 'Kuantiti gudang varian produk', NULL, NULL),\n(41376, 'ms', 'db', 'Thank you for shopping with us Please come again', 'Terima kasih kerana membeli dengan kami. Sila datang lagi', NULL, NULL),\n(41377, 'ms', 'db', 'Money Transfer', 'Pindahan Wang', NULL, NULL),\n(41378, 'ms', 'db', 'Add Money Transfer', 'Tambah Pindahan Wang', NULL, NULL),\n(41379, 'ms', 'db', 'From Account', 'Daripada Akaun', NULL, NULL),\n(41380, 'ms', 'db', 'To Account', 'Kepada Akaun', NULL, NULL),\n(41381, 'ms', 'db', 'Update Money Transfer', 'Kemas kini Pindahan Wang', NULL, NULL),\n(41382, 'ms', 'db', 'Stock Quantity', 'Kuantiti Stok', NULL, NULL),\n(41383, 'ms', 'db', 'Stock Worth (Price\\\\\/Cost)', 'Nilai Stok (Harga\\\\\/Kos)', NULL, NULL),\n(41384, 'ms', 'db', 'Number of Product', 'Bilangan Produk', NULL, NULL),\n(41385, 'ms', 'db', 'Add Cash Register', 'Tambah Daftar Tunai', NULL, NULL),\n(41386, 'ms', 'db', 'Cash Register Details', 'Butiran Daftar Tunai', NULL, NULL),\n(41387, 'ms', 'db', 'Please review the transaction and payments', 'Sila semak transaksi dan pembayaran.', NULL, NULL),\n(41388, 'ms', 'db', 'Total Sale Amount', 'Jumlah Jumlah Jualan', NULL, NULL),\n(41389, 'ms', 'db', 'Total Sale Return', 'Jumlah Pulangan Jualan', NULL, NULL),\n(41390, 'ms', 'db', 'Total Payment', 'Jumlah Bayaran', NULL, NULL),\n(41391, 'ms', 'db', 'Cash Payment', 'Bayaran Tunai', NULL, NULL),\n(41392, 'ms', 'db', 'Credit Card Payment', 'Pembayaran Kad Kredit', NULL, NULL),\n(41393, 'ms', 'db', 'Gift Card Payment', 'Pembayaran Kad Hadiah', NULL, NULL),\n(41394, 'ms', 'db', 'Cheque Payment', 'Cek Pembayaran', NULL, NULL),\n(41395, 'ms', 'db', 'Paypal Payment', 'Pembayaran Paypal', NULL, NULL),\n(41396, 'ms', 'db', 'Total Expense', 'Jumlah Perbelanjaan', NULL, NULL),\n(41397, 'ms', 'db', 'Total Cash', 'Jumlah Tunai', NULL, NULL),\n(41398, 'ms', 'db', 'Cash Register List', 'Senarai Daftar Tunai', NULL, NULL),\n(41399, 'ms', 'db', 'Closed', 'tertutup', NULL, NULL),\n(41400, 'ms', 'db', 'Close Register', 'Tutup Daftar', NULL, NULL),\n(41401, 'ms', 'db', 'Opened at', 'Dibuka pada', NULL, NULL),\n(41402, 'ms', 'db', 'Closed at', 'Ditutup pada', NULL, NULL),\n(41403, 'ms', 'db', 'Delivery Details', 'Butiran Penghantaran', NULL, NULL),\n(41404, 'ms', 'db', 'Print Last Reciept', 'Cetak Resit Terakhir', NULL, NULL),\n(41405, 'ms', 'db', 'Today Sale', 'Jualan Hari Ini', NULL, NULL),\n(41406, 'ms', 'db', 'Today Profit', 'Untung Hari Ini', NULL, NULL),\n(41407, 'ms', 'db', 'Product Revenue', 'Hasil Produk', NULL, NULL),\n(41408, 'ms', 'db', 'Full Screen', 'Skrin Penuh', NULL, NULL),\n(41409, 'ms', 'db', 'Send Notification', 'Hantar Pemberitahuan', NULL, NULL),\n(41410, 'ms', 'db', 'Add Currency', 'Tambah Mata Wang', NULL, NULL),\n(41411, 'ms', 'db', 'Update Currency', 'Kemas kini Mata Wang', NULL, NULL),\n(41412, 'ms', 'db', 'Currency Name', 'Nama Mata Wang', NULL, NULL),\n(41413, 'ms', 'db', 'Currency Code', 'Kod Mata Wang', NULL, NULL),\n(41414, 'ms', 'db', 'Exchange Rate', 'Kadar Pertukaran', NULL, NULL),\n(41415, 'ms', 'db', 'System Title', 'Tajuk Sistem', NULL, NULL),\n(41416, 'ms', 'db', 'System Logo', 'Logo Sistem', NULL, NULL),\n(41417, 'ms', 'db', 'This product has different price for different warehouse', 'Produk ini mempunyai harga yang berbeza untuk gudang yang berbeza', NULL, NULL),\n(41418, 'ms', 'db', 'Backup Database', 'Pangkalan Data Sandaran', NULL, NULL),\n(41419, 'ms', 'db', 'Deposit Payment', 'Bayaran Deposit', NULL, NULL),\n(41420, 'ms', 'db', 'Invoice Format', 'Format Invois', NULL, NULL),\n(41421, 'ms', 'db', 'Transaction Reference', 'Rujukan Transaksi', NULL, NULL),\n(41422, 'ms', 'db', 'Batch No', 'Batch No', NULL, NULL),\n(41423, 'ms', 'db', 'This product has batch and expired date', 'Produk ini mempunyai kumpulan dan tarikh luput', NULL, NULL),\n(41424, 'ms', 'db', 'Reward Point Setting', 'Penetapan Mata Ganjaran', NULL, NULL),\n(41425, 'ms', 'db', 'Sold amount per point', 'Jumlah terjual setiap mata', NULL, NULL),\n(41426, 'ms', 'db', 'Minumum sold amount to get point', 'Jumlah jualan minimum untuk mendapatkan mata', NULL, NULL),\n(41427, 'ms', 'db', 'Point Expiry Duration', 'Tempoh Tamat Mata', NULL, NULL),\n(41428, 'ms', 'db', 'Duration Type', 'Jenis Tempoh', NULL, NULL),\n(41429, 'ms', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', 'Ini bermakna berapa banyak mata yang akan diperoleh pelanggan mengikut jumlah yang dijual. Sebagai contoh, jika anda meletakkan 100 maka untuk setiap 100 dolar yang dibelanjakan pelanggan akan mendapat satu mata sebagai ganjaran.', NULL, NULL),\n(41430, 'ms', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', 'Sebagai contoh, jika anda meletakkan 100 maka pelanggan hanya akan mendapat mata selepas membelanjakan 100 dolar atau lebih.', NULL, NULL),\n(41431, 'ms', 'db', 'Active reward point', 'Mata ganjaran aktif', NULL, NULL),\n(41432, 'ms', 'db', 'Reward Points', 'Mata Ganjaran', NULL, NULL),\n(41433, 'ms', 'db', 'One Point is Equivalent to =>', 'Satu Mata adalah Bersamaan dengan =>', NULL, NULL),\n(41434, 'ms', 'db', 'This product has IMEI or Serial numbers', 'Produk ini mempunyai nombor IMEI atau Siri', NULL, NULL),\n(41435, 'ms', 'db', 'IMEI or Serial Numbers', 'IMEI atau Nombor Siri', NULL, NULL),\n(41436, 'ms', 'db', 'RTL Layout', 'Reka Letak RTL', NULL, NULL),\n(41437, 'ms', 'db', 'Cheque', 'Semak', NULL, NULL),\n(41438, 'ms', 'db', 'Cash', 'Tunai', NULL, NULL),\n(41439, 'ms', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(41440, 'ms', 'db', 'Points', 'mata', NULL, NULL),\n(41441, 'ms', 'db', 'Cancel', 'Batal', NULL, NULL),\n(41442, 'ms', 'db', 'Recent Transaction', 'Transaksi Terkini', NULL, NULL),\n(41443, 'ms', 'db', 'Discount Plan', 'Pelan Diskaun', NULL, NULL),\n(41444, 'ms', 'db', 'Create Discount Plan', 'Buat Pelan Diskaun', NULL, NULL),\n(41445, 'ms', 'db', 'Inactive', 'Tidak aktif', NULL, NULL),\n(41446, 'ms', 'db', 'Create Discount', 'Buat Diskaun', NULL, NULL),\n(41447, 'ms', 'db', 'Valid From', 'Sah Dari', NULL, NULL),\n(41448, 'ms', 'db', 'Valid Till', 'Sah Sehingga', NULL, NULL),\n(41449, 'ms', 'db', 'Discount Type', 'Jenis Diskaun', NULL, NULL),\n(41450, 'ms', 'db', 'Value', 'Nilai', NULL, NULL),\n(41451, 'ms', 'db', 'Minimum Qty', 'Kuantiti Minimum', NULL, NULL),\n(41452, 'ms', 'db', 'Maximum Qty', 'Kuantiti Maksimum', NULL, NULL),\n(41453, 'ms', 'db', 'Type product code seperated by comma', 'Taip kod produk dipisahkan dengan koma', NULL, NULL),\n(41454, 'ms', 'db', 'Applicable For', 'Berkenaan Untuk', NULL, NULL),\n(41455, 'ms', 'db', 'All Products', 'Semua Produk', NULL, NULL),\n(41456, 'ms', 'db', 'Specific Products', 'Produk Tertentu', NULL, NULL),\n(41457, 'ms', 'db', 'Valid on the following days', 'Berlaku pada hari-hari berikutnya', NULL, NULL),\n(41458, 'ms', 'db', 'Validity', 'Kesahan', NULL, NULL),\n(41459, 'ms', 'db', 'Days', 'hari-hari', NULL, NULL),\n(41460, 'ms', 'db', 'Products', 'Produk', NULL, NULL),\n(41461, 'ms', 'db', 'Update Discount Plan', 'Kemas kini Pelan Diskaun', NULL, NULL),\n(41462, 'ms', 'db', 'Update Discount', 'Kemas kini Diskaun', NULL, NULL),\n(41463, 'ms', 'db', 'Order Discount Type', 'Jenis Diskaun Pesanan', NULL, NULL),\n(41464, 'ms', 'db', 'Order Discount Value', 'Nilai Diskaun Pesanan', NULL, NULL),\n(41465, 'ms', 'db', 'Flat', 'rata', NULL, NULL),\n(41466, 'ms', 'db', 'Revenue and Profit Summary', 'Ringkasan Hasil dan Keuntungan', NULL, NULL),\n(41467, 'ms', 'db', 'Monthly Summary', 'Ringkasan Bulanan', NULL, NULL),\n(41468, 'ms', 'db', 'Switch Theme', 'Tukar Tema', NULL, NULL),\n(41469, 'ms', 'db', 'Documentation', 'Dokumentasi', NULL, NULL),\n(41470, 'ms', 'db', 'Product Expiry Report', 'Laporan Luput Produk', NULL, NULL),\n(41471, 'ms', 'db', 'Sale Return List', 'Senarai Pulangan Jualan', NULL, NULL),\n(41472, 'ms', 'db', 'Purchase Return List', 'Senarai Pulangan Belian', NULL, NULL),\n(41473, 'ms', 'db', 'Purchase Return Details', 'Butiran Pulangan Belian', NULL, NULL),\n(41474, 'ms', 'db', 'Purchase Payment', 'Bayaran Belian', NULL, NULL),\n(41475, 'ms', 'db', 'Sale Payment', 'Bayaran Jualan', NULL, NULL),\n(41476, 'ms', 'db', 'Sale Report Chart', 'Carta Laporan Jualan', NULL, NULL),\n(41477, 'ms', 'db', 'Time Period', 'Tempoh Masa', NULL, NULL),\n(41478, 'ms', 'db', 'Notification List', 'Senarai Pemberitahuan', NULL, NULL),\n(41479, 'ms', 'db', 'Document', 'Dokumen', NULL, NULL),\n(41480, 'ms', 'db', 'All Notification', 'Semua Pemberitahuan', NULL, NULL),\n(41481, 'ms', 'db', 'Read', 'Baca', NULL, NULL),\n(41482, 'ms', 'db', 'Unread', 'Belum dibaca', NULL, NULL),\n(41483, 'ms', 'db', 'Daily Sale Objective', 'Objektif Jualan Harian', NULL, NULL),\n(41484, 'ms', 'db', 'Product Info', 'Maklumat Produk', NULL, NULL),\n(41485, 'ms', 'db', 'Number of Products', 'Bilangan Produk', NULL, NULL),\n(41486, 'ms', 'db', 'Daily Sale Objective Report', 'Laporan Objektif Jualan Harian', NULL, NULL),\n(41487, 'ms', 'db', 'Embedded Barcode', 'Kod Bar Terbenam', NULL, NULL),\n(41488, 'ms', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'Kuantiti minimum yang mesti dijual dalam sehari. Jika tidak, anda akan dimaklumkan di papan pemuka. Tetapi anda perlu menyediakan tugas cron dengan betul untuk itu. Ikuti dokumentasi dalam hal itu.', NULL, NULL),\n(41489, 'ms', 'db', 'Deposited Balance', 'Baki Didepositkan', NULL, NULL),\n(41490, 'ms', 'db', 'Total Due', 'Jumlah Terhutang', NULL, NULL),\n(41491, 'ms', 'db', 'Clear Due', 'Jelas Dibayar', NULL, NULL),\n(41492, 'ms', 'db', 'Both Customer and Supplier', 'Kedua-dua Pelanggan dan Pembekal', NULL, NULL),\n(41493, 'ms', 'db', 'Check this if this product will be used in weight scale machine', 'Semak ini jika produk ini akan digunakan dalam mesin penimbang berat.', NULL, NULL),\n(41494, 'ms', 'db', 'Add More Variant', 'Tambah Lagi Varian', NULL, NULL),\n(41495, 'ms', 'db', 'Additional Cost', 'Kos Tambahan', NULL, NULL),\n(41496, 'ms', 'db', 'Product Variant Information', 'Maklumat Varian Produk', NULL, NULL),\n(41497, 'ms', 'db', 'Product History', 'Sejarah Produk', NULL, NULL),\n(41498, 'ms', 'db', 'Delivery Status', 'Status Penghantaran', NULL, NULL),\n(41499, 'ms', 'db', 'Supplier Details', 'Butiran Pembekal', NULL, NULL),\n(41500, 'ms', 'db', 'Customer Due Report', 'Laporan Wajib Pelanggan', NULL, NULL),\n(41501, 'ms', 'db', 'Supplier Due Report', 'Laporan Wajar Pembekal', NULL, NULL),\n(41502, 'ms', 'db', 'Returned Amount', 'Jumlah Dipulangkan', NULL, NULL),\n(41503, 'ms', 'db', 'Related Transaction', 'Transaksi Berkaitan', NULL, NULL),\n(41504, 'ms', 'db', 'Tenant Name', 'Nama Penyewa', NULL, NULL),\n(41505, 'ms', 'db', 'Domain Prefix', 'Awalan Domain', NULL, NULL),\n(41506, 'ms', 'db', 'Created At', 'Dicipta Pada', NULL, NULL),\n(41507, 'ms', 'db', 'Client List', 'Senarai Klien', NULL, NULL),\n(41508, 'ms', 'db', 'Add Client', 'Tambah Klien', NULL, NULL),\n(41509, 'ms', 'db', 'Invoice Size', 'Saiz Invois', NULL, NULL),\n(41510, 'ms', 'db', 'A4', 'A4', NULL, NULL),\n(41511, 'ms', 'db', 'Thermal POS receipt', 'Resit POS terma', NULL, NULL),\n(41512, 'ms', 'db', 'Total Before Tax', 'Jumlah Sebelum Cukai', NULL, NULL),\n(41513, 'ms', 'db', 'Digits after deciaml point', 'Digit selepas titik deciaml', NULL, NULL),\n(41514, 'ms', 'db', 'Subscription Ends at', 'Langganan Berakhir pada', NULL, NULL),\n(41515, 'ms', 'db', 'Customer Group Report', 'Laporan Kumpulan Pelanggan', NULL, NULL),\n(41516, 'ms', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', 'Jika anda ingin menjual produk anda pada harga lalai, maka nilai peratusan mestilah sifar.', NULL, NULL),\n(41517, 'ms', 'db', 'If this is your default currency, the exchange rate must be 1', 'Jika ini adalah mata wang lalai anda, kadar pertukaran mestilah 1.', NULL, NULL),\n(41518, 'ms', 'db', 'Add Purchase Return', 'Tambah Pulangan Belian', NULL, NULL),\n(41519, 'ms', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Hanya mata wang lalai boleh mempunyai 1 sebagai kadar pertukaran. Sila ubah kadar pertukaran mata wang lalai anda', NULL, NULL),\n(41520, 'ms', 'db', 'Click to Add', 'Klik untuk Tambah', NULL, NULL),\n(41521, 'ms', 'db', 'Free Trial Limit', 'Had Percubaan Percuma', NULL, NULL),\n(41523, 'ms', 'db', 'Renew Subscription', 'Baharui Langganan', NULL, NULL),\n(41524, 'ms', 'db', 'Update Client DB', 'Kemas kini DB Pelanggan', NULL, NULL),\n(41525, 'ms', 'db', 'Client', 'Pelanggan', NULL, NULL),\n(41526, 'ms', 'db', 'Domain', 'Domain', NULL, NULL),\n(41527, 'ms', 'db', 'Package', 'Pakej', NULL, NULL),\n(41528, 'ms', 'db', 'Package List', 'Senarai Pakej', NULL, NULL),\n(41529, 'ms', 'db', 'Add Package', 'Tambah Pakej', NULL, NULL),\n(41530, 'ms', 'db', 'Update Package', 'Kemas kini Pakej', NULL, NULL),\n(41531, 'ms', 'db', 'Free Trial', 'Percubaan Percuma', NULL, NULL),\n(41532, 'ms', 'db', 'Monthly Fee', 'Yuran Bulanan', NULL, NULL),\n(41533, 'ms', 'db', 'Yearly Fee', 'Yuran Tahunan', NULL, NULL),\n(41534, 'ms', 'db', 'Number of Warehouses', 'Bilangan Gudang', NULL, NULL),\n(41535, 'ms', 'db', 'Number of Invoices', 'Bilangan Invois', NULL, NULL),\n(41536, 'ms', 'db', 'Number of User Account', 'Bilangan Akaun Pengguna', NULL, NULL),\n(41537, 'ms', 'db', 'Number of Employees', 'Bilangan Pekerja', NULL, NULL),\n(41538, 'ms', 'db', 'Infinity', 'Infiniti', NULL, NULL),\n(41539, 'ms', 'db', 'Features', 'Ciri-ciri', NULL, NULL),\n(41540, 'ms', 'db', 'Unlimited', 'Tidak terhad', NULL, NULL),\n(41541, 'ms', 'db', 'Package Name', 'Nama Pakej', NULL, NULL),\n(41542, 'ms', 'db', 'Change Package', 'Tukar Pakej', NULL, NULL),\n(41543, 'ms', 'db', 'Active Payment Gateway', 'Gerbang Pembayaran Aktif', NULL, NULL),\n(41544, 'ms', 'db', 'No Payment Gateway', 'Tiada Gerbang Pembayaran', NULL, NULL),\n(41545, 'ms', 'db', 'Payment Setting', 'Tetapan Pembayaran', NULL, NULL),\n(41546, 'ms', 'db', 'Subscription Type', 'Jenis Langganan', NULL, NULL),\n(41547, 'ms', 'db', 'Update SuperAdmin DB', 'Kemas kini SuperAdmin DB', NULL, NULL),\n(41548, 'ms', 'db', 'Payments', 'Pembayaran', NULL, NULL),\n(41549, 'ms', 'db', 'CMS', 'CMS', NULL, NULL),\n(41550, 'ms', 'db', 'Support Tickets', 'Tiket Sokongan', NULL, NULL),\n(41551, 'ms', 'db', 'Testimonials', 'Testimoni', NULL, NULL),\n(41552, 'ms', 'db', 'Blog', 'Blog', NULL, NULL),\n(41553, 'ms', 'db', 'Page', 'Halaman', NULL, NULL),\n(41554, 'ms', 'db', 'All Blog Posts', 'Semua Catatan Blog', NULL, NULL),\n(41555, 'ms', 'db', 'All Pages', 'Semua Halaman', NULL, NULL),\n(41556, 'ms', 'db', 'Subscription value', 'Nilai langganan', NULL, NULL),\n(41557, 'ms', 'db', 'Total Clients', 'Jumlah Pelanggan', NULL, NULL),\n(41558, 'ms', 'db', 'Packages', 'Pakej', NULL, NULL),\n(41559, 'ms', 'db', 'Send message to tenants', 'Hantar mesej kepada penyewa', NULL, NULL),\n(41560, 'ms', 'db', 'SEO Setting', 'Tetapan SEO', NULL, NULL),\n(41561, 'ms', 'db', 'Meta Title', 'Tajuk Meta', NULL, NULL),\n(41562, 'ms', 'db', '50-60 characters', '50-60 aksara', NULL, NULL),\n(41563, 'ms', 'db', 'Meta Description', 'Penerangan Meta', NULL, NULL),\n(41564, 'ms', 'db', '150-160 characters', '150-160 aksara', NULL, NULL),\n(41565, 'ms', 'db', 'og Title', 'og Tajuk', NULL, NULL),\n(41566, 'ms', 'db', 'og Description', 'og Penerangan', NULL, NULL),\n(41567, 'ms', 'db', 'og Image', 'og Imej', NULL, NULL),\n(41568, 'ms', 'db', 'Analytics Setting', 'Tetapan Analitis', NULL, NULL),\n(41569, 'ms', 'db', 'Google Analytics Script', 'Skrip Analitis Google', NULL, NULL),\n(41570, 'ms', 'db', 'Facebook Pixel Script', 'Skrip Piksel Facebook', NULL, NULL),\n(41571, 'ms', 'db', 'Chat Script', 'Skrip Sembang', NULL, NULL),\n(41572, 'ms', 'db', 'Hero Section', 'Bahagian Wira', NULL, NULL),\n(41573, 'ms', 'db', 'Heading', 'Tajuk', NULL, NULL),\n(41574, 'ms', 'db', 'Sub Heading', 'Sub Tajuk', NULL, NULL),\n(41575, 'ms', 'db', 'Hero Image', 'Imej Wira', NULL, NULL),\n(41576, 'ms', 'db', 'Save', 'Jimat', NULL, NULL),\n(41577, 'ms', 'db', 'Module Section', 'Bahagian Modul', NULL, NULL),\n(41578, 'ms', 'db', 'Click to choose icon', 'Klik untuk memilih ikon', NULL, NULL),\n(41580, 'ms', 'db', 'Add More', 'Tambah Lagi', NULL, NULL),\n(41581, 'ms', 'db', 'Icon', 'ikon', NULL, NULL),\n(41582, 'ms', 'db', 'Feature Section', 'Bahagian Ciri', NULL, NULL),\n(41583, 'ms', 'db', 'FAQ Section', 'Bahagian Soalan Lazim', NULL, NULL),\n(41584, 'ms', 'db', 'Question', 'soalan', NULL, NULL),\n(41585, 'ms', 'db', 'Answer', 'Jawab', NULL, NULL),\n(41586, 'ms', 'db', 'Update FAQ', 'Kemas kini Soalan Lazim', NULL, NULL),\n(41587, 'ms', 'db', 'Update Module', 'Kemas kini Modul', NULL, NULL),\n(41588, 'ms', 'db', 'Update Feature', 'Ciri Kemas Kini', NULL, NULL),\n(41589, 'ms', 'db', 'Testimonial Section', 'Bahagian Testimoni', NULL, NULL),\n(41590, 'ms', 'db', 'Blog Section', 'Bahagian Blog', NULL, NULL),\n(41591, 'ms', 'db', 'Page Section', 'Bahagian Halaman', NULL, NULL),\n(41592, 'ms', 'db', 'Social Section', 'Bahagian Sosial', NULL, NULL),\n(41593, 'ms', 'db', 'Business Name', 'Nama Perniagaan', NULL, NULL),\n(41594, 'ms', 'db', 'Text', 'Teks', NULL, NULL),\n(41595, 'ms', 'db', 'Update Testimonial', 'Kemas kini Testimoni', NULL, NULL),\n(41596, 'ms', 'db', 'Add Post', 'Tambah Catatan', NULL, NULL),\n(41597, 'ms', 'db', 'Blog Title', 'Tajuk Blog', NULL, NULL),\n(41598, 'ms', 'db', 'Page Title', 'Tajuk Halaman', NULL, NULL),\n(41600, 'ms', 'db', 'Update Blog', 'Kemas kini Blog', NULL, NULL),\n(41601, 'ms', 'db', 'Update Page', 'Kemas Kini Halaman', NULL, NULL),\n(41602, 'ms', 'db', 'Open Graph Title', 'Buka Tajuk Graf', NULL, NULL),\n(41603, 'ms', 'db', 'Open Graph Description', 'Penerangan Graf Terbuka', NULL, NULL),\n(41605, 'ms', 'db', 'Link', 'Pautan', NULL, NULL),\n(41606, 'ms', 'db', 'Update Social', 'Kemas kini Sosial', NULL, NULL),\n(41607, 'ms', 'db', 'All Blogs', 'Semua Blog', NULL, NULL),\n(41608, 'ms', 'db', 'Add Page', 'Tambah Halaman', NULL, NULL),\n(41609, 'ms', 'db', 'Field Belongs To', 'Padang Kepunyaan', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(41610, 'ms', 'db', 'Field Name', 'Nama Medan', NULL, NULL),\n(41611, 'ms', 'db', 'Field Type', 'Jenis Medan', NULL, NULL),\n(41612, 'ms', 'db', 'Default Value', 'Nilai Lalai', NULL, NULL),\n(41613, 'ms', 'db', 'Grid (Bootstrap Column eq 12) - Max is 12', 'Grid (Lajur Bootstrap persamaan 12) - Maks ialah 12', NULL, NULL),\n(41614, 'ms', 'db', 'Required', 'Diperlukan', NULL, NULL),\n(41615, 'ms', 'db', 'Admin Only', 'Admin Sahaja', NULL, NULL),\n(41616, 'ms', 'db', 'Disabled', 'Dilumpuhkan', NULL, NULL),\n(41617, 'ms', 'db', 'Visibility', 'Keterlihatan', NULL, NULL),\n(41618, 'ms', 'db', 'Show on Table', 'Tunjukkan di atas Meja', NULL, NULL),\n(41619, 'ms', 'db', 'Show on Invoice', 'Tunjukkan pada Invois', NULL, NULL),\n(41620, 'ms', 'db', 'Nothing Selected', 'Tiada yang Dipilih', NULL, NULL),\n(41621, 'ms', 'db', 'Custom Field', 'Medan Tersuai', NULL, NULL),\n(41622, 'ms', 'db', 'Custom Field List', 'Senarai Medan Tersuai', NULL, NULL),\n(41623, 'ms', 'db', 'Create Custom Field', 'Cipta Medan Tersuai', NULL, NULL),\n(41624, 'ms', 'db', 'Options', 'Pilihan', NULL, NULL),\n(41625, 'ms', 'db', 'Update Custom Field', 'Kemas kini Medan Tersuai', NULL, NULL),\n(41626, 'ms', 'db', 'Total Price', 'Jumlah Harga', NULL, NULL),\n(41627, 'ms', 'db', 'Reminder Date', 'Tarikh Peringatan', NULL, NULL),\n(41628, 'ms', 'db', 'Total Cost', 'Jumlah Kos', NULL, NULL),\n(41629, 'ms', 'db', 'Mail Driver', 'Pemandu Mel', NULL, NULL),\n(41630, 'ms', 'db', 'Update existing clients who are using this package', 'Kemas kini pelanggan sedia ada yang menggunakan pakej ini', NULL, NULL),\n(41631, 'ms', 'db', 'ZATCA QrCode', 'Kod Qr ZATCA', NULL, NULL),\n(41632, 'ms', 'db', 'VAT Registration Number', 'Nombor Pendaftaran VAT', NULL, NULL),\n(41633, 'ms', 'db', 'Button Text', 'Teks Butang', NULL, NULL),\n(41634, 'ms', 'db', 'Modules', 'Modul', NULL, NULL),\n(41635, 'ms', 'db', 'Add Module', 'Tambah Modul', NULL, NULL),\n(41636, 'ms', 'db', 'Add Faq', 'Tambah Soalan Lazim', NULL, NULL),\n(41637, 'ms', 'db', 'Tenant Signup Description', 'Penerangan Pendaftaran Penyewa', NULL, NULL),\n(41638, 'ms', 'db', 'Add Language', 'Tambah Bahasa', NULL, NULL),\n(41639, 'ms', 'db', 'Update Language', 'Kemas kini Bahasa', NULL, NULL),\n(41640, 'ms', 'db', 'Number of Person', 'Bilangan Orang', NULL, NULL),\n(41641, 'ms', 'db', 'Add Table', 'Tambah Jadual', NULL, NULL),\n(41642, 'ms', 'db', 'Update Table', 'Kemas Kini Jadual', NULL, NULL),\n(41643, 'ms', 'db', 'Tables', 'Meja', NULL, NULL),\n(41644, 'ms', 'db', 'Table', 'Jadual', NULL, NULL),\n(41645, 'ms', 'db', 'Table Management', 'Pengurusan Meja', NULL, NULL),\n(41646, 'ms', 'db', 'Initial Stock', 'Stok Permulaan', NULL, NULL),\n(41647, 'ms', 'db', 'This feature will not work for product with variants and batches', 'Ciri ini tidak akan berfungsi untuk produk dengan varian dan kelompok', NULL, NULL),\n(41648, 'ms', 'db', 'Queue', 'Beratur', NULL, NULL),\n(41649, 'ms', 'db', 'Addons', 'Addons', NULL, NULL),\n(41650, 'ms', 'db', 'Addon List', 'Senarai Addon', NULL, NULL),\n(41651, 'ms', 'db', 'Sync Product Categories', 'Segerakkan Kategori Produk', NULL, NULL),\n(41652, 'ms', 'db', 'Sync', 'Segerakkan', NULL, NULL),\n(41653, 'ms', 'db', 'Sync Log', 'Log Segerak', NULL, NULL),\n(41654, 'ms', 'db', 'Reset Synced Category', 'Tetapkan Semula Kategori Disegerakkan', NULL, NULL),\n(41655, 'ms', 'db', 'Sync Products', 'Produk Segerak', NULL, NULL),\n(41656, 'ms', 'db', 'Reset Synced Product', 'Tetapkan Semula Produk Disegerakkan', NULL, NULL),\n(41657, 'ms', 'db', 'Tax Rates Mapping', 'Pemetaan Kadar Cukai', NULL, NULL),\n(41658, 'ms', 'db', 'POS Tax Rate', 'Kadar Cukai POS', NULL, NULL),\n(41659, 'ms', 'db', 'Equivalent WooCommerce Tax Rate', 'Kadar Cukai WooCommerce yang Setara', NULL, NULL),\n(41660, 'ms', 'db', 'Sync Orders(New Order Only)', 'Pesanan Segerak (Pesanan Baharu Sahaja)', NULL, NULL),\n(41661, 'ms', 'db', 'Sync Type', 'Jenis Penyegerakan', NULL, NULL),\n(41662, 'ms', 'db', 'Operation', 'Operasi', NULL, NULL),\n(41663, 'ms', 'db', 'Records', 'Rekod', NULL, NULL),\n(41664, 'ms', 'db', 'Synced By', 'Disegerakkan Oleh', NULL, NULL),\n(41665, 'ms', 'db', 'Instructions', 'Arahan', NULL, NULL),\n(41666, 'ms', 'db', 'API Settings', 'Tetapan API', NULL, NULL),\n(41667, 'ms', 'db', 'Product Sync Settings', 'Tetapan Penyegerakan Produk', NULL, NULL),\n(41668, 'ms', 'db', 'Order Sync Settings', 'Tetapan Penyegerakan Pesanan', NULL, NULL),\n(41669, 'ms', 'db', 'Webhook Settings', 'Tetapan Webhook', NULL, NULL),\n(41670, 'ms', 'db', 'WooCommerce App URL', 'URL Apl WooCommerce', NULL, NULL),\n(41671, 'ms', 'db', 'WooCommerce Consumer Key', 'Kunci Pengguna WooCommerce', NULL, NULL),\n(41672, 'ms', 'db', 'WooCommerce Consumer Secret', 'Rahsia Pengguna WooCommerce', NULL, NULL),\n(41673, 'ms', 'db', 'WooCommerce Settings', 'Tetapan WooCommerce', NULL, NULL),\n(41674, 'ms', 'db', 'Default Tax Class', 'Kelas Cukai Lalai', NULL, NULL),\n(41675, 'ms', 'db', 'Sync Product Price', 'Harga Produk Segerak', NULL, NULL),\n(41676, 'ms', 'db', 'Manage Stock', 'Urus Stok', NULL, NULL),\n(41677, 'ms', 'db', 'Stock Status', 'Status Stok', NULL, NULL),\n(41678, 'ms', 'db', 'Default Customer Group', 'Kumpulan Pelanggan Lalai', NULL, NULL),\n(41679, 'ms', 'db', 'WooCommerce Order Status', 'Status Pesanan WooCommerce', NULL, NULL),\n(41680, 'ms', 'db', 'Equivalent POS Sell Status', 'Status Jualan POS Setara', NULL, NULL),\n(41681, 'ms', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'Untuk mendapatkan butiran API WooCommerce, navigasi ke WooCommerce -> Tetapan -> Advance -> API REST. Berikan penerangan, pilih pengguna dan berikan Kebenaran Baca\\\\\/Tulis.', NULL, NULL),\n(41682, 'ms', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'Semasa menyegerakkan, elakkan daripada memuat semula halaman atau meninggalkannya.', NULL, NULL),\n(41683, 'ms', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'Dalam pilihan pautan kekal WordPress, pilih Nama Pos sebagai pilihan pautan kekal.', NULL, NULL),\n(41684, 'ms', 'db', 'Buy Now', 'Beli Sekarang', NULL, NULL),\n(41685, 'ms', 'db', 'Install', 'Pasang', NULL, NULL),\n(41686, 'ms', 'db', 'Staff Id', 'Id Kakitangan', NULL, NULL),\n(41687, 'ms', 'db', 'Import CSV file (Device)', 'Import fail CSV (Peranti)', NULL, NULL),\n(41688, 'ms', 'db', 'Attendance Device Date Format', 'Format Tarikh Peranti Kehadiran', NULL, NULL),\n(41689, 'ms', 'db', 'Disable Woocommerce Sync', 'Lumpuhkan Penyegerakan Woocommerce', NULL, NULL),\n(41690, 'ms', 'db', 'Product Status', 'Status Produk', NULL, NULL),\n(41691, 'ms', 'db', 'Category not synced', 'Kategori tidak disegerakkan', NULL, NULL),\n(41692, 'ms', 'db', 'Categories not synced', 'Kategori tidak disegerakkan', NULL, NULL),\n(41693, 'ms', 'db', 'Category can be updated', 'Kategori boleh dikemas kini', NULL, NULL),\n(41694, 'ms', 'db', 'Categories can be updated', 'Kategori boleh dikemas kini', NULL, NULL),\n(41695, 'ms', 'db', 'Product not synced', 'Produk tidak disegerakkan', NULL, NULL),\n(41696, 'ms', 'db', 'Products not synced', 'Produk tidak disegerakkan', NULL, NULL),\n(41697, 'ms', 'db', 'Product can be updated', 'Produk boleh dikemas kini', NULL, NULL),\n(41698, 'ms', 'db', 'Products can be updated', 'Produk boleh dikemas kini', NULL, NULL),\n(41699, 'ms', 'db', 'Please connect with WooCommerce', 'Sila berhubung dengan WooCommerce', NULL, NULL),\n(41700, 'ms', 'db', 'Something went wrong', 'Sesuatu telah berlaku', NULL, NULL),\n(41701, 'ms', 'db', 'Synced category successfully', 'Berjaya kategori disegerakkan', NULL, NULL),\n(41702, 'ms', 'db', 'Reset synced category successfully', 'Tetapkan semula kategori yang disegerakkan dengan jayanya', NULL, NULL),\n(41703, 'ms', 'db', 'Synced product successfully', 'Produk disegerakkan dengan jayanya', NULL, NULL),\n(41704, 'ms', 'db', 'Reset synced product successfully', 'Berjaya menetapkan semula produk yang disegerakkan', NULL, NULL),\n(41705, 'ms', 'db', 'Tax maped successfully', 'Pemetaan cukai berjaya', NULL, NULL),\n(41706, 'ms', 'db', 'Synced order successfully', 'Pesanan disegerakkan berjaya', NULL, NULL),\n(41707, 'ms', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'Sila pilih Kumpulan Pelanggan Lalai\\\\\/ Gudang Lalai\\\\\/ Pengebil Lalai\\\\\/ Status Jualan POS Setara dalam Tetapan Penyegerakan Pesanan', NULL, NULL),\n(41708, 'ms', 'db', 'Module Image', 'Imej Modul', NULL, NULL),\n(41709, 'ms', 'db', 'Courier', 'Kurier', NULL, NULL),\n(41710, 'ms', 'db', 'Courier List', 'Senarai Kurier', NULL, NULL),\n(41711, 'ms', 'db', 'Add Courier', 'Tambah Kurier', NULL, NULL),\n(41712, 'ms', 'db', 'Update Courier', 'Kemas kini Kurier', NULL, NULL),\n(41713, 'ms', 'db', 'Sale and Quotation without stock', 'Jualan dan Sebutharga tanpa stok', NULL, NULL),\n(41714, 'ms', 'db', 'Yes', 'ya', NULL, NULL),\n(41715, 'ms', 'db', 'No', 'Tidak', NULL, NULL),\n(41716, 'ms', 'db', 'Returned', 'Dipulangkan', NULL, NULL),\n(41717, 'ms', 'db', 'Get in touch', 'Hubungi', NULL, NULL),\n(41718, 'ms', 'db', 'Contact Info', 'Maklumat Hubungan', NULL, NULL),\n(41719, 'ms', 'db', 'Bug Setting', 'Tetapan pepijat', NULL, NULL),\n(41720, 'ms', 'db', 'File Name', 'Nama Fail', NULL, NULL),\n(41721, 'ms', 'db', 'Type File Name', 'Taip Nama Fail', NULL, NULL),\n(41722, 'ms', 'db', 'Logs', 'Log', NULL, NULL),\n(41723, 'ms', 'db', 'Type Log', 'Taip Log', NULL, NULL),\n(41724, 'ms', 'db', 'Short Note', 'Nota Ringkas', NULL, NULL),\n(41725, 'ms', 'db', 'Product Mode', 'Mod Produk', NULL, NULL),\n(41726, 'ms', 'db', 'Version', 'Versi', NULL, NULL),\n(41727, 'ms', 'db', 'Bug No', 'Pepijat No', NULL, NULL),\n(41728, 'ms', 'db', 'Minimum Required Version', 'Versi Minimum Diperlukan', NULL, NULL),\n(41729, 'ms', 'db', 'Version Upgrade', 'Peningkatan Versi', NULL, NULL),\n(41730, 'ms', 'db', 'Latest Version Upgrade', 'Naik Taraf Versi Terkini', NULL, NULL),\n(41731, 'ms', 'db', 'Latest Version DB Migrate', '.Versi Terkini DB Migrate', NULL, NULL),\n(41732, 'ms', 'db', 'Version Upgrade URL', 'URL Naik Taraf Versi', NULL, NULL),\n(41733, 'ms', 'db', 'Bug Update', 'Kemas Kini Pepijat', NULL, NULL),\n(41734, 'ms', 'db', 'Bug DB Migrate', 'Pepijat DB Migrasi', NULL, NULL),\n(41735, 'ms', 'db', 'Bug Update URL', 'URL Kemas Kini Pepijat', NULL, NULL),\n(41736, 'ms', 'db', 'Version Upgrade Setting', 'Tetapan Peningkatan Versi', NULL, NULL),\n(41737, 'ms', 'db', 'Bug Update Setting', 'Tetapan Kemas Kini Pepijat', NULL, NULL),\n(41738, 'ms', 'db', 'My Account', 'Akaun Saya', NULL, NULL),\n(41740, 'ms', 'db', 'Phone', 'telefon', NULL, NULL),\n(41741, 'ms', 'db', 'My Addresses', 'Alamat Saya', NULL, NULL),\n(41742, 'ms', 'db', 'Edit Address', 'Edit Alamat', NULL, NULL),\n(41743, 'ms', 'db', 'Zip \\\\\/ Postal code', 'Zip \\\\\/ Poskod', NULL, NULL),\n(41744, 'ms', 'db', 'Cart', 'Troli', NULL, NULL),\n(41745, 'ms', 'db', 'Shop Cart', 'Troli Kedai', NULL, NULL),\n(41746, 'ms', 'db', 'Home', 'Rumah', NULL, NULL),\n(41747, 'ms', 'db', 'Sub Total', 'Sub Jumlah', NULL, NULL),\n(41748, 'ms', 'db', 'Continue Shopping', 'Teruskan membeli-belah', NULL, NULL),\n(41749, 'ms', 'db', 'Proceed to Checkout', 'Teruskan ke Checkout', NULL, NULL),\n(41750, 'ms', 'db', 'Pay', 'bayar', NULL, NULL),\n(41751, 'ms', 'db', 'Returning customer?', 'Pelanggan yang kembali?', NULL, NULL),\n(41752, 'ms', 'db', 'Shipping Details', 'Butiran Penghantaran', NULL, NULL),\n(41753, 'ms', 'db', 'Default Address', 'Alamat Lalai', NULL, NULL),\n(41754, 'ms', 'db', 'Add a different address', 'Tambahkan alamat lain', NULL, NULL),\n(41755, 'ms', 'db', 'Order Notes', 'Nota Pesanan', NULL, NULL),\n(41756, 'ms', 'db', 'Billing address same as Shipping Address', 'Alamat pengebilan sama seperti Alamat Penghantaran', NULL, NULL),\n(41757, 'ms', 'db', 'Your order', 'Pesanan anda', NULL, NULL),\n(41758, 'ms', 'db', 'Product(s)', 'produk', NULL, NULL),\n(41760, 'ms', 'db', 'I have a coupon', 'Saya ada kupon', NULL, NULL),\n(41761, 'ms', 'db', 'Enter coupon code', 'Masukkan kod kupon', NULL, NULL),\n(41762, 'ms', 'db', 'I have read and accept the', 'Saya telah membaca dan menerima', NULL, NULL),\n(41763, 'ms', 'db', 'Cash on Delivery', 'Tunai semasa Penghantaran', NULL, NULL),\n(41764, 'ms', 'db', 'Remember Me', 'Ingat Saya', NULL, NULL),\n(41765, 'ms', 'db', 'Log In', 'Log Masuk', NULL, NULL),\n(41766, 'ms', 'db', 'sign up now', 'daftar sekarang', NULL, NULL),\n(41767, 'ms', 'db', 'My Profile', 'Profil Saya', NULL, NULL),\n(41768, 'ms', 'db', 'My Orders', 'Pesanan Saya', NULL, NULL),\n(41769, 'ms', 'db', 'My Wishlist', 'Senarai Hajat Saya', NULL, NULL),\n(41770, 'ms', 'db', 'Account Details', 'Butiran Akaun', NULL, NULL),\n(41771, 'ms', 'db', 'We have sent you an email', 'Kami telah menghantar e-mel kepada anda', NULL, NULL),\n(41772, 'ms', 'db', 'Just click on the link in that email to verify', 'Hanya klik pada pautan dalam e-mel itu untuk mengesahkan', NULL, NULL),\n(41773, 'ms', 'db', 'Thank you for verifying your email', 'Terima kasih kerana mengesahkan e-mel anda', NULL, NULL),\n(41774, 'ms', 'db', 'Order Details', 'Butiran Pesanan', NULL, NULL),\n(41775, 'ms', 'db', 'You have not ordered anything yet!', 'Anda belum memesan apa-apa lagi!', NULL, NULL),\n(41776, 'ms', 'db', 'Tags', 'Tag', NULL, NULL),\n(41777, 'ms', 'db', 'Share', 'Kongsi', NULL, NULL),\n(41778, 'ms', 'db', 'Thank you for your order', 'Terima kasih atas tempahan anda', NULL, NULL),\n(41779, 'ms', 'db', 'Here is your order reference no', 'Berikut adalah no rujukan pesanan anda', NULL, NULL),\n(41780, 'ms', 'db', 'You will receive an email with delivery details shortly', 'Anda akan menerima e-mel dengan butiran penghantaran tidak lama lagi', NULL, NULL),\n(41781, 'ms', 'db', 'Add Collection', 'Tambah Koleksi', NULL, NULL),\n(41782, 'ms', 'db', 'Collection Name', 'Nama Koleksi', NULL, NULL),\n(41783, 'ms', 'db', 'Permalink', 'pautan kekal', NULL, NULL),\n(41784, 'ms', 'db', 'Save as Draft', 'Simpan sebagai Draf', NULL, NULL),\n(41785, 'ms', 'db', 'Publish', 'Terbitkan', NULL, NULL),\n(41786, 'ms', 'db', 'Collection', 'Koleksi', NULL, NULL),\n(41787, 'ms', 'db', 'Slug', 'Slug', NULL, NULL),\n(41789, 'ms', 'db', 'Sliders', 'Peluncur', NULL, NULL),\n(41790, 'ms', 'db', 'Menu', 'Menu', NULL, NULL),\n(41791, 'ms', 'db', 'Collections', 'Koleksi', NULL, NULL),\n(41792, 'ms', 'db', 'Pages', 'muka surat', NULL, NULL),\n(41793, 'ms', 'db', 'Widgets', 'Widget', NULL, NULL),\n(41794, 'ms', 'db', 'Faq Category', 'Kategori Soalan Lazim', NULL, NULL),\n(41795, 'ms', 'db', 'Faqs', 'Soalan Lazim', NULL, NULL),\n(41796, 'ms', 'db', 'Social Links', 'Pautan Sosial', NULL, NULL),\n(41797, 'ms', 'db', 'Payment Gateways', 'Gerbang Pembayaran', NULL, NULL),\n(41798, 'ms', 'db', 'Location', 'Lokasi', NULL, NULL),\n(41799, 'ms', 'db', 'Add Menu', 'Tambah Menu', NULL, NULL),\n(41800, 'ms', 'db', 'Add Menu Items', 'Tambah Item Menu', NULL, NULL),\n(41801, 'ms', 'db', 'Categories', 'Kategori', NULL, NULL),\n(41802, 'ms', 'db', 'Select All', 'Pilih Semua', NULL, NULL),\n(41803, 'ms', 'db', 'Add to Menu', 'Tambahkan pada Menu', NULL, NULL),\n(41804, 'ms', 'db', 'Brands', 'Jenama', NULL, NULL),\n(41805, 'ms', 'db', 'Custom Links', 'Pautan Tersuai', NULL, NULL),\n(41806, 'ms', 'db', 'URL', 'URL', NULL, NULL),\n(41807, 'ms', 'db', 'Link Text', 'Teks Pautan', NULL, NULL),\n(41808, 'ms', 'db', 'Menu Structure', 'Struktur Menu', NULL, NULL),\n(41809, 'ms', 'db', 'Select categories, pages or add custom links to menus', 'Pilih kategori, halaman atau tambahkan pautan tersuai pada menu', NULL, NULL),\n(41810, 'ms', 'db', 'Link Name', 'Nama Pautan', NULL, NULL),\n(41811, 'ms', 'db', 'Open in a new tab', 'Buka dalam tab baharu', NULL, NULL),\n(41812, 'ms', 'db', 'Save Menu', 'Simpan Menu', NULL, NULL),\n(41813, 'ms', 'db', 'Page Name', 'Nama Halaman', NULL, NULL),\n(41814, 'ms', 'db', 'Page Layout', 'Susun Atur Halaman', NULL, NULL),\n(41815, 'ms', 'db', 'click on the widgets below to add it to your layout', 'klik pada widget di bawah untuk menambahkannya pada reka letak anda', NULL, NULL),\n(41816, 'ms', 'db', 'Product Category', 'Kategori Produk', NULL, NULL),\n(41817, 'ms', 'db', 'Tabbed Product Categories', 'Kategori Produk Bertab', NULL, NULL),\n(41818, 'ms', 'db', 'Category Slider', 'Peluncur Kategori', NULL, NULL),\n(41819, 'ms', 'db', 'Product Collection', 'Koleksi Produk', NULL, NULL),\n(41820, 'ms', 'db', 'Tabbed Product Collections', 'Koleksi Produk Bertab', NULL, NULL),\n(41821, 'ms', 'db', 'Brand Slider', 'Jenama Slider', NULL, NULL),\n(41822, 'ms', 'db', 'Og_Title', 'Og_Title', NULL, NULL),\n(41824, 'ms', 'db', 'Og_description', 'Og_description', NULL, NULL),\n(41826, 'ms', 'db', 'Og_Image', 'Og_Imej', NULL, NULL),\n(41827, 'ms', 'db', 'Templates', 'templat', NULL, NULL),\n(41828, 'ms', 'db', 'Choose Category', 'Pilih Kategori', NULL, NULL),\n(41829, 'ms', 'db', 'Layout Type', 'Jenis Reka Letak', NULL, NULL),\n(41830, 'ms', 'db', 'Slider Loop', 'Gelung Gelangsar', NULL, NULL),\n(41831, 'ms', 'db', 'Slider Autoplay', 'Automain slaid', NULL, NULL),\n(41832, 'ms', 'db', 'Slider Autoplay Speed', 'Kelajuan Automain Slider', NULL, NULL),\n(41833, 'ms', 'db', 'Number of products to show', 'Bilangan produk untuk ditunjukkan', NULL, NULL),\n(41834, 'ms', 'db', 'Choose Categories', 'Pilih Kategori', NULL, NULL),\n(41835, 'ms', 'db', 'Choose Collection', 'Pilih Koleksi', NULL, NULL),\n(41837, 'ms', 'db', 'Choose collections', 'Pilih koleksi', NULL, NULL),\n(41838, 'ms', 'db', 'Choose Brands', 'Pilih Jenama', NULL, NULL),\n(41839, 'ms', 'db', 'Edit Page', 'Edit Halaman', NULL, NULL),\n(41841, 'ms', 'db', 'Ecommerce Settings', 'Tetapan E-dagang', NULL, NULL),\n(41842, 'ms', 'db', 'Favicon', 'Favicon', NULL, NULL),\n(41843, 'ms', 'db', 'Home Page', 'Halaman Utama', NULL, NULL),\n(41844, 'ms', 'db', 'Store Phone', 'Simpan Telefon', NULL, NULL),\n(41845, 'ms', 'db', 'Store Email', 'Simpan E-mel', NULL, NULL),\n(41846, 'ms', 'db', 'Store Address', 'Alamat Kedai', NULL, NULL),\n(41847, 'ms', 'db', 'Contact From Email', 'Hubungi Dari E-mel', NULL, NULL),\n(41848, 'ms', 'db', 'Min amount for free shipping', 'Jumlah minimum untuk penghantaran percuma', NULL, NULL),\n(41849, 'ms', 'db', 'Flat Rate Shipping', 'Penghantaran Kadar Rata', NULL, NULL),\n(41850, 'ms', 'db', 'Pages to read & accept before checkout', 'Halaman untuk dibaca & diterima sebelum checkout', NULL, NULL),\n(41851, 'ms', 'db', 'Custom CSS', 'CSS tersuai', NULL, NULL),\n(41852, 'ms', 'db', 'Custom JS', 'JS tersuai', NULL, NULL),\n(41853, 'ms', 'db', 'Chat Code', 'Kod Sembang', NULL, NULL),\n(41854, 'ms', 'db', 'Google Analytics Code', 'Kod Analitis Google', NULL, NULL),\n(41855, 'ms', 'db', 'Facebook Pixel', 'Facebook Pixel', NULL, NULL),\n(41856, 'ms', 'db', 'Details', 'Butiran', NULL, NULL),\n(41857, 'ms', 'db', 'Add Slider', 'Tambah Slider', NULL, NULL),\n(41858, 'ms', 'db', 'Desktop', 'Desktop', NULL, NULL),\n(41859, 'ms', 'db', 'Tab', 'Tab', NULL, NULL),\n(41860, 'ms', 'db', 'Add Social Link', 'Tambah Pautan Sosial', NULL, NULL),\n(41861, 'ms', 'db', 'Available Widgets', 'Widget Tersedia', NULL, NULL),\n(41862, 'ms', 'db', 'To add a widget to a section, drag it onto that section', 'Untuk menambah widget pada bahagian, seret widget itu ke bahagian tersebut', NULL, NULL),\n(41863, 'ms', 'db', 'Custom Menu', 'Menu Tersuai', NULL, NULL),\n(41864, 'ms', 'db', 'Select menu', 'Pilih menu', NULL, NULL),\n(41865, 'ms', 'db', 'Site Features', 'Ciri Tapak', NULL, NULL),\n(41866, 'ms', 'db', 'Site Information', 'Maklumat Tapak', NULL, NULL),\n(41867, 'ms', 'db', 'Hours', 'jam', NULL, NULL),\n(41868, 'ms', 'db', 'Newsletter form', 'Borang surat berita', NULL, NULL),\n(41869, 'ms', 'db', 'Section Above Footer', 'Bahagian Atas Pengaki', NULL, NULL),\n(41870, 'ms', 'db', 'Footer Section', 'Bahagian Pengaki', NULL, NULL),\n(41871, 'ms', 'db', 'Product Details Sidebar', 'Butiran Produk Bar sisi', NULL, NULL),\n(41872, 'ms', 'db', 'Your email', 'e-mel anda', NULL, NULL),\n(41873, 'ms', 'db', 'Forgot Password', 'Terlupa Kata Laluan', NULL, NULL),\n(41874, 'ms', 'db', 'Subscribe', 'Langgan', NULL, NULL),\n(41875, 'ms', 'db', 'Sell Online', 'Jual Dalam Talian', NULL, NULL),\n(41876, 'ms', 'db', 'Out of stock', 'kehabisan stok', NULL, NULL),\n(41877, 'ms', 'db', 'Duplicate', 'Pendua', NULL, NULL),\n(41878, 'ms', 'db', 'All Product In Stock', 'Semua Produk Dalam Stok', NULL, NULL),\n(41879, 'ms', 'db', 'Show All Product Online', 'Tunjukkan Semua Produk Dalam Talian', NULL, NULL),\n(41880, 'ms', 'db', 'Oh snap! We are lost', 'Oh kejap! Kami sesat...', NULL, NULL),\n(41881, 'ms', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'Nampaknya kami tidak dapat mencari apa yang anda cari. Mungkin carian boleh membantu atau kembali ke', NULL, NULL),\n(41882, 'ms', 'db', 'Sorry this page is dead!', 'Maaf halaman ini telah mati!', NULL, NULL),\n(41883, 'ms', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'Halaman telah tamat tempoh kerana sesi tamat. Hanya muat semula halaman atau tekan butang di bawah.', NULL, NULL),\n(41884, 'ms', 'db', 'Refresh', 'Segarkan semula', NULL, NULL),\n(41885, 'ms', 'db', 'Oh server just snapped!', 'Oh pelayan baru sahaja tersentak!', NULL, NULL),\n(41886, 'ms', 'db', 'An error occured due to server not being to able to handle your request', 'Ralat berlaku kerana pelayan tidak dapat mengendalikan permintaan anda.', NULL, NULL),\n(41887, 'ms', 'db', 'An error occured because the service is unavailable', 'Ralat berlaku kerana perkhidmatan tidak tersedia.', NULL, NULL),\n(41888, 'ms', 'db', 'Please type a product name to search', 'Sila taip nama produk untuk dicari', NULL, NULL),\n(41889, 'ms', 'db', 'Send', 'Hantar', NULL, NULL),\n(41890, 'ms', 'db', 'don\\'t have an account', 'tidak mempunyai akaun', NULL, NULL),\n(41891, 'ms', 'db', 'Click here to login', 'Klik di sini untuk log masuk', NULL, NULL),\n(41892, 'ms', 'db', 'Zip \\\\\/ Post Code', 'Zip \\\\\/ Poskod', NULL, NULL),\n(41893, 'ms', 'db', 'You may also like', 'Anda juga mungkin suka', NULL, NULL),\n(41894, 'ms', 'db', 'Add to cart', 'Tambah ke troli', NULL, NULL),\n(41895, 'ms', 'db', 'No item in your cart', 'Tiada item dalam troli anda', NULL, NULL),\n(41896, 'ms', 'db', 'Filter Sales', 'Jualan Penapis', NULL, NULL),\n(41897, 'ms', 'db', 'Sale Type', 'Jenis Jualan', NULL, NULL),\n(41898, 'ms', 'db', 'POS', 'POS', NULL, NULL),\n(41899, 'ms', 'db', 'eCommerce', 'eDagang', NULL, NULL),\n(41900, 'ms', 'db', 'Please login first', 'Sila log masuk dahulu', NULL, NULL),\n(41901, 'ms', 'db', 'Product added to wishlist', 'Produk ditambahkan pada senarai hajat', NULL, NULL),\n(41902, 'ms', 'db', 'You have not added anything to wishlist yet', 'Anda belum menambah apa-apa pada senarai hajat lagi', NULL, NULL),\n(41903, 'ms', 'db', 'Product removed from wishlist', 'Produk dialih keluar daripada senarai hajat', NULL, NULL),\n(41904, 'ms', 'db', 'Product already on wishlist', 'Produk sudah dalam senarai hajat', NULL, NULL),\n(41905, 'ms', 'db', 'Recently Viewed', 'Dilihat Baru-baru ini', NULL, NULL),\n(41906, 'ms', 'db', 'Verify', 'Sahkan', NULL, NULL),\n(41907, 'ms', 'db', 'Track Order', 'Susunan Jejak', NULL, NULL),\n(41908, 'ms', 'db', 'Track', 'Jejak', NULL, NULL),\n(41909, 'ms', 'db', 'Time', 'Masa', NULL, NULL),\n(41910, 'ms', 'db', 'Order Status', 'Status Pesanan', NULL, NULL),\n(41911, 'ms', 'db', 'Payment Method', 'Kaedah Pembayaran', NULL, NULL),\n(41912, 'ms', 'db', 'Shipping Status', 'Status Penghantaran', NULL, NULL),\n(41913, 'ms', 'db', 'Pending Confirmation', 'Menunggu Pengesahan', NULL, NULL),\n(41914, 'ms', 'db', 'Track another order', 'Jejaki pesanan lain', NULL, NULL),\n(41915, 'ms', 'db', 'Post Title', 'Tajuk Jawatan', NULL, NULL),\n(41916, 'ms', 'db', 'Post Thumbnail', 'Siarkan Thumbnail', NULL, NULL),\n(41917, 'ms', 'db', 'Pay with gift card', 'Bayar dengan kad hadiah', NULL, NULL),\n(41919, 'ms', 'db', 'Warehouse Wise', 'Bijak Gudang', NULL, NULL),\n(41920, 'ms', 'db', 'Payment Receiver', 'Penerima Pembayaran', NULL, NULL),\n(41921, 'ms', 'db', 'SMS Template', 'Templat SMS', NULL, NULL),\n(41922, 'ms', 'db', 'Add Template', 'Tambah Templat', NULL, NULL),\n(41923, 'ms', 'db', 'SMS Template List', 'Senarai Templat SMS', NULL, NULL),\n(41924, 'ms', 'db', 'Content', 'kandungan', NULL, NULL),\n(41925, 'ms', 'db', 'Update Template', 'Kemas kini Templat', NULL, NULL),\n(41926, 'ms', 'db', 'Send SMS After Sale', 'Hantar SMS Selepas Jualan', NULL, NULL),\n(41927, 'ms', 'db', 'Default SMS Sale', 'Jualan SMS Lalai', NULL, NULL),\n(41928, 'ms', 'db', 'Default SMS E-Commerce', 'E-Dagang SMS lalai', NULL, NULL),\n(41929, 'ms', 'db', 'Default Online', 'Lalai Dalam Talian', NULL, NULL),\n(41930, 'ms', 'db', 'Top Up', 'Tambah Nilai', NULL, NULL),\n(41931, 'ms', 'db', 'Coupon Name', 'Nama Kupon', NULL, NULL),\n(41932, 'ms', 'db', 'Email Sent', 'E-mel Dihantar', NULL, NULL),\n(41934, 'ms', 'db', 'Wholesale Price', 'Harga Borong', NULL, NULL),\n(41935, 'ms', 'db', 'Price Option', 'Pilihan Harga', NULL, NULL),\n(41936, 'ms', 'db', 'Product Tags', 'Tag Produk', NULL, NULL),\n(41937, 'ms', 'db', 'Selected Items', 'Item Terpilih', NULL, NULL),\n(41938, 'ms', 'db', 'Related Products', 'Produk Berkaitan', NULL, NULL),\n(41940, 'ms', 'db', 'Track Inventory', 'Jejaki Inventori', NULL, NULL),\n(41941, 'ms', 'db', 'Register me as a user', 'Daftarkan saya sebagai pengguna', NULL, NULL),\n(41942, 'ms', 'db', 'Verify & Close', 'Sahkan & Tutup', NULL, NULL),\n(41943, 'ms', 'db', 'Enable Gift Card payment on checkout page', 'Dayakan pembayaran Kad Hadiah pada halaman daftar keluar', NULL, NULL),\n(41944, 'ms', 'db', 'Theme Color', 'Warna Tema', NULL, NULL),\n(41947, 'ms', 'db', 'Enter gift card number', 'Masukkan nombor kad hadiah', NULL, NULL),\n(41948, 'ms', 'db', 'Page saved', 'Halaman disimpan', NULL, NULL),\n(41949, 'ms', 'db', 'Widget saved', 'Widget disimpan', NULL, NULL),\n(41950, 'ms', 'db', 'Template', 'templat', NULL, NULL),\n(41951, 'ms', 'db', 'Three Column Banner', 'Sepanduk Tiga Lajur', NULL, NULL),\n(41952, 'ms', 'db', 'Banner Image', 'Imej Sepanduk', NULL, NULL),\n(41953, 'ms', 'db', 'Income', 'pendapatan', NULL, NULL),\n(41954, 'ms', 'db', 'Income Category', 'Kategori Pendapatan', NULL, NULL),\n(41955, 'ms', 'db', 'Income List', 'Senarai Pendapatan', NULL, NULL),\n(41956, 'ms', 'db', 'Add Income', 'Tambah Pendapatan', NULL, NULL),\n(41957, 'ms', 'db', 'Add Income Category', 'Tambah Kategori Pendapatan', NULL, NULL),\n(41958, 'ms', 'db', 'Update Income Category', 'Kemas kini Kategori Pendapatan', NULL, NULL),\n(41959, 'ms', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Slip Pembungkusan untuk menguruskan pesanan\\\\\/jualan', NULL, NULL),\n(41960, 'ms', 'db', 'Enable', 'Dayakan', NULL, NULL),\n(41961, 'ms', 'db', 'Disable', 'Lumpuhkan', NULL, NULL),\n(41962, 'ms', 'db', 'Create Packing Slip', 'Buat Slip Pembungkusan', NULL, NULL),\n(41963, 'ms', 'db', 'Packed', 'Berbungkus', NULL, NULL),\n(41964, 'ms', 'db', 'Processing', 'Memproses', NULL, NULL),\n(41965, 'ms', 'db', 'Packing Slip List', 'Senarai Slip Pembungkusan', NULL, NULL),\n(41966, 'ms', 'db', 'Packing Slip Reference', 'Rujukan Slip Pembungkusan', NULL, NULL),\n(41967, 'ms', 'db', 'Challan List', 'Senarai Challan', NULL, NULL),\n(41968, 'ms', 'db', 'Challan Report', 'Laporan Challan', NULL, NULL),\n(41969, 'ms', 'db', 'Packing Slip & Challan', 'Slip Pembungkusan & Challan', NULL, NULL),\n(41970, 'ms', 'db', 'Filter Products', 'Produk Penapis', NULL, NULL),\n(41971, 'ms', 'db', 'Expiry Duration Type', 'Jenis Tempoh Tamat', NULL, NULL),\n(41972, 'ms', 'db', 'Expiry Value', 'Nilai Luput', NULL, NULL),\n(41973, 'ms', 'db', 'Biller Report', 'Laporan Pengebil', NULL, NULL),\n(41974, 'ms', 'db', 'Choose Biller', 'Pilih Pengebil', NULL, NULL),\n(41975, 'ms', 'db', 'Thermal Invoice Size', 'Saiz Invois Terma', NULL, NULL),\n(41976, 'ms', 'db', 'Invoice Option', 'Pilihan Invois', NULL, NULL),\n(41977, 'ms', 'db', '80mm', '80mm', NULL, NULL),\n(41978, 'ms', 'db', '58mm', '58mm', NULL, NULL),\n(41979, 'ms', 'db', 'Sale successfully added to draft', 'Jualan berjaya ditambahkan pada draf', NULL, NULL),\n(41980, 'ms', 'db', 'Barcode Settings', 'Tetapan Kod Bar', NULL, NULL),\n(41981, 'ms', 'db', 'Add barcode sticker setting', 'Tambahkan tetapan pelekat kod bar', NULL, NULL),\n(41982, 'ms', 'db', 'Edit Barcode Sticker Setting', 'Edit Tetapan Pelekat Kod Bar', NULL, NULL),\n(41983, 'ms', 'db', 'Sticker Sheet setting Name', 'Nama tetapan Helaian Pelekat', NULL, NULL),\n(41984, 'ms', 'db', 'Sticker Sheet setting Description', 'Penerangan tetapan Helaian Pelekat', NULL, NULL),\n(41985, 'ms', 'db', 'Continuous feed or rolls', 'Suapan atau gulung berterusan', NULL, NULL),\n(41986, 'ms', 'db', 'In Inches', 'Dalam Inci', NULL, NULL),\n(41987, 'ms', 'db', 'Additional top margin', 'Margin atas tambahan', NULL, NULL),\n(41988, 'ms', 'db', 'Additional left margin', 'Margin kiri tambahan', NULL, NULL),\n(41989, 'ms', 'db', 'Width of sticker', 'Lebar pelekat', NULL, NULL),\n(41990, 'ms', 'db', 'Height of sticker', 'Ketinggian pelekat', NULL, NULL),\n(41991, 'ms', 'db', 'Paper width', 'Lebar kertas', NULL, NULL),\n(41992, 'ms', 'db', 'Paper height', 'Ketinggian kertas', NULL, NULL),\n(41993, 'ms', 'db', 'Stickers in one row', 'Pelekat dalam satu baris', NULL, NULL),\n(41994, 'ms', 'db', 'Distance between two rows', 'Jarak antara dua baris', NULL, NULL),\n(41995, 'ms', 'db', 'Distance between two columns', 'Jarak antara dua lajur', NULL, NULL),\n(41996, 'ms', 'db', 'No of Stickers per sheet', 'Bilangan Pelekat setiap helaian', NULL, NULL),\n(41997, 'ms', 'db', 'Set as default', 'Tetapkan sebagai lalai', NULL, NULL),\n(41998, 'ms', 'db', 'Add New Setting', 'Tambah Tetapan Baharu', NULL, NULL),\n(41999, 'ms', 'db', 'Print Labels', 'Cetak Label', NULL, NULL),\n(42000, 'ms', 'db', 'Information on Label', 'Maklumat pada Label', NULL, NULL),\n(42001, 'ms', 'db', 'Add Production', 'Tambah Pengeluaran', NULL, NULL),\n(42002, 'ms', 'db', 'Production List', 'Senarai Pengeluaran', NULL, NULL),\n(42003, 'ms', 'db', 'Expired Date', 'Tarikh Luput', NULL, NULL),\n(42004, 'ms', 'db', 'Manufacturing', 'Pembuatan', NULL, NULL),\n(42005, 'ms', 'db', 'Total Tax', 'Jumlah Cukai', NULL, NULL),\n(42006, 'ms', 'db', 'Production Details', 'Butiran Pengeluaran', NULL, NULL),\n(42007, 'ms', 'db', 'Add Custom Size', 'Tambah Saiz Tersuai', NULL, NULL),\n(42008, 'ms', 'db', 'RTL', 'RTL', NULL, NULL),\n(42009, 'ms', 'db', 'LTR', 'LTR', NULL, NULL),\n(42011, 'ms', 'db', 'Show search results in', 'Tunjukkan hasil carian dalam', NULL, NULL),\n(42012, 'ms', 'db', 'Full Page', 'Halaman Penuh', NULL, NULL),\n(42013, 'ms', 'db', 'Dropdown', 'Jatuh turun', NULL, NULL),\n(42015, 'ms', 'db', 'Saving', 'Menyimpan', NULL, NULL),\n(42016, 'ms', 'db', 'Multiple Payment', 'Bayaran Berganda', NULL, NULL),\n(42017, 'ms', 'db', 'Finalize Sale(Multiple Payment)', 'Selesaikan Jualan (Bayaran Berbilang)', NULL, NULL),\n(42018, 'ms', 'db', 'Cash Received', 'Tunai Diterima', NULL, NULL),\n(42019, 'ms', 'db', 'Add More Payment', 'Tambah Lagi Bayaran', NULL, NULL),\n(42020, 'ms', 'db', 'Received', 'Diterima', NULL, NULL),\n(42021, 'ms', 'db', 'Production Status', 'Status Pengeluaran', NULL, NULL),\n(42027, 'ms', 'db', 'Employees', 'Pekerja', NULL, NULL),\n(42028, 'ms', 'db', 'Award', 'Anugerah', NULL, NULL),\n(42029, 'ms', 'db', 'Travel', 'Perjalanan', NULL, NULL),\n(42030, 'ms', 'db', 'Resignations', 'Peletakan jawatan', NULL, NULL),\n(42031, 'ms', 'db', 'Complaints', 'Aduan', NULL, NULL),\n(42032, 'ms', 'db', 'Warnings', 'Amaran', NULL, NULL),\n(42033, 'ms', 'db', 'Terminations', 'Penamatan', NULL, NULL),\n(42034, 'ms', 'db', 'Organization', 'Organisasi', NULL, NULL),\n(42035, 'ms', 'db', 'Company', 'Syarikat', NULL, NULL),\n(42036, 'ms', 'db', 'Designation', 'Jawatan', NULL, NULL),\n(42037, 'ms', 'db', 'Announcements', 'Pengumuman', NULL, NULL),\n(42038, 'ms', 'db', 'Timesheets', 'Lembaran masa', NULL, NULL),\n(42039, 'ms', 'db', 'Attendances', 'Kehadiran', NULL, NULL),\n(42040, 'ms', 'db', 'Recruitment', 'Pengambilan', NULL, NULL),\n(42041, 'ms', 'db', 'Training', 'Latihan', NULL, NULL),\n(42042, 'ms', 'db', 'Trainers', 'Jurulatih', NULL, NULL),\n(42043, 'ms', 'db', 'Events', 'Peristiwa', NULL, NULL),\n(42044, 'ms', 'db', 'Meetings', 'Mesyuarat', NULL, NULL),\n(42045, 'ms', 'db', 'Finance', 'Kewangan', NULL, NULL),\n(42046, 'ms', 'db', 'imei_numbers', 'imei_numbers', NULL, NULL),\n(42047, 'ms', 'db', 'Warranty', 'Waranti', NULL, NULL),\n(42048, 'ms', 'db', 'Guarantee', 'Jaminan', NULL, NULL),\n(42049, 'ms', 'db', 'Dear', 'sayang', NULL, NULL),\n(42050, 'ms', 'db', 'Thank you for your purchase! Your invoice number is', 'Terima kasih atas pembelian anda! Nombor invois anda ialah', NULL, NULL),\n(42051, 'ms', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'Jika anda mempunyai sebarang pertanyaan atau kebimbangan, jangan teragak-agak untuk menghubungi kami. Kami di sini untuk membantu!', NULL, NULL),\n(42052, 'ms', 'db', 'Best regards', 'salam hormat', NULL, NULL),\n(42053, 'ms', 'db', 'Whatsapp Notification', 'Pemberitahuan Whatsapp', NULL, NULL),\n(42054, 'ms', 'db', 'Add More Payment Option', 'Tambah Lagi Pilihan Pembayaran', NULL, NULL),\n(42055, 'ms', 'db', 'Type date or quotation reference', 'Taip tarikh atau rujukan petikan...', NULL, NULL),\n(42057, 'ms', 'db', 'Sale Reference No', 'No. Rujukan Jualan', NULL, NULL),\n(42058, 'ms', 'db', 'My Transactions', 'Transaksi Saya', NULL, NULL),\n(42059, 'ms', 'db', 'One Point is Equivalent to:', 'Satu Mata adalah Bersamaan dengan:', NULL, NULL),\n(42060, 'ms', 'db', 'Update Income', 'Kemas kini Pendapatan', NULL, NULL),\n(42061, 'ms', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', 'Hanya gunakan untuk jenis Select, Multi Select, Checkbox, Radio Button. Isi medan dengan memisahkan pilihan dengan koma. persamaan epal, oren, pisang', NULL, NULL),\n(42062, 'ms', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', 'Eksklusif: Harga Poduct = Harga produk sebenar + Cukai. Termasuk: Harga produk sebenar = Harga produk - Cukai', NULL, NULL),\n(42063, 'ms', 'db', 'Update Modal', 'Kemas kini Modal', NULL, NULL),\n(42066, 'ms', 'db', 'Import Product Modal', 'Modal Produk Import', NULL, NULL),\n(42067, 'ms', 'db', 'Remove', 'Alih keluar', NULL, NULL),\n(42068, 'ms', 'db', 'Payments Modal', 'Modal Pembayaran', NULL, NULL),\n(42069, 'ms', 'db', 'Choose date', 'Pilih tarikh', NULL, NULL),\n(42070, 'ms', 'db', 'Select warehouse', 'Pilih gudang', NULL, NULL),\n(42071, 'ms', 'db', 'Select supplier', 'Pilih pembekal', NULL, NULL),\n(42072, 'ms', 'db', 'Please type product code and select', 'Sila taip kod produk dan pilih', NULL, NULL),\n(42073, 'ms', 'db', 'Add Sale Return', 'Tambah Pulangan Jualan', NULL, NULL),\n(42074, 'ms', 'db', 'Warehouse Stock', 'Stok Gudang', NULL, NULL),\n(42077, 'ms', 'db', 'Select Income Category', 'Pilih Kategori Pendapatan', NULL, NULL),\n(42078, 'ms', 'db', 'Income Report', 'Laporan Pendapatan', NULL, NULL),\n(42079, 'ms', 'db', 'Add Modal', 'Tambah Modal', NULL, NULL),\n(42080, 'ms', 'db', 'Type department name', 'Taip nama jabatan', NULL, NULL),\n(42081, 'ms', 'db', 'Select Role', 'Pilih Peranan', NULL, NULL),\n(42082, 'ms', 'db', 'Type expense category code', 'Taip kod kategori perbelanjaan', NULL, NULL),\n(42084, 'ms', 'db', 'Barcode Height', 'Ketinggian Kod Bar', NULL, NULL),\n(42085, 'ms', 'db', 'Barcode Stickers In One Sheet', 'Pelekat Kod Bar Dalam Satu Helaian', NULL, NULL),\n(42086, 'ms', 'db', 'Type brand title', 'Taipkan tajuk jenama', NULL, NULL),\n(42087, 'ms', 'db', 'Type income category code', 'Taip kod kategori pendapatan', NULL, NULL),\n(42088, 'ms', 'db', 'Type income category name', 'Taip nama kategori pendapatan', NULL, NULL),\n(42089, 'ms', 'db', 'Type expense category name', 'Taip nama kategori perbelanjaan', NULL, NULL),\n(42090, 'ms', 'db', 'lang_v1 enter_product_name_to_print_labels', 'lang_v1 masukkan_nama_produk_untuk_cetak_label', NULL, NULL),\n(42091, 'ms', 'db', 'Type category name', 'Taip nama kategori', NULL, NULL),\n(42093, 'ms', 'db', 'eg: 1', 'cth: 1', NULL, NULL),\n(42094, 'ms', 'db', 'Size, Color etc', 'Saiz, Warna dll', NULL, NULL),\n(42097, 'ms', 'db', 'Type Coupon Code', 'Taip Kod Kupon', NULL, NULL),\n(42098, 'ms', 'db', 'Type reference number', 'Taip nombor rujukan', NULL, NULL),\n(42099, 'ms', 'db', 'Please type customer name or mobile no and select', 'Sila taip nama pelanggan atau no telefon bimbit dan pilih', NULL, NULL),\n(42100, 'ms', 'db', 'example : +8801*********,+8801*********', 'contoh : +8801*********,+8801*********', NULL, NULL),\n(42101, 'ms', 'db', 'Payment Options', 'Pilihan Pembayaran', NULL, NULL),\n(42102, 'ms', 'db', 'Type table name', 'Taip nama jadual', NULL, NULL),\n(42103, 'ms', 'db', 'Enter your Name', 'Masukkan Nama anda', NULL, NULL),\n(42104, 'ms', 'db', 'Type WareHouse Name', 'Taip Nama Gudang', NULL, NULL),\n(42105, 'ms', 'db', 'Email Address', 'Alamat E-mel', NULL, NULL),\n(42106, 'ms', 'db', 'Disabled input here', 'Input dilumpuhkan di sini', NULL, NULL),\n(42107, 'ms', 'db', 'input-lg', 'input-lg', NULL, NULL),\n(42108, 'ms', 'db', 'input-sm', 'input-sm', NULL, NULL),\n(42109, 'ms', 'db', 'input-md', 'input-md', NULL, NULL),\n(42110, 'ms', 'db', 'Default input', 'Input lalai', NULL, NULL),\n(42111, 'al', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Vlera e aksioneve (\u00c7mimi\\\\\/Kosto]', NULL, NULL),\n(42112, 'al', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', 'Rrjeti (barazimi i kolon\u00ebs s\u00eb bootstrap 12] - Maksimumi \u00ebsht\u00eb 12', NULL, NULL),\n(42113, 'al', 'db', 'Sync Orders(New Order Only]', 'Sinkronizimi i porosive (vet\u00ebm porosia e re]', NULL, NULL),\n(42114, 'al', 'db', 'Product(s]', 'Produkt(et]', NULL, NULL),\n(42115, 'al', 'db', 'Finalize Sale(Multiple Payment]', 'Finalizimi i shitjes (Pagesa e shum\u00ebfisht\u00eb]', NULL, NULL),\n(42116, 'al', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(42117, 'al', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(42118, 'al', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(42119, 'al', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(42120, 'al', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(42121, 'al', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(42122, 'al', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(42123, 'al', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(42124, 'al', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(42125, 'al', 'db', 'HRM', 'HRM', NULL, NULL),\n(42126, 'al', 'db', 'Months', 'Months', NULL, NULL),\n(42127, 'al', 'db', 'Years', 'Years', NULL, NULL),\n(42128, 'al', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(42129, 'al', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(42130, 'al', 'db', 'Extras', 'Extras', NULL, NULL),\n(42131, 'al', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(42132, 'al', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(42133, 'al', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(42134, 'al', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(42135, 'al', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(42136, 'al', 'db', 'Service', 'Service', NULL, NULL),\n(42137, 'al', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(42138, 'al', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(42139, 'al', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(42140, 'al', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(42141, 'al', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(42142, 'al', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(42143, 'al', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(42144, 'al', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(42145, 'al', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(42146, 'al', 'db', 'Floor', 'Floor', NULL, NULL),\n(42147, 'al', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(42148, 'al', 'db', 'We', 'We', NULL, NULL),\n(42149, 'al', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(42150, 'al', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(42151, 'al', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(42152, 'al', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(42153, 'al', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(42154, 'al', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(42155, 'al', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(42156, 'al', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(42157, 'al', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(42158, 'al', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(42159, 'al', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(42160, 'al', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(42161, 'al', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(42162, 'al', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(42163, 'al', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(42164, 'al', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(42165, 'al', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(42166, 'al', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(42167, 'al', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(42168, 'al', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(42169, 'al', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(42170, 'al', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(42171, 'al', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(42172, 'al', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(42173, 'al', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(42174, 'al', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(42175, 'al', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(42176, 'al', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(42177, 'al', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(42178, 'al', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(42179, 'al', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(42180, 'al', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(42181, 'al', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(42182, 'al', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(42183, 'al', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(42184, 'al', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(42185, 'al', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(42186, 'al', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(42187, 'al', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(42188, 'al', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(42189, 'al', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(42190, 'al', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(42191, 'al', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(42192, 'al', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(42193, 'al', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(42194, 'al', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(42195, 'al', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(42196, 'al', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(42197, 'al', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(42198, 'al', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(42199, 'al', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(42200, 'al', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(42201, 'al', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(42202, 'al', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(42203, 'al', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(42204, 'al', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(42205, 'al', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(42206, 'al', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(42207, 'al', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(42208, 'al', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(42209, 'al', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(42210, 'al', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(42211, 'al', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(42212, 'al', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(42213, 'al', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(42214, 'al', 'db', 'language_added', 'language_added', NULL, NULL),\n(42215, 'al', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(42216, 'al', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(42217, 'al', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(42218, 'al', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(42219, 'al', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(42220, 'al', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(42221, 'al', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(42222, 'al', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(42223, 'al', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(42224, 'al', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(42225, 'al', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(42226, 'al', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(42227, 'al', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(42228, 'al', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(42229, 'al', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(42230, 'al', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(42231, 'al', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(42232, 'al', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(42233, 'al', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(42234, 'al', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(42235, 'al', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(42236, 'al', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(42237, 'al', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(42238, 'al', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(42239, 'al', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(42240, 'al', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(42241, 'al', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(42242, 'al', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(42243, 'al', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(42244, 'al', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(42245, 'al', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(42246, 'al', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(42247, 'al', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(42248, 'al', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(42249, 'al', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(42250, 'al', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(42251, 'al', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(42252, 'al', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(42253, 'al', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(42254, 'al', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(42255, 'al', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(42256, 'al', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(42257, 'al', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(42258, 'al', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(42259, 'al', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(42260, 'al', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(42261, 'al', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(42262, 'al', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(42263, 'al', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(42264, 'al', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(42265, 'al', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(42266, 'al', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(42267, 'al', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(42268, 'al', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(42269, 'al', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(42270, 'al', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(42271, 'al', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(42272, 'al', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(42273, 'al', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(42274, 'al', 'db', 'Packing Slip to manage orders\/sales', 'Packing Slip to manage orders\/sales', NULL, NULL),\n(42275, 'al', 'db', 'Font', 'Font', NULL, NULL),\n(42276, 'al', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(42277, 'al', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(42278, 'al', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(42279, 'al', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(42280, 'al', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(42281, 'al', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(42282, 'al', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(42283, 'al', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(42284, 'al', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(42285, 'al', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(42286, 'al', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(42287, 'al', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(42288, 'al', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(42289, 'al', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(42290, 'al', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(42291, 'al', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(42292, 'al', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(42293, 'al', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(42294, 'al', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(42295, 'al', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(42296, 'al', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(42297, 'al', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(42298, 'al', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(42299, 'al', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(42300, 'al', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(42301, 'al', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(42302, 'al', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(42303, 'al', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(42304, 'al', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(42305, 'al', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(42306, 'al', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(42307, 'al', 'db', 'Size', 'Size', NULL, NULL),\n(42308, 'al', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(42309, 'al', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(42310, 'al', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(42311, 'al', 'db', 'Random', 'Random', NULL, NULL),\n(42312, 'al', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(42313, 'al', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(42314, 'al', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(42315, 'al', 'db', 'Served By', 'Served By', NULL, NULL),\n(42316, 'ar', 'db', 'Stock Worth (Price\\\\\/Cost]', '\u0642\u064a\u0645\u0629 \u0627\u0644\u0633\u0647\u0645 (\u0627\u0644\u0633\u0639\u0631\/\u0627\u0644\u062a\u0643\u0644\u0641\u0629]', NULL, NULL),\n(42317, 'ar', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', '\u0627\u0644\u0634\u0628\u0643\u0629 (\u0639\u0645\u0648\u062f Bootstrap \u0627\u0644\u0645\u0639\u0627\u062f\u0644 12] - \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0647\u0648 12', NULL, NULL),\n(42318, 'ar', 'db', 'Sync Orders(New Order Only]', '\u0645\u0632\u0627\u0645\u0646\u0629 \u0627\u0644\u0637\u0644\u0628\u0627\u062a (\u0627\u0644\u0637\u0644\u0628 \u0627\u0644\u062c\u062f\u064a\u062f \u0641\u0642\u0637]', NULL, NULL),\n(42319, 'ar', 'db', 'Product(s]', '\u0645\u0646\u062a\u062c\u0627\u062a]', NULL, NULL),\n(42320, 'ar', 'db', 'Finalize Sale(Multiple Payment]', '\u0625\u062a\u0645\u0627\u0645 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0628\u064a\u0639 (\u062f\u0641\u0639\u0627\u062a \u0645\u062a\u0639\u062f\u062f\u0629]', NULL, NULL),\n(42321, 'ar', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(42322, 'ar', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(42323, 'ar', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(42324, 'ar', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(42325, 'ar', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(42326, 'ar', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(42327, 'ar', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(42328, 'ar', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(42329, 'ar', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(42330, 'ar', 'db', 'HRM', 'HRM', NULL, NULL),\n(42331, 'ar', 'db', 'Months', 'Months', NULL, NULL),\n(42332, 'ar', 'db', 'Years', 'Years', NULL, NULL),\n(42333, 'ar', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(42334, 'ar', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(42335, 'ar', 'db', 'Extras', 'Extras', NULL, NULL),\n(42336, 'ar', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(42337, 'ar', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(42338, 'ar', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(42339, 'ar', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(42340, 'ar', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(42341, 'ar', 'db', 'Service', 'Service', NULL, NULL),\n(42342, 'ar', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(42343, 'ar', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(42344, 'ar', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(42345, 'ar', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(42346, 'ar', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(42347, 'ar', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(42348, 'ar', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(42349, 'ar', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(42350, 'ar', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(42351, 'ar', 'db', 'Floor', 'Floor', NULL, NULL),\n(42352, 'ar', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(42353, 'ar', 'db', 'We', 'We', NULL, NULL),\n(42354, 'ar', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(42355, 'ar', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(42356, 'ar', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(42357, 'ar', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(42358, 'ar', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(42359, 'ar', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(42360, 'ar', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(42361, 'ar', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(42362, 'ar', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(42363, 'ar', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(42364, 'ar', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(42365, 'ar', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(42366, 'ar', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(42367, 'ar', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(42368, 'ar', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(42369, 'ar', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(42370, 'ar', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(42371, 'ar', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(42372, 'ar', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(42373, 'ar', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(42374, 'ar', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(42375, 'ar', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(42376, 'ar', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(42377, 'ar', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(42378, 'ar', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(42379, 'ar', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(42380, 'ar', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(42381, 'ar', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(42382, 'ar', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(42383, 'ar', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(42384, 'ar', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(42385, 'ar', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(42386, 'ar', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(42387, 'ar', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(42388, 'ar', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(42389, 'ar', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(42390, 'ar', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(42391, 'ar', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(42392, 'ar', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(42393, 'ar', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(42394, 'ar', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(42395, 'ar', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(42396, 'ar', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(42397, 'ar', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(42398, 'ar', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(42399, 'ar', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(42400, 'ar', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(42401, 'ar', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(42402, 'ar', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(42403, 'ar', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(42404, 'ar', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(42405, 'ar', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(42406, 'ar', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(42407, 'ar', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(42408, 'ar', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(42409, 'ar', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(42410, 'ar', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(42411, 'ar', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(42412, 'ar', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(42413, 'ar', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(42414, 'ar', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(42415, 'ar', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(42416, 'ar', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(42417, 'ar', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(42418, 'ar', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(42419, 'ar', 'db', 'language_added', 'language_added', NULL, NULL),\n(42420, 'ar', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(42421, 'ar', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(42422, 'ar', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(42423, 'ar', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(42424, 'ar', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(42425, 'ar', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(42426, 'ar', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(42427, 'ar', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(42428, 'ar', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(42429, 'ar', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(42430, 'ar', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(42431, 'ar', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(42432, 'ar', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(42433, 'ar', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(42434, 'ar', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(42435, 'ar', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(42436, 'ar', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(42437, 'ar', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(42438, 'ar', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(42439, 'ar', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(42440, 'ar', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(42441, 'ar', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(42442, 'ar', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(42443, 'ar', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(42444, 'ar', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(42445, 'ar', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(42446, 'ar', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(42447, 'ar', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(42448, 'ar', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(42449, 'ar', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(42450, 'ar', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(42451, 'ar', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(42452, 'ar', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(42453, 'ar', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(42454, 'ar', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(42455, 'ar', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(42456, 'ar', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(42457, 'ar', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(42458, 'ar', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(42459, 'ar', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(42460, 'ar', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(42461, 'ar', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(42462, 'ar', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(42463, 'ar', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(42464, 'ar', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(42465, 'ar', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(42466, 'ar', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(42467, 'ar', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(42468, 'ar', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(42469, 'ar', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(42470, 'ar', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(42471, 'ar', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(42472, 'ar', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(42473, 'ar', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(42474, 'ar', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(42475, 'ar', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(42476, 'ar', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(42477, 'ar', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(42478, 'ar', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(42479, 'ar', 'db', 'Packing Slip to manage orders\/sales', 'Packing Slip to manage orders\/sales', NULL, NULL),\n(42480, 'ar', 'db', 'Font', 'Font', NULL, NULL),\n(42481, 'ar', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(42482, 'ar', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(42483, 'ar', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(42484, 'ar', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(42485, 'ar', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(42486, 'ar', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(42487, 'ar', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(42488, 'ar', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(42489, 'ar', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(42490, 'ar', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(42491, 'ar', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(42492, 'ar', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(42493, 'ar', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(42494, 'ar', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(42495, 'ar', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(42496, 'ar', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(42497, 'ar', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(42498, 'ar', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(42499, 'ar', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(42500, 'ar', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(42501, 'ar', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(42502, 'ar', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(42503, 'ar', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(42504, 'ar', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(42505, 'ar', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(42506, 'ar', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(42507, 'ar', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(42508, 'ar', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(42509, 'ar', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(42510, 'ar', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(42511, 'ar', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(42512, 'ar', 'db', 'Size', 'Size', NULL, NULL),\n(42513, 'ar', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(42514, 'ar', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(42515, 'ar', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(42516, 'ar', 'db', 'Random', 'Random', NULL, NULL),\n(42517, 'ar', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(42518, 'ar', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(42519, 'ar', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(42520, 'ar', 'db', 'Served By', 'Served By', NULL, NULL),\n(42521, 'az', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Sahd\u0131n D\u0259y\u0259ri (Qiym\u0259t\\\\\/X\u0259rc]', NULL, NULL),\n(42522, 'az', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', '\u015e\u0259b\u0259k\u0259 (Bootstrap Column eq. 12] - Maks 12', NULL, NULL),\n(42523, 'az', 'db', 'Sync Orders(New Order Only]', 'Sifari\u015fl\u0259ri Sinxronla\u015fd\u0131r\u0131n (Yaln\u0131z Yeni Sifari\u015f]', NULL, NULL),\n(42524, 'az', 'db', 'Product(s]', 'M\u0259hsul(lar]', NULL, NULL),\n(42525, 'az', 'db', 'Finalize Sale(Multiple Payment]', 'Sat\u0131\u015f\u0131 yekunla\u015fd\u0131r\u0131n (bird\u0259n \u00e7ox \u00f6d\u0259ni\u015f]', NULL, NULL),\n(42526, 'az', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(42527, 'az', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(42528, 'az', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(42529, 'az', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(42530, 'az', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(42531, 'az', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(42532, 'az', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(42533, 'az', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(42534, 'az', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(42535, 'az', 'db', 'HRM', 'HRM', NULL, NULL),\n(42536, 'az', 'db', 'Months', 'Months', NULL, NULL),\n(42537, 'az', 'db', 'Years', 'Years', NULL, NULL),\n(42538, 'az', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(42539, 'az', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(42540, 'az', 'db', 'Extras', 'Extras', NULL, NULL),\n(42541, 'az', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(42542, 'az', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(42543, 'az', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(42544, 'az', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(42545, 'az', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(42546, 'az', 'db', 'Service', 'Service', NULL, NULL),\n(42547, 'az', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(42548, 'az', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(42549, 'az', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(42550, 'az', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(42551, 'az', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(42552, 'az', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(42553, 'az', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(42554, 'az', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(42555, 'az', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(42556, 'az', 'db', 'Floor', 'Floor', NULL, NULL),\n(42557, 'az', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(42558, 'az', 'db', 'We', 'We', NULL, NULL),\n(42559, 'az', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(42560, 'az', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(42561, 'az', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(42562, 'az', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(42563, 'az', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(42564, 'az', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(42565, 'az', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(42566, 'az', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(42567, 'az', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(42568, 'az', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(42569, 'az', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(42570, 'az', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(42571, 'az', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(42572, 'az', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(42573, 'az', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(42574, 'az', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(42575, 'az', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(42576, 'az', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(42577, 'az', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(42578, 'az', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(42579, 'az', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(42580, 'az', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(42581, 'az', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(42582, 'az', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(42583, 'az', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(42584, 'az', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(42585, 'az', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(42586, 'az', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(42587, 'az', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(42588, 'az', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(42589, 'az', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(42590, 'az', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(42591, 'az', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(42592, 'az', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(42593, 'az', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(42594, 'az', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(42595, 'az', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(42596, 'az', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(42597, 'az', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(42598, 'az', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(42599, 'az', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(42600, 'az', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(42601, 'az', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(42602, 'az', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(42603, 'az', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(42604, 'az', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(42605, 'az', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(42606, 'az', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(42607, 'az', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(42608, 'az', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(42609, 'az', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(42610, 'az', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(42611, 'az', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(42612, 'az', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(42613, 'az', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(42614, 'az', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(42615, 'az', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(42616, 'az', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(42617, 'az', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(42618, 'az', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(42619, 'az', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(42620, 'az', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(42621, 'az', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(42622, 'az', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(42623, 'az', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(42624, 'az', 'db', 'language_added', 'language_added', NULL, NULL),\n(42625, 'az', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(42626, 'az', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(42627, 'az', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(42628, 'az', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(42629, 'az', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(42630, 'az', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(42631, 'az', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(42632, 'az', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(42633, 'az', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(42634, 'az', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(42635, 'az', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(42636, 'az', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(42637, 'az', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(42638, 'az', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(42639, 'az', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(42640, 'az', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(42641, 'az', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(42642, 'az', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(42643, 'az', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(42644, 'az', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(42645, 'az', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(42646, 'az', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(42647, 'az', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(42648, 'az', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(42649, 'az', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(42650, 'az', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(42651, 'az', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(42652, 'az', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(42653, 'az', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(42654, 'az', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(42655, 'az', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(42656, 'az', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(42657, 'az', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(42658, 'az', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(42659, 'az', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(42660, 'az', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(42661, 'az', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(42662, 'az', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(42663, 'az', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(42664, 'az', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(42665, 'az', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(42666, 'az', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(42667, 'az', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(42668, 'az', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(42669, 'az', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(42670, 'az', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(42671, 'az', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(42672, 'az', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(42673, 'az', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(42674, 'az', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(42675, 'az', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(42676, 'az', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(42677, 'az', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(42678, 'az', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(42679, 'az', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(42680, 'az', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(42681, 'az', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(42682, 'az', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(42683, 'az', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(42684, 'az', 'db', 'Packing Slip to manage orders\/sales', 'Packing Slip to manage orders\/sales', NULL, NULL),\n(42685, 'az', 'db', 'Font', 'Font', NULL, NULL),\n(42686, 'az', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(42687, 'az', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(42688, 'az', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(42689, 'az', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(42690, 'az', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(42691, 'az', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(42692, 'az', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(42693, 'az', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(42694, 'az', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(42695, 'az', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(42696, 'az', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(42697, 'az', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(42698, 'az', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(42699, 'az', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(42700, 'az', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(42701, 'az', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(42702, 'az', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(42703, 'az', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(42704, 'az', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(42705, 'az', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(42706, 'az', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(42707, 'az', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(42708, 'az', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(42709, 'az', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(42710, 'az', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(42711, 'az', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(42712, 'az', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(42713, 'az', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(42714, 'az', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(42715, 'az', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(42716, 'az', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(42717, 'az', 'db', 'Size', 'Size', NULL, NULL),\n(42718, 'az', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(42719, 'az', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(42720, 'az', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(42721, 'az', 'db', 'Random', 'Random', NULL, NULL),\n(42722, 'az', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(42723, 'az', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(42724, 'az', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(42725, 'az', 'db', 'Served By', 'Served By', NULL, NULL),\n(42726, 'bg', 'db', 'Stock Worth (Price\\\\\/Cost]', '\u0421\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043d\u0430 \u0430\u043a\u0446\u0438\u0438\u0442\u0435 (\u0446\u0435\u043d\u0430\\\\\/\u0446\u0435\u043d\u0430]', NULL, NULL),\n(42727, 'bg', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', '\u0420\u0435\u0448\u0435\u0442\u043a\u0430 (Eq. 12 \u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u0430 Bootstrap] \u2013 \u041c\u0430\u043a\u0441. \u0435 12', NULL, NULL),\n(42728, 'bg', 'db', 'Sync Orders(New Order Only]', '\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0438 (\u0441\u0430\u043c\u043e \u043d\u043e\u0432\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430]', NULL, NULL),\n(42729, 'bg', 'db', 'Product(s]', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442(\u0438]', NULL, NULL),\n(42730, 'bg', 'db', 'Finalize Sale(Multiple Payment]', '\u0424\u0438\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430\u0442\u0430 (\u043c\u043d\u043e\u0433\u043e\u043a\u0440\u0430\u0442\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435]', NULL, NULL),\n(42731, 'bg', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(42732, 'bg', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(42733, 'bg', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(42734, 'bg', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(42735, 'bg', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(42736, 'bg', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(42737, 'bg', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(42738, 'bg', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(42739, 'bg', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(42740, 'bg', 'db', 'HRM', 'HRM', NULL, NULL),\n(42741, 'bg', 'db', 'Months', 'Months', NULL, NULL),\n(42742, 'bg', 'db', 'Years', 'Years', NULL, NULL),\n(42743, 'bg', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(42744, 'bg', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(42745, 'bg', 'db', 'Extras', 'Extras', NULL, NULL),\n(42746, 'bg', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(42747, 'bg', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(42748, 'bg', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(42749, 'bg', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(42750, 'bg', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(42751, 'bg', 'db', 'Service', 'Service', NULL, NULL),\n(42752, 'bg', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(42753, 'bg', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(42754, 'bg', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(42755, 'bg', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(42756, 'bg', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(42757, 'bg', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(42758, 'bg', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(42759, 'bg', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(42760, 'bg', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(42761, 'bg', 'db', 'Floor', 'Floor', NULL, NULL),\n(42762, 'bg', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(42763, 'bg', 'db', 'We', 'We', NULL, NULL),\n(42764, 'bg', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(42765, 'bg', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(42766, 'bg', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(42767, 'bg', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(42768, 'bg', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(42769, 'bg', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(42770, 'bg', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(42771, 'bg', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(42772, 'bg', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(42773, 'bg', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(42774, 'bg', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(42775, 'bg', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(42776, 'bg', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(42777, 'bg', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(42778, 'bg', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(42779, 'bg', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(42780, 'bg', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(42781, 'bg', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(42782, 'bg', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(42783, 'bg', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(42784, 'bg', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(42785, 'bg', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(42786, 'bg', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(42787, 'bg', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(42788, 'bg', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(42789, 'bg', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(42790, 'bg', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(42791, 'bg', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(42792, 'bg', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(42793, 'bg', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(42794, 'bg', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(42795, 'bg', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(42796, 'bg', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(42797, 'bg', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(42798, 'bg', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(42799, 'bg', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(42800, 'bg', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(42801, 'bg', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(42802, 'bg', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(42803, 'bg', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(42804, 'bg', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(42805, 'bg', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(42806, 'bg', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(42807, 'bg', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(42808, 'bg', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(42809, 'bg', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(42810, 'bg', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(42811, 'bg', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(42812, 'bg', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(42813, 'bg', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(42814, 'bg', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(42815, 'bg', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(42816, 'bg', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(42817, 'bg', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(42818, 'bg', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(42819, 'bg', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(42820, 'bg', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(42821, 'bg', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(42822, 'bg', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(42823, 'bg', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(42824, 'bg', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(42825, 'bg', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(42826, 'bg', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(42827, 'bg', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(42828, 'bg', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(42829, 'bg', 'db', 'language_added', 'language_added', NULL, NULL),\n(42830, 'bg', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(42831, 'bg', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(42832, 'bg', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(42833, 'bg', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(42834, 'bg', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(42835, 'bg', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(42836, 'bg', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(42837, 'bg', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(42838, 'bg', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(42839, 'bg', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(42840, 'bg', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(42841, 'bg', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(42842, 'bg', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(42843, 'bg', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(42844, 'bg', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(42845, 'bg', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(42846, 'bg', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(42847, 'bg', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(42848, 'bg', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(42849, 'bg', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(42850, 'bg', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(42851, 'bg', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(42852, 'bg', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(42853, 'bg', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(42854, 'bg', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(42855, 'bg', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(42856, 'bg', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(42857, 'bg', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(42858, 'bg', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(42859, 'bg', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(42860, 'bg', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(42861, 'bg', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(42862, 'bg', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(42863, 'bg', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(42864, 'bg', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(42865, 'bg', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(42866, 'bg', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(42867, 'bg', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(42868, 'bg', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(42869, 'bg', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(42870, 'bg', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(42871, 'bg', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(42872, 'bg', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(42873, 'bg', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(42874, 'bg', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(42875, 'bg', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(42876, 'bg', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(42877, 'bg', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(42878, 'bg', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(42879, 'bg', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(42880, 'bg', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(42881, 'bg', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(42882, 'bg', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(42883, 'bg', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(42884, 'bg', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(42885, 'bg', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(42886, 'bg', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(42887, 'bg', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(42888, 'bg', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(42889, 'bg', 'db', 'Packing Slip to manage orders\/sales', 'Packing Slip to manage orders\/sales', NULL, NULL),\n(42890, 'bg', 'db', 'Font', 'Font', NULL, NULL),\n(42891, 'bg', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(42892, 'bg', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(42893, 'bg', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(42894, 'bg', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(42895, 'bg', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(42896, 'bg', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(42897, 'bg', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(42898, 'bg', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(42899, 'bg', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(42900, 'bg', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(42901, 'bg', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(42902, 'bg', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(42903, 'bg', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(42904, 'bg', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(42905, 'bg', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(42906, 'bg', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(42907, 'bg', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(42908, 'bg', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(42909, 'bg', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(42910, 'bg', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(42911, 'bg', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(42912, 'bg', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(42913, 'bg', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(42914, 'bg', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(42915, 'bg', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(42916, 'bg', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(42917, 'bg', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(42918, 'bg', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(42919, 'bg', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(42920, 'bg', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(42921, 'bg', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(42922, 'bg', 'db', 'Size', 'Size', NULL, NULL),\n(42923, 'bg', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(42924, 'bg', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(42925, 'bg', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(42926, 'bg', 'db', 'Random', 'Random', NULL, NULL),\n(42927, 'bg', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(42928, 'bg', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(42929, 'bg', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(42930, 'bg', 'db', 'Served By', 'Served By', NULL, NULL),\n(42931, 'bn', 'db', 'Stock Worth (Price\\\\\/Cost]', '\u09b6\u09c7\u09af\u09bc\u09be\u09b0 \u09ae\u09c2\u09b2\u09cd\u09af (\u09ae\u09c2\u09b2\u09cd\u09af\\\\\/\u09ae\u09c2\u09b2\u09cd\u09af]', NULL, NULL),\n(42932, 'bn', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', '\u0997\u09cd\u09b0\u09bf\u09a1 (\u09ac\u09c1\u099f\u09b8\u09cd\u099f\u09cd\u09b0\u09cd\u09af\u09be\u09aa \u0995\u09b2\u09be\u09ae \u09b8\u09ae\u09c0\u0995\u09b0\u09a3 \u09e7\u09e8] - \u09b8\u09b0\u09cd\u09ac\u09cb\u099a\u09cd\u099a \u09e7\u09e8', NULL, NULL),\n(42933, 'bn', 'db', 'Sync Orders(New Order Only]', '\u09b8\u09bf\u0999\u09cd\u0995 \u0985\u09b0\u09cd\u09a1\u09be\u09b0 (\u09b6\u09c1\u09a7\u09c1\u09ae\u09be\u09a4\u09cd\u09b0 \u09a8\u09a4\u09c1\u09a8 \u0985\u09b0\u09cd\u09a1\u09be\u09b0]', NULL, NULL),\n(42934, 'bn', 'db', 'Product(s]', '\u09aa\u09a3\u09cd\u09af(\u0997\u09c1\u09b2\u09bf]', NULL, NULL),\n(42935, 'bn', 'db', 'Finalize Sale(Multiple Payment]', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u099a\u09c2\u09a1\u09bc\u09be\u09a8\u09cd\u09a4 \u0995\u09b0\u09c1\u09a8 (\u098f\u0995\u09be\u09a7\u09bf\u0995 \u0985\u09b0\u09cd\u09a5 \u09aa\u09cd\u09b0\u09a6\u09be\u09a8]', NULL, NULL),\n(42936, 'bn', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(42937, 'bn', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(42938, 'bn', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(42939, 'bn', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(42940, 'bn', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(42941, 'bn', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(42942, 'bn', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(42943, 'bn', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(42944, 'bn', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(42945, 'bn', 'db', 'HRM', 'HRM', NULL, NULL),\n(42946, 'bn', 'db', 'Months', 'Months', NULL, NULL),\n(42947, 'bn', 'db', 'Years', 'Years', NULL, NULL),\n(42948, 'bn', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(42949, 'bn', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(42950, 'bn', 'db', 'Extras', 'Extras', NULL, NULL),\n(42951, 'bn', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(42952, 'bn', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(42953, 'bn', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(42954, 'bn', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(42955, 'bn', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(42956, 'bn', 'db', 'Service', 'Service', NULL, NULL),\n(42957, 'bn', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(42958, 'bn', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(42959, 'bn', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(42960, 'bn', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(42961, 'bn', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(42962, 'bn', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(42963, 'bn', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(42964, 'bn', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(42965, 'bn', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(42966, 'bn', 'db', 'Floor', 'Floor', NULL, NULL),\n(42967, 'bn', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(42968, 'bn', 'db', 'We', 'We', NULL, NULL),\n(42969, 'bn', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(42970, 'bn', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(42971, 'bn', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(42972, 'bn', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(42973, 'bn', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(42974, 'bn', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(42975, 'bn', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(42976, 'bn', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(42977, 'bn', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(42978, 'bn', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(42979, 'bn', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(42980, 'bn', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(42981, 'bn', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(42982, 'bn', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(42983, 'bn', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(42984, 'bn', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(42985, 'bn', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(42986, 'bn', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(42987, 'bn', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(42988, 'bn', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(42989, 'bn', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(42990, 'bn', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(42991, 'bn', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(42992, 'bn', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(42993, 'bn', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(42994, 'bn', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(42995, 'bn', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(42996, 'bn', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(42997, 'bn', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(42998, 'bn', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(42999, 'bn', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(43000, 'bn', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(43001, 'bn', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(43002, 'bn', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(43003, 'bn', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(43004, 'bn', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(43005, 'bn', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(43006, 'bn', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(43007, 'bn', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(43008, 'bn', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(43009, 'bn', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(43010, 'bn', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(43011, 'bn', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(43012, 'bn', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(43013, 'bn', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(43014, 'bn', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(43015, 'bn', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(43016, 'bn', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(43017, 'bn', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(43018, 'bn', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(43019, 'bn', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(43020, 'bn', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(43021, 'bn', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(43022, 'bn', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(43023, 'bn', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(43024, 'bn', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(43025, 'bn', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(43026, 'bn', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(43027, 'bn', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(43028, 'bn', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(43029, 'bn', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(43030, 'bn', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(43031, 'bn', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(43032, 'bn', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(43033, 'bn', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(43034, 'bn', 'db', 'language_added', 'language_added', NULL, NULL),\n(43035, 'bn', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(43036, 'bn', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(43037, 'bn', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(43038, 'bn', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(43039, 'bn', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(43040, 'bn', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(43041, 'bn', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(43042, 'bn', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(43043, 'bn', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(43044, 'bn', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(43045, 'bn', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(43046, 'bn', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(43047, 'bn', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(43048, 'bn', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(43049, 'bn', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(43050, 'bn', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(43051, 'bn', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(43052, 'bn', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(43053, 'bn', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(43054, 'bn', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(43055, 'bn', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(43056, 'bn', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(43057, 'bn', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(43058, 'bn', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(43059, 'bn', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(43060, 'bn', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(43061, 'bn', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(43062, 'bn', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(43063, 'bn', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(43064, 'bn', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(43065, 'bn', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(43066, 'bn', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(43067, 'bn', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(43068, 'bn', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(43069, 'bn', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(43070, 'bn', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(43071, 'bn', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(43072, 'bn', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(43073, 'bn', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(43074, 'bn', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(43075, 'bn', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(43076, 'bn', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(43077, 'bn', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(43078, 'bn', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(43079, 'bn', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(43080, 'bn', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(43081, 'bn', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(43082, 'bn', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(43083, 'bn', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(43084, 'bn', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(43085, 'bn', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(43086, 'bn', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(43087, 'bn', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(43088, 'bn', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(43089, 'bn', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(43090, 'bn', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(43091, 'bn', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(43092, 'bn', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(43093, 'bn', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(43094, 'bn', 'db', 'Packing Slip to manage orders\/sales', 'Packing Slip to manage orders\/sales', NULL, NULL),\n(43095, 'bn', 'db', 'Font', 'Font', NULL, NULL),\n(43096, 'bn', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(43097, 'bn', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(43098, 'bn', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(43099, 'bn', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(43100, 'bn', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(43101, 'bn', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(43102, 'bn', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(43103, 'bn', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(43104, 'bn', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(43105, 'bn', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(43106, 'bn', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(43107, 'bn', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(43108, 'bn', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(43109, 'bn', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(43110, 'bn', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(43111, 'bn', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(43112, 'bn', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(43113, 'bn', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(43114, 'bn', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(43115, 'bn', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(43116, 'bn', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(43117, 'bn', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(43118, 'bn', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(43119, 'bn', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(43120, 'bn', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(43121, 'bn', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(43122, 'bn', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(43123, 'bn', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(43124, 'bn', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(43125, 'bn', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(43126, 'bn', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(43127, 'bn', 'db', 'Size', 'Size', NULL, NULL),\n(43128, 'bn', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(43129, 'bn', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(43130, 'bn', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(43131, 'bn', 'db', 'Random', 'Random', NULL, NULL),\n(43132, 'bn', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(43133, 'bn', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(43134, 'bn', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(43135, 'bn', 'db', 'Served By', 'Served By', NULL, NULL),\n(43136, 'de', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Aktienwert (Preis\\\\\/Kosten]', NULL, NULL),\n(43137, 'de', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', 'Grid (Bootstrap-Spalte gleich 12] \u2013 Max ist 12', NULL, NULL),\n(43138, 'de', 'db', 'Sync Orders(New Order Only]', 'Bestellungen synchronisieren (nur neue Bestellungen]', NULL, NULL),\n(43139, 'de', 'db', 'Product(s]', 'Produkt(e]', NULL, NULL),\n(43140, 'de', 'db', 'Finalize Sale(Multiple Payment]', 'Verkauf abschlie\u00dfen (Mehrfachzahlung]', NULL, NULL),\n(43141, 'de', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(43142, 'de', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(43143, 'de', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(43144, 'de', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(43145, 'de', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(43146, 'de', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(43147, 'de', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(43148, 'de', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(43149, 'de', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(43150, 'de', 'db', 'HRM', 'HRM', NULL, NULL),\n(43151, 'de', 'db', 'Months', 'Months', NULL, NULL),\n(43152, 'de', 'db', 'Years', 'Years', NULL, NULL),\n(43153, 'de', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(43154, 'de', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(43155, 'de', 'db', 'Extras', 'Extras', NULL, NULL),\n(43156, 'de', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(43157, 'de', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(43158, 'de', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(43159, 'de', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(43160, 'de', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(43161, 'de', 'db', 'Service', 'Service', NULL, NULL),\n(43162, 'de', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(43163, 'de', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(43164, 'de', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(43165, 'de', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(43166, 'de', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(43167, 'de', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(43168, 'de', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(43169, 'de', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(43170, 'de', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(43171, 'de', 'db', 'Floor', 'Floor', NULL, NULL),\n(43172, 'de', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(43173, 'de', 'db', 'We', 'We', NULL, NULL),\n(43174, 'de', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(43175, 'de', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(43176, 'de', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(43177, 'de', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(43178, 'de', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(43179, 'de', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(43180, 'de', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(43181, 'de', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(43182, 'de', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(43183, 'de', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(43184, 'de', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(43185, 'de', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(43186, 'de', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(43187, 'de', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(43188, 'de', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(43189, 'de', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(43190, 'de', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(43191, 'de', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(43192, 'de', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(43193, 'de', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(43194, 'de', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(43195, 'de', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(43196, 'de', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(43197, 'de', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(43198, 'de', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(43199, 'de', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(43200, 'de', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(43201, 'de', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(43202, 'de', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(43203, 'de', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(43204, 'de', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(43205, 'de', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(43206, 'de', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(43207, 'de', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(43208, 'de', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(43209, 'de', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(43210, 'de', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(43211, 'de', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(43212, 'de', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(43213, 'de', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(43214, 'de', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(43215, 'de', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(43216, 'de', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(43217, 'de', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(43218, 'de', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(43219, 'de', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(43220, 'de', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(43221, 'de', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(43222, 'de', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(43223, 'de', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(43224, 'de', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(43225, 'de', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(43226, 'de', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(43227, 'de', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(43228, 'de', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(43229, 'de', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(43230, 'de', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(43231, 'de', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(43232, 'de', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(43233, 'de', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(43234, 'de', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(43235, 'de', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(43236, 'de', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(43237, 'de', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(43238, 'de', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(43239, 'de', 'db', 'language_added', 'language_added', NULL, NULL),\n(43240, 'de', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(43241, 'de', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(43242, 'de', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(43243, 'de', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(43244, 'de', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(43245, 'de', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(43246, 'de', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(43247, 'de', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(43248, 'de', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(43249, 'de', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(43250, 'de', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(43251, 'de', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(43252, 'de', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(43253, 'de', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(43254, 'de', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(43255, 'de', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(43256, 'de', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(43257, 'de', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(43258, 'de', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(43259, 'de', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(43260, 'de', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(43261, 'de', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(43262, 'de', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(43263, 'de', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(43264, 'de', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(43265, 'de', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(43266, 'de', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(43267, 'de', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(43268, 'de', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(43269, 'de', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(43270, 'de', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(43271, 'de', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(43272, 'de', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(43273, 'de', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(43274, 'de', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(43275, 'de', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(43276, 'de', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(43277, 'de', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(43278, 'de', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(43279, 'de', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(43280, 'de', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(43281, 'de', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(43282, 'de', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(43283, 'de', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(43284, 'de', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(43285, 'de', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(43286, 'de', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(43287, 'de', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(43288, 'de', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(43289, 'de', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(43290, 'de', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(43291, 'de', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(43292, 'de', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(43293, 'de', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(43294, 'de', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(43295, 'de', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(43296, 'de', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(43297, 'de', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(43298, 'de', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(43299, 'de', 'db', 'Font', 'Font', NULL, NULL),\n(43300, 'de', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(43301, 'de', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(43302, 'de', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(43303, 'de', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(43304, 'de', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(43305, 'de', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(43306, 'de', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(43307, 'de', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(43308, 'de', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(43309, 'de', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(43310, 'de', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(43311, 'de', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(43312, 'de', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(43313, 'de', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(43314, 'de', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(43315, 'de', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(43316, 'de', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(43317, 'de', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(43318, 'de', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(43319, 'de', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(43320, 'de', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(43321, 'de', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(43322, 'de', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(43323, 'de', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(43324, 'de', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(43325, 'de', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(43326, 'de', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(43327, 'de', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(43328, 'de', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(43329, 'de', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(43330, 'de', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(43331, 'de', 'db', 'Size', 'Size', NULL, NULL),\n(43332, 'de', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(43333, 'de', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(43334, 'de', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(43335, 'de', 'db', 'Random', 'Random', NULL, NULL),\n(43336, 'de', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(43337, 'de', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(43338, 'de', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(43339, 'de', 'db', 'Served By', 'Served By', NULL, NULL),\n(43340, 'en', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Stock Worth (Price\\\\\/Cost]', NULL, NULL),\n(43341, 'en', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', 'Grid (Bootstrap Column eq. 12] - Max is 12', NULL, NULL),\n(43342, 'en', 'db', 'Sync Orders(New Order Only]', 'Sync Orders(New Order Only]', NULL, NULL),\n(43343, 'en', 'db', 'Product(s]', 'Product(s]', NULL, NULL),\n(43344, 'en', 'db', 'Finalize Sale(Multiple Payment]', 'Finalize Sale(Multiple Payment]', NULL, NULL),\n(43345, 'en', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(43346, 'en', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(43347, 'en', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(43348, 'en', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(43349, 'en', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(43350, 'en', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(43351, 'en', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(43352, 'en', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(43353, 'en', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(43354, 'en', 'db', 'Months', 'Months', NULL, NULL),\n(43355, 'en', 'db', 'Years', 'Years', NULL, NULL),\n(43356, 'en', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(43357, 'en', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(43358, 'en', 'db', 'Extras', 'Extras', NULL, NULL),\n(43359, 'en', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(43360, 'en', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(43361, 'en', 'db', 'Credit Card', 'Credit Card', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(43362, 'en', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(43363, 'en', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(43364, 'en', 'db', 'Service', 'Service', NULL, NULL),\n(43365, 'en', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(43366, 'en', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(43367, 'en', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(43368, 'en', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(43369, 'en', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(43370, 'en', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(43371, 'en', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(43372, 'en', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(43373, 'en', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(43374, 'en', 'db', 'Floor', 'Floor', NULL, NULL),\n(43375, 'en', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(43376, 'en', 'db', 'We', 'We', NULL, NULL),\n(43377, 'en', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(43378, 'en', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(43379, 'en', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(43380, 'en', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(43381, 'en', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(43382, 'en', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(43383, 'en', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(43384, 'en', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(43385, 'en', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(43386, 'en', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(43387, 'en', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(43388, 'en', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(43389, 'en', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(43390, 'en', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(43391, 'en', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(43392, 'en', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(43393, 'en', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(43394, 'en', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(43395, 'en', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(43396, 'en', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(43397, 'en', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(43398, 'en', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(43399, 'en', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(43400, 'en', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(43401, 'en', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(43402, 'en', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(43403, 'en', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(43404, 'en', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(43405, 'en', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(43406, 'en', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(43407, 'en', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(43408, 'en', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(43409, 'en', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(43410, 'en', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(43411, 'en', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(43412, 'en', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(43413, 'en', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(43414, 'en', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(43415, 'en', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(43416, 'en', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(43417, 'en', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(43418, 'en', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(43419, 'en', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(43420, 'en', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(43421, 'en', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(43422, 'en', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(43423, 'en', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(43424, 'en', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(43425, 'en', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(43426, 'en', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(43427, 'en', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(43428, 'en', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(43429, 'en', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(43430, 'en', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(43431, 'en', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(43432, 'en', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(43433, 'en', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(43434, 'en', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(43435, 'en', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(43436, 'en', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(43437, 'en', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(43438, 'en', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(43439, 'en', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(43440, 'en', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(43441, 'en', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(43442, 'en', 'db', 'language_added', 'language_added', NULL, NULL),\n(43443, 'en', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(43444, 'en', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(43445, 'en', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(43446, 'en', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(43447, 'en', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(43448, 'en', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(43449, 'en', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(43450, 'en', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(43451, 'en', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(43452, 'en', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(43453, 'en', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(43454, 'en', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(43455, 'en', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(43456, 'en', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(43457, 'en', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(43458, 'en', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(43459, 'en', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(43460, 'en', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(43461, 'en', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(43462, 'en', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(43463, 'en', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(43464, 'en', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(43465, 'en', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(43466, 'en', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(43467, 'en', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(43468, 'en', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(43469, 'en', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(43470, 'en', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(43471, 'en', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(43472, 'en', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(43473, 'en', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(43474, 'en', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(43475, 'en', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(43476, 'en', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(43477, 'en', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(43478, 'en', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(43479, 'en', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(43480, 'en', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(43481, 'en', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(43482, 'en', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(43483, 'en', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(43484, 'en', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(43485, 'en', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(43486, 'en', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(43487, 'en', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(43488, 'en', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(43489, 'en', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(43490, 'en', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(43491, 'en', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(43492, 'en', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(43493, 'en', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(43494, 'en', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(43495, 'en', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(43496, 'en', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(43497, 'en', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(43498, 'en', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(43499, 'en', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(43500, 'en', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(43501, 'en', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(43502, 'en', 'db', 'Packing Slip to manage orders\/sales', 'Packing Slip to manage orders\/sales', NULL, NULL),\n(43503, 'en', 'db', 'Font', 'Font', NULL, NULL),\n(43504, 'en', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(43505, 'en', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(43506, 'en', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(43507, 'en', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(43508, 'en', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(43509, 'en', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(43510, 'en', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(43511, 'en', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(43512, 'en', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(43513, 'en', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(43514, 'en', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(43515, 'en', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(43516, 'en', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(43517, 'en', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(43518, 'en', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(43519, 'en', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(43520, 'en', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(43521, 'en', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(43522, 'en', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(43523, 'en', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(43524, 'en', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(43525, 'en', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(43526, 'en', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(43527, 'en', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(43528, 'en', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(43529, 'en', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(43530, 'en', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(43531, 'en', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(43532, 'en', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(43533, 'en', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(43534, 'en', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(43535, 'en', 'db', 'Size', 'Size', NULL, NULL),\n(43536, 'en', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(43537, 'en', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(43538, 'en', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(43539, 'en', 'db', 'Random', 'Random', NULL, NULL),\n(43540, 'en', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(43541, 'en', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(43542, 'en', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(43543, 'en', 'db', 'Served By', 'Served By', NULL, NULL),\n(43544, 'es', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Valor de las acciones (Precio\/Costo]', NULL, NULL),\n(43545, 'es', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', 'Cuadr\u00edcula (ecuaci\u00f3n de columna Bootstrap 12]: el m\u00e1ximo es 12', NULL, NULL),\n(43546, 'es', 'db', 'Sync Orders(New Order Only]', 'Sincronizar pedidos (solo pedidos nuevos]', NULL, NULL),\n(43547, 'es', 'db', 'Product(s]', 'Producto(s]', NULL, NULL),\n(43548, 'es', 'db', 'Finalize Sale(Multiple Payment]', 'Finalizar venta (pago m\u00faltiple]', NULL, NULL),\n(43549, 'es', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(43550, 'es', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(43551, 'es', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(43552, 'es', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(43553, 'es', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(43554, 'es', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(43555, 'es', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(43556, 'es', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(43557, 'es', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(43558, 'es', 'db', 'HRM', 'HRM', NULL, NULL),\n(43559, 'es', 'db', 'Months', 'Months', NULL, NULL),\n(43560, 'es', 'db', 'Years', 'Years', NULL, NULL),\n(43561, 'es', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(43562, 'es', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(43563, 'es', 'db', 'Extras', 'Extras', NULL, NULL),\n(43564, 'es', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(43565, 'es', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(43566, 'es', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(43567, 'es', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(43568, 'es', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(43569, 'es', 'db', 'Service', 'Service', NULL, NULL),\n(43570, 'es', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(43571, 'es', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(43572, 'es', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(43573, 'es', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(43574, 'es', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(43575, 'es', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(43576, 'es', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(43577, 'es', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(43578, 'es', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(43579, 'es', 'db', 'Floor', 'Floor', NULL, NULL),\n(43580, 'es', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(43581, 'es', 'db', 'We', 'We', NULL, NULL),\n(43582, 'es', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(43583, 'es', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(43584, 'es', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(43585, 'es', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(43586, 'es', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(43587, 'es', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(43588, 'es', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(43589, 'es', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(43590, 'es', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(43591, 'es', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(43592, 'es', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(43593, 'es', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(43594, 'es', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(43595, 'es', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(43596, 'es', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(43597, 'es', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(43598, 'es', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(43599, 'es', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(43600, 'es', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(43601, 'es', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(43602, 'es', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(43603, 'es', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(43604, 'es', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(43605, 'es', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(43606, 'es', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(43607, 'es', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(43608, 'es', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(43609, 'es', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(43610, 'es', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(43611, 'es', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(43612, 'es', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(43613, 'es', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(43614, 'es', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(43615, 'es', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(43616, 'es', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(43617, 'es', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(43618, 'es', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(43619, 'es', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(43620, 'es', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(43621, 'es', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(43622, 'es', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(43623, 'es', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(43624, 'es', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(43625, 'es', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(43626, 'es', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(43627, 'es', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(43628, 'es', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(43629, 'es', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(43630, 'es', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(43631, 'es', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(43632, 'es', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(43633, 'es', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(43634, 'es', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(43635, 'es', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(43636, 'es', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(43637, 'es', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(43638, 'es', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(43639, 'es', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(43640, 'es', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(43641, 'es', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(43642, 'es', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(43643, 'es', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(43644, 'es', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(43645, 'es', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(43646, 'es', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(43647, 'es', 'db', 'language_added', 'language_added', NULL, NULL),\n(43648, 'es', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(43649, 'es', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(43650, 'es', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(43651, 'es', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(43652, 'es', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(43653, 'es', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(43654, 'es', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(43655, 'es', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(43656, 'es', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(43657, 'es', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(43658, 'es', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(43659, 'es', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(43660, 'es', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(43661, 'es', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(43662, 'es', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(43663, 'es', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(43664, 'es', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(43665, 'es', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(43666, 'es', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(43667, 'es', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(43668, 'es', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(43669, 'es', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(43670, 'es', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(43671, 'es', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(43672, 'es', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(43673, 'es', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(43674, 'es', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(43675, 'es', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(43676, 'es', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(43677, 'es', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(43678, 'es', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(43679, 'es', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(43680, 'es', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(43681, 'es', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(43682, 'es', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(43683, 'es', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(43684, 'es', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(43685, 'es', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(43686, 'es', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(43687, 'es', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(43688, 'es', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(43689, 'es', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(43690, 'es', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(43691, 'es', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(43692, 'es', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(43693, 'es', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(43694, 'es', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(43695, 'es', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(43696, 'es', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(43697, 'es', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(43698, 'es', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(43699, 'es', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(43700, 'es', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(43701, 'es', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(43702, 'es', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(43703, 'es', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(43704, 'es', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(43705, 'es', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(43706, 'es', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(43707, 'es', 'db', 'Font', 'Font', NULL, NULL),\n(43708, 'es', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(43709, 'es', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(43710, 'es', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(43711, 'es', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(43712, 'es', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(43713, 'es', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(43714, 'es', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(43715, 'es', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(43716, 'es', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(43717, 'es', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(43718, 'es', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(43719, 'es', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(43720, 'es', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(43721, 'es', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(43722, 'es', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(43723, 'es', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(43724, 'es', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(43725, 'es', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(43726, 'es', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(43727, 'es', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(43728, 'es', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(43729, 'es', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(43730, 'es', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(43731, 'es', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(43732, 'es', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(43733, 'es', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(43734, 'es', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(43735, 'es', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(43736, 'es', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(43737, 'es', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(43738, 'es', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(43739, 'es', 'db', 'Size', 'Size', NULL, NULL),\n(43740, 'es', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(43741, 'es', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(43742, 'es', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(43743, 'es', 'db', 'Random', 'Random', NULL, NULL),\n(43744, 'es', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(43745, 'es', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(43746, 'es', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(43747, 'es', 'db', 'Served By', 'Served By', NULL, NULL),\n(43748, 'fr', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Valeur des stocks (prix\/co\u00fbt]', NULL, NULL),\n(43749, 'fr', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', 'Grille (colonne Bootstrap \u00e9qu. 12]\u2013Max12', NULL, NULL),\n(43750, 'fr', 'db', 'Sync Orders(New Order Only]', 'Synchroniser les commandes (nouvelle commande uniquement]', NULL, NULL),\n(43751, 'fr', 'db', 'Product(s]', 'Produit(s]', NULL, NULL),\n(43752, 'fr', 'db', 'Finalize Sale(Multiple Payment]', 'Finaliser la vente (paiement multiple]', NULL, NULL),\n(43753, 'fr', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(43754, 'fr', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(43755, 'fr', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(43756, 'fr', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(43757, 'fr', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(43758, 'fr', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(43759, 'fr', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(43760, 'fr', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(43761, 'fr', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(43762, 'fr', 'db', 'HRM', 'HRM', NULL, NULL),\n(43763, 'fr', 'db', 'Months', 'Months', NULL, NULL),\n(43764, 'fr', 'db', 'Years', 'Years', NULL, NULL),\n(43765, 'fr', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(43766, 'fr', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(43767, 'fr', 'db', 'Extras', 'Extras', NULL, NULL),\n(43768, 'fr', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(43769, 'fr', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(43770, 'fr', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(43771, 'fr', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(43772, 'fr', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(43773, 'fr', 'db', 'Service', 'Service', NULL, NULL),\n(43774, 'fr', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(43775, 'fr', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(43776, 'fr', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(43777, 'fr', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(43778, 'fr', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(43779, 'fr', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(43780, 'fr', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(43781, 'fr', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(43782, 'fr', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(43783, 'fr', 'db', 'Floor', 'Floor', NULL, NULL),\n(43784, 'fr', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(43785, 'fr', 'db', 'We', 'We', NULL, NULL),\n(43786, 'fr', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(43787, 'fr', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(43788, 'fr', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(43789, 'fr', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(43790, 'fr', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(43791, 'fr', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(43792, 'fr', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(43793, 'fr', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(43794, 'fr', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(43795, 'fr', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(43796, 'fr', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(43797, 'fr', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(43798, 'fr', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(43799, 'fr', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(43800, 'fr', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(43801, 'fr', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(43802, 'fr', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(43803, 'fr', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(43804, 'fr', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(43805, 'fr', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(43806, 'fr', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(43807, 'fr', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(43808, 'fr', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(43809, 'fr', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(43810, 'fr', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(43811, 'fr', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(43812, 'fr', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(43813, 'fr', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(43814, 'fr', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(43815, 'fr', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(43816, 'fr', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(43817, 'fr', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(43818, 'fr', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(43819, 'fr', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(43820, 'fr', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(43821, 'fr', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(43822, 'fr', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(43823, 'fr', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(43824, 'fr', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(43825, 'fr', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(43826, 'fr', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(43827, 'fr', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(43828, 'fr', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(43829, 'fr', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(43830, 'fr', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(43831, 'fr', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(43832, 'fr', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(43833, 'fr', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(43834, 'fr', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(43835, 'fr', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(43836, 'fr', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(43837, 'fr', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(43838, 'fr', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(43839, 'fr', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(43840, 'fr', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(43841, 'fr', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(43842, 'fr', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(43843, 'fr', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(43844, 'fr', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(43845, 'fr', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(43846, 'fr', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(43847, 'fr', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(43848, 'fr', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(43849, 'fr', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(43850, 'fr', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(43851, 'fr', 'db', 'language_added', 'language_added', NULL, NULL),\n(43852, 'fr', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(43853, 'fr', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(43854, 'fr', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(43855, 'fr', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(43856, 'fr', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(43857, 'fr', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(43858, 'fr', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(43859, 'fr', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(43860, 'fr', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(43861, 'fr', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(43862, 'fr', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(43863, 'fr', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(43864, 'fr', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(43865, 'fr', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(43866, 'fr', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(43867, 'fr', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(43868, 'fr', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(43869, 'fr', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(43870, 'fr', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(43871, 'fr', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(43872, 'fr', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(43873, 'fr', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(43874, 'fr', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(43875, 'fr', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(43876, 'fr', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(43877, 'fr', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(43878, 'fr', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(43879, 'fr', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(43880, 'fr', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(43881, 'fr', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(43882, 'fr', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(43883, 'fr', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(43884, 'fr', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(43885, 'fr', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(43886, 'fr', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(43887, 'fr', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(43888, 'fr', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(43889, 'fr', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(43890, 'fr', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(43891, 'fr', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(43892, 'fr', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(43893, 'fr', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(43894, 'fr', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(43895, 'fr', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(43896, 'fr', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(43897, 'fr', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(43898, 'fr', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(43899, 'fr', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(43900, 'fr', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(43901, 'fr', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(43902, 'fr', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(43903, 'fr', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(43904, 'fr', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(43905, 'fr', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(43906, 'fr', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(43907, 'fr', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(43908, 'fr', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(43909, 'fr', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(43910, 'fr', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(43911, 'fr', 'db', 'Font', 'Font', NULL, NULL),\n(43912, 'fr', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(43913, 'fr', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(43914, 'fr', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(43915, 'fr', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(43916, 'fr', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(43917, 'fr', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(43918, 'fr', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(43919, 'fr', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(43920, 'fr', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(43921, 'fr', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(43922, 'fr', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(43923, 'fr', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(43924, 'fr', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(43925, 'fr', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(43926, 'fr', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(43927, 'fr', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(43928, 'fr', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(43929, 'fr', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(43930, 'fr', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(43931, 'fr', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(43932, 'fr', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(43933, 'fr', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(43934, 'fr', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(43935, 'fr', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(43936, 'fr', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(43937, 'fr', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(43938, 'fr', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(43939, 'fr', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(43940, 'fr', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(43941, 'fr', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(43942, 'fr', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(43943, 'fr', 'db', 'Size', 'Size', NULL, NULL),\n(43944, 'fr', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(43945, 'fr', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(43946, 'fr', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(43947, 'fr', 'db', 'Random', 'Random', NULL, NULL),\n(43948, 'fr', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(43949, 'fr', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(43950, 'fr', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(43951, 'fr', 'db', 'Served By', 'Served By', NULL, NULL),\n(43952, 'id', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Nilai Saham (Harga\\\\\/Biaya]', NULL, NULL),\n(43953, 'id', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', 'Grid (Kolom Bootstrap eq. 12] - Maksimal 12', NULL, NULL),\n(43954, 'id', 'db', 'Sync Orders(New Order Only]', 'Sinkronisasi Pesanan (Hanya Pesanan Baru]', NULL, NULL),\n(43955, 'id', 'db', 'Product(s]', 'Produk', NULL, NULL),\n(43956, 'id', 'db', 'Finalize Sale(Multiple Payment]', 'Penjualan Final (Pembayaran Berganda]', NULL, NULL),\n(43957, 'id', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(43958, 'id', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(43959, 'id', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(43960, 'id', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(43961, 'id', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(43962, 'id', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(43963, 'id', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(43964, 'id', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(43965, 'id', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(43966, 'id', 'db', 'HRM', 'HRM', NULL, NULL),\n(43967, 'id', 'db', 'Months', 'Months', NULL, NULL),\n(43968, 'id', 'db', 'Years', 'Years', NULL, NULL),\n(43969, 'id', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(43970, 'id', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(43971, 'id', 'db', 'Extras', 'Extras', NULL, NULL),\n(43972, 'id', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(43973, 'id', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(43974, 'id', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(43975, 'id', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(43976, 'id', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(43977, 'id', 'db', 'Service', 'Service', NULL, NULL),\n(43978, 'id', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(43979, 'id', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(43980, 'id', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(43981, 'id', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(43982, 'id', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(43983, 'id', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(43984, 'id', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(43985, 'id', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(43986, 'id', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(43987, 'id', 'db', 'Floor', 'Floor', NULL, NULL),\n(43988, 'id', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(43989, 'id', 'db', 'We', 'We', NULL, NULL),\n(43990, 'id', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(43991, 'id', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(43992, 'id', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(43993, 'id', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(43994, 'id', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(43995, 'id', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(43996, 'id', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(43997, 'id', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(43998, 'id', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(43999, 'id', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(44000, 'id', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(44001, 'id', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(44002, 'id', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(44003, 'id', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(44004, 'id', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(44005, 'id', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(44006, 'id', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(44007, 'id', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(44008, 'id', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(44009, 'id', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(44010, 'id', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(44011, 'id', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(44012, 'id', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(44013, 'id', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(44014, 'id', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(44015, 'id', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(44016, 'id', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(44017, 'id', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(44018, 'id', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(44019, 'id', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(44020, 'id', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(44021, 'id', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(44022, 'id', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(44023, 'id', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(44024, 'id', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(44025, 'id', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(44026, 'id', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(44027, 'id', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(44028, 'id', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(44029, 'id', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(44030, 'id', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(44031, 'id', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(44032, 'id', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(44033, 'id', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(44034, 'id', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(44035, 'id', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(44036, 'id', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(44037, 'id', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(44038, 'id', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(44039, 'id', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(44040, 'id', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(44041, 'id', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(44042, 'id', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(44043, 'id', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(44044, 'id', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(44045, 'id', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(44046, 'id', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(44047, 'id', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(44048, 'id', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(44049, 'id', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(44050, 'id', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(44051, 'id', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(44052, 'id', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(44053, 'id', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(44054, 'id', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(44055, 'id', 'db', 'language_added', 'language_added', NULL, NULL),\n(44056, 'id', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(44057, 'id', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(44058, 'id', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(44059, 'id', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(44060, 'id', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(44061, 'id', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(44062, 'id', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(44063, 'id', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(44064, 'id', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(44065, 'id', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(44066, 'id', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(44067, 'id', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(44068, 'id', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(44069, 'id', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(44070, 'id', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(44071, 'id', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(44072, 'id', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(44073, 'id', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(44074, 'id', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(44075, 'id', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(44076, 'id', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(44077, 'id', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(44078, 'id', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(44079, 'id', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(44080, 'id', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(44081, 'id', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(44082, 'id', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(44083, 'id', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(44084, 'id', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(44085, 'id', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(44086, 'id', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(44087, 'id', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(44088, 'id', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(44089, 'id', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(44090, 'id', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(44091, 'id', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(44092, 'id', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(44093, 'id', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(44094, 'id', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(44095, 'id', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(44096, 'id', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(44097, 'id', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(44098, 'id', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(44099, 'id', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(44100, 'id', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(44101, 'id', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(44102, 'id', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(44103, 'id', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(44104, 'id', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(44105, 'id', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(44106, 'id', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(44107, 'id', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(44108, 'id', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(44109, 'id', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(44110, 'id', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(44111, 'id', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(44112, 'id', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(44113, 'id', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(44114, 'id', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(44115, 'id', 'db', 'Font', 'Font', NULL, NULL),\n(44116, 'id', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(44117, 'id', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(44118, 'id', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(44119, 'id', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(44120, 'id', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(44121, 'id', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(44122, 'id', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(44123, 'id', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(44124, 'id', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(44125, 'id', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(44126, 'id', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(44127, 'id', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(44128, 'id', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(44129, 'id', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(44130, 'id', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(44131, 'id', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(44132, 'id', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(44133, 'id', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(44134, 'id', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(44135, 'id', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(44136, 'id', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(44137, 'id', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(44138, 'id', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(44139, 'id', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(44140, 'id', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(44141, 'id', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(44142, 'id', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(44143, 'id', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(44144, 'id', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(44145, 'id', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(44146, 'id', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(44147, 'id', 'db', 'Size', 'Size', NULL, NULL),\n(44148, 'id', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(44149, 'id', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(44150, 'id', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(44151, 'id', 'db', 'Random', 'Random', NULL, NULL),\n(44152, 'id', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(44153, 'id', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(44154, 'id', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(44155, 'id', 'db', 'Served By', 'Served By', NULL, NULL),\n(44156, 'ms', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Nilai Stok (Harga\\\\\/Kos]', NULL, NULL),\n(44157, 'ms', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', 'Grid (Lajur Bootstrap persamaan 12] - Maks ialah 12', NULL, NULL),\n(44158, 'ms', 'db', 'Sync Orders(New Order Only]', 'Pesanan Segerak (Pesanan Baharu Sahaja]', NULL, NULL),\n(44159, 'ms', 'db', 'Product(s]', 'produk', NULL, NULL),\n(44160, 'ms', 'db', 'Finalize Sale(Multiple Payment]', 'Selesaikan Jualan (Bayaran Berbilang]', NULL, NULL),\n(44161, 'ms', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(44162, 'ms', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(44163, 'ms', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(44164, 'ms', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(44165, 'ms', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(44166, 'ms', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(44167, 'ms', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(44168, 'ms', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(44169, 'ms', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(44170, 'ms', 'db', 'HRM', 'HRM', NULL, NULL),\n(44171, 'ms', 'db', 'Months', 'Months', NULL, NULL),\n(44172, 'ms', 'db', 'Years', 'Years', NULL, NULL),\n(44173, 'ms', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(44174, 'ms', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(44175, 'ms', 'db', 'Extras', 'Extras', NULL, NULL),\n(44176, 'ms', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(44177, 'ms', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(44178, 'ms', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(44179, 'ms', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(44180, 'ms', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(44181, 'ms', 'db', 'Service', 'Service', NULL, NULL),\n(44182, 'ms', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(44183, 'ms', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(44184, 'ms', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(44185, 'ms', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(44186, 'ms', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(44187, 'ms', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(44188, 'ms', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(44189, 'ms', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(44190, 'ms', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(44191, 'ms', 'db', 'Floor', 'Floor', NULL, NULL),\n(44192, 'ms', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(44193, 'ms', 'db', 'We', 'We', NULL, NULL),\n(44194, 'ms', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(44195, 'ms', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(44196, 'ms', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(44197, 'ms', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(44198, 'ms', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(44199, 'ms', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(44200, 'ms', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(44201, 'ms', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(44202, 'ms', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(44203, 'ms', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(44204, 'ms', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(44205, 'ms', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(44206, 'ms', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(44207, 'ms', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(44208, 'ms', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(44209, 'ms', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(44210, 'ms', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(44211, 'ms', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(44212, 'ms', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(44213, 'ms', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(44214, 'ms', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(44215, 'ms', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(44216, 'ms', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(44217, 'ms', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(44218, 'ms', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(44219, 'ms', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(44220, 'ms', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(44221, 'ms', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(44222, 'ms', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(44223, 'ms', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(44224, 'ms', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(44225, 'ms', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(44226, 'ms', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(44227, 'ms', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(44228, 'ms', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(44229, 'ms', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(44230, 'ms', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(44231, 'ms', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(44232, 'ms', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(44233, 'ms', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(44234, 'ms', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(44235, 'ms', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(44236, 'ms', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(44237, 'ms', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(44238, 'ms', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(44239, 'ms', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(44240, 'ms', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(44241, 'ms', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(44242, 'ms', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(44243, 'ms', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(44244, 'ms', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(44245, 'ms', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(44246, 'ms', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(44247, 'ms', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(44248, 'ms', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(44249, 'ms', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(44250, 'ms', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(44251, 'ms', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(44252, 'ms', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(44253, 'ms', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(44254, 'ms', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(44255, 'ms', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(44256, 'ms', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(44257, 'ms', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(44258, 'ms', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(44259, 'ms', 'db', 'language_added', 'language_added', NULL, NULL),\n(44260, 'ms', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(44261, 'ms', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(44262, 'ms', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(44263, 'ms', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(44264, 'ms', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(44265, 'ms', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(44266, 'ms', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(44267, 'ms', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(44268, 'ms', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(44269, 'ms', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(44270, 'ms', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(44271, 'ms', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(44272, 'ms', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(44273, 'ms', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(44274, 'ms', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(44275, 'ms', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(44276, 'ms', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(44277, 'ms', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(44278, 'ms', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(44279, 'ms', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(44280, 'ms', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(44281, 'ms', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(44282, 'ms', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(44283, 'ms', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(44284, 'ms', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(44285, 'ms', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(44286, 'ms', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(44287, 'ms', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(44288, 'ms', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(44289, 'ms', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(44290, 'ms', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(44291, 'ms', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(44292, 'ms', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(44293, 'ms', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(44294, 'ms', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(44295, 'ms', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(44296, 'ms', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(44297, 'ms', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(44298, 'ms', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(44299, 'ms', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(44300, 'ms', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(44301, 'ms', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(44302, 'ms', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(44303, 'ms', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(44304, 'ms', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(44305, 'ms', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(44306, 'ms', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(44307, 'ms', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(44308, 'ms', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(44309, 'ms', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(44310, 'ms', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(44311, 'ms', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(44312, 'ms', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(44313, 'ms', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(44314, 'ms', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(44315, 'ms', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(44316, 'ms', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(44317, 'ms', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(44318, 'ms', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(44319, 'ms', 'db', 'Font', 'Font', NULL, NULL),\n(44320, 'ms', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(44321, 'ms', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(44322, 'ms', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(44323, 'ms', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(44324, 'ms', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(44325, 'ms', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(44326, 'ms', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(44327, 'ms', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(44328, 'ms', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(44329, 'ms', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(44330, 'ms', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(44331, 'ms', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(44332, 'ms', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(44333, 'ms', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(44334, 'ms', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(44335, 'ms', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(44336, 'ms', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(44337, 'ms', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(44338, 'ms', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(44339, 'ms', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(44340, 'ms', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(44341, 'ms', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(44342, 'ms', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(44343, 'ms', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(44344, 'ms', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(44345, 'ms', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(44346, 'ms', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(44347, 'ms', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(44348, 'ms', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(44349, 'ms', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(44350, 'ms', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(44351, 'ms', 'db', 'Size', 'Size', NULL, NULL),\n(44352, 'ms', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(44353, 'ms', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(44354, 'ms', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(44355, 'ms', 'db', 'Random', 'Random', NULL, NULL),\n(44356, 'ms', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(44357, 'ms', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(44358, 'ms', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(44359, 'ms', 'db', 'Served By', 'Served By', NULL, NULL),\n(44360, 'pt', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Valor das a\u00e7\u00f5es (pre\u00e7o\/custo]', NULL, NULL),\n(44361, 'pt', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', 'Grade (coluna Bootstrap eq. 12] - M\u00e1ximo \u00e9 12', NULL, NULL),\n(44362, 'pt', 'db', 'Sync Orders(New Order Only]', 'Sincronizar pedidos (somente novos pedidos]', NULL, NULL),\n(44363, 'pt', 'db', 'Product(s]', 'Produtos]', NULL, NULL),\n(44364, 'pt', 'db', 'Finalize Sale(Multiple Payment]', 'Finalizar venda (pagamento m\u00faltiplo]', NULL, NULL),\n(44365, 'pt', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(44366, 'pt', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(44367, 'pt', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(44368, 'pt', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(44369, 'pt', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(44370, 'pt', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(44371, 'pt', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(44372, 'pt', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(44373, 'pt', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(44374, 'pt', 'db', 'HRM', 'HRM', NULL, NULL),\n(44375, 'pt', 'db', 'Months', 'Months', NULL, NULL),\n(44376, 'pt', 'db', 'Years', 'Years', NULL, NULL),\n(44377, 'pt', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(44378, 'pt', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(44379, 'pt', 'db', 'Extras', 'Extras', NULL, NULL),\n(44380, 'pt', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(44381, 'pt', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(44382, 'pt', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(44383, 'pt', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(44384, 'pt', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(44385, 'pt', 'db', 'Service', 'Service', NULL, NULL),\n(44386, 'pt', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(44387, 'pt', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(44388, 'pt', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(44389, 'pt', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(44390, 'pt', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(44391, 'pt', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(44392, 'pt', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(44393, 'pt', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(44394, 'pt', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(44395, 'pt', 'db', 'Floor', 'Floor', NULL, NULL),\n(44396, 'pt', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(44397, 'pt', 'db', 'We', 'We', NULL, NULL),\n(44398, 'pt', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(44399, 'pt', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(44400, 'pt', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(44401, 'pt', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(44402, 'pt', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(44403, 'pt', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(44404, 'pt', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(44405, 'pt', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(44406, 'pt', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(44407, 'pt', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(44408, 'pt', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(44409, 'pt', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(44410, 'pt', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(44411, 'pt', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(44412, 'pt', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(44413, 'pt', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(44414, 'pt', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(44415, 'pt', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(44416, 'pt', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(44417, 'pt', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(44418, 'pt', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(44419, 'pt', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(44420, 'pt', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(44421, 'pt', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(44422, 'pt', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(44423, 'pt', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(44424, 'pt', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(44425, 'pt', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(44426, 'pt', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(44427, 'pt', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(44428, 'pt', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(44429, 'pt', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(44430, 'pt', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(44431, 'pt', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(44432, 'pt', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(44433, 'pt', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(44434, 'pt', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(44435, 'pt', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(44436, 'pt', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(44437, 'pt', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(44438, 'pt', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(44439, 'pt', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(44440, 'pt', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(44441, 'pt', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(44442, 'pt', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(44443, 'pt', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(44444, 'pt', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(44445, 'pt', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(44446, 'pt', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(44447, 'pt', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(44448, 'pt', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(44449, 'pt', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(44450, 'pt', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(44451, 'pt', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(44452, 'pt', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(44453, 'pt', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(44454, 'pt', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(44455, 'pt', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(44456, 'pt', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(44457, 'pt', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(44458, 'pt', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(44459, 'pt', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(44460, 'pt', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(44461, 'pt', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(44462, 'pt', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(44463, 'pt', 'db', 'language_added', 'language_added', NULL, NULL),\n(44464, 'pt', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(44465, 'pt', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(44466, 'pt', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(44467, 'pt', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(44468, 'pt', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(44469, 'pt', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(44470, 'pt', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(44471, 'pt', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(44472, 'pt', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(44473, 'pt', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(44474, 'pt', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(44475, 'pt', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(44476, 'pt', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(44477, 'pt', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(44478, 'pt', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(44479, 'pt', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(44480, 'pt', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(44481, 'pt', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(44482, 'pt', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(44483, 'pt', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(44484, 'pt', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(44485, 'pt', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(44486, 'pt', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(44487, 'pt', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(44488, 'pt', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(44489, 'pt', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(44490, 'pt', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(44491, 'pt', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(44492, 'pt', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(44493, 'pt', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(44494, 'pt', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(44495, 'pt', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(44496, 'pt', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(44497, 'pt', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(44498, 'pt', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(44499, 'pt', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(44500, 'pt', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(44501, 'pt', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(44502, 'pt', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(44503, 'pt', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(44504, 'pt', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(44505, 'pt', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(44506, 'pt', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(44507, 'pt', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(44508, 'pt', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(44509, 'pt', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(44510, 'pt', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(44511, 'pt', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(44512, 'pt', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(44513, 'pt', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(44514, 'pt', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(44515, 'pt', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(44516, 'pt', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(44517, 'pt', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(44518, 'pt', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(44519, 'pt', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(44520, 'pt', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(44521, 'pt', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(44522, 'pt', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(44523, 'pt', 'db', 'Font', 'Font', NULL, NULL),\n(44524, 'pt', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(44525, 'pt', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(44526, 'pt', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(44527, 'pt', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(44528, 'pt', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(44529, 'pt', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(44530, 'pt', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(44531, 'pt', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(44532, 'pt', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(44533, 'pt', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(44534, 'pt', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(44535, 'pt', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(44536, 'pt', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(44537, 'pt', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(44538, 'pt', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(44539, 'pt', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(44540, 'pt', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(44541, 'pt', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(44542, 'pt', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(44543, 'pt', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(44544, 'pt', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(44545, 'pt', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(44546, 'pt', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(44547, 'pt', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(44548, 'pt', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(44549, 'pt', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(44550, 'pt', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(44551, 'pt', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(44552, 'pt', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(44553, 'pt', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(44554, 'pt', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(44555, 'pt', 'db', 'Size', 'Size', NULL, NULL),\n(44556, 'pt', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(44557, 'pt', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(44558, 'pt', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(44559, 'pt', 'db', 'Random', 'Random', NULL, NULL),\n(44560, 'pt', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(44561, 'pt', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(44562, 'pt', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(44563, 'pt', 'db', 'Served By', 'Served By', NULL, NULL),\n(44564, 'tr', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Stok De\u011feri (Fiyat\\\\\/Maliyet]', NULL, NULL),\n(44565, 'tr', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', 'Kutu (Bootstrap S\u00fctun eq. 12] - Max 12', NULL, NULL),\n(44566, 'tr', 'db', 'Sync Orders(New Order Only]', 'Sipari\u015fleri (Yeni Sipari\u015fler] Senkronize Et', NULL, NULL),\n(44567, 'tr', 'db', 'Product(s]', '\u00dcr\u00fcn(ler]', NULL, NULL),\n(44568, 'tr', 'db', 'Stock Worth (Price\/Cost]', 'Stok De\u011feri (Fiyat\/Maliyet]', NULL, NULL),\n(44569, 'tr', 'db', 'Finalize Sale(Multiple Payment]', 'Sat\u0131\u015f\u0131 Tamamlama (\u00c7oklu \u00d6deme]', NULL, NULL),\n(44570, 'tr', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(44571, 'tr', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(44572, 'tr', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(44573, 'tr', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(44574, 'tr', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(44575, 'tr', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(44576, 'tr', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(44577, 'tr', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(44578, 'tr', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(44579, 'tr', 'db', 'HRM', 'HRM', NULL, NULL),\n(44580, 'tr', 'db', 'Months', 'Months', NULL, NULL),\n(44581, 'tr', 'db', 'Years', 'Years', NULL, NULL),\n(44582, 'tr', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(44583, 'tr', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(44584, 'tr', 'db', 'Extras', 'Extras', NULL, NULL),\n(44585, 'tr', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(44586, 'tr', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(44587, 'tr', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(44588, 'tr', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(44589, 'tr', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(44590, 'tr', 'db', 'Service', 'Service', NULL, NULL),\n(44591, 'tr', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(44592, 'tr', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(44593, 'tr', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(44594, 'tr', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(44595, 'tr', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(44596, 'tr', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(44597, 'tr', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(44598, 'tr', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(44599, 'tr', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(44600, 'tr', 'db', 'Floor', 'Floor', NULL, NULL),\n(44601, 'tr', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(44602, 'tr', 'db', 'We', 'We', NULL, NULL),\n(44603, 'tr', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(44604, 'tr', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(44605, 'tr', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(44606, 'tr', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(44607, 'tr', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(44608, 'tr', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(44609, 'tr', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(44610, 'tr', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(44611, 'tr', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(44612, 'tr', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(44613, 'tr', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(44614, 'tr', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(44615, 'tr', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(44616, 'tr', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(44617, 'tr', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(44618, 'tr', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(44619, 'tr', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(44620, 'tr', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(44621, 'tr', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(44622, 'tr', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(44623, 'tr', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(44624, 'tr', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(44625, 'tr', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(44626, 'tr', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(44627, 'tr', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(44628, 'tr', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(44629, 'tr', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(44630, 'tr', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(44631, 'tr', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(44632, 'tr', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(44633, 'tr', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(44634, 'tr', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(44635, 'tr', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(44636, 'tr', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(44637, 'tr', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(44638, 'tr', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(44639, 'tr', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(44640, 'tr', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(44641, 'tr', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(44642, 'tr', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(44643, 'tr', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(44644, 'tr', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(44645, 'tr', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(44646, 'tr', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(44647, 'tr', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(44648, 'tr', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(44649, 'tr', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(44650, 'tr', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(44651, 'tr', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(44652, 'tr', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(44653, 'tr', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(44654, 'tr', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(44655, 'tr', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(44656, 'tr', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(44657, 'tr', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(44658, 'tr', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(44659, 'tr', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(44660, 'tr', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(44661, 'tr', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(44662, 'tr', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(44663, 'tr', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(44664, 'tr', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(44665, 'tr', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(44666, 'tr', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(44667, 'tr', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(44668, 'tr', 'db', 'language_added', 'language_added', NULL, NULL),\n(44669, 'tr', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(44670, 'tr', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(44671, 'tr', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(44672, 'tr', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(44673, 'tr', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(44674, 'tr', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(44675, 'tr', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(44676, 'tr', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(44677, 'tr', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(44678, 'tr', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(44679, 'tr', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(44680, 'tr', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(44681, 'tr', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(44682, 'tr', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(44683, 'tr', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(44684, 'tr', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(44685, 'tr', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(44686, 'tr', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(44687, 'tr', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(44688, 'tr', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(44689, 'tr', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(44690, 'tr', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(44691, 'tr', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(44692, 'tr', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(44693, 'tr', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(44694, 'tr', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(44695, 'tr', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(44696, 'tr', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(44697, 'tr', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(44698, 'tr', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(44699, 'tr', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(44700, 'tr', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(44701, 'tr', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(44702, 'tr', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(44703, 'tr', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(44704, 'tr', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(44705, 'tr', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(44706, 'tr', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(44707, 'tr', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(44708, 'tr', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(44709, 'tr', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(44710, 'tr', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(44711, 'tr', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(44712, 'tr', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(44713, 'tr', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(44714, 'tr', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(44715, 'tr', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(44716, 'tr', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(44717, 'tr', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(44718, 'tr', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(44719, 'tr', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(44720, 'tr', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(44721, 'tr', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(44722, 'tr', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(44723, 'tr', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(44724, 'tr', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(44725, 'tr', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(44726, 'tr', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(44727, 'tr', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(44728, 'tr', 'db', 'Font', 'Font', NULL, NULL),\n(44729, 'tr', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(44730, 'tr', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(44731, 'tr', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(44732, 'tr', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(44733, 'tr', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(44734, 'tr', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(44735, 'tr', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(44736, 'tr', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(44737, 'tr', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(44738, 'tr', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(44739, 'tr', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(44740, 'tr', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(44741, 'tr', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(44742, 'tr', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(44743, 'tr', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(44744, 'tr', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(44745, 'tr', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(44746, 'tr', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(44747, 'tr', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(44748, 'tr', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(44749, 'tr', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(44750, 'tr', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(44751, 'tr', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(44752, 'tr', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(44753, 'tr', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(44754, 'tr', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(44755, 'tr', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(44756, 'tr', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(44757, 'tr', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(44758, 'tr', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(44759, 'tr', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(44760, 'tr', 'db', 'Size', 'Size', NULL, NULL),\n(44761, 'tr', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(44762, 'tr', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(44763, 'tr', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(44764, 'tr', 'db', 'Random', 'Random', NULL, NULL),\n(44765, 'tr', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(44766, 'tr', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(44767, 'tr', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(44768, 'tr', 'db', 'Served By', 'Served By', NULL, NULL),\n(44769, 'vi', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Gi\u00e1 tr\u1ecb c\u1ed5 phi\u1ebfu (Gi\u00e1\/Chi ph\u00ed]', NULL, NULL),\n(44770, 'vi', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', 'L\u01b0\u1edbi (C\u1ed9t Bootstrap eq. 12] - T\u1ed1i \u0111a l\u00e0 12', NULL, NULL),\n(44771, 'vi', 'db', 'Sync Orders(New Order Only]', '\u0110\u1ed3ng b\u1ed9 \u0111\u01a1n h\u00e0ng (Ch\u1ec9 \u00e1p d\u1ee5ng cho \u0111\u01a1n h\u00e0ng m\u1edbi]', NULL, NULL),\n(44772, 'vi', 'db', 'Product(s]', 'C\u00e1c s\u1ea3n ph\u1ea9m]', NULL, NULL),\n(44773, 'vi', 'db', 'Finalize Sale(Multiple Payment]', 'Ho\u00e0n t\u1ea5t b\u00e1n h\u00e0ng (Thanh to\u00e1n nhi\u1ec1u l\u1ea7n]', NULL, NULL),\n(44774, 'vi', 'db', 'Type envato purchase code for WooCommerce addon', 'Type envato purchase code for WooCommerce addon', NULL, NULL),\n(44775, 'vi', 'db', 'Type envato purchase code for eCommerce addon', 'Type envato purchase code for eCommerce addon', NULL, NULL),\n(44776, 'vi', 'db', 'top_margin', 'top_margin', NULL, NULL),\n(44777, 'vi', 'db', 'For SEO', 'For SEO', NULL, NULL),\n(44778, 'vi', 'db', 'Stock Worth', 'Stock Worth', NULL, NULL),\n(44779, 'vi', 'db', 'Type currency name', 'Type currency name', NULL, NULL),\n(44780, 'vi', 'db', 'Type currency code', 'Type currency code', NULL, NULL),\n(44781, 'vi', 'db', 'Type exchange rate', 'Type exchange rate', NULL, NULL),\n(44782, 'vi', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', NULL, NULL),\n(44783, 'vi', 'db', 'HRM', 'HRM', NULL, NULL),\n(44784, 'vi', 'db', 'Months', 'Months', NULL, NULL),\n(44785, 'vi', 'db', 'Years', 'Years', NULL, NULL),\n(44786, 'vi', 'db', 'This is topping', 'This is topping', NULL, NULL),\n(44787, 'vi', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Check this if the item is a topping or extra or add-on only to be served with a main course', NULL, NULL),\n(44788, 'vi', 'db', 'Extras', 'Extras', NULL, NULL),\n(44789, 'vi', 'db', 'Kitchen', 'Kitchen', NULL, NULL),\n(44790, 'vi', 'db', 'Menu Type', 'Menu Type', NULL, NULL),\n(44791, 'vi', 'db', 'Credit Card', 'Credit Card', NULL, NULL),\n(44792, 'vi', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(44793, 'vi', 'db', 'Scan\/Search product by name\/code', 'Scan\/Search product by name\/code', NULL, NULL),\n(44794, 'vi', 'db', 'Service', 'Service', NULL, NULL),\n(44795, 'vi', 'db', 'Dine In', 'Dine In', NULL, NULL),\n(44796, 'vi', 'db', 'Take Away', 'Take Away', NULL, NULL),\n(44797, 'vi', 'db', 'Waiter', 'Waiter', NULL, NULL),\n(44798, 'vi', 'db', 'Total Payable', 'Total Payable', NULL, NULL),\n(44799, 'vi', 'db', 'Total Paying', 'Total Paying', NULL, NULL),\n(44800, 'vi', 'db', 'Card Number', 'Card Number', NULL, NULL),\n(44801, 'vi', 'db', 'Card Holder Name', 'Card Holder Name', NULL, NULL),\n(44802, 'vi', 'db', 'Card Type', 'Card Type', NULL, NULL),\n(44803, 'vi', 'db', 'Template Name', 'Template Name', NULL, NULL),\n(44804, 'vi', 'db', 'Floor', 'Floor', NULL, NULL),\n(44805, 'vi', 'db', 'Enter operation value', 'Enter operation value', NULL, NULL),\n(44806, 'vi', 'db', 'We', 'We', NULL, NULL),\n(44807, 'vi', 'db', 'Sorry for the inconvenience. We', 'Sorry for the inconvenience. We', NULL, NULL),\n(44808, 'vi', 'db', 'Sorry! You are not allowed to access this module', 'Sorry! You are not allowed to access this module', NULL, NULL),\n(44809, 'vi', 'db', 'Account created successfully', 'Account created successfully', NULL, NULL),\n(44810, 'vi', 'db', 'Account updated successfully', 'Account updated successfully', NULL, NULL),\n(44811, 'vi', 'db', 'This feature is disable for demo!', 'This feature is disable for demo!', NULL, NULL),\n(44812, 'vi', 'db', 'Account deleted successfully!', 'Account deleted successfully!', NULL, NULL),\n(44813, 'vi', 'db', 'Please make another account default first!', 'Please make another account default first!', NULL, NULL),\n(44814, 'vi', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce addon installed successfully!', NULL, NULL),\n(44815, 'vi', 'db', 'Wrong purchase code!', 'Wrong purchase code!', NULL, NULL),\n(44816, 'vi', 'db', 'eCommerce add-on installed successfully!', 'eCommerce add-on installed successfully!', NULL, NULL),\n(44817, 'vi', 'db', 'Data inserted successfully', 'Data inserted successfully', NULL, NULL),\n(44818, 'vi', 'db', 'Data updated successfully', 'Data updated successfully', NULL, NULL),\n(44819, 'vi', 'db', 'Data deleted successfully', 'Data deleted successfully', NULL, NULL),\n(44820, 'vi', 'db', 'Attendance created successfully', 'Attendance created successfully', NULL, NULL),\n(44821, 'vi', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(44822, 'vi', 'db', 'Please upload a CSV file', 'Please upload a CSV file', NULL, NULL),\n(44823, 'vi', 'db', 'Attendance deleted successfully', 'Attendance deleted successfully', NULL, NULL),\n(44824, 'vi', 'db', 'Username And Password Are Wrong.', 'Username And Password Are Wrong.', NULL, NULL),\n(44825, 'vi', 'db', 'Invalid username or password', 'Invalid username or password', NULL, NULL),\n(44826, 'vi', 'db', 'something_went_wrong', 'something_went_wrong', NULL, NULL),\n(44827, 'vi', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(44828, 'vi', 'db', 'Brand imported successfully', 'Brand imported successfully', NULL, NULL),\n(44829, 'vi', 'db', 'Brand deleted successfully!', 'Brand deleted successfully!', NULL, NULL),\n(44830, 'vi', 'db', 'Cash register created successfully', 'Cash register created successfully', NULL, NULL),\n(44831, 'vi', 'db', 'Cash register closed successfully', 'Cash register closed successfully', NULL, NULL),\n(44832, 'vi', 'db', 'Category inserted successfully', 'Category inserted successfully', NULL, NULL),\n(44833, 'vi', 'db', 'Category updated successfully', 'Category updated successfully', NULL, NULL),\n(44834, 'vi', 'db', 'Category imported successfully', 'Category imported successfully', NULL, NULL),\n(44835, 'vi', 'db', 'Category deleted successfully', 'Category deleted successfully', NULL, NULL),\n(44836, 'vi', 'db', 'Please select at least one packing slip', 'Please select at least one packing slip', NULL, NULL),\n(44837, 'vi', 'db', 'Please close previous challan before creating a new one', 'Please close previous challan before creating a new one', NULL, NULL),\n(44838, 'vi', 'db', 'Challan created successfully', 'Challan created successfully', NULL, NULL),\n(44839, 'vi', 'db', 'Challan finalized successfully', 'Challan finalized successfully', NULL, NULL),\n(44840, 'vi', 'db', 'Coupon created successfully', 'Coupon created successfully', NULL, NULL),\n(44841, 'vi', 'db', 'Coupon updated successfully', 'Coupon updated successfully', NULL, NULL),\n(44842, 'vi', 'db', 'Coupon deleted successfully', 'Coupon deleted successfully', NULL, NULL),\n(44843, 'vi', 'db', 'Courier created successfully', 'Courier created successfully', NULL, NULL),\n(44844, 'vi', 'db', 'Courier updated successfully', 'Courier updated successfully', NULL, NULL),\n(44845, 'vi', 'db', 'Courier deleted successfully', 'Courier deleted successfully', NULL, NULL),\n(44846, 'vi', 'db', 'Currency created successfully', 'Currency created successfully', NULL, NULL),\n(44847, 'vi', 'db', 'Currency updated successfully', 'Currency updated successfully', NULL, NULL),\n(44848, 'vi', 'db', 'Currency deleted successfully', 'Currency deleted successfully', NULL, NULL),\n(44849, 'vi', 'db', 'Custom Field created successfully', 'Custom Field created successfully', NULL, NULL),\n(44850, 'vi', 'db', 'Custom Field updated successfully', 'Custom Field updated successfully', NULL, NULL),\n(44851, 'vi', 'db', 'This feature is disabled for demo!', 'This feature is disabled for demo!', NULL, NULL),\n(44852, 'vi', 'db', 'Custom Field not found!', 'Custom Field not found!', NULL, NULL),\n(44853, 'vi', 'db', 'Invalid custom field table!', 'Invalid custom field table!', NULL, NULL),\n(44854, 'vi', 'db', 'Custom Field deleted successfully!', 'Custom Field deleted successfully!', NULL, NULL),\n(44855, 'vi', 'db', 'Due cleared successfully', 'Due cleared successfully', NULL, NULL),\n(44856, 'vi', 'db', 'Customer Group imported successfully', 'Customer Group imported successfully', NULL, NULL),\n(44857, 'vi', 'db', 'Delivery deleted successfully', 'Delivery deleted successfully', NULL, NULL),\n(44858, 'vi', 'db', 'Department created successfully', 'Department created successfully', NULL, NULL),\n(44859, 'vi', 'db', 'Department updated successfully', 'Department updated successfully', NULL, NULL),\n(44860, 'vi', 'db', 'Department deleted successfully', 'Department deleted successfully', NULL, NULL),\n(44861, 'vi', 'db', 'Discount created successfully', 'Discount created successfully', NULL, NULL),\n(44862, 'vi', 'db', 'Discount updated successfully', 'Discount updated successfully', NULL, NULL),\n(44863, 'vi', 'db', 'Discount Plan created successfully', 'Discount Plan created successfully', NULL, NULL),\n(44864, 'vi', 'db', 'Discount Plan updated successfully', 'Discount Plan updated successfully', NULL, NULL),\n(44865, 'vi', 'db', 'Employee updated successfully', 'Employee updated successfully', NULL, NULL),\n(44866, 'vi', 'db', 'Employee deleted successfully', 'Employee deleted successfully', NULL, NULL),\n(44867, 'vi', 'db', 'Expense Category imported successfully', 'Expense Category imported successfully', NULL, NULL),\n(44868, 'vi', 'db', 'GiftCard updated successfully', 'GiftCard updated successfully', NULL, NULL),\n(44869, 'vi', 'db', 'Holiday created successfully', 'Holiday created successfully', NULL, NULL),\n(44870, 'vi', 'db', 'Holiday updated successfully', 'Holiday updated successfully', NULL, NULL),\n(44871, 'vi', 'db', 'Holiday deleted successfully', 'Holiday deleted successfully', NULL, NULL),\n(44872, 'vi', 'db', 'language_added', 'language_added', NULL, NULL),\n(44873, 'vi', 'db', 'Money transfered successfully', 'Money transfered successfully', NULL, NULL),\n(44874, 'vi', 'db', 'Money transfer updated successfully', 'Money transfer updated successfully', NULL, NULL),\n(44875, 'vi', 'db', 'Notification send successfully', 'Notification send successfully', NULL, NULL),\n(44876, 'vi', 'db', 'Packing slip created successfully', 'Packing slip created successfully', NULL, NULL),\n(44877, 'vi', 'db', 'Packing Slip deletes successfully', 'Packing Slip deletes successfully', NULL, NULL),\n(44878, 'vi', 'db', 'Payroll updated succesfully', 'Payroll updated succesfully', NULL, NULL),\n(44879, 'vi', 'db', 'Payroll deleted succesfully', 'Payroll deleted succesfully', NULL, NULL),\n(44880, 'vi', 'db', 'This variant has a quantity; you cannot delete it', 'This variant has a quantity; you cannot delete it', NULL, NULL),\n(44881, 'vi', 'db', 'Failed to update product Please try again', 'Failed to update product Please try again', NULL, NULL),\n(44882, 'vi', 'db', 'Please upload a valid CSV file', 'Please upload a valid CSV file', NULL, NULL),\n(44883, 'vi', 'db', 'CSV file is empty or invalid', 'CSV file is empty or invalid', NULL, NULL),\n(44884, 'vi', 'db', 'CSV file format is incorrect', 'CSV file format is incorrect', NULL, NULL),\n(44885, 'vi', 'db', 'Unit code does not exist in the database', 'Unit code does not exist in the database', NULL, NULL),\n(44886, 'vi', 'db', 'Invalid variant value format', 'Invalid variant value format', NULL, NULL),\n(44887, 'vi', 'db', 'Products imported successfully!', 'Products imported successfully!', NULL, NULL),\n(44888, 'vi', 'db', 'Please install the ecommerce addon!', 'Please install the ecommerce addon!', NULL, NULL),\n(44889, 'vi', 'db', 'All Products set to in stock successfully!', 'All Products set to in stock successfully!', NULL, NULL),\n(44890, 'vi', 'db', 'All Products will be showed to online!', 'All Products will be showed to online!', NULL, NULL),\n(44891, 'vi', 'db', 'Product deleted successfully', 'Product deleted successfully', NULL, NULL),\n(44892, 'vi', 'db', 'Duplicate IMEI not allowed!', 'Duplicate IMEI not allowed!', NULL, NULL),\n(44893, 'vi', 'db', 'Purchase created successfully', 'Purchase created successfully', NULL, NULL),\n(44894, 'vi', 'db', 'Purchase unit does not exist!', 'Purchase unit does not exist!', NULL, NULL),\n(44895, 'vi', 'db', 'Tax name does not exist!', 'Tax name does not exist!', NULL, NULL),\n(44896, 'vi', 'db', 'Purchase update successfully!', 'Purchase update successfully!', NULL, NULL),\n(44897, 'vi', 'db', 'Purchase updated successfully', 'Purchase updated successfully', NULL, NULL),\n(44898, 'vi', 'db', 'Payment created successfully', 'Payment created successfully', NULL, NULL),\n(44899, 'vi', 'db', 'Payment updated successfully', 'Payment updated successfully', NULL, NULL),\n(44900, 'vi', 'db', 'Payment deleted successfully', 'Payment deleted successfully', NULL, NULL),\n(44901, 'vi', 'db', 'Purchase deleted successfully', 'Purchase deleted successfully', NULL, NULL),\n(44902, 'vi', 'db', 'Quotation deleted successfully', 'Quotation deleted successfully', NULL, NULL),\n(44903, 'vi', 'db', 'This reference either does not exist or status not completed!', 'This reference either does not exist or status not completed!', NULL, NULL),\n(44904, 'vi', 'db', 'This reference no does not exist!', 'This reference no does not exist!', NULL, NULL),\n(44905, 'vi', 'db', 'Permission updated successfully', 'Permission updated successfully', NULL, NULL),\n(44906, 'vi', 'db', 'Please setup your SMS API first!', 'Please setup your SMS API first!', NULL, NULL),\n(44907, 'vi', 'db', 'If you have any questions or concerns, please don\\\\', 'If you have any questions or concerns, please don\\\\', NULL, NULL),\n(44908, 'vi', 'db', 'Sales created successfully', 'Sales created successfully', NULL, NULL),\n(44909, 'vi', 'db', 'Product does not exist!', 'Product does not exist!', NULL, NULL),\n(44910, 'vi', 'db', 'Sale unit does not exist!', 'Sale unit does not exist!', NULL, NULL),\n(44911, 'vi', 'db', 'Database cleared successfully', 'Database cleared successfully', NULL, NULL),\n(44912, 'vi', 'db', 'Reward point setting updated successfully', 'Reward point setting updated successfully', NULL, NULL),\n(44913, 'vi', 'db', 'SMS sent successfully', 'SMS sent successfully', NULL, NULL),\n(44914, 'vi', 'db', 'Payment options must be unique', 'Payment options must be unique', NULL, NULL),\n(44915, 'vi', 'db', 'POS setting updated successfully', 'POS setting updated successfully', NULL, NULL),\n(44916, 'vi', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Stock Count created successfully! Please download the initial file to complete it', NULL, NULL),\n(44917, 'vi', 'db', 'No product found!', 'No product found!', NULL, NULL),\n(44918, 'vi', 'db', 'Stock Count finalized successfully!', 'Stock Count finalized successfully!', NULL, NULL),\n(44919, 'vi', 'db', 'Table created successfully', 'Table created successfully', NULL, NULL),\n(44920, 'vi', 'db', 'Table updated successfully', 'Table updated successfully', NULL, NULL),\n(44921, 'vi', 'db', 'Table deleted successfully', 'Table deleted successfully', NULL, NULL),\n(44922, 'vi', 'db', 'Tax imported successfully', 'Tax imported successfully', NULL, NULL),\n(44923, 'vi', 'db', 'Transfer imported successfully', 'Transfer imported successfully', NULL, NULL),\n(44924, 'vi', 'db', 'Transfer updated successfully', 'Transfer updated successfully', NULL, NULL),\n(44925, 'vi', 'db', 'Transfer deleted successfully', 'Transfer deleted successfully', NULL, NULL),\n(44926, 'vi', 'db', 'Unit imported successfully', 'Unit imported successfully', NULL, NULL),\n(44927, 'vi', 'db', 'Data updated successfullly', 'Data updated successfullly', NULL, NULL),\n(44928, 'vi', 'db', 'Please Confirm your new password', 'Please Confirm your new password', NULL, NULL),\n(44929, 'vi', 'db', 'Current Password does not match', 'Current Password does not match', NULL, NULL),\n(44930, 'vi', 'db', 'Data deleted successfullly', 'Data deleted successfullly', NULL, NULL),\n(44931, 'vi', 'db', 'Warehouse imported successfully', 'Warehouse imported successfully', NULL, NULL),\n(44932, 'vi', 'db', 'Font', 'Font', NULL, NULL),\n(44933, 'vi', 'db', 'Allow customers to order', 'Allow customers to order', NULL, NULL),\n(44934, 'vi', 'db', 'Place Order', 'Place Order', NULL, NULL),\n(44935, 'vi', 'db', 'Zip \/ Postal Code', 'Zip \/ Postal Code', NULL, NULL),\n(44936, 'vi', 'db', 'Add Point', 'Add Point', NULL, NULL),\n(44937, 'vi', 'db', 'Invoice Settings', 'Invoice Settings', NULL, NULL),\n(44938, 'vi', 'db', 'Invoice Type', 'Invoice Type', NULL, NULL),\n(44939, 'vi', 'db', 'Numbering Type', 'Numbering Type', NULL, NULL),\n(44940, 'vi', 'db', 'Start Number', 'Start Number', NULL, NULL),\n(44941, 'vi', 'db', 'Header Text', 'Header Text', NULL, NULL),\n(44942, 'vi', 'db', 'Footer Text', 'Footer Text', NULL, NULL),\n(44943, 'vi', 'db', 'Company Logo', 'Company Logo', NULL, NULL),\n(44944, 'vi', 'db', 'Logo Height', 'Logo Height', NULL, NULL),\n(44945, 'vi', 'db', 'Logo Width', 'Logo Width', NULL, NULL),\n(44946, 'vi', 'db', 'Primary Color', 'Primary Color', NULL, NULL),\n(44947, 'vi', 'db', 'Invoice Date Format', 'Invoice Date Format', NULL, NULL),\n(44948, 'vi', 'db', 'Show Barcode', 'Show Barcode', NULL, NULL),\n(44949, 'vi', 'db', 'Show QR Code', 'Show QR Code', NULL, NULL),\n(44950, 'vi', 'db', 'Show Description(Only 58mm,80mm]', 'Show Description(Only 58mm,80mm]', NULL, NULL),\n(44951, 'vi', 'db', 'Show In Words', 'Show In Words', NULL, NULL),\n(44952, 'vi', 'db', 'Active Primary Color', 'Active Primary Color', NULL, NULL),\n(44953, 'vi', 'db', 'Show Warehouse Info', 'Show Warehouse Info', NULL, NULL),\n(44954, 'vi', 'db', 'Show Bill TO Info', 'Show Bill TO Info', NULL, NULL),\n(44955, 'vi', 'db', 'Received By Info', 'Received By Info', NULL, NULL),\n(44956, 'vi', 'db', 'Show Footer Text', 'Show Footer Text', NULL, NULL),\n(44957, 'vi', 'db', 'Show Payment Note', 'Show Payment Note', NULL, NULL),\n(44958, 'vi', 'db', 'Show Reference No', 'Show Reference No', NULL, NULL),\n(44959, 'vi', 'db', 'Active Date Format', 'Active Date Format', NULL, NULL),\n(44960, 'vi', 'db', 'Invoice Generate Setting', 'Invoice Generate Setting', NULL, NULL),\n(44961, 'vi', 'db', 'Active Logo Height Width', 'Active Logo Height Width', NULL, NULL),\n(44962, 'vi', 'db', 'Add New Invoice Setting', 'Add New Invoice Setting', NULL, NULL),\n(44963, 'vi', 'db', 'Edit Invoice Setting', 'Edit Invoice Setting', NULL, NULL),\n(44964, 'vi', 'db', 'Size', 'Size', NULL, NULL),\n(44965, 'vi', 'db', 'Is Default', 'Is Default', NULL, NULL),\n(44966, 'vi', 'db', 'Set Default', 'Set Default', NULL, NULL),\n(44967, 'vi', 'db', 'Date Wise', 'Date Wise', NULL, NULL),\n(44968, 'vi', 'db', 'Random', 'Random', NULL, NULL),\n(44969, 'vi', 'db', 'Sequesntial', 'Sequesntial', NULL, NULL),\n(44970, 'vi', 'db', 'Date Range', 'Date Range', NULL, NULL),\n(44971, 'vi', 'db', 'Invoice Create\/Edit\/Delete', 'Invoice Create\/Edit\/Delete', NULL, NULL),\n(44972, 'vi', 'db', 'Served By', 'Served By', NULL, NULL),\n(44973, 'en', 'db', 'Hide Total Due', 'Hide Total Due', '2025-07-02 03:31:19', '2025-07-02 03:31:19'),\n(44974, 'en', 'db', 'Filter Purchases', 'Filter Purchases', '2025-07-16 04:49:43', '2025-07-16 04:49:43'),\n(44975, 'al', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(44976, 'ar', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(44977, 'az', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(44978, 'bg', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(44979, 'bn', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(44980, 'de', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(44981, 'en', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(44982, 'en', 'db', 'Available Quantity', 'Available Quantity', NULL, NULL),\n(44983, 'es', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(44984, 'fr', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(44985, 'id', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(44986, 'ms', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(44987, 'pt', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(44988, 'sr', 'db', 'dashboard', 'Kontrolna tabla', NULL, NULL),\n(44989, 'sr', 'db', 'language', 'Jezik', NULL, NULL),\n(44990, 'sr', 'db', 'Languages', 'Jezici', NULL, NULL),\n(44991, 'sr', 'db', 'revenue', 'Prihod', NULL, NULL),\n(44992, 'sr', 'db', 'product', 'Proizvod', NULL, NULL),\n(44993, 'sr', 'db', 'category', 'Kategorija', NULL, NULL),\n(44994, 'sr', 'db', 'product_list', 'Lista proizvoda', NULL, NULL),\n(44995, 'sr', 'db', 'add_product', 'Dodaj proizvod', NULL, NULL),\n(44996, 'sr', 'db', 'import_product', 'Uvezi proizvode', NULL, NULL),\n(44997, 'sr', 'db', 'print_barcode', '\u0160tampaj bar-kod', NULL, NULL),\n(44998, 'sr', 'db', 'welcome', 'Dobrodo\u0161li', NULL, NULL),\n(44999, 'sr', 'db', 'profile', 'Profil', NULL, NULL),\n(45000, 'sr', 'db', 'add', 'Dodaj', NULL, NULL),\n(45001, 'sr', 'db', 'parent', 'Nadre\u0111eni', NULL, NULL),\n(45002, 'sr', 'db', 'action', 'akcija', NULL, NULL),\n(45003, 'sr', 'db', 'import', 'Uvezi', NULL, NULL),\n(45004, 'sr', 'db', 'edit', 'Izmeni', NULL, NULL),\n(45005, 'sr', 'db', 'delete', 'Obri\u0161i', NULL, NULL),\n(45006, 'sr', 'db', 'name', 'Naziv', NULL, NULL),\n(45007, 'sr', 'db', 'submit', 'Potvrdi', NULL, NULL),\n(45008, 'sr', 'db', 'update', 'A\u017euriraj', NULL, NULL),\n(45009, 'sr', 'db', 'The field labels marked with * are required input fields', 'Polja ozna\u010dena sa * su obavezna.', NULL, NULL),\n(45010, 'sr', 'db', 'settings', 'Pode\u0161avanja', NULL, NULL),\n(45011, 'sr', 'db', 'logout', 'Odjava', NULL, NULL),\n(45012, 'sr', 'db', 'return', 'Povra\u0107aj', NULL, NULL),\n(45013, 'sr', 'db', 'profit', 'Profit', NULL, NULL),\n(45014, 'sr', 'db', 'sale qty', 'Koli\u010dina prodaje', NULL, NULL),\n(45015, 'sr', 'db', 'yearly report', 'Godi\u0161nji izve\u0161taj', NULL, NULL),\n(45016, 'sr', 'db', 'sale amount', 'Iznos prodaje', NULL, NULL),\n(45017, 'sr', 'db', 'recent sales', 'Nedavne prodaje', NULL, NULL),\n(45018, 'sr', 'db', 'latest', 'Najnovije', NULL, NULL),\n(45019, 'sr', 'db', 'best selling product', 'Najprodavaniji proizvod', NULL, NULL),\n(45020, 'sr', 'db', 'top', 'Top', NULL, NULL),\n(45021, 'sr', 'db', 'date', 'Datum', NULL, NULL),\n(45022, 'sr', 'db', 'reference', 'Referenca', NULL, NULL),\n(45023, 'sr', 'db', 'customer', 'Kupac', NULL, NULL),\n(45024, 'sr', 'db', 'status', 'Status', NULL, NULL),\n(45025, 'sr', 'db', 'grand total', 'Ukupan iznos', NULL, NULL),\n(45026, 'sr', 'db', 'Product Details', 'Detalji proizvoda', NULL, NULL),\n(45027, 'sr', 'db', 'qty', 'Kol', NULL, NULL),\n(45028, 'sr', 'db', 'Price', 'Cena', NULL, NULL),\n(45029, 'sr', 'db', 'Image', 'Slika', NULL, NULL),\n(45030, 'sr', 'db', 'Code', '\u0160ifra', NULL, NULL),\n(45031, 'sr', 'db', 'Brand', 'Brend', NULL, NULL),\n(45032, 'sr', 'db', 'Quantity', 'Koli\u010dina', NULL, NULL),\n(45033, 'sr', 'db', 'Unit', 'Jedinica', NULL, NULL),\n(45034, 'sr', 'db', 'Type', 'Tip', NULL, NULL),\n(45035, 'sr', 'db', 'Barcode Symbology', 'Simbologija bar-koda', NULL, NULL),\n(45036, 'sr', 'db', 'Sale', 'Prodaja', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(45037, 'sr', 'db', 'Purchase', 'Nabavka', NULL, NULL),\n(45038, 'sr', 'db', 'Cost', 'Tro\u0161ak', NULL, NULL),\n(45039, 'sr', 'db', 'Alert', 'Upozorenje', NULL, NULL),\n(45040, 'sr', 'db', 'Promotional Price', 'Promotivna cena', NULL, NULL),\n(45041, 'sr', 'db', 'Promotion', 'Promocija', NULL, NULL),\n(45042, 'sr', 'db', 'Featured', 'Istaknuto', NULL, NULL),\n(45043, 'sr', 'db', 'Tax', 'Porez', NULL, NULL),\n(45044, 'sr', 'db', 'Invoice Details', 'Detalji fakture', NULL, NULL),\n(45045, 'sr', 'db', 'Generate', 'Generi\u0161i', NULL, NULL),\n(45046, 'sr', 'db', 'Promotion Starts', 'Promocija po\u010dinje', NULL, NULL),\n(45047, 'sr', 'db', 'Promotion Ends', 'Promocija se zavr\u0161ava', NULL, NULL),\n(45048, 'sr', 'db', 'Starting', 'Po\u010detak', NULL, NULL),\n(45049, 'sr', 'db', 'Ending', 'Kraj', NULL, NULL),\n(45050, 'sr', 'db', 'Print', '\u0160tampaj', NULL, NULL),\n(45051, 'sr', 'db', 'Barcode', 'Bar-kod', NULL, NULL),\n(45052, 'sr', 'db', 'Supplier', 'Dobavlja\u010d', NULL, NULL),\n(45053, 'sr', 'db', 'Paid', 'Pla\u0107eno', NULL, NULL),\n(45054, 'sr', 'db', 'Balance', 'Stanje', NULL, NULL),\n(45055, 'sr', 'db', 'Payment', 'Pla\u0107anje', NULL, NULL),\n(45056, 'sr', 'db', 'View', 'Pregled', NULL, NULL),\n(45057, 'sr', 'db', 'Warehouse', 'Magacin', NULL, NULL),\n(45058, 'sr', 'db', 'Attach Document', 'Prilo\u017ei dokument', NULL, NULL),\n(45059, 'sr', 'db', 'Select Product', 'Izaberi proizvod', NULL, NULL),\n(45060, 'sr', 'db', 'Order', 'Porud\u017ebina', NULL, NULL),\n(45061, 'sr', 'db', 'Order Table', 'Tabela porud\u017ebina', NULL, NULL),\n(45062, 'sr', 'db', 'Discount', 'Popust', NULL, NULL),\n(45063, 'sr', 'db', 'Unit Cost', 'Cena po jedinici', NULL, NULL),\n(45064, 'sr', 'db', 'Unit Price', 'Jedini\u010dna cena', NULL, NULL),\n(45065, 'sr', 'db', 'Net Unit Cost', 'Neto cena po jedinici', NULL, NULL),\n(45066, 'sr', 'db', 'Net Unit Price', 'Neto jedini\u010dna cena', NULL, NULL),\n(45067, 'sr', 'db', 'Shipping Cost', 'Tro\u0161kovi isporuke', NULL, NULL),\n(45068, 'sr', 'db', 'Subtotal', 'Me\u0111uzbir', NULL, NULL),\n(45069, 'sr', 'db', 'Note', 'Napomena', NULL, NULL),\n(45070, 'sr', 'db', 'Items', 'Stavke', NULL, NULL),\n(45071, 'sr', 'db', 'Total', 'Ukupno', NULL, NULL),\n(45072, 'sr', 'db', 'Recieved', 'Primljeno', NULL, NULL),\n(45073, 'sr', 'db', 'Upload CSV File', 'Otpremi CSV fajl', NULL, NULL),\n(45074, 'sr', 'db', 'Download Sample File', 'Preuzmi primer fajla', NULL, NULL),\n(45075, 'sr', 'db', 'Sample File', 'Primer fajla', NULL, NULL),\n(45076, 'sr', 'db', 'Download', 'Preuzmi', NULL, NULL),\n(45077, 'sr', 'db', 'The correct column order is', 'Ispravan redosled kolona je', NULL, NULL),\n(45078, 'sr', 'db', 'and you must follow this', 'i morate ga po\u0161tovati', NULL, NULL),\n(45079, 'sr', 'db', 'All columns are required', 'Sve kolone su obavezne', NULL, NULL),\n(45080, 'sr', 'db', 'Biller', 'Izdavalac ra\u010duna', NULL, NULL),\n(45081, 'sr', 'db', 'From', 'Od', NULL, NULL),\n(45082, 'sr', 'db', 'To', 'Do', NULL, NULL),\n(45083, 'sr', 'db', 'Created By', 'Kreirao\/la', NULL, NULL),\n(45084, 'sr', 'db', 'Amount', 'Iznos', NULL, NULL),\n(45085, 'sr', 'db', 'Staff', 'Osoblje', NULL, NULL),\n(45086, 'sr', 'db', 'Quotation', 'Ponuda', NULL, NULL),\n(45087, 'sr', 'db', 'Create', 'Kreiraj', NULL, NULL),\n(45088, 'sr', 'db', 'Adjustment', 'Pode\u0161avanje', NULL, NULL),\n(45089, 'sr', 'db', 'Subtraction', 'Oduzimanje', NULL, NULL),\n(45090, 'sr', 'db', 'Addition', 'Dodavanje', NULL, NULL),\n(45091, 'sr', 'db', 'Transfer', 'Prenos', NULL, NULL),\n(45092, 'sr', 'db', 'User', 'Korisnik', NULL, NULL),\n(45093, 'sr', 'db', 'Email', 'Email', NULL, NULL),\n(45094, 'sr', 'db', 'Company Name', 'Naziv firme', NULL, NULL),\n(45095, 'sr', 'db', 'Phone Number', 'Broj telefona', NULL, NULL),\n(45096, 'sr', 'db', 'Role', 'Uloga', NULL, NULL),\n(45097, 'sr', 'db', 'UserName', 'Korisni\u010dko ime', NULL, NULL),\n(45098, 'sr', 'db', 'Password', 'Lozinka', NULL, NULL),\n(45099, 'sr', 'db', 'LogIn', 'Prijava', NULL, NULL),\n(45100, 'sr', 'db', 'Change Password', 'Promeni lozinku', NULL, NULL),\n(45101, 'sr', 'db', 'Active', 'Aktivan', NULL, NULL),\n(45102, 'sr', 'db', 'Customer Group', 'Grupa kupaca', NULL, NULL),\n(45103, 'sr', 'db', 'Address', 'Adresa', NULL, NULL),\n(45104, 'sr', 'db', 'City', 'Grad', NULL, NULL),\n(45105, 'sr', 'db', 'Postal Code', 'Po\u0161tanski broj', NULL, NULL),\n(45106, 'sr', 'db', 'Country', 'Dr\u017eava', NULL, NULL),\n(45107, 'sr', 'db', 'State', 'Pokrajina', NULL, NULL),\n(45108, 'sr', 'db', 'Upload File', 'Otpremi fajl', NULL, NULL),\n(45109, 'sr', 'db', 'List', 'Lista', NULL, NULL),\n(45110, 'sr', 'db', 'VAT Number', 'PIB', NULL, NULL),\n(45111, 'sr', 'db', 'Choose Your Date', 'Izaberite datum', NULL, NULL),\n(45112, 'sr', 'db', 'Loss', 'Gubitak', NULL, NULL),\n(45113, 'sr', 'db', 'Or', 'Ili', NULL, NULL),\n(45114, 'sr', 'db', 'Sent', 'Poslato', NULL, NULL),\n(45115, 'sr', 'db', 'Net Profit', 'Neto profit', NULL, NULL),\n(45116, 'sr', 'db', 'Best Seller', 'Najprodavanije', NULL, NULL),\n(45117, 'sr', 'db', 'Best Seller From', 'Najprodavanije od', NULL, NULL),\n(45118, 'sr', 'db', 'Product Report', 'Izve\u0161taj o proizvodima', NULL, NULL),\n(45119, 'sr', 'db', 'Purchased', 'Kupljeno', NULL, NULL),\n(45120, 'sr', 'db', 'Sold', 'Prodato', NULL, NULL),\n(45121, 'sr', 'db', 'In Stock', 'Na stanju', NULL, NULL),\n(45122, 'sr', 'db', 'Reports', 'Izve\u0161taji', NULL, NULL),\n(45123, 'sr', 'db', 'Daily Sale', 'Dnevna prodaja', NULL, NULL),\n(45124, 'sr', 'db', 'Daily Sale Report', 'Izve\u0161taj o dnevnoj prodaji', NULL, NULL),\n(45125, 'sr', 'db', 'Monthly Sale', 'Mese\u010dna prodaja', NULL, NULL),\n(45126, 'sr', 'db', 'Monthly Sale Report', 'Izve\u0161taj o mese\u010dnoj prodaji', NULL, NULL),\n(45127, 'sr', 'db', 'Daily Purchase', 'Dnevna nabavka', NULL, NULL),\n(45128, 'sr', 'db', 'Daily Purchase Report', 'Izve\u0161taj o dnevnoj nabavci', NULL, NULL),\n(45129, 'sr', 'db', 'Monthly Purchase', 'Mese\u010dna nabavka', NULL, NULL),\n(45130, 'sr', 'db', 'Monthly Purchase Report', 'Izve\u0161taj o mese\u010dnoj nabavci', NULL, NULL),\n(45131, 'sr', 'db', 'Previous', 'Prethodno', NULL, NULL),\n(45132, 'sr', 'db', 'Next', 'Slede\u0107e', NULL, NULL),\n(45133, 'sr', 'db', 'Stock Chart', 'Grafikon zaliha', NULL, NULL),\n(45134, 'sr', 'db', 'Due', 'Dugovanje', NULL, NULL),\n(45135, 'sr', 'db', 'Description', 'Opis', NULL, NULL),\n(45136, 'sr', 'db', 'Change Permission', 'Promeni dozvole', NULL, NULL),\n(45137, 'sr', 'db', 'Group Permission', 'Dozvole grupe', NULL, NULL),\n(45138, 'sr', 'db', 'Permissions', 'Dozvole', NULL, NULL),\n(45139, 'sr', 'db', 'Percentage', 'Procenat', NULL, NULL),\n(45140, 'sr', 'db', 'Title', 'Naslov', NULL, NULL),\n(45141, 'sr', 'db', 'Base Unit', 'Osnovna jedinica', NULL, NULL),\n(45142, 'sr', 'db', 'Operator', 'Operator', NULL, NULL),\n(45143, 'sr', 'db', 'Operation Value', 'Vrednost operacije', NULL, NULL),\n(45144, 'sr', 'db', 'Rate', 'Stopa', NULL, NULL),\n(45145, 'sr', 'db', 'General Setting', 'Op\u0161ta pode\u0161avanja', NULL, NULL),\n(45146, 'sr', 'db', 'Site Title', 'Naslov sajta', NULL, NULL),\n(45147, 'sr', 'db', 'Site Logo', 'Logo sajta', NULL, NULL),\n(45148, 'sr', 'db', 'Current Password', 'Trenutna lozinka', NULL, NULL),\n(45149, 'sr', 'db', 'New Password', 'Nova lozinka', NULL, NULL),\n(45150, 'sr', 'db', 'Confirm Password', 'Potvrdi lozinku', NULL, NULL),\n(45151, 'sr', 'db', 'POS Setting', 'POS pode\u0161avanja', NULL, NULL),\n(45152, 'sr', 'db', 'Developed By', 'Razvio\/la', NULL, NULL),\n(45153, 'sr', 'db', 'All', 'Sve', NULL, NULL),\n(45154, 'sr', 'db', 'By', 'Od', NULL, NULL),\n(45155, 'sr', 'db', 'Cheque Number', 'Broj \u010deka', NULL, NULL),\n(45156, 'sr', 'db', 'Invoice', 'Faktura', NULL, NULL),\n(45157, 'sr', 'db', 'Shipping', 'Isporuka', NULL, NULL),\n(45158, 'sr', 'db', 'Finalize Sale', 'Zaklju\u010di prodaju', NULL, NULL),\n(45159, 'sr', 'db', 'People', 'Ljudi', NULL, NULL),\n(45160, 'sr', 'db', 'Option', 'Opcija', NULL, NULL),\n(45161, 'sr', 'db', 'Bill', 'Ra\u010dun', NULL, NULL),\n(45162, 'sr', 'db', 'Go To', 'Idi na', NULL, NULL),\n(45163, 'sr', 'db', 'Mode', 'Re\u017eim', NULL, NULL),\n(45164, 'sr', 'db', 'In Words', 'Slovima', NULL, NULL),\n(45165, 'sr', 'db', 'Stamp', 'Pe\u010dat', NULL, NULL),\n(45166, 'sr', 'db', 'Signature', 'Potpis', NULL, NULL),\n(45167, 'sr', 'db', 'Developed', 'Razvijeno', NULL, NULL),\n(45168, 'sr', 'db', 'Attach File', 'Prilo\u017ei fajl', NULL, NULL),\n(45169, 'sr', 'db', 'File Link', 'Link do fajla', NULL, NULL),\n(45170, 'sr', 'db', 'Delivery', 'Dostava', NULL, NULL),\n(45171, 'sr', 'db', 'Delivered', 'Dostavljeno', NULL, NULL),\n(45172, 'sr', 'db', 'For Digital product sale_unit will be n\\\\\/a', 'Za digitalne proizvode, prodajna jedinica je n\/a', NULL, NULL),\n(45173, 'sr', 'db', 'Forgot Password?', 'Zaboravili ste lozinku?', NULL, NULL),\n(45174, 'sr', 'db', 'Do not have an account?', 'Nemate nalog?', NULL, NULL),\n(45175, 'sr', 'db', 'Register', 'Registruj se', NULL, NULL),\n(45176, 'sr', 'db', 'Expense Category', 'Kategorija tro\u0161ka', NULL, NULL),\n(45177, 'sr', 'db', 'Expense', 'Tro\u0161ak', NULL, NULL),\n(45178, 'sr', 'db', 'Gift Card', 'Poklon kartica', NULL, NULL),\n(45179, 'sr', 'db', 'Card', 'Kartica', NULL, NULL),\n(45180, 'sr', 'db', 'Expiry Date', 'Datum isteka', NULL, NULL),\n(45181, 'sr', 'db', 'Recharge', 'Dopuni', NULL, NULL),\n(45182, 'sr', 'db', 'Deposit', 'Depozit', NULL, NULL),\n(45183, 'sr', 'db', 'Choose Warehouse', 'Izaberite magacin', NULL, NULL),\n(45184, 'sr', 'db', 'Choose Supplier', 'Izaberite dobavlja\u010da', NULL, NULL),\n(45185, 'sr', 'db', 'Choose Customer', 'Izaberite kupca', NULL, NULL),\n(45186, 'sr', 'db', 'Touchscreen keybord', 'Tastatura na ekranu', NULL, NULL),\n(45187, 'sr', 'db', 'Already have an account', 'Ve\u0107 imate nalog', NULL, NULL),\n(45188, 'sr', 'db', 'Currency', 'Valuta', NULL, NULL),\n(45189, 'sr', 'db', 'Mail Setting', 'Pode\u0161avanja email-a', NULL, NULL),\n(45190, 'sr', 'db', 'Mail Host', 'Mail host', NULL, NULL),\n(45191, 'sr', 'db', 'Mail Port', 'Mail port', NULL, NULL),\n(45192, 'sr', 'db', 'Mail From Name', 'Ime po\u0161iljaoca', NULL, NULL),\n(45193, 'sr', 'db', 'Mail Address', 'Email adresa', NULL, NULL),\n(45194, 'sr', 'db', 'Encryption', 'Enkripcija', NULL, NULL),\n(45195, 'sr', 'db', 'Today', 'Danas', NULL, NULL),\n(45196, 'sr', 'db', 'Last 7 Days', 'Poslednjih 7 dana', NULL, NULL),\n(45197, 'sr', 'db', 'This Month', 'Ovaj mesec', NULL, NULL),\n(45198, 'sr', 'db', 'This Year', 'Ova godina', NULL, NULL),\n(45199, 'sr', 'db', 'Cash in Hand', 'Gotovina u blagajni', NULL, NULL),\n(45200, 'sr', 'db', 'In Hand', 'U blagajni', NULL, NULL),\n(45201, 'sr', 'db', 'Summary Report', 'Sumarni izve\u0161taj', NULL, NULL),\n(45202, 'sr', 'db', 'Draft', 'Nacrt', NULL, NULL),\n(45203, 'sr', 'db', 'Coupon', 'Kupon', NULL, NULL),\n(45204, 'sr', 'db', 'Available', 'Dostupno', NULL, NULL),\n(45205, 'sr', 'db', 'Minimum Sale', 'Minimalna prodaja', NULL, NULL),\n(45206, 'sr', 'db', 'Add Sale', 'Dodaj prodaju', NULL, NULL),\n(45207, 'sr', 'db', 'Import Sale', 'Uvezi prodaju', NULL, NULL),\n(45208, 'sr', 'db', 'Sale Status', 'Status prodaje', NULL, NULL),\n(45209, 'sr', 'db', 'Payment Status', 'Status pla\u0107anja', NULL, NULL),\n(45210, 'sr', 'db', 'Generate Invoice', 'Generi\u0161i fakturu', NULL, NULL),\n(45211, 'sr', 'db', 'Add Payment', 'Dodaj pla\u0107anje', NULL, NULL),\n(45212, 'sr', 'db', 'View Payment', 'Pregled pla\u0107anja', NULL, NULL),\n(45213, 'sr', 'db', 'Add Delivery', 'Dodaj dostavu', NULL, NULL),\n(45214, 'sr', 'db', 'PDF', 'PDF', NULL, NULL),\n(45215, 'sr', 'db', 'CSV', 'CSV', NULL, NULL),\n(45216, 'sr', 'db', 'Column visibility', 'Vidljivost kolona', NULL, NULL),\n(45217, 'sr', 'db', 'Search', 'Pretraga', NULL, NULL),\n(45218, 'sr', 'db', 'records per page', 'zapisa po stranici', NULL, NULL),\n(45219, 'sr', 'db', 'Showing', 'Prikazano', NULL, NULL),\n(45220, 'sr', 'db', 'Order Discount', 'Popust na porud\u017ebinu', NULL, NULL),\n(45221, 'sr', 'db', 'Order Tax', 'Porez na porud\u017ebinu', NULL, NULL),\n(45222, 'sr', 'db', 'Sale Note', 'Napomena o prodaji', NULL, NULL),\n(45223, 'sr', 'db', 'Staff Note', 'Napomena osoblja', NULL, NULL),\n(45224, 'sr', 'db', 'Paid Amount', 'Pla\u0107eni iznos', NULL, NULL),\n(45225, 'sr', 'db', 'Sale Details', 'Detalji prodaje', NULL, NULL),\n(45226, 'sr', 'db', 'Purchase List', 'Lista nabavki', NULL, NULL),\n(45227, 'sr', 'db', 'Add Purchase', 'Dodaj nabavku', NULL, NULL),\n(45228, 'sr', 'db', 'Import Purchase By CSV', 'Uvezi nabavku putem CSV-a', NULL, NULL),\n(45229, 'sr', 'db', 'Sale List', 'Lista prodaja', NULL, NULL),\n(45230, 'sr', 'db', 'Import Sale By CSV', 'Uvezi prodaju putem CSV-a', NULL, NULL),\n(45231, 'sr', 'db', 'Gift Card List', 'Lista poklon kartica', NULL, NULL),\n(45232, 'sr', 'db', 'Coupon List', 'Lista kupona', NULL, NULL),\n(45233, 'sr', 'db', 'Delivery List', 'Lista dostava', NULL, NULL),\n(45234, 'sr', 'db', 'Expense List', 'Lista tro\u0161kova', NULL, NULL),\n(45235, 'sr', 'db', 'Add Expense', 'Dodaj tro\u0161ak', NULL, NULL),\n(45236, 'sr', 'db', 'Quotation List', 'Lista ponuda', NULL, NULL),\n(45237, 'sr', 'db', 'Add Quotation', 'Dodaj ponudu', NULL, NULL),\n(45238, 'sr', 'db', 'Transfer List', 'Lista prenosa', NULL, NULL),\n(45239, 'sr', 'db', 'Add Transfer', 'Dodaj prenos', NULL, NULL),\n(45240, 'sr', 'db', 'Import Transfer By CSV', 'Uvezi prenos putem CSV-a', NULL, NULL),\n(45241, 'sr', 'db', 'Return List', 'Lista povra\u0107aja', NULL, NULL),\n(45242, 'sr', 'db', 'Add Return', 'Dodaj povra\u0107aj', NULL, NULL),\n(45243, 'sr', 'db', 'Quantity Adjustment', 'Pode\u0161avanje koli\u010dine', NULL, NULL),\n(45244, 'sr', 'db', 'Adjustment List', 'Lista pode\u0161avanja', NULL, NULL),\n(45245, 'sr', 'db', 'Add Adjustment', 'Dodaj pode\u0161avanje', NULL, NULL),\n(45246, 'sr', 'db', 'User List', 'Lista korisnika', NULL, NULL),\n(45247, 'sr', 'db', 'Add User', 'Dodaj korisnika', NULL, NULL),\n(45248, 'sr', 'db', 'Customer List', 'Lista kupaca', NULL, NULL),\n(45249, 'sr', 'db', 'Add Customer', 'Dodaj kupca', NULL, NULL),\n(45250, 'sr', 'db', 'Biller List', 'Lista izdavalaca ra\u010duna', NULL, NULL),\n(45251, 'sr', 'db', 'Add Biller', 'Dodaj izdavaoca ra\u010duna', NULL, NULL),\n(45252, 'sr', 'db', 'Supplier List', 'Lista dobavlja\u010da', NULL, NULL),\n(45253, 'sr', 'db', 'Add Supplier', 'Dodaj dobavlja\u010da', NULL, NULL),\n(45254, 'sr', 'db', 'Sale Report', 'Izve\u0161taj o prodaji', NULL, NULL),\n(45255, 'sr', 'db', 'Purchase Report', 'Izve\u0161taj o nabavci', NULL, NULL),\n(45256, 'sr', 'db', 'Payment Report', 'Izve\u0161taj o pla\u0107anjima', NULL, NULL),\n(45257, 'sr', 'db', 'Warehouse Stock Chart', 'Grafikon zaliha magacina', NULL, NULL),\n(45258, 'sr', 'db', 'Product Quantity Alert', 'Upozorenje o koli\u010dini proizvoda', NULL, NULL),\n(45259, 'sr', 'db', 'Customer Report', 'Izve\u0161taj o kupcima', NULL, NULL),\n(45260, 'sr', 'db', 'Supplier Report', 'Izve\u0161taj o dobavlja\u010dima', NULL, NULL),\n(45261, 'sr', 'db', 'Due Report', 'Izve\u0161taj o dugovanjima', NULL, NULL),\n(45262, 'sr', 'db', 'User Profile', 'Korisni\u010dki profil', NULL, NULL),\n(45263, 'sr', 'db', 'Cash Flow', 'Tok gotovine', NULL, NULL),\n(45264, 'sr', 'db', 'Add Category', 'Dodaj kategoriju', NULL, NULL),\n(45265, 'sr', 'db', 'Import Category', 'Uvezi kategoriju', NULL, NULL),\n(45266, 'sr', 'db', 'Parent Category', 'Nadre\u0111ena kategorija', NULL, NULL),\n(45267, 'sr', 'db', 'Product Image', 'Slika proizvoda', NULL, NULL),\n(45268, 'sr', 'db', 'Product Name', 'Naziv proizvoda', NULL, NULL),\n(45269, 'sr', 'db', 'Product Code', '\u0160ifra proizvoda', NULL, NULL),\n(45270, 'sr', 'db', 'Product Type', 'Tip proizvoda', NULL, NULL),\n(45271, 'sr', 'db', 'Product Unit', 'Jedinica mere proizvoda', NULL, NULL),\n(45272, 'sr', 'db', 'Sale Unit', 'Prodajna jedinica', NULL, NULL),\n(45273, 'sr', 'db', 'Purchase Unit', 'Nabavna jedinica', NULL, NULL),\n(45274, 'sr', 'db', 'Product Cost', 'Tro\u0161ak proizvoda', NULL, NULL),\n(45275, 'sr', 'db', 'Product Price', 'Cena proizvoda', NULL, NULL),\n(45276, 'sr', 'db', 'Alert Quantity', 'Koli\u010dina za upozorenje', NULL, NULL),\n(45277, 'sr', 'db', 'Add Promotional Price', 'Dodaj promotivnu cenu', NULL, NULL),\n(45278, 'sr', 'db', 'Product Tax', 'Porez na proizvod', NULL, NULL),\n(45279, 'sr', 'db', 'Tax Method', 'Metod oporezivanja', NULL, NULL),\n(45280, 'sr', 'db', 'Featured product will be displayed in POS', 'Istaknuti proizvod \u0107e biti prikazan u POS-u', NULL, NULL),\n(45281, 'sr', 'db', 'Product Invoice Details', 'Detalji fakture proizvoda', NULL, NULL),\n(45282, 'sr', 'db', 'Purchase Status', 'Status nabavke', NULL, NULL),\n(45283, 'sr', 'db', 'Add Gift Card', 'Dodaj poklon karticu', NULL, NULL),\n(45284, 'sr', 'db', 'Card No', 'Broj kartice', NULL, NULL),\n(45285, 'sr', 'db', 'Reference No', 'Referentni broj', NULL, NULL),\n(45286, 'sr', 'db', 'Add Coupon', 'Dodaj kupon', NULL, NULL),\n(45287, 'sr', 'db', 'Coupon Code', 'Kod kupona', NULL, NULL),\n(45288, 'sr', 'db', 'Minimum Amount', 'Minimalni iznos', NULL, NULL),\n(45289, 'sr', 'db', 'Update Coupon', 'A\u017euriraj kupon', NULL, NULL),\n(45290, 'sr', 'db', 'Update Purchase', 'A\u017euriraj nabavku', NULL, NULL),\n(45291, 'sr', 'db', 'Update Sale', 'A\u017euriraj prodaju', NULL, NULL),\n(45292, 'sr', 'db', 'Update Product', 'A\u017euriraj proizvod', NULL, NULL),\n(45293, 'sr', 'db', 'Update Category', 'A\u017euriraj kategoriju', NULL, NULL),\n(45294, 'sr', 'db', 'Update Gift Card', 'A\u017euriraj poklon karticu', NULL, NULL),\n(45295, 'sr', 'db', 'Delivery Reference', 'Referenca dostave', NULL, NULL),\n(45296, 'sr', 'db', 'Sale Reference', 'Referenca prodaje', NULL, NULL),\n(45297, 'sr', 'db', 'Add Expense Category', 'Dodaj kategoriju tro\u0161ka', NULL, NULL),\n(45298, 'sr', 'db', 'Import Expense Category', 'Uvezi kategoriju tro\u0161ka', NULL, NULL),\n(45299, 'sr', 'db', 'Update Expense', 'A\u017euriraj tro\u0161ak', NULL, NULL),\n(45300, 'sr', 'db', 'Quotation Status', 'Status ponude', NULL, NULL),\n(45301, 'sr', 'db', 'Create Sale', 'Kreiraj prodaju', NULL, NULL),\n(45302, 'sr', 'db', 'Create Purchase', 'Kreiraj nabavku', NULL, NULL),\n(45303, 'sr', 'db', 'Purchase Details', 'Detalji nabavke', NULL, NULL),\n(45304, 'sr', 'db', 'Quotation Details', 'Detalji ponude', NULL, NULL),\n(45305, 'sr', 'db', 'Import Transfer', 'Uvezi prenos', NULL, NULL),\n(45306, 'sr', 'db', 'Update Transfer', 'A\u017euriraj prenos', NULL, NULL),\n(45307, 'sr', 'db', 'Transfer Status', 'Status prenosa', NULL, NULL),\n(45308, 'sr', 'db', 'Transfer Details', 'Detalji prenosa', NULL, NULL),\n(45309, 'sr', 'db', 'Return Details', 'Detalji povra\u0107aja', NULL, NULL),\n(45310, 'sr', 'db', 'Return Note', 'Napomena o povra\u0107aju', NULL, NULL),\n(45311, 'sr', 'db', 'Update Return', 'A\u017euriraj povra\u0107aj', NULL, NULL),\n(45312, 'sr', 'db', 'Card Details', 'Detalji kartice', NULL, NULL),\n(45313, 'sr', 'db', 'Update Adjustment', 'A\u017euriraj pode\u0161avanje', NULL, NULL),\n(45314, 'sr', 'db', 'Update User', 'A\u017euriraj korisnika', NULL, NULL),\n(45315, 'sr', 'db', 'Update Customer', 'A\u017euriraj kupca', NULL, NULL),\n(45316, 'sr', 'db', 'Import Customer', 'Uvezi kupca', NULL, NULL),\n(45317, 'sr', 'db', 'Add Deposit', 'Dodaj depozit', NULL, NULL),\n(45318, 'sr', 'db', 'View Deposit', 'Pregled depozita', NULL, NULL),\n(45319, 'sr', 'db', 'Import Biller', 'Uvezi izdavaoca ra\u010duna', NULL, NULL),\n(45320, 'sr', 'db', 'Update Biller', 'A\u017euriraj izdavaoca ra\u010duna', NULL, NULL),\n(45321, 'sr', 'db', 'To display Image it must be stored in', 'Da bi se slika prikazala, mora biti sa\u010duvana u', NULL, NULL),\n(45322, 'sr', 'db', 'directory', 'direktorijumu', NULL, NULL),\n(45323, 'sr', 'db', 'Import Supplier', 'Uvezi dobavlja\u010da', NULL, NULL),\n(45324, 'sr', 'db', 'Update Supplier', 'A\u017euriraj dobavlja\u010da', NULL, NULL),\n(45325, 'sr', 'db', 'Purchased Amount', 'Nabavljeni iznos', NULL, NULL),\n(45326, 'sr', 'db', 'Purchased Qty', 'Nabavljena koli\u010dina', NULL, NULL),\n(45327, 'sr', 'db', 'Sold Amount', 'Prodati iznos', NULL, NULL),\n(45328, 'sr', 'db', 'Sold Qty', 'Prodata koli\u010dina', NULL, NULL),\n(45329, 'sr', 'db', 'Payment Reference', 'Referenca pla\u0107anja', NULL, NULL),\n(45330, 'sr', 'db', 'Purchase Reference', 'Referenca nabavke', NULL, NULL),\n(45331, 'sr', 'db', 'Paid By', 'Pla\u0107eno od strane', NULL, NULL),\n(45332, 'sr', 'db', 'Total Item', 'Ukupno stavki', NULL, NULL),\n(45333, 'sr', 'db', 'Total Quantity', 'Ukupna koli\u010dina', NULL, NULL),\n(45334, 'sr', 'db', 'Paid Method', 'Na\u010din pla\u0107anja', NULL, NULL),\n(45335, 'sr', 'db', 'Customer Details', 'Detalji kupca', NULL, NULL),\n(45336, 'sr', 'db', 'Bill No', 'Broj ra\u010duna', NULL, NULL),\n(45337, 'sr', 'db', 'Add Role', 'Dodaj ulogu', NULL, NULL),\n(45338, 'sr', 'db', 'Update Role', 'A\u017euriraj ulogu', NULL, NULL),\n(45339, 'sr', 'db', 'Import Warehouse', 'Uvezi magacin', NULL, NULL),\n(45340, 'sr', 'db', 'Update Warehouse', 'A\u017euriraj magacin', NULL, NULL),\n(45341, 'sr', 'db', 'Import Customer Group', 'Uvezi grupu kupaca', NULL, NULL),\n(45342, 'sr', 'db', 'Update Customer Group', 'A\u017euriraj grupu kupaca', NULL, NULL),\n(45343, 'sr', 'db', 'Import Brand', 'Uvezi brend', NULL, NULL),\n(45344, 'sr', 'db', 'Update Brand', 'A\u017euriraj brend', NULL, NULL),\n(45345, 'sr', 'db', 'Import Unit', 'Uvezi jedinicu', NULL, NULL),\n(45346, 'sr', 'db', 'Update Unit', 'A\u017euriraj jedinicu', NULL, NULL),\n(45347, 'sr', 'db', 'Import Tax', 'Uvezi porez', NULL, NULL),\n(45348, 'sr', 'db', 'Update Tax', 'A\u017euriraj porez', NULL, NULL),\n(45349, 'sr', 'db', 'Update User Profile', 'A\u017euriraj korisni\u010dki profil', NULL, NULL),\n(45350, 'sr', 'db', 'Default Customer', 'Podrazumevani kupac', NULL, NULL),\n(45351, 'sr', 'db', 'Default Biller', 'Podrazumevani izdavalac ra\u010duna', NULL, NULL),\n(45352, 'sr', 'db', 'Default Warehouse', 'Podrazumevani magacin', NULL, NULL),\n(45353, 'sr', 'db', 'Displayed Number of Product Row', 'Prikazani broj redova proizvoda', NULL, NULL),\n(45354, 'sr', 'db', 'Add Brand', 'Dodaj brend', NULL, NULL),\n(45355, 'sr', 'db', 'All Deposit', 'Svi depoziti', NULL, NULL),\n(45356, 'sr', 'db', 'Update Deposit', 'A\u017euriraj depozit', NULL, NULL),\n(45357, 'sr', 'db', 'Add Customer Group', 'Dodaj grupu kupaca', NULL, NULL),\n(45358, 'sr', 'db', 'Delivered By', 'Dostavio\/la', NULL, NULL),\n(45359, 'sr', 'db', 'Recieved By', 'Primio\/la', NULL, NULL),\n(45360, 'sr', 'db', 'Update Delivery', 'A\u017euriraj dostavu', NULL, NULL),\n(45361, 'sr', 'db', 'Update Expense Category', 'A\u017euriraj kategoriju tro\u0161ka', NULL, NULL),\n(45362, 'sr', 'db', 'Tax Rate', 'Poreska stopa', NULL, NULL),\n(45363, 'sr', 'db', 'Unit Discount', 'Popust na jedinicu', NULL, NULL),\n(45364, 'sr', 'db', 'Import Purchase', 'Uvezi nabavku', NULL, NULL),\n(45365, 'sr', 'db', 'Payment Note', 'Napomena o pla\u0107anju', NULL, NULL),\n(45366, 'sr', 'db', 'All Payment', 'Sva pla\u0107anja', NULL, NULL),\n(45367, 'sr', 'db', 'Update Payment', 'A\u017euriraj pla\u0107anje', NULL, NULL),\n(45368, 'sr', 'db', 'Update Quotation', 'A\u017euriraj ponudu', NULL, NULL),\n(45369, 'sr', 'db', 'Coupon Discount', 'Popust na kupon', NULL, NULL),\n(45370, 'sr', 'db', 'Payment Mode', 'Na\u010din pla\u0107anja', NULL, NULL),\n(45371, 'sr', 'db', 'Bill To', 'Ra\u010dun za', NULL, NULL),\n(45372, 'sr', 'db', 'Stamp & Signature', 'Pe\u010dat i potpis', NULL, NULL),\n(45373, 'sr', 'db', 'Invoice Generated By', 'Fakturu generisao\/la', NULL, NULL),\n(45374, 'sr', 'db', 'Add Tax', 'Dodaj porez', NULL, NULL),\n(45375, 'sr', 'db', 'Tax Name', 'Naziv poreza', NULL, NULL),\n(45376, 'sr', 'db', 'From Warehouse', 'Iz magacina', NULL, NULL),\n(45377, 'sr', 'db', 'To Warehouse', 'U magacin', NULL, NULL),\n(45378, 'sr', 'db', 'Add Unit', 'Dodaj jedinicu', NULL, NULL),\n(45379, 'sr', 'db', 'Add Warehouse', 'Dodaj magacin', NULL, NULL),\n(45380, 'sr', 'db', 'All Warehouse', 'Svi magacini', NULL, NULL),\n(45381, 'sr', 'db', 'Net Loss', 'Neto gubitak', NULL, NULL),\n(45382, 'sr', 'db', 'Net Sale', 'Neto prodaja', NULL, NULL),\n(45383, 'sr', 'db', 'Net Purchase', 'Neto nabavka', NULL, NULL),\n(45384, 'sr', 'db', 'Net Return', 'Neto povra\u0107aj', NULL, NULL),\n(45385, 'sr', 'db', 'Payment Recieved', 'Uplata primljena', NULL, NULL),\n(45386, 'sr', 'db', 'Payment Sent', 'Uplata poslata', NULL, NULL),\n(45387, 'sr', 'db', 'Product Discount', 'Popust na proizvod', NULL, NULL),\n(45388, 'sr', 'db', 'Completed', 'Zavr\u0161eno', NULL, NULL),\n(45389, 'sr', 'db', 'Pending', 'Na \u010dekanju', NULL, NULL),\n(45390, 'sr', 'db', 'Partial', 'Delimi\u010dno', NULL, NULL),\n(45391, 'sr', 'db', 'Packing', 'Pakovanje', NULL, NULL),\n(45392, 'sr', 'db', 'Delivering', 'U toku dostave', NULL, NULL),\n(45393, 'sr', 'db', 'Ordered', 'Naru\u010deno', NULL, NULL),\n(45394, 'sr', 'db', 'No Tax', 'Bez poreza', NULL, NULL),\n(45395, 'sr', 'db', 'Stock Value by Price', 'Vrednost zaliha po ceni', NULL, NULL),\n(45396, 'sr', 'db', 'Stock Value by Cost', 'Vrednost zaliha po tro\u0161ku', NULL, NULL),\n(45397, 'sr', 'db', 'Estimate Profit', 'Procenjeni profit', NULL, NULL),\n(45398, 'sr', 'db', 'Time Zone', 'Vremenska zona', NULL, NULL),\n(45399, 'sr', 'db', 'Currency Position', 'Pozicija valute', NULL, NULL),\n(45400, 'sr', 'db', 'Prefix', 'Prefiks', NULL, NULL),\n(45401, 'sr', 'db', 'Suffix', 'Sufiks', NULL, NULL),\n(45402, 'sr', 'db', 'Exclusive', 'Ekskluzivno', NULL, NULL),\n(45403, 'sr', 'db', 'Inclusive', 'Inkluzivno', NULL, NULL),\n(45404, 'sr', 'db', 'Combo Products', 'Kombinovani proizvodi', NULL, NULL),\n(45405, 'sr', 'db', 'Image name must be same as product name', 'Naziv slike mora biti isti kao naziv proizvoda', NULL, NULL),\n(45406, 'sr', 'db', 'Paying Amount', 'Iznos za pla\u0107anje', NULL, NULL),\n(45407, 'sr', 'db', 'Payable Amount', 'Iznos za naplatu', NULL, NULL),\n(45408, 'sr', 'db', 'Change', 'Kusur', NULL, NULL),\n(45409, 'sr', 'db', 'Back', 'Nazad', NULL, NULL),\n(45410, 'sr', 'db', 'Role Permission', 'Dozvole uloge', NULL, NULL),\n(45411, 'sr', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', 'Ekskluzivno => Cena proizvoda = Stvarna cena + Porez. Inkluzivno => Stvarna cena = Cena proizvoda - Porez', NULL, NULL),\n(45412, 'sr', 'db', 'Accounting', 'Ra\u010dunovodstvo', NULL, NULL),\n(45413, 'sr', 'db', 'Account', 'Nalog', NULL, NULL),\n(45414, 'sr', 'db', 'Account List', 'Lista naloga', NULL, NULL),\n(45415, 'sr', 'db', 'Add Account', 'Dodaj nalog', NULL, NULL),\n(45416, 'sr', 'db', 'Account No', 'Broj naloga', NULL, NULL),\n(45417, 'sr', 'db', 'Initial Balance', 'Po\u010detno stanje', NULL, NULL),\n(45418, 'sr', 'db', 'Update Account', 'A\u017euriraj nalog', NULL, NULL),\n(45419, 'sr', 'db', 'Default', 'Podrazumevano', NULL, NULL),\n(45420, 'sr', 'db', 'Balance Sheet', 'Bilans stanja', NULL, NULL),\n(45421, 'sr', 'db', 'Debit', 'Duguje', NULL, NULL),\n(45422, 'sr', 'db', 'Credit', 'Potra\u017euje', NULL, NULL),\n(45423, 'sr', 'db', 'Account Statement', 'Izvod sa naloga', NULL, NULL),\n(45424, 'sr', 'db', 'Department', 'Odeljenje', NULL, NULL),\n(45425, 'sr', 'db', 'Add Department', 'Dodaj odeljenje', NULL, NULL),\n(45426, 'sr', 'db', 'Update Department', 'A\u017euriraj odeljenje', NULL, NULL),\n(45427, 'sr', 'db', 'Employee', 'Zaposleni', NULL, NULL),\n(45428, 'sr', 'db', 'Add Employee', 'Dodaj zaposlenog', NULL, NULL),\n(45429, 'sr', 'db', 'Update Employee', 'A\u017euriraj zaposlenog', NULL, NULL),\n(45430, 'sr', 'db', 'Payroll', 'Platni spisak', NULL, NULL),\n(45431, 'sr', 'db', 'Add Payroll', 'Dodaj na platni spisak', NULL, NULL),\n(45432, 'sr', 'db', 'Update Payroll', 'A\u017euriraj platni spisak', NULL, NULL),\n(45433, 'sr', 'db', 'Method', 'Metod', NULL, NULL),\n(45434, 'sr', 'db', 'Sale Return', 'Povra\u0107aj prodaje', NULL, NULL),\n(45435, 'sr', 'db', 'Purchase Return', 'Povra\u0107aj nabavke', NULL, NULL),\n(45436, 'sr', 'db', 'Net Sale Return', 'Neto povra\u0107aj prodaje', NULL, NULL),\n(45437, 'sr', 'db', 'Net Purchase Return', 'Neto povra\u0107aj nabavke', NULL, NULL),\n(45438, 'sr', 'db', 'Attendance', 'Prisustvo', NULL, NULL),\n(45439, 'sr', 'db', 'Add Attendance', 'Dodaj prisustvo', NULL, NULL),\n(45440, 'sr', 'db', 'HRM Setting', 'HRM pode\u0161avanja', NULL, NULL),\n(45441, 'sr', 'db', 'CheckIn', 'Prijava dolaska', NULL, NULL),\n(45442, 'sr', 'db', 'CheckOut', 'Odjava odlaska', NULL, NULL),\n(45443, 'sr', 'db', 'Default CheckIn', 'Podrazumevana prijava dolaska', NULL, NULL),\n(45444, 'sr', 'db', 'Default CheckOut', 'Podrazumevana odjava odlaska', NULL, NULL),\n(45445, 'sr', 'db', 'Present', 'Prisutan', NULL, NULL),\n(45446, 'sr', 'db', 'Late', 'Kasni', NULL, NULL),\n(45447, 'sr', 'db', 'User Report', 'Izve\u0161taj korisnika', NULL, NULL),\n(45448, 'sr', 'db', 'Choose User', 'Izaberite korisnika', NULL, NULL),\n(45449, 'sr', 'db', 'Recieved Amount', 'Primljeni iznos', NULL, NULL),\n(45450, 'sr', 'db', 'Theme', 'Tema', NULL, NULL),\n(45451, 'sr', 'db', 'Staff Access', 'Pristup osoblja', NULL, NULL),\n(45452, 'sr', 'db', 'All Records', 'Svi zapisi', NULL, NULL),\n(45453, 'sr', 'db', 'Own Records', 'Sopstveni zapisi', NULL, NULL),\n(45454, 'sr', 'db', 'Date Format', 'Format datuma', NULL, NULL),\n(45455, 'sr', 'db', 'Empty Database', 'Isprazni bazu podataka', NULL, NULL),\n(45456, 'sr', 'db', 'Stock Count', 'Popis zaliha', NULL, NULL),\n(45457, 'sr', 'db', 'Count Stock', 'Popi\u0161i zalihe', NULL, NULL),\n(45458, 'sr', 'db', 'Full', 'Potpun', NULL, NULL),\n(45459, 'sr', 'db', 'Finalize', 'Zaklju\u010di', NULL, NULL),\n(45460, 'sr', 'db', 'Initial File', 'Po\u010detni fajl', NULL, NULL),\n(45461, 'sr', 'db', 'Final File', 'Kona\u010dni fajl', NULL, NULL),\n(45462, 'sr', 'db', 'Final Report', 'Kona\u010dni izve\u0161taj', NULL, NULL),\n(45463, 'sr', 'db', 'Finalize Stock Count', 'Zaklju\u010di popis zaliha', NULL, NULL),\n(45464, 'sr', 'db', 'You just need to update the Counted column in the initial file', 'Potrebno je samo da a\u017eurirate kolonu \\\"Popisano\\\" u po\u010detnom fajlu', NULL, NULL),\n(45465, 'sr', 'db', 'Files', 'Fajlovi', NULL, NULL),\n(45466, 'sr', 'db', 'Expected', 'O\u010dekivano', NULL, NULL),\n(45467, 'sr', 'db', 'Counted', 'Popisano', NULL, NULL),\n(45468, 'sr', 'db', 'Difference', 'Razlika', NULL, NULL),\n(45469, 'sr', 'db', 'Miscellaneous', 'Razno', NULL, NULL),\n(45470, 'sr', 'db', 'SMS Setting', 'SMS pode\u0161avanja', NULL, NULL),\n(45471, 'sr', 'db', 'Send SMS', 'Po\u0161alji SMS', NULL, NULL),\n(45472, 'sr', 'db', 'Gateway', 'Gateway', NULL, NULL),\n(45473, 'sr', 'db', 'Select SMS gateway', 'Izaberite SMS gateway...', NULL, NULL),\n(45474, 'sr', 'db', 'Create SMS', 'Kreiraj SMS', NULL, NULL),\n(45475, 'sr', 'db', 'Mobile', 'Mobilni', NULL, NULL),\n(45476, 'sr', 'db', 'Message', 'Poruka', NULL, NULL),\n(45477, 'sr', 'db', 'Add mobile numbers by selecting the customers', 'Dodajte brojeve mobilnih telefona izborom kupaca', NULL, NULL),\n(45478, 'sr', 'db', 'Help', 'Pomo\u0107', NULL, NULL),\n(45479, 'sr', 'db', 'Type Product Name or Code', 'Unesite naziv ili \u0161ifru proizvoda...', NULL, NULL),\n(45480, 'sr', 'db', 'Type date or sale reference', 'Unesite datum ili referencu prodaje...', NULL, NULL),\n(45481, 'sr', 'db', 'Type date or purchase reference', 'Unesite datum ili referencu nabavke...', NULL, NULL),\n(45482, 'sr', 'db', 'Tax Number', 'Poreski broj', NULL, NULL),\n(45483, 'sr', 'db', 'Holiday', 'Praznik', NULL, NULL),\n(45484, 'sr', 'db', 'Add Holiday', 'Dodaj praznik', NULL, NULL),\n(45485, 'sr', 'db', 'Update Holiday', 'A\u017euriraj praznik', NULL, NULL),\n(45486, 'sr', 'db', 'Approve', 'Odobri', NULL, NULL),\n(45487, 'sr', 'db', 'My Holiday', 'Moji praznici', NULL, NULL),\n(45488, 'sr', 'db', 'Holiday Approve', 'Odobrenje praznika', NULL, NULL),\n(45489, 'sr', 'db', 'My Transaction', 'Moje transakcije', NULL, NULL),\n(45490, 'sr', 'db', 'Sale Generated', 'Generisana prodaja', NULL, NULL),\n(45491, 'sr', 'db', 'Purchase Generated', 'Generisana nabavka', NULL, NULL),\n(45492, 'sr', 'db', 'Quotation Generated', 'Generisana ponuda', NULL, NULL),\n(45493, 'sr', 'db', 'Warehouse Report', 'Izve\u0161taj magacina', NULL, NULL),\n(45494, 'sr', 'db', 'Quick Cash', 'Brza gotovina', NULL, NULL),\n(45495, 'sr', 'db', 'Clear', 'O\u010disti', NULL, NULL),\n(45496, 'sr', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'Mo\u017eete otpremiti vi\u0161e slika. Mogu se otpremiti samo .jpeg, .jpg, .png, .gif fajlovi. Prva slika \u0107e biti osnovna.', NULL, NULL),\n(45497, 'sr', 'db', 'This product has variant', 'Ovaj proizvod ima varijante', NULL, NULL),\n(45498, 'sr', 'db', 'Enter variant value seperated by comma', 'Unesite vrednosti varijanti odvojene zarezom', NULL, NULL),\n(45499, 'sr', 'db', 'Item Code', '\u0160ifra stavke', NULL, NULL),\n(45500, 'sr', 'db', 'Additional Price', 'Dodatna cena', NULL, NULL),\n(45501, 'sr', 'db', 'Variant', 'Varijanta', NULL, NULL),\n(45502, 'sr', 'db', 'Warehouse Quantity', 'Koli\u010dina u magacinu', NULL, NULL),\n(45503, 'sr', 'db', 'Warehouse quantity of product variants', 'Koli\u010dina varijanti proizvoda u magacinu', NULL, NULL),\n(45504, 'sr', 'db', 'Thank you for shopping with us Please come again', 'Hvala Vam na kupovini. Do\u0111ite nam opet!', NULL, NULL),\n(45505, 'sr', 'db', 'Money Transfer', 'Prenos novca', NULL, NULL),\n(45506, 'sr', 'db', 'Add Money Transfer', 'Dodaj prenos novca', NULL, NULL),\n(45507, 'sr', 'db', 'From Account', 'Sa naloga', NULL, NULL),\n(45508, 'sr', 'db', 'To Account', 'Na nalog', NULL, NULL),\n(45509, 'sr', 'db', 'Update Money Transfer', 'A\u017euriraj prenos novca', NULL, NULL),\n(45510, 'sr', 'db', 'Stock Quantity', 'Koli\u010dina na zalihama', NULL, NULL),\n(45511, 'sr', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Vrednost zaliha (Cena\/Tro\u0161ak)', NULL, NULL),\n(45512, 'sr', 'db', 'Number of Product', 'Broj proizvoda', NULL, NULL),\n(45513, 'sr', 'db', 'Add Cash Register', 'Dodaj kasu', NULL, NULL),\n(45514, 'sr', 'db', 'Cash Register Details', 'Detalji kase', NULL, NULL),\n(45515, 'sr', 'db', 'Please review the transaction and payments', 'Molimo pregledajte transakcije i pla\u0107anja.', NULL, NULL),\n(45516, 'sr', 'db', 'Total Sale Amount', 'Ukupan iznos prodaje', NULL, NULL),\n(45517, 'sr', 'db', 'Total Sale Return', 'Ukupan povra\u0107aj prodaje', NULL, NULL),\n(45518, 'sr', 'db', 'Total Payment', 'Ukupno pla\u0107anje', NULL, NULL),\n(45519, 'sr', 'db', 'Cash Payment', 'Pla\u0107anje gotovinom', NULL, NULL),\n(45520, 'sr', 'db', 'Credit Card Payment', 'Pla\u0107anje kreditnom karticom', NULL, NULL),\n(45521, 'sr', 'db', 'Gift Card Payment', 'Pla\u0107anje poklon karticom', NULL, NULL),\n(45522, 'sr', 'db', 'Cheque Payment', 'Pla\u0107anje \u010dekom', NULL, NULL),\n(45523, 'sr', 'db', 'Paypal Payment', 'PayPal pla\u0107anje', NULL, NULL),\n(45524, 'sr', 'db', 'Total Expense', 'Ukupan tro\u0161ak', NULL, NULL),\n(45525, 'sr', 'db', 'Total Cash', 'Ukupna gotovina', NULL, NULL),\n(45526, 'sr', 'db', 'Cash Register List', 'Lista kasa', NULL, NULL),\n(45527, 'sr', 'db', 'Closed', 'Zatvoreno', NULL, NULL),\n(45528, 'sr', 'db', 'Close Register', 'Zatvori kasu', NULL, NULL),\n(45529, 'sr', 'db', 'Opened at', 'Otvoreno u', NULL, NULL),\n(45530, 'sr', 'db', 'Closed at', 'Zatvoreno u', NULL, NULL),\n(45531, 'sr', 'db', 'Delivery Details', 'Detalji dostave', NULL, NULL),\n(45532, 'sr', 'db', 'Print Last Reciept', '\u0160tampaj poslednji ra\u010dun', NULL, NULL),\n(45533, 'sr', 'db', 'Today Sale', 'Dana\u0161nja prodaja', NULL, NULL),\n(45534, 'sr', 'db', 'Today Profit', 'Dana\u0161nji profit', NULL, NULL),\n(45535, 'sr', 'db', 'Product Revenue', 'Prihod od proizvoda', NULL, NULL),\n(45536, 'sr', 'db', 'Full Screen', 'Ceo ekran', NULL, NULL),\n(45537, 'sr', 'db', 'Send Notification', 'Po\u0161alji obave\u0161tenje', NULL, NULL),\n(45538, 'sr', 'db', 'Add Currency', 'Dodaj valutu', NULL, NULL),\n(45539, 'sr', 'db', 'Update Currency', 'A\u017euriraj valutu', NULL, NULL),\n(45540, 'sr', 'db', 'Currency Name', 'Naziv valute', NULL, NULL),\n(45541, 'sr', 'db', 'Currency Code', 'Kod valute', NULL, NULL),\n(45542, 'sr', 'db', 'Exchange Rate', 'Kurs', NULL, NULL),\n(45543, 'sr', 'db', 'System Title', 'Naslov sistema', NULL, NULL),\n(45544, 'sr', 'db', 'System Logo', 'Logo sistema', NULL, NULL),\n(45545, 'sr', 'db', 'This product has different price for different warehouse', 'Ovaj proizvod ima razli\u010ditu cenu za razli\u010dite magacine', NULL, NULL),\n(45546, 'sr', 'db', 'Backup Database', 'Bekap baze podataka', NULL, NULL),\n(45547, 'sr', 'db', 'Deposit Payment', 'Pla\u0107anje depozitom', NULL, NULL),\n(45548, 'sr', 'db', 'Invoice Format', 'Format fakture', NULL, NULL),\n(45549, 'sr', 'db', 'Transaction Reference', 'Referenca transakcije', NULL, NULL),\n(45550, 'sr', 'db', 'Batch No', 'Broj serije', NULL, NULL),\n(45551, 'sr', 'db', 'This product has batch and expired date', 'Ovaj proizvod ima seriju i datum isteka', NULL, NULL),\n(45552, 'sr', 'db', 'Reward Point Setting', 'Pode\u0161avanje nagradnih poena', NULL, NULL),\n(45553, 'sr', 'db', 'Sold amount per point', 'Prodati iznos po poenu', NULL, NULL),\n(45554, 'sr', 'db', 'Minumum sold amount to get point', 'Minimalni prodati iznos za dobijanje poena', NULL, NULL),\n(45555, 'sr', 'db', 'Point Expiry Duration', 'Trajanje isteka poena', NULL, NULL),\n(45556, 'sr', 'db', 'Duration Type', 'Tip trajanja', NULL, NULL),\n(45557, 'sr', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', 'Ovo zna\u010di koliko poena \u0107e kupac dobiti u odnosu na prodati iznos. Na primer, ako unesete 100, za svakih potro\u0161enih 100 dolara kupac \u0107e dobiti jedan nagradni poen.', NULL, NULL),\n(45558, 'sr', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', 'Na primer, ako unesete 100, kupac \u0107e dobiti poene tek nakon \u0161to potro\u0161i 100 dolara ili vi\u0161e.', NULL, NULL),\n(45559, 'sr', 'db', 'Active reward point', 'Aktiviraj nagradne poene', NULL, NULL),\n(45560, 'sr', 'db', 'Reward Points', 'Nagradni poeni', NULL, NULL),\n(45561, 'sr', 'db', 'One Point is Equivalent to =>', 'Jedan poen je ekvivalentan =>', NULL, NULL),\n(45562, 'sr', 'db', 'This product has IMEI or Serial numbers', 'Ovaj proizvod ima IMEI ili serijske brojeve', NULL, NULL),\n(45563, 'sr', 'db', 'IMEI or Serial Numbers', 'IMEI ili serijski brojevi', NULL, NULL),\n(45564, 'sr', 'db', 'RTL Layout', 'RTL raspored', NULL, NULL),\n(45565, 'sr', 'db', 'Cheque', '\u010cek', NULL, NULL),\n(45566, 'sr', 'db', 'Cash', 'Gotovina', NULL, NULL),\n(45567, 'sr', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(45568, 'sr', 'db', 'Points', 'Poeni', NULL, NULL),\n(45569, 'sr', 'db', 'Cancel', 'Otka\u017ei', NULL, NULL),\n(45570, 'sr', 'db', 'Recent Transaction', 'Nedavne transakcije', NULL, NULL),\n(45571, 'sr', 'db', 'Discount Plan', 'Plan popusta', NULL, NULL),\n(45572, 'sr', 'db', 'Create Discount Plan', 'Kreiraj plan popusta', NULL, NULL),\n(45573, 'sr', 'db', 'Inactive', 'Neaktivan', NULL, NULL),\n(45574, 'sr', 'db', 'Create Discount', 'Kreiraj popust', NULL, NULL),\n(45575, 'sr', 'db', 'Valid From', 'Va\u017ei od', NULL, NULL),\n(45576, 'sr', 'db', 'Valid Till', 'Va\u017ei do', NULL, NULL),\n(45577, 'sr', 'db', 'Discount Type', 'Tip popusta', NULL, NULL),\n(45578, 'sr', 'db', 'Value', 'Vrednost', NULL, NULL),\n(45579, 'sr', 'db', 'Minimum Qty', 'Minimalna koli\u010dina', NULL, NULL),\n(45580, 'sr', 'db', 'Maximum Qty', 'Maksimalna koli\u010dina', NULL, NULL),\n(45581, 'sr', 'db', 'Type product code seperated by comma', 'Unesite \u0161ifre proizvoda odvojene zarezom', NULL, NULL),\n(45582, 'sr', 'db', 'Applicable For', 'Primenjivo za', NULL, NULL),\n(45583, 'sr', 'db', 'All Products', 'Svi proizvodi', NULL, NULL),\n(45584, 'sr', 'db', 'Specific Products', 'Odre\u0111eni proizvodi', NULL, NULL),\n(45585, 'sr', 'db', 'Valid on the following days', 'Va\u017ei slede\u0107im danima', NULL, NULL),\n(45586, 'sr', 'db', 'Validity', 'Va\u017eenje', NULL, NULL),\n(45587, 'sr', 'db', 'Days', 'Dani', NULL, NULL),\n(45588, 'sr', 'db', 'Products', 'Proizvodi', NULL, NULL),\n(45589, 'sr', 'db', 'Update Discount Plan', 'A\u017euriraj plan popusta', NULL, NULL),\n(45590, 'sr', 'db', 'Update Discount', 'A\u017euriraj popust', NULL, NULL),\n(45591, 'sr', 'db', 'Order Discount Type', 'Tip popusta na porud\u017ebinu', NULL, NULL),\n(45592, 'sr', 'db', 'Order Discount Value', 'Vrednost popusta na porud\u017ebinu', NULL, NULL),\n(45593, 'sr', 'db', 'Flat', 'Fiksno', NULL, NULL),\n(45594, 'sr', 'db', 'Revenue and Profit Summary', 'Pregled prihoda i profita', NULL, NULL),\n(45595, 'sr', 'db', 'Monthly Summary', 'Mese\u010dni pregled', NULL, NULL),\n(45596, 'sr', 'db', 'Switch Theme', 'Promeni temu', NULL, NULL),\n(45597, 'sr', 'db', 'Documentation', 'Dokumentacija', NULL, NULL),\n(45598, 'sr', 'db', 'Product Expiry Report', 'Izve\u0161taj o isteku proizvoda', NULL, NULL),\n(45599, 'sr', 'db', 'Sale Return List', 'Lista povra\u0107aja prodaje', NULL, NULL),\n(45600, 'sr', 'db', 'Purchase Return List', 'Lista povra\u0107aja nabavke', NULL, NULL),\n(45601, 'sr', 'db', 'Purchase Return Details', 'Detalji povra\u0107aja nabavke', NULL, NULL),\n(45602, 'sr', 'db', 'Purchase Payment', 'Pla\u0107anje nabavke', NULL, NULL),\n(45603, 'sr', 'db', 'Sale Payment', 'Pla\u0107anje prodaje', NULL, NULL),\n(45604, 'sr', 'db', 'Sale Report Chart', 'Grafikon izve\u0161taja o prodaji', NULL, NULL),\n(45605, 'sr', 'db', 'Time Period', 'Vremenski period', NULL, NULL),\n(45606, 'sr', 'db', 'Notification List', 'Lista obave\u0161tenja', NULL, NULL),\n(45607, 'sr', 'db', 'Document', 'Dokument', NULL, NULL),\n(45608, 'sr', 'db', 'All Notification', 'Sva obave\u0161tenja', NULL, NULL),\n(45609, 'sr', 'db', 'Read', 'Pro\u010ditano', NULL, NULL),\n(45610, 'sr', 'db', 'Unread', 'Nepro\u010ditano', NULL, NULL),\n(45611, 'sr', 'db', 'Daily Sale Objective', 'Cilj dnevne prodaje', NULL, NULL),\n(45612, 'sr', 'db', 'Product Info', 'Informacije o proizvodu', NULL, NULL),\n(45613, 'sr', 'db', 'Number of Products', 'Broj proizvoda', NULL, NULL),\n(45614, 'sr', 'db', 'Daily Sale Objective Report', 'Izve\u0161taj o cilju dnevne prodaje', NULL, NULL),\n(45615, 'sr', 'db', 'Embedded Barcode', 'Ugra\u0111eni bar-kod', NULL, NULL),\n(45616, 'sr', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'Minimalna koli\u010dina koja mora biti prodata u danu. Ako ne, bi\u0107ete obave\u0161teni na kontrolnoj tabli. Ali za to morate pravilno podesiti cron job. Pratite dokumentaciju u vezi sa tim.', NULL, NULL),\n(45617, 'sr', 'db', 'Deposited Balance', 'Deponovano stanje', NULL, NULL),\n(45618, 'sr', 'db', 'Total Due', 'Ukupno dugovanje', NULL, NULL),\n(45619, 'sr', 'db', 'Clear Due', 'Izmiri dugovanje', NULL, NULL),\n(45620, 'sr', 'db', 'Both Customer and Supplier', 'I kupac i dobavlja\u010d', NULL, NULL),\n(45621, 'sr', 'db', 'Check this if this product will be used in weight scale machine', 'Ozna\u010dite ovo ako \u0107e se proizvod koristiti na vagi.', NULL, NULL),\n(45622, 'sr', 'db', 'Add More Variant', 'Dodaj jo\u0161 varijanti', NULL, NULL),\n(45623, 'sr', 'db', 'Additional Cost', 'Dodatni tro\u0161ak', NULL, NULL),\n(45624, 'sr', 'db', 'Product Variant Information', 'Informacije o varijanti proizvoda', NULL, NULL),\n(45625, 'sr', 'db', 'Product History', 'Istorija proizvoda', NULL, NULL),\n(45626, 'sr', 'db', 'Delivery Status', 'Status dostave', NULL, NULL),\n(45627, 'sr', 'db', 'Supplier Details', 'Detalji dobavlja\u010da', NULL, NULL),\n(45628, 'sr', 'db', 'Customer Due Report', 'Izve\u0161taj o dugovanjima kupaca', NULL, NULL),\n(45629, 'sr', 'db', 'Supplier Due Report', 'Izve\u0161taj o dugovanjima dobavlja\u010da', NULL, NULL),\n(45630, 'sr', 'db', 'Returned Amount', 'Vra\u0107eni iznos', NULL, NULL),\n(45631, 'sr', 'db', 'Related Transaction', 'Povezana transakcija', NULL, NULL),\n(45632, 'sr', 'db', 'Tenant Name', 'Naziv zakupca', NULL, NULL),\n(45633, 'sr', 'db', 'Domain Prefix', 'Prefiks domena', NULL, NULL),\n(45634, 'sr', 'db', 'Created At', 'Kreirano', NULL, NULL),\n(45635, 'sr', 'db', 'Client List', 'Lista klijenata', NULL, NULL),\n(45636, 'sr', 'db', 'Add Client', 'Dodaj klijenta', NULL, NULL),\n(45637, 'sr', 'db', 'Invoice Size', 'Veli\u010dina fakture', NULL, NULL),\n(45638, 'sr', 'db', 'A4', 'A4', NULL, NULL),\n(45639, 'sr', 'db', 'Thermal POS receipt', 'Termalni POS ra\u010dun', NULL, NULL),\n(45640, 'sr', 'db', 'Total Before Tax', 'Ukupno pre poreza', NULL, NULL),\n(45641, 'sr', 'db', 'Digits after deciaml point', 'Cifre iza decimalne ta\u010dke', NULL, NULL),\n(45642, 'sr', 'db', 'Subscription Ends at', 'Pretplata isti\u010de', NULL, NULL),\n(45643, 'sr', 'db', 'Customer Group Report', 'Izve\u0161taj o grupi kupaca', NULL, NULL),\n(45644, 'sr', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', 'Ako \u017eelite da prodajete proizvod po podrazumevanoj ceni, vrednost procenta mora biti nula.', NULL, NULL),\n(45645, 'sr', 'db', 'If this is your default currency, the exchange rate must be 1', 'Ako je ovo va\u0161a podrazumevana valuta, kurs mora biti 1.', NULL, NULL),\n(45646, 'sr', 'db', 'Add Purchase Return', 'Dodaj povra\u0107aj nabavke', NULL, NULL),\n(45647, 'sr', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Samo podrazumevana valuta mo\u017ee imati kurs 1. Molimo promenite kurs va\u0161e podrazumevane valute.', NULL, NULL),\n(45648, 'sr', 'db', 'Click to Add', 'Klikni za dodavanje', NULL, NULL),\n(45649, 'sr', 'db', 'Free Trial Limit', 'Limit besplatnog probnog perioda', NULL, NULL),\n(45650, 'sr', 'db', 'Renew Subscription', 'Obnovi pretplatu', NULL, NULL),\n(45651, 'sr', 'db', 'Update Client DB', 'A\u017euriraj bazu klijenta', NULL, NULL),\n(45652, 'sr', 'db', 'Client', 'Klijent', NULL, NULL),\n(45653, 'sr', 'db', 'Domain', 'Domen', NULL, NULL),\n(45654, 'sr', 'db', 'Package', 'Paket', NULL, NULL),\n(45655, 'sr', 'db', 'Package List', 'Lista paketa', NULL, NULL),\n(45656, 'sr', 'db', 'Add Package', 'Dodaj paket', NULL, NULL),\n(45657, 'sr', 'db', 'Update Package', 'A\u017euriraj paket', NULL, NULL),\n(45658, 'sr', 'db', 'Free Trial', 'Besplatan probni period', NULL, NULL),\n(45659, 'sr', 'db', 'Monthly Fee', 'Mese\u010dna naknada', NULL, NULL),\n(45660, 'sr', 'db', 'Yearly Fee', 'Godi\u0161nja naknada', NULL, NULL),\n(45661, 'sr', 'db', 'Number of Warehouses', 'Broj magacina', NULL, NULL),\n(45662, 'sr', 'db', 'Number of Invoices', 'Broj faktura', NULL, NULL),\n(45663, 'sr', 'db', 'Number of User Account', 'Broj korisni\u010dkih naloga', NULL, NULL),\n(45664, 'sr', 'db', 'Number of Employees', 'Broj zaposlenih', NULL, NULL),\n(45665, 'sr', 'db', 'Infinity', 'Neograni\u010deno', NULL, NULL),\n(45666, 'sr', 'db', 'Features', 'Funkcije', NULL, NULL),\n(45667, 'sr', 'db', 'Unlimited', 'Neograni\u010deno', NULL, NULL),\n(45668, 'sr', 'db', 'Package Name', 'Naziv paketa', NULL, NULL),\n(45669, 'sr', 'db', 'Change Package', 'Promeni paket', NULL, NULL),\n(45670, 'sr', 'db', 'Active Payment Gateway', 'Aktivni na\u010dini pla\u0107anja', NULL, NULL),\n(45671, 'sr', 'db', 'No Payment Gateway', 'Nema na\u010dina pla\u0107anja', NULL, NULL),\n(45672, 'sr', 'db', 'Payment Setting', 'Pode\u0161avanja pla\u0107anja', NULL, NULL),\n(45673, 'sr', 'db', 'Subscription Type', 'Tip pretplate', NULL, NULL),\n(45674, 'sr', 'db', 'Update SuperAdmin DB', 'A\u017euriraj bazu SuperAdmina', NULL, NULL),\n(45675, 'sr', 'db', 'Payments', 'Pla\u0107anja', NULL, NULL),\n(45676, 'sr', 'db', 'CMS', 'CMS', NULL, NULL),\n(45677, 'sr', 'db', 'Support Tickets', 'Tiketi podr\u0161ke', NULL, NULL),\n(45678, 'sr', 'db', 'Testimonials', 'Preporuke', NULL, NULL),\n(45679, 'sr', 'db', 'Blog', 'Blog', NULL, NULL),\n(45680, 'sr', 'db', 'Page', 'Stranica', NULL, NULL),\n(45681, 'sr', 'db', 'All Blog Posts', 'Svi blog postovi', NULL, NULL),\n(45682, 'sr', 'db', 'All Pages', 'Sve stranice', NULL, NULL),\n(45683, 'sr', 'db', 'Subscription value', 'Vrednost pretplate', NULL, NULL),\n(45684, 'sr', 'db', 'Total Clients', 'Ukupno klijenata', NULL, NULL),\n(45685, 'sr', 'db', 'Packages', 'Paketi', NULL, NULL),\n(45686, 'sr', 'db', 'Send message to tenants', 'Po\u0161alji poruku zakupcima', NULL, NULL),\n(45687, 'sr', 'db', 'SEO Setting', 'SEO pode\u0161avanja', NULL, NULL),\n(45688, 'sr', 'db', 'Meta Title', 'Meta naslov', NULL, NULL),\n(45689, 'sr', 'db', '50-60 characters', '50-60 karaktera', NULL, NULL),\n(45690, 'sr', 'db', 'Meta Description', 'Meta opis', NULL, NULL),\n(45691, 'sr', 'db', '150-160 characters', '150-160 karaktera', NULL, NULL),\n(45692, 'sr', 'db', 'og Title', 'og Naslov', NULL, NULL),\n(45693, 'sr', 'db', 'og Description', 'og Opis', NULL, NULL),\n(45694, 'sr', 'db', 'og Image', 'og Slika', NULL, NULL),\n(45695, 'sr', 'db', 'Analytics Setting', 'Pode\u0161avanja analitike', NULL, NULL),\n(45696, 'sr', 'db', 'Google Analytics Script', 'Google Analytics skripta', NULL, NULL),\n(45697, 'sr', 'db', 'Facebook Pixel Script', 'Facebook Pixel skripta', NULL, NULL),\n(45698, 'sr', 'db', 'Chat Script', 'Chat skripta', NULL, NULL),\n(45699, 'sr', 'db', 'Hero Section', 'Glavna sekcija', NULL, NULL),\n(45700, 'sr', 'db', 'Heading', 'Naslov', NULL, NULL),\n(45701, 'sr', 'db', 'Sub Heading', 'Podnaslov', NULL, NULL),\n(45702, 'sr', 'db', 'Hero Image', 'Glavna slika', NULL, NULL),\n(45703, 'sr', 'db', 'Save', 'Sa\u010duvaj', NULL, NULL),\n(45704, 'sr', 'db', 'Module Section', 'Sekcija modula', NULL, NULL),\n(45705, 'sr', 'db', 'Click to choose icon', 'Kliknite da izaberete ikonu', NULL, NULL),\n(45706, 'sr', 'db', 'Add More', 'Dodaj jo\u0161', NULL, NULL),\n(45707, 'sr', 'db', 'Icon', 'Ikona', NULL, NULL),\n(45708, 'sr', 'db', 'Feature Section', 'Sekcija funkcija', NULL, NULL),\n(45709, 'sr', 'db', 'FAQ Section', 'Sekcija \u010destih pitanja', NULL, NULL),\n(45710, 'sr', 'db', 'Question', 'Pitanje', NULL, NULL),\n(45711, 'sr', 'db', 'Answer', 'Odgovor', NULL, NULL),\n(45712, 'sr', 'db', 'Update FAQ', 'A\u017euriraj \u010desto pitanje', NULL, NULL),\n(45713, 'sr', 'db', 'Update Module', 'A\u017euriraj modul', NULL, NULL),\n(45714, 'sr', 'db', 'Update Feature', 'A\u017euriraj funkciju', NULL, NULL),\n(45715, 'sr', 'db', 'Testimonial Section', 'Sekcija preporuka', NULL, NULL),\n(45716, 'sr', 'db', 'Blog Section', 'Sekcija bloga', NULL, NULL),\n(45717, 'sr', 'db', 'Page Section', 'Sekcija stranice', NULL, NULL),\n(45718, 'sr', 'db', 'Social Section', 'Sekcija dru\u0161tvenih mre\u017ea', NULL, NULL),\n(45719, 'sr', 'db', 'Business Name', 'Naziv poslovanja', NULL, NULL),\n(45720, 'sr', 'db', 'Text', 'Tekst', NULL, NULL),\n(45721, 'sr', 'db', 'Update Testimonial', 'A\u017euriraj preporuku', NULL, NULL),\n(45722, 'sr', 'db', 'Add Post', 'Dodaj post', NULL, NULL),\n(45723, 'sr', 'db', 'Blog Title', 'Naslov bloga', NULL, NULL),\n(45724, 'sr', 'db', 'Page Title', 'Naslov stranice', NULL, NULL),\n(45725, 'sr', 'db', 'Update Blog', 'A\u017euriraj blog', NULL, NULL),\n(45726, 'sr', 'db', 'Update Page', 'A\u017euriraj stranicu', NULL, NULL),\n(45727, 'sr', 'db', 'Open Graph Title', 'Open Graph naslov', NULL, NULL),\n(45728, 'sr', 'db', 'Open Graph Description', 'Open Graph opis', NULL, NULL),\n(45729, 'sr', 'db', 'Link', 'Link', NULL, NULL),\n(45730, 'sr', 'db', 'Update Social', 'A\u017euriraj dru\u0161tvene mre\u017ee', NULL, NULL),\n(45731, 'sr', 'db', 'All Blogs', 'Svi blogovi', NULL, NULL),\n(45732, 'sr', 'db', 'Add Page', 'Dodaj stranicu', NULL, NULL),\n(45733, 'sr', 'db', 'Field Belongs To', 'Polje pripada', NULL, NULL),\n(45734, 'sr', 'db', 'Field Name', 'Naziv polja', NULL, NULL),\n(45735, 'sr', 'db', 'Field Type', 'Tip polja', NULL, NULL),\n(45736, 'sr', 'db', 'Default Value', 'Podrazumevana vrednost', NULL, NULL),\n(45737, 'sr', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', 'Mre\u017ea (Bootstrap kolona ekv. 12) - Maksimum je 12', NULL, NULL),\n(45738, 'sr', 'db', 'Required', 'Obavezno', NULL, NULL),\n(45739, 'sr', 'db', 'Admin Only', 'Samo za admina', NULL, NULL),\n(45740, 'sr', 'db', 'Disabled', 'Onemogu\u0107eno', NULL, NULL),\n(45741, 'sr', 'db', 'Visibility', 'Vidljivost', NULL, NULL),\n(45742, 'sr', 'db', 'Show on Table', 'Prika\u017ei u tabeli', NULL, NULL),\n(45743, 'sr', 'db', 'Show on Invoice', 'Prika\u017ei na fakturi', NULL, NULL),\n(45744, 'sr', 'db', 'Nothing Selected', 'Ni\u0161ta nije izabrano', NULL, NULL),\n(45745, 'sr', 'db', 'Custom Field', 'Prilago\u0111eno polje', NULL, NULL),\n(45746, 'sr', 'db', 'Custom Field List', 'Lista prilago\u0111enih polja', NULL, NULL),\n(45747, 'sr', 'db', 'Create Custom Field', 'Kreiraj prilago\u0111eno polje', NULL, NULL),\n(45748, 'sr', 'db', 'Options', 'Opcije', NULL, NULL),\n(45749, 'sr', 'db', 'Update Custom Field', 'A\u017euriraj prilago\u0111eno polje', NULL, NULL),\n(45750, 'sr', 'db', 'Total Price', 'Ukupna cena', NULL, NULL),\n(45751, 'sr', 'db', 'Reminder Date', 'Datum podsetnika', NULL, NULL),\n(45752, 'sr', 'db', 'Total Cost', 'Ukupan tro\u0161ak', NULL, NULL),\n(45753, 'sr', 'db', 'Mail Driver', 'Mail drajver', NULL, NULL),\n(45754, 'sr', 'db', 'Update existing clients who are using this package', 'A\u017euriraj postoje\u0107e klijente koji koriste ovaj paket', NULL, NULL),\n(45755, 'sr', 'db', 'ZATCA QrCode', 'ZATCA QR kod', NULL, NULL),\n(45756, 'sr', 'db', 'VAT Registration Number', 'Registracioni broj za PDV', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(45757, 'sr', 'db', 'Button Text', 'Tekst na dugmetu', NULL, NULL),\n(45758, 'sr', 'db', 'Modules', 'Moduli', NULL, NULL),\n(45759, 'sr', 'db', 'Add Module', 'Dodaj modul', NULL, NULL),\n(45760, 'sr', 'db', 'Add Faq', 'Dodaj \u010desto pitanje', NULL, NULL),\n(45761, 'sr', 'db', 'Tenant Signup Description', 'Opis registracije zakupca', NULL, NULL),\n(45762, 'sr', 'db', 'Add Language', 'Dodaj jezik', NULL, NULL),\n(45763, 'sr', 'db', 'Update Language', 'A\u017euriraj jezik', NULL, NULL),\n(45764, 'sr', 'db', 'Number of Person', 'Broj osoba', NULL, NULL),\n(45765, 'sr', 'db', 'Add Table', 'Dodaj sto', NULL, NULL),\n(45766, 'sr', 'db', 'Update Table', 'A\u017euriraj sto', NULL, NULL),\n(45767, 'sr', 'db', 'Tables', 'Stolovi', NULL, NULL),\n(45768, 'sr', 'db', 'Table', 'Sto', NULL, NULL),\n(45769, 'sr', 'db', 'Table Management', 'Upravljanje stolovima', NULL, NULL),\n(45770, 'sr', 'db', 'Initial Stock', 'Po\u010detne zalihe', NULL, NULL),\n(45771, 'sr', 'db', 'This feature will not work for product with variants and batches', 'Ova funkcija ne\u0107e raditi za proizvode sa varijantama i serijama', NULL, NULL),\n(45772, 'sr', 'db', 'Queue', 'Red \u010dekanja', NULL, NULL),\n(45773, 'sr', 'db', 'Addons', 'Dodaci', NULL, NULL),\n(45774, 'sr', 'db', 'Addon List', 'Lista dodataka', NULL, NULL),\n(45775, 'sr', 'db', 'Sync Product Categories', 'Sinhronizuj kategorije proizvoda', NULL, NULL),\n(45776, 'sr', 'db', 'Sync', 'Sinhronizuj', NULL, NULL),\n(45777, 'sr', 'db', 'Sync Log', 'Dnevnik sinhronizacije', NULL, NULL),\n(45778, 'sr', 'db', 'Reset Synced Category', 'Resetuj sinhronizovane kategorije', NULL, NULL),\n(45779, 'sr', 'db', 'Sync Products', 'Sinhronizuj proizvode', NULL, NULL),\n(45780, 'sr', 'db', 'Reset Synced Product', 'Resetuj sinhronizovane proizvode', NULL, NULL),\n(45781, 'sr', 'db', 'Tax Rates Mapping', 'Mapiranje poreskih stopa', NULL, NULL),\n(45782, 'sr', 'db', 'POS Tax Rate', 'POS poreska stopa', NULL, NULL),\n(45783, 'sr', 'db', 'Equivalent WooCommerce Tax Rate', 'Ekvivalentna WooCommerce poreska stopa', NULL, NULL),\n(45784, 'sr', 'db', 'Sync Orders(New Order Only]', 'Sinhronizuj porud\u017ebine (samo nove)', NULL, NULL),\n(45785, 'sr', 'db', 'Sync Type', 'Tip sinhronizacije', NULL, NULL),\n(45786, 'sr', 'db', 'Operation', 'Operacija', NULL, NULL),\n(45787, 'sr', 'db', 'Records', 'Zapisi', NULL, NULL),\n(45788, 'sr', 'db', 'Synced By', 'Sinhronizovao\/la', NULL, NULL),\n(45789, 'sr', 'db', 'Instructions', 'Uputstva', NULL, NULL),\n(45790, 'sr', 'db', 'API Settings', 'API pode\u0161avanja', NULL, NULL),\n(45791, 'sr', 'db', 'Product Sync Settings', 'Pode\u0161avanja sinhronizacije proizvoda', NULL, NULL),\n(45792, 'sr', 'db', 'Order Sync Settings', 'Pode\u0161avanja sinhronizacije porud\u017ebina', NULL, NULL),\n(45793, 'sr', 'db', 'Webhook Settings', 'Pode\u0161avanja Webhook-a', NULL, NULL),\n(45794, 'sr', 'db', 'WooCommerce App URL', 'URL WooCommerce aplikacije', NULL, NULL),\n(45795, 'sr', 'db', 'WooCommerce Consumer Key', 'WooCommerce Consumer Key', NULL, NULL),\n(45796, 'sr', 'db', 'WooCommerce Consumer Secret', 'WooCommerce Consumer Secret', NULL, NULL),\n(45797, 'sr', 'db', 'WooCommerce Settings', 'WooCommerce pode\u0161avanja', NULL, NULL),\n(45798, 'sr', 'db', 'Default Tax Class', 'Podrazumevana poreska klasa', NULL, NULL),\n(45799, 'sr', 'db', 'Sync Product Price', 'Sinhronizuj cenu proizvoda', NULL, NULL),\n(45800, 'sr', 'db', 'Manage Stock', 'Upravljaj zalihama', NULL, NULL),\n(45801, 'sr', 'db', 'Stock Status', 'Status zaliha', NULL, NULL),\n(45802, 'sr', 'db', 'Default Customer Group', 'Podrazumevana grupa kupaca', NULL, NULL),\n(45803, 'sr', 'db', 'WooCommerce Order Status', 'Status WooCommerce porud\u017ebine', NULL, NULL),\n(45804, 'sr', 'db', 'Equivalent POS Sell Status', 'Ekvivalentan status prodaje u POS-u', NULL, NULL),\n(45805, 'sr', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'Da biste dobili WooCommerce API detalje, idite na WooCommerce -> Pode\u0161avanja -> Napredno -> REST API. Unesite opis, izaberite korisnika i dajte dozvolu za \u010ditanje\/pisanje.', NULL, NULL),\n(45806, 'sr', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'Tokom sinhronizacije, nemojte osve\u017eavati niti napu\u0161tati stranicu.', NULL, NULL),\n(45807, 'sr', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'U WordPress opcijama za stalne veze (permalinks), izaberite \\\"Naziv objave\\\".', NULL, NULL),\n(45808, 'sr', 'db', 'Buy Now', 'Kupi odmah', NULL, NULL),\n(45809, 'sr', 'db', 'Install', 'Instaliraj', NULL, NULL),\n(45810, 'sr', 'db', 'Staff Id', 'ID osoblja', NULL, NULL),\n(45811, 'sr', 'db', 'Import CSV file (Device]', 'Uvezi CSV fajl (Ure\u0111aj)', NULL, NULL),\n(45812, 'sr', 'db', 'Attendance Device Date Format', 'Format datuma na ure\u0111aju za evidenciju', NULL, NULL),\n(45813, 'sr', 'db', 'Disable Woocommerce Sync', 'Onemogu\u0107i WooCommerce sinhronizaciju', NULL, NULL),\n(45814, 'sr', 'db', 'Product Status', 'Status proizvoda', NULL, NULL),\n(45815, 'sr', 'db', 'Category not synced', 'Kategorija nije sinhronizovana', NULL, NULL),\n(45816, 'sr', 'db', 'Categories not synced', 'Kategorije nisu sinhronizovane', NULL, NULL),\n(45817, 'sr', 'db', 'Category can be updated', 'Kategorija se mo\u017ee a\u017eurirati', NULL, NULL),\n(45818, 'sr', 'db', 'Categories can be updated', 'Kategorije se mogu a\u017eurirati', NULL, NULL),\n(45819, 'sr', 'db', 'Product not synced', 'Proizvod nije sinhronizovan', NULL, NULL),\n(45820, 'sr', 'db', 'Products not synced', 'Proizvodi nisu sinhronizovani', NULL, NULL),\n(45821, 'sr', 'db', 'Product can be updated', 'Proizvod se mo\u017ee a\u017eurirati', NULL, NULL),\n(45822, 'sr', 'db', 'Products can be updated', 'Proizvodi se mogu a\u017eurirati', NULL, NULL),\n(45823, 'sr', 'db', 'Please connect with WooCommerce', 'Molimo pove\u017eite se sa WooCommerce-om', NULL, NULL),\n(45824, 'sr', 'db', 'Something went wrong', 'Ne\u0161to je po\u0161lo naopako', NULL, NULL),\n(45825, 'sr', 'db', 'Synced category successfully', 'Kategorija je uspe\u0161no sinhronizovana', NULL, NULL),\n(45826, 'sr', 'db', 'Reset synced category successfully', 'Sinhronizovane kategorije su uspe\u0161no resetovane', NULL, NULL),\n(45827, 'sr', 'db', 'Synced product successfully', 'Proizvod je uspe\u0161no sinhronizovan', NULL, NULL),\n(45828, 'sr', 'db', 'Reset synced product successfully', 'Sinhronizovani proizvodi su uspe\u0161no resetovani', NULL, NULL),\n(45829, 'sr', 'db', 'Tax maped successfully', 'Porez je uspe\u0161no mapiran', NULL, NULL),\n(45830, 'sr', 'db', 'Synced order successfully', 'Porud\u017ebina je uspe\u0161no sinhronizovana', NULL, NULL),\n(45831, 'sr', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'Molimo izaberite podrazumevanu grupu kupaca \/ podrazumevani magacin \/ podrazumevanog izdavaoca ra\u010duna \/ ekvivalentan status prodaje u POS-u u pode\u0161avanjima sinhronizacije porud\u017ebina', NULL, NULL),\n(45832, 'sr', 'db', 'Module Image', 'Slika modula', NULL, NULL),\n(45833, 'sr', 'db', 'Courier', 'Kurir', NULL, NULL),\n(45834, 'sr', 'db', 'Courier List', 'Lista kurira', NULL, NULL),\n(45835, 'sr', 'db', 'Add Courier', 'Dodaj kurira', NULL, NULL),\n(45836, 'sr', 'db', 'Update Courier', 'A\u017euriraj kurira', NULL, NULL),\n(45837, 'sr', 'db', 'Sale and Quotation without stock', 'Prodaja i ponuda bez zaliha', NULL, NULL),\n(45838, 'sr', 'db', 'Yes', 'Da', NULL, NULL),\n(45839, 'sr', 'db', 'No', 'Ne', NULL, NULL),\n(45840, 'sr', 'db', 'Returned', 'Vra\u0107eno', NULL, NULL),\n(45841, 'sr', 'db', 'Get in touch', 'Stupite u kontakt', NULL, NULL),\n(45842, 'sr', 'db', 'Contact Info', 'Kontakt informacije', NULL, NULL),\n(45843, 'sr', 'db', 'Bug Setting', 'Pode\u0161avanje gre\u0161aka (bug)', NULL, NULL),\n(45844, 'sr', 'db', 'File Name', 'Naziv fajla', NULL, NULL),\n(45845, 'sr', 'db', 'Type File Name', 'Unesite naziv fajla', NULL, NULL),\n(45846, 'sr', 'db', 'Logs', 'Logovi', NULL, NULL),\n(45847, 'sr', 'db', 'Type Log', 'Unesite log', NULL, NULL),\n(45848, 'sr', 'db', 'Short Note', 'Kratka napomena', NULL, NULL),\n(45849, 'sr', 'db', 'Product Mode', 'Re\u017eim proizvoda', NULL, NULL),\n(45850, 'sr', 'db', 'Version', 'Verzija', NULL, NULL),\n(45851, 'sr', 'db', 'Bug No', 'Broj gre\u0161ke', NULL, NULL),\n(45852, 'sr', 'db', 'Minimum Required Version', 'Minimalno potrebna verzija', NULL, NULL),\n(45853, 'sr', 'db', 'Version Upgrade', 'Nadogradnja verzije', NULL, NULL),\n(45854, 'sr', 'db', 'Latest Version Upgrade', 'Nadogradnja na najnoviju verziju', NULL, NULL),\n(45855, 'sr', 'db', 'Latest Version DB Migrate', 'Migracija baze podataka za najnoviju verziju', NULL, NULL),\n(45856, 'sr', 'db', 'Version Upgrade URL', 'URL za nadogradnju verzije', NULL, NULL),\n(45857, 'sr', 'db', 'Bug Update', 'A\u017euriranje gre\u0161ke', NULL, NULL),\n(45858, 'sr', 'db', 'Bug DB Migrate', 'Migracija baze podataka za gre\u0161ku', NULL, NULL),\n(45859, 'sr', 'db', 'Bug Update URL', 'URL za a\u017euriranje gre\u0161ke', NULL, NULL),\n(45860, 'sr', 'db', 'Version Upgrade Setting', 'Pode\u0161avanje nadogradnje verzije', NULL, NULL),\n(45861, 'sr', 'db', 'Bug Update Setting', 'Pode\u0161avanje a\u017euriranja gre\u0161ke', NULL, NULL),\n(45862, 'sr', 'db', 'My Account', 'Moj nalog', NULL, NULL),\n(45863, 'sr', 'db', 'Phone', 'Telefon', NULL, NULL),\n(45864, 'sr', 'db', 'My Addresses', 'Moje adrese', NULL, NULL),\n(45865, 'sr', 'db', 'Edit Address', 'Izmeni adresu', NULL, NULL),\n(45866, 'sr', 'db', 'Zip \\\\\/ Postal code', 'Po\u0161tanski broj', NULL, NULL),\n(45867, 'sr', 'db', 'Cart', 'Korpa', NULL, NULL),\n(45868, 'sr', 'db', 'Shop Cart', 'Korpa za kupovinu', NULL, NULL),\n(45869, 'sr', 'db', 'Home', 'Po\u010detna', NULL, NULL),\n(45870, 'sr', 'db', 'Sub Total', 'Me\u0111uzbir', NULL, NULL),\n(45871, 'sr', 'db', 'Continue Shopping', 'Nastavi kupovinu', NULL, NULL),\n(45872, 'sr', 'db', 'Proceed to Checkout', 'Nastavi na pla\u0107anje', NULL, NULL),\n(45873, 'sr', 'db', 'Pay', 'Plati', NULL, NULL),\n(45874, 'sr', 'db', 'Returning customer?', 'Povratni kupac?', NULL, NULL),\n(45875, 'sr', 'db', 'Shipping Details', 'Detalji isporuke', NULL, NULL),\n(45876, 'sr', 'db', 'Default Address', 'Podrazumevana adresa', NULL, NULL),\n(45877, 'sr', 'db', 'Add a different address', 'Dodaj drugu adresu', NULL, NULL),\n(45878, 'sr', 'db', 'Order Notes', 'Napomene o porud\u017ebini', NULL, NULL),\n(45879, 'sr', 'db', 'Billing address same as Shipping Address', 'Adresa za naplatu je ista kao adresa za isporuku', NULL, NULL),\n(45880, 'sr', 'db', 'Your order', 'Va\u0161a porud\u017ebina', NULL, NULL),\n(45881, 'sr', 'db', 'Product(s]', 'Proizvod(i)', NULL, NULL),\n(45882, 'sr', 'db', 'I have a coupon', 'Imam kupon', NULL, NULL),\n(45883, 'sr', 'db', 'Enter coupon code', 'Unesite kod kupona', NULL, NULL),\n(45884, 'sr', 'db', 'I have read and accept the', 'Pro\u010ditao\/la sam i prihvatam', NULL, NULL),\n(45885, 'sr', 'db', 'Cash on Delivery', 'Pla\u0107anje pouze\u0107em', NULL, NULL),\n(45886, 'sr', 'db', 'Remember Me', 'Zapamti me', NULL, NULL),\n(45887, 'sr', 'db', 'Log In', 'Prijavi se', NULL, NULL),\n(45888, 'sr', 'db', 'sign up now', 'registrujte se sada', NULL, NULL),\n(45889, 'sr', 'db', 'My Profile', 'Moj profil', NULL, NULL),\n(45890, 'sr', 'db', 'My Orders', 'Moje porud\u017ebine', NULL, NULL),\n(45891, 'sr', 'db', 'My Wishlist', 'Moja lista \u017eelja', NULL, NULL),\n(45892, 'sr', 'db', 'Account Details', 'Detalji naloga', NULL, NULL),\n(45893, 'sr', 'db', 'We have sent you an email', 'Poslali smo vam email', NULL, NULL),\n(45894, 'sr', 'db', 'Just click on the link in that email to verify', 'Samo kliknite na link u tom email-u da biste verifikovali', NULL, NULL),\n(45895, 'sr', 'db', 'Thank you for verifying your email', 'Hvala vam \u0161to ste verifikovali svoj email', NULL, NULL),\n(45896, 'sr', 'db', 'Order Details', 'Detalji porud\u017ebine', NULL, NULL),\n(45897, 'sr', 'db', 'You have not ordered anything yet!', 'Jo\u0161 uvek niste ni\u0161ta poru\u010dili!', NULL, NULL),\n(45898, 'sr', 'db', 'Tags', 'Oznake', NULL, NULL),\n(45899, 'sr', 'db', 'Share', 'Podeli', NULL, NULL),\n(45900, 'sr', 'db', 'Thank you for your order', 'Hvala vam na porud\u017ebini', NULL, NULL),\n(45901, 'sr', 'db', 'Here is your order reference no', 'Evo referentnog broja va\u0161e porud\u017ebine', NULL, NULL),\n(45902, 'sr', 'db', 'You will receive an email with delivery details shortly', 'Uskoro \u0107ete dobiti email sa detaljima isporuke', NULL, NULL),\n(45903, 'sr', 'db', 'Add Collection', 'Dodaj kolekciju', NULL, NULL),\n(45904, 'sr', 'db', 'Collection Name', 'Naziv kolekcije', NULL, NULL),\n(45905, 'sr', 'db', 'Permalink', 'Stalna veza', NULL, NULL),\n(45906, 'sr', 'db', 'Save as Draft', 'Sa\u010duvaj kao nacrt', NULL, NULL),\n(45907, 'sr', 'db', 'Publish', 'Objavi', NULL, NULL),\n(45908, 'sr', 'db', 'Collection', 'Kolekcija', NULL, NULL),\n(45909, 'sr', 'db', 'Slug', 'Slug', NULL, NULL),\n(45910, 'sr', 'db', 'Sliders', 'Slajderi', NULL, NULL),\n(45911, 'sr', 'db', 'Menu', 'Meni', NULL, NULL),\n(45912, 'sr', 'db', 'Collections', 'Kolekcije', NULL, NULL),\n(45913, 'sr', 'db', 'Pages', 'Stranice', NULL, NULL),\n(45914, 'sr', 'db', 'Widgets', 'Vid\u017eeti', NULL, NULL),\n(45915, 'sr', 'db', 'Faq Category', 'Kategorija \u010destih pitanja', NULL, NULL),\n(45916, 'sr', 'db', 'Faqs', '\u010cesta pitanja', NULL, NULL),\n(45917, 'sr', 'db', 'Social Links', 'Linkovi dru\u0161tvenih mre\u017ea', NULL, NULL),\n(45918, 'sr', 'db', 'Payment Gateways', 'Na\u010dini pla\u0107anja', NULL, NULL),\n(45919, 'sr', 'db', 'Location', 'Lokacija', NULL, NULL),\n(45920, 'sr', 'db', 'Add Menu', 'Dodaj meni', NULL, NULL),\n(45921, 'sr', 'db', 'Add Menu Items', 'Dodaj stavke menija', NULL, NULL),\n(45922, 'sr', 'db', 'Categories', 'Kategorije', NULL, NULL),\n(45923, 'sr', 'db', 'Select All', 'Izaberi sve', NULL, NULL),\n(45924, 'sr', 'db', 'Add to Menu', 'Dodaj u meni', NULL, NULL),\n(45925, 'sr', 'db', 'Brands', 'Brendovi', NULL, NULL),\n(45926, 'sr', 'db', 'Custom Links', 'Prilago\u0111eni linkovi', NULL, NULL),\n(45927, 'sr', 'db', 'URL', 'URL', NULL, NULL),\n(45928, 'sr', 'db', 'Link Text', 'Tekst linka', NULL, NULL),\n(45929, 'sr', 'db', 'Menu Structure', 'Struktura menija', NULL, NULL),\n(45930, 'sr', 'db', 'Select categories, pages or add custom links to menus', 'Izaberite kategorije, stranice ili dodajte prilago\u0111ene linkove u menije', NULL, NULL),\n(45931, 'sr', 'db', 'Link Name', 'Naziv linka', NULL, NULL),\n(45932, 'sr', 'db', 'Open in a new tab', 'Otvori u novom tabu', NULL, NULL),\n(45933, 'sr', 'db', 'Save Menu', 'Sa\u010duvaj meni', NULL, NULL),\n(45934, 'sr', 'db', 'Page Name', 'Naziv stranice', NULL, NULL),\n(45935, 'sr', 'db', 'Page Layout', 'Raspored stranice', NULL, NULL),\n(45936, 'sr', 'db', 'click on the widgets below to add it to your layout', 'kliknite na vid\u017eete ispod da biste ih dodali u raspored', NULL, NULL),\n(45937, 'sr', 'db', 'Product Category', 'Kategorija proizvoda', NULL, NULL),\n(45938, 'sr', 'db', 'Tabbed Product Categories', 'Kategorije proizvoda u tabovima', NULL, NULL),\n(45939, 'sr', 'db', 'Category Slider', 'Slajder kategorija', NULL, NULL),\n(45940, 'sr', 'db', 'Product Collection', 'Kolekcija proizvoda', NULL, NULL),\n(45941, 'sr', 'db', 'Tabbed Product Collections', 'Kolekcije proizvoda u tabovima', NULL, NULL),\n(45942, 'sr', 'db', 'Brand Slider', 'Slajder brendova', NULL, NULL),\n(45943, 'sr', 'db', 'Og_Title', 'Og_Naslov', NULL, NULL),\n(45944, 'sr', 'db', 'Og_description', 'Og_Opis', NULL, NULL),\n(45945, 'sr', 'db', 'Og_Image', 'Og_Slika', NULL, NULL),\n(45946, 'sr', 'db', 'Templates', '\u0160abloni', NULL, NULL),\n(45947, 'sr', 'db', 'Choose Category', 'Izaberi kategoriju', NULL, NULL),\n(45948, 'sr', 'db', 'Layout Type', 'Tip rasporeda', NULL, NULL),\n(45949, 'sr', 'db', 'Slider Loop', 'Ponavljanje slajdera', NULL, NULL),\n(45950, 'sr', 'db', 'Slider Autoplay', 'Automatska reprodukcija slajdera', NULL, NULL),\n(45951, 'sr', 'db', 'Slider Autoplay Speed', 'Brzina automatske reprodukcije slajdera', NULL, NULL),\n(45952, 'sr', 'db', 'Number of products to show', 'Broj proizvoda za prikaz', NULL, NULL),\n(45953, 'sr', 'db', 'Choose Categories', 'Izaberite kategorije', NULL, NULL),\n(45954, 'sr', 'db', 'Choose Collection', 'Izaberite kolekciju', NULL, NULL),\n(45955, 'sr', 'db', 'Choose collections', 'Izaberite kolekcije', NULL, NULL),\n(45956, 'sr', 'db', 'Choose Brands', 'Izaberite brendove', NULL, NULL),\n(45957, 'sr', 'db', 'Edit Page', 'Izmeni stranicu', NULL, NULL),\n(45958, 'sr', 'db', 'Ecommerce Settings', 'Pode\u0161avanja e-trgovine', NULL, NULL),\n(45959, 'sr', 'db', 'Favicon', 'Favicon', NULL, NULL),\n(45960, 'sr', 'db', 'Home Page', 'Po\u010detna stranica', NULL, NULL),\n(45961, 'sr', 'db', 'Store Phone', 'Telefon prodavnice', NULL, NULL),\n(45962, 'sr', 'db', 'Store Email', 'Email prodavnice', NULL, NULL),\n(45963, 'sr', 'db', 'Store Address', 'Adresa prodavnice', NULL, NULL),\n(45964, 'sr', 'db', 'Contact From Email', 'Email za kontakt formu', NULL, NULL),\n(45965, 'sr', 'db', 'Min amount for free shipping', 'Minimalni iznos za besplatnu isporuku', NULL, NULL),\n(45966, 'sr', 'db', 'Flat Rate Shipping', 'Fiksna cena isporuke', NULL, NULL),\n(45967, 'sr', 'db', 'Pages to read & accept before checkout', 'Stranice za \u010ditanje i prihvatanje pre pla\u0107anja', NULL, NULL),\n(45968, 'sr', 'db', 'Custom CSS', 'Prilago\u0111eni CSS', NULL, NULL),\n(45969, 'sr', 'db', 'Custom JS', 'Prilago\u0111eni JS', NULL, NULL),\n(45970, 'sr', 'db', 'Chat Code', 'Kod za \u0107askanje', NULL, NULL),\n(45971, 'sr', 'db', 'Google Analytics Code', 'Google Analytics kod', NULL, NULL),\n(45972, 'sr', 'db', 'Facebook Pixel', 'Facebook Pixel', NULL, NULL),\n(45973, 'sr', 'db', 'Details', 'Detalji', NULL, NULL),\n(45974, 'sr', 'db', 'Add Slider', 'Dodaj slajder', NULL, NULL),\n(45975, 'sr', 'db', 'Desktop', 'Desktop', NULL, NULL),\n(45976, 'sr', 'db', 'Tab', 'Tablet', NULL, NULL),\n(45977, 'sr', 'db', 'Add Social Link', 'Dodaj link dru\u0161tvene mre\u017ee', NULL, NULL),\n(45978, 'sr', 'db', 'Available Widgets', 'Dostupni vid\u017eeti', NULL, NULL),\n(45979, 'sr', 'db', 'To add a widget to a section, drag it onto that section', 'Da biste dodali vid\u017eet u sekciju, prevucite ga na tu sekciju', NULL, NULL),\n(45980, 'sr', 'db', 'Custom Menu', 'Prilago\u0111eni meni', NULL, NULL),\n(45981, 'sr', 'db', 'Select menu', 'Izaberite meni', NULL, NULL),\n(45982, 'sr', 'db', 'Site Features', 'Funkcije sajta', NULL, NULL),\n(45983, 'sr', 'db', 'Site Information', 'Informacije o sajtu', NULL, NULL),\n(45984, 'sr', 'db', 'Hours', 'Radno vreme', NULL, NULL),\n(45985, 'sr', 'db', 'Newsletter form', 'Forma za novosti', NULL, NULL),\n(45986, 'sr', 'db', 'Section Above Footer', 'Sekcija iznad futera', NULL, NULL),\n(45987, 'sr', 'db', 'Footer Section', 'Sekcija futera', NULL, NULL),\n(45988, 'sr', 'db', 'Product Details Sidebar', 'Bo\u010dna traka detalja proizvoda', NULL, NULL),\n(45989, 'sr', 'db', 'Your email', 'Va\u0161 email', NULL, NULL),\n(45990, 'sr', 'db', 'Forgot Password', 'Zaboravljena lozinka', NULL, NULL),\n(45991, 'sr', 'db', 'Subscribe', 'Pretplati se', NULL, NULL),\n(45992, 'sr', 'db', 'Sell Online', 'Prodaj online', NULL, NULL),\n(45993, 'sr', 'db', 'Out of stock', 'Nema na stanju', NULL, NULL),\n(45994, 'sr', 'db', 'Duplicate', 'Dupliraj', NULL, NULL),\n(45995, 'sr', 'db', 'All Product In Stock', 'Svi proizvodi na stanju', NULL, NULL),\n(45996, 'sr', 'db', 'Show All Product Online', 'Prika\u017ei sve proizvode online', NULL, NULL),\n(45997, 'sr', 'db', 'Oh snap! We are lost', 'Ups! Izgubili smo se...', NULL, NULL),\n(45998, 'sr', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'Izgleda da ne mo\u017eemo da prona\u0111emo ono \u0161to tra\u017eite. Mo\u017eda pretraga mo\u017ee pomo\u0107i ili se vratite na', NULL, NULL),\n(45999, 'sr', 'db', 'Sorry this page is dead!', '\u017dao nam je, ova stranica ne postoji!', NULL, NULL),\n(46000, 'sr', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'Stranica je istekla zbog isteka sesije. Samo osve\u017eite stranicu ili pritisnite dugme ispod.', NULL, NULL),\n(46001, 'sr', 'db', 'Refresh', 'Osve\u017ei', NULL, NULL),\n(46002, 'sr', 'db', 'Oh server just snapped!', 'Ups, server je pukao!', NULL, NULL),\n(46003, 'sr', 'db', 'An error occured due to server not being to able to handle your request', 'Do\u0161lo je do gre\u0161ke jer server nije mogao da obradi va\u0161 zahtev.', NULL, NULL),\n(46004, 'sr', 'db', 'An error occured because the service is unavailable', 'Do\u0161lo je do gre\u0161ke jer je usluga nedostupna.', NULL, NULL),\n(46005, 'sr', 'db', 'Please type a product name to search', 'Molimo unesite naziv proizvoda za pretragu', NULL, NULL),\n(46006, 'sr', 'db', 'Send', 'Po\u0161alji', NULL, NULL),\n(46007, 'sr', 'db', 'don\\'t have an account', 'nemate nalog', NULL, NULL),\n(46008, 'sr', 'db', 'Click here to login', 'Kliknite ovde za prijavu', NULL, NULL),\n(46009, 'sr', 'db', 'Zip \\\\\/ Post Code', 'Po\u0161tanski broj', NULL, NULL),\n(46010, 'sr', 'db', 'You may also like', 'Mo\u017eda \u0107e vam se svideti', NULL, NULL),\n(46011, 'sr', 'db', 'Add to cart', 'Dodaj u korpu', NULL, NULL),\n(46012, 'sr', 'db', 'No item in your cart', 'Nema stavki u va\u0161oj korpi', NULL, NULL),\n(46013, 'sr', 'db', 'Filter Sales', 'Filtriraj prodaje', NULL, NULL),\n(46014, 'sr', 'db', 'Sale Type', 'Tip prodaje', NULL, NULL),\n(46015, 'sr', 'db', 'POS', 'POS', NULL, NULL),\n(46016, 'sr', 'db', 'eCommerce', 'E-trgovina', NULL, NULL),\n(46017, 'sr', 'db', 'Please login first', 'Molimo prijavite se prvo', NULL, NULL),\n(46018, 'sr', 'db', 'Product added to wishlist', 'Proizvod dodat u listu \u017eelja', NULL, NULL),\n(46019, 'sr', 'db', 'You have not added anything to wishlist yet', 'Jo\u0161 uvek niste ni\u0161ta dodali u listu \u017eelja', NULL, NULL),\n(46020, 'sr', 'db', 'Product removed from wishlist', 'Proizvod uklonjen iz liste \u017eelja', NULL, NULL),\n(46021, 'sr', 'db', 'Product already on wishlist', 'Proizvod je ve\u0107 na listi \u017eelja', NULL, NULL),\n(46022, 'sr', 'db', 'Recently Viewed', 'Nedavno pregledano', NULL, NULL),\n(46023, 'sr', 'db', 'Verify', 'Verifikuj', NULL, NULL),\n(46024, 'sr', 'db', 'Track Order', 'Prati porud\u017ebinu', NULL, NULL),\n(46025, 'sr', 'db', 'Track', 'Prati', NULL, NULL),\n(46026, 'sr', 'db', 'Time', 'Vreme', NULL, NULL),\n(46027, 'sr', 'db', 'Order Status', 'Status porud\u017ebine', NULL, NULL),\n(46028, 'sr', 'db', 'Payment Method', 'Na\u010din pla\u0107anja', NULL, NULL),\n(46029, 'sr', 'db', 'Shipping Status', 'Status isporuke', NULL, NULL),\n(46030, 'sr', 'db', 'Pending Confirmation', '\u010ceka se potvrda', NULL, NULL),\n(46031, 'sr', 'db', 'Track another order', 'Prati drugu porud\u017ebinu', NULL, NULL),\n(46032, 'sr', 'db', 'Post Title', 'Naslov objave', NULL, NULL),\n(46033, 'sr', 'db', 'Post Thumbnail', 'Sli\u010dica objave', NULL, NULL),\n(46034, 'sr', 'db', 'Pay with gift card', 'Plati poklon karticom', NULL, NULL),\n(46035, 'sr', 'db', 'Warehouse Wise', 'Po magacinima', NULL, NULL),\n(46036, 'sr', 'db', 'Payment Receiver', 'Primalac uplate', NULL, NULL),\n(46037, 'sr', 'db', 'SMS Template', 'SMS \u0161ablon', NULL, NULL),\n(46038, 'sr', 'db', 'Add Template', 'Dodaj \u0161ablon', NULL, NULL),\n(46039, 'sr', 'db', 'SMS Template List', 'Lista SMS \u0161ablona', NULL, NULL),\n(46040, 'sr', 'db', 'Content', 'Sadr\u017eaj', NULL, NULL),\n(46041, 'sr', 'db', 'Update Template', 'A\u017euriraj \u0161ablon', NULL, NULL),\n(46042, 'sr', 'db', 'Send SMS After Sale', 'Po\u0161alji SMS nakon prodaje', NULL, NULL),\n(46043, 'sr', 'db', 'Default SMS Sale', 'Podrazumevani SMS za prodaju', NULL, NULL),\n(46044, 'sr', 'db', 'Default SMS E-Commerce', 'Podrazumevani SMS za e-trgovinu', NULL, NULL),\n(46045, 'sr', 'db', 'Default Online', 'Podrazumevano online', NULL, NULL),\n(46046, 'sr', 'db', 'Top Up', 'Dopuna', NULL, NULL),\n(46047, 'sr', 'db', 'Coupon Name', 'Naziv kupona', NULL, NULL),\n(46048, 'sr', 'db', 'Email Sent', 'Email poslat', NULL, NULL),\n(46049, 'sr', 'db', 'Wholesale Price', 'Veleprodajna cena', NULL, NULL),\n(46050, 'sr', 'db', 'Price Option', 'Opcija cene', NULL, NULL),\n(46051, 'sr', 'db', 'Product Tags', 'Oznake proizvoda', NULL, NULL),\n(46052, 'sr', 'db', 'Selected Items', 'Izabrane stavke', NULL, NULL),\n(46053, 'sr', 'db', 'Related Products', 'Povezani proizvodi', NULL, NULL),\n(46054, 'sr', 'db', 'Track Inventory', 'Prati zalihe', NULL, NULL),\n(46055, 'sr', 'db', 'Register me as a user', 'Registruj me kao korisnika', NULL, NULL),\n(46056, 'sr', 'db', 'Verify & Close', 'Verifikuj i zatvori', NULL, NULL),\n(46057, 'sr', 'db', 'Enable Gift Card payment on checkout page', 'Omogu\u0107i pla\u0107anje poklon karticom na stranici za pla\u0107anje', NULL, NULL),\n(46058, 'sr', 'db', 'Theme Color', 'Boja teme', NULL, NULL),\n(46059, 'sr', 'db', 'Enter gift card number', 'Unesite broj poklon kartice', NULL, NULL),\n(46060, 'sr', 'db', 'Page saved', 'Stranica sa\u010duvana', NULL, NULL),\n(46061, 'sr', 'db', 'Widget saved', 'Vid\u017eet sa\u010duvan', NULL, NULL),\n(46062, 'sr', 'db', 'Template', '\u0160ablon', NULL, NULL),\n(46063, 'sr', 'db', 'Three Column Banner', 'Baner sa tri kolone', NULL, NULL),\n(46064, 'sr', 'db', 'Banner Image', 'Slika banera', NULL, NULL),\n(46065, 'sr', 'db', 'Income', 'Prihod', NULL, NULL),\n(46066, 'sr', 'db', 'Income Category', 'Kategorija prihoda', NULL, NULL),\n(46067, 'sr', 'db', 'Income List', 'Lista prihoda', NULL, NULL),\n(46068, 'sr', 'db', 'Add Income', 'Dodaj prihod', NULL, NULL),\n(46069, 'sr', 'db', 'Add Income Category', 'Dodaj kategoriju prihoda', NULL, NULL),\n(46070, 'sr', 'db', 'Update Income Category', 'A\u017euriraj kategoriju prihoda', NULL, NULL),\n(46071, 'sr', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Otpremnica za upravljanje porud\u017ebinama\/prodajom', NULL, NULL),\n(46072, 'sr', 'db', 'Enable', 'Omogu\u0107i', NULL, NULL),\n(46073, 'sr', 'db', 'Disable', 'Onemogu\u0107i', NULL, NULL),\n(46074, 'sr', 'db', 'Create Packing Slip', 'Kreiraj otpremnicu', NULL, NULL),\n(46075, 'sr', 'db', 'Packed', 'Spakovano', NULL, NULL),\n(46076, 'sr', 'db', 'Processing', 'Obrada', NULL, NULL),\n(46077, 'sr', 'db', 'Packing Slip List', 'Lista otpremnica', NULL, NULL),\n(46078, 'sr', 'db', 'Packing Slip Reference', 'Referenca otpremnice', NULL, NULL),\n(46079, 'sr', 'db', 'Challan List', 'Lista naloga za prevoz', NULL, NULL),\n(46080, 'sr', 'db', 'Challan Report', 'Izve\u0161taj o nalozima za prevoz', NULL, NULL),\n(46081, 'sr', 'db', 'Packing Slip & Challan', 'Otpremnica i nalog za prevoz', NULL, NULL),\n(46082, 'sr', 'db', 'Filter Products', 'Filtriraj proizvode', NULL, NULL),\n(46083, 'sr', 'db', 'Expiry Duration Type', 'Tip trajanja isteka', NULL, NULL),\n(46084, 'sr', 'db', 'Expiry Value', 'Vrednost isteka', NULL, NULL),\n(46085, 'sr', 'db', 'Biller Report', 'Izve\u0161taj izdavaoca ra\u010duna', NULL, NULL),\n(46086, 'sr', 'db', 'Choose Biller', 'Izaberite izdavaoca ra\u010duna', NULL, NULL),\n(46087, 'sr', 'db', 'Thermal Invoice Size', 'Veli\u010dina termalne fakture', NULL, NULL),\n(46088, 'sr', 'db', 'Invoice Option', 'Opcija fakture', NULL, NULL),\n(46089, 'sr', 'db', '80mm', '80mm', NULL, NULL),\n(46090, 'sr', 'db', '58mm', '58mm', NULL, NULL),\n(46091, 'sr', 'db', 'Sale successfully added to draft', 'Prodaja uspe\u0161no dodata u nacrte', NULL, NULL),\n(46092, 'sr', 'db', 'Barcode Settings', 'Pode\u0161avanja bar-koda', NULL, NULL),\n(46093, 'sr', 'db', 'Add barcode sticker setting', 'Dodaj pode\u0161avanje nalepnice bar-koda', NULL, NULL),\n(46094, 'sr', 'db', 'Edit Barcode Sticker Setting', 'Izmeni pode\u0161avanje nalepnice bar-koda', NULL, NULL),\n(46095, 'sr', 'db', 'Sticker Sheet setting Name', 'Naziv pode\u0161avanja lista nalepnica', NULL, NULL),\n(46096, 'sr', 'db', 'Sticker Sheet setting Description', 'Opis pode\u0161avanja lista nalepnica', NULL, NULL),\n(46097, 'sr', 'db', 'Continuous feed or rolls', 'Kontinuirano uvla\u010denje ili rolne', NULL, NULL),\n(46098, 'sr', 'db', 'In Inches', 'U in\u010dima', NULL, NULL),\n(46099, 'sr', 'db', 'Additional top margin', 'Dodatna gornja margina', NULL, NULL),\n(46100, 'sr', 'db', 'Additional left margin', 'Dodatna leva margina', NULL, NULL),\n(46101, 'sr', 'db', 'Width of sticker', '\u0160irina nalepnice', NULL, NULL),\n(46102, 'sr', 'db', 'Height of sticker', 'Visina nalepnice', NULL, NULL),\n(46103, 'sr', 'db', 'Paper width', '\u0160irina papira', NULL, NULL),\n(46104, 'sr', 'db', 'Paper height', 'Visina papira', NULL, NULL),\n(46105, 'sr', 'db', 'Stickers in one row', 'Nalepnica u jednom redu', NULL, NULL),\n(46106, 'sr', 'db', 'Distance between two rows', 'Razmak izme\u0111u dva reda', NULL, NULL),\n(46107, 'sr', 'db', 'Distance between two columns', 'Razmak izme\u0111u dve kolone', NULL, NULL),\n(46108, 'sr', 'db', 'No of Stickers per sheet', 'Broj nalepnica po listu', NULL, NULL),\n(46109, 'sr', 'db', 'Set as default', 'Postavi kao podrazumevano', NULL, NULL),\n(46110, 'sr', 'db', 'Add New Setting', 'Dodaj novo pode\u0161avanje', NULL, NULL),\n(46111, 'sr', 'db', 'Print Labels', '\u0160tampaj nalepnice', NULL, NULL),\n(46112, 'sr', 'db', 'Information on Label', 'Informacije na nalepnici', NULL, NULL),\n(46113, 'sr', 'db', 'Add Production', 'Dodaj proizvodnju', NULL, NULL),\n(46114, 'sr', 'db', 'Production List', 'Lista proizvodnje', NULL, NULL),\n(46115, 'sr', 'db', 'Expired Date', 'Datum isteka', NULL, NULL),\n(46116, 'sr', 'db', 'Manufacturing', 'Proizvodnja', NULL, NULL),\n(46117, 'sr', 'db', 'Total Tax', 'Ukupan porez', NULL, NULL),\n(46118, 'sr', 'db', 'Production Details', 'Detalji proizvodnje', NULL, NULL),\n(46119, 'sr', 'db', 'Add Custom Size', 'Dodaj prilago\u0111enu veli\u010dinu', NULL, NULL),\n(46120, 'sr', 'db', 'RTL', 'RTL', NULL, NULL),\n(46121, 'sr', 'db', 'LTR', 'LTR', NULL, NULL),\n(46122, 'sr', 'db', 'Show search results in', 'Prika\u017ei rezultate pretrage u', NULL, NULL),\n(46123, 'sr', 'db', 'Full Page', 'Punoj stranici', NULL, NULL),\n(46124, 'sr', 'db', 'Dropdown', 'Padaju\u0107em meniju', NULL, NULL),\n(46125, 'sr', 'db', 'Saving', '\u010cuvanje', NULL, NULL),\n(46126, 'sr', 'db', 'Multiple Payment', 'Vi\u0161estruko pla\u0107anje', NULL, NULL),\n(46127, 'sr', 'db', 'Finalize Sale(Multiple Payment]', 'Zaklju\u010di prodaju (Vi\u0161estruko pla\u0107anje)', NULL, NULL),\n(46128, 'sr', 'db', 'Cash Received', 'Primljena gotovina', NULL, NULL),\n(46129, 'sr', 'db', 'Add More Payment', 'Dodaj jo\u0161 pla\u0107anja', NULL, NULL),\n(46130, 'sr', 'db', 'Received', 'Primljeno', NULL, NULL),\n(46131, 'sr', 'db', 'Production Status', 'Status proizvodnje', NULL, NULL),\n(46132, 'sr', 'db', 'Employees', 'Zaposleni', NULL, NULL),\n(46133, 'sr', 'db', 'Award', 'Nagrada', NULL, NULL),\n(46134, 'sr', 'db', 'Travel', 'Putovanje', NULL, NULL),\n(46135, 'sr', 'db', 'Resignations', 'Otkazi', NULL, NULL),\n(46136, 'sr', 'db', 'Complaints', '\u017dalbe', NULL, NULL),\n(46137, 'sr', 'db', 'Warnings', 'Upozorenja', NULL, NULL),\n(46138, 'sr', 'db', 'Terminations', 'Prekidi radnog odnosa', NULL, NULL),\n(46139, 'sr', 'db', 'Organization', 'Organizacija', NULL, NULL),\n(46140, 'sr', 'db', 'Company', 'Kompanija', NULL, NULL),\n(46141, 'sr', 'db', 'Designation', 'Pozicija', NULL, NULL),\n(46142, 'sr', 'db', 'Announcements', 'Saop\u0161tenja', NULL, NULL),\n(46143, 'sr', 'db', 'Timesheets', 'Evidencija radnog vremena', NULL, NULL),\n(46144, 'sr', 'db', 'Attendances', 'Prisustva', NULL, NULL),\n(46145, 'sr', 'db', 'Recruitment', 'Regrutacija', NULL, NULL),\n(46146, 'sr', 'db', 'Training', 'Obuka', NULL, NULL),\n(46147, 'sr', 'db', 'Trainers', 'Treneri', NULL, NULL),\n(46148, 'sr', 'db', 'Events', 'Doga\u0111aji', NULL, NULL),\n(46149, 'sr', 'db', 'Meetings', 'Sastanci', NULL, NULL),\n(46150, 'sr', 'db', 'Finance', 'Finansije', NULL, NULL),\n(46151, 'sr', 'db', 'imei_numbers', 'IMEI \/ Serijski brojevi', NULL, NULL),\n(46152, 'sr', 'db', 'Warranty', 'Garancija', NULL, NULL),\n(46153, 'sr', 'db', 'Guarantee', 'Jemstvo', NULL, NULL),\n(46154, 'sr', 'db', 'Dear', 'Po\u0161tovani\/a', NULL, NULL),\n(46155, 'sr', 'db', 'Thank you for your purchase! Your invoice number is', 'Hvala vam na kupovini! Broj va\u0161e fakture je', NULL, NULL),\n(46156, 'sr', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'Ako imate bilo kakvih pitanja ili nedoumica, ne ustru\u010davajte se da nam se obratite. Tu smo da pomognemo!', NULL, NULL),\n(46157, 'sr', 'db', 'Best regards', 'Srda\u010dan pozdrav', NULL, NULL),\n(46158, 'sr', 'db', 'Whatsapp Notification', 'Whatsapp obave\u0161tenje', NULL, NULL),\n(46159, 'sr', 'db', 'Add More Payment Option', 'Dodaj jo\u0161 opcija pla\u0107anja', NULL, NULL),\n(46160, 'sr', 'db', 'Type date or quotation reference', 'Unesite datum ili referencu ponude...', NULL, NULL),\n(46161, 'sr', 'db', 'Sale Reference No', 'Referentni broj prodaje', NULL, NULL),\n(46162, 'sr', 'db', 'My Transactions', 'Moje transakcije', NULL, NULL),\n(46163, 'sr', 'db', 'One Point is Equivalent to:', 'Jedan poen je ekvivalentan:', NULL, NULL),\n(46164, 'sr', 'db', 'Update Income', 'A\u017euriraj prihod', NULL, NULL),\n(46165, 'sr', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', 'Koristiti samo za tipove polja: Izbor, Vi\u0161estruki izbor, \u010cekboks, Radio dugme. Popunite polje odvajaju\u0107i opcije zarezom, npr. jabuka,pomorand\u017ea,banana', NULL, NULL),\n(46166, 'sr', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', 'Ekskluzivno: Cena proizvoda = Stvarna cena + Porez. Inkluzivno: Stvarna cena = Cena proizvoda - Porez', NULL, NULL),\n(46167, 'sr', 'db', 'Update Modal', 'A\u017euriraj modal', NULL, NULL),\n(46168, 'sr', 'db', 'Import Product Modal', 'Modal za uvoz proizvoda', NULL, NULL),\n(46169, 'sr', 'db', 'Remove', 'Ukloni', NULL, NULL),\n(46170, 'sr', 'db', 'Payments Modal', 'Modal za pla\u0107anja', NULL, NULL),\n(46171, 'sr', 'db', 'Choose date', 'Izaberite datum', NULL, NULL),\n(46172, 'sr', 'db', 'Select warehouse', 'Izaberite magacin', NULL, NULL),\n(46173, 'sr', 'db', 'Select supplier', 'Izaberite dobavlja\u010da', NULL, NULL),\n(46174, 'sr', 'db', 'Please type product code and select', 'Molimo unesite \u0161ifru proizvoda i izaberite', NULL, NULL),\n(46175, 'sr', 'db', 'Add Sale Return', 'Dodaj povra\u0107aj prodaje', NULL, NULL),\n(46176, 'sr', 'db', 'Warehouse Stock', 'Zalihe magacina', NULL, NULL),\n(46177, 'sr', 'db', 'Select Income Category', 'Izaberite kategoriju prihoda', NULL, NULL),\n(46178, 'sr', 'db', 'Income Report', 'Izve\u0161taj o prihodima', NULL, NULL),\n(46179, 'sr', 'db', 'Add Modal', 'Dodaj modal', NULL, NULL),\n(46180, 'sr', 'db', 'Type department name', 'Unesite naziv odeljenja', NULL, NULL),\n(46181, 'sr', 'db', 'Select Role', 'Izaberite ulogu', NULL, NULL),\n(46182, 'sr', 'db', 'Type expense category code', 'Unesite \u0161ifru kategorije tro\u0161ka', NULL, NULL),\n(46183, 'sr', 'db', 'Barcode Height', 'Visina bar-koda', NULL, NULL),\n(46184, 'sr', 'db', 'Barcode Stickers In One Sheet', 'Nalepnice bar-koda na jednom listu', NULL, NULL),\n(46185, 'sr', 'db', 'Type brand title', 'Unesite naziv brenda', NULL, NULL),\n(46186, 'sr', 'db', 'Type income category code', 'Unesite \u0161ifru kategorije prihoda', NULL, NULL),\n(46187, 'sr', 'db', 'Type income category name', 'Unesite naziv kategorije prihoda', NULL, NULL),\n(46188, 'sr', 'db', 'Type expense category name', 'Unesite naziv kategorije tro\u0161ka', NULL, NULL),\n(46189, 'sr', 'db', 'lang_v1 enter_product_name_to_print_labels', 'Unesite naziv proizvoda za \u0161tampanje nalepnica', NULL, NULL),\n(46190, 'sr', 'db', 'Type category name', 'Unesite naziv kategorije', NULL, NULL),\n(46191, 'sr', 'db', 'eg: 1', 'npr: 1', NULL, NULL),\n(46192, 'sr', 'db', 'Size, Color etc', 'Veli\u010dina, Boja itd.', NULL, NULL),\n(46193, 'sr', 'db', 'Type Coupon Code', 'Unesite kod kupona', NULL, NULL),\n(46194, 'sr', 'db', 'Type reference number', 'Unesite referentni broj', NULL, NULL),\n(46195, 'sr', 'db', 'Please type customer name or mobile no and select', 'Molimo unesite ime ili broj mobilnog telefona kupca i izaberite', NULL, NULL),\n(46196, 'sr', 'db', 'example : +8801*********,+8801*********', 'primer: +3816********,+3816*********', NULL, NULL),\n(46197, 'sr', 'db', 'Payment Options', 'Opcije pla\u0107anja', NULL, NULL),\n(46198, 'sr', 'db', 'Type table name', 'Unesite naziv stola', NULL, NULL),\n(46199, 'sr', 'db', 'Enter your Name', 'Unesite va\u0161e ime', NULL, NULL),\n(46200, 'sr', 'db', 'Type WareHouse Name', 'Unesite naziv magacina', NULL, NULL),\n(46201, 'sr', 'db', 'Email Address', 'Email adresa', NULL, NULL),\n(46202, 'sr', 'db', 'Disabled input here', 'Onemogu\u0107en unos ovde', NULL, NULL),\n(46203, 'sr', 'db', 'input-lg', 'input-lg', NULL, NULL),\n(46204, 'sr', 'db', 'input-sm', 'input-sm', NULL, NULL),\n(46205, 'sr', 'db', 'input-md', 'input-md', NULL, NULL),\n(46206, 'sr', 'db', 'Default input', 'Podrazumevani unos', NULL, NULL),\n(46207, 'sr', 'db', 'Type envato purchase code for WooCommerce addon', 'Unesite Envato kod za kupovinu za WooCommerce dodatak', NULL, NULL),\n(46208, 'sr', 'db', 'Type envato purchase code for eCommerce addon', 'Unesite Envato kod za kupovinu za eCommerce dodatak', NULL, NULL),\n(46209, 'sr', 'db', 'top_margin', 'gornja_margina', NULL, NULL),\n(46210, 'sr', 'db', 'For SEO', 'Za SEO', NULL, NULL),\n(46211, 'sr', 'db', 'Stock Worth', 'Vrednost zaliha', NULL, NULL),\n(46212, 'sr', 'db', 'Type currency name', 'Unesite naziv valute', NULL, NULL),\n(46213, 'sr', 'db', 'Type currency code', 'Unesite kod valute', NULL, NULL),\n(46214, 'sr', 'db', 'Type exchange rate', 'Unesite kurs', NULL, NULL),\n(46215, 'sr', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Samo podrazumevana valuta mo\u017ee imati kurs 1. Molimo promenite kurs va\u0161e podrazumevane valute.', NULL, NULL),\n(46216, 'sr', 'db', 'HRM', 'HRM', NULL, NULL),\n(46217, 'sr', 'db', 'Months', 'Meseci', NULL, NULL),\n(46218, 'sr', 'db', 'Years', 'Godine', NULL, NULL),\n(46219, 'sr', 'db', 'This is topping', 'Ovo je dodatak', NULL, NULL),\n(46220, 'sr', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Ozna\u010dite ovo ako je stavka preliv, ekstra dodatak ili dodatak koji se slu\u017ei samo uz glavno jelo', NULL, NULL),\n(46221, 'sr', 'db', 'Extras', 'Dodaci', NULL, NULL),\n(46222, 'sr', 'db', 'Kitchen', 'Kuhinja', NULL, NULL),\n(46223, 'sr', 'db', 'Menu Type', 'Tip menija', NULL, NULL),\n(46224, 'sr', 'db', 'Credit Card', 'Kreditna kartica', NULL, NULL),\n(46225, 'sr', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(46226, 'sr', 'db', 'Scan\/Search product by name\/code', 'Skeniraj\/Pretra\u017ei proizvod po nazivu\/\u0161ifri', NULL, NULL),\n(46227, 'sr', 'db', 'Service', 'Usluga', NULL, NULL),\n(46228, 'sr', 'db', 'Dine In', 'U restoranu', NULL, NULL),\n(46229, 'sr', 'db', 'Take Away', 'Za poneti', NULL, NULL),\n(46230, 'sr', 'db', 'Waiter', 'Konobar', NULL, NULL),\n(46231, 'sr', 'db', 'Total Payable', 'Ukupno za pla\u0107anje', NULL, NULL),\n(46232, 'sr', 'db', 'Total Paying', 'Ukupno pla\u0107eno', NULL, NULL),\n(46233, 'sr', 'db', 'Card Number', 'Broj kartice', NULL, NULL),\n(46234, 'sr', 'db', 'Card Holder Name', 'Ime vlasnika kartice', NULL, NULL),\n(46235, 'sr', 'db', 'Card Type', 'Tip kartice', NULL, NULL),\n(46236, 'sr', 'db', 'Template Name', 'Naziv \u0161ablona', NULL, NULL),\n(46237, 'sr', 'db', 'Floor', 'Sprat', NULL, NULL),\n(46238, 'sr', 'db', 'Enter operation value', 'Unesite vrednost operacije', NULL, NULL),\n(46239, 'sr', 'db', 'We', 'Mi', NULL, NULL),\n(46240, 'sr', 'db', 'Sorry for the inconvenience. We', 'Izvinjavamo se zbog neprijatnosti. Mi', NULL, NULL),\n(46241, 'sr', 'db', 'Sorry! You are not allowed to access this module', '\u017dao nam je! Nije vam dozvoljen pristup ovom modulu', NULL, NULL),\n(46242, 'sr', 'db', 'Account created successfully', 'Nalog je uspe\u0161no kreiran', NULL, NULL),\n(46243, 'sr', 'db', 'Account updated successfully', 'Nalog je uspe\u0161no a\u017euriran', NULL, NULL),\n(46244, 'sr', 'db', 'This feature is disable for demo!', 'Ova funkcija je onemogu\u0107ena za demo!', NULL, NULL),\n(46245, 'sr', 'db', 'Account deleted successfully!', 'Nalog je uspe\u0161no obrisan!', NULL, NULL),\n(46246, 'sr', 'db', 'Please make another account default first!', 'Molimo prvo postavite drugi nalog kao podrazumevani!', NULL, NULL),\n(46247, 'sr', 'db', 'Woocommerce addon installed successfully!', 'Woocommerce dodatak je uspe\u0161no instaliran!', NULL, NULL),\n(46248, 'sr', 'db', 'Wrong purchase code!', 'Pogre\u0161an kod za kupovinu!', NULL, NULL),\n(46249, 'sr', 'db', 'eCommerce add-on installed successfully!', 'eCommerce dodatak je uspe\u0161no instaliran!', NULL, NULL),\n(46250, 'sr', 'db', 'Data inserted successfully', 'Podaci su uspe\u0161no uneti', NULL, NULL),\n(46251, 'sr', 'db', 'Data updated successfully', 'Podaci su uspe\u0161no a\u017eurirani', NULL, NULL),\n(46252, 'sr', 'db', 'Data deleted successfully', 'Podaci su uspe\u0161no obrisani', NULL, NULL),\n(46253, 'sr', 'db', 'Attendance created successfully', 'Prisustvo je uspe\u0161no kreirano', NULL, NULL),\n(46254, 'sr', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Molimo izaberite format datuma na ure\u0111aju za evidenciju i otpremite CSV fajl', NULL, NULL),\n(46255, 'sr', 'db', 'Please upload a CSV file', 'Molimo otpremite CSV fajl', NULL, NULL),\n(46256, 'sr', 'db', 'Attendance deleted successfully', 'Prisustvo je uspe\u0161no obrisano', NULL, NULL),\n(46257, 'sr', 'db', 'Username And Password Are Wrong.', 'Korisni\u010dko ime i lozinka su pogre\u0161ni.', NULL, NULL),\n(46258, 'sr', 'db', 'Invalid username or password', 'Neva\u017ee\u0107e korisni\u010dko ime ili lozinka', NULL, NULL),\n(46259, 'sr', 'db', 'something_went_wrong', 'ne\u0161to je po\u0161lo naopako', NULL, NULL),\n(46260, 'sr', 'db', 'deleted_success', 'uspe\u0161no obrisano', NULL, NULL),\n(46261, 'sr', 'db', 'Brand imported successfully', 'Brend je uspe\u0161no uvezen', NULL, NULL),\n(46262, 'sr', 'db', 'Brand deleted successfully!', 'Brend je uspe\u0161no obrisan!', NULL, NULL),\n(46263, 'sr', 'db', 'Cash register created successfully', 'Kasa je uspe\u0161no kreirana', NULL, NULL),\n(46264, 'sr', 'db', 'Cash register closed successfully', 'Kasa je uspe\u0161no zatvorena', NULL, NULL),\n(46265, 'sr', 'db', 'Category inserted successfully', 'Kategorija je uspe\u0161no uneta', NULL, NULL),\n(46266, 'sr', 'db', 'Category updated successfully', 'Kategorija je uspe\u0161no a\u017eurirana', NULL, NULL),\n(46267, 'sr', 'db', 'Category imported successfully', 'Kategorija je uspe\u0161no uvezena', NULL, NULL),\n(46268, 'sr', 'db', 'Category deleted successfully', 'Kategorija je uspe\u0161no obrisana', NULL, NULL),\n(46269, 'sr', 'db', 'Please select at least one packing slip', 'Molimo izaberite bar jednu otpremnicu', NULL, NULL),\n(46270, 'sr', 'db', 'Please close previous challan before creating a new one', 'Molimo zatvorite prethodni nalog za prevoz pre kreiranja novog', NULL, NULL),\n(46271, 'sr', 'db', 'Challan created successfully', 'Nalog za prevoz je uspe\u0161no kreiran', NULL, NULL),\n(46272, 'sr', 'db', 'Challan finalized successfully', 'Nalog za prevoz je uspe\u0161no zaklju\u010den', NULL, NULL),\n(46273, 'sr', 'db', 'Coupon created successfully', 'Kupon je uspe\u0161no kreiran', NULL, NULL),\n(46274, 'sr', 'db', 'Coupon updated successfully', 'Kupon je uspe\u0161no a\u017euriran', NULL, NULL),\n(46275, 'sr', 'db', 'Coupon deleted successfully', 'Kupon je uspe\u0161no obrisan', NULL, NULL),\n(46276, 'sr', 'db', 'Courier created successfully', 'Kurir je uspe\u0161no kreiran', NULL, NULL),\n(46277, 'sr', 'db', 'Courier updated successfully', 'Kurir je uspe\u0161no a\u017euriran', NULL, NULL),\n(46278, 'sr', 'db', 'Courier deleted successfully', 'Kurir je uspe\u0161no obrisan', NULL, NULL),\n(46279, 'sr', 'db', 'Currency created successfully', 'Valuta je uspe\u0161no kreirana', NULL, NULL),\n(46280, 'sr', 'db', 'Currency updated successfully', 'Valuta je uspe\u0161no a\u017eurirana', NULL, NULL),\n(46281, 'sr', 'db', 'Currency deleted successfully', 'Valuta je uspe\u0161no obrisana', NULL, NULL),\n(46282, 'sr', 'db', 'Custom Field created successfully', 'Prilago\u0111eno polje je uspe\u0161no kreirano', NULL, NULL),\n(46283, 'sr', 'db', 'Custom Field updated successfully', 'Prilago\u0111eno polje je uspe\u0161no a\u017eurirano', NULL, NULL),\n(46284, 'sr', 'db', 'This feature is disabled for demo!', 'Ova funkcija je onemogu\u0107ena za demo!', NULL, NULL),\n(46285, 'sr', 'db', 'Custom Field not found!', 'Prilago\u0111eno polje nije prona\u0111eno!', NULL, NULL),\n(46286, 'sr', 'db', 'Invalid custom field table!', 'Neva\u017ee\u0107a tabela prilago\u0111enih polja!', NULL, NULL),\n(46287, 'sr', 'db', 'Custom Field deleted successfully!', 'Prilago\u0111eno polje je uspe\u0161no obrisano!', NULL, NULL),\n(46288, 'sr', 'db', 'Due cleared successfully', 'Dugovanje je uspe\u0161no izmireno', NULL, NULL),\n(46289, 'sr', 'db', 'Customer Group imported successfully', 'Grupa kupaca je uspe\u0161no uvezena', NULL, NULL),\n(46290, 'sr', 'db', 'Delivery deleted successfully', 'Dostava je uspe\u0161no obrisana', NULL, NULL),\n(46291, 'sr', 'db', 'Department created successfully', 'Odeljenje je uspe\u0161no kreirano', NULL, NULL),\n(46292, 'sr', 'db', 'Department updated successfully', 'Odeljenje je uspe\u0161no a\u017eurirano', NULL, NULL),\n(46293, 'sr', 'db', 'Department deleted successfully', 'Odeljenje je uspe\u0161no obrisano', NULL, NULL),\n(46294, 'sr', 'db', 'Discount created successfully', 'Popust je uspe\u0161no kreiran', NULL, NULL),\n(46295, 'sr', 'db', 'Discount updated successfully', 'Popust je uspe\u0161no a\u017euriran', NULL, NULL),\n(46296, 'sr', 'db', 'Discount Plan created successfully', 'Plan popusta je uspe\u0161no kreiran', NULL, NULL),\n(46297, 'sr', 'db', 'Discount Plan updated successfully', 'Plan popusta je uspe\u0161no a\u017euriran', NULL, NULL),\n(46298, 'sr', 'db', 'Employee updated successfully', 'Zaposleni je uspe\u0161no a\u017euriran', NULL, NULL),\n(46299, 'sr', 'db', 'Employee deleted successfully', 'Zaposleni je uspe\u0161no obrisan', NULL, NULL),\n(46300, 'sr', 'db', 'Expense Category imported successfully', 'Kategorija tro\u0161ka je uspe\u0161no uvezena', NULL, NULL),\n(46301, 'sr', 'db', 'GiftCard updated successfully', 'Poklon kartica je uspe\u0161no a\u017eurirana', NULL, NULL),\n(46302, 'sr', 'db', 'Holiday created successfully', 'Praznik je uspe\u0161no kreiran', NULL, NULL),\n(46303, 'sr', 'db', 'Holiday updated successfully', 'Praznik je uspe\u0161no a\u017euriran', NULL, NULL),\n(46304, 'sr', 'db', 'Holiday deleted successfully', 'Praznik je uspe\u0161no obrisan', NULL, NULL),\n(46305, 'sr', 'db', 'language_added', 'jezik_dodan', NULL, NULL),\n(46306, 'sr', 'db', 'Money transfered successfully', 'Novac je uspe\u0161no prenet', NULL, NULL),\n(46307, 'sr', 'db', 'Money transfer updated successfully', 'Prenos novca je uspe\u0161no a\u017euriran', NULL, NULL),\n(46308, 'sr', 'db', 'Notification send successfully', 'Obave\u0161tenje je uspe\u0161no poslato', NULL, NULL),\n(46309, 'sr', 'db', 'Packing slip created successfully', 'Otpremnica je uspe\u0161no kreirana', NULL, NULL),\n(46310, 'sr', 'db', 'Packing Slip deletes successfully', 'Otpremnica je uspe\u0161no obrisana', NULL, NULL),\n(46311, 'sr', 'db', 'Payroll updated succesfully', 'Platni spisak je uspe\u0161no a\u017euriran', NULL, NULL),\n(46312, 'sr', 'db', 'Payroll deleted succesfully', 'Platni spisak je uspe\u0161no obrisan', NULL, NULL),\n(46313, 'sr', 'db', 'This variant has a quantity; you cannot delete it', 'Ova varijanta ima koli\u010dinu; ne mo\u017eete je obrisati', NULL, NULL),\n(46314, 'sr', 'db', 'Failed to update product Please try again', 'Neuspe\u0161no a\u017euriranje proizvoda. Molimo poku\u0161ajte ponovo', NULL, NULL),\n(46315, 'sr', 'db', 'Please upload a valid CSV file', 'Molimo otpremite va\u017ee\u0107i CSV fajl', NULL, NULL),\n(46316, 'sr', 'db', 'CSV file is empty or invalid', 'CSV fajl je prazan ili neva\u017ee\u0107i', NULL, NULL),\n(46317, 'sr', 'db', 'CSV file format is incorrect', 'Format CSV fajla je neta\u010dan', NULL, NULL),\n(46318, 'sr', 'db', 'Unit code does not exist in the database', '\u0160ifra jedinice ne postoji u bazi podataka', NULL, NULL),\n(46319, 'sr', 'db', 'Invalid variant value format', 'Neva\u017ee\u0107i format vrednosti varijante', NULL, NULL),\n(46320, 'sr', 'db', 'Products imported successfully!', 'Proizvodi su uspe\u0161no uvezeni!', NULL, NULL),\n(46321, 'sr', 'db', 'Please install the ecommerce addon!', 'Molimo instalirajte eCommerce dodatak!', NULL, NULL),\n(46322, 'sr', 'db', 'All Products set to in stock successfully!', 'Svi proizvodi su uspe\u0161no postavljeni na stanje!', NULL, NULL),\n(46323, 'sr', 'db', 'All Products will be showed to online!', 'Svi proizvodi \u0107e biti prikazani online!', NULL, NULL),\n(46324, 'sr', 'db', 'Product deleted successfully', 'Proizvod je uspe\u0161no obrisan', NULL, NULL),\n(46325, 'sr', 'db', 'Duplicate IMEI not allowed!', 'Duplirani IMEI nije dozvoljen!', NULL, NULL),\n(46326, 'sr', 'db', 'Purchase created successfully', 'Nabavka je uspe\u0161no kreirana', NULL, NULL),\n(46327, 'sr', 'db', 'Purchase unit does not exist!', 'Nabavna jedinica ne postoji!', NULL, NULL),\n(46328, 'sr', 'db', 'Tax name does not exist!', 'Naziv poreza ne postoji!', NULL, NULL),\n(46329, 'sr', 'db', 'Purchase update successfully!', 'Nabavka je uspe\u0161no a\u017eurirana!', NULL, NULL),\n(46330, 'sr', 'db', 'Purchase updated successfully', 'Nabavka je uspe\u0161no a\u017eurirana', NULL, NULL),\n(46331, 'sr', 'db', 'Payment created successfully', 'Pla\u0107anje je uspe\u0161no kreirano', NULL, NULL),\n(46332, 'sr', 'db', 'Payment updated successfully', 'Pla\u0107anje je uspe\u0161no a\u017eurirano', NULL, NULL),\n(46333, 'sr', 'db', 'Payment deleted successfully', 'Pla\u0107anje je uspe\u0161no obrisano', NULL, NULL),\n(46334, 'sr', 'db', 'Purchase deleted successfully', 'Nabavka je uspe\u0161no obrisana', NULL, NULL),\n(46335, 'sr', 'db', 'Quotation deleted successfully', 'Ponuda je uspe\u0161no obrisana', NULL, NULL),\n(46336, 'sr', 'db', 'This reference either does not exist or status not completed!', 'Ova referenca ili ne postoji ili status nije zavr\u0161en!', NULL, NULL),\n(46337, 'sr', 'db', 'This reference no does not exist!', 'Ovaj referentni broj ne postoji!', NULL, NULL),\n(46338, 'sr', 'db', 'Permission updated successfully', 'Dozvola je uspe\u0161no a\u017eurirana', NULL, NULL),\n(46339, 'sr', 'db', 'Please setup your SMS API first!', 'Molimo prvo podesite svoj SMS API!', NULL, NULL),\n(46340, 'sr', 'db', 'If you have any questions or concerns, please don\\\\', 'Ako imate bilo kakvih pitanja ili nedoumica, molimo vas da', NULL, NULL),\n(46341, 'sr', 'db', 'Sales created successfully', 'Prodaja je uspe\u0161no kreirana', NULL, NULL),\n(46342, 'sr', 'db', 'Product does not exist!', 'Proizvod ne postoji!', NULL, NULL),\n(46343, 'sr', 'db', 'Sale unit does not exist!', 'Prodajna jedinica ne postoji!', NULL, NULL),\n(46344, 'sr', 'db', 'Database cleared successfully', 'Baza podataka je uspe\u0161no obrisana', NULL, NULL),\n(46345, 'sr', 'db', 'Reward point setting updated successfully', 'Pode\u0161avanje nagradnih poena je uspe\u0161no a\u017eurirano', NULL, NULL),\n(46346, 'sr', 'db', 'SMS sent successfully', 'SMS je uspe\u0161no poslat', NULL, NULL),\n(46347, 'sr', 'db', 'Payment options must be unique', 'Opcije pla\u0107anja moraju biti jedinstvene', NULL, NULL),\n(46348, 'sr', 'db', 'POS setting updated successfully', 'POS pode\u0161avanje je uspe\u0161no a\u017eurirano', NULL, NULL),\n(46349, 'sr', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Popis zaliha je uspe\u0161no kreiran! Molimo preuzmite po\u010detni fajl da biste ga dovr\u0161ili', NULL, NULL),\n(46350, 'sr', 'db', 'No product found!', 'Nije prona\u0111en nijedan proizvod!', NULL, NULL),\n(46351, 'sr', 'db', 'Stock Count finalized successfully!', 'Popis zaliha je uspe\u0161no zaklju\u010den!', NULL, NULL),\n(46352, 'sr', 'db', 'Table created successfully', 'Sto je uspe\u0161no kreiran', NULL, NULL),\n(46353, 'sr', 'db', 'Table updated successfully', 'Sto je uspe\u0161no a\u017euriran', NULL, NULL),\n(46354, 'sr', 'db', 'Table deleted successfully', 'Sto je uspe\u0161no obrisan', NULL, NULL),\n(46355, 'sr', 'db', 'Tax imported successfully', 'Porez je uspe\u0161no uvezen', NULL, NULL),\n(46356, 'sr', 'db', 'Transfer imported successfully', 'Prenos je uspe\u0161no uvezen', NULL, NULL),\n(46357, 'sr', 'db', 'Transfer updated successfully', 'Prenos je uspe\u0161no a\u017euriran', NULL, NULL),\n(46358, 'sr', 'db', 'Transfer deleted successfully', 'Prenos je uspe\u0161no obrisan', NULL, NULL),\n(46359, 'sr', 'db', 'Unit imported successfully', 'Jedinica je uspe\u0161no uvezena', NULL, NULL),\n(46360, 'sr', 'db', 'Data updated successfullly', 'Podaci su uspe\u0161no a\u017eurirani', NULL, NULL),\n(46361, 'sr', 'db', 'Please Confirm your new password', 'Molimo potvrdite va\u0161u novu lozinku', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(46362, 'sr', 'db', 'Current Password does not match', 'Trenutna lozinka se ne podudara', NULL, NULL),\n(46363, 'sr', 'db', 'Data deleted successfullly', 'Podaci su uspe\u0161no obrisani', NULL, NULL),\n(46364, 'sr', 'db', 'Warehouse imported successfully', 'Magacin je uspe\u0161no uvezen', NULL, NULL),\n(46365, 'sr', 'db', 'Packing Slip to manage orders\/sales', 'Otpremnica za upravljanje porud\u017ebinama\/prodajom', NULL, NULL),\n(46366, 'sr', 'db', 'Font', 'Font', NULL, NULL),\n(46367, 'sr', 'db', 'Allow customers to order', 'Dozvoli kupcima da naru\u010de', NULL, NULL),\n(46368, 'sr', 'db', 'Place Order', 'Naru\u010di', NULL, NULL),\n(46369, 'sr', 'db', 'Zip \/ Postal Code', 'Po\u0161tanski broj', NULL, NULL),\n(46370, 'sr', 'db', 'Add Point', 'Dodaj poene', NULL, NULL),\n(46371, 'sr', 'db', 'Invoice Settings', 'Pode\u0161avanja fakture', NULL, NULL),\n(46372, 'sr', 'db', 'Invoice Type', 'Tip fakture', NULL, NULL),\n(46373, 'sr', 'db', 'Numbering Type', 'Tip numeracije', NULL, NULL),\n(46374, 'sr', 'db', 'Start Number', 'Po\u010detni broj', NULL, NULL),\n(46375, 'sr', 'db', 'Header Text', 'Tekst zaglavlja', NULL, NULL),\n(46376, 'sr', 'db', 'Footer Text', 'Tekst podno\u017eja', NULL, NULL),\n(46377, 'sr', 'db', 'Company Logo', 'Logo kompanije', NULL, NULL),\n(46378, 'sr', 'db', 'Logo Height', 'Visina loga', NULL, NULL),\n(46379, 'sr', 'db', 'Logo Width', '\u0160irina loga', NULL, NULL),\n(46380, 'sr', 'db', 'Primary Color', 'Primarna boja', NULL, NULL),\n(46381, 'sr', 'db', 'Invoice Date Format', 'Format datuma na fakturi', NULL, NULL),\n(46382, 'sr', 'db', 'Show Barcode', 'Prika\u017ei bar-kod', NULL, NULL),\n(46383, 'sr', 'db', 'Show QR Code', 'Prika\u017ei QR kod', NULL, NULL),\n(46384, 'sr', 'db', 'Show Description(Only 58mm,80mm]', 'Prika\u017ei opis (samo 58mm, 80mm)', NULL, NULL),\n(46385, 'sr', 'db', 'Show In Words', 'Prika\u017ei slovima', NULL, NULL),\n(46386, 'sr', 'db', 'Active Primary Color', 'Aktiviraj primarnu boju', NULL, NULL),\n(46387, 'sr', 'db', 'Show Warehouse Info', 'Prika\u017ei informacije o magacinu', NULL, NULL),\n(46388, 'sr', 'db', 'Show Bill TO Info', 'Prika\u017ei informacije o primaocu ra\u010duna', NULL, NULL),\n(46389, 'sr', 'db', 'Received By Info', 'Informacije o primaocu', NULL, NULL),\n(46390, 'sr', 'db', 'Show Footer Text', 'Prika\u017ei tekst podno\u017eja', NULL, NULL),\n(46391, 'sr', 'db', 'Show Payment Note', 'Prika\u017ei napomenu o pla\u0107anju', NULL, NULL),\n(46392, 'sr', 'db', 'Show Reference No', 'Prika\u017ei referentni broj', NULL, NULL),\n(46393, 'sr', 'db', 'Active Date Format', 'Aktiviraj format datuma', NULL, NULL),\n(46394, 'sr', 'db', 'Invoice Generate Setting', 'Pode\u0161avanje generisanja fakture', NULL, NULL),\n(46395, 'sr', 'db', 'Active Logo Height Width', 'Aktiviraj visinu i \u0161irinu loga', NULL, NULL),\n(46396, 'sr', 'db', 'Add New Invoice Setting', 'Dodaj novo pode\u0161avanje fakture', NULL, NULL),\n(46397, 'sr', 'db', 'Edit Invoice Setting', 'Izmeni pode\u0161avanje fakture', NULL, NULL),\n(46398, 'sr', 'db', 'Size', 'Veli\u010dina', NULL, NULL),\n(46399, 'sr', 'db', 'Is Default', 'Je podrazumevano', NULL, NULL),\n(46400, 'sr', 'db', 'Set Default', 'Postavi kao podrazumevano', NULL, NULL),\n(46401, 'sr', 'db', 'Date Wise', 'Po datumu', NULL, NULL),\n(46402, 'sr', 'db', 'Random', 'Nasumi\u010dno', NULL, NULL),\n(46403, 'sr', 'db', 'Sequential', 'Sekvencijalno', NULL, NULL),\n(46404, 'sr', 'db', 'Date Range', 'Period datuma', NULL, NULL),\n(46405, 'sr', 'db', 'Invoice Create\/Edit\/Delete', 'Kreiranje\/Izmena\/Brisanje fakture', NULL, NULL),\n(46406, 'sr', 'db', 'Served By', 'Uslu\u017eio\/la', NULL, NULL),\n(46407, 'tr', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(46408, 'vi', 'db', 'Sequential', 'Sequential', NULL, NULL),\n(46409, 'en', 'db', 'Type purchase code', 'Type purchase code', NULL, NULL),\n(46410, 'en', 'db', 'Scan the QR code to pay', 'Scan the QR code to pay', NULL, NULL),\n(46411, 'en', 'db', 'Upload payment proof', 'Upload payment proof', NULL, NULL),\n(46412, 'en', 'db', 'Change Currency', 'Change Currency', NULL, NULL),\n(46413, 'en', 'db', 'Your Rating', 'Your Rating', NULL, NULL),\n(46414, 'en', 'db', 'Your Review', 'Your Review', NULL, NULL),\n(46415, 'en', 'db', 'Add Review', 'Add Review', NULL, NULL),\n(46416, 'en', 'db', 'Rating', 'Rating', NULL, NULL),\n(46417, 'en', 'db', 'Review', 'Review', NULL, NULL),\n(46418, 'en', 'db', 'No reviews yet', 'No reviews yet', NULL, NULL),\n(46419, 'en', 'db', 'You already review this product', 'You already review this product', NULL, NULL),\n(46420, 'en', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', NULL, NULL),\n(46421, 'en', 'db', 'You must be logged in to write a review', 'You must be logged in to write a review', NULL, NULL),\n(46422, 'en', 'db', 'Login', 'Login', NULL, NULL),\n(46423, 'en', 'db', 'Product', 'Product', NULL, NULL),\n(46424, 'en', 'db', 'Select Recipe', 'Select Recipe', NULL, NULL),\n(46425, 'en', 'db', 'Total Qty', 'Total Qty', NULL, NULL),\n(46426, 'en', 'db', 'Wastage Percent', 'Wastage Percent', NULL, NULL),\n(46427, 'en', 'db', 'Final Quantity', 'Final Quantity', NULL, NULL),\n(46428, 'en', 'db', 'Sub total', 'Sub total', NULL, NULL),\n(46429, 'en', 'db', 'Production Cost', 'Production Cost', NULL, NULL),\n(46430, 'en', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', NULL, NULL),\n(46431, 'en', 'db', 'Product with', 'Product with', NULL, NULL),\n(46432, 'en', 'db', 'Loading products for selected warehouse', 'Loading products for selected warehouse', NULL, NULL),\n(46433, 'en', 'db', 'Show Paid Info', 'Show Payment Details', NULL, NULL),\n(46434, 'en', 'db', 'Show Amount In Words', 'Show Amount In Words', NULL, NULL),\n(46435, 'en', 'db', 'Show Bill To Info', 'Show \\'Bill To\\' Info', NULL, NULL),\n(46436, 'en', 'db', 'Auto Generate Numbering Type', 'Auto-Generate Invoice Number', NULL, NULL),\n(46437, 'en', 'db', 'Show Description ', 'Show Description ', NULL, NULL),\n(46438, 'en', 'db', 'Show Description', 'Show Description', NULL, NULL),\n(46439, 'en', 'db', 'Profit Margin', 'Profit Margin', NULL, NULL),\n(46440, 'en', 'db', 'show Products Details in Purchase List', 'Show products in purchase list', NULL, NULL),\n(46441, 'en', 'db', 'show Products Details in Sales List', 'Show products in sale list', NULL, NULL),\n(46442, 'en', 'db', 'Default Profit Margin Value', 'Default profit margin (%)', NULL, NULL),\n(46443, 'en', 'db', 'show', 'Show', NULL, NULL),\n(46444, 'en', 'db', 'hide', 'Hide', NULL, NULL),\n(46445, 'en', 'db', 'add_recipes', 'Add Recipes', NULL, NULL),\n(46446, 'en', 'db', 'Recipe', 'Recipe', NULL, NULL),\n(46447, 'en', 'db', 'add_recipe', 'Add Recipe', NULL, NULL),\n(46448, 'en', 'db', 'Wastage percent', 'Wastage percent', NULL, NULL),\n(46449, 'en', 'db', 'add_Ingredient', 'Add Ingredient', NULL, NULL),\n(46450, 'en', 'db', 'Ingredient List', 'Ingredient List', NULL, NULL),\n(46451, 'en', 'db', 'Customer Name', 'Customer Name', NULL, NULL),\n(46452, 'en', 'db', 'Confirmation', 'Confirmation', NULL, NULL),\n(46453, 'en', 'db', 'You already reviewed this product', 'You already reviewed this product', NULL, NULL),\n(46454, 'en', 'db', 'You must buy it to leave a review', 'You must buy it to leave a review', NULL, NULL),\n(46455, 'en', 'db', 'expired', 'Expired', NULL, NULL),\n(46456, 'en', 'db', 'Edit Recipe', 'Edit Recipe', NULL, NULL),\n(46457, 'en', 'db', 'add_production', 'Add Production', NULL, NULL),\n(46458, 'ru', 'db', 'Db.Dashboard', 'Dashboard', '2025-09-02 19:28:24', '2025-09-02 19:28:24'),\n(46459, 'en', 'db', 'Adjustment Quantity', 'Adjustment Quantity', NULL, NULL),\n(46460, 'en', 'db', 'Adjust Quantity', 'Adjust Quantity', NULL, NULL),\n(46461, 'en', 'db', 'You must close your cash register before logout', 'You must close your cash register before logout', NULL, NULL),\n(46462, 'en', 'db', 'Amount exceeds available balance', 'Amount exceeds available balance', NULL, NULL),\n(46463, 'en', 'db', 'View Points', 'View Points', NULL, NULL),\n(46464, 'en', 'db', 'Cash Register', 'Cash Register', NULL, NULL),\n(46465, 'en', 'db', 'Closing Balance', 'Closing Balance', NULL, NULL),\n(46466, 'en', 'db', 'Actual Cash', 'Actual Cash', NULL, NULL),\n(46467, 'en', 'db', 'Add Invoice Setting', 'Add Invoice Setting', NULL, NULL),\n(46468, 'en', 'db', 'Receipt Printers', 'Receipt Printers', NULL, NULL),\n(46469, 'en', 'db', 'Receipt Printer Type', 'Receipt Printer Type', NULL, NULL),\n(46470, 'en', 'db', 'Simple', 'Simple', NULL, NULL),\n(46471, 'en', 'db', 'Star SP2000 Series', 'Star SP2000 Series', NULL, NULL),\n(46472, 'en', 'db', 'EPOS TEP200M Series', 'EPOS TEP200M Series', NULL, NULL),\n(46473, 'en', 'db', 'Epson TM-U220', 'Epson TM-U220', NULL, NULL),\n(46474, 'en', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(46475, 'en', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(46476, 'en', 'db', 'Add Printer', 'Add Printer', NULL, NULL),\n(46477, 'en', 'db', 'Printer Name', 'Printer Name', NULL, NULL),\n(46478, 'en', 'db', 'Connection Type', 'Connection Type', NULL, NULL),\n(46479, 'en', 'db', 'Capability Profile', 'Capability Profile', NULL, NULL),\n(46480, 'en', 'db', 'Characters per line', 'Characters per line', NULL, NULL),\n(46481, 'en', 'db', 'IP Address', 'IP Address', NULL, NULL),\n(46482, 'en', 'db', 'Port', 'Port', NULL, NULL),\n(46483, 'en', 'db', 'Path', 'Path', NULL, NULL),\n(46484, 'en', 'db', 'Maximum characters printable per line', 'Maximum characters printable per line', NULL, NULL),\n(46485, 'en', 'db', 'Printer IP address', 'Printer IP address', NULL, NULL),\n(46486, 'en', 'db', 'Most printers use port 9100', 'Most printers use port 9100', NULL, NULL),\n(46487, 'en', 'db', 'Device files are typically', 'Device files are typically', NULL, NULL),\n(46488, 'en', 'db', 'Windows connection type', 'Windows connection type', NULL, NULL),\n(46489, 'en', 'db', 'Linux connection type', 'Linux connection type', NULL, NULL),\n(46490, 'en', 'db', 'Receipt Printers', 'Receipt Printers', NULL, NULL),\n(46491, 'en', 'db', 'Will Expire', 'Will Expire', NULL, NULL),\n(46492, 'en', 'db', 'This warehouse already has a printer assigned', 'This warehouse already has a printer assigned', NULL, NULL),\n(46493, 'en', 'db', 'The receipt has been successfully printed', 'The receipt has been successfully printed', NULL, NULL),\n(46494, 'en', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', NULL, NULL),\n(46495, 'en', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', NULL, NULL),\n(46496, 'en', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', NULL, NULL),\n(46497, 'en', 'db', 'Customer Display Screen', 'Customer Display Screen', NULL, NULL),\n(46498, 'en', 'db', 'Change Return', 'Change Return', NULL, NULL),\n(46499, 'en', 'db', 'This is a test mail to confirm your SMTP settings are working.', 'This is a test mail to confirm your SMTP settings are working.', NULL, NULL),\n(46500, 'en', 'db', 'Test Mail', 'Test Mail', NULL, NULL),\n(46501, 'en', 'db', 'data_updated_mail_sent', 'Data updated successfully. Test mail sent to', NULL, NULL),\n(46502, 'en', 'db', 'data_updated_mail_fail', 'Data updated successfully, but test mail failed:', NULL, NULL),\n(46503, 'en', 'db', 'Credit Limit', 'Credit Limit', NULL, NULL),\n(46504, 'en', 'db', 'Credit limit exceeded! Customer credit limit:', 'Credit limit exceeded! Customer credit limit:', NULL, NULL),\n(46505, 'en', 'db', 'Credit Sale', 'Credit Sale', NULL, NULL),\n(46506, 'en', 'db', 'Initial Deposit', 'Initial Deposit', NULL, NULL),\n(46507, 'en', 'db', 'Opening balance', 'Opening balance', NULL, NULL),\n(46508, 'en', 'db', 'WhatsApp Number', 'WhatsApp Number', NULL, NULL),\n(46509, 'en', 'db', 'Total Supplier Payment', 'Total Supplier Payment', NULL, NULL),\n(46510, 'en', 'db', 'support_ickets', 'Support Tickets', NULL, NULL),\n(46511, 'en', 'db', 'create_ticket', 'Create Ticket', NULL, NULL),\n(46512, 'en', 'db', 'subject', 'Subject', NULL, NULL),\n(46513, 'en', 'db', 'tenant', 'Tenant', NULL, NULL),\n(46514, 'en', 'db', 'no_subject', 'No Subject', NULL, NULL),\n(46515, 'en', 'db', 'confirm_delete_ticket', 'Are you sure you want to delete this ticket?', NULL, NULL),\n(46516, 'en', 'db', 'add_ticket', 'Add Ticket', NULL, NULL),\n(46517, 'en', 'db', 'ticket_created', 'Ticket created successfully', NULL, NULL),\n(46518, 'en', 'db', 'ticket_deleted', 'Ticket deleted successfully', NULL, NULL),\n(46519, 'en', 'db', 'insert_upload_text', 'Please insert your images\/video links in above text box, by uploading to', NULL, NULL),\n(46520, 'en', 'db', 'reply_sent', 'Reply sent successfully', NULL, NULL),\n(46521, 'en', 'db', 'disable_tenant_support_tickets', 'Disable tenant support tickets', NULL, NULL),\n(46522, 'en', 'db', 'symbol', 'Symbol', NULL, NULL),\n(46523, 'en', 'db', 'print_invoice', 'Print Invoice', NULL, NULL),\n(46524, 'en', 'db', 'create_ticket', 'Create Ticket', NULL, NULL),\n(46525, 'en', 'db', 'subject', 'Subject', NULL, NULL),\n(46526, 'en', 'db', 'tenant', 'Tenant', NULL, NULL),\n(46527, 'en', 'db', 'no_subject', 'No Subject', NULL, NULL),\n(46528, 'en', 'db', 'add_ticket', 'Add Ticket', NULL, NULL),\n(46529, 'en', 'db', 'confirm_delete_ticket', 'Are you sure you want to delete this ticket?', NULL, NULL),\n(46530, 'en', 'db', 'ticket_created', 'Ticket created successfully', NULL, NULL),\n(46531, 'en', 'db', 'ticket_deleted', 'Ticket deleted successfully', NULL, NULL),\n(46532, 'en', 'db', 'insert_upload_text', 'Please insert your images\/video links in above text box, by uploading to', NULL, NULL),\n(46533, 'en', 'db', 'reply_sent', 'Reply sent successfully', NULL, NULL),\n(46534, 'en', 'db', 'Return Discount', 'Return Discount', NULL, NULL),\n(46535, 'en', 'db', 'Activity Log', 'Activity Log', NULL, NULL),\n(46536, 'en', 'db', 'Item Description', 'Item Description', NULL, NULL),\n(46537, 'en', 'db', 'Cart Product Update', 'Cart Product Update', NULL, NULL),\n(46538, 'en', 'db', 'Handle Discount', 'Handle Discount', NULL, NULL),\n(46539, 'en', 'db', 'Account Selection', 'Account Selection', NULL, NULL),\n(46540, 'en', 'db', 'Installment Plan', 'Installment Plan', NULL, NULL),\n(46541, 'en', 'db', 'Enable Installment Plan', 'Enable Installment Plan', NULL, NULL),\n(46542, 'en', 'db', 'Installment', 'Installment', NULL, NULL),\n(46543, 'en', 'db', 'Plan Name', 'Plan Name', NULL, NULL),\n(46544, 'en', 'db', 'Total Amount', 'Total Amount', NULL, NULL),\n(46545, 'en', 'db', 'Additional Amount', 'Additional Amount', NULL, NULL),\n(46546, 'en', 'db', 'Down Payment', 'Down Payment', NULL, NULL),\n(46547, 'en', 'db', 'Disable registration', 'Disable registration', NULL, NULL),\n(46548, 'en', 'db', 'Disable password reset', 'Disable password reset', NULL, NULL),\n(46549, 'en', 'db', 'Font CSS', 'Font CSS', NULL, NULL),\n(46550, 'en', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS for auth pages (login\/registration\/forgot password\/verification)', NULL, NULL),\n(46551, 'en', 'db', 'POS page CSS', 'POS page CSS', NULL, NULL),\n(46552, 'en', 'db', 'Custom CSS\/Styles', 'Custom CSS\/Styles', NULL, NULL),\n(46553, 'en', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(46554, 'en', 'db', 'message_templates', 'Message Templates', NULL, NULL),\n(46555, 'en', 'db', 'send_message', 'Send Message', NULL, NULL),\n(46556, 'en', 'db', 'permanent_access_token', 'Permanent Access Token', NULL, NULL),\n(46557, 'en', 'db', 'whatsapp_settings', 'WhatsApp Settings', NULL, NULL),\n(46558, 'en', 'db', 'phone_number_id', 'Phone Number ID', NULL, NULL),\n(46559, 'en', 'db', 'business_account_id', 'Business Account ID', NULL, NULL),\n(46560, 'en', 'db', 'api_token', 'API Token', NULL, NULL),\n(46561, 'en', 'db', 'receipt', 'Receipt', NULL, NULL),\n(46562, 'en', 'db', 'message_types', 'Message Types', NULL, NULL),\n(46563, 'en', 'db', 'no_template_type_message', 'Not using template, type your message below', NULL, NULL),\n(46564, 'en', 'db', 'message_sent_successfully', 'Message sent successfully', NULL, NULL),\n(46565, 'en', 'db', 'fail_sent_message', 'Failed to send message', NULL, NULL),\n(46566, 'en', 'db', 'whatsapp_credentials_missing', 'WhatsApp credentials missing', NULL, NULL),\n(46567, 'en', 'db', 'failed_upload_media_whatsApp', 'Failed to upload media to WhatsApp', NULL, NULL),\n(46568, 'en', 'db', 'media_id_not_returned_from_WhatsApp', 'Media ID not returned from WhatsApp upload', NULL, NULL),\n(46569, 'en', 'db', 'sending_not_enabled', 'sending not enabled', NULL, NULL),\n(46570, 'en', 'db', 'failed_to_fetch_templates', 'Failed to fetch templates', NULL, NULL),\n(46571, 'en', 'db', 'manage_template', 'Manage Template', NULL, NULL),\n(46572, 'en', 'db', 'send_whatsapp_message', 'Send Whatsapp Message', NULL, NULL),\n(46573, 'en', 'db', 'type_your_message', 'Type Your Message', NULL, NULL),\n(46574, 'en', 'db', 'delete_confirmation', 'Are you sure want to delete?', NULL, NULL),\n(46575, 'en', 'db', 'template_deleted_successfully', 'Template deleted successfully', NULL, NULL),\n(46576, 'en', 'db', 'failed_delete_template', 'Failed to delete template', NULL, NULL),\n(46577, 'en', 'db', 'receiver', 'Receiver', NULL, NULL),\n(46578, 'en', 'db', 'template', 'Template', NULL, NULL),\n(46579, 'en', 'db', 'message', 'Message', NULL, NULL),\n(46580, 'en', 'db', 'attachment', 'Attachment', NULL, NULL),\n(46581, 'en', 'db', 'image', 'Image', NULL, NULL),\n(46582, 'en', 'db', 'document', 'Document', NULL, NULL),\n(46583, 'en', 'db', 'Sidebar', 'Sidebar', NULL, NULL),\n(46584, 'en', 'db', 'Exports', 'Exports', NULL, NULL),\n(46585, 'en', 'db', 'Product Export', 'Product Export', NULL, NULL),\n(46586, 'en', 'db', 'Purchase Export', 'Purchase Export', NULL, NULL),\n(46587, 'en', 'db', 'Sale Export', 'Sale Export', NULL, NULL),\n(46588, 'en', 'db', 'Customer Export', 'Customer Export', NULL, NULL),\n(46589, 'en', 'db', 'Change Sale Date', 'Change Sale Date', NULL, NULL),\n(46590, 'en', 'db', 'Add Designation', 'Add Designation', NULL, NULL),\n(46591, 'en', 'db', 'Add Leave', 'Add Leave', NULL, NULL),\n(46592, 'en', 'db', 'Add Overtime', 'Add Overtime', NULL, NULL),\n(46593, 'en', 'db', 'Add Sale Agent', 'Add Sale Agent', NULL, NULL),\n(46594, 'en', 'db', 'Add Shift', 'Add Shift', NULL, NULL),\n(46595, 'en', 'db', 'Basic Salary', 'Basic Salary', NULL, NULL),\n(46596, 'en', 'db', 'Commission', 'Commission', NULL, NULL),\n(46597, 'en', 'db', 'Commission Percent', 'Commission Percent', NULL, NULL),\n(46598, 'en', 'db', 'Deselect All', 'Deselect All', NULL, NULL),\n(46599, 'en', 'db', 'End Date', 'End Date', NULL, NULL),\n(46600, 'en', 'db', 'End Time', 'End Time', NULL, NULL),\n(46601, 'en', 'db', 'Expenses', 'Expenses', NULL, NULL),\n(46602, 'en', 'db', 'Filter', 'Filter', NULL, NULL),\n(46603, 'en', 'db', 'Generate Payroll', 'Generate Payroll', NULL, NULL),\n(46604, 'en', 'db', 'Grace In (min)', 'Grace In (min)', NULL, NULL),\n(46605, 'en', 'db', 'Grace Out', 'Grace Out', NULL, NULL),\n(46606, 'en', 'db', 'HRM Panel', 'HRM Panel', NULL, NULL),\n(46607, 'en', 'db', 'Import CSV', 'Import CSV', NULL, NULL),\n(46608, 'en', 'db', 'Is Sale Agent?', 'Is Sale Agent?', NULL, NULL),\n(46609, 'en', 'db', 'Leave Type', 'Leave Type', NULL, NULL),\n(46610, 'en', 'db', 'Leaves', 'Leaves', NULL, NULL),\n(46611, 'en', 'db', 'Month', 'Month', NULL, NULL),\n(46612, 'en', 'db', 'Overtime', 'Overtime', NULL, NULL),\n(46613, 'en', 'db', 'Payroll cannot be deleted if status is final', 'Payroll cannot be deleted if status is final', NULL, NULL),\n(46614, 'en', 'db', 'Payroll for', 'Payroll for', NULL, NULL),\n(46615, 'en', 'db', 'Payroll Group Name', 'Payroll Group Name', NULL, NULL),\n(46616, 'en', 'db', 'Recurring', 'Recurring', NULL, NULL),\n(46617, 'en', 'db', 'Region', 'Region', NULL, NULL),\n(46618, 'en', 'db', 'Salary', 'Salary', NULL, NULL),\n(46619, 'en', 'db', 'Sale Agents', 'Sale Agents', NULL, NULL),\n(46620, 'en', 'db', 'Sales Target', 'Sales Target', NULL, NULL),\n(46621, 'en', 'db', 'Select Department', 'Select Department', NULL, NULL),\n(46622, 'en', 'db', 'Select Designation', 'Select Designation', NULL, NULL),\n(46623, 'en', 'db', 'Select Shift', 'Select Shift', NULL, NULL),\n(46624, 'en', 'db', 'Select Status', 'Select Status', NULL, NULL),\n(46625, 'en', 'db', 'Shift', 'Shift', NULL, NULL),\n(46626, 'en', 'db', 'Start Date', 'Start Date', NULL, NULL),\n(46627, 'en', 'db', 'Start Time', 'Start Time', NULL, NULL),\n(46628, 'en', 'db', 'invoice_to_hatsapp', 'Invoice to Whatsapp', NULL, NULL),\n(46629, 'en', 'db', 'Submit All Payrolls', 'Submit All Payrolls', NULL, NULL),\n(46630, 'en', 'db', 'Submit Payrolls', 'Submit Payrolls', NULL, NULL),\n(46631, 'en', 'db', 'Total Sales Amount From', 'Total Sales Amount From', NULL, NULL),\n(46632, 'en', 'db', 'Total Sales Amount To', 'Total Sales Amount To', NULL, NULL),\n(46633, 'en', 'db', 'Update Overtime', 'Update Overtime', NULL, NULL),\n(46634, 'en', 'db', 'Work Duration', 'Work Duration', NULL, NULL),\n(46635, 'en', 'db', 'Grace Out (min)', 'Grace Out (min)', NULL, NULL),\n(46636, 'en', 'db', 'Annual Quota', 'Annual Quota', NULL, NULL),\n(46637, 'en', 'db', 'paid_or_unpaid', 'Paid or Unpaid', NULL, NULL),\n(46638, 'en', 'db', 'final', 'Final', NULL, NULL),\n(46639, 'en', 'db', 'HRM - Generate Payroll', 'HRM - Generate Payroll', NULL, NULL),\n(46640, 'en', 'db', 'employee_id', 'Employee Id', NULL, NULL),\n(46641, 'en', 'db', 'Please select', 'Please select', NULL, NULL),\n(46642, 'en', 'db', 'Redeem Points Settings', 'Redeem Points Settings', NULL, NULL),\n(46643, 'en', 'db', 'Redeem amount per unit point', 'Redeem amount per unit point', NULL, NULL),\n(46644, 'en', 'db', 'Maximum redeem point per order', 'Maximum redeem point per order', NULL, NULL),\n(46645, 'en', 'db', 'Minimum order total to redeem points', 'Minimum order total to redeem points', NULL, NULL),\n(46646, 'en', 'db', 'Minimum redeem point', 'Minimum redeem point', NULL, NULL),\n(46647, 'en', 'db', 'Minimum sold amount to get point', 'Minimum sold amount to get point', NULL, NULL),\n(46648, 'en', 'db', 'View Document', 'View Document', NULL, NULL),\n(46649, 'en', 'db', 'Show Vat Registration Number', 'Show Vat Registration Number', NULL, NULL),\n(46650, 'en', 'db', 'Show Sale Note', 'Show Sale Note', NULL, NULL),\n(46651, 'en', 'db', 'App Setting', 'App Setting', NULL, NULL),\n(46652, 'en', 'db', 'Manual Process for connecting the Mobile App', 'Manual Process for connecting the Mobile App', NULL, NULL),\n(46653, 'en', 'db', 'QR Code for Connecting the Mobile App', 'QR Code for Connecting the Mobile App', NULL, NULL),\n(46654, 'en', 'db', 'Active Devices', 'Active Devices', NULL, NULL),\n(46655, 'en', 'db', 'IP', 'IP', NULL, NULL),\n(46656, 'en', 'db', 'Last Active', 'Last Active', NULL, NULL),\n(46657, 'en', 'db', 'We shall be back soon', 'We shall be back soon', NULL, NULL),\n(46658, 'en', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', NULL, NULL),\n(46659, 'en', 'db', 'maintenance_mode', 'Maintenance Mode', NULL, NULL),\n(46660, 'en', 'db', 'maintenance_allowed_ips', 'Allowed IPs in Maintenance Mode', NULL, NULL),\n(46661, 'en', 'db', 'Available Balance', 'Available Balance', NULL, NULL),\n(46662, 'en', 'db', 'profit_margin_type', 'Profit Margin Type', NULL, NULL),\n(46663, 'en', 'db', 'show_expiry_alerts_before', 'Show expiry alerts for products before (days)', NULL, NULL),\n(46664, 'en', 'db', 'Product Review', 'Product Review', NULL, NULL),\n(46665, 'en', 'db', 'newsletter', 'Newsletter', NULL, NULL),\n(46666, 'en', 'db', 'Sale Exchange', 'Sale Exchange', NULL, NULL),\n(46667, 'en', 'db', 'Sale Exchange List', 'Sale Exchange List', NULL, NULL),\n(46668, 'en', 'db', 'Add Exchange', 'Add Exchange', NULL, NULL),\n(46669, 'en', 'db', 'search_by_reference_no_or_Product', 'Search by reference no or product', NULL, NULL),\n(46670, 'en', 'db', 'Order Product', 'Order Product', NULL, NULL),\n(46671, 'en', 'db', 'Payment Type', 'Payment Type', NULL, NULL),\n(46672, 'en', 'db', 'Payment Type', 'Payment Type', NULL, NULL),\n(46673, 'en', 'db', 'Edit Production', 'Edit Production', NULL, NULL),\n(46674, 'en', 'db', 'Delete Production', 'Delete Production', NULL, NULL),\n(46675, 'en', 'db', 'Recipe List', 'Recipe List', NULL, NULL),\n(46676, 'en', 'db', 'Add Recipe', 'Add Recipe', NULL, NULL),\n(46677, 'en', 'db', 'Delete Recipe', 'Delete Recipe', NULL, NULL),\n(46678, 'en', 'db', 'Theme Settings', 'Theme Settings', NULL, NULL),\n(46679, 'en', 'db', 'show_customer_name', 'Show Customer Name', NULL, NULL),\n(46680, 'en', 'db', 'sale_due', 'Sale Due', NULL, NULL),\n(46681, 'en', 'db', 'purchase_due', 'Purchase Due', NULL, NULL),\n(46682, 'en', 'db', 'bulk_update', 'Bulk Update', NULL, NULL),\n(46683, 'en', 'db', 'payment_at', 'Payment At', NULL, NULL),\n(46684, 'en', 'db', 'paper_size', 'Paper Size', NULL, NULL),\n(46685, 'en', 'db', 'Type designation name', 'Type designation name', NULL, NULL),\n(46686, 'en', 'db', 'Type shift name', 'Type shift name', NULL, NULL),\n(46687, 'en', 'db', 'Add Leave Type', 'Add Leave Type', NULL, NULL),\n(46688, 'en', 'db', 'Update Leave Type', 'Update Leave Type', NULL, NULL),\n(46689, 'en', 'db', 'Carry Forward Limit', 'Carry Forward Limit', NULL, NULL),\n(46690, 'en', 'db', 'stock', 'Stock', NULL, NULL),\n(46691, 'en', 'db', 'profit_loss_report', 'Profit\/Loss Report', NULL, NULL),\n(46692, 'en', 'db', 'Stock', 'Stock', NULL, NULL),\n(46693, 'en', 'db', 'Stock Report', 'Stock Report', NULL, NULL),\n(46694, 'en', 'db', 'All Category', 'All Category', NULL, NULL),\n(46695, 'en', 'db', 'Stock Cost', 'Stock Cost', NULL, NULL),\n(46696, 'en', 'db', 'Stock Profit', 'Stock Profit', NULL, NULL),\n(46697, 'en', 'db', 'Stock Report', 'Stock Report', NULL, NULL),\n(46698, 'en', 'db', 'Select Category', 'Select Category', NULL, NULL),\n(46699, 'al', 'db', 'support_ickets', 'Biletat e mb\u00ebshtetjes', NULL, NULL),\n(46700, 'al', 'db', 'Available Quantity', 'Sasia e disponueshme', NULL, NULL),\n(46701, 'al', 'db', 'Hide Total Due', 'Fshih detyrimin total', NULL, NULL),\n(46702, 'al', 'db', 'Filter Purchases', 'Filtro Blerjet', NULL, NULL),\n(46703, 'al', 'db', 'Type purchase code', 'Shkruani kodin e blerjes', NULL, NULL),\n(46704, 'al', 'db', 'Scan the QR code to pay', 'Skanoni kodin QR p\u00ebr t\u00eb paguar', NULL, NULL),\n(46705, 'al', 'db', 'Upload payment proof', 'Ngarko v\u00ebrtetimin e pages\u00ebs', NULL, NULL),\n(46706, 'al', 'db', 'Change Currency', 'Ndryshoni monedh\u00ebn', NULL, NULL),\n(46707, 'al', 'db', 'Your Rating', 'Vler\u00ebsimi juaj', NULL, NULL),\n(46708, 'al', 'db', 'Your Review', 'Rishikimi juaj', NULL, NULL),\n(46709, 'al', 'db', 'Add Review', 'Shto koment', NULL, NULL),\n(46710, 'al', 'db', 'Rating', 'Vler\u00ebsimi', NULL, NULL),\n(46711, 'al', 'db', 'Review', 'Rishikimi', NULL, NULL),\n(46712, 'al', 'db', 'No reviews yet', 'Nuk ka komente ende', NULL, NULL),\n(46713, 'al', 'db', 'You already review this product', 'Ju tashm\u00eb e rishikoni k\u00ebt\u00eb produkt', NULL, NULL),\n(46714, 'al', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', 'Nuk ke leje ta rishikosh k\u00ebt\u00eb produkt. ', NULL, NULL),\n(46715, 'al', 'db', 'You must be logged in to write a review', 'Ju duhet t\u00eb identifikoheni p\u00ebr t\u00eb shkruar nj\u00eb koment', NULL, NULL),\n(46716, 'al', 'db', 'Login', 'Identifikohu', NULL, NULL),\n(46717, 'al', 'db', 'Product', 'Produkti', NULL, NULL),\n(46718, 'al', 'db', 'Select Recipe', 'Zgjidhni Recet\u00eb', NULL, NULL),\n(46719, 'al', 'db', 'Total Qty', 'Sasia totale', NULL, NULL),\n(46720, 'al', 'db', 'Wastage Percent', 'P\u00ebrqindja e Humbjes', NULL, NULL),\n(46721, 'al', 'db', 'Final Quantity', 'Sasia p\u00ebrfundimtare', NULL, NULL),\n(46722, 'al', 'db', 'Sub total', 'N\u00ebn total', NULL, NULL),\n(46723, 'al', 'db', 'Production Cost', 'Kostoja e prodhimit', NULL, NULL),\n(46724, 'al', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', 'N\u00ebse keni ndonj\u00eb pyetje apo shqet\u00ebsim, ju lutemi mos hezitoni t\u00eb na kontaktoni Ne jemi k\u00ebtu p\u00ebr t\\'ju ndihmuar!', NULL, NULL),\n(46725, 'al', 'db', 'Product with', 'Produkt me', NULL, NULL),\n(46726, 'al', 'db', 'Loading products for selected warehouse', 'Ngarkimi i produkteve p\u00ebr depon e zgjedhur', NULL, NULL),\n(46727, 'al', 'db', 'Show Paid Info', 'Shfaq detajet e pages\u00ebs', NULL, NULL),\n(46728, 'al', 'db', 'Show Amount In Words', 'Trego shum\u00ebn me fjal\u00eb', NULL, NULL),\n(46729, 'al', 'db', 'Show Bill To Info', 'Shfaq informacionin e \\'Fatur\u00ebs p\u00ebr\\'', NULL, NULL),\n(46730, 'al', 'db', 'Auto Generate Numbering Type', 'Gjeneroni automatikisht numrin e fatur\u00ebs', NULL, NULL),\n(46731, 'al', 'db', 'Show Description', 'Trego p\u00ebrshkrimin', NULL, NULL),\n(46732, 'al', 'db', 'Profit Margin', 'Marzhi i Fitimit', NULL, NULL),\n(46733, 'al', 'db', 'show Products Details in Purchase List', 'Shfaq produktet n\u00eb list\u00ebn e blerjeve', NULL, NULL),\n(46734, 'al', 'db', 'show Products Details in Sales List', 'Shfaq produktet n\u00eb list\u00ebn e shitjeve', NULL, NULL),\n(46735, 'al', 'db', 'Default Profit Margin Value', 'Marzhi i paracaktuar i fitimit (%)', NULL, NULL),\n(46736, 'al', 'db', 'show', 'Shfaq', NULL, NULL),\n(46737, 'al', 'db', 'hide', 'Fshih', NULL, NULL),\n(46738, 'al', 'db', 'expired', 'I skaduar', NULL, NULL),\n(46739, 'al', 'db', 'add_recipes', 'Shto Receta', NULL, NULL),\n(46740, 'al', 'db', 'Recipe', 'Receta', NULL, NULL),\n(46741, 'al', 'db', 'add_recipe', 'Shto recet\u00eb', NULL, NULL),\n(46742, 'al', 'db', 'Wastage percent', 'P\u00ebrqindja e humbjes', NULL, NULL),\n(46743, 'al', 'db', 'add_Ingredient', 'Shtoni p\u00ebrb\u00ebr\u00ebs', NULL, NULL),\n(46744, 'al', 'db', 'Ingredient List', 'Lista e p\u00ebrb\u00ebr\u00ebsve', NULL, NULL),\n(46745, 'al', 'db', 'Customer Name', 'Emri i klientit', NULL, NULL),\n(46746, 'al', 'db', 'Review', 'Rishikimi', NULL, NULL),\n(46747, 'al', 'db', 'Confirmation', 'Konfirmimi', NULL, NULL),\n(46748, 'al', 'db', 'Your Rating', 'Vler\u00ebsimi juaj', NULL, NULL),\n(46749, 'al', 'db', 'Your Review', 'Rishikimi juaj', NULL, NULL),\n(46750, 'al', 'db', 'Add Review', 'Shto koment', NULL, NULL),\n(46751, 'al', 'db', 'Rating', 'Vler\u00ebsimi', NULL, NULL),\n(46752, 'al', 'db', 'Review', 'Rishikimi', NULL, NULL),\n(46753, 'al', 'db', 'No reviews yet', 'Nuk ka komente ende', NULL, NULL),\n(46754, 'al', 'db', 'You already reviewed this product', 'Ju tashm\u00eb e keni rishikuar k\u00ebt\u00eb produkt', NULL, NULL),\n(46755, 'al', 'db', 'You must buy it to leave a review', 'Duhet ta blini p\u00ebr t\u00eb l\u00ebn\u00eb nj\u00eb rishikim', NULL, NULL),\n(46756, 'al', 'db', 'Edit Recipe', 'Redaktoni recet\u00ebn', NULL, NULL),\n(46757, 'al', 'db', 'add_production', 'Shtoni prodhimin', NULL, NULL),\n(46758, 'al', 'db', 'Adjustment Quantity', 'Sasia e rregullimit', NULL, NULL),\n(46759, 'al', 'db', 'Adjust Quantity', 'Rregulloni sasin\u00eb', NULL, NULL),\n(46760, 'al', 'db', 'You must close your cash register before logout', 'Duhet t\u00eb mbyllni ark\u00ebn tuaj p\u00ebrpara se t\u00eb dilni', NULL, NULL),\n(46761, 'al', 'db', 'Amount exceeds available balance', 'Shuma tejkalon bilancin e disponuesh\u00ebm', NULL, NULL),\n(46762, 'al', 'db', 'View Points', 'Shikoni pikat', NULL, NULL),\n(46763, 'al', 'db', 'Cash Register', 'Arka', NULL, NULL),\n(46764, 'al', 'db', 'Closing Balance', 'Bilanci i mbylljes', NULL, NULL),\n(46765, 'al', 'db', 'Actual Cash', 'Parat\u00eb aktuale', NULL, NULL),\n(46766, 'al', 'db', 'Add Invoice Setting', 'Shto cil\u00ebsimet e fatur\u00ebs', NULL, NULL),\n(46767, 'al', 'db', 'Receipt Printers', 'Printer\u00ebt e Faturave', NULL, NULL),\n(46768, 'al', 'db', 'Receipt Printer Type', 'Lloji i printerit t\u00eb fatur\u00ebs', NULL, NULL),\n(46769, 'al', 'db', 'Simple', 'E thjesht\u00eb', NULL, NULL),\n(46770, 'al', 'db', 'Star SP2000 Series', 'Seria Star SP2000', NULL, NULL),\n(46771, 'al', 'db', 'EPOS TEP200M Series', 'Seria EPOS TEP200M', NULL, NULL),\n(46772, 'al', 'db', 'Epson TM-U220', 'Epson TM-U220', NULL, NULL),\n(46773, 'al', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(46774, 'al', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(46775, 'al', 'db', 'Add Printer', 'Shto printer', NULL, NULL),\n(46776, 'al', 'db', 'Printer Name', 'Emri i printerit', NULL, NULL),\n(46777, 'al', 'db', 'Connection Type', 'Lloji i lidhjes', NULL, NULL),\n(46778, 'al', 'db', 'Capability Profile', 'Profili i aft\u00ebsis\u00eb', NULL, NULL),\n(46779, 'al', 'db', 'Characters per line', 'Karaktere p\u00ebr rresht', NULL, NULL),\n(46780, 'al', 'db', 'IP Address', 'Adresa IP', NULL, NULL),\n(46781, 'al', 'db', 'Port', 'Port', NULL, NULL),\n(46782, 'al', 'db', 'Path', 'Rruga', NULL, NULL),\n(46783, 'al', 'db', 'Maximum characters printable per line', 'Maksimumi i karaktereve t\u00eb printueshme p\u00ebr rresht', NULL, NULL),\n(46784, 'al', 'db', 'Printer IP address', 'Adresa IP e printerit', NULL, NULL),\n(46785, 'al', 'db', 'Most printers use port 9100', 'Shumica e printer\u00ebve p\u00ebrdorin port\u00ebn 9100', NULL, NULL),\n(46786, 'al', 'db', 'Device files are typically', 'Skedar\u00ebt e pajisjes jan\u00eb zakonisht', NULL, NULL),\n(46787, 'al', 'db', 'Windows connection type', 'Lloji i lidhjes me Windows', NULL, NULL),\n(46788, 'al', 'db', 'Linux connection type', 'Lloji i lidhjes Linux', NULL, NULL),\n(46789, 'al', 'db', 'Receipt Printers', 'Printer\u00ebt e Faturave', NULL, NULL),\n(46790, 'al', 'db', 'Will Expire', 'Do t\u00eb skadoj\u00eb', NULL, NULL),\n(46791, 'al', 'db', 'This warehouse already has a printer assigned', 'Kjo magazin\u00eb ka tashm\u00eb nj\u00eb printer t\u00eb caktuar', NULL, NULL),\n(46792, 'al', 'db', 'The receipt has been successfully printed', 'Fatura \u00ebsht\u00eb printuar me sukses', NULL, NULL),\n(46793, 'al', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', 'Printer\u00eb t\u00eb ndrysh\u00ebm mb\u00ebshtesin komanda t\u00eb ndryshme dhe faqe kodesh. ', NULL, NULL),\n(46794, 'al', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', 'Kur caktoni nj\u00eb printer faturash n\u00eb k\u00ebt\u00eb magazin\u00eb, printimi i shfletuesit do t\u00eb \u00e7aktivizohet. ', NULL, NULL),\n(46795, 'al', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', 'Ju lutemi, zgjidhni modelin 58 mm ose 80 mm si parazgjedhje n\u00eb cil\u00ebsimet e fatur\u00ebs', NULL, NULL),\n(46796, 'al', 'db', 'Customer Display Screen', 'Ekrani i shfaqjes s\u00eb klientit', NULL, NULL),\n(46797, 'al', 'db', 'Change Return', 'Ndrysho Kthimin', NULL, NULL),\n(46798, 'al', 'db', 'This is a test mail to confirm your SMTP settings are working.', 'Ky \u00ebsht\u00eb nj\u00eb post\u00eb prov\u00eb p\u00ebr t\u00eb konfirmuar se cil\u00ebsimet tuaja SMTP po funksionojn\u00eb.', NULL, NULL),\n(46799, 'al', 'db', 'Test Mail', 'Test Mail', NULL, NULL),\n(46800, 'al', 'db', 'data_updated_mail_sent', 'T\u00eb dh\u00ebnat u p\u00ebrdit\u00ebsuan me sukses. ', NULL, NULL),\n(46801, 'al', 'db', 'data_updated_mail_fail', 'T\u00eb dh\u00ebnat u p\u00ebrdit\u00ebsuan me sukses, por posta testuese d\u00ebshtoi:', NULL, NULL),\n(46802, 'al', 'db', 'Credit Limit', 'Limiti i kredis\u00eb', NULL, NULL),\n(46803, 'al', 'db', 'Credit limit exceeded! Customer credit limit:', 'U tejkalua kufiri i kredis\u00eb! ', NULL, NULL),\n(46804, 'al', 'db', 'Credit Sale', 'Shitje me Kredi', NULL, NULL),\n(46805, 'al', 'db', 'Initial Deposit', 'Depozita fillestare', NULL, NULL),\n(46806, 'al', 'db', 'Opening balance', 'Bilanci i hapjes', NULL, NULL),\n(46807, 'al', 'db', 'WhatsApp Number', 'Numri i WhatsApp', NULL, NULL),\n(46808, 'al', 'db', 'create_ticket', 'Krijo nj\u00eb bilet\u00eb', NULL, NULL),\n(46809, 'al', 'db', 'subject', 'Subjekti', NULL, NULL),\n(46810, 'al', 'db', 'tenant', 'Qiramarr\u00ebsi', NULL, NULL),\n(46811, 'al', 'db', 'no_subject', 'Asnj\u00eb subjekt', NULL, NULL),\n(46812, 'al', 'db', 'confirm_delete_ticket', 'Je i sigurt q\u00eb d\u00ebshiron ta fshish k\u00ebt\u00eb bilet\u00eb?', NULL, NULL),\n(46813, 'al', 'db', 'add_ticket', 'Shto bilet\u00eb', NULL, NULL),\n(46814, 'al', 'db', 'ticket_created', 'Bileta u krijua me sukses', NULL, NULL),\n(46815, 'al', 'db', 'ticket_deleted', 'Bileta u fshi me sukses', NULL, NULL),\n(46816, 'al', 'db', 'insert_upload_text', 'Ju lutemi futni lidhjet e imazheve\/video-ve tuaja n\u00eb kutin\u00eb e m\u00ebsip\u00ebrme t\u00eb tekstit, duke i ngarkuar n\u00eb', NULL, NULL),\n(46817, 'al', 'db', 'reply_sent', 'P\u00ebrgjigja u d\u00ebrgua me sukses', NULL, NULL),\n(46818, 'al', 'db', 'disable_tenant_support_tickets', '\u00c7aktivizo biletat e mb\u00ebshtetjes s\u00eb qiramarr\u00ebsit', NULL, NULL),\n(46819, 'al', 'db', 'symbol', 'Simboli', NULL, NULL),\n(46820, 'al', 'db', 'print_invoice', 'Printimi i fatur\u00ebs', NULL, NULL),\n(46821, 'al', 'db', 'create_ticket', 'Krijo nj\u00eb bilet\u00eb', NULL, NULL),\n(46822, 'al', 'db', 'subject', 'Subjekti', NULL, NULL),\n(46823, 'al', 'db', 'tenant', 'Qiramarr\u00ebsi', NULL, NULL),\n(46824, 'al', 'db', 'no_subject', 'Asnj\u00eb subjekt', NULL, NULL),\n(46825, 'al', 'db', 'add_ticket', 'Shto bilet\u00eb', NULL, NULL),\n(46826, 'al', 'db', 'confirm_delete_ticket', 'Je i sigurt q\u00eb d\u00ebshiron ta fshish k\u00ebt\u00eb bilet\u00eb?', NULL, NULL),\n(46827, 'al', 'db', 'ticket_created', 'Bileta u krijua me sukses', NULL, NULL),\n(46828, 'al', 'db', 'ticket_deleted', 'Bileta u fshi me sukses', NULL, NULL),\n(46829, 'al', 'db', 'insert_upload_text', 'Ju lutemi futni lidhjet e imazheve\/video-ve tuaja n\u00eb kutin\u00eb e m\u00ebsip\u00ebrme t\u00eb tekstit, duke i ngarkuar n\u00eb', NULL, NULL),\n(46830, 'al', 'db', 'reply_sent', 'P\u00ebrgjigja u d\u00ebrgua me sukses', NULL, NULL),\n(46831, 'al', 'db', 'Return Discount', 'Zbritje p\u00ebr Kthim', NULL, NULL),\n(46832, 'al', 'db', 'Activity Log', 'Regjistri i aktiviteteve', NULL, NULL),\n(46833, 'al', 'db', 'Item Description', 'P\u00ebrshkrimi i artikullit', NULL, NULL),\n(46834, 'al', 'db', 'Cart Product Update', 'P\u00ebrdit\u00ebsimi i produktit t\u00eb karroc\u00ebs', NULL, NULL),\n(46835, 'al', 'db', 'Handle Discount', 'Trajto zbritjen', NULL, NULL),\n(46836, 'al', 'db', 'Account Selection', 'Zgjedhja e llogaris\u00eb', NULL, NULL),\n(46837, 'al', 'db', 'Installment Plan', 'Plani me k\u00ebste', NULL, NULL),\n(46838, 'al', 'db', 'Enable Installment Plan', 'Aktivizo planin me k\u00ebste', NULL, NULL),\n(46839, 'al', 'db', 'Installment', 'me k\u00ebste', NULL, NULL),\n(46840, 'al', 'db', 'Plan Name', 'Emri i planit', NULL, NULL),\n(46841, 'al', 'db', 'Total Amount', 'Shuma totale', NULL, NULL),\n(46842, 'al', 'db', 'Additional Amount', 'Shuma shtes\u00eb', NULL, NULL),\n(46843, 'al', 'db', 'Down Payment', 'Parapagim', NULL, NULL),\n(46844, 'al', 'db', 'Disable registration', '\u00c7aktivizo regjistrimin', NULL, NULL),\n(46845, 'al', 'db', 'Disable password reset', '\u00c7aktivizo rivendosjen e fjal\u00ebkalimit', NULL, NULL),\n(46846, 'al', 'db', 'Font CSS', 'Fonti CSS', NULL, NULL),\n(46847, 'al', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS p\u00ebr faqet e v\u00ebrtetimit (hyrja \/ regjistrimi \/ harruar fjal\u00ebkalimin \/ verifikimin)', NULL, NULL),\n(46848, 'al', 'db', 'POS page CSS', 'Faqja POS CSS', NULL, NULL),\n(46849, 'al', 'db', 'Custom CSS\/Styles', 'CSS\/Stilet e personalizuara', NULL, NULL),\n(46850, 'al', 'db', 'Sidebar', 'Shiriti an\u00ebsor', NULL, NULL),\n(46851, 'al', 'db', 'Exports', 'Eksportet', NULL, NULL),\n(46852, 'al', 'db', 'Cart Product Update', 'P\u00ebrdit\u00ebsimi i produktit t\u00eb karroc\u00ebs', NULL, NULL),\n(46853, 'al', 'db', 'Handle Discount', 'Trajto zbritjen', NULL, NULL),\n(46854, 'al', 'db', 'Product Export', 'Eksporti i produktit', NULL, NULL),\n(46855, 'al', 'db', 'Purchase Export', 'Blerje Eksporti', NULL, NULL),\n(46856, 'al', 'db', 'Sale Export', 'Shitje Eksporti', NULL, NULL),\n(46857, 'al', 'db', 'Customer Export', 'Eksporti i klientit', NULL, NULL),\n(46858, 'al', 'db', 'Account Selection', 'Zgjedhja e llogaris\u00eb', NULL, NULL),\n(46859, 'al', 'db', 'Change Sale Date', 'Ndrysho dat\u00ebn e shitjes', NULL, NULL),\n(46860, 'al', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(46861, 'al', 'db', 'message_templates', 'Modelet e mesazheve', NULL, NULL),\n(46862, 'al', 'db', 'send_message', 'D\u00ebrgo Mesazh', NULL, NULL),\n(46863, 'al', 'db', 'permanent_access_token', 'Shenja e hyrjes s\u00eb p\u00ebrhershme', NULL, NULL),\n(46864, 'al', 'db', 'whatsapp_settings', 'Cil\u00ebsimet e WhatsApp', NULL, NULL),\n(46865, 'al', 'db', 'phone_number_id', 'ID e numrit t\u00eb telefonit', NULL, NULL),\n(46866, 'al', 'db', 'business_account_id', 'ID e llogaris\u00eb s\u00eb biznesit', NULL, NULL),\n(46867, 'al', 'db', 'api_token', 'Token API', NULL, NULL),\n(46868, 'al', 'db', 'receipt', 'Fatura', NULL, NULL),\n(46869, 'al', 'db', 'message_types', 'Llojet e mesazheve', NULL, NULL),\n(46870, 'al', 'db', 'no_template_type_message', 'Duke mos p\u00ebrdorur shabllonin, shkruani mesazhin tuaj m\u00eb posht\u00eb', NULL, NULL),\n(46871, 'al', 'db', 'message_sent_successfully', 'Mesazhi u d\u00ebrgua me sukses', NULL, NULL),\n(46872, 'al', 'db', 'fail_sent_message', 'D\u00ebrgimi i mesazhit d\u00ebshtoi', NULL, NULL),\n(46873, 'al', 'db', 'whatsapp_credentials_missing', 'Mungojn\u00eb kredencialet e WhatsApp', NULL, NULL),\n(46874, 'al', 'db', 'failed_upload_media_whatsApp', 'Ngarkimi i medias n\u00eb WhatsApp d\u00ebshtoi', NULL, NULL),\n(46875, 'al', 'db', 'media_id_not_returned_from_WhatsApp', 'ID-ja e medias nuk u kthye nga ngarkimi i WhatsApp', NULL, NULL),\n(46876, 'al', 'db', 'sending_not_enabled', 'd\u00ebrgimi nuk \u00ebsht\u00eb i aktivizuar', NULL, NULL),\n(46877, 'al', 'db', 'failed_to_fetch_templates', 'Marrja e shablloneve d\u00ebshtoi', NULL, NULL),\n(46878, 'al', 'db', 'manage_template', 'Menaxho shabllonin', NULL, NULL),\n(46879, 'al', 'db', 'send_whatsapp_message', 'D\u00ebrgoni nj\u00eb mesazh Whatsapp', NULL, NULL),\n(46880, 'al', 'db', 'type_your_message', 'Shkruani Mesazhin tuaj', NULL, NULL),\n(46881, 'al', 'db', 'delete_confirmation', 'Jeni t\u00eb sigurt q\u00eb d\u00ebshironi t\u00eb fshini?', NULL, NULL),\n(46882, 'al', 'db', 'template_deleted_successfully', 'Modeli u fshi me sukses', NULL, NULL),\n(46883, 'al', 'db', 'failed_delete_template', 'Fshirja e shabllonit d\u00ebshtoi', NULL, NULL),\n(46884, 'al', 'db', 'receiver', 'Marr\u00ebsi', NULL, NULL),\n(46885, 'al', 'db', 'template', 'shabllon', NULL, NULL),\n(46886, 'al', 'db', 'message', 'Mesazh', NULL, NULL),\n(46887, 'al', 'db', 'attachment', 'Bashk\u00ebngjitje', NULL, NULL),\n(46888, 'al', 'db', 'image', 'Imazhi', NULL, NULL),\n(46889, 'al', 'db', 'document', 'Dokumenti', NULL, NULL),\n(46890, 'al', 'db', 'Add Designation', 'Shto em\u00ebrtimin', NULL, NULL),\n(46891, 'al', 'db', 'Add Leave', 'Shto Leje', NULL, NULL),\n(46892, 'al', 'db', 'Add Overtime', 'Shto jasht\u00eb orarit', NULL, NULL),\n(46893, 'al', 'db', 'Add Sale Agent', 'Shto agjent shitjesh', NULL, NULL),\n(46894, 'al', 'db', 'Add Shift', 'Shto Shift', NULL, NULL),\n(46895, 'al', 'db', 'Basic Salary', 'Paga baz\u00eb', NULL, NULL),\n(46896, 'al', 'db', 'Commission', 'Komisioni', NULL, NULL),\n(46897, 'al', 'db', 'Commission Percent', 'P\u00ebrqindja e komisionit', NULL, NULL),\n(46898, 'al', 'db', 'Deselect All', '\u00c7zgjidh t\u00eb gjitha', NULL, NULL),\n(46899, 'al', 'db', 'End Date', 'Data e Fundit', NULL, NULL),\n(46900, 'al', 'db', 'End Time', 'Koha e Fundit', NULL, NULL),\n(46901, 'al', 'db', 'Expenses', 'Shpenzimet', NULL, NULL),\n(46902, 'al', 'db', 'Filter', 'Filtro', NULL, NULL),\n(46903, 'al', 'db', 'Generate Payroll', 'Gjeneroni list\u00ebn e pagave', NULL, NULL),\n(46904, 'al', 'db', 'Grace In (min)', 'Grace In (min.)', NULL, NULL),\n(46905, 'al', 'db', 'Grace Out', 'Grace Jasht\u00eb', NULL, NULL),\n(46906, 'al', 'db', 'HRM Panel', 'Paneli HRM', NULL, NULL),\n(46907, 'al', 'db', 'Import CSV', 'Importo CSV', NULL, NULL),\n(46908, 'al', 'db', 'Is Sale Agent?', 'A \u00ebsht\u00eb agjent shitje?', NULL, NULL),\n(46909, 'al', 'db', 'Leave Type', 'Lloji i largimit', NULL, NULL),\n(46910, 'al', 'db', 'Leaves', 'Gjethe', NULL, NULL),\n(46911, 'al', 'db', 'Month', 'muaj', NULL, NULL),\n(46912, 'al', 'db', 'Overtime', 'Jasht\u00eb orarit', NULL, NULL),\n(46913, 'al', 'db', 'Payroll cannot be deleted if status is final', 'Lista e pagave nuk mund t\u00eb fshihet n\u00ebse statusi \u00ebsht\u00eb p\u00ebrfundimtar', NULL, NULL),\n(46914, 'al', 'db', 'Payroll for', 'Lista e pagave p\u00ebr', NULL, NULL),\n(46915, 'al', 'db', 'Payroll Group Name', 'Emri i grupit t\u00eb list\u00ebs s\u00eb pagave', NULL, NULL),\n(46916, 'al', 'db', 'Recurring', 'T\u00eb p\u00ebrs\u00ebritura', NULL, NULL),\n(46917, 'al', 'db', 'Region', 'Rajoni', NULL, NULL),\n(46918, 'al', 'db', 'Salary', 'Paga', NULL, NULL),\n(46919, 'al', 'db', 'Sale Agents', 'Agjent\u00ebt e shitjes', NULL, NULL),\n(46920, 'al', 'db', 'Sales Target', 'Objektivi i shitjeve', NULL, NULL),\n(46921, 'al', 'db', 'Select Department', 'Zgjidhni Departamentin', NULL, NULL),\n(46922, 'al', 'db', 'Select Designation', 'Zgjidhni P\u00ebrcaktimin', NULL, NULL),\n(46923, 'al', 'db', 'Select Shift', 'Zgjidhni Shift', NULL, NULL),\n(46924, 'al', 'db', 'Select Status', 'Zgjidhni Statusin', NULL, NULL),\n(46925, 'al', 'db', 'Shift', 'Nd\u00ebrrimi', NULL, NULL),\n(46926, 'al', 'db', 'Start Date', 'Data e fillimit', NULL, NULL),\n(46927, 'al', 'db', 'Start Time', 'Koha e fillimit', NULL, NULL),\n(46928, 'al', 'db', 'invoice_to_hatsapp', 'Fatur\u00eb n\u00eb Whatsapp', NULL, NULL),\n(46929, 'al', 'db', 'Submit All Payrolls', 'Paraqisni t\u00eb gjitha listat e pagave', NULL, NULL),\n(46930, 'al', 'db', 'Submit Payrolls', 'Paraqisni listat e pagave', NULL, NULL),\n(46931, 'al', 'db', 'Total Sales Amount From', 'Shuma totale e shitjeve nga', NULL, NULL),\n(46932, 'al', 'db', 'Total Sales Amount To', 'Shuma totale e shitjeve p\u00ebr', NULL, NULL),\n(46933, 'al', 'db', 'Update Overtime', 'P\u00ebrdit\u00ebso jasht\u00eb orarit', NULL, NULL),\n(46934, 'al', 'db', 'Work Duration', 'Koh\u00ebzgjatja e pun\u00ebs', NULL, NULL),\n(46935, 'al', 'db', 'Grace Out (min)', 'Grace Out (min.)', NULL, NULL),\n(46936, 'al', 'db', 'Annual Quota', 'Kuota vjetore', NULL, NULL),\n(46937, 'al', 'db', 'paid_or_unpaid', 'T\u00eb paguara ose t\u00eb papaguara', NULL, NULL),\n(46938, 'al', 'db', 'final', 'Final', NULL, NULL),\n(46939, 'al', 'db', 'HRM - Generate Payroll', 'HRM - Gjeneroni list\u00ebn e pagave', NULL, NULL),\n(46940, 'al', 'db', 'employee_id', 'ID e punonj\u00ebsit', NULL, NULL),\n(46941, 'al', 'db', 'Please select', 'Ju lutemi zgjidhni', NULL, NULL),\n(46942, 'al', 'db', 'Redeem Points Settings', 'Shlyej cil\u00ebsimet e pik\u00ebve', NULL, NULL),\n(46943, 'al', 'db', 'Redeem amount per unit point', 'Shlyeni shum\u00ebn p\u00ebr pik\u00eb nj\u00ebsi', NULL, NULL),\n(46944, 'al', 'db', 'Maximum redeem point per order', 'Pika maksimale e riblerjes p\u00ebr porosi', NULL, NULL),\n(46945, 'al', 'db', 'Minimum order total to redeem points', 'Totali minimal i porosis\u00eb p\u00ebr t\u00eb shlyer pik\u00ebt', NULL, NULL),\n(46946, 'al', 'db', 'Minimum redeem point', 'Pika minimale e shlyerjes', NULL, NULL),\n(46947, 'al', 'db', 'Minimum sold amount to get point', 'Shuma minimale e shitur p\u00ebr t\u00eb marr\u00eb pik\u00eb', NULL, NULL),\n(46948, 'al', 'db', 'View Document', 'Shiko Dokumentin', NULL, NULL),\n(46949, 'al', 'db', 'Show Vat Registration Number', 'Trego numrin e regjistrimit t\u00eb TVSH-s\u00eb', NULL, NULL),\n(46950, 'al', 'db', 'Show Sale Note', 'Shfaq sh\u00ebnimin e shitjes', NULL, NULL),\n(46951, 'al', 'db', 'App Setting', 'Cil\u00ebsimi i aplikacionit', NULL, NULL),\n(46952, 'al', 'db', 'Manual Process for connecting the Mobile App', 'Procesi manual p\u00ebr lidhjen e aplikacionit celular', NULL, NULL),\n(46953, 'al', 'db', 'QR Code for Connecting the Mobile App', 'Kodi QR p\u00ebr lidhjen e aplikacionit celular', NULL, NULL),\n(46954, 'al', 'db', 'Active Devices', 'Pajisjet aktive', NULL, NULL),\n(46955, 'al', 'db', 'IP', 'IP', NULL, NULL),\n(46956, 'al', 'db', 'Last Active', 'Aktivi i fundit', NULL, NULL),\n(46957, 'al', 'db', 'We shall be back soon', 'Do t\u00eb kthehemi s\u00eb shpejti', NULL, NULL),\n(46958, 'al', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', 'Na vjen keq p\u00ebr shqet\u00ebsimin. ', NULL, NULL),\n(46959, 'al', 'db', 'maintenance_mode', 'M\u00ebnyra e mir\u00ebmbajtjes', NULL, NULL),\n(46960, 'al', 'db', 'maintenance_allowed_ips', 'IP-t\u00eb e lejuara n\u00eb modalitetin e mir\u00ebmbajtjes', NULL, NULL),\n(46961, 'al', 'db', 'Available Balance', 'Bilanci i disponuesh\u00ebm', NULL, NULL),\n(46962, 'al', 'db', 'profit_margin_type', 'Lloji i Marzhit t\u00eb Fitimit', NULL, NULL),\n(46963, 'al', 'db', 'show_expiry_alerts_before', 'Shfaq sinjalizimet e skadenc\u00ebs p\u00ebr produktet p\u00ebrpara (dit\u00eb)', NULL, NULL),\n(46964, 'al', 'db', 'Product Review', 'Rishikimi i produktit', NULL, NULL),\n(46965, 'al', 'db', 'newsletter', 'Buletini', NULL, NULL),\n(46966, 'al', 'db', 'Sale Exchange', 'Shk\u00ebmbim Shitje', NULL, NULL),\n(46967, 'al', 'db', 'Sale Exchange List', 'Lista e k\u00ebmbimit t\u00eb shitjeve', NULL, NULL),\n(46968, 'al', 'db', 'Add Exchange', 'Shto Exchange', NULL, NULL),\n(46969, 'al', 'db', 'search_by_reference_no_or_Product', 'K\u00ebrkoni sipas numrit t\u00eb referenc\u00ebs ose produktit', NULL, NULL),\n(46970, 'al', 'db', 'Order Product', 'Porosit Produkt', NULL, NULL),\n(46971, 'al', 'db', 'Payment Type', 'Lloji i pages\u00ebs', NULL, NULL),\n(46972, 'al', 'db', 'Payment Type', 'Lloji i pages\u00ebs', NULL, NULL),\n(46973, 'al', 'db', 'Edit Production', 'Redaktoni prodhimin', NULL, NULL),\n(46974, 'al', 'db', 'Delete Production', 'Fshi prodhimin', NULL, NULL),\n(46975, 'al', 'db', 'Recipe List', 'Lista e recetave', NULL, NULL),\n(46976, 'al', 'db', 'Add Recipe', 'Shto recet\u00eb', NULL, NULL),\n(46977, 'al', 'db', 'Delete Recipe', 'Fshi recet\u00ebn', NULL, NULL),\n(46978, 'al', 'db', 'Theme Settings', 'Cil\u00ebsimet e tem\u00ebs', NULL, NULL),\n(46979, 'al', 'db', 'show_customer_name', 'Shfaq emrin e klientit', NULL, NULL),\n(46980, 'al', 'db', 'sale_due', 'Shitja e vonuar', NULL, NULL),\n(46981, 'al', 'db', 'purchase_due', 'Blerja e vonuar', NULL, NULL),\n(46982, 'al', 'db', 'bulk_update', 'P\u00ebrdit\u00ebsim n\u00eb mas\u00eb', NULL, NULL),\n(46983, 'al', 'db', 'payment_at', 'Pagesa n\u00eb', NULL, NULL),\n(46984, 'al', 'db', 'paper_size', 'Madh\u00ebsia e letr\u00ebs', NULL, NULL),\n(46985, 'al', 'db', 'Type designation name', 'Shkruani emrin e p\u00ebrcaktimit', NULL, NULL),\n(46986, 'al', 'db', 'Type shift name', 'Shkruani emrin e ndryshimit', NULL, NULL),\n(46987, 'al', 'db', 'Add Leave Type', 'Shto Lloji i Lejes', NULL, NULL),\n(46988, 'al', 'db', 'Update Leave Type', 'P\u00ebrdit\u00ebso llojin e lejes', NULL, NULL),\n(46989, 'al', 'db', 'Carry Forward Limit', 'Kufiri i bartjes p\u00ebrpara', NULL, NULL),\n(46990, 'al', 'db', 'stock', 'Stoku', NULL, NULL),\n(46991, 'al', 'db', 'profit_loss_report', 'Raporti i fitimit\/humbjes', NULL, NULL),\n(46992, 'ar', 'db', 'support_ickets', '\u062a\u0630\u0627\u0643\u0631 \u0627\u0644\u062f\u0639\u0645', NULL, NULL),\n(46993, 'ar', 'db', 'Available Quantity', '\u0627\u0644\u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u062a\u0627\u062d\u0629', NULL, NULL),\n(46994, 'ar', 'db', 'Hide Total Due', '\u0625\u062e\u0641\u0627\u0621 \u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0645\u0633\u062a\u062d\u0642', NULL, NULL),\n(46995, 'ar', 'db', 'Filter Purchases', '\u0645\u0634\u062a\u0631\u064a\u0627\u062a \u0627\u0644\u062a\u0635\u0641\u064a\u0629', NULL, NULL),\n(46996, 'ar', 'db', 'Type purchase code', '\u0627\u0643\u062a\u0628 \u0631\u0645\u0632 \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(46997, 'ar', 'db', 'Scan the QR code to pay', '\u0642\u0645 \u0628\u0645\u0633\u062d \u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064a\u0639\u0629 \u0644\u0644\u062f\u0641\u0639', NULL, NULL),\n(46998, 'ar', 'db', 'Upload payment proof', '\u062a\u062d\u0645\u064a\u0644 \u0625\u062b\u0628\u0627\u062a \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(46999, 'ar', 'db', 'Change Currency', '\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0639\u0645\u0644\u0629', NULL, NULL),\n(47000, 'ar', 'db', 'Your Rating', '\u062a\u0642\u064a\u064a\u0645\u0643', NULL, NULL),\n(47001, 'ar', 'db', 'Your Review', '\u0645\u0631\u0627\u062c\u0639\u062a\u0643', NULL, NULL),\n(47002, 'ar', 'db', 'Add Review', '\u0623\u0636\u0641 \u0645\u0631\u0627\u062c\u0639\u0629', NULL, NULL),\n(47003, 'ar', 'db', 'Rating', '\u062a\u0635\u0646\u064a\u0641', NULL, NULL),\n(47004, 'ar', 'db', 'Review', '\u0645\u0631\u0627\u062c\u0639\u0629', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(47005, 'ar', 'db', 'No reviews yet', '\u0644\u0627 \u062a\u0648\u062c\u062f \u062a\u0639\u0644\u064a\u0642\u0627\u062a \u062d\u062a\u0649 \u0627\u0644\u0622\u0646', NULL, NULL),\n(47006, 'ar', 'db', 'You already review this product', '\u0644\u0642\u062f \u0642\u0645\u062a \u0628\u0627\u0644\u0641\u0639\u0644 \u0628\u0645\u0631\u0627\u062c\u0639\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(47007, 'ar', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', '\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u0625\u0630\u0646 \u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u062a\u062c. ', NULL, NULL),\n(47008, 'ar', 'db', 'You must be logged in to write a review', '\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0643\u062a\u0627\u0628\u0629 \u0645\u0631\u0627\u062c\u0639\u0629', NULL, NULL),\n(47009, 'ar', 'db', 'Login', '\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644', NULL, NULL),\n(47010, 'ar', 'db', 'Product', '\u0645\u0646\u062a\u062c', NULL, NULL),\n(47011, 'ar', 'db', 'Select Recipe', '\u062d\u062f\u062f \u0627\u0644\u0648\u0635\u0641\u0629', NULL, NULL),\n(47012, 'ar', 'db', 'Total Qty', '\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0643\u0645\u064a\u0629', NULL, NULL),\n(47013, 'ar', 'db', 'Wastage Percent', '\u0646\u0633\u0628\u0629 \u0627\u0644\u0647\u062f\u0631', NULL, NULL),\n(47014, 'ar', 'db', 'Final Quantity', '\u0627\u0644\u0643\u0645\u064a\u0629 \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629', NULL, NULL),\n(47015, 'ar', 'db', 'Sub total', '\u0627\u0644\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0641\u0631\u0639\u064a', NULL, NULL),\n(47016, 'ar', 'db', 'Production Cost', '\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0625\u0646\u062a\u0627\u062c', NULL, NULL),\n(47017, 'ar', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', '\u0625\u0630\u0627 \u0643\u0627\u0646\u062a \u0644\u062f\u064a\u0643 \u0623\u064a \u0623\u0633\u0626\u0644\u0629 \u0623\u0648 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0627\u062a\u060c \u0641\u0644\u0627 \u062a\u062a\u0631\u062f\u062f \u0641\u064a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627\u060c \u0641\u0646\u062d\u0646 \u0647\u0646\u0627 \u0644\u0644\u0645\u0633\u0627\u0639\u062f\u0629!', NULL, NULL),\n(47018, 'ar', 'db', 'Product with', '\u0627\u0644\u0645\u0646\u062a\u062c \u0645\u0639', NULL, NULL),\n(47019, 'ar', 'db', 'Loading products for selected warehouse', '\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0644\u0644\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0645\u062d\u062f\u062f', NULL, NULL),\n(47020, 'ar', 'db', 'Show Paid Info', '\u0625\u0638\u0647\u0627\u0631 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(47021, 'ar', 'db', 'Show Amount In Words', '\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0628\u0644\u063a \u0628\u0627\u0644\u0643\u0644\u0645\u0627\u062a', NULL, NULL),\n(47022, 'ar', 'db', 'Show Bill To Info', '\u0639\u0631\u0636 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \\\"\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0625\u0644\u0649\\\".', NULL, NULL),\n(47023, 'ar', 'db', 'Auto Generate Numbering Type', '\u0625\u0646\u0634\u0627\u0621 \u0631\u0642\u0645 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627', NULL, NULL),\n(47024, 'ar', 'db', 'Show Description', '\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0648\u0635\u0641', NULL, NULL),\n(47025, 'ar', 'db', 'Profit Margin', '\u0647\u0627\u0645\u0634 \u0627\u0644\u0631\u0628\u062d', NULL, NULL),\n(47026, 'ar', 'db', 'show Products Details in Purchase List', '\u0639\u0631\u0636 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(47027, 'ar', 'db', 'show Products Details in Sales List', '\u0639\u0631\u0636 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(47028, 'ar', 'db', 'Default Profit Margin Value', '\u0647\u0627\u0645\u0634 \u0627\u0644\u0631\u0628\u062d \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a (%)', NULL, NULL),\n(47029, 'ar', 'db', 'show', '\u064a\u0639\u0631\u0636', NULL, NULL),\n(47030, 'ar', 'db', 'hide', '\u064a\u062e\u0641\u064a', NULL, NULL),\n(47031, 'ar', 'db', 'expired', '\u0645\u0646\u062a\u0647\u064a \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629', NULL, NULL),\n(47032, 'ar', 'db', 'add_recipes', '\u0623\u0636\u0641 \u0648\u0635\u0641\u0627\u062a', NULL, NULL),\n(47033, 'ar', 'db', 'Recipe', '\u0648\u0635\u0641\u0629', NULL, NULL),\n(47034, 'ar', 'db', 'add_recipe', '\u0623\u0636\u0641 \u0648\u0635\u0641\u0629', NULL, NULL),\n(47035, 'ar', 'db', 'Wastage percent', '\u0646\u0633\u0628\u0629 \u0627\u0644\u0647\u062f\u0631', NULL, NULL),\n(47036, 'ar', 'db', 'add_Ingredient', '\u0623\u0636\u0641 \u0627\u0644\u0645\u0643\u0648\u0646', NULL, NULL),\n(47037, 'ar', 'db', 'Ingredient List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0643\u0648\u0646\u0627\u062a', NULL, NULL),\n(47038, 'ar', 'db', 'Customer Name', '\u0627\u0633\u0645 \u0627\u0644\u0639\u0645\u064a\u0644', NULL, NULL),\n(47039, 'ar', 'db', 'Review', '\u0645\u0631\u0627\u062c\u0639\u0629', NULL, NULL),\n(47040, 'ar', 'db', 'Confirmation', '\u062a\u0623\u0643\u064a\u062f', NULL, NULL),\n(47041, 'ar', 'db', 'Your Rating', '\u062a\u0642\u064a\u064a\u0645\u0643', NULL, NULL),\n(47042, 'ar', 'db', 'Your Review', '\u0645\u0631\u0627\u062c\u0639\u062a\u0643', NULL, NULL),\n(47043, 'ar', 'db', 'Add Review', '\u0623\u0636\u0641 \u0645\u0631\u0627\u062c\u0639\u0629', NULL, NULL),\n(47044, 'ar', 'db', 'Rating', '\u062a\u0635\u0646\u064a\u0641', NULL, NULL),\n(47045, 'ar', 'db', 'Review', '\u0645\u0631\u0627\u062c\u0639\u0629', NULL, NULL),\n(47046, 'ar', 'db', 'No reviews yet', '\u0644\u0627 \u062a\u0648\u062c\u062f \u062a\u0639\u0644\u064a\u0642\u0627\u062a \u062d\u062a\u0649 \u0627\u0644\u0622\u0646', NULL, NULL),\n(47047, 'ar', 'db', 'You already reviewed this product', '\u0644\u0642\u062f \u0642\u0645\u062a \u0628\u0627\u0644\u0641\u0639\u0644 \u0628\u0645\u0631\u0627\u062c\u0639\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(47048, 'ar', 'db', 'You must buy it to leave a review', '\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0634\u0631\u0627\u0626\u0647 \u0644\u062a\u0631\u0643 \u0627\u0644\u062a\u0639\u0644\u064a\u0642', NULL, NULL),\n(47049, 'ar', 'db', 'Edit Recipe', '\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0648\u0635\u0641\u0629', NULL, NULL),\n(47050, 'ar', 'db', 'add_production', '\u0623\u0636\u0641 \u0627\u0644\u0625\u0646\u062a\u0627\u062c', NULL, NULL),\n(47051, 'ar', 'db', 'Adjustment Quantity', '\u0643\u0645\u064a\u0629 \u0627\u0644\u062a\u0639\u062f\u064a\u0644', NULL, NULL),\n(47052, 'ar', 'db', 'Adjust Quantity', '\u0636\u0628\u0637 \u0627\u0644\u0643\u0645\u064a\u0629', NULL, NULL),\n(47053, 'ar', 'db', 'You must close your cash register before logout', '\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0625\u063a\u0644\u0627\u0642 \u0627\u0644\u0633\u062c\u0644 \u0627\u0644\u0646\u0642\u062f\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0642\u0628\u0644 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c', NULL, NULL),\n(47054, 'ar', 'db', 'Amount exceeds available balance', '\u0627\u0644\u0645\u0628\u0644\u063a \u064a\u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u062a\u0627\u062d', NULL, NULL),\n(47055, 'ar', 'db', 'View Points', '\u0639\u0631\u0636 \u0627\u0644\u0646\u0642\u0627\u0637', NULL, NULL),\n(47056, 'ar', 'db', 'Cash Register', '\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0646\u0642\u062f\u064a\u0629', NULL, NULL),\n(47057, 'ar', 'db', 'Closing Balance', '\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u062e\u062a\u0627\u0645\u064a', NULL, NULL),\n(47058, 'ar', 'db', 'Actual Cash', '\u0627\u0644\u0646\u0642\u062f\u064a\u0629 \u0627\u0644\u0641\u0639\u0644\u064a\u0629', NULL, NULL),\n(47059, 'ar', 'db', 'Add Invoice Setting', '\u0625\u0636\u0627\u0641\u0629 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(47060, 'ar', 'db', 'Receipt Printers', '\u0637\u0627\u0628\u0639\u0627\u062a \u0627\u0644\u0625\u064a\u0635\u0627\u0644\u0627\u062a', NULL, NULL),\n(47061, 'ar', 'db', 'Receipt Printer Type', '\u0627\u0633\u062a\u0644\u0627\u0645 \u0646\u0648\u0639 \u0627\u0644\u0637\u0627\u0628\u0639\u0629', NULL, NULL),\n(47062, 'ar', 'db', 'Simple', '\u0628\u0633\u064a\u0637', NULL, NULL),\n(47063, 'ar', 'db', 'Star SP2000 Series', '\u0633\u0644\u0633\u0644\u0629 \u0633\u062a\u0627\u0631 SP2000', NULL, NULL),\n(47064, 'ar', 'db', 'EPOS TEP200M Series', '\u0633\u0644\u0633\u0644\u0629 EPOS TEP200M', NULL, NULL),\n(47065, 'ar', 'db', 'Epson TM-U220', '\u0625\u0628\u0633\u0648\u0646 TM-U220', NULL, NULL),\n(47066, 'ar', 'db', 'Rongta RP326', '\u0631\u0648\u0646\u062c\u062a\u0627 RP326', NULL, NULL),\n(47067, 'ar', 'db', 'PBM P822D', '\u0628\u064a \u0628\u064a \u0625\u0645 P822D', NULL, NULL),\n(47068, 'ar', 'db', 'Add Printer', '\u0623\u0636\u0641 \u0627\u0644\u0637\u0627\u0628\u0639\u0629', NULL, NULL),\n(47069, 'ar', 'db', 'Printer Name', '\u0627\u0633\u0645 \u0627\u0644\u0637\u0627\u0628\u0639\u0629', NULL, NULL),\n(47070, 'ar', 'db', 'Connection Type', '\u0646\u0648\u0639 \u0627\u0644\u0627\u062a\u0635\u0627\u0644', NULL, NULL),\n(47071, 'ar', 'db', 'Capability Profile', '\u0645\u0644\u0641 \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0642\u062f\u0631\u0629', NULL, NULL),\n(47072, 'ar', 'db', 'Characters per line', '\u0627\u0644\u0623\u062d\u0631\u0641 \u0641\u064a \u0643\u0644 \u0633\u0637\u0631', NULL, NULL),\n(47073, 'ar', 'db', 'IP Address', '\u0639\u0646\u0648\u0627\u0646 IP', NULL, NULL),\n(47074, 'ar', 'db', 'Port', '\u0645\u064a\u0646\u0627\u0621', NULL, NULL),\n(47075, 'ar', 'db', 'Path', '\u0637\u0631\u064a\u0642', NULL, NULL),\n(47076, 'ar', 'db', 'Maximum characters printable per line', '\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062f\u062f \u0627\u0644\u0623\u062d\u0631\u0641 \u0627\u0644\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0637\u0628\u0627\u0639\u0629 \u0641\u064a \u0643\u0644 \u0633\u0637\u0631', NULL, NULL),\n(47077, 'ar', 'db', 'Printer IP address', '\u0639\u0646\u0648\u0627\u0646 IP \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u0637\u0627\u0628\u0639\u0629', NULL, NULL),\n(47078, 'ar', 'db', 'Most printers use port 9100', '\u062a\u0633\u062a\u062e\u062f\u0645 \u0645\u0639\u0638\u0645 \u0627\u0644\u0637\u0627\u0628\u0639\u0627\u062a \u0627\u0644\u0645\u0646\u0641\u0630 9100', NULL, NULL),\n(47079, 'ar', 'db', 'Device files are typically', '\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u062c\u0647\u0627\u0632 \u0639\u0627\u062f\u0629 \u0645\u0627 \u062a\u0643\u0648\u0646', NULL, NULL),\n(47080, 'ar', 'db', 'Windows connection type', '\u0646\u0648\u0639 \u0627\u062a\u0635\u0627\u0644 \u0648\u064a\u0646\u062f\u0648\u0632', NULL, NULL),\n(47081, 'ar', 'db', 'Linux connection type', '\u0646\u0648\u0639 \u0627\u062a\u0635\u0627\u0644 \u0644\u064a\u0646\u0643\u0633', NULL, NULL),\n(47082, 'ar', 'db', 'Receipt Printers', '\u0637\u0627\u0628\u0639\u0627\u062a \u0627\u0644\u0625\u064a\u0635\u0627\u0644\u0627\u062a', NULL, NULL),\n(47083, 'ar', 'db', 'Will Expire', '\u0633\u0648\u0641 \u062a\u0646\u062a\u0647\u064a', NULL, NULL),\n(47084, 'ar', 'db', 'This warehouse already has a printer assigned', '\u064a\u062d\u062a\u0648\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639 \u0639\u0644\u0649 \u0637\u0627\u0628\u0639\u0629 \u0645\u062e\u0635\u0635\u0629 \u0628\u0627\u0644\u0641\u0639\u0644', NULL, NULL),\n(47085, 'ar', 'db', 'The receipt has been successfully printed', '\u062a\u0645\u062a \u0637\u0628\u0627\u0639\u0629 \u0627\u0644\u0625\u064a\u0635\u0627\u0644 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(47086, 'ar', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', '\u062a\u062f\u0639\u0645 \u0627\u0644\u0637\u0627\u0628\u0639\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629 \u0623\u0648\u0627\u0645\u0631 \u0648\u0635\u0641\u062d\u0627\u062a \u0631\u0645\u0648\u0632 \u0645\u062e\u062a\u0644\u0641\u0629. ', NULL, NULL),\n(47087, 'ar', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', '\u0639\u0646\u062f\u0645\u0627 \u062a\u0642\u0648\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0637\u0627\u0628\u0639\u0629 \u0625\u064a\u0635\u0627\u0644\u0627\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639\u060c \u0633\u064a\u062a\u0645 \u0625\u064a\u0642\u0627\u0641 \u062a\u0634\u063a\u064a\u0644 \u0637\u0628\u0627\u0639\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d. ', NULL, NULL),\n(47088, 'ar', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', '\u0628\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0642\u0627\u0644\u0628 \u0645\u0642\u0627\u0633 58 \u0645\u0645 \u0623\u0648 80 \u0645\u0645 \u0628\u0627\u0639\u062a\u0628\u0627\u0631\u0647 \u0627\u0644\u0642\u0627\u0644\u0628 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a \u0641\u064a \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(47089, 'ar', 'db', 'Customer Display Screen', '\u0634\u0627\u0634\u0629 \u0639\u0631\u0636 \u0627\u0644\u0639\u0645\u0644\u0627\u0621', NULL, NULL),\n(47090, 'ar', 'db', 'Change Return', '\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0639\u0648\u062f\u0629', NULL, NULL),\n(47091, 'ar', 'db', 'This is a test mail to confirm your SMTP settings are working.', '\u0647\u0630\u0647 \u0631\u0633\u0627\u0644\u0629 \u0627\u062e\u062a\u0628\u0627\u0631\u064a\u0629 \u0644\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646 \u0625\u0639\u062f\u0627\u062f\u0627\u062a SMTP \u062a\u0639\u0645\u0644.', NULL, NULL),\n(47092, 'ar', 'db', 'Test Mail', '\u0628\u0631\u064a\u062f \u062a\u062c\u0631\u064a\u0628\u064a', NULL, NULL),\n(47093, 'ar', 'db', 'data_updated_mail_sent', '\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0628\u0646\u062c\u0627\u062d. ', NULL, NULL),\n(47094, 'ar', 'db', 'data_updated_mail_fail', '\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0628\u0646\u062c\u0627\u062d\u060c \u0648\u0644\u0643\u0646 \u0641\u0634\u0644 \u0627\u062e\u062a\u0628\u0627\u0631 \u0627\u0644\u0628\u0631\u064a\u062f:', NULL, NULL),\n(47095, 'ar', 'db', 'Credit Limit', '\u062d\u062f \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646', NULL, NULL),\n(47096, 'ar', 'db', 'Credit limit exceeded! Customer credit limit:', '\u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u062d\u062f \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646\u064a! ', NULL, NULL),\n(47097, 'ar', 'db', 'Credit Sale', '\u0628\u064a\u0639 \u0627\u0644\u0627\u0626\u062a\u0645\u0627\u0646', NULL, NULL),\n(47098, 'ar', 'db', 'Initial Deposit', '\u0627\u0644\u0625\u064a\u062f\u0627\u0639 \u0627\u0644\u0623\u0648\u0644\u064a', NULL, NULL),\n(47099, 'ar', 'db', 'Opening balance', '\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0627\u0641\u062a\u062a\u0627\u062d\u064a', NULL, NULL),\n(47100, 'ar', 'db', 'WhatsApp Number', '\u0631\u0642\u0645 \u0627\u0644\u0648\u0627\u062a\u0633\u0627\u0628', NULL, NULL),\n(47101, 'ar', 'db', 'create_ticket', '\u0625\u0646\u0634\u0627\u0621 \u062a\u0630\u0643\u0631\u0629', NULL, NULL),\n(47102, 'ar', 'db', 'subject', '\u0645\u0648\u0636\u0648\u0639', NULL, NULL),\n(47103, 'ar', 'db', 'tenant', '\u0645\u0633\u062a\u0623\u062c\u0631', NULL, NULL),\n(47104, 'ar', 'db', 'no_subject', '\u0644\u0627 \u064a\u0648\u062c\u062f \u0645\u0648\u0636\u0648\u0639', NULL, NULL),\n(47105, 'ar', 'db', 'confirm_delete_ticket', '\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u062d\u0630\u0641 \u0647\u0630\u0647 \u0627\u0644\u062a\u0630\u0643\u0631\u0629\u061f', NULL, NULL),\n(47106, 'ar', 'db', 'add_ticket', '\u0623\u0636\u0641 \u062a\u0630\u0643\u0631\u0629', NULL, NULL),\n(47107, 'ar', 'db', 'ticket_created', '\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062a\u0630\u0643\u0631\u0629 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(47108, 'ar', 'db', 'ticket_deleted', '\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u062a\u0630\u0643\u0631\u0629 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(47109, 'ar', 'db', 'insert_upload_text', '\u064a\u0631\u062c\u0649 \u0625\u062f\u0631\u0627\u062c \u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0635\u0648\u0631\/\u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0641\u064a \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0623\u0639\u0644\u0627\u0647\u060c \u0639\u0646 \u0637\u0631\u064a\u0642 \u0627\u0644\u062a\u062d\u0645\u064a\u0644 \u0639\u0644\u0649', NULL, NULL),\n(47110, 'ar', 'db', 'reply_sent', '\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u062f \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(47111, 'ar', 'db', 'disable_tenant_support_tickets', '\u062a\u0639\u0637\u064a\u0644 \u062a\u0630\u0627\u0643\u0631 \u062f\u0639\u0645 \u0627\u0644\u0645\u0633\u062a\u0623\u062c\u0631', NULL, NULL),\n(47112, 'ar', 'db', 'symbol', '\u0631\u0645\u0632', NULL, NULL),\n(47113, 'ar', 'db', 'print_invoice', '\u0637\u0628\u0627\u0639\u0629 \u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629', NULL, NULL),\n(47114, 'ar', 'db', 'create_ticket', '\u0625\u0646\u0634\u0627\u0621 \u062a\u0630\u0643\u0631\u0629', NULL, NULL),\n(47115, 'ar', 'db', 'subject', '\u0645\u0648\u0636\u0648\u0639', NULL, NULL),\n(47116, 'ar', 'db', 'tenant', '\u0645\u0633\u062a\u0623\u062c\u0631', NULL, NULL),\n(47117, 'ar', 'db', 'no_subject', '\u0644\u0627 \u064a\u0648\u062c\u062f \u0645\u0648\u0636\u0648\u0639', NULL, NULL),\n(47118, 'ar', 'db', 'add_ticket', '\u0623\u0636\u0641 \u062a\u0630\u0643\u0631\u0629', NULL, NULL),\n(47119, 'ar', 'db', 'confirm_delete_ticket', '\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u062d\u0630\u0641 \u0647\u0630\u0647 \u0627\u0644\u062a\u0630\u0643\u0631\u0629\u061f', NULL, NULL),\n(47120, 'ar', 'db', 'ticket_created', '\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062a\u0630\u0643\u0631\u0629 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(47121, 'ar', 'db', 'ticket_deleted', '\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u062a\u0630\u0643\u0631\u0629 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(47122, 'ar', 'db', 'insert_upload_text', '\u064a\u0631\u062c\u0649 \u0625\u062f\u0631\u0627\u062c \u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0635\u0648\u0631\/\u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0641\u064a \u0645\u0631\u0628\u0639 \u0627\u0644\u0646\u0635 \u0623\u0639\u0644\u0627\u0647\u060c \u0639\u0646 \u0637\u0631\u064a\u0642 \u0627\u0644\u062a\u062d\u0645\u064a\u0644 \u0639\u0644\u0649', NULL, NULL),\n(47123, 'ar', 'db', 'reply_sent', '\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u062f \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(47124, 'ar', 'db', 'Return Discount', '\u062e\u0635\u0645 \u0627\u0644\u0639\u0648\u062f\u0629', NULL, NULL),\n(47125, 'ar', 'db', 'Activity Log', '\u0633\u062c\u0644 \u0627\u0644\u0646\u0634\u0627\u0637', NULL, NULL),\n(47126, 'ar', 'db', 'Item Description', '\u0648\u0635\u0641 \u0627\u0644\u0633\u0644\u0639\u0629', NULL, NULL),\n(47127, 'ar', 'db', 'Cart Product Update', '\u062a\u062d\u062f\u064a\u062b \u0645\u0646\u062a\u062c \u0633\u0644\u0629 \u0627\u0644\u062a\u0633\u0648\u0642', NULL, NULL),\n(47128, 'ar', 'db', 'Handle Discount', '\u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0627\u0644\u062e\u0635\u0645', NULL, NULL),\n(47129, 'ar', 'db', 'Account Selection', '\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u062d\u0633\u0627\u0628', NULL, NULL),\n(47130, 'ar', 'db', 'Installment Plan', '\u062e\u0637\u0629 \u0627\u0644\u062a\u0642\u0633\u064a\u0637', NULL, NULL),\n(47131, 'ar', 'db', 'Enable Installment Plan', '\u062a\u0645\u0643\u064a\u0646 \u062e\u0637\u0629 \u0627\u0644\u062a\u0642\u0633\u064a\u0637', NULL, NULL),\n(47132, 'ar', 'db', 'Installment', '\u062a\u0642\u0633\u064a\u0637', NULL, NULL),\n(47133, 'ar', 'db', 'Plan Name', '\u0627\u0633\u0645 \u0627\u0644\u062e\u0637\u0629', NULL, NULL),\n(47134, 'ar', 'db', 'Total Amount', '\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a', NULL, NULL),\n(47135, 'ar', 'db', 'Additional Amount', '\u0645\u0628\u0644\u063a \u0625\u0636\u0627\u0641\u064a', NULL, NULL),\n(47136, 'ar', 'db', 'Down Payment', '\u062f\u0641\u0639\u0629 \u0645\u0628\u062f\u0626\u064a\u0629', NULL, NULL),\n(47137, 'ar', 'db', 'Disable registration', '\u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644', NULL, NULL),\n(47138, 'ar', 'db', 'Disable password reset', '\u062a\u0639\u0637\u064a\u0644 \u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631', NULL, NULL),\n(47139, 'ar', 'db', 'Font CSS', '\u0627\u0644\u062e\u0637 CSS', NULL, NULL),\n(47140, 'ar', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS \u0644\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 (\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644\/\u0627\u0644\u062a\u0633\u062c\u064a\u0644\/\u0646\u0633\u064a\u062a \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631\/\u0627\u0644\u062a\u062d\u0642\u0642)', NULL, NULL),\n(47141, 'ar', 'db', 'POS page CSS', '\u0635\u0641\u062d\u0629 \u0646\u0642\u0627\u0637 \u0627\u0644\u0628\u064a\u0639 CSS', NULL, NULL),\n(47142, 'ar', 'db', 'Custom CSS\/Styles', 'CSS\/\u0623\u0646\u0645\u0627\u0637 \u0645\u062e\u0635\u0635\u0629', NULL, NULL),\n(47143, 'ar', 'db', 'Sidebar', '\u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a', NULL, NULL),\n(47144, 'ar', 'db', 'Exports', '\u0635\u0627\u062f\u0631\u0627\u062a', NULL, NULL),\n(47145, 'ar', 'db', 'Cart Product Update', '\u062a\u062d\u062f\u064a\u062b \u0645\u0646\u062a\u062c \u0633\u0644\u0629 \u0627\u0644\u062a\u0633\u0648\u0642', NULL, NULL),\n(47146, 'ar', 'db', 'Handle Discount', '\u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0627\u0644\u062e\u0635\u0645', NULL, NULL),\n(47147, 'ar', 'db', 'Product Export', '\u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(47148, 'ar', 'db', 'Purchase Export', '\u0634\u0631\u0627\u0621 \u062a\u0635\u062f\u064a\u0631', NULL, NULL),\n(47149, 'ar', 'db', 'Sale Export', '\u062a\u0635\u062f\u064a\u0631 \u0628\u064a\u0639', NULL, NULL),\n(47150, 'ar', 'db', 'Customer Export', '\u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u0639\u0645\u0644\u0627\u0621', NULL, NULL),\n(47151, 'ar', 'db', 'Account Selection', '\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u062d\u0633\u0627\u0628', NULL, NULL),\n(47152, 'ar', 'db', 'Change Sale Date', '\u062a\u063a\u064a\u064a\u0631 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(47153, 'ar', 'db', 'whatsapp', '\u0648\u0627\u062a\u0633\u0627\u0628', NULL, NULL),\n(47154, 'ar', 'db', 'message_templates', '\u0642\u0648\u0627\u0644\u0628 \u0627\u0644\u0631\u0633\u0627\u0626\u0644', NULL, NULL),\n(47155, 'ar', 'db', 'send_message', '\u0623\u0631\u0633\u0644 \u0631\u0633\u0627\u0644\u0629', NULL, NULL),\n(47156, 'ar', 'db', 'permanent_access_token', '\u0631\u0645\u0632 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u062f\u0627\u0626\u0645', NULL, NULL),\n(47157, 'ar', 'db', 'whatsapp_settings', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0648\u0627\u062a\u0633\u0627\u0628', NULL, NULL),\n(47158, 'ar', 'db', 'phone_number_id', '\u0645\u0639\u0631\u0641 \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641', NULL, NULL),\n(47159, 'ar', 'db', 'business_account_id', '\u0645\u0639\u0631\u0641 \u062d\u0633\u0627\u0628 \u0627\u0644\u0623\u0639\u0645\u0627\u0644', NULL, NULL),\n(47160, 'ar', 'db', 'api_token', '\u0631\u0645\u0632 API', NULL, NULL),\n(47161, 'ar', 'db', 'receipt', '\u0625\u064a\u0635\u0627\u0644', NULL, NULL),\n(47162, 'ar', 'db', 'message_types', '\u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0631\u0633\u0627\u0626\u0644', NULL, NULL),\n(47163, 'ar', 'db', 'no_template_type_message', '\u0644\u0627 \u062a\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0642\u0627\u0644\u0628\u060c \u0627\u0643\u062a\u0628 \u0631\u0633\u0627\u0644\u062a\u0643 \u0623\u062f\u0646\u0627\u0647', NULL, NULL),\n(47164, 'ar', 'db', 'message_sent_successfully', '\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(47165, 'ar', 'db', 'fail_sent_message', '\u0641\u0634\u0644 \u0641\u064a \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629', NULL, NULL),\n(47166, 'ar', 'db', 'whatsapp_credentials_missing', '\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0639\u062a\u0645\u0627\u062f WhatsApp \u0645\u0641\u0642\u0648\u062f\u0629', NULL, NULL),\n(47167, 'ar', 'db', 'failed_upload_media_whatsApp', '\u0641\u0634\u0644 \u0641\u064a \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0625\u0644\u0649 WhatsApp', NULL, NULL),\n(47168, 'ar', 'db', 'media_id_not_returned_from_WhatsApp', '\u0644\u0645 \u064a\u062a\u0645 \u0625\u0631\u062c\u0627\u0639 \u0645\u0639\u0631\u0641 \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0645\u0646 \u062a\u062d\u0645\u064a\u0644 WhatsApp', NULL, NULL),\n(47169, 'ar', 'db', 'sending_not_enabled', '\u0627\u0644\u0625\u0631\u0633\u0627\u0644 \u063a\u064a\u0631 \u0645\u0645\u0643\u0646', NULL, NULL),\n(47170, 'ar', 'db', 'failed_to_fetch_templates', '\u0641\u0634\u0644 \u062c\u0644\u0628 \u0627\u0644\u0646\u0645\u0627\u0630\u062c', NULL, NULL),\n(47171, 'ar', 'db', 'manage_template', '\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0642\u0627\u0644\u0628', NULL, NULL),\n(47172, 'ar', 'db', 'send_whatsapp_message', '\u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0648\u0627\u062a\u0633 \u0627\u0628', NULL, NULL),\n(47173, 'ar', 'db', 'type_your_message', '\u0627\u0643\u062a\u0628 \u0631\u0633\u0627\u0644\u062a\u0643', NULL, NULL),\n(47174, 'ar', 'db', 'delete_confirmation', '\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0627\u0644\u062d\u0630\u0641\u061f', NULL, NULL),\n(47175, 'ar', 'db', 'template_deleted_successfully', '\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0642\u0627\u0644\u0628 \u0628\u0646\u062c\u0627\u062d', NULL, NULL),\n(47176, 'ar', 'db', 'failed_delete_template', '\u0641\u0634\u0644 \u0641\u064a \u062d\u0630\u0641 \u0627\u0644\u0642\u0627\u0644\u0628', NULL, NULL),\n(47177, 'ar', 'db', 'receiver', '\u0627\u0644\u0645\u062a\u0644\u0642\u064a', NULL, NULL),\n(47178, 'ar', 'db', 'template', '\u0646\u0645\u0648\u0630\u062c', NULL, NULL),\n(47179, 'ar', 'db', 'message', '\u0631\u0633\u0627\u0644\u0629', NULL, NULL),\n(47180, 'ar', 'db', 'attachment', '\u0645\u0631\u0641\u0642', NULL, NULL),\n(47181, 'ar', 'db', 'image', '\u0635\u0648\u0631\u0629', NULL, NULL),\n(47182, 'ar', 'db', 'document', '\u0648\u062b\u064a\u0642\u0629', NULL, NULL),\n(47183, 'ar', 'db', 'Add Designation', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062a\u0639\u064a\u064a\u0646', NULL, NULL),\n(47184, 'ar', 'db', 'Add Leave', '\u0623\u0636\u0641 \u0625\u062c\u0627\u0632\u0629', NULL, NULL),\n(47185, 'ar', 'db', 'Add Overtime', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u0625\u0636\u0627\u0641\u064a', NULL, NULL),\n(47186, 'ar', 'db', 'Add Sale Agent', '\u0625\u0636\u0627\u0641\u0629 \u0648\u0643\u064a\u0644 \u0628\u064a\u0639', NULL, NULL),\n(47187, 'ar', 'db', 'Add Shift', '\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062a\u062d\u0648\u0644', NULL, NULL),\n(47188, 'ar', 'db', 'Basic Salary', '\u0627\u0644\u0631\u0627\u062a\u0628 \u0627\u0644\u0623\u0633\u0627\u0633\u064a', NULL, NULL),\n(47189, 'ar', 'db', 'Commission', '\u0639\u0645\u0648\u0644\u0629', NULL, NULL),\n(47190, 'ar', 'db', 'Commission Percent', '\u0646\u0633\u0628\u0629 \u0627\u0644\u0639\u0645\u0648\u0644\u0629', NULL, NULL),\n(47191, 'ar', 'db', 'Deselect All', '\u0642\u0645 \u0628\u0625\u0644\u063a\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0643\u0644', NULL, NULL),\n(47192, 'ar', 'db', 'End Date', '\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621', NULL, NULL),\n(47193, 'ar', 'db', 'End Time', '\u0648\u0642\u062a \u0627\u0644\u0646\u0647\u0627\u064a\u0629', NULL, NULL),\n(47194, 'ar', 'db', 'Expenses', '\u0646\u0641\u0642\u0627\u062a', NULL, NULL),\n(47195, 'ar', 'db', 'Filter', '\u0641\u0644\u062a\u0631', NULL, NULL),\n(47196, 'ar', 'db', 'Generate Payroll', '\u0625\u0646\u0634\u0627\u0621 \u0643\u0634\u0648\u0641 \u0627\u0644\u0645\u0631\u062a\u0628\u0627\u062a', NULL, NULL),\n(47197, 'ar', 'db', 'Grace In (min)', '\u0646\u0639\u0645\u0629 \u0641\u064a (\u062f\u0642\u064a\u0642\u0629)', NULL, NULL),\n(47198, 'ar', 'db', 'Grace Out', '\u063a\u0631\u064a\u0633 \u0627\u0648\u062a', NULL, NULL),\n(47199, 'ar', 'db', 'HRM Panel', '\u0644\u0648\u062d\u0629 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0628\u0634\u0631\u064a\u0629', NULL, NULL),\n(47200, 'ar', 'db', 'Import CSV', '\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0645\u0644\u0641 CSV', NULL, NULL),\n(47201, 'ar', 'db', 'Is Sale Agent?', '\u0647\u0644 \u0648\u0643\u064a\u0644 \u0627\u0644\u0628\u064a\u0639\u061f', NULL, NULL),\n(47202, 'ar', 'db', 'Leave Type', '\u0646\u0648\u0639 \u0627\u0644\u0625\u062c\u0627\u0632\u0629', NULL, NULL),\n(47203, 'ar', 'db', 'Leaves', '\u0623\u0648\u0631\u0627\u0642', NULL, NULL),\n(47204, 'ar', 'db', 'Month', '\u0634\u0647\u0631', NULL, NULL),\n(47205, 'ar', 'db', 'Overtime', '\u0645\u062a\u0623\u062e\u0631 , \u0628\u0639\u062f \u0641\u0648\u0627\u062a \u0627\u0644\u0648\u0642\u062a', NULL, NULL),\n(47206, 'ar', 'db', 'Payroll cannot be deleted if status is final', '\u0644\u0627 \u064a\u0645\u0643\u0646 \u062d\u0630\u0641 \u0643\u0634\u0648\u0641 \u0627\u0644\u0645\u0631\u062a\u0628\u0627\u062a \u0625\u0630\u0627 \u0643\u0627\u0646\u062a \u0627\u0644\u062d\u0627\u0644\u0629 \u0646\u0647\u0627\u0626\u064a\u0629', NULL, NULL),\n(47207, 'ar', 'db', 'Payroll for', '\u0627\u0644\u0631\u0648\u0627\u062a\u0628 \u0644', NULL, NULL),\n(47208, 'ar', 'db', 'Payroll Group Name', '\u0627\u0633\u0645 \u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u0631\u0648\u0627\u062a\u0628', NULL, NULL),\n(47209, 'ar', 'db', 'Recurring', '\u064a\u062a\u0643\u0631\u0631', NULL, NULL),\n(47210, 'ar', 'db', 'Region', '\u0645\u0646\u0637\u0642\u0629', NULL, NULL),\n(47211, 'ar', 'db', 'Salary', '\u0645\u0631\u062a\u0628', NULL, NULL),\n(47212, 'ar', 'db', 'Sale Agents', '\u0648\u0643\u0644\u0627\u0621 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(47213, 'ar', 'db', 'Sales Target', '\u0647\u062f\u0641 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a', NULL, NULL),\n(47214, 'ar', 'db', 'Select Department', '\u0627\u062e\u062a\u0631 \u0627\u0644\u0642\u0633\u0645', NULL, NULL),\n(47215, 'ar', 'db', 'Select Designation', '\u062d\u062f\u062f \u0627\u0644\u062a\u0639\u064a\u064a\u0646', NULL, NULL),\n(47216, 'ar', 'db', 'Select Shift', '\u062d\u062f\u062f \u0627\u0644\u062a\u062d\u0648\u0644', NULL, NULL),\n(47217, 'ar', 'db', 'Select Status', '\u062d\u062f\u062f \u0627\u0644\u062d\u0627\u0644\u0629', NULL, NULL),\n(47218, 'ar', 'db', 'Shift', '\u064a\u062d\u0648\u0644', NULL, NULL),\n(47219, 'ar', 'db', 'Start Date', '\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0628\u062f\u0621', NULL, NULL),\n(47220, 'ar', 'db', 'Start Time', '\u0648\u0642\u062a \u0627\u0644\u0628\u062f\u0621', NULL, NULL),\n(47221, 'ar', 'db', 'invoice_to_hatsapp', '\u0627\u0644\u0641\u0627\u062a\u0648\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0648\u0627\u062a\u0633 \u0627\u0628', NULL, NULL),\n(47222, 'ar', 'db', 'Submit All Payrolls', '\u0625\u0631\u0633\u0627\u0644 \u0643\u0627\u0641\u0629 \u0643\u0634\u0648\u0641 \u0627\u0644\u0645\u0631\u062a\u0628\u0627\u062a', NULL, NULL),\n(47223, 'ar', 'db', 'Submit Payrolls', '\u0625\u0631\u0633\u0627\u0644 \u0643\u0634\u0648\u0641 \u0627\u0644\u0645\u0631\u062a\u0628\u0627\u062a', NULL, NULL),\n(47224, 'ar', 'db', 'Total Sales Amount From', '\u0625\u062c\u0645\u0627\u0644\u064a \u0645\u0628\u0644\u063a \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a \u0645\u0646', NULL, NULL),\n(47225, 'ar', 'db', 'Total Sales Amount To', '\u0625\u062c\u0645\u0627\u0644\u064a \u0645\u0628\u0644\u063a \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a \u0625\u0644\u0649', NULL, NULL),\n(47226, 'ar', 'db', 'Update Overtime', '\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u0625\u0636\u0627\u0641\u064a', NULL, NULL),\n(47227, 'ar', 'db', 'Work Duration', '\u0645\u062f\u0629 \u0627\u0644\u0639\u0645\u0644', NULL, NULL),\n(47228, 'ar', 'db', 'Grace Out (min)', '\u0646\u0639\u0645\u0629 \u062e\u0627\u0631\u062c (\u062f\u0642\u064a\u0642\u0629)', NULL, NULL),\n(47229, 'ar', 'db', 'Annual Quota', '\u0627\u0644\u062d\u0635\u0629 \u0627\u0644\u0633\u0646\u0648\u064a\u0629', NULL, NULL),\n(47230, 'ar', 'db', 'paid_or_unpaid', '\u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0629 \u0623\u0648 \u063a\u064a\u0631 \u0627\u0644\u0645\u062f\u0641\u0648\u0639\u0629', NULL, NULL),\n(47231, 'ar', 'db', 'final', '\u0623\u062e\u064a\u0631', NULL, NULL),\n(47232, 'ar', 'db', 'HRM - Generate Payroll', '\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0628\u0634\u0631\u064a\u0629 - \u0625\u0646\u0634\u0627\u0621 \u0643\u0634\u0648\u0641 \u0627\u0644\u0645\u0631\u062a\u0628\u0627\u062a', NULL, NULL),\n(47233, 'ar', 'db', 'employee_id', '\u0645\u0639\u0631\u0641 \u0627\u0644\u0645\u0648\u0638\u0641', NULL, NULL),\n(47234, 'ar', 'db', 'Please select', '\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u062a\u062d\u062f\u064a\u062f', NULL, NULL),\n(47235, 'ar', 'db', 'Redeem Points Settings', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u0627\u0644\u0646\u0642\u0627\u0637', NULL, NULL),\n(47236, 'ar', 'db', 'Redeem amount per unit point', '\u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0627\u0644\u0645\u0628\u0644\u063a \u0644\u0643\u0644 \u0646\u0642\u0637\u0629 \u0648\u062d\u062f\u0629', NULL, NULL),\n(47237, 'ar', 'db', 'Maximum redeem point per order', '\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0646\u0642\u0627\u0637 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0644\u0643\u0644 \u0637\u0644\u0628', NULL, NULL),\n(47238, 'ar', 'db', 'Minimum order total to redeem points', '\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0637\u0644\u0628 \u0644\u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u0627\u0644\u0646\u0642\u0627\u0637', NULL, NULL),\n(47239, 'ar', 'db', 'Minimum redeem point', '\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0646\u0642\u0637\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f', NULL, NULL),\n(47240, 'ar', 'db', 'Minimum sold amount to get point', '\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0643\u0645\u064a\u0629 \u0627\u0644\u0645\u0628\u0627\u0639\u0629 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u0642\u0637\u0629', NULL, NULL),\n(47241, 'ar', 'db', 'View Document', '\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062a\u0646\u062f', NULL, NULL),\n(47242, 'ar', 'db', 'Show Vat Registration Number', '\u0625\u0638\u0647\u0627\u0631 \u0631\u0642\u0645 \u062a\u0633\u062c\u064a\u0644 \u0636\u0631\u064a\u0628\u0629 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0636\u0627\u0641\u0629', NULL, NULL),\n(47243, 'ar', 'db', 'Show Sale Note', '\u0625\u0638\u0647\u0627\u0631 \u0645\u0630\u0643\u0631\u0629 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(47244, 'ar', 'db', 'App Setting', '\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062a\u0637\u0628\u064a\u0642', NULL, NULL),\n(47245, 'ar', 'db', 'Manual Process for connecting the Mobile App', '\u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u064a\u062f\u0648\u064a\u0629 \u0644\u062a\u0648\u0635\u064a\u0644 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u062d\u0645\u0648\u0644', NULL, NULL),\n(47246, 'ar', 'db', 'QR Code for Connecting the Mobile App', '\u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064a\u0639\u0629 \u0644\u062a\u0648\u0635\u064a\u0644 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u062d\u0645\u0648\u0644', NULL, NULL),\n(47247, 'ar', 'db', 'Active Devices', '\u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0646\u0634\u0637\u0629', NULL, NULL),\n(47248, 'ar', 'db', 'IP', '\u0627\u0644\u0645\u0644\u0643\u064a\u0629 \u0627\u0644\u0641\u0643\u0631\u064a\u0629', NULL, NULL),\n(47249, 'ar', 'db', 'Last Active', '\u0622\u062e\u0631 \u0646\u0634\u0627\u0637', NULL, NULL),\n(47250, 'ar', 'db', 'We shall be back soon', '\u0633\u0648\u0641 \u0646\u0639\u0648\u062f \u0642\u0631\u064a\u0628\u0627', NULL, NULL),\n(47251, 'ar', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', '\u0646\u0623\u0633\u0641 \u0644\u0644\u0625\u0632\u0639\u0627\u062c. ', NULL, NULL),\n(47252, 'ar', 'db', 'maintenance_mode', '\u0648\u0636\u0639 \u0627\u0644\u0635\u064a\u0627\u0646\u0629', NULL, NULL),\n(47253, 'ar', 'db', 'maintenance_allowed_ips', '\u0639\u0646\u0627\u0648\u064a\u0646 IP \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647\u0627 \u0641\u064a \u0648\u0636\u0639 \u0627\u0644\u0635\u064a\u0627\u0646\u0629', NULL, NULL),\n(47254, 'ar', 'db', 'Available Balance', '\u0627\u0644\u0631\u0635\u064a\u062f \u0627\u0644\u0645\u062a\u0627\u062d', NULL, NULL),\n(47255, 'ar', 'db', 'profit_margin_type', '\u0646\u0648\u0639 \u0647\u0627\u0645\u0634 \u0627\u0644\u0631\u0628\u062d', NULL, NULL),\n(47256, 'ar', 'db', 'show_expiry_alerts_before', '\u0625\u0638\u0647\u0627\u0631 \u062a\u0646\u0628\u064a\u0647\u0627\u062a \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629 \u0644\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0642\u0628\u0644 (\u0623\u064a\u0627\u0645)', NULL, NULL),\n(47257, 'ar', 'db', 'Product Review', '\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(47258, 'ar', 'db', 'newsletter', '\u0627\u0644\u0646\u0634\u0631\u0629 \u0627\u0644\u0625\u062e\u0628\u0627\u0631\u064a\u0629', NULL, NULL),\n(47259, 'ar', 'db', 'Sale Exchange', '\u062a\u0628\u0627\u062f\u0644 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(47260, 'ar', 'db', 'Sale Exchange List', '\u0642\u0627\u0626\u0645\u0629 \u062a\u0628\u0627\u062f\u0644 \u0627\u0644\u0628\u064a\u0639', NULL, NULL),\n(47261, 'ar', 'db', 'Add Exchange', '\u0625\u0636\u0627\u0641\u0629 \u062a\u0628\u0627\u062f\u0644', NULL, NULL),\n(47262, 'ar', 'db', 'search_by_reference_no_or_Product', '\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0637\u0631\u064a\u0642 \u0627\u0644\u0645\u0631\u062c\u0639 \u0644\u0627 \u0623\u0648 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(47263, 'ar', 'db', 'Order Product', '\u0627\u0637\u0644\u0628 \u0627\u0644\u0645\u0646\u062a\u062c', NULL, NULL),\n(47264, 'ar', 'db', 'Payment Type', '\u0646\u0648\u0639 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(47265, 'ar', 'db', 'Payment Type', '\u0646\u0648\u0639 \u0627\u0644\u062f\u0641\u0639', NULL, NULL),\n(47266, 'ar', 'db', 'Edit Production', '\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0625\u0646\u062a\u0627\u062c', NULL, NULL),\n(47267, 'ar', 'db', 'Delete Production', '\u062d\u0630\u0641 \u0627\u0644\u0625\u0646\u062a\u0627\u062c', NULL, NULL),\n(47268, 'ar', 'db', 'Recipe List', '\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0648\u0635\u0641\u0627\u062a', NULL, NULL),\n(47269, 'ar', 'db', 'Add Recipe', '\u0623\u0636\u0641 \u0648\u0635\u0641\u0629', NULL, NULL),\n(47270, 'ar', 'db', 'Delete Recipe', '\u062d\u0630\u0641 \u0627\u0644\u0648\u0635\u0641\u0629', NULL, NULL),\n(47271, 'ar', 'db', 'Theme Settings', '\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0648\u0636\u0648\u0639', NULL, NULL),\n(47272, 'ar', 'db', 'show_customer_name', '\u0625\u0638\u0647\u0627\u0631 \u0627\u0633\u0645 \u0627\u0644\u0639\u0645\u064a\u0644', NULL, NULL),\n(47273, 'ar', 'db', 'sale_due', '\u0627\u0644\u0628\u064a\u0639 \u0645\u0633\u062a\u062d\u0642', NULL, NULL),\n(47274, 'ar', 'db', 'purchase_due', '\u0645\u0648\u0639\u062f \u0627\u0644\u0634\u0631\u0627\u0621', NULL, NULL),\n(47275, 'ar', 'db', 'bulk_update', '\u062a\u062d\u062f\u064a\u062b \u0628\u0627\u0644\u062c\u0645\u0644\u0629', NULL, NULL),\n(47276, 'ar', 'db', 'payment_at', '\u0627\u0644\u062f\u0641\u0639 \u0639\u0646\u062f', NULL, NULL),\n(47277, 'ar', 'db', 'paper_size', '\u062d\u062c\u0645 \u0627\u0644\u0648\u0631\u0642', NULL, NULL),\n(47278, 'ar', 'db', 'Type designation name', '\u0627\u0643\u062a\u0628 \u0627\u0633\u0645 \u0627\u0644\u062a\u0639\u064a\u064a\u0646', NULL, NULL),\n(47279, 'ar', 'db', 'Type shift name', '\u0627\u0643\u062a\u0628 \u0627\u0633\u0645 \u0627\u0644\u062a\u062d\u0648\u0644', NULL, NULL),\n(47280, 'ar', 'db', 'Add Leave Type', '\u0625\u0636\u0627\u0641\u0629 \u0646\u0648\u0639 \u0627\u0644\u0625\u062c\u0627\u0632\u0629', NULL, NULL),\n(47281, 'ar', 'db', 'Update Leave Type', '\u062a\u062d\u062f\u064a\u062b \u0646\u0648\u0639 \u0627\u0644\u0625\u062c\u0627\u0632\u0629', NULL, NULL),\n(47282, 'ar', 'db', 'Carry Forward Limit', '\u062a\u0631\u062d\u064a\u0644 \u0627\u0644\u062d\u062f \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u0627\u0645', NULL, NULL),\n(47283, 'ar', 'db', 'stock', '\u0645\u062e\u0632\u0648\u0646', NULL, NULL),\n(47284, 'ar', 'db', 'profit_loss_report', '\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0631\u0628\u062d\/\u0627\u0644\u062e\u0633\u0627\u0631\u0629', NULL, NULL),\n(47285, 'az', 'db', 'support_ickets', 'D\u0259st\u0259k Biletl\u0259ri', NULL, NULL),\n(47286, 'az', 'db', 'Available Quantity', 'M\u00f6vcud Miqdar', NULL, NULL),\n(47287, 'az', 'db', 'Hide Total Due', 'C\u0259mi \u00f6d\u0259ni\u015fi gizl\u0259din', NULL, NULL),\n(47288, 'az', 'db', 'Filter Purchases', 'Sat\u0131nalmalar\u0131 s\u00fcz\u00fcn', NULL, NULL),\n(47289, 'az', 'db', 'Type purchase code', 'Sat\u0131nalma kodunu yaz\u0131n', NULL, NULL),\n(47290, 'az', 'db', 'Scan the QR code to pay', '\u00d6d\u0259m\u0259k \u00fc\u00e7\u00fcn QR kodunu skan edin', NULL, NULL),\n(47291, 'az', 'db', 'Upload payment proof', '\u00d6d\u0259ni\u015f s\u00fcbutunu y\u00fckl\u0259yin', NULL, NULL),\n(47292, 'az', 'db', 'Change Currency', 'Valyuta d\u0259yi\u015fdirin', NULL, NULL),\n(47293, 'az', 'db', 'Your Rating', 'Reytinqiniz', NULL, NULL),\n(47294, 'az', 'db', 'Your Review', 'R\u0259yiniz', NULL, NULL),\n(47295, 'az', 'db', 'Add Review', 'R\u0259y \u0259lav\u0259 edin', NULL, NULL),\n(47296, 'az', 'db', 'Rating', 'Reytinq', NULL, NULL),\n(47297, 'az', 'db', 'Review', 'Bax\u0131\u015f', NULL, NULL),\n(47298, 'az', 'db', 'No reviews yet', 'H\u0259l\u0259 r\u0259y yoxdur', NULL, NULL),\n(47299, 'az', 'db', 'You already review this product', 'Art\u0131q bu m\u0259hsulu n\u0259z\u0259rd\u0259n ke\u00e7irmisiniz', NULL, NULL),\n(47300, 'az', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', 'Bu m\u0259hsulu n\u0259z\u0259rd\u0259n ke\u00e7irm\u0259k icaz\u0259niz yoxdur. ', NULL, NULL),\n(47301, 'az', 'db', 'You must be logged in to write a review', 'R\u0259y yazmaq \u00fc\u00e7\u00fcn daxil olmal\u0131s\u0131n\u0131z', NULL, NULL),\n(47302, 'az', 'db', 'Login', 'Daxil ol', NULL, NULL),\n(47303, 'az', 'db', 'Product', 'M\u0259hsul', NULL, NULL),\n(47304, 'az', 'db', 'Select Recipe', 'Resept se\u00e7in', NULL, NULL),\n(47305, 'az', 'db', 'Total Qty', '\u00dcmumi Miqdar', NULL, NULL),\n(47306, 'az', 'db', 'Wastage Percent', 'Tullant\u0131 faizi', NULL, NULL),\n(47307, 'az', 'db', 'Final Quantity', 'Son K\u0259miyy\u0259t', NULL, NULL),\n(47308, 'az', 'db', 'Sub total', 'Alt c\u0259mi', NULL, NULL),\n(47309, 'az', 'db', 'Production Cost', '\u0130stehsal d\u0259y\u0259ri', NULL, NULL),\n(47310, 'az', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', 'H\u0259r hans\u0131 bir sual\u0131n\u0131z v\u0259 ya narahatl\u0131\u011f\u0131n\u0131z varsa, biz\u0259 m\u00fcraci\u0259t etm\u0259kd\u0259n \u00e7\u0259kinm\u0259yin. Biz k\u00f6m\u0259k etm\u0259k \u00fc\u00e7\u00fcn buraday\u0131q!', NULL, NULL),\n(47311, 'az', 'db', 'Product with', 'il\u0259 m\u0259hsul', NULL, NULL),\n(47312, 'az', 'db', 'Loading products for selected warehouse', 'Se\u00e7ilmi\u015f anbar \u00fc\u00e7\u00fcn m\u0259hsullar\u0131n y\u00fckl\u0259nm\u0259si', NULL, NULL),\n(47313, 'az', 'db', 'Show Paid Info', '\u00d6d\u0259ni\u015f t\u0259f\u0259rr\u00fcatlar\u0131n\u0131 g\u00f6st\u0259rin', NULL, NULL),\n(47314, 'az', 'db', 'Show Amount In Words', 'M\u0259bl\u0259\u011fi S\u00f6zl\u0259 G\u00f6st\u0259rin', NULL, NULL),\n(47315, 'az', 'db', 'Show Bill To Info', '\\\"\u00d6d\u0259ni\u015f\\\" m\u0259lumat\u0131n\u0131 g\u00f6st\u0259rin', NULL, NULL),\n(47316, 'az', 'db', 'Auto Generate Numbering Type', 'Faktura n\u00f6mr\u0259sini avtomatik yarad\u0131n', NULL, NULL),\n(47317, 'az', 'db', 'Show Description', 'T\u0259sviri g\u00f6st\u0259rin', NULL, NULL),\n(47318, 'az', 'db', 'Profit Margin', 'M\u0259nf\u0259\u0259t marjas\u0131', NULL, NULL),\n(47319, 'az', 'db', 'show Products Details in Purchase List', 'Sat\u0131nalma siyah\u0131s\u0131nda m\u0259hsullar\u0131 g\u00f6st\u0259rin', NULL, NULL),\n(47320, 'az', 'db', 'show Products Details in Sales List', 'Sat\u0131\u015f siyah\u0131s\u0131nda m\u0259hsullar\u0131 g\u00f6st\u0259rin', NULL, NULL),\n(47321, 'az', 'db', 'Default Profit Margin Value', 'Defolt m\u0259nf\u0259\u0259t marjas\u0131 (%)', NULL, NULL),\n(47322, 'az', 'db', 'show', 'G\u00f6st\u0259r', NULL, NULL),\n(47323, 'az', 'db', 'hide', 'Gizl\u0259t', NULL, NULL),\n(47324, 'az', 'db', 'expired', '\u0130stifad\u0259 m\u00fcdd\u0259ti bitdi', NULL, NULL),\n(47325, 'az', 'db', 'add_recipes', 'Reseptl\u0259r \u0259lav\u0259 edin', NULL, NULL),\n(47326, 'az', 'db', 'Recipe', 'Resept', NULL, NULL),\n(47327, 'az', 'db', 'add_recipe', 'Resept \u0259lav\u0259 edin', NULL, NULL),\n(47328, 'az', 'db', 'Wastage percent', '\u0130sraf faizi', NULL, NULL),\n(47329, 'az', 'db', 'add_Ingredient', 'T\u0259rkib \u0259lav\u0259 edin', NULL, NULL),\n(47330, 'az', 'db', 'Ingredient List', 'T\u0259rkib siyah\u0131s\u0131', NULL, NULL),\n(47331, 'az', 'db', 'Customer Name', 'M\u00fc\u015ft\u0259ri ad\u0131', NULL, NULL),\n(47332, 'az', 'db', 'Review', 'Bax\u0131\u015f', NULL, NULL),\n(47333, 'az', 'db', 'Confirmation', 'T\u0259sdiq', NULL, NULL),\n(47334, 'az', 'db', 'Your Rating', 'Reytinqiniz', NULL, NULL),\n(47335, 'az', 'db', 'Your Review', 'R\u0259yiniz', NULL, NULL),\n(47336, 'az', 'db', 'Add Review', 'R\u0259y \u0259lav\u0259 edin', NULL, NULL),\n(47337, 'az', 'db', 'Rating', 'Reytinq', NULL, NULL),\n(47338, 'az', 'db', 'Review', 'Bax\u0131\u015f', NULL, NULL),\n(47339, 'az', 'db', 'No reviews yet', 'H\u0259l\u0259 r\u0259y yoxdur', NULL, NULL),\n(47340, 'az', 'db', 'You already reviewed this product', 'Siz art\u0131q bu m\u0259hsulu n\u0259z\u0259rd\u0259n ke\u00e7irmisiniz', NULL, NULL),\n(47341, 'az', 'db', 'You must buy it to leave a review', 'R\u0259y yazmaq \u00fc\u00e7\u00fcn onu sat\u0131n almal\u0131s\u0131n\u0131z', NULL, NULL),\n(47342, 'az', 'db', 'Edit Recipe', 'Resepti redakt\u0259 edin', NULL, NULL),\n(47343, 'az', 'db', 'add_production', '\u0130stehsal \u0259lav\u0259 edin', NULL, NULL),\n(47344, 'az', 'db', 'Adjustment Quantity', 'T\u0259nziml\u0259m\u0259 Miqdar\u0131', NULL, NULL),\n(47345, 'az', 'db', 'Adjust Quantity', 'K\u0259miyy\u0259ti t\u0259nziml\u0259yin', NULL, NULL),\n(47346, 'az', 'db', 'You must close your cash register before logout', '\u00c7\u0131xmazdan \u0259vv\u0259l kassa aparat\u0131n\u0131z\u0131 ba\u011flamal\u0131s\u0131n\u0131z', NULL, NULL),\n(47347, 'az', 'db', 'Amount exceeds available balance', 'M\u0259bl\u0259\u011f m\u00f6vcud balans\u0131 ke\u00e7ir', NULL, NULL),\n(47348, 'az', 'db', 'View Points', 'Bax\u0131\u015f N\u00f6qt\u0259l\u0259ri', NULL, NULL),\n(47349, 'az', 'db', 'Cash Register', 'Kassa aparat\u0131', NULL, NULL),\n(47350, 'az', 'db', 'Closing Balance', 'Balans\u0131n ba\u011flanmas\u0131', NULL, NULL),\n(47351, 'az', 'db', 'Actual Cash', 'Faktiki Na\u011fd pul', NULL, NULL),\n(47352, 'az', 'db', 'Add Invoice Setting', 'Faktura Parametrini \u0259lav\u0259 edin', NULL, NULL),\n(47353, 'az', 'db', 'Receipt Printers', 'Q\u0259bz printerl\u0259ri', NULL, NULL),\n(47354, 'az', 'db', 'Receipt Printer Type', 'Q\u0259bz printerinin n\u00f6v\u00fc', NULL, NULL),\n(47355, 'az', 'db', 'Simple', 'Sad\u0259', NULL, NULL),\n(47356, 'az', 'db', 'Star SP2000 Series', 'Star SP2000 seriyas\u0131', NULL, NULL),\n(47357, 'az', 'db', 'EPOS TEP200M Series', 'EPOS TEP200M seriyas\u0131', NULL, NULL),\n(47358, 'az', 'db', 'Epson TM-U220', 'Epson TM-U220', NULL, NULL),\n(47359, 'az', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(47360, 'az', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(47361, 'az', 'db', 'Add Printer', 'Printer \u0259lav\u0259 edin', NULL, NULL),\n(47362, 'az', 'db', 'Printer Name', 'Printer Ad\u0131', NULL, NULL),\n(47363, 'az', 'db', 'Connection Type', 'Ba\u011flant\u0131 n\u00f6v\u00fc', NULL, NULL),\n(47364, 'az', 'db', 'Capability Profile', 'Qabiliyy\u0259t Profili', NULL, NULL),\n(47365, 'az', 'db', 'Characters per line', 'H\u0259r s\u0259tir \u00fc\u00e7\u00fcn simvol', NULL, NULL),\n(47366, 'az', 'db', 'IP Address', 'IP \u00fcnvan\u0131', NULL, NULL),\n(47367, 'az', 'db', 'Port', 'Liman', NULL, NULL),\n(47368, 'az', 'db', 'Path', 'Yol', NULL, NULL),\n(47369, 'az', 'db', 'Maximum characters printable per line', 'H\u0259r s\u0259tird\u0259 \u00e7ap edil\u0259 bil\u0259n maksimum simvol', NULL, NULL),\n(47370, 'az', 'db', 'Printer IP address', 'Printerin IP \u00fcnvan\u0131', NULL, NULL),\n(47371, 'az', 'db', 'Most printers use port 9100', '\u018fks\u0259r printerl\u0259r 9100 portundan istifad\u0259 edir', NULL, NULL),\n(47372, 'az', 'db', 'Device files are typically', 'Cihaz fayllar\u0131 ad\u0259t\u0259n', NULL, NULL),\n(47373, 'az', 'db', 'Windows connection type', 'Windows \u0259laq\u0259 n\u00f6v\u00fc', NULL, NULL),\n(47374, 'az', 'db', 'Linux connection type', 'Linux \u0259laq\u0259 n\u00f6v\u00fc', NULL, NULL),\n(47375, 'az', 'db', 'Receipt Printers', 'Q\u0259bz printerl\u0259ri', NULL, NULL),\n(47376, 'az', 'db', 'Will Expire', 'M\u00fcdd\u0259ti Bit\u0259c\u0259k', NULL, NULL),\n(47377, 'az', 'db', 'This warehouse already has a printer assigned', 'Bu anbarda art\u0131q t\u0259yin olunmu\u015f printer var', NULL, NULL),\n(47378, 'az', 'db', 'The receipt has been successfully printed', 'Q\u0259bz u\u011furla \u00e7ap olundu', NULL, NULL),\n(47379, 'az', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', 'F\u0259rqli printerl\u0259r m\u00fcxt\u0259lif \u0259mrl\u0259ri v\u0259 kod s\u0259hif\u0259l\u0259rini d\u0259st\u0259kl\u0259yir. ', NULL, NULL),\n(47380, 'az', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', 'Bu anbara q\u0259bz printeri t\u0259yin etdiyiniz zaman brauzerin \u00e7ap\u0131 s\u00f6nd\u00fcr\u00fcl\u0259c\u0259k. ', NULL, NULL),\n(47381, 'az', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', 'Z\u0259hm\u0259t olmasa, Faktura Parametrl\u0259rind\u0259 defolt olaraq 58 mm v\u0259 ya 80 mm \u015fablonu se\u00e7in', NULL, NULL),\n(47382, 'az', 'db', 'Customer Display Screen', 'M\u00fc\u015ft\u0259ri Ekran\u0131', NULL, NULL),\n(47383, 'az', 'db', 'Change Return', 'Qay\u0131d\u0131\u015f\u0131 d\u0259yi\u015fdirin', NULL, NULL),\n(47384, 'az', 'db', 'This is a test mail to confirm your SMTP settings are working.', 'Bu, SMTP parametrl\u0259rinizin i\u015fl\u0259diyini t\u0259sdiql\u0259m\u0259k \u00fc\u00e7\u00fcn test m\u0259ktubudur.', NULL, NULL),\n(47385, 'az', 'db', 'Test Mail', 'Test po\u00e7tu', NULL, NULL),\n(47386, 'az', 'db', 'data_updated_mail_sent', 'Data u\u011furla yenil\u0259ndi. ', NULL, NULL),\n(47387, 'az', 'db', 'data_updated_mail_fail', 'Data u\u011furla yenil\u0259ndi, lakin s\u0131naq m\u0259ktubu u\u011fursuz oldu:', NULL, NULL),\n(47388, 'az', 'db', 'Credit Limit', 'Kredit Limiti', NULL, NULL),\n(47389, 'az', 'db', 'Credit limit exceeded! Customer credit limit:', 'Kredit limiti ke\u00e7di! ', NULL, NULL),\n(47390, 'az', 'db', 'Credit Sale', 'Kreditl\u0259 Sat\u0131\u015f', NULL, NULL),\n(47391, 'az', 'db', 'Initial Deposit', '\u0130lkin depozit', NULL, NULL),\n(47392, 'az', 'db', 'Opening balance', 'A\u00e7\u0131l\u0131\u015f balans\u0131', NULL, NULL),\n(47393, 'az', 'db', 'WhatsApp Number', 'WhatsApp N\u00f6mr\u0259si', NULL, NULL),\n(47394, 'az', 'db', 'create_ticket', 'Bilet yarad\u0131n', NULL, NULL),\n(47395, 'az', 'db', 'subject', 'M\u00f6vzu', NULL, NULL),\n(47396, 'az', 'db', 'tenant', 'Kiray\u0259\u00e7i', NULL, NULL),\n(47397, 'az', 'db', 'no_subject', 'M\u00f6vzu yoxdur', NULL, NULL),\n(47398, 'az', 'db', 'confirm_delete_ticket', 'Bu bileti silm\u0259k ist\u0259diyiniz\u0259 \u0259minsiniz?', NULL, NULL),\n(47399, 'az', 'db', 'add_ticket', 'Bilet \u0259lav\u0259 edin', NULL, NULL),\n(47400, 'az', 'db', 'ticket_created', 'Bilet u\u011furla yarad\u0131ld\u0131', NULL, NULL),\n(47401, 'az', 'db', 'ticket_deleted', 'Bilet u\u011furla silindi', NULL, NULL),\n(47402, 'az', 'db', 'insert_upload_text', 'Z\u0259hm\u0259t olmasa \u015f\u0259kill\u0259rinizi\/video ba\u011flant\u0131lar\u0131n\u0131z\u0131 y\u00fckl\u0259y\u0259r\u0259k yuxar\u0131dak\u0131 m\u0259tn qutusuna daxil edin', NULL, NULL),\n(47403, 'az', 'db', 'reply_sent', 'Cavab u\u011furla g\u00f6nd\u0259rildi', NULL, NULL),\n(47404, 'az', 'db', 'disable_tenant_support_tickets', '\u0130car\u0259\u00e7iy\u0259 d\u0259st\u0259k biletl\u0259rini deaktiv edin', NULL, NULL),\n(47405, 'az', 'db', 'symbol', 'Simvol', NULL, NULL),\n(47406, 'az', 'db', 'print_invoice', 'Faktura \u00e7ap edin', NULL, NULL),\n(47407, 'az', 'db', 'create_ticket', 'Bilet yarad\u0131n', NULL, NULL),\n(47408, 'az', 'db', 'subject', 'M\u00f6vzu', NULL, NULL),\n(47409, 'az', 'db', 'tenant', 'Kiray\u0259\u00e7i', NULL, NULL),\n(47410, 'az', 'db', 'no_subject', 'M\u00f6vzu yoxdur', NULL, NULL),\n(47411, 'az', 'db', 'add_ticket', 'Bilet \u0259lav\u0259 edin', NULL, NULL),\n(47412, 'az', 'db', 'confirm_delete_ticket', 'Bu bileti silm\u0259k ist\u0259diyiniz\u0259 \u0259minsiniz?', NULL, NULL),\n(47413, 'az', 'db', 'ticket_created', 'Bilet u\u011furla yarad\u0131ld\u0131', NULL, NULL),\n(47414, 'az', 'db', 'ticket_deleted', 'Bilet u\u011furla silindi', NULL, NULL),\n(47415, 'az', 'db', 'insert_upload_text', 'Z\u0259hm\u0259t olmasa \u015f\u0259kill\u0259rinizi\/video ba\u011flant\u0131lar\u0131n\u0131z\u0131 y\u00fckl\u0259y\u0259r\u0259k yuxar\u0131dak\u0131 m\u0259tn qutusuna daxil edin', NULL, NULL),\n(47416, 'az', 'db', 'reply_sent', 'Cavab u\u011furla g\u00f6nd\u0259rildi', NULL, NULL),\n(47417, 'az', 'db', 'Return Discount', 'Geri Endirim', NULL, NULL),\n(47418, 'az', 'db', 'Activity Log', 'F\u0259aliyy\u0259t jurnal\u0131', NULL, NULL),\n(47419, 'az', 'db', 'Item Description', 'Madd\u0259 t\u0259sviri', NULL, NULL),\n(47420, 'az', 'db', 'Cart Product Update', 'S\u0259b\u0259t m\u0259hsulu yenil\u0259m\u0259si', NULL, NULL),\n(47421, 'az', 'db', 'Handle Discount', 'Endiriml\u0259 m\u0259\u015f\u011ful olun', NULL, NULL),\n(47422, 'az', 'db', 'Account Selection', 'Hesab se\u00e7imi', NULL, NULL),\n(47423, 'az', 'db', 'Installment Plan', 'Taksit Plan\u0131', NULL, NULL),\n(47424, 'az', 'db', 'Enable Installment Plan', 'Taksit Plan\u0131n\u0131 aktivl\u0259\u015fdirin', NULL, NULL),\n(47425, 'az', 'db', 'Installment', 'Taksit', NULL, NULL),\n(47426, 'az', 'db', 'Plan Name', 'Plan Ad\u0131', NULL, NULL),\n(47427, 'az', 'db', 'Total Amount', '\u00dcmumi m\u0259bl\u0259\u011f', NULL, NULL),\n(47428, 'az', 'db', 'Additional Amount', '\u018flav\u0259 M\u0259bl\u0259\u011f', NULL, NULL),\n(47429, 'az', 'db', 'Down Payment', '\u0130lkin \u00f6d\u0259ni\u015f', NULL, NULL),\n(47430, 'az', 'db', 'Disable registration', 'Qeydiyyat\u0131 deaktiv edin', NULL, NULL),\n(47431, 'az', 'db', 'Disable password reset', 'Parol s\u0131f\u0131rlamas\u0131n\u0131 deaktiv edin', NULL, NULL),\n(47432, 'az', 'db', 'Font CSS', '\u015erift CSS', NULL, NULL),\n(47433, 'az', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'Do\u011frulama s\u0259hif\u0259l\u0259ri \u00fc\u00e7\u00fcn CSS (giri\u015f\/qeydiyyat\/\u015fifr\u0259ni unutdum\/do\u011frulama)', NULL, NULL),\n(47434, 'az', 'db', 'POS page CSS', 'POS s\u0259hif\u0259si CSS', NULL, NULL),\n(47435, 'az', 'db', 'Custom CSS\/Styles', 'X\u00fcsusi CSS\/\u00dcslublar', NULL, NULL),\n(47436, 'az', 'db', 'Sidebar', 'Yan panel', NULL, NULL),\n(47437, 'az', 'db', 'Exports', '\u0130xrac', NULL, NULL),\n(47438, 'az', 'db', 'Cart Product Update', 'S\u0259b\u0259t m\u0259hsulu yenil\u0259m\u0259si', NULL, NULL),\n(47439, 'az', 'db', 'Handle Discount', 'Endiriml\u0259 m\u0259\u015f\u011ful olun', NULL, NULL),\n(47440, 'az', 'db', 'Product Export', 'M\u0259hsul \u0130xrac', NULL, NULL),\n(47441, 'az', 'db', 'Purchase Export', '\u0130xrac sat\u0131n al\u0131n', NULL, NULL),\n(47442, 'az', 'db', 'Sale Export', 'Sat\u0131\u015f \u0130xrac', NULL, NULL),\n(47443, 'az', 'db', 'Customer Export', 'M\u00fc\u015ft\u0259ri \u0130xrac', NULL, NULL),\n(47444, 'az', 'db', 'Account Selection', 'Hesab se\u00e7imi', NULL, NULL),\n(47445, 'az', 'db', 'Change Sale Date', 'Sat\u0131\u015f tarixini d\u0259yi\u015fdirin', NULL, NULL),\n(47446, 'az', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(47447, 'az', 'db', 'message_templates', 'Mesaj \u015eablonlar\u0131', NULL, NULL),\n(47448, 'az', 'db', 'send_message', 'Mesaj G\u00f6nd\u0259r', NULL, NULL),\n(47449, 'az', 'db', 'permanent_access_token', 'Daimi Giri\u015f Tokeni', NULL, NULL),\n(47450, 'az', 'db', 'whatsapp_settings', 'WhatsApp Parametrl\u0259ri', NULL, NULL),\n(47451, 'az', 'db', 'phone_number_id', 'Telefon n\u00f6mr\u0259si ID', NULL, NULL),\n(47452, 'az', 'db', 'business_account_id', 'Biznes Hesab\u0131 ID', NULL, NULL),\n(47453, 'az', 'db', 'api_token', 'API Token', NULL, NULL),\n(47454, 'az', 'db', 'receipt', 'Q\u0259bz', NULL, NULL),\n(47455, 'az', 'db', 'message_types', 'Mesaj n\u00f6vl\u0259ri', NULL, NULL),\n(47456, 'az', 'db', 'no_template_type_message', '\u015eablondan istifad\u0259 etmirsinizs\u0259, mesaj\u0131n\u0131z\u0131 a\u015fa\u011f\u0131ya yaz\u0131n', NULL, NULL),\n(47457, 'az', 'db', 'message_sent_successfully', 'Mesaj u\u011furla g\u00f6nd\u0259rildi', NULL, NULL),\n(47458, 'az', 'db', 'fail_sent_message', 'Mesaj g\u00f6nd\u0259rm\u0259k al\u0131nmad\u0131', NULL, NULL),\n(47459, 'az', 'db', 'whatsapp_credentials_missing', 'WhatsApp etimadnam\u0259si yoxdur', NULL, NULL),\n(47460, 'az', 'db', 'failed_upload_media_whatsApp', 'Median\u0131 WhatsApp-a y\u00fckl\u0259m\u0259k al\u0131nmad\u0131', NULL, NULL),\n(47461, 'az', 'db', 'media_id_not_returned_from_WhatsApp', 'Media ID WhatsApp y\u00fckl\u0259m\u0259sind\u0259n qaytar\u0131lmad\u0131', NULL, NULL),\n(47462, 'az', 'db', 'sending_not_enabled', 'g\u00f6nd\u0259rm\u0259 aktiv deyil', NULL, NULL),\n(47463, 'az', 'db', 'failed_to_fetch_templates', '\u015eablonlar\u0131 \u0259ld\u0259 etm\u0259k al\u0131nmad\u0131', NULL, NULL),\n(47464, 'az', 'db', 'manage_template', '\u015eablonu idar\u0259 et', NULL, NULL),\n(47465, 'az', 'db', 'send_whatsapp_message', 'Whatsapp Mesaj G\u00f6nd\u0259rin', NULL, NULL),\n(47466, 'az', 'db', 'type_your_message', 'Mesaj\u0131n\u0131z\u0131 yaz\u0131n', NULL, NULL),\n(47467, 'az', 'db', 'delete_confirmation', 'Silm\u0259k ist\u0259diyiniz\u0259 \u0259minsiniz?', NULL, NULL),\n(47468, 'az', 'db', 'template_deleted_successfully', '\u015eablon u\u011furla silindi', NULL, NULL),\n(47469, 'az', 'db', 'failed_delete_template', '\u015eablonu silm\u0259k al\u0131nmad\u0131', NULL, NULL),\n(47470, 'az', 'db', 'receiver', 'Q\u0259buledici', NULL, NULL),\n(47471, 'az', 'db', 'template', '\u015eablon', NULL, NULL),\n(47472, 'az', 'db', 'message', 'Mesaj', NULL, NULL),\n(47473, 'az', 'db', 'attachment', 'Qo\u015fma', NULL, NULL),\n(47474, 'az', 'db', 'image', '\u015e\u0259kil', NULL, NULL),\n(47475, 'az', 'db', 'document', 'S\u0259n\u0259d', NULL, NULL),\n(47476, 'az', 'db', 'Add Designation', 'T\u0259yinat \u0259lav\u0259 edin', NULL, NULL),\n(47477, 'az', 'db', 'Add Leave', 'T\u0259rkib \u0259lav\u0259 et', NULL, NULL),\n(47478, 'az', 'db', 'Add Overtime', '\u018flav\u0259 i\u015f \u0259lav\u0259 edin', NULL, NULL),\n(47479, 'az', 'db', 'Add Sale Agent', 'Sat\u0131\u015f agenti \u0259lav\u0259 edin', NULL, NULL),\n(47480, 'az', 'db', 'Add Shift', 'Shift \u0259lav\u0259 edin', NULL, NULL),\n(47481, 'az', 'db', 'Basic Salary', '\u018fsas \u018fm\u0259k haqq\u0131', NULL, NULL),\n(47482, 'az', 'db', 'Commission', 'komissiya', NULL, NULL),\n(47483, 'az', 'db', 'Commission Percent', 'Komissiya faizi', NULL, NULL),\n(47484, 'az', 'db', 'Deselect All', 'Ham\u0131s\u0131n\u0131n se\u00e7imini l\u0259\u011fv edin', NULL, NULL),\n(47485, 'az', 'db', 'End Date', 'Bitm\u0259 tarixi', NULL, NULL),\n(47486, 'az', 'db', 'End Time', 'Bitm\u0259 vaxt\u0131', NULL, NULL),\n(47487, 'az', 'db', 'Expenses', 'X\u0259rcl\u0259r', NULL, NULL),\n(47488, 'az', 'db', 'Filter', 'Filtr', NULL, NULL),\n(47489, 'az', 'db', 'Generate Payroll', '\u018fm\u0259k haqq\u0131n\u0131 yarad\u0131n', NULL, NULL),\n(47490, 'az', 'db', 'Grace In (min)', 'Grace In (d\u0259q)', NULL, NULL),\n(47491, 'az', 'db', 'Grace Out', 'Grace Out', NULL, NULL),\n(47492, 'az', 'db', 'HRM Panel', 'HRM Paneli', NULL, NULL),\n(47493, 'az', 'db', 'Import CSV', 'CSV idxal edin', NULL, NULL),\n(47494, 'az', 'db', 'Is Sale Agent?', 'Sat\u0131\u015f agentidir?', NULL, NULL),\n(47495, 'az', 'db', 'Leave Type', 'T\u0259rkib n\u00f6v\u00fc', NULL, NULL),\n(47496, 'az', 'db', 'Leaves', 'yarpaqlar', NULL, NULL),\n(47497, 'az', 'db', 'Month', 'ay', NULL, NULL),\n(47498, 'az', 'db', 'Overtime', '\u018flav\u0259 vaxt', NULL, NULL),\n(47499, 'az', 'db', 'Payroll cannot be deleted if status is final', 'Status yekundursa, \u0259m\u0259k haqq\u0131 silin\u0259 bilm\u0259z', NULL, NULL),\n(47500, 'az', 'db', 'Payroll for', '\u00fc\u00e7\u00fcn \u0259m\u0259k haqq\u0131', NULL, NULL),\n(47501, 'az', 'db', 'Payroll Group Name', '\u018fm\u0259k haqq\u0131 qrupunun ad\u0131', NULL, NULL),\n(47502, 'az', 'db', 'Recurring', 'T\u0259krarlanan', NULL, NULL),\n(47503, 'az', 'db', 'Region', 'Region', NULL, NULL),\n(47504, 'az', 'db', 'Salary', '\u018fm\u0259k haqq\u0131', NULL, NULL),\n(47505, 'az', 'db', 'Sale Agents', 'Sat\u0131\u015f agentl\u0259ri', NULL, NULL),\n(47506, 'az', 'db', 'Sales Target', 'Sat\u0131\u015f H\u0259d\u0259fi', NULL, NULL),\n(47507, 'az', 'db', 'Select Department', '\u015e\u00f6b\u0259 se\u00e7in', NULL, NULL),\n(47508, 'az', 'db', 'Select Designation', 'T\u0259yinat se\u00e7in', NULL, NULL),\n(47509, 'az', 'db', 'Select Shift', 'Shift se\u00e7in', NULL, NULL),\n(47510, 'az', 'db', 'Select Status', 'Status se\u00e7in', NULL, NULL),\n(47511, 'az', 'db', 'Shift', 'Shift', NULL, NULL),\n(47512, 'az', 'db', 'Start Date', 'Ba\u015flama tarixi', NULL, NULL),\n(47513, 'az', 'db', 'Start Time', 'Ba\u015flama vaxt\u0131', NULL, NULL),\n(47514, 'az', 'db', 'invoice_to_hatsapp', 'Whatsapp-a faktura', NULL, NULL),\n(47515, 'az', 'db', 'Submit All Payrolls', 'B\u00fct\u00fcn \u018fm\u0259k haqq\u0131 s\u0259n\u0259dl\u0259rini t\u0259qdim edin', NULL, NULL),\n(47516, 'az', 'db', 'Submit Payrolls', '\u018fm\u0259k haqq\u0131 hesabatlar\u0131n\u0131 t\u0259qdim edin', NULL, NULL),\n(47517, 'az', 'db', 'Total Sales Amount From', '\u00dcmumi Sat\u0131\u015f M\u0259bl\u0259\u011fi From', NULL, NULL),\n(47518, 'az', 'db', 'Total Sales Amount To', '\u00dcmumi Sat\u0131\u015f M\u0259bl\u0259\u011fi', NULL, NULL),\n(47519, 'az', 'db', 'Update Overtime', '\u018flav\u0259 vaxt\u0131 yenil\u0259yin', NULL, NULL),\n(47520, 'az', 'db', 'Work Duration', '\u0130\u015f m\u00fcdd\u0259ti', NULL, NULL),\n(47521, 'az', 'db', 'Grace Out (min)', 'Grace Out (d\u0259qiq\u0259)', NULL, NULL),\n(47522, 'az', 'db', 'Annual Quota', '\u0130llik Kvota', NULL, NULL),\n(47523, 'az', 'db', 'paid_or_unpaid', '\u00d6d\u0259ni\u015fli v\u0259 ya \u00d6d\u0259ni\u015fsiz', NULL, NULL),\n(47524, 'az', 'db', 'final', 'Final', NULL, NULL),\n(47525, 'az', 'db', 'HRM - Generate Payroll', 'HRM - \u018fm\u0259k haqq\u0131n\u0131 yarad\u0131n', NULL, NULL),\n(47526, 'az', 'db', 'employee_id', '\u0130\u015f\u00e7i ID', NULL, NULL),\n(47527, 'az', 'db', 'Please select', 'Z\u0259hm\u0259t olmasa se\u00e7in', NULL, NULL),\n(47528, 'az', 'db', 'Redeem Points Settings', 'Xal Parametrl\u0259rini geri al\u0131n', NULL, NULL),\n(47529, 'az', 'db', 'Redeem amount per unit point', 'Vahid n\u00f6qt\u0259 \u00fc\u00e7\u00fcn m\u0259bl\u0259\u011fi geri al\u0131n', NULL, NULL),\n(47530, 'az', 'db', 'Maximum redeem point per order', 'Sifari\u015f \u00fc\u00e7\u00fcn maksimum istifad\u0259 n\u00f6qt\u0259si', NULL, NULL),\n(47531, 'az', 'db', 'Minimum order total to redeem points', 'Xallar\u0131 geri qaytarmaq \u00fc\u00e7\u00fcn minimum sifari\u015f c\u0259mi', NULL, NULL),\n(47532, 'az', 'db', 'Minimum redeem point', 'Minimum geri alma n\u00f6qt\u0259si', NULL, NULL),\n(47533, 'az', 'db', 'Minimum sold amount to get point', 'Xal almaq \u00fc\u00e7\u00fcn minimum sat\u0131\u015f m\u0259bl\u0259\u011fi', NULL, NULL),\n(47534, 'az', 'db', 'View Document', 'S\u0259n\u0259d\u0259 Bax\u0131n', NULL, NULL),\n(47535, 'az', 'db', 'Show Vat Registration Number', '\u018fDV qeydiyyat n\u00f6mr\u0259sini g\u00f6st\u0259rin', NULL, NULL),\n(47536, 'az', 'db', 'Show Sale Note', 'Sat\u0131\u015f Qeydini g\u00f6st\u0259rin', NULL, NULL),\n(47537, 'az', 'db', 'App Setting', 'T\u0259tbiq Parametrl\u0259ri', NULL, NULL),\n(47538, 'az', 'db', 'Manual Process for connecting the Mobile App', 'Mobil T\u0259tbiqi birl\u0259\u015fdirm\u0259k \u00fc\u00e7\u00fcn Manual Proses', NULL, NULL),\n(47539, 'az', 'db', 'QR Code for Connecting the Mobile App', 'Mobil T\u0259tbiqi Qo\u015fmaq \u00fc\u00e7\u00fcn QR Kod', NULL, NULL),\n(47540, 'az', 'db', 'Active Devices', 'Aktiv Cihazlar', NULL, NULL),\n(47541, 'az', 'db', 'IP', 'IP', NULL, NULL),\n(47542, 'az', 'db', 'Last Active', 'Son Aktiv', NULL, NULL),\n(47543, 'az', 'db', 'We shall be back soon', 'Tezlikl\u0259 geri d\u00f6n\u0259c\u0259yik', NULL, NULL),\n(47544, 'az', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', 'Narahat\u00e7\u0131l\u0131\u011fa g\u00f6r\u0259 \u00fczr ist\u0259yirik. ', NULL, NULL),\n(47545, 'az', 'db', 'maintenance_mode', 'Bax\u0131m rejimi', NULL, NULL),\n(47546, 'az', 'db', 'maintenance_allowed_ips', 'Bax\u0131m rejimind\u0259 icaz\u0259 veril\u0259n IP-l\u0259r', NULL, NULL),\n(47547, 'az', 'db', 'Available Balance', 'M\u00f6vcud Balans', NULL, NULL),\n(47548, 'az', 'db', 'profit_margin_type', 'M\u0259nf\u0259\u0259t marjas\u0131 n\u00f6v\u00fc', NULL, NULL),\n(47549, 'az', 'db', 'show_expiry_alerts_before', '(g\u00fcnl\u0259r) \u0259vv\u0259l m\u0259hsullar \u00fc\u00e7\u00fcn son istifad\u0259 x\u0259b\u0259rdarl\u0131qlar\u0131n\u0131 g\u00f6st\u0259rin', NULL, NULL),\n(47550, 'az', 'db', 'Product Review', 'M\u0259hsula bax\u0131\u015f', NULL, NULL),\n(47551, 'az', 'db', 'newsletter', 'X\u0259b\u0259r b\u00fclleteni', NULL, NULL),\n(47552, 'az', 'db', 'Sale Exchange', 'Sat\u0131l\u0131r m\u00fcbadil\u0259', NULL, NULL),\n(47553, 'az', 'db', 'Sale Exchange List', 'Sat\u0131\u015f M\u00fcbadil\u0259 Siyah\u0131s\u0131', NULL, NULL),\n(47554, 'az', 'db', 'Add Exchange', 'M\u00fcbadil\u0259 \u0259lav\u0259 edin', NULL, NULL),\n(47555, 'az', 'db', 'search_by_reference_no_or_Product', '\u0130stinad n\u00f6mr\u0259si v\u0259 ya m\u0259hsulla axtar\u0131n', NULL, NULL),\n(47556, 'az', 'db', 'Order Product', 'M\u0259hsulu sifari\u015f edin', NULL, NULL),\n(47557, 'az', 'db', 'Payment Type', '\u00d6d\u0259ni\u015f n\u00f6v\u00fc', NULL, NULL),\n(47558, 'az', 'db', 'Payment Type', '\u00d6d\u0259ni\u015f n\u00f6v\u00fc', NULL, NULL),\n(47559, 'az', 'db', 'Edit Production', '\u0130stehsal\u0131 redakt\u0259 edin', NULL, NULL),\n(47560, 'az', 'db', 'Delete Production', '\u0130stehsal\u0131 silin', NULL, NULL),\n(47561, 'az', 'db', 'Recipe List', 'Resept siyah\u0131s\u0131', NULL, NULL),\n(47562, 'az', 'db', 'Add Recipe', 'Resept \u0259lav\u0259 edin', NULL, NULL),\n(47563, 'az', 'db', 'Delete Recipe', 'Resepti silin', NULL, NULL),\n(47564, 'az', 'db', 'Theme Settings', 'M\u00f6vzu Parametrl\u0259ri', NULL, NULL),\n(47565, 'az', 'db', 'show_customer_name', 'M\u00fc\u015ft\u0259rinin ad\u0131n\u0131 g\u00f6st\u0259rin', NULL, NULL),\n(47566, 'az', 'db', 'sale_due', 'Sat\u0131\u015f vaxt\u0131d\u0131r', NULL, NULL),\n(47567, 'az', 'db', 'purchase_due', 'Al\u0131\u015f vaxt\u0131', NULL, NULL),\n(47568, 'az', 'db', 'bulk_update', 'Toplu Yenil\u0259m\u0259', NULL, NULL),\n(47569, 'az', 'db', 'payment_at', '\u00d6d\u0259ni\u015f', NULL, NULL),\n(47570, 'az', 'db', 'paper_size', 'Ka\u011f\u0131z \u00d6l\u00e7\u00fcs\u00fc', NULL, NULL),\n(47571, 'az', 'db', 'Type designation name', 'Tip t\u0259yinat\u0131n\u0131n ad\u0131', NULL, NULL),\n(47572, 'az', 'db', 'Type shift name', 'N\u00f6vb\u0259 ad\u0131n\u0131 yaz\u0131n', NULL, NULL),\n(47573, 'az', 'db', 'Add Leave Type', 'T\u0259til n\u00f6v\u00fc \u0259lav\u0259 edin', NULL, NULL),\n(47574, 'az', 'db', 'Update Leave Type', 'M\u0259zuniyy\u0259t n\u00f6v\u00fcn\u00fc yenil\u0259yin', NULL, NULL),\n(47575, 'az', 'db', 'Carry Forward Limit', '\u0130r\u0259li Limit', NULL, NULL),\n(47576, 'az', 'db', 'stock', 'S\u0259hm', NULL, NULL),\n(47577, 'az', 'db', 'profit_loss_report', 'M\u0259nf\u0259\u0259t\/Z\u0259r\u0259r Hesabat\u0131', NULL, NULL),\n(47578, 'bg', 'db', 'support_ickets', '\u0411\u0438\u043b\u0435\u0442\u0438 \u0437\u0430 \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430', NULL, NULL),\n(47579, 'bg', 'db', 'Available Quantity', '\u041d\u0430\u043b\u0438\u0447\u043d\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(47580, 'bg', 'db', 'Hide Total Due', '\u0421\u043a\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043e\u0431\u0449\u043e\u0442\u043e \u0434\u044a\u043b\u0436\u0438\u043c\u043e', NULL, NULL),\n(47581, 'bg', 'db', 'Filter Purchases', '\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(47582, 'bg', 'db', 'Type purchase code', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043e\u0434 \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(47583, 'bg', 'db', 'Scan the QR code to pay', '\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u0439\u0442\u0435 QR \u043a\u043e\u0434\u0430, \u0437\u0430 \u0434\u0430 \u043f\u043b\u0430\u0442\u0438\u0442\u0435', NULL, NULL),\n(47584, 'bg', 'db', 'Upload payment proof', '\u041a\u0430\u0447\u0435\u0442\u0435 \u0434\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0441\u0442\u0432\u043e \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(47585, 'bg', 'db', 'Change Currency', '\u0421\u043c\u044f\u043d\u0430 \u043d\u0430 \u0432\u0430\u043b\u0443\u0442\u0430', NULL, NULL),\n(47586, 'bg', 'db', 'Your Rating', '\u0412\u0430\u0448\u0430\u0442\u0430 \u043e\u0446\u0435\u043d\u043a\u0430', NULL, NULL),\n(47587, 'bg', 'db', 'Your Review', '\u0412\u0430\u0448\u0438\u044f\u0442 \u043f\u0440\u0435\u0433\u043b\u0435\u0434', NULL, NULL),\n(47588, 'bg', 'db', 'Add Review', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0440\u0435\u0433\u043b\u0435\u0434', NULL, NULL),\n(47589, 'bg', 'db', 'Rating', '\u0420\u0435\u0439\u0442\u0438\u043d\u0433', NULL, NULL),\n(47590, 'bg', 'db', 'Review', '\u041f\u0440\u0435\u0433\u043b\u0435\u0434', NULL, NULL),\n(47591, 'bg', 'db', 'No reviews yet', '\u0412\u0441\u0435 \u043e\u0449\u0435 \u043d\u044f\u043c\u0430 \u043e\u0442\u0437\u0438\u0432\u0438', NULL, NULL),\n(47592, 'bg', 'db', 'You already review this product', '\u0412\u0435\u0447\u0435 \u0441\u0442\u0435 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043b\u0438 \u0442\u043e\u0437\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(47593, 'bg', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', '\u041d\u044f\u043c\u0430\u0442\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0434\u0430 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0442\u0435 \u0442\u043e\u0437\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442. ', NULL, NULL),\n(47594, 'bg', 'db', 'You must be logged in to write a review', '\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0442\u0435 \u0432\u043b\u0435\u0437\u043b\u0438, \u0437\u0430 \u0434\u0430 \u043d\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u043e\u0442\u0437\u0438\u0432', NULL, NULL),\n(47595, 'bg', 'db', 'Login', '\u0412\u0445\u043e\u0434', NULL, NULL),\n(47596, 'bg', 'db', 'Product', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(47597, 'bg', 'db', 'Select Recipe', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0420\u0435\u0446\u0435\u043f\u0442\u0430', NULL, NULL),\n(47598, 'bg', 'db', 'Total Qty', '\u041e\u0431\u0449\u043e \u043a\u043e\u043b', NULL, NULL),\n(47599, 'bg', 'db', 'Wastage Percent', '\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043d\u0430 \u0437\u0430\u0433\u0443\u0431\u0430', NULL, NULL),\n(47600, 'bg', 'db', 'Final Quantity', '\u041a\u0440\u0430\u0439\u043d\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(47601, 'bg', 'db', 'Sub total', '\u041c\u0435\u0436\u0434\u0438\u043d\u0435\u043d \u0441\u0431\u043e\u0440', NULL, NULL),\n(47602, 'bg', 'db', 'Production Cost', '\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u0438 \u0440\u0430\u0437\u0445\u043e\u0434\u0438', NULL, NULL),\n(47603, 'bg', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', '\u0410\u043a\u043e \u0438\u043c\u0430\u0442\u0435 \u043d\u044f\u043a\u0430\u043a\u0432\u0438 \u0432\u044a\u043f\u0440\u043e\u0441\u0438 \u0438\u043b\u0438 \u043f\u0440\u0438\u0442\u0435\u0441\u043d\u0435\u043d\u0438\u044f, \u043c\u043e\u043b\u044f, \u043d\u0435 \u0441\u0435 \u043a\u043e\u043b\u0435\u0431\u0430\u0439\u0442\u0435 \u0434\u0430 \u0441\u0435 \u0441\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441 \u043d\u0430\u0441 \u041d\u0438\u0435 \u0441\u043c\u0435 \u0442\u0443\u043a, \u0437\u0430 \u0434\u0430 \u0432\u0438 \u043f\u043e\u043c\u043e\u0433\u043d\u0435\u043c!', NULL, NULL),\n(47604, 'bg', 'db', 'Product with', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442 \u0441\u044a\u0441', NULL, NULL),\n(47605, 'bg', 'db', 'Loading products for selected warehouse', '\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 \u0437\u0430 \u0438\u0437\u0431\u0440\u0430\u043d \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(47606, 'bg', 'db', 'Show Paid Info', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(47607, 'bg', 'db', 'Show Amount In Words', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u0443\u043c\u0430\u0442\u0430 \u0441 \u0434\u0443\u043c\u0438', NULL, NULL),\n(47608, 'bg', 'db', 'Show Bill To Info', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u201e\u0424\u0430\u043a\u0442\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u0434\u043e\u201c.', NULL, NULL),\n(47609, 'bg', 'db', 'Auto Generate Numbering Type', '\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430', NULL, NULL),\n(47610, 'bg', 'db', 'Show Description', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435', NULL, NULL),\n(47611, 'bg', 'db', 'Profit Margin', '\u041c\u0430\u0440\u0436 \u043d\u0430 \u043f\u0435\u0447\u0430\u043b\u0431\u0430\u0442\u0430', NULL, NULL),\n(47612, 'bg', 'db', 'show Products Details in Purchase List', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0442\u0435 \u0432 \u0441\u043f\u0438\u0441\u044a\u043a\u0430 \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(47613, 'bg', 'db', 'show Products Details in Sales List', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0442\u0435 \u0432 \u0441\u043f\u0438\u0441\u044a\u043a\u0430 \u0441 \u0440\u0430\u0437\u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438', NULL, NULL),\n(47614, 'bg', 'db', 'Default Profit Margin Value', '\u041c\u0430\u0440\u0436 \u043d\u0430 \u043f\u0435\u0447\u0430\u043b\u0431\u0430\u0442\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 (%)', NULL, NULL),\n(47615, 'bg', 'db', 'show', '\u041f\u043e\u043a\u0430\u0436\u0438', NULL, NULL),\n(47616, 'bg', 'db', 'hide', '\u0421\u043a\u0440\u0438\u0439 \u0441\u0435', NULL, NULL),\n(47617, 'bg', 'db', 'expired', '\u0418\u0437\u0442\u0435\u043a\u044a\u043b', NULL, NULL),\n(47618, 'bg', 'db', 'add_recipes', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0440\u0435\u0446\u0435\u043f\u0442\u0438', NULL, NULL),\n(47619, 'bg', 'db', 'Recipe', '\u0420\u0435\u0446\u0435\u043f\u0442\u0430', NULL, NULL),\n(47620, 'bg', 'db', 'add_recipe', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0440\u0435\u0446\u0435\u043f\u0442\u0430', NULL, NULL),\n(47621, 'bg', 'db', 'Wastage percent', '\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043d\u0430 \u0437\u0430\u0433\u0443\u0431\u0430', NULL, NULL),\n(47622, 'bg', 'db', 'add_Ingredient', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0441\u044a\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(47623, 'bg', 'db', 'Ingredient List', '\u0421\u043f\u0438\u0441\u044a\u043a \u043d\u0430 \u0441\u044a\u0441\u0442\u0430\u0432\u043a\u0438\u0442\u0435', NULL, NULL),\n(47624, 'bg', 'db', 'Customer Name', '\u0418\u043c\u0435 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(47625, 'bg', 'db', 'Review', '\u041f\u0440\u0435\u0433\u043b\u0435\u0434', NULL, NULL),\n(47626, 'bg', 'db', 'Confirmation', '\u041f\u043e\u0442\u0432\u044a\u0440\u0436\u0434\u0435\u043d\u0438\u0435', NULL, NULL),\n(47627, 'bg', 'db', 'Your Rating', '\u0412\u0430\u0448\u0430\u0442\u0430 \u043e\u0446\u0435\u043d\u043a\u0430', NULL, NULL),\n(47628, 'bg', 'db', 'Your Review', '\u0412\u0430\u0448\u0438\u044f\u0442 \u043f\u0440\u0435\u0433\u043b\u0435\u0434', NULL, NULL),\n(47629, 'bg', 'db', 'Add Review', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0440\u0435\u0433\u043b\u0435\u0434', NULL, NULL),\n(47630, 'bg', 'db', 'Rating', '\u0420\u0435\u0439\u0442\u0438\u043d\u0433', NULL, NULL),\n(47631, 'bg', 'db', 'Review', '\u041f\u0440\u0435\u0433\u043b\u0435\u0434', NULL, NULL),\n(47632, 'bg', 'db', 'No reviews yet', '\u0412\u0441\u0435 \u043e\u0449\u0435 \u043d\u044f\u043c\u0430 \u043e\u0442\u0437\u0438\u0432\u0438', NULL, NULL),\n(47633, 'bg', 'db', 'You already reviewed this product', '\u0412\u0435\u0447\u0435 \u0441\u0442\u0435 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043b\u0438 \u0442\u043e\u0437\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(47634, 'bg', 'db', 'You must buy it to leave a review', '\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0433\u043e \u043a\u0443\u043f\u0438\u0442\u0435, \u0437\u0430 \u0434\u0430 \u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u043e\u0442\u0437\u0438\u0432', NULL, NULL),\n(47635, 'bg', 'db', 'Edit Recipe', '\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0440\u0435\u0446\u0435\u043f\u0442\u0430', NULL, NULL),\n(47636, 'bg', 'db', 'add_production', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e', NULL, NULL),\n(47637, 'bg', 'db', 'Adjustment Quantity', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0430 \u043a\u043e\u0440\u0435\u043a\u0446\u0438\u044f', NULL, NULL),\n(47638, 'bg', 'db', 'Adjust Quantity', '\u0420\u0435\u0433\u0443\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u0442\u043e', NULL, NULL),\n(47639, 'bg', 'db', 'You must close your cash register before logout', '\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u0442\u0432\u043e\u0440\u0438\u0442\u0435 \u0432\u0430\u0448\u0438\u044f \u043a\u0430\u0441\u043e\u0432 \u0430\u043f\u0430\u0440\u0430\u0442, \u043f\u0440\u0435\u0434\u0438 \u0434\u0430 \u0438\u0437\u043b\u0435\u0437\u0435\u0442\u0435', NULL, NULL),\n(47640, 'bg', 'db', 'Amount exceeds available balance', '\u0421\u0443\u043c\u0430\u0442\u0430 \u043d\u0430\u0434\u0432\u0438\u0448\u0430\u0432\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u0438\u044f \u0431\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(47641, 'bg', 'db', 'View Points', '\u0422\u043e\u0447\u043a\u0438 \u0437\u0430 \u0433\u043b\u0435\u0434\u0430\u043d\u0435', NULL, NULL),\n(47642, 'bg', 'db', 'Cash Register', '\u041a\u0430\u0441\u043e\u0432 \u0430\u043f\u0430\u0440\u0430\u0442', NULL, NULL),\n(47643, 'bg', 'db', 'Closing Balance', '\u041a\u0440\u0430\u0435\u043d \u0431\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(47644, 'bg', 'db', 'Actual Cash', '\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u043d\u0438 \u043f\u0430\u0440\u0438 \u0432 \u0431\u0440\u043e\u0439', NULL, NULL),\n(47645, 'bg', 'db', 'Add Invoice Setting', '\u0414\u043e\u0431\u0430\u0432\u0435\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0437\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430', NULL, NULL),\n(47646, 'bg', 'db', 'Receipt Printers', '\u041f\u0440\u0438\u043d\u0442\u0435\u0440\u0438 \u0437\u0430 \u0440\u0430\u0437\u043f\u0438\u0441\u043a\u0438', NULL, NULL),\n(47647, 'bg', 'db', 'Receipt Printer Type', '\u0422\u0438\u043f \u043f\u0440\u0438\u043d\u0442\u0435\u0440 \u0437\u0430 \u0440\u0430\u0437\u043f\u0438\u0441\u043a\u0438', NULL, NULL),\n(47648, 'bg', 'db', 'Simple', '\u043f\u0440\u043e\u0441\u0442\u043e', NULL, NULL),\n(47649, 'bg', 'db', 'Star SP2000 Series', '\u0421\u0435\u0440\u0438\u044f Star SP2000', NULL, NULL),\n(47650, 'bg', 'db', 'EPOS TEP200M Series', '\u0421\u0435\u0440\u0438\u044f EPOS TEP200M', NULL, NULL),\n(47651, 'bg', 'db', 'Epson TM-U220', 'Epson TM-U220', NULL, NULL),\n(47652, 'bg', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(47653, 'bg', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(47654, 'bg', 'db', 'Add Printer', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043f\u0440\u0438\u043d\u0442\u0435\u0440', NULL, NULL),\n(47655, 'bg', 'db', 'Printer Name', '\u0418\u043c\u0435 \u043d\u0430 \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u0430', NULL, NULL),\n(47656, 'bg', 'db', 'Connection Type', '\u0422\u0438\u043f \u0432\u0440\u044a\u0437\u043a\u0430', NULL, NULL),\n(47657, 'bg', 'db', 'Capability Profile', '\u041f\u0440\u043e\u0444\u0438\u043b \u043d\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438\u0442\u0435', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(47658, 'bg', 'db', 'Characters per line', '\u0417\u043d\u0430\u0446\u0438 \u043d\u0430 \u0440\u0435\u0434', NULL, NULL),\n(47659, 'bg', 'db', 'IP Address', 'IP \u0430\u0434\u0440\u0435\u0441', NULL, NULL),\n(47660, 'bg', 'db', 'Port', '\u041f\u043e\u0440\u0442', NULL, NULL),\n(47661, 'bg', 'db', 'Path', '\u041f\u044a\u0442\u0435\u043a\u0430', NULL, NULL),\n(47662, 'bg', 'db', 'Maximum characters printable per line', '\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u0435\u043d \u0431\u0440\u043e\u0439 \u0437\u043d\u0430\u0446\u0438 \u0437\u0430 \u043f\u0435\u0447\u0430\u0442 \u043d\u0430 \u0440\u0435\u0434', NULL, NULL),\n(47663, 'bg', 'db', 'Printer IP address', 'IP \u0430\u0434\u0440\u0435\u0441 \u043d\u0430 \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u0430', NULL, NULL),\n(47664, 'bg', 'db', 'Most printers use port 9100', '\u041f\u043e\u0432\u0435\u0447\u0435\u0442\u043e \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u0438 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0442 \u043f\u043e\u0440\u0442 9100', NULL, NULL),\n(47665, 'bg', 'db', 'Device files are typically', '\u0424\u0430\u0439\u043b\u043e\u0432\u0435\u0442\u0435 \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u043e\u0431\u0438\u043a\u043d\u043e\u0432\u0435\u043d\u043e \u0441\u0430', NULL, NULL),\n(47666, 'bg', 'db', 'Windows connection type', '\u0422\u0438\u043f \u0432\u0440\u044a\u0437\u043a\u0430 \u0441 Windows', NULL, NULL),\n(47667, 'bg', 'db', 'Linux connection type', '\u0422\u0438\u043f \u0432\u0440\u044a\u0437\u043a\u0430 \u0441 Linux', NULL, NULL),\n(47668, 'bg', 'db', 'Receipt Printers', '\u041f\u0440\u0438\u043d\u0442\u0435\u0440\u0438 \u0437\u0430 \u0440\u0430\u0437\u043f\u0438\u0441\u043a\u0438', NULL, NULL),\n(47669, 'bg', 'db', 'Will Expire', '\u0429\u0435 \u0438\u0437\u0442\u0435\u0447\u0435', NULL, NULL),\n(47670, 'bg', 'db', 'This warehouse already has a printer assigned', '\u0422\u043e\u0437\u0438 \u0441\u043a\u043b\u0430\u0434 \u0432\u0435\u0447\u0435 \u0438\u043c\u0430 \u0437\u0430\u0434\u0430\u0434\u0435\u043d \u043f\u0440\u0438\u043d\u0442\u0435\u0440', NULL, NULL),\n(47671, 'bg', 'db', 'The receipt has been successfully printed', '\u041a\u0432\u0438\u0442\u0430\u043d\u0446\u0438\u044f\u0442\u0430 \u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0435\u0447\u0430\u0442\u0430\u043d\u0430', NULL, NULL),\n(47672, 'bg', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', '\u0420\u0430\u0437\u043b\u0438\u0447\u043d\u0438\u0442\u0435 \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u0438 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u0442 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u0438 \u0438 \u043a\u043e\u0434\u043e\u0432\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0438. ', NULL, NULL),\n(47673, 'bg', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', '\u041a\u043e\u0433\u0430\u0442\u043e \u043f\u0440\u0438\u0441\u0432\u043e\u0438\u0442\u0435 \u043f\u0440\u0438\u043d\u0442\u0435\u0440 \u0437\u0430 \u0440\u0430\u0437\u043f\u0438\u0441\u043a\u0438 \u043a\u044a\u043c \u0442\u043e\u0437\u0438 \u0441\u043a\u043b\u0430\u0434, \u043f\u0435\u0447\u0430\u0442\u0430\u043d\u0435\u0442\u043e \u043e\u0442 \u0431\u0440\u0430\u0443\u0437\u044a\u0440\u0430 \u0449\u0435 \u0431\u044a\u0434\u0435 \u0438\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e. ', NULL, NULL),\n(47674, 'bg', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', '\u041c\u043e\u043b\u044f, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 58 \u043c\u043c \u0438\u043b\u0438 80 \u043c\u043c \u0448\u0430\u0431\u043b\u043e\u043d \u043a\u0430\u0442\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0435\u043d \u0432 \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430\u0442\u0430', NULL, NULL),\n(47675, 'bg', 'db', 'Customer Display Screen', '\u0415\u043a\u0440\u0430\u043d \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(47676, 'bg', 'db', 'Change Return', '\u041f\u0440\u043e\u043c\u044f\u043d\u0430 \u0412\u0440\u044a\u0449\u0430\u043d\u0435', NULL, NULL),\n(47677, 'bg', 'db', 'This is a test mail to confirm your SMTP settings are working.', '\u0422\u043e\u0432\u0430 \u0435 \u0442\u0435\u0441\u0442\u043e\u0432 \u0438\u043c\u0435\u0439\u043b, \u0437\u0430 \u0434\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438\u0442\u0435, \u0447\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 SMTP \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0440\u0430\u0431\u043e\u0442\u044f\u0442.', NULL, NULL),\n(47678, 'bg', 'db', 'Test Mail', '\u0422\u0435\u0441\u0442\u043e\u0432\u0430 \u043f\u043e\u0449\u0430', NULL, NULL),\n(47679, 'bg', 'db', 'data_updated_mail_sent', '\u0414\u0430\u043d\u043d\u0438\u0442\u0435 \u0441\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e. ', NULL, NULL),\n(47680, 'bg', 'db', 'data_updated_mail_fail', '\u0414\u0430\u043d\u043d\u0438\u0442\u0435 \u0441\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e, \u043d\u043e \u0442\u0435\u0441\u0442\u043e\u0432\u0430\u0442\u0430 \u043f\u043e\u0449\u0430 \u0435 \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u0430:', NULL, NULL),\n(47681, 'bg', 'db', 'Credit Limit', '\u041a\u0440\u0435\u0434\u0438\u0442\u0435\u043d \u043b\u0438\u043c\u0438\u0442', NULL, NULL),\n(47682, 'bg', 'db', 'Credit limit exceeded! Customer credit limit:', '\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438\u044f\u0442 \u043b\u0438\u043c\u0438\u0442 \u0435 \u043d\u0430\u0434\u0432\u0438\u0448\u0435\u043d! ', NULL, NULL),\n(47683, 'bg', 'db', 'Credit Sale', '\u041f\u0440\u043e\u0434\u0430\u0436\u0431\u0430 \u043d\u0430 \u043a\u0440\u0435\u0434\u0438\u0442', NULL, NULL),\n(47684, 'bg', 'db', 'Initial Deposit', '\u041f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u0435\u043d \u0434\u0435\u043f\u043e\u0437\u0438\u0442', NULL, NULL),\n(47685, 'bg', 'db', 'Opening balance', '\u041d\u0430\u0447\u0430\u043b\u0435\u043d \u0431\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(47686, 'bg', 'db', 'WhatsApp Number', '\u041d\u043e\u043c\u0435\u0440 \u043d\u0430 WhatsApp', NULL, NULL),\n(47687, 'bg', 'db', 'create_ticket', '\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0431\u0438\u043b\u0435\u0442', NULL, NULL),\n(47688, 'bg', 'db', 'subject', '\u041f\u0440\u0435\u0434\u043c\u0435\u0442', NULL, NULL),\n(47689, 'bg', 'db', 'tenant', '\u041d\u0430\u0435\u043c\u0430\u0442\u0435\u043b', NULL, NULL),\n(47690, 'bg', 'db', 'no_subject', '\u0411\u0435\u0437 \u0442\u0435\u043c\u0430', NULL, NULL),\n(47691, 'bg', 'db', 'confirm_delete_ticket', '\u0421\u0438\u0433\u0443\u0440\u043d\u0438 \u043b\u0438 \u0441\u0442\u0435, \u0447\u0435 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0438\u0437\u0442\u0440\u0438\u0435\u0442\u0435 \u0442\u043e\u0437\u0438 \u0431\u0438\u043b\u0435\u0442?', NULL, NULL),\n(47692, 'bg', 'db', 'add_ticket', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0431\u0438\u043b\u0435\u0442', NULL, NULL),\n(47693, 'bg', 'db', 'ticket_created', '\u0411\u0438\u043b\u0435\u0442\u044a\u0442 \u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(47694, 'bg', 'db', 'ticket_deleted', '\u0411\u0438\u043b\u0435\u0442\u044a\u0442 \u0435 \u0438\u0437\u0442\u0440\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(47695, 'bg', 'db', 'insert_upload_text', '\u041c\u043e\u043b\u044f, \u0432\u043c\u044a\u043a\u043d\u0435\u0442\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\/\u0432\u0438\u0434\u0435\u043e \u0432\u0440\u044a\u0437\u043a\u0438 \u0432 \u0433\u043e\u0440\u043d\u043e\u0442\u043e \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e \u043f\u043e\u043b\u0435, \u043a\u0430\u0442\u043e \u043a\u0430\u0447\u0438\u0442\u0435 \u043d\u0430', NULL, NULL),\n(47696, 'bg', 'db', 'reply_sent', '\u041e\u0442\u0433\u043e\u0432\u043e\u0440\u044a\u0442 \u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(47697, 'bg', 'db', 'disable_tenant_support_tickets', '\u0414\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0439\u0442\u0435 \u0431\u0438\u043b\u0435\u0442\u0438\u0442\u0435 \u0437\u0430 \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430 \u043d\u0430 \u043d\u0430\u0435\u043c\u0430\u0442\u0435\u043b\u0438', NULL, NULL),\n(47698, 'bg', 'db', 'symbol', '\u0421\u0438\u043c\u0432\u043e\u043b', NULL, NULL),\n(47699, 'bg', 'db', 'print_invoice', '\u041f\u0435\u0447\u0430\u0442 \u043d\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0430', NULL, NULL),\n(47700, 'bg', 'db', 'create_ticket', '\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0431\u0438\u043b\u0435\u0442', NULL, NULL),\n(47701, 'bg', 'db', 'subject', '\u041f\u0440\u0435\u0434\u043c\u0435\u0442', NULL, NULL),\n(47702, 'bg', 'db', 'tenant', '\u041d\u0430\u0435\u043c\u0430\u0442\u0435\u043b', NULL, NULL),\n(47703, 'bg', 'db', 'no_subject', '\u0411\u0435\u0437 \u0442\u0435\u043c\u0430', NULL, NULL),\n(47704, 'bg', 'db', 'add_ticket', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0431\u0438\u043b\u0435\u0442', NULL, NULL),\n(47705, 'bg', 'db', 'confirm_delete_ticket', '\u0421\u0438\u0433\u0443\u0440\u043d\u0438 \u043b\u0438 \u0441\u0442\u0435, \u0447\u0435 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0438\u0437\u0442\u0440\u0438\u0435\u0442\u0435 \u0442\u043e\u0437\u0438 \u0431\u0438\u043b\u0435\u0442?', NULL, NULL),\n(47706, 'bg', 'db', 'ticket_created', '\u0411\u0438\u043b\u0435\u0442\u044a\u0442 \u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(47707, 'bg', 'db', 'ticket_deleted', '\u0411\u0438\u043b\u0435\u0442\u044a\u0442 \u0435 \u0438\u0437\u0442\u0440\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(47708, 'bg', 'db', 'insert_upload_text', '\u041c\u043e\u043b\u044f, \u0432\u043c\u044a\u043a\u043d\u0435\u0442\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\/\u0432\u0438\u0434\u0435\u043e \u0432\u0440\u044a\u0437\u043a\u0438 \u0432 \u0433\u043e\u0440\u043d\u043e\u0442\u043e \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e \u043f\u043e\u043b\u0435, \u043a\u0430\u0442\u043e \u043a\u0430\u0447\u0438\u0442\u0435 \u043d\u0430', NULL, NULL),\n(47709, 'bg', 'db', 'reply_sent', '\u041e\u0442\u0433\u043e\u0432\u043e\u0440\u044a\u0442 \u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(47710, 'bg', 'db', 'Return Discount', '\u041e\u0442\u0441\u0442\u044a\u043f\u043a\u0430 \u043f\u0440\u0438 \u0432\u0440\u044a\u0449\u0430\u043d\u0435', NULL, NULL),\n(47711, 'bg', 'db', 'Activity Log', '\u0414\u043d\u0435\u0432\u043d\u0438\u043a \u043d\u0430 \u0434\u0435\u0439\u043d\u043e\u0441\u0442\u0442\u0430', NULL, NULL),\n(47712, 'bg', 'db', 'Item Description', '\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043d\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430', NULL, NULL),\n(47713, 'bg', 'db', 'Cart Product Update', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0432 \u043a\u043e\u043b\u0438\u0447\u043a\u0430\u0442\u0430', NULL, NULL),\n(47714, 'bg', 'db', 'Handle Discount', '\u0414\u0440\u044a\u0436\u0442\u0435 \u043e\u0442\u0441\u0442\u044a\u043f\u043a\u0430', NULL, NULL),\n(47715, 'bg', 'db', 'Account Selection', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u0430\u043a\u0430\u0443\u043d\u0442', NULL, NULL),\n(47716, 'bg', 'db', 'Installment Plan', '\u0420\u0430\u0437\u0441\u0440\u043e\u0447\u0435\u043d \u043f\u043b\u0430\u043d', NULL, NULL),\n(47717, 'bg', 'db', 'Enable Installment Plan', '\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0441\u0440\u043e\u0447\u0435\u043d \u043f\u043b\u0430\u043d', NULL, NULL),\n(47718, 'bg', 'db', 'Installment', '\u0412\u043d\u043e\u0441\u043a\u0430', NULL, NULL),\n(47719, 'bg', 'db', 'Plan Name', '\u0418\u043c\u0435 \u043d\u0430 \u043f\u043b\u0430\u043d\u0430', NULL, NULL),\n(47720, 'bg', 'db', 'Total Amount', '\u041e\u0431\u0449\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(47721, 'bg', 'db', 'Additional Amount', '\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u0430 \u0441\u0443\u043c\u0430', NULL, NULL),\n(47722, 'bg', 'db', 'Down Payment', '\u041f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u043d\u043e \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(47723, 'bg', 'db', 'Disable registration', '\u0414\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f\u0442\u0430', NULL, NULL),\n(47724, 'bg', 'db', 'Disable password reset', '\u0414\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0439\u0442\u0435 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430', NULL, NULL),\n(47725, 'bg', 'db', 'Font CSS', '\u0428\u0440\u0438\u0444\u0442 CSS', NULL, NULL),\n(47726, 'bg', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS \u0437\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0438 \u0437\u0430 \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u0432\u0430\u043d\u0435 (\u0432\u0445\u043e\u0434\/\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f\/\u0437\u0430\u0431\u0440\u0430\u0432\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430\/\u043f\u043e\u0442\u0432\u044a\u0440\u0436\u0434\u0435\u043d\u0438\u0435)', NULL, NULL),\n(47727, 'bg', 'db', 'POS page CSS', 'CSS \u043d\u0430 POS \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(47728, 'bg', 'db', 'Custom CSS\/Styles', '\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0438 CSS\/\u0441\u0442\u0438\u043b\u043e\u0432\u0435', NULL, NULL),\n(47729, 'bg', 'db', 'Sidebar', '\u0421\u0442\u0440\u0430\u043d\u0438\u0447\u043d\u0430 \u043b\u0435\u043d\u0442\u0430', NULL, NULL),\n(47730, 'bg', 'db', 'Exports', '\u0418\u0437\u043d\u043e\u0441', NULL, NULL),\n(47731, 'bg', 'db', 'Cart Product Update', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0432 \u043a\u043e\u043b\u0438\u0447\u043a\u0430\u0442\u0430', NULL, NULL),\n(47732, 'bg', 'db', 'Handle Discount', '\u0414\u0440\u044a\u0436\u0442\u0435 \u043e\u0442\u0441\u0442\u044a\u043f\u043a\u0430', NULL, NULL),\n(47733, 'bg', 'db', 'Product Export', '\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438', NULL, NULL),\n(47734, 'bg', 'db', 'Purchase Export', '\u041f\u043e\u043a\u0443\u043f\u043a\u0430 \u0415\u043a\u0441\u043f\u043e\u0440\u0442', NULL, NULL),\n(47735, 'bg', 'db', 'Sale Export', '\u041f\u0440\u043e\u0434\u0430\u0436\u0431\u0430 \u0418\u0437\u043d\u043e\u0441', NULL, NULL),\n(47736, 'bg', 'db', 'Customer Export', '\u0418\u0437\u043d\u043e\u0441 \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0438', NULL, NULL),\n(47737, 'bg', 'db', 'Account Selection', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u0430\u043a\u0430\u0443\u043d\u0442', NULL, NULL),\n(47738, 'bg', 'db', 'Change Sale Date', '\u041f\u0440\u043e\u043c\u044f\u043d\u0430 \u043d\u0430 \u0434\u0430\u0442\u0430\u0442\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(47739, 'bg', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(47740, 'bg', 'db', 'message_templates', '\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0437\u0430 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f', NULL, NULL),\n(47741, 'bg', 'db', 'send_message', '\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u0442\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435', NULL, NULL),\n(47742, 'bg', 'db', 'permanent_access_token', '\u0422\u043e\u043a\u0435\u043d \u0437\u0430 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u0435\u043d \u0434\u043e\u0441\u0442\u044a\u043f', NULL, NULL),\n(47743, 'bg', 'db', 'whatsapp_settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 WhatsApp', NULL, NULL),\n(47744, 'bg', 'db', 'phone_number_id', 'ID \u043d\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0435\u043d \u043d\u043e\u043c\u0435\u0440', NULL, NULL),\n(47745, 'bg', 'db', 'business_account_id', 'ID \u043d\u0430 \u0431\u0438\u0437\u043d\u0435\u0441 \u0430\u043a\u0430\u0443\u043d\u0442', NULL, NULL),\n(47746, 'bg', 'db', 'api_token', 'API \u0442\u043e\u043a\u0435\u043d', NULL, NULL),\n(47747, 'bg', 'db', 'receipt', '\u0440\u0430\u0437\u043f\u0438\u0441\u043a\u0430', NULL, NULL),\n(47748, 'bg', 'db', 'message_types', '\u0422\u0438\u043f\u043e\u0432\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f', NULL, NULL),\n(47749, 'bg', 'db', 'no_template_type_message', '\u0410\u043a\u043e \u043d\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0442\u0435 \u0448\u0430\u0431\u043b\u043e\u043d, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u0448\u0435\u0442\u043e \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043f\u043e-\u0434\u043e\u043b\u0443', NULL, NULL),\n(47750, 'bg', 'db', 'message_sent_successfully', '\u0421\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u0442\u043e \u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(47751, 'bg', 'db', 'fail_sent_message', '\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435', NULL, NULL),\n(47752, 'bg', 'db', 'whatsapp_credentials_missing', '\u041b\u0438\u043f\u0441\u0432\u0430\u0442 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u043e\u043d\u043d\u0438 \u0434\u0430\u043d\u043d\u0438 \u0437\u0430 WhatsApp', NULL, NULL),\n(47753, 'bg', 'db', 'failed_upload_media_whatsApp', '\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u043c\u0443\u043b\u0442\u0438\u043c\u0435\u0434\u0438\u044f \u0432 WhatsApp', NULL, NULL),\n(47754, 'bg', 'db', 'media_id_not_returned_from_WhatsApp', '\u041c\u0435\u0434\u0438\u0439\u043d\u0438\u044f\u0442 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043d\u0435 \u0435 \u0432\u044a\u0440\u043d\u0430\u0442 \u043e\u0442 \u043a\u0430\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u0432 WhatsApp', NULL, NULL),\n(47755, 'bg', 'db', 'sending_not_enabled', '\u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435\u0442\u043e \u043d\u0435 \u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e', NULL, NULL),\n(47756, 'bg', 'db', 'failed_to_fetch_templates', '\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0432\u043b\u0438\u0447\u0430\u043d\u0435 \u043d\u0430 \u0448\u0430\u0431\u043b\u043e\u043d\u0438', NULL, NULL),\n(47757, 'bg', 'db', 'manage_template', '\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0448\u0430\u0431\u043b\u043e\u043d', NULL, NULL),\n(47758, 'bg', 'db', 'send_whatsapp_message', '\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u0442\u0435 Whatsapp \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435', NULL, NULL),\n(47759, 'bg', 'db', 'type_your_message', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u0448\u0435\u0442\u043e \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435', NULL, NULL),\n(47760, 'bg', 'db', 'delete_confirmation', '\u0421\u0438\u0433\u0443\u0440\u043d\u0438 \u043b\u0438 \u0441\u0442\u0435, \u0447\u0435 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0438\u0437\u0442\u0440\u0438\u0435\u0442\u0435?', NULL, NULL),\n(47761, 'bg', 'db', 'template_deleted_successfully', '\u0428\u0430\u0431\u043b\u043e\u043d\u044a\u0442 \u0435 \u0438\u0437\u0442\u0440\u0438\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(47762, 'bg', 'db', 'failed_delete_template', '\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0448\u0430\u0431\u043b\u043e\u043d', NULL, NULL),\n(47763, 'bg', 'db', 'receiver', '\u041f\u0440\u0438\u0435\u043c\u043d\u0438\u043a', NULL, NULL),\n(47764, 'bg', 'db', 'template', '\u0428\u0430\u0431\u043b\u043e\u043d', NULL, NULL),\n(47765, 'bg', 'db', 'message', '\u0421\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435', NULL, NULL),\n(47766, 'bg', 'db', 'attachment', '\u041f\u0440\u0438\u043a\u0430\u0447\u0435\u043d \u0444\u0430\u0439\u043b', NULL, NULL),\n(47767, 'bg', 'db', 'image', '\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(47768, 'bg', 'db', 'document', '\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442', NULL, NULL),\n(47769, 'bg', 'db', 'Add Designation', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435', NULL, NULL),\n(47770, 'bg', 'db', 'Add Leave', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u043d\u0430\u043f\u0443\u0441\u043a\u0430\u043d\u0435', NULL, NULL),\n(47771, 'bg', 'db', 'Add Overtime', '\u0414\u043e\u0431\u0430\u0432\u0435\u0442\u0435 \u0438\u0437\u0432\u044a\u043d\u0440\u0435\u0434\u0435\u043d \u0442\u0440\u0443\u0434', NULL, NULL),\n(47772, 'bg', 'db', 'Add Sale Agent', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0430\u0433\u0435\u043d\u0442 \u043f\u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438\u0442\u0435', NULL, NULL),\n(47773, 'bg', 'db', 'Add Shift', '\u0414\u043e\u0431\u0430\u0432\u0435\u0442\u0435 Shift', NULL, NULL),\n(47774, 'bg', 'db', 'Basic Salary', '\u041e\u0441\u043d\u043e\u0432\u043d\u0430 \u0437\u0430\u043f\u043b\u0430\u0442\u0430', NULL, NULL),\n(47775, 'bg', 'db', 'Commission', '\u043a\u043e\u043c\u0438\u0441\u0438\u044f', NULL, NULL),\n(47776, 'bg', 'db', 'Commission Percent', '\u041a\u043e\u043c\u0438\u0441\u0438\u043e\u043d\u0435\u043d \u043f\u0440\u043e\u0446\u0435\u043d\u0442', NULL, NULL),\n(47777, 'bg', 'db', 'Deselect All', '\u0414\u0435\u043c\u0430\u0440\u043a\u0438\u0440\u0430\u0439\u0442\u0435 \u0432\u0441\u0438\u0447\u043a\u0438', NULL, NULL),\n(47778, 'bg', 'db', 'End Date', '\u041a\u0440\u0430\u0439\u043d\u0430 \u0434\u0430\u0442\u0430', NULL, NULL),\n(47779, 'bg', 'db', 'End Time', '\u041a\u0440\u0430\u0435\u043d \u0447\u0430\u0441', NULL, NULL),\n(47780, 'bg', 'db', 'Expenses', '\u0420\u0430\u0437\u043d\u043e\u0441\u043a\u0438', NULL, NULL),\n(47781, 'bg', 'db', 'Filter', '\u0424\u0438\u043b\u0442\u044a\u0440', NULL, NULL),\n(47782, 'bg', 'db', 'Generate Payroll', '\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u043f\u043b\u0430\u0442\u0438', NULL, NULL),\n(47783, 'bg', 'db', 'Grace In (min)', 'Grace In (\u043c\u0438\u043d)', NULL, NULL),\n(47784, 'bg', 'db', 'Grace Out', 'Grace Out', NULL, NULL),\n(47785, 'bg', 'db', 'HRM Panel', 'HRM \u043f\u0430\u043d\u0435\u043b', NULL, NULL),\n(47786, 'bg', 'db', 'Import CSV', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 CSV', NULL, NULL),\n(47787, 'bg', 'db', 'Is Sale Agent?', '\u0410\u0433\u0435\u043d\u0442 \u043f\u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438\u0442\u0435 \u043b\u0438 \u0435?', NULL, NULL),\n(47788, 'bg', 'db', 'Leave Type', '\u041e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0422\u0438\u043f', NULL, NULL),\n(47789, 'bg', 'db', 'Leaves', '\u043b\u0438\u0441\u0442\u0430', NULL, NULL),\n(47790, 'bg', 'db', 'Month', '\u043c\u0435\u0441\u0435\u0446', NULL, NULL),\n(47791, 'bg', 'db', 'Overtime', '\u0418\u0437\u0432\u044a\u043d\u0440\u0435\u0434\u0435\u043d \u0442\u0440\u0443\u0434', NULL, NULL),\n(47792, 'bg', 'db', 'Payroll cannot be deleted if status is final', '\u041f\u043b\u0430\u0442\u0435\u0436\u043d\u0430\u0442\u0430 \u0432\u0435\u0434\u043e\u043c\u043e\u0441\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u0438\u0437\u0442\u0440\u0438\u0442\u0430, \u0430\u043a\u043e \u0441\u044a\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u0442\u043e \u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u043d\u043e', NULL, NULL),\n(47793, 'bg', 'db', 'Payroll for', '\u0420\u0430\u0437\u043f\u043b\u0430\u0449\u0430\u0442\u0435\u043b\u043d\u0430 \u0432\u0435\u0434\u043e\u043c\u043e\u0441\u0442 \u0437\u0430', NULL, NULL),\n(47794, 'bg', 'db', 'Payroll Group Name', '\u0418\u043c\u0435 \u043d\u0430 \u0433\u0440\u0443\u043f\u0430 \u0437\u0430 \u0437\u0430\u043f\u043b\u0430\u0442\u0438', NULL, NULL),\n(47795, 'bg', 'db', 'Recurring', '\u041f\u043e\u0432\u0442\u0430\u0440\u044f\u0449\u0438 \u0441\u0435', NULL, NULL),\n(47796, 'bg', 'db', 'Region', '\u0420\u0435\u0433\u0438\u043e\u043d', NULL, NULL),\n(47797, 'bg', 'db', 'Salary', '\u0417\u0430\u043f\u043b\u0430\u0442\u0430', NULL, NULL),\n(47798, 'bg', 'db', 'Sale Agents', '\u0410\u0433\u0435\u043d\u0442\u0438 \u043f\u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438\u0442\u0435', NULL, NULL),\n(47799, 'bg', 'db', 'Sales Target', '\u0426\u0435\u043b \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438', NULL, NULL),\n(47800, 'bg', 'db', 'Select Department', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u041e\u0442\u0434\u0435\u043b', NULL, NULL),\n(47801, 'bg', 'db', 'Select Designation', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u041e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435', NULL, NULL),\n(47802, 'bg', 'db', 'Select Shift', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 Shift', NULL, NULL),\n(47803, 'bg', 'db', 'Select Status', '\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0421\u0442\u0430\u0442\u0443\u0441', NULL, NULL),\n(47804, 'bg', 'db', 'Shift', 'Shift', NULL, NULL),\n(47805, 'bg', 'db', 'Start Date', '\u041d\u0430\u0447\u0430\u043b\u043d\u0430 \u0434\u0430\u0442\u0430', NULL, NULL),\n(47806, 'bg', 'db', 'Start Time', '\u041d\u0430\u0447\u0430\u043b\u0435\u043d \u0447\u0430\u0441', NULL, NULL),\n(47807, 'bg', 'db', 'invoice_to_hatsapp', '\u0424\u0430\u043a\u0442\u0443\u0440\u0430 \u043a\u044a\u043c Whatsapp', NULL, NULL),\n(47808, 'bg', 'db', 'Submit All Payrolls', '\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u0442\u0435 \u0432\u0441\u0438\u0447\u043a\u0438 \u0432\u0435\u0434\u043e\u043c\u043e\u0441\u0442\u0438 \u0437\u0430 \u0437\u0430\u043f\u043b\u0430\u0442\u0438', NULL, NULL),\n(47809, 'bg', 'db', 'Submit Payrolls', '\u041f\u043e\u0434\u0430\u0439\u0442\u0435 \u0432\u0435\u0434\u043e\u043c\u043e\u0441\u0442\u0438 \u0437\u0430 \u0437\u0430\u043f\u043b\u0430\u0442\u0438', NULL, NULL),\n(47810, 'bg', 'db', 'Total Sales Amount From', '\u041e\u0431\u0449\u0430 \u0441\u0443\u043c\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438\u0442\u0435 \u043e\u0442', NULL, NULL),\n(47811, 'bg', 'db', 'Total Sales Amount To', '\u041e\u0431\u0449\u0430 \u0441\u0443\u043c\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0438\u0442\u0435 \u0434\u043e', NULL, NULL),\n(47812, 'bg', 'db', 'Update Overtime', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0439\u0442\u0435 \u0438\u0437\u0432\u044a\u043d\u0440\u0435\u0434\u0435\u043d \u0442\u0440\u0443\u0434', NULL, NULL),\n(47813, 'bg', 'db', 'Work Duration', '\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430', NULL, NULL),\n(47814, 'bg', 'db', 'Grace Out (min)', 'Grace Out (\u043c\u0438\u043d)', NULL, NULL),\n(47815, 'bg', 'db', 'Annual Quota', '\u0413\u043e\u0434\u0438\u0448\u043d\u0430 \u043a\u0432\u043e\u0442\u0430', NULL, NULL),\n(47816, 'bg', 'db', 'paid_or_unpaid', '\u041f\u043b\u0430\u0442\u0435\u043d\u0438 \u0438\u043b\u0438 \u043d\u0435\u043f\u043b\u0430\u0442\u0435\u043d\u0438', NULL, NULL),\n(47817, 'bg', 'db', 'final', '\u041e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u043d\u043e', NULL, NULL),\n(47818, 'bg', 'db', 'HRM - Generate Payroll', 'HRM - \u0413\u0435\u043d\u0435\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u043f\u043b\u0430\u0442\u0438', NULL, NULL),\n(47819, 'bg', 'db', 'employee_id', 'ID \u043d\u0430 \u0441\u043b\u0443\u0436\u0438\u0442\u0435\u043b', NULL, NULL),\n(47820, 'bg', 'db', 'Please select', '\u041c\u043e\u043b\u044f \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435', NULL, NULL),\n(47821, 'bg', 'db', 'Redeem Points Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0437\u0430 \u043e\u0441\u0440\u0435\u0431\u0440\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0442\u043e\u0447\u043a\u0438', NULL, NULL),\n(47822, 'bg', 'db', 'Redeem amount per unit point', '\u041e\u0441\u0440\u0435\u0431\u0440\u0435\u0442\u0435 \u0441\u0443\u043c\u0430 \u0437\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0430 \u0442\u043e\u0447\u043a\u0430', NULL, NULL),\n(47823, 'bg', 'db', 'Maximum redeem point per order', '\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u043d\u0430 \u0442\u043e\u0447\u043a\u0430 \u0437\u0430 \u043e\u0441\u0440\u0435\u0431\u0440\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430', NULL, NULL),\n(47824, 'bg', 'db', 'Minimum order total to redeem points', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u0441\u0443\u043c\u0430 \u0437\u0430 \u043f\u043e\u0440\u044a\u0447\u043a\u0430 \u0437\u0430 \u043e\u0441\u0440\u0435\u0431\u0440\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0442\u043e\u0447\u043a\u0438', NULL, NULL),\n(47825, 'bg', 'db', 'Minimum redeem point', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u0442\u043e\u0447\u043a\u0430 \u0437\u0430 \u043e\u0441\u0440\u0435\u0431\u0440\u044f\u0432\u0430\u043d\u0435', NULL, NULL),\n(47826, 'bg', 'db', 'Minimum sold amount to get point', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0434\u0435\u043d\u0430 \u0441\u0443\u043c\u0430 \u0437\u0430 \u043f\u043e\u043b\u0443\u0447\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0442\u043e\u0447\u043a\u0430', NULL, NULL),\n(47827, 'bg', 'db', 'View Document', '\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430', NULL, NULL),\n(47828, 'bg', 'db', 'Show Vat Registration Number', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u0435\u043d \u043d\u043e\u043c\u0435\u0440 \u043f\u043e \u0414\u0414\u0421', NULL, NULL),\n(47829, 'bg', 'db', 'Show Sale Note', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0431\u0435\u043b\u0435\u0436\u043a\u0430 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(47830, 'bg', 'db', 'App Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e', NULL, NULL),\n(47831, 'bg', 'db', 'Manual Process for connecting the Mobile App', '\u0420\u044a\u0447\u0435\u043d \u043f\u0440\u043e\u0446\u0435\u0441 \u0437\u0430 \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043c\u043e\u0431\u0438\u043b\u043d\u043e\u0442\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(47832, 'bg', 'db', 'QR Code for Connecting the Mobile App', 'QR \u043a\u043e\u0434 \u0437\u0430 \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043c\u043e\u0431\u0438\u043b\u043d\u043e\u0442\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(47833, 'bg', 'db', 'Active Devices', '\u0410\u043a\u0442\u0438\u0432\u043d\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430', NULL, NULL),\n(47834, 'bg', 'db', 'IP', 'IP', NULL, NULL),\n(47835, 'bg', 'db', 'Last Active', '\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u0430\u043a\u0442\u0438\u0432\u043d\u043e', NULL, NULL),\n(47836, 'bg', 'db', 'We shall be back soon', '\u0429\u0435 \u0441\u0435 \u0432\u044a\u0440\u043d\u0435\u043c \u0441\u043a\u043e\u0440\u043e', NULL, NULL),\n(47837, 'bg', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', '\u0418\u0437\u0432\u0438\u043d\u0435\u0442\u0435 \u0437\u0430 \u043d\u0435\u0443\u0434\u043e\u0431\u0441\u0442\u0432\u043e\u0442\u043e. ', NULL, NULL),\n(47838, 'bg', 'db', 'maintenance_mode', '\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430', NULL, NULL),\n(47839, 'bg', 'db', 'maintenance_allowed_ips', '\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438 IP \u0430\u0434\u0440\u0435\u0441\u0438 \u0432 \u0440\u0435\u0436\u0438\u043c \u043d\u0430 \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430', NULL, NULL),\n(47840, 'bg', 'db', 'Available Balance', '\u041d\u0430\u043b\u0438\u0447\u0435\u043d \u0431\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(47841, 'bg', 'db', 'profit_margin_type', '\u0422\u0438\u043f \u043c\u0430\u0440\u0436 \u043d\u0430 \u043f\u0435\u0447\u0430\u043b\u0431\u0430\u0442\u0430', NULL, NULL),\n(47842, 'bg', 'db', 'show_expiry_alerts_before', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f \u0437\u0430 \u0438\u0437\u0442\u0438\u0447\u0430\u043d\u0435 \u043d\u0430 \u0441\u0440\u043e\u043a\u0430 \u043d\u0430 \u0433\u043e\u0434\u043d\u043e\u0441\u0442 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438 \u043f\u0440\u0435\u0434\u0438 (\u0434\u043d\u0438)', NULL, NULL),\n(47843, 'bg', 'db', 'Product Review', '\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(47844, 'bg', 'db', 'newsletter', '\u0411\u044e\u043b\u0435\u0442\u0438\u043d', NULL, NULL),\n(47845, 'bg', 'db', 'Sale Exchange', '\u041f\u0440\u043e\u0434\u0430\u0436\u0431\u0430 \u0411\u043e\u0440\u0441\u0430', NULL, NULL),\n(47846, 'bg', 'db', 'Sale Exchange List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0437\u0430 \u0440\u0430\u0437\u043c\u044f\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0431\u0430', NULL, NULL),\n(47847, 'bg', 'db', 'Add Exchange', '\u0414\u043e\u0431\u0430\u0432\u0435\u0442\u0435 Exchange', NULL, NULL),\n(47848, 'bg', 'db', 'search_by_reference_no_or_Product', '\u0422\u044a\u0440\u0441\u0435\u043d\u0435 \u043f\u043e \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0442\u0435\u043d \u043d\u043e\u043c\u0435\u0440 \u0438\u043b\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(47849, 'bg', 'db', 'Order Product', '\u041f\u043e\u0440\u044a\u0447\u0430\u0439\u0442\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(47850, 'bg', 'db', 'Payment Type', '\u0422\u0438\u043f \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(47851, 'bg', 'db', 'Payment Type', '\u0422\u0438\u043f \u043f\u043b\u0430\u0449\u0430\u043d\u0435', NULL, NULL),\n(47852, 'bg', 'db', 'Edit Production', '\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e', NULL, NULL),\n(47853, 'bg', 'db', 'Delete Production', '\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e\u0442\u043e', NULL, NULL),\n(47854, 'bg', 'db', 'Recipe List', '\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u0440\u0435\u0446\u0435\u043f\u0442\u0438', NULL, NULL),\n(47855, 'bg', 'db', 'Add Recipe', '\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0440\u0435\u0446\u0435\u043f\u0442\u0430', NULL, NULL),\n(47856, 'bg', 'db', 'Delete Recipe', '\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0435\u0446\u0435\u043f\u0442\u0430', NULL, NULL),\n(47857, 'bg', 'db', 'Theme Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0442\u0435\u043c\u0430\u0442\u0430', NULL, NULL),\n(47858, 'bg', 'db', 'show_customer_name', '\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u043c\u0435\u0442\u043e \u043d\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(47859, 'bg', 'db', 'sale_due', '\u041f\u0440\u043e\u0434\u0430\u0436\u0431\u0430 \u0434\u044a\u043b\u0436\u0438\u043c\u0430', NULL, NULL),\n(47860, 'bg', 'db', 'purchase_due', '\u0421\u0440\u043e\u043a \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430\u0442\u0430', NULL, NULL),\n(47861, 'bg', 'db', 'bulk_update', '\u0413\u0440\u0443\u043f\u043e\u0432\u043e \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435', NULL, NULL),\n(47862, 'bg', 'db', 'payment_at', '\u041f\u043b\u0430\u0449\u0430\u043d\u0435 \u043f\u0440\u0438', NULL, NULL),\n(47863, 'bg', 'db', 'paper_size', '\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0445\u0430\u0440\u0442\u0438\u044f\u0442\u0430', NULL, NULL),\n(47864, 'bg', 'db', 'Type designation name', '\u0422\u0438\u043f \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0438\u043c\u0435', NULL, NULL),\n(47865, 'bg', 'db', 'Type shift name', '\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u043d\u0430 \u0441\u043c\u044f\u043d\u0430', NULL, NULL),\n(47866, 'bg', 'db', 'Add Leave Type', '\u0414\u043e\u0431\u0430\u0432\u0435\u0442\u0435 \u0442\u0438\u043f \u043e\u0442\u043f\u0443\u0441\u043a', NULL, NULL),\n(47867, 'bg', 'db', 'Update Leave Type', '\u0410\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0442\u0438\u043f\u0430 \u043e\u0442\u043f\u0443\u0441\u043a', NULL, NULL),\n(47868, 'bg', 'db', 'Carry Forward Limit', '\u041b\u0438\u043c\u0438\u0442 \u0437\u0430 \u043f\u0440\u0435\u043d\u0430\u0441\u044f\u043d\u0435', NULL, NULL),\n(47869, 'bg', 'db', 'stock', '\u041d\u0430\u043b\u0438\u0447\u043d\u043e\u0441\u0442', NULL, NULL),\n(47870, 'bg', 'db', 'profit_loss_report', '\u0414\u043e\u043a\u043b\u0430\u0434 \u0437\u0430 \u043f\u0435\u0447\u0430\u043b\u0431\u0430\/\u0437\u0430\u0433\u0443\u0431\u0430', NULL, NULL),\n(47871, 'bn', 'db', 'support_ickets', '\u09b8\u09be\u09aa\u09cb\u09b0\u09cd\u099f \u099f\u09bf\u0995\u09c7\u099f', NULL, NULL),\n(47872, 'bn', 'db', 'Available Quantity', '\u0989\u09aa\u09b2\u09ac\u09cd\u09a7 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(47873, 'bn', 'db', 'Hide Total Due', '\u09ae\u09cb\u099f \u09ac\u0995\u09c7\u09af\u09bc\u09be \u09b2\u09c1\u0995\u09be\u09a8', NULL, NULL),\n(47874, 'bn', 'db', 'Filter Purchases', '\u09ab\u09bf\u09b2\u09cd\u099f\u09be\u09b0 \u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(47875, 'bn', 'db', 'Type purchase code', '\u0995\u09cd\u09b0\u09af\u09bc \u0995\u09cb\u09a1 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47876, 'bn', 'db', 'Scan the QR code to pay', '\u0985\u09b0\u09cd\u09a5\u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09a4\u09c7 QR \u0995\u09cb\u09a1 \u09b8\u09cd\u0995\u09cd\u09af\u09be\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47877, 'bn', 'db', 'Upload payment proof', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u09aa\u09cd\u09b0\u09c1\u09ab \u0986\u09aa\u09b2\u09cb\u09a1 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47878, 'bn', 'db', 'Change Currency', '\u09ae\u09c1\u09a6\u09cd\u09b0\u09be \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47879, 'bn', 'db', 'Your Rating', '\u0986\u09aa\u09a8\u09be\u09b0 \u09b0\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(47880, 'bn', 'db', 'Your Review', '\u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be', NULL, NULL),\n(47881, 'bn', 'db', 'Add Review', '\u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47882, 'bn', 'db', 'Rating', '\u09b0\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(47883, 'bn', 'db', 'Review', '\u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be', NULL, NULL),\n(47884, 'bn', 'db', 'No reviews yet', '\u098f\u0996\u09a8\u09cb \u0995\u09cb\u09a8\u09cb \u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be \u09a8\u09c7\u0987', NULL, NULL),\n(47885, 'bn', 'db', 'You already review this product', '\u0986\u09aa\u09a8\u09bf \u0987\u09a4\u09bf\u09ae\u09a7\u09cd\u09af\u09c7 \u098f\u0987 \u09aa\u09a3\u09cd\u09af \u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be', NULL, NULL),\n(47886, 'bn', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', '\u0986\u09aa\u09a8\u09bf \u098f\u0987 \u09aa\u09a3\u09cd\u09af \u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be \u0995\u09b0\u09be\u09b0 \u0985\u09a8\u09c1\u09ae\u09a4\u09bf \u09a8\u09c7\u0987. ', NULL, NULL),\n(47887, 'bn', 'db', 'You must be logged in to write a review', '\u098f\u0995\u099f\u09bf \u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be \u09b2\u09bf\u0996\u09a4\u09c7 \u0986\u09aa\u09a8\u09be\u0995\u09c7 \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u09b2\u0997 \u0987\u09a8 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7', NULL, NULL),\n(47888, 'bn', 'db', 'Login', '\u09b2\u0997\u0987\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47889, 'bn', 'db', 'Product', '\u09aa\u09a3\u09cd\u09af', NULL, NULL),\n(47890, 'bn', 'db', 'Select Recipe', '\u09b0\u09c7\u09b8\u09bf\u09aa\u09bf \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47891, 'bn', 'db', 'Total Qty', '\u09ae\u09cb\u099f \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(47892, 'bn', 'db', 'Wastage Percent', '\u0985\u09aa\u099a\u09af\u09bc \u09b6\u09a4\u09be\u0982\u09b6', NULL, NULL),\n(47893, 'bn', 'db', 'Final Quantity', '\u099a\u09c2\u09a1\u09bc\u09be\u09a8\u09cd\u09a4 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(47894, 'bn', 'db', 'Sub total', '\u0989\u09aa \u09ae\u09cb\u099f', NULL, NULL),\n(47895, 'bn', 'db', 'Production Cost', '\u0989\u09ce\u09aa\u09be\u09a6\u09a8 \u0996\u09b0\u099a', NULL, NULL),\n(47896, 'bn', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', '\u0986\u09aa\u09a8\u09be\u09b0 \u09af\u09a6\u09bf \u0995\u09cb\u09a8 \u09aa\u09cd\u09b0\u09b6\u09cd\u09a8 \u09ac\u09be \u0989\u09a6\u09cd\u09ac\u09c7\u0997 \u09a5\u09be\u0995\u09c7, \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u09aa\u09cc\u0981\u099b\u09be\u09a4\u09c7 \u09a6\u09cd\u09ac\u09bf\u09a7\u09be \u0995\u09b0\u09ac\u09c7\u09a8 \u09a8\u09be \u09a6\u09af\u09bc\u09be \u0995\u09b0\u09c7 \u0986\u09ae\u09b0\u09be \u09b8\u09be\u09b9\u09be\u09af\u09cd\u09af \u0995\u09b0\u09a4\u09c7 \u098f\u0996\u09be\u09a8\u09c7 \u0986\u099b\u09bf!', NULL, NULL),\n(47897, 'bn', 'db', 'Product with', '\u09b8\u0999\u09cd\u0997\u09c7 \u09aa\u09a3\u09cd\u09af', NULL, NULL),\n(47898, 'bn', 'db', 'Loading products for selected warehouse', '\u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09bf\u09a4 \u0997\u09c1\u09a6\u09be\u09ae \u099c\u09a8\u09cd\u09af \u09aa\u09a3\u09cd\u09af \u09b2\u09cb\u09a1 \u09b9\u099a\u09cd\u099b\u09c7', NULL, NULL),\n(47899, 'bn', 'db', 'Show Paid Info', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f\u09c7\u09b0 \u09ac\u09bf\u09ac\u09b0\u09a3 \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(47900, 'bn', 'db', 'Show Amount In Words', '\u09b6\u09ac\u09cd\u09a6\u09c7 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3 \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(47901, 'bn', 'db', 'Show Bill To Info', '\\'\u09ac\u09bf\u09b2 \u099f\u09c1\\' \u09a4\u09a5\u09cd\u09af \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(47902, 'bn', 'db', 'Auto Generate Numbering Type', '\u0985\u099f\u09cb-\u099c\u09c7\u09a8\u09be\u09b0\u09c7\u099f \u0987\u09a8\u09ad\u09af\u09bc\u09c7\u09b8 \u09a8\u09ae\u09cd\u09ac\u09b0', NULL, NULL),\n(47903, 'bn', 'db', 'Show Description', '\u09ac\u09b0\u09cd\u09a3\u09a8\u09be \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(47904, 'bn', 'db', 'Profit Margin', '\u09b2\u09be\u09ad \u09ae\u09be\u09b0\u09cd\u099c\u09bf\u09a8', NULL, NULL),\n(47905, 'bn', 'db', 'show Products Details in Purchase List', '\u0995\u09cd\u09b0\u09af\u09bc \u09a4\u09be\u09b2\u09bf\u0995\u09be\u09af\u09bc \u09aa\u09a3\u09cd\u09af \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(47906, 'bn', 'db', 'show Products Details in Sales List', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09a4\u09be\u09b2\u09bf\u0995\u09be\u09af\u09bc \u09aa\u09a3\u09cd\u09af \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(47907, 'bn', 'db', 'Default Profit Margin Value', '\u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u09b2\u09be\u09ad \u09ae\u09be\u09b0\u09cd\u099c\u09bf\u09a8 (%)', NULL, NULL),\n(47908, 'bn', 'db', 'show', '\u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(47909, 'bn', 'db', 'hide', '\u09b2\u09c1\u0995\u09be\u09a8', NULL, NULL),\n(47910, 'bn', 'db', 'expired', '\u09ae\u09c7\u09af\u09bc\u09be\u09a6 \u09b6\u09c7\u09b7', NULL, NULL),\n(47911, 'bn', 'db', 'add_recipes', '\u09b0\u09c7\u09b8\u09bf\u09aa\u09bf \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47912, 'bn', 'db', 'Recipe', '\u09b0\u09c7\u09b8\u09bf\u09aa\u09bf', NULL, NULL),\n(47913, 'bn', 'db', 'add_recipe', '\u09b0\u09c7\u09b8\u09bf\u09aa\u09bf \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47914, 'bn', 'db', 'Wastage percent', '\u0985\u09aa\u099a\u09af\u09bc \u09b6\u09a4\u09be\u0982\u09b6', NULL, NULL),\n(47915, 'bn', 'db', 'add_Ingredient', '\u0989\u09aa\u09be\u09a6\u09be\u09a8 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47916, 'bn', 'db', 'Ingredient List', '\u0989\u09aa\u09be\u09a6\u09be\u09a8 \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(47917, 'bn', 'db', 'Customer Name', '\u0997\u09cd\u09b0\u09be\u09b9\u0995\u09c7\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(47918, 'bn', 'db', 'Review', '\u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be', NULL, NULL),\n(47919, 'bn', 'db', 'Confirmation', '\u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4\u0995\u09b0\u09a3', NULL, NULL),\n(47920, 'bn', 'db', 'Your Rating', '\u0986\u09aa\u09a8\u09be\u09b0 \u09b0\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(47921, 'bn', 'db', 'Your Review', '\u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be', NULL, NULL),\n(47922, 'bn', 'db', 'Add Review', '\u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47923, 'bn', 'db', 'Rating', '\u09b0\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(47924, 'bn', 'db', 'Review', '\u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be', NULL, NULL),\n(47925, 'bn', 'db', 'No reviews yet', '\u098f\u0996\u09a8\u09cb \u0995\u09cb\u09a8\u09cb \u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be \u09a8\u09c7\u0987', NULL, NULL),\n(47926, 'bn', 'db', 'You already reviewed this product', '\u0986\u09aa\u09a8\u09bf \u0987\u09a4\u09bf\u09ae\u09a7\u09cd\u09af\u09c7 \u098f\u0987 \u09aa\u09a3\u09cd\u09af \u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be', NULL, NULL),\n(47927, 'bn', 'db', 'You must buy it to leave a review', '\u0986\u09aa\u09a8\u09bf \u098f\u0995\u099f\u09bf \u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be \u099b\u09c7\u09a1\u09bc\u09c7 \u098f\u099f\u09bf \u0995\u09bf\u09a8\u09a4\u09c7 \u09b9\u09ac\u09c7', NULL, NULL),\n(47928, 'bn', 'db', 'Edit Recipe', '\u09b0\u09c7\u09b8\u09bf\u09aa\u09bf \u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u09a8\u09be \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47929, 'bn', 'db', 'add_production', '\u0989\u09ce\u09aa\u09be\u09a6\u09a8 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47930, 'bn', 'db', 'Adjustment Quantity', '\u09b8\u09be\u09ae\u099e\u09cd\u099c\u09b8\u09cd\u09af \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(47931, 'bn', 'db', 'Adjust Quantity', '\u09aa\u09b0\u09bf\u09ae\u09be\u09a3 \u09b8\u09be\u09ae\u099e\u09cd\u099c\u09b8\u09cd\u09af \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47932, 'bn', 'db', 'You must close your cash register before logout', '\u09b2\u0997\u0986\u0989\u099f \u0995\u09b0\u09be\u09b0 \u0986\u0997\u09c7 \u0986\u09aa\u09a8\u09be\u0995\u09c7 \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u0986\u09aa\u09a8\u09be\u09b0 \u09a8\u0997\u09a6 \u09b0\u09c7\u099c\u09bf\u09b8\u09cd\u099f\u09be\u09b0 \u09ac\u09a8\u09cd\u09a7 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7', NULL, NULL),\n(47933, 'bn', 'db', 'Amount exceeds available balance', '\u09aa\u09b0\u09bf\u09ae\u09be\u09a3 \u0989\u09aa\u09b2\u09ac\u09cd\u09a7 \u09ac\u09cd\u09af\u09be\u09b2\u09c7\u09a8\u09cd\u09b8 \u099b\u09be\u09a1\u09bc\u09bf\u09af\u09bc\u09c7 \u0997\u09c7\u099b\u09c7', NULL, NULL),\n(47934, 'bn', 'db', 'View Points', '\u09ad\u09bf\u0989 \u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(47935, 'bn', 'db', 'Cash Register', '\u0995\u09cd\u09af\u09be\u09b6 \u09b0\u09c7\u099c\u09bf\u09b8\u09cd\u099f\u09be\u09b0', NULL, NULL),\n(47936, 'bn', 'db', 'Closing Balance', '\u0995\u09cd\u09b2\u09cb\u099c\u09bf\u0982 \u09ac\u09cd\u09af\u09be\u09b2\u09c7\u09a8\u09cd\u09b8', NULL, NULL),\n(47937, 'bn', 'db', 'Actual Cash', '\u09aa\u09cd\u09b0\u0995\u09c3\u09a4 \u09a8\u0997\u09a6', NULL, NULL),\n(47938, 'bn', 'db', 'Add Invoice Setting', '\u099a\u09be\u09b2\u09be\u09a8 \u09b8\u09c7\u099f\u09bf\u0982 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47939, 'bn', 'db', 'Receipt Printers', '\u09b0\u09b8\u09bf\u09a6 \u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f\u09be\u09b0', NULL, NULL),\n(47940, 'bn', 'db', 'Receipt Printer Type', '\u09b0\u09b8\u09bf\u09a6 \u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f\u09be\u09b0 \u09aa\u09cd\u09b0\u0995\u09be\u09b0', NULL, NULL),\n(47941, 'bn', 'db', 'Simple', '\u09b8\u09b0\u09b2', NULL, NULL),\n(47942, 'bn', 'db', 'Star SP2000 Series', '\u09b8\u09cd\u099f\u09be\u09b0 SP2000 \u09b8\u09bf\u09b0\u09bf\u099c', NULL, NULL),\n(47943, 'bn', 'db', 'EPOS TEP200M Series', 'EPOS TEP200M \u09b8\u09bf\u09b0\u09bf\u099c', NULL, NULL),\n(47944, 'bn', 'db', 'Epson TM-U220', '\u098f\u09aa\u09b8\u09a8 TM-U220', NULL, NULL),\n(47945, 'bn', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(47946, 'bn', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(47947, 'bn', 'db', 'Add Printer', '\u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f\u09be\u09b0 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47948, 'bn', 'db', 'Printer Name', '\u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f\u09be\u09b0\u09c7\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(47949, 'bn', 'db', 'Connection Type', '\u09b8\u0982\u09af\u09cb\u0997\u09c7\u09b0 \u09a7\u09b0\u09a8', NULL, NULL),\n(47950, 'bn', 'db', 'Capability Profile', '\u09b8\u0995\u09cd\u09b7\u09ae\u09a4\u09be \u09aa\u09cd\u09b0\u09cb\u09ab\u09be\u0987\u09b2', NULL, NULL),\n(47951, 'bn', 'db', 'Characters per line', '\u09aa\u09cd\u09b0\u09a4\u09bf \u09b2\u09be\u0987\u09a8\u09c7 \u0985\u0995\u09cd\u09b7\u09b0', NULL, NULL),\n(47952, 'bn', 'db', 'IP Address', '\u0986\u0987\u09aa\u09bf \u09a0\u09bf\u0995\u09be\u09a8\u09be', NULL, NULL),\n(47953, 'bn', 'db', 'Port', '\u09ac\u09a8\u09cd\u09a6\u09b0', NULL, NULL),\n(47954, 'bn', 'db', 'Path', '\u09aa\u09a5', NULL, NULL),\n(47955, 'bn', 'db', 'Maximum characters printable per line', '\u09aa\u09cd\u09b0\u09a4\u09bf \u09b2\u09be\u0987\u09a8\u09c7 \u09b8\u09b0\u09cd\u09ac\u09be\u09a7\u09bf\u0995 \u0985\u0995\u09cd\u09b7\u09b0 \u09ae\u09c1\u09a6\u09cd\u09b0\u09a3\u09af\u09cb\u0997\u09cd\u09af', NULL, NULL),\n(47956, 'bn', 'db', 'Printer IP address', '\u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f\u09be\u09b0 \u0986\u0987\u09aa\u09bf \u09a0\u09bf\u0995\u09be\u09a8\u09be', NULL, NULL),\n(47957, 'bn', 'db', 'Most printers use port 9100', '\u09ac\u09c7\u09b6\u09bf\u09b0\u09ad\u09be\u0997 \u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f\u09be\u09b0 \u09aa\u09cb\u09b0\u09cd\u099f 9100 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7', NULL, NULL),\n(47958, 'bn', 'db', 'Device files are typically', '\u09a1\u09bf\u09ad\u09be\u0987\u09b8 \u09ab\u09be\u0987\u09b2 \u09b8\u09be\u09a7\u09be\u09b0\u09a3\u09a4', NULL, NULL),\n(47959, 'bn', 'db', 'Windows connection type', '\u0989\u0987\u09a8\u09cd\u09a1\u09cb\u099c \u09b8\u0982\u09af\u09cb\u0997\u09c7\u09b0 \u09a7\u09b0\u09a8', NULL, NULL),\n(47960, 'bn', 'db', 'Linux connection type', '\u09b2\u09bf\u09a8\u09be\u0995\u09cd\u09b8 \u09b8\u0982\u09af\u09cb\u0997\u09c7\u09b0 \u09a7\u09b0\u09a8', NULL, NULL),\n(47961, 'bn', 'db', 'Receipt Printers', '\u09b0\u09b8\u09bf\u09a6 \u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f\u09be\u09b0', NULL, NULL),\n(47962, 'bn', 'db', 'Will Expire', '\u09ae\u09c7\u09af\u09bc\u09be\u09a6 \u09b6\u09c7\u09b7 \u09b9\u09ac\u09c7', NULL, NULL),\n(47963, 'bn', 'db', 'This warehouse already has a printer assigned', '\u098f\u0987 \u0997\u09c1\u09a6\u09be\u09ae\u09c7 \u0987\u09a4\u09bf\u09ae\u09a7\u09cd\u09af\u09c7\u0987 \u098f\u0995\u099f\u09bf \u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f\u09be\u09b0 \u09ac\u09b0\u09be\u09a6\u09cd\u09a6 \u0995\u09b0\u09be \u0986\u099b\u09c7\u09f7', NULL, NULL),\n(47964, 'bn', 'db', 'The receipt has been successfully printed', '\u09b0\u09b8\u09bf\u09a6 \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09ae\u09c1\u09a6\u09cd\u09b0\u09bf\u09a4 \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(47965, 'bn', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', '\u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f\u09be\u09b0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u0995\u09ae\u09be\u09a8\u09cd\u09a1 \u098f\u09ac\u0982 \u0995\u09cb\u09a1 \u09aa\u09c3\u09b7\u09cd\u09a0\u09be \u09b8\u09ae\u09b0\u09cd\u09a5\u09a8 \u0995\u09b0\u09c7\u0964 ', NULL, NULL),\n(47966, 'bn', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', '\u0986\u09aa\u09a8\u09bf \u09af\u0996\u09a8 \u098f\u0987 \u0997\u09c1\u09a6\u09be\u09ae\u09c7 \u098f\u0995\u099f\u09bf \u09b0\u09b8\u09bf\u09a6 \u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f\u09be\u09b0 \u09ac\u09b0\u09be\u09a6\u09cd\u09a6 \u0995\u09b0\u09c7\u09a8, \u09a4\u0996\u09a8 \u09ac\u09cd\u09b0\u09be\u0989\u099c\u09be\u09b0 \u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f\u09bf\u0982 \u09ac\u09a8\u09cd\u09a7 \u09b9\u09af\u09bc\u09c7 \u09af\u09be\u09ac\u09c7\u0964 ', NULL, NULL),\n(47967, 'bn', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', '\u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9 \u0995\u09b0\u09c7 \u0987\u09a8\u09ad\u09af\u09bc\u09c7\u09b8 \u09b8\u09c7\u099f\u09bf\u0982\u09b8\u09c7 \u09a1\u09bf\u09ab\u09b2\u09cd\u099f \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 58mm \u09ac\u09be 80mm \u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47968, 'bn', 'db', 'Customer Display Screen', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u09a1\u09bf\u09b8\u09aa\u09cd\u09b2\u09c7 \u09b8\u09cd\u0995\u09cd\u09b0\u09c0\u09a8', NULL, NULL),\n(47969, 'bn', 'db', 'Change Return', '\u09b0\u09bf\u099f\u09be\u09b0\u09cd\u09a8 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47970, 'bn', 'db', 'This is a test mail to confirm your SMTP settings are working.', '\u0986\u09aa\u09a8\u09be\u09b0 SMTP \u09b8\u09c7\u099f\u09bf\u0982\u09b8 \u0995\u09be\u099c \u0995\u09b0\u099b\u09c7 \u0995\u09bf\u09a8\u09be \u09a4\u09be \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u098f\u099f\u09bf \u098f\u0995\u099f\u09bf \u09aa\u09b0\u09c0\u0995\u09cd\u09b7\u09be\u09ae\u09c2\u09b2\u0995 \u09ae\u09c7\u09b2\u0964', NULL, NULL),\n(47971, 'bn', 'db', 'Test Mail', '\u09aa\u09b0\u09c0\u0995\u09cd\u09b7\u09be \u09ae\u09c7\u09b2', NULL, NULL),\n(47972, 'bn', 'db', 'data_updated_mail_sent', '\u09a1\u09c7\u099f\u09be \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u0964 ', NULL, NULL),\n(47973, 'bn', 'db', 'data_updated_mail_fail', '\u09a1\u09c7\u099f\u09be \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u0986\u09aa\u09a1\u09c7\u099f \u09b9\u09af\u09bc\u09c7\u099b\u09c7, \u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u09aa\u09b0\u09c0\u0995\u09cd\u09b7\u09be \u09ae\u09c7\u09b2 \u09ac\u09cd\u09af\u09b0\u09cd\u09a5 \u09b9\u09af\u09bc\u09c7\u099b\u09c7:', NULL, NULL),\n(47974, 'bn', 'db', 'Credit Limit', '\u0995\u09cd\u09b0\u09c7\u09a1\u09bf\u099f \u09b8\u09c0\u09ae\u09be', NULL, NULL),\n(47975, 'bn', 'db', 'Credit limit exceeded! Customer credit limit:', '\u0995\u09cd\u09b0\u09c7\u09a1\u09bf\u099f \u09b8\u09c0\u09ae\u09be \u0985\u09a4\u09bf\u0995\u09cd\u09b0\u09ae! ', NULL, NULL),\n(47976, 'bn', 'db', 'Credit Sale', '\u0995\u09cd\u09b0\u09c7\u09a1\u09bf\u099f \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc', NULL, NULL),\n(47977, 'bn', 'db', 'Initial Deposit', '\u09aa\u09cd\u09b0\u09be\u09a5\u09ae\u09bf\u0995 \u0986\u09ae\u09be\u09a8\u09a4', NULL, NULL),\n(47978, 'bn', 'db', 'Opening balance', '\u0996\u09cb\u09b2\u09be\u09b0 \u09ac\u09cd\u09af\u09be\u09b2\u09c7\u09a8\u09cd\u09b8', NULL, NULL),\n(47979, 'bn', 'db', 'WhatsApp Number', '\u09b9\u09cb\u09af\u09bc\u09be\u099f\u09b8\u0985\u09cd\u09af\u09be\u09aa \u09a8\u09ae\u09cd\u09ac\u09b0', NULL, NULL),\n(47980, 'bn', 'db', 'create_ticket', '\u099f\u09bf\u0995\u09bf\u099f \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47981, 'bn', 'db', 'subject', '\u09ac\u09bf\u09b7\u09af\u09bc', NULL, NULL),\n(47982, 'bn', 'db', 'tenant', '\u09ad\u09be\u09a1\u09bc\u09be\u099f\u09c7', NULL, NULL),\n(47983, 'bn', 'db', 'no_subject', '\u0995\u09cb\u09a8 \u09ac\u09bf\u09b7\u09af\u09bc \u09a8\u09c7\u0987', NULL, NULL),\n(47984, 'bn', 'db', 'confirm_delete_ticket', '\u0986\u09aa\u09a8\u09bf \u0995\u09bf \u098f\u0987 \u099f\u09bf\u0995\u09bf\u099f \u09ae\u09c1\u099b\u09a4\u09c7 \u099a\u09be\u09a8?', NULL, NULL),\n(47985, 'bn', 'db', 'add_ticket', '\u099f\u09bf\u0995\u09bf\u099f \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47986, 'bn', 'db', 'ticket_created', '\u099f\u09bf\u0995\u09bf\u099f \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(47987, 'bn', 'db', 'ticket_deleted', '\u099f\u09bf\u0995\u09bf\u099f \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(47988, 'bn', 'db', 'insert_upload_text', '\u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9 \u0995\u09b0\u09c7 \u0989\u09aa\u09b0\u09c7\u09b0 \u099f\u09c7\u0995\u09cd\u09b8\u099f \u09ac\u0995\u09cd\u09b8\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u099b\u09ac\u09bf\/\u09ad\u09bf\u09a1\u09bf\u0993 \u09b2\u09bf\u0999\u09cd\u0995 \u09a2\u09cb\u0995\u09be\u09a8, \u0986\u09aa\u09b2\u09cb\u09a1 \u0995\u09b0\u09c7', NULL, NULL),\n(47989, 'bn', 'db', 'reply_sent', '\u0989\u09a4\u09cd\u09a4\u09b0 \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(47990, 'bn', 'db', 'disable_tenant_support_tickets', '\u09ad\u09be\u09a1\u09bc\u09be\u099f\u09c7 \u09b8\u09ae\u09b0\u09cd\u09a5\u09a8 \u099f\u09bf\u0995\u09bf\u099f \u09a8\u09bf\u09b7\u09cd\u0995\u09cd\u09b0\u09bf\u09af\u09bc', NULL, NULL),\n(47991, 'bn', 'db', 'symbol', '\u09aa\u09cd\u09b0\u09a4\u09c0\u0995', NULL, NULL),\n(47992, 'bn', 'db', 'print_invoice', '\u099a\u09be\u09b2\u09be\u09a8 \u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47993, 'bn', 'db', 'create_ticket', '\u099f\u09bf\u0995\u09bf\u099f \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47994, 'bn', 'db', 'subject', '\u09ac\u09bf\u09b7\u09af\u09bc', NULL, NULL),\n(47995, 'bn', 'db', 'tenant', '\u09ad\u09be\u09a1\u09bc\u09be\u099f\u09c7', NULL, NULL),\n(47996, 'bn', 'db', 'no_subject', '\u0995\u09cb\u09a8 \u09ac\u09bf\u09b7\u09af\u09bc \u09a8\u09c7\u0987', NULL, NULL),\n(47997, 'bn', 'db', 'add_ticket', '\u099f\u09bf\u0995\u09bf\u099f \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(47998, 'bn', 'db', 'confirm_delete_ticket', '\u0986\u09aa\u09a8\u09bf \u0995\u09bf \u098f\u0987 \u099f\u09bf\u0995\u09bf\u099f \u09ae\u09c1\u099b\u09a4\u09c7 \u099a\u09be\u09a8?', NULL, NULL),\n(47999, 'bn', 'db', 'ticket_created', '\u099f\u09bf\u0995\u09bf\u099f \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(48000, 'bn', 'db', 'ticket_deleted', '\u099f\u09bf\u0995\u09bf\u099f \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(48001, 'bn', 'db', 'insert_upload_text', '\u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9 \u0995\u09b0\u09c7 \u0989\u09aa\u09b0\u09c7\u09b0 \u099f\u09c7\u0995\u09cd\u09b8\u099f \u09ac\u0995\u09cd\u09b8\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u099b\u09ac\u09bf\/\u09ad\u09bf\u09a1\u09bf\u0993 \u09b2\u09bf\u0999\u09cd\u0995 \u09a2\u09cb\u0995\u09be\u09a8, \u0986\u09aa\u09b2\u09cb\u09a1 \u0995\u09b0\u09c7', NULL, NULL),\n(48002, 'bn', 'db', 'reply_sent', '\u0989\u09a4\u09cd\u09a4\u09b0 \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(48003, 'bn', 'db', 'Return Discount', '\u09b0\u09bf\u099f\u09be\u09b0\u09cd\u09a8 \u09a1\u09bf\u09b8\u0995\u09be\u0989\u09a8\u09cd\u099f', NULL, NULL),\n(48004, 'bn', 'db', 'Activity Log', '\u0995\u09be\u09b0\u09cd\u09af\u0995\u09b2\u09be\u09aa \u09b2\u0997', NULL, NULL),\n(48005, 'bn', 'db', 'Item Description', '\u0986\u0987\u099f\u09c7\u09ae \u09ac\u09bf\u09ac\u09b0\u09a3', NULL, NULL),\n(48006, 'bn', 'db', 'Cart Product Update', '\u0995\u09be\u09b0\u09cd\u099f \u09aa\u09a3\u09cd\u09af \u0986\u09aa\u09a1\u09c7\u099f', NULL, NULL),\n(48007, 'bn', 'db', 'Handle Discount', '\u09a1\u09bf\u09b8\u0995\u09be\u0989\u09a8\u09cd\u099f \u09b9\u09cd\u09af\u09be\u09a8\u09cd\u09a1\u09c7\u09b2', NULL, NULL),\n(48008, 'bn', 'db', 'Account Selection', '\u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8', NULL, NULL),\n(48009, 'bn', 'db', 'Installment Plan', '\u0995\u09bf\u09b8\u09cd\u09a4\u09bf \u09aa\u09b0\u09bf\u0995\u09b2\u09cd\u09aa\u09a8\u09be', NULL, NULL),\n(48010, 'bn', 'db', 'Enable Installment Plan', '\u0995\u09bf\u09b8\u09cd\u09a4\u09bf \u09aa\u09b0\u09bf\u0995\u09b2\u09cd\u09aa\u09a8\u09be \u09b8\u0995\u09cd\u09b7\u09ae \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48011, 'bn', 'db', 'Installment', '\u0995\u09bf\u09b8\u09cd\u09a4\u09bf', NULL, NULL),\n(48012, 'bn', 'db', 'Plan Name', '\u09aa\u09b0\u09bf\u0995\u09b2\u09cd\u09aa\u09a8\u09be\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(48013, 'bn', 'db', 'Total Amount', '\u09ae\u09cb\u099f \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(48014, 'bn', 'db', 'Additional Amount', '\u0985\u09a4\u09bf\u09b0\u09bf\u0995\u09cd\u09a4 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(48015, 'bn', 'db', 'Down Payment', '\u09a1\u09be\u0989\u09a8 \u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(48016, 'bn', 'db', 'Disable registration', '\u09a8\u09bf\u09ac\u09a8\u09cd\u09a7\u09a8 \u09a8\u09bf\u09b7\u09cd\u0995\u09cd\u09b0\u09bf\u09af\u09bc', NULL, NULL),\n(48017, 'bn', 'db', 'Disable password reset', '\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09b0\u09bf\u09b8\u09c7\u099f \u0985\u0995\u09cd\u09b7\u09ae \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48018, 'bn', 'db', 'Font CSS', '\u09ab\u09a8\u09cd\u099f \u09b8\u09bf\u098f\u09b8\u098f\u09b8', NULL, NULL),\n(48019, 'bn', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', '\u09aa\u09cd\u09b0\u09ae\u09be\u09a3\u09c0\u0995\u09b0\u09a3 \u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u0997\u09c1\u09b2\u09bf\u09b0 \u099c\u09a8\u09cd\u09af CSS (\u09b2\u0997\u0987\u09a8\/\u09a8\u09bf\u09ac\u09a8\u09cd\u09a7\u09a8\/\u09aa\u09be\u09b8\u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09ad\u09c1\u09b2\u09c7 \u0997\u09c7\u099b\u09bf\/\u09af\u09be\u099a\u09be\u0987)', NULL, NULL),\n(48020, 'bn', 'db', 'POS page CSS', 'POS \u09aa\u09c7\u099c CSS', NULL, NULL),\n(48021, 'bn', 'db', 'Custom CSS\/Styles', '\u0995\u09be\u09b8\u09cd\u099f\u09ae CSS\/\u09b8\u09cd\u099f\u09be\u0987\u09b2', NULL, NULL),\n(48022, 'bn', 'db', 'Sidebar', '\u09b8\u09be\u0987\u09a1\u09ac\u09be\u09b0', NULL, NULL),\n(48023, 'bn', 'db', 'Exports', '\u09b0\u09aa\u09cd\u09a4\u09be\u09a8\u09bf', NULL, NULL),\n(48024, 'bn', 'db', 'Cart Product Update', '\u0995\u09be\u09b0\u09cd\u099f \u09aa\u09a3\u09cd\u09af \u0986\u09aa\u09a1\u09c7\u099f', NULL, NULL),\n(48025, 'bn', 'db', 'Handle Discount', '\u09a1\u09bf\u09b8\u0995\u09be\u0989\u09a8\u09cd\u099f \u09b9\u09cd\u09af\u09be\u09a8\u09cd\u09a1\u09c7\u09b2', NULL, NULL),\n(48026, 'bn', 'db', 'Product Export', '\u09aa\u09a3\u09cd\u09af \u09b0\u09aa\u09cd\u09a4\u09be\u09a8\u09bf', NULL, NULL),\n(48027, 'bn', 'db', 'Purchase Export', '\u0995\u09cd\u09b0\u09af\u09bc \u09b0\u09aa\u09cd\u09a4\u09be\u09a8\u09bf', NULL, NULL),\n(48028, 'bn', 'db', 'Sale Export', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09b0\u09aa\u09cd\u09a4\u09be\u09a8\u09bf', NULL, NULL),\n(48029, 'bn', 'db', 'Customer Export', '\u0997\u09cd\u09b0\u09be\u09b9\u0995 \u09b0\u09aa\u09cd\u09a4\u09be\u09a8\u09bf', NULL, NULL),\n(48030, 'bn', 'db', 'Account Selection', '\u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8', NULL, NULL),\n(48031, 'bn', 'db', 'Change Sale Date', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc\u09c7\u09b0 \u09a4\u09be\u09b0\u09bf\u0996 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48032, 'bn', 'db', 'whatsapp', '\u09b9\u09cb\u09af\u09bc\u09be\u099f\u09b8\u0985\u09cd\u09af\u09be\u09aa', NULL, NULL),\n(48033, 'bn', 'db', 'message_templates', '\u09ac\u09be\u09b0\u09cd\u09a4\u09be \u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f', NULL, NULL),\n(48034, 'bn', 'db', 'send_message', '\u09ac\u09be\u09b0\u09cd\u09a4\u09be \u09aa\u09be\u09a0\u09be\u09a8', NULL, NULL),\n(48035, 'bn', 'db', 'permanent_access_token', '\u09b8\u09cd\u09a5\u09be\u09af\u09bc\u09c0 \u0985\u09cd\u09af\u09be\u0995\u09cd\u09b8\u09c7\u09b8 \u099f\u09cb\u0995\u09c7\u09a8', NULL, NULL),\n(48036, 'bn', 'db', 'whatsapp_settings', '\u09b9\u09cb\u09af\u09bc\u09be\u099f\u09b8\u0985\u09cd\u09af\u09be\u09aa \u09b8\u09c7\u099f\u09bf\u0982\u09b8', NULL, NULL),\n(48037, 'bn', 'db', 'phone_number_id', '\u09ab\u09cb\u09a8 \u09a8\u09ae\u09cd\u09ac\u09b0 \u0986\u0987\u09a1\u09bf', NULL, NULL),\n(48038, 'bn', 'db', 'business_account_id', '\u09ac\u09cd\u09af\u09ac\u09b8\u09be\u09af\u09bc\u09bf\u0995 \u0985\u09cd\u09af\u09be\u0995\u09be\u0989\u09a8\u09cd\u099f \u0986\u0987\u09a1\u09bf', NULL, NULL),\n(48039, 'bn', 'db', 'api_token', 'API \u099f\u09cb\u0995\u09c7\u09a8', NULL, NULL),\n(48040, 'bn', 'db', 'receipt', '\u09aa\u09cd\u09b0\u09be\u09aa\u09cd\u09a4\u09bf', NULL, NULL),\n(48041, 'bn', 'db', 'message_types', '\u09ac\u09be\u09b0\u09cd\u09a4\u09be\u09b0 \u09a7\u09b0\u09a8', NULL, NULL),\n(48042, 'bn', 'db', 'no_template_type_message', '\u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u099b\u09c7\u09a8 \u09a8\u09be, \u09a8\u09c0\u099a\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u09ac\u09be\u09b0\u09cd\u09a4\u09be \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48043, 'bn', 'db', 'message_sent_successfully', '\u09ac\u09be\u09b0\u09cd\u09a4\u09be \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u09f7', NULL, NULL),\n(48044, 'bn', 'db', 'fail_sent_message', '\u09ac\u09be\u09b0\u09cd\u09a4\u09be \u09aa\u09be\u09a0\u09be\u09a4\u09c7 \u09ac\u09cd\u09af\u09b0\u09cd\u09a5 \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u09f7', NULL, NULL),\n(48045, 'bn', 'db', 'whatsapp_credentials_missing', 'WhatsApp \u09b6\u0982\u09b8\u09be\u09aa\u09a4\u09cd\u09b0 \u0985\u09a8\u09c1\u09aa\u09b8\u09cd\u09a5\u09bf\u09a4', NULL, NULL),\n(48046, 'bn', 'db', 'failed_upload_media_whatsApp', 'WhatsApp \u098f \u09ae\u09bf\u09a1\u09bf\u09af\u09bc\u09be \u0986\u09aa\u09b2\u09cb\u09a1 \u0995\u09b0\u09a4\u09c7 \u09ac\u09cd\u09af\u09b0\u09cd\u09a5 \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u09f7', NULL, NULL),\n(48047, 'bn', 'db', 'media_id_not_returned_from_WhatsApp', 'WhatsApp \u0986\u09aa\u09b2\u09cb\u09a1 \u09a5\u09c7\u0995\u09c7 \u09ae\u09bf\u09a1\u09bf\u09af\u09bc\u09be \u0986\u0987\u09a1\u09bf \u09ab\u09c7\u09b0\u09a4 \u0986\u09b8\u09c7\u09a8\u09bf', NULL, NULL),\n(48048, 'bn', 'db', 'sending_not_enabled', '\u09aa\u09be\u09a0\u09be\u09a8\u09cb \u09b8\u0995\u09cd\u09b7\u09ae \u09a8\u09af\u09bc', NULL, NULL),\n(48049, 'bn', 'db', 'failed_to_fetch_templates', '\u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f \u0986\u09a8\u09a4\u09c7 \u09ac\u09cd\u09af\u09b0\u09cd\u09a5 \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(48050, 'bn', 'db', 'manage_template', '\u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f \u09aa\u09b0\u09bf\u099a\u09be\u09b2\u09a8\u09be \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48051, 'bn', 'db', 'send_whatsapp_message', 'Whatsapp \u09ae\u09c7\u09b8\u09c7\u099c \u09aa\u09be\u09a0\u09be\u09a8', NULL, NULL),\n(48052, 'bn', 'db', 'type_your_message', '\u0986\u09aa\u09a8\u09be\u09b0 \u09ac\u09be\u09b0\u09cd\u09a4\u09be \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48053, 'bn', 'db', 'delete_confirmation', '\u0986\u09aa\u09a8\u09bf \u0995\u09bf \u09ae\u09c1\u099b\u09a4\u09c7 \u099a\u09be\u09a8?', NULL, NULL),\n(48054, 'bn', 'db', 'template_deleted_successfully', '\u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f \u09b8\u09ab\u09b2\u09ad\u09be\u09ac\u09c7 \u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7', NULL, NULL),\n(48055, 'bn', 'db', 'failed_delete_template', '\u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f \u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09a4\u09c7 \u09ac\u09cd\u09af\u09b0\u09cd\u09a5 \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u09f7', NULL, NULL),\n(48056, 'bn', 'db', 'receiver', '\u09b0\u09bf\u09b8\u09bf\u09ad\u09be\u09b0', NULL, NULL),\n(48057, 'bn', 'db', 'template', '\u099f\u09c7\u09ae\u09aa\u09cd\u09b2\u09c7\u099f', NULL, NULL),\n(48058, 'bn', 'db', 'message', '\u09ac\u09be\u09b0\u09cd\u09a4\u09be', NULL, NULL),\n(48059, 'bn', 'db', 'attachment', '\u09b8\u0982\u09af\u09c1\u0995\u09cd\u09a4\u09bf', NULL, NULL),\n(48060, 'bn', 'db', 'image', '\u099b\u09ac\u09bf', NULL, NULL),\n(48061, 'bn', 'db', 'document', '\u09a6\u09b2\u09bf\u09b2', NULL, NULL),\n(48062, 'bn', 'db', 'Add Designation', '\u09aa\u09a6\u09ac\u09bf \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48063, 'bn', 'db', 'Add Leave', '\u099b\u09c1\u099f\u09bf \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48064, 'bn', 'db', 'Add Overtime', '\u0993\u09ad\u09be\u09b0\u099f\u09be\u0987\u09ae \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48065, 'bn', 'db', 'Add Sale Agent', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u098f\u099c\u09c7\u09a8\u09cd\u099f \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48066, 'bn', 'db', 'Add Shift', 'Shift \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48067, 'bn', 'db', 'Basic Salary', '\u09ac\u09c7\u09b8\u09bf\u0995 \u09ac\u09c7\u09a4\u09a8', NULL, NULL),\n(48068, 'bn', 'db', 'Commission', '\u0995\u09ae\u09bf\u09b6\u09a8', NULL, NULL),\n(48069, 'bn', 'db', 'Commission Percent', '\u0995\u09ae\u09bf\u09b6\u09a8 \u09b6\u09a4\u09be\u0982\u09b6', NULL, NULL),\n(48070, 'bn', 'db', 'Deselect All', '\u09b8\u0995\u09b2\u0995\u09c7 \u0985\u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48071, 'bn', 'db', 'End Date', '\u09b6\u09c7\u09b7 \u09a4\u09be\u09b0\u09bf\u0996', NULL, NULL),\n(48072, 'bn', 'db', 'End Time', '\u09b6\u09c7\u09b7 \u09b8\u09ae\u09af\u09bc', NULL, NULL),\n(48073, 'bn', 'db', 'Expenses', '\u0996\u09b0\u099a', NULL, NULL),\n(48074, 'bn', 'db', 'Filter', '\u09ab\u09bf\u09b2\u09cd\u099f\u09be\u09b0', NULL, NULL),\n(48075, 'bn', 'db', 'Generate Payroll', '\u09ac\u09c7\u09a4\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48076, 'bn', 'db', 'Grace In (min)', '\u0997\u09cd\u09b0\u09c7\u09b8 \u0987\u09a8 (\u09ae\u09bf\u09a8\u09bf\u099f)', NULL, NULL),\n(48077, 'bn', 'db', 'Grace Out', '\u0997\u09cd\u09b0\u09c7\u09b8 \u0986\u0989\u099f', NULL, NULL),\n(48078, 'bn', 'db', 'HRM Panel', '\u098f\u0987\u099a\u0986\u09b0\u098f\u09ae \u09aa\u09cd\u09af\u09be\u09a8\u09c7\u09b2', NULL, NULL),\n(48079, 'bn', 'db', 'Import CSV', 'CSV \u0986\u09ae\u09a6\u09be\u09a8\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48080, 'bn', 'db', 'Is Sale Agent?', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u098f\u099c\u09c7\u09a8\u09cd\u099f?', NULL, NULL),\n(48081, 'bn', 'db', 'Leave Type', '\u09a4\u09cd\u09af\u09be\u0997\u09c7\u09b0 \u09a7\u09b0\u09a8', NULL, NULL),\n(48082, 'bn', 'db', 'Leaves', '\u09aa\u09be\u09a4\u09be', NULL, NULL),\n(48083, 'bn', 'db', 'Month', '\u09ae\u09be\u09b8', NULL, NULL),\n(48084, 'bn', 'db', 'Overtime', '\u0993\u09ad\u09be\u09b0\u099f\u09be\u0987\u09ae', NULL, NULL),\n(48085, 'bn', 'db', 'Payroll cannot be deleted if status is final', '\u09b8\u09cd\u099f\u09cd\u09af\u09be\u099f\u09be\u09b8 \u099a\u09c2\u09a1\u09bc\u09be\u09a8\u09cd\u09a4 \u09b9\u09b2\u09c7 \u09ac\u09c7\u09a4\u09a8 \u09ae\u09c1\u099b\u09c7 \u09ab\u09c7\u09b2\u09be \u09af\u09be\u09ac\u09c7 \u09a8\u09be', NULL, NULL),\n(48086, 'bn', 'db', 'Payroll for', '\u099c\u09a8\u09cd\u09af \u09ac\u09c7\u09a4\u09a8', NULL, NULL),\n(48087, 'bn', 'db', 'Payroll Group Name', '\u09ac\u09c7\u09a4\u09a8 \u0997\u09cb\u09b7\u09cd\u09a0\u09c0\u09b0 \u09a8\u09be\u09ae', NULL, NULL),\n(48088, 'bn', 'db', 'Recurring', '\u09aa\u09c1\u09a8\u09b0\u09be\u09ac\u09c3\u09a4\u09cd\u09a4', NULL, NULL),\n(48089, 'bn', 'db', 'Region', '\u0985\u099e\u09cd\u099a\u09b2', NULL, NULL),\n(48090, 'bn', 'db', 'Salary', '\u09ac\u09c7\u09a4\u09a8', NULL, NULL),\n(48091, 'bn', 'db', 'Sale Agents', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u098f\u099c\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(48092, 'bn', 'db', 'Sales Target', '\u09b8\u09c7\u09b2\u09b8 \u099f\u09be\u09b0\u09cd\u0997\u09c7\u099f', NULL, NULL),\n(48093, 'bn', 'db', 'Select Department', '\u09ac\u09bf\u09ad\u09be\u0997 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48094, 'bn', 'db', 'Select Designation', '\u09aa\u09a6\u09ac\u09c0 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48095, 'bn', 'db', 'Select Shift', 'Shift \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48096, 'bn', 'db', 'Select Status', '\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48097, 'bn', 'db', 'Shift', '\u09b6\u09bf\u09ab\u099f', NULL, NULL),\n(48098, 'bn', 'db', 'Start Date', '\u09b6\u09c1\u09b0\u09c1\u09b0 \u09a4\u09be\u09b0\u09bf\u0996', NULL, NULL),\n(48099, 'bn', 'db', 'Start Time', '\u09b6\u09c1\u09b0\u09c1\u09b0 \u09b8\u09ae\u09af\u09bc', NULL, NULL),\n(48100, 'bn', 'db', 'invoice_to_hatsapp', 'Whatsapp \u098f \u099a\u09be\u09b2\u09be\u09a8', NULL, NULL),\n(48101, 'bn', 'db', 'Submit All Payrolls', '\u09b8\u09ae\u09b8\u09cd\u09a4 \u09ac\u09c7\u09a4\u09a8 \u099c\u09ae\u09be \u09a6\u09bf\u09a8', NULL, NULL),\n(48102, 'bn', 'db', 'Submit Payrolls', '\u09ac\u09c7\u09a4\u09a8 \u099c\u09ae\u09be \u09a6\u09bf\u09a8', NULL, NULL),\n(48103, 'bn', 'db', 'Total Sales Amount From', '\u09a5\u09c7\u0995\u09c7 \u09ae\u09cb\u099f \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(48104, 'bn', 'db', 'Total Sales Amount To', '\u09ae\u09cb\u099f \u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(48105, 'bn', 'db', 'Update Overtime', '\u0993\u09ad\u09be\u09b0\u099f\u09be\u0987\u09ae \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48106, 'bn', 'db', 'Work Duration', '\u0995\u09be\u099c\u09c7\u09b0 \u09b8\u09ae\u09af\u09bc\u0995\u09be\u09b2', NULL, NULL),\n(48107, 'bn', 'db', 'Grace Out (min)', '\u0997\u09cd\u09b0\u09c7\u09b8 \u0986\u0989\u099f (\u09ae\u09bf\u09a8\u09bf\u099f)', NULL, NULL),\n(48108, 'bn', 'db', 'Annual Quota', '\u09ac\u09be\u09b0\u09cd\u09b7\u09bf\u0995 \u0995\u09cb\u099f\u09be', NULL, NULL),\n(48109, 'bn', 'db', 'paid_or_unpaid', '\u09aa\u09c7\u0987\u09a1 \u09ac\u09be \u0986\u09a8\u09aa\u09c7\u0987\u09a1', NULL, NULL),\n(48110, 'bn', 'db', 'final', '\u09ab\u09be\u0987\u09a8\u09be\u09b2', NULL, NULL),\n(48111, 'bn', 'db', 'HRM - Generate Payroll', '\u098f\u0987\u099a\u0986\u09b0\u098f\u09ae - \u09ac\u09c7\u09a4\u09a8 \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48112, 'bn', 'db', 'employee_id', '\u0995\u09b0\u09cd\u09ae\u099a\u09be\u09b0\u09c0 \u0986\u0987\u09a1\u09bf', NULL, NULL),\n(48113, 'bn', 'db', 'Please select', '\u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9 \u0995\u09b0\u09c7 \u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48114, 'bn', 'db', 'Redeem Points Settings', '\u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09b8\u09c7\u099f\u09bf\u0982\u09b8 \u09b0\u09bf\u09a1\u09bf\u09ae \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48115, 'bn', 'db', 'Redeem amount per unit point', '\u09aa\u09cd\u09b0\u09a4\u09bf \u0987\u0989\u09a8\u09bf\u099f \u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f\u09c7\u09b0 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3 \u09b0\u09bf\u09a1\u09bf\u09ae \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48116, 'bn', 'db', 'Maximum redeem point per order', '\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf \u09b8\u09b0\u09cd\u09ac\u09cb\u099a\u09cd\u099a \u09b0\u09bf\u09a1\u09bf\u09ae \u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(48117, 'bn', 'db', 'Minimum order total to redeem points', '\u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09b0\u09bf\u09a1\u09bf\u09ae \u0995\u09b0\u09a4\u09c7 \u09b8\u09b0\u09cd\u09ac\u09a8\u09bf\u09ae\u09cd\u09a8 \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09ae\u09cb\u099f', NULL, NULL),\n(48118, 'bn', 'db', 'Minimum redeem point', '\u09a8\u09cd\u09af\u09c2\u09a8\u09a4\u09ae \u09b0\u09bf\u09a1\u09bf\u09ae \u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f', NULL, NULL),\n(48119, 'bn', 'db', 'Minimum sold amount to get point', '\u09aa\u09af\u09bc\u09c7\u09a8\u09cd\u099f \u09aa\u09c7\u09a4\u09c7 \u09a8\u09cd\u09af\u09c2\u09a8\u09a4\u09ae \u09ac\u09bf\u0995\u09cd\u09b0\u09bf\u09b0 \u09aa\u09b0\u09bf\u09ae\u09be\u09a3', NULL, NULL),\n(48120, 'bn', 'db', 'View Document', '\u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f \u09a6\u09c7\u0996\u09c1\u09a8', NULL, NULL),\n(48121, 'bn', 'db', 'Show Vat Registration Number', '\u09ad\u09cd\u09af\u09be\u099f \u09b0\u09c7\u099c\u09bf\u09b8\u09cd\u099f\u09cd\u09b0\u09c7\u09b6\u09a8 \u09a8\u09ae\u09cd\u09ac\u09b0 \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(48122, 'bn', 'db', 'Show Sale Note', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09a8\u09cb\u099f \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(48123, 'bn', 'db', 'App Setting', '\u0985\u09cd\u09af\u09be\u09aa \u09b8\u09c7\u099f\u09bf\u0982', NULL, NULL),\n(48124, 'bn', 'db', 'Manual Process for connecting the Mobile App', '\u09ae\u09cb\u09ac\u09be\u0987\u09b2 \u0985\u09cd\u09af\u09be\u09aa \u09b8\u0982\u09af\u09cb\u0997 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09ae\u09cd\u09af\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b2 \u09aa\u09cd\u09b0\u0995\u09cd\u09b0\u09bf\u09af\u09bc\u09be', NULL, NULL),\n(48125, 'bn', 'db', 'QR Code for Connecting the Mobile App', '\u09ae\u09cb\u09ac\u09be\u0987\u09b2 \u0985\u09cd\u09af\u09be\u09aa \u0995\u09be\u09a8\u09c7\u0995\u09cd\u099f \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af QR \u0995\u09cb\u09a1', NULL, NULL),\n(48126, 'bn', 'db', 'Active Devices', '\u09b8\u0995\u09cd\u09b0\u09bf\u09af\u09bc \u09a1\u09bf\u09ad\u09be\u0987\u09b8', NULL, NULL),\n(48127, 'bn', 'db', 'IP', '\u0986\u0987\u09aa\u09bf', NULL, NULL),\n(48128, 'bn', 'db', 'Last Active', '\u09b8\u09b0\u09cd\u09ac\u09b6\u09c7\u09b7 \u09b8\u0995\u09cd\u09b0\u09bf\u09af\u09bc', NULL, NULL),\n(48129, 'bn', 'db', 'We shall be back soon', '\u0986\u09ae\u09b0\u09be \u09b6\u09c0\u0998\u09cd\u09b0\u0987 \u09ab\u09bf\u09b0\u09c7 \u0986\u09b8\u09a4\u09c7 \u09b9\u09ac\u09c7', NULL, NULL),\n(48130, 'bn', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', '\u0985\u09b8\u09c1\u09ac\u09bf\u09a7\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09a6\u09c1\u0983\u0996\u09bf\u09a4\u0964 ', NULL, NULL),\n(48131, 'bn', 'db', 'maintenance_mode', '\u09b0\u0995\u09cd\u09b7\u09a3\u09be\u09ac\u09c7\u0995\u09cd\u09b7\u09a3 \u09ae\u09cb\u09a1', NULL, NULL),\n(48132, 'bn', 'db', 'maintenance_allowed_ips', '\u09b0\u0995\u09cd\u09b7\u09a3\u09be\u09ac\u09c7\u0995\u09cd\u09b7\u09a3 \u09ae\u09cb\u09a1\u09c7 \u0985\u09a8\u09c1\u09ae\u09cb\u09a6\u09bf\u09a4 \u0986\u0987\u09aa\u09bf', NULL, NULL),\n(48133, 'bn', 'db', 'Available Balance', '\u0989\u09aa\u09b2\u09ad\u09cd\u09af \u09ac\u09cd\u09af\u09be\u09b2\u09c7\u09a8\u09cd\u09b8', NULL, NULL),\n(48134, 'bn', 'db', 'profit_margin_type', '\u09b2\u09be\u09ad \u09ae\u09be\u09b0\u09cd\u099c\u09bf\u09a8 \u09aa\u09cd\u09b0\u0995\u09be\u09b0', NULL, NULL),\n(48135, 'bn', 'db', 'show_expiry_alerts_before', '(\u09a6\u09bf\u09a8) \u0986\u0997\u09c7 \u09aa\u09a3\u09cd\u09af\u0997\u09c1\u09b2\u09bf\u09b0 \u099c\u09a8\u09cd\u09af \u09ae\u09c7\u09af\u09bc\u09be\u09a6 \u09b6\u09c7\u09b7 \u09b9\u0993\u09af\u09bc\u09be\u09b0 \u09b8\u09a4\u09b0\u09cd\u0995\u09a4\u09be \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(48136, 'bn', 'db', 'Product Review', '\u09aa\u09a3\u09cd\u09af \u09aa\u09b0\u09cd\u09af\u09be\u09b2\u09cb\u099a\u09a8\u09be', NULL, NULL),\n(48137, 'bn', 'db', 'newsletter', '\u09a8\u09bf\u0989\u099c\u09b2\u09c7\u099f\u09be\u09b0', NULL, NULL),\n(48138, 'bn', 'db', 'Sale Exchange', '\u09b8\u09c7\u09b2 \u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c', NULL, NULL),\n(48139, 'bn', 'db', 'Sale Exchange List', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09ac\u09bf\u09a8\u09bf\u09ae\u09af\u09bc \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(48140, 'bn', 'db', 'Add Exchange', '\u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48141, 'bn', 'db', 'search_by_reference_no_or_Product', '\u09b0\u09c7\u09ab\u09be\u09b0\u09c7\u09a8\u09cd\u09b8 \u09a8\u09ae\u09cd\u09ac\u09b0 \u09ac\u09be \u09aa\u09a3\u09cd\u09af \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48142, 'bn', 'db', 'Order Product', '\u09aa\u09a3\u09cd\u09af \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48143, 'bn', 'db', 'Payment Type', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f\u09c7\u09b0 \u09a7\u09b0\u09a8', NULL, NULL),\n(48144, 'bn', 'db', 'Payment Type', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f\u09c7\u09b0 \u09a7\u09b0\u09a8', NULL, NULL),\n(48145, 'bn', 'db', 'Edit Production', '\u0989\u09a4\u09cd\u09aa\u09be\u09a6\u09a8 \u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u09a8\u09be \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48146, 'bn', 'db', 'Delete Production', '\u0989\u09a4\u09cd\u09aa\u09be\u09a6\u09a8 \u09ae\u09c1\u099b\u09c1\u09a8', NULL, NULL),\n(48147, 'bn', 'db', 'Recipe List', '\u09b0\u09c7\u09b8\u09bf\u09aa\u09bf \u09a4\u09be\u09b2\u09bf\u0995\u09be', NULL, NULL),\n(48148, 'bn', 'db', 'Add Recipe', '\u09b0\u09c7\u09b8\u09bf\u09aa\u09bf \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48149, 'bn', 'db', 'Delete Recipe', '\u09b0\u09c7\u09b8\u09bf\u09aa\u09bf \u09ae\u09c1\u099b\u09c1\u09a8', NULL, NULL),\n(48150, 'bn', 'db', 'Theme Settings', '\u09a5\u09bf\u09ae \u09b8\u09c7\u099f\u09bf\u0982\u09b8', NULL, NULL),\n(48151, 'bn', 'db', 'show_customer_name', '\u0997\u09cd\u09b0\u09be\u09b9\u0995\u09c7\u09b0 \u09a8\u09be\u09ae \u09a6\u09c7\u0996\u09be\u09a8', NULL, NULL),\n(48152, 'bn', 'db', 'sale_due', '\u09ac\u09bf\u0995\u09cd\u09b0\u09af\u09bc \u09ac\u0995\u09c7\u09af\u09bc\u09be', NULL, NULL),\n(48153, 'bn', 'db', 'purchase_due', '\u0995\u09cd\u09b0\u09af\u09bc \u09ac\u0995\u09c7\u09af\u09bc\u09be', NULL, NULL),\n(48154, 'bn', 'db', 'bulk_update', '\u09ac\u09be\u09b2\u09cd\u0995 \u0986\u09aa\u09a1\u09c7\u099f', NULL, NULL),\n(48155, 'bn', 'db', 'payment_at', '\u09aa\u09c7\u09ae\u09c7\u09a8\u09cd\u099f \u098f', NULL, NULL),\n(48156, 'bn', 'db', 'paper_size', '\u0995\u09be\u0997\u099c\u09c7\u09b0 \u0986\u0995\u09be\u09b0', NULL, NULL),\n(48157, 'bn', 'db', 'Type designation name', '\u0989\u09aa\u09be\u09a7\u09bf\u09b0 \u09a8\u09be\u09ae \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48158, 'bn', 'db', 'Type shift name', '\u09b6\u09bf\u09ab\u099f\u09c7\u09b0 \u09a8\u09be\u09ae \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48159, 'bn', 'db', 'Add Leave Type', '\u099b\u09c1\u099f\u09bf\u09b0 \u09a7\u09b0\u09a8 \u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48160, 'bn', 'db', 'Update Leave Type', '\u099b\u09c1\u099f\u09bf\u09b0 \u09a7\u09b0\u09a8 \u0986\u09aa\u09a1\u09c7\u099f \u0995\u09b0\u09c1\u09a8', NULL, NULL),\n(48161, 'bn', 'db', 'Carry Forward Limit', '\u0995\u09cd\u09af\u09be\u09b0\u09bf \u09ab\u09b0\u09cb\u09af\u09bc\u09be\u09b0\u09cd\u09a1 \u09b2\u09bf\u09ae\u09bf\u099f', NULL, NULL),\n(48162, 'bn', 'db', 'stock', '\u09b8\u09cd\u099f\u0995', NULL, NULL),\n(48163, 'bn', 'db', 'profit_loss_report', '\u09b2\u09be\u09ad\/\u09b2\u09cb\u0995\u09b8\u09be\u09a8 \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f', NULL, NULL),\n(48164, 'de', 'db', 'support_ickets', 'Support-Tickets', NULL, NULL),\n(48165, 'de', 'db', 'Packing Slip to manage orders\/sales', 'Lieferschein zur Verwaltung von Bestellungen\/Verk\u00e4ufen', NULL, NULL),\n(48166, 'de', 'db', 'Available Quantity', 'Verf\u00fcgbare Menge', NULL, NULL),\n(48167, 'de', 'db', 'Hide Total Due', 'F\u00e4llige Gesamtsumme ausblenden', NULL, NULL),\n(48168, 'de', 'db', 'Filter Purchases', 'K\u00e4ufe filtern', NULL, NULL),\n(48169, 'de', 'db', 'Type purchase code', 'Geben Sie den Kaufcode ein', NULL, NULL),\n(48170, 'de', 'db', 'Scan the QR code to pay', 'Scannen Sie den QR-Code, um zu bezahlen', NULL, NULL),\n(48171, 'de', 'db', 'Upload payment proof', 'Zahlungsnachweis hochladen', NULL, NULL),\n(48172, 'de', 'db', 'Change Currency', 'W\u00e4hrung \u00e4ndern', NULL, NULL),\n(48173, 'de', 'db', 'Your Rating', 'Ihre Bewertung', NULL, NULL),\n(48174, 'de', 'db', 'Your Review', 'Ihre Bewertung', NULL, NULL),\n(48175, 'de', 'db', 'Add Review', 'Bewertung hinzuf\u00fcgen', NULL, NULL),\n(48176, 'de', 'db', 'Rating', 'Bewertung', NULL, NULL),\n(48177, 'de', 'db', 'Review', 'Rezension', NULL, NULL),\n(48178, 'de', 'db', 'No reviews yet', 'Noch keine Bewertungen', NULL, NULL),\n(48179, 'de', 'db', 'You already review this product', 'Sie haben dieses Produkt bereits bewertet', NULL, NULL),\n(48180, 'de', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', 'Sie haben keine Berechtigung, dieses Produkt zu bewerten. ', NULL, NULL),\n(48181, 'de', 'db', 'You must be logged in to write a review', 'Sie m\u00fcssen angemeldet sein, um eine Bewertung schreiben zu k\u00f6nnen', NULL, NULL),\n(48182, 'de', 'db', 'Login', 'Login', NULL, NULL),\n(48183, 'de', 'db', 'Product', 'Produkt', NULL, NULL),\n(48184, 'de', 'db', 'Select Recipe', 'W\u00e4hlen Sie Rezept', NULL, NULL),\n(48185, 'de', 'db', 'Total Qty', 'Gesamtmenge', NULL, NULL),\n(48186, 'de', 'db', 'Wastage Percent', 'Verschwendungsprozentsatz', NULL, NULL),\n(48187, 'de', 'db', 'Final Quantity', 'Endg\u00fcltige Menge', NULL, NULL),\n(48188, 'de', 'db', 'Sub total', 'Zwischensumme', NULL, NULL),\n(48189, 'de', 'db', 'Production Cost', 'Produktionskosten', NULL, NULL),\n(48190, 'de', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', 'Wenn Sie Fragen oder Bedenken haben, z\u00f6gern Sie bitte nicht, uns zu kontaktieren. Wir sind f\u00fcr Sie da!', NULL, NULL),\n(48191, 'de', 'db', 'Product with', 'Produkt mit', NULL, NULL),\n(48192, 'de', 'db', 'Loading products for selected warehouse', 'Laden von Produkten f\u00fcr das ausgew\u00e4hlte Lager', NULL, NULL),\n(48193, 'de', 'db', 'Show Paid Info', 'Zahlungsdetails anzeigen', NULL, NULL),\n(48194, 'de', 'db', 'Show Amount In Words', 'Betrag in Worten anzeigen', NULL, NULL),\n(48195, 'de', 'db', 'Show Bill To Info', 'Informationen zur Rechnungsadresse anzeigen', NULL, NULL),\n(48196, 'de', 'db', 'Auto Generate Numbering Type', 'Rechnungsnummer automatisch generieren', NULL, NULL),\n(48197, 'de', 'db', 'Show Description', 'Beschreibung anzeigen', NULL, NULL),\n(48198, 'de', 'db', 'Profit Margin', 'Gewinnspanne', NULL, NULL),\n(48199, 'de', 'db', 'show Products Details in Purchase List', 'Produkte in der Einkaufsliste anzeigen', NULL, NULL),\n(48200, 'de', 'db', 'show Products Details in Sales List', 'Produkte in der Verkaufsliste anzeigen', NULL, NULL),\n(48201, 'de', 'db', 'Default Profit Margin Value', 'Standardgewinnspanne (%)', NULL, NULL),\n(48202, 'de', 'db', 'show', 'Zeigen', NULL, NULL),\n(48203, 'de', 'db', 'hide', 'Verstecken', NULL, NULL),\n(48204, 'de', 'db', 'expired', 'Abgelaufen', NULL, NULL),\n(48205, 'de', 'db', 'add_recipes', 'Rezepte hinzuf\u00fcgen', NULL, NULL),\n(48206, 'de', 'db', 'Recipe', 'Rezept', NULL, NULL),\n(48207, 'de', 'db', 'add_recipe', 'Rezept hinzuf\u00fcgen', NULL, NULL),\n(48208, 'de', 'db', 'Wastage percent', 'Verschwendungsprozentsatz', NULL, NULL),\n(48209, 'de', 'db', 'add_Ingredient', 'Zutat hinzuf\u00fcgen', NULL, NULL),\n(48210, 'de', 'db', 'Ingredient List', 'Zutatenliste', NULL, NULL),\n(48211, 'de', 'db', 'Customer Name', 'Kundenname', NULL, NULL),\n(48212, 'de', 'db', 'Review', 'Rezension', NULL, NULL),\n(48213, 'de', 'db', 'Confirmation', 'Best\u00e4tigung', NULL, NULL),\n(48214, 'de', 'db', 'Your Rating', 'Ihre Bewertung', NULL, NULL),\n(48215, 'de', 'db', 'Your Review', 'Ihre Bewertung', NULL, NULL),\n(48216, 'de', 'db', 'Add Review', 'Bewertung hinzuf\u00fcgen', NULL, NULL),\n(48217, 'de', 'db', 'Rating', 'Bewertung', NULL, NULL),\n(48218, 'de', 'db', 'Review', 'Rezension', NULL, NULL),\n(48219, 'de', 'db', 'No reviews yet', 'Noch keine Bewertungen', NULL, NULL),\n(48220, 'de', 'db', 'You already reviewed this product', 'Sie haben dieses Produkt bereits bewertet', NULL, NULL),\n(48221, 'de', 'db', 'You must buy it to leave a review', 'Sie m\u00fcssen es kaufen, um eine Bewertung abzugeben', NULL, NULL),\n(48222, 'de', 'db', 'Edit Recipe', 'Rezept bearbeiten', NULL, NULL),\n(48223, 'de', 'db', 'add_production', 'Produktion hinzuf\u00fcgen', NULL, NULL),\n(48224, 'de', 'db', 'Adjustment Quantity', 'Anpassungsmenge', NULL, NULL),\n(48225, 'de', 'db', 'Adjust Quantity', 'Menge anpassen', NULL, NULL),\n(48226, 'de', 'db', 'You must close your cash register before logout', 'Vor dem Abmelden m\u00fcssen Sie Ihre Kasse schlie\u00dfen', NULL, NULL),\n(48227, 'de', 'db', 'Amount exceeds available balance', 'Der Betrag \u00fcbersteigt das verf\u00fcgbare Guthaben', NULL, NULL),\n(48228, 'de', 'db', 'View Points', 'Aussichtspunkte', NULL, NULL),\n(48229, 'de', 'db', 'Cash Register', 'Kasse', NULL, NULL),\n(48230, 'de', 'db', 'Closing Balance', 'Schlussbilanz', NULL, NULL),\n(48231, 'de', 'db', 'Actual Cash', 'Tats\u00e4chliches Bargeld', NULL, NULL),\n(48232, 'de', 'db', 'Add Invoice Setting', 'Rechnungseinstellung hinzuf\u00fcgen', NULL, NULL),\n(48233, 'de', 'db', 'Receipt Printers', 'Belegdrucker', NULL, NULL),\n(48234, 'de', 'db', 'Receipt Printer Type', 'Quittungsdruckertyp', NULL, NULL),\n(48235, 'de', 'db', 'Simple', 'Einfach', NULL, NULL),\n(48236, 'de', 'db', 'Star SP2000 Series', 'Star SP2000-Serie', NULL, NULL),\n(48237, 'de', 'db', 'EPOS TEP200M Series', 'EPOS TEP200M-Serie', NULL, NULL),\n(48238, 'de', 'db', 'Epson TM-U220', 'Epson TM-U220', NULL, NULL),\n(48239, 'de', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(48240, 'de', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(48241, 'de', 'db', 'Add Printer', 'Drucker hinzuf\u00fcgen', NULL, NULL),\n(48242, 'de', 'db', 'Printer Name', 'Druckername', NULL, NULL),\n(48243, 'de', 'db', 'Connection Type', 'Verbindungstyp', NULL, NULL),\n(48244, 'de', 'db', 'Capability Profile', 'F\u00e4higkeitsprofil', NULL, NULL),\n(48245, 'de', 'db', 'Characters per line', 'Zeichen pro Zeile', NULL, NULL),\n(48246, 'de', 'db', 'IP Address', 'IP-Adresse', NULL, NULL),\n(48247, 'de', 'db', 'Port', 'Hafen', NULL, NULL),\n(48248, 'de', 'db', 'Path', 'Weg', NULL, NULL),\n(48249, 'de', 'db', 'Maximum characters printable per line', 'Maximal druckbare Zeichen pro Zeile', NULL, NULL),\n(48250, 'de', 'db', 'Printer IP address', 'IP-Adresse des Druckers', NULL, NULL),\n(48251, 'de', 'db', 'Most printers use port 9100', 'Die meisten Drucker verwenden Port 9100', NULL, NULL),\n(48252, 'de', 'db', 'Device files are typically', 'Ger\u00e4tedateien sind normalerweise', NULL, NULL),\n(48253, 'de', 'db', 'Windows connection type', 'Windows-Verbindungstyp', NULL, NULL),\n(48254, 'de', 'db', 'Linux connection type', 'Linux-Verbindungstyp', NULL, NULL),\n(48255, 'de', 'db', 'Receipt Printers', 'Belegdrucker', NULL, NULL),\n(48256, 'de', 'db', 'Will Expire', 'L\u00e4uft ab', NULL, NULL),\n(48257, 'de', 'db', 'This warehouse already has a printer assigned', 'Diesem Lager ist bereits ein Drucker zugewiesen', NULL, NULL),\n(48258, 'de', 'db', 'The receipt has been successfully printed', 'Die Quittung wurde erfolgreich gedruckt', NULL, NULL),\n(48259, 'de', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', 'Verschiedene Drucker unterst\u00fctzen unterschiedliche Befehle und Codepages. ', NULL, NULL),\n(48260, 'de', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', 'Wenn Sie diesem Lager einen Belegdrucker zuweisen, wird das Browser-Drucken deaktiviert. ', NULL, NULL),\n(48261, 'de', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', 'Bitte w\u00e4hlen Sie in den Rechnungseinstellungen entweder die 58-mm- oder die 80-mm-Vorlage als Standard aus', NULL, NULL),\n(48262, 'de', 'db', 'Customer Display Screen', 'Kundenbildschirm', NULL, NULL),\n(48263, 'de', 'db', 'Change Return', 'R\u00fcckgabe \u00e4ndern', NULL, NULL),\n(48264, 'de', 'db', 'This is a test mail to confirm your SMTP settings are working.', 'Dies ist eine Test-E-Mail zur Best\u00e4tigung, dass Ihre SMTP-Einstellungen funktionieren.', NULL, NULL),\n(48265, 'de', 'db', 'Test Mail', 'Testmail', NULL, NULL),\n(48266, 'de', 'db', 'data_updated_mail_sent', 'Daten erfolgreich aktualisiert. ', NULL, NULL),\n(48267, 'de', 'db', 'data_updated_mail_fail', 'Daten erfolgreich aktualisiert, Test-Mail jedoch fehlgeschlagen:', NULL, NULL),\n(48268, 'de', 'db', 'Credit Limit', 'Kreditlimit', NULL, NULL),\n(48269, 'de', 'db', 'Credit limit exceeded! Customer credit limit:', 'Kreditlimit \u00fcberschritten! ', NULL, NULL),\n(48270, 'de', 'db', 'Credit Sale', 'Kreditverkauf', NULL, NULL),\n(48271, 'de', 'db', 'Initial Deposit', 'Ersteinzahlung', NULL, NULL),\n(48272, 'de', 'db', 'Opening balance', 'Er\u00f6ffnungsbilanz', NULL, NULL),\n(48273, 'de', 'db', 'WhatsApp Number', 'WhatsApp-Nummer', NULL, NULL),\n(48274, 'de', 'db', 'create_ticket', 'Ticket erstellen', NULL, NULL),\n(48275, 'de', 'db', 'subject', 'Thema', NULL, NULL),\n(48276, 'de', 'db', 'tenant', 'Mieter', NULL, NULL),\n(48277, 'de', 'db', 'no_subject', 'Kein Betreff', NULL, NULL),\n(48278, 'de', 'db', 'confirm_delete_ticket', 'Sind Sie sicher, dass Sie dieses Ticket l\u00f6schen m\u00f6chten?', NULL, NULL),\n(48279, 'de', 'db', 'add_ticket', 'Ticket hinzuf\u00fcgen', NULL, NULL),\n(48280, 'de', 'db', 'ticket_created', 'Ticket erfolgreich erstellt', NULL, NULL),\n(48281, 'de', 'db', 'ticket_deleted', 'Ticket erfolgreich gel\u00f6scht', NULL, NULL),\n(48282, 'de', 'db', 'insert_upload_text', 'Bitte f\u00fcgen Sie Ihre Bilder\/Video-Links in das obige Textfeld ein, indem Sie sie hochladen', NULL, NULL),\n(48283, 'de', 'db', 'reply_sent', 'Antwort erfolgreich gesendet', NULL, NULL),\n(48284, 'de', 'db', 'disable_tenant_support_tickets', 'Deaktivieren Sie Mieter-Supporttickets', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(48285, 'de', 'db', 'symbol', 'Symbol', NULL, NULL),\n(48286, 'de', 'db', 'print_invoice', 'Rechnung drucken', NULL, NULL),\n(48287, 'de', 'db', 'create_ticket', 'Ticket erstellen', NULL, NULL),\n(48288, 'de', 'db', 'subject', 'Thema', NULL, NULL),\n(48289, 'de', 'db', 'tenant', 'Mieter', NULL, NULL),\n(48290, 'de', 'db', 'no_subject', 'Kein Betreff', NULL, NULL),\n(48291, 'de', 'db', 'add_ticket', 'Ticket hinzuf\u00fcgen', NULL, NULL),\n(48292, 'de', 'db', 'confirm_delete_ticket', 'Sind Sie sicher, dass Sie dieses Ticket l\u00f6schen m\u00f6chten?', NULL, NULL),\n(48293, 'de', 'db', 'ticket_created', 'Ticket erfolgreich erstellt', NULL, NULL),\n(48294, 'de', 'db', 'ticket_deleted', 'Ticket erfolgreich gel\u00f6scht', NULL, NULL),\n(48295, 'de', 'db', 'insert_upload_text', 'Bitte f\u00fcgen Sie Ihre Bilder\/Video-Links in das obige Textfeld ein, indem Sie sie hochladen', NULL, NULL),\n(48296, 'de', 'db', 'reply_sent', 'Antwort erfolgreich gesendet', NULL, NULL),\n(48297, 'de', 'db', 'Return Discount', 'R\u00fcckgaberabatt', NULL, NULL),\n(48298, 'de', 'db', 'Activity Log', 'Aktivit\u00e4tsprotokoll', NULL, NULL),\n(48299, 'de', 'db', 'Item Description', 'Artikelbeschreibung', NULL, NULL),\n(48300, 'de', 'db', 'Cart Product Update', 'Warenkorb-Produktaktualisierung', NULL, NULL),\n(48301, 'de', 'db', 'Handle Discount', 'Griffrabatt', NULL, NULL),\n(48302, 'de', 'db', 'Account Selection', 'Kontoauswahl', NULL, NULL),\n(48303, 'de', 'db', 'Installment Plan', 'Ratenzahlungsplan', NULL, NULL),\n(48304, 'de', 'db', 'Enable Installment Plan', 'Ratenzahlungsplan aktivieren', NULL, NULL),\n(48305, 'de', 'db', 'Installment', 'Rate', NULL, NULL),\n(48306, 'de', 'db', 'Plan Name', 'Planname', NULL, NULL),\n(48307, 'de', 'db', 'Total Amount', 'Gesamtbetrag', NULL, NULL),\n(48308, 'de', 'db', 'Additional Amount', 'Zus\u00e4tzlicher Betrag', NULL, NULL),\n(48309, 'de', 'db', 'Down Payment', 'Anzahlung', NULL, NULL),\n(48310, 'de', 'db', 'Disable registration', 'Registrierung deaktivieren', NULL, NULL),\n(48311, 'de', 'db', 'Disable password reset', 'Passwort-Reset deaktivieren', NULL, NULL),\n(48312, 'de', 'db', 'Font CSS', 'Schriftart-CSS', NULL, NULL),\n(48313, 'de', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS f\u00fcr Authentifizierungsseiten (Anmeldung\/Registrierung\/Passwort vergessen\/Verifizierung)', NULL, NULL),\n(48314, 'de', 'db', 'POS page CSS', 'CSS der POS-Seite', NULL, NULL),\n(48315, 'de', 'db', 'Custom CSS\/Styles', 'Benutzerdefiniertes CSS\/Stile', NULL, NULL),\n(48316, 'de', 'db', 'Sidebar', 'Seitenleiste', NULL, NULL),\n(48317, 'de', 'db', 'Exports', 'Exporte', NULL, NULL),\n(48318, 'de', 'db', 'Cart Product Update', 'Warenkorb-Produktaktualisierung', NULL, NULL),\n(48319, 'de', 'db', 'Handle Discount', 'Griffrabatt', NULL, NULL),\n(48320, 'de', 'db', 'Product Export', 'Produktexport', NULL, NULL),\n(48321, 'de', 'db', 'Purchase Export', 'Kaufexport', NULL, NULL),\n(48322, 'de', 'db', 'Sale Export', 'Verkauf Export', NULL, NULL),\n(48323, 'de', 'db', 'Customer Export', 'Kundenexport', NULL, NULL),\n(48324, 'de', 'db', 'Account Selection', 'Kontoauswahl', NULL, NULL),\n(48325, 'de', 'db', 'Change Sale Date', 'Verkaufsdatum \u00e4ndern', NULL, NULL),\n(48326, 'de', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(48327, 'de', 'db', 'message_templates', 'Nachrichtenvorlagen', NULL, NULL),\n(48328, 'de', 'db', 'send_message', 'Nachricht senden', NULL, NULL),\n(48329, 'de', 'db', 'permanent_access_token', 'Permanenter Zugriffstoken', NULL, NULL),\n(48330, 'de', 'db', 'whatsapp_settings', 'WhatsApp-Einstellungen', NULL, NULL),\n(48331, 'de', 'db', 'phone_number_id', 'Telefonnummer-ID', NULL, NULL),\n(48332, 'de', 'db', 'business_account_id', 'Gesch\u00e4ftskonto-ID', NULL, NULL),\n(48333, 'de', 'db', 'api_token', 'API-Token', NULL, NULL),\n(48334, 'de', 'db', 'receipt', 'Quittung', NULL, NULL),\n(48335, 'de', 'db', 'message_types', 'Nachrichtentypen', NULL, NULL),\n(48336, 'de', 'db', 'no_template_type_message', 'Wenn Sie keine Vorlage verwenden, geben Sie unten Ihre Nachricht ein', NULL, NULL),\n(48337, 'de', 'db', 'message_sent_successfully', 'Nachricht erfolgreich gesendet', NULL, NULL),\n(48338, 'de', 'db', 'fail_sent_message', 'Nachricht konnte nicht gesendet werden', NULL, NULL),\n(48339, 'de', 'db', 'whatsapp_credentials_missing', 'WhatsApp-Zugangsdaten fehlen', NULL, NULL),\n(48340, 'de', 'db', 'failed_upload_media_whatsApp', 'Das Hochladen der Medien auf WhatsApp ist fehlgeschlagen', NULL, NULL),\n(48341, 'de', 'db', 'media_id_not_returned_from_WhatsApp', 'Die Medien-ID wurde vom WhatsApp-Upload nicht zur\u00fcckgegeben', NULL, NULL),\n(48342, 'de', 'db', 'sending_not_enabled', 'Senden nicht aktiviert', NULL, NULL),\n(48343, 'de', 'db', 'failed_to_fetch_templates', 'Vorlagen konnten nicht abgerufen werden', NULL, NULL),\n(48344, 'de', 'db', 'manage_template', 'Vorlage verwalten', NULL, NULL),\n(48345, 'de', 'db', 'send_whatsapp_message', 'WhatsApp-Nachricht senden', NULL, NULL),\n(48346, 'de', 'db', 'type_your_message', 'Geben Sie Ihre Nachricht ein', NULL, NULL),\n(48347, 'de', 'db', 'delete_confirmation', 'M\u00f6chten Sie wirklich l\u00f6schen?', NULL, NULL),\n(48348, 'de', 'db', 'template_deleted_successfully', 'Vorlage erfolgreich gel\u00f6scht', NULL, NULL),\n(48349, 'de', 'db', 'failed_delete_template', 'Vorlage konnte nicht gel\u00f6scht werden', NULL, NULL),\n(48350, 'de', 'db', 'receiver', 'Empf\u00e4nger', NULL, NULL),\n(48351, 'de', 'db', 'template', 'Vorlage', NULL, NULL),\n(48352, 'de', 'db', 'message', 'Nachricht', NULL, NULL),\n(48353, 'de', 'db', 'attachment', 'Anhang', NULL, NULL),\n(48354, 'de', 'db', 'image', 'Bild', NULL, NULL),\n(48355, 'de', 'db', 'document', 'Dokumentieren', NULL, NULL),\n(48356, 'de', 'db', 'Add Designation', 'Bezeichnung hinzuf\u00fcgen', NULL, NULL),\n(48357, 'de', 'db', 'Add Leave', 'Urlaub hinzuf\u00fcgen', NULL, NULL),\n(48358, 'de', 'db', 'Add Overtime', '\u00dcberstunden hinzuf\u00fcgen', NULL, NULL),\n(48359, 'de', 'db', 'Add Sale Agent', 'Verkaufsagent hinzuf\u00fcgen', NULL, NULL),\n(48360, 'de', 'db', 'Add Shift', 'Schicht hinzuf\u00fcgen', NULL, NULL),\n(48361, 'de', 'db', 'Basic Salary', 'Grundgehalt', NULL, NULL),\n(48362, 'de', 'db', 'Commission', 'Kommission', NULL, NULL),\n(48363, 'de', 'db', 'Commission Percent', 'Provisionsprozentsatz', NULL, NULL),\n(48364, 'de', 'db', 'Deselect All', 'Alle abw\u00e4hlen', NULL, NULL),\n(48365, 'de', 'db', 'End Date', 'Enddatum', NULL, NULL),\n(48366, 'de', 'db', 'End Time', 'Endzeit', NULL, NULL),\n(48367, 'de', 'db', 'Expenses', 'Kosten', NULL, NULL),\n(48368, 'de', 'db', 'Filter', 'Filter', NULL, NULL),\n(48369, 'de', 'db', 'Generate Payroll', 'Gehaltsabrechnung erstellen', NULL, NULL),\n(48370, 'de', 'db', 'Grace In (min)', 'Grace In (Min.)', NULL, NULL),\n(48371, 'de', 'db', 'Grace Out', 'Gnade raus', NULL, NULL),\n(48372, 'de', 'db', 'HRM Panel', 'HRM-Panel', NULL, NULL),\n(48373, 'de', 'db', 'Import CSV', 'CSV importieren', NULL, NULL),\n(48374, 'de', 'db', 'Is Sale Agent?', 'Ist Verkaufsagent?', NULL, NULL),\n(48375, 'de', 'db', 'Leave Type', 'Art des Urlaubs', NULL, NULL),\n(48376, 'de', 'db', 'Leaves', 'Bl\u00e4tter', NULL, NULL),\n(48377, 'de', 'db', 'Month', 'Monat', NULL, NULL),\n(48378, 'de', 'db', 'Overtime', 'Im Laufe der Zeit', NULL, NULL),\n(48379, 'de', 'db', 'Payroll cannot be deleted if status is final', 'Die Lohn- und Gehaltsabrechnung kann nicht gel\u00f6scht werden, wenn der Status endg\u00fcltig ist', NULL, NULL),\n(48380, 'de', 'db', 'Payroll for', 'Gehaltsabrechnung f\u00fcr', NULL, NULL),\n(48381, 'de', 'db', 'Payroll Group Name', 'Name der Lohn- und Gehaltsabrechnungsgruppe', NULL, NULL),\n(48382, 'de', 'db', 'Recurring', 'Wiederkehrend', NULL, NULL),\n(48383, 'de', 'db', 'Region', 'Region', NULL, NULL),\n(48384, 'de', 'db', 'Salary', 'Gehalt', NULL, NULL),\n(48385, 'de', 'db', 'Sale Agents', 'Verkaufsagenten', NULL, NULL),\n(48386, 'de', 'db', 'Sales Target', 'Verkaufsziel', NULL, NULL),\n(48387, 'de', 'db', 'Select Department', 'W\u00e4hlen Sie Abteilung aus', NULL, NULL),\n(48388, 'de', 'db', 'Select Designation', 'W\u00e4hlen Sie Bezeichnung aus', NULL, NULL),\n(48389, 'de', 'db', 'Select Shift', 'W\u00e4hlen Sie Umschalt', NULL, NULL),\n(48390, 'de', 'db', 'Select Status', 'W\u00e4hlen Sie Status aus', NULL, NULL),\n(48391, 'de', 'db', 'Shift', 'Schicht', NULL, NULL),\n(48392, 'de', 'db', 'Start Date', 'Startdatum', NULL, NULL),\n(48393, 'de', 'db', 'Start Time', 'Startzeit', NULL, NULL),\n(48394, 'de', 'db', 'invoice_to_hatsapp', 'Rechnung an WhatsApp', NULL, NULL),\n(48395, 'de', 'db', 'Submit All Payrolls', 'Senden Sie alle Gehaltsabrechnungen', NULL, NULL),\n(48396, 'de', 'db', 'Submit Payrolls', 'Gehaltsabrechnungen einreichen', NULL, NULL),\n(48397, 'de', 'db', 'Total Sales Amount From', 'Gesamtverkaufsbetrag von', NULL, NULL),\n(48398, 'de', 'db', 'Total Sales Amount To', 'Gesamtverkaufsbetrag bis', NULL, NULL),\n(48399, 'de', 'db', 'Update Overtime', '\u00dcberstunden aktualisieren', NULL, NULL),\n(48400, 'de', 'db', 'Work Duration', 'Arbeitsdauer', NULL, NULL),\n(48401, 'de', 'db', 'Grace Out (min)', 'Grace Out (Min.)', NULL, NULL),\n(48402, 'de', 'db', 'Annual Quota', 'J\u00e4hrliches Kontingent', NULL, NULL),\n(48403, 'de', 'db', 'paid_or_unpaid', 'Bezahlt oder unbezahlt', NULL, NULL),\n(48404, 'de', 'db', 'final', 'Finale', NULL, NULL),\n(48405, 'de', 'db', 'HRM - Generate Payroll', 'HRM \u2013 Gehaltsabrechnung erstellen', NULL, NULL),\n(48406, 'de', 'db', 'employee_id', 'Mitarbeiter-ID', NULL, NULL),\n(48407, 'de', 'db', 'Please select', 'Bitte ausw\u00e4hlen', NULL, NULL),\n(48408, 'de', 'db', 'Redeem Points Settings', 'Einstellungen zum Einl\u00f6sen von Punkten', NULL, NULL),\n(48409, 'de', 'db', 'Redeem amount per unit point', 'Einl\u00f6sebetrag pro Einheitspunkt', NULL, NULL),\n(48410, 'de', 'db', 'Maximum redeem point per order', 'Maximaler Einl\u00f6sepunkt pro Bestellung', NULL, NULL),\n(48411, 'de', 'db', 'Minimum order total to redeem points', 'Mindestbestellwert zum Einl\u00f6sen von Punkten', NULL, NULL),\n(48412, 'de', 'db', 'Minimum redeem point', 'Mindesteinl\u00f6sepunkt', NULL, NULL),\n(48413, 'de', 'db', 'Minimum sold amount to get point', 'Mindestverkaufsmenge, um Punkte zu erhalten', NULL, NULL),\n(48414, 'de', 'db', 'View Document', 'Dokument anzeigen', NULL, NULL),\n(48415, 'de', 'db', 'Show Vat Registration Number', 'Umsatzsteuer-Identifikationsnummer anzeigen', NULL, NULL),\n(48416, 'de', 'db', 'Show Sale Note', 'Verkaufshinweis anzeigen', NULL, NULL),\n(48417, 'de', 'db', 'App Setting', 'App-Einstellung', NULL, NULL),\n(48418, 'de', 'db', 'Manual Process for connecting the Mobile App', 'Manueller Prozess zum Verbinden der mobilen App', NULL, NULL),\n(48419, 'de', 'db', 'QR Code for Connecting the Mobile App', 'QR-Code zum Anschlie\u00dfen der mobilen App', NULL, NULL),\n(48420, 'de', 'db', 'Active Devices', 'Aktive Ger\u00e4te', NULL, NULL),\n(48421, 'de', 'db', 'IP', 'IP', NULL, NULL),\n(48422, 'de', 'db', 'Last Active', 'Zuletzt aktiv', NULL, NULL),\n(48423, 'de', 'db', 'We shall be back soon', 'Wir werden bald zur\u00fcck sein', NULL, NULL),\n(48424, 'de', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', 'Entschuldigen Sie die Unannehmlichkeiten. ', NULL, NULL),\n(48425, 'de', 'db', 'maintenance_mode', 'Wartungsmodus', NULL, NULL),\n(48426, 'de', 'db', 'maintenance_allowed_ips', 'Zul\u00e4ssige IPs im Wartungsmodus', NULL, NULL),\n(48427, 'de', 'db', 'Available Balance', 'Verf\u00fcgbares Guthaben', NULL, NULL),\n(48428, 'de', 'db', 'profit_margin_type', 'Gewinnspannentyp', NULL, NULL),\n(48429, 'de', 'db', 'show_expiry_alerts_before', 'Ablaufwarnungen f\u00fcr Produkte vor (Tagen) anzeigen', NULL, NULL),\n(48430, 'de', 'db', 'Product Review', 'Produktbewertung', NULL, NULL),\n(48431, 'de', 'db', 'newsletter', 'Newsletter', NULL, NULL),\n(48432, 'de', 'db', 'Sale Exchange', 'Verkaufsb\u00f6rse', NULL, NULL),\n(48433, 'de', 'db', 'Sale Exchange List', 'Verkaufsb\u00f6rsenliste', NULL, NULL),\n(48434, 'de', 'db', 'Add Exchange', 'Exchange hinzuf\u00fcgen', NULL, NULL),\n(48435, 'de', 'db', 'search_by_reference_no_or_Product', 'Suchen Sie nach Referenznummer oder Produkt', NULL, NULL),\n(48436, 'de', 'db', 'Order Product', 'Produkt bestellen', NULL, NULL),\n(48437, 'de', 'db', 'Payment Type', 'Zahlungsart', NULL, NULL),\n(48438, 'de', 'db', 'Payment Type', 'Zahlungsart', NULL, NULL),\n(48439, 'de', 'db', 'Edit Production', 'Produktion bearbeiten', NULL, NULL),\n(48440, 'de', 'db', 'Delete Production', 'Produktion l\u00f6schen', NULL, NULL),\n(48441, 'de', 'db', 'Recipe List', 'Rezeptliste', NULL, NULL),\n(48442, 'de', 'db', 'Add Recipe', 'Rezept hinzuf\u00fcgen', NULL, NULL),\n(48443, 'de', 'db', 'Delete Recipe', 'Rezept l\u00f6schen', NULL, NULL),\n(48444, 'de', 'db', 'Theme Settings', 'Theme-Einstellungen', NULL, NULL),\n(48445, 'de', 'db', 'show_customer_name', 'Kundennamen anzeigen', NULL, NULL),\n(48446, 'de', 'db', 'sale_due', 'Verkauf f\u00e4llig', NULL, NULL),\n(48447, 'de', 'db', 'purchase_due', 'Kauf f\u00e4llig', NULL, NULL),\n(48448, 'de', 'db', 'bulk_update', 'Massenaktualisierung', NULL, NULL),\n(48449, 'de', 'db', 'payment_at', 'Zahlung unter', NULL, NULL),\n(48450, 'de', 'db', 'paper_size', 'Papierformat', NULL, NULL),\n(48451, 'de', 'db', 'Type designation name', 'Typbezeichnungsname', NULL, NULL),\n(48452, 'de', 'db', 'Type shift name', 'Geben Sie den Schichtnamen ein', NULL, NULL),\n(48453, 'de', 'db', 'Add Leave Type', 'Urlaubstyp hinzuf\u00fcgen', NULL, NULL),\n(48454, 'de', 'db', 'Update Leave Type', 'Urlaubstyp aktualisieren', NULL, NULL),\n(48455, 'de', 'db', 'Carry Forward Limit', 'Vortragslimit', NULL, NULL),\n(48456, 'de', 'db', 'stock', 'Aktie', NULL, NULL),\n(48457, 'de', 'db', 'profit_loss_report', 'Gewinn-\/Verlustbericht', NULL, NULL),\n(48458, 'en', 'db', 'No Description Available', 'No Description Available', NULL, NULL),\n(48459, 'es', 'db', 'support_ickets', 'Boletos de soporte', NULL, NULL),\n(48460, 'es', 'db', 'Packing Slip to manage orders\/sales', 'Albar\u00e1n para gestionar pedidos\/ventas', NULL, NULL),\n(48461, 'es', 'db', 'Available Quantity', 'Cantidad disponible', NULL, NULL),\n(48462, 'es', 'db', 'Hide Total Due', 'Ocultar total adeudado', NULL, NULL),\n(48463, 'es', 'db', 'Filter Purchases', 'Filtrar compras', NULL, NULL),\n(48464, 'es', 'db', 'Type purchase code', 'Escribe el c\u00f3digo de compra', NULL, NULL),\n(48465, 'es', 'db', 'Scan the QR code to pay', 'Escanea el c\u00f3digo QR para pagar', NULL, NULL),\n(48466, 'es', 'db', 'Upload payment proof', 'Subir comprobante de pago', NULL, NULL),\n(48467, 'es', 'db', 'Change Currency', 'Cambiar moneda', NULL, NULL),\n(48468, 'es', 'db', 'Your Rating', 'Tu calificaci\u00f3n', NULL, NULL),\n(48469, 'es', 'db', 'Your Review', 'Tu rese\u00f1a', NULL, NULL),\n(48470, 'es', 'db', 'Add Review', 'Agregar rese\u00f1a', NULL, NULL),\n(48471, 'es', 'db', 'Rating', 'Clasificaci\u00f3n', NULL, NULL),\n(48472, 'es', 'db', 'Review', 'Revisar', NULL, NULL),\n(48473, 'es', 'db', 'No reviews yet', 'A\u00fan no hay rese\u00f1as', NULL, NULL),\n(48474, 'es', 'db', 'You already review this product', 'Ya revisas este producto', NULL, NULL),\n(48475, 'es', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', 'No tienes permiso para opinar sobre este producto. ', NULL, NULL),\n(48476, 'es', 'db', 'You must be logged in to write a review', 'Debes iniciar sesi\u00f3n para escribir una rese\u00f1a.', NULL, NULL),\n(48477, 'es', 'db', 'Login', 'Acceso', NULL, NULL),\n(48478, 'es', 'db', 'Product', 'Producto', NULL, NULL),\n(48479, 'es', 'db', 'Select Recipe', 'Seleccionar receta', NULL, NULL),\n(48480, 'es', 'db', 'Total Qty', 'Cantidad total', NULL, NULL),\n(48481, 'es', 'db', 'Wastage Percent', 'Porcentaje de desperdicio', NULL, NULL),\n(48482, 'es', 'db', 'Final Quantity', 'Cantidad final', NULL, NULL),\n(48483, 'es', 'db', 'Sub total', 'Subtotal', NULL, NULL),\n(48484, 'es', 'db', 'Production Cost', 'Costo de producci\u00f3n', NULL, NULL),\n(48485, 'es', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', 'Si tiene alguna pregunta o inquietud, no dude en comunicarse con nosotros. \u00a1Estamos aqu\u00ed para ayudarlo!', NULL, NULL),\n(48486, 'es', 'db', 'Product with', 'Producto con', NULL, NULL),\n(48487, 'es', 'db', 'Loading products for selected warehouse', 'Cargando productos para almac\u00e9n seleccionado', NULL, NULL),\n(48488, 'es', 'db', 'Show Paid Info', 'Mostrar detalles de pago', NULL, NULL),\n(48489, 'es', 'db', 'Show Amount In Words', 'Mostrar cantidad en palabras', NULL, NULL),\n(48490, 'es', 'db', 'Show Bill To Info', 'Mostrar informaci\u00f3n de \\'Facturar a\\'', NULL, NULL),\n(48491, 'es', 'db', 'Auto Generate Numbering Type', 'Generar autom\u00e1ticamente el n\u00famero de factura', NULL, NULL),\n(48492, 'es', 'db', 'Show Description', 'Mostrar descripci\u00f3n', NULL, NULL),\n(48493, 'es', 'db', 'Profit Margin', 'Margen de beneficio', NULL, NULL),\n(48494, 'es', 'db', 'show Products Details in Purchase List', 'Mostrar productos en lista de compras', NULL, NULL),\n(48495, 'es', 'db', 'show Products Details in Sales List', 'Mostrar productos en lista de venta', NULL, NULL),\n(48496, 'es', 'db', 'Default Profit Margin Value', 'Margen de beneficio predeterminado (%)', NULL, NULL),\n(48497, 'es', 'db', 'show', 'Espect\u00e1culo', NULL, NULL),\n(48498, 'es', 'db', 'hide', 'Esconder', NULL, NULL),\n(48499, 'es', 'db', 'expired', 'Venci\u00f3', NULL, NULL),\n(48500, 'es', 'db', 'add_recipes', 'Agregar recetas', NULL, NULL),\n(48501, 'es', 'db', 'Recipe', 'Receta', NULL, NULL),\n(48502, 'es', 'db', 'add_recipe', 'Agregar receta', NULL, NULL),\n(48503, 'es', 'db', 'Wastage percent', 'Porcentaje de desperdicio', NULL, NULL),\n(48504, 'es', 'db', 'add_Ingredient', 'Agregar ingrediente', NULL, NULL),\n(48505, 'es', 'db', 'Ingredient List', 'Lista de ingredientes', NULL, NULL),\n(48506, 'es', 'db', 'Customer Name', 'Nombre del cliente', NULL, NULL),\n(48507, 'es', 'db', 'Review', 'Revisar', NULL, NULL),\n(48508, 'es', 'db', 'Confirmation', 'Confirmaci\u00f3n', NULL, NULL),\n(48509, 'es', 'db', 'Your Rating', 'Tu calificaci\u00f3n', NULL, NULL),\n(48510, 'es', 'db', 'Your Review', 'Tu rese\u00f1a', NULL, NULL),\n(48511, 'es', 'db', 'Add Review', 'Agregar rese\u00f1a', NULL, NULL),\n(48512, 'es', 'db', 'Rating', 'Clasificaci\u00f3n', NULL, NULL),\n(48513, 'es', 'db', 'Review', 'Revisar', NULL, NULL),\n(48514, 'es', 'db', 'No reviews yet', 'A\u00fan no hay rese\u00f1as', NULL, NULL),\n(48515, 'es', 'db', 'You already reviewed this product', 'Ya revisaste este producto', NULL, NULL),\n(48516, 'es', 'db', 'You must buy it to leave a review', 'Debes comprarlo para dejar una rese\u00f1a.', NULL, NULL),\n(48517, 'es', 'db', 'Edit Recipe', 'Editar receta', NULL, NULL),\n(48518, 'es', 'db', 'add_production', 'Agregar producci\u00f3n', NULL, NULL),\n(48519, 'es', 'db', 'Adjustment Quantity', 'Cantidad de ajuste', NULL, NULL),\n(48520, 'es', 'db', 'Adjust Quantity', 'Ajustar cantidad', NULL, NULL),\n(48521, 'es', 'db', 'You must close your cash register before logout', 'Debes cerrar tu caja registradora antes de cerrar sesi\u00f3n.', NULL, NULL),\n(48522, 'es', 'db', 'Amount exceeds available balance', 'El monto excede el saldo disponible', NULL, NULL),\n(48523, 'es', 'db', 'View Points', 'Ver puntos', NULL, NULL),\n(48524, 'es', 'db', 'Cash Register', 'Caja registradora', NULL, NULL),\n(48525, 'es', 'db', 'Closing Balance', 'Saldo final', NULL, NULL),\n(48526, 'es', 'db', 'Actual Cash', 'Efectivo real', NULL, NULL),\n(48527, 'es', 'db', 'Add Invoice Setting', 'Agregar configuraci\u00f3n de factura', NULL, NULL),\n(48528, 'es', 'db', 'Receipt Printers', 'Impresoras de recibos', NULL, NULL),\n(48529, 'es', 'db', 'Receipt Printer Type', 'Tipo de impresora de recibos', NULL, NULL),\n(48530, 'es', 'db', 'Simple', 'Simple', NULL, NULL),\n(48531, 'es', 'db', 'Star SP2000 Series', 'Serie estrella SP2000', NULL, NULL),\n(48532, 'es', 'db', 'EPOS TEP200M Series', 'Serie EPOS TEP200M', NULL, NULL),\n(48533, 'es', 'db', 'Epson TM-U220', 'Epson TM-U220', NULL, NULL),\n(48534, 'es', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(48535, 'es', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(48536, 'es', 'db', 'Add Printer', 'Agregar impresora', NULL, NULL),\n(48537, 'es', 'db', 'Printer Name', 'Nombre de la impresora', NULL, NULL),\n(48538, 'es', 'db', 'Connection Type', 'Tipo de conexi\u00f3n', NULL, NULL),\n(48539, 'es', 'db', 'Capability Profile', 'Perfil de capacidad', NULL, NULL),\n(48540, 'es', 'db', 'Characters per line', 'Caracteres por l\u00ednea', NULL, NULL),\n(48541, 'es', 'db', 'IP Address', 'Direcci\u00f3n IP', NULL, NULL),\n(48542, 'es', 'db', 'Port', 'Puerto', NULL, NULL),\n(48543, 'es', 'db', 'Path', 'Camino', NULL, NULL),\n(48544, 'es', 'db', 'Maximum characters printable per line', 'M\u00e1ximo de caracteres imprimibles por l\u00ednea', NULL, NULL),\n(48545, 'es', 'db', 'Printer IP address', 'Direcci\u00f3n IP de la impresora', NULL, NULL),\n(48546, 'es', 'db', 'Most printers use port 9100', 'La mayor\u00eda de las impresoras utilizan el puerto 9100.', NULL, NULL),\n(48547, 'es', 'db', 'Device files are typically', 'Los archivos del dispositivo suelen ser', NULL, NULL),\n(48548, 'es', 'db', 'Windows connection type', 'Tipo de conexi\u00f3n de Windows', NULL, NULL),\n(48549, 'es', 'db', 'Linux connection type', 'Tipo de conexi\u00f3n Linux', NULL, NULL),\n(48550, 'es', 'db', 'Receipt Printers', 'Impresoras de recibos', NULL, NULL),\n(48551, 'es', 'db', 'Will Expire', 'caducar\u00e1', NULL, NULL),\n(48552, 'es', 'db', 'This warehouse already has a printer assigned', 'Este almac\u00e9n ya tiene una impresora asignada', NULL, NULL),\n(48553, 'es', 'db', 'The receipt has been successfully printed', 'El recibo se ha impreso correctamente.', NULL, NULL),\n(48554, 'es', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', 'Diferentes impresoras admiten diferentes comandos y p\u00e1ginas de c\u00f3digos. ', NULL, NULL),\n(48555, 'es', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', 'Cuando asigna una impresora de recibos a este almac\u00e9n, se desactivar\u00e1 la impresi\u00f3n del navegador. ', NULL, NULL),\n(48556, 'es', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', 'Seleccione la plantilla de 58 mm u 80 mm como predeterminada en Configuraci\u00f3n de factura', NULL, NULL),\n(48557, 'es', 'db', 'Customer Display Screen', 'Pantalla de visualizaci\u00f3n del cliente', NULL, NULL),\n(48558, 'es', 'db', 'Change Return', 'Cambiar Volver', NULL, NULL),\n(48559, 'es', 'db', 'This is a test mail to confirm your SMTP settings are working.', 'Este es un correo de prueba para confirmar que su configuraci\u00f3n SMTP est\u00e1 funcionando.', NULL, NULL),\n(48560, 'es', 'db', 'Test Mail', 'Correo de prueba', NULL, NULL),\n(48561, 'es', 'db', 'data_updated_mail_sent', 'Datos actualizados exitosamente. ', NULL, NULL),\n(48562, 'es', 'db', 'data_updated_mail_fail', 'Los datos se actualizaron correctamente, pero el correo de prueba fall\u00f3:', NULL, NULL),\n(48563, 'es', 'db', 'Credit Limit', 'L\u00edmite de cr\u00e9dito', NULL, NULL),\n(48564, 'es', 'db', 'Credit limit exceeded! Customer credit limit:', '\u00a1L\u00edmite de cr\u00e9dito excedido! ', NULL, NULL),\n(48565, 'es', 'db', 'Credit Sale', 'Venta a cr\u00e9dito', NULL, NULL),\n(48566, 'es', 'db', 'Initial Deposit', 'Dep\u00f3sito inicial', NULL, NULL),\n(48567, 'es', 'db', 'Opening balance', 'Saldo inicial', NULL, NULL),\n(48568, 'es', 'db', 'WhatsApp Number', 'N\u00famero de Whatsapp', NULL, NULL),\n(48569, 'es', 'db', 'create_ticket', 'Crear billete', NULL, NULL),\n(48570, 'es', 'db', 'subject', 'Sujeto', NULL, NULL),\n(48571, 'es', 'db', 'tenant', 'Arrendatario', NULL, NULL),\n(48572, 'es', 'db', 'no_subject', 'Sin Asunto', NULL, NULL),\n(48573, 'es', 'db', 'confirm_delete_ticket', '\u00bfEst\u00e1 seguro de que desea eliminar este ticket?', NULL, NULL),\n(48574, 'es', 'db', 'add_ticket', 'Agregar boleto', NULL, NULL),\n(48575, 'es', 'db', 'ticket_created', 'Boleto creado exitosamente', NULL, NULL),\n(48576, 'es', 'db', 'ticket_deleted', 'Boleto eliminado exitosamente', NULL, NULL),\n(48577, 'es', 'db', 'insert_upload_text', 'Inserte sus enlaces de im\u00e1genes\/videos en el cuadro de texto de arriba, subi\u00e9ndolos a', NULL, NULL),\n(48578, 'es', 'db', 'reply_sent', 'Respuesta enviada exitosamente', NULL, NULL),\n(48579, 'es', 'db', 'disable_tenant_support_tickets', 'Deshabilitar tickets de soporte para inquilinos', NULL, NULL),\n(48580, 'es', 'db', 'symbol', 'S\u00edmbolo', NULL, NULL),\n(48581, 'es', 'db', 'print_invoice', 'Imprimir factura', NULL, NULL),\n(48582, 'es', 'db', 'create_ticket', 'Crear billete', NULL, NULL),\n(48583, 'es', 'db', 'subject', 'Sujeto', NULL, NULL),\n(48584, 'es', 'db', 'tenant', 'Arrendatario', NULL, NULL),\n(48585, 'es', 'db', 'no_subject', 'Sin Asunto', NULL, NULL),\n(48586, 'es', 'db', 'add_ticket', 'Agregar boleto', NULL, NULL),\n(48587, 'es', 'db', 'confirm_delete_ticket', '\u00bfEst\u00e1 seguro de que desea eliminar este ticket?', NULL, NULL),\n(48588, 'es', 'db', 'ticket_created', 'Boleto creado exitosamente', NULL, NULL),\n(48589, 'es', 'db', 'ticket_deleted', 'Boleto eliminado exitosamente', NULL, NULL),\n(48590, 'es', 'db', 'insert_upload_text', 'Inserte sus enlaces de im\u00e1genes\/videos en el cuadro de texto de arriba, subi\u00e9ndolos a', NULL, NULL),\n(48591, 'es', 'db', 'reply_sent', 'Respuesta enviada exitosamente', NULL, NULL),\n(48592, 'es', 'db', 'Return Discount', 'Descuento de devoluci\u00f3n', NULL, NULL),\n(48593, 'es', 'db', 'Activity Log', 'Registro de actividad', NULL, NULL),\n(48594, 'es', 'db', 'Item Description', 'Descripci\u00f3n del art\u00edculo', NULL, NULL),\n(48595, 'es', 'db', 'Cart Product Update', 'Actualizaci\u00f3n del producto del carrito', NULL, NULL),\n(48596, 'es', 'db', 'Handle Discount', 'Manejar descuento', NULL, NULL),\n(48597, 'es', 'db', 'Account Selection', 'Selecci\u00f3n de cuenta', NULL, NULL),\n(48598, 'es', 'db', 'Installment Plan', 'Plan de pago a plazos', NULL, NULL),\n(48599, 'es', 'db', 'Enable Installment Plan', 'Habilitar plan de pago a plazos', NULL, NULL),\n(48600, 'es', 'db', 'Installment', 'Entrega', NULL, NULL),\n(48601, 'es', 'db', 'Plan Name', 'Nombre del plan', NULL, NULL),\n(48602, 'es', 'db', 'Total Amount', 'Monto Total', NULL, NULL),\n(48603, 'es', 'db', 'Additional Amount', 'Monto Adicional', NULL, NULL),\n(48604, 'es', 'db', 'Down Payment', 'Dep\u00f3sito', NULL, NULL),\n(48605, 'es', 'db', 'Disable registration', 'Desactivar registro', NULL, NULL),\n(48606, 'es', 'db', 'Disable password reset', 'Deshabilitar el restablecimiento de contrase\u00f1a', NULL, NULL),\n(48607, 'es', 'db', 'Font CSS', 'Fuente CSS', NULL, NULL),\n(48608, 'es', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS para p\u00e1ginas de autenticaci\u00f3n (inicio de sesi\u00f3n\/registro\/olvid\u00e9 mi contrase\u00f1a\/verificaci\u00f3n)', NULL, NULL),\n(48609, 'es', 'db', 'POS page CSS', 'CSS de la p\u00e1gina POS', NULL, NULL),\n(48610, 'es', 'db', 'Custom CSS\/Styles', 'CSS\/Estilos personalizados', NULL, NULL),\n(48611, 'es', 'db', 'Sidebar', 'Barra lateral', NULL, NULL),\n(48612, 'es', 'db', 'Exports', 'Exportaciones', NULL, NULL),\n(48613, 'es', 'db', 'Cart Product Update', 'Actualizaci\u00f3n del producto del carrito', NULL, NULL),\n(48614, 'es', 'db', 'Handle Discount', 'Manejar descuento', NULL, NULL),\n(48615, 'es', 'db', 'Product Export', 'Exportaci\u00f3n de productos', NULL, NULL),\n(48616, 'es', 'db', 'Purchase Export', 'Compra Exportaci\u00f3n', NULL, NULL),\n(48617, 'es', 'db', 'Sale Export', 'Venta Exportaci\u00f3n', NULL, NULL),\n(48618, 'es', 'db', 'Customer Export', 'Exportaci\u00f3n de clientes', NULL, NULL),\n(48619, 'es', 'db', 'Account Selection', 'Selecci\u00f3n de cuenta', NULL, NULL),\n(48620, 'es', 'db', 'Change Sale Date', 'Cambiar fecha de venta', NULL, NULL),\n(48621, 'es', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(48622, 'es', 'db', 'message_templates', 'Plantillas de mensajes', NULL, NULL),\n(48623, 'es', 'db', 'send_message', 'Enviar mensaje', NULL, NULL),\n(48624, 'es', 'db', 'permanent_access_token', 'Token de acceso permanente', NULL, NULL),\n(48625, 'es', 'db', 'whatsapp_settings', 'Configuraci\u00f3n de WhatsApp', NULL, NULL),\n(48626, 'es', 'db', 'phone_number_id', 'Identificaci\u00f3n del n\u00famero de tel\u00e9fono', NULL, NULL),\n(48627, 'es', 'db', 'business_account_id', 'ID de cuenta comercial', NULL, NULL),\n(48628, 'es', 'db', 'api_token', 'Ficha API', NULL, NULL),\n(48629, 'es', 'db', 'receipt', 'Recibo', NULL, NULL),\n(48630, 'es', 'db', 'message_types', 'Tipos de mensajes', NULL, NULL),\n(48631, 'es', 'db', 'no_template_type_message', 'Sin usar plantilla, escriba su mensaje a continuaci\u00f3n', NULL, NULL),\n(48632, 'es', 'db', 'message_sent_successfully', 'Mensaje enviado exitosamente', NULL, NULL),\n(48633, 'es', 'db', 'fail_sent_message', 'No se pudo enviar el mensaje', NULL, NULL),\n(48634, 'es', 'db', 'whatsapp_credentials_missing', 'Faltan credenciales de whatsapp', NULL, NULL),\n(48635, 'es', 'db', 'failed_upload_media_whatsApp', 'No se pudieron cargar medios en WhatsApp', NULL, NULL),\n(48636, 'es', 'db', 'media_id_not_returned_from_WhatsApp', 'ID de medio no devuelto al cargar WhatsApp', NULL, NULL),\n(48637, 'es', 'db', 'sending_not_enabled', 'env\u00edo no habilitado', NULL, NULL),\n(48638, 'es', 'db', 'failed_to_fetch_templates', 'No se pudieron recuperar las plantillas', NULL, NULL),\n(48639, 'es', 'db', 'manage_template', 'Administrar plantilla', NULL, NULL),\n(48640, 'es', 'db', 'send_whatsapp_message', 'Enviar mensaje de whatsapp', NULL, NULL),\n(48641, 'es', 'db', 'type_your_message', 'Escribe tu mensaje', NULL, NULL),\n(48642, 'es', 'db', 'delete_confirmation', '\u00bfEst\u00e1s seguro de que quieres eliminar?', NULL, NULL),\n(48643, 'es', 'db', 'template_deleted_successfully', 'Plantilla eliminada correctamente', NULL, NULL),\n(48644, 'es', 'db', 'failed_delete_template', 'No se pudo eliminar la plantilla', NULL, NULL),\n(48645, 'es', 'db', 'receiver', 'Receptor', NULL, NULL),\n(48646, 'es', 'db', 'template', 'Plantilla', NULL, NULL),\n(48647, 'es', 'db', 'message', 'Mensaje', NULL, NULL),\n(48648, 'es', 'db', 'attachment', 'Adjunto', NULL, NULL),\n(48649, 'es', 'db', 'image', 'Imagen', NULL, NULL),\n(48650, 'es', 'db', 'document', 'Documento', NULL, NULL),\n(48651, 'es', 'db', 'Add Designation', 'Agregar designaci\u00f3n', NULL, NULL),\n(48652, 'es', 'db', 'Add Leave', 'Agregar licencia', NULL, NULL),\n(48653, 'es', 'db', 'Add Overtime', 'Agregar horas extras', NULL, NULL),\n(48654, 'es', 'db', 'Add Sale Agent', 'Agregar agente de venta', NULL, NULL),\n(48655, 'es', 'db', 'Add Shift', 'Agregar turno', NULL, NULL),\n(48656, 'es', 'db', 'Basic Salary', 'Salario B\u00e1sico', NULL, NULL),\n(48657, 'es', 'db', 'Commission', 'Comisi\u00f3n', NULL, NULL),\n(48658, 'es', 'db', 'Commission Percent', 'Porcentaje de comisi\u00f3n', NULL, NULL),\n(48659, 'es', 'db', 'Deselect All', 'Deseleccionar todo', NULL, NULL),\n(48660, 'es', 'db', 'End Date', 'Fecha de finalizaci\u00f3n', NULL, NULL),\n(48661, 'es', 'db', 'End Time', 'Hora de finalizaci\u00f3n', NULL, NULL),\n(48662, 'es', 'db', 'Expenses', 'Gastos', NULL, NULL),\n(48663, 'es', 'db', 'Filter', 'Filtrar', NULL, NULL),\n(48664, 'es', 'db', 'Generate Payroll', 'Generar N\u00f3mina', NULL, NULL),\n(48665, 'es', 'db', 'Grace In (min)', 'Gracia en (min)', NULL, NULL),\n(48666, 'es', 'db', 'Grace Out', 'Gracia fuera', NULL, NULL),\n(48667, 'es', 'db', 'HRM Panel', 'Panel de gesti\u00f3n de recursos humanos', NULL, NULL),\n(48668, 'es', 'db', 'Import CSV', 'Importar CSV', NULL, NULL),\n(48669, 'es', 'db', 'Is Sale Agent?', '\u00bfEs agente de venta?', NULL, NULL),\n(48670, 'es', 'db', 'Leave Type', 'Tipo de licencia', NULL, NULL),\n(48671, 'es', 'db', 'Leaves', 'Hojas', NULL, NULL),\n(48672, 'es', 'db', 'Month', 'Mes', NULL, NULL),\n(48673, 'es', 'db', 'Overtime', 'Con el tiempo', NULL, NULL),\n(48674, 'es', 'db', 'Payroll cannot be deleted if status is final', 'La n\u00f3mina no se puede eliminar si el estado es final', NULL, NULL),\n(48675, 'es', 'db', 'Payroll for', 'N\u00f3mina para', NULL, NULL),\n(48676, 'es', 'db', 'Payroll Group Name', 'Nombre del grupo de n\u00f3mina', NULL, NULL),\n(48677, 'es', 'db', 'Recurring', 'Peri\u00f3dico', NULL, NULL),\n(48678, 'es', 'db', 'Region', 'Regi\u00f3n', NULL, NULL),\n(48679, 'es', 'db', 'Salary', 'Salario', NULL, NULL),\n(48680, 'es', 'db', 'Sale Agents', 'Agentes de venta', NULL, NULL),\n(48681, 'es', 'db', 'Sales Target', 'Objetivo de ventas', NULL, NULL),\n(48682, 'es', 'db', 'Select Department', 'Seleccionar Departamento', NULL, NULL),\n(48683, 'es', 'db', 'Select Designation', 'Seleccionar designaci\u00f3n', NULL, NULL),\n(48684, 'es', 'db', 'Select Shift', 'Seleccionar turno', NULL, NULL),\n(48685, 'es', 'db', 'Select Status', 'Seleccionar estado', NULL, NULL),\n(48686, 'es', 'db', 'Shift', 'Cambio', NULL, NULL),\n(48687, 'es', 'db', 'Start Date', 'Fecha de inicio', NULL, NULL),\n(48688, 'es', 'db', 'Start Time', 'Hora de inicio', NULL, NULL),\n(48689, 'es', 'db', 'invoice_to_hatsapp', 'Factura al whatsapp', NULL, NULL),\n(48690, 'es', 'db', 'Submit All Payrolls', 'Enviar todas las n\u00f3minas', NULL, NULL),\n(48691, 'es', 'db', 'Submit Payrolls', 'Enviar N\u00f3minas', NULL, NULL),\n(48692, 'es', 'db', 'Total Sales Amount From', 'Monto total de ventas desde', NULL, NULL),\n(48693, 'es', 'db', 'Total Sales Amount To', 'Monto total de ventas hasta', NULL, NULL),\n(48694, 'es', 'db', 'Update Overtime', 'Actualizar horas extras', NULL, NULL),\n(48695, 'es', 'db', 'Work Duration', 'Duraci\u00f3n del trabajo', NULL, NULL),\n(48696, 'es', 'db', 'Grace Out (min)', 'Gracia fuera (min)', NULL, NULL),\n(48697, 'es', 'db', 'Annual Quota', 'Cuota Anual', NULL, NULL),\n(48698, 'es', 'db', 'paid_or_unpaid', 'Pagado o no pagado', NULL, NULL),\n(48699, 'es', 'db', 'final', 'Final', NULL, NULL),\n(48700, 'es', 'db', 'HRM - Generate Payroll', 'HRM - Generar n\u00f3mina', NULL, NULL),\n(48701, 'es', 'db', 'employee_id', 'Identificaci\u00f3n de empleado', NULL, NULL),\n(48702, 'es', 'db', 'Please select', 'Por favor seleccione', NULL, NULL),\n(48703, 'es', 'db', 'Redeem Points Settings', 'Configuraci\u00f3n de canje de puntos', NULL, NULL),\n(48704, 'es', 'db', 'Redeem amount per unit point', 'Canjear monto por unidad de punto', NULL, NULL),\n(48705, 'es', 'db', 'Maximum redeem point per order', 'Punto de canje m\u00e1ximo por pedido', NULL, NULL),\n(48706, 'es', 'db', 'Minimum order total to redeem points', 'Total m\u00ednimo del pedido para canjear puntos', NULL, NULL),\n(48707, 'es', 'db', 'Minimum redeem point', 'Punto m\u00ednimo para canjear', NULL, NULL),\n(48708, 'es', 'db', 'Minimum sold amount to get point', 'Cantidad m\u00ednima vendida para obtener puntos.', NULL, NULL),\n(48709, 'es', 'db', 'View Document', 'Ver documento', NULL, NULL),\n(48710, 'es', 'db', 'Show Vat Registration Number', 'Mostrar n\u00famero de registro de IVA', NULL, NULL),\n(48711, 'es', 'db', 'Show Sale Note', 'Mostrar nota de venta', NULL, NULL),\n(48712, 'es', 'db', 'App Setting', 'Configuraci\u00f3n de la aplicaci\u00f3n', NULL, NULL),\n(48713, 'es', 'db', 'Manual Process for connecting the Mobile App', 'Proceso manual para conectar la aplicaci\u00f3n m\u00f3vil', NULL, NULL),\n(48714, 'es', 'db', 'QR Code for Connecting the Mobile App', 'C\u00f3digo QR para conectar la aplicaci\u00f3n m\u00f3vil', NULL, NULL),\n(48715, 'es', 'db', 'Active Devices', 'Dispositivos activos', NULL, NULL),\n(48716, 'es', 'db', 'IP', 'IP', NULL, NULL),\n(48717, 'es', 'db', 'Last Active', '\u00daltimo activo', NULL, NULL),\n(48718, 'es', 'db', 'We shall be back soon', 'Volveremos pronto', NULL, NULL),\n(48719, 'es', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', 'Lo siento por los inconvenientes ocasionados. ', NULL, NULL),\n(48720, 'es', 'db', 'maintenance_mode', 'Modo de mantenimiento', NULL, NULL),\n(48721, 'es', 'db', 'maintenance_allowed_ips', 'IP permitidas en modo de mantenimiento', NULL, NULL),\n(48722, 'es', 'db', 'Available Balance', 'Saldo disponible', NULL, NULL),\n(48723, 'es', 'db', 'profit_margin_type', 'Tipo de margen de beneficio', NULL, NULL),\n(48724, 'es', 'db', 'show_expiry_alerts_before', 'Mostrar alertas de caducidad de productos antes (d\u00edas)', NULL, NULL),\n(48725, 'es', 'db', 'Product Review', 'Revisi\u00f3n del producto', NULL, NULL),\n(48726, 'es', 'db', 'newsletter', 'Hoja informativa', NULL, NULL),\n(48727, 'es', 'db', 'Sale Exchange', 'Venta Intercambio', NULL, NULL),\n(48728, 'es', 'db', 'Sale Exchange List', 'Lista de intercambio de venta', NULL, NULL),\n(48729, 'es', 'db', 'Add Exchange', 'Agregar intercambio', NULL, NULL),\n(48730, 'es', 'db', 'search_by_reference_no_or_Product', 'Buscar por n\u00ba de referencia o producto', NULL, NULL),\n(48731, 'es', 'db', 'Order Product', 'Ordenar Producto', NULL, NULL),\n(48732, 'es', 'db', 'Payment Type', 'Tipo de pago', NULL, NULL),\n(48733, 'es', 'db', 'Payment Type', 'Tipo de pago', NULL, NULL),\n(48734, 'es', 'db', 'Edit Production', 'Editar producci\u00f3n', NULL, NULL),\n(48735, 'es', 'db', 'Delete Production', 'Eliminar producci\u00f3n', NULL, NULL),\n(48736, 'es', 'db', 'Recipe List', 'Lista de recetas', NULL, NULL),\n(48737, 'es', 'db', 'Add Recipe', 'Agregar receta', NULL, NULL),\n(48738, 'es', 'db', 'Delete Recipe', 'Eliminar receta', NULL, NULL),\n(48739, 'es', 'db', 'Theme Settings', 'Configuraci\u00f3n del tema', NULL, NULL),\n(48740, 'es', 'db', 'show_customer_name', 'Mostrar nombre del cliente', NULL, NULL),\n(48741, 'es', 'db', 'sale_due', 'Vencimiento de venta', NULL, NULL),\n(48742, 'es', 'db', 'purchase_due', 'Compra Vencida', NULL, NULL),\n(48743, 'es', 'db', 'bulk_update', 'Actualizaci\u00f3n masiva', NULL, NULL),\n(48744, 'es', 'db', 'payment_at', 'Pago en', NULL, NULL),\n(48745, 'es', 'db', 'paper_size', 'Tama\u00f1o del papel', NULL, NULL),\n(48746, 'es', 'db', 'Type designation name', 'Nombre de designaci\u00f3n de tipo', NULL, NULL),\n(48747, 'es', 'db', 'Type shift name', 'Escriba el nombre del turno', NULL, NULL),\n(48748, 'es', 'db', 'Add Leave Type', 'Agregar tipo de licencia', NULL, NULL),\n(48749, 'es', 'db', 'Update Leave Type', 'Actualizar tipo de licencia', NULL, NULL),\n(48750, 'es', 'db', 'Carry Forward Limit', 'L\u00edmite de transferencia', NULL, NULL),\n(48751, 'es', 'db', 'stock', 'Existencias', NULL, NULL),\n(48752, 'es', 'db', 'profit_loss_report', 'Informe de p\u00e9rdidas y ganancias', NULL, NULL),\n(48753, 'fr', 'db', 'support_ickets', 'Billets d\\'assistance', NULL, NULL),\n(48754, 'fr', 'db', 'Packing Slip to manage orders\/sales', 'Bon de livraison pour g\u00e9rer les commandes\/ventes', NULL, NULL),\n(48755, 'fr', 'db', 'Available Quantity', 'Quantit\u00e9 disponible', NULL, NULL),\n(48756, 'fr', 'db', 'Hide Total Due', 'Masquer le total d\u00fb', NULL, NULL),\n(48757, 'fr', 'db', 'Filter Purchases', 'Filtrer les achats', NULL, NULL),\n(48758, 'fr', 'db', 'Type purchase code', 'Tapez le code d\\'achat', NULL, NULL),\n(48759, 'fr', 'db', 'Scan the QR code to pay', 'Scannez le code QR pour payer', NULL, NULL),\n(48760, 'fr', 'db', 'Upload payment proof', 'T\u00e9l\u00e9charger une preuve de paiement', NULL, NULL),\n(48761, 'fr', 'db', 'Change Currency', 'Changer de devise', NULL, NULL),\n(48762, 'fr', 'db', 'Your Rating', 'Votre note', NULL, NULL),\n(48763, 'fr', 'db', 'Your Review', 'Votre avis', NULL, NULL),\n(48764, 'fr', 'db', 'Add Review', 'Ajouter un avis', NULL, NULL),\n(48765, 'fr', 'db', 'Rating', 'Notation', NULL, NULL),\n(48766, 'fr', 'db', 'Review', 'Revoir', NULL, NULL),\n(48767, 'fr', 'db', 'No reviews yet', 'Aucun avis pour l\\'instant', NULL, NULL),\n(48768, 'fr', 'db', 'You already review this product', 'Vous avez d\u00e9j\u00e0 \u00e9valu\u00e9 ce produit', NULL, NULL),\n(48769, 'fr', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', 'Vous n\\'\u00eates pas autoris\u00e9 \u00e0 \u00e9valuer ce produit. ', NULL, NULL),\n(48770, 'fr', 'db', 'You must be logged in to write a review', 'Vous devez \u00eatre connect\u00e9 pour r\u00e9diger un avis', NULL, NULL),\n(48771, 'fr', 'db', 'Login', 'Se connecter', NULL, NULL),\n(48772, 'fr', 'db', 'Product', 'Produit', NULL, NULL),\n(48773, 'fr', 'db', 'Select Recipe', 'S\u00e9lectionnez la recette', NULL, NULL),\n(48774, 'fr', 'db', 'Total Qty', 'Qt\u00e9 totale', NULL, NULL),\n(48775, 'fr', 'db', 'Wastage Percent', 'Pourcentage de gaspillage', NULL, NULL),\n(48776, 'fr', 'db', 'Final Quantity', 'Quantit\u00e9 finale', NULL, NULL),\n(48777, 'fr', 'db', 'Sub total', 'Sous total', NULL, NULL),\n(48778, 'fr', 'db', 'Production Cost', 'Co\u00fbt de production', NULL, NULL),\n(48779, 'fr', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', 'Si vous avez des questions ou des pr\u00e9occupations, n\\'h\u00e9sitez pas \u00e0 nous contacter, nous sommes l\u00e0 pour vous aider\u00a0!', NULL, NULL),\n(48780, 'fr', 'db', 'Product with', 'Produit avec', NULL, NULL),\n(48781, 'fr', 'db', 'Loading products for selected warehouse', 'Chargement des produits pour l\\'entrep\u00f4t s\u00e9lectionn\u00e9', NULL, NULL),\n(48782, 'fr', 'db', 'Show Paid Info', 'Afficher les d\u00e9tails du paiement', NULL, NULL),\n(48783, 'fr', 'db', 'Show Amount In Words', 'Afficher le montant en mots', NULL, NULL),\n(48784, 'fr', 'db', 'Show Bill To Info', 'Afficher les informations \u00ab Facturer \u00e0 \u00bb', NULL, NULL),\n(48785, 'fr', 'db', 'Auto Generate Numbering Type', 'Num\u00e9ro de facture g\u00e9n\u00e9r\u00e9 automatiquement', NULL, NULL),\n(48786, 'fr', 'db', 'Show Description', 'Afficher la description', NULL, NULL),\n(48787, 'fr', 'db', 'Profit Margin', 'Marge b\u00e9n\u00e9ficiaire', NULL, NULL),\n(48788, 'fr', 'db', 'show Products Details in Purchase List', 'Afficher les produits dans la liste d\\'achat', NULL, NULL),\n(48789, 'fr', 'db', 'show Products Details in Sales List', 'Afficher les produits dans la liste de vente', NULL, NULL),\n(48790, 'fr', 'db', 'Default Profit Margin Value', 'Marge b\u00e9n\u00e9ficiaire par d\u00e9faut (%)', NULL, NULL),\n(48791, 'fr', 'db', 'show', 'Montrer', NULL, NULL),\n(48792, 'fr', 'db', 'hide', 'Cacher', NULL, NULL),\n(48793, 'fr', 'db', 'expired', 'Expir\u00e9', NULL, NULL),\n(48794, 'fr', 'db', 'add_recipes', 'Ajouter des recettes', NULL, NULL),\n(48795, 'fr', 'db', 'Recipe', 'Recette', NULL, NULL),\n(48796, 'fr', 'db', 'add_recipe', 'Ajouter une recette', NULL, NULL),\n(48797, 'fr', 'db', 'Wastage percent', 'Pourcentage de gaspillage', NULL, NULL),\n(48798, 'fr', 'db', 'add_Ingredient', 'Ajouter un ingr\u00e9dient', NULL, NULL),\n(48799, 'fr', 'db', 'Ingredient List', 'Liste des ingr\u00e9dients', NULL, NULL),\n(48800, 'fr', 'db', 'Customer Name', 'Nom du client', NULL, NULL),\n(48801, 'fr', 'db', 'Review', 'Revoir', NULL, NULL),\n(48802, 'fr', 'db', 'Confirmation', 'Confirmation', NULL, NULL),\n(48803, 'fr', 'db', 'Your Rating', 'Votre note', NULL, NULL),\n(48804, 'fr', 'db', 'Your Review', 'Votre avis', NULL, NULL),\n(48805, 'fr', 'db', 'Add Review', 'Ajouter un avis', NULL, NULL),\n(48806, 'fr', 'db', 'Rating', 'Notation', NULL, NULL),\n(48807, 'fr', 'db', 'Review', 'Revoir', NULL, NULL),\n(48808, 'fr', 'db', 'No reviews yet', 'Aucun avis pour l\\'instant', NULL, NULL),\n(48809, 'fr', 'db', 'You already reviewed this product', 'Vous avez d\u00e9j\u00e0 \u00e9valu\u00e9 ce produit', NULL, NULL),\n(48810, 'fr', 'db', 'You must buy it to leave a review', 'Vous devez l\\'acheter pour laisser un avis', NULL, NULL),\n(48811, 'fr', 'db', 'Edit Recipe', 'Modifier la recette', NULL, NULL),\n(48812, 'fr', 'db', 'add_production', 'Ajouter une production', NULL, NULL),\n(48813, 'fr', 'db', 'Adjustment Quantity', 'Quantit\u00e9 d\\'ajustement', NULL, NULL),\n(48814, 'fr', 'db', 'Adjust Quantity', 'Ajuster la quantit\u00e9', NULL, NULL),\n(48815, 'fr', 'db', 'You must close your cash register before logout', 'Vous devez fermer votre caisse avant de vous d\u00e9connecter', NULL, NULL),\n(48816, 'fr', 'db', 'Amount exceeds available balance', 'Le montant d\u00e9passe le solde disponible', NULL, NULL),\n(48817, 'fr', 'db', 'View Points', 'Points de vue', NULL, NULL),\n(48818, 'fr', 'db', 'Cash Register', 'Caisse', NULL, NULL),\n(48819, 'fr', 'db', 'Closing Balance', 'Solde de cl\u00f4ture', NULL, NULL),\n(48820, 'fr', 'db', 'Actual Cash', 'Tr\u00e9sorerie r\u00e9elle', NULL, NULL),\n(48821, 'fr', 'db', 'Add Invoice Setting', 'Ajouter un param\u00e8tre de facture', NULL, NULL),\n(48822, 'fr', 'db', 'Receipt Printers', 'Imprimantes de re\u00e7us', NULL, NULL),\n(48823, 'fr', 'db', 'Receipt Printer Type', 'Type d\\'imprimante de re\u00e7us', NULL, NULL),\n(48824, 'fr', 'db', 'Simple', 'Simple', NULL, NULL),\n(48825, 'fr', 'db', 'Star SP2000 Series', 'S\u00e9rie Star SP2000', NULL, NULL),\n(48826, 'fr', 'db', 'EPOS TEP200M Series', 'S\u00e9rie EPOS TEP200M', NULL, NULL),\n(48827, 'fr', 'db', 'Epson TM-U220', 'EpsonTM-U220', NULL, NULL),\n(48828, 'fr', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(48829, 'fr', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(48830, 'fr', 'db', 'Add Printer', 'Ajouter une imprimante', NULL, NULL),\n(48831, 'fr', 'db', 'Printer Name', 'Nom de l\\'imprimante', NULL, NULL),\n(48832, 'fr', 'db', 'Connection Type', 'Type de connexion', NULL, NULL),\n(48833, 'fr', 'db', 'Capability Profile', 'Profil de capacit\u00e9', NULL, NULL),\n(48834, 'fr', 'db', 'Characters per line', 'Caract\u00e8res par ligne', NULL, NULL),\n(48835, 'fr', 'db', 'IP Address', 'Adresse IP', NULL, NULL),\n(48836, 'fr', 'db', 'Port', 'Port', NULL, NULL),\n(48837, 'fr', 'db', 'Path', 'Chemin', NULL, NULL),\n(48838, 'fr', 'db', 'Maximum characters printable per line', 'Nombre maximum de caract\u00e8res imprimables par ligne', NULL, NULL),\n(48839, 'fr', 'db', 'Printer IP address', 'Adresse IP de l\\'imprimante', NULL, NULL),\n(48840, 'fr', 'db', 'Most printers use port 9100', 'La plupart des imprimantes utilisent le port 9100', NULL, NULL),\n(48841, 'fr', 'db', 'Device files are typically', 'Les fichiers de p\u00e9riph\u00e9rique sont g\u00e9n\u00e9ralement', NULL, NULL),\n(48842, 'fr', 'db', 'Windows connection type', 'Type de connexion Windows', NULL, NULL),\n(48843, 'fr', 'db', 'Linux connection type', 'Type de connexion Linux', NULL, NULL),\n(48844, 'fr', 'db', 'Receipt Printers', 'Imprimantes de re\u00e7us', NULL, NULL),\n(48845, 'fr', 'db', 'Will Expire', 'Va expirer', NULL, NULL),\n(48846, 'fr', 'db', 'This warehouse already has a printer assigned', 'Cet entrep\u00f4t a d\u00e9j\u00e0 une imprimante attribu\u00e9e', NULL, NULL),\n(48847, 'fr', 'db', 'The receipt has been successfully printed', 'Le re\u00e7u a \u00e9t\u00e9 imprim\u00e9 avec succ\u00e8s', NULL, NULL),\n(48848, 'fr', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', 'Diff\u00e9rentes imprimantes prennent en charge diff\u00e9rentes commandes et pages de codes. ', NULL, NULL),\n(48849, 'fr', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', 'Lorsque vous attribuez une imprimante de re\u00e7us \u00e0 cet entrep\u00f4t, l\\'impression du navigateur sera d\u00e9sactiv\u00e9e. ', NULL, NULL),\n(48850, 'fr', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', 'Veuillez s\u00e9lectionner le mod\u00e8le 58\u00a0mm ou 80\u00a0mm par d\u00e9faut dans les param\u00e8tres de facture.', NULL, NULL),\n(48851, 'fr', 'db', 'Customer Display Screen', '\u00c9cran d\\'affichage client', NULL, NULL),\n(48852, 'fr', 'db', 'Change Return', 'Modifier le retour', NULL, NULL),\n(48853, 'fr', 'db', 'This is a test mail to confirm your SMTP settings are working.', 'Ceci est un courrier test pour confirmer que vos param\u00e8tres SMTP fonctionnent.', NULL, NULL),\n(48854, 'fr', 'db', 'Test Mail', 'Courrier test', NULL, NULL),\n(48855, 'fr', 'db', 'data_updated_mail_sent', 'Donn\u00e9es mises \u00e0 jour avec succ\u00e8s. ', NULL, NULL),\n(48856, 'fr', 'db', 'data_updated_mail_fail', 'Les donn\u00e9es ont \u00e9t\u00e9 mises \u00e0 jour avec succ\u00e8s, mais le courrier de test a \u00e9chou\u00e9\u00a0:', NULL, NULL),\n(48857, 'fr', 'db', 'Credit Limit', 'Limite de cr\u00e9dit', NULL, NULL),\n(48858, 'fr', 'db', 'Credit limit exceeded! Customer credit limit:', 'Limite de cr\u00e9dit d\u00e9pass\u00e9e\u00a0! ', NULL, NULL),\n(48859, 'fr', 'db', 'Credit Sale', 'Vente \u00e0 cr\u00e9dit', NULL, NULL),\n(48860, 'fr', 'db', 'Initial Deposit', 'D\u00e9p\u00f4t initial', NULL, NULL),\n(48861, 'fr', 'db', 'Opening balance', 'Solde d\\'ouverture', NULL, NULL),\n(48862, 'fr', 'db', 'WhatsApp Number', 'Num\u00e9ro WhatsApp', NULL, NULL),\n(48863, 'fr', 'db', 'create_ticket', 'Cr\u00e9er un ticket', NULL, NULL),\n(48864, 'fr', 'db', 'subject', 'Sujet', NULL, NULL),\n(48865, 'fr', 'db', 'tenant', 'Locataire', NULL, NULL),\n(48866, 'fr', 'db', 'no_subject', 'Aucun sujet', NULL, NULL),\n(48867, 'fr', 'db', 'confirm_delete_ticket', '\u00cates-vous s\u00fbr de vouloir supprimer ce ticket\u00a0?', NULL, NULL),\n(48868, 'fr', 'db', 'add_ticket', 'Ajouter un billet', NULL, NULL),\n(48869, 'fr', 'db', 'ticket_created', 'Ticket cr\u00e9\u00e9 avec succ\u00e8s', NULL, NULL),\n(48870, 'fr', 'db', 'ticket_deleted', 'Billet supprim\u00e9 avec succ\u00e8s', NULL, NULL),\n(48871, 'fr', 'db', 'insert_upload_text', 'Veuillez ins\u00e9rer vos liens images\/vid\u00e9o dans la zone de texte ci-dessus, en les t\u00e9l\u00e9chargeant sur', NULL, NULL),\n(48872, 'fr', 'db', 'reply_sent', 'R\u00e9ponse envoy\u00e9e avec succ\u00e8s', NULL, NULL),\n(48873, 'fr', 'db', 'disable_tenant_support_tickets', 'D\u00e9sactiver les tickets d\\'assistance aux locataires', NULL, NULL),\n(48874, 'fr', 'db', 'symbol', 'Symbole', NULL, NULL),\n(48875, 'fr', 'db', 'print_invoice', 'Imprimer la facture', NULL, NULL),\n(48876, 'fr', 'db', 'create_ticket', 'Cr\u00e9er un ticket', NULL, NULL),\n(48877, 'fr', 'db', 'subject', 'Sujet', NULL, NULL),\n(48878, 'fr', 'db', 'tenant', 'Locataire', NULL, NULL),\n(48879, 'fr', 'db', 'no_subject', 'Aucun sujet', NULL, NULL),\n(48880, 'fr', 'db', 'add_ticket', 'Ajouter un billet', NULL, NULL),\n(48881, 'fr', 'db', 'confirm_delete_ticket', '\u00cates-vous s\u00fbr de vouloir supprimer ce ticket\u00a0?', NULL, NULL),\n(48882, 'fr', 'db', 'ticket_created', 'Ticket cr\u00e9\u00e9 avec succ\u00e8s', NULL, NULL),\n(48883, 'fr', 'db', 'ticket_deleted', 'Billet supprim\u00e9 avec succ\u00e8s', NULL, NULL),\n(48884, 'fr', 'db', 'insert_upload_text', 'Veuillez ins\u00e9rer vos liens images\/vid\u00e9o dans la zone de texte ci-dessus, en les t\u00e9l\u00e9chargeant sur', NULL, NULL),\n(48885, 'fr', 'db', 'reply_sent', 'R\u00e9ponse envoy\u00e9e avec succ\u00e8s', NULL, NULL),\n(48886, 'fr', 'db', 'Return Discount', 'Remise de retour', NULL, NULL),\n(48887, 'fr', 'db', 'Activity Log', 'Journal d\\'activit\u00e9', NULL, NULL),\n(48888, 'fr', 'db', 'Item Description', 'Description de l\\'article', NULL, NULL),\n(48889, 'fr', 'db', 'Cart Product Update', 'Mise \u00e0 jour du produit du panier', NULL, NULL),\n(48890, 'fr', 'db', 'Handle Discount', 'Remise sur la poign\u00e9e', NULL, NULL),\n(48891, 'fr', 'db', 'Account Selection', 'S\u00e9lection de compte', NULL, NULL),\n(48892, 'fr', 'db', 'Installment Plan', 'Plan de versement', NULL, NULL),\n(48893, 'fr', 'db', 'Enable Installment Plan', 'Activer le plan de versements', NULL, NULL),\n(48894, 'fr', 'db', 'Installment', 'Tranche', NULL, NULL),\n(48895, 'fr', 'db', 'Plan Name', 'Nom du r\u00e9gime', NULL, NULL),\n(48896, 'fr', 'db', 'Total Amount', 'Montant total', NULL, NULL),\n(48897, 'fr', 'db', 'Additional Amount', 'Montant suppl\u00e9mentaire', NULL, NULL),\n(48898, 'fr', 'db', 'Down Payment', 'Acompte', NULL, NULL),\n(48899, 'fr', 'db', 'Disable registration', 'D\u00e9sactiver l\\'inscription', NULL, NULL),\n(48900, 'fr', 'db', 'Disable password reset', 'D\u00e9sactiver la r\u00e9initialisation du mot de passe', NULL, NULL),\n(48901, 'fr', 'db', 'Font CSS', 'Police CSS', NULL, NULL),\n(48902, 'fr', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS pour les pages d\\'authentification (connexion\/inscription\/mot de passe oubli\u00e9\/v\u00e9rification)', NULL, NULL),\n(48903, 'fr', 'db', 'POS page CSS', 'Page de point de vente CSS', NULL, NULL),\n(48904, 'fr', 'db', 'Custom CSS\/Styles', 'CSS\/Styles personnalis\u00e9s', NULL, NULL),\n(48905, 'fr', 'db', 'Sidebar', 'Barre lat\u00e9rale', NULL, NULL),\n(48906, 'fr', 'db', 'Exports', 'Exportations', NULL, NULL),\n(48907, 'fr', 'db', 'Cart Product Update', 'Mise \u00e0 jour du produit du panier', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(48908, 'fr', 'db', 'Handle Discount', 'Remise sur la poign\u00e9e', NULL, NULL),\n(48909, 'fr', 'db', 'Product Export', 'Exportation de produits', NULL, NULL),\n(48910, 'fr', 'db', 'Purchase Export', 'Achat Exportation', NULL, NULL),\n(48911, 'fr', 'db', 'Sale Export', 'Vente Exportation', NULL, NULL),\n(48912, 'fr', 'db', 'Customer Export', 'Exportation client', NULL, NULL),\n(48913, 'fr', 'db', 'Account Selection', 'S\u00e9lection de compte', NULL, NULL),\n(48914, 'fr', 'db', 'Change Sale Date', 'Modifier la date de vente', NULL, NULL),\n(48915, 'fr', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(48916, 'fr', 'db', 'message_templates', 'Mod\u00e8les de messages', NULL, NULL),\n(48917, 'fr', 'db', 'send_message', 'Envoyer un message', NULL, NULL),\n(48918, 'fr', 'db', 'permanent_access_token', 'Jeton d\\'acc\u00e8s permanent', NULL, NULL),\n(48919, 'fr', 'db', 'whatsapp_settings', 'Param\u00e8tres WhatsApp', NULL, NULL),\n(48920, 'fr', 'db', 'phone_number_id', 'Num\u00e9ro de t\u00e9l\u00e9phone', NULL, NULL),\n(48921, 'fr', 'db', 'business_account_id', 'Num\u00e9ro de compte professionnel', NULL, NULL),\n(48922, 'fr', 'db', 'api_token', 'Jeton API', NULL, NULL),\n(48923, 'fr', 'db', 'receipt', 'Re\u00e7u', NULL, NULL),\n(48924, 'fr', 'db', 'message_types', 'Types de messages', NULL, NULL),\n(48925, 'fr', 'db', 'no_template_type_message', 'Vous n\\'utilisez pas de mod\u00e8le, tapez votre message ci-dessous', NULL, NULL),\n(48926, 'fr', 'db', 'message_sent_successfully', 'Message envoy\u00e9 avec succ\u00e8s', NULL, NULL),\n(48927, 'fr', 'db', 'fail_sent_message', '\u00c9chec de l\\'envoi du message', NULL, NULL),\n(48928, 'fr', 'db', 'whatsapp_credentials_missing', 'Identifiants WhatsApp manquants', NULL, NULL),\n(48929, 'fr', 'db', 'failed_upload_media_whatsApp', '\u00c9chec du t\u00e9l\u00e9chargement du m\u00e9dia sur WhatsApp', NULL, NULL),\n(48930, 'fr', 'db', 'media_id_not_returned_from_WhatsApp', 'L\\'ID m\u00e9dia n\\'est pas renvoy\u00e9 lors du t\u00e9l\u00e9chargement WhatsApp', NULL, NULL),\n(48931, 'fr', 'db', 'sending_not_enabled', 'envoi non activ\u00e9', NULL, NULL),\n(48932, 'fr', 'db', 'failed_to_fetch_templates', '\u00c9chec de la r\u00e9cup\u00e9ration des mod\u00e8les', NULL, NULL),\n(48933, 'fr', 'db', 'manage_template', 'G\u00e9rer le mod\u00e8le', NULL, NULL),\n(48934, 'fr', 'db', 'send_whatsapp_message', 'Envoyer un message WhatsApp', NULL, NULL),\n(48935, 'fr', 'db', 'type_your_message', 'Tapez votre message', NULL, NULL),\n(48936, 'fr', 'db', 'delete_confirmation', 'Etes-vous s\u00fbr de vouloir supprimer\u00a0?', NULL, NULL),\n(48937, 'fr', 'db', 'template_deleted_successfully', 'Mod\u00e8le supprim\u00e9 avec succ\u00e8s', NULL, NULL),\n(48938, 'fr', 'db', 'failed_delete_template', '\u00c9chec de la suppression du mod\u00e8le', NULL, NULL),\n(48939, 'fr', 'db', 'receiver', 'R\u00e9cepteur', NULL, NULL),\n(48940, 'fr', 'db', 'template', 'Mod\u00e8le', NULL, NULL),\n(48941, 'fr', 'db', 'message', 'Message', NULL, NULL),\n(48942, 'fr', 'db', 'attachment', 'Pi\u00e8ce jointe', NULL, NULL),\n(48943, 'fr', 'db', 'image', 'Image', NULL, NULL),\n(48944, 'fr', 'db', 'document', 'Document', NULL, NULL),\n(48945, 'fr', 'db', 'Add Designation', 'Ajouter une d\u00e9signation', NULL, NULL),\n(48946, 'fr', 'db', 'Add Leave', 'Ajouter un cong\u00e9', NULL, NULL),\n(48947, 'fr', 'db', 'Add Overtime', 'Ajouter des heures suppl\u00e9mentaires', NULL, NULL),\n(48948, 'fr', 'db', 'Add Sale Agent', 'Ajouter un agent de vente', NULL, NULL),\n(48949, 'fr', 'db', 'Add Shift', 'Ajouter un d\u00e9calage', NULL, NULL),\n(48950, 'fr', 'db', 'Basic Salary', 'Salaire de base', NULL, NULL),\n(48951, 'fr', 'db', 'Commission', 'Commission', NULL, NULL),\n(48952, 'fr', 'db', 'Commission Percent', 'Pourcentage de commission', NULL, NULL),\n(48953, 'fr', 'db', 'Deselect All', 'D\u00e9s\u00e9lectionner tout', NULL, NULL),\n(48954, 'fr', 'db', 'End Date', 'Date de fin', NULL, NULL),\n(48955, 'fr', 'db', 'End Time', 'Heure de fin', NULL, NULL),\n(48956, 'fr', 'db', 'Expenses', 'D\u00e9penses', NULL, NULL),\n(48957, 'fr', 'db', 'Filter', 'Filtre', NULL, NULL),\n(48958, 'fr', 'db', 'Generate Payroll', 'G\u00e9n\u00e9rer la paie', NULL, NULL),\n(48959, 'fr', 'db', 'Grace In (min)', 'Gr\u00e2ce dans (min)', NULL, NULL),\n(48960, 'fr', 'db', 'Grace Out', 'Gr\u00e2ce', NULL, NULL),\n(48961, 'fr', 'db', 'HRM Panel', 'Panel GRH', NULL, NULL),\n(48962, 'fr', 'db', 'Import CSV', 'Importer un fichier CSV', NULL, NULL),\n(48963, 'fr', 'db', 'Is Sale Agent?', 'Est-ce qu\\'il est agent de vente\u00a0?', NULL, NULL),\n(48964, 'fr', 'db', 'Leave Type', 'Type de cong\u00e9', NULL, NULL),\n(48965, 'fr', 'db', 'Leaves', 'Feuilles', NULL, NULL),\n(48966, 'fr', 'db', 'Month', 'Mois', NULL, NULL),\n(48967, 'fr', 'db', 'Overtime', 'Au fil du temps', NULL, NULL),\n(48968, 'fr', 'db', 'Payroll cannot be deleted if status is final', 'La paie ne peut pas \u00eatre supprim\u00e9e si le statut est d\u00e9finitif', NULL, NULL),\n(48969, 'fr', 'db', 'Payroll for', 'Paie pour', NULL, NULL),\n(48970, 'fr', 'db', 'Payroll Group Name', 'Nom du groupe de paie', NULL, NULL),\n(48971, 'fr', 'db', 'Recurring', 'R\u00e9current', NULL, NULL),\n(48972, 'fr', 'db', 'Region', 'R\u00e9gion', NULL, NULL),\n(48973, 'fr', 'db', 'Salary', 'Salaire', NULL, NULL),\n(48974, 'fr', 'db', 'Sale Agents', 'Agents de vente', NULL, NULL),\n(48975, 'fr', 'db', 'Sales Target', 'Objectif de vente', NULL, NULL),\n(48976, 'fr', 'db', 'Select Department', 'S\u00e9lectionnez un d\u00e9partement', NULL, NULL),\n(48977, 'fr', 'db', 'Select Designation', 'S\u00e9lectionnez la d\u00e9signation', NULL, NULL),\n(48978, 'fr', 'db', 'Select Shift', 'S\u00e9lectionnez Maj', NULL, NULL),\n(48979, 'fr', 'db', 'Select Status', 'S\u00e9lectionnez le statut', NULL, NULL),\n(48980, 'fr', 'db', 'Shift', 'Changement', NULL, NULL),\n(48981, 'fr', 'db', 'Start Date', 'Date de d\u00e9but', NULL, NULL),\n(48982, 'fr', 'db', 'Start Time', 'Heure de d\u00e9but', NULL, NULL),\n(48983, 'fr', 'db', 'invoice_to_hatsapp', 'Facture sur Whatsapp', NULL, NULL),\n(48984, 'fr', 'db', 'Submit All Payrolls', 'Soumettre toutes les paies', NULL, NULL),\n(48985, 'fr', 'db', 'Submit Payrolls', 'Soumettre les paies', NULL, NULL),\n(48986, 'fr', 'db', 'Total Sales Amount From', 'Montant total des ventes \u00e0 partir de', NULL, NULL),\n(48987, 'fr', 'db', 'Total Sales Amount To', 'Montant total des ventes \u00e0', NULL, NULL),\n(48988, 'fr', 'db', 'Update Overtime', 'Mettre \u00e0 jour les heures suppl\u00e9mentaires', NULL, NULL),\n(48989, 'fr', 'db', 'Work Duration', 'Dur\u00e9e du travail', NULL, NULL),\n(48990, 'fr', 'db', 'Grace Out (min)', 'Sortie de gr\u00e2ce (min)', NULL, NULL),\n(48991, 'fr', 'db', 'Annual Quota', 'Quota annuel', NULL, NULL),\n(48992, 'fr', 'db', 'paid_or_unpaid', 'Pay\u00e9 ou non', NULL, NULL),\n(48993, 'fr', 'db', 'final', 'Final', NULL, NULL),\n(48994, 'fr', 'db', 'HRM - Generate Payroll', 'HRM - G\u00e9n\u00e9rer la paie', NULL, NULL),\n(48995, 'fr', 'db', 'employee_id', 'ID d\\'employ\u00e9', NULL, NULL),\n(48996, 'fr', 'db', 'Please select', 'Veuillez s\u00e9lectionner', NULL, NULL),\n(48997, 'fr', 'db', 'Redeem Points Settings', 'Param\u00e8tres d\\'\u00e9change de points', NULL, NULL),\n(48998, 'fr', 'db', 'Redeem amount per unit point', 'Montant d\\'\u00e9change par unit\u00e9 de point', NULL, NULL),\n(48999, 'fr', 'db', 'Maximum redeem point per order', 'Nombre maximum de points d\\'\u00e9change par commande', NULL, NULL),\n(49000, 'fr', 'db', 'Minimum order total to redeem points', 'Total minimum de commande pour \u00e9changer des points', NULL, NULL),\n(49001, 'fr', 'db', 'Minimum redeem point', 'Point d\\'\u00e9change minimum', NULL, NULL),\n(49002, 'fr', 'db', 'Minimum sold amount to get point', 'Montant minimum vendu pour obtenir un point', NULL, NULL),\n(49003, 'fr', 'db', 'View Document', 'Afficher le document', NULL, NULL),\n(49004, 'fr', 'db', 'Show Vat Registration Number', 'Afficher le num\u00e9ro d\\'enregistrement de TVA', NULL, NULL),\n(49005, 'fr', 'db', 'Show Sale Note', 'Afficher la note de vente', NULL, NULL),\n(49006, 'fr', 'db', 'App Setting', 'Param\u00e8tres de l\\'application', NULL, NULL),\n(49007, 'fr', 'db', 'Manual Process for connecting the Mobile App', 'Processus manuel de connexion \u00e0 l\\'application mobile', NULL, NULL),\n(49008, 'fr', 'db', 'QR Code for Connecting the Mobile App', 'Code QR pour connecter l\\'application mobile', NULL, NULL),\n(49009, 'fr', 'db', 'Active Devices', 'Appareils actifs', NULL, NULL),\n(49010, 'fr', 'db', 'IP', 'IP', NULL, NULL),\n(49011, 'fr', 'db', 'Last Active', 'Dernier actif', NULL, NULL),\n(49012, 'fr', 'db', 'We shall be back soon', 'Nous reviendrons bient\u00f4t', NULL, NULL),\n(49013, 'fr', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', 'D\u00e9sol\u00e9 pour le d\u00e9rangement. ', NULL, NULL),\n(49014, 'fr', 'db', 'maintenance_mode', 'Mode d\\'entretien', NULL, NULL),\n(49015, 'fr', 'db', 'maintenance_allowed_ips', 'IP autoris\u00e9es en mode maintenance', NULL, NULL),\n(49016, 'fr', 'db', 'Available Balance', 'Solde disponible', NULL, NULL),\n(49017, 'fr', 'db', 'profit_margin_type', 'Type de marge b\u00e9n\u00e9ficiaire', NULL, NULL),\n(49018, 'fr', 'db', 'show_expiry_alerts_before', 'Afficher les alertes d\\'expiration pour les produits avant (jours)', NULL, NULL),\n(49019, 'fr', 'db', 'Product Review', 'Examen du produit', NULL, NULL),\n(49020, 'fr', 'db', 'newsletter', 'Bulletin', NULL, NULL),\n(49021, 'fr', 'db', 'Sale Exchange', '\u00c9change de vente', NULL, NULL),\n(49022, 'fr', 'db', 'Sale Exchange List', 'Liste d\\'\u00e9change de vente', NULL, NULL),\n(49023, 'fr', 'db', 'Add Exchange', 'Ajouter un \u00e9change', NULL, NULL),\n(49024, 'fr', 'db', 'search_by_reference_no_or_Product', 'Recherche par r\u00e9f\u00e9rence ou produit', NULL, NULL),\n(49025, 'fr', 'db', 'Order Product', 'Commander un produit', NULL, NULL),\n(49026, 'fr', 'db', 'Payment Type', 'Type de paiement', NULL, NULL),\n(49027, 'fr', 'db', 'Payment Type', 'Type de paiement', NULL, NULL),\n(49028, 'fr', 'db', 'Edit Production', 'Modifier la production', NULL, NULL),\n(49029, 'fr', 'db', 'Delete Production', 'Supprimer la production', NULL, NULL),\n(49030, 'fr', 'db', 'Recipe List', 'Liste des recettes', NULL, NULL),\n(49031, 'fr', 'db', 'Add Recipe', 'Ajouter une recette', NULL, NULL),\n(49032, 'fr', 'db', 'Delete Recipe', 'Supprimer la recette', NULL, NULL),\n(49033, 'fr', 'db', 'Theme Settings', 'Param\u00e8tres du th\u00e8me', NULL, NULL),\n(49034, 'fr', 'db', 'show_customer_name', 'Afficher le nom du client', NULL, NULL),\n(49035, 'fr', 'db', 'sale_due', 'Vente due', NULL, NULL),\n(49036, 'fr', 'db', 'purchase_due', 'Achat d\u00fb', NULL, NULL),\n(49037, 'fr', 'db', 'bulk_update', 'Mise \u00e0 jour group\u00e9e', NULL, NULL),\n(49038, 'fr', 'db', 'payment_at', 'Paiement \u00e0', NULL, NULL),\n(49039, 'fr', 'db', 'paper_size', 'Format du papier', NULL, NULL),\n(49040, 'fr', 'db', 'Type designation name', 'Nom de la d\u00e9signation du type', NULL, NULL),\n(49041, 'fr', 'db', 'Type shift name', 'Tapez le nom de l\\'\u00e9quipe', NULL, NULL),\n(49042, 'fr', 'db', 'Add Leave Type', 'Ajouter un type de cong\u00e9', NULL, NULL),\n(49043, 'fr', 'db', 'Update Leave Type', 'Mettre \u00e0 jour le type de cong\u00e9', NULL, NULL),\n(49044, 'fr', 'db', 'Carry Forward Limit', 'Limite de report', NULL, NULL),\n(49045, 'fr', 'db', 'stock', 'Action', NULL, NULL),\n(49046, 'fr', 'db', 'profit_loss_report', 'Rapport de profits\/pertes', NULL, NULL),\n(49047, 'id', 'db', 'support_ickets', 'Tiket Dukungan', NULL, NULL),\n(49048, 'id', 'db', 'Packing Slip to manage orders\/sales', 'Slip Pengepakan untuk mengelola pesanan\/penjualan', NULL, NULL),\n(49049, 'id', 'db', 'Available Quantity', 'Kuantitas yang Tersedia', NULL, NULL),\n(49050, 'id', 'db', 'Hide Total Due', 'Sembunyikan Total Hutang', NULL, NULL),\n(49051, 'id', 'db', 'Filter Purchases', 'Saring Pembelian', NULL, NULL),\n(49052, 'id', 'db', 'Type purchase code', 'Ketik kode pembelian', NULL, NULL),\n(49053, 'id', 'db', 'Scan the QR code to pay', 'Pindai kode QR untuk membayar', NULL, NULL),\n(49054, 'id', 'db', 'Upload payment proof', 'Unggah bukti pembayaran', NULL, NULL),\n(49055, 'id', 'db', 'Change Currency', 'Ubah Mata Uang', NULL, NULL),\n(49056, 'id', 'db', 'Your Rating', 'Peringkat Anda', NULL, NULL),\n(49057, 'id', 'db', 'Your Review', 'Ulasan Anda', NULL, NULL),\n(49058, 'id', 'db', 'Add Review', 'Tambahkan Ulasan', NULL, NULL),\n(49059, 'id', 'db', 'Rating', 'Peringkat', NULL, NULL),\n(49060, 'id', 'db', 'Review', 'Tinjauan', NULL, NULL),\n(49061, 'id', 'db', 'No reviews yet', 'Belum ada ulasan', NULL, NULL),\n(49062, 'id', 'db', 'You already review this product', 'Anda sudah mengulas produk ini', NULL, NULL),\n(49063, 'id', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', 'Anda tidak memiliki izin untuk mengulas produk ini. ', NULL, NULL),\n(49064, 'id', 'db', 'You must be logged in to write a review', 'Anda harus login untuk menulis ulasan', NULL, NULL),\n(49065, 'id', 'db', 'Login', 'Login', NULL, NULL),\n(49066, 'id', 'db', 'Product', 'Produk', NULL, NULL),\n(49067, 'id', 'db', 'Select Recipe', 'Pilih Resep', NULL, NULL),\n(49068, 'id', 'db', 'Total Qty', 'Jumlah Total', NULL, NULL),\n(49069, 'id', 'db', 'Wastage Percent', 'Persen Pemborosan', NULL, NULL),\n(49070, 'id', 'db', 'Final Quantity', 'Kuantitas Akhir', NULL, NULL),\n(49071, 'id', 'db', 'Sub total', 'Jumlah keseluruhan', NULL, NULL),\n(49072, 'id', 'db', 'Production Cost', 'Biaya Produksi', NULL, NULL),\n(49073, 'id', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', 'Jika Anda memiliki pertanyaan atau masalah, jangan ragu untuk menghubungi kami. Kami siap membantu!', NULL, NULL),\n(49074, 'id', 'db', 'Product with', 'Produk dengan', NULL, NULL),\n(49075, 'id', 'db', 'Loading products for selected warehouse', 'Memuat produk untuk gudang yang dipilih', NULL, NULL),\n(49076, 'id', 'db', 'Show Paid Info', 'Tampilkan Detail Pembayaran', NULL, NULL),\n(49077, 'id', 'db', 'Show Amount In Words', 'Tunjukkan Jumlah Dalam Kata-kata', NULL, NULL),\n(49078, 'id', 'db', 'Show Bill To Info', 'Tampilkan Info \\'Tagihan Ke\\'', NULL, NULL),\n(49079, 'id', 'db', 'Auto Generate Numbering Type', 'Nomor Faktur Hasilkan Otomatis', NULL, NULL),\n(49080, 'id', 'db', 'Show Description', 'Tampilkan Deskripsi', NULL, NULL),\n(49081, 'id', 'db', 'Profit Margin', 'Margin Keuntungan', NULL, NULL),\n(49082, 'id', 'db', 'show Products Details in Purchase List', 'Tampilkan produk dalam daftar pembelian', NULL, NULL),\n(49083, 'id', 'db', 'show Products Details in Sales List', 'Tampilkan produk dalam daftar penjualan', NULL, NULL),\n(49084, 'id', 'db', 'Default Profit Margin Value', 'Margin keuntungan default (%)', NULL, NULL),\n(49085, 'id', 'db', 'show', 'Menunjukkan', NULL, NULL),\n(49086, 'id', 'db', 'hide', 'Bersembunyi', NULL, NULL),\n(49087, 'id', 'db', 'expired', 'Kedaluwarsa', NULL, NULL),\n(49088, 'id', 'db', 'add_recipes', 'Tambahkan Resep', NULL, NULL),\n(49089, 'id', 'db', 'Recipe', 'Resep', NULL, NULL),\n(49090, 'id', 'db', 'add_recipe', 'Tambahkan Resep', NULL, NULL),\n(49091, 'id', 'db', 'Wastage percent', 'Persen pemborosan', NULL, NULL),\n(49092, 'id', 'db', 'add_Ingredient', 'Tambahkan Bahan', NULL, NULL),\n(49093, 'id', 'db', 'Ingredient List', 'Daftar Bahan', NULL, NULL),\n(49094, 'id', 'db', 'Customer Name', 'Nama Pelanggan', NULL, NULL),\n(49095, 'id', 'db', 'Review', 'Tinjauan', NULL, NULL),\n(49096, 'id', 'db', 'Confirmation', 'Konfirmasi', NULL, NULL),\n(49097, 'id', 'db', 'Your Rating', 'Peringkat Anda', NULL, NULL),\n(49098, 'id', 'db', 'Your Review', 'Ulasan Anda', NULL, NULL),\n(49099, 'id', 'db', 'Add Review', 'Tambahkan Ulasan', NULL, NULL),\n(49100, 'id', 'db', 'Rating', 'Peringkat', NULL, NULL),\n(49101, 'id', 'db', 'Review', 'Tinjauan', NULL, NULL),\n(49102, 'id', 'db', 'No reviews yet', 'Belum ada ulasan', NULL, NULL),\n(49103, 'id', 'db', 'You already reviewed this product', 'Anda sudah mengulas produk ini', NULL, NULL),\n(49104, 'id', 'db', 'You must buy it to leave a review', 'Anda harus membelinya untuk memberikan ulasan', NULL, NULL),\n(49105, 'id', 'db', 'Edit Recipe', 'Sunting Resep', NULL, NULL),\n(49106, 'id', 'db', 'add_production', 'Tambahkan Produksi', NULL, NULL),\n(49107, 'id', 'db', 'Adjustment Quantity', 'Kuantitas Penyesuaian', NULL, NULL),\n(49108, 'id', 'db', 'Adjust Quantity', 'Sesuaikan Kuantitas', NULL, NULL),\n(49109, 'id', 'db', 'You must close your cash register before logout', 'Anda harus menutup mesin kasir Anda sebelum logout', NULL, NULL),\n(49110, 'id', 'db', 'Amount exceeds available balance', 'Jumlah melebihi saldo yang tersedia', NULL, NULL),\n(49111, 'id', 'db', 'View Points', 'Lihat Poin', NULL, NULL),\n(49112, 'id', 'db', 'Cash Register', 'Kasir', NULL, NULL),\n(49113, 'id', 'db', 'Closing Balance', 'Penutupan Saldo', NULL, NULL),\n(49114, 'id', 'db', 'Actual Cash', 'Uang Tunai Sebenarnya', NULL, NULL),\n(49115, 'id', 'db', 'Add Invoice Setting', 'Tambahkan Pengaturan Faktur', NULL, NULL),\n(49116, 'id', 'db', 'Receipt Printers', 'Printer Penerimaan', NULL, NULL),\n(49117, 'id', 'db', 'Receipt Printer Type', 'Jenis Printer Resi', NULL, NULL),\n(49118, 'id', 'db', 'Simple', 'Sederhana', NULL, NULL),\n(49119, 'id', 'db', 'Star SP2000 Series', 'Seri Bintang SP2000', NULL, NULL),\n(49120, 'id', 'db', 'EPOS TEP200M Series', 'Seri EPOS TEP200M', NULL, NULL),\n(49121, 'id', 'db', 'Epson TM-U220', 'Epson TM-U220', NULL, NULL),\n(49122, 'id', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(49123, 'id', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(49124, 'id', 'db', 'Add Printer', 'Tambahkan Pencetak', NULL, NULL),\n(49125, 'id', 'db', 'Printer Name', 'Nama Pencetak', NULL, NULL),\n(49126, 'id', 'db', 'Connection Type', 'Jenis Koneksi', NULL, NULL),\n(49127, 'id', 'db', 'Capability Profile', 'Profil Kemampuan', NULL, NULL),\n(49128, 'id', 'db', 'Characters per line', 'Karakter per baris', NULL, NULL),\n(49129, 'id', 'db', 'IP Address', 'Alamat IP', NULL, NULL),\n(49130, 'id', 'db', 'Port', 'Pelabuhan', NULL, NULL),\n(49131, 'id', 'db', 'Path', 'Jalur', NULL, NULL),\n(49132, 'id', 'db', 'Maximum characters printable per line', 'Karakter maksimum yang dapat dicetak per baris', NULL, NULL),\n(49133, 'id', 'db', 'Printer IP address', 'Alamat IP pencetak', NULL, NULL),\n(49134, 'id', 'db', 'Most printers use port 9100', 'Kebanyakan printer menggunakan port 9100', NULL, NULL),\n(49135, 'id', 'db', 'Device files are typically', 'File perangkat biasanya', NULL, NULL),\n(49136, 'id', 'db', 'Windows connection type', 'Jenis koneksi Windows', NULL, NULL),\n(49137, 'id', 'db', 'Linux connection type', 'Jenis koneksi Linux', NULL, NULL),\n(49138, 'id', 'db', 'Receipt Printers', 'Printer Penerimaan', NULL, NULL),\n(49139, 'id', 'db', 'Will Expire', 'Akan berakhir', NULL, NULL),\n(49140, 'id', 'db', 'This warehouse already has a printer assigned', 'Gudang ini sudah memiliki printer yang ditugaskan', NULL, NULL),\n(49141, 'id', 'db', 'The receipt has been successfully printed', 'Struk telah berhasil dicetak', NULL, NULL),\n(49142, 'id', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', 'Printer yang berbeda mendukung perintah dan halaman kode yang berbeda. ', NULL, NULL),\n(49143, 'id', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', 'Saat Anda menetapkan printer tanda terima ke gudang ini, pencetakan browser akan dimatikan. ', NULL, NULL),\n(49144, 'id', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', 'Silakan pilih template 58mm atau 80mm sebagai default di Pengaturan Faktur', NULL, NULL),\n(49145, 'id', 'db', 'Customer Display Screen', 'Layar Tampilan Pelanggan', NULL, NULL),\n(49146, 'id', 'db', 'Change Return', 'Ubah Kembali', NULL, NULL),\n(49147, 'id', 'db', 'This is a test mail to confirm your SMTP settings are working.', 'Ini adalah email percobaan untuk mengonfirmasi pengaturan SMTP Anda berfungsi.', NULL, NULL),\n(49148, 'id', 'db', 'Test Mail', 'Surat Uji', NULL, NULL),\n(49149, 'id', 'db', 'data_updated_mail_sent', 'Data berhasil diperbarui. ', NULL, NULL),\n(49150, 'id', 'db', 'data_updated_mail_fail', 'Data berhasil diperbarui, namun email pengujian gagal:', NULL, NULL),\n(49151, 'id', 'db', 'Credit Limit', 'Batas Kredit', NULL, NULL),\n(49152, 'id', 'db', 'Credit limit exceeded! Customer credit limit:', 'Batas kredit terlampaui! ', NULL, NULL),\n(49153, 'id', 'db', 'Credit Sale', 'Penjualan Kredit', NULL, NULL),\n(49154, 'id', 'db', 'Initial Deposit', 'Setoran awal', NULL, NULL),\n(49155, 'id', 'db', 'Opening balance', 'Saldo pembukaan', NULL, NULL),\n(49156, 'id', 'db', 'WhatsApp Number', 'Nomor WhatsApp', NULL, NULL),\n(49157, 'id', 'db', 'create_ticket', 'Buat Tiket', NULL, NULL),\n(49158, 'id', 'db', 'subject', 'Subjek', NULL, NULL),\n(49159, 'id', 'db', 'tenant', 'Penyewa', NULL, NULL),\n(49160, 'id', 'db', 'no_subject', 'Tidak Ada Subjek', NULL, NULL),\n(49161, 'id', 'db', 'confirm_delete_ticket', 'Apakah Anda yakin ingin menghapus tiket ini?', NULL, NULL),\n(49162, 'id', 'db', 'add_ticket', 'Tambahkan Tiket', NULL, NULL),\n(49163, 'id', 'db', 'ticket_created', 'Tiket berhasil dibuat', NULL, NULL),\n(49164, 'id', 'db', 'ticket_deleted', 'Tiket berhasil dihapus', NULL, NULL),\n(49165, 'id', 'db', 'insert_upload_text', 'Silakan masukkan tautan gambar\/video Anda di kotak teks di atas, dengan mengunggah ke', NULL, NULL),\n(49166, 'id', 'db', 'reply_sent', 'Balasan berhasil dikirim', NULL, NULL),\n(49167, 'id', 'db', 'disable_tenant_support_tickets', 'Nonaktifkan tiket dukungan penyewa', NULL, NULL),\n(49168, 'id', 'db', 'symbol', 'Simbol', NULL, NULL),\n(49169, 'id', 'db', 'print_invoice', 'Cetak Faktur', NULL, NULL),\n(49170, 'id', 'db', 'create_ticket', 'Buat Tiket', NULL, NULL),\n(49171, 'id', 'db', 'subject', 'Subjek', NULL, NULL),\n(49172, 'id', 'db', 'tenant', 'Penyewa', NULL, NULL),\n(49173, 'id', 'db', 'no_subject', 'Tidak Ada Subjek', NULL, NULL),\n(49174, 'id', 'db', 'add_ticket', 'Tambahkan Tiket', NULL, NULL),\n(49175, 'id', 'db', 'confirm_delete_ticket', 'Apakah Anda yakin ingin menghapus tiket ini?', NULL, NULL),\n(49176, 'id', 'db', 'ticket_created', 'Tiket berhasil dibuat', NULL, NULL),\n(49177, 'id', 'db', 'ticket_deleted', 'Tiket berhasil dihapus', NULL, NULL),\n(49178, 'id', 'db', 'insert_upload_text', 'Silakan masukkan tautan gambar\/video Anda di kotak teks di atas, dengan mengunggah ke', NULL, NULL),\n(49179, 'id', 'db', 'reply_sent', 'Balasan berhasil dikirim', NULL, NULL),\n(49180, 'id', 'db', 'Return Discount', 'Diskon Pengembalian', NULL, NULL),\n(49181, 'id', 'db', 'Activity Log', 'Catatan Aktivitas', NULL, NULL),\n(49182, 'id', 'db', 'Item Description', 'Deskripsi Barang', NULL, NULL),\n(49183, 'id', 'db', 'Cart Product Update', 'Pembaruan Produk Keranjang', NULL, NULL),\n(49184, 'id', 'db', 'Handle Discount', 'Menangani Diskon', NULL, NULL),\n(49185, 'id', 'db', 'Account Selection', 'Pemilihan Akun', NULL, NULL),\n(49186, 'id', 'db', 'Installment Plan', 'Rencana Angsuran', NULL, NULL),\n(49187, 'id', 'db', 'Enable Installment Plan', 'Aktifkan Paket Cicilan', NULL, NULL),\n(49188, 'id', 'db', 'Installment', 'Cicilan', NULL, NULL),\n(49189, 'id', 'db', 'Plan Name', 'Nama Rencana', NULL, NULL),\n(49190, 'id', 'db', 'Total Amount', 'Jumlah Total', NULL, NULL),\n(49191, 'id', 'db', 'Additional Amount', 'Jumlah Tambahan', NULL, NULL),\n(49192, 'id', 'db', 'Down Payment', 'Uang Muka', NULL, NULL),\n(49193, 'id', 'db', 'Disable registration', 'Nonaktifkan pendaftaran', NULL, NULL),\n(49194, 'id', 'db', 'Disable password reset', 'Nonaktifkan pengaturan ulang kata sandi', NULL, NULL),\n(49195, 'id', 'db', 'Font CSS', 'Font CSS', NULL, NULL),\n(49196, 'id', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS untuk halaman autentikasi (login\/registrasi\/lupa kata sandi\/verifikasi)', NULL, NULL),\n(49197, 'id', 'db', 'POS page CSS', 'CSS halaman POS', NULL, NULL),\n(49198, 'id', 'db', 'Custom CSS\/Styles', 'CSS\/Gaya Khusus', NULL, NULL),\n(49199, 'id', 'db', 'Sidebar', 'Bilah samping', NULL, NULL),\n(49200, 'id', 'db', 'Exports', 'Ekspor', NULL, NULL),\n(49201, 'id', 'db', 'Cart Product Update', 'Pembaruan Produk Keranjang', NULL, NULL),\n(49202, 'id', 'db', 'Handle Discount', 'Menangani Diskon', NULL, NULL),\n(49203, 'id', 'db', 'Product Export', 'Ekspor Produk', NULL, NULL),\n(49204, 'id', 'db', 'Purchase Export', 'Ekspor Pembelian', NULL, NULL),\n(49205, 'id', 'db', 'Sale Export', 'Ekspor Penjualan', NULL, NULL),\n(49206, 'id', 'db', 'Customer Export', 'Ekspor Pelanggan', NULL, NULL),\n(49207, 'id', 'db', 'Account Selection', 'Pemilihan Akun', NULL, NULL),\n(49208, 'id', 'db', 'Change Sale Date', 'Ubah Tanggal Penjualan', NULL, NULL),\n(49209, 'id', 'db', 'whatsapp', 'Ada apa', NULL, NULL),\n(49210, 'id', 'db', 'message_templates', 'Templat Pesan', NULL, NULL),\n(49211, 'id', 'db', 'send_message', 'Kirim Pesan', NULL, NULL),\n(49212, 'id', 'db', 'permanent_access_token', 'Token Akses Permanen', NULL, NULL),\n(49213, 'id', 'db', 'whatsapp_settings', 'Pengaturan WhatsApp', NULL, NULL),\n(49214, 'id', 'db', 'phone_number_id', 'ID Nomor Telepon', NULL, NULL),\n(49215, 'id', 'db', 'business_account_id', 'ID Akun Bisnis', NULL, NULL),\n(49216, 'id', 'db', 'api_token', 'Token API', NULL, NULL),\n(49217, 'id', 'db', 'receipt', 'Kuitansi', NULL, NULL),\n(49218, 'id', 'db', 'message_types', 'Jenis Pesan', NULL, NULL),\n(49219, 'id', 'db', 'no_template_type_message', 'Tidak menggunakan template, ketik pesan Anda di bawah ini', NULL, NULL),\n(49220, 'id', 'db', 'message_sent_successfully', 'Pesan berhasil terkirim', NULL, NULL),\n(49221, 'id', 'db', 'fail_sent_message', 'Gagal mengirim pesan', NULL, NULL),\n(49222, 'id', 'db', 'whatsapp_credentials_missing', 'Kredensial WhatsApp hilang', NULL, NULL),\n(49223, 'id', 'db', 'failed_upload_media_whatsApp', 'Gagal mengunggah media ke WhatsApp', NULL, NULL),\n(49224, 'id', 'db', 'media_id_not_returned_from_WhatsApp', 'ID Media tidak dikembalikan dari unggahan WhatsApp', NULL, NULL),\n(49225, 'id', 'db', 'sending_not_enabled', 'pengiriman tidak diaktifkan', NULL, NULL),\n(49226, 'id', 'db', 'failed_to_fetch_templates', 'Gagal mengambil template', NULL, NULL),\n(49227, 'id', 'db', 'manage_template', 'Kelola Templat', NULL, NULL),\n(49228, 'id', 'db', 'send_whatsapp_message', 'Kirim Pesan Whatsapp', NULL, NULL),\n(49229, 'id', 'db', 'type_your_message', 'Ketik Pesan Anda', NULL, NULL),\n(49230, 'id', 'db', 'delete_confirmation', 'Apakah Anda yakin ingin menghapus?', NULL, NULL),\n(49231, 'id', 'db', 'template_deleted_successfully', 'Templat berhasil dihapus', NULL, NULL),\n(49232, 'id', 'db', 'failed_delete_template', 'Gagal menghapus templat', NULL, NULL),\n(49233, 'id', 'db', 'receiver', 'Penerima', NULL, NULL),\n(49234, 'id', 'db', 'template', 'Templat', NULL, NULL),\n(49235, 'id', 'db', 'message', 'Pesan', NULL, NULL),\n(49236, 'id', 'db', 'attachment', 'Lampiran', NULL, NULL),\n(49237, 'id', 'db', 'image', 'Gambar', NULL, NULL),\n(49238, 'id', 'db', 'document', 'Dokumen', NULL, NULL),\n(49239, 'id', 'db', 'Add Designation', 'Tambahkan Penunjukan', NULL, NULL),\n(49240, 'id', 'db', 'Add Leave', 'Tambahkan Cuti', NULL, NULL),\n(49241, 'id', 'db', 'Add Overtime', 'Tambahkan Lembur', NULL, NULL),\n(49242, 'id', 'db', 'Add Sale Agent', 'Tambahkan Agen Penjualan', NULL, NULL),\n(49243, 'id', 'db', 'Add Shift', 'Tambahkan Pergeseran', NULL, NULL),\n(49244, 'id', 'db', 'Basic Salary', 'Gaji Pokok', NULL, NULL),\n(49245, 'id', 'db', 'Commission', 'Komisi', NULL, NULL),\n(49246, 'id', 'db', 'Commission Percent', 'Persen Komisi', NULL, NULL),\n(49247, 'id', 'db', 'Deselect All', 'Batalkan pilihan Semua', NULL, NULL),\n(49248, 'id', 'db', 'End Date', 'Tanggal Berakhir', NULL, NULL),\n(49249, 'id', 'db', 'End Time', 'Akhir Waktu', NULL, NULL),\n(49250, 'id', 'db', 'Expenses', 'Pengeluaran', NULL, NULL),\n(49251, 'id', 'db', 'Filter', 'Menyaring', NULL, NULL),\n(49252, 'id', 'db', 'Generate Payroll', 'Hasilkan Penggajian', NULL, NULL),\n(49253, 'id', 'db', 'Grace In (min)', 'Rahmat Dalam (menit)', NULL, NULL),\n(49254, 'id', 'db', 'Grace Out', 'rahmat keluar', NULL, NULL),\n(49255, 'id', 'db', 'HRM Panel', 'Panel SDM', NULL, NULL),\n(49256, 'id', 'db', 'Import CSV', 'Impor CSV', NULL, NULL),\n(49257, 'id', 'db', 'Is Sale Agent?', 'Apakah Agen Penjualan?', NULL, NULL),\n(49258, 'id', 'db', 'Leave Type', 'Tinggalkan Jenis', NULL, NULL),\n(49259, 'id', 'db', 'Leaves', 'Daun-daun', NULL, NULL),\n(49260, 'id', 'db', 'Month', 'Bulan', NULL, NULL),\n(49261, 'id', 'db', 'Overtime', 'Lembur', NULL, NULL),\n(49262, 'id', 'db', 'Payroll cannot be deleted if status is final', 'Payroll tidak dapat dihapus jika status sudah final', NULL, NULL),\n(49263, 'id', 'db', 'Payroll for', 'Gaji untuk', NULL, NULL),\n(49264, 'id', 'db', 'Payroll Group Name', 'Nama Grup Penggajian', NULL, NULL),\n(49265, 'id', 'db', 'Recurring', 'Berulang', NULL, NULL),\n(49266, 'id', 'db', 'Region', 'Wilayah', NULL, NULL),\n(49267, 'id', 'db', 'Salary', 'Gaji', NULL, NULL),\n(49268, 'id', 'db', 'Sale Agents', 'Agen Penjualan', NULL, NULL),\n(49269, 'id', 'db', 'Sales Target', 'Sasaran Penjualan', NULL, NULL),\n(49270, 'id', 'db', 'Select Department', 'Pilih Departemen', NULL, NULL),\n(49271, 'id', 'db', 'Select Designation', 'Pilih Penunjukan', NULL, NULL),\n(49272, 'id', 'db', 'Select Shift', 'Pilih Bergeser', NULL, NULL),\n(49273, 'id', 'db', 'Select Status', 'Pilih Status', NULL, NULL),\n(49274, 'id', 'db', 'Shift', 'Menggeser', NULL, NULL),\n(49275, 'id', 'db', 'Start Date', 'Tanggal Mulai', NULL, NULL),\n(49276, 'id', 'db', 'Start Time', 'Waktu Mulai', NULL, NULL),\n(49277, 'id', 'db', 'invoice_to_hatsapp', 'Faktur ke Whatsapp', NULL, NULL),\n(49278, 'id', 'db', 'Submit All Payrolls', 'Kirim Semua Gaji', NULL, NULL),\n(49279, 'id', 'db', 'Submit Payrolls', 'Kirim Gaji', NULL, NULL),\n(49280, 'id', 'db', 'Total Sales Amount From', 'Total Jumlah Penjualan Dari', NULL, NULL),\n(49281, 'id', 'db', 'Total Sales Amount To', 'Jumlah Penjualan Total Ke', NULL, NULL),\n(49282, 'id', 'db', 'Update Overtime', 'Perbarui Lembur', NULL, NULL),\n(49283, 'id', 'db', 'Work Duration', 'Lama pengerjaan', NULL, NULL),\n(49284, 'id', 'db', 'Grace Out (min)', 'Grace Keluar (menit)', NULL, NULL),\n(49285, 'id', 'db', 'Annual Quota', 'Kuota Tahunan', NULL, NULL),\n(49286, 'id', 'db', 'paid_or_unpaid', 'Dibayar atau Tidak Dibayar', NULL, NULL),\n(49287, 'id', 'db', 'final', 'Terakhir', NULL, NULL),\n(49288, 'id', 'db', 'HRM - Generate Payroll', 'HRM - Hasilkan Penggajian', NULL, NULL),\n(49289, 'id', 'db', 'employee_id', 'ID Karyawan', NULL, NULL),\n(49290, 'id', 'db', 'Please select', 'Silakan pilih', NULL, NULL),\n(49291, 'id', 'db', 'Redeem Points Settings', 'Pengaturan Penukaran Poin', NULL, NULL),\n(49292, 'id', 'db', 'Redeem amount per unit point', 'Tukarkan jumlah per unit poin', NULL, NULL),\n(49293, 'id', 'db', 'Maximum redeem point per order', 'Poin penukaran maksimum per pesanan', NULL, NULL),\n(49294, 'id', 'db', 'Minimum order total to redeem points', 'Total pesanan minimum untuk menukarkan poin', NULL, NULL),\n(49295, 'id', 'db', 'Minimum redeem point', 'Minimal penukaran poin', NULL, NULL),\n(49296, 'id', 'db', 'Minimum sold amount to get point', 'Jumlah penjualan minimum untuk mendapatkan poin', NULL, NULL),\n(49297, 'id', 'db', 'View Document', 'Lihat Dokumen', NULL, NULL),\n(49298, 'id', 'db', 'Show Vat Registration Number', 'Tunjukkan Nomor Registrasi PPN', NULL, NULL),\n(49299, 'id', 'db', 'Show Sale Note', 'Tampilkan Catatan Penjualan', NULL, NULL),\n(49300, 'id', 'db', 'App Setting', 'Pengaturan Aplikasi', NULL, NULL),\n(49301, 'id', 'db', 'Manual Process for connecting the Mobile App', 'Proses Manual untuk menghubungkan Aplikasi Seluler', NULL, NULL),\n(49302, 'id', 'db', 'QR Code for Connecting the Mobile App', 'Kode QR untuk Menghubungkan Aplikasi Seluler', NULL, NULL),\n(49303, 'id', 'db', 'Active Devices', 'Perangkat Aktif', NULL, NULL),\n(49304, 'id', 'db', 'IP', 'AKU P', NULL, NULL),\n(49305, 'id', 'db', 'Last Active', 'Terakhir Aktif', NULL, NULL),\n(49306, 'id', 'db', 'We shall be back soon', 'Kami akan segera kembali', NULL, NULL),\n(49307, 'id', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', 'Maaf atas ketidaknyamanan ini. ', NULL, NULL),\n(49308, 'id', 'db', 'maintenance_mode', 'Modus Pemeliharaan', NULL, NULL),\n(49309, 'id', 'db', 'maintenance_allowed_ips', 'IP yang diizinkan dalam Mode Pemeliharaan', NULL, NULL),\n(49310, 'id', 'db', 'Available Balance', 'Saldo Tersedia', NULL, NULL),\n(49311, 'id', 'db', 'profit_margin_type', 'Jenis Margin Keuntungan', NULL, NULL),\n(49312, 'id', 'db', 'show_expiry_alerts_before', 'Tampilkan peringatan kedaluwarsa untuk produk sebelum (hari)', NULL, NULL),\n(49313, 'id', 'db', 'Product Review', 'Ulasan Produk', NULL, NULL),\n(49314, 'id', 'db', 'newsletter', 'Buletin', NULL, NULL),\n(49315, 'id', 'db', 'Sale Exchange', 'Pertukaran Penjualan', NULL, NULL),\n(49316, 'id', 'db', 'Sale Exchange List', 'Daftar Penukaran Penjualan', NULL, NULL),\n(49317, 'id', 'db', 'Add Exchange', 'Tambahkan Pertukaran', NULL, NULL),\n(49318, 'id', 'db', 'search_by_reference_no_or_Product', 'Cari berdasarkan no referensi atau produk', NULL, NULL),\n(49319, 'id', 'db', 'Order Product', 'Produk Pesanan', NULL, NULL),\n(49320, 'id', 'db', 'Payment Type', 'Jenis Pembayaran', NULL, NULL),\n(49321, 'id', 'db', 'Payment Type', 'Jenis Pembayaran', NULL, NULL),\n(49322, 'id', 'db', 'Edit Production', 'Sunting Produksi', NULL, NULL),\n(49323, 'id', 'db', 'Delete Production', 'Hapus Produksi', NULL, NULL),\n(49324, 'id', 'db', 'Recipe List', 'Daftar Resep', NULL, NULL),\n(49325, 'id', 'db', 'Add Recipe', 'Tambahkan Resep', NULL, NULL),\n(49326, 'id', 'db', 'Delete Recipe', 'Hapus Resep', NULL, NULL),\n(49327, 'id', 'db', 'Theme Settings', 'Pengaturan Tema', NULL, NULL),\n(49328, 'id', 'db', 'show_customer_name', 'Tampilkan Nama Pelanggan', NULL, NULL),\n(49329, 'id', 'db', 'sale_due', 'Jatuh Tempo Penjualan', NULL, NULL),\n(49330, 'id', 'db', 'purchase_due', 'Jatuh Tempo Pembelian', NULL, NULL),\n(49331, 'id', 'db', 'bulk_update', 'Pembaruan Massal', NULL, NULL),\n(49332, 'id', 'db', 'payment_at', 'Pembayaran Pada', NULL, NULL),\n(49333, 'id', 'db', 'paper_size', 'Ukuran Kertas', NULL, NULL),\n(49334, 'id', 'db', 'Type designation name', 'Ketik nama sebutan', NULL, NULL),\n(49335, 'id', 'db', 'Type shift name', 'Ketik nama shift', NULL, NULL),\n(49336, 'id', 'db', 'Add Leave Type', 'Tambahkan Jenis Cuti', NULL, NULL),\n(49337, 'id', 'db', 'Update Leave Type', 'Perbarui Jenis Cuti', NULL, NULL),\n(49338, 'id', 'db', 'Carry Forward Limit', 'Batas Lanjutkan', NULL, NULL),\n(49339, 'id', 'db', 'stock', 'Saham', NULL, NULL),\n(49340, 'id', 'db', 'profit_loss_report', 'Laporan Untung\/Rugi', NULL, NULL),\n(49341, 'ms', 'db', 'support_ickets', 'Tiket Sokongan', NULL, NULL),\n(49342, 'ms', 'db', 'Packing Slip to manage orders\/sales', 'Slip Pembungkusan untuk menguruskan pesanan\/jualan', NULL, NULL),\n(49343, 'ms', 'db', 'Available Quantity', 'Kuantiti Tersedia', NULL, NULL),\n(49344, 'ms', 'db', 'Hide Total Due', 'Sembunyikan Jumlah Tertunggak', NULL, NULL),\n(49345, 'ms', 'db', 'Filter Purchases', 'Pembelian Penapis', NULL, NULL),\n(49346, 'ms', 'db', 'Type purchase code', 'Taip kod pembelian', NULL, NULL),\n(49347, 'ms', 'db', 'Scan the QR code to pay', 'Imbas kod QR untuk membayar', NULL, NULL),\n(49348, 'ms', 'db', 'Upload payment proof', 'Muat naik bukti pembayaran', NULL, NULL),\n(49349, 'ms', 'db', 'Change Currency', 'Tukar Mata Wang', NULL, NULL),\n(49350, 'ms', 'db', 'Your Rating', 'Penilaian Anda', NULL, NULL),\n(49351, 'ms', 'db', 'Your Review', 'Ulasan Anda', NULL, NULL),\n(49352, 'ms', 'db', 'Add Review', 'Tambah Ulasan', NULL, NULL),\n(49353, 'ms', 'db', 'Rating', 'Penilaian', NULL, NULL),\n(49354, 'ms', 'db', 'Review', 'Semakan', NULL, NULL),\n(49355, 'ms', 'db', 'No reviews yet', 'Tiada ulasan lagi', NULL, NULL),\n(49356, 'ms', 'db', 'You already review this product', 'Anda sudah menyemak produk ini', NULL, NULL),\n(49357, 'ms', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', 'Anda tiada kebenaran untuk menyemak produk ini. ', NULL, NULL),\n(49358, 'ms', 'db', 'You must be logged in to write a review', 'Anda mesti log masuk untuk menulis ulasan', NULL, NULL),\n(49359, 'ms', 'db', 'Login', 'Log masuk', NULL, NULL),\n(49360, 'ms', 'db', 'Product', 'produk', NULL, NULL),\n(49361, 'ms', 'db', 'Select Recipe', 'Pilih Resipi', NULL, NULL),\n(49362, 'ms', 'db', 'Total Qty', 'Jumlah Kuantiti', NULL, NULL),\n(49363, 'ms', 'db', 'Wastage Percent', 'Peratus Pembaziran', NULL, NULL),\n(49364, 'ms', 'db', 'Final Quantity', 'Kuantiti Akhir', NULL, NULL),\n(49365, 'ms', 'db', 'Sub total', 'Jumlah kecil', NULL, NULL),\n(49366, 'ms', 'db', 'Production Cost', 'Kos Pengeluaran', NULL, NULL),\n(49367, 'ms', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', 'Jika anda mempunyai sebarang soalan atau kebimbangan, jangan teragak-agak untuk menghubungi kami Kami sedia membantu!', NULL, NULL),\n(49368, 'ms', 'db', 'Product with', 'Produk dengan', NULL, NULL),\n(49369, 'ms', 'db', 'Loading products for selected warehouse', 'Memuatkan produk untuk gudang terpilih', NULL, NULL),\n(49370, 'ms', 'db', 'Show Paid Info', 'Tunjukkan Butiran Pembayaran', NULL, NULL),\n(49371, 'ms', 'db', 'Show Amount In Words', 'Tunjukkan Jumlah Dalam Perkataan', NULL, NULL),\n(49372, 'ms', 'db', 'Show Bill To Info', 'Tunjukkan Maklumat \\'Bil Kepada\\'', NULL, NULL),\n(49373, 'ms', 'db', 'Auto Generate Numbering Type', 'AutoJana Nombor Invois', NULL, NULL),\n(49374, 'ms', 'db', 'Show Description', 'Tunjukkan Penerangan', NULL, NULL),\n(49375, 'ms', 'db', 'Profit Margin', 'Margin Keuntungan', NULL, NULL),\n(49376, 'ms', 'db', 'show Products Details in Purchase List', 'Tunjukkan produk dalam senarai pembelian', NULL, NULL),\n(49377, 'ms', 'db', 'show Products Details in Sales List', 'Tunjukkan produk dalam senarai jualan', NULL, NULL),\n(49378, 'ms', 'db', 'Default Profit Margin Value', 'Margin keuntungan lalai (%)', NULL, NULL),\n(49379, 'ms', 'db', 'show', 'Tunjukkan', NULL, NULL),\n(49380, 'ms', 'db', 'hide', 'Sembunyi', NULL, NULL),\n(49381, 'ms', 'db', 'expired', 'Tamat tempoh', NULL, NULL),\n(49382, 'ms', 'db', 'add_recipes', 'Tambah Resipi', NULL, NULL),\n(49383, 'ms', 'db', 'Recipe', 'resepi', NULL, NULL),\n(49384, 'ms', 'db', 'add_recipe', 'Tambah Resipi', NULL, NULL),\n(49385, 'ms', 'db', 'Wastage percent', 'Peratus pembaziran', NULL, NULL),\n(49386, 'ms', 'db', 'add_Ingredient', 'Masukkan Bahan', NULL, NULL),\n(49387, 'ms', 'db', 'Ingredient List', 'Senarai Bahan', NULL, NULL),\n(49388, 'ms', 'db', 'Customer Name', 'Nama Pelanggan', NULL, NULL),\n(49389, 'ms', 'db', 'Review', 'Semakan', NULL, NULL),\n(49390, 'ms', 'db', 'Confirmation', 'Pengesahan', NULL, NULL),\n(49391, 'ms', 'db', 'Your Rating', 'Penilaian Anda', NULL, NULL),\n(49392, 'ms', 'db', 'Your Review', 'Ulasan Anda', NULL, NULL),\n(49393, 'ms', 'db', 'Add Review', 'Tambah Ulasan', NULL, NULL),\n(49394, 'ms', 'db', 'Rating', 'Penilaian', NULL, NULL),\n(49395, 'ms', 'db', 'Review', 'Semakan', NULL, NULL),\n(49396, 'ms', 'db', 'No reviews yet', 'Tiada ulasan lagi', NULL, NULL),\n(49397, 'ms', 'db', 'You already reviewed this product', 'Anda sudah menyemak produk ini', NULL, NULL),\n(49398, 'ms', 'db', 'You must buy it to leave a review', 'Anda mesti membelinya untuk meninggalkan ulasan', NULL, NULL),\n(49399, 'ms', 'db', 'Edit Recipe', 'Edit Resipi', NULL, NULL),\n(49400, 'ms', 'db', 'add_production', 'Tambah Pengeluaran', NULL, NULL),\n(49401, 'ms', 'db', 'Adjustment Quantity', 'Kuantiti Pelarasan', NULL, NULL),\n(49402, 'ms', 'db', 'Adjust Quantity', 'Laraskan Kuantiti', NULL, NULL),\n(49403, 'ms', 'db', 'You must close your cash register before logout', 'Anda mesti menutup daftar tunai anda sebelum log keluar', NULL, NULL),\n(49404, 'ms', 'db', 'Amount exceeds available balance', 'Jumlah melebihi baki yang tersedia', NULL, NULL),\n(49405, 'ms', 'db', 'View Points', 'Titik Pandangan', NULL, NULL),\n(49406, 'ms', 'db', 'Cash Register', 'Daftar Tunai', NULL, NULL),\n(49407, 'ms', 'db', 'Closing Balance', 'Baki Penutup', NULL, NULL),\n(49408, 'ms', 'db', 'Actual Cash', 'Tunai Sebenar', NULL, NULL),\n(49409, 'ms', 'db', 'Add Invoice Setting', 'Tambah Tetapan Invois', NULL, NULL),\n(49410, 'ms', 'db', 'Receipt Printers', 'Pencetak Resit', NULL, NULL),\n(49411, 'ms', 'db', 'Receipt Printer Type', 'Jenis Pencetak Resit', NULL, NULL),\n(49412, 'ms', 'db', 'Simple', 'Mudah', NULL, NULL),\n(49413, 'ms', 'db', 'Star SP2000 Series', 'Siri Bintang SP2000', NULL, NULL),\n(49414, 'ms', 'db', 'EPOS TEP200M Series', 'Siri EPOS TEP200M', NULL, NULL),\n(49415, 'ms', 'db', 'Epson TM-U220', 'Epson TM-U220', NULL, NULL),\n(49416, 'ms', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(49417, 'ms', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(49418, 'ms', 'db', 'Add Printer', 'Tambah Pencetak', NULL, NULL),\n(49419, 'ms', 'db', 'Printer Name', 'Nama Pencetak', NULL, NULL),\n(49420, 'ms', 'db', 'Connection Type', 'Jenis Sambungan', NULL, NULL),\n(49421, 'ms', 'db', 'Capability Profile', 'Profil Keupayaan', NULL, NULL),\n(49422, 'ms', 'db', 'Characters per line', 'Aksara setiap baris', NULL, NULL),\n(49423, 'ms', 'db', 'IP Address', 'Alamat IP', NULL, NULL),\n(49424, 'ms', 'db', 'Port', 'Pelabuhan', NULL, NULL),\n(49425, 'ms', 'db', 'Path', 'Laluan', NULL, NULL),\n(49426, 'ms', 'db', 'Maximum characters printable per line', 'Aksara maksimum boleh dicetak setiap baris', NULL, NULL),\n(49427, 'ms', 'db', 'Printer IP address', 'Alamat IP pencetak', NULL, NULL),\n(49428, 'ms', 'db', 'Most printers use port 9100', 'Kebanyakan pencetak menggunakan port 9100', NULL, NULL),\n(49429, 'ms', 'db', 'Device files are typically', 'Fail peranti biasanya', NULL, NULL),\n(49430, 'ms', 'db', 'Windows connection type', 'Jenis sambungan Windows', NULL, NULL),\n(49431, 'ms', 'db', 'Linux connection type', 'Jenis sambungan Linux', NULL, NULL),\n(49432, 'ms', 'db', 'Receipt Printers', 'Pencetak Resit', NULL, NULL),\n(49433, 'ms', 'db', 'Will Expire', 'Akan Tamat Tempoh', NULL, NULL),\n(49434, 'ms', 'db', 'This warehouse already has a printer assigned', 'Gudang ini sudah mempunyai pencetak yang ditetapkan', NULL, NULL),\n(49435, 'ms', 'db', 'The receipt has been successfully printed', 'Resit telah berjaya dicetak', NULL, NULL),\n(49436, 'ms', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', 'Pencetak yang berbeza menyokong arahan dan halaman kod yang berbeza. ', NULL, NULL),\n(49437, 'ms', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', 'Apabila anda menetapkan pencetak resit ke gudang ini, pencetakan penyemak imbas akan dimatikan. ', NULL, NULL),\n(49438, 'ms', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', 'Sila pilih sama ada templat 58mm atau 80mm sebagai lalai dalam Tetapan Invois', NULL, NULL),\n(49439, 'ms', 'db', 'Customer Display Screen', 'Skrin Paparan Pelanggan', NULL, NULL),\n(49440, 'ms', 'db', 'Change Return', 'Tukar Pulangan', NULL, NULL),\n(49441, 'ms', 'db', 'This is a test mail to confirm your SMTP settings are working.', 'Ini ialah mel ujian untuk mengesahkan tetapan SMTP anda berfungsi.', NULL, NULL),\n(49442, 'ms', 'db', 'Test Mail', 'Mel Ujian', NULL, NULL),\n(49443, 'ms', 'db', 'data_updated_mail_sent', 'Data berjaya dikemas kini. ', NULL, NULL),\n(49444, 'ms', 'db', 'data_updated_mail_fail', 'Data berjaya dikemas kini, tetapi mel ujian gagal:', NULL, NULL),\n(49445, 'ms', 'db', 'Credit Limit', 'Had Kredit', NULL, NULL),\n(49446, 'ms', 'db', 'Credit limit exceeded! Customer credit limit:', 'Had kredit melebihi! ', NULL, NULL),\n(49447, 'ms', 'db', 'Credit Sale', 'Jualan Kredit', NULL, NULL),\n(49448, 'ms', 'db', 'Initial Deposit', 'Deposit Permulaan', NULL, NULL),\n(49449, 'ms', 'db', 'Opening balance', 'Baki pembukaan', NULL, NULL),\n(49450, 'ms', 'db', 'WhatsApp Number', 'Nombor WhatsApp', NULL, NULL),\n(49451, 'ms', 'db', 'create_ticket', 'Buat Tiket', NULL, NULL),\n(49452, 'ms', 'db', 'subject', 'Subjek', NULL, NULL),\n(49453, 'ms', 'db', 'tenant', 'Penyewa', NULL, NULL),\n(49454, 'ms', 'db', 'no_subject', 'Tiada Subjek', NULL, NULL),\n(49455, 'ms', 'db', 'confirm_delete_ticket', 'Adakah anda pasti mahu memadamkan tiket ini?', NULL, NULL),\n(49456, 'ms', 'db', 'add_ticket', 'Tambah Tiket', NULL, NULL),\n(49457, 'ms', 'db', 'ticket_created', 'Tiket berjaya dibuat', NULL, NULL),\n(49458, 'ms', 'db', 'ticket_deleted', 'Tiket berjaya dipadamkan', NULL, NULL),\n(49459, 'ms', 'db', 'insert_upload_text', 'Sila masukkan pautan imej\/video anda dalam kotak teks di atas, dengan memuat naik ke', NULL, NULL),\n(49460, 'ms', 'db', 'reply_sent', 'Balasan dihantar dengan jayanya', NULL, NULL),\n(49461, 'ms', 'db', 'disable_tenant_support_tickets', 'Lumpuhkan tiket sokongan penyewa', NULL, NULL),\n(49462, 'ms', 'db', 'symbol', 'Simbol', NULL, NULL),\n(49463, 'ms', 'db', 'print_invoice', 'Cetak Invois', NULL, NULL),\n(49464, 'ms', 'db', 'create_ticket', 'Buat Tiket', NULL, NULL),\n(49465, 'ms', 'db', 'subject', 'Subjek', NULL, NULL),\n(49466, 'ms', 'db', 'tenant', 'Penyewa', NULL, NULL),\n(49467, 'ms', 'db', 'no_subject', 'Tiada Subjek', NULL, NULL),\n(49468, 'ms', 'db', 'add_ticket', 'Tambah Tiket', NULL, NULL),\n(49469, 'ms', 'db', 'confirm_delete_ticket', 'Adakah anda pasti mahu memadamkan tiket ini?', NULL, NULL),\n(49470, 'ms', 'db', 'ticket_created', 'Tiket berjaya dibuat', NULL, NULL),\n(49471, 'ms', 'db', 'ticket_deleted', 'Tiket berjaya dipadamkan', NULL, NULL),\n(49472, 'ms', 'db', 'insert_upload_text', 'Sila masukkan pautan imej\/video anda dalam kotak teks di atas, dengan memuat naik ke', NULL, NULL),\n(49473, 'ms', 'db', 'reply_sent', 'Balasan dihantar dengan jayanya', NULL, NULL),\n(49474, 'ms', 'db', 'Return Discount', 'Diskaun Pulangan', NULL, NULL),\n(49475, 'ms', 'db', 'Activity Log', 'Log Aktiviti', NULL, NULL),\n(49476, 'ms', 'db', 'Item Description', 'Penerangan Item', NULL, NULL),\n(49477, 'ms', 'db', 'Cart Product Update', 'Kemas Kini Produk Troli', NULL, NULL),\n(49478, 'ms', 'db', 'Handle Discount', 'Mengendalikan Diskaun', NULL, NULL),\n(49479, 'ms', 'db', 'Account Selection', 'Pemilihan Akaun', NULL, NULL),\n(49480, 'ms', 'db', 'Installment Plan', 'Pelan Ansuran', NULL, NULL),\n(49481, 'ms', 'db', 'Enable Installment Plan', 'Dayakan Pelan Ansuran', NULL, NULL),\n(49482, 'ms', 'db', 'Installment', 'ansuran', NULL, NULL),\n(49483, 'ms', 'db', 'Plan Name', 'Nama Pelan', NULL, NULL),\n(49484, 'ms', 'db', 'Total Amount', 'Jumlah Jumlah', NULL, NULL),\n(49485, 'ms', 'db', 'Additional Amount', 'Jumlah Tambahan', NULL, NULL),\n(49486, 'ms', 'db', 'Down Payment', 'Bayaran Pendahuluan', NULL, NULL),\n(49487, 'ms', 'db', 'Disable registration', 'Lumpuhkan pendaftaran', NULL, NULL),\n(49488, 'ms', 'db', 'Disable password reset', 'Lumpuhkan tetapan semula kata laluan', NULL, NULL),\n(49489, 'ms', 'db', 'Font CSS', 'CSS fon', NULL, NULL),\n(49490, 'ms', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS untuk halaman pengesahan (log masuk\/pendaftaran\/terlupa kata laluan\/pengesahan)', NULL, NULL),\n(49491, 'ms', 'db', 'POS page CSS', 'CSS halaman POS', NULL, NULL),\n(49492, 'ms', 'db', 'Custom CSS\/Styles', 'CSS\/Gaya tersuai', NULL, NULL),\n(49493, 'ms', 'db', 'Sidebar', 'Bar sisi', NULL, NULL),\n(49494, 'ms', 'db', 'Exports', 'Eksport', NULL, NULL),\n(49495, 'ms', 'db', 'Cart Product Update', 'Kemas Kini Produk Troli', NULL, NULL),\n(49496, 'ms', 'db', 'Handle Discount', 'Mengendalikan Diskaun', NULL, NULL),\n(49497, 'ms', 'db', 'Product Export', 'Eksport Produk', NULL, NULL),\n(49498, 'ms', 'db', 'Purchase Export', 'Beli Eksport', NULL, NULL),\n(49499, 'ms', 'db', 'Sale Export', 'Eksport Jualan', NULL, NULL),\n(49500, 'ms', 'db', 'Customer Export', 'Eksport Pelanggan', NULL, NULL),\n(49501, 'ms', 'db', 'Account Selection', 'Pemilihan Akaun', NULL, NULL),\n(49502, 'ms', 'db', 'Change Sale Date', 'Tukar Tarikh Jualan', NULL, NULL),\n(49503, 'ms', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(49504, 'ms', 'db', 'message_templates', 'Templat Mesej', NULL, NULL),\n(49505, 'ms', 'db', 'send_message', 'Hantar Mesej', NULL, NULL),\n(49506, 'ms', 'db', 'permanent_access_token', 'Token Akses Kekal', NULL, NULL),\n(49507, 'ms', 'db', 'whatsapp_settings', 'Tetapan WhatsApp', NULL, NULL),\n(49508, 'ms', 'db', 'phone_number_id', 'ID Nombor Telefon', NULL, NULL),\n(49509, 'ms', 'db', 'business_account_id', 'ID Akaun Perniagaan', NULL, NULL),\n(49510, 'ms', 'db', 'api_token', 'Token API', NULL, NULL),\n(49511, 'ms', 'db', 'receipt', 'resit', NULL, NULL),\n(49512, 'ms', 'db', 'message_types', 'Jenis Mesej', NULL, NULL),\n(49513, 'ms', 'db', 'no_template_type_message', 'Tidak menggunakan templat, taip mesej anda di bawah', NULL, NULL),\n(49514, 'ms', 'db', 'message_sent_successfully', 'Mesej berjaya dihantar', NULL, NULL),\n(49515, 'ms', 'db', 'fail_sent_message', 'Gagal menghantar mesej', NULL, NULL),\n(49516, 'ms', 'db', 'whatsapp_credentials_missing', 'Bukti kelayakan WhatsApp tiada', NULL, NULL),\n(49517, 'ms', 'db', 'failed_upload_media_whatsApp', 'Gagal memuat naik media ke WhatsApp', NULL, NULL),\n(49518, 'ms', 'db', 'media_id_not_returned_from_WhatsApp', 'ID media tidak dikembalikan daripada muat naik WhatsApp', NULL, NULL),\n(49519, 'ms', 'db', 'sending_not_enabled', 'penghantaran tidak didayakan', NULL, NULL),\n(49520, 'ms', 'db', 'failed_to_fetch_templates', 'Gagal mengambil templat', NULL, NULL),\n(49521, 'ms', 'db', 'manage_template', 'Urus Templat', NULL, NULL),\n(49522, 'ms', 'db', 'send_whatsapp_message', 'Hantar Mesej Whatsapp', NULL, NULL),\n(49523, 'ms', 'db', 'type_your_message', 'Taip Mesej Anda', NULL, NULL),\n(49524, 'ms', 'db', 'delete_confirmation', 'Adakah anda pasti mahu memadamkan?', NULL, NULL),\n(49525, 'ms', 'db', 'template_deleted_successfully', 'Templat berjaya dipadamkan', NULL, NULL),\n(49526, 'ms', 'db', 'failed_delete_template', 'Gagal memadamkan templat', NULL, NULL),\n(49527, 'ms', 'db', 'receiver', 'Penerima', NULL, NULL),\n(49528, 'ms', 'db', 'template', 'templat', NULL, NULL),\n(49529, 'ms', 'db', 'message', 'Mesej', NULL, NULL),\n(49530, 'ms', 'db', 'attachment', 'Lampiran', NULL, NULL),\n(49531, 'ms', 'db', 'image', 'Imej', NULL, NULL),\n(49532, 'ms', 'db', 'document', 'Dokumen', NULL, NULL),\n(49533, 'ms', 'db', 'Add Designation', 'Tambah Jawatan', NULL, NULL),\n(49534, 'ms', 'db', 'Add Leave', 'Tambah Cuti', NULL, NULL),\n(49535, 'ms', 'db', 'Add Overtime', 'Tambah Kerja Lebih Masa', NULL, NULL),\n(49536, 'ms', 'db', 'Add Sale Agent', 'Tambah Agen Jualan', NULL, NULL),\n(49537, 'ms', 'db', 'Add Shift', 'Tambah Shift', NULL, NULL),\n(49538, 'ms', 'db', 'Basic Salary', 'Gaji Pokok', NULL, NULL),\n(49539, 'ms', 'db', 'Commission', 'Suruhanjaya', NULL, NULL),\n(49540, 'ms', 'db', 'Commission Percent', 'Peratus Komisen', NULL, NULL),\n(49541, 'ms', 'db', 'Deselect All', 'Nyahpilih Semua', NULL, NULL),\n(49542, 'ms', 'db', 'End Date', 'Tarikh Tamat', NULL, NULL),\n(49543, 'ms', 'db', 'End Time', 'Masa Tamat', NULL, NULL),\n(49544, 'ms', 'db', 'Expenses', 'Perbelanjaan', NULL, NULL),\n(49545, 'ms', 'db', 'Filter', 'Penapis', NULL, NULL),\n(49546, 'ms', 'db', 'Generate Payroll', 'Jana Penyata Gaji', NULL, NULL),\n(49547, 'ms', 'db', 'Grace In (min)', 'Grace In (min)', NULL, NULL),\n(49548, 'ms', 'db', 'Grace Out', 'Grace Out', NULL, NULL),\n(49549, 'ms', 'db', 'HRM Panel', 'Panel HRM', NULL, NULL),\n(49550, 'ms', 'db', 'Import CSV', 'Import CSV', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(49551, 'ms', 'db', 'Is Sale Agent?', 'Adakah Agen Jualan?', NULL, NULL),\n(49552, 'ms', 'db', 'Leave Type', 'Jenis Cuti', NULL, NULL),\n(49553, 'ms', 'db', 'Leaves', 'daun', NULL, NULL),\n(49554, 'ms', 'db', 'Month', 'bulan', NULL, NULL),\n(49555, 'ms', 'db', 'Overtime', 'Lebih masa', NULL, NULL),\n(49556, 'ms', 'db', 'Payroll cannot be deleted if status is final', 'Gaji tidak boleh dipadamkan jika status adalah muktamad', NULL, NULL),\n(49557, 'ms', 'db', 'Payroll for', 'Gaji untuk', NULL, NULL),\n(49558, 'ms', 'db', 'Payroll Group Name', 'Nama Kumpulan Gaji', NULL, NULL),\n(49559, 'ms', 'db', 'Recurring', 'Berulang', NULL, NULL),\n(49560, 'ms', 'db', 'Region', 'Wilayah', NULL, NULL),\n(49561, 'ms', 'db', 'Salary', 'Gaji', NULL, NULL),\n(49562, 'ms', 'db', 'Sale Agents', 'Ejen Jualan', NULL, NULL),\n(49563, 'ms', 'db', 'Sales Target', 'Sasaran Jualan', NULL, NULL),\n(49564, 'ms', 'db', 'Select Department', 'Pilih Jabatan', NULL, NULL),\n(49565, 'ms', 'db', 'Select Designation', 'Pilih Jawatan', NULL, NULL),\n(49566, 'ms', 'db', 'Select Shift', 'Pilih Shift', NULL, NULL),\n(49567, 'ms', 'db', 'Select Status', 'Pilih Status', NULL, NULL),\n(49568, 'ms', 'db', 'Shift', 'Beralih', NULL, NULL),\n(49569, 'ms', 'db', 'Start Date', 'Tarikh Mula', NULL, NULL),\n(49570, 'ms', 'db', 'Start Time', 'Masa Mula', NULL, NULL),\n(49571, 'ms', 'db', 'invoice_to_hatsapp', 'Invois ke Whatsapp', NULL, NULL),\n(49572, 'ms', 'db', 'Submit All Payrolls', 'Hantar Semua Gaji', NULL, NULL),\n(49573, 'ms', 'db', 'Submit Payrolls', 'Hantar Gaji', NULL, NULL),\n(49574, 'ms', 'db', 'Total Sales Amount From', 'Jumlah Jumlah Jualan Daripada', NULL, NULL),\n(49575, 'ms', 'db', 'Total Sales Amount To', 'Jumlah Jumlah Jualan Ke', NULL, NULL),\n(49576, 'ms', 'db', 'Update Overtime', 'Kemas kini Kerja Lebih Masa', NULL, NULL),\n(49577, 'ms', 'db', 'Work Duration', 'Tempoh Kerja', NULL, NULL),\n(49578, 'ms', 'db', 'Grace Out (min)', 'Grace Out (min)', NULL, NULL),\n(49579, 'ms', 'db', 'Annual Quota', 'Kuota Tahunan', NULL, NULL),\n(49580, 'ms', 'db', 'paid_or_unpaid', 'Dibayar atau Tidak Dibayar', NULL, NULL),\n(49581, 'ms', 'db', 'final', 'Akhir', NULL, NULL),\n(49582, 'ms', 'db', 'HRM - Generate Payroll', 'HRM - Jana Penyata Gaji', NULL, NULL),\n(49583, 'ms', 'db', 'employee_id', 'Id Pekerja', NULL, NULL),\n(49584, 'ms', 'db', 'Please select', 'Sila pilih', NULL, NULL),\n(49585, 'ms', 'db', 'Redeem Points Settings', 'Tetapan Tebus Mata', NULL, NULL),\n(49586, 'ms', 'db', 'Redeem amount per unit point', 'Tebus amaun setiap mata unit', NULL, NULL),\n(49587, 'ms', 'db', 'Maximum redeem point per order', 'Mata tebus maksimum setiap pesanan', NULL, NULL),\n(49588, 'ms', 'db', 'Minimum order total to redeem points', 'Jumlah pesanan minimum untuk menebus mata', NULL, NULL),\n(49589, 'ms', 'db', 'Minimum redeem point', 'Mata tebus minimum', NULL, NULL),\n(49590, 'ms', 'db', 'Minimum sold amount to get point', 'Jumlah jualan minimum untuk mendapatkan mata', NULL, NULL),\n(49591, 'ms', 'db', 'View Document', 'Lihat Dokumen', NULL, NULL),\n(49592, 'ms', 'db', 'Show Vat Registration Number', 'Tunjukkan Nombor Pendaftaran Vat', NULL, NULL),\n(49593, 'ms', 'db', 'Show Sale Note', 'Tunjukkan Nota Jualan', NULL, NULL),\n(49594, 'ms', 'db', 'App Setting', 'Tetapan Apl', NULL, NULL),\n(49595, 'ms', 'db', 'Manual Process for connecting the Mobile App', 'Proses Manual untuk menyambungkan Apl Mudah Alih', NULL, NULL),\n(49596, 'ms', 'db', 'QR Code for Connecting the Mobile App', 'Kod QR untuk Menyambung Apl Mudah Alih', NULL, NULL),\n(49597, 'ms', 'db', 'Active Devices', 'Peranti Aktif', NULL, NULL),\n(49598, 'ms', 'db', 'IP', 'IP', NULL, NULL),\n(49599, 'ms', 'db', 'Last Active', 'Aktif Terakhir', NULL, NULL),\n(49600, 'ms', 'db', 'We shall be back soon', 'Kami akan kembali tidak lama lagi', NULL, NULL),\n(49601, 'ms', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', 'Maaf atas kesulitan ini. ', NULL, NULL),\n(49602, 'ms', 'db', 'maintenance_mode', 'Mod Penyelenggaraan', NULL, NULL),\n(49603, 'ms', 'db', 'maintenance_allowed_ips', 'IP yang dibenarkan dalam Mod Penyelenggaraan', NULL, NULL),\n(49604, 'ms', 'db', 'Available Balance', 'Baki Tersedia', NULL, NULL),\n(49605, 'ms', 'db', 'profit_margin_type', 'Profit Margin Type', NULL, NULL),\n(49606, 'ms', 'db', 'show_expiry_alerts_before', 'Tunjukkan makluman tamat tempoh untuk produk sebelum (hari)', NULL, NULL),\n(49607, 'ms', 'db', 'Product Review', 'Semakan Produk', NULL, NULL),\n(49608, 'ms', 'db', 'newsletter', 'Surat berita', NULL, NULL),\n(49609, 'ms', 'db', 'Sale Exchange', 'Pertukaran Jualan', NULL, NULL),\n(49610, 'ms', 'db', 'Sale Exchange List', 'Senarai Pertukaran Jualan', NULL, NULL),\n(49611, 'ms', 'db', 'Add Exchange', 'Tambah Exchange', NULL, NULL),\n(49612, 'ms', 'db', 'search_by_reference_no_or_Product', 'Cari mengikut no rujukan atau produk', NULL, NULL),\n(49613, 'ms', 'db', 'Order Product', 'Pesanan Produk', NULL, NULL),\n(49614, 'ms', 'db', 'Payment Type', 'Jenis Pembayaran', NULL, NULL),\n(49615, 'ms', 'db', 'Payment Type', 'Jenis Pembayaran', NULL, NULL),\n(49616, 'ms', 'db', 'Edit Production', 'Edit Pengeluaran', NULL, NULL),\n(49617, 'ms', 'db', 'Delete Production', 'Padamkan Pengeluaran', NULL, NULL),\n(49618, 'ms', 'db', 'Recipe List', 'Senarai Resipi', NULL, NULL),\n(49619, 'ms', 'db', 'Add Recipe', 'Tambah Resipi', NULL, NULL),\n(49620, 'ms', 'db', 'Delete Recipe', 'Padamkan Resipi', NULL, NULL),\n(49621, 'ms', 'db', 'Theme Settings', 'Tetapan Tema', NULL, NULL),\n(49622, 'ms', 'db', 'show_customer_name', 'Tunjukkan Nama Pelanggan', NULL, NULL),\n(49623, 'ms', 'db', 'sale_due', 'Jualan Tertunggak', NULL, NULL),\n(49624, 'ms', 'db', 'purchase_due', 'Pembelian Perlu Dibayar', NULL, NULL),\n(49625, 'ms', 'db', 'bulk_update', 'Kemas Kini Pukal', NULL, NULL),\n(49626, 'ms', 'db', 'payment_at', 'Pembayaran Di', NULL, NULL),\n(49627, 'ms', 'db', 'paper_size', 'Saiz Kertas', NULL, NULL),\n(49628, 'ms', 'db', 'Type designation name', 'Taip nama jawatan', NULL, NULL),\n(49629, 'ms', 'db', 'Type shift name', 'Taip nama shift', NULL, NULL),\n(49630, 'ms', 'db', 'Add Leave Type', 'Tambah Jenis Cuti', NULL, NULL),\n(49631, 'ms', 'db', 'Update Leave Type', 'Kemas kini Jenis Cuti', NULL, NULL),\n(49632, 'ms', 'db', 'Carry Forward Limit', 'Had Bawa Hadapan', NULL, NULL),\n(49633, 'ms', 'db', 'stock', 'Stok', NULL, NULL),\n(49634, 'ms', 'db', 'profit_loss_report', 'Laporan Untung\/Rugi', NULL, NULL),\n(49635, 'pt', 'db', 'support_ickets', 'T\u00edquetes de suporte', NULL, NULL),\n(49636, 'pt', 'db', 'Packing Slip to manage orders\/sales', 'Guia de embalagem para gerenciar pedidos\/vendas', NULL, NULL),\n(49637, 'pt', 'db', 'Available Quantity', 'Quantidade dispon\u00edvel', NULL, NULL),\n(49638, 'pt', 'db', 'Hide Total Due', 'Ocultar total devido', NULL, NULL),\n(49639, 'pt', 'db', 'Filter Purchases', 'Filtrar compras', NULL, NULL),\n(49640, 'pt', 'db', 'Type purchase code', 'Digite o c\u00f3digo de compra', NULL, NULL),\n(49641, 'pt', 'db', 'Scan the QR code to pay', 'Digitalize o c\u00f3digo QR para pagar', NULL, NULL),\n(49642, 'pt', 'db', 'Upload payment proof', 'Carregar comprovante de pagamento', NULL, NULL),\n(49643, 'pt', 'db', 'Change Currency', 'Alterar moeda', NULL, NULL),\n(49644, 'pt', 'db', 'Your Rating', 'Sua avalia\u00e7\u00e3o', NULL, NULL),\n(49645, 'pt', 'db', 'Your Review', 'Sua avalia\u00e7\u00e3o', NULL, NULL),\n(49646, 'pt', 'db', 'Add Review', 'Adicionar avalia\u00e7\u00e3o', NULL, NULL),\n(49647, 'pt', 'db', 'Rating', 'Avalia\u00e7\u00e3o', NULL, NULL),\n(49648, 'pt', 'db', 'Review', 'An\u00e1lise', NULL, NULL),\n(49649, 'pt', 'db', 'No reviews yet', 'Ainda n\u00e3o h\u00e1 coment\u00e1rios', NULL, NULL),\n(49650, 'pt', 'db', 'You already review this product', 'Voc\u00ea j\u00e1 avaliou este produto', NULL, NULL),\n(49651, 'pt', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', 'Voc\u00ea n\u00e3o tem permiss\u00e3o para avaliar este produto. ', NULL, NULL),\n(49652, 'pt', 'db', 'You must be logged in to write a review', 'Voc\u00ea deve estar logado para escrever um coment\u00e1rio', NULL, NULL),\n(49653, 'pt', 'db', 'Login', 'Conecte-se', NULL, NULL),\n(49654, 'pt', 'db', 'Product', 'Produto', NULL, NULL),\n(49655, 'pt', 'db', 'Select Recipe', 'Selecione a receita', NULL, NULL),\n(49656, 'pt', 'db', 'Total Qty', 'Quantidade total', NULL, NULL),\n(49657, 'pt', 'db', 'Wastage Percent', 'Porcentagem de desperd\u00edcio', NULL, NULL),\n(49658, 'pt', 'db', 'Final Quantity', 'Quantidade Final', NULL, NULL),\n(49659, 'pt', 'db', 'Sub total', 'Subtotal', NULL, NULL),\n(49660, 'pt', 'db', 'Production Cost', 'Custo de produ\u00e7\u00e3o', NULL, NULL),\n(49661, 'pt', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', 'Se voc\u00ea tiver alguma d\u00favida ou preocupa\u00e7\u00e3o, n\u00e3o hesite em nos contatar. Estamos aqui para ajudar!', NULL, NULL),\n(49662, 'pt', 'db', 'Product with', 'Produto com', NULL, NULL),\n(49663, 'pt', 'db', 'Loading products for selected warehouse', 'Carregando produtos para armaz\u00e9m selecionado', NULL, NULL),\n(49664, 'pt', 'db', 'Show Paid Info', 'Mostrar detalhes de pagamento', NULL, NULL),\n(49665, 'pt', 'db', 'Show Amount In Words', 'Mostrar quantidade em palavras', NULL, NULL),\n(49666, 'pt', 'db', 'Show Bill To Info', 'Mostrar informa\u00e7\u00f5es de \\'Fatura\u00e7\u00e3o para\\'', NULL, NULL),\n(49667, 'pt', 'db', 'Auto Generate Numbering Type', 'Gerar automaticamente o n\u00famero da fatura', NULL, NULL),\n(49668, 'pt', 'db', 'Show Description', 'Mostrar descri\u00e7\u00e3o', NULL, NULL),\n(49669, 'pt', 'db', 'Profit Margin', 'Margem de lucro', NULL, NULL),\n(49670, 'pt', 'db', 'show Products Details in Purchase List', 'Mostrar produtos na lista de compras', NULL, NULL),\n(49671, 'pt', 'db', 'show Products Details in Sales List', 'Mostrar produtos na lista de venda', NULL, NULL),\n(49672, 'pt', 'db', 'Default Profit Margin Value', 'Margem de lucro padr\u00e3o (%)', NULL, NULL),\n(49673, 'pt', 'db', 'show', 'Mostrar', NULL, NULL),\n(49674, 'pt', 'db', 'hide', 'Esconder', NULL, NULL),\n(49675, 'pt', 'db', 'expired', 'Expirado', NULL, NULL),\n(49676, 'pt', 'db', 'add_recipes', 'Adicionar receitas', NULL, NULL),\n(49677, 'pt', 'db', 'Recipe', 'Receita', NULL, NULL),\n(49678, 'pt', 'db', 'add_recipe', 'Adicionar receita', NULL, NULL),\n(49679, 'pt', 'db', 'Wastage percent', 'Porcentagem de desperd\u00edcio', NULL, NULL),\n(49680, 'pt', 'db', 'add_Ingredient', 'Adicionar ingrediente', NULL, NULL),\n(49681, 'pt', 'db', 'Ingredient List', 'Lista de ingredientes', NULL, NULL),\n(49682, 'pt', 'db', 'Customer Name', 'Nome do cliente', NULL, NULL),\n(49683, 'pt', 'db', 'Review', 'An\u00e1lise', NULL, NULL),\n(49684, 'pt', 'db', 'Confirmation', 'Confirma\u00e7\u00e3o', NULL, NULL),\n(49685, 'pt', 'db', 'Your Rating', 'Sua avalia\u00e7\u00e3o', NULL, NULL),\n(49686, 'pt', 'db', 'Your Review', 'Sua avalia\u00e7\u00e3o', NULL, NULL),\n(49687, 'pt', 'db', 'Add Review', 'Adicionar avalia\u00e7\u00e3o', NULL, NULL),\n(49688, 'pt', 'db', 'Rating', 'Avalia\u00e7\u00e3o', NULL, NULL),\n(49689, 'pt', 'db', 'Review', 'An\u00e1lise', NULL, NULL),\n(49690, 'pt', 'db', 'No reviews yet', 'Ainda n\u00e3o h\u00e1 coment\u00e1rios', NULL, NULL),\n(49691, 'pt', 'db', 'You already reviewed this product', 'Voc\u00ea j\u00e1 avaliou este produto', NULL, NULL),\n(49692, 'pt', 'db', 'You must buy it to leave a review', 'Voc\u00ea deve compr\u00e1-lo para deixar um coment\u00e1rio', NULL, NULL),\n(49693, 'pt', 'db', 'Edit Recipe', 'Editar receita', NULL, NULL),\n(49694, 'pt', 'db', 'add_production', 'Adicionar produ\u00e7\u00e3o', NULL, NULL),\n(49695, 'pt', 'db', 'Adjustment Quantity', 'Quantidade de ajuste', NULL, NULL),\n(49696, 'pt', 'db', 'Adjust Quantity', 'Ajustar quantidade', NULL, NULL),\n(49697, 'pt', 'db', 'You must close your cash register before logout', 'Voc\u00ea deve fechar sua caixa registradora antes de sair', NULL, NULL),\n(49698, 'pt', 'db', 'Amount exceeds available balance', 'O valor excede o saldo dispon\u00edvel', NULL, NULL),\n(49699, 'pt', 'db', 'View Points', 'Pontos de vista', NULL, NULL),\n(49700, 'pt', 'db', 'Cash Register', 'Caixa registradora', NULL, NULL),\n(49701, 'pt', 'db', 'Closing Balance', 'Saldo final', NULL, NULL),\n(49702, 'pt', 'db', 'Actual Cash', 'Dinheiro real', NULL, NULL),\n(49703, 'pt', 'db', 'Add Invoice Setting', 'Adicionar configura\u00e7\u00e3o de fatura', NULL, NULL),\n(49704, 'pt', 'db', 'Receipt Printers', 'Impressoras de recibos', NULL, NULL),\n(49705, 'pt', 'db', 'Receipt Printer Type', 'Tipo de impressora de recibos', NULL, NULL),\n(49706, 'pt', 'db', 'Simple', 'Simples', NULL, NULL),\n(49707, 'pt', 'db', 'Star SP2000 Series', 'S\u00e9rie Estrela SP2000', NULL, NULL),\n(49708, 'pt', 'db', 'EPOS TEP200M Series', 'S\u00e9rie EPOS TEP200M', NULL, NULL),\n(49709, 'pt', 'db', 'Epson TM-U220', 'Epson TM-U220', NULL, NULL),\n(49710, 'pt', 'db', 'Rongta RP326', 'Ronta RP326', NULL, NULL),\n(49711, 'pt', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(49712, 'pt', 'db', 'Add Printer', 'Adicionar impressora', NULL, NULL),\n(49713, 'pt', 'db', 'Printer Name', 'Nome da impressora', NULL, NULL),\n(49714, 'pt', 'db', 'Connection Type', 'Tipo de conex\u00e3o', NULL, NULL),\n(49715, 'pt', 'db', 'Capability Profile', 'Perfil de capacidade', NULL, NULL),\n(49716, 'pt', 'db', 'Characters per line', 'Caracteres por linha', NULL, NULL),\n(49717, 'pt', 'db', 'IP Address', 'Endere\u00e7o IP', NULL, NULL),\n(49718, 'pt', 'db', 'Port', 'Porta', NULL, NULL),\n(49719, 'pt', 'db', 'Path', 'Caminho', NULL, NULL),\n(49720, 'pt', 'db', 'Maximum characters printable per line', 'M\u00e1ximo de caracteres imprim\u00edveis por linha', NULL, NULL),\n(49721, 'pt', 'db', 'Printer IP address', 'Endere\u00e7o IP da impressora', NULL, NULL),\n(49722, 'pt', 'db', 'Most printers use port 9100', 'A maioria das impressoras usa a porta 9100', NULL, NULL),\n(49723, 'pt', 'db', 'Device files are typically', 'Os arquivos do dispositivo normalmente s\u00e3o', NULL, NULL),\n(49724, 'pt', 'db', 'Windows connection type', 'Tipo de conex\u00e3o do Windows', NULL, NULL),\n(49725, 'pt', 'db', 'Linux connection type', 'Tipo de conex\u00e3o Linux', NULL, NULL),\n(49726, 'pt', 'db', 'Receipt Printers', 'Impressoras de recibos', NULL, NULL),\n(49727, 'pt', 'db', 'Will Expire', 'Expirar\u00e1', NULL, NULL),\n(49728, 'pt', 'db', 'This warehouse already has a printer assigned', 'Este armaz\u00e9m j\u00e1 tem uma impressora atribu\u00edda', NULL, NULL),\n(49729, 'pt', 'db', 'The receipt has been successfully printed', 'O recibo foi impresso com sucesso', NULL, NULL),\n(49730, 'pt', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', 'Impressoras diferentes suportam comandos e p\u00e1ginas de c\u00f3digo diferentes. ', NULL, NULL),\n(49731, 'pt', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', 'Ao atribuir uma impressora de recibos a este armaz\u00e9m, a impress\u00e3o do navegador ser\u00e1 desativada. ', NULL, NULL),\n(49732, 'pt', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', 'Selecione o modelo de 58 mm ou 80 mm como padr\u00e3o nas configura\u00e7\u00f5es da fatura', NULL, NULL),\n(49733, 'pt', 'db', 'Customer Display Screen', 'Tela de exibi\u00e7\u00e3o do cliente', NULL, NULL),\n(49734, 'pt', 'db', 'Change Return', 'Alterar retorno', NULL, NULL),\n(49735, 'pt', 'db', 'This is a test mail to confirm your SMTP settings are working.', 'Este \u00e9 um e-mail de teste para confirmar se suas configura\u00e7\u00f5es de SMTP est\u00e3o funcionando.', NULL, NULL),\n(49736, 'pt', 'db', 'Test Mail', 'Correio de teste', NULL, NULL),\n(49737, 'pt', 'db', 'data_updated_mail_sent', 'Dados atualizados com sucesso. ', NULL, NULL),\n(49738, 'pt', 'db', 'data_updated_mail_fail', 'Dados atualizados com sucesso, mas falha no e-mail de teste:', NULL, NULL),\n(49739, 'pt', 'db', 'Credit Limit', 'Limite de cr\u00e9dito', NULL, NULL),\n(49740, 'pt', 'db', 'Credit limit exceeded! Customer credit limit:', 'Limite de cr\u00e9dito excedido! ', NULL, NULL),\n(49741, 'pt', 'db', 'Credit Sale', 'Venda de cr\u00e9dito', NULL, NULL),\n(49742, 'pt', 'db', 'Initial Deposit', 'Dep\u00f3sito Inicial', NULL, NULL),\n(49743, 'pt', 'db', 'Opening balance', 'Saldo inicial', NULL, NULL),\n(49744, 'pt', 'db', 'WhatsApp Number', 'N\u00famero do WhatsApp', NULL, NULL),\n(49745, 'pt', 'db', 'create_ticket', 'Criar ingresso', NULL, NULL),\n(49746, 'pt', 'db', 'subject', 'Assunto', NULL, NULL),\n(49747, 'pt', 'db', 'tenant', 'Inquilino', NULL, NULL),\n(49748, 'pt', 'db', 'no_subject', 'Sem assunto', NULL, NULL),\n(49749, 'pt', 'db', 'confirm_delete_ticket', 'Tem certeza de que deseja excluir este ticket?', NULL, NULL),\n(49750, 'pt', 'db', 'add_ticket', 'Adicionar ingresso', NULL, NULL),\n(49751, 'pt', 'db', 'ticket_created', 'Ticket criado com sucesso', NULL, NULL),\n(49752, 'pt', 'db', 'ticket_deleted', 'Ticket exclu\u00eddo com sucesso', NULL, NULL),\n(49753, 'pt', 'db', 'insert_upload_text', 'Por favor, insira seus links de imagens\/v\u00eddeos na caixa de texto acima, fazendo upload para', NULL, NULL),\n(49754, 'pt', 'db', 'reply_sent', 'Resposta enviada com sucesso', NULL, NULL),\n(49755, 'pt', 'db', 'disable_tenant_support_tickets', 'Desabilitar tickets de suporte ao locat\u00e1rio', NULL, NULL),\n(49756, 'pt', 'db', 'symbol', 'S\u00edmbolo', NULL, NULL),\n(49757, 'pt', 'db', 'print_invoice', 'Imprimir fatura', NULL, NULL),\n(49758, 'pt', 'db', 'create_ticket', 'Criar ingresso', NULL, NULL),\n(49759, 'pt', 'db', 'subject', 'Assunto', NULL, NULL),\n(49760, 'pt', 'db', 'tenant', 'Inquilino', NULL, NULL),\n(49761, 'pt', 'db', 'no_subject', 'Sem assunto', NULL, NULL),\n(49762, 'pt', 'db', 'add_ticket', 'Adicionar ingresso', NULL, NULL),\n(49763, 'pt', 'db', 'confirm_delete_ticket', 'Tem certeza de que deseja excluir este ticket?', NULL, NULL),\n(49764, 'pt', 'db', 'ticket_created', 'Ticket criado com sucesso', NULL, NULL),\n(49765, 'pt', 'db', 'ticket_deleted', 'Ticket exclu\u00eddo com sucesso', NULL, NULL),\n(49766, 'pt', 'db', 'insert_upload_text', 'Por favor, insira seus links de imagens\/v\u00eddeos na caixa de texto acima, fazendo upload para', NULL, NULL),\n(49767, 'pt', 'db', 'reply_sent', 'Resposta enviada com sucesso', NULL, NULL),\n(49768, 'pt', 'db', 'Return Discount', 'Desconto de devolu\u00e7\u00e3o', NULL, NULL),\n(49769, 'pt', 'db', 'Activity Log', 'Registro de atividades', NULL, NULL),\n(49770, 'pt', 'db', 'Item Description', 'Descri\u00e7\u00e3o do item', NULL, NULL),\n(49771, 'pt', 'db', 'Cart Product Update', 'Atualiza\u00e7\u00e3o do produto do carrinho', NULL, NULL),\n(49772, 'pt', 'db', 'Handle Discount', 'Lidar com desconto', NULL, NULL),\n(49773, 'pt', 'db', 'Account Selection', 'Sele\u00e7\u00e3o de conta', NULL, NULL),\n(49774, 'pt', 'db', 'Installment Plan', 'Parcelamento', NULL, NULL),\n(49775, 'pt', 'db', 'Enable Installment Plan', 'Ativar parcelamento', NULL, NULL),\n(49776, 'pt', 'db', 'Installment', 'Parcela', NULL, NULL),\n(49777, 'pt', 'db', 'Plan Name', 'Nome do plano', NULL, NULL),\n(49778, 'pt', 'db', 'Total Amount', 'Montante total', NULL, NULL),\n(49779, 'pt', 'db', 'Additional Amount', 'Valor Adicional', NULL, NULL),\n(49780, 'pt', 'db', 'Down Payment', 'Pagamento inicial', NULL, NULL),\n(49781, 'pt', 'db', 'Disable registration', 'Desativar registro', NULL, NULL),\n(49782, 'pt', 'db', 'Disable password reset', 'Desativar redefini\u00e7\u00e3o de senha', NULL, NULL),\n(49783, 'pt', 'db', 'Font CSS', 'Fonte CSS', NULL, NULL),\n(49784, 'pt', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS para p\u00e1ginas de autentica\u00e7\u00e3o (login\/registro\/esqueci a senha\/verifica\u00e7\u00e3o)', NULL, NULL),\n(49785, 'pt', 'db', 'POS page CSS', 'CSS da p\u00e1gina PDV', NULL, NULL),\n(49786, 'pt', 'db', 'Custom CSS\/Styles', 'CSS\/estilos personalizados', NULL, NULL),\n(49787, 'pt', 'db', 'Sidebar', 'Barra lateral', NULL, NULL),\n(49788, 'pt', 'db', 'Exports', 'Exporta\u00e7\u00f5es', NULL, NULL),\n(49789, 'pt', 'db', 'Cart Product Update', 'Atualiza\u00e7\u00e3o do produto do carrinho', NULL, NULL),\n(49790, 'pt', 'db', 'Handle Discount', 'Lidar com desconto', NULL, NULL),\n(49791, 'pt', 'db', 'Product Export', 'Exporta\u00e7\u00e3o de produto', NULL, NULL),\n(49792, 'pt', 'db', 'Purchase Export', 'Comprar Exporta\u00e7\u00e3o', NULL, NULL),\n(49793, 'pt', 'db', 'Sale Export', 'Venda Exporta\u00e7\u00e3o', NULL, NULL),\n(49794, 'pt', 'db', 'Customer Export', 'Exporta\u00e7\u00e3o do cliente', NULL, NULL),\n(49795, 'pt', 'db', 'Account Selection', 'Sele\u00e7\u00e3o de conta', NULL, NULL),\n(49796, 'pt', 'db', 'Change Sale Date', 'Alterar data de venda', NULL, NULL),\n(49797, 'pt', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(49798, 'pt', 'db', 'message_templates', 'Modelos de mensagens', NULL, NULL),\n(49799, 'pt', 'db', 'send_message', 'Enviar mensagem', NULL, NULL),\n(49800, 'pt', 'db', 'permanent_access_token', 'Token de acesso permanente', NULL, NULL),\n(49801, 'pt', 'db', 'whatsapp_settings', 'Configura\u00e7\u00f5es do WhatsApp', NULL, NULL),\n(49802, 'pt', 'db', 'phone_number_id', 'ID do n\u00famero de telefone', NULL, NULL),\n(49803, 'pt', 'db', 'business_account_id', 'ID da conta comercial', NULL, NULL),\n(49804, 'pt', 'db', 'api_token', 'Token de API', NULL, NULL),\n(49805, 'pt', 'db', 'receipt', 'Recibo', NULL, NULL),\n(49806, 'pt', 'db', 'message_types', 'Tipos de mensagens', NULL, NULL),\n(49807, 'pt', 'db', 'no_template_type_message', 'N\u00e3o est\u00e1 usando modelo, digite sua mensagem abaixo', NULL, NULL),\n(49808, 'pt', 'db', 'message_sent_successfully', 'Mensagem enviada com sucesso', NULL, NULL),\n(49809, 'pt', 'db', 'fail_sent_message', 'Falha ao enviar mensagem', NULL, NULL),\n(49810, 'pt', 'db', 'whatsapp_credentials_missing', 'Credenciais do WhatsApp ausentes', NULL, NULL),\n(49811, 'pt', 'db', 'failed_upload_media_whatsApp', 'Falha ao enviar m\u00eddia para o WhatsApp', NULL, NULL),\n(49812, 'pt', 'db', 'media_id_not_returned_from_WhatsApp', 'ID de m\u00eddia n\u00e3o retornado do upload do WhatsApp', NULL, NULL),\n(49813, 'pt', 'db', 'sending_not_enabled', 'envio n\u00e3o habilitado', NULL, NULL),\n(49814, 'pt', 'db', 'failed_to_fetch_templates', 'Falha ao buscar modelos', NULL, NULL),\n(49815, 'pt', 'db', 'manage_template', 'Gerenciar modelo', NULL, NULL),\n(49816, 'pt', 'db', 'send_whatsapp_message', 'Enviar mensagem Whatsapp', NULL, NULL),\n(49817, 'pt', 'db', 'type_your_message', 'Digite sua mensagem', NULL, NULL),\n(49818, 'pt', 'db', 'delete_confirmation', 'Tem certeza de que deseja excluir?', NULL, NULL),\n(49819, 'pt', 'db', 'template_deleted_successfully', 'Modelo exclu\u00eddo com sucesso', NULL, NULL),\n(49820, 'pt', 'db', 'failed_delete_template', 'Falha ao excluir modelo', NULL, NULL),\n(49821, 'pt', 'db', 'receiver', 'Receptor', NULL, NULL),\n(49822, 'pt', 'db', 'template', 'Modelo', NULL, NULL),\n(49823, 'pt', 'db', 'message', 'Mensagem', NULL, NULL),\n(49824, 'pt', 'db', 'attachment', 'Anexo', NULL, NULL),\n(49825, 'pt', 'db', 'image', 'Imagem', NULL, NULL),\n(49826, 'pt', 'db', 'document', 'Documento', NULL, NULL),\n(49827, 'pt', 'db', 'Add Designation', 'Adicionar designa\u00e7\u00e3o', NULL, NULL),\n(49828, 'pt', 'db', 'Add Leave', 'Adicionar licen\u00e7a', NULL, NULL),\n(49829, 'pt', 'db', 'Add Overtime', 'Adicionar horas extras', NULL, NULL),\n(49830, 'pt', 'db', 'Add Sale Agent', 'Adicionar agente de vendas', NULL, NULL),\n(49831, 'pt', 'db', 'Add Shift', 'Adicionar turno', NULL, NULL),\n(49832, 'pt', 'db', 'Basic Salary', 'Sal\u00e1rio B\u00e1sico', NULL, NULL),\n(49833, 'pt', 'db', 'Commission', 'Comiss\u00e3o', NULL, NULL),\n(49834, 'pt', 'db', 'Commission Percent', 'Porcentagem de comiss\u00e3o', NULL, NULL),\n(49835, 'pt', 'db', 'Deselect All', 'Desmarcar tudo', NULL, NULL),\n(49836, 'pt', 'db', 'End Date', 'Data de t\u00e9rmino', NULL, NULL),\n(49837, 'pt', 'db', 'End Time', 'Hora de t\u00e9rmino', NULL, NULL),\n(49838, 'pt', 'db', 'Expenses', 'Despesas', NULL, NULL),\n(49839, 'pt', 'db', 'Filter', 'Filtro', NULL, NULL),\n(49840, 'pt', 'db', 'Generate Payroll', 'Gerar folha de pagamento', NULL, NULL),\n(49841, 'pt', 'db', 'Grace In (min)', 'Gra\u00e7a em (min)', NULL, NULL),\n(49842, 'pt', 'db', 'Grace Out', 'Gra\u00e7a Fora', NULL, NULL),\n(49843, 'pt', 'db', 'HRM Panel', 'Painel de RH', NULL, NULL),\n(49844, 'pt', 'db', 'Import CSV', 'Importar CSV', NULL, NULL),\n(49845, 'pt', 'db', 'Is Sale Agent?', '\u00c9 Agente de Venda?', NULL, NULL),\n(49846, 'pt', 'db', 'Leave Type', 'Tipo de licen\u00e7a', NULL, NULL),\n(49847, 'pt', 'db', 'Leaves', 'Folhas', NULL, NULL),\n(49848, 'pt', 'db', 'Month', 'M\u00eas', NULL, NULL),\n(49849, 'pt', 'db', 'Overtime', 'Ao longo do tempo', NULL, NULL),\n(49850, 'pt', 'db', 'Payroll cannot be deleted if status is final', 'A folha de pagamento n\u00e3o pode ser exclu\u00edda se o status for final', NULL, NULL),\n(49851, 'pt', 'db', 'Payroll for', 'Folha de pagamento para', NULL, NULL),\n(49852, 'pt', 'db', 'Payroll Group Name', 'Nome do grupo de folha de pagamento', NULL, NULL),\n(49853, 'pt', 'db', 'Recurring', 'Recorrente', NULL, NULL),\n(49854, 'pt', 'db', 'Region', 'Regi\u00e3o', NULL, NULL),\n(49855, 'pt', 'db', 'Salary', 'Sal\u00e1rio', NULL, NULL),\n(49856, 'pt', 'db', 'Sale Agents', 'Agentes de Venda', NULL, NULL),\n(49857, 'pt', 'db', 'Sales Target', 'Meta de vendas', NULL, NULL),\n(49858, 'pt', 'db', 'Select Department', 'Selecione Departamento', NULL, NULL),\n(49859, 'pt', 'db', 'Select Designation', 'Selecione a designa\u00e7\u00e3o', NULL, NULL),\n(49860, 'pt', 'db', 'Select Shift', 'Selecione Turno', NULL, NULL),\n(49861, 'pt', 'db', 'Select Status', 'Selecione o status', NULL, NULL),\n(49862, 'pt', 'db', 'Shift', 'Mudan\u00e7a', NULL, NULL),\n(49863, 'pt', 'db', 'Start Date', 'Data de in\u00edcio', NULL, NULL),\n(49864, 'pt', 'db', 'Start Time', 'Hora de in\u00edcio', NULL, NULL),\n(49865, 'pt', 'db', 'invoice_to_hatsapp', 'Fatura para Whatsapp', NULL, NULL),\n(49866, 'pt', 'db', 'Submit All Payrolls', 'Enviar todas as folhas de pagamento', NULL, NULL),\n(49867, 'pt', 'db', 'Submit Payrolls', 'Enviar folhas de pagamento', NULL, NULL),\n(49868, 'pt', 'db', 'Total Sales Amount From', 'Valor total de vendas de', NULL, NULL),\n(49869, 'pt', 'db', 'Total Sales Amount To', 'Valor total de vendas at\u00e9', NULL, NULL),\n(49870, 'pt', 'db', 'Update Overtime', 'Atualizar horas extras', NULL, NULL),\n(49871, 'pt', 'db', 'Work Duration', 'Dura\u00e7\u00e3o do Trabalho', NULL, NULL),\n(49872, 'pt', 'db', 'Grace Out (min)', 'Gra\u00e7a fora (min)', NULL, NULL),\n(49873, 'pt', 'db', 'Annual Quota', 'Cota Anual', NULL, NULL),\n(49874, 'pt', 'db', 'paid_or_unpaid', 'Pago ou n\u00e3o pago', NULL, NULL),\n(49875, 'pt', 'db', 'final', 'Final', NULL, NULL),\n(49876, 'pt', 'db', 'HRM - Generate Payroll', 'HRM - Gerar folha de pagamento', NULL, NULL),\n(49877, 'pt', 'db', 'employee_id', 'ID do funcion\u00e1rio', NULL, NULL),\n(49878, 'pt', 'db', 'Please select', 'Selecione', NULL, NULL),\n(49879, 'pt', 'db', 'Redeem Points Settings', 'Configura\u00e7\u00f5es de resgate de pontos', NULL, NULL),\n(49880, 'pt', 'db', 'Redeem amount per unit point', 'Valor de resgate por ponto unit\u00e1rio', NULL, NULL),\n(49881, 'pt', 'db', 'Maximum redeem point per order', 'Ponto m\u00e1ximo de resgate por pedido', NULL, NULL),\n(49882, 'pt', 'db', 'Minimum order total to redeem points', 'Total m\u00ednimo do pedido para resgatar pontos', NULL, NULL),\n(49883, 'pt', 'db', 'Minimum redeem point', 'Ponto m\u00ednimo de resgate', NULL, NULL),\n(49884, 'pt', 'db', 'Minimum sold amount to get point', 'Quantidade m\u00ednima vendida para ganhar ponto', NULL, NULL),\n(49885, 'pt', 'db', 'View Document', 'Ver documento', NULL, NULL),\n(49886, 'pt', 'db', 'Show Vat Registration Number', 'Mostrar n\u00famero de registro de IVA', NULL, NULL),\n(49887, 'pt', 'db', 'Show Sale Note', 'Mostrar nota de venda', NULL, NULL),\n(49888, 'pt', 'db', 'App Setting', 'Configura\u00e7\u00e3o do aplicativo', NULL, NULL),\n(49889, 'pt', 'db', 'Manual Process for connecting the Mobile App', 'Processo manual para conectar o aplicativo m\u00f3vel', NULL, NULL),\n(49890, 'pt', 'db', 'QR Code for Connecting the Mobile App', 'C\u00f3digo QR para conectar o aplicativo m\u00f3vel', NULL, NULL),\n(49891, 'pt', 'db', 'Active Devices', 'Dispositivos ativos', NULL, NULL),\n(49892, 'pt', 'db', 'IP', 'PI', NULL, NULL),\n(49893, 'pt', 'db', 'Last Active', '\u00daltimo ativo', NULL, NULL),\n(49894, 'pt', 'db', 'We shall be back soon', 'Estaremos de volta em breve', NULL, NULL),\n(49895, 'pt', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', 'Desculpe pela inconveni\u00eancia. ', NULL, NULL),\n(49896, 'pt', 'db', 'maintenance_mode', 'Modo de manuten\u00e7\u00e3o', NULL, NULL),\n(49897, 'pt', 'db', 'maintenance_allowed_ips', 'IPs permitidos no modo de manuten\u00e7\u00e3o', NULL, NULL),\n(49898, 'pt', 'db', 'Available Balance', 'Saldo dispon\u00edvel', NULL, NULL),\n(49899, 'pt', 'db', 'profit_margin_type', 'Tipo de margem de lucro', NULL, NULL),\n(49900, 'pt', 'db', 'show_expiry_alerts_before', 'Mostrar alertas de vencimento para produtos antes (dias)', NULL, NULL),\n(49901, 'pt', 'db', 'Product Review', 'Revis\u00e3o do produto', NULL, NULL),\n(49902, 'pt', 'db', 'newsletter', 'Boletim informativo', NULL, NULL),\n(49903, 'pt', 'db', 'Sale Exchange', 'Troca de venda', NULL, NULL),\n(49904, 'pt', 'db', 'Sale Exchange List', 'Lista de troca de venda', NULL, NULL),\n(49905, 'pt', 'db', 'Add Exchange', 'Adicionar troca', NULL, NULL),\n(49906, 'pt', 'db', 'search_by_reference_no_or_Product', 'Pesquise por n\u00famero de refer\u00eancia ou produto', NULL, NULL),\n(49907, 'pt', 'db', 'Order Product', 'Encomendar produto', NULL, NULL),\n(49908, 'pt', 'db', 'Payment Type', 'Tipo de pagamento', NULL, NULL),\n(49909, 'pt', 'db', 'Payment Type', 'Tipo de pagamento', NULL, NULL),\n(49910, 'pt', 'db', 'Edit Production', 'Editar produ\u00e7\u00e3o', NULL, NULL),\n(49911, 'pt', 'db', 'Delete Production', 'Excluir produ\u00e7\u00e3o', NULL, NULL),\n(49912, 'pt', 'db', 'Recipe List', 'Lista de receitas', NULL, NULL),\n(49913, 'pt', 'db', 'Add Recipe', 'Adicionar receita', NULL, NULL),\n(49914, 'pt', 'db', 'Delete Recipe', 'Excluir receita', NULL, NULL),\n(49915, 'pt', 'db', 'Theme Settings', 'Configura\u00e7\u00f5es de tema', NULL, NULL),\n(49916, 'pt', 'db', 'show_customer_name', 'Mostrar nome do cliente', NULL, NULL),\n(49917, 'pt', 'db', 'sale_due', 'Venda vencida', NULL, NULL),\n(49918, 'pt', 'db', 'purchase_due', 'Compra vencida', NULL, NULL),\n(49919, 'pt', 'db', 'bulk_update', 'Atualiza\u00e7\u00e3o em massa', NULL, NULL),\n(49920, 'pt', 'db', 'payment_at', 'Pagamento em', NULL, NULL),\n(49921, 'pt', 'db', 'paper_size', 'Tamanho do papel', NULL, NULL),\n(49922, 'pt', 'db', 'Type designation name', 'Nome da designa\u00e7\u00e3o de tipo', NULL, NULL),\n(49923, 'pt', 'db', 'Type shift name', 'Digite o nome do turno', NULL, NULL),\n(49924, 'pt', 'db', 'Add Leave Type', 'Adicionar tipo de licen\u00e7a', NULL, NULL),\n(49925, 'pt', 'db', 'Update Leave Type', 'Atualizar tipo de licen\u00e7a', NULL, NULL),\n(49926, 'pt', 'db', 'Carry Forward Limit', 'Limite de transporte', NULL, NULL),\n(49927, 'pt', 'db', 'stock', 'Estoque', NULL, NULL),\n(49928, 'pt', 'db', 'profit_loss_report', 'Relat\u00f3rio de lucros\/perdas', NULL, NULL),\n(49929, 'ru', 'db', 'dashboard', '\u041f\u0430\u043d\u0435\u043b\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f', NULL, NULL),\n(49930, 'ru', 'db', 'language', '\u042f\u0437\u044b\u043a', NULL, NULL),\n(49931, 'ru', 'db', 'Languages', '\u042f\u0437\u044b\u043a\u0438', NULL, NULL),\n(49932, 'ru', 'db', 'revenue', '\u0414\u043e\u0445\u043e\u0434', NULL, NULL),\n(49933, 'ru', 'db', 'product', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(49934, 'ru', 'db', 'category', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(49935, 'ru', 'db', 'product_list', '\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432', NULL, NULL),\n(49936, 'ru', 'db', 'add_product', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(49937, 'ru', 'db', 'import_product', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(49938, 'ru', 'db', 'print_barcode', '\u0420\u0430\u0441\u043f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u0448\u0442\u0440\u0438\u0445-\u043a\u043e\u0434', NULL, NULL),\n(49939, 'ru', 'db', 'welcome', '\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c', NULL, NULL),\n(49940, 'ru', 'db', 'profile', '\u041f\u0440\u043e\u0444\u0438\u043b\u044c', NULL, NULL),\n(49941, 'ru', 'db', 'add', '\u0414\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c', NULL, NULL),\n(49942, 'ru', 'db', 'parent', '\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u044c', NULL, NULL),\n(49943, 'ru', 'db', 'action', '\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435', NULL, NULL),\n(49944, 'ru', 'db', 'import', '\u0418\u043c\u043f\u043e\u0440\u0442', NULL, NULL),\n(49945, 'ru', 'db', 'edit', '\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c', NULL, NULL),\n(49946, 'ru', 'db', 'delete', '\u0423\u0434\u0430\u043b\u0438\u0442\u044c', NULL, NULL),\n(49947, 'ru', 'db', 'name', '\u0418\u043c\u044f', NULL, NULL),\n(49948, 'ru', 'db', 'submit', '\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u043d\u0430 \u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u0438\u0435', NULL, NULL),\n(49949, 'ru', 'db', 'update', '\u041e\u0431\u043d\u043e\u0432\u043b\u044f\u0442\u044c', NULL, NULL),\n(49950, 'ru', 'db', 'The field labels marked with * are required input fields', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u043b\u0435\u0439, \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 *, \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438 \u043f\u043e\u043b\u044f\u043c\u0438 \u0432\u0432\u043e\u0434\u0430.', NULL, NULL),\n(49951, 'ru', 'db', 'settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438', NULL, NULL),\n(49952, 'ru', 'db', 'logout', '\u0432\u044b\u0445\u043e\u0434 \u0438\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u044b', NULL, NULL),\n(49953, 'ru', 'db', 'return', '\u0412\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0442\u044c\u0441\u044f', NULL, NULL),\n(49954, 'ru', 'db', 'profit', '\u0412\u044b\u0433\u043e\u0434\u0430', NULL, NULL),\n(49955, 'ru', 'db', 'sale qty', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(49956, 'ru', 'db', 'yearly report', '\u0413\u043e\u0434\u043e\u0432\u043e\u0439 \u043e\u0442\u0447\u0435\u0442', NULL, NULL),\n(49957, 'ru', 'db', 'sale amount', '\u0421\u0443\u043c\u043c\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(49958, 'ru', 'db', 'recent sales', '\u041d\u0435\u0434\u0430\u0432\u043d\u0438\u0435 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(49959, 'ru', 'db', 'latest', '\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439', NULL, NULL),\n(49960, 'ru', 'db', 'best selling product', '\u0421\u0430\u043c\u044b\u0439 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(49961, 'ru', 'db', 'top', '\u0412\u0435\u0440\u0448\u0438\u043d\u0430', NULL, NULL),\n(49962, 'ru', 'db', 'date', '\u0414\u0430\u0442\u0430', NULL, NULL),\n(49963, 'ru', 'db', 'reference', '\u0421\u0441\u044b\u043b\u043a\u0430', NULL, NULL),\n(49964, 'ru', 'db', 'customer', '\u041a\u043b\u0438\u0435\u043d\u0442', NULL, NULL),\n(49965, 'ru', 'db', 'status', '\u0421\u0442\u0430\u0442\u0443\u0441', NULL, NULL),\n(49966, 'ru', 'db', 'grand total', '\u041e\u0431\u0449\u0438\u0439 \u0438\u0442\u043e\u0433', NULL, NULL),\n(49967, 'ru', 'db', 'Product Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0435', NULL, NULL),\n(49968, 'ru', 'db', 'qty', '\u041a\u043e\u043b-\u0432\u043e', NULL, NULL),\n(49969, 'ru', 'db', 'Price', '\u0426\u0435\u043d\u0430', NULL, NULL),\n(49970, 'ru', 'db', 'Image', '\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(49971, 'ru', 'db', 'Code', '\u041a\u043e\u0434', NULL, NULL),\n(49972, 'ru', 'db', 'Brand', '\u0411\u0440\u0435\u043d\u0434', NULL, NULL),\n(49973, 'ru', 'db', 'Quantity', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(49974, 'ru', 'db', 'Unit', '\u0415\u0434\u0438\u043d\u0438\u0446\u0430', NULL, NULL),\n(49975, 'ru', 'db', 'Type', '\u0422\u0438\u043f', NULL, NULL),\n(49976, 'ru', 'db', 'Barcode Symbology', '\u0421\u0438\u043c\u0432\u043e\u043b\u0438\u043a\u0430 \u0448\u0442\u0440\u0438\u0445-\u043a\u043e\u0434\u0430', NULL, NULL),\n(49977, 'ru', 'db', 'Sale', '\u0420\u0430\u0441\u043f\u0440\u043e\u0434\u0430\u0436\u0430', NULL, NULL),\n(49978, 'ru', 'db', 'Purchase', '\u041f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(49979, 'ru', 'db', 'Cost', '\u0420\u0430\u0441\u0445\u043e\u0434\u044b', NULL, NULL),\n(49980, 'ru', 'db', 'Alert', '\u0422\u0440\u0435\u0432\u043e\u0433\u0430', NULL, NULL),\n(49981, 'ru', 'db', 'Promotional Price', '\u0420\u0435\u043a\u043b\u0430\u043c\u043d\u0430\u044f \u0446\u0435\u043d\u0430', NULL, NULL),\n(49982, 'ru', 'db', 'Promotion', '\u041f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u0435', NULL, NULL),\n(49983, 'ru', 'db', 'Featured', '\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c\u044b\u0435', NULL, NULL),\n(49984, 'ru', 'db', 'Tax', '\u041d\u0430\u043b\u043e\u0433', NULL, NULL),\n(49985, 'ru', 'db', 'Invoice Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u0441\u0447\u0435\u0442\u0430', NULL, NULL),\n(49986, 'ru', 'db', 'Generate', '\u0413\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c', NULL, NULL),\n(49987, 'ru', 'db', 'Promotion Starts', '\u0410\u043a\u0446\u0438\u044f \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f', NULL, NULL),\n(49988, 'ru', 'db', 'Promotion Ends', '\u0410\u043a\u0446\u0438\u044f \u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f', NULL, NULL),\n(49989, 'ru', 'db', 'Starting', '\u041d\u0430\u0447\u0430\u043b\u043e', NULL, NULL),\n(49990, 'ru', 'db', 'Ending', '\u041e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0435', NULL, NULL),\n(49991, 'ru', 'db', 'Print', '\u0420\u0430\u0441\u043f\u0435\u0447\u0430\u0442\u0430\u0442\u044c', NULL, NULL),\n(49992, 'ru', 'db', 'Barcode', '\u0428\u0442\u0440\u0438\u0445-\u043a\u043e\u0434', NULL, NULL),\n(49993, 'ru', 'db', 'Supplier', '\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a', NULL, NULL),\n(49994, 'ru', 'db', 'Paid', '\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u044b\u0439', NULL, NULL),\n(49995, 'ru', 'db', 'Balance', '\u0411\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(49996, 'ru', 'db', 'Payment', '\u041e\u043f\u043b\u0430\u0442\u0430', NULL, NULL),\n(49997, 'ru', 'db', 'View', '\u0412\u0438\u0434', NULL, NULL),\n(49998, 'ru', 'db', 'Warehouse', '\u0421\u043a\u043b\u0430\u0434', NULL, NULL),\n(49999, 'ru', 'db', 'Attach Document', '\u041f\u0440\u0438\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442', NULL, NULL),\n(50000, 'ru', 'db', 'Select Product', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(50001, 'ru', 'db', 'Order', '\u0417\u0430\u043a\u0430\u0437', NULL, NULL),\n(50002, 'ru', 'db', 'Order Table', '\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0437\u0430\u043a\u0430\u0437\u043e\u0432', NULL, NULL),\n(50003, 'ru', 'db', 'Discount', '\u0421\u043a\u0438\u0434\u043a\u0430', NULL, NULL),\n(50004, 'ru', 'db', 'Unit Cost', '\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0435\u0434\u0438\u043d\u0438\u0446\u044b', NULL, NULL),\n(50005, 'ru', 'db', 'Unit Price', '\u0426\u0435\u043d\u0430 \u0437\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0443 \u0442\u043e\u0432\u0430\u0440\u0430', NULL, NULL),\n(50006, 'ru', 'db', 'Net Unit Cost', '\u0427\u0438\u0441\u0442\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0435\u0434\u0438\u043d\u0438\u0446\u044b', NULL, NULL),\n(50007, 'ru', 'db', 'Net Unit Price', '\u0427\u0438\u0441\u0442\u0430\u044f \u0446\u0435\u043d\u0430 \u0437\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0443', NULL, NULL),\n(50008, 'ru', 'db', 'Shipping Cost', '\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438', NULL, NULL),\n(50009, 'ru', 'db', 'Subtotal', '\u041f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u0447\u043d\u044b\u0439 \u0438\u0442\u043e\u0433', NULL, NULL),\n(50010, 'ru', 'db', 'Note', '\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435', NULL, NULL),\n(50011, 'ru', 'db', 'Items', '\u041f\u0440\u0435\u0434\u043c\u0435\u0442\u044b', NULL, NULL),\n(50012, 'ru', 'db', 'Total', '\u041e\u0431\u0449\u0438\u0439', NULL, NULL),\n(50013, 'ru', 'db', 'Recieved', '\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0439', NULL, NULL),\n(50014, 'ru', 'db', 'Upload CSV File', '\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c CSV-\u0444\u0430\u0439\u043b', NULL, NULL),\n(50015, 'ru', 'db', 'Download Sample File', '\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u043e\u0431\u0440\u0430\u0437\u0435\u0446 \u0444\u0430\u0439\u043b\u0430', NULL, NULL),\n(50016, 'ru', 'db', 'Sample File', '\u041e\u0431\u0440\u0430\u0437\u0435\u0446 \u0444\u0430\u0439\u043b\u0430', NULL, NULL),\n(50017, 'ru', 'db', 'Download', '\u0421\u043a\u0430\u0447\u0430\u0442\u044c', NULL, NULL),\n(50018, 'ru', 'db', 'The correct column order is', '\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u044f\u0434\u043e\u043a \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432:', NULL, NULL),\n(50019, 'ru', 'db', 'and you must follow this', '\u0438 \u0442\u044b \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u043c\u0443', NULL, NULL),\n(50020, 'ru', 'db', 'All columns are required', '\u0412\u0441\u0435 \u0441\u0442\u043e\u043b\u0431\u0446\u044b \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b', NULL, NULL),\n(50021, 'ru', 'db', 'Biller', '\u0411\u0438\u043b\u043b\u0435\u0440', NULL, NULL),\n(50022, 'ru', 'db', 'From', '\u041e\u0442', NULL, NULL),\n(50023, 'ru', 'db', 'To', '\u041a', NULL, NULL),\n(50024, 'ru', 'db', 'Created By', '\u0421\u043e\u0437\u0434\u0430\u043d\u043e', NULL, NULL),\n(50025, 'ru', 'db', 'Amount', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(50026, 'ru', 'db', 'Staff', '\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b', NULL, NULL),\n(50027, 'ru', 'db', 'Quotation', '\u0426\u0438\u0442\u0430\u0442\u0430', NULL, NULL),\n(50028, 'ru', 'db', 'Create', '\u0421\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c', NULL, NULL),\n(50029, 'ru', 'db', 'Adjustment', '\u041a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435', NULL, NULL),\n(50030, 'ru', 'db', 'Subtraction', '\u0412\u044b\u0447\u0438\u0442\u0430\u043d\u0438\u0435', NULL, NULL),\n(50031, 'ru', 'db', 'Addition', '\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435', NULL, NULL),\n(50032, 'ru', 'db', 'Transfer', '\u041f\u0435\u0440\u0435\u0434\u0430\u0447\u0430', NULL, NULL),\n(50033, 'ru', 'db', 'User', '\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c', NULL, NULL),\n(50034, 'ru', 'db', 'Email', '\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430', NULL, NULL),\n(50035, 'ru', 'db', 'Company Name', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438', NULL, NULL),\n(50036, 'ru', 'db', 'Phone Number', '\u041d\u043e\u043c\u0435\u0440 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430', NULL, NULL),\n(50037, 'ru', 'db', 'Role', '\u0420\u043e\u043b\u044c', NULL, NULL),\n(50038, 'ru', 'db', 'UserName', '\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f', NULL, NULL),\n(50039, 'ru', 'db', 'Password', '\u041f\u0430\u0440\u043e\u043b\u044c', NULL, NULL),\n(50040, 'ru', 'db', 'LogIn', '\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f', NULL, NULL),\n(50041, 'ru', 'db', 'Change Password', '\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c', NULL, NULL),\n(50042, 'ru', 'db', 'Active', '\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439', NULL, NULL),\n(50043, 'ru', 'db', 'Customer Group', '\u0413\u0440\u0443\u043f\u043f\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432', NULL, NULL),\n(50044, 'ru', 'db', 'Address', '\u0410\u0434\u0440\u0435\u0441', NULL, NULL),\n(50045, 'ru', 'db', 'City', '\u0413\u043e\u0440\u043e\u0434', NULL, NULL),\n(50046, 'ru', 'db', 'Postal Code', '\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0438\u043d\u0434\u0435\u043a\u0441', NULL, NULL),\n(50047, 'ru', 'db', 'Country', '\u0421\u0442\u0440\u0430\u043d\u0430', NULL, NULL),\n(50048, 'ru', 'db', 'State', '\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435', NULL, NULL),\n(50049, 'ru', 'db', 'Upload File', '\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b', NULL, NULL),\n(50050, 'ru', 'db', 'List', '\u0421\u043f\u0438\u0441\u043e\u043a', NULL, NULL),\n(50051, 'ru', 'db', 'VAT Number', '\u041d\u043e\u043c\u0435\u0440 \u041d\u0414\u0421', NULL, NULL),\n(50052, 'ru', 'db', 'Choose Your Date', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0430\u0442\u0443', NULL, NULL),\n(50053, 'ru', 'db', 'Loss', '\u041f\u043e\u0442\u0435\u0440\u044f', NULL, NULL),\n(50054, 'ru', 'db', 'Or', '\u0418\u043b\u0438', NULL, NULL),\n(50055, 'ru', 'db', 'Sent', '\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u043b', NULL, NULL),\n(50056, 'ru', 'db', 'Net Profit', '\u0427\u0438\u0441\u0442\u0430\u044f \u043f\u0440\u0438\u0431\u044b\u043b\u044c', NULL, NULL),\n(50057, 'ru', 'db', 'Best Seller', '\u0411\u0435\u0441\u0442\u0441\u0435\u043b\u043b\u0435\u0440', NULL, NULL),\n(50058, 'ru', 'db', 'Best Seller From', '\u0411\u0435\u0441\u0442\u0441\u0435\u043b\u043b\u0435\u0440 \u043e\u0442', NULL, NULL),\n(50059, 'ru', 'db', 'Product Report', '\u041e\u0442\u0447\u0435\u0442 \u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0435', NULL, NULL),\n(50060, 'ru', 'db', 'Purchased', '\u041a\u0443\u043f\u043b\u0435\u043d\u043e', NULL, NULL),\n(50061, 'ru', 'db', 'Sold', '\u041f\u0440\u043e\u0434\u0430\u043b', NULL, NULL),\n(50062, 'ru', 'db', 'In Stock', '\u0412 \u043d\u0430\u043b\u0438\u0447\u0438\u0438', NULL, NULL),\n(50063, 'ru', 'db', 'Reports', '\u041e\u0442\u0447\u0435\u0442\u044b', NULL, NULL),\n(50064, 'ru', 'db', 'Daily Sale', '\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u0430\u044f \u0440\u0430\u0441\u043f\u0440\u043e\u0434\u0430\u0436\u0430', NULL, NULL),\n(50065, 'ru', 'db', 'Daily Sale Report', '\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u044b\u0439 \u043e\u0442\u0447\u0435\u0442 \u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0430\u0445', NULL, NULL),\n(50066, 'ru', 'db', 'Monthly Sale', '\u0415\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u0430\u044f \u0440\u0430\u0441\u043f\u0440\u043e\u0434\u0430\u0436\u0430', NULL, NULL),\n(50067, 'ru', 'db', 'Monthly Sale Report', '\u0415\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u044b\u0439 \u043e\u0442\u0447\u0435\u0442 \u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0430\u0445', NULL, NULL),\n(50068, 'ru', 'db', 'Daily Purchase', '\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u0430\u044f \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(50069, 'ru', 'db', 'Daily Purchase Report', '\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u044b\u0439 \u043e\u0442\u0447\u0435\u0442 \u043e \u043f\u043e\u043a\u0443\u043f\u043a\u0430\u0445', NULL, NULL),\n(50070, 'ru', 'db', 'Monthly Purchase', '\u0415\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u0430\u044f \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(50071, 'ru', 'db', 'Monthly Purchase Report', '\u0415\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u044b\u0439 \u043e\u0442\u0447\u0435\u0442 \u043e \u043f\u043e\u043a\u0443\u043f\u043a\u0430\u0445', NULL, NULL),\n(50072, 'ru', 'db', 'Previous', '\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439', NULL, NULL),\n(50073, 'ru', 'db', 'Next', '\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439', NULL, NULL),\n(50074, 'ru', 'db', 'Stock Chart', '\u0413\u0440\u0430\u0444\u0438\u043a \u0430\u043a\u0446\u0438\u0439', NULL, NULL),\n(50075, 'ru', 'db', 'Due', '\u0414\u043e\u043b\u0436\u043d\u044b\u0439', NULL, NULL),\n(50076, 'ru', 'db', 'Description', '\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435', NULL, NULL),\n(50077, 'ru', 'db', 'Change Permission', '\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f', NULL, NULL),\n(50078, 'ru', 'db', 'Group Permission', '\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b', NULL, NULL),\n(50079, 'ru', 'db', 'Permissions', '\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f', NULL, NULL),\n(50080, 'ru', 'db', 'Percentage', '\u041f\u0440\u043e\u0446\u0435\u043d\u0442', NULL, NULL),\n(50081, 'ru', 'db', 'Title', '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a', NULL, NULL),\n(50082, 'ru', 'db', 'Base Unit', '\u0411\u0430\u0437\u043e\u0432\u044b\u0439 \u0431\u043b\u043e\u043a', NULL, NULL),\n(50083, 'ru', 'db', 'Operator', '\u041e\u043f\u0435\u0440\u0430\u0442\u043e\u0440', NULL, NULL),\n(50084, 'ru', 'db', 'Operation Value', '\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438', NULL, NULL),\n(50085, 'ru', 'db', 'Rate', '\u0421\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(50086, 'ru', 'db', 'General Setting', '\u041e\u0431\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438', NULL, NULL),\n(50087, 'ru', 'db', 'Site Title', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0430\u0439\u0442\u0430', NULL, NULL),\n(50088, 'ru', 'db', 'Site Logo', '\u041b\u043e\u0433\u043e\u0442\u0438\u043f \u0441\u0430\u0439\u0442\u0430', NULL, NULL),\n(50089, 'ru', 'db', 'Current Password', '\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c', NULL, NULL),\n(50090, 'ru', 'db', 'New Password', '\u041d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c', NULL, NULL),\n(50091, 'ru', 'db', 'Confirm Password', '\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c', NULL, NULL),\n(50092, 'ru', 'db', 'POS Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 POS-\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430', NULL, NULL),\n(50093, 'ru', 'db', 'Developed By', '\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043e', NULL, NULL),\n(50094, 'ru', 'db', 'All', '\u0412\u0441\u0435', NULL, NULL),\n(50095, 'ru', 'db', 'By', '\u041a', NULL, NULL),\n(50096, 'ru', 'db', 'Cheque Number', '\u041d\u043e\u043c\u0435\u0440 \u0447\u0435\u043a\u0430', NULL, NULL),\n(50097, 'ru', 'db', 'Invoice', '\u0421\u0447\u0435\u0442', NULL, NULL),\n(50098, 'ru', 'db', 'Shipping', '\u041f\u0435\u0440\u0435\u0432\u043e\u0437\u043a\u0438', NULL, NULL),\n(50099, 'ru', 'db', 'Finalize Sale', '\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u0434\u0430\u0436\u0443', NULL, NULL),\n(50100, 'ru', 'db', 'People', '\u041b\u044e\u0434\u0438', NULL, NULL),\n(50101, 'ru', 'db', 'Option', '\u0412\u0430\u0440\u0438\u0430\u043d\u0442', NULL, NULL),\n(50102, 'ru', 'db', 'Bill', '\u0421\u0447\u0435\u0442', NULL, NULL),\n(50103, 'ru', 'db', 'Go To', '\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a', NULL, NULL),\n(50104, 'ru', 'db', 'Mode', '\u0420\u0435\u0436\u0438\u043c', NULL, NULL),\n(50105, 'ru', 'db', 'In Words', '\u0421\u043b\u043e\u0432\u0430\u043c\u0438', NULL, NULL),\n(50106, 'ru', 'db', 'Stamp', '\u0428\u0442\u0430\u043c\u043f', NULL, NULL),\n(50107, 'ru', 'db', 'Signature', '\u041f\u043e\u0434\u043f\u0438\u0441\u044c', NULL, NULL),\n(50108, 'ru', 'db', 'Developed', '\u0420\u0430\u0437\u0432\u0438\u0442\u044b\u0439', NULL, NULL),\n(50109, 'ru', 'db', 'Attach File', '\u041f\u0440\u0438\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u0444\u0430\u0439\u043b', NULL, NULL),\n(50110, 'ru', 'db', 'File Link', '\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0444\u0430\u0439\u043b', NULL, NULL),\n(50111, 'ru', 'db', 'Delivery', '\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(50112, 'ru', 'db', 'Delivered', '\u0414\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0439', NULL, NULL),\n(50113, 'ru', 'db', 'For Digital product sale_unit will be n\\\\\/a', '\u0414\u043b\u044f \u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 sale_unit \u0431\u0443\u0434\u0435\u0442 n\\\\\/a.', NULL, NULL),\n(50114, 'ru', 'db', 'Forgot Password?', '\u0417\u0430\u0431\u044b\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c?', NULL, NULL),\n(50115, 'ru', 'db', 'Do not have an account?', '\u041d\u0435\u0442 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430?', NULL, NULL),\n(50116, 'ru', 'db', 'Register', '\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f', NULL, NULL),\n(50117, 'ru', 'db', 'Expense Category', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432', NULL, NULL),\n(50118, 'ru', 'db', 'Expense', '\u0420\u0430\u0441\u0445\u043e\u0434', NULL, NULL),\n(50119, 'ru', 'db', 'Gift Card', '\u041f\u043e\u0434\u0430\u0440\u043e\u0447\u043d\u0430\u044f \u043a\u0430\u0440\u0442\u0430', NULL, NULL),\n(50120, 'ru', 'db', 'Card', '\u041a\u0430\u0440\u0442\u0430', NULL, NULL),\n(50121, 'ru', 'db', 'Expiry Date', '\u0414\u0430\u0442\u0430 \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u044f \u0441\u0440\u043e\u043a\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f', NULL, NULL),\n(50122, 'ru', 'db', 'Recharge', '\u041f\u0435\u0440\u0435\u0437\u0430\u0440\u044f\u0434\u043a\u0430', NULL, NULL),\n(50123, 'ru', 'db', 'Deposit', '\u0414\u0435\u043f\u043e\u0437\u0438\u0442', NULL, NULL),\n(50124, 'ru', 'db', 'Choose Warehouse', '\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(50125, 'ru', 'db', 'Choose Supplier', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430', NULL, NULL),\n(50126, 'ru', 'db', 'Choose Customer', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(50127, 'ru', 'db', 'Touchscreen keybord', '\u0421\u0435\u043d\u0441\u043e\u0440\u043d\u0430\u044f \u043a\u043b\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u0430', NULL, NULL),\n(50128, 'ru', 'db', 'Already have an account', '\u0423\u0436\u0435 \u0435\u0441\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442', NULL, NULL),\n(50129, 'ru', 'db', 'Currency', '\u0412\u0430\u043b\u044e\u0442\u0430', NULL, NULL),\n(50130, 'ru', 'db', 'Mail Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043f\u043e\u0447\u0442\u044b', NULL, NULL),\n(50131, 'ru', 'db', 'Mail Host', '\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0445\u043e\u0441\u0442', NULL, NULL),\n(50132, 'ru', 'db', 'Mail Port', '\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u043f\u043e\u0440\u0442', NULL, NULL),\n(50133, 'ru', 'db', 'Mail From Name', '\u041f\u043e\u0447\u0442\u0430 \u043e\u0442 \u0438\u043c\u0435\u043d\u0438', NULL, NULL),\n(50134, 'ru', 'db', 'Mail Address', '\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0430\u0434\u0440\u0435\u0441', NULL, NULL),\n(50135, 'ru', 'db', 'Encryption', '\u0428\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435', NULL, NULL),\n(50136, 'ru', 'db', 'Today', '\u0421\u0435\u0433\u043e\u0434\u043d\u044f', NULL, NULL),\n(50137, 'ru', 'db', 'Last 7 Days', '\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 7 \u0434\u043d\u0435\u0439', NULL, NULL),\n(50138, 'ru', 'db', 'This Month', '\u0412 \u044d\u0442\u043e\u043c \u043c\u0435\u0441\u044f\u0446\u0435', NULL, NULL),\n(50139, 'ru', 'db', 'This Year', '\u0412 \u044d\u0442\u043e\u043c \u0433\u043e\u0434\u0443', NULL, NULL),\n(50140, 'ru', 'db', 'Cash in Hand', '\u041d\u0430\u043b\u0438\u0447\u043d\u044b\u0435 \u0432 \u0440\u0443\u043a\u0435', NULL, NULL),\n(50141, 'ru', 'db', 'In Hand', '\u0412 \u0440\u0443\u043a\u0435', NULL, NULL),\n(50142, 'ru', 'db', 'Summary Report', '\u0421\u0432\u043e\u0434\u043d\u044b\u0439 \u043e\u0442\u0447\u0435\u0442', NULL, NULL),\n(50143, 'ru', 'db', 'Draft', '\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a', NULL, NULL),\n(50144, 'ru', 'db', 'Coupon', '\u041a\u0443\u043f\u043e\u043d', NULL, NULL),\n(50145, 'ru', 'db', 'Available', '\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439', NULL, NULL),\n(50146, 'ru', 'db', 'Minimum Sale', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u0440\u043e\u0434\u0430\u0436\u0430', NULL, NULL),\n(50147, 'ru', 'db', 'Add Sale', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u0430\u0441\u043f\u0440\u043e\u0434\u0430\u0436\u0443', NULL, NULL),\n(50148, 'ru', 'db', 'Import Sale', '\u0418\u043c\u043f\u043e\u0440\u0442\u043d\u0430\u044f \u043f\u0440\u043e\u0434\u0430\u0436\u0430', NULL, NULL),\n(50149, 'ru', 'db', 'Sale Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(50150, 'ru', 'db', 'Payment Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u043f\u043b\u0430\u0442\u0435\u0436\u0430', NULL, NULL),\n(50151, 'ru', 'db', 'Generate Invoice', '\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0447\u0435\u0442', NULL, NULL),\n(50152, 'ru', 'db', 'Add Payment', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0435\u0436', NULL, NULL),\n(50153, 'ru', 'db', 'View Payment', '\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043f\u043b\u0430\u0442\u0435\u0436', NULL, NULL),\n(50154, 'ru', 'db', 'Add Delivery', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443', NULL, NULL),\n(50155, 'ru', 'db', 'PDF', 'PDF', NULL, NULL),\n(50156, 'ru', 'db', 'CSV', 'CSV-\u0444\u0430\u0439\u043b', NULL, NULL),\n(50157, 'ru', 'db', 'Column visibility', '\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0446\u0430', NULL, NULL),\n(50158, 'ru', 'db', 'Search', '\u041f\u043e\u0438\u0441\u043a', NULL, NULL),\n(50159, 'ru', 'db', 'records per page', '\u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435', NULL, NULL),\n(50160, 'ru', 'db', 'Showing', '\u041f\u043e\u043a\u0430\u0437\u0430\u043d\u044b', NULL, NULL),\n(50161, 'ru', 'db', 'Order Discount', '\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043a\u0438\u0434\u043a\u0443', NULL, NULL),\n(50162, 'ru', 'db', 'Order Tax', '\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0430\u043b\u043e\u0433', NULL, NULL),\n(50163, 'ru', 'db', 'Sale Note', '\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435 \u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0435', NULL, NULL),\n(50164, 'ru', 'db', 'Staff Note', '\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0430', NULL, NULL),\n(50165, 'ru', 'db', 'Paid Amount', '\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430', NULL, NULL),\n(50166, 'ru', 'db', 'Sale Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(50167, 'ru', 'db', 'Purchase List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u043e\u043a\u0443\u043f\u043e\u043a', NULL, NULL),\n(50168, 'ru', 'db', 'Add Purchase', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043a\u0443\u043f\u043a\u0443', NULL, NULL),\n(50169, 'ru', 'db', 'Import Purchase By CSV', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u043a\u0443\u043f\u043a\u0443 \u0447\u0435\u0440\u0435\u0437 CSV', NULL, NULL),\n(50170, 'ru', 'db', 'Sale List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0434\u0430\u0436', NULL, NULL),\n(50171, 'ru', 'db', 'Import Sale By CSV', '\u0418\u043c\u043f\u043e\u0440\u0442\u043d\u0430\u044f \u043f\u0440\u043e\u0434\u0430\u0436\u0430 \u0447\u0435\u0440\u0435\u0437 CSV', NULL, NULL),\n(50172, 'ru', 'db', 'Gift Card List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u043e\u0434\u0430\u0440\u043e\u0447\u043d\u044b\u0445 \u043a\u0430\u0440\u0442', NULL, NULL),\n(50173, 'ru', 'db', 'Coupon List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u0443\u043f\u043e\u043d\u043e\u0432', NULL, NULL),\n(50174, 'ru', 'db', 'Delivery List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438', NULL, NULL),\n(50175, 'ru', 'db', 'Expense List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432', NULL, NULL),\n(50176, 'ru', 'db', 'Add Expense', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u0430\u0441\u0445\u043e\u0434\u044b', NULL, NULL),\n(50177, 'ru', 'db', 'Quotation List', '\u041a\u043e\u0442\u0438\u0440\u043e\u0432\u043e\u0447\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a', NULL, NULL),\n(50178, 'ru', 'db', 'Add Quotation', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(50179, 'ru', 'db', 'Transfer List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440\u043e\u0432', NULL, NULL),\n(50180, 'ru', 'db', 'Add Transfer', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440', NULL, NULL),\n(50181, 'ru', 'db', 'Import Transfer By CSV', '\u0418\u043c\u043f\u043e\u0440\u0442 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 CSV', NULL, NULL),\n(50182, 'ru', 'db', 'Return List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430', NULL, NULL),\n(50183, 'ru', 'db', 'Add Return', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u043e\u0437\u0432\u0440\u0430\u0442', NULL, NULL),\n(50184, 'ru', 'db', 'Quantity Adjustment', '\u0420\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u043a\u0430 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430', NULL, NULL),\n(50185, 'ru', 'db', 'Adjustment List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u043e\u043a', NULL, NULL),\n(50186, 'ru', 'db', 'Add Adjustment', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u043a\u0443', NULL, NULL),\n(50187, 'ru', 'db', 'User List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439', NULL, NULL),\n(50188, 'ru', 'db', 'Add User', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f', NULL, NULL),\n(50189, 'ru', 'db', 'Customer List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432', NULL, NULL),\n(50190, 'ru', 'db', 'Add Customer', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(50191, 'ru', 'db', 'Biller List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0411\u0438\u043b\u043b\u0435\u0440\u043e\u0432', NULL, NULL),\n(50192, 'ru', 'db', 'Add Biller', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0411\u0438\u043b\u043b\u0435\u0440\u0430', NULL, NULL),\n(50193, 'ru', 'db', 'Supplier List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u043e\u0432', NULL, NULL),\n(50194, 'ru', 'db', 'Add Supplier', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430', NULL, NULL),\n(50195, 'ru', 'db', 'Sale Report', '\u041e\u0442\u0447\u0435\u0442 \u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0430\u0445', NULL, NULL),\n(50196, 'ru', 'db', 'Purchase Report', '\u041e\u0442\u0447\u0435\u0442 \u043e \u043f\u043e\u043a\u0443\u043f\u043a\u0435', NULL, NULL),\n(50197, 'ru', 'db', 'Payment Report', '\u041e\u0442\u0447\u0435\u0442 \u043e \u043f\u043b\u0430\u0442\u0435\u0436\u0430\u0445', NULL, NULL),\n(50198, 'ru', 'db', 'Warehouse Stock Chart', '\u0413\u0440\u0430\u0444\u0438\u043a \u0441\u043a\u043b\u0430\u0434\u0441\u043a\u0438\u0445 \u0437\u0430\u043f\u0430\u0441\u043e\u0432', NULL, NULL),\n(50199, 'ru', 'db', 'Product Quantity Alert', '\u041e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u0435 \u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50200, 'ru', 'db', 'Customer Report', '\u041e\u0442\u0447\u0435\u0442 \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(50201, 'ru', 'db', 'Supplier Report', '\u041e\u0442\u0447\u0435\u0442 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430', NULL, NULL),\n(50202, 'ru', 'db', 'Due Report', '\u0414\u043e\u043b\u0436\u043d\u044b\u0439 \u043e\u0442\u0447\u0435\u0442', NULL, NULL),\n(50203, 'ru', 'db', 'User Profile', '\u041f\u0440\u043e\u0444\u0438\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f', NULL, NULL),\n(50204, 'ru', 'db', 'Cash Flow', '\u0414\u0435\u043d\u0435\u0436\u043d\u044b\u0439 \u043f\u043e\u0442\u043e\u043a', NULL, NULL),\n(50205, 'ru', 'db', 'Add Category', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e', NULL, NULL),\n(50206, 'ru', 'db', 'Import Category', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e', NULL, NULL),\n(50207, 'ru', 'db', 'Parent Category', '\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0430\u044f \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f', NULL, NULL),\n(50208, 'ru', 'db', 'Product Image', '\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50209, 'ru', 'db', 'Product Name', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50210, 'ru', 'db', 'Product Code', '\u041a\u043e\u0434 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50211, 'ru', 'db', 'Product Type', '\u0422\u0438\u043f \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50212, 'ru', 'db', 'Product Unit', '\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50213, 'ru', 'db', 'Sale Unit', '\u041f\u0440\u043e\u0434\u0430\u0436\u0430 \u0415\u0434\u0438\u043d\u0438\u0446\u0430', NULL, NULL),\n(50214, 'ru', 'db', 'Purchase Unit', '\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(50215, 'ru', 'db', 'Product Cost', '\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50216, 'ru', 'db', 'Product Price', '\u0426\u0435\u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50217, 'ru', 'db', 'Alert Quantity', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u0439', NULL, NULL),\n(50218, 'ru', 'db', 'Add Promotional Price', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u043a\u0446\u0438\u043e\u043d\u043d\u0443\u044e \u0446\u0435\u043d\u0443', NULL, NULL),\n(50219, 'ru', 'db', 'Product Tax', '\u041d\u0430\u043b\u043e\u0433 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(50220, 'ru', 'db', 'Tax Method', '\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u044b\u0439 \u043c\u0435\u0442\u043e\u0434', NULL, NULL),\n(50221, 'ru', 'db', 'Featured product will be displayed in POS', '\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c\u044b\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0432 POS-\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0435.', NULL, NULL),\n(50222, 'ru', 'db', 'Product Invoice Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u0441\u0447\u0435\u0442\u0430 \u0437\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(50223, 'ru', 'db', 'Purchase Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(50224, 'ru', 'db', 'Add Gift Card', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0434\u0430\u0440\u043e\u0447\u043d\u0443\u044e \u043a\u0430\u0440\u0442\u0443', NULL, NULL),\n(50225, 'ru', 'db', 'Card No', '\u041d\u043e\u043c\u0435\u0440 \u043a\u0430\u0440\u0442\u044b', NULL, NULL),\n(50226, 'ru', 'db', 'Reference No', '\u041d\u043e\u043c\u0435\u0440 \u0441\u0441\u044b\u043b\u043a\u0438', NULL, NULL),\n(50227, 'ru', 'db', 'Add Coupon', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u0443\u043f\u043e\u043d', NULL, NULL),\n(50228, 'ru', 'db', 'Coupon Code', '\u041a\u043e\u0434 \u043a\u0443\u043f\u043e\u043d\u0430', NULL, NULL),\n(50229, 'ru', 'db', 'Minimum Amount', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430', NULL, NULL),\n(50230, 'ru', 'db', 'Update Coupon', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u0443\u043f\u043e\u043d', NULL, NULL),\n(50231, 'ru', 'db', 'Update Purchase', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u043a\u0443\u043f\u043a\u0443', NULL, NULL),\n(50232, 'ru', 'db', 'Update Sale', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0440\u0430\u0441\u043f\u0440\u043e\u0434\u0430\u0436\u0443', NULL, NULL),\n(50233, 'ru', 'db', 'Update Product', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(50234, 'ru', 'db', 'Update Category', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e', NULL, NULL),\n(50235, 'ru', 'db', 'Update Gift Card', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u0434\u0430\u0440\u043e\u0447\u043d\u0443\u044e \u043a\u0430\u0440\u0442\u0443', NULL, NULL),\n(50236, 'ru', 'db', 'Delivery Reference', '\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443', NULL, NULL),\n(50237, 'ru', 'db', 'Sale Reference', '\u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a \u043f\u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0435', NULL, NULL),\n(50238, 'ru', 'db', 'Add Expense Category', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432', NULL, NULL),\n(50239, 'ru', 'db', 'Import Expense Category', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432 \u043d\u0430 \u0438\u043c\u043f\u043e\u0440\u0442', NULL, NULL),\n(50240, 'ru', 'db', 'Update Expense', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0440\u0430\u0441\u0445\u043e\u0434\u044b', NULL, NULL),\n(50241, 'ru', 'db', 'Quotation Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f', NULL, NULL),\n(50242, 'ru', 'db', 'Create Sale', '\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0440\u0430\u0441\u043f\u0440\u043e\u0434\u0430\u0436\u0443', NULL, NULL),\n(50243, 'ru', 'db', 'Create Purchase', '\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u043a\u0443\u043f\u043a\u0443', NULL, NULL),\n(50244, 'ru', 'db', 'Purchase Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(50245, 'ru', 'db', 'Quotation Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(50246, 'ru', 'db', 'Import Transfer', '\u0418\u043c\u043f\u043e\u0440\u0442 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438', NULL, NULL),\n(50247, 'ru', 'db', 'Update Transfer', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0443', NULL, NULL),\n(50248, 'ru', 'db', 'Transfer Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438', NULL, NULL),\n(50249, 'ru', 'db', 'Transfer Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u0442\u0440\u0430\u043d\u0441\u0444\u0435\u0440\u0430', NULL, NULL),\n(50250, 'ru', 'db', 'Return Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430', NULL, NULL),\n(50251, 'ru', 'db', 'Return Note', '\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435 \u043e \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0435', NULL, NULL),\n(50252, 'ru', 'db', 'Update Return', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u043e\u0437\u0432\u0440\u0430\u0442', NULL, NULL),\n(50253, 'ru', 'db', 'Card Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u043a\u0430\u0440\u0442\u044b', NULL, NULL),\n(50254, 'ru', 'db', 'Update Adjustment', '\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438', NULL, NULL),\n(50255, 'ru', 'db', 'Update User', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f', NULL, NULL),\n(50256, 'ru', 'db', 'Update Customer', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(50257, 'ru', 'db', 'Import Customer', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(50258, 'ru', 'db', 'Add Deposit', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u0435\u043f\u043e\u0437\u0438\u0442', NULL, NULL),\n(50259, 'ru', 'db', 'View Deposit', '\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0434\u0435\u043f\u043e\u0437\u0438\u0442', NULL, NULL),\n(50260, 'ru', 'db', 'Import Biller', '\u0418\u043c\u043f\u043e\u0440\u0442 \u0411\u0438\u043b\u043b\u0435\u0440\u0430', NULL, NULL),\n(50261, 'ru', 'db', 'Update Biller', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0411\u0438\u043b\u043b\u0435\u0440', NULL, NULL),\n(50262, 'ru', 'db', 'To display Image it must be stored in', '\u0427\u0442\u043e\u0431\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435, \u043e\u043d\u043e \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043e \u0432', NULL, NULL),\n(50263, 'ru', 'db', 'directory', '\u043a\u0430\u0442\u0430\u043b\u043e\u0433', NULL, NULL),\n(50264, 'ru', 'db', 'Import Supplier', '\u0418\u043c\u043f\u043e\u0440\u0442\u043d\u044b\u0439 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a', NULL, NULL),\n(50265, 'ru', 'db', 'Update Supplier', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430', NULL, NULL),\n(50266, 'ru', 'db', 'Purchased Amount', '\u041a\u0443\u043f\u043b\u0435\u043d\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430', NULL, NULL),\n(50267, 'ru', 'db', 'Purchased Qty', '\u041f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(50268, 'ru', 'db', 'Sold Amount', '\u041f\u0440\u043e\u0434\u0430\u043d\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430', NULL, NULL),\n(50269, 'ru', 'db', 'Sold Qty', '\u041f\u0440\u043e\u0434\u0430\u043d\u043e \u041a\u043e\u043b-\u0432\u043e', NULL, NULL),\n(50270, 'ru', 'db', 'Payment Reference', '\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043f\u043b\u0430\u0442\u0435\u0436', NULL, NULL),\n(50271, 'ru', 'db', 'Purchase Reference', '\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0443', NULL, NULL),\n(50272, 'ru', 'db', 'Paid By', '\u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043e', NULL, NULL),\n(50273, 'ru', 'db', 'Total Item', '\u0412\u0441\u0435\u0433\u043e \u043f\u043e\u0437\u0438\u0446\u0438\u0439', NULL, NULL),\n(50274, 'ru', 'db', 'Total Quantity', '\u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(50275, 'ru', 'db', 'Paid Method', '\u041f\u043b\u0430\u0442\u043d\u044b\u0439 \u043c\u0435\u0442\u043e\u0434', NULL, NULL),\n(50276, 'ru', 'db', 'Customer Details', '\u0421\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043e \u043a\u043b\u0438\u0435\u043d\u0442\u0435', NULL, NULL),\n(50277, 'ru', 'db', 'Bill No', '\u0411\u0438\u043b\u043b \u041d\u0435\u0442', NULL, NULL),\n(50278, 'ru', 'db', 'Add Role', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u043e\u043b\u044c', NULL, NULL),\n(50279, 'ru', 'db', 'Update Role', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0440\u043e\u043b\u044c', NULL, NULL),\n(50280, 'ru', 'db', 'Import Warehouse', '\u0418\u043c\u043f\u043e\u0440\u0442\u043d\u044b\u0439 \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(50281, 'ru', 'db', 'Update Warehouse', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(50282, 'ru', 'db', 'Import Customer Group', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432', NULL, NULL),\n(50283, 'ru', 'db', 'Update Customer Group', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432', NULL, NULL),\n(50284, 'ru', 'db', 'Import Brand', '\u0418\u043c\u043f\u043e\u0440\u0442\u043d\u044b\u0439 \u0431\u0440\u0435\u043d\u0434', NULL, NULL),\n(50285, 'ru', 'db', 'Update Brand', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0431\u0440\u0435\u043d\u0434', NULL, NULL),\n(50286, 'ru', 'db', 'Import Unit', '\u0418\u043c\u043f\u043e\u0440\u0442\u043d\u0430\u044f \u0435\u0434\u0438\u043d\u0438\u0446\u0430', NULL, NULL),\n(50287, 'ru', 'db', 'Update Unit', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0431\u043b\u043e\u043a', NULL, NULL),\n(50288, 'ru', 'db', 'Import Tax', '\u041d\u0430\u043b\u043e\u0433 \u043d\u0430 \u0438\u043c\u043f\u043e\u0440\u0442', NULL, NULL),\n(50289, 'ru', 'db', 'Update Tax', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0430\u043b\u043e\u0433', NULL, NULL),\n(50290, 'ru', 'db', 'Update User Profile', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f', NULL, NULL),\n(50291, 'ru', 'db', 'Default Customer', '\u041a\u043b\u0438\u0435\u043d\u0442 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(50292, 'ru', 'db', 'Default Biller', '\u041f\u043b\u0430\u0442\u0435\u043b\u044c\u0449\u0438\u043a \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(50293, 'ru', 'db', 'Default Warehouse', '\u0421\u043a\u043b\u0430\u0434 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(50294, 'ru', 'db', 'Displayed Number of Product Row', '\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u043e\u043a\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50295, 'ru', 'db', 'Add Brand', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0431\u0440\u0435\u043d\u0434', NULL, NULL),\n(50296, 'ru', 'db', 'All Deposit', '\u0412\u0441\u0435 \u0434\u0435\u043f\u043e\u0437\u0438\u0442\u044b', NULL, NULL),\n(50297, 'ru', 'db', 'Update Deposit', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u0435\u043f\u043e\u0437\u0438\u0442', NULL, NULL),\n(50298, 'ru', 'db', 'Add Customer Group', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0433\u0440\u0443\u043f\u043f\u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432', NULL, NULL),\n(50299, 'ru', 'db', 'Delivered By', '\u0414\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043e', NULL, NULL),\n(50300, 'ru', 'db', 'Recieved By', '\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043e', NULL, NULL),\n(50301, 'ru', 'db', 'Update Delivery', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0443', NULL, NULL),\n(50302, 'ru', 'db', 'Update Expense Category', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432', NULL, NULL),\n(50303, 'ru', 'db', 'Tax Rate', '\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(50304, 'ru', 'db', 'Unit Discount', '\u0421\u043a\u0438\u0434\u043a\u0430 \u0437\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0443', NULL, NULL),\n(50305, 'ru', 'db', 'Import Purchase', '\u0418\u043c\u043f\u043e\u0440\u0442\u043d\u0430\u044f \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(50306, 'ru', 'db', 'Payment Note', '\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435 \u043a \u043e\u043f\u043b\u0430\u0442\u0435', NULL, NULL),\n(50307, 'ru', 'db', 'All Payment', '\u0412\u0441\u0435 \u043f\u043b\u0430\u0442\u0435\u0436\u0438', NULL, NULL),\n(50308, 'ru', 'db', 'Update Payment', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0435\u0436', NULL, NULL),\n(50309, 'ru', 'db', 'Update Quotation', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(50310, 'ru', 'db', 'Coupon Discount', '\u041a\u0443\u043f\u043e\u043d \u0421\u043a\u0438\u0434\u043a\u0430', NULL, NULL),\n(50311, 'ru', 'db', 'Payment Mode', '\u0420\u0435\u0436\u0438\u043c \u043e\u043f\u043b\u0430\u0442\u044b', NULL, NULL),\n(50312, 'ru', 'db', 'Bill To', '\u0417\u0430\u043a\u043e\u043d\u043e\u043f\u0440\u043e\u0435\u043a\u0442 \u043e', NULL, NULL),\n(50313, 'ru', 'db', 'Stamp & Signature', '\u041f\u0435\u0447\u0430\u0442\u044c \u0438 \u043f\u043e\u0434\u043f\u0438\u0441\u044c', NULL, NULL),\n(50314, 'ru', 'db', 'Invoice Generated By', '\u0421\u0447\u0435\u0442-\u0444\u0430\u043a\u0442\u0443\u0440\u0430 \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d', NULL, NULL),\n(50315, 'ru', 'db', 'Add Tax', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043b\u043e\u0433', NULL, NULL),\n(50316, 'ru', 'db', 'Tax Name', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043d\u0430\u043b\u043e\u0433\u0430', NULL, NULL),\n(50317, 'ru', 'db', 'From Warehouse', '\u0421\u043e \u0441\u043a\u043b\u0430\u0434\u0430', NULL, NULL),\n(50318, 'ru', 'db', 'To Warehouse', '\u041d\u0430 \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(50319, 'ru', 'db', 'Add Unit', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0435\u0434\u0438\u043d\u0438\u0446\u0443', NULL, NULL),\n(50320, 'ru', 'db', 'Add Warehouse', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(50321, 'ru', 'db', 'All Warehouse', '\u0412\u0435\u0441\u044c \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(50322, 'ru', 'db', 'Net Loss', '\u0427\u0438\u0441\u0442\u044b\u0439 \u0443\u0431\u044b\u0442\u043e\u043a', NULL, NULL),\n(50323, 'ru', 'db', 'Net Sale', '\u0427\u0438\u0441\u0442\u0430\u044f \u043f\u0440\u043e\u0434\u0430\u0436\u0430', NULL, NULL),\n(50324, 'ru', 'db', 'Net Purchase', '\u0427\u0438\u0441\u0442\u0430\u044f \u043f\u043e\u043a\u0443\u043f\u043a\u0430', NULL, NULL),\n(50325, 'ru', 'db', 'Net Return', '\u0427\u0438\u0441\u0442\u0430\u044f \u043f\u0440\u0438\u0431\u044b\u043b\u044c', NULL, NULL),\n(50326, 'ru', 'db', 'Payment Recieved', '\u041f\u043b\u0430\u0442\u0435\u0436 \u043f\u043e\u043b\u0443\u0447\u0435\u043d', NULL, NULL),\n(50327, 'ru', 'db', 'Payment Sent', '\u041f\u043b\u0430\u0442\u0435\u0436 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d', NULL, NULL),\n(50328, 'ru', 'db', 'Product Discount', '\u0421\u043a\u0438\u0434\u043a\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(50329, 'ru', 'db', 'Completed', '\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044b\u0439', NULL, NULL),\n(50330, 'ru', 'db', 'Pending', '\u0412 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0438', NULL, NULL),\n(50331, 'ru', 'db', 'Partial', '\u0427\u0430\u0441\u0442\u0438\u0447\u043d\u044b\u0439', NULL, NULL),\n(50332, 'ru', 'db', 'Packing', '\u0423\u043f\u0430\u043a\u043e\u0432\u043a\u0430', NULL, NULL),\n(50333, 'ru', 'db', 'Delivering', '\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430', NULL, NULL),\n(50334, 'ru', 'db', 'Ordered', '\u0417\u0430\u043a\u0430\u0437\u0430\u043b', NULL, NULL),\n(50335, 'ru', 'db', 'No Tax', '\u041d\u0435\u0442 \u043d\u0430\u043b\u043e\u0433\u0430', NULL, NULL),\n(50336, 'ru', 'db', 'Stock Value by Price', '\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0430\u043a\u0446\u0438\u0439 \u043f\u043e \u0446\u0435\u043d\u0435', NULL, NULL),\n(50337, 'ru', 'db', 'Stock Value by Cost', '\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0430\u043a\u0446\u0438\u0439 \u043f\u043e \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438', NULL, NULL),\n(50338, 'ru', 'db', 'Estimate Profit', '\u041e\u0446\u0435\u043d\u0438\u0442\u044c \u043f\u0440\u0438\u0431\u044b\u043b\u044c', NULL, NULL),\n(50339, 'ru', 'db', 'Time Zone', '\u0427\u0430\u0441\u043e\u0432\u043e\u0439 \u043f\u043e\u044f\u0441', NULL, NULL),\n(50340, 'ru', 'db', 'Currency Position', '\u0412\u0430\u043b\u044e\u0442\u043d\u0430\u044f \u043f\u043e\u0437\u0438\u0446\u0438\u044f', NULL, NULL),\n(50341, 'ru', 'db', 'Prefix', '\u041f\u0440\u0435\u0444\u0438\u043a\u0441', NULL, NULL),\n(50342, 'ru', 'db', 'Suffix', '\u0421\u0443\u0444\u0444\u0438\u043a\u0441', NULL, NULL),\n(50343, 'ru', 'db', 'Exclusive', '\u042d\u043a\u0441\u043a\u043b\u044e\u0437\u0438\u0432\u043d\u044b\u0439', NULL, NULL),\n(50344, 'ru', 'db', 'Inclusive', '\u0418\u043d\u043a\u043b\u044e\u0437\u0438\u0432\u043d\u043e', NULL, NULL),\n(50345, 'ru', 'db', 'Combo Products', '\u041a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u044b', NULL, NULL),\n(50346, 'ru', 'db', 'Image name must be same as product name', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0434\u043e\u043b\u0436\u043d\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430.', NULL, NULL),\n(50347, 'ru', 'db', 'Paying Amount', '\u0421\u0443\u043c\u043c\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0430', NULL, NULL),\n(50348, 'ru', 'db', 'Payable Amount', '\u0421\u0443\u043c\u043c\u0430 \u043a \u043e\u043f\u043b\u0430\u0442\u0435', NULL, NULL),\n(50349, 'ru', 'db', 'Change', '\u0418\u0437\u043c\u0435\u043d\u044f\u0442\u044c', NULL, NULL),\n(50350, 'ru', 'db', 'Back', '\u041d\u0430\u0437\u0430\u0434', NULL, NULL),\n(50351, 'ru', 'db', 'Role Permission', '\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0440\u043e\u043b\u0438', NULL, NULL),\n(50352, 'ru', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', '\u042d\u043a\u0441\u043a\u043b\u044e\u0437\u0438\u0432 => \u0426\u0435\u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 = \u0424\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0446\u0435\u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 + \u041d\u0430\u043b\u043e\u0433. ', NULL, NULL),\n(50353, 'ru', 'db', 'Accounting', '\u0411\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0441\u043a\u0438\u0439 \u0443\u0447\u0435\u0442', NULL, NULL),\n(50354, 'ru', 'db', 'Account', '\u0421\u0447\u0435\u0442', NULL, NULL),\n(50355, 'ru', 'db', 'Account List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439', NULL, NULL),\n(50356, 'ru', 'db', 'Add Account', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442', NULL, NULL),\n(50357, 'ru', 'db', 'Account No', '\u041d\u043e\u043c\u0435\u0440 \u0441\u0447\u0435\u0442\u0430', NULL, NULL),\n(50358, 'ru', 'db', 'Initial Balance', '\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(50359, 'ru', 'db', 'Update Account', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c', NULL, NULL),\n(50360, 'ru', 'db', 'Default', '\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(50361, 'ru', 'db', 'Balance Sheet', '\u0411\u0430\u043b\u0430\u043d\u0441\u043e\u0432\u044b\u0439 \u043e\u0442\u0447\u0435\u0442', NULL, NULL),\n(50362, 'ru', 'db', 'Debit', '\u0414\u0435\u0431\u0435\u0442', NULL, NULL),\n(50363, 'ru', 'db', 'Credit', '\u041a\u0440\u0435\u0434\u0438\u0442', NULL, NULL),\n(50364, 'ru', 'db', 'Account Statement', '\u0412\u044b\u043f\u0438\u0441\u043a\u0430 \u0441\u043e \u0441\u0447\u0435\u0442\u0430', NULL, NULL),\n(50365, 'ru', 'db', 'Department', '\u041e\u0442\u0434\u0435\u043b\u0435\u043d\u0438\u0435', NULL, NULL),\n(50366, 'ru', 'db', 'Add Department', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0434\u0435\u043b', NULL, NULL),\n(50367, 'ru', 'db', 'Update Department', '\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u0442\u0434\u0435\u043b\u0430', NULL, NULL),\n(50368, 'ru', 'db', 'Employee', '\u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a', NULL, NULL),\n(50369, 'ru', 'db', 'Add Employee', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430', NULL, NULL),\n(50370, 'ru', 'db', 'Update Employee', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430', NULL, NULL),\n(50371, 'ru', 'db', 'Payroll', '\u0417\u0430\u0440\u0430\u0431\u043e\u0442\u043d\u0430\u044f \u043f\u043b\u0430\u0442\u0430', NULL, NULL),\n(50372, 'ru', 'db', 'Add Payroll', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u043d\u0443\u044e \u043f\u043b\u0430\u0442\u0443', NULL, NULL),\n(50373, 'ru', 'db', 'Update Payroll', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0440\u0430\u0441\u0447\u0435\u0442 \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u044b', NULL, NULL),\n(50374, 'ru', 'db', 'Method', '\u041c\u0435\u0442\u043e\u0434', NULL, NULL),\n(50375, 'ru', 'db', 'Sale Return', '\u0412\u043e\u0437\u0432\u0440\u0430\u0442 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(50376, 'ru', 'db', 'Purchase Return', '\u0412\u043e\u0437\u0432\u0440\u0430\u0442 \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(50377, 'ru', 'db', 'Net Sale Return', '\u0427\u0438\u0441\u0442\u044b\u0439 \u0434\u043e\u0445\u043e\u0434 \u043e\u0442 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(50378, 'ru', 'db', 'Net Purchase Return', '\u0427\u0438\u0441\u0442\u044b\u0439 \u0432\u043e\u0437\u0432\u0440\u0430\u0442 \u043e\u0442 \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(50379, 'ru', 'db', 'Attendance', '\u043f\u043e\u0441\u0435\u0449\u0430\u0435\u043c\u043e\u0441\u0442\u044c', NULL, NULL),\n(50380, 'ru', 'db', 'Add Attendance', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043e\u0441\u0435\u0449\u0430\u0435\u043c\u043e\u0441\u0442\u044c', NULL, NULL),\n(50381, 'ru', 'db', 'HRM Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u043e\u043c', NULL, NULL),\n(50382, 'ru', 'db', 'CheckIn', '\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f', NULL, NULL),\n(50383, 'ru', 'db', 'CheckOut', '\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c', NULL, NULL),\n(50384, 'ru', 'db', 'Default CheckIn', '\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(50385, 'ru', 'db', 'Default CheckOut', '\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(50386, 'ru', 'db', 'Present', '\u041f\u043e\u0434\u0430\u0440\u043e\u043a', NULL, NULL),\n(50387, 'ru', 'db', 'Late', '\u041f\u043e\u0437\u0434\u043d\u043e', NULL, NULL),\n(50388, 'ru', 'db', 'User Report', '\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u043e\u0442\u0447\u0435\u0442', NULL, NULL),\n(50389, 'ru', 'db', 'Choose User', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f', NULL, NULL),\n(50390, 'ru', 'db', 'Recieved Amount', '\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430', NULL, NULL),\n(50391, 'ru', 'db', 'Theme', '\u0422\u0435\u043c\u0430', NULL, NULL),\n(50392, 'ru', 'db', 'Staff Access', '\u0414\u043e\u0441\u0442\u0443\u043f \u0434\u043b\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0430', NULL, NULL),\n(50393, 'ru', 'db', 'All Records', '\u0412\u0441\u0435 \u0437\u0430\u043f\u0438\u0441\u0438', NULL, NULL),\n(50394, 'ru', 'db', 'Own Records', '\u0421\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438', NULL, NULL),\n(50395, 'ru', 'db', 'Date Format', '\u0424\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b', NULL, NULL),\n(50396, 'ru', 'db', 'Empty Database', '\u041f\u0443\u0441\u0442\u0430\u044f \u0431\u0430\u0437\u0430 \u0434\u0430\u043d\u043d\u044b\u0445', NULL, NULL),\n(50397, 'ru', 'db', 'Stock Count', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0430\u043f\u0430\u0441\u043e\u0432', NULL, NULL),\n(50398, 'ru', 'db', 'Count Stock', '\u041f\u043e\u0434\u0441\u0447\u0435\u0442 \u0437\u0430\u043f\u0430\u0441\u043e\u0432', NULL, NULL),\n(50399, 'ru', 'db', 'Full', '\u041f\u043e\u043b\u043d\u044b\u0439', NULL, NULL),\n(50400, 'ru', 'db', 'Finalize', '\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c', NULL, NULL),\n(50401, 'ru', 'db', 'Initial File', '\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u0444\u0430\u0439\u043b', NULL, NULL),\n(50402, 'ru', 'db', 'Final File', '\u041e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0444\u0430\u0439\u043b', NULL, NULL),\n(50403, 'ru', 'db', 'Final Report', '\u0418\u0442\u043e\u0433\u043e\u0432\u044b\u0439 \u043e\u0442\u0447\u0435\u0442', NULL, NULL),\n(50404, 'ru', 'db', 'Finalize Stock Count', '\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043f\u043e\u0434\u0441\u0447\u0435\u0442 \u0437\u0430\u043f\u0430\u0441\u043e\u0432', NULL, NULL),\n(50405, 'ru', 'db', 'You just need to update the Counted column in the initial file', '\u0412\u0430\u043c \u043f\u0440\u043e\u0441\u0442\u043e \u043d\u0443\u0436\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u00ab\u041f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u043d\u043e\u00bb \u0432 \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u043c \u0444\u0430\u0439\u043b\u0435.', NULL, NULL),\n(50406, 'ru', 'db', 'Files', '\u0424\u0430\u0439\u043b\u044b', NULL, NULL),\n(50407, 'ru', 'db', 'Expected', '\u041e\u0436\u0438\u0434\u0430\u043b', NULL, NULL),\n(50408, 'ru', 'db', 'Counted', '\u041f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u043d\u043e', NULL, NULL),\n(50409, 'ru', 'db', 'Difference', '\u0420\u0430\u0437\u043d\u0438\u0446\u0430', NULL, NULL),\n(50410, 'ru', 'db', 'Miscellaneous', '\u0420\u0430\u0437\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u043d\u044b\u0439', NULL, NULL),\n(50411, 'ru', 'db', 'SMS Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0421\u041c\u0421', NULL, NULL),\n(50412, 'ru', 'db', 'Send SMS', '\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0421\u041c\u0421', NULL, NULL),\n(50413, 'ru', 'db', 'Gateway', '\u0448\u043b\u044e\u0437', NULL, NULL),\n(50414, 'ru', 'db', 'Select SMS gateway', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 SMS-\u0448\u043b\u044e\u0437...', NULL, NULL),\n(50415, 'ru', 'db', 'Create SMS', '\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0421\u041c\u0421', NULL, NULL),\n(50416, 'ru', 'db', 'Mobile', '\u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0439', NULL, NULL),\n(50417, 'ru', 'db', 'Message', '\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435', NULL, NULL),\n(50418, 'ru', 'db', 'Add mobile numbers by selecting the customers', '\u0414\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u043d\u043e\u043c\u0435\u0440\u0430 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043e\u0432, \u0432\u044b\u0431\u0440\u0430\u0432 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432', NULL, NULL),\n(50419, 'ru', 'db', 'Help', '\u041f\u043e\u043c\u043e\u0449\u044c', NULL, NULL),\n(50420, 'ru', 'db', 'Type Product Name or Code', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0438\u043b\u0438 \u043a\u043e\u0434...', NULL, NULL),\n(50421, 'ru', 'db', 'Type date or sale reference', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443 \u0438\u043b\u0438 \u043d\u043e\u043c\u0435\u0440 \u043f\u0440\u043e\u0434\u0430\u0436\u0438...', NULL, NULL),\n(50422, 'ru', 'db', 'Type date or purchase reference', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443 \u0438\u043b\u0438 \u043d\u043e\u043c\u0435\u0440 \u043f\u043e\u043a\u0443\u043f\u043a\u0438...', NULL, NULL),\n(50423, 'ru', 'db', 'Tax Number', '\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u044b\u0439 \u043d\u043e\u043c\u0435\u0440', NULL, NULL),\n(50424, 'ru', 'db', 'Holiday', '\u041f\u0440\u0430\u0437\u0434\u043d\u0438\u0447\u043d\u044b\u0439 \u0434\u0435\u043d\u044c', NULL, NULL),\n(50425, 'ru', 'db', 'Add Holiday', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a', NULL, NULL),\n(50426, 'ru', 'db', 'Update Holiday', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a', NULL, NULL),\n(50427, 'ru', 'db', 'Approve', '\u0423\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c', NULL, NULL),\n(50428, 'ru', 'db', 'My Holiday', '\u041c\u043e\u0439 \u043e\u0442\u043f\u0443\u0441\u043a', NULL, NULL),\n(50429, 'ru', 'db', 'Holiday Approve', '\u041f\u0440\u0430\u0437\u0434\u043d\u0438\u043a \u0443\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c', NULL, NULL),\n(50430, 'ru', 'db', 'My Transaction', '\u041c\u043e\u0438 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438', NULL, NULL),\n(50431, 'ru', 'db', 'Sale Generated', '\u041f\u0440\u043e\u0434\u0430\u0436\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0430', NULL, NULL),\n(50432, 'ru', 'db', 'Purchase Generated', '\u041f\u043e\u043a\u0443\u043f\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430', NULL, NULL),\n(50433, 'ru', 'db', 'Quotation Generated', '\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u043e', NULL, NULL),\n(50434, 'ru', 'db', 'Warehouse Report', '\u041e\u0442\u0447\u0435\u0442 \u043e \u0441\u043a\u043b\u0430\u0434\u0435', NULL, NULL),\n(50435, 'ru', 'db', 'Quick Cash', '\u0411\u044b\u0441\u0442\u0440\u044b\u0435 \u043d\u0430\u043b\u0438\u0447\u043d\u044b\u0435', NULL, NULL),\n(50436, 'ru', 'db', 'Clear', '\u041f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u044b\u0439', NULL, NULL),\n(50437, 'ru', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', '\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439. ', NULL, NULL),\n(50438, 'ru', 'db', 'This product has variant', '\u0423 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0435\u0441\u0442\u044c \u0432\u0430\u0440\u0438\u0430\u043d\u0442', NULL, NULL),\n(50439, 'ru', 'db', 'Enter variant value seperated by comma', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0430 \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043f\u044f\u0442\u0443\u044e.', NULL, NULL),\n(50440, 'ru', 'db', 'Item Code', '\u041a\u043e\u0434 \u0442\u043e\u0432\u0430\u0440\u0430', NULL, NULL),\n(50441, 'ru', 'db', 'Additional Price', '\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0446\u0435\u043d\u0430', NULL, NULL),\n(50442, 'ru', 'db', 'Variant', '\u0412\u0430\u0440\u0438\u0430\u043d\u0442', NULL, NULL),\n(50443, 'ru', 'db', 'Warehouse Quantity', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u043a\u043b\u0430\u0434\u0430', NULL, NULL),\n(50444, 'ru', 'db', 'Warehouse quantity of product variants', '\u0421\u043a\u043b\u0430\u0434\u0441\u043a\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 \u0442\u043e\u0432\u0430\u0440\u0430', NULL, NULL),\n(50445, 'ru', 'db', 'Thank you for shopping with us Please come again', '\u0421\u043f\u0430\u0441\u0438\u0431\u043e, \u0447\u0442\u043e \u0434\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u043e\u043a\u0443\u043f\u043a\u0438 \u0443 \u043d\u0430\u0441. ', NULL, NULL),\n(50446, 'ru', 'db', 'Money Transfer', '\u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u0434\u0435\u043d\u0435\u0433', NULL, NULL),\n(50447, 'ru', 'db', 'Add Money Transfer', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u0435\u043d\u0435\u0436\u043d\u044b\u0439 \u043f\u0435\u0440\u0435\u0432\u043e\u0434', NULL, NULL),\n(50448, 'ru', 'db', 'From Account', '\u0418\u0437 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430', NULL, NULL),\n(50449, 'ru', 'db', 'To Account', '\u041d\u0430 \u0441\u0447\u0435\u0442', NULL, NULL),\n(50450, 'ru', 'db', 'Update Money Transfer', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u0435\u043d\u0435\u0436\u043d\u044b\u0439 \u043f\u0435\u0440\u0435\u0432\u043e\u0434', NULL, NULL),\n(50451, 'ru', 'db', 'Stock Quantity', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0441\u043a\u043b\u0430\u0434\u0435', NULL, NULL),\n(50452, 'ru', 'db', 'Stock Worth (Price\\\\\/Cost]', '\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0430\u043a\u0446\u0438\u0439 (\u0446\u0435\u043d\u0430\\\\\/\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c]', NULL, NULL),\n(50453, 'ru', 'db', 'Number of Product', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432', NULL, NULL),\n(50454, 'ru', 'db', 'Add Cash Register', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u0430\u0441\u0441\u043e\u0432\u044b\u0439 \u0430\u043f\u043f\u0430\u0440\u0430\u0442', NULL, NULL),\n(50455, 'ru', 'db', 'Cash Register Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u043a\u0430\u0441\u0441\u043e\u0432\u043e\u0433\u043e \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u0430', NULL, NULL),\n(50456, 'ru', 'db', 'Please review the transaction and payments', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u0438 \u043f\u043b\u0430\u0442\u0435\u0436\u0438.', NULL, NULL),\n(50457, 'ru', 'db', 'Total Sale Amount', '\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(50458, 'ru', 'db', 'Total Sale Return', '\u041e\u0431\u0449\u0438\u0439 \u0434\u043e\u0445\u043e\u0434 \u043e\u0442 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(50459, 'ru', 'db', 'Total Payment', '\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0430', NULL, NULL),\n(50460, 'ru', 'db', 'Cash Payment', '\u041e\u043f\u043b\u0430\u0442\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u044b\u043c\u0438', NULL, NULL),\n(50461, 'ru', 'db', 'Credit Card Payment', '\u041e\u043f\u043b\u0430\u0442\u0430 \u043a\u0440\u0435\u0434\u0438\u0442\u043d\u043e\u0439 \u043a\u0430\u0440\u0442\u043e\u0439', NULL, NULL),\n(50462, 'ru', 'db', 'Gift Card Payment', '\u041e\u043f\u043b\u0430\u0442\u0430 \u043f\u043e\u0434\u0430\u0440\u043e\u0447\u043d\u043e\u0439 \u043a\u0430\u0440\u0442\u043e\u0439', NULL, NULL),\n(50463, 'ru', 'db', 'Cheque Payment', '\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043e\u043f\u043b\u0430\u0442\u0443', NULL, NULL),\n(50464, 'ru', 'db', 'Paypal Payment', '\u041e\u043f\u043b\u0430\u0442\u0430 \u0447\u0435\u0440\u0435\u0437 PayPal', NULL, NULL),\n(50465, 'ru', 'db', 'Total Expense', '\u041e\u0431\u0449\u0438\u0439 \u0440\u0430\u0441\u0445\u043e\u0434', NULL, NULL),\n(50466, 'ru', 'db', 'Total Cash', '\u0412\u0441\u0435\u0433\u043e \u0434\u0435\u043d\u0435\u0436\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0441\u0442\u0432', NULL, NULL),\n(50467, 'ru', 'db', 'Cash Register List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u0430\u0441\u0441\u043e\u0432\u044b\u0445 \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043e\u0432', NULL, NULL),\n(50468, 'ru', 'db', 'Closed', '\u0417\u0430\u043a\u0440\u044b\u0442\u043e', NULL, NULL),\n(50469, 'ru', 'db', 'Close Register', '\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044e', NULL, NULL),\n(50470, 'ru', 'db', 'Opened at', '\u041e\u0442\u043a\u0440\u044b\u0442 \u0432', NULL, NULL),\n(50471, 'ru', 'db', 'Closed at', '\u0417\u0430\u043a\u0440\u044b\u0442\u043e \u0432', NULL, NULL),\n(50472, 'ru', 'db', 'Delivery Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438', NULL, NULL),\n(50473, 'ru', 'db', 'Print Last Reciept', '\u0420\u0430\u0441\u043f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0447\u0435\u043a', NULL, NULL),\n(50474, 'ru', 'db', 'Today Sale', '\u0421\u0435\u0433\u043e\u0434\u043d\u044f\u0448\u043d\u044f\u044f \u0440\u0430\u0441\u043f\u0440\u043e\u0434\u0430\u0436\u0430', NULL, NULL),\n(50475, 'ru', 'db', 'Today Profit', '\u0421\u0435\u0433\u043e\u0434\u043d\u044f\u0448\u043d\u044f\u044f \u043f\u0440\u0438\u0431\u044b\u043b\u044c', NULL, NULL),\n(50476, 'ru', 'db', 'Product Revenue', '\u0414\u043e\u0445\u043e\u0434 \u043e\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50477, 'ru', 'db', 'Full Screen', '\u041f\u043e\u043b\u043d\u043e\u044d\u043a\u0440\u0430\u043d\u043d\u044b\u0439', NULL, NULL),\n(50478, 'ru', 'db', 'Send Notification', '\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435', NULL, NULL),\n(50479, 'ru', 'db', 'Add Currency', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u0430\u043b\u044e\u0442\u0443', NULL, NULL),\n(50480, 'ru', 'db', 'Update Currency', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0430\u043b\u044e\u0442\u0443', NULL, NULL),\n(50481, 'ru', 'db', 'Currency Name', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0432\u0430\u043b\u044e\u0442\u044b', NULL, NULL),\n(50482, 'ru', 'db', 'Currency Code', '\u041a\u043e\u0434 \u0432\u0430\u043b\u044e\u0442\u044b', NULL, NULL),\n(50483, 'ru', 'db', 'Exchange Rate', '\u041e\u0431\u043c\u0435\u043d\u043d\u044b\u0439 \u043a\u0443\u0440\u0441', NULL, NULL),\n(50484, 'ru', 'db', 'System Title', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b', NULL, NULL),\n(50485, 'ru', 'db', 'System Logo', '\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0439 \u043b\u043e\u0433\u043e\u0442\u0438\u043f', NULL, NULL),\n(50486, 'ru', 'db', 'This product has different price for different warehouse', '\u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0438\u043c\u0435\u0435\u0442 \u0440\u0430\u0437\u043d\u0443\u044e \u0446\u0435\u043d\u0443 \u043d\u0430 \u0440\u0430\u0437\u043d\u044b\u0445 \u0441\u043a\u043b\u0430\u0434\u0430\u0445', NULL, NULL),\n(50487, 'ru', 'db', 'Backup Database', '\u0420\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0435 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0431\u0430\u0437\u044b \u0434\u0430\u043d\u043d\u044b\u0445', NULL, NULL),\n(50488, 'ru', 'db', 'Deposit Payment', '\u0414\u0435\u043f\u043e\u0437\u0438\u0442 \u041e\u043f\u043b\u0430\u0442\u0430', NULL, NULL),\n(50489, 'ru', 'db', 'Invoice Format', '\u0424\u043e\u0440\u043c\u0430\u0442 \u0441\u0447\u0435\u0442\u0430-\u0444\u0430\u043a\u0442\u0443\u0440\u044b', NULL, NULL),\n(50490, 'ru', 'db', 'Transaction Reference', '\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e', NULL, NULL),\n(50491, 'ru', 'db', 'Batch No', '\u041d\u043e\u043c\u0435\u0440 \u043f\u0430\u0440\u0442\u0438\u0438', NULL, NULL),\n(50492, 'ru', 'db', 'This product has batch and expired date', '\u0423 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0435\u0441\u0442\u044c \u043f\u0430\u0440\u0442\u0438\u044f \u0438 \u0441\u0440\u043e\u043a \u0433\u043e\u0434\u043d\u043e\u0441\u0442\u0438.', NULL, NULL),\n(50493, 'ru', 'db', 'Reward Point Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0431\u043e\u043d\u0443\u0441\u043d\u044b\u0445 \u0431\u0430\u043b\u043b\u043e\u0432', NULL, NULL),\n(50494, 'ru', 'db', 'Sold amount per point', '\u0421\u0443\u043c\u043c\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0438 \u0437\u0430 \u0431\u0430\u043b\u043b', NULL, NULL),\n(50495, 'ru', 'db', 'Minumum sold amount to get point', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0438 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0431\u0430\u043b\u043b\u043e\u0432', NULL, NULL),\n(50496, 'ru', 'db', 'Point Expiry Duration', '\u0421\u0440\u043e\u043a \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0431\u0430\u043b\u043b\u043e\u0432', NULL, NULL),\n(50497, 'ru', 'db', 'Duration Type', '\u0422\u0438\u043f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438', NULL, NULL),\n(50498, 'ru', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', '\u042d\u0442\u043e \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0431\u0430\u043b\u043b\u043e\u0432 \u043f\u043e\u043b\u0443\u0447\u0438\u0442 \u043a\u043b\u0438\u0435\u043d\u0442 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u0440\u043e\u0434\u0430\u043d\u043d\u043e\u0439 \u0441\u0443\u043c\u043c\u044b. ', NULL, NULL),\n(50499, 'ru', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', '\u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0435\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435 100, \u043a\u043b\u0438\u0435\u043d\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442 \u0431\u0430\u043b\u043b \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u043f\u043e\u0442\u0440\u0430\u0442\u0438\u0442 100 \u0434\u043e\u043b\u043b\u0430\u0440\u043e\u0432 \u0438\u043b\u0438 \u0431\u043e\u043b\u044c\u0448\u0435.', NULL, NULL),\n(50500, 'ru', 'db', 'Active reward point', '\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u043f\u0440\u0438\u0437\u043e\u0432\u043e\u0439 \u0431\u0430\u043b\u043b', NULL, NULL),\n(50501, 'ru', 'db', 'Reward Points', '\u041d\u0430\u0433\u0440\u0430\u0434\u043d\u044b\u0435 \u0431\u0430\u043b\u043b\u044b', NULL, NULL),\n(50502, 'ru', 'db', 'One Point is Equivalent to =>', '\u041e\u0434\u0438\u043d \u0431\u0430\u043b\u043b \u044d\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u0435\u043d =>', NULL, NULL),\n(50503, 'ru', 'db', 'This product has IMEI or Serial numbers', '\u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0438\u043c\u0435\u0435\u0442 IMEI \u0438\u043b\u0438 \u0441\u0435\u0440\u0438\u0439\u043d\u044b\u0435 \u043d\u043e\u043c\u0435\u0440\u0430.', NULL, NULL),\n(50504, 'ru', 'db', 'IMEI or Serial Numbers', 'IMEI \u0438\u043b\u0438 \u0441\u0435\u0440\u0438\u0439\u043d\u044b\u0435 \u043d\u043e\u043c\u0435\u0440\u0430', NULL, NULL),\n(50505, 'ru', 'db', 'RTL Layout', '\u041c\u0430\u043a\u0435\u0442 RTL', NULL, NULL),\n(50506, 'ru', 'db', 'Cheque', '\u041f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c', NULL, NULL),\n(50507, 'ru', 'db', 'Cash', '\u041d\u0430\u043b\u0438\u0447\u043d\u044b\u0435', NULL, NULL),\n(50508, 'ru', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(50509, 'ru', 'db', 'Points', '\u041e\u0447\u043a\u0438', NULL, NULL),\n(50510, 'ru', 'db', 'Cancel', '\u041e\u0442\u043c\u0435\u043d\u0430', NULL, NULL),\n(50511, 'ru', 'db', 'Recent Transaction', '\u041d\u0435\u0434\u0430\u0432\u043d\u044f\u044f \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f', NULL, NULL),\n(50512, 'ru', 'db', 'Discount Plan', '\u041f\u043b\u0430\u043d \u0441\u043a\u0438\u0434\u043e\u043a', NULL, NULL),\n(50513, 'ru', 'db', 'Create Discount Plan', '\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043b\u0430\u043d \u0441\u043a\u0438\u0434\u043e\u043a', NULL, NULL),\n(50514, 'ru', 'db', 'Inactive', '\u041d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439', NULL, NULL),\n(50515, 'ru', 'db', 'Create Discount', '\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u043a\u0438\u0434\u043a\u0443', NULL, NULL),\n(50516, 'ru', 'db', 'Valid From', '\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0441', NULL, NULL),\n(50517, 'ru', 'db', 'Valid Till', '\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u0434\u043e', NULL, NULL),\n(50518, 'ru', 'db', 'Discount Type', '\u0422\u0438\u043f \u0441\u043a\u0438\u0434\u043a\u0438', NULL, NULL),\n(50519, 'ru', 'db', 'Value', '\u0426\u0435\u043d\u0438\u0442\u044c', NULL, NULL),\n(50520, 'ru', 'db', 'Minimum Qty', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(50521, 'ru', 'db', 'Maximum Qty', '\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(50522, 'ru', 'db', 'Type product code seperated by comma', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043f\u044f\u0442\u0443\u044e.', NULL, NULL),\n(50523, 'ru', 'db', 'Applicable For', '\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u043c\u043e \u0434\u043b\u044f', NULL, NULL),\n(50524, 'ru', 'db', 'All Products', '\u0412\u0441\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u044b', NULL, NULL),\n(50525, 'ru', 'db', 'Specific Products', '\u041a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u044b', NULL, NULL),\n(50526, 'ru', 'db', 'Valid on the following days', '\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0434\u043d\u0438', NULL, NULL),\n(50527, 'ru', 'db', 'Validity', '\u0421\u0440\u043e\u043a \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f', NULL, NULL),\n(50528, 'ru', 'db', 'Days', '\u0414\u043d\u0438', NULL, NULL),\n(50529, 'ru', 'db', 'Products', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044b', NULL, NULL),\n(50530, 'ru', 'db', 'Update Discount Plan', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u043d \u0441\u043a\u0438\u0434\u043e\u043a', NULL, NULL),\n(50531, 'ru', 'db', 'Update Discount', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043a\u0438\u0434\u043a\u0443', NULL, NULL),\n(50532, 'ru', 'db', 'Order Discount Type', '\u0422\u0438\u043f \u0441\u043a\u0438\u0434\u043a\u0438 \u0437\u0430\u043a\u0430\u0437\u0430', NULL, NULL),\n(50533, 'ru', 'db', 'Order Discount Value', '\u0420\u0430\u0437\u043c\u0435\u0440 \u0441\u043a\u0438\u0434\u043a\u0438 \u043d\u0430 \u0437\u0430\u043a\u0430\u0437', NULL, NULL),\n(50534, 'ru', 'db', 'Flat', '\u041f\u043b\u043e\u0441\u043a\u0438\u0439', NULL, NULL),\n(50535, 'ru', 'db', 'Revenue and Profit Summary', '\u0421\u0432\u043e\u0434\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0434\u043e\u0445\u043e\u0434\u0430\u0445 \u0438 \u043f\u0440\u0438\u0431\u044b\u043b\u0438', NULL, NULL),\n(50536, 'ru', 'db', 'Monthly Summary', '\u0415\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u0430\u044f \u0441\u0432\u043e\u0434\u043a\u0430', NULL, NULL),\n(50537, 'ru', 'db', 'Switch Theme', '\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0442\u0435\u043c\u0443', NULL, NULL),\n(50538, 'ru', 'db', 'Documentation', '\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f', NULL, NULL),\n(50539, 'ru', 'db', 'Product Expiry Report', '\u041e\u0442\u0447\u0435\u0442 \u043e\u0431 \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0433\u043e\u0434\u043d\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50540, 'ru', 'db', 'Sale Return List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(50541, 'ru', 'db', 'Purchase Return List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u043f\u043e\u043a\u0443\u043f\u043e\u043a', NULL, NULL),\n(50542, 'ru', 'db', 'Purchase Return Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(50543, 'ru', 'db', 'Purchase Payment', '\u041e\u043f\u043b\u0430\u0442\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(50544, 'ru', 'db', 'Sale Payment', '\u041e\u043f\u043b\u0430\u0442\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(50545, 'ru', 'db', 'Sale Report Chart', '\u0414\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0430 \u043e\u0442\u0447\u0435\u0442\u0430 \u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0430\u0445', NULL, NULL),\n(50546, 'ru', 'db', 'Time Period', '\u041f\u0435\u0440\u0438\u043e\u0434 \u0432\u0440\u0435\u043c\u0435\u043d\u0438', NULL, NULL),\n(50547, 'ru', 'db', 'Notification List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439', NULL, NULL),\n(50548, 'ru', 'db', 'Document', '\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442', NULL, NULL),\n(50549, 'ru', 'db', 'All Notification', '\u0412\u0441\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f', NULL, NULL),\n(50550, 'ru', 'db', 'Read', '\u0427\u0438\u0442\u0430\u0442\u044c', NULL, NULL),\n(50551, 'ru', 'db', 'Unread', '\u041d\u0435\u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u043e', NULL, NULL),\n(50552, 'ru', 'db', 'Daily Sale Objective', '\u0426\u0435\u043b\u044c \u0435\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u043e\u0439 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(50553, 'ru', 'db', 'Product Info', '\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0435', NULL, NULL),\n(50554, 'ru', 'db', 'Number of Products', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432', NULL, NULL),\n(50555, 'ru', 'db', 'Daily Sale Objective Report', '\u041e\u0442\u0447\u0435\u0442 \u043e \u0446\u0435\u043b\u044f\u0445 \u0435\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0430\u0436', NULL, NULL),\n(50556, 'ru', 'db', 'Embedded Barcode', '\u0412\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u0448\u0442\u0440\u0438\u0445-\u043a\u043e\u0434', NULL, NULL),\n(50557, 'ru', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043f\u0440\u043e\u0434\u0430\u043d\u043e \u0437\u0430 \u0434\u0435\u043d\u044c. ', NULL, NULL),\n(50558, 'ru', 'db', 'Deposited Balance', '\u0414\u0435\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0439 \u0431\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(50559, 'ru', 'db', 'Total Due', '\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0437\u0430\u0434\u043e\u043b\u0436\u0435\u043d\u043d\u043e\u0441\u0442\u0438', NULL, NULL),\n(50560, 'ru', 'db', 'Clear Due', '\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0441\u0440\u043e\u043a', NULL, NULL),\n(50561, 'ru', 'db', 'Both Customer and Supplier', '\u0418 \u043a\u043b\u0438\u0435\u043d\u0442, \u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a', NULL, NULL),\n(50562, 'ru', 'db', 'Check this if this product will be used in weight scale machine', '\u041e\u0442\u043c\u0435\u0442\u044c\u0442\u0435 \u044d\u0442\u043e, \u0435\u0441\u043b\u0438 \u0434\u0430\u043d\u043d\u043e\u0435 \u0438\u0437\u0434\u0435\u043b\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0432 \u0432\u0435\u0441\u0430\u0445.', NULL, NULL),\n(50563, 'ru', 'db', 'Add More Variant', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0435\u0449\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442', NULL, NULL),\n(50564, 'ru', 'db', 'Additional Cost', '\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c', NULL, NULL),\n(50565, 'ru', 'db', 'Product Variant Information', '\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50566, 'ru', 'db', 'Product History', '\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50567, 'ru', 'db', 'Delivery Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438', NULL, NULL),\n(50568, 'ru', 'db', 'Supplier Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0435', NULL, NULL),\n(50569, 'ru', 'db', 'Customer Due Report', '\u041e\u0442\u0447\u0435\u0442 \u043e \u043f\u043b\u0430\u0442\u0435\u0436\u0430\u0445 \u043f\u043e \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c', NULL, NULL),\n(50570, 'ru', 'db', 'Supplier Due Report', '\u041e\u0442\u0447\u0435\u0442 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430 \u043e \u0441\u0440\u043e\u043a\u0430\u0445', NULL, NULL),\n(50571, 'ru', 'db', 'Returned Amount', '\u0412\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430', NULL, NULL),\n(50572, 'ru', 'db', 'Related Transaction', '\u0421\u0432\u044f\u0437\u0430\u043d\u043d\u0430\u044f \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f', NULL, NULL),\n(50573, 'ru', 'db', 'Tenant Name', '\u0418\u043c\u044f \u0430\u0440\u0435\u043d\u0434\u0430\u0442\u043e\u0440\u0430', NULL, NULL),\n(50574, 'ru', 'db', 'Domain Prefix', '\u041f\u0440\u0435\u0444\u0438\u043a\u0441 \u0434\u043e\u043c\u0435\u043d\u0430', NULL, NULL),\n(50575, 'ru', 'db', 'Created At', '\u0421\u043e\u0437\u0434\u0430\u043d\u043e \u0432', NULL, NULL),\n(50576, 'ru', 'db', 'Client List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432', NULL, NULL),\n(50577, 'ru', 'db', 'Add Client', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(50578, 'ru', 'db', 'Invoice Size', '\u0420\u0430\u0437\u043c\u0435\u0440 \u0441\u0447\u0435\u0442\u0430', NULL, NULL),\n(50579, 'ru', 'db', 'A4', '\u04104', NULL, NULL),\n(50580, 'ru', 'db', 'Thermal POS receipt', '\u0422\u0435\u0440\u043c\u0430\u043b\u044c\u043d\u044b\u0439 POS-\u0447\u0435\u043a', NULL, NULL),\n(50581, 'ru', 'db', 'Total Before Tax', '\u0418\u0442\u043e\u0433\u043e \u0434\u043e \u043d\u0430\u043b\u043e\u0433\u043e\u043e\u0431\u043b\u043e\u0436\u0435\u043d\u0438\u044f', NULL, NULL),\n(50582, 'ru', 'db', 'Digits after deciaml point', '\u0426\u0438\u0444\u0440\u044b \u043f\u043e\u0441\u043b\u0435 \u0434\u0435\u0441\u044f\u0442\u0438\u0447\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438', NULL, NULL),\n(50583, 'ru', 'db', 'Subscription Ends at', '\u041f\u043e\u0434\u043f\u0438\u0441\u043a\u0430 \u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0432', NULL, NULL),\n(50584, 'ru', 'db', 'Customer Group Report', '\u041e\u0442\u0447\u0435\u0442 \u0433\u0440\u0443\u043f\u043f\u044b \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432', NULL, NULL),\n(50585, 'ru', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', '\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u043f\u043e \u0446\u0435\u043d\u0435 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e, \u0442\u043e\u0433\u0434\u0430 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0440\u0430\u0432\u043d\u043e \u043d\u0443\u043b\u044e.', NULL, NULL),\n(50586, 'ru', 'db', 'If this is your default currency, the exchange rate must be 1', '\u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u0432\u0430\u0448\u0430 \u0432\u0430\u043b\u044e\u0442\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e, \u043e\u0431\u043c\u0435\u043d\u043d\u044b\u0439 \u043a\u0443\u0440\u0441 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0440\u0430\u0432\u0435\u043d 1.', NULL, NULL),\n(50587, 'ru', 'db', 'Add Purchase Return', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u043e\u0437\u0432\u0440\u0430\u0442 \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(50588, 'ru', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', '\u0422\u043e\u043b\u044c\u043a\u043e \u0432\u0430\u043b\u044e\u0442\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043c\u043e\u0436\u0435\u0442 \u0438\u043c\u0435\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 1 \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043e\u0431\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430. ', NULL, NULL),\n(50589, 'ru', 'db', 'Click to Add', '\u041d\u0430\u0436\u043c\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c', NULL, NULL),\n(50590, 'ru', 'db', 'Free Trial Limit', '\u041b\u0438\u043c\u0438\u0442 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e\u0439 \u043f\u0440\u043e\u0431\u043d\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438', NULL, NULL),\n(50591, 'ru', 'db', 'Renew Subscription', '\u041f\u0440\u043e\u0434\u043b\u0438\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0443', NULL, NULL),\n(50592, 'ru', 'db', 'Update Client DB', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0443\u044e \u0431\u0430\u0437\u0443 \u0434\u0430\u043d\u043d\u044b\u0445', NULL, NULL),\n(50593, 'ru', 'db', 'Client', '\u041a\u043b\u0438\u0435\u043d\u0442', NULL, NULL),\n(50594, 'ru', 'db', 'Domain', '\u0414\u043e\u043c\u0435\u043d', NULL, NULL),\n(50595, 'ru', 'db', 'Package', '\u0423\u043f\u0430\u043a\u043e\u0432\u043a\u0430', NULL, NULL),\n(50596, 'ru', 'db', 'Package List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u0430\u043a\u0435\u0442\u043e\u0432', NULL, NULL),\n(50597, 'ru', 'db', 'Add Package', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442', NULL, NULL),\n(50598, 'ru', 'db', 'Update Package', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442', NULL, NULL),\n(50599, 'ru', 'db', 'Free Trial', '\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u0430\u044f \u043f\u0440\u043e\u0431\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f', NULL, NULL),\n(50600, 'ru', 'db', 'Monthly Fee', '\u0415\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u0430\u044f \u043f\u043b\u0430\u0442\u0430', NULL, NULL),\n(50601, 'ru', 'db', 'Yearly Fee', '\u0415\u0436\u0435\u0433\u043e\u0434\u043d\u0430\u044f \u043f\u043b\u0430\u0442\u0430', NULL, NULL),\n(50602, 'ru', 'db', 'Number of Warehouses', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u043a\u043b\u0430\u0434\u043e\u0432', NULL, NULL),\n(50603, 'ru', 'db', 'Number of Invoices', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0447\u0435\u0442\u043e\u0432-\u0444\u0430\u043a\u0442\u0443\u0440', NULL, NULL),\n(50604, 'ru', 'db', 'Number of User Account', '\u041d\u043e\u043c\u0435\u0440 \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f', NULL, NULL),\n(50605, 'ru', 'db', 'Number of Employees', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432', NULL, NULL),\n(50606, 'ru', 'db', 'Infinity', '\u0411\u0435\u0441\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0441\u0442\u044c', NULL, NULL),\n(50607, 'ru', 'db', 'Features', '\u0424\u0443\u043d\u043a\u0446\u0438\u0438', NULL, NULL),\n(50608, 'ru', 'db', 'Unlimited', '\u0411\u0435\u0437\u043b\u0438\u043c\u0438\u0442\u043d\u044b\u0439', NULL, NULL),\n(50609, 'ru', 'db', 'Package Name', '\u0418\u043c\u044f \u043f\u0430\u043a\u0435\u0442\u0430', NULL, NULL),\n(50610, 'ru', 'db', 'Change Package', '\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442', NULL, NULL),\n(50611, 'ru', 'db', 'Active Payment Gateway', '\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u044b\u0439 \u0448\u043b\u044e\u0437', NULL, NULL),\n(50612, 'ru', 'db', 'No Payment Gateway', '\u041d\u0435\u0442 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u043e\u0433\u043e \u0448\u043b\u044e\u0437\u0430', NULL, NULL),\n(50613, 'ru', 'db', 'Payment Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043e\u043f\u043b\u0430\u0442\u044b', NULL, NULL),\n(50614, 'ru', 'db', 'Subscription Type', '\u0422\u0438\u043f \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0438', NULL, NULL),\n(50615, 'ru', 'db', 'Update SuperAdmin DB', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0431\u0430\u0437\u0443 \u0434\u0430\u043d\u043d\u044b\u0445 SuperAdmin.', NULL, NULL),\n(50616, 'ru', 'db', 'Payments', '\u041f\u043b\u0430\u0442\u0435\u0436\u0438', NULL, NULL),\n(50617, 'ru', 'db', 'CMS', '\u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043e\u043c', NULL, NULL),\n(50618, 'ru', 'db', 'support_ickets', '\u0411\u0438\u043b\u0435\u0442\u044b \u0432 \u0441\u043b\u0443\u0436\u0431\u0443 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438', NULL, NULL),\n(50619, 'ru', 'db', 'Testimonials', '\u041e\u0442\u0437\u044b\u0432\u044b', NULL, NULL),\n(50620, 'ru', 'db', 'Blog', '\u0411\u043b\u043e\u0433', NULL, NULL),\n(50621, 'ru', 'db', 'Page', '\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(50622, 'ru', 'db', 'All Blog Posts', '\u0412\u0441\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0432 \u0431\u043b\u043e\u0433\u0435', NULL, NULL),\n(50623, 'ru', 'db', 'All Pages', '\u0412\u0441\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b', NULL, NULL),\n(50624, 'ru', 'db', 'Subscription value', '\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0438', NULL, NULL),\n(50625, 'ru', 'db', 'Total Clients', '\u0412\u0441\u0435\u0433\u043e \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432', NULL, NULL),\n(50626, 'ru', 'db', 'Packages', '\u041f\u0430\u043a\u0435\u0442\u044b', NULL, NULL),\n(50627, 'ru', 'db', 'Send message to tenants', '\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0430\u0440\u0435\u043d\u0434\u0430\u0442\u043e\u0440\u0430\u043c', NULL, NULL),\n(50628, 'ru', 'db', 'SEO Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 SEO', NULL, NULL),\n(50629, 'ru', 'db', 'Meta Title', '\u041c\u0435\u0442\u0430-\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a', NULL, NULL),\n(50630, 'ru', 'db', '50-60 characters', '50-60 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432', NULL, NULL),\n(50631, 'ru', 'db', 'Meta Description', '\u041c\u0435\u0442\u0430-\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435', NULL, NULL),\n(50632, 'ru', 'db', '150-160 characters', '150-160 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432', NULL, NULL),\n(50633, 'ru', 'db', 'og Title', '\u043e\u0433 \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435', NULL, NULL),\n(50634, 'ru', 'db', 'og Description', '\u043e\u0433 \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435', NULL, NULL),\n(50635, 'ru', 'db', 'og Image', '\u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(50636, 'ru', 'db', 'Analytics Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0438', NULL, NULL),\n(50637, 'ru', 'db', 'Google Analytics Script', '\u0421\u043a\u0440\u0438\u043f\u0442 Google \u0410\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0438', NULL, NULL),\n(50638, 'ru', 'db', 'Facebook Pixel Script', '\u041f\u0438\u043a\u0441\u0435\u043b\u044c\u043d\u044b\u0439 \u0441\u043a\u0440\u0438\u043f\u0442 Facebook', NULL, NULL),\n(50639, 'ru', 'db', 'Chat Script', '\u0421\u043a\u0440\u0438\u043f\u0442 \u0447\u0430\u0442\u0430', NULL, NULL),\n(50640, 'ru', 'db', 'Hero Section', '\u0420\u0430\u0437\u0434\u0435\u043b \u0433\u0435\u0440\u043e\u0435\u0432', NULL, NULL),\n(50641, 'ru', 'db', 'Heading', '\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a', NULL, NULL),\n(50642, 'ru', 'db', 'Sub Heading', '\u041f\u043e\u0434\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a', NULL, NULL),\n(50643, 'ru', 'db', 'Hero Image', '\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0433\u0435\u0440\u043e\u044f', NULL, NULL),\n(50644, 'ru', 'db', 'Save', '\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c', NULL, NULL),\n(50645, 'ru', 'db', 'Module Section', '\u0420\u0430\u0437\u0434\u0435\u043b \u043c\u043e\u0434\u0443\u043b\u044f', NULL, NULL),\n(50646, 'ru', 'db', 'Click to choose icon', '\u041d\u0430\u0436\u043c\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0437\u043d\u0430\u0447\u043e\u043a', NULL, NULL),\n(50647, 'ru', 'db', 'Add More', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435', NULL, NULL),\n(50648, 'ru', 'db', 'Icon', '\u0418\u043a\u043e\u043d\u0430', NULL, NULL),\n(50649, 'ru', 'db', 'Feature Section', '\u0420\u0430\u0437\u0434\u0435\u043b \u0444\u0443\u043d\u043a\u0446\u0438\u0439', NULL, NULL),\n(50650, 'ru', 'db', 'FAQ Section', '\u0420\u0430\u0437\u0434\u0435\u043b \u0447\u0430\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0445 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432', NULL, NULL),\n(50651, 'ru', 'db', 'Question', '\u0412\u043e\u043f\u0440\u043e\u0441', NULL, NULL),\n(50652, 'ru', 'db', 'Answer', '\u041e\u0442\u0432\u0435\u0447\u0430\u0442\u044c', NULL, NULL),\n(50653, 'ru', 'db', 'Update FAQ', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0447\u0430\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b', NULL, NULL),\n(50654, 'ru', 'db', 'Update Module', '\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043c\u043e\u0434\u0443\u043b\u044f', NULL, NULL),\n(50655, 'ru', 'db', 'Update Feature', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u044e', NULL, NULL),\n(50656, 'ru', 'db', 'Testimonial Section', '\u0420\u0430\u0437\u0434\u0435\u043b \u043e\u0442\u0437\u044b\u0432\u043e\u0432', NULL, NULL),\n(50657, 'ru', 'db', 'Blog Section', '\u0420\u0430\u0437\u0434\u0435\u043b \u0431\u043b\u043e\u0433\u0430', NULL, NULL),\n(50658, 'ru', 'db', 'Page Section', '\u0420\u0430\u0437\u0434\u0435\u043b \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b', NULL, NULL),\n(50659, 'ru', 'db', 'Social Section', '\u0421\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u0434\u0435\u043b', NULL, NULL),\n(50660, 'ru', 'db', 'Business Name', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438', NULL, NULL),\n(50661, 'ru', 'db', 'Text', '\u0422\u0435\u043a\u0441\u0442', NULL, NULL),\n(50662, 'ru', 'db', 'Update Testimonial', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u0442\u0437\u044b\u0432', NULL, NULL),\n(50663, 'ru', 'db', 'Add Post', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435', NULL, NULL),\n(50664, 'ru', 'db', 'Blog Title', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0431\u043b\u043e\u0433\u0430', NULL, NULL),\n(50665, 'ru', 'db', 'Page Title', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b', NULL, NULL),\n(50666, 'ru', 'db', 'Update Blog', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0431\u043b\u043e\u0433', NULL, NULL),\n(50667, 'ru', 'db', 'Update Page', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443', NULL, NULL),\n(50668, 'ru', 'db', 'Open Graph Title', '\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0433\u0440\u0430\u0444\u0438\u043a\u0430', NULL, NULL),\n(50669, 'ru', 'db', 'Open Graph Description', '\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0433\u0440\u0430\u0444\u0438\u043a\u0430', NULL, NULL),\n(50670, 'ru', 'db', 'Link', '\u0421\u0432\u044f\u0437\u044c', NULL, NULL),\n(50671, 'ru', 'db', 'Update Social', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043e\u0446.', NULL, NULL),\n(50672, 'ru', 'db', 'All Blogs', '\u0412\u0441\u0435 \u0431\u043b\u043e\u0433\u0438', NULL, NULL),\n(50673, 'ru', 'db', 'Add Page', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443', NULL, NULL),\n(50674, 'ru', 'db', 'Field Belongs To', '\u041f\u043e\u043b\u0435 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0438\u0442', NULL, NULL),\n(50675, 'ru', 'db', 'Field Name', '\u0418\u043c\u044f \u043f\u043e\u043b\u044f', NULL, NULL),\n(50676, 'ru', 'db', 'Field Type', '\u0422\u0438\u043f \u043f\u043e\u043b\u044f', NULL, NULL),\n(50677, 'ru', 'db', 'Default Value', '\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(50678, 'ru', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', '\u0421\u0435\u0442\u043a\u0430 (\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435 \u0441\u0442\u043e\u043b\u0431\u0446\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0439 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 12] \u2014 \u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c 12.', NULL, NULL),\n(50679, 'ru', 'db', 'Required', '\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0439', NULL, NULL),\n(50680, 'ru', 'db', 'Admin Only', '\u0422\u043e\u043b\u044c\u043a\u043e \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440', NULL, NULL),\n(50681, 'ru', 'db', 'Disabled', '\u041d\u0435\u043f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u044b\u0439', NULL, NULL),\n(50682, 'ru', 'db', 'Visibility', '\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c', NULL, NULL),\n(50683, 'ru', 'db', 'Show on Table', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0430 \u0441\u0442\u043e\u043b\u0435', NULL, NULL),\n(50684, 'ru', 'db', 'Show on Invoice', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432 \u0441\u0447\u0435\u0442\u0435', NULL, NULL),\n(50685, 'ru', 'db', 'Nothing Selected', '\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e', NULL, NULL),\n(50686, 'ru', 'db', 'Custom Field', '\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043f\u043e\u043b\u0435', NULL, NULL),\n(50687, 'ru', 'db', 'Custom Field List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u043f\u043e\u043b\u0435\u0439', NULL, NULL),\n(50688, 'ru', 'db', 'Create Custom Field', '\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u043e\u0435 \u043f\u043e\u043b\u0435', NULL, NULL),\n(50689, 'ru', 'db', 'Options', '\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b', NULL, NULL),\n(50690, 'ru', 'db', 'Update Custom Field', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u043e\u0435 \u043f\u043e\u043b\u0435', NULL, NULL),\n(50691, 'ru', 'db', 'Total Price', '\u041e\u0431\u0449\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c', NULL, NULL),\n(50692, 'ru', 'db', 'Reminder Date', '\u0414\u0430\u0442\u0430 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u044f', NULL, NULL),\n(50693, 'ru', 'db', 'Total Cost', '\u041e\u0431\u0449\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c', NULL, NULL),\n(50694, 'ru', 'db', 'Mail Driver', '\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0434\u0440\u0430\u0439\u0432\u0435\u0440', NULL, NULL),\n(50695, 'ru', 'db', 'Update existing clients who are using this package', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0445 \u044d\u0442\u043e\u0442 \u043f\u0430\u043a\u0435\u0442.', NULL, NULL),\n(50696, 'ru', 'db', 'ZATCA QrCode', 'ZATCA QrCode', NULL, NULL),\n(50697, 'ru', 'db', 'VAT Registration Number', '\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u041d\u0414\u0421', NULL, NULL),\n(50698, 'ru', 'db', 'Button Text', '\u0422\u0435\u043a\u0441\u0442 \u043a\u043d\u043e\u043f\u043a\u0438', NULL, NULL),\n(50699, 'ru', 'db', 'Modules', '\u041c\u043e\u0434\u0443\u043b\u0438', NULL, NULL),\n(50700, 'ru', 'db', 'Add Module', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043c\u043e\u0434\u0443\u043b\u044c', NULL, NULL),\n(50701, 'ru', 'db', 'Add Faq', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0447\u0430\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b', NULL, NULL),\n(50702, 'ru', 'db', 'Tenant Signup Description', '\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0430\u0440\u0435\u043d\u0434\u0430\u0442\u043e\u0440\u0430', NULL, NULL),\n(50703, 'ru', 'db', 'Add Language', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u044f\u0437\u044b\u043a', NULL, NULL),\n(50704, 'ru', 'db', 'Update Language', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u044f\u0437\u044b\u043a', NULL, NULL),\n(50705, 'ru', 'db', 'Number of Person', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a', NULL, NULL),\n(50706, 'ru', 'db', 'Add Table', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443', NULL, NULL),\n(50707, 'ru', 'db', 'Update Table', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443', NULL, NULL),\n(50708, 'ru', 'db', 'Tables', '\u0422\u0430\u0431\u043b\u0438\u0446\u044b', NULL, NULL),\n(50709, 'ru', 'db', 'Table', '\u0421\u0442\u043e\u043b', NULL, NULL),\n(50710, 'ru', 'db', 'Table Management', '\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0430\u0431\u043b\u0438\u0446\u0430\u043c\u0438', NULL, NULL),\n(50711, 'ru', 'db', 'Initial Stock', '\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439 \u0437\u0430\u043f\u0430\u0441', NULL, NULL),\n(50712, 'ru', 'db', 'This feature will not work for product with variants and batches', '\u042d\u0442\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0434\u043b\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u0441 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0430\u043c\u0438 \u0438 \u043f\u0430\u0440\u0442\u0438\u044f\u043c\u0438.', NULL, NULL),\n(50713, 'ru', 'db', 'Queue', '\u041e\u0447\u0435\u0440\u0435\u0434\u044c', NULL, NULL),\n(50714, 'ru', 'db', 'Addons', '\u0410\u0434\u0434\u043e\u043d\u044b', NULL, NULL),\n(50715, 'ru', 'db', 'Addon List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0439', NULL, NULL),\n(50716, 'ru', 'db', 'Sync Product Categories', '\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432', NULL, NULL),\n(50717, 'ru', 'db', 'Sync', '\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c', NULL, NULL),\n(50718, 'ru', 'db', 'Sync Log', '\u0416\u0443\u0440\u043d\u0430\u043b \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438', NULL, NULL),\n(50719, 'ru', 'db', 'Reset Synced Category', '\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0443\u044e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e', NULL, NULL),\n(50720, 'ru', 'db', 'Sync Products', '\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u044b', NULL, NULL),\n(50721, 'ru', 'db', 'Reset Synced Product', '\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(50722, 'ru', 'db', 'Tax Rates Mapping', '\u0421\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u043b\u043e\u0433\u043e\u0432\u044b\u0445 \u0441\u0442\u0430\u0432\u043e\u043a', NULL, NULL),\n(50723, 'ru', 'db', 'POS Tax Rate', '\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 POS-\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430', NULL, NULL),\n(50724, 'ru', 'db', 'Equivalent WooCommerce Tax Rate', '\u042d\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u043d\u0430\u044f \u043d\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 WooCommerce', NULL, NULL),\n(50725, 'ru', 'db', 'Sync Orders(New Order Only]', '\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u043a\u0430\u0437\u044b (\u0442\u043e\u043b\u044c\u043a\u043e \u043d\u043e\u0432\u044b\u0439 \u0437\u0430\u043a\u0430\u0437]', NULL, NULL),\n(50726, 'ru', 'db', 'Sync Type', '\u0422\u0438\u043f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438', NULL, NULL),\n(50727, 'ru', 'db', 'Operation', '\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u044f', NULL, NULL),\n(50728, 'ru', 'db', 'Records', '\u0420\u0435\u043a\u043e\u0440\u0434\u044b', NULL, NULL),\n(50729, 'ru', 'db', 'Synced By', '\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043a\u0435\u043c', NULL, NULL),\n(50730, 'ru', 'db', 'Instructions', '\u0418\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438', NULL, NULL),\n(50731, 'ru', 'db', 'API Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 API', NULL, NULL),\n(50732, 'ru', 'db', 'Product Sync Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50733, 'ru', 'db', 'Order Sync Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0437\u0430\u043a\u0430\u0437\u0430', NULL, NULL),\n(50734, 'ru', 'db', 'Webhook Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0432\u0435\u0431\u0445\u0443\u043a\u0430', NULL, NULL),\n(50735, 'ru', 'db', 'WooCommerce App URL', 'URL-\u0430\u0434\u0440\u0435\u0441 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f WooCommerce', NULL, NULL),\n(50736, 'ru', 'db', 'WooCommerce Consumer Key', '\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u043a\u043b\u044e\u0447 WooCommerce', NULL, NULL),\n(50737, 'ru', 'db', 'WooCommerce Consumer Secret', '\u0421\u0435\u043a\u0440\u0435\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f WooCommerce', NULL, NULL),\n(50738, 'ru', 'db', 'WooCommerce Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 WooCommerce', NULL, NULL),\n(50739, 'ru', 'db', 'Default Tax Class', '\u041d\u0430\u043b\u043e\u0433\u043e\u0432\u044b\u0439 \u043a\u043b\u0430\u0441\u0441 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(50740, 'ru', 'db', 'Sync Product Price', '\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0446\u0435\u043d\u0443 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50741, 'ru', 'db', 'Manage Stock', '\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0430\u0441\u0430\u043c\u0438', NULL, NULL),\n(50742, 'ru', 'db', 'Stock Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0430\u0441\u043e\u0432', NULL, NULL),\n(50743, 'ru', 'db', 'Default Customer Group', '\u0413\u0440\u0443\u043f\u043f\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(50744, 'ru', 'db', 'WooCommerce Order Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043a\u0430\u0437\u0430 WooCommerce', NULL, NULL),\n(50745, 'ru', 'db', 'Equivalent POS Sell Status', '\u042d\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u043f\u0440\u043e\u0434\u0430\u0436\u0438 \u0447\u0435\u0440\u0435\u0437 POS', NULL, NULL),\n(50746, 'ru', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', '\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e\u0431 API WooCommerce, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432 WooCommerce -> \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 -> \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e -> REST API. ', NULL, NULL),\n(50747, 'ru', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', '\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043d\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u044f\u0439\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0438 \u043d\u0435 \u043f\u043e\u043a\u0438\u0434\u0430\u0439\u0442\u0435 \u0435\u0435.', NULL, NULL),\n(50748, 'ru', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', '\u0412 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 \u00ab\u041f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430 WordPress\u00bb \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u00ab\u0418\u043c\u044f \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438\u00bb \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430 \u00ab\u041f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u044b\u0435 \u0441\u0441\u044b\u043b\u043a\u0438\u00bb.', NULL, NULL),\n(50749, 'ru', 'db', 'Buy Now', '\u041a\u0443\u043f\u0438\u0442\u044c \u0441\u0435\u0439\u0447\u0430\u0441', NULL, NULL),\n(50750, 'ru', 'db', 'Install', '\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c', NULL, NULL),\n(50751, 'ru', 'db', 'Staff Id', '\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0430', NULL, NULL),\n(50752, 'ru', 'db', 'Import CSV file (Device)', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c CSV-\u0444\u0430\u0439\u043b (\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e)', NULL, NULL),\n(50753, 'ru', 'db', 'Attendance Device Date Format', '\u0424\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u043f\u043e\u0441\u0435\u0449\u0430\u0435\u043c\u043e\u0441\u0442\u0438', NULL, NULL),\n(50754, 'ru', 'db', 'Disable Woocommerce Sync', '\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044e Woocommerce', NULL, NULL),\n(50755, 'ru', 'db', 'Product Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50756, 'ru', 'db', 'Category not synced', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u043d\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0430', NULL, NULL),\n(50757, 'ru', 'db', 'Categories not synced', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u044b', NULL, NULL),\n(50758, 'ru', 'db', 'Category can be updated', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430', NULL, NULL),\n(50759, 'ru', 'db', 'Categories can be updated', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b.', NULL, NULL),\n(50760, 'ru', 'db', 'Product not synced', '\u0422\u043e\u0432\u0430\u0440 \u043d\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d', NULL, NULL),\n(50761, 'ru', 'db', 'Products not synced', '\u0422\u043e\u0432\u0430\u0440\u044b \u043d\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u044b', NULL, NULL),\n(50762, 'ru', 'db', 'Product can be updated', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d', NULL, NULL),\n(50763, 'ru', 'db', 'Products can be updated', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b', NULL, NULL),\n(50764, 'ru', 'db', 'Please connect with WooCommerce', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 WooCommerce', NULL, NULL),\n(50765, 'ru', 'db', 'Something went wrong', '\u0427\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a', NULL, NULL),\n(50766, 'ru', 'db', 'Synced category successfully', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0430', NULL, NULL),\n(50767, 'ru', 'db', 'Reset synced category successfully', '\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0443\u044e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(50768, 'ru', 'db', 'Synced product successfully', '\u0422\u043e\u0432\u0430\u0440 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d', NULL, NULL),\n(50769, 'ru', 'db', 'Reset synced product successfully', '\u0421\u0431\u0440\u043e\u0441 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(50770, 'ru', 'db', 'Tax maped successfully', '\u041d\u0430\u043b\u043e\u0433 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d', NULL, NULL),\n(50771, 'ru', 'db', 'Synced order successfully', '\u0417\u0430\u043a\u0430\u0437 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d', NULL, NULL),\n(50772, 'ru', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0433\u0440\u0443\u043f\u043f\u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e\\\\\/\u0441\u043a\u043b\u0430\u0434 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e\\\\\/\u0441\u0447\u0435\u0442\u0447\u0438\u043a \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e\\\\\/\u044d\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u043f\u0440\u043e\u0434\u0430\u0436\u0438 \u0447\u0435\u0440\u0435\u0437 POS \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0437\u0430\u043a\u0430\u0437\u043e\u0432.', NULL, NULL),\n(50773, 'ru', 'db', 'Module Image', '\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043c\u043e\u0434\u0443\u043b\u044f', NULL, NULL),\n(50774, 'ru', 'db', 'Courier', '\u041a\u0443\u0440\u044c\u0435\u0440', NULL, NULL),\n(50775, 'ru', 'db', 'Courier List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u0443\u0440\u044c\u0435\u0440\u043e\u0432', NULL, NULL),\n(50776, 'ru', 'db', 'Add Courier', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u0443\u0440\u044c\u0435\u0440\u0430', NULL, NULL),\n(50777, 'ru', 'db', 'Update Courier', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u0443\u0440\u044c\u0435\u0440\u0430', NULL, NULL),\n(50778, 'ru', 'db', 'Sale and Quotation without stock', '\u041f\u0440\u043e\u0434\u0430\u0436\u0430 \u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0431\u0435\u0437 \u043d\u0430\u043b\u0438\u0447\u0438\u044f \u043d\u0430 \u0441\u043a\u043b\u0430\u0434\u0435', NULL, NULL),\n(50779, 'ru', 'db', 'Yes', '\u0414\u0430', NULL, NULL),\n(50780, 'ru', 'db', 'No', '\u041d\u0435\u0442', NULL, NULL),\n(50781, 'ru', 'db', 'Returned', '\u0412\u0435\u0440\u043d\u0443\u043b\u0441\u044f', NULL, NULL),\n(50782, 'ru', 'db', 'Get in touch', '\u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438', NULL, NULL),\n(50783, 'ru', 'db', 'Contact Info', '\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f', NULL, NULL),\n(50784, 'ru', 'db', 'Bug Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043e\u0448\u0438\u0431\u043a\u0438', NULL, NULL),\n(50785, 'ru', 'db', 'File Name', '\u0418\u043c\u044f \u0444\u0430\u0439\u043b\u0430', NULL, NULL),\n(50786, 'ru', 'db', 'Type File Name', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u0444\u0430\u0439\u043b\u0430', NULL, NULL),\n(50787, 'ru', 'db', 'Logs', '\u0416\u0443\u0440\u043d\u0430\u043b\u044b', NULL, NULL),\n(50788, 'ru', 'db', 'Type Log', '\u0422\u0438\u043f \u0436\u0443\u0440\u043d\u0430\u043b\u0430', NULL, NULL),\n(50789, 'ru', 'db', 'Short Note', '\u041a\u043e\u0440\u043e\u0442\u043a\u0430\u044f \u0437\u0430\u043c\u0435\u0442\u043a\u0430', NULL, NULL),\n(50790, 'ru', 'db', 'Product Mode', '\u0420\u0435\u0436\u0438\u043c \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50791, 'ru', 'db', 'Version', '\u0412\u0435\u0440\u0441\u0438\u044f', NULL, NULL),\n(50792, 'ru', 'db', 'Bug No', '\u041e\u0448\u0438\u0431\u043a\u0430 \u2116', NULL, NULL),\n(50793, 'ru', 'db', 'Minimum Required Version', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f', NULL, NULL),\n(50794, 'ru', 'db', 'Version Upgrade', '\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0432\u0435\u0440\u0441\u0438\u0438', NULL, NULL),\n(50795, 'ru', 'db', 'Latest Version Upgrade', '\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u0432\u0435\u0440\u0441\u0438\u0438', NULL, NULL),\n(50796, 'ru', 'db', 'Latest Version DB Migrate', '.\u041c\u0438\u0433\u0440\u0430\u0446\u0438\u044f \u0411\u0414 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u0432\u0435\u0440\u0441\u0438\u0438', NULL, NULL),\n(50797, 'ru', 'db', 'Version Upgrade URL', 'URL-\u0430\u0434\u0440\u0435\u0441 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u0435\u0440\u0441\u0438\u0438', NULL, NULL),\n(50798, 'ru', 'db', 'Bug Update', '\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438', NULL, NULL),\n(50799, 'ru', 'db', 'Bug DB Migrate', '\u041c\u0438\u0433\u0440\u0430\u0446\u0438\u044f \u0431\u0430\u0437\u044b \u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u0448\u0438\u0431\u043e\u043a', NULL, NULL),\n(50800, 'ru', 'db', 'Bug Update URL', 'URL-\u0430\u0434\u0440\u0435\u0441 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0448\u0438\u0431\u043a\u0438', NULL, NULL),\n(50801, 'ru', 'db', 'Version Upgrade Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u0435\u0440\u0441\u0438\u0438', NULL, NULL),\n(50802, 'ru', 'db', 'Bug Update Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0448\u0438\u0431\u043e\u043a', NULL, NULL),\n(50803, 'ru', 'db', 'My Account', '\u041c\u043e\u0439 \u0441\u0447\u0435\u0442', NULL, NULL),\n(50804, 'ru', 'db', 'Phone', '\u0422\u0435\u043b\u0435\u0444\u043e\u043d', NULL, NULL),\n(50805, 'ru', 'db', 'My Addresses', '\u041c\u043e\u0438 \u0430\u0434\u0440\u0435\u0441\u0430', NULL, NULL),\n(50806, 'ru', 'db', 'Edit Address', '\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441', NULL, NULL),\n(50807, 'ru', 'db', 'Zip \\\\\/ Postal code', '\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0438\u043d\u0434\u0435\u043a\u0441 \\\\\/\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0438\u043d\u0434\u0435\u043a\u0441', NULL, NULL),\n(50808, 'ru', 'db', 'Cart', '\u041a\u043e\u0440\u0437\u0438\u043d\u0430', NULL, NULL),\n(50809, 'ru', 'db', 'Shop Cart', '\u041a\u043e\u0440\u0437\u0438\u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043e\u043a', NULL, NULL),\n(50810, 'ru', 'db', 'Home', '\u0414\u043e\u043c', NULL, NULL),\n(50811, 'ru', 'db', 'Sub Total', '\u041f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u0447\u043d\u044b\u0439 \u0438\u0442\u043e\u0433', NULL, NULL),\n(50812, 'ru', 'db', 'Continue Shopping', '\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(50813, 'ru', 'db', 'Proceed to Checkout', '\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044e \u0437\u0430\u043a\u0430\u0437\u0430', NULL, NULL),\n(50814, 'ru', 'db', 'Pay', '\u041f\u043b\u0430\u0442\u0438\u0442\u044c', NULL, NULL),\n(50815, 'ru', 'db', 'Returning customer?', '\u0412\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u044e\u0449\u0438\u0439\u0441\u044f \u043a\u043b\u0438\u0435\u043d\u0442?', NULL, NULL),\n(50816, 'ru', 'db', 'Shipping Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438', NULL, NULL),\n(50817, 'ru', 'db', 'Default Address', '\u0410\u0434\u0440\u0435\u0441 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(50818, 'ru', 'db', 'Add a different address', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u043e\u0439 \u0430\u0434\u0440\u0435\u0441', NULL, NULL),\n(50819, 'ru', 'db', 'Order Notes', '\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u043a \u0437\u0430\u043a\u0430\u0437\u0443', NULL, NULL),\n(50820, 'ru', 'db', 'Billing address same as Shipping Address', '\u041f\u043b\u0430\u0442\u0435\u0436\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442 \u0441 \u0430\u0434\u0440\u0435\u0441\u043e\u043c \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438.', NULL, NULL),\n(50821, 'ru', 'db', 'Your order', '\u0412\u0430\u0448 \u0437\u0430\u043a\u0430\u0437', NULL, NULL),\n(50822, 'ru', 'db', 'Product(s]', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442(\u044b)', NULL, NULL),\n(50823, 'ru', 'db', 'I have a coupon', '\u0443 \u043c\u0435\u043d\u044f \u0435\u0441\u0442\u044c \u043a\u0443\u043f\u043e\u043d', NULL, NULL),\n(50824, 'ru', 'db', 'Enter coupon code', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u043a\u0443\u043f\u043e\u043d\u0430', NULL, NULL),\n(50825, 'ru', 'db', 'I have read and accept the', '\u042f \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043b \u0438 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e', NULL, NULL),\n(50826, 'ru', 'db', 'Cash on Delivery', '\u041d\u0430\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u043c \u043f\u043b\u0430\u0442\u0435\u0436\u043e\u043c', NULL, NULL),\n(50827, 'ru', 'db', 'Remember Me', '\u0417\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043c\u0435\u043d\u044f', NULL, NULL),\n(50828, 'ru', 'db', 'Log In', '\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f', NULL, NULL),\n(50829, 'ru', 'db', 'sign up now', '\u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u0439\u0442\u0435\u0441\u044c \u0441\u0435\u0439\u0447\u0430\u0441', NULL, NULL),\n(50830, 'ru', 'db', 'My Profile', '\u041c\u043e\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c', NULL, NULL),\n(50831, 'ru', 'db', 'My Orders', '\u041c\u043e\u0438 \u0437\u0430\u043a\u0430\u0437\u044b', NULL, NULL),\n(50832, 'ru', 'db', 'My Wishlist', '\u041c\u043e\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0436\u0435\u043b\u0430\u043d\u0438\u0439', NULL, NULL),\n(50833, 'ru', 'db', 'Account Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438', NULL, NULL),\n(50834, 'ru', 'db', 'We have sent you an email', '\u041c\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0438 \u0432\u0430\u043c \u043f\u0438\u0441\u044c\u043c\u043e', NULL, NULL),\n(50835, 'ru', 'db', 'Just click on the link in that email to verify', '\u041f\u0440\u043e\u0441\u0442\u043e \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u0441\u0441\u044b\u043b\u043a\u0443 \u0432 \u044d\u0442\u043e\u043c \u043f\u0438\u0441\u044c\u043c\u0435, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c', NULL, NULL),\n(50836, 'ru', 'db', 'Thank you for verifying your email', '\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0432\u0430\u0448\u0435\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b', NULL, NULL),\n(50837, 'ru', 'db', 'Order Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u0437\u0430\u043a\u0430\u0437\u0430', NULL, NULL),\n(50838, 'ru', 'db', 'You have not ordered anything yet!', '\u0412\u044b \u0435\u0449\u0435 \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0437\u0430\u043a\u0430\u0437\u0430\u043b\u0438!', NULL, NULL),\n(50839, 'ru', 'db', 'Tags', '\u0422\u0435\u0433\u0438', NULL, NULL),\n(50840, 'ru', 'db', 'Share', '\u0414\u0435\u043b\u0438\u0442\u044c\u0441\u044f', NULL, NULL),\n(50841, 'ru', 'db', 'Thank you for your order', '\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0432\u0430\u0448 \u0437\u0430\u043a\u0430\u0437', NULL, NULL),\n(50842, 'ru', 'db', 'Here is your order reference no', '\u0412\u043e\u0442 \u043d\u043e\u043c\u0435\u0440 \u0432\u0430\u0448\u0435\u0433\u043e \u0437\u0430\u043a\u0430\u0437\u0430', NULL, NULL),\n(50843, 'ru', 'db', 'You will receive an email with delivery details shortly', '\u0412 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0435 \u043f\u0438\u0441\u044c\u043c\u043e \u0441 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u044f\u043c\u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438.', NULL, NULL),\n(50844, 'ru', 'db', 'Add Collection', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e', NULL, NULL),\n(50845, 'ru', 'db', 'Collection Name', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438', NULL, NULL),\n(50846, 'ru', 'db', 'Permalink', '\u041f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430', NULL, NULL),\n(50847, 'ru', 'db', 'Save as Draft', '\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a \u0447\u0435\u0440\u043d\u043e\u0432\u0438\u043a', NULL, NULL),\n(50848, 'ru', 'db', 'Publish', '\u041f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c', NULL, NULL),\n(50849, 'ru', 'db', 'Collection', '\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f', NULL, NULL),\n(50850, 'ru', 'db', 'Slug', '\u0421\u043b\u0438\u0437\u0435\u043d\u044c', NULL, NULL),\n(50851, 'ru', 'db', 'Sliders', '\u0421\u043b\u0430\u0439\u0434\u0435\u0440\u044b', NULL, NULL),\n(50852, 'ru', 'db', 'Menu', '\u041c\u0435\u043d\u044e', NULL, NULL),\n(50853, 'ru', 'db', 'Collections', '\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438', NULL, NULL),\n(50854, 'ru', 'db', 'Pages', '\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u044b', NULL, NULL),\n(50855, 'ru', 'db', 'Widgets', '\u0412\u0438\u0434\u0436\u0435\u0442\u044b', NULL, NULL),\n(50856, 'ru', 'db', 'Faq Category', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0447\u0430\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0445 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432', NULL, NULL),\n(50857, 'ru', 'db', 'Faqs', '\u0427\u0430\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b', NULL, NULL),\n(50858, 'ru', 'db', 'Social Links', '\u0421\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0441\u044b\u043b\u043a\u0438', NULL, NULL),\n(50859, 'ru', 'db', 'Payment Gateways', '\u041f\u043b\u0430\u0442\u0435\u0436\u043d\u044b\u0435 \u0448\u043b\u044e\u0437\u044b', NULL, NULL),\n(50860, 'ru', 'db', 'Location', '\u0420\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(50861, 'ru', 'db', 'Add Menu', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043c\u0435\u043d\u044e', NULL, NULL),\n(50862, 'ru', 'db', 'Add Menu Items', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u043d\u043a\u0442\u044b \u043c\u0435\u043d\u044e', NULL, NULL),\n(50863, 'ru', 'db', 'Categories', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438', NULL, NULL),\n(50864, 'ru', 'db', 'Select All', '\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435', NULL, NULL),\n(50865, 'ru', 'db', 'Add to Menu', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043c\u0435\u043d\u044e', NULL, NULL),\n(50866, 'ru', 'db', 'Brands', '\u0411\u0440\u0435\u043d\u0434\u044b', NULL, NULL),\n(50867, 'ru', 'db', 'Custom Links', '\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u0441\u0441\u044b\u043b\u043a\u0438', NULL, NULL),\n(50868, 'ru', 'db', 'URL', 'URL-\u0430\u0434\u0440\u0435\u0441', NULL, NULL),\n(50869, 'ru', 'db', 'Link Text', '\u0422\u0435\u043a\u0441\u0442 \u0441\u0441\u044b\u043b\u043a\u0438', NULL, NULL),\n(50870, 'ru', 'db', 'Menu Structure', '\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u043c\u0435\u043d\u044e', NULL, NULL),\n(50871, 'ru', 'db', 'Select categories, pages or add custom links to menus', '\u0412\u044b\u0431\u0438\u0440\u0430\u0439\u0442\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438, \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0438\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0439\u0442\u0435 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0441\u0441\u044b\u043b\u043a\u0438 \u0432 \u043c\u0435\u043d\u044e.', NULL, NULL),\n(50872, 'ru', 'db', 'Link Name', '\u0418\u043c\u044f \u0441\u0441\u044b\u043b\u043a\u0438', NULL, NULL),\n(50873, 'ru', 'db', 'Open in a new tab', '\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u043d\u043e\u0432\u043e\u0439 \u0432\u043a\u043b\u0430\u0434\u043a\u0435', NULL, NULL),\n(50874, 'ru', 'db', 'Save Menu', '\u041c\u0435\u043d\u044e \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f', NULL, NULL),\n(50875, 'ru', 'db', 'Page Name', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b', NULL, NULL),\n(50876, 'ru', 'db', 'Page Layout', '\u041c\u0430\u043a\u0435\u0442 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b', NULL, NULL),\n(50877, 'ru', 'db', 'click on the widgets below to add it to your layout', '\u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u0432\u0438\u0434\u0436\u0435\u0442\u044b \u043d\u0438\u0436\u0435, \u0447\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0438\u0445 \u0432 \u0441\u0432\u043e\u0439 \u043c\u0430\u043a\u0435\u0442', NULL, NULL),\n(50878, 'ru', 'db', 'Product Category', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50879, 'ru', 'db', 'Tabbed Product Categories', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u0441 \u0432\u043a\u043b\u0430\u0434\u043a\u0430\u043c\u0438', NULL, NULL),\n(50880, 'ru', 'db', 'Category Slider', '\u0421\u043b\u0430\u0439\u0434\u0435\u0440 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0439', NULL, NULL),\n(50881, 'ru', 'db', 'Product Collection', '\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432', NULL, NULL),\n(50882, 'ru', 'db', 'Tabbed Product Collections', '\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u0441 \u0432\u043a\u043b\u0430\u0434\u043a\u0430\u043c\u0438', NULL, NULL),\n(50883, 'ru', 'db', 'Brand Slider', '\u0411\u0440\u0435\u043d\u0434\u043e\u0432\u044b\u0439 \u0441\u043b\u0430\u0439\u0434\u0435\u0440', NULL, NULL),\n(50884, 'ru', 'db', 'Og_Title', 'Og_Title', NULL, NULL),\n(50885, 'ru', 'db', 'Og_description', 'Og_description', NULL, NULL),\n(50886, 'ru', 'db', 'Og_Image', 'Og_Image', NULL, NULL),\n(50887, 'ru', 'db', 'Templates', '\u0428\u0430\u0431\u043b\u043e\u043d\u044b', NULL, NULL),\n(50888, 'ru', 'db', 'Choose Category', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e', NULL, NULL),\n(50889, 'ru', 'db', 'Layout Type', '\u0422\u0438\u043f \u043c\u0430\u043a\u0435\u0442\u0430', NULL, NULL),\n(50890, 'ru', 'db', 'Slider Loop', '\u0421\u043b\u0430\u0439\u0434\u0435\u0440-\u043f\u0435\u0442\u043b\u044f', NULL, NULL),\n(50891, 'ru', 'db', 'Slider Autoplay', '\u0410\u0432\u0442\u043e\u0437\u0430\u043f\u0443\u0441\u043a \u0441\u043b\u0430\u0439\u0434\u0435\u0440\u0430', NULL, NULL),\n(50892, 'ru', 'db', 'Slider Autoplay Speed', '\u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0430\u0432\u0442\u043e\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u043e\u043b\u0437\u0443\u043d\u043a\u0430', NULL, NULL),\n(50893, 'ru', 'db', 'Number of products to show', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430', NULL, NULL),\n(50894, 'ru', 'db', 'Choose Categories', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438', NULL, NULL),\n(50895, 'ru', 'db', 'Choose Collection', '\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e', NULL, NULL),\n(50896, 'ru', 'db', 'Choose collections', '\u0412\u044b\u0431\u0438\u0440\u0430\u0439\u0442\u0435 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438', NULL, NULL),\n(50897, 'ru', 'db', 'Choose Brands', '\u0412\u044b\u0431\u0438\u0440\u0430\u0439\u0442\u0435 \u0431\u0440\u0435\u043d\u0434\u044b', NULL, NULL),\n(50898, 'ru', 'db', 'Edit Page', '\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443', NULL, NULL),\n(50899, 'ru', 'db', 'Ecommerce Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u0442\u043e\u0440\u0433\u043e\u0432\u043b\u0438', NULL, NULL),\n(50900, 'ru', 'db', 'Favicon', '\u0424\u0430\u0432\u0438\u043a\u043e\u043d', NULL, NULL),\n(50901, 'ru', 'db', 'Home Page', '\u0414\u043e\u043c\u0430\u0448\u043d\u044f\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(50902, 'ru', 'db', 'Store Phone', '\u0422\u0435\u043b\u0435\u0444\u043e\u043d \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430', NULL, NULL),\n(50903, 'ru', 'db', 'Store Email', '\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430', NULL, NULL),\n(50904, 'ru', 'db', 'Store Address', '\u0410\u0434\u0440\u0435\u0441 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430', NULL, NULL),\n(50905, 'ru', 'db', 'Contact From Email', '\u041a\u043e\u043d\u0442\u0430\u043a\u0442 \u043f\u043e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u0435', NULL, NULL),\n(50906, 'ru', 'db', 'Min amount for free shipping', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0434\u043b\u044f \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e\u0439 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438', NULL, NULL),\n(50907, 'ru', 'db', 'Flat Rate Shipping', '\u0424\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0441\u0442\u0430\u0432\u043a\u0430 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438', NULL, NULL),\n(50908, 'ru', 'db', 'Pages to read & accept before checkout', '\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0443\u0436\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u0438 \u043f\u0440\u0438\u043d\u044f\u0442\u044c \u043f\u0435\u0440\u0435\u0434 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435\u043c \u0437\u0430\u043a\u0430\u0437\u0430', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(50909, 'ru', 'db', 'Custom CSS', '\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 CSS', NULL, NULL),\n(50910, 'ru', 'db', 'Custom JS', '\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 JS', NULL, NULL),\n(50911, 'ru', 'db', 'Chat Code', '\u041a\u043e\u0434 \u0447\u0430\u0442\u0430', NULL, NULL),\n(50912, 'ru', 'db', 'Google Analytics Code', '\u041a\u043e\u0434 Google \u0410\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0438', NULL, NULL),\n(50913, 'ru', 'db', 'Facebook Pixel', '\u041f\u0438\u043a\u0441\u0435\u043b\u044c Facebook', NULL, NULL),\n(50914, 'ru', 'db', 'Details', '\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438', NULL, NULL),\n(50915, 'ru', 'db', 'Add Slider', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043b\u0430\u0439\u0434\u0435\u0440', NULL, NULL),\n(50916, 'ru', 'db', 'Desktop', '\u0420\u0430\u0431\u043e\u0447\u0438\u0439 \u0441\u0442\u043e\u043b', NULL, NULL),\n(50917, 'ru', 'db', 'Tab', '\u0412\u043a\u043b\u0430\u0434\u043a\u0430', NULL, NULL),\n(50918, 'ru', 'db', 'Add Social Link', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u0443\u044e \u0441\u0441\u044b\u043b\u043a\u0443', NULL, NULL),\n(50919, 'ru', 'db', 'Available Widgets', '\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0432\u0438\u0434\u0436\u0435\u0442\u044b', NULL, NULL),\n(50920, 'ru', 'db', 'To add a widget to a section, drag it onto that section', '\u0427\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u0438\u0434\u0436\u0435\u0442 \u0432 \u0440\u0430\u0437\u0434\u0435\u043b, \u043f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0435\u0433\u043e \u0432 \u044d\u0442\u043e\u0442 \u0440\u0430\u0437\u0434\u0435\u043b.', NULL, NULL),\n(50921, 'ru', 'db', 'Custom Menu', '\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043c\u0435\u043d\u044e', NULL, NULL),\n(50922, 'ru', 'db', 'Select menu', '\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043c\u0435\u043d\u044e', NULL, NULL),\n(50923, 'ru', 'db', 'Site Features', '\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0441\u0430\u0439\u0442\u0430', NULL, NULL),\n(50924, 'ru', 'db', 'Site Information', '\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0441\u0430\u0439\u0442\u0435', NULL, NULL),\n(50925, 'ru', 'db', 'Hours', '\u0427\u0430\u0441\u044b', NULL, NULL),\n(50926, 'ru', 'db', 'Newsletter form', '\u0424\u043e\u0440\u043c\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0433\u043e \u0431\u044e\u043b\u043b\u0435\u0442\u0435\u043d\u044f', NULL, NULL),\n(50927, 'ru', 'db', 'Section Above Footer', '\u0420\u0430\u0437\u0434\u0435\u043b \u043d\u0430\u0434 \u043d\u0438\u0436\u043d\u0438\u043c \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u043e\u043c', NULL, NULL),\n(50928, 'ru', 'db', 'Footer Section', '\u0420\u0430\u0437\u0434\u0435\u043b \u043d\u0438\u0436\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430', NULL, NULL),\n(50929, 'ru', 'db', 'Product Details Sidebar', '\u0411\u043e\u043a\u043e\u0432\u0430\u044f \u043f\u0430\u043d\u0435\u043b\u044c \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u0439 \u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0435', NULL, NULL),\n(50930, 'ru', 'db', 'Your email', '\u0412\u0430\u0448 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b', NULL, NULL),\n(50931, 'ru', 'db', 'Forgot Password', '\u0417\u0430\u0431\u044b\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c', NULL, NULL),\n(50932, 'ru', 'db', 'Subscribe', '\u041f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f', NULL, NULL),\n(50933, 'ru', 'db', 'Sell Online', '\u041f\u0440\u043e\u0434\u0430\u0432\u0430\u0442\u044c \u043e\u043d\u043b\u0430\u0439\u043d', NULL, NULL),\n(50934, 'ru', 'db', 'Out of stock', '\u0420\u0430\u0441\u043f\u0440\u043e\u0434\u0430\u043d\u043e', NULL, NULL),\n(50935, 'ru', 'db', 'Duplicate', '\u0414\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c', NULL, NULL),\n(50936, 'ru', 'db', 'All Product In Stock', '\u0412\u0435\u0441\u044c \u0442\u043e\u0432\u0430\u0440 \u043d\u0430 \u0441\u043a\u043b\u0430\u0434\u0435', NULL, NULL),\n(50937, 'ru', 'db', 'Show All Product Online', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435 \u0442\u043e\u0432\u0430\u0440\u044b \u043e\u043d\u043b\u0430\u0439\u043d', NULL, NULL),\n(50938, 'ru', 'db', 'Oh snap! We are lost', '\u041e\u0445, \u0449\u0435\u043b\u043a! ', NULL, NULL),\n(50939, 'ru', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', '\u041a\u0430\u0436\u0435\u0442\u0441\u044f, \u043c\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u043c \u043d\u0430\u0439\u0442\u0438 \u0442\u043e, \u0447\u0442\u043e \u0432\u044b \u0438\u0449\u0435\u0442\u0435. ', NULL, NULL),\n(50940, 'ru', 'db', 'Sorry this page is dead!', '\u0418\u0437\u0432\u0438\u043d\u0438\u0442\u0435, \u044d\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043c\u0435\u0440\u0442\u0432\u0430!', NULL, NULL),\n(50941, 'ru', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', '\u0421\u0440\u043e\u043a \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0438\u0441\u0442\u0435\u043a \u0438\u0437-\u0437\u0430 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u0441\u0435\u0430\u043d\u0441\u0430. ', NULL, NULL),\n(50942, 'ru', 'db', 'Refresh', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c', NULL, NULL),\n(50943, 'ru', 'db', 'Oh server just snapped!', '\u041e\u0439, \u0441\u0435\u0440\u0432\u0435\u0440 \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u043b\u043e\u043c\u0430\u043b\u0441\u044f!', NULL, NULL),\n(50944, 'ru', 'db', 'An error occured due to server not being to able to handle your request', '\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u0438\u0437-\u0437\u0430 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u0441\u0435\u0440\u0432\u0435\u0440 \u043d\u0435 \u0441\u043c\u043e\u0433 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441.', NULL, NULL),\n(50945, 'ru', 'db', 'An error occured because the service is unavailable', '\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0443\u0441\u043b\u0443\u0433\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430.', NULL, NULL),\n(50946, 'ru', 'db', 'Please type a product name to search', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430', NULL, NULL),\n(50947, 'ru', 'db', 'Send', '\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c', NULL, NULL),\n(50948, 'ru', 'db', 'don\\'t have an account', '\u043d\u0435\u0442 \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438', NULL, NULL),\n(50949, 'ru', 'db', 'Click here to login', '\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044c, \u0447\u0442\u043e\u0431\u044b \u0432\u043e\u0439\u0442\u0438', NULL, NULL),\n(50950, 'ru', 'db', 'Zip \\\\\/ Post Code', '\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0438\u043d\u0434\u0435\u043a\u0441 \/ \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0438\u043d\u0434\u0435\u043a\u0441', NULL, NULL),\n(50951, 'ru', 'db', 'You may also like', '\u0412\u0430\u043c \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u0442\u044c\u0441\u044f', NULL, NULL),\n(50952, 'ru', 'db', 'Add to cart', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443', NULL, NULL),\n(50953, 'ru', 'db', 'No item in your cart', '\u0412 \u0432\u0430\u0448\u0435\u0439 \u043a\u043e\u0440\u0437\u0438\u043d\u0435 \u043d\u0435\u0442 \u0442\u043e\u0432\u0430\u0440\u0430', NULL, NULL),\n(50954, 'ru', 'db', 'Filter Sales', '\u0424\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(50955, 'ru', 'db', 'Sale Type', '\u0422\u0438\u043f \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(50956, 'ru', 'db', 'POS', 'POS-\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b', NULL, NULL),\n(50957, 'ru', 'db', 'eCommerce', '\u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043a\u043e\u043c\u043c\u0435\u0440\u0446\u0438\u044f', NULL, NULL),\n(50958, 'ru', 'db', 'Please login first', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u0432\u043e\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443', NULL, NULL),\n(50959, 'ru', 'db', 'Product added to wishlist', '\u0422\u043e\u0432\u0430\u0440 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0436\u0435\u043b\u0430\u043d\u0438\u0439', NULL, NULL),\n(50960, 'ru', 'db', 'You have not added anything to wishlist yet', '\u0412\u044b \u0435\u0449\u0435 \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438 \u0432 \u0441\u043f\u0438\u0441\u043e\u043a \u0436\u0435\u043b\u0430\u043d\u0438\u0439', NULL, NULL),\n(50961, 'ru', 'db', 'Product removed from wishlist', '\u0422\u043e\u0432\u0430\u0440 \u0443\u0434\u0430\u043b\u0435\u043d \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u0436\u0435\u043b\u0430\u043d\u0438\u0439', NULL, NULL),\n(50962, 'ru', 'db', 'Product already on wishlist', '\u0422\u043e\u0432\u0430\u0440 \u0443\u0436\u0435 \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u0436\u0435\u043b\u0430\u043d\u0438\u0439', NULL, NULL),\n(50963, 'ru', 'db', 'Recently Viewed', '\u041d\u0435\u0434\u0430\u0432\u043d\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0435', NULL, NULL),\n(50964, 'ru', 'db', 'Verify', '\u041f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c', NULL, NULL),\n(50965, 'ru', 'db', 'Track Order', '\u041e\u0442\u0441\u043b\u0435\u0434\u0438\u0442\u044c \u0437\u0430\u043a\u0430\u0437', NULL, NULL),\n(50966, 'ru', 'db', 'Track', '\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c', NULL, NULL),\n(50967, 'ru', 'db', 'Time', '\u0412\u0440\u0435\u043c\u044f', NULL, NULL),\n(50968, 'ru', 'db', 'Order Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043a\u0430\u0437\u0430', NULL, NULL),\n(50969, 'ru', 'db', 'Payment Method', '\u0421\u043f\u043e\u0441\u043e\u0431 \u043e\u043f\u043b\u0430\u0442\u044b', NULL, NULL),\n(50970, 'ru', 'db', 'Shipping Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0438', NULL, NULL),\n(50971, 'ru', 'db', 'Pending Confirmation', '\u041e\u0436\u0438\u0434\u0430\u0435\u0442 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f', NULL, NULL),\n(50972, 'ru', 'db', 'Track another order', '\u041e\u0442\u0441\u043b\u0435\u0434\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u043e\u0439 \u0437\u0430\u043a\u0430\u0437', NULL, NULL),\n(50973, 'ru', 'db', 'Post Title', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f', NULL, NULL),\n(50974, 'ru', 'db', 'Post Thumbnail', '\u041c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438', NULL, NULL),\n(50975, 'ru', 'db', 'Pay with gift card', '\u041e\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u043f\u043e\u0434\u0430\u0440\u043e\u0447\u043d\u043e\u0439 \u043a\u0430\u0440\u0442\u043e\u0439', NULL, NULL),\n(50976, 'ru', 'db', 'Warehouse Wise', '\u0421\u043a\u043b\u0430\u0434 \u041c\u0443\u0434\u0440\u044b\u0439', NULL, NULL),\n(50977, 'ru', 'db', 'Payment Receiver', '\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044c \u043f\u043b\u0430\u0442\u0435\u0436\u0430', NULL, NULL),\n(50978, 'ru', 'db', 'SMS Template', '\u0428\u0430\u0431\u043b\u043e\u043d \u0421\u041c\u0421', NULL, NULL),\n(50979, 'ru', 'db', 'Add Template', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d', NULL, NULL),\n(50980, 'ru', 'db', 'SMS Template List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432 SMS', NULL, NULL),\n(50981, 'ru', 'db', 'Content', '\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435', NULL, NULL),\n(50982, 'ru', 'db', 'Update Template', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d', NULL, NULL),\n(50983, 'ru', 'db', 'Send SMS After Sale', '\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0421\u041c\u0421 \u043f\u043e\u0441\u043b\u0435 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(50984, 'ru', 'db', 'Default SMS Sale', 'SMS-\u0440\u0430\u0441\u043f\u0440\u043e\u0434\u0430\u0436\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(50985, 'ru', 'db', 'Default SMS E-Commerce', '\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043a\u043e\u043c\u043c\u0435\u0440\u0446\u0438\u044f \u0447\u0435\u0440\u0435\u0437 SMS \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(50986, 'ru', 'db', 'Default Online', '\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043e\u043d\u043b\u0430\u0439\u043d', NULL, NULL),\n(50987, 'ru', 'db', 'Top Up', '\u041f\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u0447\u0435\u0442', NULL, NULL),\n(50988, 'ru', 'db', 'Coupon Name', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0443\u043f\u043e\u043d\u0430', NULL, NULL),\n(50989, 'ru', 'db', 'Email Sent', '\u041f\u0438\u0441\u044c\u043c\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e', NULL, NULL),\n(50990, 'ru', 'db', 'Wholesale Price', '\u041e\u043f\u0442\u043e\u0432\u0430\u044f \u0446\u0435\u043d\u0430', NULL, NULL),\n(50991, 'ru', 'db', 'Price Option', '\u0412\u0430\u0440\u0438\u0430\u043d\u0442 \u0446\u0435\u043d\u044b', NULL, NULL),\n(50992, 'ru', 'db', 'Product Tags', '\u0422\u0435\u0433\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(50993, 'ru', 'db', 'Selected Items', '\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b', NULL, NULL),\n(50994, 'ru', 'db', 'Related Products', '\u0421\u043e\u043f\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u044b', NULL, NULL),\n(50995, 'ru', 'db', 'Track Inventory', '\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u0438\u043d\u0432\u0435\u043d\u0442\u0430\u0440\u044c', NULL, NULL),\n(50996, 'ru', 'db', 'Register me as a user', '\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u0439\u0442\u0435 \u043c\u0435\u043d\u044f \u043a\u0430\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f', NULL, NULL),\n(50997, 'ru', 'db', 'Verify & Close', '\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0438 \u0437\u0430\u043a\u0440\u044b\u0442\u044c', NULL, NULL),\n(50998, 'ru', 'db', 'Enable Gift Card payment on checkout page', '\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u043e\u043f\u043b\u0430\u0442\u0443 \u043f\u043e\u0434\u0430\u0440\u043e\u0447\u043d\u043e\u0439 \u043a\u0430\u0440\u0442\u043e\u0439 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430', NULL, NULL),\n(50999, 'ru', 'db', 'Theme Color', '\u0426\u0432\u0435\u0442 \u0442\u0435\u043c\u044b', NULL, NULL),\n(51000, 'ru', 'db', 'Enter gift card number', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u043f\u043e\u0434\u0430\u0440\u043e\u0447\u043d\u043e\u0439 \u043a\u0430\u0440\u0442\u044b', NULL, NULL),\n(51001, 'ru', 'db', 'Page saved', '\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430', NULL, NULL),\n(51002, 'ru', 'db', 'Widget saved', '\u0412\u0438\u0434\u0436\u0435\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d.', NULL, NULL),\n(51003, 'ru', 'db', 'Template', '\u0428\u0430\u0431\u043b\u043e\u043d', NULL, NULL),\n(51004, 'ru', 'db', 'Three Column Banner', '\u0422\u0440\u0435\u0445\u043a\u043e\u043b\u043e\u043d\u043d\u044b\u0439 \u0431\u0430\u043d\u043d\u0435\u0440', NULL, NULL),\n(51005, 'ru', 'db', 'Banner Image', '\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0431\u0430\u043d\u043d\u0435\u0440\u0430', NULL, NULL),\n(51006, 'ru', 'db', 'Income', '\u0414\u043e\u0445\u043e\u0434', NULL, NULL),\n(51007, 'ru', 'db', 'Income Category', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0434\u043e\u0445\u043e\u0434\u0430', NULL, NULL),\n(51008, 'ru', 'db', 'Income List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0434\u043e\u0445\u043e\u0434\u043e\u0432', NULL, NULL),\n(51009, 'ru', 'db', 'Add Income', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0445\u043e\u0434', NULL, NULL),\n(51010, 'ru', 'db', 'Add Income Category', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e \u0434\u043e\u0445\u043e\u0434\u0430', NULL, NULL),\n(51011, 'ru', 'db', 'Update Income Category', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e \u0434\u043e\u0445\u043e\u0434\u0430', NULL, NULL),\n(51012, 'ru', 'db', 'Packing Slip to manage orders\\\\\/sales', '\u0423\u043f\u0430\u043a\u043e\u0432\u043e\u0447\u043d\u0430\u044f \u043d\u0430\u043a\u043b\u0430\u0434\u043d\u0430\u044f \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430\u043c\u0438\/\u043f\u0440\u043e\u0434\u0430\u0436\u0430\u043c\u0438', NULL, NULL),\n(51013, 'ru', 'db', 'Enable', '\u0414\u0430\u0432\u0430\u0442\u044c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c', NULL, NULL),\n(51014, 'ru', 'db', 'Disable', '\u0417\u0430\u043f\u0440\u0435\u0449\u0430\u0442\u044c', NULL, NULL),\n(51015, 'ru', 'db', 'Create Packing Slip', '\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043e\u0442\u0431\u043e\u0440\u043e\u0447\u043d\u0443\u044e \u043d\u0430\u043a\u043b\u0430\u0434\u043d\u0443\u044e', NULL, NULL),\n(51016, 'ru', 'db', 'Packed', '\u0443\u043f\u0430\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0439', NULL, NULL),\n(51017, 'ru', 'db', 'Processing', '\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430', NULL, NULL),\n(51018, 'ru', 'db', 'Packing Slip List', '\u0423\u043f\u0430\u043a\u043e\u0432\u043e\u0447\u043d\u044b\u0439 \u043b\u0438\u0441\u0442', NULL, NULL),\n(51019, 'ru', 'db', 'Packing Slip Reference', '\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0443\u043f\u0430\u043a\u043e\u0432\u043e\u0447\u043d\u044b\u0439 \u043b\u0438\u0441\u0442', NULL, NULL),\n(51020, 'ru', 'db', 'Challan List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0427\u0430\u043b\u043b\u0430\u043d', NULL, NULL),\n(51021, 'ru', 'db', 'Challan Report', '\u041e\u0442\u0447\u0435\u0442 \u0427\u0430\u043b\u0430\u043d\u0430', NULL, NULL),\n(51022, 'ru', 'db', 'Packing Slip & Challan', '\u0423\u043f\u0430\u043a\u043e\u0432\u043e\u0447\u043d\u044b\u0439 \u043b\u0438\u0441\u0442 \u0438 \u0427\u0430\u043b\u043b\u0430\u043d', NULL, NULL),\n(51023, 'ru', 'db', 'Filter Products', '\u0424\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u044b', NULL, NULL),\n(51024, 'ru', 'db', 'Expiry Duration Type', '\u0422\u0438\u043f \u0441\u0440\u043e\u043a\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f', NULL, NULL),\n(51025, 'ru', 'db', 'Expiry Value', '\u0421\u0440\u043e\u043a \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f', NULL, NULL),\n(51026, 'ru', 'db', 'Biller Report', '\u041e\u0442\u0447\u0435\u0442 \u0411\u0438\u043b\u043b\u0435\u0440\u0430', NULL, NULL),\n(51027, 'ru', 'db', 'Choose Biller', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0411\u0438\u043b\u043b\u0435\u0440\u0430', NULL, NULL),\n(51028, 'ru', 'db', 'Thermal Invoice Size', '\u0420\u0430\u0437\u043c\u0435\u0440 \u0442\u0435\u043f\u043b\u043e\u0432\u043e\u0433\u043e \u0441\u0447\u0435\u0442\u0430', NULL, NULL),\n(51029, 'ru', 'db', 'Invoice Option', '\u0412\u0430\u0440\u0438\u0430\u043d\u0442 \u0441\u0447\u0435\u0442\u0430', NULL, NULL),\n(51030, 'ru', 'db', '80mm', '80 \u043c\u043c', NULL, NULL),\n(51031, 'ru', 'db', '58mm', '58 \u043c\u043c', NULL, NULL),\n(51032, 'ru', 'db', 'Sale successfully added to draft', '\u041f\u0440\u043e\u0434\u0430\u0436\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u200b\u200b\u0432 \u0447\u0435\u0440\u043d\u043e\u0432\u0438\u043a', NULL, NULL),\n(51033, 'ru', 'db', 'Barcode Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0448\u0442\u0440\u0438\u0445-\u043a\u043e\u0434\u0430', NULL, NULL),\n(51034, 'ru', 'db', 'Add barcode sticker setting', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u043d\u0430\u043a\u043b\u0435\u0439\u043a\u0438 \u0441\u043e \u0448\u0442\u0440\u0438\u0445-\u043a\u043e\u0434\u043e\u043c', NULL, NULL),\n(51035, 'ru', 'db', 'Edit Barcode Sticker Setting', '\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043d\u0430\u043a\u043b\u0435\u0439\u043a\u0438 \u0441\u043e \u0448\u0442\u0440\u0438\u0445-\u043a\u043e\u0434\u043e\u043c', NULL, NULL),\n(51036, 'ru', 'db', 'Sticker Sheet setting Name', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043b\u0438\u0441\u0442\u0430 \u043d\u0430\u043a\u043b\u0435\u0435\u043a', NULL, NULL),\n(51037, 'ru', 'db', 'Sticker Sheet setting Description', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043b\u0438\u0441\u0442\u0430 \u043d\u0430\u043a\u043b\u0435\u0435\u043a \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435', NULL, NULL),\n(51038, 'ru', 'db', 'Continuous feed or rolls', '\u041d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u0430\u044f \u043f\u043e\u0434\u0430\u0447\u0430 \u0438\u043b\u0438 \u0440\u0443\u043b\u043e\u043d\u044b', NULL, NULL),\n(51039, 'ru', 'db', 'In Inches', '\u0412 \u0434\u044e\u0439\u043c\u0430\u0445', NULL, NULL),\n(51040, 'ru', 'db', 'Additional top margin', '\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u0435\u0440\u0445\u043d\u0435\u0435 \u043f\u043e\u043b\u0435', NULL, NULL),\n(51041, 'ru', 'db', 'Additional left margin', '\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043b\u0435\u0432\u043e\u0435 \u043f\u043e\u043b\u0435', NULL, NULL),\n(51042, 'ru', 'db', 'Width of sticker', '\u0428\u0438\u0440\u0438\u043d\u0430 \u043d\u0430\u043a\u043b\u0435\u0439\u043a\u0438', NULL, NULL),\n(51043, 'ru', 'db', 'Height of sticker', '\u0412\u044b\u0441\u043e\u0442\u0430 \u043d\u0430\u043a\u043b\u0435\u0439\u043a\u0438', NULL, NULL),\n(51044, 'ru', 'db', 'Paper width', '\u0428\u0438\u0440\u0438\u043d\u0430 \u0431\u0443\u043c\u0430\u0433\u0438', NULL, NULL),\n(51045, 'ru', 'db', 'Paper height', '\u0412\u044b\u0441\u043e\u0442\u0430 \u0431\u0443\u043c\u0430\u0433\u0438', NULL, NULL),\n(51046, 'ru', 'db', 'Stickers in one row', '\u041d\u0430\u043a\u043b\u0435\u0439\u043a\u0438 \u0432 \u043e\u0434\u0438\u043d \u0440\u044f\u0434', NULL, NULL),\n(51047, 'ru', 'db', 'Distance between two rows', '\u0420\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043c\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u043c\u044f \u0440\u044f\u0434\u0430\u043c\u0438', NULL, NULL),\n(51048, 'ru', 'db', 'Distance between two columns', '\u0420\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043c\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u043c\u044f \u043a\u043e\u043b\u043e\u043d\u043d\u0430\u043c\u0438', NULL, NULL),\n(51049, 'ru', 'db', 'No of Stickers per sheet', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430\u043a\u043b\u0435\u0435\u043a \u043d\u0430 \u043b\u0438\u0441\u0442\u0435', NULL, NULL),\n(51050, 'ru', 'db', 'Set as default', '\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(51051, 'ru', 'db', 'Add New Setting', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443', NULL, NULL),\n(51052, 'ru', 'db', 'Print Labels', '\u041f\u0435\u0447\u0430\u0442\u044c \u044d\u0442\u0438\u043a\u0435\u0442\u043e\u043a', NULL, NULL),\n(51053, 'ru', 'db', 'Information on Label', '\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043d\u0430 \u044d\u0442\u0438\u043a\u0435\u0442\u043a\u0435', NULL, NULL),\n(51054, 'ru', 'db', 'Add Production', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e', NULL, NULL),\n(51055, 'ru', 'db', 'Production List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0438', NULL, NULL),\n(51056, 'ru', 'db', 'Expired Date', '\u0414\u0430\u0442\u0430 \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u044f \u0441\u0440\u043e\u043a\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f', NULL, NULL),\n(51057, 'ru', 'db', 'Manufacturing', '\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e', NULL, NULL),\n(51058, 'ru', 'db', 'Total Tax', '\u041e\u0431\u0449\u0438\u0439 \u043d\u0430\u043b\u043e\u0433', NULL, NULL),\n(51059, 'ru', 'db', 'Production Details', '\u0414\u0435\u0442\u0430\u043b\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430', NULL, NULL),\n(51060, 'ru', 'db', 'Add Custom Size', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440', NULL, NULL),\n(51061, 'ru', 'db', 'RTL', '\u0420\u0422\u041b', NULL, NULL),\n(51062, 'ru', 'db', 'LTR', '\u041b\u0422\u0420', NULL, NULL),\n(51063, 'ru', 'db', 'Show search results in', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430 \u0432', NULL, NULL),\n(51064, 'ru', 'db', 'Full Page', '\u041f\u043e\u043b\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(51065, 'ru', 'db', 'Dropdown', '\u041f\u0430\u0434\u0430\u0442\u044c', NULL, NULL),\n(51066, 'ru', 'db', 'Saving', '\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435', NULL, NULL),\n(51067, 'ru', 'db', 'Multiple Payment', '\u041c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u043f\u043b\u0430\u0442\u0435\u0436', NULL, NULL),\n(51068, 'ru', 'db', 'Finalize Sale(Multiple Payment]', '\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u0434\u0430\u0436\u0443 (\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u043f\u043b\u0430\u0442\u0435\u0436)', NULL, NULL),\n(51069, 'ru', 'db', 'Cash Received', '\u0414\u0435\u043d\u0435\u0436\u043d\u044b\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u044b', NULL, NULL),\n(51070, 'ru', 'db', 'Add More Payment', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u043b\u0430\u0442\u0435\u0436', NULL, NULL),\n(51071, 'ru', 'db', 'Received', '\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0439', NULL, NULL),\n(51072, 'ru', 'db', 'Production Status', '\u0421\u0442\u0430\u0442\u0443\u0441 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430', NULL, NULL),\n(51073, 'ru', 'db', 'Employees', '\u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438', NULL, NULL),\n(51074, 'ru', 'db', 'Award', '\u041f\u0440\u0435\u043c\u0438\u044f', NULL, NULL),\n(51075, 'ru', 'db', 'Travel', '\u041f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c', NULL, NULL),\n(51076, 'ru', 'db', 'Resignations', '\u041e\u0442\u0441\u0442\u0430\u0432\u043a\u0438', NULL, NULL),\n(51077, 'ru', 'db', 'Complaints', '\u0416\u0430\u043b\u043e\u0431\u044b', NULL, NULL),\n(51078, 'ru', 'db', 'Warnings', '\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f', NULL, NULL),\n(51079, 'ru', 'db', 'Terminations', '\u041f\u0440\u0435\u043a\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f', NULL, NULL),\n(51080, 'ru', 'db', 'Organization', '\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f', NULL, NULL),\n(51081, 'ru', 'db', 'Company', '\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f', NULL, NULL),\n(51082, 'ru', 'db', 'Designation', '\u041e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435', NULL, NULL),\n(51083, 'ru', 'db', 'Announcements', '\u041e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u044f', NULL, NULL),\n(51084, 'ru', 'db', 'Timesheets', '\u0422\u0430\u0431\u0435\u043b\u0438 \u0443\u0447\u0435\u0442\u0430 \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438', NULL, NULL),\n(51085, 'ru', 'db', 'Attendances', '\u041f\u043e\u0441\u0435\u0449\u0430\u0435\u043c\u043e\u0441\u0442\u044c', NULL, NULL),\n(51086, 'ru', 'db', 'Recruitment', '\u041d\u0430\u0431\u043e\u0440 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0430', NULL, NULL),\n(51087, 'ru', 'db', 'Training', '\u041e\u0431\u0443\u0447\u0435\u043d\u0438\u0435', NULL, NULL),\n(51088, 'ru', 'db', 'Trainers', '\u041a\u0440\u043e\u0441\u0441\u043e\u0432\u043a\u0438', NULL, NULL),\n(51089, 'ru', 'db', 'Events', '\u0421\u043e\u0431\u044b\u0442\u0438\u044f', NULL, NULL),\n(51090, 'ru', 'db', 'Meetings', '\u0412\u0441\u0442\u0440\u0435\u0447\u0438', NULL, NULL),\n(51091, 'ru', 'db', 'Finance', '\u0424\u0438\u043d\u0430\u043d\u0441\u044b', NULL, NULL),\n(51092, 'ru', 'db', 'imei_numbers', 'IMEI\/\u0441\u0435\u0440\u0438\u0439\u043d\u044b\u0435 \u043d\u043e\u043c\u0435\u0440\u0430', NULL, NULL),\n(51093, 'ru', 'db', 'Warranty', '\u0413\u0430\u0440\u0430\u043d\u0442\u0438\u044f', NULL, NULL),\n(51094, 'ru', 'db', 'Guarantee', '\u0413\u0430\u0440\u0430\u043d\u0442\u0438\u044f', NULL, NULL),\n(51095, 'ru', 'db', 'Dear', '\u0414\u043e\u0440\u043e\u0433\u043e\u0439', NULL, NULL),\n(51096, 'ru', 'db', 'Thank you for your purchase! Your invoice number is', '\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0443! ', NULL, NULL),\n(51097, 'ru', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', '\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u043a\u0430\u043a\u0438\u0435-\u043b\u0438\u0431\u043e \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438\u043b\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043d\u0435 \u0441\u0442\u0435\u0441\u043d\u044f\u0439\u0442\u0435\u0441\u044c \u043e\u0431\u0440\u0430\u0449\u0430\u0442\u044c\u0441\u044f \u043a \u043d\u0430\u043c. ', NULL, NULL),\n(51098, 'ru', 'db', 'Best regards', '\u0421 \u043d\u0430\u0438\u043b\u0443\u0447\u0448\u0438\u043c\u0438 \u043f\u043e\u0436\u0435\u043b\u0430\u043d\u0438\u044f\u043c\u0438', NULL, NULL),\n(51099, 'ru', 'db', 'Whatsapp Notification', '\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 WhatsApp', NULL, NULL),\n(51100, 'ru', 'db', 'Add More Payment Option', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043e\u043f\u043b\u0430\u0442\u044b', NULL, NULL),\n(51101, 'ru', 'db', 'Type date or quotation reference', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443 \u0438\u043b\u0438 \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435...', NULL, NULL),\n(51102, 'ru', 'db', 'Sale Reference No', '\u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(51103, 'ru', 'db', 'My Transactions', '\u041c\u043e\u0438 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438', NULL, NULL),\n(51104, 'ru', 'db', 'One Point is Equivalent to:', '\u041e\u0434\u0438\u043d \u0431\u0430\u043b\u043b \u044d\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u0435\u043d:', NULL, NULL),\n(51105, 'ru', 'db', 'Update Income', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u043e\u0445\u043e\u0434', NULL, NULL),\n(51106, 'ru', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', '\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0442\u0438\u043f\u043e\u0432 \u00ab\u0412\u044b\u0431\u0440\u0430\u0442\u044c\u00bb, \u00ab\u041c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0432\u044b\u0431\u043e\u0440\u00bb, \u00ab\u0424\u043b\u0430\u0436\u043e\u043a\u00bb, \u00ab\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044c\u00bb. ', NULL, NULL),\n(51107, 'ru', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', '\u042d\u043a\u0441\u043a\u043b\u044e\u0437\u0438\u0432\u043d\u043e: \u0446\u0435\u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 = \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0446\u0435\u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 + \u043d\u0430\u043b\u043e\u0433. ', NULL, NULL),\n(51108, 'ru', 'db', 'Update Modal', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043c\u043e\u0434\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u043a\u043d\u043e', NULL, NULL),\n(51109, 'ru', 'db', 'Import Product Modal', '\u041c\u043e\u0434\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u043a\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(51110, 'ru', 'db', 'Remove', '\u0423\u0434\u0430\u043b\u044f\u0442\u044c', NULL, NULL),\n(51111, 'ru', 'db', 'Payments Modal', '\u041c\u043e\u0434\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u043a\u043d\u043e \u043f\u043b\u0430\u0442\u0435\u0436\u0435\u0439', NULL, NULL),\n(51112, 'ru', 'db', 'Choose date', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0430\u0442\u0443', NULL, NULL),\n(51113, 'ru', 'db', 'Select warehouse', '\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(51114, 'ru', 'db', 'Select supplier', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430', NULL, NULL),\n(51115, 'ru', 'db', 'Please type product code and select', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0438 \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435', NULL, NULL),\n(51116, 'ru', 'db', 'Add Sale Return', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u043e\u0437\u0432\u0440\u0430\u0442 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(51117, 'ru', 'db', 'Warehouse Stock', '\u0421\u043a\u043b\u0430\u0434\u0441\u043a\u043e\u0439 \u0437\u0430\u043f\u0430\u0441', NULL, NULL),\n(51118, 'ru', 'db', 'Select Income Category', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e \u0434\u043e\u0445\u043e\u0434\u0430', NULL, NULL),\n(51119, 'ru', 'db', 'Income Report', '\u041e\u0442\u0447\u0435\u0442 \u043e \u0434\u043e\u0445\u043e\u0434\u0430\u0445', NULL, NULL),\n(51120, 'ru', 'db', 'Add Modal', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043c\u043e\u0434\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u043a\u043d\u043e', NULL, NULL),\n(51121, 'ru', 'db', 'Type department name', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u0442\u0434\u0435\u043b\u0430', NULL, NULL),\n(51122, 'ru', 'db', 'Select Role', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u043e\u043b\u044c', NULL, NULL),\n(51123, 'ru', 'db', 'Type expense category code', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432', NULL, NULL),\n(51124, 'ru', 'db', 'Barcode Height', '\u0412\u044b\u0441\u043e\u0442\u0430 \u0448\u0442\u0440\u0438\u0445-\u043a\u043e\u0434\u0430', NULL, NULL),\n(51125, 'ru', 'db', 'Barcode Stickers In One Sheet', '\u041d\u0430\u043a\u043b\u0435\u0439\u043a\u0438 \u0441\u043e \u0448\u0442\u0440\u0438\u0445-\u043a\u043e\u0434\u043e\u043c \u043d\u0430 \u043e\u0434\u043d\u043e\u043c \u043b\u0438\u0441\u0442\u0435', NULL, NULL),\n(51126, 'ru', 'db', 'Type brand title', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0431\u0440\u0435\u043d\u0434\u0430', NULL, NULL),\n(51127, 'ru', 'db', 'Type income category code', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0434\u043e\u0445\u043e\u0434\u0430', NULL, NULL),\n(51128, 'ru', 'db', 'Type income category name', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0434\u043e\u0445\u043e\u0434\u0430', NULL, NULL),\n(51129, 'ru', 'db', 'Type expense category name', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432', NULL, NULL),\n(51130, 'ru', 'db', 'lang_v1 enter_product_name_to_print_labels', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430, \u0447\u0442\u043e\u0431\u044b \u0440\u0430\u0441\u043f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u044d\u0442\u0438\u043a\u0435\u0442\u043a\u0438', NULL, NULL),\n(51131, 'ru', 'db', 'Type category name', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438', NULL, NULL),\n(51132, 'ru', 'db', 'eg: 1', '\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440: 1', NULL, NULL),\n(51133, 'ru', 'db', 'Size, Color etc', '\u0420\u0430\u0437\u043c\u0435\u0440, \u0446\u0432\u0435\u0442 \u0438 \u0442.\u00a0\u0434.', NULL, NULL),\n(51134, 'ru', 'db', 'Type Coupon Code', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u043a\u0443\u043f\u043e\u043d\u0430', NULL, NULL),\n(51135, 'ru', 'db', 'Type reference number', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0441\u044b\u043b\u043e\u0447\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440', NULL, NULL),\n(51136, 'ru', 'db', 'Please type customer name or mobile no and select', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u0438\u043b\u0438 \u043d\u043e\u043c\u0435\u0440 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430 \u0438 \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435', NULL, NULL),\n(51137, 'ru', 'db', 'example : +8801*********,+8801*********', '\u043f\u0440\u0438\u043c\u0435\u0440: +8801*********,+8801*********', NULL, NULL),\n(51138, 'ru', 'db', 'Payment Options', '\u0412\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u043e\u043f\u043b\u0430\u0442\u044b', NULL, NULL),\n(51139, 'ru', 'db', 'Type table name', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u0442\u0430\u0431\u043b\u0438\u0446\u044b', NULL, NULL),\n(51140, 'ru', 'db', 'Enter your Name', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0435 \u0438\u043c\u044f', NULL, NULL),\n(51141, 'ru', 'db', 'Type WareHouse Name', '\u0422\u0438\u043f \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u043a\u043b\u0430\u0434\u0430', NULL, NULL),\n(51142, 'ru', 'db', 'Email Address', '\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b', NULL, NULL),\n(51143, 'ru', 'db', 'Disabled input here', '\u0417\u0434\u0435\u0441\u044c \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d \u0432\u0432\u043e\u0434', NULL, NULL),\n(51144, 'ru', 'db', 'input-lg', '\u0432\u0445\u043e\u0434-LG', NULL, NULL),\n(51145, 'ru', 'db', 'input-sm', '\u0432\u0445\u043e\u0434-\u0441\u043c', NULL, NULL),\n(51146, 'ru', 'db', 'input-md', '\u0432\u0432\u043e\u0434-MD', NULL, NULL),\n(51147, 'ru', 'db', 'Default input', '\u0412\u0432\u043e\u0434 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(51148, 'ru', 'db', 'Type envato purchase code for WooCommerce addon', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u043f\u043e\u043a\u0443\u043f\u043a\u0438 envato \u0434\u043b\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f WooCommerce.', NULL, NULL),\n(51149, 'ru', 'db', 'Type envato purchase code for eCommerce addon', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u043f\u043e\u043a\u0443\u043f\u043a\u0438 envato \u0434\u043b\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043a\u043e\u043c\u043c\u0435\u0440\u0446\u0438\u0438.', NULL, NULL),\n(51150, 'ru', 'db', 'top_margin', '\u0432\u0435\u0440\u0445\u043d\u0435\u0435_\u043c\u0430\u0440\u0436\u0430', NULL, NULL),\n(51151, 'ru', 'db', 'For SEO', '\u0414\u043b\u044f SEO', NULL, NULL),\n(51152, 'ru', 'db', 'Stock Worth', '\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0430\u043a\u0446\u0438\u0439', NULL, NULL),\n(51153, 'ru', 'db', 'Type currency name', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0432\u0430\u043b\u044e\u0442\u044b', NULL, NULL),\n(51154, 'ru', 'db', 'Type currency code', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u0432\u0430\u043b\u044e\u0442\u044b', NULL, NULL),\n(51155, 'ru', 'db', 'Type exchange rate', '\u0422\u0438\u043f \u043e\u0431\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430', NULL, NULL),\n(51156, 'ru', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', '\u0422\u043e\u043b\u044c\u043a\u043e \u0432\u0430\u043b\u044e\u0442\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043c\u043e\u0436\u0435\u0442 \u0438\u043c\u0435\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 1 \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043e\u0431\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430. ', NULL, NULL),\n(51157, 'ru', 'db', 'HRM', '\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u043e\u043c', NULL, NULL),\n(51158, 'ru', 'db', 'Months', '\u041c\u0435\u0441\u044f\u0446\u044b', NULL, NULL),\n(51159, 'ru', 'db', 'Years', '\u0413\u043e\u0434\u044b', NULL, NULL),\n(51160, 'ru', 'db', 'This is topping', '\u042d\u0442\u043e \u0442\u043e\u043f', NULL, NULL),\n(51161, 'ru', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', '\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u044d\u0442\u043e\u0442 \u0444\u043b\u0430\u0436\u043e\u043a, \u0435\u0441\u043b\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0430\u0447\u0438\u043d\u043a\u043e\u0439, \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435\u043c \u0438\u043b\u0438 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435\u043c, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u0434\u0430\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c\u0443 \u0431\u043b\u044e\u0434\u0443.', NULL, NULL),\n(51162, 'ru', 'db', 'Extras', '\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e', NULL, NULL),\n(51163, 'ru', 'db', 'Kitchen', '\u041a\u0443\u0445\u043d\u044f', NULL, NULL),\n(51164, 'ru', 'db', 'Menu Type', '\u0422\u0438\u043f \u043c\u0435\u043d\u044e', NULL, NULL),\n(51165, 'ru', 'db', 'Credit Card', '\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0430\u044f \u043a\u0430\u0440\u0442\u0430', NULL, NULL),\n(51166, 'ru', 'db', 'Pesapal', '\u041f\u0435\u0441\u0430\u043f\u0430\u043b', NULL, NULL),\n(51167, 'ru', 'db', 'Scan\/Search product by name\/code', '\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\/\u043f\u043e\u0438\u0441\u043a \u0442\u043e\u0432\u0430\u0440\u0430 \u043f\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044e\/\u043a\u043e\u0434\u0443', NULL, NULL),\n(51168, 'ru', 'db', 'Service', '\u0423\u0441\u043b\u0443\u0433\u0430', NULL, NULL),\n(51169, 'ru', 'db', 'Dine In', '\u041f\u043e\u043e\u0431\u0435\u0434\u0430\u0442\u044c \u0432', NULL, NULL),\n(51170, 'ru', 'db', 'Take Away', '\u0415\u0434\u0430 \u043d\u0430 \u0432\u044b\u043d\u043e\u0441', NULL, NULL),\n(51171, 'ru', 'db', 'Waiter', '\u041e\u0444\u0438\u0446\u0438\u0430\u043d\u0442', NULL, NULL),\n(51172, 'ru', 'db', 'Total Payable', '\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043a \u043e\u043f\u043b\u0430\u0442\u0435', NULL, NULL),\n(51173, 'ru', 'db', 'Total Paying', '\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043f\u043b\u0430\u0442\u0435\u0436\u0435\u0439', NULL, NULL),\n(51174, 'ru', 'db', 'Card Number', '\u041d\u043e\u043c\u0435\u0440 \u043a\u0430\u0440\u0442\u044b', NULL, NULL),\n(51175, 'ru', 'db', 'Card Holder Name', '\u0418\u043c\u044f \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u0430 \u043a\u0430\u0440\u0442\u044b', NULL, NULL),\n(51176, 'ru', 'db', 'Card Type', '\u0422\u0438\u043f \u043a\u0430\u0440\u0442\u044b', NULL, NULL),\n(51177, 'ru', 'db', 'Template Name', '\u0418\u043c\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430', NULL, NULL),\n(51178, 'ru', 'db', 'Floor', '\u041f\u043e\u043b', NULL, NULL),\n(51179, 'ru', 'db', 'Enter operation value', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438', NULL, NULL),\n(51180, 'ru', 'db', 'We', '\u041c\u044b', NULL, NULL),\n(51181, 'ru', 'db', 'Sorry for the inconvenience. We', '\u041f\u0440\u0438\u043d\u043e\u0441\u0438\u043c \u0438\u0437\u0432\u0438\u043d\u0435\u043d\u0438\u044f \u0437\u0430 \u043d\u0435\u0443\u0434\u043e\u0431\u0441\u0442\u0432\u0430. ', NULL, NULL),\n(51182, 'ru', 'db', 'Sorry! You are not allowed to access this module', '\u0418\u0437\u0432\u0438\u043d\u0438! ', NULL, NULL),\n(51183, 'ru', 'db', 'Account created successfully', '\u0410\u043a\u043a\u0430\u0443\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d', NULL, NULL),\n(51184, 'ru', 'db', 'Account updated successfully', '\u0410\u043a\u043a\u0430\u0443\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d', NULL, NULL),\n(51185, 'ru', 'db', 'This feature is disable for demo!', '\u042d\u0442\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u0434\u043b\u044f \u0434\u0435\u043c\u043e-\u0432\u0435\u0440\u0441\u0438\u0438!', NULL, NULL),\n(51186, 'ru', 'db', 'Account deleted successfully!', '\u0410\u043a\u043a\u0430\u0443\u043d\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d!', NULL, NULL),\n(51187, 'ru', 'db', 'Please make another account default first!', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u0443\u044e \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e!', NULL, NULL),\n(51188, 'ru', 'db', 'Woocommerce addon installed successfully!', '\u0410\u0434\u0434\u043e\u043d Woocommerce \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d!', NULL, NULL),\n(51189, 'ru', 'db', 'Wrong purchase code!', '\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434 \u043f\u043e\u043a\u0443\u043f\u043a\u0438!', NULL, NULL),\n(51190, 'ru', 'db', 'eCommerce add-on installed successfully!', '\u041d\u0430\u0434\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043a\u043e\u043c\u043c\u0435\u0440\u0446\u0438\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430!', NULL, NULL),\n(51191, 'ru', 'db', 'Data inserted successfully', '\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b', NULL, NULL),\n(51192, 'ru', 'db', 'Data updated successfully', '\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b', NULL, NULL),\n(51193, 'ru', 'db', 'Data deleted successfully', '\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b', NULL, NULL),\n(51194, 'ru', 'db', 'Attendance created successfully', '\u041f\u043e\u0441\u0435\u0449\u0430\u0435\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0430', NULL, NULL),\n(51195, 'ru', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Please select Attendance Device Date Format and upload a CSV file', NULL, NULL),\n(51196, 'ru', 'db', 'Please upload a CSV file', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 CSV-\u0444\u0430\u0439\u043b', NULL, NULL),\n(51197, 'ru', 'db', 'Attendance deleted successfully', '\u041f\u043e\u0441\u0435\u0449\u0430\u0435\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430', NULL, NULL),\n(51198, 'ru', 'db', 'Username And Password Are Wrong.', '\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u043d\u0435\u0432\u0435\u0440\u043d\u044b.', NULL, NULL),\n(51199, 'ru', 'db', 'Invalid username or password', '\u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c', NULL, NULL),\n(51200, 'ru', 'db', 'something_went_wrong', '\u0447\u0442\u043e-\u0442\u043e_\u043f\u043e\u0448\u043b\u043e_\u043d\u0435 \u0442\u0430\u043a', NULL, NULL),\n(51201, 'ru', 'db', 'deleted_success', '\u0443\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0439_\u0443\u0441\u043f\u0435\u0445', NULL, NULL),\n(51202, 'ru', 'db', 'Brand imported successfully', '\u0411\u0440\u0435\u043d\u0434 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d', NULL, NULL),\n(51203, 'ru', 'db', 'Brand deleted successfully!', '\u0411\u0440\u0435\u043d\u0434 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d!', NULL, NULL),\n(51204, 'ru', 'db', 'Cash register created successfully', '\u041a\u0430\u0441\u0441\u043e\u0432\u044b\u0439 \u0430\u043f\u043f\u0430\u0440\u0430\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d', NULL, NULL),\n(51205, 'ru', 'db', 'Cash register closed successfully', '\u041a\u0430\u0441\u0441\u043e\u0432\u044b\u0439 \u0430\u043f\u043f\u0430\u0440\u0430\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043a\u0440\u044b\u0442', NULL, NULL),\n(51206, 'ru', 'db', 'Category inserted successfully', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430', NULL, NULL),\n(51207, 'ru', 'db', 'Category updated successfully', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430', NULL, NULL),\n(51208, 'ru', 'db', 'Category imported successfully', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0430', NULL, NULL),\n(51209, 'ru', 'db', 'Category deleted successfully', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430', NULL, NULL),\n(51210, 'ru', 'db', 'Please select at least one packing slip', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0445\u043e\u0442\u044f \u0431\u044b \u043e\u0434\u043d\u0443 \u043e\u0442\u0431\u043e\u0440\u043e\u0447\u043d\u0443\u044e \u043d\u0430\u043a\u043b\u0430\u0434\u043d\u0443\u044e', NULL, NULL),\n(51211, 'ru', 'db', 'Please close previous challan before creating a new one', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043a\u0440\u043e\u0439\u0442\u0435 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0447\u0430\u043b\u043b\u0430\u043d, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439.', NULL, NULL),\n(51212, 'ru', 'db', 'Challan created successfully', '\u0427\u0430\u043b\u043b\u0430\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d', NULL, NULL),\n(51213, 'ru', 'db', 'Challan finalized successfully', '\u0427\u0430\u043b\u043b\u0430\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0441\u044f', NULL, NULL),\n(51214, 'ru', 'db', 'Coupon created successfully', '\u041a\u0443\u043f\u043e\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d', NULL, NULL),\n(51215, 'ru', 'db', 'Coupon updated successfully', '\u041a\u0443\u043f\u043e\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d', NULL, NULL),\n(51216, 'ru', 'db', 'Coupon deleted successfully', '\u041a\u0443\u043f\u043e\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d', NULL, NULL),\n(51217, 'ru', 'db', 'Courier created successfully', '\u041a\u0443\u0440\u044c\u0435\u0440 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d', NULL, NULL),\n(51218, 'ru', 'db', 'Courier updated successfully', '\u041a\u0443\u0440\u044c\u0435\u0440 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(51219, 'ru', 'db', 'Courier deleted successfully', '\u041a\u0443\u0440\u044c\u0435\u0440 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d', NULL, NULL),\n(51220, 'ru', 'db', 'Currency created successfully', '\u0412\u0430\u043b\u044e\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0430', NULL, NULL),\n(51221, 'ru', 'db', 'Currency updated successfully', '\u0412\u0430\u043b\u044e\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430.', NULL, NULL),\n(51222, 'ru', 'db', 'Currency deleted successfully', '\u0412\u0430\u043b\u044e\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430', NULL, NULL),\n(51223, 'ru', 'db', 'Custom Field created successfully', '\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043f\u043e\u043b\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u043e', NULL, NULL),\n(51224, 'ru', 'db', 'Custom Field updated successfully', '\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043f\u043e\u043b\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e.', NULL, NULL),\n(51225, 'ru', 'db', 'This feature is disabled for demo!', '\u042d\u0442\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u0434\u043b\u044f \u0434\u0435\u043c\u043e-\u0432\u0435\u0440\u0441\u0438\u0438!', NULL, NULL),\n(51226, 'ru', 'db', 'Custom Field not found!', '\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043f\u043e\u043b\u0435 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e!', NULL, NULL),\n(51227, 'ru', 'db', 'Invalid custom field table!', '\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0442\u0430\u0431\u043b\u0438\u0446\u0430 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u043f\u043e\u043b\u0435\u0439!', NULL, NULL),\n(51228, 'ru', 'db', 'Custom Field deleted successfully!', '\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043f\u043e\u043b\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e!', NULL, NULL),\n(51229, 'ru', 'db', 'Due cleared successfully', '\u0421\u0440\u043e\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0447\u0438\u0449\u0435\u043d', NULL, NULL),\n(51230, 'ru', 'db', 'Customer Group imported successfully', '\u0413\u0440\u0443\u043f\u043f\u0430 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0430', NULL, NULL),\n(51231, 'ru', 'db', 'Delivery deleted successfully', '\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430', NULL, NULL),\n(51232, 'ru', 'db', 'Department created successfully', '\u041a\u0430\u0444\u0435\u0434\u0440\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0430', NULL, NULL),\n(51233, 'ru', 'db', 'Department updated successfully', '\u041e\u0442\u0434\u0435\u043b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d', NULL, NULL),\n(51234, 'ru', 'db', 'Department deleted successfully', '\u041e\u0442\u0434\u0435\u043b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d', NULL, NULL),\n(51235, 'ru', 'db', 'Discount created successfully', '\u0421\u043a\u0438\u0434\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0430', NULL, NULL),\n(51236, 'ru', 'db', 'Discount updated successfully', '\u0421\u043a\u0438\u0434\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430', NULL, NULL),\n(51237, 'ru', 'db', 'Discount Plan created successfully', '\u041f\u043b\u0430\u043d \u0441\u043a\u0438\u0434\u043e\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d', NULL, NULL),\n(51238, 'ru', 'db', 'Discount Plan updated successfully', '\u041f\u043b\u0430\u043d \u0441\u043a\u0438\u0434\u043e\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d.', NULL, NULL),\n(51239, 'ru', 'db', 'Employee updated successfully', '\u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(51240, 'ru', 'db', 'Employee deleted successfully', '\u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d', NULL, NULL),\n(51241, 'ru', 'db', 'Expense Category imported successfully', '\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0430.', NULL, NULL),\n(51242, 'ru', 'db', 'GiftCard updated successfully', 'GiftCard \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430', NULL, NULL),\n(51243, 'ru', 'db', 'Holiday created successfully', '\u041f\u0440\u0430\u0437\u0434\u043d\u0438\u043a \u0441\u043e\u0437\u0434\u0430\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(51244, 'ru', 'db', 'Holiday updated successfully', '\u041f\u0440\u0430\u0437\u0434\u043d\u0438\u043a \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(51245, 'ru', 'db', 'Holiday deleted successfully', '\u041f\u0440\u0430\u0437\u0434\u043d\u0438\u043a \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d', NULL, NULL),\n(51246, 'ru', 'db', 'language_added', '\u044f\u0437\u044b\u043a_\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d', NULL, NULL),\n(51247, 'ru', 'db', 'Money transfered successfully', '\u0414\u0435\u043d\u044c\u0433\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043d\u044b', NULL, NULL),\n(51248, 'ru', 'db', 'Money transfer updated successfully', '\u0414\u0435\u043d\u0435\u0436\u043d\u044b\u0439 \u043f\u0435\u0440\u0435\u0432\u043e\u0434 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d', NULL, NULL),\n(51249, 'ru', 'db', 'Notification send successfully', '\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(51250, 'ru', 'db', 'Packing slip created successfully', '\u041e\u0442\u0431\u043e\u0440\u043e\u0447\u043d\u0430\u044f \u043d\u0430\u043a\u043b\u0430\u0434\u043d\u0430\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0430', NULL, NULL),\n(51251, 'ru', 'db', 'Packing Slip deletes successfully', '\u041e\u0442\u0431\u043e\u0440\u043e\u0447\u043d\u0430\u044f \u043d\u0430\u043a\u043b\u0430\u0434\u043d\u0430\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430', NULL, NULL),\n(51252, 'ru', 'db', 'Payroll updated succesfully', '\u0417\u0430\u0440\u043f\u043b\u0430\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430', NULL, NULL),\n(51253, 'ru', 'db', 'Payroll deleted succesfully', '\u0417\u0430\u0440\u0430\u0431\u043e\u0442\u043d\u0430\u044f \u043f\u043b\u0430\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430', NULL, NULL),\n(51254, 'ru', 'db', 'This variant has a quantity; you cannot delete it', '\u042d\u0442\u043e\u0442 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0438\u043c\u0435\u0435\u0442 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e; ', NULL, NULL),\n(51255, 'ru', 'db', 'Failed to update product Please try again', '\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442. \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.', NULL, NULL),\n(51256, 'ru', 'db', 'Please upload a valid CSV file', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0444\u0430\u0439\u043b CSV.', NULL, NULL),\n(51257, 'ru', 'db', 'CSV file is empty or invalid', 'CSV-\u0444\u0430\u0439\u043b \u043f\u0443\u0441\u0442 \u0438\u043b\u0438 \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d.', NULL, NULL),\n(51258, 'ru', 'db', 'CSV file format is incorrect', '\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0444\u0430\u0439\u043b\u0430 CSV', NULL, NULL),\n(51259, 'ru', 'db', 'Unit code does not exist in the database', '\u041a\u043e\u0434 \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445', NULL, NULL),\n(51260, 'ru', 'db', 'Invalid variant value format', '\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0430.', NULL, NULL),\n(51261, 'ru', 'db', 'Products imported successfully!', '\u041f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0430!', NULL, NULL),\n(51262, 'ru', 'db', 'Please install the ecommerce addon!', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043a\u043e\u043c\u043c\u0435\u0440\u0446\u0438\u0438!', NULL, NULL),\n(51263, 'ru', 'db', 'All Products set to in stock successfully!', '\u0412\u0441\u0435 \u0442\u043e\u0432\u0430\u0440\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0441\u0442\u0443\u043f\u0438\u043b\u0438 \u043d\u0430 \u0441\u043a\u043b\u0430\u0434!', NULL, NULL),\n(51264, 'ru', 'db', 'All Products will be showed to online!', '\u0412\u0441\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u044b \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b \u043e\u043d\u043b\u0430\u0439\u043d!', NULL, NULL),\n(51265, 'ru', 'db', 'Product deleted successfully', '\u0422\u043e\u0432\u0430\u0440 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d', NULL, NULL),\n(51266, 'ru', 'db', 'Duplicate IMEI not allowed!', '\u0414\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 IMEI \u043d\u0435 \u0434\u043e\u043f\u0443\u0441\u043a\u0430\u0435\u0442\u0441\u044f!', NULL, NULL),\n(51267, 'ru', 'db', 'Purchase created successfully', '\u041f\u043e\u043a\u0443\u043f\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0430', NULL, NULL),\n(51268, 'ru', 'db', 'Purchase unit does not exist!', '\u041f\u043e\u043a\u0443\u043f\u043d\u0430\u044f \u0435\u0434\u0438\u043d\u0438\u0446\u0430 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442!', NULL, NULL),\n(51269, 'ru', 'db', 'Tax name does not exist!', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043d\u0430\u043b\u043e\u0433\u0430 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442!', NULL, NULL),\n(51270, 'ru', 'db', 'Purchase update successfully!', '\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u043e \u0443\u0441\u043f\u0435\u0448\u043d\u043e!', NULL, NULL),\n(51271, 'ru', 'db', 'Purchase updated successfully', '\u041f\u043e\u043a\u0443\u043f\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430', NULL, NULL),\n(51272, 'ru', 'db', 'Payment created successfully', '\u041f\u043b\u0430\u0442\u0435\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d', NULL, NULL),\n(51273, 'ru', 'db', 'Payment updated successfully', '\u041f\u043b\u0430\u0442\u0435\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d', NULL, NULL),\n(51274, 'ru', 'db', 'Payment deleted successfully', '\u041f\u043b\u0430\u0442\u0435\u0436 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d', NULL, NULL),\n(51275, 'ru', 'db', 'Purchase deleted successfully', '\u041f\u043e\u043a\u0443\u043f\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430', NULL, NULL),\n(51276, 'ru', 'db', 'Quotation deleted successfully', '\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e', NULL, NULL),\n(51277, 'ru', 'db', 'This reference either does not exist or status not completed!', '\u042d\u0442\u0430 \u0441\u0441\u044b\u043b\u043a\u0430 \u043b\u0438\u0431\u043e \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442, \u043b\u0438\u0431\u043e \u0441\u0442\u0430\u0442\u0443\u0441 \u043d\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d!', NULL, NULL),\n(51278, 'ru', 'db', 'This reference no does not exist!', '\u0414\u0430\u043d\u043d\u043e\u0439 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0435\u0442 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442!', NULL, NULL),\n(51279, 'ru', 'db', 'Permission updated successfully', '\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e', NULL, NULL),\n(51280, 'ru', 'db', 'Please setup your SMS API first!', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 SMS API!', NULL, NULL),\n(51281, 'ru', 'db', 'If you have any questions or concerns, please don\\\\', '\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u043a\u0430\u043a\u0438\u0435-\u043b\u0438\u0431\u043e \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438\u043b\u0438 \u0441\u043e\u043c\u043d\u0435\u043d\u0438\u044f, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043d\u0435\\\\', NULL, NULL),\n(51282, 'ru', 'db', 'Sales created successfully', '\u041f\u0440\u043e\u0434\u0430\u0436\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u044b', NULL, NULL),\n(51283, 'ru', 'db', 'Product does not exist!', '\u0422\u043e\u0432\u0430\u0440 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442!', NULL, NULL),\n(51284, 'ru', 'db', 'Sale unit does not exist!', '\u041e\u0431\u044a\u0435\u043a\u0442 \u043f\u0440\u043e\u0434\u0430\u0436\u0438 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442!', NULL, NULL),\n(51285, 'ru', 'db', 'Database cleared successfully', '\u0411\u0430\u0437\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0447\u0438\u0449\u0435\u043d\u0430', NULL, NULL),\n(51286, 'ru', 'db', 'Reward point setting updated successfully', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0431\u043e\u043d\u0443\u0441\u043d\u044b\u0445 \u0431\u0430\u043b\u043b\u043e\u0432 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430.', NULL, NULL),\n(51287, 'ru', 'db', 'SMS sent successfully', '\u0421\u041c\u0421 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e', NULL, NULL),\n(51288, 'ru', 'db', 'Payment options must be unique', '\u0412\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u043e\u043f\u043b\u0430\u0442\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u043c\u0438.', NULL, NULL),\n(51289, 'ru', 'db', 'POS setting updated successfully', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 POS \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b.', NULL, NULL),\n(51290, 'ru', 'db', 'Stock Count created successfully! Please download the initial file to complete it', '\u041f\u043e\u0434\u0441\u0447\u0435\u0442 \u0437\u0430\u043f\u0430\u0441\u043e\u0432 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d! ', NULL, NULL),\n(51291, 'ru', 'db', 'No product found!', '\u0422\u043e\u0432\u0430\u0440 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d!', NULL, NULL),\n(51292, 'ru', 'db', 'Stock Count finalized successfully!', '\u041f\u043e\u0434\u0441\u0447\u0435\u0442 \u0437\u0430\u043f\u0430\u0441\u043e\u0432 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d!', NULL, NULL),\n(51293, 'ru', 'db', 'Table created successfully', '\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0430', NULL, NULL),\n(51294, 'ru', 'db', 'Table updated successfully', '\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430', NULL, NULL),\n(51295, 'ru', 'db', 'Table deleted successfully', '\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430', NULL, NULL),\n(51296, 'ru', 'db', 'Tax imported successfully', '\u041d\u0430\u043b\u043e\u0433 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d', NULL, NULL),\n(51297, 'ru', 'db', 'Transfer imported successfully', '\u041f\u0435\u0440\u0435\u043d\u043e\u0441 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d', NULL, NULL),\n(51298, 'ru', 'db', 'Transfer updated successfully', '\u041f\u0435\u0440\u0435\u0434\u0430\u0447\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430', NULL, NULL),\n(51299, 'ru', 'db', 'Transfer deleted successfully', '\u041f\u0435\u0440\u0435\u0434\u0430\u0447\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u0430', NULL, NULL),\n(51300, 'ru', 'db', 'Unit imported successfully', '\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e', NULL, NULL),\n(51301, 'ru', 'db', 'Data updated successfullly', '\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b', NULL, NULL),\n(51302, 'ru', 'db', 'Please Confirm your new password', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u043d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c', NULL, NULL),\n(51303, 'ru', 'db', 'Current Password does not match', '\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c \u043d\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442', NULL, NULL),\n(51304, 'ru', 'db', 'Data deleted successfullly', '\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u044b', NULL, NULL),\n(51305, 'ru', 'db', 'Warehouse imported successfully', '\u0421\u043a\u043b\u0430\u0434 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d', NULL, NULL),\n(51306, 'ru', 'db', 'Packing Slip to manage orders\/sales', '\u0423\u043f\u0430\u043a\u043e\u0432\u043e\u0447\u043d\u0430\u044f \u043d\u0430\u043a\u043b\u0430\u0434\u043d\u0430\u044f \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u043a\u0430\u0437\u0430\u043c\u0438\/\u043f\u0440\u043e\u0434\u0430\u0436\u0430\u043c\u0438', NULL, NULL),\n(51307, 'ru', 'db', 'Font', '\u0428\u0440\u0438\u0444\u0442', NULL, NULL),\n(51308, 'ru', 'db', 'Allow customers to order', '\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c \u0434\u0435\u043b\u0430\u0442\u044c \u0437\u0430\u043a\u0430\u0437\u044b', NULL, NULL),\n(51309, 'ru', 'db', 'Place Order', '\u0420\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0437\u0430\u043a\u0430\u0437', NULL, NULL),\n(51310, 'ru', 'db', 'Zip \/ Postal Code', '\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0438\u043d\u0434\u0435\u043a\u0441', NULL, NULL),\n(51311, 'ru', 'db', 'Add Point', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u043e\u0447\u043a\u0443', NULL, NULL),\n(51312, 'ru', 'db', 'Invoice Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0447\u0435\u0442\u0430', NULL, NULL),\n(51313, 'ru', 'db', 'Invoice Type', '\u0422\u0438\u043f \u0441\u0447\u0435\u0442\u0430', NULL, NULL),\n(51314, 'ru', 'db', 'Numbering Type', '\u0422\u0438\u043f \u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u0438', NULL, NULL),\n(51315, 'ru', 'db', 'Start Number', '\u0421\u0442\u0430\u0440\u0442\u043e\u0432\u044b\u0439 \u043d\u043e\u043c\u0435\u0440', NULL, NULL),\n(51316, 'ru', 'db', 'Header Text', '\u0422\u0435\u043a\u0441\u0442 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430', NULL, NULL),\n(51317, 'ru', 'db', 'Footer Text', '\u0422\u0435\u043a\u0441\u0442 \u043d\u0438\u0436\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430', NULL, NULL),\n(51318, 'ru', 'db', 'Company Logo', '\u041b\u043e\u0433\u043e\u0442\u0438\u043f \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438', NULL, NULL),\n(51319, 'ru', 'db', 'Logo Height', '\u0412\u044b\u0441\u043e\u0442\u0430 \u043b\u043e\u0433\u043e\u0442\u0438\u043f\u0430', NULL, NULL),\n(51320, 'ru', 'db', 'Logo Width', '\u0428\u0438\u0440\u0438\u043d\u0430 \u043b\u043e\u0433\u043e\u0442\u0438\u043f\u0430', NULL, NULL),\n(51321, 'ru', 'db', 'Primary Color', '\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0446\u0432\u0435\u0442', NULL, NULL),\n(51322, 'ru', 'db', 'Invoice Date Format', '\u0424\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b \u0441\u0447\u0435\u0442\u0430-\u0444\u0430\u043a\u0442\u0443\u0440\u044b', NULL, NULL),\n(51323, 'ru', 'db', 'Show Barcode', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0448\u0442\u0440\u0438\u0445-\u043a\u043e\u0434', NULL, NULL),\n(51324, 'ru', 'db', 'Show QR Code', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c QR-\u043a\u043e\u0434', NULL, NULL),\n(51325, 'ru', 'db', 'Show Description(Only 58mm,80mm]', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 (\u0442\u043e\u043b\u044c\u043a\u043e 58 \u043c\u043c, 80 \u043c\u043c]', NULL, NULL),\n(51326, 'ru', 'db', 'Show In Words', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432 \u0441\u043b\u043e\u0432\u0430\u0445', NULL, NULL),\n(51327, 'ru', 'db', 'Active Primary Color', '\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0446\u0432\u0435\u0442', NULL, NULL),\n(51328, 'ru', 'db', 'Show Warehouse Info', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0441\u043a\u043b\u0430\u0434\u0435', NULL, NULL),\n(51329, 'ru', 'db', 'Show Bill TO Info', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0441\u0447\u0435\u0442\u0435 TO', NULL, NULL),\n(51330, 'ru', 'db', 'Received By Info', '\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043e \u043f\u043e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438', NULL, NULL),\n(51331, 'ru', 'db', 'Show Footer Text', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442 \u043d\u0438\u0436\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430', NULL, NULL),\n(51332, 'ru', 'db', 'Show Payment Note', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435 \u043a \u043f\u043b\u0430\u0442\u0435\u0436\u0443', NULL, NULL),\n(51333, 'ru', 'db', 'Show Reference No', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u043e\u043c\u0435\u0440 \u0441\u0441\u044b\u043b\u043a\u0438', NULL, NULL),\n(51334, 'ru', 'db', 'Active Date Format', '\u0424\u043e\u0440\u043c\u0430\u0442 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u0434\u0430\u0442\u044b', NULL, NULL),\n(51335, 'ru', 'db', 'Invoice Generate Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0441\u0447\u0435\u0442\u0430-\u0444\u0430\u043a\u0442\u0443\u0440\u044b', NULL, NULL),\n(51336, 'ru', 'db', 'Active Logo Height Width', '\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u043b\u043e\u0433\u043e\u0442\u0438\u043f \u0412\u044b\u0441\u043e\u0442\u0430 \u0428\u0438\u0440\u0438\u043d\u0430', NULL, NULL),\n(51337, 'ru', 'db', 'Add New Invoice Setting', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u0441\u0447\u0435\u0442\u0430', NULL, NULL),\n(51338, 'ru', 'db', 'Edit Invoice Setting', '\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0447\u0435\u0442\u0430', NULL, NULL),\n(51339, 'ru', 'db', 'Size', '\u0420\u0430\u0437\u043c\u0435\u0440', NULL, NULL),\n(51340, 'ru', 'db', 'Is Default', '\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(51341, 'ru', 'db', 'Set Default', '\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(51342, 'ru', 'db', 'Date Wise', '\u0412\u044b\u0431\u043e\u0440 \u0434\u0430\u0442\u044b', NULL, NULL),\n(51343, 'ru', 'db', 'Random', '\u0421\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0439', NULL, NULL),\n(51344, 'ru', 'db', 'Sequential', '\u041f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439', NULL, NULL),\n(51345, 'ru', 'db', 'Date Range', '\u0414\u0438\u0430\u043f\u0430\u0437\u043e\u043d \u0434\u0430\u0442', NULL, NULL),\n(51346, 'ru', 'db', 'Invoice Create\/Edit\/Delete', '\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435\/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\/\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0441\u0447\u0435\u0442\u0430-\u0444\u0430\u043a\u0442\u0443\u0440\u044b', NULL, NULL),\n(51347, 'ru', 'db', 'Served By', '\u041e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f', NULL, NULL),\n(51348, 'ru', 'db', 'Available Quantity', '\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(51349, 'ru', 'db', 'Hide Total Due', '\u0421\u043a\u0440\u044b\u0442\u044c \u043e\u0431\u0449\u0443\u044e \u0441\u0443\u043c\u043c\u0443 \u0437\u0430\u0434\u043e\u043b\u0436\u0435\u043d\u043d\u043e\u0441\u0442\u0438', NULL, NULL),\n(51350, 'ru', 'db', 'Filter Purchases', '\u0424\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(51351, 'ru', 'db', 'Type purchase code', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(51352, 'ru', 'db', 'Scan the QR code to pay', '\u041e\u0442\u0441\u043a\u0430\u043d\u0438\u0440\u0443\u0439\u0442\u0435 QR-\u043a\u043e\u0434 \u0434\u043b\u044f \u043e\u043f\u043b\u0430\u0442\u044b', NULL, NULL),\n(51353, 'ru', 'db', 'Upload payment proof', '\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043e\u043f\u043b\u0430\u0442\u044b', NULL, NULL),\n(51354, 'ru', 'db', 'Change Currency', '\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0430\u043b\u044e\u0442\u0443', NULL, NULL),\n(51355, 'ru', 'db', 'Your Rating', '\u0412\u0430\u0448 \u0440\u0435\u0439\u0442\u0438\u043d\u0433', NULL, NULL),\n(51356, 'ru', 'db', 'Your Review', '\u0412\u0430\u0448 \u043e\u0442\u0437\u044b\u0432', NULL, NULL),\n(51357, 'ru', 'db', 'Add Review', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0437\u044b\u0432', NULL, NULL),\n(51358, 'ru', 'db', 'Rating', '\u0420\u0435\u0439\u0442\u0438\u043d\u0433', NULL, NULL),\n(51359, 'ru', 'db', 'Review', '\u041e\u0431\u0437\u043e\u0440', NULL, NULL),\n(51360, 'ru', 'db', 'No reviews yet', '\u041f\u043e\u043a\u0430 \u043d\u0435\u0442 \u043e\u0442\u0437\u044b\u0432\u043e\u0432', NULL, NULL),\n(51361, 'ru', 'db', 'You already review this product', '\u0412\u044b \u0443\u0436\u0435 \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0435 \u043e\u0442\u0437\u044b\u0432 \u043e\u0431 \u044d\u0442\u043e\u043c \u0442\u043e\u0432\u0430\u0440\u0435', NULL, NULL),\n(51362, 'ru', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', '\u0423 \u0432\u0430\u0441 \u043d\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u043d\u0430 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430. ', NULL, NULL),\n(51363, 'ru', 'db', 'You must be logged in to write a review', '\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443, \u0447\u0442\u043e\u0431\u044b \u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u043e\u0442\u0437\u044b\u0432', NULL, NULL),\n(51364, 'ru', 'db', 'Login', '\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f', NULL, NULL),\n(51365, 'ru', 'db', 'Product', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(51366, 'ru', 'db', 'Select Recipe', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0446\u0435\u043f\u0442', NULL, NULL),\n(51367, 'ru', 'db', 'Total Qty', '\u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(51368, 'ru', 'db', 'Wastage Percent', '\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043f\u043e\u0442\u0435\u0440\u044c', NULL, NULL),\n(51369, 'ru', 'db', 'Final Quantity', '\u041e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(51370, 'ru', 'db', 'Unit Price', '\u0426\u0435\u043d\u0430 \u0437\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0443 \u0442\u043e\u0432\u0430\u0440\u0430', NULL, NULL),\n(51371, 'ru', 'db', 'Sub total', '\u0418\u0442\u043e\u0433\u043e', NULL, NULL),\n(51372, 'ru', 'db', 'Production Cost', '\u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430', NULL, NULL),\n(51373, 'ru', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', '\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u043a\u0430\u043a\u0438\u0435-\u043b\u0438\u0431\u043e \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438\u043b\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043d\u0435 \u0441\u0442\u0435\u0441\u043d\u044f\u0439\u0442\u0435\u0441\u044c \u043e\u0431\u0440\u0430\u0449\u0430\u0442\u044c\u0441\u044f \u043a \u043d\u0430\u043c. \u041c\u044b \u0437\u0434\u0435\u0441\u044c, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043c\u043e\u0447\u044c!', NULL, NULL),\n(51374, 'ru', 'db', 'Product with', '\u041f\u0440\u043e\u0434\u0443\u043a\u0442 \u0441', NULL, NULL),\n(51375, 'ru', 'db', 'Loading products for selected warehouse', '\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0438 \u043d\u0430 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0441\u043a\u043b\u0430\u0434', NULL, NULL),\n(51376, 'ru', 'db', 'Show Paid Info', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u0438 \u043f\u043b\u0430\u0442\u0435\u0436\u0430', NULL, NULL),\n(51377, 'ru', 'db', 'Show Amount In Words', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0443\u043c\u043c\u0443 \u043f\u0440\u043e\u043f\u0438\u0441\u044c\u044e', NULL, NULL),\n(51378, 'ru', 'db', 'Show Bill To Info', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u00ab\u0441\u0447\u0435\u0442\u0435 \u043d\u0430\u00bb', NULL, NULL),\n(51379, 'ru', 'db', 'Auto Generate Numbering Type', '\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043d\u043e\u043c\u0435\u0440\u0430 \u0441\u0447\u0435\u0442\u0430-\u0444\u0430\u043a\u0442\u0443\u0440\u044b', NULL, NULL),\n(51380, 'ru', 'db', 'Show Description', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435', NULL, NULL),\n(51381, 'ru', 'db', 'Profit Margin', '\u0420\u0430\u0437\u043c\u0435\u0440 \u043f\u0440\u0438\u0431\u044b\u043b\u0438', NULL, NULL),\n(51382, 'ru', 'db', 'show Products Details in Purchase List', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0442\u043e\u0432\u0430\u0440\u044b \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u043f\u043e\u043a\u0443\u043f\u043e\u043a', NULL, NULL),\n(51383, 'ru', 'db', 'show Products Details in Sales List', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0442\u043e\u0432\u0430\u0440\u044b \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u0440\u0430\u0441\u043f\u0440\u043e\u0434\u0430\u0436', NULL, NULL),\n(51384, 'ru', 'db', 'Default Profit Margin Value', '\u0420\u0430\u0437\u043c\u0435\u0440 \u043f\u0440\u0438\u0431\u044b\u043b\u0438 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e (%)', NULL, NULL),\n(51385, 'ru', 'db', 'show', '\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c', NULL, NULL),\n(51386, 'ru', 'db', 'hide', '\u0421\u043a\u0440\u044b\u0432\u0430\u0442\u044c', NULL, NULL),\n(51387, 'ru', 'db', 'expired', '\u0418\u0441\u0442\u0435\u043a\u0448\u0438\u0439', NULL, NULL),\n(51388, 'ru', 'db', 'add_recipes', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u0435\u0446\u0435\u043f\u0442\u044b', NULL, NULL),\n(51389, 'ru', 'db', 'Recipe', '\u0420\u0435\u0446\u0435\u043f\u0442', NULL, NULL),\n(51390, 'ru', 'db', 'add_recipe', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u0435\u0446\u0435\u043f\u0442', NULL, NULL),\n(51391, 'ru', 'db', 'Wastage percent', '\u041f\u0440\u043e\u0446\u0435\u043d\u0442 \u043e\u0442\u0445\u043e\u0434\u043e\u0432', NULL, NULL),\n(51392, 'ru', 'db', 'add_Ingredient', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442', NULL, NULL),\n(51393, 'ru', 'db', 'Ingredient List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u043e\u0432', NULL, NULL),\n(51394, 'ru', 'db', 'Customer Name', '\u0418\u043c\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(51395, 'ru', 'db', 'Review', '\u041e\u0431\u0437\u043e\u0440', NULL, NULL),\n(51396, 'ru', 'db', 'Confirmation', '\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435', NULL, NULL),\n(51397, 'ru', 'db', 'Your Rating', '\u0412\u0430\u0448 \u0440\u0435\u0439\u0442\u0438\u043d\u0433', NULL, NULL),\n(51398, 'ru', 'db', 'Your Review', '\u0412\u0430\u0448 \u043e\u0442\u0437\u044b\u0432', NULL, NULL),\n(51399, 'ru', 'db', 'Add Review', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0437\u044b\u0432', NULL, NULL),\n(51400, 'ru', 'db', 'Rating', '\u0420\u0435\u0439\u0442\u0438\u043d\u0433', NULL, NULL),\n(51401, 'ru', 'db', 'Review', '\u041e\u0431\u0437\u043e\u0440', NULL, NULL),\n(51402, 'ru', 'db', 'No reviews yet', '\u041f\u043e\u043a\u0430 \u043d\u0435\u0442 \u043e\u0442\u0437\u044b\u0432\u043e\u0432', NULL, NULL),\n(51403, 'ru', 'db', 'You already reviewed this product', '\u0412\u044b \u0443\u0436\u0435 \u043e\u0441\u0442\u0430\u0432\u0438\u043b\u0438 \u043e\u0442\u0437\u044b\u0432 \u043e\u0431 \u044d\u0442\u043e\u043c \u0442\u043e\u0432\u0430\u0440\u0435', NULL, NULL),\n(51404, 'ru', 'db', 'You must buy it to leave a review', '\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u043a\u0443\u043f\u0438\u0442\u044c \u0435\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0437\u044b\u0432', NULL, NULL),\n(51405, 'ru', 'db', 'Edit Recipe', '\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u0435\u0446\u0435\u043f\u0442', NULL, NULL),\n(51406, 'ru', 'db', 'add_production', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e', NULL, NULL),\n(51407, 'ru', 'db', 'Adjustment Quantity', '\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0440\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u043a\u0438', NULL, NULL),\n(51408, 'ru', 'db', 'Adjust Quantity', '\u041e\u0442\u0440\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e', NULL, NULL),\n(51409, 'ru', 'db', 'You must close your cash register before logout', '\u041f\u0435\u0440\u0435\u0434 \u0432\u044b\u0445\u043e\u0434\u043e\u043c \u0438\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u043a\u0430\u0441\u0441\u0443.', NULL, NULL),\n(51410, 'ru', 'db', 'Amount exceeds available balance', '\u0421\u0443\u043c\u043c\u0430 \u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u0431\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(51411, 'ru', 'db', 'View Points', '\u0422\u043e\u0447\u043a\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430', NULL, NULL),\n(51412, 'ru', 'db', 'Cash Register', '\u041a\u0430\u0441\u0441\u043e\u0432\u044b\u0439 \u0430\u043f\u043f\u0430\u0440\u0430\u0442', NULL, NULL),\n(51413, 'ru', 'db', 'Closing Balance', '\u0418\u0442\u043e\u0433\u043e\u0432\u044b\u0439 \u0431\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(51414, 'ru', 'db', 'Actual Cash', '\u0424\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0434\u0435\u043d\u0435\u0436\u043d\u044b\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430', NULL, NULL),\n(51415, 'ru', 'db', 'Add Invoice Setting', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u0441\u0447\u0435\u0442\u0430', NULL, NULL),\n(51416, 'ru', 'db', 'Receipt Printers', '\u0427\u0435\u043a\u043e\u0432\u044b\u0435 \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u044b', NULL, NULL),\n(51417, 'ru', 'db', 'Receipt Printer Type', '\u0422\u0438\u043f \u0447\u0435\u043a\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u0430', NULL, NULL),\n(51418, 'ru', 'db', 'Default', '\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e', NULL, NULL),\n(51419, 'ru', 'db', 'Simple', '\u041f\u0440\u043e\u0441\u0442\u043e\u0439', NULL, NULL),\n(51420, 'ru', 'db', 'Star SP2000 Series', '\u0417\u0432\u0435\u0437\u0434\u0430 \u0441\u0435\u0440\u0438\u0438 SP2000', NULL, NULL),\n(51421, 'ru', 'db', 'EPOS TEP200M Series', '\u0421\u0435\u0440\u0438\u044f \u042d\u041f\u041e\u0421 \u0422\u042d\u041f200\u041c', NULL, NULL),\n(51422, 'ru', 'db', 'Epson TM-U220', '\u042d\u043f\u0441\u043e\u043d \u0422\u041c-U220', NULL, NULL),\n(51423, 'ru', 'db', 'Rongta RP326', '\u0420\u043e\u043d\u0433\u0442\u0430 RP326', NULL, NULL),\n(51424, 'ru', 'db', 'PBM P822D', '\u041f\u0411\u041c P822D', NULL, NULL),\n(51425, 'ru', 'db', 'Add Printer', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0438\u043d\u0442\u0435\u0440', NULL, NULL),\n(51426, 'ru', 'db', 'Printer Name', '\u0418\u043c\u044f \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u0430', NULL, NULL),\n(51427, 'ru', 'db', 'Connection Type', '\u0422\u0438\u043f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f', NULL, NULL),\n(51428, 'ru', 'db', 'Capability Profile', '\u041f\u0440\u043e\u0444\u0438\u043b\u044c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0435\u0439', NULL, NULL),\n(51429, 'ru', 'db', 'Characters per line', '\u0421\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0432 \u0441\u0442\u0440\u043e\u043a\u0435', NULL, NULL),\n(51430, 'ru', 'db', 'IP Address', 'IP-\u0430\u0434\u0440\u0435\u0441', NULL, NULL),\n(51431, 'ru', 'db', 'Port', '\u041f\u043e\u0440\u0442', NULL, NULL),\n(51432, 'ru', 'db', 'Path', '\u041f\u0443\u0442\u044c', NULL, NULL),\n(51433, 'ru', 'db', 'Maximum characters printable per line', '\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0435\u0447\u0430\u0442\u0430\u0435\u043c\u044b\u0445 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0432 \u0441\u0442\u0440\u043e\u043a\u0435', NULL, NULL),\n(51434, 'ru', 'db', 'Printer IP address', 'IP-\u0430\u0434\u0440\u0435\u0441 \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u0430', NULL, NULL),\n(51435, 'ru', 'db', 'Most printers use port 9100', '\u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u043e\u0432 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442 \u043f\u043e\u0440\u0442 9100.', NULL, NULL),\n(51436, 'ru', 'db', 'Device files are typically', '\u0424\u0430\u0439\u043b\u044b \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 \u043e\u0431\u044b\u0447\u043d\u043e', NULL, NULL),\n(51437, 'ru', 'db', 'Windows connection type', '\u0422\u0438\u043f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f Windows', NULL, NULL),\n(51438, 'ru', 'db', 'Linux connection type', '\u0422\u0438\u043f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f Linux', NULL, NULL),\n(51439, 'ru', 'db', 'Receipt Printers', '\u0427\u0435\u043a\u043e\u0432\u044b\u0435 \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u044b', NULL, NULL),\n(51440, 'ru', 'db', 'Warranty', '\u0413\u0430\u0440\u0430\u043d\u0442\u0438\u044f', NULL, NULL),\n(51441, 'ru', 'db', 'Will Expire', '\u0421\u0440\u043e\u043a \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0438\u0441\u0442\u0435\u043a\u0430\u0435\u0442', NULL, NULL),\n(51442, 'ru', 'db', 'This warehouse already has a printer assigned', '\u042d\u0442\u043e\u043c\u0443 \u0441\u043a\u043b\u0430\u0434\u0443 \u0443\u0436\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d \u043f\u0440\u0438\u043d\u0442\u0435\u0440', NULL, NULL),\n(51443, 'ru', 'db', 'The receipt has been successfully printed', '\u041a\u0432\u0438\u0442\u0430\u043d\u0446\u0438\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0440\u0430\u0441\u043f\u0435\u0447\u0430\u0442\u0430\u043d\u0430', NULL, NULL),\n(51444, 'ru', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', '\u0420\u0430\u0437\u043d\u044b\u0435 \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u0440\u0430\u0437\u043d\u044b\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0438 \u043a\u043e\u0434\u043e\u0432\u044b\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b. ', NULL, NULL),\n(51445, 'ru', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', '\u041a\u043e\u0433\u0434\u0430 \u0432\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u0435 \u043f\u0440\u0438\u043d\u0442\u0435\u0440 \u0447\u0435\u043a\u043e\u0432 \u044d\u0442\u043e\u043c\u0443 \u0441\u043a\u043b\u0430\u0434\u0443, \u043f\u0435\u0447\u0430\u0442\u044c \u0447\u0435\u0440\u0435\u0437 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0430. ', NULL, NULL),\n(51446, 'ru', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0448\u0430\u0431\u043b\u043e\u043d 58 \u043c\u043c \u0438\u043b\u0438 80 \u043c\u043c \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0441\u0447\u0435\u0442\u0430.', NULL, NULL),\n(51447, 'ru', 'db', 'Customer Display Screen', '\u042d\u043a\u0440\u0430\u043d \u0434\u0438\u0441\u043f\u043b\u0435\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(51448, 'ru', 'db', 'Change Return', '\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u043e\u0437\u0432\u0440\u0430\u0442', NULL, NULL),\n(51449, 'ru', 'db', 'This is a test mail to confirm your SMTP settings are working.', '\u042d\u0442\u043e \u0442\u0435\u0441\u0442\u043e\u0432\u043e\u0435 \u043f\u0438\u0441\u044c\u043c\u043e, \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u044e\u0449\u0435\u0435, \u0447\u0442\u043e \u0432\u0430\u0448\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 SMTP \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442.', NULL, NULL),\n(51450, 'ru', 'db', 'Test Mail', '\u0422\u0435\u0441\u0442\u043e\u0432\u0430\u044f \u043f\u043e\u0447\u0442\u0430', NULL, NULL),\n(51451, 'ru', 'db', 'data_updated_mail_sent', '\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b. ', NULL, NULL),\n(51452, 'ru', 'db', 'data_updated_mail_fail', '\u0414\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e, \u043d\u043e \u0442\u0435\u0441\u0442\u043e\u0432\u043e\u0435 \u043f\u0438\u0441\u044c\u043c\u043e \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c:', NULL, NULL),\n(51453, 'ru', 'db', 'Credit Limit', '\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u044b\u0439 \u043b\u0438\u043c\u0438\u0442', NULL, NULL),\n(51454, 'ru', 'db', 'Credit limit exceeded! Customer credit limit:', '\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u044b\u0439 \u043b\u0438\u043c\u0438\u0442 \u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d! ', NULL, NULL),\n(51455, 'ru', 'db', 'Credit Sale', '\u041f\u0440\u043e\u0434\u0430\u0436\u0430 \u0432 \u043a\u0440\u0435\u0434\u0438\u0442', NULL, NULL),\n(51456, 'ru', 'db', 'Initial Deposit', '\u041f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u0435\u043f\u043e\u0437\u0438\u0442', NULL, NULL),\n(51457, 'ru', 'db', 'Opening balance', '\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(51458, 'ru', 'db', 'WhatsApp Number', '\u041d\u043e\u043c\u0435\u0440 WhatsApp', NULL, NULL),\n(51459, 'ru', 'db', 'create_ticket', '\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0431\u0438\u043b\u0435\u0442', NULL, NULL),\n(51460, 'ru', 'db', 'subject', '\u041f\u0440\u0435\u0434\u043c\u0435\u0442', NULL, NULL),\n(51461, 'ru', 'db', 'tenant', '\u0416\u0438\u043b\u0435\u0446', NULL, NULL),\n(51462, 'ru', 'db', 'no_subject', '\u041d\u0435\u0442 \u0442\u0435\u043c\u044b', NULL, NULL),\n(51463, 'ru', 'db', 'confirm_delete_ticket', '\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0431\u0438\u043b\u0435\u0442?', NULL, NULL),\n(51464, 'ru', 'db', 'add_ticket', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0431\u0438\u043b\u0435\u0442', NULL, NULL),\n(51465, 'ru', 'db', 'ticket_created', '\u0417\u0430\u044f\u0432\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0430', NULL, NULL),\n(51466, 'ru', 'db', 'ticket_deleted', '\u0411\u0438\u043b\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d', NULL, NULL),\n(51467, 'ru', 'db', 'insert_upload_text', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\/\u0432\u0438\u0434\u0435\u043e \u0432 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043f\u043e\u043b\u0435 \u0432\u044b\u0448\u0435, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0432 \u0438\u0445 \u043d\u0430', NULL, NULL),\n(51468, 'ru', 'db', 'reply_sent', '\u041e\u0442\u0432\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d', NULL, NULL),\n(51469, 'ru', 'db', 'disable_tenant_support_tickets', '\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0430\u044f\u0432\u043a\u0438 \u0432 \u0441\u043b\u0443\u0436\u0431\u0443 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432', NULL, NULL),\n(51470, 'ru', 'db', 'symbol', '\u0421\u0438\u043c\u0432\u043e\u043b', NULL, NULL),\n(51471, 'ru', 'db', 'print_invoice', '\u0420\u0430\u0441\u043f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u0441\u0447\u0435\u0442', NULL, NULL),\n(51472, 'ru', 'db', 'create_ticket', '\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0431\u0438\u043b\u0435\u0442', NULL, NULL),\n(51473, 'ru', 'db', 'subject', '\u041f\u0440\u0435\u0434\u043c\u0435\u0442', NULL, NULL),\n(51474, 'ru', 'db', 'tenant', '\u0416\u0438\u043b\u0435\u0446', NULL, NULL),\n(51475, 'ru', 'db', 'no_subject', '\u041d\u0435\u0442 \u0442\u0435\u043c\u044b', NULL, NULL),\n(51476, 'ru', 'db', 'add_ticket', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0431\u0438\u043b\u0435\u0442', NULL, NULL),\n(51477, 'ru', 'db', 'confirm_delete_ticket', '\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0431\u0438\u043b\u0435\u0442?', NULL, NULL),\n(51478, 'ru', 'db', 'ticket_created', '\u0417\u0430\u044f\u0432\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0430', NULL, NULL),\n(51479, 'ru', 'db', 'ticket_deleted', '\u0411\u0438\u043b\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d', NULL, NULL),\n(51480, 'ru', 'db', 'insert_upload_text', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\/\u0432\u0438\u0434\u0435\u043e \u0432 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043f\u043e\u043b\u0435 \u0432\u044b\u0448\u0435, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0432 \u0438\u0445 \u043d\u0430', NULL, NULL),\n(51481, 'ru', 'db', 'reply_sent', '\u041e\u0442\u0432\u0435\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d', NULL, NULL),\n(51482, 'ru', 'db', 'Return Discount', '\u0421\u043a\u0438\u0434\u043a\u0430 \u043d\u0430 \u0432\u043e\u0437\u0432\u0440\u0430\u0442', NULL, NULL),\n(51483, 'ru', 'db', 'Activity Log', '\u0416\u0443\u0440\u043d\u0430\u043b \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438', NULL, NULL),\n(51484, 'ru', 'db', 'Item Description', '\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0442\u043e\u0432\u0430\u0440\u0430', NULL, NULL),\n(51485, 'ru', 'db', 'Cart Product Update', '\u041a\u043e\u0440\u0437\u0438\u043d\u0430 \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(51486, 'ru', 'db', 'Handle Discount', '\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441\u043a\u0438\u0434\u043a\u0443', NULL, NULL),\n(51487, 'ru', 'db', 'Account Selection', '\u0412\u044b\u0431\u043e\u0440 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430', NULL, NULL),\n(51488, 'ru', 'db', 'Installment Plan', '\u0420\u0430\u0441\u0441\u0440\u043e\u0447\u043a\u0430', NULL, NULL),\n(51489, 'ru', 'db', 'Enable Installment Plan', '\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0430\u0441\u0441\u0440\u043e\u0447\u043a\u0443', NULL, NULL),\n(51490, 'ru', 'db', 'Installment', '\u0420\u0430\u0441\u0441\u0440\u043e\u0447\u043a\u0430', NULL, NULL),\n(51491, 'ru', 'db', 'Plan Name', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u043b\u0430\u043d\u0430', NULL, NULL),\n(51492, 'ru', 'db', 'Total Amount', '\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430', NULL, NULL),\n(51493, 'ru', 'db', 'Additional Amount', '\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430', NULL, NULL),\n(51494, 'ru', 'db', 'Down Payment', '\u0410\u0432\u0430\u043d\u0441\u043e\u0432\u044b\u0439 \u043f\u043b\u0430\u0442\u0435\u0436', NULL, NULL),\n(51495, 'ru', 'db', 'Disable registration', '\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044e', NULL, NULL),\n(51496, 'ru', 'db', 'Disable password reset', '\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0431\u0440\u043e\u0441 \u043f\u0430\u0440\u043e\u043b\u044f', NULL, NULL),\n(51497, 'ru', 'db', 'Font CSS', 'CSS-\u0448\u0440\u0438\u0444\u0442', NULL, NULL),\n(51498, 'ru', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS \u0434\u043b\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 (\u0432\u0445\u043e\u0434\/\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f\/\u0437\u0430\u0431\u044b\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c\/\u0432\u0435\u0440\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f)', NULL, NULL),\n(51499, 'ru', 'db', 'POS page CSS', 'CSS-\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 POS-\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430', NULL, NULL),\n(51500, 'ru', 'db', 'Custom CSS\/Styles', '\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 CSS\/\u0441\u0442\u0438\u043b\u0438', NULL, NULL),\n(51501, 'ru', 'db', 'Sidebar', '\u0411\u043e\u043a\u043e\u0432\u0430\u044f \u043f\u0430\u043d\u0435\u043b\u044c', NULL, NULL),\n(51502, 'ru', 'db', 'Exports', '\u042d\u043a\u0441\u043f\u043e\u0440\u0442', NULL, NULL),\n(51503, 'ru', 'db', 'Cart Product Update', '\u041a\u043e\u0440\u0437\u0438\u043d\u0430 \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(51504, 'ru', 'db', 'Handle Discount', '\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441\u043a\u0438\u0434\u043a\u0443', NULL, NULL),\n(51505, 'ru', 'db', 'Product Export', '\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0438', NULL, NULL),\n(51506, 'ru', 'db', 'Purchase Export', '\u041f\u043e\u043a\u0443\u043f\u043a\u0430 \u042d\u043a\u0441\u043f\u043e\u0440\u0442', NULL, NULL),\n(51507, 'ru', 'db', 'Sale Export', '\u041f\u0440\u043e\u0434\u0430\u0436\u0430 \u042d\u043a\u0441\u043f\u043e\u0440\u0442', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(51508, 'ru', 'db', 'Customer Export', '\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432', NULL, NULL),\n(51509, 'ru', 'db', 'Account Selection', '\u0412\u044b\u0431\u043e\u0440 \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430', NULL, NULL),\n(51510, 'ru', 'db', 'Change Sale Date', '\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u0430\u0442\u0443 \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(51511, 'ru', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(51512, 'ru', 'db', 'message_templates', '\u0428\u0430\u0431\u043b\u043e\u043d\u044b \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439', NULL, NULL),\n(51513, 'ru', 'db', 'send_message', '\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435', NULL, NULL),\n(51514, 'ru', 'db', 'permanent_access_token', '\u0422\u043e\u043a\u0435\u043d \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430', NULL, NULL),\n(51515, 'ru', 'db', 'whatsapp_settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 WhatsApp', NULL, NULL),\n(51516, 'ru', 'db', 'phone_number_id', '\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043d\u043e\u043c\u0435\u0440\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430', NULL, NULL),\n(51517, 'ru', 'db', 'business_account_id', '\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0431\u0438\u0437\u043d\u0435\u0441-\u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430', NULL, NULL),\n(51518, 'ru', 'db', 'api_token', 'API-\u0442\u043e\u043a\u0435\u043d', NULL, NULL),\n(51519, 'ru', 'db', 'receipt', '\u041a\u0432\u0438\u0442\u0430\u043d\u0446\u0438\u044f', NULL, NULL),\n(51520, 'ru', 'db', 'message_types', '\u0422\u0438\u043f\u044b \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439', NULL, NULL),\n(51521, 'ru', 'db', 'no_template_type_message', '\u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u0448\u0430\u0431\u043b\u043e\u043d, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0438\u0436\u0435', NULL, NULL),\n(51522, 'ru', 'db', 'message_sent_successfully', '\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e', NULL, NULL),\n(51523, 'ru', 'db', 'fail_sent_message', '\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435', NULL, NULL),\n(51524, 'ru', 'db', 'whatsapp_credentials_missing', '\u0423\u0447\u0435\u0442\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 WhatsApp \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442', NULL, NULL),\n(51525, 'ru', 'db', 'failed_upload_media_whatsApp', '\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u0444\u0430\u0439\u043b\u044b \u0432 WhatsApp.', NULL, NULL),\n(51526, 'ru', 'db', 'media_id_not_returned_from_WhatsApp', '\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044f \u043d\u0435 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0435 WhatsApp', NULL, NULL),\n(51527, 'ru', 'db', 'sending_not_enabled', '\u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u043d\u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0430', NULL, NULL),\n(51528, 'ru', 'db', 'failed_to_fetch_templates', '\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d\u044b.', NULL, NULL),\n(51529, 'ru', 'db', 'manage_template', '\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u043c', NULL, NULL),\n(51530, 'ru', 'db', 'send_whatsapp_message', '\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 WhatsApp', NULL, NULL),\n(51531, 'ru', 'db', 'type_your_message', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435', NULL, NULL),\n(51532, 'ru', 'db', 'delete_confirmation', '\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c?', NULL, NULL),\n(51533, 'ru', 'db', 'template_deleted_successfully', '\u0428\u0430\u0431\u043b\u043e\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0435\u043d', NULL, NULL),\n(51534, 'ru', 'db', 'failed_delete_template', '\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d.', NULL, NULL),\n(51535, 'ru', 'db', 'receiver', '\u041f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044c', NULL, NULL),\n(51536, 'ru', 'db', 'template', '\u0428\u0430\u0431\u043b\u043e\u043d', NULL, NULL),\n(51537, 'ru', 'db', 'message', '\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435', NULL, NULL),\n(51538, 'ru', 'db', 'attachment', '\u0412\u043b\u043e\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(51539, 'ru', 'db', 'image', '\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435', NULL, NULL),\n(51540, 'ru', 'db', 'document', '\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442', NULL, NULL),\n(51541, 'ru', 'db', 'Add Designation', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435', NULL, NULL),\n(51542, 'ru', 'db', 'Add Leave', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u043f\u0443\u0441\u043a', NULL, NULL),\n(51543, 'ru', 'db', 'Add Overtime', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0432\u0435\u0440\u0445\u0443\u0440\u043e\u0447\u043d\u0443\u044e \u0440\u0430\u0431\u043e\u0442\u0443', NULL, NULL),\n(51544, 'ru', 'db', 'Add Sale Agent', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u0433\u0435\u043d\u0442\u0430 \u043f\u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0430\u043c', NULL, NULL),\n(51545, 'ru', 'db', 'Add Shift', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043c\u0435\u043d\u0443', NULL, NULL),\n(51546, 'ru', 'db', 'Basic Salary', '\u0411\u0430\u0437\u043e\u0432\u0430\u044f \u0437\u0430\u0440\u043f\u043b\u0430\u0442\u0430', NULL, NULL),\n(51547, 'ru', 'db', 'Commission', '\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f', NULL, NULL),\n(51548, 'ru', 'db', 'Commission Percent', '\u041a\u043e\u043c\u0438\u0441\u0441\u0438\u044f \u0432 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445', NULL, NULL),\n(51549, 'ru', 'db', 'Deselect All', '\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440 \u0432\u0441\u0435\u0445', NULL, NULL),\n(51550, 'ru', 'db', 'End Date', '\u0414\u0430\u0442\u0430 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f', NULL, NULL),\n(51551, 'ru', 'db', 'End Time', '\u041a\u043e\u043d\u0435\u0446 \u0412\u0440\u0435\u043c\u0435\u043d\u0438', NULL, NULL),\n(51552, 'ru', 'db', 'Expenses', '\u0417\u0430\u0442\u0440\u0430\u0442\u044b', NULL, NULL),\n(51553, 'ru', 'db', 'Filter', '\u0424\u0438\u043b\u044c\u0442\u0440', NULL, NULL),\n(51554, 'ru', 'db', 'Generate Payroll', '\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0440\u0430\u0441\u0447\u0435\u0442 \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u044b', NULL, NULL),\n(51555, 'ru', 'db', 'Grace In (min)', '\u0413\u0440\u0435\u0439\u0441 \u0418\u043d (\u043c\u0438\u043d)', NULL, NULL),\n(51556, 'ru', 'db', 'Grace Out', '\u0413\u0440\u0435\u0439\u0441 \u0410\u0443\u0442', NULL, NULL),\n(51557, 'ru', 'db', 'HRM Panel', '\u041f\u0430\u043d\u0435\u043b\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u043e\u043c', NULL, NULL),\n(51558, 'ru', 'db', 'Import CSV', '\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c CSV-\u0444\u0430\u0439\u043b', NULL, NULL),\n(51559, 'ru', 'db', 'Is Sale Agent?', '\u0410\u0433\u0435\u043d\u0442 \u043f\u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0435?', NULL, NULL),\n(51560, 'ru', 'db', 'Leave Type', '\u0422\u0438\u043f \u043e\u0442\u043f\u0443\u0441\u043a\u0430', NULL, NULL),\n(51561, 'ru', 'db', 'Leaves', '\u041b\u0438\u0441\u0442\u044c\u044f', NULL, NULL),\n(51562, 'ru', 'db', 'Month', '\u041c\u0435\u0441\u044f\u0446', NULL, NULL),\n(51563, 'ru', 'db', 'Overtime', '\u0427\u0435\u0440\u0435\u0437 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432\u0440\u0435\u043c\u044f', NULL, NULL),\n(51564, 'ru', 'db', 'Payroll cannot be deleted if status is final', '\u0420\u0430\u0441\u0447\u0435\u0442 \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0443\u0434\u0430\u043b\u0435\u043d, \u0435\u0441\u043b\u0438 \u0441\u0442\u0430\u0442\u0443\u0441 \u043e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439.', NULL, NULL),\n(51565, 'ru', 'db', 'Payroll for', '\u0417\u0430\u0440\u0430\u0431\u043e\u0442\u043d\u0430\u044f \u043f\u043b\u0430\u0442\u0430 \u0437\u0430', NULL, NULL),\n(51566, 'ru', 'db', 'Payroll Group Name', '\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u044b \u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0437\u0430\u0440\u0430\u0431\u043e\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u044b', NULL, NULL),\n(51567, 'ru', 'db', 'Recurring', '\u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u0439\u0441\u044f', NULL, NULL),\n(51568, 'ru', 'db', 'Region', '\u041e\u0431\u043b\u0430\u0441\u0442\u044c', NULL, NULL),\n(51569, 'ru', 'db', 'Salary', '\u0417\u0430\u0440\u043f\u043b\u0430\u0442\u0430', NULL, NULL),\n(51570, 'ru', 'db', 'Sale Agents', '\u0410\u0433\u0435\u043d\u0442\u044b \u043f\u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0435', NULL, NULL),\n(51571, 'ru', 'db', 'Sales Target', '\u0426\u0435\u043b\u044c \u043f\u0440\u043e\u0434\u0430\u0436', NULL, NULL),\n(51572, 'ru', 'db', 'Select All', '\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435', NULL, NULL),\n(51573, 'ru', 'db', 'Select Department', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0442\u0434\u0435\u043b', NULL, NULL),\n(51574, 'ru', 'db', 'Select Designation', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435', NULL, NULL),\n(51575, 'ru', 'db', 'Select Shift', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043c\u0435\u043d\u0443', NULL, NULL),\n(51576, 'ru', 'db', 'Select Status', '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0442\u0430\u0442\u0443\u0441', NULL, NULL),\n(51577, 'ru', 'db', 'Shift', '\u0421\u0434\u0432\u0438\u0433', NULL, NULL),\n(51578, 'ru', 'db', 'Start Date', '\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430', NULL, NULL),\n(51579, 'ru', 'db', 'Start Time', '\u0412\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430', NULL, NULL),\n(51580, 'ru', 'db', 'invoice_to_hatsapp', '\u0421\u0447\u0435\u0442 \u0432 WhatsApp', NULL, NULL),\n(51581, 'ru', 'db', 'Submit All Payrolls', '\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432\u0441\u0435 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u044b\u0435 \u0432\u0435\u0434\u043e\u043c\u043e\u0441\u0442\u0438', NULL, NULL),\n(51582, 'ru', 'db', 'Submit Payrolls', '\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u044b\u0435 \u0432\u0435\u0434\u043e\u043c\u043e\u0441\u0442\u0438', NULL, NULL),\n(51583, 'ru', 'db', 'Total Sales Amount From', '\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043f\u0440\u043e\u0434\u0430\u0436 \u043e\u0442', NULL, NULL),\n(51584, 'ru', 'db', 'Total Sales Amount To', '\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043f\u0440\u043e\u0434\u0430\u0436 \u0434\u043e', NULL, NULL),\n(51585, 'ru', 'db', 'Update Overtime', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0432\u0435\u0440\u0445\u0443\u0440\u043e\u0447\u043d\u0443\u044e \u0440\u0430\u0431\u043e\u0442\u0443', NULL, NULL),\n(51586, 'ru', 'db', 'Work Duration', '\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u044b', NULL, NULL),\n(51587, 'ru', 'db', 'Grace Out (min)', '\u0413\u0440\u0435\u0439\u0441 \u0410\u0443\u0442 (\u043c\u0438\u043d)', NULL, NULL),\n(51588, 'ru', 'db', 'Annual Quota', '\u0413\u043e\u0434\u043e\u0432\u0430\u044f \u043a\u0432\u043e\u0442\u0430', NULL, NULL),\n(51589, 'ru', 'db', 'paid_or_unpaid', '\u041f\u043b\u0430\u0442\u043d\u044b\u0439 \u0438\u043b\u0438 \u043d\u0435\u043e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u043c\u044b\u0439', NULL, NULL),\n(51590, 'ru', 'db', 'final', '\u0424\u0438\u043d\u0430\u043b', NULL, NULL),\n(51591, 'ru', 'db', 'HRM - Generate Payroll', 'HRM\u00a0\u2013 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043f\u043b\u0430\u0442\u0435\u0436\u043d\u043e\u0439 \u0432\u0435\u0434\u043e\u043c\u043e\u0441\u0442\u0438', NULL, NULL),\n(51592, 'ru', 'db', 'employee_id', '\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430', NULL, NULL),\n(51593, 'ru', 'db', 'Please select', '\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435', NULL, NULL),\n(51594, 'ru', 'db', 'Redeem Points Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043e\u0431\u043c\u0435\u043d\u0430 \u0431\u0430\u043b\u043b\u043e\u0432', NULL, NULL),\n(51595, 'ru', 'db', 'Redeem amount per unit point', '\u0421\u0443\u043c\u043c\u0430 \u043f\u043e\u0433\u0430\u0448\u0435\u043d\u0438\u044f \u0437\u0430 \u0435\u0434\u0438\u043d\u0438\u0446\u0443 \u0431\u0430\u043b\u043b\u0430', NULL, NULL),\n(51596, 'ru', 'db', 'Maximum redeem point per order', '\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0431\u0430\u043b\u043b\u043e\u0432 \u0437\u0430 \u0437\u0430\u043a\u0430\u0437', NULL, NULL),\n(51597, 'ru', 'db', 'Minimum order total to redeem points', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0437\u0430\u043a\u0430\u0437\u0430 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0431\u0430\u043b\u043b\u043e\u0432', NULL, NULL),\n(51598, 'ru', 'db', 'Minimum redeem point', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u0430\u043b\u043b \u043e\u0431\u043c\u0435\u043d\u0430', NULL, NULL),\n(51599, 'ru', 'db', 'Minimum sold amount to get point', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0438 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0431\u0430\u043b\u043b\u043e\u0432', NULL, NULL),\n(51600, 'ru', 'db', 'View Document', '\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442', NULL, NULL),\n(51601, 'ru', 'db', 'Show Vat Registration Number', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u041d\u0414\u0421', NULL, NULL),\n(51602, 'ru', 'db', 'Show Sale Note', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435 \u043e \u043f\u0440\u043e\u0434\u0430\u0436\u0435', NULL, NULL),\n(51603, 'ru', 'db', 'App Setting', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f', NULL, NULL),\n(51604, 'ru', 'db', 'Manual Process for connecting the Mobile App', '\u0420\u0443\u0447\u043d\u043e\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f', NULL, NULL),\n(51605, 'ru', 'db', 'QR Code for Connecting the Mobile App', 'QR-\u043a\u043e\u0434 \u0434\u043b\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f', NULL, NULL),\n(51606, 'ru', 'db', 'Active Devices', '\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430', NULL, NULL),\n(51607, 'ru', 'db', 'IP', '\u0418\u041f', NULL, NULL),\n(51608, 'ru', 'db', 'Last Active', '\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c', NULL, NULL),\n(51609, 'ru', 'db', 'We shall be back soon', '\u041c\u044b \u0441\u043a\u043e\u0440\u043e \u0432\u0435\u0440\u043d\u0435\u043c\u0441\u044f', NULL, NULL),\n(51610, 'ru', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', '\u041f\u0440\u0438\u043d\u043e\u0441\u0438\u043c \u0438\u0437\u0432\u0438\u043d\u0435\u043d\u0438\u044f \u0437\u0430 \u043d\u0435\u0443\u0434\u043e\u0431\u0441\u0442\u0432\u0430. ', NULL, NULL),\n(51611, 'ru', 'db', 'maintenance_mode', '\u0420\u0435\u0436\u0438\u043c \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u044f', NULL, NULL),\n(51612, 'ru', 'db', 'maintenance_allowed_ips', '\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043d\u044b\u0435 IP-\u0430\u0434\u0440\u0435\u0441\u0430 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u044f', NULL, NULL),\n(51613, 'ru', 'db', 'Available Balance', '\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u0431\u0430\u043b\u0430\u043d\u0441', NULL, NULL),\n(51614, 'ru', 'db', 'profit_margin_type', '\u0422\u0438\u043f \u043f\u0440\u0438\u0431\u044b\u043b\u0438', NULL, NULL),\n(51615, 'ru', 'db', 'show_expiry_alerts_before', '\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f \u043e\u0431 \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0441\u0440\u043e\u043a\u0430 \u0433\u043e\u0434\u043d\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u0440\u0430\u043d\u044c\u0448\u0435 (\u0434\u043d\u0435\u0439)', NULL, NULL),\n(51616, 'ru', 'db', 'Product Review', '\u041e\u0431\u0437\u043e\u0440 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430', NULL, NULL),\n(51617, 'ru', 'db', 'newsletter', '\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u0431\u044e\u043b\u043b\u0435\u0442\u0435\u043d\u044c', NULL, NULL),\n(51618, 'ru', 'db', 'Sale Exchange', '\u041f\u0440\u043e\u0434\u0430\u0436\u0430 \u041e\u0431\u043c\u0435\u043d', NULL, NULL),\n(51619, 'ru', 'db', 'Sale Exchange List', '\u0421\u043f\u0438\u0441\u043e\u043a \u043e\u0431\u043c\u0435\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0434\u0430\u0436\u0443', NULL, NULL),\n(51620, 'ru', 'db', 'Add Exchange', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043e\u0431\u043c\u0435\u043d', NULL, NULL),\n(51621, 'ru', 'db', 'search_by_reference_no_or_Product', '\u041f\u043e\u0438\u0441\u043a \u043f\u043e \u043d\u043e\u043c\u0435\u0440\u0443 \u0441\u0441\u044b\u043b\u043a\u0438 \u0438\u043b\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0443', NULL, NULL),\n(51622, 'ru', 'db', 'Order Product', '\u0417\u0430\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442', NULL, NULL),\n(51623, 'ru', 'db', 'Payment Type', '\u0422\u0438\u043f \u043e\u043f\u043b\u0430\u0442\u044b', NULL, NULL),\n(51624, 'ru', 'db', 'Payment Type', '\u0422\u0438\u043f \u043e\u043f\u043b\u0430\u0442\u044b', NULL, NULL),\n(51625, 'ru', 'db', 'Edit Production', '\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e', NULL, NULL),\n(51626, 'ru', 'db', 'Delete Production', '\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e', NULL, NULL),\n(51627, 'ru', 'db', 'Recipe List', '\u0421\u043f\u0438\u0441\u043e\u043a \u0440\u0435\u0446\u0435\u043f\u0442\u043e\u0432', NULL, NULL),\n(51628, 'ru', 'db', 'Add Recipe', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u0435\u0446\u0435\u043f\u0442', NULL, NULL),\n(51629, 'ru', 'db', 'Delete Recipe', '\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u0435\u0446\u0435\u043f\u0442', NULL, NULL),\n(51630, 'ru', 'db', 'Theme Settings', '\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0442\u0435\u043c\u044b', NULL, NULL),\n(51631, 'ru', 'db', 'show_customer_name', '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u043c\u044f \u043a\u043b\u0438\u0435\u043d\u0442\u0430', NULL, NULL),\n(51632, 'ru', 'db', 'sale_due', '\u0421\u0440\u043e\u043a \u043f\u0440\u043e\u0434\u0430\u0436\u0438', NULL, NULL),\n(51633, 'ru', 'db', 'purchase_due', '\u0421\u0440\u043e\u043a \u043f\u043e\u043a\u0443\u043f\u043a\u0438', NULL, NULL),\n(51634, 'ru', 'db', 'bulk_update', '\u041c\u0430\u0441\u0441\u043e\u0432\u043e\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435', NULL, NULL),\n(51635, 'ru', 'db', 'payment_at', '\u041e\u043f\u043b\u0430\u0442\u0430 \u0432', NULL, NULL),\n(51636, 'ru', 'db', 'paper_size', '\u0420\u0430\u0437\u043c\u0435\u0440 \u0431\u0443\u043c\u0430\u0433\u0438', NULL, NULL),\n(51637, 'ru', 'db', 'Type designation name', '\u041e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0442\u0438\u043f\u0430, \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435', NULL, NULL),\n(51638, 'ru', 'db', 'Type shift name', '\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u043c\u0435\u043d\u044b', NULL, NULL),\n(51639, 'ru', 'db', 'Add Leave Type', '\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u0438\u043f \u043e\u0442\u043f\u0443\u0441\u043a\u0430', NULL, NULL),\n(51640, 'ru', 'db', 'Update Leave Type', '\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0442\u0438\u043f \u043e\u0442\u043f\u0443\u0441\u043a\u0430', NULL, NULL),\n(51641, 'ru', 'db', 'Carry Forward Limit', '\u041b\u0438\u043c\u0438\u0442 \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0430 \u0432\u043f\u0435\u0440\u0435\u0434', NULL, NULL),\n(51642, 'ru', 'db', 'stock', '\u0417\u0430\u043f\u0430\u0441', NULL, NULL),\n(51643, 'ru', 'db', 'profit_loss_report', '\u041e\u0442\u0447\u0435\u0442 \u043e \u043f\u0440\u0438\u0431\u044b\u043b\u044f\u0445 \u0438 \u0443\u0431\u044b\u0442\u043a\u0430\u0445', NULL, NULL),\n(51644, 'sr', 'db', 'support_ickets', '\u0423\u043b\u0430\u0437\u043d\u0438\u0446\u0435 \u0437\u0430 \u043f\u043e\u0434\u0440\u0448\u043a\u0443', NULL, NULL),\n(51645, 'sr', 'db', 'Import CSV file (Device)', '\u0423\u0432\u0435\u0437\u0438 \u0426\u0421\u0412 \u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0443 (\u0443\u0440\u0435\u0452\u0430\u0458)', NULL, NULL),\n(51646, 'sr', 'db', 'Available Quantity', '\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043a\u043e\u043b\u0438\u0447\u0438\u043d\u0430', NULL, NULL),\n(51647, 'sr', 'db', 'Hide Total Due', '\u0421\u0430\u043a\u0440\u0438\u0458 \u0443\u043a\u0443\u043f\u0430\u043d \u0438\u0437\u043d\u043e\u0441 \u0434\u0443\u0433\u0430', NULL, NULL),\n(51648, 'sr', 'db', 'Filter Purchases', '\u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u0458 \u043a\u0443\u043f\u043e\u0432\u0438\u043d\u0435', NULL, NULL),\n(51649, 'sr', 'db', 'Type purchase code', '\u0423\u043d\u0435\u0441\u0438\u0442\u0435 \u043a\u043e\u0434 \u043a\u0443\u043f\u043e\u0432\u0438\u043d\u0435', NULL, NULL),\n(51650, 'sr', 'db', 'Scan the QR code to pay', '\u0421\u043a\u0435\u043d\u0438\u0440\u0430\u0458\u0442\u0435 \u041a\u0420 \u043a\u043e\u0434 \u0434\u0430 \u0431\u0438\u0441\u0442\u0435 \u043f\u043b\u0430\u0442\u0438\u043b\u0438', NULL, NULL),\n(51651, 'sr', 'db', 'Upload payment proof', '\u041e\u0442\u043f\u0440\u0435\u043c\u0438\u0442\u0435 \u0434\u043e\u043a\u0430\u0437 \u043e \u043f\u043b\u0430\u045b\u0430\u045a\u0443', NULL, NULL),\n(51652, 'sr', 'db', 'Change Currency', '\u041f\u0440\u043e\u043c\u0435\u043d\u0438 \u0432\u0430\u043b\u0443\u0442\u0443', NULL, NULL),\n(51653, 'sr', 'db', 'Your Rating', '\u0412\u0430\u0448\u0430 \u043e\u0446\u0435\u043d\u0430', NULL, NULL),\n(51654, 'sr', 'db', 'Your Review', '\u0412\u0430\u0448\u0430 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0458\u0430', NULL, NULL),\n(51655, 'sr', 'db', 'Add Review', '\u0414\u043e\u0434\u0430\u0458 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0458\u0443', NULL, NULL),\n(51656, 'sr', 'db', 'Rating', '\u041e\u0446\u0435\u043d\u0430', NULL, NULL),\n(51657, 'sr', 'db', 'Review', '\u041f\u0440\u0435\u0433\u043b\u0435\u0434', NULL, NULL),\n(51658, 'sr', 'db', 'No reviews yet', '\u0408\u043e\u0448 \u043d\u0435\u043c\u0430 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0458\u0430', NULL, NULL),\n(51659, 'sr', 'db', 'You already review this product', '\u0412\u0435\u045b \u0441\u0442\u0435 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0440\u0430\u043b\u0438 \u043e\u0432\u0430\u0458 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434', NULL, NULL),\n(51660, 'sr', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', '\u041d\u0435\u043c\u0430\u0442\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0443 \u0434\u0430 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0442\u0435 \u043e\u0432\u0430\u0458 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434. ', NULL, NULL),\n(51661, 'sr', 'db', 'You must be logged in to write a review', '\u041c\u043e\u0440\u0430\u0442\u0435 \u0431\u0438\u0442\u0438 \u043f\u0440\u0438\u0458\u0430\u0432\u0459\u0435\u043d\u0438 \u0434\u0430 \u0431\u0438\u0441\u0442\u0435 \u043d\u0430\u043f\u0438\u0441\u0430\u043b\u0438 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0458\u0443', NULL, NULL),\n(51662, 'sr', 'db', 'Login', '\u041b\u043e\u0433\u0438\u043d', NULL, NULL),\n(51663, 'sr', 'db', 'Product', '\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434', NULL, NULL),\n(51664, 'sr', 'db', 'Select Recipe', '\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0420\u0435\u0446\u0435\u043f\u0442', NULL, NULL),\n(51665, 'sr', 'db', 'Total Qty', '\u0422\u043e\u0442\u0430\u043b \u041a\u0442\u0438', NULL, NULL),\n(51666, 'sr', 'db', 'Wastage Percent', '\u0412\u0430\u0441\u0442\u0430\u0433\u0435 \u041f\u0435\u0440\u0446\u0435\u043d\u0442', NULL, NULL),\n(51667, 'sr', 'db', 'Final Quantity', '\u041a\u043e\u043d\u0430\u0447\u043d\u0430 \u043a\u043e\u043b\u0438\u0447\u0438\u043d\u0430', NULL, NULL),\n(51668, 'sr', 'db', 'Sub total', '\u0421\u0443\u0431 \u0442\u043e\u0442\u0430\u043b', NULL, NULL),\n(51669, 'sr', 'db', 'Production Cost', '\u0422\u0440\u043e\u0448\u043a\u043e\u0432\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u045a\u0435', NULL, NULL),\n(51670, 'sr', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', '\u0410\u043a\u043e \u0438\u043c\u0430\u0442\u0435 \u0431\u0438\u043b\u043e \u043a\u0430\u043a\u0432\u0438\u0445 \u043f\u0438\u0442\u0430\u045a\u0430 \u0438\u043b\u0438 \u043d\u0435\u0434\u043e\u0443\u043c\u0438\u0446\u0430, \u043d\u0435 \u0443\u0441\u0442\u0440\u0443\u0447\u0430\u0432\u0430\u0458\u0442\u0435 \u0441\u0435 \u0434\u0430 \u043d\u0430\u043c \u0441\u0435 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435. \u0422\u0443 \u0441\u043c\u043e \u0434\u0430 \u0432\u0430\u043c \u043f\u043e\u043c\u043e\u0433\u043d\u0435\u043c\u043e!', NULL, NULL),\n(51671, 'sr', 'db', 'Product with', '\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434 \u0441\u0430', NULL, NULL),\n(51672, 'sr', 'db', 'Loading products for selected warehouse', '\u0423\u0442\u043e\u0432\u0430\u0440 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0430 \u0437\u0430 \u0438\u0437\u0430\u0431\u0440\u0430\u043d\u043e \u0441\u043a\u043b\u0430\u0434\u0438\u0448\u0442\u0435', NULL, NULL),\n(51673, 'sr', 'db', 'Show Paid Info', '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0434\u0435\u0442\u0430\u0459\u0435 \u043f\u043b\u0430\u045b\u0430\u045a\u0430', NULL, NULL),\n(51674, 'sr', 'db', 'Show Amount In Words', '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u0437\u043d\u043e\u0441 \u0443 \u0440\u0435\u0447\u0438\u043c\u0430', NULL, NULL),\n(51675, 'sr', 'db', 'Show Bill To Info', '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0458\u0435 \u043e \\'\u0440\u0430\u0447\u0443\u043d\u0443\\'', NULL, NULL),\n(51676, 'sr', 'db', 'Auto Generate Numbering Type', '\u0410\u0443\u0442\u043e\u043c\u0430\u0442\u0441\u043a\u043e \u0433\u0435\u043d\u0435\u0440\u0438\u0441\u0430\u045a\u0435 \u0431\u0440\u043e\u0458\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0435', NULL, NULL),\n(51677, 'sr', 'db', 'Show Description', '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043e\u043f\u0438\u0441', NULL, NULL),\n(51678, 'sr', 'db', 'Profit Margin', '\u041f\u0440\u043e\u0444\u0438\u0442\u043d\u0430 \u043c\u0430\u0440\u0436\u0430', NULL, NULL),\n(51679, 'sr', 'db', 'show Products Details in Purchase List', '\u041f\u0440\u0438\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0435 \u043d\u0430 \u043b\u0438\u0441\u0442\u0438 \u043a\u0443\u043f\u043e\u0432\u0438\u043d\u0435', NULL, NULL),\n(51680, 'sr', 'db', 'show Products Details in Sales List', '\u041f\u0440\u0438\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0435 \u043d\u0430 \u043b\u0438\u0441\u0442\u0438 \u0440\u0430\u0441\u043f\u0440\u043e\u0434\u0430\u0458\u0435', NULL, NULL),\n(51681, 'sr', 'db', 'Default Profit Margin Value', '\u041f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0430 \u043f\u0440\u043e\u0444\u0438\u0442\u043d\u0430 \u043c\u0430\u0440\u0436\u0430 (%)', NULL, NULL),\n(51682, 'sr', 'db', 'show', '\u0421\u0445\u043e\u0432', NULL, NULL),\n(51683, 'sr', 'db', 'hide', '\u0421\u0430\u043a\u0440\u0438\u0458 \u0441\u0435', NULL, NULL),\n(51684, 'sr', 'db', 'expired', '\u0418\u0441\u0442\u0435\u043a\u0430\u043e', NULL, NULL),\n(51685, 'sr', 'db', 'add_recipes', '\u0414\u043e\u0434\u0430\u0458\u0442\u0435 \u0440\u0435\u0446\u0435\u043f\u0442\u0435', NULL, NULL),\n(51686, 'sr', 'db', 'Recipe', '\u0420\u0435\u0446\u0435\u043f\u0442', NULL, NULL),\n(51687, 'sr', 'db', 'add_recipe', '\u0414\u043e\u0434\u0430\u0458 \u0440\u0435\u0446\u0435\u043f\u0442', NULL, NULL),\n(51688, 'sr', 'db', 'Wastage percent', '\u041f\u0440\u043e\u0446\u0435\u043d\u0430\u0442 \u043e\u0442\u043f\u0430\u0434\u0430', NULL, NULL),\n(51689, 'sr', 'db', 'add_Ingredient', '\u0414\u043e\u0434\u0430\u0458\u0442\u0435 \u0441\u0430\u0441\u0442\u043e\u0458\u0430\u043a', NULL, NULL),\n(51690, 'sr', 'db', 'Ingredient List', '\u041b\u0438\u0441\u0442\u0430 \u0441\u0430\u0441\u0442\u043e\u0458\u0430\u043a\u0430', NULL, NULL),\n(51691, 'sr', 'db', 'Customer Name', '\u0418\u043c\u0435 \u043a\u043b\u0438\u0458\u0435\u043d\u0442\u0430', NULL, NULL),\n(51692, 'sr', 'db', 'Review', '\u041f\u0440\u0435\u0433\u043b\u0435\u0434', NULL, NULL),\n(51693, 'sr', 'db', 'Confirmation', '\u041f\u043e\u0442\u0432\u0440\u0434\u0430', NULL, NULL),\n(51694, 'sr', 'db', 'Your Rating', '\u0412\u0430\u0448\u0430 \u043e\u0446\u0435\u043d\u0430', NULL, NULL),\n(51695, 'sr', 'db', 'Your Review', '\u0412\u0430\u0448\u0430 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0458\u0430', NULL, NULL),\n(51696, 'sr', 'db', 'Add Review', '\u0414\u043e\u0434\u0430\u0458 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0458\u0443', NULL, NULL),\n(51697, 'sr', 'db', 'Rating', '\u041e\u0446\u0435\u043d\u0430', NULL, NULL),\n(51698, 'sr', 'db', 'Review', '\u041f\u0440\u0435\u0433\u043b\u0435\u0434', NULL, NULL),\n(51699, 'sr', 'db', 'No reviews yet', '\u0408\u043e\u0448 \u043d\u0435\u043c\u0430 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0458\u0430', NULL, NULL),\n(51700, 'sr', 'db', 'You already reviewed this product', '\u0412\u0435\u045b \u0441\u0442\u0435 \u043f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u043b\u0438 \u043e\u0432\u0430\u0458 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434', NULL, NULL),\n(51701, 'sr', 'db', 'You must buy it to leave a review', '\u041c\u043e\u0440\u0430\u0442\u0435 \u0433\u0430 \u043a\u0443\u043f\u0438\u0442\u0438 \u0434\u0430 \u0431\u0438\u0441\u0442\u0435 \u043e\u0441\u0442\u0430\u0432\u0438\u043b\u0438 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0458\u0443', NULL, NULL),\n(51702, 'sr', 'db', 'Edit Recipe', '\u0423\u0440\u0435\u0434\u0438 \u0440\u0435\u0446\u0435\u043f\u0442', NULL, NULL),\n(51703, 'sr', 'db', 'add_production', '\u0414\u043e\u0434\u0430\u0458 \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0458\u0443', NULL, NULL),\n(51704, 'sr', 'db', 'Adjustment Quantity', '\u0410\u0434\u0458\u0443\u0441\u0442\u043c\u0435\u043d\u0442 \u041a\u0443\u0430\u043d\u0442\u0438\u0442\u0438', NULL, NULL),\n(51705, 'sr', 'db', 'Adjust Quantity', '\u041f\u043e\u0434\u0435\u0441\u0438\u0442\u0435 \u043a\u043e\u043b\u0438\u0447\u0438\u043d\u0443', NULL, NULL),\n(51706, 'sr', 'db', 'You must close your cash register before logout', '\u041c\u043e\u0440\u0430\u0442\u0435 \u0437\u0430\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0441\u0432\u043e\u0458\u0443 \u043a\u0430\u0441\u0443 \u043f\u0440\u0435 \u043e\u0434\u0458\u0430\u0432\u0435', NULL, NULL),\n(51707, 'sr', 'db', 'Amount exceeds available balance', '\u0418\u0437\u043d\u043e\u0441 \u043f\u0440\u0435\u043c\u0430\u0448\u0443\u0458\u0435 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0438\u0432\u043e \u0441\u0442\u0430\u045a\u0435', NULL, NULL),\n(51708, 'sr', 'db', 'View Points', '\u0412\u0438\u0435\u0432 \u041f\u043e\u0438\u043d\u0442\u0441', NULL, NULL),\n(51709, 'sr', 'db', 'Cash Register', '\u041a\u0430\u0441\u0430', NULL, NULL),\n(51710, 'sr', 'db', 'Closing Balance', '\u0417\u0430\u0432\u0440\u0448\u043d\u043e \u0441\u0442\u0430\u045a\u0435', NULL, NULL),\n(51711, 'sr', 'db', 'Actual Cash', '\u0421\u0442\u0432\u0430\u0440\u043d\u0430 \u0433\u043e\u0442\u043e\u0432\u0438\u043d\u0430', NULL, NULL),\n(51712, 'sr', 'db', 'Add Invoice Setting', '\u0414\u043e\u0434\u0430\u0458\u0442\u0435 \u043f\u043e\u0434\u0435\u0448\u0430\u0432\u0430\u045a\u0435 \u0444\u0430\u043a\u0442\u0443\u0440\u0435', NULL, NULL),\n(51713, 'sr', 'db', 'Receipt Printers', '\u0428\u0442\u0430\u043c\u043f\u0430\u0447\u0438 \u0437\u0430 \u043f\u0440\u0438\u0437\u043d\u0430\u043d\u0438\u0446\u0435', NULL, NULL),\n(51714, 'sr', 'db', 'Receipt Printer Type', '\u0422\u0438\u043f \u0448\u0442\u0430\u043c\u043f\u0430\u0447\u0430 \u043f\u0440\u0438\u0437\u043d\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(51715, 'sr', 'db', 'Simple', '\u0421\u0438\u043c\u043f\u043b\u0435', NULL, NULL),\n(51716, 'sr', 'db', 'Star SP2000 Series', '\u0421\u0442\u0430\u0440 \u0421\u041f2000 \u0441\u0435\u0440\u0438\u0458\u0430', NULL, NULL),\n(51717, 'sr', 'db', 'EPOS TEP200M Series', '\u0415\u041f\u041e\u0421 \u0422\u0415\u041f200\u041c \u0441\u0435\u0440\u0438\u0458\u0430', NULL, NULL),\n(51718, 'sr', 'db', 'Epson TM-U220', '\u0415\u043f\u0441\u043e\u043d \u0422\u041c-\u0423220', NULL, NULL),\n(51719, 'sr', 'db', 'Rongta RP326', '\u0420\u043e\u043d\u0433\u0442\u0430 \u0420\u041f326', NULL, NULL),\n(51720, 'sr', 'db', 'PBM P822D', '\u041f\u0411\u041c \u041f822\u0414', NULL, NULL),\n(51721, 'sr', 'db', 'Add Printer', '\u0414\u043e\u0434\u0430\u0458 \u0448\u0442\u0430\u043c\u043f\u0430\u0447', NULL, NULL),\n(51722, 'sr', 'db', 'Printer Name', '\u041d\u0430\u0437\u0438\u0432 \u0448\u0442\u0430\u043c\u043f\u0430\u0447\u0430', NULL, NULL),\n(51723, 'sr', 'db', 'Connection Type', '\u0412\u0440\u0441\u0442\u0430 \u0432\u0435\u0437\u0435', NULL, NULL),\n(51724, 'sr', 'db', 'Capability Profile', '\u041f\u0440\u043e\u0444\u0438\u043b \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438', NULL, NULL),\n(51725, 'sr', 'db', 'Characters per line', '\u0417\u043d\u0430\u043a\u043e\u0432\u0430 \u043f\u043e \u0440\u0435\u0434\u0443', NULL, NULL),\n(51726, 'sr', 'db', 'IP Address', '\u0418\u041f \u0430\u0434\u0440\u0435\u0441\u0430', NULL, NULL),\n(51727, 'sr', 'db', 'Port', '\u041f\u043e\u0440\u0442', NULL, NULL),\n(51728, 'sr', 'db', 'Path', '\u041f\u0443\u0442', NULL, NULL),\n(51729, 'sr', 'db', 'Maximum characters printable per line', '\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u0430\u043d \u0431\u0440\u043e\u0458 \u0437\u043d\u0430\u043a\u043e\u0432\u0430 \u0437\u0430 \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0435 \u043f\u043e \u0440\u0435\u0434\u0443', NULL, NULL),\n(51730, 'sr', 'db', 'Printer IP address', '\u0418\u041f \u0430\u0434\u0440\u0435\u0441\u0430 \u0448\u0442\u0430\u043c\u043f\u0430\u0447\u0430', NULL, NULL),\n(51731, 'sr', 'db', 'Most printers use port 9100', '\u0412\u0435\u045b\u0438\u043d\u0430 \u0448\u0442\u0430\u043c\u043f\u0430\u0447\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u043f\u043e\u0440\u0442 9100', NULL, NULL),\n(51732, 'sr', 'db', 'Device files are typically', '\u0414\u0430\u0442\u043e\u0442\u0435\u043a\u0435 \u0443\u0440\u0435\u0452\u0430\u0458\u0430 \u0441\u0443 \u043e\u0431\u0438\u0447\u043d\u043e', NULL, NULL),\n(51733, 'sr', 'db', 'Windows connection type', '\u0422\u0438\u043f \u0412\u0438\u043d\u0434\u043e\u0432\u0441 \u0432\u0435\u0437\u0435', NULL, NULL),\n(51734, 'sr', 'db', 'Linux connection type', '\u0422\u0438\u043f \u041b\u0438\u043d\u0443\u043a \u0432\u0435\u0437\u0435', NULL, NULL),\n(51735, 'sr', 'db', 'Receipt Printers', '\u0428\u0442\u0430\u043c\u043f\u0430\u0447\u0438 \u0437\u0430 \u043f\u0440\u0438\u0437\u043d\u0430\u043d\u0438\u0446\u0435', NULL, NULL),\n(51736, 'sr', 'db', 'Will Expire', '\u0412\u0438\u043b\u043b \u0415\u043a\u043f\u0438\u0440\u0435', NULL, NULL),\n(51737, 'sr', 'db', 'This warehouse already has a printer assigned', '\u041e\u0432\u043e \u0441\u043a\u043b\u0430\u0434\u0438\u0448\u0442\u0435 \u0432\u0435\u045b \u0438\u043c\u0430 \u0434\u043e\u0434\u0435\u0459\u0435\u043d \u0448\u0442\u0430\u043c\u043f\u0430\u0447', NULL, NULL),\n(51738, 'sr', 'db', 'The receipt has been successfully printed', '\u041f\u0440\u0438\u0437\u043d\u0430\u043d\u0438\u0446\u0430 \u0458\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0434\u0448\u0442\u0430\u043c\u043f\u0430\u043d\u0430', NULL, NULL),\n(51739, 'sr', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', '\u0420\u0430\u0437\u043b\u0438\u0447\u0438\u0442\u0438 \u0448\u0442\u0430\u043c\u043f\u0430\u0447\u0438 \u043f\u043e\u0434\u0440\u0436\u0430\u0432\u0430\u0458\u0443 \u0440\u0430\u0437\u043b\u0438\u0447\u0438\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0435 \u0438 \u043a\u043e\u0434\u043d\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435. ', NULL, NULL),\n(51740, 'sr', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', '\u041a\u0430\u0434\u0430 \u043e\u0432\u043e\u043c \u043c\u0430\u0433\u0430\u0446\u0438\u043d\u0443 \u0434\u043e\u0434\u0435\u043b\u0438\u0442\u0435 \u0448\u0442\u0430\u043c\u043f\u0430\u0447 \u0440\u0430\u0447\u0443\u043d\u0430, \u0448\u0442\u0430\u043c\u043f\u0430\u045a\u0435 \u0443 \u043f\u0440\u0435\u0442\u0440\u0430\u0436\u0438\u0432\u0430\u0447\u0443 \u045b\u0435 \u0431\u0438\u0442\u0438 \u0438\u0441\u043a\u0459\u0443\u0447\u0435\u043d\u043e. ', NULL, NULL),\n(51741, 'sr', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', '\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0448\u0430\u0431\u043b\u043e\u043d \u043e\u0434 58 \u043c\u043c \u0438\u043b\u0438 80 \u043c\u043c \u043a\u0430\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u043d\u0438 \u0443 \u043f\u043e\u0434\u0435\u0448\u0430\u0432\u0430\u045a\u0438\u043c\u0430 \u0444\u0430\u043a\u0442\u0443\u0440\u0435', NULL, NULL),\n(51742, 'sr', 'db', 'Customer Display Screen', '\u0415\u043a\u0440\u0430\u043d \u0437\u0430 \u043f\u0440\u0438\u043a\u0430\u0437 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u0430', NULL, NULL),\n(51743, 'sr', 'db', 'Change Return', '\u0426\u0445\u0430\u043d\u0433\u0435 \u0420\u0435\u0442\u0443\u0440\u043d', NULL, NULL),\n(51744, 'sr', 'db', 'This is a test mail to confirm your SMTP settings are working.', '\u041e\u0432\u043e \u0458\u0435 \u043f\u0440\u043e\u0431\u043d\u0430 \u043f\u043e\u0440\u0443\u043a\u0430 \u0437\u0430 \u043f\u043e\u0442\u0432\u0440\u0434\u0443 \u0434\u0430 \u0432\u0430\u0448\u0430 \u0421\u041c\u0422\u041f \u043f\u043e\u0434\u0435\u0448\u0430\u0432\u0430\u045a\u0430 \u0440\u0430\u0434\u0435.', NULL, NULL),\n(51745, 'sr', 'db', 'Test Mail', '\u0422\u0435\u0441\u0442 \u041c\u0430\u0438\u043b', NULL, NULL),\n(51746, 'sr', 'db', 'data_updated_mail_sent', '\u041f\u043e\u0434\u0430\u0446\u0438 \u0441\u0443 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0438. ', NULL, NULL),\n(51747, 'sr', 'db', 'data_updated_mail_fail', '\u041f\u043e\u0434\u0430\u0446\u0438 \u0441\u0443 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043d\u0438, \u0430\u043b\u0438 \u043f\u0440\u043e\u0431\u043d\u0430 \u043f\u043e\u0448\u0442\u0430 \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043b\u0430:', NULL, NULL),\n(51748, 'sr', 'db', 'Credit Limit', '\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u043b\u0438\u043c\u0438\u0442', NULL, NULL),\n(51749, 'sr', 'db', 'Credit limit exceeded! Customer credit limit:', '\u041a\u0440\u0435\u0434\u0438\u0442\u043d\u0438 \u043b\u0438\u043c\u0438\u0442 \u0458\u0435 \u043f\u0440\u0435\u043c\u0430\u0448\u0435\u043d! ', NULL, NULL),\n(51750, 'sr', 'db', 'Credit Sale', '\u0426\u0440\u0435\u0434\u0438\u0442 \u0421\u0430\u043b\u0435', NULL, NULL),\n(51751, 'sr', 'db', 'Initial Deposit', '\u041f\u043e\u0447\u0435\u0442\u043d\u0438 \u0434\u0435\u043f\u043e\u0437\u0438\u0442', NULL, NULL),\n(51752, 'sr', 'db', 'Opening balance', '\u041f\u043e\u0447\u0435\u0442\u043d\u0438 \u0431\u0438\u043b\u0430\u043d\u0441', NULL, NULL),\n(51753, 'sr', 'db', 'WhatsApp Number', '\u0412\u0445\u0430\u0442\u0441\u0410\u043f\u043f \u0431\u0440\u043e\u0458', NULL, NULL),\n(51754, 'sr', 'db', 'create_ticket', '\u0426\u0440\u0435\u0430\u0442\u0435 \u0422\u0438\u0446\u043a\u0435\u0442', NULL, NULL),\n(51755, 'sr', 'db', 'subject', '\u041f\u0440\u0435\u0434\u043c\u0435\u0442', NULL, NULL),\n(51756, 'sr', 'db', 'tenant', '\u0421\u0442\u0430\u043d\u0430\u0440', NULL, NULL),\n(51757, 'sr', 'db', 'no_subject', '\u041d\u043e \u0421\u0443\u0431\u0458\u0435\u0446\u0442', NULL, NULL),\n(51758, 'sr', 'db', 'confirm_delete_ticket', '\u0414\u0430 \u043b\u0438 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043d\u0438 \u0434\u0430 \u0436\u0435\u043b\u0438\u0442\u0435 \u0434\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435\u0442\u0435 \u043e\u0432\u0443 \u043a\u0430\u0440\u0442\u0443?', NULL, NULL),\n(51759, 'sr', 'db', 'add_ticket', '\u0414\u043e\u0434\u0430\u0458 \u043a\u0430\u0440\u0442\u0443', NULL, NULL),\n(51760, 'sr', 'db', 'ticket_created', '\u0423\u043b\u0430\u0437\u043d\u0438\u0446\u0430 \u0458\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u0430', NULL, NULL),\n(51761, 'sr', 'db', 'ticket_deleted', '\u0423\u043b\u0430\u0437\u043d\u0438\u0446\u0430 \u0458\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0441\u0430\u043d\u0430', NULL, NULL),\n(51762, 'sr', 'db', 'insert_upload_text', '\u041c\u043e\u043b\u0438\u043c\u043e \u0443\u0431\u0430\u0446\u0438\u0442\u0435 \u0441\u0432\u043e\u0458\u0435 \u0441\u043b\u0438\u043a\u0435\/\u0432\u0438\u0434\u0435\u043e \u0432\u0435\u0437\u0435 \u0443 \u043e\u043a\u0432\u0438\u0440 \u0437\u0430 \u0442\u0435\u043a\u0441\u0442 \u0438\u0437\u043d\u0430\u0434, \u043e\u0442\u043f\u0440\u0435\u043c\u0430\u045a\u0435\u043c \u043d\u0430', NULL, NULL),\n(51763, 'sr', 'db', 'reply_sent', '\u041e\u0434\u0433\u043e\u0432\u043e\u0440 \u0458\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0441\u043b\u0430\u0442', NULL, NULL),\n(51764, 'sr', 'db', 'disable_tenant_support_tickets', '\u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0435 \u0442\u0438\u043a\u0435\u0442\u0435 \u0437\u0430 \u043f\u043e\u0434\u0440\u0448\u043a\u0443 \u0441\u0442\u0430\u043d\u0430\u0440\u0438\u043c\u0430', NULL, NULL),\n(51765, 'sr', 'db', 'symbol', '\u0421\u0438\u043c\u0431\u043e\u043b', NULL, NULL),\n(51766, 'sr', 'db', 'print_invoice', '\u0428\u0442\u0430\u043c\u043f\u0430\u0458 \u0444\u0430\u043a\u0442\u0443\u0440\u0443', NULL, NULL),\n(51767, 'sr', 'db', 'create_ticket', '\u0426\u0440\u0435\u0430\u0442\u0435 \u0422\u0438\u0446\u043a\u0435\u0442', NULL, NULL),\n(51768, 'sr', 'db', 'subject', '\u041f\u0440\u0435\u0434\u043c\u0435\u0442', NULL, NULL),\n(51769, 'sr', 'db', 'tenant', '\u0421\u0442\u0430\u043d\u0430\u0440', NULL, NULL),\n(51770, 'sr', 'db', 'no_subject', '\u041d\u043e \u0421\u0443\u0431\u0458\u0435\u0446\u0442', NULL, NULL),\n(51771, 'sr', 'db', 'add_ticket', '\u0414\u043e\u0434\u0430\u0458 \u043a\u0430\u0440\u0442\u0443', NULL, NULL),\n(51772, 'sr', 'db', 'confirm_delete_ticket', '\u0414\u0430 \u043b\u0438 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043d\u0438 \u0434\u0430 \u0436\u0435\u043b\u0438\u0442\u0435 \u0434\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435\u0442\u0435 \u043e\u0432\u0443 \u043a\u0430\u0440\u0442\u0443?', NULL, NULL),\n(51773, 'sr', 'db', 'ticket_created', '\u0423\u043b\u0430\u0437\u043d\u0438\u0446\u0430 \u0458\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043d\u0430\u043f\u0440\u0430\u0432\u0459\u0435\u043d\u0430', NULL, NULL),\n(51774, 'sr', 'db', 'ticket_deleted', '\u0423\u043b\u0430\u0437\u043d\u0438\u0446\u0430 \u0458\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0441\u0430\u043d\u0430', NULL, NULL),\n(51775, 'sr', 'db', 'insert_upload_text', '\u041c\u043e\u043b\u0438\u043c\u043e \u0443\u0431\u0430\u0446\u0438\u0442\u0435 \u0441\u0432\u043e\u0458\u0435 \u0441\u043b\u0438\u043a\u0435\/\u0432\u0438\u0434\u0435\u043e \u0432\u0435\u0437\u0435 \u0443 \u043e\u043a\u0432\u0438\u0440 \u0437\u0430 \u0442\u0435\u043a\u0441\u0442 \u0438\u0437\u043d\u0430\u0434, \u043e\u0442\u043f\u0440\u0435\u043c\u0430\u045a\u0435\u043c \u043d\u0430', NULL, NULL),\n(51776, 'sr', 'db', 'reply_sent', '\u041e\u0434\u0433\u043e\u0432\u043e\u0440 \u0458\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0441\u043b\u0430\u0442', NULL, NULL),\n(51777, 'sr', 'db', 'Return Discount', '\u041f\u043e\u0432\u0440\u0430\u0442\u043d\u0438 \u043f\u043e\u043f\u0443\u0441\u0442', NULL, NULL),\n(51778, 'sr', 'db', 'Activity Log', '\u0414\u043d\u0435\u0432\u043d\u0438\u043a \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438', NULL, NULL),\n(51779, 'sr', 'db', 'Item Description', '\u041e\u043f\u0438\u0441 \u0441\u0442\u0430\u0432\u043a\u0435', NULL, NULL),\n(51780, 'sr', 'db', 'Cart Product Update', '\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0430 \u0437\u0430 \u043a\u043e\u0440\u043f\u0443', NULL, NULL),\n(51781, 'sr', 'db', 'Handle Discount', '\u0425\u0430\u043d\u0434\u043b\u0435 \u0414\u0438\u0441\u0446\u043e\u0443\u043d\u0442', NULL, NULL),\n(51782, 'sr', 'db', 'Account Selection', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430\u043b\u043e\u0433\u0430', NULL, NULL),\n(51783, 'sr', 'db', 'Installment Plan', '\u041f\u043b\u0430\u043d \u043d\u0430 \u0440\u0430\u0442\u0435', NULL, NULL),\n(51784, 'sr', 'db', 'Enable Installment Plan', '\u041e\u043c\u043e\u0433\u0443\u045b\u0438 \u043f\u043b\u0430\u043d \u043d\u0430 \u0440\u0430\u0442\u0435', NULL, NULL),\n(51785, 'sr', 'db', 'Installment', '\u0440\u0430\u0442\u0430', NULL, NULL),\n(51786, 'sr', 'db', 'Plan Name', '\u041d\u0430\u0437\u0438\u0432 \u043f\u043b\u0430\u043d\u0430', NULL, NULL),\n(51787, 'sr', 'db', 'Total Amount', '\u0423\u043a\u0443\u043f\u0430\u043d \u0438\u0437\u043d\u043e\u0441', NULL, NULL),\n(51788, 'sr', 'db', 'Additional Amount', '\u0414\u043e\u0434\u0430\u0442\u043d\u0438 \u0438\u0437\u043d\u043e\u0441', NULL, NULL),\n(51789, 'sr', 'db', 'Down Payment', '\u0423\u043f\u043b\u0430\u0442\u0435', NULL, NULL),\n(51790, 'sr', 'db', 'Disable registration', '\u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0458\u0443', NULL, NULL),\n(51791, 'sr', 'db', 'Disable password reset', '\u041e\u043d\u0435\u043c\u043e\u0433\u0443\u045b\u0438\u0442\u0435 \u0440\u0435\u0441\u0435\u0442\u043e\u0432\u0430\u045a\u0435 \u043b\u043e\u0437\u0438\u043d\u043a\u0435', NULL, NULL),\n(51792, 'sr', 'db', 'Font CSS', '\u0424\u043e\u043d\u0442 \u0426\u0421\u0421', NULL, NULL),\n(51793, 'sr', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', '\u0426\u0421\u0421 \u0437\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u0441\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u043e\u043c (\u043f\u0440\u0438\u0458\u0430\u0432\u0430\/\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0458\u0430\/\u0437\u0430\u0431\u043e\u0440\u0430\u0432\u0459\u0435\u043d\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430\/\u0432\u0435\u0440\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0458\u0430)', NULL, NULL),\n(51794, 'sr', 'db', 'POS page CSS', '\u041f\u041e\u0421 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0426\u0421\u0421', NULL, NULL),\n(51795, 'sr', 'db', 'Custom CSS\/Styles', '\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0452\u0435\u043d\u0438 \u0426\u0421\u0421\/\u0441\u0442\u0438\u043b\u043e\u0432\u0438', NULL, NULL),\n(51796, 'sr', 'db', 'Sidebar', '\u0411\u043e\u0447\u043d\u0430 \u0442\u0440\u0430\u043a\u0430', NULL, NULL),\n(51797, 'sr', 'db', 'Exports', '\u0418\u0437\u0432\u043e\u0437', NULL, NULL),\n(51798, 'sr', 'db', 'Cart Product Update', '\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u045a\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0430 \u0437\u0430 \u043a\u043e\u0440\u043f\u0443', NULL, NULL),\n(51799, 'sr', 'db', 'Handle Discount', '\u0425\u0430\u043d\u0434\u043b\u0435 \u0414\u0438\u0441\u0446\u043e\u0443\u043d\u0442', NULL, NULL),\n(51800, 'sr', 'db', 'Product Export', '\u0418\u0437\u0432\u043e\u0437 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0430', NULL, NULL),\n(51801, 'sr', 'db', 'Purchase Export', '\u041f\u0443\u0440\u0446\u0445\u0430\u0441\u0435 \u0415\u043a\u043f\u043e\u0440\u0442', NULL, NULL),\n(51802, 'sr', 'db', 'Sale Export', '\u0421\u0430\u043b\u0435 \u0415\u043a\u043f\u043e\u0440\u0442', NULL, NULL),\n(51803, 'sr', 'db', 'Customer Export', '\u0426\u0443\u0441\u0442\u043e\u043c\u0435\u0440 \u0415\u043a\u043f\u043e\u0440\u0442', NULL, NULL),\n(51804, 'sr', 'db', 'Account Selection', '\u0418\u0437\u0431\u043e\u0440 \u043d\u0430\u043b\u043e\u0433\u0430', NULL, NULL),\n(51805, 'sr', 'db', 'Change Sale Date', '\u041f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u0434\u0430\u0442\u0443\u043c \u043f\u0440\u043e\u0434\u0430\u0458\u0435', NULL, NULL),\n(51806, 'sr', 'db', 'whatsapp', '\u0412\u0445\u0430\u0442\u0441\u0410\u043f\u043f', NULL, NULL),\n(51807, 'sr', 'db', 'message_templates', '\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u043f\u043e\u0440\u0443\u043a\u0430', NULL, NULL),\n(51808, 'sr', 'db', 'send_message', '\u041f\u043e\u0448\u0430\u0459\u0438 \u043f\u043e\u0440\u0443\u043a\u0443', NULL, NULL),\n(51809, 'sr', 'db', 'permanent_access_token', '\u0422\u043e\u043a\u0435\u043d \u0437\u0430 \u0441\u0442\u0430\u043b\u043d\u0438 \u043f\u0440\u0438\u0441\u0442\u0443\u043f', NULL, NULL),\n(51810, 'sr', 'db', 'whatsapp_settings', '\u0412\u0445\u0430\u0442\u0441\u0410\u043f\u043f \u043f\u043e\u0434\u0435\u0448\u0430\u0432\u0430\u045a\u0430', NULL, NULL),\n(51811, 'sr', 'db', 'phone_number_id', '\u0418\u0414 \u0431\u0440\u043e\u0458\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430', NULL, NULL),\n(51812, 'sr', 'db', 'business_account_id', '\u0418\u0414 \u043f\u043e\u0441\u043b\u043e\u0432\u043d\u043e\u0433 \u043d\u0430\u043b\u043e\u0433\u0430', NULL, NULL),\n(51813, 'sr', 'db', 'api_token', '\u0410\u041f\u0418 \u0442\u043e\u043a\u0435\u043d', NULL, NULL),\n(51814, 'sr', 'db', 'receipt', '\u041f\u0440\u0438\u0437\u043d\u0430\u043d\u0438\u0446\u0430', NULL, NULL),\n(51815, 'sr', 'db', 'message_types', '\u0422\u0438\u043f\u043e\u0432\u0438 \u043f\u043e\u0440\u0443\u043a\u0430', NULL, NULL),\n(51816, 'sr', 'db', 'no_template_type_message', '\u041d\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u0448\u0430\u0431\u043b\u043e\u043d, \u0443\u043d\u0435\u0441\u0438\u0442\u0435 \u0441\u0432\u043e\u0458\u0443 \u043f\u043e\u0440\u0443\u043a\u0443 \u0438\u0441\u043f\u043e\u0434', NULL, NULL),\n(51817, 'sr', 'db', 'message_sent_successfully', '\u041f\u043e\u0440\u0443\u043a\u0430 \u0458\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0441\u043b\u0430\u0442\u0430', NULL, NULL),\n(51818, 'sr', 'db', 'fail_sent_message', '\u0421\u043b\u0430\u045a\u0435 \u043f\u043e\u0440\u0443\u043a\u0435 \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043b\u043e', NULL, NULL),\n(51819, 'sr', 'db', 'whatsapp_credentials_missing', '\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0458\u0443 \u0412\u0445\u0430\u0442\u0441\u0410\u043f\u043f \u0430\u043a\u0440\u0435\u0434\u0438\u0442\u0438\u0432\u0438', NULL, NULL),\n(51820, 'sr', 'db', 'failed_upload_media_whatsApp', '\u041e\u0442\u043f\u0440\u0435\u043c\u0430\u045a\u0435 \u043c\u0435\u0434\u0438\u0458\u0430 \u0443 \u0412\u0445\u0430\u0442\u0441\u0410\u043f\u043f \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043b\u043e', NULL, NULL),\n(51821, 'sr', 'db', 'media_id_not_returned_from_WhatsApp', '\u0418\u0414 \u043c\u0435\u0434\u0438\u0458\u0430 \u043d\u0438\u0458\u0435 \u0432\u0440\u0430\u045b\u0435\u043d \u0438\u0437 \u0412\u0445\u0430\u0442\u0441\u0410\u043f\u043f \u043e\u0442\u043f\u0440\u0435\u043c\u0430\u045a\u0430', NULL, NULL),\n(51822, 'sr', 'db', 'sending_not_enabled', '\u0441\u043b\u0430\u045a\u0435 \u043d\u0438\u0458\u0435 \u043e\u043c\u043e\u0433\u0443\u045b\u0435\u043d\u043e', NULL, NULL),\n(51823, 'sr', 'db', 'failed_to_fetch_templates', '\u041f\u0440\u0435\u0443\u0437\u0438\u043c\u0430\u045a\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043b\u043e', NULL, NULL),\n(51824, 'sr', 'db', 'manage_template', '\u0423\u043f\u0440\u0430\u0432\u0459\u0430\u0458\u0442\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u043c', NULL, NULL),\n(51825, 'sr', 'db', 'send_whatsapp_message', '\u041f\u043e\u0448\u0430\u0459\u0438\u0442\u0435 \u0412\u0445\u0430\u0442\u0441\u0430\u043f\u043f \u043f\u043e\u0440\u0443\u043a\u0443', NULL, NULL),\n(51826, 'sr', 'db', 'type_your_message', '\u0423\u043d\u0435\u0441\u0438\u0442\u0435 \u0441\u0432\u043e\u0458\u0443 \u043f\u043e\u0440\u0443\u043a\u0443', NULL, NULL),\n(51827, 'sr', 'db', 'delete_confirmation', '\u0414\u0430 \u043b\u0438 \u0441\u0442\u0432\u0430\u0440\u043d\u043e \u0436\u0435\u043b\u0438\u0442\u0435 \u0434\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435\u0442\u0435?', NULL, NULL),\n(51828, 'sr', 'db', 'template_deleted_successfully', '\u0428\u0430\u0431\u043b\u043e\u043d \u0458\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u0431\u0440\u0438\u0441\u0430\u043d', NULL, NULL),\n(51829, 'sr', 'db', 'failed_delete_template', '\u0411\u0440\u0438\u0441\u0430\u045a\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u043d\u0438\u0458\u0435 \u0443\u0441\u043f\u0435\u043b\u043e', NULL, NULL),\n(51830, 'sr', 'db', 'receiver', '\u041f\u0440\u0438\u0458\u0435\u043c\u043d\u0438\u043a', NULL, NULL),\n(51831, 'sr', 'db', 'template', '\u0422\u0435\u043c\u043f\u043b\u0430\u0442\u0435', NULL, NULL),\n(51832, 'sr', 'db', 'message', '\u041f\u043e\u0440\u0443\u043a\u0430', NULL, NULL),\n(51833, 'sr', 'db', 'attachment', '\u041f\u0440\u0438\u043b\u043e\u0433', NULL, NULL),\n(51834, 'sr', 'db', 'image', '\u0421\u043b\u0438\u043a\u0430', NULL, NULL),\n(51835, 'sr', 'db', 'document', '\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442', NULL, NULL),\n(51836, 'sr', 'db', 'Add Designation', '\u0414\u043e\u0434\u0430\u0458 \u043e\u0437\u043d\u0430\u043a\u0443', NULL, NULL),\n(51837, 'sr', 'db', 'Add Leave', '\u0410\u0434\u0434 \u041b\u0435\u0430\u0432\u0435', NULL, NULL),\n(51838, 'sr', 'db', 'Add Overtime', '\u0414\u043e\u0434\u0430\u0458 \u043f\u0440\u0435\u043a\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0440\u0430\u0434', NULL, NULL),\n(51839, 'sr', 'db', 'Add Sale Agent', '\u0414\u043e\u0434\u0430\u0458\u0442\u0435 \u0430\u0433\u0435\u043d\u0442\u0430 \u0437\u0430 \u043f\u0440\u043e\u0434\u0430\u0458\u0443', NULL, NULL),\n(51840, 'sr', 'db', 'Add Shift', '\u0414\u043e\u0434\u0430\u0458 \u0421\u0445\u0438\u0444\u0442', NULL, NULL),\n(51841, 'sr', 'db', 'Basic Salary', '\u041e\u0441\u043d\u043e\u0432\u043d\u0430 \u043f\u043b\u0430\u0442\u0430', NULL, NULL),\n(51842, 'sr', 'db', 'Commission', '\u041a\u043e\u043c\u0438\u0441\u0438\u0458\u0430', NULL, NULL),\n(51843, 'sr', 'db', 'Commission Percent', '\u041f\u0440\u043e\u0446\u0435\u043d\u0430\u0442 \u043f\u0440\u043e\u0432\u0438\u0437\u0438\u0458\u0435', NULL, NULL),\n(51844, 'sr', 'db', 'Deselect All', '\u041e\u043f\u043e\u0437\u043e\u0432\u0438\u0442\u0435 \u0438\u0437\u0431\u043e\u0440 \u0441\u0432\u0438\u0445', NULL, NULL),\n(51845, 'sr', 'db', 'End Date', '\u0414\u0430\u0442\u0443\u043c \u0437\u0430\u0432\u0440\u0448\u0435\u0442\u043a\u0430', NULL, NULL),\n(51846, 'sr', 'db', 'End Time', '\u0412\u0440\u0435\u043c\u0435 \u0437\u0430\u0432\u0440\u0448\u0435\u0442\u043a\u0430', NULL, NULL),\n(51847, 'sr', 'db', 'Expenses', '\u0422\u0440\u043e\u0448\u043a\u043e\u0432\u0438', NULL, NULL),\n(51848, 'sr', 'db', 'Filter', '\u0424\u0438\u043b\u0442\u0435\u0440', NULL, NULL),\n(51849, 'sr', 'db', 'Generate Payroll', '\u0413\u0435\u043d\u0435\u0440\u0438\u0448\u0438\u0442\u0435 \u043f\u043b\u0430\u0442\u043d\u0438 \u0441\u043f\u0438\u0441\u0430\u043a', NULL, NULL),\n(51850, 'sr', 'db', 'Grace In (min)', '\u0413\u0440\u0430\u0446\u0435 \u0418\u043d (\u043c\u0438\u043d)', NULL, NULL),\n(51851, 'sr', 'db', 'Grace Out', '\u0413\u0440\u0430\u0446\u0435 \u041e\u0443\u0442', NULL, NULL),\n(51852, 'sr', 'db', 'HRM Panel', '\u0425\u0420\u041c \u041f\u0430\u043d\u0435\u043b', NULL, NULL),\n(51853, 'sr', 'db', 'Import CSV', '\u0423\u0432\u0435\u0437\u0438 \u0426\u0421\u0412', NULL, NULL),\n(51854, 'sr', 'db', 'Is Sale Agent?', '\u0414\u0430 \u043b\u0438 \u0458\u0435 \u0430\u0433\u0435\u043d\u0442 \u043f\u0440\u043e\u0434\u0430\u0458\u0435?', NULL, NULL),\n(51855, 'sr', 'db', 'Leave Type', '\u041b\u0435\u0430\u0432\u0435 \u0422\u0438\u043f\u0435', NULL, NULL),\n(51856, 'sr', 'db', 'Leaves', '\u041b\u0435\u0430\u0432\u0435\u0441', NULL, NULL),\n(51857, 'sr', 'db', 'Month', '\u041c\u0435\u0441\u0435\u0446', NULL, NULL),\n(51858, 'sr', 'db', 'Overtime', '\u041f\u0440\u043e\u0434\u0443\u0436\u0435\u0442\u0430\u043a', NULL, NULL),\n(51859, 'sr', 'db', 'Payroll cannot be deleted if status is final', '\u041f\u043b\u0430\u0442\u043d\u0438 \u0441\u043f\u0438\u0441\u0430\u043a \u0441\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0438\u0437\u0431\u0440\u0438\u0441\u0430\u0442\u0438 \u0430\u043a\u043e \u0458\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u043a\u043e\u043d\u0430\u0447\u0430\u043d', NULL, NULL),\n(51860, 'sr', 'db', 'Payroll for', '\u041f\u043b\u0430\u0442\u043d\u0438 \u0441\u043f\u0438\u0441\u0430\u043a \u0437\u0430', NULL, NULL),\n(51861, 'sr', 'db', 'Payroll Group Name', '\u041d\u0430\u0437\u0438\u0432 \u0433\u0440\u0443\u043f\u0435 \u043f\u043b\u0430\u0442\u043d\u0438\u0445 \u0441\u043f\u0438\u0441\u043a\u043e\u0432\u0430', NULL, NULL),\n(51862, 'sr', 'db', 'Recurring', '\u041f\u043e\u043d\u0430\u0432\u0459\u0430\u0458\u0443\u045b\u0438', NULL, NULL),\n(51863, 'sr', 'db', 'Region', '\u0420\u0435\u0433\u0438\u043e\u043d', NULL, NULL),\n(51864, 'sr', 'db', 'Salary', '\u041f\u043b\u0430\u0442\u0430', NULL, NULL),\n(51865, 'sr', 'db', 'Sale Agents', '\u0421\u0430\u043b\u0435 \u0410\u0433\u0435\u043d\u0442\u0441', NULL, NULL),\n(51866, 'sr', 'db', 'Sales Target', '\u0421\u0430\u043b\u0435\u0441 \u0422\u0430\u0440\u0433\u0435\u0442', NULL, NULL),\n(51867, 'sr', 'db', 'Select Department', '\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u041e\u0434\u0435\u0459\u0435\u045a\u0435', NULL, NULL),\n(51868, 'sr', 'db', 'Select Designation', '\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u041e\u0437\u043d\u0430\u043a\u0430', NULL, NULL),\n(51869, 'sr', 'db', 'Select Shift', '\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0421\u0445\u0438\u0444\u0442', NULL, NULL),\n(51870, 'sr', 'db', 'Select Status', '\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0421\u0442\u0430\u0442\u0443\u0441', NULL, NULL),\n(51871, 'sr', 'db', 'Shift', '\u0421\u0445\u0438\u0444\u0442', NULL, NULL),\n(51872, 'sr', 'db', 'Start Date', '\u0414\u0430\u0442\u0443\u043c \u043f\u043e\u0447\u0435\u0442\u043a\u0430', NULL, NULL),\n(51873, 'sr', 'db', 'Start Time', '\u0412\u0440\u0435\u043c\u0435 \u043f\u043e\u0447\u0435\u0442\u043a\u0430', NULL, NULL),\n(51874, 'sr', 'db', 'invoice_to_hatsapp', '\u0424\u0430\u043a\u0442\u0443\u0440\u0430 \u0437\u0430 \u0412\u0445\u0430\u0442\u0441\u0430\u043f\u043f', NULL, NULL),\n(51875, 'sr', 'db', 'Submit All Payrolls', '\u041f\u043e\u0448\u0430\u0459\u0438\u0442\u0435 \u0441\u0432\u0435 \u043f\u043b\u0430\u0442\u043d\u0435 \u0441\u043f\u0438\u0441\u043a\u043e\u0432\u0435', NULL, NULL),\n(51876, 'sr', 'db', 'Submit Payrolls', '\u041f\u043e\u0448\u0430\u0459\u0438\u0442\u0435 \u043f\u043b\u0430\u0442\u043d\u0435 \u0441\u043f\u0438\u0441\u043a\u043e\u0432\u0435', NULL, NULL),\n(51877, 'sr', 'db', 'Total Sales Amount From', '\u0423\u043a\u0443\u043f\u0430\u043d \u0438\u0437\u043d\u043e\u0441 \u043f\u0440\u043e\u0434\u0430\u0458\u0435 \u043e\u0434', NULL, NULL),\n(51878, 'sr', 'db', 'Total Sales Amount To', '\u0423\u043a\u0443\u043f\u0430\u043d \u0438\u0437\u043d\u043e\u0441 \u043f\u0440\u043e\u0434\u0430\u0458\u0435 \u0434\u043e', NULL, NULL),\n(51879, 'sr', 'db', 'Update Overtime', '\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458\u0442\u0435 \u043f\u0440\u0435\u043a\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043e', NULL, NULL),\n(51880, 'sr', 'db', 'Work Duration', '\u0412\u043e\u0440\u043a \u0414\u0443\u0440\u0430\u0442\u0438\u043e\u043d', NULL, NULL),\n(51881, 'sr', 'db', 'Grace Out (min)', '\u0413\u0440\u0430\u0446\u0435 \u041e\u0443\u0442 (\u043c\u0438\u043d)', NULL, NULL),\n(51882, 'sr', 'db', 'Annual Quota', '\u0413\u043e\u0434\u0438\u0448\u045a\u0430 \u043a\u0432\u043e\u0442\u0430', NULL, NULL),\n(51883, 'sr', 'db', 'paid_or_unpaid', '\u041f\u043b\u0430\u045b\u0435\u043d\u043e \u0438\u043b\u0438 \u041d\u0435\u043f\u043b\u0430\u045b\u0435\u043d\u043e', NULL, NULL),\n(51884, 'sr', 'db', 'final', '\u0424\u0438\u043d\u0430\u043b', NULL, NULL),\n(51885, 'sr', 'db', 'HRM - Generate Payroll', '\u0425\u0420\u041c - \u0413\u0435\u043d\u0435\u0440\u0438\u0441\u0430\u045a\u0435 \u043f\u043b\u0430\u0442\u043d\u043e\u0433 \u0441\u043f\u0438\u0441\u043a\u0430', NULL, NULL),\n(51886, 'sr', 'db', 'employee_id', '\u0415\u043c\u043f\u043b\u043e\u0438\u0435\u0435 \u0418\u0434', NULL, NULL),\n(51887, 'sr', 'db', 'Please select', '\u041c\u043e\u043b\u0438\u043c\u043e \u0438\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435', NULL, NULL),\n(51888, 'sr', 'db', 'Redeem Points Settings', '\u0418\u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u043f\u043e\u0435\u043d\u0435', NULL, NULL),\n(51889, 'sr', 'db', 'Redeem amount per unit point', '\u0418\u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u0438\u0437\u043d\u043e\u0441 \u043f\u043e \u0458\u0435\u0434\u0438\u043d\u0438\u0446\u0438 \u043f\u043e\u0435\u043d\u0430', NULL, NULL),\n(51890, 'sr', 'db', 'Maximum redeem point per order', '\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u043d\u0438 \u043f\u043e\u0435\u043d \u0437\u0430 \u043e\u0442\u043a\u0443\u043f \u043f\u043e \u043f\u043e\u0440\u0443\u045f\u0431\u0438\u043d\u0438', NULL, NULL),\n(51891, 'sr', 'db', 'Minimum order total to redeem points', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0438 \u0443\u043a\u0443\u043f\u0430\u043d \u0438\u0437\u043d\u043e\u0441 \u043f\u043e\u0440\u0443\u045f\u0431\u0438\u043d\u0435 \u0437\u0430 \u043e\u0442\u043a\u0443\u043f \u0431\u043e\u0434\u043e\u0432\u0430', NULL, NULL),\n(51892, 'sr', 'db', 'Minimum redeem point', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0438 \u043f\u043e\u0435\u043d \u0437\u0430 \u043e\u0442\u043a\u0443\u043f', NULL, NULL),\n(51893, 'sr', 'db', 'Minimum sold amount to get point', '\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0438 \u043f\u0440\u043e\u0434\u0430\u0442\u0438 \u0438\u0437\u043d\u043e\u0441 \u0437\u0430 \u0434\u043e\u0431\u0438\u0458\u0430\u045a\u0435 \u043f\u043e\u0435\u043d\u0430', NULL, NULL),\n(51894, 'sr', 'db', 'View Document', '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442', NULL, NULL),\n(51895, 'sr', 'db', 'Show Vat Registration Number', '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0430\u0440\u0441\u043a\u0438 \u0431\u0440\u043e\u0458 \u041f\u0414\u0412-\u0430', NULL, NULL),\n(51896, 'sr', 'db', 'Show Sale Note', '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u043d\u0430\u043f\u043e\u043c\u0435\u043d\u0443 \u043e \u043f\u0440\u043e\u0434\u0430\u0458\u0438', NULL, NULL),\n(51897, 'sr', 'db', 'App Setting', '\u041f\u043e\u0434\u0435\u0448\u0430\u0432\u0430\u045a\u0435 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0435', NULL, NULL),\n(51898, 'sr', 'db', 'Manual Process for connecting the Mobile App', '\u0420\u0443\u0447\u043d\u0438 \u043f\u0440\u043e\u0446\u0435\u0441 \u0437\u0430 \u043f\u043e\u0432\u0435\u0437\u0438\u0432\u0430\u045a\u0435 \u043c\u043e\u0431\u0438\u043b\u043d\u0435 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0435', NULL, NULL),\n(51899, 'sr', 'db', 'QR Code for Connecting the Mobile App', '\u041a\u0420 \u043a\u043e\u0434 \u0437\u0430 \u043f\u043e\u0432\u0435\u0437\u0438\u0432\u0430\u045a\u0435 \u043c\u043e\u0431\u0438\u043b\u043d\u0435 \u0430\u043f\u043b\u0438\u043a\u0430\u0446\u0438\u0458\u0435', NULL, NULL),\n(51900, 'sr', 'db', 'Active Devices', '\u0410\u043a\u0442\u0438\u0432\u043d\u0438 \u0443\u0440\u0435\u0452\u0430\u0458\u0438', NULL, NULL),\n(51901, 'sr', 'db', 'IP', '\u0418\u041f', NULL, NULL),\n(51902, 'sr', 'db', 'Last Active', '\u041b\u0430\u0441\u0442 \u0410\u0446\u0442\u0438\u0432\u0435', NULL, NULL),\n(51903, 'sr', 'db', 'We shall be back soon', '\u0412\u0440\u0430\u0442\u0438\u045b\u0435\u043c\u043e \u0441\u0435 \u0443\u0441\u043a\u043e\u0440\u043e', NULL, NULL),\n(51904, 'sr', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', '\u0418\u0437\u0432\u0438\u043d\u0438\u0442\u0435 \u0437\u0431\u043e\u0433 \u043d\u0435\u043f\u0440\u0438\u0458\u0430\u0442\u043d\u043e\u0441\u0442\u0438. ', NULL, NULL),\n(51905, 'sr', 'db', 'maintenance_mode', '\u0420\u0435\u0436\u0438\u043c \u043e\u0434\u0440\u0436\u0430\u0432\u0430\u045a\u0430', NULL, NULL),\n(51906, 'sr', 'db', 'maintenance_allowed_ips', '\u0414\u043e\u0437\u0432\u043e\u0459\u0435\u043d\u0435 \u0418\u041f \u0430\u0434\u0440\u0435\u0441\u0435 \u0443 \u0440\u0435\u0436\u0438\u043c\u0443 \u043e\u0434\u0440\u0436\u0430\u0432\u0430\u045a\u0430', NULL, NULL),\n(51907, 'sr', 'db', 'Available Balance', '\u0414\u043e\u0441\u0442\u0443\u043f\u0430\u043d \u0441\u0430\u043b\u0434\u043e', NULL, NULL),\n(51908, 'sr', 'db', 'profit_margin_type', '\u0412\u0440\u0441\u0442\u0430 \u043f\u0440\u043e\u0444\u0438\u0442\u043d\u0435 \u043c\u0430\u0440\u0436\u0435', NULL, NULL),\n(51909, 'sr', 'db', 'show_expiry_alerts_before', '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0443\u043f\u043e\u0437\u043e\u0440\u0435\u045a\u0430 \u043e \u0438\u0441\u0442\u0435\u043a\u0443 \u0437\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0435 \u043f\u0440\u0435 (\u0434\u0430\u043d\u0430)', NULL, NULL),\n(51910, 'sr', 'db', 'Product Review', '\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0430', NULL, NULL),\n(51911, 'sr', 'db', 'newsletter', '\u0411\u0438\u043b\u0442\u0435\u043d', NULL, NULL),\n(51912, 'sr', 'db', 'Sale Exchange', '\u0421\u0430\u043b\u0435 \u0415\u043a\u0446\u0445\u0430\u043d\u0433\u0435', NULL, NULL),\n(51913, 'sr', 'db', 'Sale Exchange List', '\u041b\u0438\u0441\u0442\u0430 \u0440\u0430\u0437\u043c\u0458\u0435\u043d\u0435 \u043f\u0440\u043e\u0434\u0430\u0458\u0435', NULL, NULL),\n(51914, 'sr', 'db', 'Add Exchange', '\u0410\u0434\u0434 \u0415\u043a\u0446\u0445\u0430\u043d\u0433\u0435', NULL, NULL),\n(51915, 'sr', 'db', 'search_by_reference_no_or_Product', '\u041f\u0440\u0435\u0442\u0440\u0430\u0433\u0430 \u043f\u043e \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0442\u043d\u043e\u043c \u0431\u0440\u043e\u0458\u0443 \u0438\u043b\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0443', NULL, NULL),\n(51916, 'sr', 'db', 'Order Product', '\u041d\u0430\u0440\u0443\u0447\u0438\u0442\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434', NULL, NULL),\n(51917, 'sr', 'db', 'Payment Type', '\u0412\u0440\u0441\u0442\u0430 \u043f\u043b\u0430\u045b\u0430\u045a\u0430', NULL, NULL),\n(51918, 'sr', 'db', 'Payment Type', '\u0412\u0440\u0441\u0442\u0430 \u043f\u043b\u0430\u045b\u0430\u045a\u0430', NULL, NULL),\n(51919, 'sr', 'db', 'Edit Production', '\u0423\u0440\u0435\u0434\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0458\u0443', NULL, NULL),\n(51920, 'sr', 'db', 'Delete Production', '\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u045a\u0443', NULL, NULL),\n(51921, 'sr', 'db', 'Recipe List', '\u041b\u0438\u0441\u0442\u0430 \u0440\u0435\u0446\u0435\u043f\u0430\u0442\u0430', NULL, NULL),\n(51922, 'sr', 'db', 'Add Recipe', '\u0414\u043e\u0434\u0430\u0458 \u0440\u0435\u0446\u0435\u043f\u0442', NULL, NULL),\n(51923, 'sr', 'db', 'Delete Recipe', '\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0440\u0435\u0446\u0435\u043f\u0442', NULL, NULL),\n(51924, 'sr', 'db', 'Theme Settings', '\u041f\u043e\u0434\u0435\u0448\u0430\u0432\u0430\u045a\u0430 \u0442\u0435\u043c\u0435', NULL, NULL),\n(51925, 'sr', 'db', 'show_customer_name', '\u041f\u0440\u0438\u043a\u0430\u0436\u0438 \u0438\u043c\u0435 \u043a\u043b\u0438\u0458\u0435\u043d\u0442\u0430', NULL, NULL),\n(51926, 'sr', 'db', 'sale_due', '\u0421\u0430\u043b\u0435 \u0414\u0443\u0435', NULL, NULL),\n(51927, 'sr', 'db', 'purchase_due', '\u041f\u0443\u0440\u0446\u0445\u0430\u0441\u0435 \u0414\u0443\u0435', NULL, NULL),\n(51928, 'sr', 'db', 'bulk_update', '\u0411\u0443\u043b\u043a \u0423\u043f\u0434\u0430\u0442\u0435', NULL, NULL),\n(51929, 'sr', 'db', 'payment_at', '\u041f\u043b\u0430\u045b\u0430\u045a\u0435 \u043d\u0430', NULL, NULL),\n(51930, 'sr', 'db', 'paper_size', '\u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u043f\u0430\u043f\u0438\u0440\u0430', NULL, NULL),\n(51931, 'sr', 'db', 'Type designation name', '\u041d\u0430\u0437\u0438\u0432 \u043e\u0437\u043d\u0430\u043a\u0435 \u0442\u0438\u043f\u0430', NULL, NULL),\n(51932, 'sr', 'db', 'Type shift name', '\u0423\u043d\u0435\u0441\u0438\u0442\u0435 \u0438\u043c\u0435 \u0441\u043c\u0435\u043d\u0435', NULL, NULL),\n(51933, 'sr', 'db', 'Add Leave Type', '\u0414\u043e\u0434\u0430\u0458 \u0432\u0440\u0441\u0442\u0443 \u043d\u0430\u043f\u0443\u0448\u0442\u0430\u045a\u0430', NULL, NULL),\n(51934, 'sr', 'db', 'Update Leave Type', '\u0410\u0436\u0443\u0440\u0438\u0440\u0430\u0458 \u0442\u0438\u043f \u043e\u0434\u043b\u0430\u0441\u043a\u0430', NULL, NULL),\n(51935, 'sr', 'db', 'Carry Forward Limit', '\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u045a\u0435 \u0437\u0430 \u043f\u0440\u0435\u043d\u043e\u0448\u0435\u045a\u0435', NULL, NULL),\n(51936, 'sr', 'db', 'stock', '\u0421\u0442\u043e\u0446\u043a', NULL, NULL),\n(51937, 'sr', 'db', 'profit_loss_report', '\u0418\u0437\u0432\u0435\u0448\u0442\u0430\u0458 \u043e \u0434\u043e\u0431\u0438\u0442\u0438\/\u0433\u0443\u0431\u0438\u0442\u043a\u0443', NULL, NULL),\n(51938, 'sw', 'db', 'dashboard', 'Dashibodi', NULL, NULL),\n(51939, 'sw', 'db', 'language', 'Lugha', NULL, NULL),\n(51940, 'sw', 'db', 'Languages', 'Lugha', NULL, NULL),\n(51941, 'sw', 'db', 'revenue', 'Mapato', NULL, NULL),\n(51942, 'sw', 'db', 'product', 'Bidhaa', NULL, NULL),\n(51943, 'sw', 'db', 'category', 'Kategoria', NULL, NULL),\n(51944, 'sw', 'db', 'product_list', 'Orodha ya Bidhaa', NULL, NULL),\n(51945, 'sw', 'db', 'add_product', 'Ongeza Bidhaa', NULL, NULL),\n(51946, 'sw', 'db', 'import_product', 'Ingiza Bidhaa', NULL, NULL),\n(51947, 'sw', 'db', 'print_barcode', 'Chapisha Msimbopau', NULL, NULL),\n(51948, 'sw', 'db', 'welcome', 'Karibu', NULL, NULL),\n(51949, 'sw', 'db', 'profile', 'Wasifu', NULL, NULL),\n(51950, 'sw', 'db', 'add', 'Ongeza', NULL, NULL),\n(51951, 'sw', 'db', 'parent', 'Mzazi', NULL, NULL),\n(51952, 'sw', 'db', 'action', 'kitendo', NULL, NULL),\n(51953, 'sw', 'db', 'import', 'Ingiza', NULL, NULL),\n(51954, 'sw', 'db', 'edit', 'Hariri', NULL, NULL),\n(51955, 'sw', 'db', 'delete', 'Futa', NULL, NULL),\n(51956, 'sw', 'db', 'name', 'Jina', NULL, NULL),\n(51957, 'sw', 'db', 'submit', 'Wasilisha', NULL, NULL),\n(51958, 'sw', 'db', 'update', 'Sasisha', NULL, NULL),\n(51959, 'sw', 'db', 'The field labels marked with * are required input fields', 'Lebo za sehemu zilizo na alama ya * zinahitajika sehemu za kuingiza', NULL, NULL),\n(51960, 'sw', 'db', 'settings', 'Mipangilio', NULL, NULL),\n(51961, 'sw', 'db', 'logout', 'kuondoka', NULL, NULL),\n(51962, 'sw', 'db', 'return', 'Rudi', NULL, NULL),\n(51963, 'sw', 'db', 'profit', 'Faida', NULL, NULL),\n(51964, 'sw', 'db', 'sale qty', 'Kiasi cha Uuzaji', NULL, NULL),\n(51965, 'sw', 'db', 'yearly report', 'Ripoti ya kila mwaka', NULL, NULL),\n(51966, 'sw', 'db', 'sale amount', 'Kiasi cha mauzo', NULL, NULL),\n(51967, 'sw', 'db', 'recent sales', 'Mauzo ya Hivi Karibuni', NULL, NULL),\n(51968, 'sw', 'db', 'latest', 'Karibuni', NULL, NULL),\n(51969, 'sw', 'db', 'best selling product', 'Bidhaa Inayouzwa Bora', NULL, NULL),\n(51970, 'sw', 'db', 'top', 'Juu', NULL, NULL),\n(51971, 'sw', 'db', 'date', 'Tarehe', NULL, NULL),\n(51972, 'sw', 'db', 'reference', 'Rejea', NULL, NULL),\n(51973, 'sw', 'db', 'customer', 'Mteja', NULL, NULL),\n(51974, 'sw', 'db', 'status', 'Hali', NULL, NULL),\n(51975, 'sw', 'db', 'grand total', 'Jumla Kubwa', NULL, NULL),\n(51976, 'sw', 'db', 'Product Details', 'Maelezo ya Bidhaa', NULL, NULL),\n(51977, 'sw', 'db', 'qty', 'Kiasi', NULL, NULL),\n(51978, 'sw', 'db', 'Price', 'Bei', NULL, NULL),\n(51979, 'sw', 'db', 'Image', 'Picha', NULL, NULL),\n(51980, 'sw', 'db', 'Code', 'Kanuni', NULL, NULL),\n(51981, 'sw', 'db', 'Brand', 'Chapa', NULL, NULL),\n(51982, 'sw', 'db', 'Quantity', 'Kiasi', NULL, NULL),\n(51983, 'sw', 'db', 'Unit', 'Kitengo', NULL, NULL),\n(51984, 'sw', 'db', 'Type', 'Aina', NULL, NULL),\n(51985, 'sw', 'db', 'Barcode Symbology', 'Alama ya msimbo wa bar', NULL, NULL),\n(51986, 'sw', 'db', 'Sale', 'Uuzaji', NULL, NULL),\n(51987, 'sw', 'db', 'Purchase', 'Nunua', NULL, NULL),\n(51988, 'sw', 'db', 'Cost', 'Gharama', NULL, NULL),\n(51989, 'sw', 'db', 'Alert', 'Tahadhari', NULL, NULL),\n(51990, 'sw', 'db', 'Promotional Price', 'Bei ya Matangazo', NULL, NULL),\n(51991, 'sw', 'db', 'Promotion', 'Ukuzaji', NULL, NULL),\n(51992, 'sw', 'db', 'Featured', 'Iliyoangaziwa', NULL, NULL),\n(51993, 'sw', 'db', 'Tax', 'Kodi', NULL, NULL),\n(51994, 'sw', 'db', 'Invoice Details', 'Maelezo ya ankara', NULL, NULL),\n(51995, 'sw', 'db', 'Generate', 'Tengeneza', NULL, NULL),\n(51996, 'sw', 'db', 'Promotion Starts', 'Utangazaji Unaanza', NULL, NULL),\n(51997, 'sw', 'db', 'Promotion Ends', 'Utangazaji Umeisha', NULL, NULL),\n(51998, 'sw', 'db', 'Starting', 'Kuanzia', NULL, NULL),\n(51999, 'sw', 'db', 'Ending', 'Kumalizia', NULL, NULL),\n(52000, 'sw', 'db', 'Print', 'Chapisha', NULL, NULL),\n(52001, 'sw', 'db', 'Barcode', 'Msimbo pau', NULL, NULL),\n(52002, 'sw', 'db', 'Supplier', 'Msambazaji', NULL, NULL),\n(52003, 'sw', 'db', 'Paid', 'Imelipwa', NULL, NULL),\n(52004, 'sw', 'db', 'Balance', 'Mizani', NULL, NULL),\n(52005, 'sw', 'db', 'Payment', 'Malipo', NULL, NULL),\n(52006, 'sw', 'db', 'View', 'Tazama', NULL, NULL),\n(52007, 'sw', 'db', 'Warehouse', 'Ghala', NULL, NULL),\n(52008, 'sw', 'db', 'Attach Document', 'Ambatisha Hati', NULL, NULL),\n(52009, 'sw', 'db', 'Select Product', 'Chagua Bidhaa', NULL, NULL),\n(52010, 'sw', 'db', 'Order', 'Agizo', NULL, NULL),\n(52011, 'sw', 'db', 'Order Table', 'Jedwali la Agizo', NULL, NULL),\n(52012, 'sw', 'db', 'Discount', 'Punguzo', NULL, NULL),\n(52013, 'sw', 'db', 'Unit Cost', 'Gharama ya Kitengo', NULL, NULL),\n(52014, 'sw', 'db', 'Unit Price', 'Bei ya Kitengo', NULL, NULL),\n(52015, 'sw', 'db', 'Net Unit Cost', 'Gharama ya Jumla ya Kitengo', NULL, NULL),\n(52016, 'sw', 'db', 'Net Unit Price', 'Bei halisi ya Kitengo', NULL, NULL),\n(52017, 'sw', 'db', 'Shipping Cost', 'Gharama ya Usafirishaji', NULL, NULL),\n(52018, 'sw', 'db', 'Subtotal', 'Jumla ndogo', NULL, NULL),\n(52019, 'sw', 'db', 'Note', 'Kumbuka', NULL, NULL),\n(52020, 'sw', 'db', 'Items', 'Vipengee', NULL, NULL),\n(52021, 'sw', 'db', 'Total', 'Jumla', NULL, NULL),\n(52022, 'sw', 'db', 'Recieved', 'Imepokelewa', NULL, NULL),\n(52023, 'sw', 'db', 'Upload CSV File', 'Pakia Faili ya CSV', NULL, NULL),\n(52024, 'sw', 'db', 'Download Sample File', 'Pakua Sampuli ya Faili', NULL, NULL),\n(52025, 'sw', 'db', 'Sample File', 'Faili ya Mfano', NULL, NULL),\n(52026, 'sw', 'db', 'Download', 'Pakua', NULL, NULL),\n(52027, 'sw', 'db', 'The correct column order is', 'Mpangilio sahihi wa safu ni', NULL, NULL),\n(52028, 'sw', 'db', 'and you must follow this', 'na lazima ufuate hii', NULL, NULL),\n(52029, 'sw', 'db', 'All columns are required', 'Safu wima zote zinahitajika', NULL, NULL),\n(52030, 'sw', 'db', 'Biller', 'Biller', NULL, NULL),\n(52031, 'sw', 'db', 'From', 'Kutoka', NULL, NULL),\n(52032, 'sw', 'db', 'To', 'Kwa', NULL, NULL),\n(52033, 'sw', 'db', 'Created By', 'Imeundwa Na', NULL, NULL),\n(52034, 'sw', 'db', 'Amount', 'Kiasi', NULL, NULL),\n(52035, 'sw', 'db', 'Staff', 'Wafanyakazi', NULL, NULL),\n(52036, 'sw', 'db', 'Quotation', 'Nukuu', NULL, NULL),\n(52037, 'sw', 'db', 'Create', 'Unda', NULL, NULL),\n(52038, 'sw', 'db', 'Adjustment', 'Marekebisho', NULL, NULL),\n(52039, 'sw', 'db', 'Subtraction', 'Kutoa', NULL, NULL),\n(52040, 'sw', 'db', 'Addition', 'Nyongeza', NULL, NULL),\n(52041, 'sw', 'db', 'Transfer', 'Uhamisho', NULL, NULL),\n(52042, 'sw', 'db', 'User', 'Mtumiaji', NULL, NULL),\n(52043, 'sw', 'db', 'Email', 'Barua pepe', NULL, NULL),\n(52044, 'sw', 'db', 'Company Name', 'Jina la Kampuni', NULL, NULL),\n(52045, 'sw', 'db', 'Phone Number', 'Nambari ya Simu', NULL, NULL),\n(52046, 'sw', 'db', 'Role', 'Jukumu', NULL, NULL),\n(52047, 'sw', 'db', 'UserName', 'Jina la mtumiaji', NULL, NULL),\n(52048, 'sw', 'db', 'Password', 'Nenosiri', NULL, NULL),\n(52049, 'sw', 'db', 'LogIn', 'Ingia', NULL, NULL),\n(52050, 'sw', 'db', 'Change Password', 'Badilisha Nenosiri', NULL, NULL),\n(52051, 'sw', 'db', 'Active', 'Inayotumika', NULL, NULL),\n(52052, 'sw', 'db', 'Customer Group', 'Kikundi cha Wateja', NULL, NULL),\n(52053, 'sw', 'db', 'Address', 'Anwani', NULL, NULL),\n(52054, 'sw', 'db', 'City', 'Jiji', NULL, NULL),\n(52055, 'sw', 'db', 'Postal Code', 'Msimbo wa Posta', NULL, NULL),\n(52056, 'sw', 'db', 'Country', 'Nchi', NULL, NULL),\n(52057, 'sw', 'db', 'State', 'Jimbo', NULL, NULL),\n(52058, 'sw', 'db', 'Upload File', 'Pakia Faili', NULL, NULL),\n(52059, 'sw', 'db', 'List', 'Orodha', NULL, NULL),\n(52060, 'sw', 'db', 'VAT Number', 'Nambari ya VAT', NULL, NULL),\n(52061, 'sw', 'db', 'Choose Your Date', 'Chagua Tarehe Yako', NULL, NULL),\n(52062, 'sw', 'db', 'Loss', 'Hasara', NULL, NULL),\n(52063, 'sw', 'db', 'Or', 'Au', NULL, NULL),\n(52064, 'sw', 'db', 'Sent', 'Imetumwa', NULL, NULL),\n(52065, 'sw', 'db', 'Net Profit', 'Faida halisi', NULL, NULL),\n(52066, 'sw', 'db', 'Best Seller', 'Muuzaji Bora', NULL, NULL),\n(52067, 'sw', 'db', 'Best Seller From', 'Muuzaji Bora Kutoka', NULL, NULL),\n(52068, 'sw', 'db', 'Product Report', 'Ripoti ya Bidhaa', NULL, NULL),\n(52069, 'sw', 'db', 'Purchased', 'Imenunuliwa', NULL, NULL),\n(52070, 'sw', 'db', 'Sold', 'Inauzwa', NULL, NULL),\n(52071, 'sw', 'db', 'In Stock', 'Katika Hisa', NULL, NULL),\n(52072, 'sw', 'db', 'Reports', 'Ripoti', NULL, NULL),\n(52073, 'sw', 'db', 'Daily Sale', 'Uuzaji wa Kila siku', NULL, NULL),\n(52074, 'sw', 'db', 'Daily Sale Report', 'Ripoti ya mauzo ya kila siku', NULL, NULL),\n(52075, 'sw', 'db', 'Monthly Sale', 'Uuzaji wa Kila Mwezi', NULL, NULL),\n(52076, 'sw', 'db', 'Monthly Sale Report', 'Ripoti ya Mauzo ya Kila Mwezi', NULL, NULL),\n(52077, 'sw', 'db', 'Daily Purchase', 'Ununuzi wa Kila Siku', NULL, NULL),\n(52078, 'sw', 'db', 'Daily Purchase Report', 'Ripoti ya Ununuzi wa Kila Siku', NULL, NULL),\n(52079, 'sw', 'db', 'Monthly Purchase', 'Ununuzi wa Kila Mwezi', NULL, NULL),\n(52080, 'sw', 'db', 'Monthly Purchase Report', 'Ripoti ya Ununuzi ya Kila Mwezi', NULL, NULL),\n(52081, 'sw', 'db', 'Previous', 'Iliyotangulia', NULL, NULL),\n(52082, 'sw', 'db', 'Next', 'Inayofuata', NULL, NULL),\n(52083, 'sw', 'db', 'Stock Chart', 'Chati ya Hisa', NULL, NULL),\n(52084, 'sw', 'db', 'Due', 'Inastahili', NULL, NULL),\n(52085, 'sw', 'db', 'Description', 'Maelezo', NULL, NULL),\n(52086, 'sw', 'db', 'Change Permission', 'Badilisha Ruhusa', NULL, NULL),\n(52087, 'sw', 'db', 'Group Permission', 'Ruhusa ya Kikundi', NULL, NULL),\n(52088, 'sw', 'db', 'Permissions', 'Ruhusa', NULL, NULL),\n(52089, 'sw', 'db', 'Percentage', 'Asilimia', NULL, NULL),\n(52090, 'sw', 'db', 'Title', 'Kichwa', NULL, NULL),\n(52091, 'sw', 'db', 'Base Unit', 'Kitengo cha Msingi', NULL, NULL),\n(52092, 'sw', 'db', 'Operator', 'Opereta', NULL, NULL),\n(52093, 'sw', 'db', 'Operation Value', 'Thamani ya Uendeshaji', NULL, NULL),\n(52094, 'sw', 'db', 'Rate', 'Kiwango', NULL, NULL),\n(52095, 'sw', 'db', 'General Setting', 'Mpangilio wa Jumla', NULL, NULL),\n(52096, 'sw', 'db', 'Site Title', 'Kichwa cha Tovuti', NULL, NULL),\n(52097, 'sw', 'db', 'Site Logo', 'Nembo ya tovuti', NULL, NULL),\n(52098, 'sw', 'db', 'Current Password', 'Nenosiri la Sasa', NULL, NULL),\n(52099, 'sw', 'db', 'New Password', 'Nenosiri Mpya', NULL, NULL),\n(52100, 'sw', 'db', 'Confirm Password', 'Thibitisha Nenosiri', NULL, NULL),\n(52101, 'sw', 'db', 'POS Setting', 'Mpangilio wa POS', NULL, NULL),\n(52102, 'sw', 'db', 'Developed By', 'Imeandaliwa Na', NULL, NULL),\n(52103, 'sw', 'db', 'All', 'Wote', NULL, NULL),\n(52104, 'sw', 'db', 'By', 'Na', NULL, NULL),\n(52105, 'sw', 'db', 'Cheque Number', 'Nambari ya Cheki', NULL, NULL),\n(52106, 'sw', 'db', 'Invoice', 'Ankara', NULL, NULL),\n(52107, 'sw', 'db', 'Shipping', 'Usafirishaji', NULL, NULL),\n(52108, 'sw', 'db', 'Finalize Sale', 'Maliza Uuzaji', NULL, NULL),\n(52109, 'sw', 'db', 'People', 'Watu', NULL, NULL),\n(52110, 'sw', 'db', 'Option', 'Chaguo', NULL, NULL),\n(52111, 'sw', 'db', 'Bill', 'Bill', NULL, NULL),\n(52112, 'sw', 'db', 'Go To', 'Nenda Kwa', NULL, NULL),\n(52113, 'sw', 'db', 'Mode', 'Hali', NULL, NULL),\n(52114, 'sw', 'db', 'In Words', 'Katika Maneno', NULL, NULL),\n(52115, 'sw', 'db', 'Stamp', 'Muhuri', NULL, NULL),\n(52116, 'sw', 'db', 'Signature', 'Sahihi', NULL, NULL),\n(52117, 'sw', 'db', 'Developed', 'Imetengenezwa', NULL, NULL),\n(52118, 'sw', 'db', 'Attach File', 'Ambatisha Faili', NULL, NULL),\n(52119, 'sw', 'db', 'File Link', 'Kiungo cha Faili', NULL, NULL),\n(52120, 'sw', 'db', 'Delivery', 'Uwasilishaji', NULL, NULL),\n(52121, 'sw', 'db', 'Delivered', 'Imewasilishwa', NULL, NULL),\n(52122, 'sw', 'db', 'For Digital product sale_unit will be n\\\\\/a', 'Kwa kitengo cha mauzo ya bidhaa Dijitali kitakuwa n\\\\\/a', NULL, NULL),\n(52123, 'sw', 'db', 'Forgot Password?', 'Umesahau Nenosiri?', NULL, NULL),\n(52124, 'sw', 'db', 'Do not have an account?', 'Je, huna akaunti?', NULL, NULL),\n(52125, 'sw', 'db', 'Register', 'Sajili', NULL, NULL),\n(52126, 'sw', 'db', 'Expense Category', 'Kategoria ya Gharama', NULL, NULL),\n(52127, 'sw', 'db', 'Expense', 'Gharama', NULL, NULL),\n(52128, 'sw', 'db', 'Gift Card', 'Kadi ya Zawadi', NULL, NULL),\n(52129, 'sw', 'db', 'Card', 'Kadi', NULL, NULL),\n(52130, 'sw', 'db', 'Expiry Date', 'Tarehe ya kumalizika muda wake', NULL, NULL),\n(52131, 'sw', 'db', 'Recharge', 'Chaji upya', NULL, NULL),\n(52132, 'sw', 'db', 'Deposit', 'Amana', NULL, NULL),\n(52133, 'sw', 'db', 'Choose Warehouse', 'Chagua Ghala', NULL, NULL),\n(52134, 'sw', 'db', 'Choose Supplier', 'Chagua Msambazaji', NULL, NULL),\n(52135, 'sw', 'db', 'Choose Customer', 'Chagua Mteja', NULL, NULL),\n(52136, 'sw', 'db', 'Touchscreen keybord', 'Kitufe cha skrini ya kugusa', NULL, NULL),\n(52137, 'sw', 'db', 'Already have an account', 'Tayari unayo akaunti', NULL, NULL),\n(52138, 'sw', 'db', 'Currency', 'Sarafu', NULL, NULL),\n(52139, 'sw', 'db', 'Mail Setting', 'Mpangilio wa Barua', NULL, NULL),\n(52140, 'sw', 'db', 'Mail Host', 'Mpangishi wa Barua', NULL, NULL),\n(52141, 'sw', 'db', 'Mail Port', 'Bandari ya Barua', NULL, NULL),\n(52142, 'sw', 'db', 'Mail From Name', 'Barua Kutoka kwa Jina', NULL, NULL),\n(52143, 'sw', 'db', 'Mail Address', 'Anwani ya Barua', NULL, NULL),\n(52144, 'sw', 'db', 'Encryption', 'Usimbaji fiche', NULL, NULL),\n(52145, 'sw', 'db', 'Today', 'Leo', NULL, NULL),\n(52146, 'sw', 'db', 'Last 7 Days', 'Siku 7 zilizopita', NULL, NULL),\n(52147, 'sw', 'db', 'This Month', 'Mwezi Huu', NULL, NULL),\n(52148, 'sw', 'db', 'This Year', 'Mwaka Huu', NULL, NULL),\n(52149, 'sw', 'db', 'Cash in Hand', 'Pesa mkononi', NULL, NULL),\n(52150, 'sw', 'db', 'In Hand', 'Mkononi', NULL, NULL),\n(52151, 'sw', 'db', 'Summary Report', 'Ripoti ya Muhtasari', NULL, NULL),\n(52152, 'sw', 'db', 'Draft', 'Rasimu', NULL, NULL),\n(52153, 'sw', 'db', 'Coupon', 'Kuponi', NULL, NULL),\n(52154, 'sw', 'db', 'Available', 'Inapatikana', NULL, NULL),\n(52155, 'sw', 'db', 'Minimum Sale', 'Kiwango cha chini cha Uuzaji', NULL, NULL),\n(52156, 'sw', 'db', 'Add Sale', 'Ongeza Uuzaji', NULL, NULL),\n(52157, 'sw', 'db', 'Import Sale', 'Ingiza Uuzaji', NULL, NULL),\n(52158, 'sw', 'db', 'Sale Status', 'Hali ya Uuzaji', NULL, NULL),\n(52159, 'sw', 'db', 'Payment Status', 'Hali ya Malipo', NULL, NULL),\n(52160, 'sw', 'db', 'Generate Invoice', 'Tengeneza ankara', NULL, NULL),\n(52161, 'sw', 'db', 'Add Payment', 'Ongeza Malipo', NULL, NULL),\n(52162, 'sw', 'db', 'View Payment', 'Tazama Malipo', NULL, NULL),\n(52163, 'sw', 'db', 'Add Delivery', 'Ongeza Uwasilishaji', NULL, NULL),\n(52164, 'sw', 'db', 'PDF', 'PDF', NULL, NULL),\n(52165, 'sw', 'db', 'CSV', 'CSV', NULL, NULL),\n(52166, 'sw', 'db', 'Column visibility', 'Mwonekano wa safu wima', NULL, NULL),\n(52167, 'sw', 'db', 'Search', 'Tafuta', NULL, NULL),\n(52168, 'sw', 'db', 'records per page', 'rekodi kwa kila ukurasa', NULL, NULL),\n(52169, 'sw', 'db', 'Showing', 'Inaonyesha', NULL, NULL),\n(52170, 'sw', 'db', 'Order Discount', 'Punguzo la Agizo', NULL, NULL),\n(52171, 'sw', 'db', 'Order Tax', 'Kodi ya Kuagiza', NULL, NULL),\n(52172, 'sw', 'db', 'Sale Note', 'Kumbuka ya Uuzaji', NULL, NULL),\n(52173, 'sw', 'db', 'Staff Note', 'Kumbuka ya Wafanyakazi', NULL, NULL),\n(52174, 'sw', 'db', 'Paid Amount', 'Kiasi Kilicholipwa', NULL, NULL),\n(52175, 'sw', 'db', 'Sale Details', 'Maelezo ya Uuzaji', NULL, NULL),\n(52176, 'sw', 'db', 'Purchase List', 'Orodha ya Ununuzi', NULL, NULL),\n(52177, 'sw', 'db', 'Add Purchase', 'Ongeza Ununuzi', NULL, NULL),\n(52178, 'sw', 'db', 'Import Purchase By CSV', 'Ingiza Ununuzi Kwa CSV', NULL, NULL),\n(52179, 'sw', 'db', 'Sale List', 'Orodha ya Uuzaji', NULL, NULL),\n(52180, 'sw', 'db', 'Import Sale By CSV', 'Ingiza Uuzaji kwa CSV', NULL, NULL),\n(52181, 'sw', 'db', 'Gift Card List', 'Orodha ya Kadi za Zawadi', NULL, NULL),\n(52182, 'sw', 'db', 'Coupon List', 'Orodha ya Kuponi', NULL, NULL),\n(52183, 'sw', 'db', 'Delivery List', 'Orodha ya Uwasilishaji', NULL, NULL),\n(52184, 'sw', 'db', 'Expense List', 'Orodha ya Gharama', NULL, NULL),\n(52185, 'sw', 'db', 'Add Expense', 'Ongeza Gharama', NULL, NULL),\n(52186, 'sw', 'db', 'Quotation List', 'Orodha ya Nukuu', NULL, NULL),\n(52187, 'sw', 'db', 'Add Quotation', 'Ongeza Nukuu', NULL, NULL),\n(52188, 'sw', 'db', 'Transfer List', 'Orodha ya Uhamisho', NULL, NULL),\n(52189, 'sw', 'db', 'Add Transfer', 'Ongeza Uhamisho', NULL, NULL),\n(52190, 'sw', 'db', 'Import Transfer By CSV', 'Ingiza Uhamisho Kwa CSV', NULL, NULL),\n(52191, 'sw', 'db', 'Return List', 'Orodha ya Kurudi', NULL, NULL),\n(52192, 'sw', 'db', 'Add Return', 'Ongeza Kurudi', NULL, NULL),\n(52193, 'sw', 'db', 'Quantity Adjustment', 'Marekebisho ya Kiasi', NULL, NULL),\n(52194, 'sw', 'db', 'Adjustment List', 'Orodha ya Marekebisho', NULL, NULL),\n(52195, 'sw', 'db', 'Add Adjustment', 'Ongeza Marekebisho', NULL, NULL),\n(52196, 'sw', 'db', 'User List', 'Orodha ya Watumiaji', NULL, NULL),\n(52197, 'sw', 'db', 'Add User', 'Ongeza Mtumiaji', NULL, NULL),\n(52198, 'sw', 'db', 'Customer List', 'Orodha ya Wateja', NULL, NULL),\n(52199, 'sw', 'db', 'Add Customer', 'Ongeza Mteja', NULL, NULL),\n(52200, 'sw', 'db', 'Biller List', 'Orodha ya Biller', NULL, NULL),\n(52201, 'sw', 'db', 'Add Biller', 'Ongeza Biller', NULL, NULL),\n(52202, 'sw', 'db', 'Supplier List', 'Orodha ya Wasambazaji', NULL, NULL),\n(52203, 'sw', 'db', 'Add Supplier', 'Ongeza Msambazaji', NULL, NULL),\n(52204, 'sw', 'db', 'Sale Report', 'Ripoti ya Uuzaji', NULL, NULL),\n(52205, 'sw', 'db', 'Purchase Report', 'Ripoti ya Ununuzi', NULL, NULL),\n(52206, 'sw', 'db', 'Payment Report', 'Ripoti ya malipo', NULL, NULL),\n(52207, 'sw', 'db', 'Warehouse Stock Chart', 'Chati ya Hisa ya Ghala', NULL, NULL),\n(52208, 'sw', 'db', 'Product Quantity Alert', 'Tahadhari ya Kiasi cha Bidhaa', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(52209, 'sw', 'db', 'Customer Report', 'Ripoti ya Wateja', NULL, NULL),\n(52210, 'sw', 'db', 'Supplier Report', 'Ripoti ya Mgavi', NULL, NULL),\n(52211, 'sw', 'db', 'Due Report', 'Ripoti inayostahili', NULL, NULL),\n(52212, 'sw', 'db', 'User Profile', 'Wasifu wa Mtumiaji', NULL, NULL),\n(52213, 'sw', 'db', 'Cash Flow', 'Mtiririko wa Fedha', NULL, NULL),\n(52214, 'sw', 'db', 'Add Category', 'Ongeza Kategoria', NULL, NULL),\n(52215, 'sw', 'db', 'Import Category', 'Ingiza Aina', NULL, NULL),\n(52216, 'sw', 'db', 'Parent Category', 'Jamii ya Wazazi', NULL, NULL),\n(52217, 'sw', 'db', 'Product Image', 'Picha ya Bidhaa', NULL, NULL),\n(52218, 'sw', 'db', 'Product Name', 'Jina la Bidhaa', NULL, NULL),\n(52219, 'sw', 'db', 'Product Code', 'Kanuni ya Bidhaa', NULL, NULL),\n(52220, 'sw', 'db', 'Product Type', 'Aina ya Bidhaa', NULL, NULL),\n(52221, 'sw', 'db', 'Product Unit', 'Kitengo cha Bidhaa', NULL, NULL),\n(52222, 'sw', 'db', 'Sale Unit', 'Kitengo cha Uuzaji', NULL, NULL),\n(52223, 'sw', 'db', 'Purchase Unit', 'Kitengo cha Ununuzi', NULL, NULL),\n(52224, 'sw', 'db', 'Product Cost', 'Gharama ya Bidhaa', NULL, NULL),\n(52225, 'sw', 'db', 'Product Price', 'Bei ya Bidhaa', NULL, NULL),\n(52226, 'sw', 'db', 'Alert Quantity', 'Kiasi cha Tahadhari', NULL, NULL),\n(52227, 'sw', 'db', 'Add Promotional Price', 'Ongeza Bei ya Matangazo', NULL, NULL),\n(52228, 'sw', 'db', 'Product Tax', 'Ushuru wa Bidhaa', NULL, NULL),\n(52229, 'sw', 'db', 'Tax Method', 'Mbinu ya Ushuru', NULL, NULL),\n(52230, 'sw', 'db', 'Featured product will be displayed in POS', 'Bidhaa iliyoangaziwa itaonyeshwa katika POS', NULL, NULL),\n(52231, 'sw', 'db', 'Product Invoice Details', 'Maelezo ya ankara ya bidhaa', NULL, NULL),\n(52232, 'sw', 'db', 'Purchase Status', 'Hali ya Ununuzi', NULL, NULL),\n(52233, 'sw', 'db', 'Add Gift Card', 'Ongeza Kadi ya Zawadi', NULL, NULL),\n(52234, 'sw', 'db', 'Card No', 'Kadi Na', NULL, NULL),\n(52235, 'sw', 'db', 'Reference No', 'Rejea No', NULL, NULL),\n(52236, 'sw', 'db', 'Add Coupon', 'Ongeza Kuponi', NULL, NULL),\n(52237, 'sw', 'db', 'Coupon Code', 'Msimbo wa Kuponi', NULL, NULL),\n(52238, 'sw', 'db', 'Minimum Amount', 'Kiasi cha Chini', NULL, NULL),\n(52239, 'sw', 'db', 'Update Coupon', 'Sasisha Kuponi', NULL, NULL),\n(52240, 'sw', 'db', 'Update Purchase', 'Sasisha Ununuzi', NULL, NULL),\n(52241, 'sw', 'db', 'Update Sale', 'Sasisha Uuzaji', NULL, NULL),\n(52242, 'sw', 'db', 'Update Product', 'Sasisha Bidhaa', NULL, NULL),\n(52243, 'sw', 'db', 'Update Category', 'Sasisha Aina', NULL, NULL),\n(52244, 'sw', 'db', 'Update Gift Card', 'Sasisha Kadi ya Zawadi', NULL, NULL),\n(52245, 'sw', 'db', 'Delivery Reference', 'Rejeleo la Uwasilishaji', NULL, NULL),\n(52246, 'sw', 'db', 'Sale Reference', 'Rejea ya Uuzaji', NULL, NULL),\n(52247, 'sw', 'db', 'Add Expense Category', 'Ongeza Kitengo cha Gharama', NULL, NULL),\n(52248, 'sw', 'db', 'Import Expense Category', 'Ingiza Aina ya Gharama', NULL, NULL),\n(52249, 'sw', 'db', 'Update Expense', 'Sasisha Gharama', NULL, NULL),\n(52250, 'sw', 'db', 'Quotation Status', 'Hali ya Nukuu', NULL, NULL),\n(52251, 'sw', 'db', 'Create Sale', 'Unda Uuzaji', NULL, NULL),\n(52252, 'sw', 'db', 'Create Purchase', 'Unda Ununuzi', NULL, NULL),\n(52253, 'sw', 'db', 'Purchase Details', 'Maelezo ya Ununuzi', NULL, NULL),\n(52254, 'sw', 'db', 'Quotation Details', 'Maelezo ya Nukuu', NULL, NULL),\n(52255, 'sw', 'db', 'Import Transfer', 'Ingiza Uhamisho', NULL, NULL),\n(52256, 'sw', 'db', 'Update Transfer', 'Sasisha Uhamisho', NULL, NULL),\n(52257, 'sw', 'db', 'Transfer Status', 'Hali ya Uhamisho', NULL, NULL),\n(52258, 'sw', 'db', 'Transfer Details', 'Maelezo ya Uhamisho', NULL, NULL),\n(52259, 'sw', 'db', 'Return Details', 'Rudisha Maelezo', NULL, NULL),\n(52260, 'sw', 'db', 'Return Note', 'Rejesha Kumbuka', NULL, NULL),\n(52261, 'sw', 'db', 'Update Return', 'Sasisha Kurudi', NULL, NULL),\n(52262, 'sw', 'db', 'Card Details', 'Maelezo ya Kadi', NULL, NULL),\n(52263, 'sw', 'db', 'Update Adjustment', 'Sasisha Marekebisho', NULL, NULL),\n(52264, 'sw', 'db', 'Update User', 'Sasisha Mtumiaji', NULL, NULL),\n(52265, 'sw', 'db', 'Update Customer', 'Sasisha Mteja', NULL, NULL),\n(52266, 'sw', 'db', 'Import Customer', 'Ingiza Mteja', NULL, NULL),\n(52267, 'sw', 'db', 'Add Deposit', 'Ongeza Amana', NULL, NULL),\n(52268, 'sw', 'db', 'View Deposit', 'Tazama Amana', NULL, NULL),\n(52269, 'sw', 'db', 'Import Biller', 'Ingiza Biller', NULL, NULL),\n(52270, 'sw', 'db', 'Update Biller', 'Sasisha Biller', NULL, NULL),\n(52271, 'sw', 'db', 'To display Image it must be stored in', 'Ili kuonyesha Picha lazima ihifadhiwe ndani', NULL, NULL),\n(52272, 'sw', 'db', 'directory', 'saraka', NULL, NULL),\n(52273, 'sw', 'db', 'Import Supplier', 'Muuzaji wa Kuagiza', NULL, NULL),\n(52274, 'sw', 'db', 'Update Supplier', 'Sasisha Muuzaji', NULL, NULL),\n(52275, 'sw', 'db', 'Purchased Amount', 'Kiasi Kilichonunuliwa', NULL, NULL),\n(52276, 'sw', 'db', 'Purchased Qty', 'Kununuliwa Qty', NULL, NULL),\n(52277, 'sw', 'db', 'Sold Amount', 'Kiasi Kilichouzwa', NULL, NULL),\n(52278, 'sw', 'db', 'Sold Qty', 'Inauzwa Qty', NULL, NULL),\n(52279, 'sw', 'db', 'Payment Reference', 'Rejea ya Malipo', NULL, NULL),\n(52280, 'sw', 'db', 'Purchase Reference', 'Ununuzi Rejea', NULL, NULL),\n(52281, 'sw', 'db', 'Paid By', 'Imelipwa Na', NULL, NULL),\n(52282, 'sw', 'db', 'Total Item', 'Jumla ya Bidhaa', NULL, NULL),\n(52283, 'sw', 'db', 'Total Quantity', 'Jumla ya Kiasi', NULL, NULL),\n(52284, 'sw', 'db', 'Paid Method', 'Njia ya Kulipwa', NULL, NULL),\n(52285, 'sw', 'db', 'Customer Details', 'Maelezo ya Wateja', NULL, NULL),\n(52286, 'sw', 'db', 'Bill No', 'Mswada Na', NULL, NULL),\n(52287, 'sw', 'db', 'Add Role', 'Ongeza Jukumu', NULL, NULL),\n(52288, 'sw', 'db', 'Update Role', 'Sasisha Jukumu', NULL, NULL),\n(52289, 'sw', 'db', 'Import Warehouse', 'Ingiza Ghala', NULL, NULL),\n(52290, 'sw', 'db', 'Update Warehouse', 'Sasisha Ghala', NULL, NULL),\n(52291, 'sw', 'db', 'Import Customer Group', 'Ingiza Kikundi cha Wateja', NULL, NULL),\n(52292, 'sw', 'db', 'Update Customer Group', 'Sasisha Kikundi cha Wateja', NULL, NULL),\n(52293, 'sw', 'db', 'Import Brand', 'Ingiza Chapa', NULL, NULL),\n(52294, 'sw', 'db', 'Update Brand', 'Sasisha Biashara', NULL, NULL),\n(52295, 'sw', 'db', 'Import Unit', 'Kitengo cha Kuingiza', NULL, NULL),\n(52296, 'sw', 'db', 'Update Unit', 'Kitengo cha sasisho', NULL, NULL),\n(52297, 'sw', 'db', 'Import Tax', 'Kodi ya Kuagiza', NULL, NULL),\n(52298, 'sw', 'db', 'Update Tax', 'Sasisha Kodi', NULL, NULL),\n(52299, 'sw', 'db', 'Update User Profile', 'Sasisha Wasifu wa Mtumiaji', NULL, NULL),\n(52300, 'sw', 'db', 'Default Customer', 'Mteja Chaguomsingi', NULL, NULL),\n(52301, 'sw', 'db', 'Default Biller', 'Bili Chaguomsingi', NULL, NULL),\n(52302, 'sw', 'db', 'Default Warehouse', 'Ghala Chaguomsingi', NULL, NULL),\n(52303, 'sw', 'db', 'Displayed Number of Product Row', 'Nambari Inayoonyeshwa ya Safu Mlalo ya Bidhaa', NULL, NULL),\n(52304, 'sw', 'db', 'Add Brand', 'Ongeza Chapa', NULL, NULL),\n(52305, 'sw', 'db', 'All Deposit', 'Amana Yote', NULL, NULL),\n(52306, 'sw', 'db', 'Update Deposit', 'Sasisha Amana', NULL, NULL),\n(52307, 'sw', 'db', 'Add Customer Group', 'Ongeza Kikundi cha Wateja', NULL, NULL),\n(52308, 'sw', 'db', 'Delivered By', 'Imetolewa Na', NULL, NULL),\n(52309, 'sw', 'db', 'Recieved By', 'Imepokelewa Na', NULL, NULL),\n(52310, 'sw', 'db', 'Update Delivery', 'Sasisha Uwasilishaji', NULL, NULL),\n(52311, 'sw', 'db', 'Update Expense Category', 'Sasisha Kitengo cha Gharama', NULL, NULL),\n(52312, 'sw', 'db', 'Tax Rate', 'Kiwango cha Ushuru', NULL, NULL),\n(52313, 'sw', 'db', 'Unit Discount', 'Punguzo la Kitengo', NULL, NULL),\n(52314, 'sw', 'db', 'Import Purchase', 'Ingiza Ununuzi', NULL, NULL),\n(52315, 'sw', 'db', 'Payment Note', 'Kumbuka Malipo', NULL, NULL),\n(52316, 'sw', 'db', 'All Payment', 'Malipo Yote', NULL, NULL),\n(52317, 'sw', 'db', 'Update Payment', 'Sasisha Malipo', NULL, NULL),\n(52318, 'sw', 'db', 'Update Quotation', 'Sasisha Nukuu', NULL, NULL),\n(52319, 'sw', 'db', 'Coupon Discount', 'Punguzo la Kuponi', NULL, NULL),\n(52320, 'sw', 'db', 'Payment Mode', 'Njia ya Malipo', NULL, NULL),\n(52321, 'sw', 'db', 'Bill To', 'Bili Kwa', NULL, NULL),\n(52322, 'sw', 'db', 'Stamp & Signature', 'Muhuri na Sahihi', NULL, NULL),\n(52323, 'sw', 'db', 'Invoice Generated By', 'Ankara Inayozalishwa Na', NULL, NULL),\n(52324, 'sw', 'db', 'Add Tax', 'Ongeza Kodi', NULL, NULL),\n(52325, 'sw', 'db', 'Tax Name', 'Jina la Ushuru', NULL, NULL),\n(52326, 'sw', 'db', 'From Warehouse', 'Kutoka Ghala', NULL, NULL),\n(52327, 'sw', 'db', 'To Warehouse', 'Kwa Ghala', NULL, NULL),\n(52328, 'sw', 'db', 'Add Unit', 'Ongeza Kitengo', NULL, NULL),\n(52329, 'sw', 'db', 'Add Warehouse', 'Ongeza Ghala', NULL, NULL),\n(52330, 'sw', 'db', 'All Warehouse', 'Ghala Zote', NULL, NULL),\n(52331, 'sw', 'db', 'Net Loss', 'Hasara halisi', NULL, NULL),\n(52332, 'sw', 'db', 'Net Sale', 'Uuzaji wa jumla', NULL, NULL),\n(52333, 'sw', 'db', 'Net Purchase', 'Ununuzi Halisi', NULL, NULL),\n(52334, 'sw', 'db', 'Net Return', 'Net Return', NULL, NULL),\n(52335, 'sw', 'db', 'Payment Recieved', 'Malipo Yamepokelewa', NULL, NULL),\n(52336, 'sw', 'db', 'Payment Sent', 'Malipo Yametumwa', NULL, NULL),\n(52337, 'sw', 'db', 'Product Discount', 'Punguzo la Bidhaa', NULL, NULL),\n(52338, 'sw', 'db', 'Completed', 'Imekamilika', NULL, NULL),\n(52339, 'sw', 'db', 'Pending', 'Inasubiri', NULL, NULL),\n(52340, 'sw', 'db', 'Partial', 'Sehemu', NULL, NULL),\n(52341, 'sw', 'db', 'Packing', 'Ufungashaji', NULL, NULL),\n(52342, 'sw', 'db', 'Delivering', 'Inatoa', NULL, NULL),\n(52343, 'sw', 'db', 'Ordered', 'Imeagizwa', NULL, NULL),\n(52344, 'sw', 'db', 'No Tax', 'Hakuna Kodi', NULL, NULL),\n(52345, 'sw', 'db', 'Stock Value by Price', 'Thamani ya Hisa kwa Bei', NULL, NULL),\n(52346, 'sw', 'db', 'Stock Value by Cost', 'Thamani ya Hisa kwa Gharama', NULL, NULL),\n(52347, 'sw', 'db', 'Estimate Profit', 'Kadiria Faida', NULL, NULL),\n(52348, 'sw', 'db', 'Time Zone', 'Eneo la Saa', NULL, NULL),\n(52349, 'sw', 'db', 'Currency Position', 'Nafasi ya Sarafu', NULL, NULL),\n(52350, 'sw', 'db', 'Prefix', 'Kiambishi awali', NULL, NULL),\n(52351, 'sw', 'db', 'Suffix', 'Kiambishi tamati', NULL, NULL),\n(52352, 'sw', 'db', 'Exclusive', 'Kipekee', NULL, NULL),\n(52353, 'sw', 'db', 'Inclusive', 'Pamoja', NULL, NULL),\n(52354, 'sw', 'db', 'Combo Products', 'Bidhaa za Mchanganyiko', NULL, NULL),\n(52355, 'sw', 'db', 'Image name must be same as product name', 'Jina la picha lazima liwe sawa na jina la bidhaa', NULL, NULL),\n(52356, 'sw', 'db', 'Paying Amount', 'Kiasi cha Kulipa', NULL, NULL),\n(52357, 'sw', 'db', 'Payable Amount', 'Kiasi kinacholipwa', NULL, NULL),\n(52358, 'sw', 'db', 'Change', 'Badilika', NULL, NULL),\n(52359, 'sw', 'db', 'Back', 'Nyuma', NULL, NULL),\n(52360, 'sw', 'db', 'Role Permission', 'Ruhusa ya Wajibu', NULL, NULL),\n(52361, 'sw', 'db', 'Exclusive => Poduct price = Actual product price + Tax Inclusive => Actual product price = Product price - Tax', 'Exclusive => Bei ya poduct = Bei halisi ya bidhaa + Kodi. ', NULL, NULL),\n(52362, 'sw', 'db', 'Accounting', 'Uhasibu', NULL, NULL),\n(52363, 'sw', 'db', 'Account', 'Akaunti', NULL, NULL),\n(52364, 'sw', 'db', 'Account List', 'Orodha ya Akaunti', NULL, NULL),\n(52365, 'sw', 'db', 'Add Account', 'Ongeza Akaunti', NULL, NULL),\n(52366, 'sw', 'db', 'Account No', 'Nambari ya Akaunti', NULL, NULL),\n(52367, 'sw', 'db', 'Initial Balance', 'Mizani ya Awali', NULL, NULL),\n(52368, 'sw', 'db', 'Update Account', 'Sasisha Akaunti', NULL, NULL),\n(52369, 'sw', 'db', 'Default', 'Chaguomsingi', NULL, NULL),\n(52370, 'sw', 'db', 'Balance Sheet', 'Karatasi ya Mizani', NULL, NULL),\n(52371, 'sw', 'db', 'Debit', 'Debit', NULL, NULL),\n(52372, 'sw', 'db', 'Credit', 'Mikopo', NULL, NULL),\n(52373, 'sw', 'db', 'Account Statement', 'Taarifa ya Akaunti', NULL, NULL),\n(52374, 'sw', 'db', 'Department', 'Idara', NULL, NULL),\n(52375, 'sw', 'db', 'Add Department', 'Ongeza Idara', NULL, NULL),\n(52376, 'sw', 'db', 'Update Department', 'Idara ya Usasishaji', NULL, NULL),\n(52377, 'sw', 'db', 'Employee', 'Mfanyakazi', NULL, NULL),\n(52378, 'sw', 'db', 'Add Employee', 'Ongeza Mfanyakazi', NULL, NULL),\n(52379, 'sw', 'db', 'Update Employee', 'Sasisha Mfanyikazi', NULL, NULL),\n(52380, 'sw', 'db', 'Payroll', 'Mishahara', NULL, NULL),\n(52381, 'sw', 'db', 'Add Payroll', 'Ongeza Malipo', NULL, NULL),\n(52382, 'sw', 'db', 'Update Payroll', 'Sasisha Malipo', NULL, NULL),\n(52383, 'sw', 'db', 'Method', 'Mbinu', NULL, NULL),\n(52384, 'sw', 'db', 'Sale Return', 'Kurudi kwa Uuzaji', NULL, NULL),\n(52385, 'sw', 'db', 'Purchase Return', 'Kurudi kwa Ununuzi', NULL, NULL),\n(52386, 'sw', 'db', 'Net Sale Return', 'Kurudi kwa Uuzaji', NULL, NULL),\n(52387, 'sw', 'db', 'Net Purchase Return', 'Net Purchase Return', NULL, NULL),\n(52388, 'sw', 'db', 'Attendance', 'Mahudhurio', NULL, NULL),\n(52389, 'sw', 'db', 'Add Attendance', 'Ongeza mahudhurio', NULL, NULL),\n(52390, 'sw', 'db', 'HRM Setting', 'Mpangilio wa HRM', NULL, NULL),\n(52391, 'sw', 'db', 'CheckIn', 'Ingia', NULL, NULL),\n(52392, 'sw', 'db', 'CheckOut', 'Lipa', NULL, NULL),\n(52393, 'sw', 'db', 'Default CheckIn', 'Kuingia kwa Chaguomsingi', NULL, NULL),\n(52394, 'sw', 'db', 'Default CheckOut', 'Malipo Chaguomsingi', NULL, NULL),\n(52395, 'sw', 'db', 'Present', 'Wasilisha', NULL, NULL),\n(52396, 'sw', 'db', 'Late', 'Marehemu', NULL, NULL),\n(52397, 'sw', 'db', 'User Report', 'Ripoti ya Mtumiaji', NULL, NULL),\n(52398, 'sw', 'db', 'Choose User', 'Chagua Mtumiaji', NULL, NULL),\n(52399, 'sw', 'db', 'Recieved Amount', 'Kiasi Kilichopokelewa', NULL, NULL),\n(52400, 'sw', 'db', 'Theme', 'Mandhari', NULL, NULL),\n(52401, 'sw', 'db', 'Staff Access', 'Ufikiaji wa Wafanyakazi', NULL, NULL),\n(52402, 'sw', 'db', 'All Records', 'Rekodi Zote', NULL, NULL),\n(52403, 'sw', 'db', 'Own Records', 'Rekodi za Mwenyewe', NULL, NULL),\n(52404, 'sw', 'db', 'Date Format', 'Umbizo la Tarehe', NULL, NULL),\n(52405, 'sw', 'db', 'Empty Database', 'Hifadhidata tupu', NULL, NULL),\n(52406, 'sw', 'db', 'Stock Count', 'Hesabu ya Hisa', NULL, NULL),\n(52407, 'sw', 'db', 'Count Stock', 'Hesabu Hisa', NULL, NULL),\n(52408, 'sw', 'db', 'Full', 'Imejaa', NULL, NULL),\n(52409, 'sw', 'db', 'Finalize', 'Maliza', NULL, NULL),\n(52410, 'sw', 'db', 'Initial File', 'Faili ya Awali', NULL, NULL),\n(52411, 'sw', 'db', 'Final File', 'Faili ya Mwisho', NULL, NULL),\n(52412, 'sw', 'db', 'Final Report', 'Ripoti ya Mwisho', NULL, NULL),\n(52413, 'sw', 'db', 'Finalize Stock Count', 'Maliza Hesabu ya Hisa', NULL, NULL),\n(52414, 'sw', 'db', 'You just need to update the Counted column in the initial file', 'Unahitaji tu kusasisha safu Iliyohesabiwa kwenye faili ya awali', NULL, NULL),\n(52415, 'sw', 'db', 'Files', 'Faili', NULL, NULL),\n(52416, 'sw', 'db', 'Expected', 'Inatarajiwa', NULL, NULL),\n(52417, 'sw', 'db', 'Counted', 'Imehesabiwa', NULL, NULL),\n(52418, 'sw', 'db', 'Difference', 'Tofauti', NULL, NULL),\n(52419, 'sw', 'db', 'Miscellaneous', 'Mbalimbali', NULL, NULL),\n(52420, 'sw', 'db', 'SMS Setting', 'Mpangilio wa SMS', NULL, NULL),\n(52421, 'sw', 'db', 'Send SMS', 'Tuma SMS', NULL, NULL),\n(52422, 'sw', 'db', 'Gateway', 'Lango', NULL, NULL),\n(52423, 'sw', 'db', 'Select SMS gateway', 'Chagua lango la SMS...', NULL, NULL),\n(52424, 'sw', 'db', 'Create SMS', 'Unda SMS', NULL, NULL),\n(52425, 'sw', 'db', 'Mobile', 'Simu ya Mkononi', NULL, NULL),\n(52426, 'sw', 'db', 'Message', 'Ujumbe', NULL, NULL),\n(52427, 'sw', 'db', 'Add mobile numbers by selecting the customers', 'Ongeza nambari za simu kwa kuchagua wateja', NULL, NULL),\n(52428, 'sw', 'db', 'Help', 'Msaada', NULL, NULL),\n(52429, 'sw', 'db', 'Type Product Name or Code', 'Andika Jina la Bidhaa au Msimbo...', NULL, NULL),\n(52430, 'sw', 'db', 'Type date or sale reference', 'Andika tarehe au rejeleo la mauzo...', NULL, NULL),\n(52431, 'sw', 'db', 'Type date or purchase reference', 'Andika tarehe au marejeleo ya ununuzi...', NULL, NULL),\n(52432, 'sw', 'db', 'Tax Number', 'Nambari ya Ushuru', NULL, NULL),\n(52433, 'sw', 'db', 'Holiday', 'Likizo', NULL, NULL),\n(52434, 'sw', 'db', 'Add Holiday', 'Ongeza Likizo', NULL, NULL),\n(52435, 'sw', 'db', 'Update Holiday', 'Sasisha Likizo', NULL, NULL),\n(52436, 'sw', 'db', 'Approve', 'Idhinisha', NULL, NULL),\n(52437, 'sw', 'db', 'My Holiday', 'Likizo Yangu', NULL, NULL),\n(52438, 'sw', 'db', 'Holiday Approve', 'Likizo Idhinishwe', NULL, NULL),\n(52439, 'sw', 'db', 'My Transaction', 'Miamala Yangu', NULL, NULL),\n(52440, 'sw', 'db', 'Sale Generated', 'Uuzaji Umetolewa', NULL, NULL),\n(52441, 'sw', 'db', 'Purchase Generated', 'Ununuzi Umetolewa', NULL, NULL),\n(52442, 'sw', 'db', 'Quotation Generated', 'Nukuu Imetolewa', NULL, NULL),\n(52443, 'sw', 'db', 'Warehouse Report', 'Ripoti ya Ghala', NULL, NULL),\n(52444, 'sw', 'db', 'Quick Cash', 'Pesa Haraka', NULL, NULL),\n(52445, 'sw', 'db', 'Clear', 'Wazi', NULL, NULL),\n(52446, 'sw', 'db', 'You can upload multiple image Only jpeg, jpg, png, gif file can be uploaded First image will be base image', 'Unaweza kupakia picha nyingi. ', NULL, NULL),\n(52447, 'sw', 'db', 'This product has variant', 'Bidhaa hii ina lahaja', NULL, NULL),\n(52448, 'sw', 'db', 'Enter variant value seperated by comma', 'Weka thamani ya kibadala iliyotenganishwa na koma', NULL, NULL),\n(52449, 'sw', 'db', 'Item Code', 'Msimbo wa Kipengee', NULL, NULL),\n(52450, 'sw', 'db', 'Additional Price', 'Bei ya Ziada', NULL, NULL),\n(52451, 'sw', 'db', 'Variant', 'Lahaja', NULL, NULL),\n(52452, 'sw', 'db', 'Warehouse Quantity', 'Kiasi cha Ghala', NULL, NULL),\n(52453, 'sw', 'db', 'Warehouse quantity of product variants', 'Kiasi cha ghala cha anuwai za bidhaa', NULL, NULL),\n(52454, 'sw', 'db', 'Thank you for shopping with us Please come again', 'Asante kwa kufanya ununuzi nasi. ', NULL, NULL),\n(52455, 'sw', 'db', 'Money Transfer', 'Uhamisho wa Pesa', NULL, NULL),\n(52456, 'sw', 'db', 'Add Money Transfer', 'Ongeza Uhamisho wa Pesa', NULL, NULL),\n(52457, 'sw', 'db', 'From Account', 'Kutoka kwa Akaunti', NULL, NULL),\n(52458, 'sw', 'db', 'To Account', 'Kwa Akaunti', NULL, NULL),\n(52459, 'sw', 'db', 'Update Money Transfer', 'Sasisha Uhamisho wa Pesa', NULL, NULL),\n(52460, 'sw', 'db', 'Stock Quantity', 'Kiasi cha Hisa', NULL, NULL),\n(52461, 'sw', 'db', 'Stock Worth (Price\\\\\/Cost]', 'Thamani ya Hisa (Bei\\\\\/Gharama]', NULL, NULL),\n(52462, 'sw', 'db', 'Number of Product', 'Idadi ya Bidhaa', NULL, NULL),\n(52463, 'sw', 'db', 'Add Cash Register', 'Ongeza Daftari la Fedha', NULL, NULL),\n(52464, 'sw', 'db', 'Cash Register Details', 'Maelezo ya Daftari la Fedha', NULL, NULL),\n(52465, 'sw', 'db', 'Please review the transaction and payments', 'Tafadhali kagua shughuli na malipo.', NULL, NULL),\n(52466, 'sw', 'db', 'Total Sale Amount', 'Jumla ya Kiasi cha Mauzo', NULL, NULL),\n(52467, 'sw', 'db', 'Total Sale Return', 'Jumla ya Marejesho ya Uuzaji', NULL, NULL),\n(52468, 'sw', 'db', 'Total Payment', 'Jumla ya Malipo', NULL, NULL),\n(52469, 'sw', 'db', 'Cash Payment', 'Malipo ya Fedha', NULL, NULL),\n(52470, 'sw', 'db', 'Credit Card Payment', 'Malipo ya Kadi ya Mkopo', NULL, NULL),\n(52471, 'sw', 'db', 'Gift Card Payment', 'Malipo ya Kadi ya Zawadi', NULL, NULL),\n(52472, 'sw', 'db', 'Cheque Payment', 'Angalia Malipo', NULL, NULL),\n(52473, 'sw', 'db', 'Paypal Payment', 'Malipo ya Paypal', NULL, NULL),\n(52474, 'sw', 'db', 'Total Expense', 'Jumla ya Gharama', NULL, NULL),\n(52475, 'sw', 'db', 'Total Cash', 'Jumla ya Fedha', NULL, NULL),\n(52476, 'sw', 'db', 'Cash Register List', 'Orodha ya Daftari la Fedha', NULL, NULL),\n(52477, 'sw', 'db', 'Closed', 'Imefungwa', NULL, NULL),\n(52478, 'sw', 'db', 'Close Register', 'Funga Daftari', NULL, NULL),\n(52479, 'sw', 'db', 'Opened at', 'Ilifunguliwa saa', NULL, NULL),\n(52480, 'sw', 'db', 'Closed at', 'Imefungwa saa', NULL, NULL),\n(52481, 'sw', 'db', 'Delivery Details', 'Maelezo ya Uwasilishaji', NULL, NULL),\n(52482, 'sw', 'db', 'Print Last Reciept', 'Chapisha Mapokezi ya Mwisho', NULL, NULL),\n(52483, 'sw', 'db', 'Today Sale', 'Mauzo ya Leo', NULL, NULL),\n(52484, 'sw', 'db', 'Today Profit', 'Faida ya Leo', NULL, NULL),\n(52485, 'sw', 'db', 'Product Revenue', 'Mapato ya Bidhaa', NULL, NULL),\n(52486, 'sw', 'db', 'Full Screen', 'Skrini Kamili', NULL, NULL),\n(52487, 'sw', 'db', 'Send Notification', 'Tuma Arifa', NULL, NULL),\n(52488, 'sw', 'db', 'Add Currency', 'Ongeza Sarafu', NULL, NULL),\n(52489, 'sw', 'db', 'Update Currency', 'Sasisha Sarafu', NULL, NULL),\n(52490, 'sw', 'db', 'Currency Name', 'Jina la Sarafu', NULL, NULL),\n(52491, 'sw', 'db', 'Currency Code', 'Msimbo wa Sarafu', NULL, NULL),\n(52492, 'sw', 'db', 'Exchange Rate', 'Kiwango cha ubadilishaji', NULL, NULL),\n(52493, 'sw', 'db', 'System Title', 'Kichwa cha Mfumo', NULL, NULL),\n(52494, 'sw', 'db', 'System Logo', 'Nembo ya Mfumo', NULL, NULL),\n(52495, 'sw', 'db', 'This product has different price for different warehouse', 'Bidhaa hii ina bei tofauti kwa ghala tofauti', NULL, NULL),\n(52496, 'sw', 'db', 'Backup Database', 'Hifadhidata ya Hifadhi', NULL, NULL),\n(52497, 'sw', 'db', 'Deposit Payment', 'Malipo ya Amana', NULL, NULL),\n(52498, 'sw', 'db', 'Invoice Format', 'Umbizo la ankara', NULL, NULL),\n(52499, 'sw', 'db', 'Transaction Reference', 'Rejeleo la Muamala', NULL, NULL),\n(52500, 'sw', 'db', 'Batch No', 'Kundi Na', NULL, NULL),\n(52501, 'sw', 'db', 'This product has batch and expired date', 'Bidhaa hii ina bechi na tarehe ya mwisho wa matumizi', NULL, NULL),\n(52502, 'sw', 'db', 'Reward Point Setting', 'Mpangilio wa Pointi za Zawadi', NULL, NULL),\n(52503, 'sw', 'db', 'Sold amount per point', 'Kiasi kilichouzwa kwa kila pointi', NULL, NULL),\n(52504, 'sw', 'db', 'Minumum sold amount to get point', 'Kiasi cha chini kilichouzwa ili kupata uhakika', NULL, NULL),\n(52505, 'sw', 'db', 'Point Expiry Duration', 'Muda wa Kuisha kwa Pointi', NULL, NULL),\n(52506, 'sw', 'db', 'Duration Type', 'Aina ya Muda', NULL, NULL),\n(52507, 'sw', 'db', 'This means how much point customer will get according to sold amount For example, if you put 100 then for every 100 dollar spent customer will get one point as reward', 'Hii inamaanisha ni kiasi gani cha uhakika ambacho mteja atapata kulingana na kiasi kilichouzwa. ', NULL, NULL),\n(52508, 'sw', 'db', 'For example, if you put 100 then customer will only get point after spending 100 dollar or more', 'Kwa mfano, ukiweka 100 basi mteja atapata uhakika tu baada ya kutumia dola 100 au zaidi.', NULL, NULL),\n(52509, 'sw', 'db', 'Active reward point', 'Pointi inayotumika ya zawadi', NULL, NULL),\n(52510, 'sw', 'db', 'Reward Points', 'Pointi za Tuzo', NULL, NULL),\n(52511, 'sw', 'db', 'One Point is Equivalent to =>', 'Pointi Moja ni Sawa na =>', NULL, NULL),\n(52512, 'sw', 'db', 'This product has IMEI or Serial numbers', 'Bidhaa hii ina IMEI au nambari za Serial', NULL, NULL),\n(52513, 'sw', 'db', 'IMEI or Serial Numbers', 'IMEI au Nambari za Serial', NULL, NULL),\n(52514, 'sw', 'db', 'RTL Layout', 'Mpangilio wa RTL', NULL, NULL),\n(52515, 'sw', 'db', 'Cheque', 'Angalia', NULL, NULL),\n(52516, 'sw', 'db', 'Cash', 'Fedha taslimu', NULL, NULL),\n(52517, 'sw', 'db', 'PayPal', 'PayPal', NULL, NULL),\n(52518, 'sw', 'db', 'Points', 'Pointi', NULL, NULL),\n(52519, 'sw', 'db', 'Cancel', 'Ghairi', NULL, NULL),\n(52520, 'sw', 'db', 'Recent Transaction', 'Muamala wa Hivi Karibuni', NULL, NULL),\n(52521, 'sw', 'db', 'Discount Plan', 'Mpango wa Punguzo', NULL, NULL),\n(52522, 'sw', 'db', 'Create Discount Plan', 'Unda Mpango wa Punguzo', NULL, NULL),\n(52523, 'sw', 'db', 'Inactive', 'Isiyotumika', NULL, NULL),\n(52524, 'sw', 'db', 'Create Discount', 'Unda Punguzo', NULL, NULL),\n(52525, 'sw', 'db', 'Valid From', 'Inatumika Kutoka', NULL, NULL),\n(52526, 'sw', 'db', 'Valid Till', 'Inatumika Mpaka', NULL, NULL),\n(52527, 'sw', 'db', 'Discount Type', 'Aina ya Punguzo', NULL, NULL),\n(52528, 'sw', 'db', 'Value', 'Thamani', NULL, NULL),\n(52529, 'sw', 'db', 'Minimum Qty', 'Kiwango cha chini cha Qty', NULL, NULL),\n(52530, 'sw', 'db', 'Maximum Qty', 'Kiwango cha juu zaidi cha Qty', NULL, NULL),\n(52531, 'sw', 'db', 'Type product code seperated by comma', 'Chapa msimbo wa bidhaa uliotenganishwa na koma', NULL, NULL),\n(52532, 'sw', 'db', 'Applicable For', 'Inatumika Kwa', NULL, NULL),\n(52533, 'sw', 'db', 'All Products', 'Bidhaa Zote', NULL, NULL),\n(52534, 'sw', 'db', 'Specific Products', 'Bidhaa Maalum', NULL, NULL),\n(52535, 'sw', 'db', 'Valid on the following days', 'Inatumika kwa siku zifuatazo', NULL, NULL),\n(52536, 'sw', 'db', 'Validity', 'Uhalali', NULL, NULL),\n(52537, 'sw', 'db', 'Days', 'Siku', NULL, NULL),\n(52538, 'sw', 'db', 'Products', 'Bidhaa', NULL, NULL),\n(52539, 'sw', 'db', 'Update Discount Plan', 'Sasisha Mpango wa Punguzo', NULL, NULL),\n(52540, 'sw', 'db', 'Update Discount', 'Sasisha Punguzo', NULL, NULL),\n(52541, 'sw', 'db', 'Order Discount Type', 'Agiza Aina ya Punguzo', NULL, NULL),\n(52542, 'sw', 'db', 'Order Discount Value', 'Agiza Thamani ya Punguzo', NULL, NULL),\n(52543, 'sw', 'db', 'Flat', 'Gorofa', NULL, NULL),\n(52544, 'sw', 'db', 'Revenue and Profit Summary', 'Muhtasari wa Mapato na Faida', NULL, NULL),\n(52545, 'sw', 'db', 'Monthly Summary', 'Muhtasari wa Kila Mwezi', NULL, NULL),\n(52546, 'sw', 'db', 'Switch Theme', 'Badilisha Mandhari', NULL, NULL),\n(52547, 'sw', 'db', 'Documentation', 'Nyaraka', NULL, NULL),\n(52548, 'sw', 'db', 'Product Expiry Report', 'Ripoti ya Kuisha kwa Bidhaa', NULL, NULL),\n(52549, 'sw', 'db', 'Sale Return List', 'Orodha ya Kurejesha Uuzaji', NULL, NULL),\n(52550, 'sw', 'db', 'Purchase Return List', 'Nunua Orodha ya Kurudi', NULL, NULL),\n(52551, 'sw', 'db', 'Purchase Return Details', 'Nunua Maelezo ya Kurejesha', NULL, NULL),\n(52552, 'sw', 'db', 'Purchase Payment', 'Malipo ya Ununuzi', NULL, NULL),\n(52553, 'sw', 'db', 'Sale Payment', 'Malipo ya Uuzaji', NULL, NULL),\n(52554, 'sw', 'db', 'Sale Report Chart', 'Chati ya Ripoti ya Uuzaji', NULL, NULL),\n(52555, 'sw', 'db', 'Time Period', 'Kipindi cha Wakati', NULL, NULL),\n(52556, 'sw', 'db', 'Notification List', 'Orodha ya Arifa', NULL, NULL),\n(52557, 'sw', 'db', 'Document', 'Hati', NULL, NULL),\n(52558, 'sw', 'db', 'All Notification', 'Arifa Zote', NULL, NULL),\n(52559, 'sw', 'db', 'Read', 'Soma', NULL, NULL),\n(52560, 'sw', 'db', 'Unread', 'Haijasomwa', NULL, NULL),\n(52561, 'sw', 'db', 'Daily Sale Objective', 'Malengo ya Uuzaji wa Kila Siku', NULL, NULL),\n(52562, 'sw', 'db', 'Product Info', 'Maelezo ya Bidhaa', NULL, NULL),\n(52563, 'sw', 'db', 'Number of Products', 'Idadi ya Bidhaa', NULL, NULL),\n(52564, 'sw', 'db', 'Daily Sale Objective Report', 'Ripoti ya Malengo ya Uuzaji wa Kila Siku', NULL, NULL),\n(52565, 'sw', 'db', 'Embedded Barcode', 'Msimbo Pau uliopachikwa', NULL, NULL),\n(52566, 'sw', 'db', 'Minimum qty which must be sold in a day If not, you will be notified on dashboard But you have to set up the cron job properly for that Follow the documentation in that regard', 'Kiwango cha chini cha robo ambacho lazima kiuzwe kwa siku. ', NULL, NULL),\n(52567, 'sw', 'db', 'Deposited Balance', 'Salio Lililowekwa', NULL, NULL),\n(52568, 'sw', 'db', 'Total Due', 'Jumla ya Malipo', NULL, NULL),\n(52569, 'sw', 'db', 'Clear Due', 'Wazi Kutokana', NULL, NULL),\n(52570, 'sw', 'db', 'Both Customer and Supplier', 'Mteja na Msambazaji', NULL, NULL),\n(52571, 'sw', 'db', 'Check this if this product will be used in weight scale machine', 'Angalia hii ikiwa bidhaa hii itatumika katika mashine ya kupima uzito.', NULL, NULL),\n(52572, 'sw', 'db', 'Add More Variant', 'Ongeza Lahaja Zaidi', NULL, NULL),\n(52573, 'sw', 'db', 'Additional Cost', 'Gharama ya Ziada', NULL, NULL),\n(52574, 'sw', 'db', 'Product Variant Information', 'Taarifa ya Tofauti ya Bidhaa', NULL, NULL),\n(52575, 'sw', 'db', 'Product History', 'Historia ya Bidhaa', NULL, NULL),\n(52576, 'sw', 'db', 'Delivery Status', 'Hali ya Uwasilishaji', NULL, NULL),\n(52577, 'sw', 'db', 'Supplier Details', 'Maelezo ya Wasambazaji', NULL, NULL),\n(52578, 'sw', 'db', 'Customer Due Report', 'Ripoti ya Malipo ya Wateja', NULL, NULL),\n(52579, 'sw', 'db', 'Supplier Due Report', 'Ripoti ya Malipo ya Mgavi', NULL, NULL),\n(52580, 'sw', 'db', 'Returned Amount', 'Kiasi Kilichorejeshwa', NULL, NULL),\n(52581, 'sw', 'db', 'Related Transaction', 'Muamala Unaohusiana', NULL, NULL),\n(52582, 'sw', 'db', 'Tenant Name', 'Jina la Mpangaji', NULL, NULL),\n(52583, 'sw', 'db', 'Domain Prefix', 'Kiambishi awali cha Kikoa', NULL, NULL),\n(52584, 'sw', 'db', 'Created At', 'Imeundwa Katika', NULL, NULL),\n(52585, 'sw', 'db', 'Client List', 'Orodha ya Wateja', NULL, NULL),\n(52586, 'sw', 'db', 'Add Client', 'Ongeza Mteja', NULL, NULL),\n(52587, 'sw', 'db', 'Invoice Size', 'Ukubwa wa ankara', NULL, NULL),\n(52588, 'sw', 'db', 'A4', 'A4', NULL, NULL),\n(52589, 'sw', 'db', 'Thermal POS receipt', 'Risiti ya POS ya joto', NULL, NULL),\n(52590, 'sw', 'db', 'Total Before Tax', 'Jumla Kabla ya Kodi', NULL, NULL),\n(52591, 'sw', 'db', 'Digits after deciaml point', 'Nambari baada ya uhakika wa deciam', NULL, NULL),\n(52592, 'sw', 'db', 'Subscription Ends at', 'Usajili Unaisha saa', NULL, NULL),\n(52593, 'sw', 'db', 'Customer Group Report', 'Ripoti ya Kikundi cha Wateja', NULL, NULL),\n(52594, 'sw', 'db', 'If you want to sell your product at default price, then the percentage value must be zero', 'Ikiwa unataka kuuza bidhaa yako kwa bei chaguo-msingi, basi thamani ya asilimia lazima iwe sifuri.', NULL, NULL),\n(52595, 'sw', 'db', 'If this is your default currency, the exchange rate must be 1', 'Ikiwa hii ndiyo sarafu yako chaguomsingi, kiwango cha ubadilishaji lazima kiwe 1.', NULL, NULL),\n(52596, 'sw', 'db', 'Add Purchase Return', 'Ongeza Kurudi kwa Ununuzi', NULL, NULL),\n(52597, 'sw', 'db', 'Only default currency can have 1 as exchange rate Please change the exchange rate of your default currency', 'Sarafu chaguo-msingi pekee ndiyo inaweza kuwa na 1 kama kiwango cha ubadilishaji. ', NULL, NULL),\n(52598, 'sw', 'db', 'Click to Add', 'Bofya ili Kuongeza', NULL, NULL),\n(52599, 'sw', 'db', 'Free Trial Limit', 'Kikomo cha Jaribio la Bure', NULL, NULL),\n(52600, 'sw', 'db', 'Renew Subscription', 'Sasisha Usajili', NULL, NULL),\n(52601, 'sw', 'db', 'Update Client DB', 'Sasisha Mteja DB', NULL, NULL),\n(52602, 'sw', 'db', 'Client', 'Mteja', NULL, NULL),\n(52603, 'sw', 'db', 'Domain', 'Kikoa', NULL, NULL),\n(52604, 'sw', 'db', 'Package', 'Kifurushi', NULL, NULL),\n(52605, 'sw', 'db', 'Package List', 'Orodha ya Vifurushi', NULL, NULL),\n(52606, 'sw', 'db', 'Add Package', 'Ongeza Kifurushi', NULL, NULL),\n(52607, 'sw', 'db', 'Update Package', 'Sasisha Kifurushi', NULL, NULL),\n(52608, 'sw', 'db', 'Free Trial', 'Jaribio la Bure', NULL, NULL),\n(52609, 'sw', 'db', 'Monthly Fee', 'Ada ya Kila Mwezi', NULL, NULL),\n(52610, 'sw', 'db', 'Yearly Fee', 'Ada ya Mwaka', NULL, NULL),\n(52611, 'sw', 'db', 'Number of Warehouses', 'Idadi ya Maghala', NULL, NULL),\n(52612, 'sw', 'db', 'Number of Invoices', 'Idadi ya ankara', NULL, NULL),\n(52613, 'sw', 'db', 'Number of User Account', 'Idadi ya Akaunti ya Mtumiaji', NULL, NULL),\n(52614, 'sw', 'db', 'Number of Employees', 'Idadi ya Wafanyakazi', NULL, NULL),\n(52615, 'sw', 'db', 'Infinity', 'Infinity', NULL, NULL),\n(52616, 'sw', 'db', 'Features', 'Vipengele', NULL, NULL),\n(52617, 'sw', 'db', 'Unlimited', 'Bila kikomo', NULL, NULL),\n(52618, 'sw', 'db', 'Package Name', 'Jina la Kifurushi', NULL, NULL),\n(52619, 'sw', 'db', 'Change Package', 'Badilisha Kifurushi', NULL, NULL),\n(52620, 'sw', 'db', 'Active Payment Gateway', 'Lango Linalotumika la Malipo', NULL, NULL),\n(52621, 'sw', 'db', 'No Payment Gateway', 'Hakuna Lango la Malipo', NULL, NULL),\n(52622, 'sw', 'db', 'Payment Setting', 'Mpangilio wa Malipo', NULL, NULL),\n(52623, 'sw', 'db', 'Subscription Type', 'Aina ya Usajili', NULL, NULL),\n(52624, 'sw', 'db', 'Update SuperAdmin DB', 'Sasisha SuperAdmin DB', NULL, NULL),\n(52625, 'sw', 'db', 'Payments', 'Malipo', NULL, NULL),\n(52626, 'sw', 'db', 'CMS', 'CMS', NULL, NULL),\n(52627, 'sw', 'db', 'support_ickets', 'Tiketi za Usaidizi', NULL, NULL),\n(52628, 'sw', 'db', 'Testimonials', 'Ushuhuda', NULL, NULL),\n(52629, 'sw', 'db', 'Blog', 'Blogu', NULL, NULL),\n(52630, 'sw', 'db', 'Page', 'Ukurasa', NULL, NULL),\n(52631, 'sw', 'db', 'All Blog Posts', 'Machapisho Yote ya Blogu', NULL, NULL),\n(52632, 'sw', 'db', 'All Pages', 'Kurasa Zote', NULL, NULL),\n(52633, 'sw', 'db', 'Subscription value', 'Thamani ya usajili', NULL, NULL),\n(52634, 'sw', 'db', 'Total Clients', 'Jumla ya Wateja', NULL, NULL),\n(52635, 'sw', 'db', 'Packages', 'Vifurushi', NULL, NULL),\n(52636, 'sw', 'db', 'Send message to tenants', 'Tuma ujumbe kwa wapangaji', NULL, NULL),\n(52637, 'sw', 'db', 'SEO Setting', 'Mpangilio wa SEO', NULL, NULL),\n(52638, 'sw', 'db', 'Meta Title', 'Kichwa cha Meta', NULL, NULL),\n(52639, 'sw', 'db', '50-60 characters', 'Wahusika 50-60', NULL, NULL),\n(52640, 'sw', 'db', 'Meta Description', 'Maelezo ya Meta', NULL, NULL),\n(52641, 'sw', 'db', '150-160 characters', 'Vibambo 150-160', NULL, NULL),\n(52642, 'sw', 'db', 'og Title', 'og Kichwa', NULL, NULL),\n(52643, 'sw', 'db', 'og Description', 'og Maelezo', NULL, NULL),\n(52644, 'sw', 'db', 'og Image', 'og Picha', NULL, NULL),\n(52645, 'sw', 'db', 'Analytics Setting', 'Mipangilio ya Uchanganuzi', NULL, NULL),\n(52646, 'sw', 'db', 'Google Analytics Script', 'Hati ya Google Analytics', NULL, NULL),\n(52647, 'sw', 'db', 'Facebook Pixel Script', 'Hati ya Pixel ya Facebook', NULL, NULL),\n(52648, 'sw', 'db', 'Chat Script', 'Hati ya Gumzo', NULL, NULL),\n(52649, 'sw', 'db', 'Hero Section', 'Sehemu ya shujaa', NULL, NULL),\n(52650, 'sw', 'db', 'Heading', 'Kichwa', NULL, NULL),\n(52651, 'sw', 'db', 'Sub Heading', 'Kichwa kidogo', NULL, NULL),\n(52652, 'sw', 'db', 'Hero Image', 'Picha ya shujaa', NULL, NULL),\n(52653, 'sw', 'db', 'Save', 'Hifadhi', NULL, NULL),\n(52654, 'sw', 'db', 'Module Section', 'Sehemu ya Moduli', NULL, NULL),\n(52655, 'sw', 'db', 'Click to choose icon', 'Bofya ili kuchagua ikoni', NULL, NULL),\n(52656, 'sw', 'db', 'Add More', 'Ongeza Zaidi', NULL, NULL),\n(52657, 'sw', 'db', 'Icon', 'Aikoni', NULL, NULL),\n(52658, 'sw', 'db', 'Feature Section', 'Sehemu ya Kipengele', NULL, NULL),\n(52659, 'sw', 'db', 'FAQ Section', 'Sehemu ya Maswali Yanayoulizwa Mara kwa Mara', NULL, NULL),\n(52660, 'sw', 'db', 'Question', 'Swali', NULL, NULL),\n(52661, 'sw', 'db', 'Answer', 'Jibu', NULL, NULL),\n(52662, 'sw', 'db', 'Update FAQ', 'Sasisha Maswali Yanayoulizwa Mara kwa Mara', NULL, NULL),\n(52663, 'sw', 'db', 'Update Module', 'Sasisha Moduli', NULL, NULL),\n(52664, 'sw', 'db', 'Update Feature', 'Sasisha Kipengele', NULL, NULL),\n(52665, 'sw', 'db', 'Testimonial Section', 'Sehemu ya Ushuhuda', NULL, NULL),\n(52666, 'sw', 'db', 'Blog Section', 'Sehemu ya Blogu', NULL, NULL),\n(52667, 'sw', 'db', 'Page Section', 'Sehemu ya Ukurasa', NULL, NULL),\n(52668, 'sw', 'db', 'Social Section', 'Sehemu ya Jamii', NULL, NULL),\n(52669, 'sw', 'db', 'Business Name', 'Jina la Biashara', NULL, NULL),\n(52670, 'sw', 'db', 'Text', 'Maandishi', NULL, NULL),\n(52671, 'sw', 'db', 'Update Testimonial', 'Sasisha Ushuhuda', NULL, NULL),\n(52672, 'sw', 'db', 'Add Post', 'Ongeza Chapisho', NULL, NULL),\n(52673, 'sw', 'db', 'Blog Title', 'Kichwa cha Blogu', NULL, NULL),\n(52674, 'sw', 'db', 'Page Title', 'Kichwa cha Ukurasa', NULL, NULL),\n(52675, 'sw', 'db', 'Update Blog', 'Sasisha Blogu', NULL, NULL),\n(52676, 'sw', 'db', 'Update Page', 'Sasisha Ukurasa', NULL, NULL),\n(52677, 'sw', 'db', 'Open Graph Title', 'Fungua Kichwa cha Grafu', NULL, NULL),\n(52678, 'sw', 'db', 'Open Graph Description', 'Fungua Maelezo ya Grafu', NULL, NULL),\n(52679, 'sw', 'db', 'Link', 'Kiungo', NULL, NULL),\n(52680, 'sw', 'db', 'Update Social', 'Sasisha Jamii', NULL, NULL),\n(52681, 'sw', 'db', 'All Blogs', 'Blogu Zote', NULL, NULL),\n(52682, 'sw', 'db', 'Add Page', 'Ongeza Ukurasa', NULL, NULL),\n(52683, 'sw', 'db', 'Field Belongs To', 'Shamba Ni Mali Ya', NULL, NULL),\n(52684, 'sw', 'db', 'Field Name', 'Jina la shamba', NULL, NULL),\n(52685, 'sw', 'db', 'Field Type', 'Aina ya shamba', NULL, NULL),\n(52686, 'sw', 'db', 'Default Value', 'Thamani Chaguomsingi', NULL, NULL),\n(52687, 'sw', 'db', 'Grid (Bootstrap Column eq 12] - Max is 12', 'Gridi (Safu wima ya Bootstrap sawa na 12] - Upeo ni 12', NULL, NULL),\n(52688, 'sw', 'db', 'Required', 'Inahitajika', NULL, NULL),\n(52689, 'sw', 'db', 'Admin Only', 'Admin Pekee', NULL, NULL),\n(52690, 'sw', 'db', 'Disabled', 'Imezimwa', NULL, NULL),\n(52691, 'sw', 'db', 'Visibility', 'Mwonekano', NULL, NULL),\n(52692, 'sw', 'db', 'Show on Table', 'Onyesha kwenye Jedwali', NULL, NULL),\n(52693, 'sw', 'db', 'Show on Invoice', 'Onyesha kwenye ankara', NULL, NULL),\n(52694, 'sw', 'db', 'Nothing Selected', 'Hakuna Kilichochaguliwa', NULL, NULL),\n(52695, 'sw', 'db', 'Custom Field', 'Sehemu Maalum', NULL, NULL),\n(52696, 'sw', 'db', 'Custom Field List', 'Orodha Maalum ya Sehemu', NULL, NULL),\n(52697, 'sw', 'db', 'Create Custom Field', 'Unda Sehemu Maalum', NULL, NULL),\n(52698, 'sw', 'db', 'Options', 'Chaguo', NULL, NULL),\n(52699, 'sw', 'db', 'Update Custom Field', 'Sasisha Sehemu Maalum', NULL, NULL),\n(52700, 'sw', 'db', 'Total Price', 'Jumla ya Bei', NULL, NULL),\n(52701, 'sw', 'db', 'Reminder Date', 'Tarehe ya ukumbusho', NULL, NULL),\n(52702, 'sw', 'db', 'Total Cost', 'Jumla ya Gharama', NULL, NULL),\n(52703, 'sw', 'db', 'Mail Driver', 'Dereva wa Barua', NULL, NULL),\n(52704, 'sw', 'db', 'Update existing clients who are using this package', 'Sasisha wateja waliopo ambao wanatumia kifurushi hiki', NULL, NULL),\n(52705, 'sw', 'db', 'ZATCA QrCode', 'Msimbo wa Qrcode wa ZATCA', NULL, NULL),\n(52706, 'sw', 'db', 'VAT Registration Number', 'Nambari ya Usajili wa VAT', NULL, NULL),\n(52707, 'sw', 'db', 'Button Text', 'Maandishi ya Kitufe', NULL, NULL),\n(52708, 'sw', 'db', 'Modules', 'Moduli', NULL, NULL),\n(52709, 'sw', 'db', 'Add Module', 'Ongeza Moduli', NULL, NULL),\n(52710, 'sw', 'db', 'Add Faq', 'Ongeza Faq', NULL, NULL),\n(52711, 'sw', 'db', 'Tenant Signup Description', 'Maelezo ya Kujisajili kwa Mpangaji', NULL, NULL),\n(52712, 'sw', 'db', 'Add Language', 'Ongeza Lugha', NULL, NULL),\n(52713, 'sw', 'db', 'Update Language', 'Sasisha Lugha', NULL, NULL),\n(52714, 'sw', 'db', 'Number of Person', 'Idadi ya Mtu', NULL, NULL),\n(52715, 'sw', 'db', 'Add Table', 'Ongeza Jedwali', NULL, NULL),\n(52716, 'sw', 'db', 'Update Table', 'Jedwali la Usasishaji', NULL, NULL),\n(52717, 'sw', 'db', 'Tables', 'Majedwali', NULL, NULL),\n(52718, 'sw', 'db', 'Table', 'Jedwali', NULL, NULL),\n(52719, 'sw', 'db', 'Table Management', 'Usimamizi wa Jedwali', NULL, NULL),\n(52720, 'sw', 'db', 'Initial Stock', 'Hisa ya Awali', NULL, NULL),\n(52721, 'sw', 'db', 'This feature will not work for product with variants and batches', 'Kipengele hiki hakitafanya kazi kwa bidhaa iliyo na anuwai na bechi', NULL, NULL),\n(52722, 'sw', 'db', 'Queue', 'Foleni', NULL, NULL),\n(52723, 'sw', 'db', 'Addons', 'Addons', NULL, NULL),\n(52724, 'sw', 'db', 'Addon List', 'Orodha ya Addon', NULL, NULL),\n(52725, 'sw', 'db', 'Sync Product Categories', 'Sawazisha Aina za Bidhaa', NULL, NULL),\n(52726, 'sw', 'db', 'Sync', 'Sawazisha', NULL, NULL),\n(52727, 'sw', 'db', 'Sync Log', 'Sawazisha Kumbukumbu', NULL, NULL),\n(52728, 'sw', 'db', 'Reset Synced Category', 'Weka upya Kitengo Kilichosawazishwa', NULL, NULL),\n(52729, 'sw', 'db', 'Sync Products', 'Sawazisha Bidhaa', NULL, NULL),\n(52730, 'sw', 'db', 'Reset Synced Product', 'Weka Upya Bidhaa Iliyosawazishwa', NULL, NULL),\n(52731, 'sw', 'db', 'Tax Rates Mapping', 'Upangaji wa Viwango vya Ushuru', NULL, NULL),\n(52732, 'sw', 'db', 'POS Tax Rate', 'Kiwango cha Ushuru cha POS', NULL, NULL),\n(52733, 'sw', 'db', 'Equivalent WooCommerce Tax Rate', 'Kiwango Sawa cha Kodi ya WooCommerce', NULL, NULL),\n(52734, 'sw', 'db', 'Sync Orders(New Order Only]', 'Sawazisha Maagizo (Agizo Jipya Pekee)', NULL, NULL),\n(52735, 'sw', 'db', 'Sync Type', 'Aina ya Usawazishaji', NULL, NULL),\n(52736, 'sw', 'db', 'Operation', 'Uendeshaji', NULL, NULL),\n(52737, 'sw', 'db', 'Records', 'Rekodi', NULL, NULL),\n(52738, 'sw', 'db', 'Synced By', 'Imesawazishwa Na', NULL, NULL),\n(52739, 'sw', 'db', 'Instructions', 'Maagizo', NULL, NULL),\n(52740, 'sw', 'db', 'API Settings', 'Mipangilio ya API', NULL, NULL),\n(52741, 'sw', 'db', 'Product Sync Settings', 'Mipangilio ya Usawazishaji wa Bidhaa', NULL, NULL),\n(52742, 'sw', 'db', 'Order Sync Settings', 'Agiza Mipangilio ya Usawazishaji', NULL, NULL),\n(52743, 'sw', 'db', 'Webhook Settings', 'Mipangilio ya Webhook', NULL, NULL),\n(52744, 'sw', 'db', 'WooCommerce App URL', 'URL ya Programu ya WooCommerce', NULL, NULL),\n(52745, 'sw', 'db', 'WooCommerce Consumer Key', 'Ufunguo wa Watumiaji wa WooCommerce', NULL, NULL),\n(52746, 'sw', 'db', 'WooCommerce Consumer Secret', 'Siri ya Watumiaji wa WooCommerce', NULL, NULL),\n(52747, 'sw', 'db', 'WooCommerce Settings', 'Mipangilio ya WooCommerce', NULL, NULL),\n(52748, 'sw', 'db', 'Default Tax Class', 'Daraja Chaguomsingi la Ushuru', NULL, NULL),\n(52749, 'sw', 'db', 'Sync Product Price', 'Sawazisha Bei ya Bidhaa', NULL, NULL),\n(52750, 'sw', 'db', 'Manage Stock', 'Dhibiti Hisa', NULL, NULL),\n(52751, 'sw', 'db', 'Stock Status', 'Hali ya Hisa', NULL, NULL),\n(52752, 'sw', 'db', 'Default Customer Group', 'Kikundi cha Wateja Chaguomsingi', NULL, NULL),\n(52753, 'sw', 'db', 'WooCommerce Order Status', 'Hali ya Agizo la WooCommerce', NULL, NULL),\n(52754, 'sw', 'db', 'Equivalent POS Sell Status', 'Hali Sawa ya Kuuza POS', NULL, NULL),\n(52755, 'sw', 'db', 'To obtain WooCommerce API details, navigate to WooCommerce -> Settings -> Advance -> REST API Provide a description, select a user, and grant Read\\\\\/Write Permission', 'Ili kupata maelezo ya API ya WooCommerce, nenda kwenye WooCommerce -> Mipangilio -> Advance -> REST API. ', NULL, NULL),\n(52756, 'sw', 'db', 'While synchronizing, refrain from refreshing the page or leaving it', 'Wakati wa kusawazisha, epuka kuonyesha upya ukurasa au kuuacha.', NULL, NULL),\n(52757, 'sw', 'db', 'In the WordPress permalink option, select Post Name as the permalinks option', 'Katika chaguo la kiungo cha WordPress, chagua Jina la Chapisho kama chaguo la vibali.', NULL, NULL),\n(52758, 'sw', 'db', 'Buy Now', 'Nunua Sasa', NULL, NULL),\n(52759, 'sw', 'db', 'Install', 'Sakinisha', NULL, NULL),\n(52760, 'sw', 'db', 'Staff Id', 'Kitambulisho cha Wafanyakazi', NULL, NULL),\n(52761, 'sw', 'db', 'Import CSV file (Device)', 'Ingiza faili ya CSV (Kifaa)', NULL, NULL),\n(52762, 'sw', 'db', 'Attendance Device Date Format', 'Muundo wa Tarehe ya Kifaa cha Kuhudhuria', NULL, NULL),\n(52763, 'sw', 'db', 'Disable Woocommerce Sync', 'Zima Usawazishaji wa Woocommerce', NULL, NULL),\n(52764, 'sw', 'db', 'Product Status', 'Hali ya Bidhaa', NULL, NULL),\n(52765, 'sw', 'db', 'Category not synced', 'Kitengo hakijasawazishwa', NULL, NULL),\n(52766, 'sw', 'db', 'Categories not synced', 'Kategoria hazijasawazishwa', NULL, NULL),\n(52767, 'sw', 'db', 'Category can be updated', 'Kategoria inaweza kusasishwa', NULL, NULL),\n(52768, 'sw', 'db', 'Categories can be updated', 'Kategoria zinaweza kusasishwa', NULL, NULL),\n(52769, 'sw', 'db', 'Product not synced', 'Bidhaa haijasawazishwa', NULL, NULL),\n(52770, 'sw', 'db', 'Products not synced', 'Bidhaa hazijasawazishwa', NULL, NULL),\n(52771, 'sw', 'db', 'Product can be updated', 'Bidhaa inaweza kusasishwa', NULL, NULL),\n(52772, 'sw', 'db', 'Products can be updated', 'Bidhaa zinaweza kusasishwa', NULL, NULL),\n(52773, 'sw', 'db', 'Please connect with WooCommerce', 'Tafadhali ungana na WooCommerce', NULL, NULL),\n(52774, 'sw', 'db', 'Something went wrong', 'Hitilafu fulani imetokea', NULL, NULL),\n(52775, 'sw', 'db', 'Synced category successfully', 'Kategoria imesawazishwa', NULL, NULL),\n(52776, 'sw', 'db', 'Reset synced category successfully', 'Weka upya kategoria iliyosawazishwa kwa mafanikio', NULL, NULL),\n(52777, 'sw', 'db', 'Synced product successfully', 'Bidhaa imesawazishwa', NULL, NULL),\n(52778, 'sw', 'db', 'Reset synced product successfully', 'Weka upya bidhaa iliyosawazishwa kwa mafanikio', NULL, NULL),\n(52779, 'sw', 'db', 'Tax maped successfully', 'Ushuru umeandaliwa', NULL, NULL),\n(52780, 'sw', 'db', 'Synced order successfully', 'Agizo limesawazishwa', NULL, NULL),\n(52781, 'sw', 'db', 'Please select Default Customer Group\\\\\/ Default Warehouse\\\\\/ Default Biller\\\\\/ Equivalent POS Sell Status in Order Sync Settings', 'Tafadhali chagua Kikundi Chaguomsingi cha Wateja\\\\\/ Ghala Chaguomsingi\\\\\/ Bili Chaguomsingi\\\\\/ Hali Sawa ya Kuuza ya POS katika Mipangilio ya Usawazishaji wa Agizo', NULL, NULL),\n(52782, 'sw', 'db', 'Module Image', 'Picha ya Moduli', NULL, NULL),\n(52783, 'sw', 'db', 'Courier', 'Courier', NULL, NULL),\n(52784, 'sw', 'db', 'Courier List', 'Orodha ya Courier', NULL, NULL),\n(52785, 'sw', 'db', 'Add Courier', 'Ongeza Courier', NULL, NULL),\n(52786, 'sw', 'db', 'Update Courier', 'Sasisha Courier', NULL, NULL),\n(52787, 'sw', 'db', 'Sale and Quotation without stock', 'Uuzaji na Nukuu bila hisa', NULL, NULL),\n(52788, 'sw', 'db', 'Yes', 'Ndiyo', NULL, NULL),\n(52789, 'sw', 'db', 'No', 'Hapana', NULL, NULL),\n(52790, 'sw', 'db', 'Returned', 'Imerejeshwa', NULL, NULL),\n(52791, 'sw', 'db', 'Get in touch', 'Wasiliana', NULL, NULL),\n(52792, 'sw', 'db', 'Contact Info', 'Maelezo ya Mawasiliano', NULL, NULL),\n(52793, 'sw', 'db', 'Bug Setting', 'Mpangilio wa Mdudu', NULL, NULL),\n(52794, 'sw', 'db', 'File Name', 'Jina la Faili', NULL, NULL),\n(52795, 'sw', 'db', 'Type File Name', 'Andika Jina la Faili', NULL, NULL),\n(52796, 'sw', 'db', 'Logs', 'Kumbukumbu', NULL, NULL),\n(52797, 'sw', 'db', 'Type Log', 'Andika Logi', NULL, NULL),\n(52798, 'sw', 'db', 'Short Note', 'Ujumbe mfupi', NULL, NULL),\n(52799, 'sw', 'db', 'Product Mode', 'Hali ya Bidhaa', NULL, NULL),\n(52800, 'sw', 'db', 'Version', 'Toleo', NULL, NULL),\n(52801, 'sw', 'db', 'Bug No', 'Mdudu No', NULL, NULL),\n(52802, 'sw', 'db', 'Minimum Required Version', 'Kiwango cha Chini Kinachohitajika Toleo', NULL, NULL),\n(52803, 'sw', 'db', 'Version Upgrade', 'Uboreshaji wa Toleo', NULL, NULL),\n(52804, 'sw', 'db', 'Latest Version Upgrade', 'Uboreshaji wa Toleo la Hivi Punde', NULL, NULL),\n(52805, 'sw', 'db', 'Latest Version DB Migrate', '.Toleo la Hivi Punde la DB Hamisha', NULL, NULL),\n(52806, 'sw', 'db', 'Version Upgrade URL', 'URL ya Kuboresha Toleo', NULL, NULL),\n(52807, 'sw', 'db', 'Bug Update', 'Sasisho la Mdudu', NULL, NULL),\n(52808, 'sw', 'db', 'Bug DB Migrate', 'Mdudu DB Hamisha', NULL, NULL),\n(52809, 'sw', 'db', 'Bug Update URL', 'URL ya Usasishaji wa Hitilafu', NULL, NULL),\n(52810, 'sw', 'db', 'Version Upgrade Setting', 'Mpangilio wa Kuboresha Toleo', NULL, NULL),\n(52811, 'sw', 'db', 'Bug Update Setting', 'Mpangilio wa Usasishaji wa Hitilafu', NULL, NULL),\n(52812, 'sw', 'db', 'My Account', 'Akaunti Yangu', NULL, NULL),\n(52813, 'sw', 'db', 'Phone', 'Simu', NULL, NULL),\n(52814, 'sw', 'db', 'My Addresses', 'Anwani Zangu', NULL, NULL),\n(52815, 'sw', 'db', 'Edit Address', 'Hariri Anwani', NULL, NULL),\n(52816, 'sw', 'db', 'Zip \\\\\/ Postal code', 'Zip \\\\\/ Msimbo wa posta', NULL, NULL),\n(52817, 'sw', 'db', 'Cart', 'Mkokoteni', NULL, NULL),\n(52818, 'sw', 'db', 'Shop Cart', 'Duka Cart', NULL, NULL),\n(52819, 'sw', 'db', 'Home', 'Nyumbani', NULL, NULL),\n(52820, 'sw', 'db', 'Sub Total', 'Jumla ndogo', NULL, NULL),\n(52821, 'sw', 'db', 'Continue Shopping', 'Endelea Kununua', NULL, NULL),\n(52822, 'sw', 'db', 'Proceed to Checkout', 'Nenda kwenye Malipo', NULL, NULL),\n(52823, 'sw', 'db', 'Pay', 'Lipa', NULL, NULL),\n(52824, 'sw', 'db', 'Returning customer?', 'Mteja anayerejea?', NULL, NULL),\n(52825, 'sw', 'db', 'Shipping Details', 'Maelezo ya Usafirishaji', NULL, NULL),\n(52826, 'sw', 'db', 'Default Address', 'Anwani Chaguomsingi', NULL, NULL),\n(52827, 'sw', 'db', 'Add a different address', 'Ongeza anwani tofauti', NULL, NULL),\n(52828, 'sw', 'db', 'Order Notes', 'Agizo Vidokezo', NULL, NULL),\n(52829, 'sw', 'db', 'Billing address same as Shipping Address', 'Anwani ya kutuma bili sawa na Anwani ya Usafirishaji', NULL, NULL),\n(52830, 'sw', 'db', 'Your order', 'Agizo lako', NULL, NULL),\n(52831, 'sw', 'db', 'Product(s]', 'Bidhaa', NULL, NULL),\n(52832, 'sw', 'db', 'I have a coupon', 'Nina kuponi', NULL, NULL),\n(52833, 'sw', 'db', 'Enter coupon code', 'Weka msimbo wa kuponi', NULL, NULL),\n(52834, 'sw', 'db', 'I have read and accept the', 'Nimeisoma na kuikubali', NULL, NULL),\n(52835, 'sw', 'db', 'Cash on Delivery', 'Pesa kwenye Uwasilishaji', NULL, NULL),\n(52836, 'sw', 'db', 'Remember Me', 'Nikumbuke Mimi', NULL, NULL),\n(52837, 'sw', 'db', 'Log In', 'Ingia', NULL, NULL),\n(52838, 'sw', 'db', 'sign up now', 'jisajili sasa', NULL, NULL),\n(52839, 'sw', 'db', 'My Profile', 'Wasifu Wangu', NULL, NULL),\n(52840, 'sw', 'db', 'My Orders', 'Maagizo Yangu', NULL, NULL),\n(52841, 'sw', 'db', 'My Wishlist', 'Orodha Yangu ya Matamanio', NULL, NULL),\n(52842, 'sw', 'db', 'Account Details', 'Maelezo ya Akaunti', NULL, NULL),\n(52843, 'sw', 'db', 'We have sent you an email', 'Tumekutumia barua pepe', NULL, NULL),\n(52844, 'sw', 'db', 'Just click on the link in that email to verify', 'Bofya tu kwenye kiungo katika barua pepe hiyo ili kuthibitisha', NULL, NULL),\n(52845, 'sw', 'db', 'Thank you for verifying your email', 'Asante kwa kuthibitisha barua pepe yako', NULL, NULL),\n(52846, 'sw', 'db', 'Order Details', 'Maelezo ya Agizo', NULL, NULL),\n(52847, 'sw', 'db', 'You have not ordered anything yet!', 'Bado hujaagiza chochote!', NULL, NULL),\n(52848, 'sw', 'db', 'Tags', 'Lebo', NULL, NULL),\n(52849, 'sw', 'db', 'Share', 'Shiriki', NULL, NULL),\n(52850, 'sw', 'db', 'Thank you for your order', 'Asante kwa agizo lako', NULL, NULL),\n(52851, 'sw', 'db', 'Here is your order reference no', 'Hapa kuna kumbukumbu ya agizo lako', NULL, NULL),\n(52852, 'sw', 'db', 'You will receive an email with delivery details shortly', 'Utapokea barua pepe yenye maelezo ya uwasilishaji hivi karibuni', NULL, NULL),\n(52853, 'sw', 'db', 'Add Collection', 'Ongeza Mkusanyiko', NULL, NULL),\n(52854, 'sw', 'db', 'Collection Name', 'Jina la Mkusanyiko', NULL, NULL),\n(52855, 'sw', 'db', 'Permalink', 'Permalink', NULL, NULL),\n(52856, 'sw', 'db', 'Save as Draft', 'Hifadhi kama Rasimu', NULL, NULL),\n(52857, 'sw', 'db', 'Publish', 'Chapisha', NULL, NULL),\n(52858, 'sw', 'db', 'Collection', 'Mkusanyiko', NULL, NULL),\n(52859, 'sw', 'db', 'Slug', 'Slug', NULL, NULL),\n(52860, 'sw', 'db', 'Sliders', 'Vitelezi', NULL, NULL),\n(52861, 'sw', 'db', 'Menu', 'Menyu', NULL, NULL),\n(52862, 'sw', 'db', 'Collections', 'Mikusanyiko', NULL, NULL),\n(52863, 'sw', 'db', 'Pages', 'Kurasa', NULL, NULL),\n(52864, 'sw', 'db', 'Widgets', 'Wijeti', NULL, NULL),\n(52865, 'sw', 'db', 'Faq Category', 'Aina ya Faq', NULL, NULL),\n(52866, 'sw', 'db', 'Faqs', 'Maswali yanayoulizwa mara kwa mara', NULL, NULL),\n(52867, 'sw', 'db', 'Social Links', 'Viungo vya Kijamii', NULL, NULL),\n(52868, 'sw', 'db', 'Payment Gateways', 'Njia za Malipo', NULL, NULL),\n(52869, 'sw', 'db', 'Location', 'Mahali', NULL, NULL),\n(52870, 'sw', 'db', 'Add Menu', 'Ongeza Menyu', NULL, NULL),\n(52871, 'sw', 'db', 'Add Menu Items', 'Ongeza Vipengee vya Menyu', NULL, NULL),\n(52872, 'sw', 'db', 'Categories', 'Kategoria', NULL, NULL),\n(52873, 'sw', 'db', 'Select All', 'Chagua Zote', NULL, NULL),\n(52874, 'sw', 'db', 'Add to Menu', 'Ongeza kwenye Menyu', NULL, NULL),\n(52875, 'sw', 'db', 'Brands', 'Bidhaa', NULL, NULL),\n(52876, 'sw', 'db', 'Custom Links', 'Viungo Maalum', NULL, NULL),\n(52877, 'sw', 'db', 'URL', 'URL', NULL, NULL),\n(52878, 'sw', 'db', 'Link Text', 'Maandishi ya Kiungo', NULL, NULL),\n(52879, 'sw', 'db', 'Menu Structure', 'Muundo wa Menyu', NULL, NULL),\n(52880, 'sw', 'db', 'Select categories, pages or add custom links to menus', 'Chagua kategoria, kurasa au ongeza viungo maalum kwenye menyu', NULL, NULL),\n(52881, 'sw', 'db', 'Link Name', 'Jina la Kiungo', NULL, NULL),\n(52882, 'sw', 'db', 'Open in a new tab', 'Fungua kwenye kichupo kipya', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(52883, 'sw', 'db', 'Save Menu', 'Hifadhi Menyu', NULL, NULL),\n(52884, 'sw', 'db', 'Page Name', 'Jina la Ukurasa', NULL, NULL),\n(52885, 'sw', 'db', 'Page Layout', 'Muundo wa Ukurasa', NULL, NULL),\n(52886, 'sw', 'db', 'click on the widgets below to add it to your layout', 'bofya wijeti hapa chini ili kuiongeza kwenye mpangilio wako', NULL, NULL),\n(52887, 'sw', 'db', 'Product Category', 'Aina ya Bidhaa', NULL, NULL),\n(52888, 'sw', 'db', 'Tabbed Product Categories', 'Vichupo vya Aina za Bidhaa', NULL, NULL),\n(52889, 'sw', 'db', 'Category Slider', 'Kitelezi cha Kitengo', NULL, NULL),\n(52890, 'sw', 'db', 'Product Collection', 'Mkusanyiko wa Bidhaa', NULL, NULL),\n(52891, 'sw', 'db', 'Tabbed Product Collections', 'Mikusanyiko ya Bidhaa Zilizochujwa', NULL, NULL),\n(52892, 'sw', 'db', 'Brand Slider', 'Kitelezi cha Biashara', NULL, NULL),\n(52893, 'sw', 'db', 'Og_Title', 'Kichwa_cha Og', NULL, NULL),\n(52894, 'sw', 'db', 'Og_description', 'Maelezo_ya_Og', NULL, NULL),\n(52895, 'sw', 'db', 'Og_Image', 'Og_Image', NULL, NULL),\n(52896, 'sw', 'db', 'Templates', 'Violezo', NULL, NULL),\n(52897, 'sw', 'db', 'Choose Category', 'Chagua Kategoria', NULL, NULL),\n(52898, 'sw', 'db', 'Layout Type', 'Aina ya Mpangilio', NULL, NULL),\n(52899, 'sw', 'db', 'Slider Loop', 'Kitanzi cha Slider', NULL, NULL),\n(52900, 'sw', 'db', 'Slider Autoplay', 'Kitelezi Cheza Kiotomatiki', NULL, NULL),\n(52901, 'sw', 'db', 'Slider Autoplay Speed', 'Kasi ya Kuchezesha Kiotomatiki', NULL, NULL),\n(52902, 'sw', 'db', 'Number of products to show', 'Idadi ya bidhaa za kuonyesha', NULL, NULL),\n(52903, 'sw', 'db', 'Choose Categories', 'Chagua Kategoria', NULL, NULL),\n(52904, 'sw', 'db', 'Choose Collection', 'Chagua Mkusanyiko', NULL, NULL),\n(52905, 'sw', 'db', 'Choose collections', 'Chagua mikusanyiko', NULL, NULL),\n(52906, 'sw', 'db', 'Choose Brands', 'Chagua Chapa', NULL, NULL),\n(52907, 'sw', 'db', 'Edit Page', 'Badilisha Ukurasa', NULL, NULL),\n(52908, 'sw', 'db', 'Ecommerce Settings', 'Mipangilio ya Ecommerce', NULL, NULL),\n(52909, 'sw', 'db', 'Favicon', 'Favicon', NULL, NULL),\n(52910, 'sw', 'db', 'Home Page', 'Ukurasa wa Nyumbani', NULL, NULL),\n(52911, 'sw', 'db', 'Store Phone', 'Hifadhi Simu', NULL, NULL),\n(52912, 'sw', 'db', 'Store Email', 'Hifadhi Barua pepe', NULL, NULL),\n(52913, 'sw', 'db', 'Store Address', 'Anwani ya Hifadhi', NULL, NULL),\n(52914, 'sw', 'db', 'Contact From Email', 'Wasiliana Kutoka Barua Pepe', NULL, NULL),\n(52915, 'sw', 'db', 'Min amount for free shipping', 'Kiasi kidogo kwa usafirishaji wa bure', NULL, NULL),\n(52916, 'sw', 'db', 'Flat Rate Shipping', 'Usafirishaji wa Kiwango cha Flat', NULL, NULL),\n(52917, 'sw', 'db', 'Pages to read & accept before checkout', 'Kurasa za kusoma na kukubali kabla ya kulipa', NULL, NULL),\n(52918, 'sw', 'db', 'Custom CSS', 'CSS maalum', NULL, NULL),\n(52919, 'sw', 'db', 'Custom JS', 'JS maalum', NULL, NULL),\n(52920, 'sw', 'db', 'Chat Code', 'Msimbo wa Gumzo', NULL, NULL),\n(52921, 'sw', 'db', 'Google Analytics Code', 'Msimbo wa Google Analytics', NULL, NULL),\n(52922, 'sw', 'db', 'Facebook Pixel', 'Facebook Pixel', NULL, NULL),\n(52923, 'sw', 'db', 'Details', 'Maelezo', NULL, NULL),\n(52924, 'sw', 'db', 'Add Slider', 'Ongeza Kitelezi', NULL, NULL),\n(52925, 'sw', 'db', 'Desktop', 'Eneo-kazi', NULL, NULL),\n(52926, 'sw', 'db', 'Tab', 'Kichupo', NULL, NULL),\n(52927, 'sw', 'db', 'Add Social Link', 'Ongeza Kiungo cha Jamii', NULL, NULL),\n(52928, 'sw', 'db', 'Available Widgets', 'Wijeti Zinazopatikana', NULL, NULL),\n(52929, 'sw', 'db', 'To add a widget to a section, drag it onto that section', 'Ili kuongeza wijeti kwenye sehemu, iburute hadi kwenye sehemu hiyo', NULL, NULL),\n(52930, 'sw', 'db', 'Custom Menu', 'Menyu Maalum', NULL, NULL),\n(52931, 'sw', 'db', 'Select menu', 'Chagua menyu', NULL, NULL),\n(52932, 'sw', 'db', 'Site Features', 'Sifa za Tovuti', NULL, NULL),\n(52933, 'sw', 'db', 'Site Information', 'Habari za Tovuti', NULL, NULL),\n(52934, 'sw', 'db', 'Hours', 'Saa', NULL, NULL),\n(52935, 'sw', 'db', 'Newsletter form', 'Fomu ya jarida', NULL, NULL),\n(52936, 'sw', 'db', 'Section Above Footer', 'Sehemu ya Juu ya Kijachini', NULL, NULL),\n(52937, 'sw', 'db', 'Footer Section', 'Sehemu ya chini', NULL, NULL),\n(52938, 'sw', 'db', 'Product Details Sidebar', 'Maelezo ya Bidhaa Upau wa kando', NULL, NULL),\n(52939, 'sw', 'db', 'Your email', 'Barua pepe yako', NULL, NULL),\n(52940, 'sw', 'db', 'Forgot Password', 'Umesahau Nenosiri', NULL, NULL),\n(52941, 'sw', 'db', 'Subscribe', 'Jisajili', NULL, NULL),\n(52942, 'sw', 'db', 'Sell Online', 'Uza Mtandaoni', NULL, NULL),\n(52943, 'sw', 'db', 'Out of stock', 'Imeisha', NULL, NULL),\n(52944, 'sw', 'db', 'Duplicate', 'Nakala', NULL, NULL),\n(52945, 'sw', 'db', 'All Product In Stock', 'Bidhaa Zote Zipo Hisa', NULL, NULL),\n(52946, 'sw', 'db', 'Show All Product Online', 'Onyesha Bidhaa Zote Mtandaoni', NULL, NULL),\n(52947, 'sw', 'db', 'Oh snap! We are lost', 'Oh snap! ', NULL, NULL),\n(52948, 'sw', 'db', 'It seems we can not find what you are looking for Perhaps searching can help or go back to', 'Inaonekana hatuwezi kupata unachotafuta. ', NULL, NULL),\n(52949, 'sw', 'db', 'Sorry this page is dead!', 'Samahani ukurasa huu umekufa!', NULL, NULL),\n(52950, 'sw', 'db', 'The page is expired due to session expiration Just refresh the page or hit the button below', 'Muda wa ukurasa umeisha kwa sababu ya kuisha kwa kipindi. ', NULL, NULL),\n(52951, 'sw', 'db', 'Refresh', 'Onyesha upya', NULL, NULL),\n(52952, 'sw', 'db', 'Oh server just snapped!', 'Ah, seva imechorwa!', NULL, NULL),\n(52953, 'sw', 'db', 'An error occured due to server not being to able to handle your request', 'Hitilafu imetokea kwa sababu seva haikuweza kushughulikia ombi lako.', NULL, NULL),\n(52954, 'sw', 'db', 'An error occured because the service is unavailable', 'Hitilafu imetokea kwa sababu huduma haipatikani.', NULL, NULL),\n(52955, 'sw', 'db', 'Please type a product name to search', 'Tafadhali andika jina la bidhaa ili kutafuta', NULL, NULL),\n(52956, 'sw', 'db', 'Send', 'Tuma', NULL, NULL),\n(52957, 'sw', 'db', 'don\\'t have an account', 'huna akaunti', NULL, NULL),\n(52958, 'sw', 'db', 'Click here to login', 'Bofya hapa ili kuingia', NULL, NULL),\n(52959, 'sw', 'db', 'Zip \\\\\/ Post Code', 'Zip \\\\\/ Msimbo wa Posta', NULL, NULL),\n(52960, 'sw', 'db', 'You may also like', 'Unaweza pia kupenda', NULL, NULL),\n(52961, 'sw', 'db', 'Add to cart', 'Ongeza kwenye rukwama', NULL, NULL),\n(52962, 'sw', 'db', 'No item in your cart', 'Hakuna kipengee kwenye rukwama yako', NULL, NULL),\n(52963, 'sw', 'db', 'Filter Sales', 'Mauzo ya Kichujio', NULL, NULL),\n(52964, 'sw', 'db', 'Sale Type', 'Aina ya Uuzaji', NULL, NULL),\n(52965, 'sw', 'db', 'POS', 'POS', NULL, NULL),\n(52966, 'sw', 'db', 'eCommerce', 'eCommerce', NULL, NULL),\n(52967, 'sw', 'db', 'Please login first', 'Tafadhali ingia kwanza', NULL, NULL),\n(52968, 'sw', 'db', 'Product added to wishlist', 'Bidhaa imeongezwa kwenye orodha ya matamanio', NULL, NULL),\n(52969, 'sw', 'db', 'You have not added anything to wishlist yet', 'Bado hujaongeza chochote kwenye orodha ya matamanio', NULL, NULL),\n(52970, 'sw', 'db', 'Product removed from wishlist', 'Bidhaa imeondolewa kwenye orodha ya matamanio', NULL, NULL),\n(52971, 'sw', 'db', 'Product already on wishlist', 'Bidhaa tayari kwenye orodha ya matamanio', NULL, NULL),\n(52972, 'sw', 'db', 'Recently Viewed', 'Iliyotazamwa Hivi Karibuni', NULL, NULL),\n(52973, 'sw', 'db', 'Verify', 'Thibitisha', NULL, NULL),\n(52974, 'sw', 'db', 'Track Order', 'Kufuatilia Agizo', NULL, NULL),\n(52975, 'sw', 'db', 'Track', 'Wimbo', NULL, NULL),\n(52976, 'sw', 'db', 'Time', 'Wakati', NULL, NULL),\n(52977, 'sw', 'db', 'Order Status', 'Hali ya Kuagiza', NULL, NULL),\n(52978, 'sw', 'db', 'Payment Method', 'Njia ya Malipo', NULL, NULL),\n(52979, 'sw', 'db', 'Shipping Status', 'Hali ya Usafirishaji', NULL, NULL),\n(52980, 'sw', 'db', 'Pending Confirmation', 'Inasubiri Uthibitisho', NULL, NULL),\n(52981, 'sw', 'db', 'Track another order', 'Fuatilia agizo lingine', NULL, NULL),\n(52982, 'sw', 'db', 'Post Title', 'Kichwa cha Machapisho', NULL, NULL),\n(52983, 'sw', 'db', 'Post Thumbnail', 'Chapisha Kijipicha', NULL, NULL),\n(52984, 'sw', 'db', 'Pay with gift card', 'Lipa kwa kadi ya zawadi', NULL, NULL),\n(52985, 'sw', 'db', 'Warehouse Wise', 'Warehouse Wise', NULL, NULL),\n(52986, 'sw', 'db', 'Payment Receiver', 'Mpokeaji Malipo', NULL, NULL),\n(52987, 'sw', 'db', 'SMS Template', 'Kiolezo cha SMS', NULL, NULL),\n(52988, 'sw', 'db', 'Add Template', 'Ongeza Kiolezo', NULL, NULL),\n(52989, 'sw', 'db', 'SMS Template List', 'Orodha ya Kiolezo cha SMS', NULL, NULL),\n(52990, 'sw', 'db', 'Content', 'Maudhui', NULL, NULL),\n(52991, 'sw', 'db', 'Update Template', 'Sasisha Kiolezo', NULL, NULL),\n(52992, 'sw', 'db', 'Send SMS After Sale', 'Tuma SMS Baada ya Uuzaji', NULL, NULL),\n(52993, 'sw', 'db', 'Default SMS Sale', 'Uuzaji wa SMS chaguomsingi', NULL, NULL),\n(52994, 'sw', 'db', 'Default SMS E-Commerce', 'Biashara Chaguomsingi ya SMS E-Commerce', NULL, NULL),\n(52995, 'sw', 'db', 'Default Online', 'Chaguomsingi Mtandaoni', NULL, NULL),\n(52996, 'sw', 'db', 'Top Up', 'Juu Juu', NULL, NULL),\n(52997, 'sw', 'db', 'Coupon Name', 'Jina la Kuponi', NULL, NULL),\n(52998, 'sw', 'db', 'Email Sent', 'Barua pepe Imetumwa', NULL, NULL),\n(52999, 'sw', 'db', 'Wholesale Price', 'Bei ya Jumla', NULL, NULL),\n(53000, 'sw', 'db', 'Price Option', 'Chaguo la Bei', NULL, NULL),\n(53001, 'sw', 'db', 'Product Tags', 'Lebo za Bidhaa', NULL, NULL),\n(53002, 'sw', 'db', 'Selected Items', 'Vipengee Vilivyochaguliwa', NULL, NULL),\n(53003, 'sw', 'db', 'Related Products', 'Bidhaa Zinazohusiana', NULL, NULL),\n(53004, 'sw', 'db', 'Track Inventory', 'Orodha ya Mali', NULL, NULL),\n(53005, 'sw', 'db', 'Register me as a user', 'Nisajili kama mtumiaji', NULL, NULL),\n(53006, 'sw', 'db', 'Verify & Close', 'Thibitisha na Ufunge', NULL, NULL),\n(53007, 'sw', 'db', 'Enable Gift Card payment on checkout page', 'Washa malipo ya Kadi ya Zawadi kwenye ukurasa wa kulipa', NULL, NULL),\n(53008, 'sw', 'db', 'Theme Color', 'Rangi ya Mandhari', NULL, NULL),\n(53009, 'sw', 'db', 'Enter gift card number', 'Weka nambari ya kadi ya zawadi', NULL, NULL),\n(53010, 'sw', 'db', 'Page saved', 'Ukurasa umehifadhiwa', NULL, NULL),\n(53011, 'sw', 'db', 'Widget saved', 'Wijeti imehifadhiwa', NULL, NULL),\n(53012, 'sw', 'db', 'Template', 'Kiolezo', NULL, NULL),\n(53013, 'sw', 'db', 'Three Column Banner', 'Bango la Safu Wima Tatu', NULL, NULL),\n(53014, 'sw', 'db', 'Banner Image', 'Picha ya Bango', NULL, NULL),\n(53015, 'sw', 'db', 'Income', 'Mapato', NULL, NULL),\n(53016, 'sw', 'db', 'Income Category', 'Kitengo cha Mapato', NULL, NULL),\n(53017, 'sw', 'db', 'Income List', 'Orodha ya Mapato', NULL, NULL),\n(53018, 'sw', 'db', 'Add Income', 'Ongeza Mapato', NULL, NULL),\n(53019, 'sw', 'db', 'Add Income Category', 'Ongeza Kitengo cha Mapato', NULL, NULL),\n(53020, 'sw', 'db', 'Update Income Category', 'Sasisha Kitengo cha Mapato', NULL, NULL),\n(53021, 'sw', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Packing Slip ili kudhibiti maagizo\\\\\/mauzo', NULL, NULL),\n(53022, 'sw', 'db', 'Enable', 'Wezesha', NULL, NULL),\n(53023, 'sw', 'db', 'Disable', 'Zima', NULL, NULL),\n(53024, 'sw', 'db', 'Create Packing Slip', 'Unda Slip ya Kufunga', NULL, NULL),\n(53025, 'sw', 'db', 'Packed', 'Imepakia', NULL, NULL),\n(53026, 'sw', 'db', 'Processing', 'Inachakata', NULL, NULL),\n(53027, 'sw', 'db', 'Packing Slip List', 'Ufungashaji Slip Orodha', NULL, NULL),\n(53028, 'sw', 'db', 'Packing Slip Reference', 'Ufungaji Slip Rejea', NULL, NULL),\n(53029, 'sw', 'db', 'Challan List', 'Orodha ya Challan', NULL, NULL),\n(53030, 'sw', 'db', 'Challan Report', 'Ripoti ya Challan', NULL, NULL),\n(53031, 'sw', 'db', 'Packing Slip & Challan', 'Kipande cha Kufungasha & Challan', NULL, NULL),\n(53032, 'sw', 'db', 'Filter Products', 'Chuja Bidhaa', NULL, NULL),\n(53033, 'sw', 'db', 'Expiry Duration Type', 'Aina ya Muda wa Kuisha', NULL, NULL),\n(53034, 'sw', 'db', 'Expiry Value', 'Thamani ya Kuisha', NULL, NULL),\n(53035, 'sw', 'db', 'Biller Report', 'Ripoti ya Biller', NULL, NULL),\n(53036, 'sw', 'db', 'Choose Biller', 'Chagua Biller', NULL, NULL),\n(53037, 'sw', 'db', 'Thermal Invoice Size', 'Ukubwa wa ankara ya joto', NULL, NULL),\n(53038, 'sw', 'db', 'Invoice Option', 'Chaguo la ankara', NULL, NULL),\n(53039, 'sw', 'db', '80mm', '80 mm', NULL, NULL),\n(53040, 'sw', 'db', '58mm', '58 mm', NULL, NULL),\n(53041, 'sw', 'db', 'Sale successfully added to draft', 'Ofa imeongezwa kwenye rasimu', NULL, NULL),\n(53042, 'sw', 'db', 'Barcode Settings', 'Mipangilio ya Barcode', NULL, NULL),\n(53043, 'sw', 'db', 'Add barcode sticker setting', 'Ongeza mpangilio wa vibandiko vya msimbopau', NULL, NULL),\n(53044, 'sw', 'db', 'Edit Barcode Sticker Setting', 'Badilisha Mpangilio wa Vibandiko vya Msimbo Pau', NULL, NULL),\n(53045, 'sw', 'db', 'Sticker Sheet setting Name', 'Jina la mpangilio wa Laha ya Kibandiko', NULL, NULL),\n(53046, 'sw', 'db', 'Sticker Sheet setting Description', 'Maelezo ya mpangilio wa Laha ya Kibandiko', NULL, NULL),\n(53047, 'sw', 'db', 'Continuous feed or rolls', 'Kulisha au rolls zinazoendelea', NULL, NULL),\n(53048, 'sw', 'db', 'In Inches', 'Katika Inchi', NULL, NULL),\n(53049, 'sw', 'db', 'Additional top margin', 'Ukingo wa juu wa ziada', NULL, NULL),\n(53050, 'sw', 'db', 'Additional left margin', 'Ukingo wa ziada wa kushoto', NULL, NULL),\n(53051, 'sw', 'db', 'Width of sticker', 'Upana wa kibandiko', NULL, NULL),\n(53052, 'sw', 'db', 'Height of sticker', 'Urefu wa kibandiko', NULL, NULL),\n(53053, 'sw', 'db', 'Paper width', 'Upana wa karatasi', NULL, NULL),\n(53054, 'sw', 'db', 'Paper height', 'Urefu wa karatasi', NULL, NULL),\n(53055, 'sw', 'db', 'Stickers in one row', 'Vibandiko katika safu moja', NULL, NULL),\n(53056, 'sw', 'db', 'Distance between two rows', 'Umbali kati ya safu mbili', NULL, NULL),\n(53057, 'sw', 'db', 'Distance between two columns', 'Umbali kati ya safu wima mbili', NULL, NULL),\n(53058, 'sw', 'db', 'No of Stickers per sheet', 'Idadi ya Vibandiko kwa kila laha', NULL, NULL),\n(53059, 'sw', 'db', 'Set as default', 'Weka kama chaguomsingi', NULL, NULL),\n(53060, 'sw', 'db', 'Add New Setting', 'Ongeza Mipangilio Mpya', NULL, NULL),\n(53061, 'sw', 'db', 'Print Labels', 'Chapisha Lebo', NULL, NULL),\n(53062, 'sw', 'db', 'Information on Label', 'Taarifa juu ya Lebo', NULL, NULL),\n(53063, 'sw', 'db', 'Add Production', 'Ongeza Uzalishaji', NULL, NULL),\n(53064, 'sw', 'db', 'Production List', 'Orodha ya Uzalishaji', NULL, NULL),\n(53065, 'sw', 'db', 'Expired Date', 'Tarehe ya kuisha', NULL, NULL),\n(53066, 'sw', 'db', 'Manufacturing', 'Utengenezaji', NULL, NULL),\n(53067, 'sw', 'db', 'Total Tax', 'Jumla ya Kodi', NULL, NULL),\n(53068, 'sw', 'db', 'Production Details', 'Maelezo ya Uzalishaji', NULL, NULL),\n(53069, 'sw', 'db', 'Add Custom Size', 'Ongeza Ukubwa Maalum', NULL, NULL),\n(53070, 'sw', 'db', 'RTL', 'RTL', NULL, NULL),\n(53071, 'sw', 'db', 'LTR', 'LTR', NULL, NULL),\n(53072, 'sw', 'db', 'Show search results in', 'Onyesha matokeo ya utafutaji ndani', NULL, NULL),\n(53073, 'sw', 'db', 'Full Page', 'Ukurasa Kamili', NULL, NULL),\n(53074, 'sw', 'db', 'Dropdown', 'Kunjuzi', NULL, NULL),\n(53075, 'sw', 'db', 'Saving', 'Kuhifadhi', NULL, NULL),\n(53076, 'sw', 'db', 'Multiple Payment', 'Malipo Mengi', NULL, NULL),\n(53077, 'sw', 'db', 'Finalize Sale(Multiple Payment]', 'Maliza Uuzaji (Malipo mengi)', NULL, NULL),\n(53078, 'sw', 'db', 'Cash Received', 'Fedha Zilizopokelewa', NULL, NULL),\n(53079, 'sw', 'db', 'Add More Payment', 'Ongeza Malipo Zaidi', NULL, NULL),\n(53080, 'sw', 'db', 'Received', 'Imepokelewa', NULL, NULL),\n(53081, 'sw', 'db', 'Production Status', 'Hali ya Uzalishaji', NULL, NULL),\n(53082, 'sw', 'db', 'Employees', 'Wafanyakazi', NULL, NULL),\n(53083, 'sw', 'db', 'Award', 'Tuzo', NULL, NULL),\n(53084, 'sw', 'db', 'Travel', 'Safari', NULL, NULL),\n(53085, 'sw', 'db', 'Resignations', 'Kujiuzulu', NULL, NULL),\n(53086, 'sw', 'db', 'Complaints', 'Malalamiko', NULL, NULL),\n(53087, 'sw', 'db', 'Warnings', 'Maonyo', NULL, NULL),\n(53088, 'sw', 'db', 'Terminations', 'Kusitishwa', NULL, NULL),\n(53089, 'sw', 'db', 'Organization', 'Shirika', NULL, NULL),\n(53090, 'sw', 'db', 'Company', 'Kampuni', NULL, NULL),\n(53091, 'sw', 'db', 'Designation', 'Uteuzi', NULL, NULL),\n(53092, 'sw', 'db', 'Announcements', 'Matangazo', NULL, NULL),\n(53093, 'sw', 'db', 'Timesheets', 'Laha za nyakati', NULL, NULL),\n(53094, 'sw', 'db', 'Attendances', 'Mahudhurio', NULL, NULL),\n(53095, 'sw', 'db', 'Recruitment', 'Kuajiri', NULL, NULL),\n(53096, 'sw', 'db', 'Training', 'Mafunzo', NULL, NULL),\n(53097, 'sw', 'db', 'Trainers', 'Wakufunzi', NULL, NULL),\n(53098, 'sw', 'db', 'Events', 'Matukio', NULL, NULL),\n(53099, 'sw', 'db', 'Meetings', 'Mikutano', NULL, NULL),\n(53100, 'sw', 'db', 'Finance', 'Fedha', NULL, NULL),\n(53101, 'sw', 'db', 'imei_numbers', 'IMEI \\\\\/ Nambari za Ufuatiliaji', NULL, NULL),\n(53102, 'sw', 'db', 'Warranty', 'Udhamini', NULL, NULL),\n(53103, 'sw', 'db', 'Guarantee', 'Dhamana', NULL, NULL),\n(53104, 'sw', 'db', 'Dear', 'Mpendwa', NULL, NULL),\n(53105, 'sw', 'db', 'Thank you for your purchase! Your invoice number is', 'Asante kwa ununuzi wako! ', NULL, NULL),\n(53106, 'sw', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us. We are here to help!', 'Ikiwa una maswali au wasiwasi wowote, tafadhali usisite kuwasiliana nasi. ', NULL, NULL),\n(53107, 'sw', 'db', 'Best regards', 'Karibuni sana', NULL, NULL),\n(53108, 'sw', 'db', 'Whatsapp Notification', 'Arifa ya Whatsapp', NULL, NULL),\n(53109, 'sw', 'db', 'Add More Payment Option', 'Ongeza Chaguo Zaidi ya Malipo', NULL, NULL),\n(53110, 'sw', 'db', 'Type date or quotation reference', 'Andika tarehe au marejeleo ya nukuu...', NULL, NULL),\n(53111, 'sw', 'db', 'Sale Reference No', 'Marejeleo ya Uuzaji No.', NULL, NULL),\n(53112, 'sw', 'db', 'My Transactions', 'Miamala Yangu', NULL, NULL),\n(53113, 'sw', 'db', 'One Point is Equivalent to:', 'Pointi Moja ni Sawa na:', NULL, NULL),\n(53114, 'sw', 'db', 'Update Income', 'Sasisha Mapato', NULL, NULL),\n(53115, 'sw', 'db', 'Only use for Select, Multi Select, Checkbox, Radio Button types Populate the field by separating the options by coma eq apple,orange,banana', 'Tumia tu kwa Chagua, Chagua nyingi, Kisanduku cha kuteua, aina za Kitufe cha Redio. ', NULL, NULL),\n(53116, 'sw', 'db', 'Exclusive: Poduct price = Actual product price + Tax Inclusive: Actual product price = Product price - Tax', 'Kipekee: Bei ya poda = Bei halisi ya bidhaa + Kodi. ', NULL, NULL),\n(53117, 'sw', 'db', 'Update Modal', 'Sasisha Modal', NULL, NULL),\n(53118, 'sw', 'db', 'Import Product Modal', 'Ingiza Mfumo wa Bidhaa', NULL, NULL),\n(53119, 'sw', 'db', 'Remove', 'Ondoa', NULL, NULL),\n(53120, 'sw', 'db', 'Payments Modal', 'Njia ya Malipo', NULL, NULL),\n(53121, 'sw', 'db', 'Choose date', 'Chagua tarehe', NULL, NULL),\n(53122, 'sw', 'db', 'Select warehouse', 'Chagua ghala', NULL, NULL),\n(53123, 'sw', 'db', 'Select supplier', 'Chagua mtoaji', NULL, NULL),\n(53124, 'sw', 'db', 'Please type product code and select', 'Tafadhali andika msimbo wa bidhaa na uchague', NULL, NULL),\n(53125, 'sw', 'db', 'Add Sale Return', 'Ongeza Kurudi kwa Uuzaji', NULL, NULL),\n(53126, 'sw', 'db', 'Warehouse Stock', 'Hifadhi ya Ghala', NULL, NULL),\n(53127, 'sw', 'db', 'Select Income Category', 'Chagua Kitengo cha Mapato', NULL, NULL),\n(53128, 'sw', 'db', 'Income Report', 'Ripoti ya Mapato', NULL, NULL),\n(53129, 'sw', 'db', 'Add Modal', 'Ongeza Modal', NULL, NULL),\n(53130, 'sw', 'db', 'Type department name', 'Andika jina la idara', NULL, NULL),\n(53131, 'sw', 'db', 'Select Role', 'Chagua Jukumu', NULL, NULL),\n(53132, 'sw', 'db', 'Type expense category code', 'Andika msimbo wa kitengo cha gharama', NULL, NULL),\n(53133, 'sw', 'db', 'Barcode Height', 'Urefu wa Barcode', NULL, NULL),\n(53134, 'sw', 'db', 'Barcode Stickers In One Sheet', 'Vibandiko vya Msimbo Pau Katika Laha Moja', NULL, NULL),\n(53135, 'sw', 'db', 'Type brand title', 'Andika jina la chapa', NULL, NULL),\n(53136, 'sw', 'db', 'Type income category code', 'Andika msimbo wa kitengo cha mapato', NULL, NULL),\n(53137, 'sw', 'db', 'Type income category name', 'Andika jina la kitengo cha mapato', NULL, NULL),\n(53138, 'sw', 'db', 'Type expense category name', 'Andika jina la kitengo cha gharama', NULL, NULL),\n(53139, 'sw', 'db', 'lang_v1 enter_product_name_to_print_labels', 'Weka lebo za kuchapisha jina la bidhaa', NULL, NULL),\n(53140, 'sw', 'db', 'Type category name', 'Andika jina la kategoria', NULL, NULL),\n(53141, 'sw', 'db', 'eg: 1', 'kwa mfano: 1', NULL, NULL),\n(53142, 'sw', 'db', 'Size, Color etc', 'Ukubwa, Rangi nk', NULL, NULL),\n(53143, 'sw', 'db', 'Type Coupon Code', 'Chapa Msimbo wa Kuponi', NULL, NULL),\n(53144, 'sw', 'db', 'Type reference number', 'Andika nambari ya kumbukumbu', NULL, NULL),\n(53145, 'sw', 'db', 'Please type customer name or mobile no and select', 'Tafadhali andika jina la mteja au nambari ya simu na uchague', NULL, NULL),\n(53146, 'sw', 'db', 'example : +8801*********,+8801*********', 'mfano : +8801*********+8801*********', NULL, NULL),\n(53147, 'sw', 'db', 'Payment Options', 'Chaguzi za Malipo', NULL, NULL),\n(53148, 'sw', 'db', 'Type table name', 'Andika jina la jedwali', NULL, NULL),\n(53149, 'sw', 'db', 'Enter your Name', 'Ingiza Jina lako', NULL, NULL),\n(53150, 'sw', 'db', 'Type WareHouse Name', 'Andika Jina la Warehouse', NULL, NULL),\n(53151, 'sw', 'db', 'Email Address', 'Anwani ya Barua Pepe', NULL, NULL),\n(53152, 'sw', 'db', 'Disabled input here', 'Ingizo limezimwa hapa', NULL, NULL),\n(53153, 'sw', 'db', 'input-lg', 'pembejeo-lg', NULL, NULL),\n(53154, 'sw', 'db', 'input-sm', 'pembejeo-sm', NULL, NULL),\n(53155, 'sw', 'db', 'input-md', 'pembejeo-md', NULL, NULL),\n(53156, 'sw', 'db', 'Default input', 'Ingizo chaguomsingi', NULL, NULL),\n(53157, 'sw', 'db', 'Type envato purchase code for WooCommerce addon', 'Andika msimbo wa ununuzi wa envato wa nyongeza ya WooCommerce', NULL, NULL),\n(53158, 'sw', 'db', 'Type envato purchase code for eCommerce addon', 'Andika msimbo wa ununuzi wa envato kwa eCommerce addon', NULL, NULL),\n(53159, 'sw', 'db', 'top_margin', 'ukingo_juu', NULL, NULL),\n(53160, 'sw', 'db', 'For SEO', 'Kwa SEO', NULL, NULL),\n(53161, 'sw', 'db', 'Stock Worth', 'Thamani ya Hisa', NULL, NULL),\n(53162, 'sw', 'db', 'Type currency name', 'Andika jina la sarafu', NULL, NULL),\n(53163, 'sw', 'db', 'Type currency code', 'Andika msimbo wa sarafu', NULL, NULL),\n(53164, 'sw', 'db', 'Type exchange rate', 'Andika kiwango cha ubadilishaji', NULL, NULL),\n(53165, 'sw', 'db', 'Only default currency can have 1 as exchange rate. Please change the exchange rate of your default currency', 'Sarafu chaguo-msingi pekee ndiyo inaweza kuwa na 1 kama kiwango cha ubadilishaji. ', NULL, NULL),\n(53166, 'sw', 'db', 'HRM', 'HRM', NULL, NULL),\n(53167, 'sw', 'db', 'Months', 'Miezi', NULL, NULL),\n(53168, 'sw', 'db', 'Years', 'Miaka', NULL, NULL),\n(53169, 'sw', 'db', 'This is topping', 'Hii ni topping', NULL, NULL),\n(53170, 'sw', 'db', 'Check this if the item is a topping or extra or add-on only to be served with a main course', 'Angalia hii ikiwa kipengee ni cha kuongeza au cha ziada au nyongeza ili kuhudumiwa na kozi kuu pekee', NULL, NULL),\n(53171, 'sw', 'db', 'Extras', 'Ziada', NULL, NULL),\n(53172, 'sw', 'db', 'Kitchen', 'Jikoni', NULL, NULL),\n(53173, 'sw', 'db', 'Menu Type', 'Aina ya Menyu', NULL, NULL),\n(53174, 'sw', 'db', 'Credit Card', 'Kadi ya Mkopo', NULL, NULL),\n(53175, 'sw', 'db', 'Pesapal', 'Pesapal', NULL, NULL),\n(53176, 'sw', 'db', 'Scan\/Search product by name\/code', 'Changanua\/Tafuta bidhaa kwa jina\/msimbo', NULL, NULL),\n(53177, 'sw', 'db', 'Service', 'Huduma', NULL, NULL),\n(53178, 'sw', 'db', 'Dine In', 'Kula Ndani', NULL, NULL),\n(53179, 'sw', 'db', 'Take Away', 'Chukua Mbali', NULL, NULL),\n(53180, 'sw', 'db', 'Waiter', 'Mhudumu', NULL, NULL),\n(53181, 'sw', 'db', 'Total Payable', 'Jumla ya Kulipwa', NULL, NULL),\n(53182, 'sw', 'db', 'Total Paying', 'Jumla ya Malipo', NULL, NULL),\n(53183, 'sw', 'db', 'Card Number', 'Nambari ya Kadi', NULL, NULL),\n(53184, 'sw', 'db', 'Card Holder Name', 'Jina la Mwenye Kadi', NULL, NULL),\n(53185, 'sw', 'db', 'Card Type', 'Aina ya Kadi', NULL, NULL),\n(53186, 'sw', 'db', 'Template Name', 'Jina la Kiolezo', NULL, NULL),\n(53187, 'sw', 'db', 'Floor', 'Sakafu', NULL, NULL),\n(53188, 'sw', 'db', 'Enter operation value', 'Weka thamani ya uendeshaji', NULL, NULL),\n(53189, 'sw', 'db', 'We', 'Sisi', NULL, NULL),\n(53190, 'sw', 'db', 'Sorry for the inconvenience. We', 'Pole kwa usumbufu. ', NULL, NULL),\n(53191, 'sw', 'db', 'Sorry! You are not allowed to access this module', 'Pole! ', NULL, NULL),\n(53192, 'sw', 'db', 'Account created successfully', 'Akaunti imeundwa', NULL, NULL),\n(53193, 'sw', 'db', 'Account updated successfully', 'Akaunti imesasishwa', NULL, NULL),\n(53194, 'sw', 'db', 'This feature is disable for demo!', 'Kipengele hiki kimezimwa kwa onyesho!', NULL, NULL),\n(53195, 'sw', 'db', 'Account deleted successfully!', 'Akaunti imefutwa!', NULL, NULL),\n(53196, 'sw', 'db', 'Please make another account default first!', 'Tafadhali fanya akaunti nyingine kuwa chaguomsingi kwanza!', NULL, NULL),\n(53197, 'sw', 'db', 'Woocommerce addon installed successfully!', 'Kiongezeo cha Woocommerce kimesakinishwa!', NULL, NULL),\n(53198, 'sw', 'db', 'Wrong purchase code!', 'Msimbo wa ununuzi usio sahihi!', NULL, NULL),\n(53199, 'sw', 'db', 'eCommerce add-on installed successfully!', 'Programu jalizi ya eCommerce imesakinishwa!', NULL, NULL),\n(53200, 'sw', 'db', 'Data inserted successfully', 'Data imeingizwa kwa mafanikio', NULL, NULL),\n(53201, 'sw', 'db', 'Data updated successfully', 'Data imesasishwa', NULL, NULL),\n(53202, 'sw', 'db', 'Data deleted successfully', 'Data imefutwa', NULL, NULL),\n(53203, 'sw', 'db', 'Attendance created successfully', 'Hudhurio limeundwa', NULL, NULL),\n(53204, 'sw', 'db', 'Please select Attendance Device Date Format and upload a CSV file', 'Tafadhali chagua Umbizo la Tarehe ya Kifaa cha Kuhudhuria na upakie faili ya CSV', NULL, NULL),\n(53205, 'sw', 'db', 'Please upload a CSV file', 'Tafadhali pakia faili ya CSV', NULL, NULL),\n(53206, 'sw', 'db', 'Attendance deleted successfully', 'Hudhurio limefutwa', NULL, NULL),\n(53207, 'sw', 'db', 'Username And Password Are Wrong.', 'Jina la mtumiaji na Nenosiri ni Makosa.', NULL, NULL),\n(53208, 'sw', 'db', 'Invalid username or password', 'Jina la mtumiaji au nenosiri batili', NULL, NULL),\n(53209, 'sw', 'db', 'something_went_wrong', 'kitu_kilienda_baya', NULL, NULL),\n(53210, 'sw', 'db', 'deleted_success', 'deleted_success', NULL, NULL),\n(53211, 'sw', 'db', 'Brand imported successfully', 'Chapa imeingizwa kwa mafanikio', NULL, NULL),\n(53212, 'sw', 'db', 'Brand deleted successfully!', 'Chapa imefutwa!', NULL, NULL),\n(53213, 'sw', 'db', 'Cash register created successfully', 'Sajili ya pesa imeundwa', NULL, NULL),\n(53214, 'sw', 'db', 'Cash register closed successfully', 'Rejesta ya pesa imefungwa', NULL, NULL),\n(53215, 'sw', 'db', 'Category inserted successfully', 'Kategoria imeingizwa kwa mafanikio', NULL, NULL),\n(53216, 'sw', 'db', 'Category updated successfully', 'Kitengo kimesasishwa', NULL, NULL),\n(53217, 'sw', 'db', 'Category imported successfully', 'Aina imeingizwa kwa mafanikio', NULL, NULL),\n(53218, 'sw', 'db', 'Category deleted successfully', 'Kitengo kimefutwa', NULL, NULL),\n(53219, 'sw', 'db', 'Please select at least one packing slip', 'Tafadhali chagua angalau karatasi moja ya kufunga', NULL, NULL),\n(53220, 'sw', 'db', 'Please close previous challan before creating a new one', 'Tafadhali funga challan iliyotangulia kabla ya kuunda mpya', NULL, NULL),\n(53221, 'sw', 'db', 'Challan created successfully', 'Challan ameunda', NULL, NULL),\n(53222, 'sw', 'db', 'Challan finalized successfully', 'Challan alikamilisha kwa ufanisi', NULL, NULL),\n(53223, 'sw', 'db', 'Coupon created successfully', 'Kuponi imeundwa', NULL, NULL),\n(53224, 'sw', 'db', 'Coupon updated successfully', 'Kuponi imesasishwa', NULL, NULL),\n(53225, 'sw', 'db', 'Coupon deleted successfully', 'Kuponi imefutwa', NULL, NULL),\n(53226, 'sw', 'db', 'Courier created successfully', 'Courier imeundwa', NULL, NULL),\n(53227, 'sw', 'db', 'Courier updated successfully', 'Courier imesasishwa', NULL, NULL),\n(53228, 'sw', 'db', 'Courier deleted successfully', 'Courier imefutwa', NULL, NULL),\n(53229, 'sw', 'db', 'Currency created successfully', 'Sarafu imeundwa', NULL, NULL),\n(53230, 'sw', 'db', 'Currency updated successfully', 'Sarafu imesasishwa', NULL, NULL),\n(53231, 'sw', 'db', 'Currency deleted successfully', 'Sarafu imefutwa', NULL, NULL),\n(53232, 'sw', 'db', 'Custom Field created successfully', 'Sehemu Maalum imeundwa', NULL, NULL),\n(53233, 'sw', 'db', 'Custom Field updated successfully', 'Sehemu Maalum imesasishwa', NULL, NULL),\n(53234, 'sw', 'db', 'This feature is disabled for demo!', 'Kipengele hiki kimezimwa kwa onyesho!', NULL, NULL),\n(53235, 'sw', 'db', 'Custom Field not found!', 'Sehemu Maalum haijapatikana!', NULL, NULL),\n(53236, 'sw', 'db', 'Invalid custom field table!', 'Jedwali la uga maalum si sahihi!', NULL, NULL),\n(53237, 'sw', 'db', 'Custom Field deleted successfully!', 'Sehemu Maalum imefutwa!', NULL, NULL),\n(53238, 'sw', 'db', 'Due cleared successfully', 'Malipo yamekamilika', NULL, NULL),\n(53239, 'sw', 'db', 'Customer Group imported successfully', 'Kundi la Wateja limeingizwa kwa mafanikio', NULL, NULL),\n(53240, 'sw', 'db', 'Delivery deleted successfully', 'Uwasilishaji umefutwa', NULL, NULL),\n(53241, 'sw', 'db', 'Department created successfully', 'Idara imeundwa', NULL, NULL),\n(53242, 'sw', 'db', 'Department updated successfully', 'Idara imesasishwa', NULL, NULL),\n(53243, 'sw', 'db', 'Department deleted successfully', 'Idara imefutwa', NULL, NULL),\n(53244, 'sw', 'db', 'Discount created successfully', 'Punguzo limefaulu', NULL, NULL),\n(53245, 'sw', 'db', 'Discount updated successfully', 'Punguzo limesasishwa', NULL, NULL),\n(53246, 'sw', 'db', 'Discount Plan created successfully', 'Mpango wa punguzo umeundwa', NULL, NULL),\n(53247, 'sw', 'db', 'Discount Plan updated successfully', 'Mpango wa punguzo umesasishwa', NULL, NULL),\n(53248, 'sw', 'db', 'Employee updated successfully', 'Mfanyikazi amesasisha', NULL, NULL),\n(53249, 'sw', 'db', 'Employee deleted successfully', 'Mfanyikazi amefutwa', NULL, NULL),\n(53250, 'sw', 'db', 'Expense Category imported successfully', 'Aina ya Gharama imeingizwa kwa mafanikio', NULL, NULL),\n(53251, 'sw', 'db', 'GiftCard updated successfully', 'GiftCard imesasishwa', NULL, NULL),\n(53252, 'sw', 'db', 'Holiday created successfully', 'Likizo imeundwa kwa mafanikio', NULL, NULL),\n(53253, 'sw', 'db', 'Holiday updated successfully', 'Likizo imesasishwa', NULL, NULL),\n(53254, 'sw', 'db', 'Holiday deleted successfully', 'Likizo imefutwa', NULL, NULL),\n(53255, 'sw', 'db', 'language_added', 'Lugha_imeongezwa', NULL, NULL),\n(53256, 'sw', 'db', 'Money transfered successfully', 'Pesa zimehamishwa', NULL, NULL),\n(53257, 'sw', 'db', 'Money transfer updated successfully', 'Uhamisho wa pesa umesasishwa', NULL, NULL),\n(53258, 'sw', 'db', 'Notification send successfully', 'Arifa imetumwa kwa mafanikio', NULL, NULL),\n(53259, 'sw', 'db', 'Packing slip created successfully', 'Hati ya kufunga imeundwa', NULL, NULL),\n(53260, 'sw', 'db', 'Packing Slip deletes successfully', 'Packing Slip imefuta', NULL, NULL),\n(53261, 'sw', 'db', 'Payroll updated succesfully', 'Malipo yamesasishwa kwa mafanikio', NULL, NULL),\n(53262, 'sw', 'db', 'Payroll deleted succesfully', 'Malipo yamefutwa', NULL, NULL),\n(53263, 'sw', 'db', 'This variant has a quantity; you cannot delete it', 'Lahaja hii ina wingi; ', NULL, NULL),\n(53264, 'sw', 'db', 'Failed to update product Please try again', 'Imeshindwa kusasisha bidhaa Tafadhali jaribu tena', NULL, NULL),\n(53265, 'sw', 'db', 'Please upload a valid CSV file', 'Tafadhali pakia faili halali ya CSV', NULL, NULL),\n(53266, 'sw', 'db', 'CSV file is empty or invalid', 'Faili ya CSV ni tupu au ni batili', NULL, NULL),\n(53267, 'sw', 'db', 'CSV file format is incorrect', 'Umbizo la faili ya CSV si sahihi', NULL, NULL),\n(53268, 'sw', 'db', 'Unit code does not exist in the database', 'Msimbo wa kitengo haupo kwenye hifadhidata', NULL, NULL),\n(53269, 'sw', 'db', 'Invalid variant value format', 'Umbizo la thamani la kibadala si sahihi', NULL, NULL),\n(53270, 'sw', 'db', 'Products imported successfully!', 'Bidhaa zilizoletwa kwa mafanikio!', NULL, NULL),\n(53271, 'sw', 'db', 'Please install the ecommerce addon!', 'Tafadhali sakinisha kiongezi cha ecommerce!', NULL, NULL),\n(53272, 'sw', 'db', 'All Products set to in stock successfully!', 'Bidhaa zote zimewekwa dukani kwa mafanikio!', NULL, NULL),\n(53273, 'sw', 'db', 'All Products will be showed to online!', 'Bidhaa zote zitaonyeshwa mtandaoni!', NULL, NULL),\n(53274, 'sw', 'db', 'Product deleted successfully', 'Bidhaa imefutwa', NULL, NULL),\n(53275, 'sw', 'db', 'Duplicate IMEI not allowed!', 'Nakala ya IMEI hairuhusiwi!', NULL, NULL),\n(53276, 'sw', 'db', 'Purchase created successfully', 'Ununuzi umefaulu', NULL, NULL),\n(53277, 'sw', 'db', 'Purchase unit does not exist!', 'Kitengo cha ununuzi hakipo!', NULL, NULL),\n(53278, 'sw', 'db', 'Tax name does not exist!', 'Jina la ushuru halipo!', NULL, NULL),\n(53279, 'sw', 'db', 'Purchase update successfully!', 'Nunua sasisho!', NULL, NULL),\n(53280, 'sw', 'db', 'Purchase updated successfully', 'Ununuzi umesasishwa', NULL, NULL),\n(53281, 'sw', 'db', 'Payment created successfully', 'Malipo yamefaulu', NULL, NULL),\n(53282, 'sw', 'db', 'Payment updated successfully', 'Malipo yalisasishwa', NULL, NULL),\n(53283, 'sw', 'db', 'Payment deleted successfully', 'Malipo yamefutwa', NULL, NULL),\n(53284, 'sw', 'db', 'Purchase deleted successfully', 'Ununuzi umefutwa', NULL, NULL),\n(53285, 'sw', 'db', 'Quotation deleted successfully', 'Nukuu imefutwa', NULL, NULL),\n(53286, 'sw', 'db', 'This reference either does not exist or status not completed!', 'Rejeleo hili aidha halipo au hali haijakamilika!', NULL, NULL),\n(53287, 'sw', 'db', 'This reference no does not exist!', 'Rejea hii hapana haipo!', NULL, NULL),\n(53288, 'sw', 'db', 'Permission updated successfully', 'Ruhusa imesasishwa', NULL, NULL),\n(53289, 'sw', 'db', 'Please setup your SMS API first!', 'Tafadhali sanidi API yako ya SMS kwanza!', NULL, NULL),\n(53290, 'sw', 'db', 'If you have any questions or concerns, please don\\\\', 'Ikiwa una maswali au wasiwasi wowote, tafadhali usi\\\\', NULL, NULL),\n(53291, 'sw', 'db', 'Sales created successfully', 'Mauzo yamefaulu', NULL, NULL),\n(53292, 'sw', 'db', 'Product does not exist!', 'Bidhaa haipo!', NULL, NULL),\n(53293, 'sw', 'db', 'Sale unit does not exist!', 'Sehemu ya mauzo haipo!', NULL, NULL),\n(53294, 'sw', 'db', 'Database cleared successfully', 'Hifadhidata imefutwa', NULL, NULL),\n(53295, 'sw', 'db', 'Reward point setting updated successfully', 'Mipangilio ya pointi za zawadi imesasishwa', NULL, NULL),\n(53296, 'sw', 'db', 'SMS sent successfully', 'SMS imetumwa kwa mafanikio', NULL, NULL),\n(53297, 'sw', 'db', 'Payment options must be unique', 'Chaguo za malipo lazima ziwe za kipekee', NULL, NULL),\n(53298, 'sw', 'db', 'POS setting updated successfully', 'Mipangilio ya POS imesasishwa', NULL, NULL),\n(53299, 'sw', 'db', 'Stock Count created successfully! Please download the initial file to complete it', 'Hesabu ya Hisa imeundwa! ', NULL, NULL),\n(53300, 'sw', 'db', 'No product found!', 'Hakuna bidhaa iliyopatikana!', NULL, NULL),\n(53301, 'sw', 'db', 'Stock Count finalized successfully!', 'Hesabu ya Hisa imekamilika!', NULL, NULL),\n(53302, 'sw', 'db', 'Table created successfully', 'Jedwali limeundwa kwa mafanikio', NULL, NULL),\n(53303, 'sw', 'db', 'Table updated successfully', 'Jedwali limesasishwa', NULL, NULL),\n(53304, 'sw', 'db', 'Table deleted successfully', 'Jedwali limefutwa', NULL, NULL),\n(53305, 'sw', 'db', 'Tax imported successfully', 'Kodi imeingizwa kwa mafanikio', NULL, NULL),\n(53306, 'sw', 'db', 'Transfer imported successfully', 'Uhamisho umefaulu', NULL, NULL),\n(53307, 'sw', 'db', 'Transfer updated successfully', 'Uhamisho umesasishwa', NULL, NULL),\n(53308, 'sw', 'db', 'Transfer deleted successfully', 'Uhamisho umefutwa', NULL, NULL),\n(53309, 'sw', 'db', 'Unit imported successfully', 'Kitengo kiliingizwa kwa mafanikio', NULL, NULL),\n(53310, 'sw', 'db', 'Data updated successfullly', 'Data imesasishwa kwa mafanikio', NULL, NULL),\n(53311, 'sw', 'db', 'Please Confirm your new password', 'Tafadhali Thibitisha nenosiri lako jipya', NULL, NULL),\n(53312, 'sw', 'db', 'Current Password does not match', 'Nenosiri la Sasa halilingani', NULL, NULL),\n(53313, 'sw', 'db', 'Data deleted successfullly', 'Data imefutwa kwa mafanikio', NULL, NULL),\n(53314, 'sw', 'db', 'Warehouse imported successfully', 'Ghala limeingizwa kwa mafanikio', NULL, NULL),\n(53315, 'sw', 'db', 'Packing Slip to manage orders\/sales', 'Packing Slip ili kudhibiti maagizo\/mauzo', NULL, NULL),\n(53316, 'sw', 'db', 'Font', 'Fonti', NULL, NULL),\n(53317, 'sw', 'db', 'Allow customers to order', 'Ruhusu wateja kuagiza', NULL, NULL),\n(53318, 'sw', 'db', 'Place Order', 'Weka Agizo', NULL, NULL),\n(53319, 'sw', 'db', 'Zip \/ Postal Code', 'Msimbo wa posta \/ posta', NULL, NULL),\n(53320, 'sw', 'db', 'Add Point', 'Ongeza Pointi', NULL, NULL),\n(53321, 'sw', 'db', 'Invoice Settings', 'Mipangilio ya ankara', NULL, NULL),\n(53322, 'sw', 'db', 'Invoice Type', 'Aina ya ankara', NULL, NULL),\n(53323, 'sw', 'db', 'Numbering Type', 'Aina ya Nambari', NULL, NULL),\n(53324, 'sw', 'db', 'Start Number', 'Nambari ya Kuanza', NULL, NULL),\n(53325, 'sw', 'db', 'Header Text', 'Maandishi ya Kichwa', NULL, NULL),\n(53326, 'sw', 'db', 'Footer Text', 'Maandishi ya Kijachini', NULL, NULL),\n(53327, 'sw', 'db', 'Company Logo', 'Nembo ya Kampuni', NULL, NULL),\n(53328, 'sw', 'db', 'Logo Height', 'Urefu wa Nembo', NULL, NULL),\n(53329, 'sw', 'db', 'Logo Width', 'Upana wa Nembo', NULL, NULL),\n(53330, 'sw', 'db', 'Primary Color', 'Rangi ya Msingi', NULL, NULL),\n(53331, 'sw', 'db', 'Invoice Date Format', 'Umbizo la Tarehe ya ankara', NULL, NULL),\n(53332, 'sw', 'db', 'Show Barcode', 'Onyesha Msimbo Pau', NULL, NULL),\n(53333, 'sw', 'db', 'Show QR Code', 'Onyesha Msimbo wa QR', NULL, NULL),\n(53334, 'sw', 'db', 'Show Description(Only 58mm,80mm]', 'Onyesha Maelezo(58mm,80mm pekee)', NULL, NULL),\n(53335, 'sw', 'db', 'Show In Words', 'Onyesha kwa Maneno', NULL, NULL),\n(53336, 'sw', 'db', 'Active Primary Color', 'Rangi ya Msingi Inayotumika', NULL, NULL),\n(53337, 'sw', 'db', 'Show Warehouse Info', 'Onyesha Maelezo ya Ghala', NULL, NULL),\n(53338, 'sw', 'db', 'Show Bill TO Info', 'Onyesha Bili KWA Maelezo', NULL, NULL),\n(53339, 'sw', 'db', 'Received By Info', 'Imepokelewa na Maelezo', NULL, NULL),\n(53340, 'sw', 'db', 'Show Footer Text', 'Onyesha Maandishi ya Kijachini', NULL, NULL),\n(53341, 'sw', 'db', 'Show Payment Note', 'Onyesha Dokezo la Malipo', NULL, NULL),\n(53342, 'sw', 'db', 'Show Reference No', 'Onyesha Marejeleo No', NULL, NULL),\n(53343, 'sw', 'db', 'Active Date Format', 'Umbizo la Tarehe Inayotumika', NULL, NULL),\n(53344, 'sw', 'db', 'Invoice Generate Setting', 'Mipangilio ya Tengeneza ankara', NULL, NULL),\n(53345, 'sw', 'db', 'Active Logo Height Width', 'Upana wa Urefu wa Nembo Inayotumika', NULL, NULL),\n(53346, 'sw', 'db', 'Add New Invoice Setting', 'Ongeza Mipangilio Mpya ya Ankara', NULL, NULL),\n(53347, 'sw', 'db', 'Edit Invoice Setting', 'Badilisha Mipangilio ya Ankara', NULL, NULL),\n(53348, 'sw', 'db', 'Size', 'Ukubwa', NULL, NULL),\n(53349, 'sw', 'db', 'Is Default', 'Ni Chaguomsingi', NULL, NULL),\n(53350, 'sw', 'db', 'Set Default', 'Weka Chaguomsingi', NULL, NULL),\n(53351, 'sw', 'db', 'Date Wise', 'Tarehe Hekima', NULL, NULL),\n(53352, 'sw', 'db', 'Random', 'Nasibu', NULL, NULL),\n(53353, 'sw', 'db', 'Sequential', 'Mfuatano', NULL, NULL),\n(53354, 'sw', 'db', 'Date Range', 'Masafa ya Tarehe', NULL, NULL),\n(53355, 'sw', 'db', 'Invoice Create\/Edit\/Delete', 'Ankara Unda\/Hariri\/Futa', NULL, NULL),\n(53356, 'sw', 'db', 'Served By', 'Inahudumiwa Na', NULL, NULL),\n(53357, 'sw', 'db', 'Available Quantity', 'Kiasi Inayopatikana', NULL, NULL),\n(53358, 'sw', 'db', 'Hide Total Due', 'Ficha Jumla ya Malipo', NULL, NULL),\n(53359, 'sw', 'db', 'Filter Purchases', 'Chuja Ununuzi', NULL, NULL),\n(53360, 'sw', 'db', 'Type purchase code', 'Andika msimbo wa ununuzi', NULL, NULL),\n(53361, 'sw', 'db', 'Scan the QR code to pay', 'Changanua msimbo wa QR ili kulipa', NULL, NULL),\n(53362, 'sw', 'db', 'Upload payment proof', 'Pakia uthibitisho wa malipo', NULL, NULL),\n(53363, 'sw', 'db', 'Change Currency', 'Badilisha Sarafu', NULL, NULL),\n(53364, 'sw', 'db', 'Your Rating', 'Ukadiriaji wako', NULL, NULL),\n(53365, 'sw', 'db', 'Your Review', 'Uhakiki Wako', NULL, NULL),\n(53366, 'sw', 'db', 'Add Review', 'Ongeza Ukaguzi', NULL, NULL),\n(53367, 'sw', 'db', 'Rating', 'Ukadiriaji', NULL, NULL),\n(53368, 'sw', 'db', 'Review', 'Kagua', NULL, NULL),\n(53369, 'sw', 'db', 'No reviews yet', 'Bado hakuna hakiki', NULL, NULL),\n(53370, 'sw', 'db', 'You already review this product', 'Tayari unakagua bidhaa hii', NULL, NULL),\n(53371, 'sw', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', 'Huna ruhusa ya kukagua bidhaa hii. ', NULL, NULL),\n(53372, 'sw', 'db', 'You must be logged in to write a review', 'Lazima uwe umeingia ili kuandika ukaguzi', NULL, NULL),\n(53373, 'sw', 'db', 'Login', 'Ingia', NULL, NULL),\n(53374, 'sw', 'db', 'Product', 'Bidhaa', NULL, NULL),\n(53375, 'sw', 'db', 'Select Recipe', 'Chagua Kichocheo', NULL, NULL),\n(53376, 'sw', 'db', 'Total Qty', 'Jumla ya Qty', NULL, NULL),\n(53377, 'sw', 'db', 'Wastage Percent', 'Asilimia ya Upotevu', NULL, NULL),\n(53378, 'sw', 'db', 'Final Quantity', 'Kiasi cha Mwisho', NULL, NULL),\n(53379, 'sw', 'db', 'Unit Price', 'Bei ya Kitengo', NULL, NULL),\n(53380, 'sw', 'db', 'Sub total', 'Jumla ndogo', NULL, NULL),\n(53381, 'sw', 'db', 'Production Cost', 'Gharama ya Uzalishaji', NULL, NULL),\n(53382, 'sw', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', 'Ikiwa una maswali au wasiwasi wowote, tafadhali usisite kuwasiliana nasi Tuko hapa kukusaidia!', NULL, NULL),\n(53383, 'sw', 'db', 'Product with', 'Bidhaa na', NULL, NULL),\n(53384, 'sw', 'db', 'Loading products for selected warehouse', 'Inapakia bidhaa kwa ghala iliyochaguliwa', NULL, NULL),\n(53385, 'sw', 'db', 'Show Paid Info', 'Onyesha Maelezo ya Malipo', NULL, NULL),\n(53386, 'sw', 'db', 'Show Amount In Words', 'Onyesha Kiasi Katika Maneno', NULL, NULL),\n(53387, 'sw', 'db', 'Show Bill To Info', 'Onyesha Maelezo ya \\'Bill To\\'', NULL, NULL),\n(53388, 'sw', 'db', 'Auto Generate Numbering Type', 'Tengeneza Nambari ya Ankara Kiotomatiki', NULL, NULL),\n(53389, 'sw', 'db', 'Show Description', 'Onyesha Maelezo', NULL, NULL),\n(53390, 'sw', 'db', 'Profit Margin', 'Kiasi cha faida', NULL, NULL),\n(53391, 'sw', 'db', 'show Products Details in Purchase List', 'Onyesha bidhaa katika orodha ya ununuzi', NULL, NULL),\n(53392, 'sw', 'db', 'show Products Details in Sales List', 'Onyesha bidhaa kwenye orodha ya mauzo', NULL, NULL),\n(53393, 'sw', 'db', 'Default Profit Margin Value', 'Kiwango chaguomsingi cha faida (%)', NULL, NULL),\n(53394, 'sw', 'db', 'show', 'Onyesha', NULL, NULL),\n(53395, 'sw', 'db', 'hide', 'Ficha', NULL, NULL),\n(53396, 'sw', 'db', 'expired', 'Muda wake umeisha', NULL, NULL),\n(53397, 'sw', 'db', 'add_recipes', 'Ongeza Mapishi', NULL, NULL),\n(53398, 'sw', 'db', 'Recipe', 'Kichocheo', NULL, NULL),\n(53399, 'sw', 'db', 'add_recipe', 'Ongeza Kichocheo', NULL, NULL),\n(53400, 'sw', 'db', 'Wastage percent', 'Asilimia ya upotevu', NULL, NULL),\n(53401, 'sw', 'db', 'add_Ingredient', 'Ongeza Kiungo', NULL, NULL),\n(53402, 'sw', 'db', 'Ingredient List', 'Orodha ya viungo', NULL, NULL),\n(53403, 'sw', 'db', 'Customer Name', 'Jina la Mteja', NULL, NULL),\n(53404, 'sw', 'db', 'Review', 'Kagua', NULL, NULL),\n(53405, 'sw', 'db', 'Confirmation', 'Uthibitisho', NULL, NULL),\n(53406, 'sw', 'db', 'Your Rating', 'Ukadiriaji wako', NULL, NULL),\n(53407, 'sw', 'db', 'Your Review', 'Uhakiki Wako', NULL, NULL),\n(53408, 'sw', 'db', 'Add Review', 'Ongeza Ukaguzi', NULL, NULL),\n(53409, 'sw', 'db', 'Rating', 'Ukadiriaji', NULL, NULL),\n(53410, 'sw', 'db', 'Review', 'Kagua', NULL, NULL),\n(53411, 'sw', 'db', 'No reviews yet', 'Bado hakuna hakiki', NULL, NULL),\n(53412, 'sw', 'db', 'You already reviewed this product', 'Tayari umekagua bidhaa hii', NULL, NULL),\n(53413, 'sw', 'db', 'You must buy it to leave a review', 'Lazima ununue ili kuacha ukaguzi', NULL, NULL),\n(53414, 'sw', 'db', 'Edit Recipe', 'Hariri Kichocheo', NULL, NULL),\n(53415, 'sw', 'db', 'add_production', 'Ongeza Uzalishaji', NULL, NULL),\n(53416, 'sw', 'db', 'Adjustment Quantity', 'Kiasi cha Marekebisho', NULL, NULL),\n(53417, 'sw', 'db', 'Adjust Quantity', 'Rekebisha Kiasi', NULL, NULL),\n(53418, 'sw', 'db', 'You must close your cash register before logout', 'Lazima ufunge rejista yako ya pesa kabla ya kuondoka', NULL, NULL),\n(53419, 'sw', 'db', 'Amount exceeds available balance', 'Kiasi kinazidi salio linalopatikana', NULL, NULL),\n(53420, 'sw', 'db', 'View Points', 'Angalia Pointi', NULL, NULL),\n(53421, 'sw', 'db', 'Cash Register', 'Daftari la Fedha', NULL, NULL),\n(53422, 'sw', 'db', 'Closing Balance', 'Kufunga Mizani', NULL, NULL),\n(53423, 'sw', 'db', 'Actual Cash', 'Fedha Halisi', NULL, NULL),\n(53424, 'sw', 'db', 'Add Invoice Setting', 'Ongeza Mpangilio wa ankara', NULL, NULL),\n(53425, 'sw', 'db', 'Receipt Printers', 'Risiti Printers', NULL, NULL),\n(53426, 'sw', 'db', 'Receipt Printer Type', 'Aina ya Kichapishi cha Risiti', NULL, NULL),\n(53427, 'sw', 'db', 'Default', 'Chaguomsingi', NULL, NULL),\n(53428, 'sw', 'db', 'Simple', 'Rahisi', NULL, NULL),\n(53429, 'sw', 'db', 'Star SP2000 Series', 'Mfululizo wa Star SP2000', NULL, NULL),\n(53430, 'sw', 'db', 'EPOS TEP200M Series', 'Mfululizo wa EPOS TEP200M', NULL, NULL),\n(53431, 'sw', 'db', 'Epson TM-U220', 'Epson TM-U220', NULL, NULL),\n(53432, 'sw', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(53433, 'sw', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(53434, 'sw', 'db', 'Add Printer', 'Ongeza Printer', NULL, NULL),\n(53435, 'sw', 'db', 'Printer Name', 'Jina la Kichapishi', NULL, NULL),\n(53436, 'sw', 'db', 'Connection Type', 'Aina ya Muunganisho', NULL, NULL),\n(53437, 'sw', 'db', 'Capability Profile', 'Wasifu wa Uwezo', NULL, NULL),\n(53438, 'sw', 'db', 'Characters per line', 'Wahusika kwa kila mstari', NULL, NULL),\n(53439, 'sw', 'db', 'IP Address', 'Anwani ya IP', NULL, NULL),\n(53440, 'sw', 'db', 'Port', 'Bandari', NULL, NULL),\n(53441, 'sw', 'db', 'Path', 'Njia', NULL, NULL),\n(53442, 'sw', 'db', 'Maximum characters printable per line', 'Upeo wa herufi zinazoweza kuchapishwa kwa kila mstari', NULL, NULL),\n(53443, 'sw', 'db', 'Printer IP address', 'Anwani ya IP ya kichapishi', NULL, NULL),\n(53444, 'sw', 'db', 'Most printers use port 9100', 'Printa nyingi hutumia bandari 9100', NULL, NULL),\n(53445, 'sw', 'db', 'Device files are typically', 'Faili za kifaa ni kawaida', NULL, NULL),\n(53446, 'sw', 'db', 'Windows connection type', 'Aina ya uunganisho wa Windows', NULL, NULL),\n(53447, 'sw', 'db', 'Linux connection type', 'Aina ya uunganisho wa Linux', NULL, NULL),\n(53448, 'sw', 'db', 'Receipt Printers', 'Risiti Printers', NULL, NULL),\n(53449, 'sw', 'db', 'Warranty', 'Udhamini', NULL, NULL),\n(53450, 'sw', 'db', 'Will Expire', 'Itaisha Muda wake', NULL, NULL),\n(53451, 'sw', 'db', 'This warehouse already has a printer assigned', 'Ghala hili tayari lina printa iliyokabidhiwa', NULL, NULL),\n(53452, 'sw', 'db', 'The receipt has been successfully printed', 'Risiti imechapishwa', NULL, NULL),\n(53453, 'sw', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', 'Printa tofauti zinaunga mkono amri tofauti na kurasa za msimbo. ', NULL, NULL),\n(53454, 'sw', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', 'Unapokabidhi kichapishi cha risiti kwa ghala hili, uchapishaji wa kivinjari utazimwa. ', NULL, NULL),\n(53455, 'sw', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', 'Tafadhali chagua kiolezo cha 58mm au 80mm kama chaguo-msingi katika Mipangilio ya Ankara', NULL, NULL),\n(53456, 'sw', 'db', 'Customer Display Screen', 'Skrini ya Kuonyesha Wateja', NULL, NULL),\n(53457, 'sw', 'db', 'Change Return', 'Badilisha Kurudi', NULL, NULL),\n(53458, 'sw', 'db', 'This is a test mail to confirm your SMTP settings are working.', 'Hii ni barua ya majaribio ili kuthibitisha kwamba mipangilio yako ya SMTP inafanya kazi.', NULL, NULL),\n(53459, 'sw', 'db', 'Test Mail', 'Barua ya Mtihani', NULL, NULL),\n(53460, 'sw', 'db', 'data_updated_mail_sent', 'Data imesasishwa. ', NULL, NULL),\n(53461, 'sw', 'db', 'data_updated_mail_fail', 'Data imesasishwa, lakini barua ya majaribio haikufaulu:', NULL, NULL),\n(53462, 'sw', 'db', 'Credit Limit', 'Ukomo wa Mikopo', NULL, NULL),\n(53463, 'sw', 'db', 'Credit limit exceeded! Customer credit limit:', 'Kikomo cha mkopo kimepitwa! ', NULL, NULL),\n(53464, 'sw', 'db', 'Credit Sale', 'Uuzaji wa Mikopo', NULL, NULL),\n(53465, 'sw', 'db', 'Initial Deposit', 'Amana ya Awali', NULL, NULL),\n(53466, 'sw', 'db', 'Opening balance', 'Kufungua usawa', NULL, NULL),\n(53467, 'sw', 'db', 'WhatsApp Number', 'Nambari ya WhatsApp', NULL, NULL),\n(53468, 'sw', 'db', 'create_ticket', 'Tengeneza Tiketi', NULL, NULL),\n(53469, 'sw', 'db', 'subject', 'Somo', NULL, NULL),\n(53470, 'sw', 'db', 'tenant', 'Mpangaji', NULL, NULL),\n(53471, 'sw', 'db', 'no_subject', 'Hakuna Mada', NULL, NULL),\n(53472, 'sw', 'db', 'confirm_delete_ticket', 'Je, una uhakika unataka kufuta tikiti hii?', NULL, NULL),\n(53473, 'sw', 'db', 'add_ticket', 'Ongeza Tikiti', NULL, NULL),\n(53474, 'sw', 'db', 'ticket_created', 'Tikiti imeundwa', NULL, NULL),\n(53475, 'sw', 'db', 'ticket_deleted', 'Tikiti imefutwa', NULL, NULL),\n(53476, 'sw', 'db', 'insert_upload_text', 'Tafadhali weka viungo vyako vya picha\/video kwenye kisanduku cha maandishi hapo juu, kwa kupakia kwenye', NULL, NULL),\n(53477, 'sw', 'db', 'reply_sent', 'Jibu limetumwa kwa mafanikio', NULL, NULL),\n(53478, 'sw', 'db', 'disable_tenant_support_tickets', 'Zima tikiti za usaidizi wa mpangaji', NULL, NULL),\n(53479, 'sw', 'db', 'symbol', 'Alama', NULL, NULL),\n(53480, 'sw', 'db', 'print_invoice', 'Chapisha ankara', NULL, NULL),\n(53481, 'sw', 'db', 'create_ticket', 'Tengeneza Tiketi', NULL, NULL),\n(53482, 'sw', 'db', 'subject', 'Somo', NULL, NULL),\n(53483, 'sw', 'db', 'tenant', 'Mpangaji', NULL, NULL),\n(53484, 'sw', 'db', 'no_subject', 'Hakuna Mada', NULL, NULL),\n(53485, 'sw', 'db', 'add_ticket', 'Ongeza Tikiti', NULL, NULL),\n(53486, 'sw', 'db', 'confirm_delete_ticket', 'Je, una uhakika unataka kufuta tikiti hii?', NULL, NULL),\n(53487, 'sw', 'db', 'ticket_created', 'Tikiti imeundwa', NULL, NULL),\n(53488, 'sw', 'db', 'ticket_deleted', 'Tikiti imefutwa', NULL, NULL),\n(53489, 'sw', 'db', 'insert_upload_text', 'Tafadhali weka viungo vyako vya picha\/video kwenye kisanduku cha maandishi hapo juu, kwa kupakia kwenye', NULL, NULL),\n(53490, 'sw', 'db', 'reply_sent', 'Jibu limetumwa kwa mafanikio', NULL, NULL),\n(53491, 'sw', 'db', 'Return Discount', 'Rejesha Punguzo', NULL, NULL),\n(53492, 'sw', 'db', 'Activity Log', 'Kumbukumbu ya Shughuli', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(53493, 'sw', 'db', 'Item Description', 'Maelezo ya Kipengee', NULL, NULL),\n(53494, 'sw', 'db', 'Cart Product Update', 'Usasishaji wa Bidhaa ya Mkokoteni', NULL, NULL),\n(53495, 'sw', 'db', 'Handle Discount', 'Kushughulikia Punguzo', NULL, NULL),\n(53496, 'sw', 'db', 'Account Selection', 'Uteuzi wa Akaunti', NULL, NULL),\n(53497, 'sw', 'db', 'Installment Plan', 'Mpango wa Ufungaji', NULL, NULL),\n(53498, 'sw', 'db', 'Enable Installment Plan', 'Washa Mpango wa Ufungaji', NULL, NULL),\n(53499, 'sw', 'db', 'Installment', 'Ufungaji', NULL, NULL),\n(53500, 'sw', 'db', 'Plan Name', 'Jina la Mpango', NULL, NULL),\n(53501, 'sw', 'db', 'Total Amount', 'Jumla ya Kiasi', NULL, NULL),\n(53502, 'sw', 'db', 'Additional Amount', 'Kiasi cha Ziada', NULL, NULL),\n(53503, 'sw', 'db', 'Down Payment', 'Malipo ya Chini', NULL, NULL),\n(53504, 'sw', 'db', 'Disable registration', 'Zima usajili', NULL, NULL),\n(53505, 'sw', 'db', 'Disable password reset', 'Zima kuweka upya nenosiri', NULL, NULL),\n(53506, 'sw', 'db', 'Font CSS', 'Fonti CSS', NULL, NULL),\n(53507, 'sw', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS kwa kurasa za mwandishi (kuingia\/kujiandikisha\/kusahau nenosiri\/uthibitishaji)', NULL, NULL),\n(53508, 'sw', 'db', 'POS page CSS', 'Ukurasa wa POS CSS', NULL, NULL),\n(53509, 'sw', 'db', 'Custom CSS\/Styles', 'CSS\/Mitindo Maalum', NULL, NULL),\n(53510, 'sw', 'db', 'Sidebar', 'Upau wa kando', NULL, NULL),\n(53511, 'sw', 'db', 'Exports', 'Mauzo nje', NULL, NULL),\n(53512, 'sw', 'db', 'Cart Product Update', 'Usasishaji wa Bidhaa ya Mkokoteni', NULL, NULL),\n(53513, 'sw', 'db', 'Handle Discount', 'Kushughulikia Punguzo', NULL, NULL),\n(53514, 'sw', 'db', 'Product Export', 'Usafirishaji wa Bidhaa', NULL, NULL),\n(53515, 'sw', 'db', 'Purchase Export', 'Nunua Usafirishaji', NULL, NULL),\n(53516, 'sw', 'db', 'Sale Export', 'Sale Export', NULL, NULL),\n(53517, 'sw', 'db', 'Customer Export', 'Usafirishaji wa Wateja', NULL, NULL),\n(53518, 'sw', 'db', 'Account Selection', 'Uteuzi wa Akaunti', NULL, NULL),\n(53519, 'sw', 'db', 'Change Sale Date', 'Badilisha Tarehe ya Uuzaji', NULL, NULL),\n(53520, 'sw', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(53521, 'sw', 'db', 'message_templates', 'Violezo vya Ujumbe', NULL, NULL),\n(53522, 'sw', 'db', 'send_message', 'Tuma Ujumbe', NULL, NULL),\n(53523, 'sw', 'db', 'permanent_access_token', 'Tokeni ya Ufikiaji wa Kudumu', NULL, NULL),\n(53524, 'sw', 'db', 'whatsapp_settings', 'Mipangilio ya WhatsApp', NULL, NULL),\n(53525, 'sw', 'db', 'phone_number_id', 'Kitambulisho cha Nambari ya Simu', NULL, NULL),\n(53526, 'sw', 'db', 'business_account_id', 'Kitambulisho cha Akaunti ya Biashara', NULL, NULL),\n(53527, 'sw', 'db', 'api_token', 'Tokeni ya API', NULL, NULL),\n(53528, 'sw', 'db', 'receipt', 'Risiti', NULL, NULL),\n(53529, 'sw', 'db', 'message_types', 'Aina za Ujumbe', NULL, NULL),\n(53530, 'sw', 'db', 'no_template_type_message', 'Hutumii kiolezo, charaza ujumbe wako hapa chini', NULL, NULL),\n(53531, 'sw', 'db', 'message_sent_successfully', 'Ujumbe umetumwa kwa mafanikio', NULL, NULL),\n(53532, 'sw', 'db', 'fail_sent_message', 'Imeshindwa kutuma ujumbe', NULL, NULL),\n(53533, 'sw', 'db', 'whatsapp_credentials_missing', 'Kitambulisho cha WhatsApp hakipo', NULL, NULL),\n(53534, 'sw', 'db', 'failed_upload_media_whatsApp', 'Imeshindwa kupakia maudhui kwenye WhatsApp', NULL, NULL),\n(53535, 'sw', 'db', 'media_id_not_returned_from_WhatsApp', 'Kitambulisho cha media hakijarejeshwa kutoka kwa upakiaji wa WhatsApp', NULL, NULL),\n(53536, 'sw', 'db', 'sending_not_enabled', 'Utumaji haujawezeshwa', NULL, NULL),\n(53537, 'sw', 'db', 'failed_to_fetch_templates', 'Imeshindwa kuleta violezo', NULL, NULL),\n(53538, 'sw', 'db', 'manage_template', 'Dhibiti Kiolezo', NULL, NULL),\n(53539, 'sw', 'db', 'send_whatsapp_message', 'Tuma Ujumbe wa Whatsapp', NULL, NULL),\n(53540, 'sw', 'db', 'type_your_message', 'Andika Ujumbe Wako', NULL, NULL),\n(53541, 'sw', 'db', 'delete_confirmation', 'Je, una uhakika unataka kufuta?', NULL, NULL),\n(53542, 'sw', 'db', 'template_deleted_successfully', 'Kiolezo kimefutwa', NULL, NULL),\n(53543, 'sw', 'db', 'failed_delete_template', 'Imeshindwa kufuta kiolezo', NULL, NULL),\n(53544, 'sw', 'db', 'receiver', 'Mpokeaji', NULL, NULL),\n(53545, 'sw', 'db', 'template', 'Kiolezo', NULL, NULL),\n(53546, 'sw', 'db', 'message', 'Ujumbe', NULL, NULL),\n(53547, 'sw', 'db', 'attachment', 'Kiambatisho', NULL, NULL),\n(53548, 'sw', 'db', 'image', 'Picha', NULL, NULL),\n(53549, 'sw', 'db', 'document', 'Hati', NULL, NULL),\n(53550, 'sw', 'db', 'Add Designation', 'Ongeza Uteuzi', NULL, NULL),\n(53551, 'sw', 'db', 'Add Leave', 'Ongeza Kuondoka', NULL, NULL),\n(53552, 'sw', 'db', 'Add Overtime', 'Ongeza Muda wa ziada', NULL, NULL),\n(53553, 'sw', 'db', 'Add Sale Agent', 'Ongeza Wakala wa Uuzaji', NULL, NULL),\n(53554, 'sw', 'db', 'Add Shift', 'Ongeza Shift', NULL, NULL),\n(53555, 'sw', 'db', 'Basic Salary', 'Mshahara wa Msingi', NULL, NULL),\n(53556, 'sw', 'db', 'Commission', 'Tume', NULL, NULL),\n(53557, 'sw', 'db', 'Commission Percent', 'Asilimia ya Tume', NULL, NULL),\n(53558, 'sw', 'db', 'Deselect All', 'Usichague Zote', NULL, NULL),\n(53559, 'sw', 'db', 'End Date', 'Tarehe ya Mwisho', NULL, NULL),\n(53560, 'sw', 'db', 'End Time', 'Wakati wa Mwisho', NULL, NULL),\n(53561, 'sw', 'db', 'Expenses', 'Gharama', NULL, NULL),\n(53562, 'sw', 'db', 'Filter', 'Chuja', NULL, NULL),\n(53563, 'sw', 'db', 'Generate Payroll', 'Tengeneza Malipo', NULL, NULL),\n(53564, 'sw', 'db', 'Grace In (min)', 'Neema Katika (dak)', NULL, NULL),\n(53565, 'sw', 'db', 'Grace Out', 'Neema Nje', NULL, NULL),\n(53566, 'sw', 'db', 'HRM Panel', 'Jopo la HRM', NULL, NULL),\n(53567, 'sw', 'db', 'Import CSV', 'Ingiza CSV', NULL, NULL),\n(53568, 'sw', 'db', 'Is Sale Agent?', 'Je, Wakala wa Uuzaji?', NULL, NULL),\n(53569, 'sw', 'db', 'Leave Type', 'Acha Aina', NULL, NULL),\n(53570, 'sw', 'db', 'Leaves', 'Majani', NULL, NULL),\n(53571, 'sw', 'db', 'Month', 'Mwezi', NULL, NULL),\n(53572, 'sw', 'db', 'Overtime', 'Muda wa ziada', NULL, NULL),\n(53573, 'sw', 'db', 'Payroll cannot be deleted if status is final', 'Malipo hayawezi kufutwa ikiwa hali ni ya mwisho', NULL, NULL),\n(53574, 'sw', 'db', 'Payroll for', 'Malipo kwa', NULL, NULL),\n(53575, 'sw', 'db', 'Payroll Group Name', 'Jina la Kikundi cha Mishahara', NULL, NULL),\n(53576, 'sw', 'db', 'Recurring', 'Inarudiwa', NULL, NULL),\n(53577, 'sw', 'db', 'Region', 'Mkoa', NULL, NULL),\n(53578, 'sw', 'db', 'Salary', 'Mshahara', NULL, NULL),\n(53579, 'sw', 'db', 'Sale Agents', 'Mawakala wa Uuzaji', NULL, NULL),\n(53580, 'sw', 'db', 'Sales Target', 'Lengo la mauzo', NULL, NULL),\n(53581, 'sw', 'db', 'Select All', 'Chagua Zote', NULL, NULL),\n(53582, 'sw', 'db', 'Select Department', 'Idara iliyochaguliwa', NULL, NULL),\n(53583, 'sw', 'db', 'Select Designation', 'Chagua Uteuzi', NULL, NULL),\n(53584, 'sw', 'db', 'Select Shift', 'Chagua Shift', NULL, NULL),\n(53585, 'sw', 'db', 'Select Status', 'Chagua Hali', NULL, NULL),\n(53586, 'sw', 'db', 'Shift', 'Shift', NULL, NULL),\n(53587, 'sw', 'db', 'Start Date', 'Tarehe ya Kuanza', NULL, NULL),\n(53588, 'sw', 'db', 'Start Time', 'Wakati wa Kuanza', NULL, NULL),\n(53589, 'sw', 'db', 'invoice_to_hatsapp', 'Ankara kwa Whatsapp', NULL, NULL),\n(53590, 'sw', 'db', 'Submit All Payrolls', 'Peana Malipo Yote', NULL, NULL),\n(53591, 'sw', 'db', 'Submit Payrolls', 'Peana Malipo', NULL, NULL),\n(53592, 'sw', 'db', 'Total Sales Amount From', 'Jumla ya Kiasi cha Mauzo Kutoka', NULL, NULL),\n(53593, 'sw', 'db', 'Total Sales Amount To', 'Jumla ya Kiasi cha Mauzo', NULL, NULL),\n(53594, 'sw', 'db', 'Update Overtime', 'Sasisha Muda wa ziada', NULL, NULL),\n(53595, 'sw', 'db', 'Work Duration', 'Muda wa Kazi', NULL, NULL),\n(53596, 'sw', 'db', 'Grace Out (min)', 'Grace Out (dakika)', NULL, NULL),\n(53597, 'sw', 'db', 'Annual Quota', 'Kiwango cha Mwaka', NULL, NULL),\n(53598, 'sw', 'db', 'paid_or_unpaid', 'Imelipwa au Haijalipwa', NULL, NULL),\n(53599, 'sw', 'db', 'final', 'Mwisho', NULL, NULL),\n(53600, 'sw', 'db', 'HRM - Generate Payroll', 'HRM - Tengeneza Malipo', NULL, NULL),\n(53601, 'sw', 'db', 'employee_id', 'Kitambulisho cha Mfanyakazi', NULL, NULL),\n(53602, 'sw', 'db', 'Please select', 'Tafadhali chagua', NULL, NULL),\n(53603, 'sw', 'db', 'Redeem Points Settings', 'Tumia Mipangilio ya Alama', NULL, NULL),\n(53604, 'sw', 'db', 'Redeem amount per unit point', 'Komboa kiasi kwa kila pointi', NULL, NULL),\n(53605, 'sw', 'db', 'Maximum redeem point per order', 'Kiwango cha juu zaidi cha kukomboa kwa kila agizo', NULL, NULL),\n(53606, 'sw', 'db', 'Minimum order total to redeem points', 'Kiwango cha chini cha jumla cha agizo ili kukomboa pointi', NULL, NULL),\n(53607, 'sw', 'db', 'Minimum redeem point', 'Kiwango cha chini cha kukomboa', NULL, NULL),\n(53608, 'sw', 'db', 'Minimum sold amount to get point', 'Kiasi cha chini kilichouzwa ili kupata uhakika', NULL, NULL),\n(53609, 'sw', 'db', 'View Document', 'Tazama Hati', NULL, NULL),\n(53610, 'sw', 'db', 'Show Vat Registration Number', 'Onyesha Nambari ya Usajili wa Vat', NULL, NULL),\n(53611, 'sw', 'db', 'Show Sale Note', 'Onyesha Dokezo la Uuzaji', NULL, NULL),\n(53612, 'sw', 'db', 'App Setting', 'Mpangilio wa Programu', NULL, NULL),\n(53613, 'sw', 'db', 'Manual Process for connecting the Mobile App', 'Mchakato wa Mwongozo wa kuunganisha Programu ya Simu ya Mkononi', NULL, NULL),\n(53614, 'sw', 'db', 'QR Code for Connecting the Mobile App', 'Msimbo wa QR wa Kuunganisha Programu ya Simu ya Mkononi', NULL, NULL),\n(53615, 'sw', 'db', 'Active Devices', 'Vifaa vinavyotumika', NULL, NULL),\n(53616, 'sw', 'db', 'IP', 'IP', NULL, NULL),\n(53617, 'sw', 'db', 'Last Active', 'Iliyotumika Mwisho', NULL, NULL),\n(53618, 'sw', 'db', 'We shall be back soon', 'Tutarudi hivi karibuni', NULL, NULL),\n(53619, 'sw', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', 'Pole kwa usumbufu. ', NULL, NULL),\n(53620, 'sw', 'db', 'maintenance_mode', 'Hali ya Matengenezo', NULL, NULL),\n(53621, 'sw', 'db', 'maintenance_allowed_ips', 'IP zinazoruhusiwa katika Hali ya Matengenezo', NULL, NULL),\n(53622, 'sw', 'db', 'Available Balance', 'Salio Inapatikana', NULL, NULL),\n(53623, 'sw', 'db', 'profit_margin_type', 'Aina ya Pembezo la Faida', NULL, NULL),\n(53624, 'sw', 'db', 'show_expiry_alerts_before', 'Onyesha arifa za kuisha kwa bidhaa kabla (siku)', NULL, NULL),\n(53625, 'sw', 'db', 'Product Review', 'Uhakiki wa Bidhaa', NULL, NULL),\n(53626, 'sw', 'db', 'newsletter', 'Jarida', NULL, NULL),\n(53627, 'sw', 'db', 'Sale Exchange', 'Uuzaji wa Uuzaji', NULL, NULL),\n(53628, 'sw', 'db', 'Sale Exchange List', 'Orodha ya Uuzaji wa Uuzaji', NULL, NULL),\n(53629, 'sw', 'db', 'Add Exchange', 'Ongeza Exchange', NULL, NULL),\n(53630, 'sw', 'db', 'search_by_reference_no_or_Product', 'Tafuta kwa marejeleo hapana au bidhaa', NULL, NULL),\n(53631, 'sw', 'db', 'Order Product', 'Agiza Bidhaa', NULL, NULL),\n(53632, 'sw', 'db', 'Payment Type', 'Aina ya Malipo', NULL, NULL),\n(53633, 'sw', 'db', 'Payment Type', 'Aina ya Malipo', NULL, NULL),\n(53634, 'sw', 'db', 'Edit Production', 'Hariri Uzalishaji', NULL, NULL),\n(53635, 'sw', 'db', 'Delete Production', 'Futa Uzalishaji', NULL, NULL),\n(53636, 'sw', 'db', 'Recipe List', 'Orodha ya Mapishi', NULL, NULL),\n(53637, 'sw', 'db', 'Add Recipe', 'Ongeza Kichocheo', NULL, NULL),\n(53638, 'sw', 'db', 'Delete Recipe', 'Futa Kichocheo', NULL, NULL),\n(53639, 'sw', 'db', 'Theme Settings', 'Mipangilio ya Mandhari', NULL, NULL),\n(53640, 'sw', 'db', 'show_customer_name', 'Onyesha Jina la Mteja', NULL, NULL),\n(53641, 'sw', 'db', 'sale_due', 'Malipo ya Uuzaji', NULL, NULL),\n(53642, 'sw', 'db', 'purchase_due', 'Malipo ya Kununua', NULL, NULL),\n(53643, 'sw', 'db', 'bulk_update', 'Sasisho la Wingi', NULL, NULL),\n(53644, 'sw', 'db', 'payment_at', 'Malipo Kwa', NULL, NULL),\n(53645, 'sw', 'db', 'paper_size', 'Ukubwa wa Karatasi', NULL, NULL),\n(53646, 'sw', 'db', 'Type designation name', 'Andika jina la utambulisho', NULL, NULL),\n(53647, 'sw', 'db', 'Type shift name', 'Andika jina la shift', NULL, NULL),\n(53648, 'sw', 'db', 'Add Leave Type', 'Ongeza Aina ya Kuondoka', NULL, NULL),\n(53649, 'sw', 'db', 'Update Leave Type', 'Sasisha Aina ya Kuondoka', NULL, NULL),\n(53650, 'sw', 'db', 'Carry Forward Limit', 'Weka Kikomo cha Mbele', NULL, NULL),\n(53651, 'sw', 'db', 'stock', 'Hisa', NULL, NULL),\n(53652, 'sw', 'db', 'profit_loss_report', 'Ripoti ya Faida\/Hasara', NULL, NULL),\n(53653, 'tr', 'db', 'support_ickets', 'Destek Biletleri', NULL, NULL),\n(53654, 'tr', 'db', 'Packing Slip to manage orders\\\\\/sales', 'Sipari\u015fleri\/sat\u0131\u015flar\u0131 y\u00f6netmek i\u00e7in sevk irsaliyesi', NULL, NULL),\n(53655, 'tr', 'db', 'Available Quantity', 'Mevcut Adet', NULL, NULL),\n(53656, 'tr', 'db', 'Hide Total Due', 'Toplam Vadesi Gizle', NULL, NULL),\n(53657, 'tr', 'db', 'Filter Purchases', 'Sat\u0131n Al\u0131mlar\u0131 Filtrele', NULL, NULL),\n(53658, 'tr', 'db', 'Type purchase code', 'Sat\u0131n alma kodunu yaz\u0131n', NULL, NULL),\n(53659, 'tr', 'db', 'Scan the QR code to pay', '\u00d6deme yapmak i\u00e7in QR kodunu taray\u0131n', NULL, NULL),\n(53660, 'tr', 'db', 'Upload payment proof', '\u00d6deme kan\u0131t\u0131n\u0131 y\u00fckleyin', NULL, NULL),\n(53661, 'tr', 'db', 'Change Currency', 'Para Birimini De\u011fi\u015ftir', NULL, NULL),\n(53662, 'tr', 'db', 'Your Rating', 'Derecelendirmeniz', NULL, NULL),\n(53663, 'tr', 'db', 'Your Review', 'Yorumunuz', NULL, NULL),\n(53664, 'tr', 'db', 'Add Review', '\u0130nceleme Ekle', NULL, NULL),\n(53665, 'tr', 'db', 'Rating', 'Derecelendirme', NULL, NULL),\n(53666, 'tr', 'db', 'Review', 'G\u00f6zden ge\u00e7irmek', NULL, NULL),\n(53667, 'tr', 'db', 'No reviews yet', 'Hen\u00fcz yorum yok', NULL, NULL),\n(53668, 'tr', 'db', 'You already review this product', 'Bu \u00fcr\u00fcn\u00fc zaten inceliyorsunuz', NULL, NULL),\n(53669, 'tr', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', 'Bu \u00fcr\u00fcn\u00fc inceleme izniniz yok. ', NULL, NULL),\n(53670, 'tr', 'db', 'You must be logged in to write a review', 'Yorum yazabilmek i\u00e7in giri\u015f yapmal\u0131s\u0131n\u0131z', NULL, NULL),\n(53671, 'tr', 'db', 'Login', 'Giri\u015f yapmak', NULL, NULL),\n(53672, 'tr', 'db', 'Product', '\u00dcr\u00fcn', NULL, NULL),\n(53673, 'tr', 'db', 'Select Recipe', 'Tarif Se\u00e7', NULL, NULL),\n(53674, 'tr', 'db', 'Total Qty', 'Toplam Adet', NULL, NULL),\n(53675, 'tr', 'db', 'Wastage Percent', '\u0130sraf Y\u00fczdesi', NULL, NULL),\n(53676, 'tr', 'db', 'Final Quantity', 'Nihai Adet', NULL, NULL),\n(53677, 'tr', 'db', 'Sub total', 'Alt toplam', NULL, NULL),\n(53678, 'tr', 'db', 'Production Cost', '\u00dcretim Maliyeti', NULL, NULL),\n(53679, 'tr', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', 'Herhangi bir sorunuz veya endi\u015feniz varsa l\u00fctfen bizimle ileti\u015fime ge\u00e7mekten \u00e7ekinmeyin. Yard\u0131m etmek i\u00e7in buraday\u0131z!', NULL, NULL),\n(53680, 'tr', 'db', 'Product with', '\u00dcr\u00fcn ile', NULL, NULL),\n(53681, 'tr', 'db', 'Loading products for selected warehouse', 'Se\u00e7ilen depo i\u00e7in \u00fcr\u00fcnler y\u00fckleniyor', NULL, NULL),\n(53682, 'tr', 'db', 'Show Paid Info', '\u00d6deme Detaylar\u0131n\u0131 G\u00f6ster', NULL, NULL),\n(53683, 'tr', 'db', 'Show Amount In Words', 'Tutar\u0131 Kelimelerle G\u00f6ster', NULL, NULL),\n(53684, 'tr', 'db', 'Show Bill To Info', '\\'Fatura Adresi\\' Bilgisini G\u00f6ster', NULL, NULL),\n(53685, 'tr', 'db', 'Auto Generate Numbering Type', 'Fatura Numaras\u0131n\u0131 Otomatik Olu\u015ftur', NULL, NULL),\n(53686, 'tr', 'db', 'Show Description', 'A\u00e7\u0131klamay\u0131 G\u00f6ster', NULL, NULL),\n(53687, 'tr', 'db', 'Profit Margin', 'K\u00e2r Marj\u0131', NULL, NULL),\n(53688, 'tr', 'db', 'show Products Details in Purchase List', '\u00dcr\u00fcnleri sat\u0131n alma listesinde g\u00f6ster', NULL, NULL),\n(53689, 'tr', 'db', 'show Products Details in Sales List', '\u00dcr\u00fcnleri sat\u0131\u015f listesinde g\u00f6ster', NULL, NULL),\n(53690, 'tr', 'db', 'Default Profit Margin Value', 'Varsay\u0131lan kar marj\u0131 (%)', NULL, NULL),\n(53691, 'tr', 'db', 'show', 'G\u00f6stermek', NULL, NULL),\n(53692, 'tr', 'db', 'hide', 'Saklamak', NULL, NULL),\n(53693, 'tr', 'db', 'expired', 'G\u00fcn\u00fc ge\u00e7mi\u015f', NULL, NULL),\n(53694, 'tr', 'db', 'add_recipes', 'Tarif Ekle', NULL, NULL),\n(53695, 'tr', 'db', 'Recipe', 'Yemek tarifi', NULL, NULL),\n(53696, 'tr', 'db', 'add_recipe', 'Tarif Ekle', NULL, NULL),\n(53697, 'tr', 'db', 'Wastage percent', '\u0130sraf y\u00fczdesi', NULL, NULL),\n(53698, 'tr', 'db', 'add_Ingredient', '\u0130\u00e7erik Ekle', NULL, NULL),\n(53699, 'tr', 'db', 'Ingredient List', '\u0130\u00e7erik Listesi', NULL, NULL),\n(53700, 'tr', 'db', 'Customer Name', 'M\u00fc\u015fteri Ad\u0131', NULL, NULL),\n(53701, 'tr', 'db', 'Review', 'G\u00f6zden ge\u00e7irmek', NULL, NULL),\n(53702, 'tr', 'db', 'Confirmation', 'Onay', NULL, NULL),\n(53703, 'tr', 'db', 'Your Rating', 'Derecelendirmeniz', NULL, NULL),\n(53704, 'tr', 'db', 'Your Review', 'Yorumunuz', NULL, NULL),\n(53705, 'tr', 'db', 'Add Review', '\u0130nceleme Ekle', NULL, NULL),\n(53706, 'tr', 'db', 'Rating', 'Derecelendirme', NULL, NULL),\n(53707, 'tr', 'db', 'Review', 'G\u00f6zden ge\u00e7irmek', NULL, NULL),\n(53708, 'tr', 'db', 'No reviews yet', 'Hen\u00fcz yorum yok', NULL, NULL),\n(53709, 'tr', 'db', 'You already reviewed this product', 'Bu \u00fcr\u00fcn\u00fc zaten incelediniz', NULL, NULL),\n(53710, 'tr', 'db', 'You must buy it to leave a review', 'Yorum b\u0131rakmak i\u00e7in sat\u0131n almal\u0131s\u0131n\u0131z', NULL, NULL),\n(53711, 'tr', 'db', 'Edit Recipe', 'Tarifi D\u00fczenle', NULL, NULL),\n(53712, 'tr', 'db', 'add_production', '\u00dcretim Ekle', NULL, NULL),\n(53713, 'tr', 'db', 'Adjustment Quantity', 'Ayar Miktar\u0131', NULL, NULL),\n(53714, 'tr', 'db', 'Adjust Quantity', 'Miktar\u0131 Ayarla', NULL, NULL),\n(53715, 'tr', 'db', 'You must close your cash register before logout', '\u00c7\u0131k\u0131\u015f yapmadan \u00f6nce kasan\u0131z\u0131 kapatmal\u0131s\u0131n\u0131z', NULL, NULL),\n(53716, 'tr', 'db', 'Amount exceeds available balance', 'Tutar mevcut bakiyeyi a\u015f\u0131yor', NULL, NULL),\n(53717, 'tr', 'db', 'View Points', 'Bak\u0131\u015f Noktalar\u0131', NULL, NULL),\n(53718, 'tr', 'db', 'Cash Register', 'Yazar kasa', NULL, NULL),\n(53719, 'tr', 'db', 'Closing Balance', 'Kapan\u0131\u015f Bakiyesi', NULL, NULL),\n(53720, 'tr', 'db', 'Actual Cash', 'Fiili Nakit', NULL, NULL),\n(53721, 'tr', 'db', 'Add Invoice Setting', 'Fatura Ayar\u0131 Ekle', NULL, NULL),\n(53722, 'tr', 'db', 'Receipt Printers', 'Makbuz Yaz\u0131c\u0131lar\u0131', NULL, NULL),\n(53723, 'tr', 'db', 'Receipt Printer Type', 'Makbuz Yaz\u0131c\u0131s\u0131 T\u00fcr\u00fc', NULL, NULL),\n(53724, 'tr', 'db', 'Simple', 'Basit', NULL, NULL),\n(53725, 'tr', 'db', 'Star SP2000 Series', 'Y\u0131ld\u0131z SP2000 Serisi', NULL, NULL),\n(53726, 'tr', 'db', 'EPOS TEP200M Series', 'EPOS TEP200M Serisi', NULL, NULL),\n(53727, 'tr', 'db', 'Epson TM-U220', 'Epson TM-U220', NULL, NULL),\n(53728, 'tr', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(53729, 'tr', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(53730, 'tr', 'db', 'Add Printer', 'Yaz\u0131c\u0131 Ekle', NULL, NULL),\n(53731, 'tr', 'db', 'Printer Name', 'Yaz\u0131c\u0131 Ad\u0131', NULL, NULL),\n(53732, 'tr', 'db', 'Connection Type', 'Ba\u011flant\u0131 T\u00fcr\u00fc', NULL, NULL),\n(53733, 'tr', 'db', 'Capability Profile', 'Yetenek Profili', NULL, NULL),\n(53734, 'tr', 'db', 'Characters per line', 'Sat\u0131r ba\u015f\u0131na karakter', NULL, NULL),\n(53735, 'tr', 'db', 'IP Address', 'IP Adresi', NULL, NULL),\n(53736, 'tr', 'db', 'Port', 'Liman', NULL, NULL),\n(53737, 'tr', 'db', 'Path', 'Yol', NULL, NULL),\n(53738, 'tr', 'db', 'Maximum characters printable per line', 'Sat\u0131r ba\u015f\u0131na yazd\u0131r\u0131labilen maksimum karakter', NULL, NULL),\n(53739, 'tr', 'db', 'Printer IP address', 'Yaz\u0131c\u0131 IP adresi', NULL, NULL),\n(53740, 'tr', 'db', 'Most printers use port 9100', '\u00c7o\u011fu yaz\u0131c\u0131 9100 numaral\u0131 ba\u011flant\u0131 noktas\u0131n\u0131 kullan\u0131r', NULL, NULL),\n(53741, 'tr', 'db', 'Device files are typically', 'Cihaz dosyalar\u0131 genellikle', NULL, NULL),\n(53742, 'tr', 'db', 'Windows connection type', 'Windows ba\u011flant\u0131 t\u00fcr\u00fc', NULL, NULL),\n(53743, 'tr', 'db', 'Linux connection type', 'Linux ba\u011flant\u0131 t\u00fcr\u00fc', NULL, NULL),\n(53744, 'tr', 'db', 'Receipt Printers', 'Makbuz Yaz\u0131c\u0131lar\u0131', NULL, NULL),\n(53745, 'tr', 'db', 'Will Expire', 'S\u00fcresi Dolacak', NULL, NULL),\n(53746, 'tr', 'db', 'This warehouse already has a printer assigned', 'Bu depoya zaten atanm\u0131\u015f bir yaz\u0131c\u0131 var', NULL, NULL),\n(53747, 'tr', 'db', 'The receipt has been successfully printed', 'Makbuz ba\u015far\u0131yla yazd\u0131r\u0131ld\u0131', NULL, NULL),\n(53748, 'tr', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', 'Farkl\u0131 yaz\u0131c\u0131lar farkl\u0131 komutlar\u0131 ve kod sayfalar\u0131n\u0131 destekler. ', NULL, NULL),\n(53749, 'tr', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', 'Bu depoya fi\u015f yaz\u0131c\u0131s\u0131 atad\u0131\u011f\u0131n\u0131zda taray\u0131c\u0131 yazd\u0131rmas\u0131 kapat\u0131lacakt\u0131r. ', NULL, NULL),\n(53750, 'tr', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', 'L\u00fctfen Fatura Ayarlar\u0131nda varsay\u0131lan olarak 58 mm veya 80 mm \u015fablonu se\u00e7in', NULL, NULL),\n(53751, 'tr', 'db', 'Customer Display Screen', 'M\u00fc\u015fteri G\u00f6r\u00fcnt\u00fcleme Ekran\u0131', NULL, NULL),\n(53752, 'tr', 'db', 'Change Return', '\u0130adeyi De\u011fi\u015ftir', NULL, NULL),\n(53753, 'tr', 'db', 'This is a test mail to confirm your SMTP settings are working.', 'Bu, SMTP ayarlar\u0131n\u0131z\u0131n \u00e7al\u0131\u015ft\u0131\u011f\u0131n\u0131 do\u011frulamak i\u00e7in g\u00f6nderilen bir test postas\u0131d\u0131r.', NULL, NULL),\n(53754, 'tr', 'db', 'Test Mail', 'Deneme Postas\u0131', NULL, NULL),\n(53755, 'tr', 'db', 'data_updated_mail_sent', 'Veriler ba\u015far\u0131yla g\u00fcncellendi. ', NULL, NULL),\n(53756, 'tr', 'db', 'data_updated_mail_fail', 'Veriler ba\u015far\u0131yla g\u00fcncellendi ancak test postas\u0131 ba\u015far\u0131s\u0131z oldu:', NULL, NULL),\n(53757, 'tr', 'db', 'Credit Limit', 'Kredi Limiti', NULL, NULL),\n(53758, 'tr', 'db', 'Credit limit exceeded! Customer credit limit:', 'Kredi limiti a\u015f\u0131ld\u0131! ', NULL, NULL),\n(53759, 'tr', 'db', 'Credit Sale', 'Kredili Sat\u0131\u015f', NULL, NULL),\n(53760, 'tr', 'db', 'Initial Deposit', '\u0130lk Para Yat\u0131rma', NULL, NULL),\n(53761, 'tr', 'db', 'Opening balance', 'A\u00e7\u0131l\u0131\u015f bakiyesi', NULL, NULL),\n(53762, 'tr', 'db', 'WhatsApp Number', 'WhatsApp Numaras\u0131', NULL, NULL),\n(53763, 'tr', 'db', 'create_ticket', 'Bilet Olu\u015ftur', NULL, NULL),\n(53764, 'tr', 'db', 'subject', 'Ders', NULL, NULL),\n(53765, 'tr', 'db', 'tenant', 'Kirac\u0131', NULL, NULL),\n(53766, 'tr', 'db', 'no_subject', 'Konu Yok', NULL, NULL),\n(53767, 'tr', 'db', 'confirm_delete_ticket', 'Bu bileti silmek istedi\u011finizden emin misiniz?', NULL, NULL),\n(53768, 'tr', 'db', 'add_ticket', 'Bilet Ekle', NULL, NULL),\n(53769, 'tr', 'db', 'ticket_created', 'Bilet ba\u015far\u0131yla olu\u015fturuldu', NULL, NULL),\n(53770, 'tr', 'db', 'ticket_deleted', 'Bilet ba\u015far\u0131yla silindi', NULL, NULL),\n(53771, 'tr', 'db', 'insert_upload_text', 'L\u00fctfen resimlerinizi\/video ba\u011flant\u0131lar\u0131n\u0131z\u0131 yukar\u0131daki metin kutusuna y\u00fckleyerek ekleyin.', NULL, NULL),\n(53772, 'tr', 'db', 'reply_sent', 'Yan\u0131t ba\u015far\u0131yla g\u00f6nderildi', NULL, NULL),\n(53773, 'tr', 'db', 'disable_tenant_support_tickets', 'Kirac\u0131 destek biletlerini devre d\u0131\u015f\u0131 b\u0131rak\u0131n', NULL, NULL),\n(53774, 'tr', 'db', 'symbol', 'Sembol', NULL, NULL),\n(53775, 'tr', 'db', 'print_invoice', 'Faturay\u0131 Yazd\u0131r', NULL, NULL),\n(53776, 'tr', 'db', 'create_ticket', 'Bilet Olu\u015ftur', NULL, NULL),\n(53777, 'tr', 'db', 'subject', 'Ders', NULL, NULL),\n(53778, 'tr', 'db', 'tenant', 'Kirac\u0131', NULL, NULL),\n(53779, 'tr', 'db', 'no_subject', 'Konu Yok', NULL, NULL),\n(53780, 'tr', 'db', 'add_ticket', 'Bilet Ekle', NULL, NULL),\n(53781, 'tr', 'db', 'confirm_delete_ticket', 'Bu bileti silmek istedi\u011finizden emin misiniz?', NULL, NULL),\n(53782, 'tr', 'db', 'ticket_created', 'Bilet ba\u015far\u0131yla olu\u015fturuldu', NULL, NULL),\n(53783, 'tr', 'db', 'ticket_deleted', 'Bilet ba\u015far\u0131yla silindi', NULL, NULL),\n(53784, 'tr', 'db', 'insert_upload_text', 'L\u00fctfen resimlerinizi\/video ba\u011flant\u0131lar\u0131n\u0131z\u0131 yukar\u0131daki metin kutusuna y\u00fckleyerek ekleyin.', NULL, NULL),\n(53785, 'tr', 'db', 'reply_sent', 'Yan\u0131t ba\u015far\u0131yla g\u00f6nderildi', NULL, NULL),\n(53786, 'tr', 'db', 'Return Discount', '\u0130ade \u0130ndirimi', NULL, NULL),\n(53787, 'tr', 'db', 'Activity Log', 'Etkinlik G\u00fcnl\u00fc\u011f\u00fc', NULL, NULL),\n(53788, 'tr', 'db', 'Item Description', '\u00d6\u011fe A\u00e7\u0131klama', NULL, NULL),\n(53789, 'tr', 'db', 'Cart Product Update', 'Sepet \u00dcr\u00fcn G\u00fcncellemesi', NULL, NULL),\n(53790, 'tr', 'db', 'Handle Discount', '\u0130ndirim Kolu', NULL, NULL),\n(53791, 'tr', 'db', 'Account Selection', 'Hesap Se\u00e7imi', NULL, NULL),\n(53792, 'tr', 'db', 'Installment Plan', 'Taksit Plan\u0131', NULL, NULL),\n(53793, 'tr', 'db', 'Enable Installment Plan', 'Taksit Plan\u0131n\u0131 Etkinle\u015ftir', NULL, NULL),\n(53794, 'tr', 'db', 'Installment', 'Taksit', NULL, NULL),\n(53795, 'tr', 'db', 'Plan Name', 'Plan Ad\u0131', NULL, NULL),\n(53796, 'tr', 'db', 'Total Amount', 'Toplam Tutar', NULL, NULL),\n(53797, 'tr', 'db', 'Additional Amount', 'Ek Tutar', NULL, NULL),\n(53798, 'tr', 'db', 'Down Payment', 'Pe\u015finat', NULL, NULL),\n(53799, 'tr', 'db', 'Disable registration', 'Kayd\u0131 devre d\u0131\u015f\u0131 b\u0131rak', NULL, NULL),\n(53800, 'tr', 'db', 'Disable password reset', '\u015eifre s\u0131f\u0131rlamay\u0131 devre d\u0131\u015f\u0131 b\u0131rak', NULL, NULL),\n(53801, 'tr', 'db', 'Font CSS', 'Yaz\u0131 tipi CSS\\'si', NULL, NULL),\n(53802, 'tr', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'Kimlik do\u011frulama sayfalar\u0131 i\u00e7in CSS (oturum a\u00e7ma\/kay\u0131t\/\u015fifremi unuttum\/do\u011frulama)', NULL, NULL),\n(53803, 'tr', 'db', 'POS page CSS', 'POS sayfas\u0131 CSS\\'si', NULL, NULL),\n(53804, 'tr', 'db', 'Custom CSS\/Styles', '\u00d6zel CSS\/Stiller', NULL, NULL),\n(53805, 'tr', 'db', 'Sidebar', 'Kenar \u00e7ubu\u011fu', NULL, NULL),\n(53806, 'tr', 'db', 'Exports', '\u0130hracat', NULL, NULL),\n(53807, 'tr', 'db', 'Cart Product Update', 'Sepet \u00dcr\u00fcn G\u00fcncellemesi', NULL, NULL),\n(53808, 'tr', 'db', 'Handle Discount', '\u0130ndirim Kolu', NULL, NULL),\n(53809, 'tr', 'db', 'Product Export', '\u00dcr\u00fcn \u0130hracat\u0131', NULL, NULL),\n(53810, 'tr', 'db', 'Purchase Export', 'Sat\u0131n Alma \u0130hracat\u0131', NULL, NULL),\n(53811, 'tr', 'db', 'Sale Export', 'Sat\u0131\u015f \u0130hracat\u0131', NULL, NULL),\n(53812, 'tr', 'db', 'Customer Export', 'M\u00fc\u015fteri \u0130hracat\u0131', NULL, NULL),\n(53813, 'tr', 'db', 'Account Selection', 'Hesap Se\u00e7imi', NULL, NULL),\n(53814, 'tr', 'db', 'Change Sale Date', 'Sat\u0131\u015f Tarihini De\u011fi\u015ftir', NULL, NULL),\n(53815, 'tr', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(53816, 'tr', 'db', 'message_templates', 'Mesaj \u015eablonlar\u0131', NULL, NULL),\n(53817, 'tr', 'db', 'send_message', 'Mesaj G\u00f6nder', NULL, NULL),\n(53818, 'tr', 'db', 'permanent_access_token', 'Kal\u0131c\u0131 Eri\u015fim Jetonu', NULL, NULL),\n(53819, 'tr', 'db', 'whatsapp_settings', 'WhatsApp Ayarlar\u0131', NULL, NULL),\n(53820, 'tr', 'db', 'phone_number_id', 'Telefon Numaras\u0131 Kimli\u011fi', NULL, NULL),\n(53821, 'tr', 'db', 'business_account_id', '\u0130\u015fletme Hesab\u0131 Kimli\u011fi', NULL, NULL),\n(53822, 'tr', 'db', 'api_token', 'API Jetonu', NULL, NULL),\n(53823, 'tr', 'db', 'receipt', 'Fi\u015f', NULL, NULL),\n(53824, 'tr', 'db', 'message_types', 'Mesaj T\u00fcrleri', NULL, NULL),\n(53825, 'tr', 'db', 'no_template_type_message', '\u015eablon kullanm\u0131yorsan\u0131z mesaj\u0131n\u0131z\u0131 a\u015fa\u011f\u0131ya yaz\u0131n', NULL, NULL),\n(53826, 'tr', 'db', 'message_sent_successfully', 'Mesaj ba\u015far\u0131yla g\u00f6nderildi', NULL, NULL),\n(53827, 'tr', 'db', 'fail_sent_message', 'Mesaj g\u00f6nderilemedi', NULL, NULL),\n(53828, 'tr', 'db', 'whatsapp_credentials_missing', 'WhatsApp kimlik bilgileri eksik', NULL, NULL),\n(53829, 'tr', 'db', 'failed_upload_media_whatsApp', 'Medya WhatsApp\\'a y\u00fcklenemedi', NULL, NULL),\n(53830, 'tr', 'db', 'media_id_not_returned_from_WhatsApp', 'WhatsApp y\u00fcklemesinden medya kimli\u011fi d\u00f6nd\u00fcr\u00fclmedi', NULL, NULL),\n(53831, 'tr', 'db', 'sending_not_enabled', 'g\u00f6nderme etkin de\u011fil', NULL, NULL),\n(53832, 'tr', 'db', 'failed_to_fetch_templates', '\u015eablonlar getirilemedi', NULL, NULL),\n(53833, 'tr', 'db', 'manage_template', '\u015eablonu Y\u00f6net', NULL, NULL),\n(53834, 'tr', 'db', 'send_whatsapp_message', 'Whatsapp Mesaj\u0131 G\u00f6nder', NULL, NULL),\n(53835, 'tr', 'db', 'type_your_message', 'Mesaj\u0131n\u0131z\u0131 Yaz\u0131n', NULL, NULL),\n(53836, 'tr', 'db', 'delete_confirmation', 'Silmek istedi\u011finizden emin misiniz?', NULL, NULL),\n(53837, 'tr', 'db', 'template_deleted_successfully', '\u015eablon ba\u015far\u0131yla silindi', NULL, NULL),\n(53838, 'tr', 'db', 'failed_delete_template', '\u015eablon silinemedi', NULL, NULL),\n(53839, 'tr', 'db', 'receiver', 'Al\u0131c\u0131', NULL, NULL),\n(53840, 'tr', 'db', 'template', '\u015eablon', NULL, NULL),\n(53841, 'tr', 'db', 'message', 'Mesaj', NULL, NULL),\n(53842, 'tr', 'db', 'attachment', 'EK', NULL, NULL),\n(53843, 'tr', 'db', 'image', 'Resim', NULL, NULL),\n(53844, 'tr', 'db', 'document', 'Belge', NULL, NULL),\n(53845, 'tr', 'db', 'Add Designation', 'Tan\u0131m Ekle', NULL, NULL),\n(53846, 'tr', 'db', 'Add Leave', '\u0130zin Ekle', NULL, NULL),\n(53847, 'tr', 'db', 'Add Overtime', 'Fazla Mesai Ekle', NULL, NULL),\n(53848, 'tr', 'db', 'Add Sale Agent', 'Sat\u0131\u015f Temsilcisi Ekle', NULL, NULL),\n(53849, 'tr', 'db', 'Add Shift', 'Shift Ekle', NULL, NULL),\n(53850, 'tr', 'db', 'Basic Salary', 'Temel Maa\u015f', NULL, NULL),\n(53851, 'tr', 'db', 'Commission', 'Komisyon', NULL, NULL),\n(53852, 'tr', 'db', 'Commission Percent', 'Komisyon Y\u00fczdesi', NULL, NULL),\n(53853, 'tr', 'db', 'Deselect All', 'T\u00fcm\u00fcn\u00fcn Se\u00e7imini Kald\u0131r', NULL, NULL),\n(53854, 'tr', 'db', 'End Date', 'Biti\u015f Tarihi', NULL, NULL),\n(53855, 'tr', 'db', 'End Time', 'Biti\u015f Zaman\u0131', NULL, NULL),\n(53856, 'tr', 'db', 'Expenses', 'Giderler', NULL, NULL),\n(53857, 'tr', 'db', 'Filter', 'Filtre', NULL, NULL),\n(53858, 'tr', 'db', 'Generate Payroll', 'Bordro Olu\u015ftur', NULL, NULL),\n(53859, 'tr', 'db', 'Grace In (min)', '\u00d6demesiz Giri\u015f (dak)', NULL, NULL),\n(53860, 'tr', 'db', 'Grace Out', 'Grace \u00c7\u0131k\u0131\u015f\u0131', NULL, NULL),\n(53861, 'tr', 'db', 'HRM Panel', '\u0130KY Paneli', NULL, NULL),\n(53862, 'tr', 'db', 'Import CSV', 'CSV\\'yi i\u00e7e aktar', NULL, NULL),\n(53863, 'tr', 'db', 'Is Sale Agent?', 'Sat\u0131\u015f Temsilcisi mi?', NULL, NULL),\n(53864, 'tr', 'db', 'Leave Type', '\u0130zin T\u00fcr\u00fc', NULL, NULL),\n(53865, 'tr', 'db', 'Leaves', 'Yapraklar', NULL, NULL),\n(53866, 'tr', 'db', 'Month', 'Ay', NULL, NULL),\n(53867, 'tr', 'db', 'Overtime', 'Mesai', NULL, NULL),\n(53868, 'tr', 'db', 'Payroll cannot be deleted if status is final', 'Durum kesin ise bordro silinemez', NULL, NULL),\n(53869, 'tr', 'db', 'Payroll for', 'Maa\u015f bordrosu', NULL, NULL),\n(53870, 'tr', 'db', 'Payroll Group Name', 'Bordro Grubu Ad\u0131', NULL, NULL),\n(53871, 'tr', 'db', 'Recurring', 'Tekrarlanan', NULL, NULL),\n(53872, 'tr', 'db', 'Region', 'B\u00f6lge', NULL, NULL),\n(53873, 'tr', 'db', 'Salary', 'Maa\u015f', NULL, NULL),\n(53874, 'tr', 'db', 'Sale Agents', 'Sat\u0131\u015f Temsilcileri', NULL, NULL),\n(53875, 'tr', 'db', 'Sales Target', 'Sat\u0131\u015f Hedefi', NULL, NULL),\n(53876, 'tr', 'db', 'Select Department', 'Departman Se\u00e7iniz', NULL, NULL),\n(53877, 'tr', 'db', 'Select Designation', 'Tan\u0131m\u0131 Se\u00e7in', NULL, NULL),\n(53878, 'tr', 'db', 'Select Shift', 'Shift\\'i se\u00e7in', NULL, NULL),\n(53879, 'tr', 'db', 'Select Status', 'Durum Se\u00e7', NULL, NULL),\n(53880, 'tr', 'db', 'Shift', 'Vardiya', NULL, NULL),\n(53881, 'tr', 'db', 'Start Date', 'Ba\u015flang\u0131\u00e7 \u200b\u200bTarihi', NULL, NULL),\n(53882, 'tr', 'db', 'Start Time', 'Ba\u015flang\u0131\u00e7 \u200b\u200bZaman\u0131', NULL, NULL),\n(53883, 'tr', 'db', 'invoice_to_hatsapp', 'Whatsapp\\'a fatura', NULL, NULL),\n(53884, 'tr', 'db', 'Submit All Payrolls', 'T\u00fcm Maa\u015f Bordrolar\u0131n\u0131 G\u00f6nderin', NULL, NULL),\n(53885, 'tr', 'db', 'Submit Payrolls', 'Bordrolar\u0131 G\u00f6nderin', NULL, NULL),\n(53886, 'tr', 'db', 'Total Sales Amount From', 'Toplam Sat\u0131\u015f Tutar\u0131', NULL, NULL),\n(53887, 'tr', 'db', 'Total Sales Amount To', 'Toplam Sat\u0131\u015f Tutar\u0131', NULL, NULL),\n(53888, 'tr', 'db', 'Update Overtime', 'Fazla Mesaiyi G\u00fcncelle', NULL, NULL),\n(53889, 'tr', 'db', 'Work Duration', '\u00c7al\u0131\u015fma S\u00fcresi', NULL, NULL),\n(53890, 'tr', 'db', 'Grace Out (min)', '\u00d6deme S\u00fcresi (dak)', NULL, NULL),\n(53891, 'tr', 'db', 'Annual Quota', 'Y\u0131ll\u0131k Kota', NULL, NULL),\n(53892, 'tr', 'db', 'paid_or_unpaid', '\u00dccretli veya \u00dccretsiz', NULL, NULL),\n(53893, 'tr', 'db', 'final', 'Final', NULL, NULL),\n(53894, 'tr', 'db', 'HRM - Generate Payroll', 'HRM - Bordro Olu\u015ftur', NULL, NULL),\n(53895, 'tr', 'db', 'employee_id', '\u00c7al\u0131\u015fan Kimli\u011fi', NULL, NULL),\n(53896, 'tr', 'db', 'Please select', 'L\u00fctfen se\u00e7in', NULL, NULL),\n(53897, 'tr', 'db', 'Redeem Points Settings', 'Puan Ayarlar\u0131n\u0131 Kullan', NULL, NULL),\n(53898, 'tr', 'db', 'Redeem amount per unit point', 'Birim puan ba\u015f\u0131na tutar\u0131 kullan\u0131n', NULL, NULL),\n(53899, 'tr', 'db', 'Maximum redeem point per order', 'Sipari\u015f ba\u015f\u0131na maksimum kullan\u0131m puan\u0131', NULL, NULL),\n(53900, 'tr', 'db', 'Minimum order total to redeem points', 'Puanlar\u0131 kullanmak i\u00e7in minimum sipari\u015f toplam\u0131', NULL, NULL),\n(53901, 'tr', 'db', 'Minimum redeem point', 'Minimum kullan\u0131m puan\u0131', NULL, NULL),\n(53902, 'tr', 'db', 'Minimum sold amount to get point', 'Puan almak i\u00e7in minimum sat\u0131lan miktar', NULL, NULL),\n(53903, 'tr', 'db', 'View Document', 'Belgeyi G\u00f6r\u00fcnt\u00fcle', NULL, NULL),\n(53904, 'tr', 'db', 'Show Vat Registration Number', 'KDV Kay\u0131t Numaras\u0131n\u0131 G\u00f6ster', NULL, NULL),\n(53905, 'tr', 'db', 'Show Sale Note', 'Sat\u0131\u015f Notunu G\u00f6ster', NULL, NULL),\n(53906, 'tr', 'db', 'App Setting', 'Uygulama Ayar\u0131', NULL, NULL),\n(53907, 'tr', 'db', 'Manual Process for connecting the Mobile App', 'Mobil Uygulamay\u0131 ba\u011flamak i\u00e7in Manuel \u0130\u015flem', NULL, NULL),\n(53908, 'tr', 'db', 'QR Code for Connecting the Mobile App', 'Mobil Uygulamay\u0131 Ba\u011flamak i\u00e7in QR Kodu', NULL, NULL),\n(53909, 'tr', 'db', 'Active Devices', 'Aktif Cihazlar', NULL, NULL),\n(53910, 'tr', 'db', 'IP', 'IP', NULL, NULL),\n(53911, 'tr', 'db', 'Last Active', 'Son Aktif', NULL, NULL),\n(53912, 'tr', 'db', 'We shall be back soon', 'Yak\u0131nda geri d\u00f6nece\u011fiz', NULL, NULL),\n(53913, 'tr', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', 'Rahats\u0131zl\u0131ktan dolay\u0131 \u00f6z\u00fcr dileriz. ', NULL, NULL),\n(53914, 'tr', 'db', 'maintenance_mode', 'Bak\u0131m Modu', NULL, NULL),\n(53915, 'tr', 'db', 'maintenance_allowed_ips', 'Bak\u0131m Modunda \u0130zin Verilen IP\\'ler', NULL, NULL),\n(53916, 'tr', 'db', 'Available Balance', 'Mevcut Bakiye', NULL, NULL),\n(53917, 'tr', 'db', 'profit_margin_type', 'K\u00e2r Marj\u0131 T\u00fcr\u00fc', NULL, NULL),\n(53918, 'tr', 'db', 'show_expiry_alerts_before', '(G\u00fcn) \u00f6ncesindeki \u00fcr\u00fcnler i\u00e7in son kullanma uyar\u0131lar\u0131n\u0131 g\u00f6ster', NULL, NULL),\n(53919, 'tr', 'db', 'Product Review', '\u00dcr\u00fcn \u0130ncelemesi', NULL, NULL),\n(53920, 'tr', 'db', 'newsletter', 'B\u00fclten', NULL, NULL),\n(53921, 'tr', 'db', 'Sale Exchange', 'Sat\u0131\u015f Takas\u0131', NULL, NULL),\n(53922, 'tr', 'db', 'Sale Exchange List', 'Sat\u0131\u015f Takas Listesi', NULL, NULL),\n(53923, 'tr', 'db', 'Add Exchange', 'De\u011fi\u015fim Ekle', NULL, NULL),\n(53924, 'tr', 'db', 'search_by_reference_no_or_Product', 'Referans numaras\u0131na veya \u00fcr\u00fcne g\u00f6re aray\u0131n', NULL, NULL),\n(53925, 'tr', 'db', 'Order Product', '\u00dcr\u00fcn Sipari\u015fi Ver', NULL, NULL),\n(53926, 'tr', 'db', 'Payment Type', '\u00d6deme T\u00fcr\u00fc', NULL, NULL),\n(53927, 'tr', 'db', 'Payment Type', '\u00d6deme T\u00fcr\u00fc', NULL, NULL),\n(53928, 'tr', 'db', 'Edit Production', 'Prod\u00fcksiyonu D\u00fczenle', NULL, NULL),\n(53929, 'tr', 'db', 'Delete Production', '\u00dcretimi Sil', NULL, NULL),\n(53930, 'tr', 'db', 'Recipe List', 'Tarif Listesi', NULL, NULL),\n(53931, 'tr', 'db', 'Add Recipe', 'Tarif Ekle', NULL, NULL),\n(53932, 'tr', 'db', 'Delete Recipe', 'Tarifi Sil', NULL, NULL),\n(53933, 'tr', 'db', 'Theme Settings', 'Tema Ayarlar\u0131', NULL, NULL),\n(53934, 'tr', 'db', 'show_customer_name', 'M\u00fc\u015fteri Ad\u0131n\u0131 G\u00f6ster', NULL, NULL),\n(53935, 'tr', 'db', 'sale_due', 'Sat\u0131\u015f Sonu', NULL, NULL),\n(53936, 'tr', 'db', 'purchase_due', 'Sat\u0131n Alma Tarihi', NULL, NULL),\n(53937, 'tr', 'db', 'bulk_update', 'Toplu G\u00fcncelleme', NULL, NULL),\n(53938, 'tr', 'db', 'payment_at', '\u00d6deme Tarihi', NULL, NULL),\n(53939, 'tr', 'db', 'paper_size', 'Ka\u011f\u0131t Boyutu', NULL, NULL),\n(53940, 'tr', 'db', 'Type designation name', 'Tip tan\u0131m\u0131 ad\u0131', NULL, NULL),\n(53941, 'tr', 'db', 'Type shift name', 'Vardiya ad\u0131n\u0131 yaz\u0131n', NULL, NULL),\n(53942, 'tr', 'db', 'Add Leave Type', '\u0130zin T\u00fcr\u00fc Ekle', NULL, NULL),\n(53943, 'tr', 'db', 'Update Leave Type', '\u0130zin T\u00fcr\u00fcn\u00fc G\u00fcncelle', NULL, NULL),\n(53944, 'tr', 'db', 'Carry Forward Limit', '\u0130leriye Ta\u015f\u0131ma Limiti', NULL, NULL),\n(53945, 'tr', 'db', 'stock', 'Stoklamak', NULL, NULL),\n(53946, 'tr', 'db', 'profit_loss_report', 'K\u00e2r\/Zarar Raporu', NULL, NULL),\n(53947, 'vi', 'db', 'support_ickets', 'V\u00e9 h\u1ed7 tr\u1ee3', NULL, NULL),\n(53948, 'vi', 'db', 'Packing Slip to manage orders\/sales', 'Phi\u1ebfu \u0111\u00f3ng g\u00f3i \u0111\u1ec3 qu\u1ea3n l\u00fd \u0111\u01a1n h\u00e0ng\/b\u00e1n h\u00e0ng', NULL, NULL),\n(53949, 'vi', 'db', 'Available Quantity', 'S\u1ed1 l\u01b0\u1ee3ng c\u00f3 s\u1eb5n', NULL, NULL),\n(53950, 'vi', 'db', 'Hide Total Due', '\u1ea8n t\u1ed5ng s\u1ed1 ti\u1ec1n \u0111\u1ebfn h\u1ea1n', NULL, NULL),\n(53951, 'vi', 'db', 'Filter Purchases', 'L\u1ecdc mua h\u00e0ng', NULL, NULL),\n(53952, 'vi', 'db', 'Type purchase code', 'Nh\u1eadp m\u00e3 mua h\u00e0ng', NULL, NULL),\n(53953, 'vi', 'db', 'Scan the QR code to pay', 'Qu\u00e9t m\u00e3 QR \u0111\u1ec3 thanh to\u00e1n', NULL, NULL),\n(53954, 'vi', 'db', 'Upload payment proof', 'T\u1ea3i l\u00ean b\u1eb1ng ch\u1ee9ng thanh to\u00e1n', NULL, NULL),\n(53955, 'vi', 'db', 'Change Currency', 'Thay \u0111\u1ed5i ti\u1ec1n t\u1ec7', NULL, NULL),\n(53956, 'vi', 'db', 'Your Rating', '\u0110\u00e1nh gi\u00e1 c\u1ee7a b\u1ea1n', NULL, NULL),\n(53957, 'vi', 'db', 'Your Review', '\u0110\u00e1nh gi\u00e1 c\u1ee7a b\u1ea1n', NULL, NULL),\n(53958, 'vi', 'db', 'Add Review', 'Th\u00eam \u0111\u00e1nh gi\u00e1', NULL, NULL),\n(53959, 'vi', 'db', 'Rating', '\u0110\u00e1nh gi\u00e1', NULL, NULL),\n(53960, 'vi', 'db', 'Review', '\u00d4n t\u1eadp', NULL, NULL),\n(53961, 'vi', 'db', 'No reviews yet', 'Ch\u01b0a c\u00f3 \u0111\u00e1nh gi\u00e1 n\u00e0o', NULL, NULL),\n(53962, 'vi', 'db', 'You already review this product', 'B\u1ea1n \u0111\u00e3 \u0111\u00e1nh gi\u00e1 s\u1ea3n ph\u1ea9m n\u00e0y', NULL, NULL),\n(53963, 'vi', 'db', 'You don\u2019t have permission to review this product. Only verified purchasers can leave a review', 'B\u1ea1n kh\u00f4ng c\u00f3 quy\u1ec1n \u0111\u00e1nh gi\u00e1 s\u1ea3n ph\u1ea9m n\u00e0y. ', NULL, NULL),\n(53964, 'vi', 'db', 'You must be logged in to write a review', 'B\u1ea1n ph\u1ea3i \u0111\u0103ng nh\u1eadp \u0111\u1ec3 vi\u1ebft \u0111\u00e1nh gi\u00e1', NULL, NULL),\n(53965, 'vi', 'db', 'Login', '\u0110\u0103ng nh\u1eadp', NULL, NULL),\n(53966, 'vi', 'db', 'Product', 'S\u1ea3n ph\u1ea9m', NULL, NULL),\n(53967, 'vi', 'db', 'Select Recipe', 'Ch\u1ecdn c\u00f4ng th\u1ee9c', NULL, NULL),\n(53968, 'vi', 'db', 'Total Qty', 'T\u1ed5ng s\u1ed1 l\u01b0\u1ee3ng', NULL, NULL),\n(53969, 'vi', 'db', 'Wastage Percent', 'Ph\u1ea7n tr\u0103m l\u00e3ng ph\u00ed', NULL, NULL),\n(53970, 'vi', 'db', 'Final Quantity', 'S\u1ed1 l\u01b0\u1ee3ng cu\u1ed1i c\u00f9ng', NULL, NULL),\n(53971, 'vi', 'db', 'Sub total', 'T\u1ed5ng ph\u1ee5', NULL, NULL),\n(53972, 'vi', 'db', 'Production Cost', 'Chi ph\u00ed s\u1ea3n xu\u1ea5t', NULL, NULL),\n(53973, 'vi', 'db', 'If you have any questions or concerns, please don\\'t hesitate to reach out to us We are here to help!', 'N\u1ebfu b\u1ea1n c\u00f3 b\u1ea5t k\u1ef3 c\u00e2u h\u1ecfi ho\u1eb7c th\u1eafc m\u1eafc n\u00e0o, vui l\u00f2ng li\u00ean h\u1ec7 v\u1edbi ch\u00fang t\u00f4i. Ch\u00fang t\u00f4i s\u1eb5n s\u00e0ng tr\u1ee3 gi\u00fap!', NULL, NULL),\n(53974, 'vi', 'db', 'Product with', 'S\u1ea3n ph\u1ea9m c\u00f3', NULL, NULL),\n(53975, 'vi', 'db', 'Loading products for selected warehouse', '\u0110ang t\u1ea3i s\u1ea3n ph\u1ea9m cho kho \u0111\u00e3 ch\u1ecdn', NULL, NULL),\n(53976, 'vi', 'db', 'Show Paid Info', 'Hi\u1ec3n th\u1ecb chi ti\u1ebft thanh to\u00e1n', NULL, NULL),\n(53977, 'vi', 'db', 'Show Amount In Words', 'Hi\u1ec3n th\u1ecb s\u1ed1 ti\u1ec1n b\u1eb1ng ch\u1eef', NULL, NULL),\n(53978, 'vi', 'db', 'Show Bill To Info', 'Hi\u1ec3n th\u1ecb th\u00f4ng tin \\'H\u00f3a \u0111\u01a1n \u0111\u1ebfn\\'', NULL, NULL),\n(53979, 'vi', 'db', 'Auto Generate Numbering Type', 'T\u1ef1 \u0111\u1ed9ng t\u1ea1o s\u1ed1 h\u00f3a \u0111\u01a1n', NULL, NULL),\n(53980, 'vi', 'db', 'Show Description', 'Hi\u1ec3n th\u1ecb m\u00f4 t\u1ea3', NULL, NULL),\n(53981, 'vi', 'db', 'Profit Margin', 'T\u1ef7 su\u1ea5t l\u1ee3i nhu\u1eadn', NULL, NULL),\n(53982, 'vi', 'db', 'show Products Details in Purchase List', 'Hi\u1ec3n th\u1ecb s\u1ea3n ph\u1ea9m trong danh s\u00e1ch mua h\u00e0ng', NULL, NULL),\n(53983, 'vi', 'db', 'show Products Details in Sales List', 'Hi\u1ec3n th\u1ecb s\u1ea3n ph\u1ea9m trong danh s\u00e1ch b\u00e1n h\u00e0ng', NULL, NULL),\n(53984, 'vi', 'db', 'Default Profit Margin Value', 'Bi\u00ean l\u1ee3i nhu\u1eadn m\u1eb7c \u0111\u1ecbnh (%)', NULL, NULL),\n(53985, 'vi', 'db', 'show', 'Tr\u00ecnh di\u1ec5n', NULL, NULL),\n(53986, 'vi', 'db', 'hide', 'Tr\u1ed1n', NULL, NULL),\n(53987, 'vi', 'db', 'expired', 'H\u1ebft h\u1ea1n', NULL, NULL),\n(53988, 'vi', 'db', 'add_recipes', 'Th\u00eam c\u00f4ng th\u1ee9c n\u1ea5u \u0103n', NULL, NULL),\n(53989, 'vi', 'db', 'Recipe', 'C\u00f4ng th\u1ee9c', NULL, NULL),\n(53990, 'vi', 'db', 'add_recipe', 'Th\u00eam c\u00f4ng th\u1ee9c', NULL, NULL),\n(53991, 'vi', 'db', 'Wastage percent', 'Ph\u1ea7n tr\u0103m l\u00e3ng ph\u00ed', NULL, NULL),\n(53992, 'vi', 'db', 'add_Ingredient', 'Th\u00eam th\u00e0nh ph\u1ea7n', NULL, NULL),\n(53993, 'vi', 'db', 'Ingredient List', 'Danh s\u00e1ch th\u00e0nh ph\u1ea7n', NULL, NULL),\n(53994, 'vi', 'db', 'Customer Name', 'T\u00ean kh\u00e1ch h\u00e0ng', NULL, NULL),\n(53995, 'vi', 'db', 'Review', '\u00d4n t\u1eadp', NULL, NULL),\n(53996, 'vi', 'db', 'Confirmation', 'X\u00e1c nh\u1eadn', NULL, NULL),\n(53997, 'vi', 'db', 'Your Rating', '\u0110\u00e1nh gi\u00e1 c\u1ee7a b\u1ea1n', NULL, NULL),\n(53998, 'vi', 'db', 'Your Review', '\u0110\u00e1nh gi\u00e1 c\u1ee7a b\u1ea1n', NULL, NULL),\n(53999, 'vi', 'db', 'Add Review', 'Th\u00eam \u0111\u00e1nh gi\u00e1', NULL, NULL),\n(54000, 'vi', 'db', 'Rating', '\u0110\u00e1nh gi\u00e1', NULL, NULL),\n(54001, 'vi', 'db', 'Review', '\u00d4n t\u1eadp', NULL, NULL),\n(54002, 'vi', 'db', 'No reviews yet', 'Ch\u01b0a c\u00f3 \u0111\u00e1nh gi\u00e1 n\u00e0o', NULL, NULL),\n(54003, 'vi', 'db', 'You already reviewed this product', 'B\u1ea1n \u0111\u00e3 \u0111\u00e1nh gi\u00e1 s\u1ea3n ph\u1ea9m n\u00e0y', NULL, NULL),\n(54004, 'vi', 'db', 'You must buy it to leave a review', 'B\u1ea1n ph\u1ea3i mua n\u00f3 \u0111\u1ec3 \u0111\u1ec3 l\u1ea1i \u0111\u00e1nh gi\u00e1', NULL, NULL),\n(54005, 'vi', 'db', 'Edit Recipe', 'Ch\u1ec9nh s\u1eeda c\u00f4ng th\u1ee9c', NULL, NULL),\n(54006, 'vi', 'db', 'add_production', 'Th\u00eam s\u1ea3n xu\u1ea5t', NULL, NULL),\n(54007, 'vi', 'db', 'Adjustment Quantity', 'S\u1ed1 l\u01b0\u1ee3ng \u0111i\u1ec1u ch\u1ec9nh', NULL, NULL),\n(54008, 'vi', 'db', 'Adjust Quantity', '\u0110i\u1ec1u ch\u1ec9nh s\u1ed1 l\u01b0\u1ee3ng', NULL, NULL),\n(54009, 'vi', 'db', 'You must close your cash register before logout', 'B\u1ea1n ph\u1ea3i \u0111\u00f3ng m\u00e1y t\u00ednh ti\u1ec1n tr\u01b0\u1edbc khi \u0111\u0103ng xu\u1ea5t', NULL, NULL),\n(54010, 'vi', 'db', 'Amount exceeds available balance', 'S\u1ed1 ti\u1ec1n v\u01b0\u1ee3t qu\u00e1 s\u1ed1 d\u01b0 kh\u1ea3 d\u1ee5ng', NULL, NULL),\n(54011, 'vi', 'db', 'View Points', 'Xem \u0111i\u1ec3m', NULL, NULL),\n(54012, 'vi', 'db', 'Cash Register', 'M\u00e1y t\u00ednh ti\u1ec1n', NULL, NULL),\n(54013, 'vi', 'db', 'Closing Balance', 'S\u1ed1 d\u01b0 cu\u1ed1i k\u1ef3', NULL, NULL),\n(54014, 'vi', 'db', 'Actual Cash', 'Ti\u1ec1n m\u1eb7t th\u1ef1c t\u1ebf', NULL, NULL),\n(54015, 'vi', 'db', 'Add Invoice Setting', 'Th\u00eam c\u00e0i \u0111\u1eb7t h\u00f3a \u0111\u01a1n', NULL, NULL),\n(54016, 'vi', 'db', 'Receipt Printers', 'M\u00e1y in h\u00f3a \u0111\u01a1n', NULL, NULL),\n(54017, 'vi', 'db', 'Receipt Printer Type', 'Lo\u1ea1i m\u00e1y in h\u00f3a \u0111\u01a1n', NULL, NULL),\n(54018, 'vi', 'db', 'Simple', '\u0110\u01a1n gi\u1ea3n', NULL, NULL),\n(54019, 'vi', 'db', 'Star SP2000 Series', 'D\u00f2ng SP2000 c\u1ee7a sao', NULL, NULL),\n(54020, 'vi', 'db', 'EPOS TEP200M Series', 'D\u00f2ng EPOS TEP200M', NULL, NULL),\n(54021, 'vi', 'db', 'Epson TM-U220', 'Epson TM-U220', NULL, NULL),\n(54022, 'vi', 'db', 'Rongta RP326', 'Rongta RP326', NULL, NULL),\n(54023, 'vi', 'db', 'PBM P822D', 'PBM P822D', NULL, NULL),\n(54024, 'vi', 'db', 'Add Printer', 'Th\u00eam m\u00e1y in', NULL, NULL),\n(54025, 'vi', 'db', 'Printer Name', 'T\u00ean m\u00e1y in', NULL, NULL),\n(54026, 'vi', 'db', 'Connection Type', 'Ki\u1ec3u k\u1ebft n\u1ed1i', NULL, NULL),\n(54027, 'vi', 'db', 'Capability Profile', 'H\u1ed3 s\u01a1 n\u0103ng l\u1ef1c', NULL, NULL),\n(54028, 'vi', 'db', 'Characters per line', 'K\u00fd t\u1ef1 tr\u00ean m\u1ed7i d\u00f2ng', NULL, NULL),\n(54029, 'vi', 'db', 'IP Address', '\u0110\u1ecba ch\u1ec9 IP', NULL, NULL),\n(54030, 'vi', 'db', 'Port', 'C\u1ea3ng', NULL, NULL),\n(54031, 'vi', 'db', 'Path', 'Con \u0111\u01b0\u1eddng', NULL, NULL),\n(54032, 'vi', 'db', 'Maximum characters printable per line', 'S\u1ed1 k\u00fd t\u1ef1 t\u1ed1i \u0111a c\u00f3 th\u1ec3 in tr\u00ean m\u1ed7i d\u00f2ng', NULL, NULL),\n(54033, 'vi', 'db', 'Printer IP address', '\u0110\u1ecba ch\u1ec9 IP m\u00e1y in', NULL, NULL),\n(54034, 'vi', 'db', 'Most printers use port 9100', 'H\u1ea7u h\u1ebft c\u00e1c m\u00e1y in \u0111\u1ec1u s\u1eed d\u1ee5ng c\u1ed5ng 9100', NULL, NULL),\n(54035, 'vi', 'db', 'Device files are typically', 'C\u00e1c t\u1eadp tin thi\u1ebft b\u1ecb th\u01b0\u1eddng', NULL, NULL),\n(54036, 'vi', 'db', 'Windows connection type', 'Ki\u1ec3u k\u1ebft n\u1ed1i Windows', NULL, NULL),\n(54037, 'vi', 'db', 'Linux connection type', 'Ki\u1ec3u k\u1ebft n\u1ed1i Linux', NULL, NULL),\n(54038, 'vi', 'db', 'Receipt Printers', 'M\u00e1y in h\u00f3a \u0111\u01a1n', NULL, NULL),\n(54039, 'vi', 'db', 'Will Expire', 'S\u1ebd h\u1ebft h\u1ea1n', NULL, NULL),\n(54040, 'vi', 'db', 'This warehouse already has a printer assigned', 'Kho n\u00e0y \u0111\u00e3 \u0111\u01b0\u1ee3c giao m\u00e1y in r\u1ed3i', NULL, NULL),\n(54041, 'vi', 'db', 'The receipt has been successfully printed', 'Bi\u00ean lai \u0111\u00e3 \u0111\u01b0\u1ee3c in th\u00e0nh c\u00f4ng', NULL, NULL),\n(54042, 'vi', 'db', 'Different printers support different commands and code pages. If you are not sure, it is safest to use the Simple Capability Profile', 'C\u00e1c m\u00e1y in kh\u00e1c nhau h\u1ed7 tr\u1ee3 c\u00e1c l\u1ec7nh v\u00e0 trang m\u00e3 kh\u00e1c nhau. ', NULL, NULL),\n(54043, 'vi', 'db', 'When you assign a receipt printer to this warehouse, browser printing will be turned off. Receipts will be printed using the assigned printer, following the template you set in the invoice settings', 'Khi b\u1ea1n ch\u1ec9 \u0111\u1ecbnh m\u00e1y in bi\u00ean lai cho kho n\u00e0y, t\u00ednh n\u0103ng in tr\u00ean tr\u00ecnh duy\u1ec7t s\u1ebd b\u1ecb t\u1eaft. ', NULL, NULL),\n(54044, 'vi', 'db', 'Please select either the 58mm or 80mm template as the default in Invoice Settings', 'Vui l\u00f2ng ch\u1ecdn m\u1eabu 58mm ho\u1eb7c 80mm l\u00e0m m\u1eb7c \u0111\u1ecbnh trong C\u00e0i \u0111\u1eb7t h\u00f3a \u0111\u01a1n', NULL, NULL),\n(54045, 'vi', 'db', 'Customer Display Screen', 'M\u00e0n h\u00ecnh hi\u1ec3n th\u1ecb kh\u00e1ch h\u00e0ng', NULL, NULL),\n(54046, 'vi', 'db', 'Change Return', 'Thay \u0111\u1ed5i Tr\u1ea3 l\u1ea1i', NULL, NULL),\n(54047, 'vi', 'db', 'This is a test mail to confirm your SMTP settings are working.', '\u0110\u00e2y l\u00e0 th\u01b0 ki\u1ec3m tra \u0111\u1ec3 x\u00e1c nh\u1eadn c\u00e0i \u0111\u1eb7t SMTP c\u1ee7a b\u1ea1n \u0111ang ho\u1ea1t \u0111\u1ed9ng.', NULL, NULL),\n(54048, 'vi', 'db', 'Test Mail', 'Th\u01b0 ki\u1ec3m tra', NULL, NULL),\n(54049, 'vi', 'db', 'data_updated_mail_sent', 'D\u1eef li\u1ec7u \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt th\u00e0nh c\u00f4ng. ', NULL, NULL),\n(54050, 'vi', 'db', 'data_updated_mail_fail', 'D\u1eef li\u1ec7u \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt th\u00e0nh c\u00f4ng nh\u01b0ng th\u01b0 ki\u1ec3m tra kh\u00f4ng th\u00e0nh c\u00f4ng:', NULL, NULL),\n(54051, 'vi', 'db', 'Credit Limit', 'H\u1ea1n m\u1ee9c t\u00edn d\u1ee5ng', NULL, NULL),\n(54052, 'vi', 'db', 'Credit limit exceeded! Customer credit limit:', '\u0110\u00e3 v\u01b0\u1ee3t qu\u00e1 gi\u1edbi h\u1ea1n t\u00edn d\u1ee5ng! ', NULL, NULL),\n(54053, 'vi', 'db', 'Credit Sale', 'B\u00e1n t\u00edn d\u1ee5ng', NULL, NULL),\n(54054, 'vi', 'db', 'Initial Deposit', 'Ti\u1ec1n g\u1eedi ban \u0111\u1ea7u', NULL, NULL),\n(54055, 'vi', 'db', 'Opening balance', 'S\u1ed1 d\u01b0 \u0111\u1ea7u k\u1ef3', NULL, NULL),\n(54056, 'vi', 'db', 'WhatsApp Number', 'S\u1ed1 WhatsApp', NULL, NULL),\n(54057, 'vi', 'db', 'create_ticket', 'T\u1ea1o v\u00e9', NULL, NULL),\n(54058, 'vi', 'db', 'subject', 'Ch\u1ee7 th\u1ec3', NULL, NULL),\n(54059, 'vi', 'db', 'tenant', 'ng\u01b0\u1eddi thu\u00ea nh\u00e0', NULL, NULL),\n(54060, 'vi', 'db', 'no_subject', 'Kh\u00f4ng c\u00f3 ch\u1ee7 \u0111\u1ec1', NULL, NULL),\n(54061, 'vi', 'db', 'confirm_delete_ticket', 'B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a v\u00e9 n\u00e0y?', NULL, NULL),\n(54062, 'vi', 'db', 'add_ticket', 'Th\u00eam v\u00e9', NULL, NULL),\n(54063, 'vi', 'db', 'ticket_created', '\u0110\u00e3 t\u1ea1o v\u00e9 th\u00e0nh c\u00f4ng', NULL, NULL),\n(54064, 'vi', 'db', 'ticket_deleted', '\u0110\u00e3 x\u00f3a v\u00e9 th\u00e0nh c\u00f4ng', NULL, NULL),\n(54065, 'vi', 'db', 'insert_upload_text', 'Please insert your images\/video links in above text box, by uploading to', NULL, NULL),\n(54066, 'vi', 'db', 'reply_sent', '\u0110\u00e3 g\u1eedi tr\u1ea3 l\u1eddi th\u00e0nh c\u00f4ng', NULL, NULL),\n(54067, 'vi', 'db', 'disable_tenant_support_tickets', 'V\u00f4 hi\u1ec7u h\u00f3a v\u00e9 h\u1ed7 tr\u1ee3 ng\u01b0\u1eddi thu\u00ea nh\u00e0', NULL, NULL),\n(54068, 'vi', 'db', 'symbol', 'Bi\u1ec3u t\u01b0\u1ee3ng', NULL, NULL),\n(54069, 'vi', 'db', 'print_invoice', 'In h\u00f3a \u0111\u01a1n', NULL, NULL),\n(54070, 'vi', 'db', 'create_ticket', 'T\u1ea1o v\u00e9', NULL, NULL),\n(54071, 'vi', 'db', 'subject', 'Ch\u1ee7 th\u1ec3', NULL, NULL),\n(54072, 'vi', 'db', 'tenant', 'ng\u01b0\u1eddi thu\u00ea nh\u00e0', NULL, NULL),\n(54073, 'vi', 'db', 'no_subject', 'Kh\u00f4ng c\u00f3 ch\u1ee7 \u0111\u1ec1', NULL, NULL),\n(54074, 'vi', 'db', 'add_ticket', 'Th\u00eam v\u00e9', NULL, NULL),\n(54075, 'vi', 'db', 'confirm_delete_ticket', 'B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a v\u00e9 n\u00e0y?', NULL, NULL),\n(54076, 'vi', 'db', 'ticket_created', '\u0110\u00e3 t\u1ea1o v\u00e9 th\u00e0nh c\u00f4ng', NULL, NULL),\n(54077, 'vi', 'db', 'ticket_deleted', '\u0110\u00e3 x\u00f3a v\u00e9 th\u00e0nh c\u00f4ng', NULL, NULL),\n(54078, 'vi', 'db', 'insert_upload_text', 'Vui l\u00f2ng ch\u00e8n li\u00ean k\u1ebft h\u00ecnh \u1ea3nh\/video c\u1ee7a b\u1ea1n v\u00e0o h\u1ed9p v\u0103n b\u1ea3n \u1edf tr\u00ean b\u1eb1ng c\u00e1ch t\u1ea3i l\u00ean', NULL, NULL),\n(54079, 'vi', 'db', 'reply_sent', '\u0110\u00e3 g\u1eedi tr\u1ea3 l\u1eddi th\u00e0nh c\u00f4ng', NULL, NULL),\n(54080, 'vi', 'db', 'Return Discount', 'Gi\u1ea3m gi\u00e1 ho\u00e0n tr\u1ea3', NULL, NULL),\n(54081, 'vi', 'db', 'Activity Log', 'Nh\u1eadt k\u00fd ho\u1ea1t \u0111\u1ed9ng', NULL, NULL),\n(54082, 'vi', 'db', 'Item Description', 'M\u00f4 t\u1ea3 m\u1eb7t h\u00e0ng', NULL, NULL),\n(54083, 'vi', 'db', 'Cart Product Update', 'Gi\u1ecf h\u00e0ng C\u1eadp nh\u1eadt s\u1ea3n ph\u1ea9m', NULL, NULL),\n(54084, 'vi', 'db', 'Handle Discount', 'X\u1eed l\u00fd gi\u1ea3m gi\u00e1', NULL, NULL),\n(54085, 'vi', 'db', 'Account Selection', 'L\u1ef1a ch\u1ecdn t\u00e0i kho\u1ea3n', NULL, NULL),\n(54086, 'vi', 'db', 'Installment Plan', 'G\u00f3i tr\u1ea3 g\u00f3p', NULL, NULL),\n(54087, 'vi', 'db', 'Enable Installment Plan', 'K\u00edch ho\u1ea1t g\u00f3i tr\u1ea3 g\u00f3p', NULL, NULL),\n(54088, 'vi', 'db', 'Installment', 'tr\u1ea3 g\u00f3p', NULL, NULL),\n(54089, 'vi', 'db', 'Plan Name', 'T\u00ean k\u1ebf ho\u1ea1ch', NULL, NULL),\n(54090, 'vi', 'db', 'Total Amount', 'T\u1ed5ng s\u1ed1 ti\u1ec1n', NULL, NULL),\n(54091, 'vi', 'db', 'Additional Amount', 'S\u1ed1 ti\u1ec1n b\u1ed5 sung', NULL, NULL),\n(54092, 'vi', 'db', 'Down Payment', 'Tr\u1ea3 tr\u01b0\u1edbc', NULL, NULL),\n(54093, 'vi', 'db', 'Disable registration', 'V\u00f4 hi\u1ec7u h\u00f3a \u0111\u0103ng k\u00fd', NULL, NULL),\n(54094, 'vi', 'db', 'Disable password reset', 'V\u00f4 hi\u1ec7u h\u00f3a vi\u1ec7c \u0111\u1eb7t l\u1ea1i m\u1eadt kh\u1ea9u', NULL, NULL),\n(54095, 'vi', 'db', 'Font CSS', 'CSS ph\u00f4ng ch\u1eef', NULL, NULL),\n(54096, 'vi', 'db', 'CSS for auth pages (login\/registration\/forgot password\/verification)', 'CSS cho c\u00e1c trang x\u00e1c th\u1ef1c (\u0111\u0103ng nh\u1eadp\/\u0111\u0103ng k\u00fd\/qu\u00ean m\u1eadt kh\u1ea9u\/x\u00e1c minh)', NULL, NULL),\n(54097, 'vi', 'db', 'POS page CSS', 'CSS trang POS', NULL, NULL),\n(54098, 'vi', 'db', 'Custom CSS\/Styles', 'CSS\/ki\u1ec3u t\u00f9y ch\u1ec9nh', NULL, NULL),\n(54099, 'vi', 'db', 'Sidebar', 'Thanh b\u00ean', NULL, NULL),\n(54100, 'vi', 'db', 'Exports', 'Xu\u1ea5t kh\u1ea9u', NULL, NULL),\n(54101, 'vi', 'db', 'Cart Product Update', 'Gi\u1ecf h\u00e0ng C\u1eadp nh\u1eadt s\u1ea3n ph\u1ea9m', NULL, NULL),\n(54102, 'vi', 'db', 'Handle Discount', 'X\u1eed l\u00fd gi\u1ea3m gi\u00e1', NULL, NULL),\n(54103, 'vi', 'db', 'Product Export', 'Xu\u1ea5t kh\u1ea9u s\u1ea3n ph\u1ea9m', NULL, NULL),\n(54104, 'vi', 'db', 'Purchase Export', 'Mua h\u00e0ng Xu\u1ea5t kh\u1ea9u', NULL, NULL),\n(54105, 'vi', 'db', 'Sale Export', 'b\u00e1n h\u00e0ng xu\u1ea5t kh\u1ea9u', NULL, NULL),\n(54106, 'vi', 'db', 'Customer Export', 'Xu\u1ea5t kh\u1ea9u kh\u00e1ch h\u00e0ng', NULL, NULL),\n(54107, 'vi', 'db', 'Account Selection', 'L\u1ef1a ch\u1ecdn t\u00e0i kho\u1ea3n', NULL, NULL),\n(54108, 'vi', 'db', 'Change Sale Date', 'Thay \u0111\u1ed5i ng\u00e0y b\u00e1n', NULL, NULL),\n(54109, 'vi', 'db', 'whatsapp', 'WhatsApp', NULL, NULL),\n(54110, 'vi', 'db', 'message_templates', 'M\u1eabu tin nh\u1eafn', NULL, NULL),\n(54111, 'vi', 'db', 'send_message', 'G\u1eedi tin nh\u1eafn', NULL, NULL),\n(54112, 'vi', 'db', 'permanent_access_token', 'M\u00e3 th\u00f4ng b\u00e1o truy c\u1eadp v\u0129nh vi\u1ec5n', NULL, NULL),\n(54113, 'vi', 'db', 'whatsapp_settings', 'C\u00e0i \u0111\u1eb7t WhatsApp', NULL, NULL),\n(54114, 'vi', 'db', 'phone_number_id', 'ID s\u1ed1 \u0111i\u1ec7n tho\u1ea1i', NULL, NULL),\n(54115, 'vi', 'db', 'business_account_id', 'ID t\u00e0i kho\u1ea3n doanh nghi\u1ec7p', NULL, NULL),\n(54116, 'vi', 'db', 'api_token', 'M\u00e3 th\u00f4ng b\u00e1o API', NULL, NULL),\n(54117, 'vi', 'db', 'receipt', 'Bi\u00ean lai', NULL, NULL),\n(54118, 'vi', 'db', 'message_types', 'C\u00e1c lo\u1ea1i tin nh\u1eafn', NULL, NULL),\n(54119, 'vi', 'db', 'no_template_type_message', 'Kh\u00f4ng s\u1eed d\u1ee5ng m\u1eabu, h\u00e3y nh\u1eadp tin nh\u1eafn c\u1ee7a b\u1ea1n b\u00ean d\u01b0\u1edbi', NULL, NULL),\n(54120, 'vi', 'db', 'message_sent_successfully', 'Tin nh\u1eafn \u0111\u00e3 \u0111\u01b0\u1ee3c g\u1eedi th\u00e0nh c\u00f4ng', NULL, NULL),\n(54121, 'vi', 'db', 'fail_sent_message', 'Kh\u00f4ng g\u1eedi \u0111\u01b0\u1ee3c tin nh\u1eafn', NULL, NULL),\n(54122, 'vi', 'db', 'whatsapp_credentials_missing', 'Thi\u1ebfu th\u00f4ng tin x\u00e1c th\u1ef1c WhatsApp', NULL, NULL),\n(54123, 'vi', 'db', 'failed_upload_media_whatsApp', 'Kh\u00f4ng th\u1ec3 t\u1ea3i ph\u01b0\u01a1ng ti\u1ec7n l\u00ean WhatsApp', NULL, NULL),\n(54124, 'vi', 'db', 'media_id_not_returned_from_WhatsApp', 'ID ph\u01b0\u01a1ng ti\u1ec7n kh\u00f4ng \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 t\u1eeb qu\u00e1 tr\u00ecnh t\u1ea3i l\u00ean WhatsApp', NULL, NULL),\n(54125, 'vi', 'db', 'sending_not_enabled', 'g\u1eedi kh\u00f4ng \u0111\u01b0\u1ee3c k\u00edch ho\u1ea1t', NULL, NULL),\n(54126, 'vi', 'db', 'failed_to_fetch_templates', 'Kh\u00f4ng t\u00ecm n\u1ea1p \u0111\u01b0\u1ee3c m\u1eabu', NULL, NULL),\n(54127, 'vi', 'db', 'manage_template', 'Qu\u1ea3n l\u00fd m\u1eabu', NULL, NULL),\n(54128, 'vi', 'db', 'send_whatsapp_message', 'G\u1eedi tin nh\u1eafn Whatsapp', NULL, NULL),\n(54129, 'vi', 'db', 'type_your_message', 'Nh\u1eadp tin nh\u1eafn c\u1ee7a b\u1ea1n', NULL, NULL),\n(54130, 'vi', 'db', 'delete_confirmation', 'B\u1ea1n c\u00f3 ch\u1eafc ch\u1eafn mu\u1ed1n x\u00f3a?', NULL, NULL),\n(54131, 'vi', 'db', 'template_deleted_successfully', '\u0110\u00e3 x\u00f3a m\u1eabu th\u00e0nh c\u00f4ng', NULL, NULL),\n(54132, 'vi', 'db', 'failed_delete_template', 'Kh\u00f4ng x\u00f3a \u0111\u01b0\u1ee3c m\u1eabu', NULL, NULL),\n(54133, 'vi', 'db', 'receiver', 'Ng\u01b0\u1eddi nh\u1eadn', NULL, NULL),\n(54134, 'vi', 'db', 'template', 'B\u1ea3n m\u1eabu', NULL, NULL),\n(54135, 'vi', 'db', 'message', 'Tin nh\u1eafn', NULL, NULL),\n(54136, 'vi', 'db', 'attachment', 'T\u1ec7p \u0111\u00ednh k\u00e8m', NULL, NULL),\n(54137, 'vi', 'db', 'image', 'H\u00ecnh \u1ea3nh', NULL, NULL),\n(54138, 'vi', 'db', 'document', 'T\u00e0i li\u1ec7u', NULL, NULL),\n(54139, 'vi', 'db', 'Add Designation', 'Th\u00eam ch\u1ec9 \u0111\u1ecbnh', NULL, NULL),\n(54140, 'vi', 'db', 'Add Leave', 'Th\u00eam ngh\u1ec9 ph\u00e9p', NULL, NULL);\nINSERT INTO `translations` (`id`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES\n(54141, 'vi', 'db', 'Add Overtime', 'Th\u00eam gi\u1edd l\u00e0m th\u00eam', NULL, NULL),\n(54142, 'vi', 'db', 'Add Sale Agent', 'Th\u00eam \u0111\u1ea1i l\u00fd b\u00e1n h\u00e0ng', NULL, NULL),\n(54143, 'vi', 'db', 'Add Shift', 'Th\u00eam Ca', NULL, NULL),\n(54144, 'vi', 'db', 'Basic Salary', 'L\u01b0\u01a1ng c\u01a1 b\u1ea3n', NULL, NULL),\n(54145, 'vi', 'db', 'Commission', 'Nhi\u1ec7m v\u1ee5', NULL, NULL),\n(54146, 'vi', 'db', 'Commission Percent', 'Ph\u1ea7n tr\u0103m hoa h\u1ed3ng', NULL, NULL),\n(54147, 'vi', 'db', 'Deselect All', 'B\u1ecf ch\u1ecdn t\u1ea5t c\u1ea3', NULL, NULL),\n(54148, 'vi', 'db', 'End Date', 'Ng\u00e0y k\u1ebft th\u00fac', NULL, NULL),\n(54149, 'vi', 'db', 'End Time', 'Th\u1eddi gian k\u1ebft th\u00fac', NULL, NULL),\n(54150, 'vi', 'db', 'Expenses', 'Chi ph\u00ed', NULL, NULL),\n(54151, 'vi', 'db', 'Filter', 'L\u1ecdc', NULL, NULL),\n(54152, 'vi', 'db', 'Generate Payroll', 'T\u1ea1o b\u1ea3ng l\u01b0\u01a1ng', NULL, NULL),\n(54153, 'vi', 'db', 'Grace In (min)', '\u00c2n \u0111i\u1ec3n trong (ph\u00fat)', NULL, NULL),\n(54154, 'vi', 'db', 'Grace Out', '\u00c2n s\u1ee7ng ra ngo\u00e0i', NULL, NULL),\n(54155, 'vi', 'db', 'HRM Panel', 'B\u1ea3ng qu\u1ea3n tr\u1ecb nh\u00e2n s\u1ef1', NULL, NULL),\n(54156, 'vi', 'db', 'Import CSV', 'Nh\u1eadp CSV', NULL, NULL),\n(54157, 'vi', 'db', 'Is Sale Agent?', 'L\u00e0 \u0111\u1ea1i l\u00fd b\u00e1n h\u00e0ng?', NULL, NULL),\n(54158, 'vi', 'db', 'Leave Type', 'Lo\u1ea1i ngh\u1ec9 ph\u00e9p', NULL, NULL),\n(54159, 'vi', 'db', 'Leaves', 'L\u00e1', NULL, NULL),\n(54160, 'vi', 'db', 'Month', 'Th\u00e1ng', NULL, NULL),\n(54161, 'vi', 'db', 'Overtime', 'L\u00e0m th\u00eam gi\u1edd', NULL, NULL),\n(54162, 'vi', 'db', 'Payroll cannot be deleted if status is final', 'Kh\u00f4ng th\u1ec3 x\u00f3a b\u1ea3ng l\u01b0\u01a1ng n\u1ebfu tr\u1ea1ng th\u00e1i l\u00e0 cu\u1ed1i c\u00f9ng', NULL, NULL),\n(54163, 'vi', 'db', 'Payroll for', 'B\u1ea3ng l\u01b0\u01a1ng cho', NULL, NULL),\n(54164, 'vi', 'db', 'Payroll Group Name', 'T\u00ean nh\u00f3m b\u1ea3ng l\u01b0\u01a1ng', NULL, NULL),\n(54165, 'vi', 'db', 'Recurring', '\u0110\u1ecbnh k\u1ef3', NULL, NULL),\n(54166, 'vi', 'db', 'Region', 'V\u00f9ng \u0111\u1ea5t', NULL, NULL),\n(54167, 'vi', 'db', 'Salary', 'L\u01b0\u01a1ng', NULL, NULL),\n(54168, 'vi', 'db', 'Sale Agents', '\u0110\u1ea1i l\u00fd b\u00e1n h\u00e0ng', NULL, NULL),\n(54169, 'vi', 'db', 'Sales Target', 'M\u1ee5c ti\u00eau b\u00e1n h\u00e0ng', NULL, NULL),\n(54170, 'vi', 'db', 'Select Department', 'Ch\u1ecdn khoa', NULL, NULL),\n(54171, 'vi', 'db', 'Select Designation', 'Ch\u1ecdn ch\u1ec9 \u0111\u1ecbnh', NULL, NULL),\n(54172, 'vi', 'db', 'Select Shift', 'Ch\u1ecdn Ca', NULL, NULL),\n(54173, 'vi', 'db', 'Select Status', 'Ch\u1ecdn tr\u1ea1ng th\u00e1i', NULL, NULL),\n(54174, 'vi', 'db', 'Shift', 'S\u1ef1 thay \u0111\u1ed5i', NULL, NULL),\n(54175, 'vi', 'db', 'Start Date', 'Ng\u00e0y b\u1eaft \u0111\u1ea7u', NULL, NULL),\n(54176, 'vi', 'db', 'Start Time', 'Th\u1eddi gian b\u1eaft \u0111\u1ea7u', NULL, NULL),\n(54177, 'vi', 'db', 'invoice_to_hatsapp', 'H\u00f3a \u0111\u01a1n cho Whatsapp', NULL, NULL),\n(54178, 'vi', 'db', 'Submit All Payrolls', 'G\u1eedi t\u1ea5t c\u1ea3 b\u1ea3ng l\u01b0\u01a1ng', NULL, NULL),\n(54179, 'vi', 'db', 'Submit Payrolls', 'G\u1eedi b\u1ea3ng l\u01b0\u01a1ng', NULL, NULL),\n(54180, 'vi', 'db', 'Total Sales Amount From', 'T\u1ed5ng s\u1ed1 ti\u1ec1n b\u00e1n h\u00e0ng t\u1eeb', NULL, NULL),\n(54181, 'vi', 'db', 'Total Sales Amount To', 'T\u1ed5ng s\u1ed1 ti\u1ec1n b\u00e1n h\u00e0ng t\u1edbi', NULL, NULL),\n(54182, 'vi', 'db', 'Update Overtime', 'C\u1eadp nh\u1eadt l\u00e0m th\u00eam gi\u1edd', NULL, NULL),\n(54183, 'vi', 'db', 'Work Duration', 'Th\u1eddi gian l\u00e0m vi\u1ec7c', NULL, NULL),\n(54184, 'vi', 'db', 'Grace Out (min)', 'Grace Out (ph\u00fat)', NULL, NULL),\n(54185, 'vi', 'db', 'Annual Quota', 'H\u1ea1n ng\u1ea1ch h\u00e0ng n\u0103m', NULL, NULL),\n(54186, 'vi', 'db', 'paid_or_unpaid', '\u0110\u00e3 thanh to\u00e1n ho\u1eb7c ch\u01b0a thanh to\u00e1n', NULL, NULL),\n(54187, 'vi', 'db', 'final', 'Cu\u1ed1i c\u00f9ng', NULL, NULL),\n(54188, 'vi', 'db', 'HRM - Generate Payroll', 'HRM - T\u1ea1o B\u1ea3ng L\u01b0\u01a1ng', NULL, NULL),\n(54189, 'vi', 'db', 'employee_id', 'M\u00e3 nh\u00e2n vi\u00ean', NULL, NULL),\n(54190, 'vi', 'db', 'Please select', 'Vui l\u00f2ng ch\u1ecdn', NULL, NULL),\n(54191, 'vi', 'db', 'Redeem Points Settings', 'C\u00e0i \u0111\u1eb7t \u0111\u1ed5i \u0111i\u1ec3m', NULL, NULL),\n(54192, 'vi', 'db', 'Redeem amount per unit point', 'S\u1ed1 ti\u1ec1n \u0111\u1ed5i tr\u00ean m\u1ed7i \u0111\u01a1n v\u1ecb \u0111i\u1ec3m', NULL, NULL),\n(54193, 'vi', 'db', 'Maximum redeem point per order', '\u0110i\u1ec3m quy \u0111\u1ed5i t\u1ed1i \u0111a cho m\u1ed7i \u0111\u01a1n h\u00e0ng', NULL, NULL),\n(54194, 'vi', 'db', 'Minimum order total to redeem points', 'T\u1ed5ng \u0111\u01a1n h\u00e0ng t\u1ed1i thi\u1ec3u \u0111\u1ec3 \u0111\u1ed5i \u0111i\u1ec3m', NULL, NULL),\n(54195, 'vi', 'db', 'Minimum redeem point', '\u0110i\u1ec3m quy \u0111\u1ed5i t\u1ed1i thi\u1ec3u', NULL, NULL),\n(54196, 'vi', 'db', 'Minimum sold amount to get point', 'S\u1ed1 l\u01b0\u1ee3ng b\u00e1n t\u1ed1i thi\u1ec3u \u0111\u1ec3 nh\u1eadn \u0111i\u1ec3m', NULL, NULL),\n(54197, 'vi', 'db', 'View Document', 'Xem t\u00e0i li\u1ec7u', NULL, NULL),\n(54198, 'vi', 'db', 'Show Vat Registration Number', 'Hi\u1ec3n th\u1ecb s\u1ed1 \u0111\u0103ng k\u00fd Vat', NULL, NULL),\n(54199, 'vi', 'db', 'Show Sale Note', 'Hi\u1ec3n th\u1ecb ghi ch\u00fa b\u00e1n h\u00e0ng', NULL, NULL),\n(54200, 'vi', 'db', 'App Setting', 'C\u00e0i \u0111\u1eb7t \u1ee9ng d\u1ee5ng', NULL, NULL),\n(54201, 'vi', 'db', 'Manual Process for connecting the Mobile App', 'Quy tr\u00ecnh th\u1ee7 c\u00f4ng \u0111\u1ec3 k\u1ebft n\u1ed1i \u1ee8ng d\u1ee5ng di \u0111\u1ed9ng', NULL, NULL),\n(54202, 'vi', 'db', 'QR Code for Connecting the Mobile App', 'M\u00e3 QR \u0111\u1ec3 k\u1ebft n\u1ed1i \u1ee9ng d\u1ee5ng di \u0111\u1ed9ng', NULL, NULL),\n(54203, 'vi', 'db', 'Active Devices', 'Thi\u1ebft b\u1ecb \u0111ang ho\u1ea1t \u0111\u1ed9ng', NULL, NULL),\n(54204, 'vi', 'db', 'IP', 'IP', NULL, NULL),\n(54205, 'vi', 'db', 'Last Active', 'Ho\u1ea1t \u0111\u1ed9ng l\u1ea7n cu\u1ed1i', NULL, NULL),\n(54206, 'vi', 'db', 'We shall be back soon', 'Ch\u00fang t\u00f4i s\u1ebd quay l\u1ea1i s\u1edbm', NULL, NULL),\n(54207, 'vi', 'db', 'Sorry for the inconvenience. We are performing some working to improve your experience and will be back online shortly', 'Xin l\u1ed7i v\u00ec s\u1ef1 b\u1ea5t ti\u1ec7n n\u00e0y. ', NULL, NULL),\n(54208, 'vi', 'db', 'maintenance_mode', 'Ch\u1ebf \u0111\u1ed9 b\u1ea3o tr\u00ec', NULL, NULL),\n(54209, 'vi', 'db', 'maintenance_allowed_ips', 'IP \u0111\u01b0\u1ee3c ph\u00e9p trong Ch\u1ebf \u0111\u1ed9 b\u1ea3o tr\u00ec', NULL, NULL),\n(54210, 'vi', 'db', 'Available Balance', 'S\u1ed1 d\u01b0 kh\u1ea3 d\u1ee5ng', NULL, NULL),\n(54211, 'vi', 'db', 'profit_margin_type', 'Lo\u1ea1i t\u1ef7 su\u1ea5t l\u1ee3i nhu\u1eadn', NULL, NULL),\n(54212, 'vi', 'db', 'show_expiry_alerts_before', 'Hi\u1ec3n th\u1ecb c\u1ea3nh b\u00e1o h\u1ebft h\u1ea1n cho s\u1ea3n ph\u1ea9m tr\u01b0\u1edbc (ng\u00e0y)', NULL, NULL),\n(54213, 'vi', 'db', 'Product Review', '\u0110\u00e1nh gi\u00e1 s\u1ea3n ph\u1ea9m', NULL, NULL),\n(54214, 'vi', 'db', 'newsletter', 'B\u1ea3n tin', NULL, NULL),\n(54215, 'vi', 'db', 'Sale Exchange', 'Trao \u0111\u1ed5i mua b\u00e1n', NULL, NULL),\n(54216, 'vi', 'db', 'Sale Exchange List', 'Danh s\u00e1ch trao \u0111\u1ed5i b\u00e1n h\u00e0ng', NULL, NULL),\n(54217, 'vi', 'db', 'Add Exchange', 'Th\u00eam trao \u0111\u1ed5i', NULL, NULL),\n(54218, 'vi', 'db', 'search_by_reference_no_or_Product', 'T\u00ecm ki\u1ebfm theo s\u1ed1 tham chi\u1ebfu ho\u1eb7c s\u1ea3n ph\u1ea9m', NULL, NULL),\n(54219, 'vi', 'db', 'Order Product', '\u0110\u1eb7t h\u00e0ng s\u1ea3n ph\u1ea9m', NULL, NULL),\n(54220, 'vi', 'db', 'Payment Type', 'Lo\u1ea1i thanh to\u00e1n', NULL, NULL),\n(54221, 'vi', 'db', 'Payment Type', 'Lo\u1ea1i thanh to\u00e1n', NULL, NULL),\n(54222, 'vi', 'db', 'Edit Production', 'Ch\u1ec9nh s\u1eeda s\u1ea3n xu\u1ea5t', NULL, NULL),\n(54223, 'vi', 'db', 'Delete Production', 'X\u00f3a s\u1ea3n xu\u1ea5t', NULL, NULL),\n(54224, 'vi', 'db', 'Recipe List', 'Danh s\u00e1ch c\u00f4ng th\u1ee9c', NULL, NULL),\n(54225, 'vi', 'db', 'Add Recipe', 'Th\u00eam c\u00f4ng th\u1ee9c', NULL, NULL),\n(54226, 'vi', 'db', 'Delete Recipe', 'X\u00f3a c\u00f4ng th\u1ee9c', NULL, NULL),\n(54227, 'vi', 'db', 'Theme Settings', 'C\u00e0i \u0111\u1eb7t ch\u1ee7 \u0111\u1ec1', NULL, NULL),\n(54228, 'vi', 'db', 'show_customer_name', 'Hi\u1ec3n th\u1ecb t\u00ean kh\u00e1ch h\u00e0ng', NULL, NULL),\n(54229, 'vi', 'db', 'sale_due', '\u0110\u1ebfn h\u1ea1n b\u00e1n', NULL, NULL),\n(54230, 'vi', 'db', 'purchase_due', 'Mua h\u00e0ng \u0111\u1ebfn h\u1ea1n', NULL, NULL),\n(54231, 'vi', 'db', 'bulk_update', 'C\u1eadp nh\u1eadt h\u00e0ng lo\u1ea1t', NULL, NULL),\n(54232, 'vi', 'db', 'payment_at', 'Thanh to\u00e1n t\u1ea1i', NULL, NULL),\n(54233, 'vi', 'db', 'paper_size', 'Kh\u1ed5 gi\u1ea5y', NULL, NULL),\n(54234, 'vi', 'db', 'Type designation name', 'T\u00ean ch\u1ec9 \u0111\u1ecbnh lo\u1ea1i', NULL, NULL),\n(54235, 'vi', 'db', 'Type shift name', 'Nh\u1eadp t\u00ean ca', NULL, NULL),\n(54236, 'vi', 'db', 'Add Leave Type', 'Th\u00eam lo\u1ea1i ngh\u1ec9 ph\u00e9p', NULL, NULL),\n(54237, 'vi', 'db', 'Update Leave Type', 'C\u1eadp nh\u1eadt lo\u1ea1i ngh\u1ec9 ph\u00e9p', NULL, NULL),\n(54238, 'vi', 'db', 'Carry Forward Limit', 'Gi\u1edbi h\u1ea1n chuy\u1ec3n ti\u1ebfp', NULL, NULL),\n(54239, 'vi', 'db', 'stock', 'C\u1ed5 ph\u1ea7n', NULL, NULL),\n(54240, 'vi', 'db', 'profit_loss_report', 'B\u00e1o c\u00e1o l\u00e3i\/l\u1ed7', NULL, NULL),\n(54241, 'en', 'db', 'Payment Date', 'Payment Date', NULL, NULL),\n(54242, 'en', 'db', 'payment_term', 'Payment Term', NULL, NULL),\n(54243, 'en', 'db', 'Stock Price', 'Stock Price', NULL, NULL),\n(54244, 'en', 'db', 'enable_customer_display', 'Enable Customer Display', NULL, NULL),\n(54245, 'en', 'db', 'disable_customer_display ', 'Disable Customer Display', NULL, NULL),\n(54246, 'en', 'db', 'disable_customer_display', 'Disable Customer Display', NULL, NULL),\n(54247, 'en', 'db', 'Add Damage Stock', 'Add Damage Stock', NULL, NULL),\n(54248, 'en', 'db', 'Update Damage Stock', 'Update Damage Stock', NULL, NULL),\n(54249, 'en', 'db', 'Damage Quantity', 'Damage Quantity', NULL, NULL),\n(54250, 'en', 'db', 'Damage Stock', 'Damage Stock', NULL, NULL),\n(54251, 'en', 'db', 'Damage List', 'Damage List', NULL, NULL),\n(54252, 'en', 'db', 'Add Booking', 'Add Booking', NULL, NULL),\n(54253, 'en', 'db', 'Booking List', 'Booking List', NULL, NULL),\n(54254, 'en', 'db', 'Booking Filters', 'Booking Filters', NULL, NULL),\n(54255, 'en', 'db', 'Calendar View', 'Calendar View', NULL, NULL),\n(54256, 'en', 'db', 'List View', 'List View', NULL, NULL),\n(54257, 'en', 'db', 'Status', 'Status', NULL, NULL),\n(54258, 'en', 'db', 'Send Email', 'Send Email', NULL, NULL),\n(54259, 'en', 'db', 'Booked', 'Booked', NULL, NULL),\n(54260, 'en', 'db', 'Waiting', 'Waiting', NULL, NULL),\n(54261, 'en', 'db', 'Cancelled', 'Cancelled', NULL, NULL),\n(54262, 'en', 'db', 'Booking', 'Booking', NULL, NULL),\n(54263, 'en', 'db', 'Print Payment Receipt', 'Print Payment Receipt', NULL, NULL),\n(54264, 'en', 'db', 'Previous Due', 'Previous Due', NULL, NULL);\n-- --------------------------------------------------------\n--\n-- Table structure for table `units`\n--\nCREATE TABLE `units` (\n`id` int UNSIGNED NOT NULL,\n`unit_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`unit_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`base_unit` int DEFAULT NULL,\n`operator` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`operation_value` double DEFAULT NULL,\n`is_active` tinyint(1) DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `units`\n--\nINSERT INTO `units` (`id`, `unit_code`, `unit_name`, `base_unit`, `operator`, `operation_value`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'pc', 'Piece', NULL, '*', 1, 1, '2024-01-08 05:37:39', '2024-01-08 05:37:39'),\n(2, 'dozen', 'Dozen', 1, '*', 12, 1, '2024-01-08 05:38:27', '2024-01-08 05:38:27'),\n(3, 'carton', 'Carton', 1, '*', 24, 1, '2024-01-08 05:39:01', '2024-01-08 05:39:01'),\n(4, 'kg', 'Kilogram', NULL, '*', 1, 1, '2024-01-08 05:39:37', '2024-01-08 05:39:37'),\n(5, 'gm', 'Gram', 4, '\/', 1000, 1, '2024-01-08 05:40:00', '2025-07-07 08:38:04'),\n(7, 'pallet', 'Pallet', 1, '*', 720, 1, '2025-07-24 09:52:27', '2025-07-24 09:52:27'),\n(8, 'tray', 'Tray', 1, '*', 12, 1, '2025-07-24 09:53:05', '2025-07-24 09:53:05'),\n(9, 'can', 'Can', 1, '*', 1, 1, '2025-07-24 09:53:55', '2025-07-24 09:53:55'),\n(10, 'tst', 'test', NULL, '*', 1, 0, '2025-08-19 07:17:59', '2025-08-19 07:21:37'),\n(11, 'tst2', 'test2', 10, '*', 10, 0, '2025-08-19 07:21:16', '2025-08-19 07:21:25');\n-- --------------------------------------------------------\n--\n-- Table structure for table `users`\n--\nCREATE TABLE `users` (\n`id` int UNSIGNED NOT NULL,\n`account_id` int UNSIGNED DEFAULT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`password` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL,\n`phone` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`company_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`role_id` int NOT NULL,\n`biller_id` int DEFAULT NULL,\n`warehouse_id` int DEFAULT NULL,\n`is_active` tinyint(1) NOT NULL,\n`is_deleted` tinyint(1) NOT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `users`\n--\nINSERT INTO `users` (`id`, `account_id`, `name`, `email`, `password`, `remember_token`, `created_at`, `updated_at`, `phone`, `company_name`, `role_id`, `biller_id`, `warehouse_id`, `is_active`, `is_deleted`) VALUES\n(1, NULL, 'admin', 'support@lion-coders.com', '$2y$10$D3NNYjFpxZ\/7ve5fTVs.k.6cH5AfPyPC1JL7\/G8NQoVcTPvt9nZoa', 'Mwy1AwyNB1sqetmP9zCFtoRiZWxfnwY8QKpWjegxTDv4BVyTlFabenIBWS2A', '2018-06-02 03:24:15', '2023-07-15 11:18:25', '12112', 'lioncoders', 1, NULL, NULL, 1, 0),\n(9, NULL, 'staff', 'anda@gmail.com', '$2y$10$WnwEVOzREX\/cyM.F5ubzF.aWzD2VvpUzo195URk24ZHY5fsiNqMYS', 'kQj6f17KSrWe1Q9v0QDpTUvokjmph5BpkwLCMBXrenprlxLOeb6u44cUjIKa', '2018-07-02 01:08:08', '2025-07-14 10:40:29', '3123', NULL, 4, 1, 2, 1, 0),\n(19, NULL, 'shakalaka', 'shakalaka@gmail.com', '$2y$10$ketLWT0Ib\/JXpo00eJlxoeSw.7leS8V1CUGInfbyOWT4F5.Xuo7S2', NULL, '2020-11-09 00:07:16', '2020-11-09 00:07:16', '1212', 'Digital image', 5, NULL, NULL, 1, 0),\n(21, NULL, 'modon', 'modon@gmail.com', '$2y$10$7VpoeGMkP8QCvL5zLwFW..6MYJ5MRumDLDoX.TTQtClS561rpFHY.', NULL, '2020-11-13 07:12:08', '2020-11-13 07:12:08', '2222', 'modon company', 5, NULL, NULL, 1, 0),\n(22, NULL, 'dhiman', 'dhiman@gmail.com', '$2y$10$3mPygsC6wwnDtw\/Sg85IpuExtUhgaHx52Lwp7Rz0.FNfuFdfKVpRq', NULL, '2020-11-15 06:14:58', '2020-11-15 06:14:58', '+8801111111101', 'lioncoders', 5, NULL, NULL, 1, 0),\n(39, NULL, 'maja', 'maja@maja.com', '$2y$10$lrMVhNDE9AuKhFrJIgG2y.zdtrCltR8\/JB1okO0W8GsUcMjSFW7rW', NULL, '2022-09-14 04:37:21', '2022-09-14 04:37:21', '444555', NULL, 4, 5, 2, 1, 0),\n(42, NULL, 'Tarik Iqbal', 'tarik_17@yahoo.co.uk', '$2y$10$z2nZAsrIPrSWgPEtTY9D6.1vmkvYj4p3W3kamYvdoCDnCtlVqZp86', NULL, '2023-11-17 05:04:37', '2023-11-28 15:10:11', '', NULL, 5, NULL, NULL, 1, 0),\n(43, NULL, 'support@lion-coders.com', 'support@lion-coders.com', '$2y$10$ea.ekPLTQk0Y5087FqSbdevaN.gkEMGucgFJ13aGPEd.EqY45Y.AK', NULL, '2023-12-09 14:15:06', '2023-12-09 14:15:50', '', NULL, 5, NULL, NULL, 1, 0),\n(44, NULL, 'james', 'jamesbond@gmail.com', '$2y$10$7XCviP5GAZm6E\/nlk4HQmuyw2kbhVpLbxsN6PqmNubmUKpiseGiEy', NULL, '2024-01-19 13:23:28', '2024-01-19 13:23:28', '313131', 'MI6', 5, NULL, NULL, 1, 0),\n(46, NULL, 'bkk', 'bkk@bkk.com', '$2y$10$6FBCW.gf7tOH6ygDYLUcSeVkur1VL.iBSvGor35AxO849fJLxxZoW', NULL, '2024-06-10 10:40:15', '2024-06-10 10:40:15', '87897', NULL, 5, NULL, NULL, 1, 0),\n(47, NULL, 'tetat', 'tetat0010@gmail.com', '$2y$10$9w3Nz9lVJnPiRjj7rkjZJO\/hly3U5WpxWCKuYJJmJhM1f7fFST1zO', NULL, '2025-02-05 11:45:39', '2025-02-05 11:45:39', '01930000012', 'LionCoders', 1, NULL, NULL, 1, 0),\n(48, NULL, 'staff2', 'SSS@DDF.COM', '$2y$10$LlVFL.K.8BOuI\/c5NcitleEejCnhpzs14SCWLb1lJkf1jJOXPdwBG', NULL, '2025-09-02 18:34:56', '2025-09-02 18:34:56', '34514T65Q346', NULL, 4, 1, 2, 1, 0),\n(49, NULL, 'al-cust', 'customer1@alshajara-almuthmira.com', '$2y$10$M6KnH2hxg1tbXl446f7hK.cxqkzagsPSX6tRnsRTjuHN6meinI.NO', NULL, '2025-09-02 18:40:03', '2025-09-02 18:40:03', '9647507702372', 'ALSHAJARA', 5, NULL, NULL, 1, 0);\n-- --------------------------------------------------------\n--\n-- Table structure for table `variants`\n--\nCREATE TABLE `variants` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `variants`\n--\nINSERT INTO `variants` (`id`, `name`, `created_at`, `updated_at`) VALUES\n(1, 's\/red', '2024-11-24 08:57:18', '2024-11-24 08:57:18'),\n(2, 's\/blue', '2024-11-24 08:57:18', '2024-11-24 08:57:18'),\n(3, 'm\/red', '2024-11-24 08:57:18', '2024-11-24 08:57:18'),\n(4, 'm\/blue', '2024-11-24 08:57:18', '2024-11-24 08:57:18'),\n(5, 'red', '2024-12-19 05:23:34', '2024-12-19 05:23:34'),\n(6, 'green', '2024-12-19 05:23:34', '2024-12-19 05:23:34'),\n(7, 'blue', '2024-12-19 05:23:34', '2024-12-19 05:23:34'),\n(8, 'Black\/Blue', '2025-01-08 08:43:52', '2025-01-08 08:43:52'),\n(9, 'White', '2025-01-08 09:08:46', '2025-01-08 09:08:46'),\n(10, 'Silver', '2025-01-08 12:50:34', '2025-01-08 12:50:34'),\n(11, 'Black', '2025-01-08 12:50:34', '2025-01-08 12:50:34'),\n(12, 'Sky', '2025-01-08 12:56:54', '2025-01-08 12:56:54'),\n(13, 'Inherit', '2025-01-08 12:56:54', '2025-01-08 12:56:54'),\n(14, 'Ash', '2025-01-09 04:32:16', '2025-01-09 04:32:16'),\n(15, 'Brown', '2025-01-20 04:53:13', '2025-01-20 04:53:13'),\n(16, 'S\/Green', '2025-01-22 10:01:22', '2025-01-22 10:01:22'),\n(17, 'M\/Green', '2025-01-22 10:01:22', '2025-01-22 10:01:22'),\n(18, 'L\/Red', '2025-01-22 10:01:22', '2025-01-22 10:01:22'),\n(19, 'L\/Green', '2025-01-22 10:01:22', '2025-01-22 10:01:22'),\n(20, 'red\/s', '2026-01-23 16:28:21', '2026-01-23 16:28:21'),\n(21, 'red\/m', '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(22, 'red\/l', '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(23, 'green\/s', '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(24, 'green\/m', '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(25, 'green\/l', '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(26, 'blue\/s', '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(27, 'blue\/m', '2026-01-23 16:28:22', '2026-01-23 16:28:22'),\n(28, 'blue\/l', '2026-01-23 16:28:22', '2026-01-23 16:28:22');\n-- --------------------------------------------------------\n--\n-- Table structure for table `warehouses`\n--\nCREATE TABLE `warehouses` (\n`id` int UNSIGNED NOT NULL,\n`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`phone` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`address` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n`is_active` tinyint(1) DEFAULT NULL,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Dumping data for table `warehouses`\n--\nINSERT INTO `warehouses` (`id`, `name`, `phone`, `email`, `address`, `is_active`, `created_at`, `updated_at`) VALUES\n(1, 'Shop 1', '97090998', 'ashfaqdev.php@gmail.com', 'london', 1, '2024-01-19 13:28:31', '2024-05-28 07:56:14'),\n(2, 'Shop 2', '8098098', 'ashfaqdev.php@gmail.com', 'Liverpool', 1, '2024-01-19 13:28:52', '2024-05-28 07:57:05'),\n(3, 'Tanisha Wood', '+1 (584) 171-5081', 'foxyra@mailinator.com', 'Quibusdam ut nulla c', 0, '2025-04-08 10:06:36', '2025-04-08 10:07:22');\n-- --------------------------------------------------------\n--\n-- Table structure for table `whatsapp_settings`\n--\nCREATE TABLE `whatsapp_settings` (\n`id` bigint UNSIGNED NOT NULL,\n`phone_number_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`business_account_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n`permanent_access_token` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n`created_at` timestamp NULL DEFAULT NULL,\n`updated_at` timestamp NULL DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;\n--\n-- Indexes for dumped tables\n--\n--\n-- Indexes for table `accounts`\n--\nALTER TABLE `accounts`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `active_theme_settings`\n--\nALTER TABLE `active_theme_settings`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `activity_logs`\n--\nALTER TABLE `activity_logs`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `adjustments`\n--\nALTER TABLE `adjustments`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `attendances`\n--\nALTER TABLE `attendances`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `barcodes`\n--\nALTER TABLE `barcodes`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `billers`\n--\nALTER TABLE `billers`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `bookings`\n--\nALTER TABLE `bookings`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `brands`\n--\nALTER TABLE `brands`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `cash_registers`\n--\nALTER TABLE `cash_registers`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `categories`\n--\nALTER TABLE `categories`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `challans`\n--\nALTER TABLE `challans`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `coupons`\n--\nALTER TABLE `coupons`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `couriers`\n--\nALTER TABLE `couriers`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `currencies`\n--\nALTER TABLE `currencies`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `customers`\n--\nALTER TABLE `customers`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `customer_groups`\n--\nALTER TABLE `customer_groups`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `custom_fields`\n--\nALTER TABLE `custom_fields`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `damage_stocks`\n--\nALTER TABLE `damage_stocks`\nADD PRIMARY KEY (`id`),\nADD UNIQUE KEY `damage_stocks_reference_no_unique` (`reference_no`);\n--\n-- Indexes for table `delete_account_requests`\n--\nALTER TABLE `delete_account_requests`\nADD PRIMARY KEY (`id`),\nADD UNIQUE KEY `delete_account_requests_email_unique` (`email`);\n--\n-- Indexes for table `deliveries`\n--\nALTER TABLE `deliveries`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `departments`\n--\nALTER TABLE `departments`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `deposits`\n--\nALTER TABLE `deposits`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `designations`\n--\nALTER TABLE `designations`\nADD PRIMARY KEY (`id`),\nADD UNIQUE KEY `designations_name_unique` (`name`);\n--\n-- Indexes for table `discounts`\n--\nALTER TABLE `discounts`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `discount_plans`\n--\nALTER TABLE `discount_plans`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `discount_plan_customers`\n--\nALTER TABLE `discount_plan_customers`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `discount_plan_discounts`\n--\nALTER TABLE `discount_plan_discounts`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `dso_alerts`\n--\nALTER TABLE `dso_alerts`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `employees`\n--\nALTER TABLE `employees`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `expenses`\n--\nALTER TABLE `expenses`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `expense_categories`\n--\nALTER TABLE `expense_categories`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `external_services`\n--\nALTER TABLE `external_services`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `failed_jobs`\n--\nALTER TABLE `failed_jobs`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `general_settings`\n--\nALTER TABLE `general_settings`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `gift_cards`\n--\nALTER TABLE `gift_cards`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `gift_card_recharges`\n--\nALTER TABLE `gift_card_recharges`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `holidays`\n--\nALTER TABLE `holidays`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `hrm_settings`\n--\nALTER TABLE `hrm_settings`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `incomes`\n--\nALTER TABLE `incomes`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `income_categories`\n--\nALTER TABLE `income_categories`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `installments`\n--\nALTER TABLE `installments`\nADD PRIMARY KEY (`id`),\nADD KEY `installments_installment_plan_id_foreign` (`installment_plan_id`);\n--\n-- Indexes for table `installment_plans`\n--\nALTER TABLE `installment_plans`\nADD PRIMARY KEY (`id`),\nADD UNIQUE KEY `installment_plans_reference_type_reference_id_unique` (`reference_type`,`reference_id`);\n--\n-- Indexes for table `invoice_schemas`\n--\nALTER TABLE `invoice_schemas`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `invoice_settings`\n--\nALTER TABLE `invoice_settings`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `languages`\n--\nALTER TABLE `languages`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `leaves`\n--\nALTER TABLE `leaves`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `leave_types`\n--\nALTER TABLE `leave_types`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `mail_settings`\n--\nALTER TABLE `mail_settings`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `migrations`\n--\nALTER TABLE `migrations`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `mobile_tokens`\n--\nALTER TABLE `mobile_tokens`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `money_transfers`\n--\nALTER TABLE `money_transfers`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `notifications`\n--\nALTER TABLE `notifications`\nADD PRIMARY KEY (`id`),\nADD KEY `notifications_notifiable_type_notifiable_id_index` (`notifiable_type`,`notifiable_id`);\n--\n-- Indexes for table `overtimes`\n--\nALTER TABLE `overtimes`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `packing_slips`\n--\nALTER TABLE `packing_slips`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `packing_slip_products`\n--\nALTER TABLE `packing_slip_products`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `password_resets`\n--\nALTER TABLE `password_resets`\nADD KEY `password_resets_email_index` (`email`);\n--\n-- Indexes for table `payments`\n--\nALTER TABLE `payments`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `payment_with_cheque`\n--\nALTER TABLE `payment_with_cheque`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `payment_with_credit_card`\n--\nALTER TABLE `payment_with_credit_card`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `payment_with_gift_card`\n--\nALTER TABLE `payment_with_gift_card`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `payment_with_paypal`\n--\nALTER TABLE `payment_with_paypal`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `payrolls`\n--\nALTER TABLE `payrolls`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `permissions`\n--\nALTER TABLE `permissions`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `personal_access_tokens`\n--\nALTER TABLE `personal_access_tokens`\nADD PRIMARY KEY (`id`),\nADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`),\nADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`);\n--\n-- Indexes for table `pos_setting`\n--\nALTER TABLE `pos_setting`\nADD UNIQUE KEY `pos_setting_id_unique` (`id`);\n--\n-- Indexes for table `printers`\n--\nALTER TABLE `printers`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `productions`\n--\nALTER TABLE `productions`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `products`\n--\nALTER TABLE `products`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `product_adjustments`\n--\nALTER TABLE `product_adjustments`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `product_batches`\n--\nALTER TABLE `product_batches`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `product_damage_stocks`\n--\nALTER TABLE `product_damage_stocks`\nADD PRIMARY KEY (`id`),\nADD KEY `product_damage_stocks_damage_stock_id_foreign` (`damage_stock_id`);\n--\n-- Indexes for table `product_exchanges`\n--\nALTER TABLE `product_exchanges`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `product_productions`\n--\nALTER TABLE `product_productions`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `product_purchases`\n--\nALTER TABLE `product_purchases`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `product_quotation`\n--\nALTER TABLE `product_quotation`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `product_returns`\n--\nALTER TABLE `product_returns`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `product_sales`\n--\nALTER TABLE `product_sales`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `product_transfer`\n--\nALTER TABLE `product_transfer`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `product_variants`\n--\nALTER TABLE `product_variants`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `product_warehouse`\n--\nALTER TABLE `product_warehouse`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `purchases`\n--\nALTER TABLE `purchases`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `purchase_product_return`\n--\nALTER TABLE `purchase_product_return`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `quotations`\n--\nALTER TABLE `quotations`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `returns`\n--\nALTER TABLE `returns`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `return_purchases`\n--\nALTER TABLE `return_purchases`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `reward_points`\n--\nALTER TABLE `reward_points`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `reward_point_settings`\n--\nALTER TABLE `reward_point_settings`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `roles`\n--\nALTER TABLE `roles`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `role_has_permissions`\n--\nALTER TABLE `role_has_permissions`\nADD PRIMARY KEY (`permission_id`,`role_id`),\nADD KEY `role_has_permissions_role_id_foreign` (`role_id`);\n--\n-- Indexes for table `sales`\n--\nALTER TABLE `sales`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `sale_exchanges`\n--\nALTER TABLE `sale_exchanges`\nADD PRIMARY KEY (`id`),\nADD UNIQUE KEY `sale_exchanges_reference_no_unique` (`reference_no`);\n--\n-- Indexes for table `shifts`\n--\nALTER TABLE `shifts`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `sms_templates`\n--\nALTER TABLE `sms_templates`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `stock_counts`\n--\nALTER TABLE `stock_counts`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `suppliers`\n--\nALTER TABLE `suppliers`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `tables`\n--\nALTER TABLE `tables`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `taxes`\n--\nALTER TABLE `taxes`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `theme_settings`\n--\nALTER TABLE `theme_settings`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `transfers`\n--\nALTER TABLE `transfers`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `translations`\n--\nALTER TABLE `translations`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `units`\n--\nALTER TABLE `units`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `users`\n--\nALTER TABLE `users`\nADD PRIMARY KEY (`id`),\nADD KEY `users_account_id_foreign` (`account_id`);\n--\n-- Indexes for table `variants`\n--\nALTER TABLE `variants`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `warehouses`\n--\nALTER TABLE `warehouses`\nADD PRIMARY KEY (`id`);\n--\n-- Indexes for table `whatsapp_settings`\n--\nALTER TABLE `whatsapp_settings`\nADD PRIMARY KEY (`id`);\n--\n-- AUTO_INCREMENT for dumped tables\n--\n--\n-- AUTO_INCREMENT for table `accounts`\n--\nALTER TABLE `accounts`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;\n--\n-- AUTO_INCREMENT for table `active_theme_settings`\n--\nALTER TABLE `active_theme_settings`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `activity_logs`\n--\nALTER TABLE `activity_logs`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;\n--\n-- AUTO_INCREMENT for table `adjustments`\n--\nALTER TABLE `adjustments`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;\n--\n-- AUTO_INCREMENT for table `attendances`\n--\nALTER TABLE `attendances`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `barcodes`\n--\nALTER TABLE `barcodes`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;\n--\n-- AUTO_INCREMENT for table `billers`\n--\nALTER TABLE `billers`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;\n--\n-- AUTO_INCREMENT for table `bookings`\n--\nALTER TABLE `bookings`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `brands`\n--\nALTER TABLE `brands`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;\n--\n-- AUTO_INCREMENT for table `cash_registers`\n--\nALTER TABLE `cash_registers`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;\n--\n-- AUTO_INCREMENT for table `categories`\n--\nALTER TABLE `categories`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55;\n--\n-- AUTO_INCREMENT for table `challans`\n--\nALTER TABLE `challans`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;\n--\n-- AUTO_INCREMENT for table `coupons`\n--\nALTER TABLE `coupons`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `couriers`\n--\nALTER TABLE `couriers`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;\n--\n-- AUTO_INCREMENT for table `currencies`\n--\nALTER TABLE `currencies`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;\n--\n-- AUTO_INCREMENT for table `customers`\n--\nALTER TABLE `customers`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;\n--\n-- AUTO_INCREMENT for table `customer_groups`\n--\nALTER TABLE `customer_groups`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `custom_fields`\n--\nALTER TABLE `custom_fields`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `damage_stocks`\n--\nALTER TABLE `damage_stocks`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `delete_account_requests`\n--\nALTER TABLE `delete_account_requests`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `deliveries`\n--\nALTER TABLE `deliveries`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;\n--\n-- AUTO_INCREMENT for table `departments`\n--\nALTER TABLE `departments`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `deposits`\n--\nALTER TABLE `deposits`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `designations`\n--\nALTER TABLE `designations`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `discounts`\n--\nALTER TABLE `discounts`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;\n--\n-- AUTO_INCREMENT for table `discount_plans`\n--\nALTER TABLE `discount_plans`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;\n--\n-- AUTO_INCREMENT for table `discount_plan_customers`\n--\nALTER TABLE `discount_plan_customers`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;\n--\n-- AUTO_INCREMENT for table `discount_plan_discounts`\n--\nALTER TABLE `discount_plan_discounts`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;\n--\n-- AUTO_INCREMENT for table `dso_alerts`\n--\nALTER TABLE `dso_alerts`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `employees`\n--\nALTER TABLE `employees`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `expenses`\n--\nALTER TABLE `expenses`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;\n--\n-- AUTO_INCREMENT for table `expense_categories`\n--\nALTER TABLE `expense_categories`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `external_services`\n--\nALTER TABLE `external_services`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;\n--\n-- AUTO_INCREMENT for table `failed_jobs`\n--\nALTER TABLE `failed_jobs`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `general_settings`\n--\nALTER TABLE `general_settings`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `gift_cards`\n--\nALTER TABLE `gift_cards`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `gift_card_recharges`\n--\nALTER TABLE `gift_card_recharges`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `holidays`\n--\nALTER TABLE `holidays`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `hrm_settings`\n--\nALTER TABLE `hrm_settings`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `incomes`\n--\nALTER TABLE `incomes`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `income_categories`\n--\nALTER TABLE `income_categories`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `installments`\n--\nALTER TABLE `installments`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;\n--\n-- AUTO_INCREMENT for table `installment_plans`\n--\nALTER TABLE `installment_plans`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `invoice_schemas`\n--\nALTER TABLE `invoice_schemas`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `invoice_settings`\n--\nALTER TABLE `invoice_settings`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;\n--\n-- AUTO_INCREMENT for table `languages`\n--\nALTER TABLE `languages`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;\n--\n-- AUTO_INCREMENT for table `leaves`\n--\nALTER TABLE `leaves`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `leave_types`\n--\nALTER TABLE `leave_types`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `mail_settings`\n--\nALTER TABLE `mail_settings`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;\n--\n-- AUTO_INCREMENT for table `migrations`\n--\nALTER TABLE `migrations`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=471;\n--\n-- AUTO_INCREMENT for table `mobile_tokens`\n--\nALTER TABLE `mobile_tokens`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `money_transfers`\n--\nALTER TABLE `money_transfers`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `overtimes`\n--\nALTER TABLE `overtimes`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `packing_slips`\n--\nALTER TABLE `packing_slips`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=50;\n--\n-- AUTO_INCREMENT for table `packing_slip_products`\n--\nALTER TABLE `packing_slip_products`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;\n--\n-- AUTO_INCREMENT for table `payments`\n--\nALTER TABLE `payments`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=389;\n--\n-- AUTO_INCREMENT for table `payment_with_cheque`\n--\nALTER TABLE `payment_with_cheque`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;\n--\n-- AUTO_INCREMENT for table `payment_with_credit_card`\n--\nALTER TABLE `payment_with_credit_card`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;\n--\n-- AUTO_INCREMENT for table `payment_with_gift_card`\n--\nALTER TABLE `payment_with_gift_card`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `payment_with_paypal`\n--\nALTER TABLE `payment_with_paypal`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `payrolls`\n--\nALTER TABLE `payrolls`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `permissions`\n--\nALTER TABLE `permissions`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=229;\n--\n-- AUTO_INCREMENT for table `personal_access_tokens`\n--\nALTER TABLE `personal_access_tokens`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `printers`\n--\nALTER TABLE `printers`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `productions`\n--\nALTER TABLE `productions`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;\n--\n-- AUTO_INCREMENT for table `products`\n--\nALTER TABLE `products`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=155;\n--\n-- AUTO_INCREMENT for table `product_adjustments`\n--\nALTER TABLE `product_adjustments`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;\n--\n-- AUTO_INCREMENT for table `product_batches`\n--\nALTER TABLE `product_batches`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;\n--\n-- AUTO_INCREMENT for table `product_damage_stocks`\n--\nALTER TABLE `product_damage_stocks`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `product_exchanges`\n--\nALTER TABLE `product_exchanges`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `product_productions`\n--\nALTER TABLE `product_productions`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;\n--\n-- AUTO_INCREMENT for table `product_purchases`\n--\nALTER TABLE `product_purchases`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=390;\n--\n-- AUTO_INCREMENT for table `product_quotation`\n--\nALTER TABLE `product_quotation`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;\n--\n-- AUTO_INCREMENT for table `product_returns`\n--\nALTER TABLE `product_returns`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;\n--\n-- AUTO_INCREMENT for table `product_sales`\n--\nALTER TABLE `product_sales`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=538;\n--\n-- AUTO_INCREMENT for table `product_transfer`\n--\nALTER TABLE `product_transfer`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=85;\n--\n-- AUTO_INCREMENT for table `product_variants`\n--\nALTER TABLE `product_variants`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=125;\n--\n-- AUTO_INCREMENT for table `product_warehouse`\n--\nALTER TABLE `product_warehouse`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=462;\n--\n-- AUTO_INCREMENT for table `purchases`\n--\nALTER TABLE `purchases`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=181;\n--\n-- AUTO_INCREMENT for table `purchase_product_return`\n--\nALTER TABLE `purchase_product_return`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;\n--\n-- AUTO_INCREMENT for table `quotations`\n--\nALTER TABLE `quotations`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;\n--\n-- AUTO_INCREMENT for table `returns`\n--\nALTER TABLE `returns`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;\n--\n-- AUTO_INCREMENT for table `return_purchases`\n--\nALTER TABLE `return_purchases`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;\n--\n-- AUTO_INCREMENT for table `reward_points`\n--\nALTER TABLE `reward_points`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;\n--\n-- AUTO_INCREMENT for table `reward_point_settings`\n--\nALTER TABLE `reward_point_settings`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `roles`\n--\nALTER TABLE `roles`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;\n--\n-- AUTO_INCREMENT for table `sales`\n--\nALTER TABLE `sales`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=485;\n--\n-- AUTO_INCREMENT for table `sale_exchanges`\n--\nALTER TABLE `sale_exchanges`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `shifts`\n--\nALTER TABLE `shifts`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- AUTO_INCREMENT for table `sms_templates`\n--\nALTER TABLE `sms_templates`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;\n--\n-- AUTO_INCREMENT for table `stock_counts`\n--\nALTER TABLE `stock_counts`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;\n--\n-- AUTO_INCREMENT for table `suppliers`\n--\nALTER TABLE `suppliers`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;\n--\n-- AUTO_INCREMENT for table `tables`\n--\nALTER TABLE `tables`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;\n--\n-- AUTO_INCREMENT for table `taxes`\n--\nALTER TABLE `taxes`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;\n--\n-- AUTO_INCREMENT for table `theme_settings`\n--\nALTER TABLE `theme_settings`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;\n--\n-- AUTO_INCREMENT for table `transfers`\n--\nALTER TABLE `transfers`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45;\n--\n-- AUTO_INCREMENT for table `translations`\n--\nALTER TABLE `translations`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54265;\n--\n-- AUTO_INCREMENT for table `units`\n--\nALTER TABLE `units`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;\n--\n-- AUTO_INCREMENT for table `users`\n--\nALTER TABLE `users`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=50;\n--\n-- AUTO_INCREMENT for table `variants`\n--\nALTER TABLE `variants`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;\n--\n-- AUTO_INCREMENT for table `warehouses`\n--\nALTER TABLE `warehouses`\nMODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;\n--\n-- AUTO_INCREMENT for table `whatsapp_settings`\n--\nALTER TABLE `whatsapp_settings`\nMODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;\n--\n-- Constraints for dumped tables\n--\n--\n-- Constraints for table `installments`\n--\nALTER TABLE `installments`\nADD CONSTRAINT `installments_installment_plan_id_foreign` FOREIGN KEY (`installment_plan_id`) REFERENCES `installment_plans` (`id`) ON DELETE CASCADE;\n--\n-- Constraints for table `product_damage_stocks`\n--\nALTER TABLE `product_damage_stocks`\nADD CONSTRAINT `product_damage_stocks_damage_stock_id_foreign` FOREIGN KEY (`damage_stock_id`) REFERENCES `damage_stocks` (`id`) ON DELETE CASCADE;\n--\n-- Constraints for table `users`\n--\nALTER TABLE `users`\nADD CONSTRAINT `users_account_id_foreign` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`) ON DELETE SET NULL;\nCOMMIT;\n\/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT *\/;\n\/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS *\/;\n\/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION *\/;","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":11,"namespace":null,"name":"app\/Http\/Controllers\/InstallController.php","file":"\/home\/tecsoft\/public_html\/erp.tecsoft.io\/app\/Http\/Controllers\/InstallController.php","line":94},{"index":12,"namespace":null,"name":"app\/Http\/Controllers\/InstallController.php","file":"\/home\/tecsoft\/public_html\/erp.tecsoft.io\/app\/Http\/Controllers\/InstallController.php","line":48},{"index":13,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php","file":"\/home\/tecsoft\/public_html\/erp.tecsoft.io\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Controller.php","line":54},{"index":14,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php","file":"\/home\/tecsoft\/public_html\/erp.tecsoft.io\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/ControllerDispatcher.php","line":43},{"index":15,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","file":"\/home\/tecsoft\/public_html\/erp.tecsoft.io\/vendor\/laravel\/framework\/src\/Illuminate\/Routing\/Route.php","line":265}],"start":1777390850.2953090667724609375,"duration":4.5948299999999999698729880037717521190643310546875,"duration_str":"4.59s","slow":false,"memory":0,"memory_str":null,"filename":"InstallController.php:94","source":{"index":11,"namespace":null,"name":"app\/Http\/Controllers\/InstallController.php","file":"\/home\/tecsoft\/public_html\/erp.tecsoft.io\/app\/Http\/Controllers\/InstallController.php","line":94},"xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Ftecsoft%2Fpublic_html%2Ferp.tecsoft.io%2Fapp%2FHttp%2FControllers%2FInstallController.php&line=94","ajax":false,"filename":"InstallController.php","line":"94"},"connection":"tecsoft_erp26","explain":null,"start_percent":0,"width_percent":100}]},"models":{"data":[],"count":0,"key_map":{"retrieved":"Retrieved","created":"Created","updated":"Updated","deleted":"Deleted"},"is_counter":true,"badges":[]},"symfonymailer_mails":{"count":0,"mails":[]},"gate":{"count":0,"messages":[]},"session":{"_token":"DbGjGpXdxoKN5W86oDfdTYluZgiA97uKgVuns7WO","PHPDEBUGBAR_STACK_DATA":"[]","_previous":"array:2 [\n  \"url\" => \"https:\/\/erp.tecsoft.io\/public\/install\/step-1\"\n  \"route\" => \"install-step-1\"\n]","_flash":"array:2 [\n  \"old\" => []\n  \"new\" => []\n]"},"request":{"data":{"status":"302 Found","full_url":"https:\/\/erp.tecsoft.io\/public\/install\/process","action_name":"install-process","controller_action":"App\\Http\\Controllers\\InstallController@installProcess","uri":"POST install\/process","controller":{"value":"App\\Http\\Controllers\\InstallController@installProcess","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Ftecsoft%2Fpublic_html%2Ferp.tecsoft.io%2Fapp%2FHttp%2FControllers%2FInstallController.php&line=29","ajax":false,"filename":"InstallController.php","line":"29"}},"file":{"value":"app\/Http\/Controllers\/InstallController.php:29-57","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fhome%2Ftecsoft%2Fpublic_html%2Ferp.tecsoft.io%2Fapp%2FHttp%2FControllers%2FInstallController.php&line=29","ajax":false,"filename":"InstallController.php","line":"29"}},"middleware":"web","duration":"6.11s","peak_memory":"51.6MB","response":"Redirect to https:\/\/erp.tecsoft.io\/public\/install\/step-4","request_format":"html","request_query":"<pre class=sf-dump id=sf-dump-932478120 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-932478120\", {\"maxDepth\":0})<\/script>\n","request_request":"<pre class=sf-dump id=sf-dump-1592752162 data-indent-pad=\"  \"><span class=sf-dump-note>array:6<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>_token<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">DbGjGpXdxoKN5W86oDfdTYluZgiA97uKgVuns7WO<\/span>\"\n  \"<span class=sf-dump-key>purchasecode<\/span>\" => \"<span class=sf-dump-str title=\"36 characters\">158bad80-d2c1-4e5f-862f-1a7c4d53c1c3<\/span>\"\n  \"<span class=sf-dump-key>db_host<\/span>\" => \"<span class=sf-dump-str title=\"9 characters\">localhost<\/span>\"\n  \"<span class=sf-dump-key>db_username<\/span>\" => \"<span class=sf-dump-str title=\"12 characters\">tecsoft_sale<\/span>\"\n  \"<span class=sf-dump-key>db_password<\/span>\" => \"<span class=sf-dump-str title=\"9 characters\">Sale@1230<\/span>\"\n  \"<span class=sf-dump-key>db_name<\/span>\" => \"<span class=sf-dump-str title=\"13 characters\">tecsoft_erp26<\/span>\"\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1592752162\", {\"maxDepth\":0})<\/script>\n","request_headers":"<pre class=sf-dump id=sf-dump-1697921114 data-indent-pad=\"  \"><span class=sf-dump-note>array:20<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>cookie<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"716 characters\">XSRF-TOKEN=eyJpdiI6ImY0U1E4QVdyck9FbjIzcFNYcWRNR2c9PSIsInZhbHVlIjoicHZHL0thMi82MWU2bkFrN0xRYlR5a0xuSmtrR3JRZFRyczg2UFhDdkJaOFEzK2NWS0tUT29SWGVxanNaeThyN3dOTGVBaVhuTFI0WEhLK3RNRmwvZkVKb3JtZUp2d1VIRzNUSzFVZkF5YUR5WVRMZDk5VVFCMUt0OWxDak9iZHkiLCJtYWMiOiIyNjJlZGM2MjRmYWJhYjgxNjJiZGU1NWUzNzMwNDk3MTJkMmI5ZDA4NTFhMDdkMTg2NGM3YmNkMzgzNmM1YTRmIiwidGFnIjoiIn0%3D; salepropos_session=eyJpdiI6IlZ3QUFDRklCL3JMdmxGdmdma2hOK2c9PSIsInZhbHVlIjoienAremlBeFcvU1VZLytjVjRVbXYwSjVTWGJYbHJHWWU1RlJOeFJyNU1qdDZXd3dzNmpDMEpCZzRRU0ZVblg3MVR3Y3pZc0Z0SzBpbDVzWlAycHU0VldoT1JJdUQ3LzhEU2tJTkZiVThET3NZcUMzc3F2aDJoUERVbGlVU1JOODMiLCJtYWMiOiI0OGM3OTFjNGJjYzI5ZTg4NGUwN2YwYjVjNjIzOTk0YTQyMmNiMjFkY2MxZmM4MWVjNDVlNDE1NjA1MjdiOTQ4IiwidGFnIjoiIn0%3D<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept-language<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"14 characters\">en-US,en;q=0.9<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept-encoding<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"23 characters\">gzip, deflate, br, zstd<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>referer<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"44 characters\">https:\/\/erp.tecsoft.io\/public\/install\/step-3<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-dest<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"8 characters\">document<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-user<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"2 characters\">?1<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-mode<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"8 characters\">navigate<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-site<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"11 characters\">same-origin<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"135 characters\">text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/avif,image\/webp,image\/apng,*\/*;q=0.8,application\/signed-exchange;v=b3;q=0.7<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>user-agent<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"111 characters\">Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>upgrade-insecure-requests<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str>1<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>content-type<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"33 characters\">application\/x-www-form-urlencoded<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>origin<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"22 characters\">https:\/\/erp.tecsoft.io<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-ch-ua-platform<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"9 characters\">&quot;Windows&quot;<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-ch-ua-mobile<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"2 characters\">?0<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-ch-ua<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"64 characters\">&quot;Google Chrome&quot;;v=&quot;147&quot;, &quot;Not.A\/Brand&quot;;v=&quot;8&quot;, &quot;Chromium&quot;;v=&quot;147&quot;<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cache-control<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"9 characters\">max-age=0<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>content-length<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"3 characters\">186<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>connection<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"10 characters\">keep-alive<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>host<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"14 characters\">erp.tecsoft.io<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1697921114\", {\"maxDepth\":0})<\/script>\n","request_cookies":"<pre class=sf-dump id=sf-dump-1441373365 data-indent-pad=\"  \"><span class=sf-dump-note>array:2<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>XSRF-TOKEN<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">DbGjGpXdxoKN5W86oDfdTYluZgiA97uKgVuns7WO<\/span>\"\n  \"<span class=sf-dump-key>salepropos_session<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">N2NXu2ygUgR0Zwpnc4NLvuTeVrbMp9UMcfwj9iZN<\/span>\"\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1441373365\", {\"maxDepth\":0})<\/script>\n","response_headers":"<pre class=sf-dump id=sf-dump-26825195 data-indent-pad=\"  \"><span class=sf-dump-note>array:4<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>cache-control<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"17 characters\">no-cache, private<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>date<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"29 characters\">Tue, 28 Apr 2026 15:40:55 GMT<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>location<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"44 characters\">https:\/\/erp.tecsoft.io\/public\/install\/step-4<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>content-type<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"24 characters\">text\/html; charset=utf-8<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-26825195\", {\"maxDepth\":0})<\/script>\n","session_attributes":"<pre class=sf-dump id=sf-dump-128997382 data-indent-pad=\"  \"><span class=sf-dump-note>array:4<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>_token<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">DbGjGpXdxoKN5W86oDfdTYluZgiA97uKgVuns7WO<\/span>\"\n  \"<span class=sf-dump-key>PHPDEBUGBAR_STACK_DATA<\/span>\" => []\n  \"<span class=sf-dump-key>_previous<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>url<\/span>\" => \"<span class=sf-dump-str title=\"44 characters\">https:\/\/erp.tecsoft.io\/public\/install\/step-1<\/span>\"\n    \"<span class=sf-dump-key>route<\/span>\" => \"<span class=sf-dump-str title=\"14 characters\">install-step-1<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>_flash<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>old<\/span>\" => []\n    \"<span class=sf-dump-key>new<\/span>\" => []\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-128997382\", {\"maxDepth\":0})<\/script>\n"},"tooltip":{"status":"302 Found","full_url":"https:\/\/erp.tecsoft.io\/public\/install\/process","action_name":"install-process","controller_action":"App\\Http\\Controllers\\InstallController@installProcess"},"badge":"302 Found"}}