-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Anamakine: localhost:3306
-- Üretim Zamanı: 17 Nis 2024, 16:13:31
-- Sunucu sürümü: 10.3.39-MariaDB-cll-lve
-- PHP Sürümü: 8.1.16

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Veritabanı: `pedantecom_eticv7`
--

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `activations`
--

CREATE TABLE `activations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `code` varchar(120) NOT NULL,
  `completed` tinyint(1) NOT NULL DEFAULT 0,
  `completed_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `activations`
--

INSERT INTO `activations` (`id`, `user_id`, `code`, `completed`, `completed_at`, `created_at`, `updated_at`) VALUES
(1, 1, 'ImFrOoHWuiTLUf03hrhakPXvKFji0mC7', 1, '2021-08-24 08:00:27', '2021-08-24 08:00:27', '2021-08-24 08:00:27');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ads`
--

CREATE TABLE `ads` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `expired_at` datetime DEFAULT NULL,
  `location` varchar(120) DEFAULT NULL,
  `key` varchar(120) NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `clicked` bigint(20) NOT NULL DEFAULT 0,
  `order` int(11) DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ads`
--

INSERT INTO `ads` (`id`, `name`, `expired_at`, `location`, `key`, `image`, `url`, `clicked`, `order`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Apple', '2026-08-24 00:00:00', 'not_set', 'IZ6WU8KUALYD', 'promotion/1.png', '/urun-kategorileri/telefon-aksesuarlari', 97, 1, 'published', '2021-08-24 08:00:33', '2022-04-10 21:31:27'),
(2, 'Fotoğraf & Kamera', '2026-08-24 00:00:00', 'not_set', 'ILSFJVYFGCPZ', 'promotion/2.png', '/urun-kategorileri/fotograf-kamera', 72, 0, 'published', '2021-08-24 08:00:33', '2022-04-10 21:30:09'),
(3, 'Bilgisayar & Tablet', '2026-08-24 00:00:00', 'not_set', 'ILSDKVYFGXPH', 'promotion/3.png', '/urun-kategorileri/bilgisayar', 76, 3, 'published', '2021-08-24 08:00:33', '2022-04-12 21:41:38'),
(7, 'İpad Mini', '2026-11-19 00:00:00', 'not_set', 'MERISTDNVE83', 'general/ipad-reklam.jpg', NULL, 0, 0, 'published', '2021-10-26 20:06:56', '2021-10-28 10:41:08');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ads_translations`
--

CREATE TABLE `ads_translations` (
  `lang_code` varchar(191) NOT NULL,
  `ads_id` int(11) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `audit_histories`
--

CREATE TABLE `audit_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `module` varchar(60) NOT NULL,
  `request` text DEFAULT NULL,
  `action` varchar(120) NOT NULL,
  `user_agent` text DEFAULT NULL,
  `ip_address` varchar(39) DEFAULT NULL,
  `reference_user` int(10) UNSIGNED NOT NULL,
  `reference_id` int(10) UNSIGNED NOT NULL,
  `reference_name` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `audit_histories`
--

INSERT INTO `audit_histories` (`id`, `user_id`, `module`, `request`, `action`, `user_agent`, `ip_address`, `reference_user`, `reference_id`, `reference_name`, `type`, `created_at`, `updated_at`) VALUES
(1, 1, 'user', '{\"first_name\":\"Sistem Y\\u00f6netici\",\"last_name\":\"Admin\",\"email\":\"admin@admin.com\",\"submit\":\"submit\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', '88.227.88.104', 1, 1, 'Sistem Yönetici Admin', 'primary', '2022-04-12 13:46:11', '2022-04-12 13:46:11'),
(2, 1, 'user', '{\"first_name\":\"Sistem Y\\u00f6neticisi\",\"last_name\":\"Admin\",\"email\":\"admin@admin.com\",\"submit\":\"submit\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', '88.227.88.104', 1, 1, 'Sistem Yöneticisi Admin', 'primary', '2022-04-12 13:46:15', '2022-04-12 13:46:15'),
(3, 1, 'user', '{\"first_name\":\"Sistem\",\"last_name\":\"Y\\u00f6neticisi\",\"email\":\"admin@admin.com\",\"submit\":\"submit\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', '88.227.88.104', 1, 1, 'Sistem Yöneticisi', 'primary', '2022-04-12 13:46:28', '2022-04-12 13:46:28'),
(4, 1, 'to the system', NULL, 'logged in', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36', '159.146.42.79', 0, 1, 'Sistem Yöneticisi', 'info', '2022-04-13 08:02:22', '2022-04-13 08:02:22'),
(5, 1, 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', '88.227.88.104', 0, 1, 'Sistem Yöneticisi', 'info', '2022-04-13 08:02:33', '2022-04-13 08:02:33'),
(6, 1, 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', '151.250.161.31', 0, 1, 'Sistem Yöneticisi', 'info', '2022-04-13 08:02:33', '2022-04-13 08:02:33'),
(7, 1, 'of the system', '[]', 'logged out', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', '88.227.88.104', 1, 1, 'Sistem Yöneticisi', 'info', '2022-04-13 09:27:27', '2022-04-13 09:27:27'),
(8, 1, 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36', '88.227.88.104', 0, 1, 'Sistem Yöneticisi', 'info', '2022-04-13 09:28:04', '2022-04-13 09:28:04'),
(9, 1, 'to the system', NULL, 'logged in', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', '95.70.181.62', 0, 1, 'Sistem Yöneticisi', 'info', '2024-04-05 13:55:45', '2024-04-05 13:55:45'),
(10, 1, 'to the system', NULL, 'logged in', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', '95.70.181.62', 0, 1, 'Sistem Yöneticisi', 'info', '2024-04-05 18:59:31', '2024-04-05 18:59:31'),
(11, 1, 'to the system', NULL, 'logged in', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', '95.70.181.62', 0, 1, 'Sistem Yöneticisi', 'info', '2024-04-17 12:12:52', '2024-04-17 12:12:52'),
(12, 1, 'to the system', NULL, 'logged in', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', '95.70.181.62', 0, 1, 'Sistem Yöneticisi', 'info', '2024-04-17 12:12:52', '2024-04-17 12:12:52');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `categories`
--

CREATE TABLE `categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `description` varchar(400) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `author_id` int(11) NOT NULL,
  `author_type` varchar(255) NOT NULL DEFAULT 'Botble\\ACL\\Models\\User',
  `icon` varchar(60) DEFAULT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `is_featured` tinyint(4) NOT NULL DEFAULT 0,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `categories`
--

INSERT INTO `categories` (`id`, `name`, `parent_id`, `description`, `status`, `author_id`, `author_type`, `icon`, `order`, `is_featured`, `is_default`, `created_at`, `updated_at`) VALUES
(11, 'Genel', 0, NULL, 'published', 1, 'Botble\\ACL\\Models\\User', 'fa fa-home', 0, 0, 1, '2022-04-11 07:36:21', '2022-04-11 07:36:21');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `categories_translations`
--

CREATE TABLE `categories_translations` (
  `lang_code` varchar(191) NOT NULL,
  `categories_id` int(11) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `categories_translations`
--

INSERT INTO `categories_translations` (`lang_code`, `categories_id`, `name`, `description`) VALUES
('en_US', 11, 'Genel', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `cities`
--

CREATE TABLE `cities` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `state_id` int(10) UNSIGNED NOT NULL,
  `country_id` int(10) UNSIGNED DEFAULT NULL,
  `record_id` varchar(40) DEFAULT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `cities_backup`
--

CREATE TABLE `cities_backup` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `state_id` int(10) UNSIGNED NOT NULL,
  `country_id` int(10) UNSIGNED DEFAULT NULL,
  `record_id` varchar(40) DEFAULT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `cities_translations`
--

CREATE TABLE `cities_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cities_id` int(11) NOT NULL,
  `name` varchar(120) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `contacts`
--

CREATE TABLE `contacts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(60) NOT NULL,
  `email` varchar(60) NOT NULL,
  `phone` varchar(60) DEFAULT NULL,
  `address` varchar(120) DEFAULT NULL,
  `subject` varchar(120) DEFAULT NULL,
  `content` longtext NOT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'unread',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `contacts`
--

INSERT INTO `contacts` (`id`, `name`, `email`, `phone`, `address`, `subject`, `content`, `status`, `created_at`, `updated_at`) VALUES
(25, 'Demo Müşteri', 'demo@musteri.com', '0533333333', 'Hamidiye Mahallesi Yıldız Sokak İstanbul', 'Test Konu', 'Test mesaj.', 'unread', '2022-04-08 11:47:07', '2022-04-08 11:47:07'),
(26, 'Demo Müşteri', 'demo@musteri.com', '0533333333', 'İstanbul Çekmeköy', 'Örnek Konu', 'Mesaj içeriği', 'unread', '2022-04-08 11:47:41', '2022-04-08 11:47:41');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `contact_replies`
--

CREATE TABLE `contact_replies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `message` longtext NOT NULL,
  `contact_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `countries`
--

CREATE TABLE `countries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `nationality` varchar(120) DEFAULT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `code` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `countries_backup`
--

CREATE TABLE `countries_backup` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `nationality` varchar(120) DEFAULT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `code` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `countries_translations`
--

CREATE TABLE `countries_translations` (
  `lang_code` varchar(191) NOT NULL,
  `countries_id` int(11) NOT NULL,
  `name` varchar(120) DEFAULT NULL,
  `nationality` varchar(120) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `dashboard_widgets`
--

CREATE TABLE `dashboard_widgets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `dashboard_widgets`
--

INSERT INTO `dashboard_widgets` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'widget_total_1', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(2, 'widget_total_2', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(3, 'widget_total_themes', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(4, 'widget_total_3', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(5, 'widget_total_4', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(6, 'widget_total_users', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(7, 'widget_total_pages', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(8, 'widget_total_plugins', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(9, 'widget_analytics_general', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(10, 'widget_analytics_page', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(11, 'widget_analytics_browser', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(12, 'widget_posts_recent', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(13, 'widget_analytics_referrer', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(14, 'widget_audit_logs', '2021-09-01 09:41:48', '2021-09-01 09:41:48'),
(15, 'widget_ecommerce_report_general', '2021-09-01 09:41:48', '2021-09-01 09:41:48');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `dashboard_widget_settings`
--

CREATE TABLE `dashboard_widget_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `settings` text DEFAULT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `widget_id` int(10) UNSIGNED NOT NULL,
  `order` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_brands`
--

CREATE TABLE `ec_brands` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `description` mediumtext DEFAULT NULL,
  `website` varchar(255) DEFAULT NULL,
  `logo` varchar(255) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `order` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `is_featured` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_brands`
--

INSERT INTO `ec_brands` (`id`, `name`, `description`, `website`, `logo`, `status`, `order`, `is_featured`, `created_at`, `updated_at`) VALUES
(1, 'Karaca', NULL, NULL, 'markalar/featurelist-68-20210107020943.jpg', 'published', 0, 1, '2021-08-24 07:58:09', '2021-10-25 14:11:43'),
(2, 'Philips', NULL, NULL, 'markalar/featurelist-68-20210928191706.jpg', 'published', 1, 1, '2021-08-24 07:58:09', '2021-10-25 14:12:14'),
(3, 'LG', NULL, NULL, 'markalar/featurelist-68-20210928192644.jpg', 'published', 2, 1, '2021-08-24 07:58:09', '2021-10-25 14:12:28'),
(4, 'Grundig', NULL, NULL, 'markalar/featurelist-68-20210929124242.jpg', 'published', 3, 1, '2021-08-24 07:58:09', '2021-10-25 14:12:43'),
(5, 'Dyson', NULL, NULL, 'markalar/featurelist-68-20210928192001.jpg', 'published', 4, 1, '2021-08-24 07:58:09', '2021-10-25 14:12:56'),
(6, 'Arzum', NULL, NULL, 'markalar/featurelist-68-20210928191859.jpg', 'published', 5, 1, '2021-08-24 07:58:09', '2021-10-25 14:13:09'),
(7, 'Adidas', NULL, NULL, 'markalar/featurelist-68-20210406182441.jpg', 'published', 6, 1, '2021-08-24 07:58:09', '2021-10-25 14:13:24'),
(8, 'Anker', NULL, NULL, 'markalar/featurelist-68-20210415151348.jpg', 'published', 0, 0, '2021-10-25 14:03:45', '2021-10-25 14:13:46'),
(9, 'Apple', NULL, NULL, 'markalar/featurelist-68-20210107021619.jpg', 'published', 0, 0, '2021-10-25 14:04:06', '2021-10-25 14:13:59'),
(10, 'Case 4U', NULL, NULL, 'markalar/featurelist-68-20210415151704.jpg', 'published', 0, 0, '2021-10-25 14:04:35', '2021-10-25 14:14:10'),
(11, 'Defacto', NULL, NULL, 'markalar/featurelist-68-20210406182558.jpg', 'published', 0, 0, '2021-10-25 14:04:55', '2021-10-25 14:14:22'),
(12, 'Hummel', NULL, NULL, 'markalar/featurelist-68-20210406182753.jpg', 'published', 0, 0, '2021-10-25 14:05:10', '2021-10-25 14:14:37'),
(13, 'Huawei', NULL, NULL, 'markalar/featurelist-68-20210909161204.jpg', 'published', 0, 0, '2021-10-25 14:05:27', '2021-10-25 14:15:05'),
(14, 'Lenovo', NULL, NULL, 'markalar/featurelist-68-20210625150249.jpg', 'published', 0, 0, '2021-10-25 14:05:51', '2021-10-25 14:15:16'),
(15, 'Koton', NULL, NULL, 'markalar/featurelist-68-20210406182924.jpg', 'published', 0, 0, '2021-10-25 14:06:14', '2021-10-25 14:15:32'),
(16, 'Samsung', NULL, NULL, 'markalar/featurelist-68-20210625150430.jpg', 'published', 0, 0, '2021-10-25 14:06:28', '2021-10-25 14:15:45');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_brands_translations`
--

CREATE TABLE `ec_brands_translations` (
  `lang_code` varchar(191) NOT NULL,
  `ec_brands_id` int(11) NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_brands_translations`
--

INSERT INTO `ec_brands_translations` (`lang_code`, `ec_brands_id`, `name`, `description`) VALUES
('vi', 1, 'Perxsion', NULL),
('vi', 2, 'Hiching', NULL),
('vi', 3, 'Kepslo', NULL),
('vi', 4, 'Groneba', NULL),
('vi', 5, 'Babian', NULL),
('vi', 6, 'Valorant', NULL),
('vi', 7, 'Pure', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_cart`
--

CREATE TABLE `ec_cart` (
  `identifier` varchar(191) NOT NULL,
  `instance` varchar(191) NOT NULL,
  `content` longtext NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_currencies`
--

CREATE TABLE `ec_currencies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) NOT NULL,
  `symbol` varchar(10) NOT NULL,
  `is_prefix_symbol` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `decimals` tinyint(3) UNSIGNED DEFAULT 0,
  `order` int(10) UNSIGNED DEFAULT 0,
  `is_default` tinyint(4) NOT NULL DEFAULT 0,
  `exchange_rate` double NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_currencies`
--

INSERT INTO `ec_currencies` (`id`, `title`, `symbol`, `is_prefix_symbol`, `decimals`, `order`, `is_default`, `exchange_rate`, `created_at`, `updated_at`) VALUES
(1, 'USD', '$', 1, 2, 0, 0, 1, '2021-08-24 07:58:09', '2021-10-25 08:26:51'),
(2, 'EUR', '€', 0, 2, 1, 0, 0.84, '2021-08-24 07:58:09', '2021-08-24 07:58:09'),
(4, 'TL', ' TL', 0, 2, 2, 1, 9.74, '2021-09-08 19:29:08', '2021-10-26 14:07:57');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_customers`
--

CREATE TABLE `ec_customers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `email` varchar(191) NOT NULL,
  `password` varchar(191) NOT NULL,
  `avatar` varchar(255) DEFAULT NULL,
  `dob` date DEFAULT NULL,
  `phone` varchar(25) DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `confirmed_at` datetime DEFAULT NULL,
  `email_verify_token` varchar(120) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'activated',
  `tax_no` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_customers`
--

INSERT INTO `ec_customers` (`id`, `name`, `email`, `password`, `avatar`, `dob`, `phone`, `remember_token`, `created_at`, `updated_at`, `confirmed_at`, `email_verify_token`, `status`, `tax_no`) VALUES
(1, 'Örnek Müşteri 1', 'musteri1@siteadi.com', '$2y$10$o0/1PdYmgltrg.mipAjBRO7ZI4vxVzXf98p3Mic/aJP18TZjb10tS', 'customers/1.jpg', NULL, '0000 000 00 00', '3aAObKkUrABLB3OgWF2zUaN5MJKOomBn7LaujIgv37GKepgtlvXKKpTj4KUQ', '2021-08-24 07:59:30', '2021-10-26 08:03:11', '2021-08-24 14:59:30', NULL, 'activated', ''),
(2, 'Örnek Müşteri 2', 'musteri2@siteadi.com', '$2y$10$RrAhXzZj37JA.beMbygZFuZGz72KwYFtX.OVnYS5dDiie6DnD3yLC', 'customers/1.jpg', NULL, '+17024032875', NULL, '2021-08-24 07:59:30', '2021-10-21 13:02:54', '2021-08-24 14:59:31', NULL, 'activated', ''),
(3, 'Örnek Müşteri 3', 'musteri3@hotmail.com', '$2y$10$gU3hthpzALzFDsKIYAh8CuqG0SlGTJrLN23269RzBXmR9tevo8kUW', 'customers/2.jpg', NULL, '+19548192017', NULL, '2021-08-24 07:59:31', '2021-10-21 13:03:28', '2021-08-24 14:59:31', NULL, 'activated', ''),
(10, 'Test Müşteri', 'test@musteri.com', '$2a$12$3rYtuIiYOXlWt31SFA.kbuqF9jmVbKHmTi2XZJ7ru6g.vKzEy3Tf6', NULL, NULL, '54353453453', '5j2oPiDzTciBuRlgR2WyPZjauaGHerxMbeNiYJl9xIruRUuhczuYK4Sn1q06', '2022-01-24 20:51:53', '2022-04-06 09:57:15', NULL, NULL, 'activated', '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"111111111\"}');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_customer_addresses`
--

CREATE TABLE `ec_customer_addresses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `email` varchar(60) DEFAULT NULL,
  `phone` varchar(20) NOT NULL,
  `country` varchar(120) DEFAULT NULL,
  `state` varchar(120) DEFAULT NULL,
  `city` varchar(120) DEFAULT NULL,
  `address` varchar(191) NOT NULL,
  `customer_id` int(10) UNSIGNED NOT NULL,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `zip_code` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_customer_addresses`
--

INSERT INTO `ec_customer_addresses` (`id`, `name`, `email`, `phone`, `country`, `state`, `city`, `address`, `customer_id`, `is_default`, `created_at`, `updated_at`, `zip_code`) VALUES
(3, 'Marlon Prosacco', 'ohara.stephania@example.net', '+17650443031', 'BM', 'Rhode Island', 'North Frederikland', '85119 Wisozk Ramp Apt. 319', 2, 1, '2021-08-24 07:59:31', '2021-08-24 07:59:31', '90255'),
(4, 'Caleb Miller', 'deangelo.kuphal@example.com', '+15184376406', 'TV', 'Oklahoma', 'Port Anjali', '328 Hickle Meadow', 3, 1, '2021-08-24 07:59:31', '2021-08-24 07:59:31', '37349'),
(5, 'Dr. Emmett Schroeder', 'qhilpert@example.com', '+16606935375', 'DM', 'Washington', 'Westville', '345 Javon Port Suite 626', 4, 1, '2021-08-24 07:59:31', '2021-08-24 07:59:31', '60392'),
(6, 'Dr. Dominic Corkery Jr.', 'vhintz@example.org', '+15805494223', 'VG', 'Illinois', 'Lake Matteofurt', '4833 Turcotte Course', 5, 1, '2021-08-24 07:59:32', '2021-08-24 07:59:32', '41541-7514'),
(7, 'Priscilla Blick', 'kade.hettinger@example.com', '+16028465973', 'AU', 'North Dakota', 'Sengerstad', '9347 Jordyn Burg Apt. 057', 6, 1, '2021-08-24 07:59:32', '2021-08-24 07:59:32', '91800-7244'),
(8, 'Rosalinda Wilderman', 'jayce.bauch@example.org', '+17206542749', 'WS', 'Indiana', 'South Uriahstad', '603 Augusta Ferry', 7, 1, '2021-08-24 07:59:32', '2021-08-24 07:59:32', '06888'),
(9, 'Dr. Tyrell Mohr', 'wiegand.rosamond@example.org', '+14697160365', 'JO', 'North Carolina', 'Fayberg', '94564 O\'Conner Coves Apt. 758', 8, 1, '2021-08-24 07:59:33', '2021-08-24 07:59:33', '88259-8814'),
(10, 'Chadrick Kshlerin', 'aliya.schmidt@example.net', '+15643560571', 'ST', 'Virginia', 'Kingstad', '507 Lebsack Lake Suite 345', 9, 1, '2021-08-24 07:59:33', '2021-08-24 07:59:33', '89084-2393'),
(11, 'Örnek Müşteri 1', 'musteri1@siteadi.com', '00000000000', 'TR', 'Samsun', 'Atakum', 'Lorem ipsum dolor sit ametipsum dolor sit amet İstanbul/Türkiye', 1, 1, '2021-10-26 08:05:54', '2021-10-26 08:05:54', NULL),
(12, 'Test Müşteri', 'test@musteri.com', '111111111', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 10, 1, '2022-01-24 20:51:53', '2022-01-24 20:51:53', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_customer_password_resets`
--

CREATE TABLE `ec_customer_password_resets` (
  `email` varchar(191) NOT NULL,
  `token` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_discounts`
--

CREATE TABLE `ec_discounts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(120) DEFAULT NULL,
  `code` varchar(20) DEFAULT NULL,
  `start_date` datetime DEFAULT NULL,
  `end_date` datetime DEFAULT NULL,
  `quantity` int(11) DEFAULT NULL,
  `total_used` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `value` double DEFAULT NULL,
  `type` varchar(60) DEFAULT 'coupon',
  `can_use_with_promotion` tinyint(1) NOT NULL DEFAULT 0,
  `discount_on` varchar(20) DEFAULT NULL,
  `product_quantity` int(10) UNSIGNED DEFAULT NULL,
  `type_option` varchar(100) NOT NULL DEFAULT 'amount',
  `target` varchar(100) NOT NULL DEFAULT 'all-orders',
  `min_order_price` decimal(15,2) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_discounts`
--

INSERT INTO `ec_discounts` (`id`, `title`, `code`, `start_date`, `end_date`, `quantity`, `total_used`, `value`, `type`, `can_use_with_promotion`, `discount_on`, `product_quantity`, `type_option`, `target`, `min_order_price`, `created_at`, `updated_at`) VALUES
(2, NULL, '4WSOGNRRTWTG', '2022-04-08 00:00:00', '2022-04-22 23:59:00', NULL, 0, 15, 'coupon', 0, NULL, 1, 'percentage', 'all-orders', NULL, '2022-04-08 08:53:56', '2022-04-08 08:53:56'),
(3, NULL, '1FWKXSTWH9QR', '2022-04-08 00:00:00', '2022-04-09 23:59:00', NULL, 0, 10, 'coupon', 0, NULL, 1, 'amount', 'all-orders', NULL, '2022-04-08 08:54:36', '2022-04-08 08:54:36');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_discount_customers`
--

CREATE TABLE `ec_discount_customers` (
  `discount_id` int(10) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_discount_products`
--

CREATE TABLE `ec_discount_products` (
  `discount_id` int(10) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_discount_product_collections`
--

CREATE TABLE `ec_discount_product_collections` (
  `discount_id` int(10) UNSIGNED NOT NULL,
  `product_collection_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_flash_sales`
--

CREATE TABLE `ec_flash_sales` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `end_date` datetime NOT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_flash_sales`
--

INSERT INTO `ec_flash_sales` (`id`, `name`, `end_date`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Günün İndirimli Ürünü', '2022-09-24 00:00:00', 'published', '2021-08-24 07:59:34', '2022-04-08 21:00:13'),
(2, 'Teknoloji ve Aksesuarlar', '2022-09-29 00:00:00', 'published', '2021-08-24 07:59:34', '2022-04-08 20:59:53');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_flash_sales_translations`
--

CREATE TABLE `ec_flash_sales_translations` (
  `lang_code` varchar(191) NOT NULL,
  `ec_flash_sales_id` int(11) NOT NULL,
  `name` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_flash_sales_translations`
--

INSERT INTO `ec_flash_sales_translations` (`lang_code`, `ec_flash_sales_id`, `name`) VALUES
('vi', 1, 'Khuyến mãi trong ngày.'),
('vi', 2, 'Tiện ích & Phụ kiện');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_flash_sale_products`
--

CREATE TABLE `ec_flash_sale_products` (
  `flash_sale_id` int(10) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED NOT NULL,
  `price` double UNSIGNED DEFAULT NULL,
  `quantity` int(10) UNSIGNED DEFAULT NULL,
  `sold` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_flash_sale_products`
--

INSERT INTO `ec_flash_sale_products` (`flash_sale_id`, `product_id`, `price`, `quantity`, `sold`) VALUES
(2, 88, 199, 1, 0),
(1, 87, 59, 1, 0);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_grouped_products`
--

CREATE TABLE `ec_grouped_products` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `parent_product_id` int(10) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED NOT NULL,
  `fixed_qty` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_orders`
--

CREATE TABLE `ec_orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `shipping_option` varchar(60) DEFAULT NULL,
  `shipping_method` varchar(60) NOT NULL DEFAULT 'default',
  `status` varchar(120) NOT NULL DEFAULT 'pending',
  `amount` decimal(15,2) NOT NULL,
  `tax_amount` decimal(15,2) DEFAULT NULL,
  `shipping_amount` decimal(15,2) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `coupon_code` varchar(120) DEFAULT NULL,
  `discount_amount` decimal(15,2) DEFAULT NULL,
  `sub_total` decimal(15,2) NOT NULL,
  `is_confirmed` tinyint(1) NOT NULL DEFAULT 0,
  `discount_description` varchar(255) DEFAULT NULL,
  `is_finished` tinyint(1) DEFAULT 1,
  `token` varchar(120) DEFAULT NULL,
  `payment_id` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_orders`
--

INSERT INTO `ec_orders` (`id`, `user_id`, `shipping_option`, `shipping_method`, `status`, `amount`, `tax_amount`, `shipping_amount`, `description`, `coupon_code`, `discount_amount`, `sub_total`, `is_confirmed`, `discount_description`, `is_finished`, `token`, `payment_id`, `created_at`, `updated_at`) VALUES
(26, 1, '1', 'default', 'pending', 3928.22, 599.22, 0.00, NULL, NULL, 0.00, 3329.00, 0, NULL, 1, 'ea6c83eee2fef6eecc0f25548f341b8a', 22, '2021-10-28 10:16:39', '2021-10-28 10:17:09'),
(28, 10, '3', 'default', 'canceled', 463.00, 66.81, 25.00, NULL, NULL, 0.00, 371.19, 0, NULL, 1, '3038537af717357d65fd531410a94976', NULL, '2022-01-24 19:58:10', '2022-04-06 14:14:02'),
(30, 10, '3', 'default', 'pending', 463.00, 66.81, 25.00, NULL, NULL, 0.00, 371.19, 0, NULL, 1, '67253052a09ec65f7ac8576446d79f97', NULL, '2022-01-25 21:30:34', '2022-01-25 21:46:36'),
(37, 0, '1', 'default', 'pending', 719.26, 109.72, 0.00, NULL, NULL, 0.00, 609.54, 0, NULL, 1, 'babf555f31244f2388e09c8a0c05cf94', 23, '2022-03-17 09:48:40', '2022-03-17 09:48:52'),
(39, 0, '3', 'default', 'pending', 225.60, 30.60, 25.00, NULL, NULL, 0.00, 170.00, 0, NULL, 1, '592d2a9f0f1db70ed1ace7e736850133', NULL, '2022-03-21 08:12:12', '2022-04-08 07:39:05'),
(40, 10, NULL, 'default', 'pending', 438.00, 66.81, 0.00, NULL, NULL, 0.00, 371.19, 0, NULL, 0, '1b0a043f862cbcaa3274e58bc5933954', NULL, '2022-04-01 12:57:06', '2022-04-08 08:32:31'),
(41, 0, '1', 'default', 'pending', 200.60, 30.60, 0.00, 'test', NULL, 0.00, 170.00, 0, NULL, 1, '840b7c1a719d2692771bc15628a7bcea', 24, '2022-04-01 12:57:40', '2022-04-08 07:39:05'),
(44, 10, '3', 'default', 'pending', 2.18, 0.18, 1.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, 'd472b356f7b819bfc84013b5d286ac3c', 26, '2022-04-06 09:14:19', '2022-04-06 09:16:53'),
(45, 10, '3', 'default', 'processing', 2.18, 0.18, 1.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, 'ef3d5c548af9a354f2caa73098512f21', 27, '2022-04-06 09:54:26', '2022-04-07 12:44:11'),
(47, 10, '3', 'default', 'pending', 26.00, 0.00, 25.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, '988a79e52a3e71af8b216e5f016ffd09', 28, '2022-04-07 22:10:28', '2022-04-07 22:10:51'),
(48, 10, '3', 'default', 'pending', 26.00, 0.00, 25.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, '76b1a0d347e625550e61b46f46923522', 29, '2022-04-07 22:11:18', '2022-04-07 22:11:24'),
(49, 10, '3', 'default', 'pending', 26.00, 0.00, 25.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, '1c3309b57523b3b6c447cfd5b847a699', 30, '2022-04-07 22:22:06', '2022-04-07 22:22:11'),
(50, 10, '3', 'default', 'pending', 26.00, 0.00, 25.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, 'a7c3ca28c2f36e6324ff1821d3c9ae0b', 31, '2022-04-07 22:22:25', '2022-04-07 22:23:35'),
(51, 10, '3', 'default', 'processing', 26.00, 0.00, 25.00, NULL, NULL, 0.00, 1.00, 1, NULL, 1, 'bbc0a59cb1fbfe332a03ee849b6e75a5', 32, '2022-04-07 22:27:45', '2022-04-07 22:48:58'),
(52, 10, '3', 'default', 'pending', 27.00, 0.00, 25.00, NULL, NULL, 0.00, 2.00, 0, NULL, 1, '46e7719fc4d43f4acc9151f20fc64903', 33, '2022-04-07 22:31:52', '2022-04-07 22:32:00'),
(53, 10, '3', 'default', 'pending', 26.00, 0.00, 25.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, '2236b5413e8b8ec321cef8969bb5ff06', 34, '2022-04-07 22:32:31', '2022-04-07 22:32:35'),
(54, 10, '3', 'default', 'pending', 26.00, 0.00, 25.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, 'a1eee5068df9764e60d63c6fc69344b0', 35, '2022-04-07 22:32:57', '2022-04-07 23:24:10'),
(55, 10, '3', 'default', 'pending', 26.00, 0.00, 25.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, 'be6c8344ca700d2956a4289fac2ed3a6', 37, '2022-04-07 23:24:35', '2022-04-07 23:26:49'),
(56, 10, '3', 'default', 'pending', 26.00, 0.00, 25.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, 'c353659aa771030587cbf8b4b5974081', 39, '2022-04-07 23:27:53', '2022-04-07 23:28:58'),
(57, 10, '3', 'default', 'pending', 26.00, 0.00, 25.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, 'f0a49c1730134578cfc3e23c8cd12b7f', 41, '2022-04-07 23:29:42', '2022-04-07 23:31:46'),
(58, 10, '3', 'default', 'processing', 26.00, 0.00, 25.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, '8da24a7fb7fc4c199aebf21f9fabfb3e', 43, '2022-04-07 23:32:04', '2022-04-12 13:00:40'),
(61, 10, NULL, 'default', 'pending', 1.00, 0.00, 0.00, NULL, NULL, 0.00, 1.00, 0, NULL, 0, 'faab087be071dfcaae8ad2072c443a67', NULL, '2022-04-12 09:14:11', '2022-04-12 09:14:11'),
(62, 10, NULL, 'default', 'pending', 1.00, 0.00, 0.00, NULL, NULL, 0.00, 1.00, 0, NULL, 0, '7def9ec94365731fc9efc07415f4b9ca', NULL, '2022-04-12 09:41:16', '2022-04-12 09:41:16'),
(64, 0, NULL, 'default', 'pending', 3928.22, 599.22, 0.00, NULL, NULL, 0.00, 3329.00, 0, NULL, 0, '3cc5c599667437a9f003b3eaa41c0101', NULL, '2022-04-12 13:52:40', '2022-04-12 13:52:40'),
(65, 0, NULL, 'default', 'pending', 100.29, 15.30, 0.00, NULL, NULL, 0.00, 84.99, 0, NULL, 0, '9dfd4206c6a483f68a61646f79676430', NULL, '2022-04-13 08:01:12', '2022-04-13 08:01:12'),
(66, 0, NULL, 'default', 'pending', 1.00, 0.00, 0.00, NULL, NULL, 0.00, 1.00, 0, NULL, 0, 'e6988b24d14c7452b88a69db891383fc', NULL, '2022-04-13 08:06:30', '2022-04-13 08:06:30'),
(67, 0, '3', 'default', 'pending', 26.00, 0.00, 25.00, NULL, NULL, 0.00, 1.00, 0, NULL, 1, '129d8239a60ad5d62264422a8c8f0b74', NULL, '2024-04-17 12:19:44', '2024-04-17 13:11:32');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_order_addresses`
--

CREATE TABLE `ec_order_addresses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `email` varchar(191) DEFAULT NULL,
  `country` varchar(120) DEFAULT NULL,
  `state` varchar(120) DEFAULT NULL,
  `city` varchar(120) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `order_id` int(10) UNSIGNED NOT NULL,
  `zip_code` varchar(20) DEFAULT NULL,
  `tax_no` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_order_addresses`
--

INSERT INTO `ec_order_addresses` (`id`, `name`, `phone`, `email`, `country`, `state`, `city`, `address`, `order_id`, `zip_code`, `tax_no`) VALUES
(23, 'Örnek Müşteri 1', '00000000000', 'musteri1@siteadi.com', 'TR', 'Samsun', 'Atakum', 'Lorem ipsum dolor sit ametipsum dolor sit amet İstanbul/Türkiye', 24, NULL, ''),
(24, 'Örnek Müşteri 1', '00000000000', 'musteri1@siteadi.com', 'TR', 'Samsun', 'Atakum', 'Lorem ipsum dolor sit ametipsum dolor sit amet İstanbul/Türkiye', 26, NULL, ''),
(25, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 28, NULL, ''),
(26, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 30, NULL, ''),
(28, 'Test Müşteri', '54352345234', 'test@musteri.com', 'AL', 'çekmeköy', 'istanbul', 'hamidiye mah', 37, NULL, ''),
(29, 'Test Müşteri', '55555555555', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'mahalle adi', 39, NULL, ''),
(30, 'Test Müşteri', '111111111', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 40, NULL, ''),
(31, 'Test Müşteri', '34554534555', 'test@musteri.com', 'AD', 'İstanbul', 'ilçe semt', 'sokak adresi', 41, NULL, ''),
(34, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 44, NULL, ''),
(35, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 45, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(36, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 47, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(37, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 48, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(38, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 49, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(39, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 50, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(40, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 51, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(41, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 52, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(42, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 53, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(43, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 54, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(44, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 55, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(45, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 56, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(46, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 57, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(47, 'Test Müşteri', '54353453453', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 58, NULL, '{\"type\":\"person\",\"office\":\"MADENLER\",\"no\":\"11111111110\"}'),
(48, 'Test Müşteri', '111111111', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 40, NULL, ''),
(50, 'Test Müşteri', '111111111', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 61, NULL, ''),
(51, 'Test Müşteri', '111111111', 'test@musteri.com', 'TR', 'istanbul', 'çekmeköy', 'hamidiye mah', 62, NULL, ''),
(52, 'test test', '5555555555', 'test@test.test', 'TR', 'İstanbul', 'ilçe semt', 'sokak adresi', 67, NULL, '{\"type\":\"person\",\"office\":null,\"no\":null}');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_order_histories`
--

CREATE TABLE `ec_order_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `action` varchar(120) NOT NULL,
  `description` varchar(255) NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `order_id` int(10) UNSIGNED NOT NULL,
  `extras` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_order_histories`
--

INSERT INTO `ec_order_histories` (`id`, `action`, `description`, `user_id`, `order_id`, `extras`, `created_at`, `updated_at`) VALUES
(99, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 26, NULL, '2021-10-28 10:17:09', '2021-10-28 10:17:09'),
(100, 'create_order', 'Yeni sipariş #10000026 gelen Örnek Müşteri 1', NULL, 26, NULL, '2021-10-28 10:17:09', '2021-10-28 10:17:09'),
(101, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 28, NULL, '2022-01-24 20:51:53', '2022-01-24 20:51:53'),
(102, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 28, NULL, '2022-01-24 20:52:22', '2022-01-24 20:52:22'),
(103, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 28, NULL, '2022-01-24 20:54:41', '2022-01-24 20:54:41'),
(104, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 28, NULL, '2022-01-24 20:55:09', '2022-01-24 20:55:09'),
(105, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 28, NULL, '2022-01-24 20:55:31', '2022-01-24 20:55:31'),
(106, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 28, NULL, '2022-01-24 20:56:56', '2022-01-24 20:56:56'),
(107, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 28, NULL, '2022-01-24 21:06:30', '2022-01-24 21:06:30'),
(108, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 28, NULL, '2022-01-24 21:06:49', '2022-01-24 21:06:49'),
(109, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 28, NULL, '2022-01-24 21:20:12', '2022-01-24 21:20:12'),
(110, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:30:41', '2022-01-25 21:30:41'),
(111, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:31:40', '2022-01-25 21:31:40'),
(112, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:32:21', '2022-01-25 21:32:21'),
(113, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:34:31', '2022-01-25 21:34:31'),
(114, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:34:59', '2022-01-25 21:34:59'),
(115, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:35:12', '2022-01-25 21:35:12'),
(116, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:35:40', '2022-01-25 21:35:40'),
(117, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:37:19', '2022-01-25 21:37:19'),
(118, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:38:30', '2022-01-25 21:38:30'),
(119, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:38:53', '2022-01-25 21:38:53'),
(120, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:39:10', '2022-01-25 21:39:10'),
(121, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:39:33', '2022-01-25 21:39:33'),
(122, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:39:52', '2022-01-25 21:39:52'),
(123, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:40:14', '2022-01-25 21:40:14'),
(124, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:41:44', '2022-01-25 21:41:44'),
(125, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:42:45', '2022-01-25 21:42:45'),
(126, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:44:13', '2022-01-25 21:44:13'),
(127, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:44:31', '2022-01-25 21:44:31'),
(128, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:44:36', '2022-01-25 21:44:36'),
(129, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 30, NULL, '2022-01-25 21:46:36', '2022-01-25 21:46:36'),
(131, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 37, NULL, '2022-03-17 09:48:52', '2022-03-17 09:48:52'),
(132, 'create_order', 'Yeni sipariş #10000037 gelen fsdfds', NULL, 37, NULL, '2022-03-17 09:48:52', '2022-03-17 09:48:52'),
(133, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 39, NULL, '2022-03-21 08:44:46', '2022-03-21 08:44:46'),
(134, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 41, NULL, '2022-04-01 13:12:11', '2022-04-01 13:12:11'),
(135, 'create_order', 'Yeni sipariş #10000041 gelen test', NULL, 41, NULL, '2022-04-01 13:12:11', '2022-04-01 13:12:11'),
(142, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 44, NULL, '2022-04-06 09:16:53', '2022-04-06 09:16:53'),
(143, 'create_order', 'Yeni sipariş #10000044 gelen Test Müşteri', NULL, 44, NULL, '2022-04-06 09:16:53', '2022-04-06 09:16:53'),
(144, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 45, NULL, '2022-04-06 09:57:00', '2022-04-06 09:57:00'),
(145, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 45, NULL, '2022-04-06 09:57:15', '2022-04-06 09:57:15'),
(146, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 45, NULL, '2022-04-06 10:04:06', '2022-04-06 10:04:06'),
(147, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 45, NULL, '2022-04-06 10:04:57', '2022-04-06 10:04:57'),
(148, 'create_order', 'Yeni sipariş #10000045 gelen Test Müşteri', NULL, 45, NULL, '2022-04-06 10:04:57', '2022-04-06 10:04:57'),
(149, 'cancel_order', 'Siparişiniz Test Müşteri tarafından iptal edildi.', NULL, 28, NULL, '2022-04-06 14:14:02', '2022-04-06 14:14:02'),
(150, 'create_shipment', 'Sipariş kargo ekibine gönderildi %user_name% tarafından', 1, 45, NULL, '2022-04-07 12:44:11', '2022-04-07 12:44:11'),
(151, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 47, NULL, '2022-04-07 22:10:51', '2022-04-07 22:10:51'),
(152, 'create_order', 'Yeni sipariş #10000047 gelen Test Müşteri', NULL, 47, NULL, '2022-04-07 22:10:51', '2022-04-07 22:10:51'),
(153, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 48, NULL, '2022-04-07 22:11:24', '2022-04-07 22:11:24'),
(154, 'create_order', 'Yeni sipariş #10000048 gelen Test Müşteri', NULL, 48, NULL, '2022-04-07 22:11:24', '2022-04-07 22:11:24'),
(155, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 49, NULL, '2022-04-07 22:22:11', '2022-04-07 22:22:11'),
(156, 'create_order', 'Yeni sipariş #10000049 gelen Test Müşteri', NULL, 49, NULL, '2022-04-07 22:22:11', '2022-04-07 22:22:11'),
(157, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 50, NULL, '2022-04-07 22:23:35', '2022-04-07 22:23:35'),
(158, 'create_order', 'Yeni sipariş #10000050 gelen Test Müşteri', NULL, 50, NULL, '2022-04-07 22:23:35', '2022-04-07 22:23:35'),
(159, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 51, NULL, '2022-04-07 22:27:49', '2022-04-07 22:27:49'),
(160, 'create_order', 'Yeni sipariş #10000051 gelen Test Müşteri', NULL, 51, NULL, '2022-04-07 22:27:49', '2022-04-07 22:27:49'),
(161, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 52, NULL, '2022-04-07 22:32:00', '2022-04-07 22:32:00'),
(162, 'create_order', 'Yeni sipariş #10000052 gelen Test Müşteri', NULL, 52, NULL, '2022-04-07 22:32:00', '2022-04-07 22:32:00'),
(163, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 53, NULL, '2022-04-07 22:32:35', '2022-04-07 22:32:35'),
(164, 'create_order', 'Yeni sipariş #10000053 gelen Test Müşteri', NULL, 53, NULL, '2022-04-07 22:32:35', '2022-04-07 22:32:35'),
(165, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 54, NULL, '2022-04-07 22:33:01', '2022-04-07 22:33:01'),
(166, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 54, NULL, '2022-04-07 22:33:10', '2022-04-07 22:33:10'),
(167, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 54, NULL, '2022-04-07 22:33:49', '2022-04-07 22:33:49'),
(168, 'confirm_order', 'Sipariş %user_name% tarafından doğrulandı', 1, 51, NULL, '2022-04-07 22:48:58', '2022-04-07 22:48:58'),
(169, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 54, NULL, '2022-04-07 23:23:06', '2022-04-07 23:23:06'),
(170, 'create_order', 'Yeni sipariş #10000054 gelen Test Müşteri', NULL, 54, NULL, '2022-04-07 23:23:06', '2022-04-07 23:23:06'),
(171, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 54, NULL, '2022-04-07 23:24:10', '2022-04-07 23:24:10'),
(172, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 55, NULL, '2022-04-07 23:24:40', '2022-04-07 23:24:40'),
(173, 'create_order', 'Yeni sipariş #10000055 gelen Test Müşteri', NULL, 55, NULL, '2022-04-07 23:24:40', '2022-04-07 23:24:40'),
(174, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 55, NULL, '2022-04-07 23:26:49', '2022-04-07 23:26:49'),
(175, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 56, NULL, '2022-04-07 23:27:57', '2022-04-07 23:27:57'),
(176, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 56, NULL, '2022-04-07 23:28:42', '2022-04-07 23:28:42'),
(177, 'create_order', 'Yeni sipariş #10000056 gelen Test Müşteri', NULL, 56, NULL, '2022-04-07 23:28:42', '2022-04-07 23:28:42'),
(178, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 56, NULL, '2022-04-07 23:28:58', '2022-04-07 23:28:58'),
(179, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 57, NULL, '2022-04-07 23:30:02', '2022-04-07 23:30:02'),
(180, 'create_order', 'Yeni sipariş #10000057 gelen Test Müşteri', NULL, 57, NULL, '2022-04-07 23:30:02', '2022-04-07 23:30:02'),
(181, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 57, NULL, '2022-04-07 23:31:46', '2022-04-07 23:31:46'),
(182, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 58, NULL, '2022-04-07 23:32:09', '2022-04-07 23:32:09'),
(183, 'create_order', 'Yeni sipariş #10000058 gelen Test Müşteri', NULL, 58, NULL, '2022-04-07 23:32:09', '2022-04-07 23:32:09'),
(184, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 58, NULL, '2022-04-07 23:34:46', '2022-04-07 23:34:46'),
(191, 'create_shipment', 'Sipariş kargo ekibine gönderildi %user_name% tarafından', 100003, 58, NULL, '2022-04-12 13:00:40', '2022-04-12 13:00:40'),
(192, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 67, NULL, '2024-04-17 12:20:59', '2024-04-17 12:20:59'),
(193, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 67, NULL, '2024-04-17 12:21:32', '2024-04-17 12:21:32'),
(194, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 67, NULL, '2024-04-17 12:22:05', '2024-04-17 12:22:05'),
(195, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 67, NULL, '2024-04-17 12:22:19', '2024-04-17 12:22:19'),
(196, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 67, NULL, '2024-04-17 12:22:33', '2024-04-17 12:22:33'),
(197, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 67, NULL, '2024-04-17 12:22:57', '2024-04-17 12:22:57'),
(198, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 67, NULL, '2024-04-17 12:23:03', '2024-04-17 12:23:03'),
(199, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 67, NULL, '2024-04-17 12:23:18', '2024-04-17 12:23:18'),
(200, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 67, NULL, '2024-04-17 12:23:35', '2024-04-17 12:23:35'),
(201, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 67, NULL, '2024-04-17 12:23:52', '2024-04-17 12:23:52'),
(202, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 67, NULL, '2024-04-17 12:46:56', '2024-04-17 12:46:56'),
(203, 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturulur', NULL, 67, NULL, '2024-04-17 13:11:32', '2024-04-17 13:11:32');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_order_product`
--

CREATE TABLE `ec_order_product` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` int(10) UNSIGNED NOT NULL,
  `qty` int(11) NOT NULL,
  `price` decimal(15,2) NOT NULL,
  `tax_amount` decimal(15,2) NOT NULL,
  `options` text DEFAULT NULL,
  `product_id` int(10) UNSIGNED DEFAULT NULL,
  `product_name` varchar(191) NOT NULL,
  `weight` double(8,2) DEFAULT 0.00,
  `restock_quantity` int(10) UNSIGNED DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_order_product`
--

INSERT INTO `ec_order_product` (`id`, `order_id`, `qty`, `price`, `tax_amount`, `options`, `product_id`, `product_name`, `weight`, `restock_quantity`, `created_at`, `updated_at`) VALUES
(64, 26, 1, 3329.00, 599.22, '[]', 143, 'Samsung Galaxy Tab S6 Lite 64GB 10.4\" Gri Tablet (Samsung Türkiye Garantili)', 0.10, 0, '2021-10-28 10:17:09', '2021-10-28 10:17:09'),
(76, 28, 1, 371.19, 66.81, '[]', 147, 'Anatomi Günlük Erkek Ayakkabı', 1.00, 0, '2022-01-24 21:20:12', '2022-01-24 21:20:12'),
(97, 30, 1, 371.19, 66.81, '[]', 147, 'Anatomi Günlük Erkek Ayakkabı', 1.00, 0, '2022-01-25 21:46:36', '2022-01-25 21:46:36'),
(107, 37, 1, 170.00, 30.60, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 2.00, 0, '2022-03-17 09:48:52', '2022-03-17 09:48:52'),
(108, 37, 1, 439.54, 79.12, '[]', 157, 'Nike 903596 801 Jr Mercurıal Vıctory Çivili Çocuk Krampon ORİJİNAL ÜRÜN', 2.00, 0, '2022-03-17 09:48:52', '2022-03-17 09:48:52'),
(111, 39, 1, 170.00, 30.60, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-03-21 08:44:46', '2022-03-21 08:44:46'),
(114, 41, 1, 170.00, 30.60, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-01 13:12:11', '2022-04-01 13:12:11'),
(123, 44, 1, 1.00, 0.18, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-06 09:16:53', '2022-04-06 09:16:53'),
(128, 45, 1, 1.00, 0.18, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-06 10:04:57', '2022-04-06 10:04:57'),
(131, 47, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-07 22:10:51', '2022-04-07 22:10:51'),
(133, 48, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-07 22:11:24', '2022-04-07 22:11:24'),
(135, 49, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-07 22:22:11', '2022-04-07 22:22:11'),
(137, 50, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-07 22:23:35', '2022-04-07 22:23:35'),
(139, 51, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-07 22:27:49', '2022-04-07 22:27:49'),
(141, 52, 2, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 2.00, 0, '2022-04-07 22:32:00', '2022-04-07 22:32:00'),
(143, 53, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-07 22:32:35', '2022-04-07 22:32:35'),
(146, 54, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-07 23:24:10', '2022-04-07 23:24:10'),
(149, 55, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-07 23:26:49', '2022-04-07 23:26:49'),
(152, 56, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-07 23:28:58', '2022-04-07 23:28:58'),
(155, 57, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-07 23:31:46', '2022-04-07 23:31:46'),
(158, 58, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-07 23:34:46', '2022-04-07 23:34:46'),
(159, 40, 1, 371.19, 66.81, '[]', 147, 'Anatomi Günlük Erkek Ayakkabı', 1.00, 0, '2022-04-08 08:32:31', '2022-04-08 08:32:31'),
(167, 61, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-12 09:14:11', '2022-04-12 09:14:11'),
(168, 62, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-12 09:41:16', '2022-04-12 09:41:16'),
(170, 64, 1, 3329.00, 599.22, '[]', 143, 'Samsung Galaxy Tab S6 Lite 64GB Gri', 0.10, 0, '2022-04-12 13:52:40', '2022-04-12 13:52:40'),
(171, 65, 1, 84.99, 15.30, '[]', 133, 'Her Story Love Inspires Edp Kadın Parfümü', 0.10, 0, '2022-04-13 08:01:12', '2022-04-13 08:01:12'),
(172, 66, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2022-04-13 08:06:30', '2022-04-13 08:06:30'),
(185, 67, 1, 1.00, 0.00, '[]', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', 1.00, 0, '2024-04-17 13:11:32', '2024-04-17 13:11:32');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_products`
--

CREATE TABLE `ec_products` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `description` text DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `images` text DEFAULT NULL,
  `sku` varchar(191) DEFAULT NULL,
  `order` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `quantity` int(10) UNSIGNED DEFAULT NULL,
  `allow_checkout_when_out_of_stock` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `with_storehouse_management` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `is_featured` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `brand_id` int(10) UNSIGNED DEFAULT NULL,
  `is_variation` tinyint(4) NOT NULL DEFAULT 0,
  `sale_type` tinyint(4) NOT NULL DEFAULT 0,
  `price` double UNSIGNED DEFAULT NULL,
  `sale_price` double UNSIGNED DEFAULT NULL,
  `start_date` timestamp NULL DEFAULT NULL,
  `end_date` timestamp NULL DEFAULT NULL,
  `length` double(8,2) DEFAULT NULL,
  `wide` double(8,2) DEFAULT NULL,
  `height` double(8,2) DEFAULT NULL,
  `weight` double(8,2) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `tax_id` int(10) UNSIGNED DEFAULT NULL,
  `views` bigint(20) NOT NULL DEFAULT 0,
  `stock_status` varchar(191) DEFAULT 'in_stock',
  `created_by_id` int(11) DEFAULT 0,
  `created_by_type` varchar(255) NOT NULL DEFAULT 'Botble\\ACL\\Models\\User',
  `image` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_products`
--

INSERT INTO `ec_products` (`id`, `name`, `description`, `content`, `status`, `images`, `sku`, `order`, `quantity`, `allow_checkout_when_out_of_stock`, `with_storehouse_management`, `is_featured`, `brand_id`, `is_variation`, `sale_type`, `price`, `sale_price`, `start_date`, `end_date`, `length`, `wide`, `height`, `weight`, `created_at`, `updated_at`, `tax_id`, `views`, `stock_status`, `created_by_id`, `created_by_type`, `image`) VALUES
(86, 'Philips 32PHS5505 HD 32\" 82 Ekran Uydu Alıcılı LED Televizyon', NULL, '<p><br>Philips 32PHS5505 32\" 80 Ekran Uydu Alıcılı HD LED TV<br>Estetik görünümüyle beğeni toplayan Philips 32PHS5505/62 32\" 80 Ekran Uydu Alıcılı Smart LED TV oldukça ince bir yapıya sahiptir. İnce tasarımı sayesinde hafif bir yapıya sahip olan televizyonu tek başınıza kolayca taşıyabilmeniz mümkündür. Alan kazanmak ve alanı etkili bir şekilde değerlendirmek için Smart TV\'den yararlanabilirsiniz. Zarif bir çerçeveye sahip olan LED TV, odaklanmayı kolaylaştıran tasarımıyla yayınları daha konforlu izleyebilmenizi sağlar. Philips televizyon, renkleri parlak ve doğal şekilde görebilmenize yardım eden LED ekran teknolojisinden yararlanır. Ürünün taban kısmına denge kazandıran şık ayaklar yardımıyla televizyonunuzu konsolunuza rahatça yerleştirebilirsiniz. Ayaklıklı tasarım sayesinde televizyonunuzun kayması da önlenir. Smart televizyonun gövde tuşları da bulunur. Gövde tuşlarından yardım alarak ürününüzün açma kapama işlemleriyle kanal değişikliği ve ses düzeyi değiştirme işlemlerini pratik bir şekilde gerçekleştirebilirsiniz.</p><p><strong>Sevdiğiniz Yayınları HD Kalitesinde Takip Edin</strong></p><p>Philips marka kullanışlı televizyon, 1366 x 768 piksellik çözünürlüğüyle HD görüntü kalitesini kullanımınıza sunar.<br>Dahili uydu alıcısına da sahip olan televizyon ile kanalları hafızaya alıp farklı türlerdeki yayınları keyifle seyredebilirsiniz.<br>Minimalist tasarımıyla dikkat çeken sade televizyonun ekranı 80 cm genişliğindedir.<br>Ürünün küçük boyutları sayesinde televizyonunuzu mutfağınızda ya da çalışma odanızda rahatlıkla değerlendirebilirsiniz.<br>Pixel Plus HD adlı görüntü motoru teknolojisi ile televizyonunuz yayınlardaki görüntüleri optimize etmeyi başarır.</p><p><br><strong>Gerçekçi Görüntülerle Yayın Kalitesini Artıran Televizyon</strong></p><p>Kontrast detayıyla öne çıkan Philips TV ile renklerin yarattığı zıtlığı çarpıcı bir şekilde ev ortamında deneyimleyebilirsiniz. Keskinlik yaratan televizyonla belgeselleri ve filmleri daha keyifli bir şekilde seyredebilmeniz olanaklı hale gelir. Açık renklerin daha parlak şekilde yansıtılmasını sağlayan televizyon, siyah renk tonlarını ise koyu olarak evinize ulaştırır. HDMI bağlantısı özelliğini de kullanımınıza sunan LED TV ile bilgisayarınızdaki görüntüleri daha geniş bir ekrandan izleyebilirsiniz. Pratik HDMI girişlerini kullanmanız bilgisayarınızla televizyonunuz arasında başarılı bir bağlantı kurabilmenizi sağlar. İşlevsel ürün, HDMI\'ın yanı sıra USB bağlantısına da olanak tanır. USB girişini kullanarak televizyonunuza taşıyıcı belleğinizi okutabilirsiniz. Bu bağlantı, USB içerisinde bulunan filmlerinizi ve şarkılarınızı TV üzerinden çalıştırabilmenize imkân tanır.</p><p><strong>Teknik Özellikler</strong></p><p>Çözünürlük (Piksel): 1366 x 768<br>Dahili Uydu Alıcı: Var<br>Ekran Ebatı: 32 inç / 80 cm<br>Ekran Formatı: 16:9<br>Görüntü Teknolojisi: LED</p><p><br><strong>Kullanışlı Kutu İçeriğiyle Televizyonunuzdan Verim Alın</strong></p><p>Kutu içerisindeki güç kablosunu kullanarak televizyonunuzu rahatça çalıştırabilirsiniz. Ürünün kutusunda bulunan kullanım kitapçığı, televizyonunuzdan daha verimli bir şekilde yararlanabilmenizi sağlar. Televizyonun özelliklerini ayrıntılı şekilde kitapçık üzerinden okuyarak öğrenebilirsiniz. Kutudaki uzaktan kumanda ile LED TV\'nizin tüm özelliklerini hızlı ve pratik bir biçimde kullanabilmeniz kolaylaşır. Ergonomik kumandanın üzerindeki kısayol tuşları da size zaman kazandırır.</p><p><strong>Hollanda Menşeli Teknoloji Devi</strong></p><p>Eindhoven kentinde 1891 yılında kurulan Philips, dünya çapında yüz milyonlarca kullanıcıya modern teknolojinin olanaklarını ulaştırır. Markanın tasarımlarında kullandığı zarif detaylar oldukça estetik ürünlere sahip olabilmenize olanak tanır. Philips\'in elektrik tüketimini azaltmaya yönelik ürünler geliştirmesi bütçenize katkıda bulunan teknolojilere evinizde sahip olabilmenize yardım eder.</p><p><strong>Basit ve Kullanışlı Tasarım</strong></p><p>Televizyonunun menü tasarımının sadeliği sayesinde ürünün tüm özelliklerini rahatça kullanabilirsiniz. Ses modlarıyla ürünün ses özelliklerini değiştirebilmenize olanak verir. Görüntü modlarıyla, yayınların özelliklerine göre alternatif seçeneklerden yararlanabilirsiniz. Surround ses özelliğini kullanıcılarına sunan televizyon ile yayınların sesleri odanıza eşit şekilde yayılır. Kulaklık çıkışına sahip olan ürün yardımıyla geceleri dışarıya sesin ulaşmasını önleyerek filmleri izleyebilmeniz mümkün olur. VESA bağlantısı ile duvara monte edebilmeniz için de uygun olan Philips televizyonun ağırlığı yalnızca 3.9 kilogramdır.</p>', 'published', '[\"products\\/61604dba44022.jpeg\"]', 'SKU-01', 0, 0, 0, 0, 1, 2, 0, 0, 2094, 1989, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 08:23:51', '2022-04-12 12:11:58', 1, 102, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(87, 'Xiaomi Mi Robot Vacuum Mop Essential Akıllı Robot Süpürge', NULL, '<p><strong>Rahat Kullanımıyla Xiaomi Mi Robot Vacuum Mop Essentials Robot Süpürge</strong></p><p><br>Hem manuel hem de uzaktan kontrol sağlayan Xiaomi Mi Robot Vacuum Mop Essentials robot süpürge son derece kolay bir şekilde kurulabiliyor. Kullanmış olduğunuz akıllı telefona programı indirerek temizliğinize yön verebilir, kendi eliniz değmiş hissi ile derin bir nefes alabilirsiniz. 2 saat boyunca kesintisiz yapmış olduğu temizliği kısa süre şarj olmak adına yarıda bırakarak otomatik şarj olma alanına gidip şarj olduktan sonra temizliğine kaldı yerden devam eder. Böylelikle evinizi uzun vadede sürekli temiz tutar. Koltuk altı, yatak altı, baza gibi girilmesi zor yerlere girerek sizler için en verimli temizliği gerçekleştirir. Detaylı algoritması sayesinde evdeki eşyalara çarpmadan rahatlıkla hareket eder. Böylelikle mobilyalarınızda çizik veya kırık gibi durumlar oluşturmadığı gibi kendine de zarar vermez. Xiaomi Mi Robot Vacuum Mop Essentials robot süpürge 2500 mAh pil gücü ve 2200 yüksek emiş gücü sayesinde gözle görülmeyecek en ufak tozları bile temizleyerek yaşam alanlarınızı en temiz hale getirir. Xiaomi Mi Robot Vacuum Mop Essentials robot süpürge sayesinde mikropları arındırabilir, kendinize ve sevdiklerinize daha güvenilir ve sağlıklı bir ortam hazırlayabilirsiniz. 2 cm’ye kadar erişebilen Xiaomi Mi Robot Vacuum Mop Essentials robot süpürge özellikleri sayesinde engellere takılmadan çalışmaya devam edebilir. Halı veya yerde bulunan kıyafetlerden kolay kolay etkilenmeyen bu cihaz, herhangi bir çarpma veya zedelenme durumunu önleyerek temizliklerini herhangi bir olumsuzluk olmadan devam eder. Bu nedenle evinizi Xiaomi Mi Robot Vacuum Mop Essentials robot süpürge ile temizlemeniz daha uygun olacaktır.</p>', 'published', '[\"products\\/6176ba011c314.jpeg\",\"products\\/6176ba017ad85.jpeg\",\"products\\/6176ba02495b2.jpeg\",\"products\\/6176ba01d9821.jpeg\"]', 'SKU-02', 0, 0, 0, 0, 1, 0, 0, 0, 2279, 2279, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 08:36:43', '2022-04-11 20:20:41', 1, 104, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(88, 'HP 250 G7 1Q2W4ES Intel Core i7-1065G7 8GB 256GB SSD O/B VGA 15.6', NULL, '<figure class=\"table\" style=\"width:100%;\"><table><tbody><tr><td><strong>İşlemci</strong></td><td>Intel Core i7</td></tr><tr><td><strong>İşlemci Nesli</strong></td><td>10.Nesil</td></tr><tr><td><strong>İşlemci Modeli</strong></td><td>i7-1065G7 1.30GHz Turbo 3.90GHz 8MB</td></tr><tr><td><strong>Çekirdek Sayısı</strong></td><td>Dört çekirdek işlemci</td></tr><tr><td><strong>Sistem Belleği (Gb)</strong></td><td>8 Gb</td></tr><tr><td><strong>Bellek Türü</strong></td><td>DDR4 2666MHz</td></tr><tr><td><strong>Bellek Düzeni</strong></td><td>1 x 8GB</td></tr><tr><td><strong>Max.Bellek</strong></td><td>8GB</td></tr><tr><td><strong>Toplam Bellek Slotu</strong></td><td>2</td></tr><tr><td><strong>Bellek Yükseltme</strong></td><td>Var</td></tr><tr><td><strong>Sabit Disk</strong></td><td>Yok</td></tr><tr><td><strong>SSD Slotu</strong></td><td>PCIe NVMe</td></tr><tr><td><strong>SSD</strong></td><td>256 Gb</td></tr><tr><td><strong>Ekran Kartı</strong></td><td>Paylaşımlı</td></tr><tr><td><strong>Grafik Genişliği</strong></td><td>64Bit</td></tr><tr><td><strong>Grafik Yapısı</strong></td><td>GDDR5</td></tr><tr><td><strong>Ekran Boyutu</strong></td><td>15.6 inc</td></tr><tr><td><strong>Dokunmatik Ekran</strong></td><td>Yok</td></tr><tr><td><strong>Ekran Özelliği</strong></td><td>Full HD (1920x1080)</td></tr><tr><td><strong>Ekran Çözünürlük</strong></td><td>1920 x 1080</td></tr><tr><td><strong>Ekran Yenileme Hızı</strong></td><td>60 Hz</td></tr><tr><td><strong>Optik Okuyucu</strong></td><td>Dvd Yazıcı</td></tr><tr><td><strong>İşletim Sistemi</strong></td><td>Free Dos</td></tr><tr><td><strong>Webcam</strong></td><td>HD Kamera</td></tr><tr><td><strong>Ses</strong></td><td>Dahili Hoparlör ve Mikrofon</td></tr><tr><td><strong>Kart Okuyucu</strong></td><td>Var</td></tr><tr><td><strong>Wi-Fi</strong></td><td>802.11ac</td></tr><tr><td><strong>Bluetooth</strong></td><td>Versiyon 4.2</td></tr><tr><td><strong>Ethernet</strong></td><td>Yok</td></tr><tr><td><strong>Hdmı</strong></td><td>Var</td></tr><tr><td><strong>Usb Portu</strong></td><td>2 x Usb 3.1</td></tr><tr><td><strong>Usb 3.0</strong></td><td>Var</td></tr><tr><td><strong>USB Type-C</strong></td><td>Yok</td></tr><tr><td><strong>Video Portu</strong></td><td>Yok</td></tr><tr><td><strong>Klavye Düzeni</strong></td><td>Numerik Q TR</td></tr><tr><td><strong>Klavye Özelliği</strong></td><td>Hafif kavisli tuşlar</td></tr><tr><td><strong>Touchpad</strong></td><td>Çoklu dokunmatik harekete duyarlı</td></tr><tr><td><strong>Pil Teknolojisi</strong></td><td>3 hücreli pil</td></tr><tr><td><strong>Paket İçeriği</strong></td><td>Notebook, Şarj Aleti</td></tr><tr><td><strong>Ağırlık</strong></td><td>1 kg - 2 kg</td></tr><tr><td><strong>Renk</strong></td><td>Siyah</td></tr></tbody></table></figure>', 'published', '[\"products\\/6045d050c5d91.jpg\"]', 'SKU-03', 0, 0, 0, 0, 0, 0, 0, 0, 9559, 9559, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:20:33', '2022-04-11 12:56:37', 3, 84, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(89, 'Xo termanını Erkek Siyah Skinny Fit Kot Pantolon', NULL, '<p>Ürünlerimiz XO Termanini özel kalıptır.</p><p>Ürünlerimiz dar kalıptır. Lütfen bir büyük beden sipariş verin.</p><p>Ürün Ölçüleri Görsellerde Yer Almaktadır.</p><p>Konsept çekimlerinde tonlar ışık farklılığından dolayı değişiklik gösterebilir.&nbsp;</p>', 'published', '[\"products\\/60cd2dade6a43.jpeg\",\"products\\/60cd2dbb41899.jpeg\"]', 'SKU-04', 0, 0, 0, 0, 0, 0, 0, 0, 129, 98.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:28:24', '2022-04-08 16:46:47', 0, 79, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(90, 'Xo termanını Erkek Siyah Skinny Fit Kot Pantolon', NULL, NULL, 'published', '[\"products\\/60cd2dade6a43.jpeg\",\"products\\/60cd2dbb41899.jpeg\"]', 'SKU-04', 0, 0, 0, 0, 0, 0, 1, 0, 129, 98.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:28:24', '2021-10-26 10:36:03', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(91, 'Xo termanını Erkek Siyah Skinny Fit Kot Pantolon', NULL, NULL, 'published', '[null]', 'SKU-04', 0, 0, 0, 0, 0, 0, 1, 0, 129, 98.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:30:33', '2021-10-26 10:36:03', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(92, 'Xo termanını Erkek Siyah Skinny Fit Kot Pantolon', NULL, NULL, 'published', '[]', 'SKU-04', 0, 0, 0, 0, 0, 0, 1, 0, 129, 98.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:31:03', '2021-10-26 10:36:03', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(93, 'Xo termanını Erkek Siyah Skinny Fit Kot Pantolon', NULL, NULL, 'published', '[]', 'SKU-04', 0, 0, 0, 0, 0, 0, 1, 0, 129, 98.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:32:18', '2021-10-26 10:36:03', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(94, 'Xo termanını Erkek Siyah Skinny Fit Kot Pantolon', NULL, NULL, 'published', '[]', 'SKU-04', 0, 0, 0, 0, 0, 0, 1, 0, 129, 98.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:32:38', '2021-10-26 10:36:03', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(95, 'Xo termanını Erkek Siyah Skinny Fit Kot Pantolon', NULL, NULL, 'published', '[]', 'SKU-04', 0, 0, 0, 0, 0, 0, 1, 0, 129, 98.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:33:05', '2021-10-26 10:36:03', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(96, 'Xo Termanını Mavi Jeans Kot Pantolon', NULL, '<p>Ürünlerimiz XO Termanini özel kalıptır.</p><p>Ürünlerimiz dar kalıptır. Lütfen bir büyük beden sipariş verin.</p><p>Ürün Ölçüleri Görsellerde Yer Almaktadır.</p><p>Konsept çekimlerinde tonlar ışık farklılığından dolayı değişiklik gösterebilir.&nbsp;</p>', 'published', '[\"products\\/60cd390556920.jpeg\",\"products\\/60cd39052fd80.jpeg\",\"products\\/60cd39057d8d1.jpeg\",\"products\\/60cd3905a56b5.jpeg\"]', 'SKU-05', 0, 0, 0, 0, 1, 0, 0, 0, 139, 94, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:35:49', '2022-04-11 23:03:04', 3, 146, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(97, 'Xo Termanını Mavi Jeans Kot Pantolon', NULL, NULL, 'published', '[\"products\\/60cd390556920.jpeg\",\"products\\/60cd39052fd80.jpeg\",\"products\\/60cd39057d8d1.jpeg\",\"products\\/60cd3905a56b5.jpeg\"]', 'SKU-05', 0, 0, 0, 0, 0, 0, 1, 0, 139, 94, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:35:49', '2021-10-26 10:38:35', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(98, 'Xo Termanını Mavi Jeans Kot Pantolon', NULL, NULL, 'published', '[null]', 'SKU-05', 0, 0, 0, 0, 0, 0, 1, 0, 139, 94, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:37:08', '2021-10-26 10:38:35', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(99, 'Xo Termanını Mavi Jeans Kot Pantolon', NULL, NULL, 'published', '[]', 'SKU-05', 0, 0, 0, 0, 0, 0, 1, 0, 139, 94, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:38:07', '2021-10-26 10:38:35', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(100, 'Xo Termanını Mavi Jeans Kot Pantolon', NULL, NULL, 'published', '[]', 'SKU-05', 0, 0, 0, 0, 0, 0, 1, 0, 139, 94, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:38:29', '2021-10-26 10:38:35', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(101, 'Marco Ferry Gri Melanj Erkek Cepli Düz Paça Önden Fermuarlı Kapşonlu Eşofman Takım', '<p>%74 Pamuk,%20 Polyester,%6 Elestan. İki İplik,Önden Fermuarlı Kapüşonlu Takım</p>', '<p>ÜRÜNLERİMİZ %100 ORJİNAL,AMBALAJLI,ETİKETLİ VE FATURALIDIR.</p><p>MARCO FERRY ERKEK ÖNDEN FERMUARLI,CEPLİ,DÜZ PAÇA,KAPŞONLU,İKİ İPLİK EŞOFMAN TAKIM...EDY201451...4 FARKLI RENK SEÇENEĞİ .SİYAH-LACİVERT-GRİ MELANJ ve ANTRASİT MELANJ</p><p>%74 Pamuk, %20 Polyester, %6 Elestan.<br>İki İplik, Lycralı Penye<br>Önden Fermuarlı.Cepli,Kapşonlu<br>Ürünümüzün paçaları Düz Paçalıdır.<br>Ürünün Tüm Cepleri Fermuarlıdır.<br>Renk Atmaz,Çekmez,Diz izi yapmaz.<br>&nbsp;Manken:1.87 BOY/ &nbsp;87 KİLO. Göğüs:104 cm.Bel:78 cm.Basen:104 cm...Üzerindeki Ürün L BEDEN dir&nbsp;</p><p><br>SATIN ALMA KISMINDA SORUN YAŞARSANIZ VEYA &nbsp;İSTEDİĞİNİZ BEDEN-RENK YOK İSE; LÜTFEN MAĞAZAYA SORU SOR BUTONUNA TIKLAYIP SORUNUNUZ VE STOK İÇİN BİLGİ İSTEYİNİZ.. . &nbsp;</p>', 'published', '[\"products\\/608ee756db8c9.jpeg\",\"products\\/608ee75757878.jpeg\",\"products\\/608ee757336b7.jpeg\",\"products\\/608ee7570f16f.jpeg\",\"products\\/608ee756db8c9.jpeg\",\"products\\/608ee75757878.jpeg\",\"products\\/608ee757336b7.jpeg\",\"products\\/608ee7570f16f.jpeg\",\"products\\/608ee756db8c9.jpeg\",\"products\\/608ee75757878.jpeg\",\"products\\/608ee757336b7.jpeg\",\"products\\/608ee7570f16f.jpeg\"]', 'SKU-06', 0, 0, 0, 0, 0, 0, 0, 0, 389, 335.32, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:44:06', '2022-04-12 21:40:34', 0, 126, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(102, 'Marco Ferry Gri Melanj Erkek Cepli Düz Paça Önden Fermuarlı Kapşonlu Eşofman Takım', NULL, NULL, 'published', '[null,\"products\\/608ee756db8c9.jpeg\",\"products\\/608ee75757878.jpeg\",\"products\\/608ee757336b7.jpeg\",\"products\\/608ee7570f16f.jpeg\"]', 'SKU-06', 0, 0, 0, 0, 0, 0, 1, 0, 389, 335.32, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:44:06', '2021-10-26 10:48:36', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(103, 'Marco Ferry Gri Melanj Erkek Cepli Düz Paça Önden Fermuarlı Kapşonlu Eşofman Takım', NULL, NULL, 'published', '[]', 'SKU-06', 0, 0, 0, 0, 0, 0, 1, 0, 389, 335.32, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:47:05', '2021-10-26 10:48:36', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(104, 'Marco Ferry Gri Melanj Erkek Cepli Düz Paça Önden Fermuarlı Kapşonlu Eşofman Takım', NULL, NULL, 'published', '[]', 'SKU-06', 0, 0, 0, 0, 0, 0, 1, 0, 389, 335.32, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:47:31', '2021-10-26 10:48:36', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(105, 'Marco Ferry Gri Melanj Erkek Cepli Düz Paça Önden Fermuarlı Kapşonlu Eşofman Takım', NULL, NULL, 'published', '[]', 'SKU-06', 0, 0, 0, 0, 0, 0, 1, 0, 389, 335.32, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:47:57', '2021-10-26 10:48:36', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(106, 'Marco Ferry Gri Melanj Erkek Cepli Düz Paça Önden Fermuarlı Kapşonlu Eşofman Takım', NULL, NULL, 'published', '[]', 'SKU-06', 0, 0, 0, 0, 0, 0, 1, 0, 389, 335.32, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 10:48:21', '2021-10-26 10:48:36', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(107, 'GİYSA Cepli Salaş Mavi Ayrobin Pantolon 20016', '<p>Cepli Salaş Mavi Ayrobin Pantolon</p>', '<p>Salaş Pantolon, Rahat Kesim<br>%70 Poliester %24 Viskoz %3 Likra<br>Mankenin Boy: 1,70 Kilo: 52<br>Mankenin üzerindeki ürün S/36 bedendir.</p>', 'published', '[\"products\\/60ed795bdf9e4.jpeg\",\"products\\/60ed795c1876b.jpeg\",\"products\\/60ed795c71fdd.jpeg\",\"products\\/60ed795c448b0.jpeg\"]', 'SKU-07', 0, 0, 0, 0, 1, 0, 0, 0, 49.99, 49.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:11:22', '2022-04-11 13:26:54', 1, 81, 'in_stock', 0, 'Botble\\ACL\\Models\\User', 'products/60ed795bdf9e4.jpeg'),
(108, 'GİYSA Cepli Salaş Mavi Ayrobin Pantolon 20016', NULL, NULL, 'published', '[\"products\\/60ed795bdf9e4.jpeg\",\"products\\/60ed795c1876b.jpeg\",\"products\\/60ed795c71fdd.jpeg\",\"products\\/60ed795c448b0.jpeg\"]', 'SKU-07', 0, 0, 0, 0, 0, 0, 1, 0, 49.99, 49.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:11:22', '2022-04-11 08:21:02', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(109, 'GİYSA Cepli Salaş Mavi Ayrobin Pantolon 20016', NULL, NULL, 'published', '[]', 'SKU-06', 0, 0, 0, 0, 0, 0, 1, 0, 49.99, 49.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:14:09', '2022-04-11 08:21:02', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(110, 'GİYSA Cepli Salaş Mavi Ayrobin Pantolon 20016', NULL, NULL, 'published', '[]', 'SKU-06', 0, 0, 0, 0, 0, 0, 1, 0, 49.99, 49.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:14:55', '2022-04-11 08:21:02', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(111, 'GİYSA Cepli Salaş Mavi Ayrobin Pantolon 20016', NULL, NULL, 'published', '[]', 'SKU-06', 0, 0, 0, 0, 0, 0, 1, 0, 49.99, 49.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:15:23', '2022-04-11 08:21:02', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(112, 'KADIN KIRMIZI OMUZ DETAYLI BLUZ', '<p>KADIN KIRMIZI OMUZ DETAYLI BLUZ</p>', '<p>%95 viskoz %5 elastan</p><p>Manken üzerinde ki s/36 beden</p>', 'published', '[\"products\\/61039a324ee10.jpeg\",\"products\\/61039a324156a.jpeg\"]', 'SKU-07', 0, 0, 0, 0, 1, 0, 0, 0, 89.86, 89.86, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:20:38', '2022-04-11 09:20:32', 0, 118, 'in_stock', 0, 'Botble\\ACL\\Models\\User', 'products/61039a324ee10.jpeg'),
(113, 'KADIN KIRMIZI OMUZ DETAYLI BLUZ', NULL, NULL, 'published', '[\"products\\/61039a324ee10.jpeg\",\"products\\/61039a324156a.jpeg\"]', 'SKU-07', 0, 0, 0, 0, 0, 0, 1, 0, 89.86, 89.86, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:20:38', '2022-04-11 08:13:10', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(114, 'Siyah Çiçek Desenli Elbise 1YXK6-44869-02', '<p>100 Polyester</p>', '<p>100 Polyester</p>', 'published', '[\"products\\/60795796c92a4.jpg\",\"products\\/607957953ca73.jpg\",\"products\\/60795793a99a3.jpg\"]', 'SKU-08', 0, 0, 0, 0, 1, 0, 0, 0, 101.53, 65.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:27:33', '2022-04-08 18:54:59', 3, 128, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(115, 'Siyah Çiçek Desenli Elbise 1YXK6-44869-02', NULL, NULL, 'published', '[\"products\\/60795796c92a4.jpg\",\"products\\/607957953ca73.jpg\",\"products\\/60795793a99a3.jpg\"]', 'SKU-08', 0, 0, 0, 0, 0, 0, 1, 0, 101.53, 65.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:27:33', '2021-10-26 11:50:02', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(116, 'Siyah Çiçek Desenli Elbise 1YXK6-44869-02', NULL, NULL, 'published', '[]', 'SKU-07', 0, 0, 0, 1, 0, 0, 1, 0, 101.53, 65.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:29:11', '2021-10-26 11:50:02', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(117, 'Siyah Çiçek Desenli Elbise 1YXK6-44869-02', NULL, NULL, 'published', '[]', 'SKU-07', 0, 0, 0, 1, 0, 0, 1, 0, 101.53, 65.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:29:43', '2021-10-26 11:50:02', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(118, 'Bengi Alt903 Pierloti Masa Sandalye Takımı Karakartal', '<p>Bengi Alt903 Pierloti Masa Sandalye Takı</p>', '<p>1-Ankara siteler kalitesi, ürünü ve imalatı.</p><p>2-Sağlam şık ve kullanışlı.</p><p>3-İtinalı paketleme ve kargolama.</p><p>4-Birinci sınıf işçilik ve malzeme.</p><p>5-Şık, zarif modern stiller.</p><p>6 -Tüm Ürünler fabrikasyon değil el işçiliği.</p><p>7-Ürünlerimiz hemen tamamı istenen renkte yapılabilir yani emre amade üründür.</p><p>8- sandalye tornalı masa açılır 1 sınf suntalem</p><p>9- ölçü masa kapalı hali 80*130</p><p>&nbsp; &nbsp;Masa açık hali &nbsp; &nbsp;80*172</p><p>&nbsp; &nbsp; Masa ayak açıklığın 127*74</p><p>&nbsp; &nbsp; Sandalye otrum g 456 d 44 y 47</p><p>&nbsp; &nbsp; Benc &nbsp; &nbsp;100*46*476</p><p>&nbsp; &nbsp; Sandalye sırt g46 y 87 cm</p><p>10-Fiyat kalite raporu uyğun ürün</p><p>11- Ürünlerimize paketleme aşamasında hijyenik dezenfeksiyon uyğulanmaktadır</p>', 'published', '[\"products\\/607432528543a.jpg\",\"products\\/60743253e9d9d.jpg\",\"products\\/6074325515f00.jpg\",\"products\\/607432561495c.png\"]', 'SKU-09', 0, 0, 0, 0, 0, 0, 0, 0, 4072.5, 3258, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:35:24', '2022-04-13 08:03:55', 1, 89, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(119, 'PAPATYA ANKASTRE MİKRODALGA MİNİ FIRIN BANYO MUTFAK KİTAPLIK ÇOK AMAÇLI DOLAP bdx127', '<p>PAPATYA ANKASTRE MİKRODALGA MİNİ FIRIN BANYO MUTFAK KİTAPLIK ÇOK AMAÇLI DOLAP bdx127</p>', '<p>Mobilya Genel Özellikleri</p><p>*Ürün Ölçüleri; 59.6*168.20*48 cm</p><p>(Genişlik x Yükseklik x Derinlik)</p><p>*Ankastre Fırın Girecek Bölüm;</p><p>56*59*48 cm</p><p>(Genişlik x Yükseklik x Derinlik)</p><p>*Mini Fırın Girecek Bölüm;</p><p>56*40*43 cm</p><p>( Genişlik x Yükseklik x Derinlik )</p><p>*Ürün Çeşidi Bilgilendirme; Mutfak<br>ve ihtiyacınız olacak diğer odalarda kullanabileceğiniz çok Amaçlı Dolap. Otel,<br>Pansiyon, Apart, Salon, Bebek odası, Genç odası, Banyo, Mutfak, Ofis, Balkon,<br>Kiler gibi Evlerimizle orantılı olarak küçülen odaların, doğru kullanım ile ne<br>kadar genişleyebileceğine şaşırabilirsiniz. Eşyaların yerleşimleri gibi<br>detaylar kullanılan alanlarda fark edilebilir şekilde yer kazanmanızı<br>sağlayabilir. Özellikle badex gruplarında doğru tercihler ile mümkün olan<br>ferahlığı ve ergonomiyi yakalamak mümkün. Odalarınız İster küçük isterse de<br>büyük olsun her odaya uygun, tasarım mobilya ürün gruplarımız kaliteli hizmet<br>ve müşteri memnuniyeti anlayışı ile badex adresinden ulaşabilirsiniz.</p><p>*Sipariş Vermeden Önce; Ürün<br>detaylarını ve ölçülerini kontrol etmenizi önemle rica ederiz. Ürün<br>görsellerindeki aksesuarlar dekorasyon amaçlı olup, fiyata dahil değildir.</p><p>Malzeme Tipi; Ürünlerimizin tamamı<br>yüksek kalite melamin yüzeye sahip 18mm 1. kalite yonga levha ve kenarlarında<br>1. sınıf 1 mm PVC kenar bant, kullanılmaktadır. Özellikle dikkat etmeniz<br>gereken modüler ürün gruplarında kullanılan PVC kalınlıklarıdır. Bir başka<br>dikkat edilmesi gereken husus sağlam uzun yıllar kullanabileceğiniz markalı 1.<br>sınıf aksesuarlar bağlantı parçaları kullanılarak üretilen Modüllerdir. badex,<br>tüm ürünlerinde çevreye ve sağlığa zararsız E1 Avrupa standartlarında<br>malzemeler kullanırken ürünlerinin tamamı demonte ürün grubu olup, basit el<br>aletleri ile pratik bir şekilde kurulumu gerçekleştirebilirsiniz. badex<br>ürünleri kalitelidir, lütfen kendi sağlığınız, memnuniyetiniz ve verdiğiniz<br>paranın hakkını alabilmek için taklit ve düşük kalitesiz ürünlerden sakınınız.</p><p>*Dolap Tipi; 4 Kapak, Mikrodalga<br>Mini fırın Dolap içi 5 Bölme Bulunmaktadır.</p><p>*Renk; Beyaz</p><p>*Garanti Süresi; 3 Yıl</p><p>Üretim ve işçilik hatalarına karşı 3<br>Yıl garantilidir. Koli açımı sonrası hasar tespit edilen ürün parçası, kurulumu<br>yapılmamış parçalarda hasar olduğu zaman ürün parçası tespit edilip 1-2 Gün<br>içinde ÜCRETSİZ gönderim sağlanır. Kullanılmış, kurulmuş ürünlerin YENİ ve<br>satılabilir özelliğini kaybetmiş olmasından dolayı iptali ve iadesi<br>yapılamamaktadır.</p><p>*Bakım ve Temizlik; Nemli bir bezle<br>temizlenebilir. Deterjan gerektirmez. Su ve sıcak ile uzun süreli temasından<br>kaçının.</p><p>*Ürünün Montajı; İncelemiş olduğunuz<br>ürün \"demonte\" şekilde sevk edilmekte olup, kurulum gerektirmektedir.<br>Ürünün kurulumu için gerekli tüm malzemeler teslim edilen paket içerisinde<br>olup, bazı ürünlerde ek olarak tornavida gerekebilir.</p><p>Kargolama &amp; Teslimat Süresi;</p><p>*Kargo Firması; Üreticiden Sevk<br>Kargo Tatil günleri hariç Siparişleriniz 24 saat içerisinde kargoya teslim<br>edilmektedir.</p><p>*Kargo Hızı ve Teslimatı;<br>Siparişleriniz tarafınıza, kargo ya da lojistik firmaları ile gönderilirken,<br>siparişin teslimatı firmaların hızına, bulunduğunuz bölgeye ulaşımına ve resmi<br>tatil günlerine teslimat adresinin merkeze uzaklığına göre süre<br>değişebilmektedir. Alan dışı (Kargoların getirmediği adres! ) olması durumunda<br>Paketinizi şubeden kendi imkanlarınızla almanız gerekmektedir.</p><p>*Kargo Teslimi; Ürün teslim alınmış<br>ve daha sonradan koli içerisinden hasar tespit edilen kırık veya hatalı parça<br>ÜCRETSİZ değişimi yapılabilmektedir.</p><p>Ürün kargoya iade sırasında<br>Kesinlikle orijinal kolisinde, irsaliyesi veya irsaliyeli faturası ile birlikte<br>gönderim yapılmalıdır.</p><p>Ürünleri teslim alırken koliyi<br>kontrol ediniz, hasarlı koliyi lütfen teslim almayınız, teslim almadığınıza<br>dair tutanak tutturunuz ve nedenini açıkça anlaşılır şekilde yazınız.</p><p>Kullanılmış, kurulmuş ürünlerin YENİ<br>ve satılabilir özelliğini kaybetmiş olmasından dolayı iptali ve iadesi<br>yapılamamaktadır.</p><p>İade işlemleri esnasında keyfi ve<br>habersiz iade yapılamaz.</p><p>Satıcı hatasından veya ürünün ayıplı<br>olmasından değil de cayma nedeniyle iade ediliyorsa kargo masrafları müşteri<br>tarafından ödenir.</p><p>Belirtilen açıklamaya uyulmaması<br>durumunda. Ürün Depo kargo kabul personeli tarafından teslim alınmamaktadır.</p><p>Destek için Telefon; 0553 804 56 43</p><p>Hafta içi çalışma saatimiz<br>10:00-18:00</p><p>30 DESİ ÜZERİ ÜRÜNLERİ KARGO<br>FİRMASININ BULUNDUĞUNUZ KATA ÇIKARTMA ZORUNLULUĞU YOKTUR. KENDİ İMKANLARINIZDA<br>ÇIKARTMANIZ GEREKMEKTEDİR</p>', 'published', '[\"products\\/61542bee677c0.jpeg\",\"products\\/61542bee3136c.jpeg\",\"products\\/61542bedf083a.jpeg\",\"products\\/61542bee81d7d.jpeg\"]', 'SKU-10', 0, 0, 0, 0, 1, 0, 0, 0, 569.9, 552.8, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:41:10', '2022-04-09 20:53:08', 1, 71, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(120, 'Ahşap Gemisi Wiskonsin Karyola', '<p>160x200</p>', '<p>Masif ahşap malzemeden üretilmiştir.</p><p>Aydınlatma özelliği yoktur</p><p>Mobilyalarınızı nemli bezle silerek temizleyebilirsiniz.</p><p>Direkt güneş ışığından koruyunuz.</p><p>Sıcak yüzeylerin ve suyun uzun süreli yüzeye temasından kaçınınız.&nbsp;</p>', 'published', '[\"products\\/607ee9bd5deca.jpeg\"]', 'SKU-11', 0, 0, 0, 0, 1, 0, 0, 0, 6700.32, 6700.32, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 11:53:32', '2022-04-12 21:43:06', 1, 90, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(121, 'MyWondry Çok amaçlı S Çiçeklik Dekoratif Çiçeklik', NULL, '<p>%100 masif ahşaptan tamamen elde üretilmiştir.</p><p>Ebat : EN: 65 cm BOY: 55 cm Derinlik : 25 cm</p><p>Masif ahşaptan elde boyanarak üretildiğinden dolayı renk ve ağacın budak - desen kısmı gibi alanlarda resimdeki ürün ile arasında ufak farklılıklar olabilir. Natural ceviz tonda boyanmıştır.</p><p>Görselde yer alan aksesuarlar ürüne dahil değildir. Fikir vermesi açısından kullanılmıştır.</p><p>Bir adet fiyatıdır.</p><p>Saksı Tabla Ebatı 25*25 cm\'dir.</p>', 'published', '[\"products\\/611e6af654444.jpeg\",\"products\\/611e6af679ca1.jpeg\",\"products\\/611e6af69fe4e.jpeg\"]', 'SKU-12', 0, 0, 0, 0, 1, 0, 0, 0, 189, 141.75, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 12:08:53', '2022-04-11 22:34:56', 1, 66, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(122, '4lü Siyah El İşlemesi Makromeli Peçete Halkası', NULL, '<p>Geri Dönüştürülmüş Yüksek Kaliteli %100 Pamuk İpliğinden Siparişiniz Üzerine Size Özel Üretilmektedir.Halka Kısmı Tamamen Ahşap Malzemelerden Üretilmiştir. Ürünü Kullanmadan Önce Püsküllerin İnce Tarakla Taranması Ve Püskül Dışındaki Kısımlara Buharlı Ütü İle Ütülenmesi Önerilir.Ekran Renk Ayar Farklılıklarından Ve Çekimlerden Kaynaklanan Ufak Renk Farklılıkları Olabilir. Makrome Ürünler Hassas Elişi Ürünler Olduğu İçin Ilık Su Dolu Bir Kapta Beyaz Sabun İle Çitilemeden Yıkanmalıdır.Makrome, Düğümleme (Dokuma Veya Örgü Yerine) Teknikleri Kullanılarak Üretilen Bir Tekstil Şeklidir. Paket İçeriği ; 4 Adet El Yapımı Makrome Peçete Halkası Olarak Gönderilecektir.</p>', 'published', '[\"products\\/60df2320707ea.jpg\"]', 'SKU-13', 0, 0, 0, 0, 1, 1, 0, 0, 44.99, 26.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 12:12:30', '2022-04-11 13:17:56', 0, 96, 'in_stock', 0, 'Botble\\ACL\\Models\\User', 'products/60df2320707ea.jpg'),
(123, 'Banyoma SET 5 Parça Piramit Şık Beyaz Banyo Seti', '<p>Ücretsiz Kargo Hızlı Teslimat</p>', '<p>Piramit banyo aksesuar seti son teknoloji sistem ile tasarlandı ve sizler için özenle üretildi.<br>Üçgen kabarık dokusu olan, modern tarzda tasarlanmış silindir şekilli formdaki bu banyo setine gümüş rengi dinamik bir görünüm verir.<br>En kaliteli Malzemeden tasarlanmış çöp kovası(en18 boy18 yükseklik23), tuvalet fırçası(10 10 13), sıvı sabunluk(8 8 14), katı sabunluk(12 12 14) ve diş fırçalıktan (8 8 11)oluşan piramit banyo setine ilk siz sahip olun. Toplam ağırlık :3060 Ürün özellikleri<br>Içerik : Çöp kovası, tuvalet fırçası, sıvı sabunluk, diş fırçalık,pamukluk, katı sabunluk Bakım : Elde su ile yıkayınız. Kimyasal oranı yüksek olan temizlik malzemeleri kullanmayınız.Malzeme : Kalsit ve özel karışım(Mermer Tozu) renk : Gümüş , Şekil : Silindir Menşei : Türkiye, Kullanım : Banyo</p>', 'published', '[\"products\\/611a82dd22f0a.jpeg\",\"products\\/611a82dd47dfe.jpeg\",\"products\\/611a82dcf2174.jpeg\",\"products\\/611a82dd6ca3e.jpeg\",\"products\\/611a82dcccb3b.jpeg\"]', 'SKU-14', 0, 0, 0, 0, 1, 0, 0, 0, 219.9, 219.9, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 12:16:24', '2022-04-11 22:22:54', 0, 82, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(124, 'Monster University - Sevimli Canavarlar Üniversitesi Blu-Ray', NULL, '<h2 style=\"margin-left:0px;text-align:center;\">Monster University - Sevimli Canavarlar Üniversitesi</h2><p style=\"margin-left:0px;\"><strong>\"Çok Eğlenceli Ve Kalpleri Isıtacak Bir Film.\"</strong>&nbsp;&nbsp;<br><i><strong>Chris Nashawaty</strong></i>&nbsp;&nbsp;<br><i>Entertainment Weekly</i>&nbsp;&nbsp;<br><br><span style=\"color:rgb(51,51,51);\">Disney.Pixar, bu kahkaha dolu ve kalpleri ısıtacak filmde, iki uyumsuz canavarın tanışıp, hayat boyu sürecek bir arkadaşlığa başlamasının hikayesini anlatıyor.&nbsp;</span> &nbsp;&nbsp;<br><span style=\"color:rgb(51,51,51);\">Henüz küçük bir canavarken bile Korkutucu olmayı hayal eden Mike Wazowski, en iyi Korkutucuların Sevimli Canavarlar Üniversitesi\'nden mezun olduğunu bilir. Ne var ki, okuldaki ilk döneminde doğuştan Korkutucu olan, havalı James P. Sullivan \"Sulley\" ile karşılaşan Mike\'ın planları raydan çıkar. İkilinin kontrolden çıkan rekabetçi ruhu, Üniversite\'nin prestijli Korkutma Programı\'ndan atılmalarına neden olur. Hayalleri geçici olarak suya düşen ikili, işleri düzeltmek için, birkaç tuhaf yaratığın da desteğiyle, birlikte çalışmak zorundadır.</span></p><p style=\"margin-left:0px;\"><span style=\"color:rgb(51,51,51);\">YÖNETMEN: &nbsp; &nbsp;</span> &nbsp;Dan Scanlon</p><p style=\"margin-left:0px;\"><span style=\"color:rgb(51,51,51);\">DİLLER: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Türkçe 5.1 , İngilizce 7.1</span></p><p style=\"margin-left:0px;\"><span style=\"color:rgb(51,51,51);\">ALTYAZILAR:&nbsp;</span> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=\"color:rgb(51,51,51);\">Türkçe , İngilizce</span></p><p style=\"margin-left:0px;\"><span style=\"color:rgb(51,51,51);\">SÜRE: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;104 Dakika</span></p><p style=\"margin-left:0px;\"><span style=\"color:rgb(51,51,51);\">GÖRÜNTÜ: &nbsp; &nbsp; &nbsp; 1.85:1</span></p>', 'published', '[\"products\\/5c9380fac8173.jpg\"]', 'SKU-15', 0, 0, 0, 0, 1, 0, 0, 0, 49.98, 49.98, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 12:22:53', '2022-04-11 19:14:19', 3, 68, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(125, 'Double Shock Ps3 Kablosuz Oyun Kolu', NULL, '<p>Double Shock Ps3 Kablosuz Oyun Kolu</p>', 'published', '[\"products\\/605133a19391e.jpg\"]', 'SKU-16', 0, 0, 0, 0, 1, 0, 0, 0, 150, 86.9, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 12:26:41', '2022-04-11 22:41:16', 3, 70, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(126, 'Donizetti Kısa Sap Bağlama Saz Full Set', '<p>Stoklarla Sınırlı Kampanyalı Ürün</p>', '<p>Kısa Sap Bağlama Nokta Sedefli Donizetti</p><p>Ürün Özellikleri</p><p>Sap Gurgen Ağacı<br>Gürgen Burgu<br>Gövde Dut Ağacı<br>Hediyeler Bağlama Kılıfı<br>Tezene<br>1 Takım Tel<br>Kargoda hasar görmemesi için özel kutu ile ambalajlama yapılmaktadır.</p>', 'published', '[\"products\\/60632d361451f.jpeg\",\"products\\/60632d362c661.jpeg\",\"products\\/60632d3645598.jpeg\"]', 'SKU-17', 0, 0, 0, 0, 1, 0, 0, 0, 399.01, 399.01, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 12:33:53', '2022-04-11 21:59:50', 3, 86, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(127, 'Afrodit Çıldırmış Olmalı Alfa Yayınları Başvuru Türkçe 13,5 X 19,5 Ciltsiz', NULL, '<p>DOKTOR BENİ BAŞTAN YARAT! Hokka gibi bir burun, kiraz dudaklar, pürüzsüz bir cilt, dolgun göğüsler, gergin ve düz bir karın, dar kalçalar. İşte kusursuz güzellik. Tarihin başlangıcından bu yana öncelikle kadınların ve artık erkeklerin de tutkusu. Estetik cerrahinin sınırları ve olanakları geliştikçe bu hedefe biraz daha yaklaşıyoruz. Afrodit estetik cerrahide bu hedefe biraz daha yaklaşıyoruz. Afrodit estetik cerrahide gelinen son noktayı görebilseydi kıskançlıktan çıldırdı! Afrodit Çıldırmış Olmalı, Opr. Dr. Yaşar Sarıgül\'ün uzman görüş ve deneyimleri ışığında, Berlin\'deki Lacomed Clinic\'in zengin görsel arşivi ile estetik cerrahideki son yenilikleri ve uygulama alanlarını tüm açıklığıyla gözler önüne seriyor. Burun, kaş kaldırma ameliyatları, Botox, silikon protezler, yağ eritici iğneler, ameliyatların riskleri ve estetik cerrahi hakkında bilmek istediğiniz her şey bu kitapta.</p>', 'published', '[\"products\\/60b0de21a4cf3.jpg\"]', 'SKU-18', 0, 0, 0, 0, 0, 0, 0, 0, 34.44, 34.44, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 12:38:53', '2022-04-12 21:43:08', 3, 83, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(128, 'Tyt Kimya Dekatlon 30 Deneme Ankara Yayıncılık', '<p>Hızlı Kargo</p>', '<p>Tyt Kimya Dekatlon 30 Deneme Ankara Yayıncılık</p>', 'published', '[\"products\\/60af765313a7a.jpg\"]', 'SKU-19', 0, 0, 0, 0, 1, 0, 0, 0, 20, 17, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 12:47:55', '2022-04-12 21:42:23', 3, 73, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(129, 'Startech Safir S8 / 800 Watt Cami Anfisi', '<p>Çıkış Gücü 2x400 Watt 4 ohm Güç8 Mikrofon girişi8 Line Giriş8 Kan</p>', '<p>Startech Safir S8 / 800 Watt Stereo Power Mixer Cami Anfisi</p><p>&nbsp;</p><p>Çıkış Gücü 2x400 Watt 4 ohm Güç</p><p>8 Mikrofon girişi</p><p>8 Line Giriş</p><p>8 Kanal Ses Kontrolü</p><p>Master Ses, Baz, Tiz Kontrolü</p><p>Master Ses, Eko, Kontrolü</p><p>Derinlik Kontrolü</p><p>Ses Tekrar Kontrolü</p><p>Ses Geçiktirme Kontrolü</p><p>Her Kanalda Ayrı Ayrı Ses, Tiz, Eko, Bas Ayarı</p><p>Mix Out</p><p>Fan Soğutmalı</p><p>Çıkış empedansı 4 ohm</p><p>Led Lamba Göstergesi</p><p>Ağırlık 17 Kğ</p><p>Ebat : 483x205x325mm</p><p><br>İç Dış Kontrol Özelliği Sadece Trafolu Modellerde Geçerlidir. &nbsp;</p><p>Caminizin Ses Kalitesini Elektronikse ile En Üst Seviyelere Çıkarın</p><p>Startech Cami Ses Amfileri ile Mükkemmel ses Kalitesini Yakalayın.</p>', 'published', '[\"products\\/60ccbd9ddf0fc.jpg\",\"products\\/60ccbd9e5393c.jpg\"]', 'SKU-19', 0, 0, 0, 0, 1, 0, 0, 0, 4910, 3439.95, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 12:53:19', '2022-04-11 19:53:26', 3, 77, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(130, 'Tıraş Kolonyası 250 ML Cool', '<p>Erkek Bakım</p>', '<p>Arko Tıraş Kolonyası 250 ML Cool</p>', 'published', '[\"products\\/613f582dedbf8.jpg\"]', 'SKU-20', 0, 0, 0, 0, 1, 0, 0, 0, 97, 97, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 12:57:54', '2022-04-11 10:13:42', 3, 123, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(131, 'Estella Cımbız Ac-007', '<p>Estella Cımbız Ac-007</p>', '<p>Estella Cımbız Ac-007</p>', 'published', '[\"products\\/612aad35525bd.jpg\"]', 'SKU-21', 0, 0, 0, 0, 1, 0, 0, 0, 28.2, 28.2, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 13:01:29', '2022-04-11 03:44:42', 3, 95, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(132, 'Jagler EDT 50 ml Erkek Parfüm Seti', NULL, '<p>Jagler EDT 50 ml Erkek Parfüm Seti</p>', 'published', '[\"products\\/607f7e07cd350.jpg\"]', 'SKU-22', 0, 0, 0, 0, 0, 0, 0, 0, 88, 48.84, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 13:11:52', '2022-04-12 21:43:24', 3, 121, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(133, 'Her Story Love Inspires Edp Kadın Parfümü', '<p>Her Story Love Inspires Edp Kadın Parfümü 50 ml Ücretsiz kargo</p>', '<p>Duygusal yasemin, güçlü süsen çiçeği, alt notalarında şımartan pralinle tasarlanan feminen bir parfüm.<br>Her Story Love Inspires Edp Kadın Parfümü 50 ml Ücretsiz kargo</p>', 'published', '[\"products\\/61153554a1ee7.jpeg\"]', 'SKU-23', 0, 0, 0, 0, 1, 0, 0, 0, 84.99, 84.99, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 13:19:54', '2022-04-13 08:01:00', 3, 145, 'in_stock', 0, 'Botble\\ACL\\Models\\User', 'products/61153554a1ee7.jpeg'),
(134, 'Flormar By Pretty Baked Hıghlıghter 30 Beige', NULL, '<p>Flormar By Pretty Baked Hıghlıghter 30 Beige</p>', 'published', '[\"products\\/611e51b4525f3.jpg\"]', 'SKU-24', 0, 0, 0, 0, 1, 0, 0, 0, 61.45, 48.28, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 13:37:13', '2022-04-13 07:58:10', 3, 150, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(135, 'Freya, FR PLUS GÜNEŞ KREMİ, UV Q10', NULL, '<p>Deniz, kum ve güneş tatile hazır mısınız?</p><p>Freya, FR PLUS Güneş Kremi, özel formülü ve yüksek koruyuculuğu sayesinde cildinizi korur ve nemlendirir. UV ışınlarının olumsuz etkilerine yönelik UV filtreler, zetinyağı ve koenzim Q10 ile zenginleştirilmiştir.</p>', 'published', '[\"products\\/61320471674bd.jpeg\",\"products\\/6132047193471.jpeg\",\"products\\/613204717d595.jpeg\",\"products\\/61320471a84aa.jpeg\"]', 'SKU-25', 0, 0, 0, 0, 1, 0, 0, 0, 77.3, 30.92, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-26 13:44:56', '2022-04-13 08:03:20', 3, 157, 'in_stock', 0, 'Botble\\ACL\\Models\\User', 'products/61320471674bd.jpeg'),
(136, 'Samsung Galaxy S9 Cep Telefonu 64GB', '<p>Samsung Türkiye Garantili-ADINIZA FATURALI-SIFIR KUTUSUNDA ÜCRETSİZ KARGO</p>', '<figure class=\"table\" style=\"width:1168px;\"><table style=\"border:0px solid rgb(222, 222, 222);\"><tbody><tr><td style=\"border:0px solid rgb(222, 222, 222);padding:0.5rem;\">Dahili Hafıza</td><td style=\"border:0px solid rgb(222, 222, 222);padding:0.5rem 0.5rem 0.5rem 1rem;\">64 GB</td></tr><tr><td style=\"background-color:rgba(244,244,244,var(--bg-opacity));border:0px solid rgb(222, 222, 222);padding:0.5rem;\">İşletim Sistemi</td><td style=\"background-color:rgba(244,244,244,var(--bg-opacity));border:0px solid rgb(222, 222, 222);padding:0.5rem 0.5rem 0.5rem 1rem;\">Android Telefonlar</td></tr><tr><td style=\"border:0px solid rgb(222, 222, 222);padding:0.5rem;\">Ram Kapasitesi</td><td style=\"border:0px solid rgb(222, 222, 222);padding:0.5rem 0.5rem 0.5rem 1rem;\">6 GB</td></tr><tr><td style=\"background-color:rgba(244,244,244,var(--bg-opacity));border:0px solid rgb(222, 222, 222);padding:0.5rem;\">Kamera Çözünürlüğü</td><td style=\"background-color:rgba(244,244,244,var(--bg-opacity));border:0px solid rgb(222, 222, 222);padding:0.5rem 0.5rem 0.5rem 1rem;\">8 - 12,9 MP</td></tr><tr><td style=\"border:0px solid rgb(222, 222, 222);padding:0.5rem;\">Batarya Kapasitesi</td><td style=\"border:0px solid rgb(222, 222, 222);padding:0.5rem 0.5rem 0.5rem 1rem;\">3500 - 3999 mAh</td></tr><tr><td style=\"background-color:rgba(244,244,244,var(--bg-opacity));border:0px solid rgb(222, 222, 222);padding:0.5rem;\">Ekran Boyutu</td><td style=\"background-color:rgba(244,244,244,var(--bg-opacity));border:0px solid rgb(222, 222, 222);padding:0.5rem 0.5rem 0.5rem 1rem;\">6 inç ve Üzeri</td></tr><tr><td style=\"border:0px solid rgb(222, 222, 222);padding:0.5rem;\">Ekran Tipi</td><td style=\"border:0px solid rgb(222, 222, 222);padding:0.5rem 0.5rem 0.5rem 1rem;\">Süper AMOLED</td></tr><tr><td style=\"background-color:rgba(244,244,244,var(--bg-opacity));border:0px solid rgb(222, 222, 222);padding:0.5rem;\">Marka</td><td style=\"background-color:rgba(244,244,244,var(--bg-opacity));border:0px solid rgb(222, 222, 222);padding:0.5rem 0.5rem 0.5rem 1rem;\">Samsung</td></tr></tbody></table></figure>', 'published', '[\"products\\/5c2f96eb79289.jpeg\",\"products\\/5c2f96ec03be8.jpeg\",\"products\\/5c2f96eb79289.jpeg\",\"products\\/5c2f96ec03be8.jpeg\"]', 'SKU-26', 0, 10, 0, 1, 0, 16, 0, 0, 6500, 6289, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-27 07:07:24', '2022-04-10 11:23:06', 3, 74, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(137, 'Samsung Galaxy S9 Cep Telefonu 64GB', NULL, NULL, 'published', '[null,\"products\\/5c2f96eb79289.jpeg\",\"products\\/5c2f96ec03be8.jpeg\"]', 'SKU-26', 0, 0, 0, 0, 0, 16, 1, 0, 6500, 6289, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-27 07:07:24', '2021-10-27 07:09:09', NULL, 0, 'out_of_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(138, 'Samsung Galaxy S9 Cep Telefonu 64GB', NULL, NULL, 'published', '[null]', 'SKU-26', 0, 10, 0, 1, 0, 16, 1, 0, 6500, 6289, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-27 07:08:46', '2021-10-27 07:09:51', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(139, 'Apple iPhone 12 128 GB Siyah MGJA3TU/A', '<p>Apple TR Garantili</p>', '<figure class=\"table\" style=\"width:100%;\"><table><tbody><tr><th style=\"width:460px;\">Ağırlık</th><td>162 g</td></tr><tr><th style=\"width:460px;\">Arttırılabilir Hafıza</th><td>Yok</td></tr><tr><th style=\"width:460px;\">Assisted GPS (Baz İstasyon Destekli Küresel Konumlama Sistemi)</th><td>Var</td></tr><tr><th style=\"width:460px;\">Bekleme Süresi</th><td>Bekleme süresi ile ilgili kesin bir bilgi bulunmamaktadır, ürünün modeline göre değişiklik gösterebilmektedir.</td></tr><tr><th style=\"width:460px;\">Bluetooth</th><td>Var</td></tr><tr><th style=\"width:460px;\">Boyutlar</th><td>146.7 x 71.5 x 7.4</td></tr><tr><th style=\"width:460px;\">Çift Hatlı</th><td>Var ( Tek İşlemcili )</td></tr><tr><th style=\"width:460px;\">Dahili Hafıza</th><td>128 GB</td></tr><tr><th style=\"width:460px;\">Dokunmatik Ekran</th><td>Var</td></tr><tr><th style=\"width:460px;\">Ekran Boyut Aralığı</th><td>6 inç ve Üzeri</td></tr><tr><th style=\"width:460px;\">Ekran Boyutu</th><td>6,1 inç</td></tr><tr><th style=\"width:460px;\">E-mail Desteği</th><td>Var</td></tr><tr><th style=\"width:460px;\">Entegre Flaş</th><td>Var</td></tr><tr><th style=\"width:460px;\">Entegre Kamera</th><td>Var</td></tr><tr><th style=\"width:460px;\">Garanti Tipi</th><td>Apple Türkiye Garantili</td></tr><tr><th style=\"width:460px;\">Görüntülü Konuşma</th><td>Var ( Uygulama ile data kullanır )</td></tr><tr><th style=\"width:460px;\">Göz Taraması</th><td>Var</td></tr><tr><th style=\"width:460px;\">GPS (Küresel Konumlama Sistemi)</th><td>Var</td></tr><tr><th style=\"width:460px;\">HandsFree (Eller Serbest)</th><td>Var</td></tr><tr><th style=\"width:460px;\">İşletim Türü</th><td>iPhone OS</td></tr><tr><th style=\"width:460px;\">Kablosuz Şarj</th><td>Var</td></tr><tr><th style=\"width:460px;\">Kamera Çözünürlüğü Aralığı</th><td>8 - 12,9 MP</td></tr><tr><th style=\"width:460px;\">Kamera Çözünürlüğü</th><td>12 MP + 12 MP</td></tr><tr><th style=\"width:460px;\">Kamera Zoom (Yakınlaştırma)</th><td>Var</td></tr><tr><th style=\"width:460px;\">Klavye</th><td>Yok</td></tr><tr><th style=\"width:460px;\">Konuşma Süresi</th><td>Konuşma süresi ile ilgili kesin bir bilgi bulunmamaktadır, ürünün modeline göre değişiklik gösterebilmektedir.</td></tr><tr><th style=\"width:460px;\">MP3 Çalma</th><td>Var</td></tr><tr><th style=\"width:460px;\">NFC (Yakın Alan İletişimi)</th><td>Var</td></tr><tr><th style=\"width:460px;\">Ön (Selfie) Kamera Aralığı</th><td>8 - 13,9 MP</td></tr><tr><th style=\"width:460px;\">Ön (Selfie) Kamera</th><td>12 MP</td></tr><tr><th style=\"width:460px;\">Parmak İzi Okuyucu</th><td>Var</td></tr><tr><th style=\"width:460px;\">Pil Gücü Aralığı</th><td>2500 - 2999 mAh</td></tr><tr><th style=\"width:460px;\">Pil Gücü</th><td>2815 mAh</td></tr><tr><th style=\"width:460px;\">Radyo</th><td>Var</td></tr><tr><th style=\"width:460px;\">RAM Kapasitesi</th><td>4 GB RAM</td></tr><tr><th style=\"width:460px;\">Ses Kayıt</th><td>Var</td></tr><tr><th style=\"width:460px;\">Şarj Girişi</th><td>Lightning</td></tr><tr><th style=\"width:460px;\">Telefon Hafızası</th><td>Var</td></tr><tr><th style=\"width:460px;\">Telefon Tipi</th><td>Bar Tipi</td></tr><tr><th style=\"width:460px;\">Video Kayıt</th><td>Var</td></tr><tr><th style=\"width:460px;\">Video Oynatma</th><td>Var</td></tr><tr><th style=\"width:460px;\">Wi-Fi</th><td>802.11 a/b/g/n/ac/ax</td></tr><tr><th style=\"width:460px;\">Yüz Tanıma</th><td>Var</td></tr></tbody></table></figure><figure>&nbsp;</figure><figure>&nbsp;</figure><figure>&nbsp;</figure>', 'published', '[\"products\\/60c75cd9cbcc3.jpg\",\"products\\/60c75d042d2bc.jpg\",\"products\\/60c75cda98bad.jpg\"]', 'SKU-27', 0, 0, 0, 0, 1, 9, 0, 0, 13999, 12799.29, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-27 07:16:39', '2022-04-12 10:30:04', 3, 115, 'in_stock', 0, 'Botble\\ACL\\Models\\User', 'products/6048a99413a88-400x400.png'),
(140, 'LG F4R5VGW2T 9 Kg Yıkama / 5 Kg Kurutma 1400 Devir Çamaşır Makinesi', '<p>LG F4R5VGW2T 9 Kg Yıkama / 5 Kg Kurutma 1400 Devir Çamaşır Makinesi</p>', '<p>LG F4R5VGW2T 9 Kg Yıkama / 5 Kg Kurutma 1400 Devir Çamaşır Makinesi</p>', 'published', '[\"products\\/610bf85076699.jpeg\"]', 'SKU-28', 0, 10, 0, 1, 0, 3, 0, 0, 6649, 6183.57, NULL, NULL, 10.00, 10.00, 10.00, 10.00, '2021-10-27 07:22:00', '2022-04-08 12:38:00', 3, 81, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL);
INSERT INTO `ec_products` (`id`, `name`, `description`, `content`, `status`, `images`, `sku`, `order`, `quantity`, `allow_checkout_when_out_of_stock`, `with_storehouse_management`, `is_featured`, `brand_id`, `is_variation`, `sale_type`, `price`, `sale_price`, `start_date`, `end_date`, `length`, `wide`, `height`, `weight`, `created_at`, `updated_at`, `tax_id`, `views`, `stock_status`, `created_by_id`, `created_by_type`, `image`) VALUES
(141, 'CANON D.CAM EOS R+RF24-105 S', '<p>CANON D.CAM EOS R+RF24-105 S 3075C033</p>', '<p>1998 Den beri 20 Yıllık Tecrübe ve Güven</p><p>Hızlı Kargo</p><p><strong>ÜRÜN ÖZELLİKLERİ:</strong><br>Marka: Tanımsız<br>Odaklama mesafesi: 24 - 105 mm<br>Filtre boyutu: 6,7 cm<br>Lens yapısı: 11/13<br>Minimum açıklık: 40<br>Diafram bıçağı sayısı: 7<br>Maksimum açıklık: 4<br>Lens türü: standart<br>Lens monte arayüzü: Canon RF<br>Ağırlık: 580 g<br>Yükseklik: 98,3 mm<br>Genişlik: 135,8 mm<br>Derinlik: 84,4 mm<br>Ağırlık (pil dahil): 660 g<br>Lens çapı: 7,66 cm<br>Lens ağırlığı: 395 g<br>Lens uzunluğu: 8,88 cm<br>Ekran özellikleri: TFT<br>Ekran boyutu: Tanımsız<br>Dokunmatik ekran: Evet<br>Kamera gösterge çözünürlüğü: 2100000 Piksel<br>Çok açılı LCD görünümü: Evet<br>Görüş alanı: 100%<br>Ekran görüntü oranı: 3:2<br>Dışa döner ekran: Evet<br>Uyumlu hafıza kartları: SD,SDHC,SDXC<br>Işık pozlaması düzeltme: ± 3EV (1/2EV; 1/3EV step)<br>Işık pozlama denetimi: Program AE<br>ISO hassasiyeti: 100,200,400,1600,12800,25600,40000<br>Işıklama tipi: Aralık önceliği AE, Otomatik, Manuel, Kapak önceliği AE<br>Işık ölçme: Merkezi ağırlık, Değerlendirme (Çoklu doku), Parçalı, Spot<br>Otomatik maruz kalma kilidi: Evet<br>ISO duyarlılığı (minimum): 100<br>ISO duyarlılığı (maksimum): 40000<br>Mikrofon giriş fişi: Evet<br>PictBridge: Evet<br>Kulaklık bağlantısı: 3,5 mm<br>HDMI: Tanımsız<br>USB versiyonu: 3.2 Gen 1 (3.1 Gen 1)<br>HDMI konnektör tipi: Mini<br>USB konnektörü: USB C Tipi<br>Megapiksel: Tanımsız<br>Sensör tipi: Tanımsız<br>Resim sabitleyici: Evet<br>Sabit resim yakalama çözünürlüğü: 6720 x 4480, 4464 x 2976, 3360 x 2240, 2400 x 1600, 3968 x 2976, 2976 x 2240, 2112 x 1600, 4464 x 2512, 3360 x 1888, 2400 x 1344, 4480 x 4480, 2976 x 2976, 2240 x 2240, 1600 x 1600<br>Desteklenen resim formatları: JPEG,RAW<br>Görüntü algılayıcı boyutu (G x Y): 36 x 24 mm<br>Maksimum resim çözünürlüğü: 6720 x 4480 Piksel</p>', 'published', '[\"products\\/6048a99413a88.jpg\"]', 'SKU-29', 0, 0, 0, 0, 1, 0, 0, 0, 27048.49, 26297.14, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-27 07:27:03', '2022-04-12 12:41:47', 3, 130, 'in_stock', 0, 'Botble\\ACL\\Models\\User', 'products/6048a99413a88.jpg'),
(142, 'Samsung Galaxy Tab S6 Lite 64GB Gri', '<p>Samsung Türkiye Garantili</p>', '<p><strong><u>Samsung Galaxy Tab S6 Lite LTE SM-P617 64GB 10.4\" Tablet (Samsung Türkiye Garantili)</u></strong></p><figure class=\"table\" style=\"width:100%;\"><table style=\"background-color:#FFFFFF;\"><tbody><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Bluetooth</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Var</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Disk Kapasitesi</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>64 GB</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Ekran Boyutu</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>10,4 inç</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Ekran Modeli</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>TFT</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>HDMI</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Yok</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşlemci Çekirdek Sayısı</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Sekiz Çekirdekli İşlemci</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşlemci Hızı</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>1,7 GHz</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşlemci Markası</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Samsung Exynos</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşletim Sistemi Tabanı</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Android</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşletim Sistemi</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Android</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Max Ekran Çözünürlüğü</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>1920 x 1280</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Mobil Bağlantı</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>4G</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Ram Kapasitesi</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>4 GB</div></td></tr></tbody></table></figure><figure>&nbsp;</figure><figure>&nbsp;</figure>', 'published', '[\"products\\/61336619c2c98.jpg\",\"products\\/6133661988d57.jpg\",\"products\\/613366191d623.jpg\",\"products\\/612f5c3e5eacf.jpg\",\"products\\/61336619c2c98.jpg\",\"products\\/6133661988d57.jpg\",\"products\\/613366191d623.jpg\",\"products\\/612f5c3e5eacf.jpg\"]', 'SKU-30', 0, 19, 0, 1, 1, 16, 0, 0, 3429, 3329, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-27 07:33:16', '2022-04-13 07:58:21', 3, 200, 'in_stock', 0, 'Botble\\ACL\\Models\\User', 'products/61336619c2c98.jpg'),
(143, 'Samsung Galaxy Tab S6 Lite 64GB 10.4\" Gri Tablet (Samsung Türkiye Garantili)', NULL, NULL, 'published', '[null,\"products\\/61336619c2c98.jpg\",\"products\\/6133661988d57.jpg\",\"products\\/613366191d623.jpg\",\"products\\/612f5c3e5eacf.jpg\"]', 'SKU-30', 0, 19, 0, 1, 0, 16, 1, 0, 3429, 3329, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-27 07:33:17', '2022-04-11 09:01:18', NULL, 0, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(144, 'Samsung Galaxy Tab S6 Lite 64GB 10.4\" Gri Tablet (Samsung Türkiye Garantili)', NULL, NULL, 'published', '[null]', 'SKU-30', 0, 0, 0, 1, 0, 16, 1, 0, 3129, 3129, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-27 07:34:02', '2022-04-11 09:01:18', NULL, 0, 'out_of_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(145, 'Sleepy Natural Bebek Bezi 5 Numara Junior Ultra Fırsat Paketi 192 Adet', '<p>Sleepy Natural Bebek Bezi 5 Numara Junior Ultra Fırsat Paketi 192 Adet</p>', '<p><img src=\"https://web-ofisi.org/storage/general/sleepy-natural-cirtli05.jpg\" alt=\"sleepy_natural_cirtli05\"><br>&nbsp;</p>', 'published', '[\"products\\/613b521c5f757.jpg\",\"products\\/613b521d469c4.jpg\",\"products\\/613b521cbcc74.jpg\",\"products\\/613b521d07e51.jpg\"]', 'SKU-31', 0, 0, 0, 0, 0, 0, 0, 0, 197.9, 197.9, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-27 08:00:40', '2022-04-12 21:41:22', 3, 74, 'in_stock', 0, 'Botble\\ACL\\Models\\User', NULL),
(146, 'Anatomi Siyah Günlük Erkek Ayakkabı', NULL, '<p>Anatomi Günlük Erkek Ayakkabı</p>', 'published', '[\"products\\/610aba4acdb49.jpg\",\"products\\/610aba4b3c7ba.jpg\",\"products\\/610aba4bab944.jpg\"]', 'SKU-32', 0, 72, 0, 1, 0, 0, 0, 0, 467.2, 371.19, NULL, NULL, 1.00, 1.00, 1.00, 1.00, '2021-10-28 10:51:33', '2022-04-12 11:32:59', 3, 162, 'in_stock', 1, 'Botble\\ACL\\Models\\User', 'products/610aba4acdb49.jpg'),
(147, 'Anatomi Günlük Erkek Ayakkabı', NULL, NULL, 'published', '[]', 'SKU-32', 0, 72, 0, 1, 0, 0, 1, 0, 467.2, 371.19, NULL, NULL, 1.00, 1.00, 1.00, 1.00, '2021-10-28 10:53:00', '2022-04-11 09:00:17', NULL, 0, 'in_stock', 1, 'Botble\\ACL\\Models\\User', NULL),
(148, 'Anatomi Günlük Erkek Ayakkabı', NULL, NULL, 'published', '[]', 'SKU-32', 0, 0, 0, 0, 0, 0, 1, 0, 467.2, 371.19, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-28 10:54:01', '2022-04-11 09:00:17', NULL, 0, 'in_stock', 1, 'Botble\\ACL\\Models\\User', NULL),
(149, 'Anatomi Günlük Erkek Ayakkabı', NULL, NULL, 'published', '[]', 'SKU-32-42-SIYAH', 0, 0, 0, 0, 0, 0, 1, 0, 467.2, 371.19, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-28 10:55:03', '2022-04-11 09:00:17', NULL, 0, 'in_stock', 1, 'Botble\\ACL\\Models\\User', NULL),
(150, 'Anatomi Günlük Erkek Ayakkabı', NULL, NULL, 'published', '[]', 'SKU-32-43-SIYAH', 0, 0, 0, 0, 0, 0, 1, 0, 467.2, 371.19, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-28 10:55:39', '2022-04-11 09:00:17', NULL, 0, 'in_stock', 1, 'Botble\\ACL\\Models\\User', NULL),
(151, 'Anatomi Günlük Erkek Ayakkabı', NULL, NULL, 'published', '[]', 'SKU-32-44-SIYAH', 0, 0, 0, 0, 0, 0, 1, 0, 467.2, 371.19, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-28 10:56:49', '2022-04-11 09:00:17', NULL, 0, 'in_stock', 1, 'Botble\\ACL\\Models\\User', NULL),
(152, 'Anatomi Günlük Erkek Ayakkabı', NULL, NULL, 'published', '[]', 'SKU-32-40-KAHVERENGI', 0, 0, 0, 0, 0, 0, 1, 0, 467.2, 371.19, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-28 10:57:28', '2022-04-11 09:00:17', NULL, 0, 'in_stock', 1, 'Botble\\ACL\\Models\\User', NULL),
(153, 'Anatomi Günlük Erkek Ayakkabı', NULL, NULL, 'published', '[]', 'SKU-32-41-KAHVERENGI', 0, 0, 0, 0, 0, 0, 1, 0, 467.2, 371.19, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-28 10:58:13', '2022-04-11 09:00:17', NULL, 0, 'in_stock', 1, 'Botble\\ACL\\Models\\User', NULL),
(154, 'Anatomi Günlük Erkek Ayakkabı', NULL, NULL, 'published', '[]', 'SKU-32-42-KAHVERENGI', 0, 0, 0, 0, 0, 0, 1, 0, 467.2, 371.19, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2021-10-28 10:58:52', '2022-04-11 09:00:17', NULL, 0, 'in_stock', 1, 'Botble\\ACL\\Models\\User', NULL),
(155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', '<p>Ayarlanabilir Uzun Askılı, 3 Ana Bölmeli, Ebat: 32x23x14 cm</p>', '<p>1 Adet Fermuarlı Arka Cep</p><p>1 Adet Fermuarlı Orta Bölme</p><p>1 Adet Fermuarlı İç Cep</p><p>1 Adet Telefon Cebi&nbsp;</p>', 'published', '[\"products\\/60a68d142cd16.jpeg\",\"products\\/60a68d143aee0.jpeg\"]', 'SKU-3', 0, 100, 0, 0, 1, 1, 0, 0, 1, NULL, NULL, NULL, 1.00, 1.00, 1.00, 1.00, '2021-10-28 11:05:14', '2022-04-13 08:03:15', 2, 144, 'in_stock', 1, 'Botble\\ACL\\Models\\User', 'products/60a68d142cd16.jpeg'),
(156, 'Nike 801 Jr Mercurıal Vıctory Çivili Krampon', '<p>Nike 903596 801 Jr Mercurıal Vıctory Çivili Çocuk Krampon ORİJİNAL ÜRÜN</p>', '<p>Nike 903596 801 Jr Mercurıal Vıctory Çivili Çocuk Krampon ORİJİNAL ÜRÜN</p>', 'published', '[\"products\\/60d6ed14e51ea.jpeg\",\"products\\/60d6ed1528521.jpeg\",\"products\\/60d6ed1515deb.jpeg\",\"products\\/60d6ed1544c29.jpeg\"]', 'SKU-35', 0, 9, 0, 1, 1, 0, 0, 0, 861.84, 439.54, NULL, NULL, 1.00, 1.00, 1.00, 1.00, '2021-10-28 12:23:09', '2022-04-12 12:13:42', 3, 179, 'in_stock', 1, 'Botble\\ACL\\Models\\User', 'products/60d6ed14e51ea.jpeg'),
(157, 'Nike 903596 801 Jr Mercurıal Vıctory Çivili Çocuk Krampon ORİJİNAL ÜRÜN', NULL, NULL, 'published', '[\"products\\/60d6ed14e51ea.jpeg\",\"products\\/60d6ed1528521.jpeg\",\"products\\/60d6ed1515deb.jpeg\",\"products\\/60d6ed1544c29.jpeg\"]', 'SKU-35', 0, 9, 0, 1, 0, 0, 1, 0, 861.84, 439.54, NULL, NULL, 1.00, 1.00, 1.00, 1.00, '2021-10-28 12:23:09', '2022-04-11 09:00:26', NULL, 0, 'in_stock', 1, 'Botble\\ACL\\Models\\User', NULL),
(158, 'Vichy Dercos Anti-Dandruff Ds Kepek Karşıtı Şampuan', NULL, '<p style=\"background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;font-size:14px;font-style:normal;font-weight:400;text-align:justify;word-spacing:0px;\">Yaygın inancın tersine, Lorem Ipsum rastgele sözcüklerden oluşmaz. Kökleri M.Ö. 45 tarihinden bu yana klasik Latin edebiyatına kadar uzanan 2000 yıllık bir geçmişi vardır. Virginia\'daki Hampden-Sydney College\'dan Latince profesörü Richard McClintock, bir Lorem Ipsum pasajında geçen ve anlaşılması en güç sözcüklerden biri olan \'consectetur\' sözcüğünün klasik edebiyattaki örneklerini incelediğinde kesin bir kaynağa ulaşmıştır. Lorm Ipsum, Çiçero tarafından M.Ö. 45 tarihinde kaleme alınan \"de Finibus Bonorum et Malorum\" (İyi ve Kötünün Uç Sınırları) eserinin 1.10.32 ve 1.10.33 sayılı bölümlerinden gelmektedir. Bu kitap, ahlak kuramı üzerine bir tezdir ve Rönesans döneminde çok popüler olmuştur. Lorem Ipsum pasajının ilk satırı olan \"Lorem ipsum dolor sit amet\" 1.10.32 sayılı bölümdeki bir satırdan gelmektedir.</p><p style=\"background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;font-size:14px;font-style:normal;font-weight:400;text-align:justify;word-spacing:0px;\">1500\'lerden beri kullanılmakta olan standard Lorem Ipsum metinleri ilgilenenler için yeniden üretilmiştir. Çiçero tarafından yazılan 1.10.32 ve 1.10.33 bölümleri de 1914 H. Rackham çevirisinden alınan İngilizce sürümleri eşliğinde özgün biçiminden yeniden üretilmiştir.</p>', 'published', '[\"products\\/img-6167294329934515756-2.png\",\"products\\/img-58682213751840959-1.png\"]', 'SKU-99', 0, 250, 0, 1, 0, 0, 0, 0, 184, 184, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2022-04-11 08:12:17', '2022-04-12 21:42:32', 0, 3, 'in_stock', 1, 'Botble\\ACL\\Models\\User', 'products/img-6167294329934515756-2.png'),
(159, 'Arzum AR5036 Superstar Saç Düzleştirici Fırça', NULL, '<p style=\"-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);color:rgb(0, 0, 0);font-family:&quot;Open Sans&quot;, Arial, sans-serif;font-size:14px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px 0px 15px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;\">Yaygın inancın tersine, Lorem Ipsum rastgele sözcüklerden oluşmaz. Kökleri M.Ö. 45 tarihinden bu yana klasik Latin edebiyatına kadar uzanan 2000 yıllık bir geçmişi vardır. Virginia\'daki Hampden-Sydney College\'dan Latince profesörü Richard McClintock, bir Lorem Ipsum pasajında geçen ve anlaşılması en güç sözcüklerden biri olan \'consectetur\' sözcüğünün klasik edebiyattaki örneklerini incelediğinde kesin bir kaynağa ulaşmıştır. Lorm Ipsum, Çiçero tarafından M.Ö. 45 tarihinde kaleme alınan \"de Finibus Bonorum et Malorum\" (İyi ve Kötünün Uç Sınırları) eserinin 1.10.32 ve 1.10.33 sayılı bölümlerinden gelmektedir. Bu kitap, ahlak kuramı üzerine bir tezdir ve Rönesans döneminde çok popüler olmuştur. Lorem Ipsum pasajının ilk satırı olan \"Lorem ipsum dolor sit amet\" 1.10.32 sayılı bölümdeki bir satırdan gelmektedir.</p><p style=\"-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);color:rgb(0, 0, 0);font-family:&quot;Open Sans&quot;, Arial, sans-serif;font-size:14px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px 0px 15px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;\">1500\'lerden beri kullanılmakta olan standard Lorem Ipsum metinleri ilgilenenler için yeniden üretilmiştir. Çiçero tarafından yazılan 1.10.32 ve 1.10.33 bölümleri de 1914 H. Rackham çevirisinden alınan İngilizce sürümleri eşliğinde özgün biçiminden yeniden üretilmiştir.</p>', 'published', '[\"products\\/63632846.png\",\"products\\/58426206.png\"]', 'SKU-98', 0, 50, 0, 1, 0, 0, 0, 0, 330, 330, NULL, NULL, 0.00, 0.00, 0.00, 0.00, '2022-04-11 08:20:18', '2022-04-11 08:22:00', 3, 1, 'in_stock', 1, 'Botble\\ACL\\Models\\User', 'products/63632846.png');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_products_translations`
--

CREATE TABLE `ec_products_translations` (
  `lang_code` varchar(191) NOT NULL,
  `ec_products_id` int(11) NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `content` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_products_translations`
--

INSERT INTO `ec_products_translations` (`lang_code`, `ec_products_id`, `name`, `description`, `content`) VALUES
('en_US', 108, 'GİYSA Cepli Salaş Mavi Ayrobin Pantolon 20016', '<p>Cepli Salaş Mavi Ayrobin Pantolon</p>', '<p>Salaş Pantolon, Rahat Kesim<br>%70 Poliester %24 Viskoz %3 Likra<br>Mankenin Boy: 1,70 Kilo: 52<br>Mankenin üzerindeki ürün S/36 bedendir.</p>'),
('en_US', 109, 'GİYSA Cepli Salaş Mavi Ayrobin Pantolon 20016', '<p>Cepli Salaş Mavi Ayrobin Pantolon</p>', '<p>Salaş Pantolon, Rahat Kesim<br>%70 Poliester %24 Viskoz %3 Likra<br>Mankenin Boy: 1,70 Kilo: 52<br>Mankenin üzerindeki ürün S/36 bedendir.</p>'),
('en_US', 110, 'GİYSA Cepli Salaş Mavi Ayrobin Pantolon 20016', '<p>Cepli Salaş Mavi Ayrobin Pantolon</p>', '<p>Salaş Pantolon, Rahat Kesim<br>%70 Poliester %24 Viskoz %3 Likra<br>Mankenin Boy: 1,70 Kilo: 52<br>Mankenin üzerindeki ürün S/36 bedendir.</p>'),
('en_US', 111, 'GİYSA Cepli Salaş Mavi Ayrobin Pantolon 20016', '<p>Cepli Salaş Mavi Ayrobin Pantolon</p>', '<p>Salaş Pantolon, Rahat Kesim<br>%70 Poliester %24 Viskoz %3 Likra<br>Mankenin Boy: 1,70 Kilo: 52<br>Mankenin üzerindeki ürün S/36 bedendir.</p>'),
('en_US', 113, 'KADIN KIRMIZI OMUZ DETAYLI BLUZ', '<p>KADIN KIRMIZI OMUZ DETAYLI BLUZ</p>', '<p>%95 viskoz %5 elastan</p><p>Manken üzerinde ki s/36 beden</p>'),
('en_US', 143, 'Samsung Galaxy Tab S6 Lite 64GB Gri', '<p>Samsung Türkiye Garantili</p>', '<p><strong><u>Samsung Galaxy Tab S6 Lite LTE SM-P617 64GB 10.4\" Tablet (Samsung Türkiye Garantili)</u></strong></p><figure class=\"table\" style=\"width:100%;\"><table style=\"background-color:#FFFFFF;\"><tbody><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Bluetooth</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Var</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Disk Kapasitesi</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>64 GB</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Ekran Boyutu</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>10,4 inç</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Ekran Modeli</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>TFT</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>HDMI</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Yok</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşlemci Çekirdek Sayısı</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Sekiz Çekirdekli İşlemci</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşlemci Hızı</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>1,7 GHz</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşlemci Markası</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Samsung Exynos</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşletim Sistemi Tabanı</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Android</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşletim Sistemi</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Android</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Max Ekran Çözünürlüğü</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>1920 x 1280</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Mobil Bağlantı</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>4G</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Ram Kapasitesi</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>4 GB</div></td></tr></tbody></table></figure><figure>&nbsp;</figure><figure>&nbsp;</figure>'),
('en_US', 144, 'Samsung Galaxy Tab S6 Lite 64GB Gri', '<p>Samsung Türkiye Garantili</p>', '<p><strong><u>Samsung Galaxy Tab S6 Lite LTE SM-P617 64GB 10.4\" Tablet (Samsung Türkiye Garantili)</u></strong></p><figure class=\"table\" style=\"width:100%;\"><table style=\"background-color:#FFFFFF;\"><tbody><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Bluetooth</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Var</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Disk Kapasitesi</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>64 GB</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Ekran Boyutu</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>10,4 inç</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Ekran Modeli</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>TFT</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>HDMI</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Yok</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşlemci Çekirdek Sayısı</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Sekiz Çekirdekli İşlemci</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşlemci Hızı</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>1,7 GHz</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşlemci Markası</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Samsung Exynos</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşletim Sistemi Tabanı</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Android</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>İşletim Sistemi</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>Android</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Max Ekran Çözünürlüğü</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>1920 x 1280</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Mobil Bağlantı</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>4G</div></td></tr><tr><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);width:345pt;\"><div><strong>Ram Kapasitesi</strong></div></td><td style=\"background-color:transparent;border-color:rgb(240, 240, 240);\"><div>4 GB</div></td></tr></tbody></table></figure><figure>&nbsp;</figure><figure>&nbsp;</figure>'),
('en_US', 146, 'Anatomi Günlük Erkek Ayakkabı', NULL, '<p>Anatomi Günlük Erkek Ayakkabı</p>'),
('en_US', 147, 'Anatomi Günlük Erkek Ayakkabı', NULL, '<p>Anatomi Günlük Erkek Ayakkabı</p>'),
('en_US', 148, 'Anatomi Günlük Erkek Ayakkabı', NULL, '<p>Anatomi Günlük Erkek Ayakkabı</p>'),
('en_US', 149, 'Anatomi Günlük Erkek Ayakkabı', NULL, '<p>Anatomi Günlük Erkek Ayakkabı</p>'),
('en_US', 150, 'Anatomi Günlük Erkek Ayakkabı', NULL, '<p>Anatomi Günlük Erkek Ayakkabı</p>'),
('en_US', 151, 'Anatomi Günlük Erkek Ayakkabı', NULL, '<p>Anatomi Günlük Erkek Ayakkabı</p>'),
('en_US', 152, 'Anatomi Günlük Erkek Ayakkabı', NULL, '<p>Anatomi Günlük Erkek Ayakkabı</p>'),
('en_US', 153, 'Anatomi Günlük Erkek Ayakkabı', NULL, '<p>Anatomi Günlük Erkek Ayakkabı</p>'),
('en_US', 154, 'Anatomi Günlük Erkek Ayakkabı', NULL, '<p>Anatomi Günlük Erkek Ayakkabı</p>'),
('en_US', 155, '319- ARMİSE KREM NAKIŞLI BAYAN ÇANTASI', '<p>Ayarlanabilir Uzun Askılı, 3 Ana Bölmeli, Ebat: 32x23x14 cm</p>', '<p>1 Adet Fermuarlı Arka Cep</p><p>1 Adet Fermuarlı Orta Bölme</p><p>1 Adet Fermuarlı İç Cep</p><p>1 Adet Telefon Cebi&nbsp;</p>'),
('en_US', 156, 'Nike 903596 801 Jr Mercurıal Vıctory Çivili Çocuk Krampon ORİJİNAL ÜRÜN', '<p>Nike 903596 801 Jr Mercurıal Vıctory Çivili Çocuk Krampon ORİJİNAL ÜRÜN</p>', '<p>Nike 903596 801 Jr Mercurıal Vıctory Çivili Çocuk Krampon ORİJİNAL ÜRÜN</p>'),
('en_US', 157, 'Nike 903596 801 Jr Mercurıal Vıctory Çivili Çocuk Krampon ORİJİNAL ÜRÜN', '<p>Nike 903596 801 Jr Mercurıal Vıctory Çivili Çocuk Krampon ORİJİNAL ÜRÜN</p>', '<p>Nike 903596 801 Jr Mercurıal Vıctory Çivili Çocuk Krampon ORİJİNAL ÜRÜN</p>'),
('en_US', 158, 'Vichy Dercos Anti-Dandruff Ds Kepek Karşıtı Kuru Saçlar için Şampuan 390 ML', NULL, '<h2 class=\"sub-title\" style=\"margin-left:0px;\">Vichy Dercos Anti-Dandruff Ds Kepek Karşıtı Kuru Saçlar için Şampuan 390 ML</h2><div class=\"item\"><p style=\"margin-left:0px;\">Eksiksiz bir saç bakımı yaratarak kuru saçlar için bu özel şampuanı tercih edebilirsiniz. Saçlarınızdaki nem dengesini korumaya&nbsp;ve daha sağlıklı saç görünümü oluşturmaya yardımcı olmaktadır.</p></div><p><img class=\"image_resized item left\" style=\"width:466px;\" src=\"https://n11scdn3.akamaized.net/a1/org/04/65/59/64/IMG-58682213751840959.jpg\" alt=\"\"></p><div class=\"item left\"><h3 class=\"sub-title\" style=\"margin-left:0px;\"><br>Kuru Saçlara Özel</h3><p style=\"margin-left:0px;\">Düzenli kullanımlar sonucunda kuru saçlarınıza canlılık kazandırır. İçeriğinde bulunan vitamin ve mineraller sayesinde saç derisini besleyerek yeniden saç oluşumuna öncü olur.</p><h3 class=\"sub-title\" style=\"margin-left:0px;\"><br>Etkili Arındırma</h3><p style=\"margin-left:0px;\">Tüm kuru saç tipine sahip kişilerde kullanım gerçekleştirilebilir. Kokusu oldukça kalıcıdır ve saç diplerini en etkili şekilde arındırmaya yardımcı olur.</p><p style=\"margin-left:0px;\"><strong>●</strong> Etkili bir arındırma sağlayarak kullanım gerçekleştirilebilir.</p><p style=\"margin-left:0px;\"><strong>●</strong> Saç bakımınız da daha hacimli bir görünüm yaratır.</p><p style=\"margin-left:0px;\"><strong>●</strong> Düzenli kullanımlarla birlikte kuru saçlarınız nem dengesini koruyabilmektedir.<br><br>Diğer ürünlerimizi incelemek için <a href=\"http://www.n11.com/sac-bakim-ve-sekillendirme/sac-bakimi-ve-sampuan/sampuan\" title=\"Şampuan\" target=\"_blank\">Şampuan</a> kategorimizi ziyaret edebilirsiniz.</p></div>'),
('en_US', 159, 'Arzum AR5036 Superstar Saç Düzleştirici Fırça', NULL, '<p style=\"-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);color:rgb(0, 0, 0);font-family:&quot;Open Sans&quot;, Arial, sans-serif;font-size:14px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px 0px 15px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;\">Yaygın inancın tersine, Lorem Ipsum rastgele sözcüklerden oluşmaz. Kökleri M.Ö. 45 tarihinden bu yana klasik Latin edebiyatına kadar uzanan 2000 yıllık bir geçmişi vardır. Virginia\'daki Hampden-Sydney College\'dan Latince profesörü Richard McClintock, bir Lorem Ipsum pasajında geçen ve anlaşılması en güç sözcüklerden biri olan \'consectetur\' sözcüğünün klasik edebiyattaki örneklerini incelediğinde kesin bir kaynağa ulaşmıştır. Lorm Ipsum, Çiçero tarafından M.Ö. 45 tarihinde kaleme alınan \"de Finibus Bonorum et Malorum\" (İyi ve Kötünün Uç Sınırları) eserinin 1.10.32 ve 1.10.33 sayılı bölümlerinden gelmektedir. Bu kitap, ahlak kuramı üzerine bir tezdir ve Rönesans döneminde çok popüler olmuştur. Lorem Ipsum pasajının ilk satırı olan \"Lorem ipsum dolor sit amet\" 1.10.32 sayılı bölümdeki bir satırdan gelmektedir.</p><p style=\"-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);color:rgb(0, 0, 0);font-family:&quot;Open Sans&quot;, Arial, sans-serif;font-size:14px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px 0px 15px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;\">1500\'lerden beri kullanılmakta olan standard Lorem Ipsum metinleri ilgilenenler için yeniden üretilmiştir. Çiçero tarafından yazılan 1.10.32 ve 1.10.33 bölümleri de 1914 H. Rackham çevirisinden alınan İngilizce sürümleri eşliğinde özgün biçiminden yeniden üretilmiştir.</p>');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_attributes`
--

CREATE TABLE `ec_product_attributes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `attribute_set_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(120) NOT NULL,
  `slug` varchar(120) DEFAULT NULL,
  `color` varchar(50) DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `order` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_attributes`
--

INSERT INTO `ec_product_attributes` (`id`, `attribute_set_id`, `title`, `slug`, `color`, `image`, `is_default`, `order`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'Yeşil', 'yesil', 'rgb(106, 168, 79)', '', 0, 0, 'published', '2021-08-24 07:58:11', '2021-10-25 11:02:20'),
(2, 1, 'Mavi', 'mavi', 'rgb(74, 134, 232)', '', 0, 1, 'published', '2021-08-24 07:58:11', '2021-10-25 11:02:20'),
(3, 1, 'Kırmızı', 'kırmızı', '#DA323F', '', 0, 2, 'published', '2021-08-24 07:58:11', '2021-10-25 11:02:20'),
(4, 1, 'Siyah', 'siyah', 'rgb(0, 0, 0)', '', 0, 3, 'published', '2021-08-24 07:58:11', '2021-10-25 11:02:20'),
(5, 1, 'Beyaz', 'beyaz', 'rgb(243, 243, 243)', '', 0, 4, 'published', '2021-08-24 07:58:11', '2021-10-27 07:35:11'),
(6, 2, 'S', 's', '', '', 0, 0, 'published', '2021-08-24 07:58:11', '2021-10-26 10:45:57'),
(7, 2, 'M', 'm', '', '', 0, 1, 'published', '2021-08-24 07:58:11', '2021-10-21 13:08:59'),
(8, 2, 'L', 'l', '', '', 0, 2, 'published', '2021-08-24 07:58:11', '2021-10-21 13:08:59'),
(9, 2, 'XL', 'xl', '', '', 0, 3, 'published', '2021-08-24 07:58:11', '2021-10-21 13:08:59'),
(10, 2, 'XXL', 'xxl', '', '', 0, 4, 'published', '2021-08-24 07:58:11', '2021-10-26 10:24:47'),
(11, 1, 'Kahverengi', 'kahverengi', 'rgb(120, 63, 4)', '', 0, 5, 'published', '2021-10-25 11:02:20', '2021-10-26 10:44:33'),
(12, 2, '30/32', '30/32', '', '', 0, 6, 'published', '2021-10-26 10:24:47', '2021-10-26 10:45:57'),
(13, 2, '31/32', '31/32', '', '', 0, 7, 'published', '2021-10-26 10:24:47', '2021-10-26 10:45:57'),
(14, 2, '32/32', '32/32', '', '', 0, 8, 'published', '2021-10-26 10:24:47', '2021-10-26 10:45:57'),
(15, 2, '33/32', '33/32', '', '', 0, 9, 'published', '2021-10-26 10:24:47', '2021-10-26 10:45:57'),
(16, 2, '34/32', '34/32', '', '', 0, 10, 'published', '2021-10-26 10:24:47', '2021-10-26 10:45:57'),
(17, 2, '36/32', '36/32', '', '', 0, 11, 'published', '2021-10-26 10:24:47', '2021-10-26 10:45:57'),
(18, 1, 'Gri', 'gri', 'rgb(183, 183, 183)', '', 0, 6, 'published', '2021-10-26 10:44:33', '2021-10-27 07:05:55'),
(19, 2, '3XL', '3xl', '', '', 1, 5, 'published', '2021-10-26 10:45:57', '2021-10-26 10:45:57'),
(20, 1, 'Gold', 'gold', 'rgb(191, 144, 0)', '', 1, 7, 'published', '2021-10-27 07:05:55', '2021-10-27 07:05:55'),
(21, 3, '40', '40', '', '', 1, 0, 'published', '2021-10-28 10:47:16', '2021-10-28 10:47:16'),
(22, 3, '41', '41', '', '', 0, 1, 'published', '2021-10-28 10:47:16', '2021-10-28 10:47:16'),
(23, 3, '42', '42', '', '', 0, 2, 'published', '2021-10-28 10:47:16', '2021-10-28 10:47:16'),
(24, 3, '43', '43', '', '', 0, 3, 'published', '2021-10-28 10:47:16', '2021-10-28 10:47:16'),
(25, 3, '44', '44', '', '', 0, 4, 'published', '2021-10-28 10:47:16', '2021-10-28 10:47:16');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_attributes_translations`
--

CREATE TABLE `ec_product_attributes_translations` (
  `lang_code` varchar(191) NOT NULL,
  `ec_product_attributes_id` int(11) NOT NULL,
  `title` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_attributes_translations`
--

INSERT INTO `ec_product_attributes_translations` (`lang_code`, `ec_product_attributes_id`, `title`) VALUES
('en_US', 21, '40'),
('en_US', 22, '41'),
('en_US', 23, '42'),
('en_US', 24, '43'),
('en_US', 25, '44'),
('vi', 1, 'Xanh lá cây'),
('vi', 2, 'Xanh da trời'),
('vi', 3, 'Đỏ'),
('vi', 4, 'Đen'),
('vi', 5, 'Nâu'),
('vi', 6, 'S'),
('vi', 7, 'M'),
('vi', 8, 'L'),
('vi', 9, 'XL'),
('vi', 10, 'XXL');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_attribute_sets`
--

CREATE TABLE `ec_product_attribute_sets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(120) NOT NULL,
  `slug` varchar(120) DEFAULT NULL,
  `display_layout` varchar(191) NOT NULL DEFAULT 'swatch_dropdown',
  `is_searchable` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `is_comparable` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `is_use_in_product_listing` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `order` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `use_image_from_product_variation` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_attribute_sets`
--

INSERT INTO `ec_product_attribute_sets` (`id`, `title`, `slug`, `display_layout`, `is_searchable`, `is_comparable`, `is_use_in_product_listing`, `status`, `order`, `created_at`, `updated_at`, `use_image_from_product_variation`) VALUES
(1, 'Renk', 'renk', 'visual', 1, 1, 1, 'published', 0, '2021-08-24 07:58:11', '2021-10-21 13:09:10', NULL),
(2, 'Beden', 'beden', 'text', 1, 1, 1, 'published', 1, '2021-08-24 07:58:11', '2021-10-25 10:49:51', NULL),
(3, 'Numara', 'numara', 'text', 1, 1, 1, 'published', 0, '2021-10-28 10:47:16', '2021-10-28 10:47:40', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_attribute_sets_translations`
--

CREATE TABLE `ec_product_attribute_sets_translations` (
  `lang_code` varchar(191) NOT NULL,
  `ec_product_attribute_sets_id` int(11) NOT NULL,
  `title` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_attribute_sets_translations`
--

INSERT INTO `ec_product_attribute_sets_translations` (`lang_code`, `ec_product_attribute_sets_id`, `title`) VALUES
('en_US', 3, 'Numara'),
('vi', 1, 'Màu sắc'),
('vi', 2, 'Kích thước');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_categories`
--

CREATE TABLE `ec_product_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `parent_id` int(10) UNSIGNED DEFAULT 0,
  `description` mediumtext DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `order` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `image` varchar(255) DEFAULT NULL,
  `is_featured` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_categories`
--

INSERT INTO `ec_product_categories` (`id`, `name`, `parent_id`, `description`, `status`, `order`, `image`, `is_featured`, `created_at`, `updated_at`) VALUES
(1, 'Giyim & Ayakkabı', 0, NULL, 'published', 0, 'product-categories/giyim-ayakkabi-1.jpg', 1, '2021-08-24 07:58:11', '2021-10-26 07:31:30'),
(2, 'Elektronik', 0, NULL, 'published', 1, 'product-categories/6.jpg', 1, '2021-08-24 07:58:11', '2021-10-26 07:37:52'),
(3, 'Telefon & Aksesuarları', 2, NULL, 'published', 1, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 08:47:06'),
(4, 'Bilgisayar', 2, NULL, 'published', 2, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 08:47:46'),
(5, 'Televizyon & Ses Sistemleri', 2, NULL, 'published', 3, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 08:48:23'),
(6, 'Elektrikli Ev Aletleri', 2, NULL, 'published', 4, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 08:49:21'),
(7, 'Beyaz Eşya', 2, NULL, 'published', 5, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 08:49:49'),
(8, 'Fotoğraf & Kamera', 2, NULL, 'published', 6, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 08:50:16'),
(11, 'Ev & Yaşam', 0, NULL, 'published', 2, 'product-categories/ev-yasam.jpg', 1, '2021-08-24 07:58:11', '2021-10-26 07:48:13'),
(12, 'Anne, Bebek', 0, NULL, 'published', 3, 'product-categories/anne-bebek.jpg', 1, '2021-08-24 07:58:11', '2021-10-26 07:34:29'),
(13, 'Hamile Giyim', 12, NULL, 'published', 3, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 10:23:07'),
(14, 'Bebek Arabaları', 12, NULL, 'published', 4, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 10:23:24'),
(15, 'Beslenme & Mama Sandalyesi', 12, NULL, 'published', 5, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 10:23:40'),
(17, 'Kozmetik & Kişisel Bakım', 0, NULL, 'published', 4, 'product-categories/8.jpg', 1, '2021-08-24 07:58:11', '2021-10-26 07:13:39'),
(18, 'Mücevher & Saat', 0, NULL, 'published', 5, 'product-categories/3.jpg', 1, '2021-08-24 07:58:11', '2021-10-26 07:48:48'),
(19, 'Spor & Outdoor', 0, NULL, 'published', 6, 'product-categories/spor-outdoor.jpg', 1, '2021-08-24 07:58:11', '2021-10-26 07:54:43'),
(20, 'Kitap, Müzik, Film, Oyun', 0, NULL, 'published', 7, 'product-categories/kitap-film.jpg', 1, '2021-08-24 07:58:11', '2021-10-26 07:57:12'),
(21, 'Müzik Enstrümanları', 20, NULL, 'published', 7, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 10:28:14'),
(22, 'Film', 20, NULL, 'published', 8, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 10:28:32'),
(23, 'Hobi & Oyun', 20, NULL, 'published', 9, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 10:28:55'),
(25, 'Bilet, Tatil & Eğlence', 0, NULL, 'published', 8, 'product-categories/8.jpg', 1, '2021-08-24 07:58:11', '2021-10-25 08:41:22'),
(26, 'Otomotiv & Motosiklet', 0, NULL, 'published', 9, NULL, 0, '2021-08-24 07:58:11', '2021-10-25 08:41:52'),
(31, 'Erkek Giyim & Aksesuar', 1, NULL, 'published', 0, NULL, 0, '2021-10-25 08:44:22', '2021-10-25 08:44:22'),
(32, 'Kadın Giyim & Aksesuar', 1, NULL, 'published', 0, NULL, 0, '2021-10-25 08:44:49', '2021-10-25 08:44:49'),
(33, 'Ayakkabı & Çanta', 1, NULL, 'published', 0, NULL, 0, '2021-10-25 08:45:25', '2021-10-25 08:45:25'),
(34, 'Çocuk Giyim & Aksesuar', 1, NULL, 'published', 0, NULL, 0, '2021-10-25 08:46:12', '2021-10-25 08:46:12'),
(35, 'Güneş Gözlüğü', 1, NULL, 'published', 0, NULL, 0, '2021-10-25 08:46:34', '2021-10-25 08:46:34'),
(36, 'Mobilya', 11, NULL, 'published', 0, NULL, 0, '2021-10-25 08:51:31', '2021-10-25 08:51:31'),
(37, 'Dekorasyon & Aydınlatma', 11, NULL, 'published', 0, NULL, 0, '2021-10-25 08:51:48', '2021-10-25 08:51:48'),
(38, 'Ev Tekstili', 11, NULL, 'published', 0, NULL, 0, '2021-10-25 08:52:13', '2021-10-25 08:52:13'),
(39, 'Mutfak Gereçleri', 11, NULL, 'published', 0, NULL, 0, '2021-10-25 08:52:29', '2021-10-25 08:52:29'),
(40, 'Banyo & Ev Gereçleri', 11, NULL, 'published', 0, NULL, 0, '2021-10-25 08:53:46', '2021-10-25 08:53:46'),
(41, 'Yapı Market & Bahçe', 11, NULL, 'published', 0, NULL, 0, '2021-10-25 08:54:11', '2021-10-25 08:54:11'),
(42, 'Evcil Hayvan Ürünleri', 11, NULL, 'published', 0, NULL, 0, '2021-10-25 08:54:29', '2021-10-25 08:54:29'),
(43, 'Kırtasiye & Ofis', 11, NULL, 'published', 0, NULL, 0, '2021-10-25 08:54:49', '2021-10-25 08:54:49'),
(44, 'Süpermarket', 11, NULL, 'published', 0, NULL, 0, '2021-10-25 08:55:08', '2021-10-25 08:55:08'),
(45, 'Bebek Bezi & Islak Mendil', 12, NULL, 'published', 0, NULL, 0, '2021-10-25 10:21:45', '2021-10-25 10:21:45'),
(46, 'Bebek Giyim', 12, NULL, 'published', 0, NULL, 0, '2021-10-25 10:22:07', '2021-10-25 10:22:07'),
(47, 'Parfüm & Deodorant', 17, NULL, 'published', 0, NULL, 0, '2021-10-25 10:24:19', '2021-10-25 10:24:19'),
(48, 'Saç Bakım & Şekillendirme', 17, NULL, 'published', 0, NULL, 0, '2021-10-25 10:24:32', '2021-10-25 10:24:32'),
(49, 'Yüz & Vücut Bakımı', 17, NULL, 'published', 0, NULL, 0, '2021-10-25 10:24:48', '2021-10-25 10:24:48'),
(50, 'Makyaj', 17, NULL, 'published', 0, NULL, 0, '2021-10-25 10:25:04', '2021-10-25 10:25:04'),
(51, 'Sağlık & Medikal Ürünler', 17, NULL, 'published', 0, NULL, 0, '2021-10-25 10:25:17', '2021-10-25 10:25:17'),
(52, 'Kadın Bakım Ürünleri', 17, NULL, 'published', 0, NULL, 0, '2021-10-25 10:25:28', '2021-10-25 10:25:28'),
(53, 'Erkek Bakım Ürünleri', 17, NULL, 'published', 0, NULL, 0, '2021-10-25 10:25:43', '2021-10-25 10:25:43'),
(54, 'Kol Saatleri', 18, NULL, 'published', 0, NULL, 0, '2021-10-25 10:25:59', '2021-10-25 10:25:59'),
(55, 'Takı', 18, NULL, 'published', 0, NULL, 0, '2021-10-25 10:26:14', '2021-10-25 10:26:14'),
(56, 'Spor Giyim', 19, NULL, 'published', 0, NULL, 0, '2021-10-25 10:26:29', '2021-10-25 10:26:29'),
(57, 'Outdoor Giyim', 19, NULL, 'published', 0, NULL, 0, '2021-10-25 10:26:42', '2021-10-25 10:26:42'),
(58, 'Kitap & Dergi', 20, NULL, 'published', 0, NULL, 0, '2021-10-25 10:27:03', '2021-10-25 10:27:03'),
(59, 'Oto Aksesuar', 26, NULL, 'published', 0, NULL, 0, '2021-10-25 10:29:53', '2021-10-25 10:29:53'),
(60, 'Tüm Motosiklet Ürünleri', 26, NULL, 'published', 0, NULL, 0, '2021-10-25 10:30:15', '2021-10-25 10:30:15'),
(61, 'Bilet', 25, NULL, 'published', 0, NULL, 0, '2021-10-25 10:30:39', '2021-10-25 10:30:39');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_categories_translations`
--

CREATE TABLE `ec_product_categories_translations` (
  `lang_code` varchar(191) NOT NULL,
  `ec_product_categories_id` int(11) NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_categories_translations`
--

INSERT INTO `ec_product_categories_translations` (`lang_code`, `ec_product_categories_id`, `name`, `description`) VALUES
('vi', 1, 'Khuyến mãi nổi bật', NULL),
('vi', 2, 'Điện tử', NULL),
('vi', 3, 'Âm thanh và hình ảnh', NULL),
('vi', 4, 'TV & Videos', NULL),
('vi', 5, 'Máy ảnh, Ảnh & Videos', NULL),
('vi', 6, 'Điện thoại & Phụ kiện', NULL),
('vi', 7, 'Tai nghe', NULL),
('vi', 8, 'Trò chơi', NULL),
('vi', 11, 'Quần áo', NULL),
('vi', 12, 'Máy tính', NULL),
('vi', 13, 'Máy tính và máy tính bảng', NULL),
('vi', 14, 'Máy vi tính', NULL),
('vi', 15, 'Màn hình', NULL),
('vi', 17, 'Đồ dùng nhà bếp', NULL),
('vi', 18, 'Sức khỏe & làm đẹp', NULL),
('vi', 19, 'Đồng hồ & trang sức', NULL),
('vi', 20, 'Đồ chơi công nghệ', NULL),
('vi', 21, 'Thiết bị lưu trữ', NULL),
('vi', 22, 'Máy tính chơi game', NULL),
('vi', 23, 'Bảo mật', NULL),
('vi', 25, 'Điện thoại', NULL),
('vi', 26, 'Mẹ và bé', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_category_product`
--

CREATE TABLE `ec_product_category_product` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_category_product`
--

INSERT INTO `ec_product_category_product` (`id`, `category_id`, `product_id`) VALUES
(99, 2, 86),
(100, 5, 86),
(101, 2, 87),
(102, 6, 87),
(103, 2, 88),
(104, 4, 88),
(105, 1, 89),
(106, 31, 89),
(107, 1, 96),
(108, 31, 96),
(109, 1, 101),
(110, 31, 101),
(111, 1, 107),
(112, 32, 107),
(113, 1, 112),
(114, 32, 112),
(115, 1, 114),
(116, 32, 114),
(117, 11, 118),
(118, 36, 118),
(119, 11, 119),
(120, 36, 119),
(121, 11, 120),
(122, 36, 120),
(123, 11, 121),
(124, 37, 121),
(127, 11, 123),
(128, 40, 123),
(129, 20, 124),
(130, 22, 124),
(131, 20, 125),
(132, 23, 125),
(133, 20, 126),
(134, 21, 126),
(135, 20, 127),
(136, 58, 127),
(137, 20, 128),
(138, 58, 128),
(139, 20, 129),
(140, 21, 129),
(141, 17, 130),
(142, 53, 130),
(143, 17, 131),
(144, 52, 131),
(145, 17, 132),
(146, 53, 132),
(147, 47, 132),
(148, 17, 133),
(149, 52, 133),
(150, 47, 133),
(151, 17, 134),
(152, 52, 134),
(153, 50, 134),
(154, 17, 135),
(155, 49, 135),
(156, 2, 136),
(157, 3, 136),
(158, 2, 139),
(159, 3, 139),
(160, 2, 140),
(161, 7, 140),
(162, 2, 141),
(163, 8, 141),
(164, 2, 142),
(165, 4, 142),
(166, 12, 145),
(167, 45, 145),
(168, 1, 146),
(169, 33, 146),
(170, 32, 146),
(171, 1, 155),
(172, 33, 155),
(173, 32, 155),
(174, 19, 156),
(175, 56, 156),
(176, 1, 122),
(177, 33, 122),
(180, 48, 158),
(181, 17, 158),
(182, 17, 159),
(183, 48, 159);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_collections`
--

CREATE TABLE `ec_product_collections` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `slug` varchar(191) NOT NULL,
  `description` varchar(400) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_featured` tinyint(3) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_collections`
--

INSERT INTO `ec_product_collections` (`id`, `name`, `slug`, `description`, `image`, `status`, `created_at`, `updated_at`, `is_featured`) VALUES
(1, 'Yeni Gelenler', 'new-arrival', NULL, NULL, 'published', '2021-08-24 07:58:11', '2021-10-21 13:06:27', 0),
(2, 'En çok Satanlar', 'best-sellers', NULL, NULL, 'published', '2021-08-24 07:58:11', '2021-10-21 13:06:07', 0),
(3, 'Özel İndirim', 'special-offer', NULL, NULL, 'published', '2021-08-24 07:58:11', '2021-10-21 13:05:54', 0);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_collections_translations`
--

CREATE TABLE `ec_product_collections_translations` (
  `lang_code` varchar(191) NOT NULL,
  `ec_product_collections_id` int(11) NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_collections_translations`
--

INSERT INTO `ec_product_collections_translations` (`lang_code`, `ec_product_collections_id`, `name`, `description`) VALUES
('vi', 1, 'Hàng mới về', NULL),
('vi', 2, 'Bán chạy nhất', NULL),
('vi', 3, 'Khuyến mãi đặc biệt', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_collection_products`
--

CREATE TABLE `ec_product_collection_products` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `product_collection_id` int(10) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_collection_products`
--

INSERT INTO `ec_product_collection_products` (`id`, `product_collection_id`, `product_id`) VALUES
(25, 1, 89),
(26, 3, 96),
(27, 1, 101),
(28, 1, 107),
(29, 1, 112),
(30, 2, 112),
(31, 3, 112),
(32, 1, 114),
(33, 2, 114),
(34, 3, 114),
(35, 1, 118),
(36, 2, 118),
(37, 3, 118),
(38, 1, 119),
(39, 1, 120),
(40, 2, 120),
(41, 3, 120),
(42, 1, 121),
(43, 3, 121),
(44, 3, 122),
(45, 2, 123),
(49, 1, 125),
(50, 1, 126),
(57, 1, 130),
(58, 2, 130),
(59, 3, 130),
(60, 1, 131),
(61, 2, 131),
(62, 3, 131),
(66, 1, 86),
(67, 2, 86),
(68, 3, 86),
(69, 1, 133),
(70, 2, 133),
(71, 3, 133),
(72, 1, 134),
(73, 2, 134),
(74, 3, 134),
(75, 1, 135),
(76, 2, 135),
(77, 3, 135),
(78, 1, 87),
(79, 2, 87),
(80, 3, 87),
(81, 1, 88),
(82, 2, 88),
(83, 3, 88),
(87, 3, 139),
(91, 1, 141),
(92, 2, 141),
(93, 3, 141),
(94, 1, 142),
(95, 2, 142),
(96, 3, 142),
(97, 1, 146),
(98, 2, 146),
(99, 3, 146),
(100, 1, 155),
(101, 2, 155),
(102, 3, 155),
(103, 1, 156),
(104, 2, 156),
(105, 3, 156);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_cross_sale_relations`
--

CREATE TABLE `ec_product_cross_sale_relations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `from_product_id` int(10) UNSIGNED NOT NULL,
  `to_product_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_labels`
--

CREATE TABLE `ec_product_labels` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `color` varchar(120) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_labels`
--

INSERT INTO `ec_product_labels` (`id`, `name`, `color`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Ücretsiz Kargo', '#EC8D24', 'published', '2021-08-24 07:58:11', '2021-10-26 11:48:55'),
(2, 'Yeni', '#00C9A7', 'published', '2021-08-24 07:58:11', '2021-10-21 13:05:06'),
(3, 'Süper', '#496EE5', 'published', '2021-08-24 07:58:11', '2021-10-26 11:47:28');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_labels_translations`
--

CREATE TABLE `ec_product_labels_translations` (
  `lang_code` varchar(191) NOT NULL,
  `ec_product_labels_id` int(11) NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_labels_translations`
--

INSERT INTO `ec_product_labels_translations` (`lang_code`, `ec_product_labels_id`, `name`, `description`) VALUES
('vi', 1, 'Nổi bật', NULL),
('vi', 2, 'Mới', NULL),
('vi', 3, 'Giảm giá', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_label_products`
--

CREATE TABLE `ec_product_label_products` (
  `product_label_id` int(10) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_label_products`
--

INSERT INTO `ec_product_label_products` (`product_label_id`, `product_id`) VALUES
(1, 21),
(1, 86),
(1, 87),
(1, 88),
(1, 118),
(1, 119),
(1, 122),
(1, 126),
(1, 129),
(1, 136),
(1, 139),
(1, 140),
(1, 141),
(1, 142),
(1, 145),
(1, 155),
(1, 156),
(2, 7),
(2, 14),
(2, 87),
(2, 101),
(2, 112),
(2, 114),
(2, 118),
(2, 120),
(2, 123),
(2, 124),
(2, 125),
(2, 126),
(2, 127),
(2, 130),
(2, 132),
(2, 133),
(2, 134),
(2, 135),
(2, 140),
(2, 141),
(2, 145),
(2, 146),
(3, 86),
(3, 107),
(3, 114),
(3, 122),
(3, 128),
(3, 139);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_related_relations`
--

CREATE TABLE `ec_product_related_relations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `from_product_id` int(10) UNSIGNED NOT NULL,
  `to_product_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_related_relations`
--

INSERT INTO `ec_product_related_relations` (`id`, `from_product_id`, `to_product_id`) VALUES
(2, 89, 96),
(3, 96, 89),
(4, 101, 89),
(5, 101, 96),
(27, 119, 118),
(28, 114, 89),
(29, 114, 96),
(30, 114, 101),
(31, 114, 107),
(32, 114, 112),
(36, 120, 118),
(37, 120, 119),
(55, 123, 118),
(56, 123, 119),
(57, 123, 120),
(58, 123, 121),
(59, 123, 122),
(60, 125, 124),
(63, 127, 124),
(64, 127, 125),
(65, 127, 126),
(75, 131, 130),
(78, 132, 130),
(79, 132, 131),
(80, 129, 124),
(81, 129, 125),
(82, 129, 126),
(83, 129, 127),
(84, 129, 128),
(85, 128, 124),
(86, 128, 125),
(87, 128, 126),
(88, 128, 127),
(92, 134, 130),
(93, 134, 131),
(94, 134, 132),
(95, 134, 133),
(101, 126, 124),
(102, 126, 125),
(103, 121, 118),
(104, 121, 119),
(105, 121, 120),
(135, 122, 118),
(136, 122, 119),
(137, 122, 120),
(138, 122, 121),
(144, 155, 101),
(145, 155, 107),
(146, 155, 112),
(147, 155, 114),
(148, 155, 118),
(156, 112, 89),
(157, 112, 96),
(158, 112, 101),
(159, 112, 107),
(160, 107, 89),
(161, 107, 96),
(162, 107, 101),
(168, 135, 130),
(169, 135, 131),
(170, 135, 132),
(171, 135, 133),
(172, 135, 134),
(173, 156, 101),
(174, 156, 107),
(175, 156, 112),
(176, 156, 114),
(177, 156, 118),
(178, 142, 88),
(180, 133, 130),
(181, 133, 131),
(182, 133, 132),
(184, 139, 136);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_tags`
--

CREATE TABLE `ec_product_tags` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `description` varchar(400) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_tags`
--

INSERT INTO `ec_product_tags` (`id`, `name`, `description`, `status`, `created_at`, `updated_at`) VALUES
(6, 'Tıraş Kolonyası 250 ML Cool', NULL, 'published', '2021-10-26 12:57:54', '2021-10-26 12:57:54'),
(7, 'Erkek Bakım', NULL, 'published', '2021-10-26 12:57:54', '2021-10-26 12:57:54'),
(8, 'Estella Cımbız Ac-007', NULL, 'published', '2021-10-26 13:01:29', '2021-10-26 13:01:29'),
(9, 'Jagler EDT 50 ml Erkek Parfüm Seti', NULL, 'published', '2021-10-26 13:11:52', '2021-10-26 13:11:52'),
(10, 'Her Story Love Inspires Edp', NULL, 'published', '2021-10-26 13:19:54', '2021-10-26 13:19:54'),
(11, 'Flormar By Pretty Baked Hıghlıghter 30 Beige', NULL, 'published', '2021-10-26 13:37:13', '2021-10-26 13:37:13'),
(12, 'FR PLUS GÜNEŞ KREMİ', NULL, 'published', '2021-10-26 13:44:56', '2021-10-26 13:44:56'),
(13, 'Xiaomi Mi Robot', NULL, 'published', '2021-10-26 13:46:27', '2021-10-26 13:46:27'),
(14, 'Apple TR Garantili', NULL, 'published', '2021-10-27 07:16:39', '2021-10-27 07:16:39'),
(15, 'LG F4R5VGW2T', NULL, 'published', '2021-10-27 07:22:00', '2021-10-27 07:22:00'),
(16, 'Anatomi Günlük Erkek Ayakkabı', NULL, 'published', '2021-10-28 10:51:33', '2021-10-28 10:51:33'),
(17, 'Arzum AR5036 Superstar Saç Düzleştirici Fırça', NULL, 'published', '2022-04-11 08:20:18', '2022-04-11 08:20:18');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_tags_translations`
--

CREATE TABLE `ec_product_tags_translations` (
  `lang_code` varchar(191) NOT NULL,
  `ec_product_tags_id` int(11) NOT NULL,
  `name` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_tags_translations`
--

INSERT INTO `ec_product_tags_translations` (`lang_code`, `ec_product_tags_id`, `name`) VALUES
('en_US', 17, 'Arzum AR5036 Superstar Saç Düzleştirici Fırça');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_tag_product`
--

CREATE TABLE `ec_product_tag_product` (
  `product_id` int(10) UNSIGNED NOT NULL,
  `tag_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_tag_product`
--

INSERT INTO `ec_product_tag_product` (`product_id`, `tag_id`) VALUES
(1, 1),
(1, 4),
(2, 3),
(2, 4),
(2, 5),
(3, 2),
(3, 5),
(3, 6),
(4, 4),
(4, 6),
(5, 3),
(5, 4),
(5, 5),
(6, 1),
(6, 4),
(6, 6),
(7, 2),
(7, 3),
(7, 5),
(8, 2),
(8, 4),
(8, 5),
(9, 2),
(9, 6),
(10, 1),
(10, 3),
(10, 6),
(11, 3),
(11, 5),
(11, 6),
(12, 1),
(12, 3),
(12, 5),
(13, 1),
(13, 3),
(13, 5),
(14, 1),
(14, 4),
(14, 6),
(15, 2),
(15, 3),
(15, 6),
(16, 5),
(16, 6),
(17, 1),
(17, 2),
(17, 3),
(18, 3),
(18, 5),
(19, 2),
(19, 4),
(19, 6),
(20, 3),
(20, 4),
(20, 5),
(21, 2),
(21, 4),
(21, 5),
(22, 2),
(22, 3),
(22, 5),
(23, 2),
(23, 5),
(23, 6),
(24, 4),
(24, 6),
(87, 13),
(130, 6),
(130, 7),
(131, 8),
(132, 9),
(133, 10),
(134, 11),
(135, 12),
(139, 14),
(140, 15),
(159, 17);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_up_sale_relations`
--

CREATE TABLE `ec_product_up_sale_relations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `from_product_id` int(10) UNSIGNED NOT NULL,
  `to_product_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_variations`
--

CREATE TABLE `ec_product_variations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED DEFAULT NULL,
  `configurable_product_id` int(10) UNSIGNED NOT NULL,
  `is_default` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_variations`
--

INSERT INTO `ec_product_variations` (`id`, `product_id`, `configurable_product_id`, `is_default`) VALUES
(62, 90, 89, 1),
(63, 91, 89, 0),
(64, 92, 89, 0),
(65, 93, 89, 0),
(66, 94, 89, 0),
(67, 95, 89, 0),
(68, 97, 96, 1),
(69, 98, 96, 0),
(70, 99, 96, 0),
(71, 100, 96, 0),
(72, 102, 101, 1),
(75, 103, 101, 0),
(76, 104, 101, 0),
(77, 105, 101, 0),
(78, 106, 101, 0),
(79, 108, 107, 1),
(80, 109, 107, 0),
(81, 110, 107, 0),
(82, 111, 107, 0),
(83, 113, 112, 1),
(84, 115, 114, 1),
(85, 116, 114, 0),
(86, 117, 114, 0),
(87, 137, 136, 0),
(88, 138, 136, 1),
(89, 143, 142, 1),
(90, 144, 142, 0),
(93, 147, 146, 1),
(94, 148, 146, 0),
(95, 149, 146, 0),
(96, 150, 146, 0),
(97, 151, 146, 0),
(98, 152, 146, 0),
(99, 153, 146, 0),
(100, 154, 146, 0),
(101, 157, 156, 1);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_variation_items`
--

CREATE TABLE `ec_product_variation_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `attribute_id` int(10) UNSIGNED NOT NULL,
  `variation_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_variation_items`
--

INSERT INTO `ec_product_variation_items` (`id`, `attribute_id`, `variation_id`) VALUES
(123, 12, 62),
(124, 13, 63),
(125, 14, 64),
(126, 15, 65),
(127, 16, 66),
(128, 17, 67),
(129, 12, 68),
(130, 13, 69),
(131, 14, 70),
(132, 15, 71),
(137, 18, 72),
(140, 19, 72),
(141, 8, 75),
(142, 18, 75),
(143, 7, 76),
(144, 18, 76),
(145, 9, 77),
(146, 18, 77),
(147, 10, 78),
(148, 18, 78),
(149, 6, 79),
(150, 8, 80),
(151, 7, 81),
(152, 9, 82),
(153, 3, 83),
(154, 4, 84),
(155, 6, 84),
(156, 8, 85),
(157, 4, 85),
(158, 7, 86),
(159, 4, 86),
(160, 4, 87),
(161, 20, 88),
(162, 4, 89),
(163, 5, 90),
(170, 4, 93),
(171, 21, 93),
(172, 22, 94),
(173, 4, 94),
(174, 23, 95),
(175, 4, 95),
(176, 24, 96),
(177, 4, 96),
(178, 25, 97),
(179, 4, 97),
(180, 21, 98),
(181, 11, 98),
(182, 22, 99),
(183, 11, 99),
(184, 23, 100),
(185, 11, 100),
(186, 21, 101);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_with_attribute`
--

CREATE TABLE `ec_product_with_attribute` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `attribute_id` int(10) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_with_attribute`
--

INSERT INTO `ec_product_with_attribute` (`id`, `attribute_id`, `product_id`) VALUES
(79, 6, 89),
(80, 7, 89),
(81, 8, 89),
(82, 9, 89),
(83, 10, 89),
(84, 12, 89),
(85, 13, 89),
(86, 14, 89),
(87, 15, 89),
(88, 16, 89),
(89, 17, 89),
(90, 6, 96),
(91, 7, 96),
(92, 8, 96),
(93, 9, 96),
(94, 10, 96),
(95, 12, 96),
(96, 13, 96),
(97, 14, 96),
(98, 15, 96),
(99, 16, 96),
(100, 17, 96),
(101, 1, 101),
(102, 2, 101),
(103, 3, 101),
(104, 4, 101),
(105, 5, 101),
(106, 6, 101),
(107, 7, 101),
(108, 8, 101),
(109, 9, 101),
(110, 10, 101),
(111, 11, 101),
(112, 12, 101),
(113, 13, 101),
(114, 14, 101),
(115, 15, 101),
(116, 16, 101),
(117, 17, 101),
(118, 6, 107),
(119, 7, 107),
(120, 8, 107),
(121, 9, 107),
(122, 10, 107),
(123, 12, 107),
(124, 13, 107),
(125, 14, 107),
(126, 15, 107),
(127, 16, 107),
(128, 17, 107),
(129, 19, 107),
(130, 1, 112),
(131, 2, 112),
(132, 3, 112),
(133, 4, 112),
(134, 5, 112),
(135, 11, 112),
(136, 18, 112),
(137, 1, 114),
(138, 2, 114),
(139, 3, 114),
(140, 4, 114),
(141, 5, 114),
(142, 6, 114),
(143, 7, 114),
(144, 8, 114),
(145, 9, 114),
(146, 10, 114),
(147, 11, 114),
(148, 12, 114),
(149, 13, 114),
(150, 14, 114),
(151, 15, 114),
(152, 16, 114),
(153, 17, 114),
(154, 18, 114),
(155, 19, 114),
(156, 1, 136),
(157, 2, 136),
(158, 3, 136),
(159, 4, 136),
(160, 5, 136),
(161, 11, 136),
(162, 18, 136),
(163, 20, 136),
(164, 1, 142),
(165, 2, 142),
(166, 3, 142),
(167, 4, 142),
(168, 5, 142),
(169, 11, 142),
(170, 18, 142),
(171, 20, 142),
(184, 1, 146),
(185, 2, 146),
(186, 3, 146),
(187, 4, 146),
(188, 5, 146),
(189, 11, 146),
(190, 18, 146),
(191, 20, 146),
(192, 21, 146),
(193, 22, 146),
(194, 23, 146),
(195, 24, 146),
(196, 25, 146),
(197, 21, 156),
(198, 22, 156),
(199, 23, 156),
(200, 24, 156),
(201, 25, 156);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_product_with_attribute_set`
--

CREATE TABLE `ec_product_with_attribute_set` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `attribute_set_id` int(10) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED NOT NULL,
  `order` tinyint(3) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_product_with_attribute_set`
--

INSERT INTO `ec_product_with_attribute_set` (`id`, `attribute_set_id`, `product_id`, `order`) VALUES
(49, 2, 89, 0),
(50, 2, 96, 0),
(51, 1, 101, 0),
(52, 2, 101, 0),
(53, 2, 107, 0),
(54, 1, 112, 0),
(55, 1, 114, 0),
(56, 2, 114, 0),
(57, 1, 136, 0),
(58, 1, 142, 0),
(60, 1, 146, 0),
(61, 3, 146, 0),
(62, 3, 156, 0);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_reviews`
--

CREATE TABLE `ec_reviews` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED NOT NULL,
  `star` double(8,2) NOT NULL,
  `comment` text NOT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `images` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_reviews`
--

INSERT INTO `ec_reviews` (`id`, `customer_id`, `product_id`, `star`, `comment`, `status`, `created_at`, `updated_at`, `images`) VALUES
(51, 10, 156, 5.00, 'Çok hızlı geldi, teşekkürler.', 'published', '2022-04-08 08:44:28', '2022-04-08 08:44:28', NULL),
(52, 10, 142, 5.00, 'Biraz ısınma problemleri mevcut, asfalt 8 de donama ve kasmalar mecut.', 'published', '2022-04-08 08:45:44', '2022-04-08 08:45:44', NULL),
(53, 10, 155, 2.00, 'Derisi kalitesiz, kesinlikle tavsiye etmiyorum.', 'published', '2022-04-08 08:46:11', '2022-04-08 08:46:11', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_shipments`
--

CREATE TABLE `ec_shipments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `weight` double(8,2) DEFAULT 0.00,
  `shipment_id` varchar(120) DEFAULT NULL,
  `note` varchar(120) DEFAULT NULL,
  `status` varchar(120) NOT NULL DEFAULT 'pending',
  `cod_amount` decimal(15,2) DEFAULT 0.00,
  `cod_status` varchar(60) NOT NULL DEFAULT 'pending',
  `cross_checking_status` varchar(60) NOT NULL DEFAULT 'pending',
  `price` decimal(15,2) DEFAULT 0.00,
  `store_id` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `tracking_id` varchar(191) DEFAULT NULL,
  `shipping_company_name` varchar(191) DEFAULT NULL,
  `tracking_link` varchar(191) DEFAULT NULL,
  `estimate_date_shipped` datetime DEFAULT NULL,
  `date_shipped` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_shipments`
--

INSERT INTO `ec_shipments` (`id`, `order_id`, `user_id`, `weight`, `shipment_id`, `note`, `status`, `cod_amount`, `cod_status`, `cross_checking_status`, `price`, `store_id`, `created_at`, `updated_at`, `tracking_id`, `shipping_company_name`, `tracking_link`, `estimate_date_shipped`, `date_shipped`) VALUES
(22, 45, 1, 1.00, NULL, NULL, 'delivering', 2.18, 'pending', 'pending', 1.00, 1, '2022-04-07 12:44:11', '2022-04-07 12:44:11', NULL, NULL, NULL, NULL, NULL),
(23, 58, 100003, 1.00, NULL, NULL, 'delivering', 26.00, 'pending', 'pending', 25.00, 1, '2022-04-12 13:00:40', '2022-04-12 13:00:40', NULL, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_shipment_histories`
--

CREATE TABLE `ec_shipment_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `action` varchar(120) NOT NULL,
  `description` varchar(255) NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT NULL,
  `shipment_id` int(10) UNSIGNED NOT NULL,
  `order_id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_shipment_histories`
--

INSERT INTO `ec_shipment_histories` (`id`, `action`, `description`, `user_id`, `shipment_id`, `order_id`, `created_at`, `updated_at`) VALUES
(54, 'create_from_order', 'Kargo %order_id% siparişinden oluşturuldu', 1, 22, 45, '2022-04-07 12:44:11', '2022-04-07 12:44:11'),
(55, 'create_from_order', 'Kargo %order_id% siparişinden oluşturuldu', 100003, 23, 58, '2022-04-12 13:00:40', '2022-04-12 13:00:40');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_shipping`
--

CREATE TABLE `ec_shipping` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) DEFAULT NULL,
  `country` varchar(120) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_shipping`
--

INSERT INTO `ec_shipping` (`id`, `title`, `country`, `created_at`, `updated_at`) VALUES
(1, 'Hepsi', NULL, '2021-08-24 07:59:33', '2021-08-24 07:59:33');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_shipping_rules`
--

CREATE TABLE `ec_shipping_rules` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `shipping_id` int(10) UNSIGNED NOT NULL,
  `type` enum('base_on_price','base_on_weight') DEFAULT 'base_on_price',
  `from` decimal(15,2) DEFAULT 0.00,
  `to` decimal(15,2) DEFAULT 0.00,
  `price` decimal(15,2) DEFAULT 0.00,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_shipping_rules`
--

INSERT INTO `ec_shipping_rules` (`id`, `name`, `shipping_id`, `type`, `from`, `to`, `price`, `created_at`, `updated_at`) VALUES
(1, 'Ücretsiz kargo', 1, 'base_on_price', 150.00, NULL, 0.00, '2021-08-24 07:59:33', '2022-04-06 09:16:35'),
(3, 'Standart Teslimat', 1, 'base_on_price', 0.00, NULL, 25.00, '2021-08-24 07:59:33', '2022-04-06 09:17:05');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_shipping_rule_items`
--

CREATE TABLE `ec_shipping_rule_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `shipping_rule_id` int(10) UNSIGNED NOT NULL,
  `country` varchar(120) DEFAULT NULL,
  `state` varchar(120) DEFAULT NULL,
  `city` varchar(120) DEFAULT NULL,
  `adjustment_price` decimal(15,2) DEFAULT 0.00,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_store_locators`
--

CREATE TABLE `ec_store_locators` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(60) NOT NULL,
  `email` varchar(60) DEFAULT NULL,
  `phone` varchar(20) NOT NULL,
  `address` varchar(255) NOT NULL,
  `country` varchar(120) DEFAULT NULL,
  `state` varchar(120) DEFAULT NULL,
  `city` varchar(120) DEFAULT NULL,
  `is_primary` tinyint(1) DEFAULT 0,
  `is_shipping_location` tinyint(1) DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_store_locators`
--

INSERT INTO `ec_store_locators` (`id`, `name`, `email`, `phone`, `address`, `country`, `state`, `city`, `is_primary`, `is_shipping_location`, `created_at`, `updated_at`) VALUES
(1, 'Eticaret V7', 'demo@demo.com', '00000000000', 'Lorem ipsum dolor sit ametipsum dolor sit amet İstanbul/Türkiye', 'TR', 'Türkiye', 'Samsun', 1, 1, '2021-08-24 07:59:33', '2021-10-26 08:01:06');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_taxes`
--

CREATE TABLE `ec_taxes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) DEFAULT NULL,
  `percentage` double(8,6) DEFAULT NULL,
  `priority` int(11) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_taxes`
--

INSERT INTO `ec_taxes` (`id`, `title`, `percentage`, `priority`, `status`, `created_at`, `updated_at`) VALUES
(1, 'KDV-8', 8.000000, 1, 'published', '2021-08-24 07:59:25', '2021-09-03 20:16:41'),
(2, 'Yok', 0.000000, 2, 'published', '2021-08-24 07:59:25', '2021-09-03 20:15:39'),
(3, 'KDV-18', 18.000000, 3, 'published', '2021-09-03 20:16:30', '2021-09-03 20:16:30');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ec_wish_lists`
--

CREATE TABLE `ec_wish_lists` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `ec_wish_lists`
--

INSERT INTO `ec_wish_lists` (`id`, `customer_id`, `product_id`, `created_at`, `updated_at`) VALUES
(1, 1, 87, '2021-10-26 08:43:47', '2021-10-26 08:43:47'),
(2, 1, 119, '2021-10-26 11:41:41', '2021-10-26 11:41:41'),
(3, 1, 142, '2021-10-27 08:36:59', '2021-10-27 08:36:59');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `uuid` varchar(191) NOT NULL,
  `connection` text NOT NULL,
  `queue` text NOT NULL,
  `payload` longtext NOT NULL,
  `exception` longtext NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `faqs`
--

CREATE TABLE `faqs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `question` text NOT NULL,
  `answer` text NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `faqs`
--

INSERT INTO `faqs` (`id`, `question`, `answer`, `category_id`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Teslimat sırasında nelere dikkat etmeliyim?', '<p>Siparişinizi her zaman kargo görevlisinin yanında kontrol edin.</p><p><br>• Kargo paketinde veya üründe hasar varsa, teslim almadan paketi kargo firması ile iade gönderebilirsiniz.</p><p>o Kargo görevlisine “Hasar Tespit Tutanağı” tutturun.</p><p>o İargo teslim fişini imzaladıktan sonra içerik ve adet kontrolü yaparak kargoyu teslim almama kararı vermeniz halinde sipariş ekranından kolay iade seçeneği ile iade kodu alın.</p><p>o Ürünü/kutuyu bu tutanak ve fatura ile birlikte kargo görevlisine teslim edip geri gönderin.</p><p><br>• Ürünü teslim aldıktan sonra yetkili servis tarafından kurulumu gereken buzdolabı, çamaşır makinesi, televizyon gibi elektronik kategorisi siparişleriniz için;</p><p>o Paket yetkili servis bilgisi olmadan açılırsa ürün iade kapsamı dışında kalır.</p><p>o Yetkili servis kurulumu esnasında sorun tespit edilirse yetkili servis raporu ile ürünü iade edilebilirsin.</p><p><br>İPUCU:</p><p>Teknik servis kurulumu gerektiren ürünlerin kutularında bu bilgi yer alır.</p><p><br>Yukarıdaki adımları takip ederken yaşadığınız bir sorun olursa yardım sayfamızın altında yer alan “Canlı Yardım”alanından bize ulaşarak destek alabilirsiniz.</p>', 1, 'published', '2022-03-10 19:43:05', '2022-04-08 09:13:30'),
(2, 'Siparişim ne zaman gelir?', '<p>• Satın aldığınız ürünler ürün detay sayfasında belirtilen teslimat tarih aralığında teslim edilir. Satın aldığınız ürünlerin teslimat tarihine \"Hesabım\" bölümünde “Siparişlerim“ sayfasından da ulaşabilirsiniz.</p><p><br>• Üründe “24 saatte kargoda” yazısı var ise siparişiniz 24 saat içinde kargoya verilir. Bu ürünler “HIZLI TESLİMAT” ürünleridir.</p><p><br>• Sipariş dağıtıma çıktığında kargo firması tarafından SMS ile bilgilendirilirsiniz.</p><p><br>• Kargoya verildikten sonra siparişinizin kargo aşamalarını \"Hesabım\" bölümünde “Siparişlerim“ sekmesinde bulunan “Kargom Nerede?\" linkinden takip edebilirsiniz.</p>', 1, 'published', '2022-04-08 09:10:55', '2022-04-08 09:12:13'),
(3, 'Teslimat ücreti var mı?', '<p>150TL üzeri siparişlerde teslimat ücreti bulunmamaktadır.</p>', 1, 'published', '2022-04-08 09:13:59', '2022-04-08 09:13:59');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `faqs_translations`
--

CREATE TABLE `faqs_translations` (
  `lang_code` varchar(191) NOT NULL,
  `faqs_id` int(11) NOT NULL,
  `question` text DEFAULT NULL,
  `answer` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `faqs_translations`
--

INSERT INTO `faqs_translations` (`lang_code`, `faqs_id`, `question`, `answer`) VALUES
('en_US', 2, 'Örnek Soru İki', '<p>Cevap</p>'),
('en_US', 3, 'Teslimat ücreti var mı?', '<p>150TL üzeri siparişlerde teslimat ücreti bulunmamaktadır.</p>');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `faq_categories`
--

CREATE TABLE `faq_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `faq_categories`
--

INSERT INTO `faq_categories` (`id`, `name`, `order`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Genel', 0, 'published', '2022-03-10 19:42:52', '2022-03-10 19:42:52');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `faq_categories_translations`
--

CREATE TABLE `faq_categories_translations` (
  `lang_code` varchar(191) NOT NULL,
  `faq_categories_id` int(11) NOT NULL,
  `name` varchar(120) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `hepsiburada_match`
--

CREATE TABLE `hepsiburada_match` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) NOT NULL,
  `key` varchar(191) NOT NULL,
  `value` text DEFAULT NULL,
  `title` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `hepsiburada_match`
--

INSERT INTO `hepsiburada_match` (`id`, `type`, `key`, `value`, `title`, `created_at`, `updated_at`) VALUES
(1, 'category', '56', '80697034', 'Spor Outdoor => Spor / Fitness => Bisiklet => Giyim => Aksesuar & İç Giyim', '2022-03-15 10:24:20', '2022-03-15 10:24:20'),
(2, 'product', '156', '156', '156', '2022-03-15 11:05:02', '2022-03-15 11:05:02');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `jobs`
--

CREATE TABLE `jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `queue` varchar(191) NOT NULL,
  `payload` longtext NOT NULL,
  `attempts` tinyint(3) UNSIGNED NOT NULL,
  `reserved_at` int(10) UNSIGNED DEFAULT NULL,
  `available_at` int(10) UNSIGNED NOT NULL,
  `created_at` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `languages`
--

CREATE TABLE `languages` (
  `lang_id` int(10) UNSIGNED NOT NULL,
  `lang_name` varchar(120) NOT NULL,
  `lang_locale` varchar(20) NOT NULL,
  `lang_code` varchar(20) NOT NULL,
  `lang_flag` varchar(20) DEFAULT NULL,
  `lang_is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `lang_order` int(11) NOT NULL DEFAULT 0,
  `lang_is_rtl` tinyint(3) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `languages`
--

INSERT INTO `languages` (`lang_id`, `lang_name`, `lang_locale`, `lang_code`, `lang_flag`, `lang_is_default`, `lang_order`, `lang_is_rtl`) VALUES
(1, 'English', 'en', 'en_US', 'us', 0, 0, 0),
(3, 'Türkçe', 'tr', 'tr_TR', 'tr', 1, 1, 0);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `language_meta`
--

CREATE TABLE `language_meta` (
  `lang_meta_id` int(10) UNSIGNED NOT NULL,
  `lang_meta_code` text DEFAULT NULL,
  `lang_meta_origin` varchar(255) NOT NULL,
  `reference_id` int(10) UNSIGNED NOT NULL,
  `reference_type` varchar(120) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `language_meta`
--

INSERT INTO `language_meta` (`lang_meta_id`, `lang_meta_code`, `lang_meta_origin`, `reference_id`, `reference_type`) VALUES
(1, 'en_US', 'd6d790c78491e587da60340e2997117f', 1, 'Botble\\SimpleSlider\\Models\\SimpleSlider'),
(2, 'en_US', 'd23325b6e51c1ab697546d1dacd30826', 2, 'Botble\\SimpleSlider\\Models\\SimpleSlider'),
(3, 'en_US', '8eee1b8000105419d04074c72640b64c', 3, 'Botble\\SimpleSlider\\Models\\SimpleSlider'),
(4, 'en_US', '2b73c29c8e6c7fb787988276a62a132c', 4, 'Botble\\SimpleSlider\\Models\\SimpleSlider'),
(9, 'en_US', '4a2aafff20da2d90219f423ff48e45fc', 1, 'Botble\\Blog\\Models\\Category'),
(10, 'en_US', 'da69f5c102f222d55650025fa7e860ef', 2, 'Botble\\Blog\\Models\\Category'),
(11, 'en_US', '89dd3fc75cbd7bf456c2da487d18a6a8', 3, 'Botble\\Blog\\Models\\Category'),
(12, 'en_US', '0cd8ebe93bb52bf3bdb5e253541e6c7d', 4, 'Botble\\Blog\\Models\\Category'),
(17, 'en_US', '3756b4eb428e49fb73a60199d85c538a', 1, 'Botble\\Blog\\Models\\Tag'),
(18, 'en_US', '910dd3a21b3565214e34d61fda0b09da', 2, 'Botble\\Blog\\Models\\Tag'),
(19, 'en_US', '78eeecec7492de0e85a522c693f3d748', 3, 'Botble\\Blog\\Models\\Tag'),
(20, 'en_US', 'ad109fb069d8534ad6fdd6addedf5f67', 4, 'Botble\\Blog\\Models\\Tag'),
(21, 'en_US', '2df1e675a14922a117384906c4c429d3', 5, 'Botble\\Blog\\Models\\Tag'),
(27, 'en_US', '14e06474106868a5b6f70977edfc15e4', 1, 'Botble\\Blog\\Models\\Post'),
(28, 'en_US', '1d8ad098770d55c7dea62726f3f14947', 2, 'Botble\\Blog\\Models\\Post'),
(29, 'en_US', '90709a8d583d4833a583547fba739cb4', 3, 'Botble\\Blog\\Models\\Post'),
(30, 'en_US', '8b777ae40f06887a074cebd64d61bdd2', 4, 'Botble\\Blog\\Models\\Post'),
(31, 'en_US', '879cab82377a89c2f258a6a1c120a46c', 5, 'Botble\\Blog\\Models\\Post'),
(32, 'en_US', 'a1629c9c6283b5bd228a188f32676545', 6, 'Botble\\Blog\\Models\\Post'),
(33, 'en_US', 'c44c1ccce5b557eaaf5b7c48fcb8da99', 7, 'Botble\\Blog\\Models\\Post'),
(34, 'en_US', '3c9dd11fd4cb140f5cf8c62c0b699130', 8, 'Botble\\Blog\\Models\\Post'),
(35, 'en_US', '51644ffbbd22ea9003c2d12812e51a9c', 9, 'Botble\\Blog\\Models\\Post'),
(36, 'en_US', '23fe3e7e598718c8649d00ca9edd188b', 10, 'Botble\\Blog\\Models\\Post'),
(37, 'en_US', '6c41d81abe2fefc56075005f04a046fd', 11, 'Botble\\Blog\\Models\\Post'),
(49, 'en_US', '7835bde3be7bf0aaea920b558b9353f4', 1, 'Botble\\Page\\Models\\Page'),
(50, 'en_US', '977db7500b49d06b63827c576447b6c1', 2, 'Botble\\Page\\Models\\Page'),
(51, 'en_US', '3c4c9c3db877e4253c9c2477f7109dae', 3, 'Botble\\Page\\Models\\Page'),
(52, 'en_US', '15d6d85205f8ef15d51325e6f4e830cb', 4, 'Botble\\Page\\Models\\Page'),
(53, 'en_US', 'daefa800b0bc9210b78f698f0912d855', 5, 'Botble\\Page\\Models\\Page'),
(54, 'en_US', 'f7a40068770fe7142087e1f8a8d9fc46', 6, 'Botble\\Page\\Models\\Page'),
(55, 'en_US', '339c10ed9d2f668dbd3b82033b5da5bd', 7, 'Botble\\Page\\Models\\Page'),
(56, 'en_US', '20223f0f224b2c8e1bdd2d5a79bf504c', 8, 'Botble\\Page\\Models\\Page'),
(57, 'en_US', '9d6d910e7fe3078bbca8d065dec3f648', 9, 'Botble\\Page\\Models\\Page'),
(58, 'en_US', 'f870197da8fa11839d4be3463de8c4b1', 10, 'Botble\\Page\\Models\\Page'),
(59, 'en_US', '56fbc8bc51584ccae5be159e54a8537c', 11, 'Botble\\Page\\Models\\Page'),
(60, 'en_US', 'f87ec38c4cabd0f3e76f7907f8c622e5', 12, 'Botble\\Page\\Models\\Page'),
(61, 'en_US', '9720940d47a0e62b933fca86ea42764d', 13, 'Botble\\Page\\Models\\Page'),
(75, 'en_US', 'f43b82ada220dc448107b29e5cbb90df', 1, 'Botble\\Menu\\Models\\MenuLocation'),
(76, 'en_US', '8c3aaba621da0294d92a73aa3138cbc7', 1, 'Botble\\Menu\\Models\\Menu'),
(77, 'en_US', '93c745c97e9b035cda20ae5ed6824edd', 2, 'Botble\\Menu\\Models\\Menu'),
(78, 'en_US', '60121098526c4324ad74d53e3593deb4', 3, 'Botble\\Menu\\Models\\Menu'),
(79, 'tr_TR', 'ec56961f92e3a4350aee068c3d41e174', 7, 'Botble\\Menu\\Models\\Menu'),
(80, 'tr_TR', 'e1b5cf5ac9dc4449a352f84f396a3f4f', 8, 'Botble\\Menu\\Models\\Menu'),
(81, 'tr_TR', '565c181170825d46918fb2cd419e50bb', 9, 'Botble\\Menu\\Models\\Menu'),
(82, 'tr_TR', '4288a3ae90258c5788da2c6a3aef3a86', 9, 'Botble\\SimpleSlider\\Models\\SimpleSlider'),
(83, 'tr_TR', 'd88f136debb6dd62da8a34fd879bf91d', 10, 'Botble\\SimpleSlider\\Models\\SimpleSlider'),
(84, 'tr_TR', 'c3bd3d392f5bb35393e62a0a4f33953f', 11, 'Botble\\SimpleSlider\\Models\\SimpleSlider'),
(85, 'tr_TR', '3c58947487d23f4085ffa80f2c9005e8', 12, 'Botble\\SimpleSlider\\Models\\SimpleSlider'),
(87, 'tr_TR', '1e38cbbfc0638e7bc9a9f800f2bf5992', 3, 'Botble\\Menu\\Models\\MenuLocation'),
(88, 'tr_TR', '77c26e7e0777604463a76a4b3eca6212', 28, 'Botble\\Page\\Models\\Page'),
(89, 'tr_TR', '8ceed9e0cf6d787f2529b5094901a712', 29, 'Botble\\Page\\Models\\Page'),
(90, 'tr_TR', '29a1bdf1e3e78b648941e8c048971a5c', 30, 'Botble\\Page\\Models\\Page'),
(91, 'tr_TR', '9e7f2b01733e68b71f9d7b066d550041', 31, 'Botble\\Page\\Models\\Page'),
(92, 'tr_TR', '5ba7af8c72477b7a338aa057ef45a3fe', 32, 'Botble\\Page\\Models\\Page'),
(93, 'tr_TR', '3635a33324d848bbaad6e51e760ec7b4', 33, 'Botble\\Page\\Models\\Page'),
(94, 'tr_TR', '896366370fa36cce7d031f98d29d91ba', 34, 'Botble\\Page\\Models\\Page'),
(95, 'tr_TR', 'bfa7d81f5e62f3ff2dc9b2c9cb0c976f', 4, 'Botble\\Menu\\Models\\MenuLocation'),
(96, 'tr_TR', '765c4cad1ecfd8fe5f0dfc924339a34e', 10, 'Botble\\Menu\\Models\\Menu'),
(97, 'tr_TR', 'adf9803ab1e7dab42f99564808e8724d', 5, 'Botble\\Menu\\Models\\MenuLocation'),
(98, 'tr_TR', '28c2e6b3fb651f1f12fb6e5a79436ccb', 35, 'Botble\\Page\\Models\\Page'),
(99, 'tr_TR', 'b4d9be6f96793d146c3319929d541b40', 9, 'Botble\\Blog\\Models\\Category'),
(100, 'tr_TR', 'bfb3f3ab8dcb7f408e147e2af3cfab92', 23, 'Botble\\Blog\\Models\\Post'),
(101, 'tr_TR', '8edad38cb83dccb60c38acdee380fced', 11, 'Botble\\Blog\\Models\\Tag'),
(102, 'tr_TR', 'b447cc344a37c2374ef7312bdb8d5c75', 1, 'Botble\\Faq\\Models\\FaqCategory'),
(103, 'tr_TR', '540b4f34ffe0402eb18dcb65a51e720a', 1, 'Botble\\Faq\\Models\\Faq'),
(104, 'tr_TR', 'f4a37b60ffc25ae349cfa85829c0a8be', 36, 'Botble\\Page\\Models\\Page');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `language_meta_backup`
--

CREATE TABLE `language_meta_backup` (
  `lang_meta_id` int(10) UNSIGNED NOT NULL,
  `lang_meta_code` text DEFAULT NULL,
  `lang_meta_origin` varchar(255) NOT NULL,
  `reference_id` int(10) UNSIGNED NOT NULL,
  `reference_type` varchar(120) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `media_files`
--

CREATE TABLE `media_files` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `folder_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `mime_type` varchar(120) NOT NULL,
  `size` int(11) NOT NULL,
  `url` varchar(255) NOT NULL,
  `options` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `media_files`
--

INSERT INTO `media_files` (`id`, `user_id`, `name`, `folder_id`, `mime_type`, `size`, `url`, `options`, `created_at`, `updated_at`, `deleted_at`) VALUES
(81, 0, '1', 5, 'image/png', 1318, 'brands/1.png', '[]', '2021-08-24 07:58:06', '2021-08-24 07:58:06', NULL),
(82, 0, '2', 5, 'image/png', 999, 'brands/2.png', '[]', '2021-08-24 07:58:07', '2021-08-24 07:58:07', NULL),
(83, 0, '3', 5, 'image/png', 1251, 'brands/3.png', '[]', '2021-08-24 07:58:07', '2021-08-24 07:58:07', NULL),
(84, 0, '4', 5, 'image/png', 1539, 'brands/4.png', '[]', '2021-08-24 07:58:07', '2021-08-24 07:58:07', NULL),
(85, 0, '5', 5, 'image/png', 1058, 'brands/5.png', '[]', '2021-08-24 07:58:08', '2021-08-24 07:58:08', NULL),
(86, 0, '6', 5, 'image/png', 4165, 'brands/6.png', '[]', '2021-08-24 07:58:08', '2021-08-24 07:58:08', NULL),
(87, 0, '7', 5, 'image/png', 1260, 'brands/7.png', '[]', '2021-08-24 07:58:08', '2021-08-24 07:58:08', NULL),
(88, 0, '1', 6, 'image/jpeg', 75180, 'product-categories/1.jpg', '[]', '2021-08-24 07:58:09', '2021-08-24 07:58:09', NULL),
(89, 0, '2', 6, 'image/jpeg', 81345, 'product-categories/2.jpg', '[]', '2021-08-24 07:58:09', '2021-08-24 07:58:09', NULL),
(90, 0, '3', 6, 'image/jpeg', 99137, 'product-categories/3.jpg', '[]', '2021-08-24 07:58:09', '2021-08-24 07:58:09', NULL),
(91, 0, '4', 6, 'image/jpeg', 108690, 'product-categories/4.jpg', '[]', '2021-08-24 07:58:09', '2021-08-24 07:58:09', NULL),
(92, 0, '5', 6, 'image/jpeg', 53952, 'product-categories/5.jpg', '[]', '2021-08-24 07:58:10', '2021-08-24 07:58:10', NULL),
(93, 0, '6', 6, 'image/jpeg', 47088, 'product-categories/6.jpg', '[]', '2021-08-24 07:58:10', '2021-08-24 07:58:10', NULL),
(94, 0, '7', 6, 'image/jpeg', 48248, 'product-categories/7.jpg', '[]', '2021-08-24 07:58:10', '2021-08-24 07:58:10', NULL),
(95, 0, '8', 6, 'image/jpeg', 67235, 'product-categories/8.jpg', '[]', '2021-08-24 07:58:11', '2021-08-24 07:58:11', NULL),
(96, 0, '1-1', 7, 'image/jpeg', 88437, 'products/1-1.jpg', '[]', '2021-08-24 07:58:11', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(97, 0, '1-2', 7, 'image/jpeg', 122690, 'products/1-2.jpg', '[]', '2021-08-24 07:58:12', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(98, 0, '1-3', 7, 'image/jpeg', 117296, 'products/1-3.jpg', '[]', '2021-08-24 07:58:13', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(99, 0, '1', 7, 'image/jpeg', 139025, 'products/1.jpg', '[]', '2021-08-24 07:58:13', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(100, 0, '10-1', 7, 'image/jpeg', 183491, 'products/10-1.jpg', '[]', '2021-08-24 07:58:14', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(101, 0, '10', 7, 'image/jpeg', 150956, 'products/10.jpg', '[]', '2021-08-24 07:58:17', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(102, 0, '11-1', 7, 'image/jpeg', 246200, 'products/11-1.jpg', '[]', '2021-08-24 07:58:20', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(103, 0, '11', 7, 'image/jpeg', 279390, 'products/11.jpg', '[]', '2021-08-24 07:58:22', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(104, 0, '12-1', 7, 'image/jpeg', 249712, 'products/12-1.jpg', '[]', '2021-08-24 07:58:24', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(105, 0, '12', 7, 'image/jpeg', 172221, 'products/12.jpg', '[]', '2021-08-24 07:58:24', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(106, 0, '13-1', 7, 'image/jpeg', 257021, 'products/13-1.jpg', '[]', '2021-08-24 07:58:25', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(107, 0, '13', 7, 'image/jpeg', 232917, 'products/13.jpg', '[]', '2021-08-24 07:58:26', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(108, 0, '14-1', 7, 'image/jpeg', 201773, 'products/14-1.jpg', '[]', '2021-08-24 07:58:27', '2021-10-26 12:19:11', '2021-10-26 12:19:11'),
(109, 0, '14', 7, 'image/jpeg', 287194, 'products/14.jpg', '[]', '2021-08-24 07:58:28', '2021-10-26 12:19:48', '2021-10-26 12:19:48'),
(110, 0, '15-1', 7, 'image/jpeg', 273720, 'products/15-1.jpg', '[]', '2021-08-24 07:58:28', '2021-10-26 12:19:48', '2021-10-26 12:19:48'),
(111, 0, '15', 7, 'image/jpeg', 114265, 'products/15.jpg', '[]', '2021-08-24 07:58:29', '2021-10-26 12:19:48', '2021-10-26 12:19:48'),
(112, 0, '16', 7, 'image/jpeg', 97174, 'products/16.jpg', '[]', '2021-08-24 07:58:30', '2021-10-26 12:19:48', '2021-10-26 12:19:48'),
(113, 0, '17', 7, 'image/jpeg', 70179, 'products/17.jpg', '[]', '2021-08-24 07:58:32', '2021-10-26 12:19:48', '2021-10-26 12:19:48'),
(114, 0, '18-1', 7, 'image/jpeg', 287835, 'products/18-1.jpg', '[]', '2021-08-24 07:58:33', '2021-10-26 12:19:48', '2021-10-26 12:19:48'),
(115, 0, '18-2', 7, 'image/jpeg', 454869, 'products/18-2.jpg', '[]', '2021-08-24 07:58:35', '2021-10-26 12:19:48', '2021-10-26 12:19:48'),
(116, 0, '18', 7, 'image/jpeg', 257331, 'products/18.jpg', '[]', '2021-08-24 07:58:38', '2021-10-26 12:19:48', '2021-10-26 12:19:48'),
(117, 0, '19-1', 7, 'image/jpeg', 144008, 'products/19-1.jpg', '[]', '2021-08-24 07:58:41', '2021-10-26 12:19:48', '2021-10-26 12:19:48'),
(118, 0, '19', 7, 'image/jpeg', 188821, 'products/19.jpg', '[]', '2021-08-24 07:58:41', '2021-10-26 12:19:48', '2021-10-26 12:19:48'),
(119, 0, '2-1', 7, 'image/jpeg', 138167, 'products/2-1.jpg', '[]', '2021-08-24 07:58:42', '2021-10-26 12:19:48', '2021-10-26 12:19:48'),
(120, 0, '2-2', 7, 'image/jpeg', 230552, 'products/2-2.jpg', '[]', '2021-08-24 07:58:43', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(121, 0, '2-3', 7, 'image/jpeg', 179301, 'products/2-3.jpg', '[]', '2021-08-24 07:58:43', '2021-10-26 12:19:48', '2021-10-26 12:19:48'),
(122, 0, '2', 7, 'image/jpeg', 130048, 'products/2.jpg', '[]', '2021-08-24 07:58:44', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(123, 0, '20-1', 7, 'image/jpeg', 249712, 'products/20-1.jpg', '[]', '2021-08-24 07:58:45', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(124, 0, '20', 7, 'image/jpeg', 172221, 'products/20.jpg', '[]', '2021-08-24 07:58:46', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(125, 0, '21-1', 7, 'image/jpeg', 260746, 'products/21-1.jpg', '[]', '2021-08-24 07:58:47', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(126, 0, '21', 7, 'image/jpeg', 124244, 'products/21.jpg', '[]', '2021-08-24 07:58:49', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(127, 0, '22-1', 7, 'image/jpeg', 213139, 'products/22-1.jpg', '[]', '2021-08-24 07:58:50', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(128, 0, '22', 7, 'image/jpeg', 105409, 'products/22.jpg', '[]', '2021-08-24 07:58:53', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(129, 0, '23-1', 7, 'image/jpeg', 105560, 'products/23-1.jpg', '[]', '2021-08-24 07:58:54', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(130, 0, '23', 7, 'image/jpeg', 177362, 'products/23.jpg', '[]', '2021-08-24 07:58:57', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(131, 0, '24-1', 7, 'image/jpeg', 239311, 'products/24-1.jpg', '[]', '2021-08-24 07:58:58', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(132, 0, '24', 7, 'image/jpeg', 363853, 'products/24.jpg', '[]', '2021-08-24 07:59:00', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(133, 0, '3-1', 7, 'image/jpeg', 135741, 'products/3-1.jpg', '[]', '2021-08-24 07:59:02', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(134, 0, '3-2', 7, 'image/jpeg', 123069, 'products/3-2.jpg', '[]', '2021-08-24 07:59:03', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(135, 0, '3-3', 7, 'image/jpeg', 98645, 'products/3-3.jpg', '[]', '2021-08-24 07:59:03', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(136, 0, '3', 7, 'image/jpeg', 201722, 'products/3.jpg', '[]', '2021-08-24 07:59:04', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(137, 0, '4-1', 7, 'image/jpeg', 205312, 'products/4-1.jpg', '[]', '2021-08-24 07:59:05', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(138, 0, '4-2', 7, 'image/jpeg', 223903, 'products/4-2.jpg', '[]', '2021-08-24 07:59:06', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(139, 0, '4-3', 7, 'image/jpeg', 106593, 'products/4-3.jpg', '[]', '2021-08-24 07:59:07', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(140, 0, '4', 7, 'image/jpeg', 456134, 'products/4.jpg', '[]', '2021-08-24 07:59:08', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(141, 0, '5-1', 7, 'image/jpeg', 110014, 'products/5-1.jpg', '[]', '2021-08-24 07:59:10', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(142, 0, '5-2', 7, 'image/jpeg', 104934, 'products/5-2.jpg', '[]', '2021-08-24 07:59:11', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(143, 0, '5-3', 7, 'image/jpeg', 131628, 'products/5-3.jpg', '[]', '2021-08-24 07:59:12', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(144, 0, '5', 7, 'image/jpeg', 214767, 'products/5.jpg', '[]', '2021-08-24 07:59:13', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(145, 0, '6-1', 7, 'image/jpeg', 128041, 'products/6-1.jpg', '[]', '2021-08-24 07:59:15', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(146, 0, '6', 7, 'image/jpeg', 148485, 'products/6.jpg', '[]', '2021-08-24 07:59:16', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(147, 0, '7-1', 7, 'image/jpeg', 144008, 'products/7-1.jpg', '[]', '2021-08-24 07:59:17', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(148, 0, '7', 7, 'image/jpeg', 188821, 'products/7.jpg', '[]', '2021-08-24 07:59:18', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(149, 0, '8-1', 7, 'image/jpeg', 274272, 'products/8-1.jpg', '[]', '2021-08-24 07:59:19', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(150, 0, '8', 7, 'image/jpeg', 217862, 'products/8.jpg', '[]', '2021-08-24 07:59:20', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(151, 0, '9-1', 7, 'image/jpeg', 65624, 'products/9-1.jpg', '[]', '2021-08-24 07:59:21', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(152, 0, '9', 7, 'image/jpeg', 159636, 'products/9.jpg', '[]', '2021-08-24 07:59:22', '2021-10-26 12:19:47', '2021-10-26 12:19:47'),
(153, 0, '1', 8, 'image/jpeg', 274660, 'customers/1.jpg', '[]', '2021-08-24 07:59:25', '2021-08-24 07:59:25', NULL),
(154, 0, '2', 8, 'image/jpeg', 295031, 'customers/2.jpg', '[]', '2021-08-24 07:59:26', '2021-08-24 07:59:26', NULL),
(155, 0, '3', 8, 'image/jpeg', 183576, 'customers/3.jpg', '[]', '2021-08-24 07:59:26', '2021-08-24 07:59:26', NULL),
(156, 0, '4', 8, 'image/jpeg', 245360, 'customers/4.jpg', '[]', '2021-08-24 07:59:27', '2021-08-24 07:59:27', NULL),
(157, 0, '5', 8, 'image/jpeg', 262908, 'customers/5.jpg', '[]', '2021-08-24 07:59:27', '2021-08-24 07:59:27', NULL),
(158, 0, '6', 8, 'image/jpeg', 109600, 'customers/6.jpg', '[]', '2021-08-24 07:59:28', '2021-08-24 07:59:28', NULL),
(159, 0, '7', 8, 'image/jpeg', 159280, 'customers/7.jpg', '[]', '2021-08-24 07:59:28', '2021-08-24 07:59:28', NULL),
(160, 0, '8', 8, 'image/jpeg', 99998, 'customers/8.jpg', '[]', '2021-08-24 07:59:29', '2021-08-24 07:59:29', NULL),
(161, 0, '1', 9, 'image/jpeg', 62921, 'flash-sales/1.jpg', '[]', '2021-08-24 07:59:33', '2021-08-24 07:59:33', NULL),
(162, 0, '2', 9, 'image/jpeg', 74131, 'flash-sales/2.jpg', '[]', '2021-08-24 07:59:34', '2021-08-24 07:59:34', NULL),
(163, 0, '1-1', 10, 'image/png', 653539, 'sliders/1-1.png', '[]', '2021-08-24 07:59:36', '2021-08-24 07:59:36', NULL),
(164, 0, '1-2', 10, 'image/png', 688883, 'sliders/1-2.png', '[]', '2021-08-24 07:59:40', '2021-08-24 07:59:40', NULL),
(165, 0, '1-3', 10, 'image/png', 249966, 'sliders/1-3.png', '[]', '2021-08-24 07:59:44', '2021-08-24 07:59:44', NULL),
(166, 0, '2-1', 10, 'image/png', 662495, 'sliders/2-1.png', '[]', '2021-08-24 07:59:48', '2021-08-24 07:59:48', NULL),
(167, 0, '2-2', 10, 'image/png', 691309, 'sliders/2-2.png', '[]', '2021-08-24 07:59:53', '2021-08-24 07:59:53', NULL),
(168, 0, '2-3', 10, 'image/png', 249966, 'sliders/2-3.png', '[]', '2021-08-24 07:59:57', '2021-08-24 07:59:57', NULL),
(169, 0, '3-1', 10, 'image/png', 164134, 'sliders/3-1.png', '[]', '2021-08-24 07:59:59', '2021-08-24 07:59:59', NULL),
(170, 0, '3-2', 10, 'image/png', 140217, 'sliders/3-2.png', '[]', '2021-08-24 08:00:02', '2021-08-24 08:00:02', NULL),
(171, 0, '4-1', 10, 'image/png', 415854, 'sliders/4-1.png', '[]', '2021-08-24 08:00:04', '2021-08-24 08:00:04', NULL),
(172, 0, '4-2', 10, 'image/png', 407249, 'sliders/4-2.png', '[]', '2021-08-24 08:00:07', '2021-08-24 08:00:07', NULL),
(173, 0, '4-3', 10, 'image/png', 249966, 'sliders/4-3.png', '[]', '2021-08-24 08:00:09', '2021-08-24 08:00:09', NULL),
(174, 0, '1', 11, 'image/jpeg', 533441, 'news/1.jpg', '[]', '2021-08-24 08:00:12', '2021-08-24 08:00:12', NULL),
(175, 0, '10', 11, 'image/jpeg', 342651, 'news/10.jpg', '[]', '2021-08-24 08:00:13', '2021-08-24 08:00:13', NULL),
(176, 0, '11', 11, 'image/jpeg', 296740, 'news/11.jpg', '[]', '2021-08-24 08:00:15', '2021-08-24 08:00:15', NULL),
(177, 0, '2', 11, 'image/jpeg', 292594, 'news/2.jpg', '[]', '2021-08-24 08:00:17', '2021-08-24 08:00:17', NULL),
(178, 0, '3', 11, 'image/jpeg', 382930, 'news/3.jpg', '[]', '2021-08-24 08:00:20', '2021-08-24 08:00:20', NULL),
(179, 0, '4', 11, 'image/jpeg', 403060, 'news/4.jpg', '[]', '2021-08-24 08:00:21', '2021-08-24 08:00:21', NULL),
(180, 0, '5', 11, 'image/jpeg', 727445, 'news/5.jpg', '[]', '2021-08-24 08:00:22', '2021-08-24 08:00:22', NULL),
(181, 0, '6', 11, 'image/jpeg', 361958, 'news/6.jpg', '[]', '2021-08-24 08:00:23', '2021-08-24 08:00:23', NULL),
(182, 0, '7', 11, 'image/jpeg', 904027, 'news/7.jpg', '[]', '2021-08-24 08:00:24', '2021-08-24 08:00:24', NULL),
(183, 0, '8', 11, 'image/jpeg', 351088, 'news/8.jpg', '[]', '2021-08-24 08:00:25', '2021-08-24 08:00:25', NULL),
(184, 0, '9', 11, 'image/jpeg', 353751, 'news/9.jpg', '[]', '2021-08-24 08:00:25', '2021-08-24 08:00:25', NULL),
(185, 0, '1', 12, 'image/png', 66416, 'promotion/1.png', '[]', '2021-08-24 08:00:27', '2021-08-24 08:00:27', NULL),
(186, 0, '2', 12, 'image/png', 70051, 'promotion/2.png', '[]', '2021-08-24 08:00:28', '2021-08-24 08:00:28', NULL),
(187, 0, '3', 12, 'image/png', 66675, 'promotion/3.png', '[]', '2021-08-24 08:00:29', '2021-08-24 08:00:29', NULL),
(188, 0, '4', 12, 'image/png', 61720, 'promotion/4.png', '[]', '2021-08-24 08:00:30', '2021-08-24 08:00:30', NULL),
(189, 0, '5', 12, 'image/png', 25894, 'promotion/5.png', '[]', '2021-08-24 08:00:31', '2021-08-24 08:00:31', NULL),
(190, 0, '6', 12, 'image/png', 528935, 'promotion/6.png', '[]', '2021-08-24 08:00:32', '2021-08-24 08:00:32', NULL),
(192, 0, 'icon-bag', 13, 'image/png', 15551, 'general/icon-bag.png', '[]', '2021-08-24 08:00:33', '2021-08-24 08:00:33', NULL),
(193, 0, 'icon-operator', 13, 'image/png', 23328, 'general/icon-operator.png', '[]', '2021-08-24 08:00:34', '2021-08-24 08:00:34', NULL),
(194, 0, 'icon-purchase', 13, 'image/png', 22947, 'general/icon-purchase.png', '[]', '2021-08-24 08:00:35', '2021-08-24 08:00:35', NULL),
(195, 0, 'icon-truck', 13, 'image/png', 17131, 'general/icon-truck.png', '[]', '2021-08-24 08:00:36', '2021-08-24 08:00:36', NULL),
(198, 0, 'open-graph-image', 13, 'image/png', 293189, 'general/open-graph-image.png', '[]', '2021-08-24 08:00:37', '2021-08-24 08:00:37', NULL),
(199, 0, 'payment-methods', 13, 'image/png', 10634, 'general/payment-methods.png', '[]', '2021-08-24 08:00:38', '2021-08-24 08:00:38', NULL),
(200, 1, 'banner_1634539670', 10, 'image/webp', 68806, 'sliders/banner-1634539670.webp', '[]', '2021-10-25 11:05:02', '2021-10-25 11:05:15', '2021-10-25 11:05:15'),
(201, 1, 'slider1', 10, 'image/png', 348817, 'sliders/slider1.png', '[]', '2021-10-25 11:28:36', '2021-10-25 11:31:35', '2021-10-25 11:31:35'),
(202, 1, 'format_webp', 10, 'image/jpeg', 21772, 'sliders/format-webp.jpg', '[]', '2021-10-25 11:31:55', '2021-10-25 11:32:03', '2021-10-25 11:32:03'),
(203, 1, 'beyaz-esya-kolaj2', 10, 'image/png', 130350, 'sliders/beyaz-esya-kolaj2.png', '[]', '2021-10-25 11:37:26', '2021-10-25 11:38:27', '2021-10-25 11:38:27'),
(204, 1, 'beyazesya', 10, 'image/png', 87312, 'sliders/beyazesya.png', '[]', '2021-10-25 11:38:36', '2021-10-25 12:11:36', '2021-10-25 12:11:36'),
(205, 1, 'cropped-2.-el-beyaz-eşya', 10, 'image/png', 90770, 'sliders/cropped-2-el-beyaz-esya.png', '[]', '2021-10-25 12:11:41', '2021-10-25 12:12:25', '2021-10-25 12:12:25'),
(206, 1, 'eticaretv7_logo', 13, 'image/png', 3714, 'general/eticaretv7-logo.png', '[]', '2021-10-25 12:17:10', '2021-10-25 12:17:10', NULL),
(207, 1, '13102021022136_3316_yeni', 10, 'image/jpeg', 91934, 'sliders/13102021022136-3316-yeni.jpg', '[]', '2021-10-25 12:45:10', '2021-10-25 12:45:10', NULL),
(208, 1, '25092021121940_701_yeni', 10, 'image/jpeg', 102741, 'sliders/25092021121940-701-yeni.jpg', '[]', '2021-10-25 12:47:26', '2021-10-25 12:47:26', NULL),
(209, 1, '25092021121940_701_yeni-1', 10, 'image/jpeg', 102741, 'sliders/25092021121940-701-yeni-1.jpg', '[]', '2021-10-25 13:52:17', '2021-10-25 13:52:27', '2021-10-25 13:52:27'),
(210, 1, '25092021122334_562_yeni', 10, 'image/jpeg', 104929, 'sliders/25092021122334-562-yeni.jpg', '[]', '2021-10-25 13:52:47', '2021-10-25 13:52:47', NULL),
(211, 1, 'featurelist_68_20210107020943', 14, 'image/jpeg', 5391, 'markalar/featurelist-68-20210107020943.jpg', '[]', '2021-10-25 14:11:09', '2021-10-25 14:11:09', NULL),
(212, 1, 'featurelist_68_20210107021619', 14, 'image/jpeg', 2801, 'markalar/featurelist-68-20210107021619.jpg', '[]', '2021-10-25 14:11:10', '2021-10-25 14:11:10', NULL),
(213, 1, 'featurelist_68_20210406182441', 14, 'image/jpeg', 3730, 'markalar/featurelist-68-20210406182441.jpg', '[]', '2021-10-25 14:11:10', '2021-10-25 14:11:10', NULL),
(214, 1, 'featurelist_68_20210406182558', 14, 'image/jpeg', 3773, 'markalar/featurelist-68-20210406182558.jpg', '[]', '2021-10-25 14:11:11', '2021-10-25 14:11:11', NULL),
(215, 1, 'featurelist_68_20210406182753', 14, 'image/jpeg', 3107, 'markalar/featurelist-68-20210406182753.jpg', '[]', '2021-10-25 14:11:11', '2021-10-25 14:11:11', NULL),
(216, 1, 'featurelist_68_20210406182924', 14, 'image/jpeg', 2672, 'markalar/featurelist-68-20210406182924.jpg', '[]', '2021-10-25 14:11:12', '2021-10-25 14:11:12', NULL),
(217, 1, 'featurelist_68_20210415151348', 14, 'image/jpeg', 3867, 'markalar/featurelist-68-20210415151348.jpg', '[]', '2021-10-25 14:11:12', '2021-10-25 14:11:12', NULL),
(218, 1, 'featurelist_68_20210415151704', 14, 'image/jpeg', 8458, 'markalar/featurelist-68-20210415151704.jpg', '[]', '2021-10-25 14:11:13', '2021-10-25 14:11:13', NULL),
(219, 1, 'featurelist_68_20210625150249', 14, 'image/jpeg', 5032, 'markalar/featurelist-68-20210625150249.jpg', '[]', '2021-10-25 14:11:13', '2021-10-25 14:11:13', NULL),
(220, 1, 'featurelist_68_20210625150430', 14, 'image/jpeg', 4667, 'markalar/featurelist-68-20210625150430.jpg', '[]', '2021-10-25 14:11:14', '2021-10-25 14:11:14', NULL),
(221, 1, 'featurelist_68_20210909161204', 14, 'image/jpeg', 2857, 'markalar/featurelist-68-20210909161204.jpg', '[]', '2021-10-25 14:11:15', '2021-10-25 14:11:15', NULL),
(222, 1, 'featurelist_68_20210928191706', 14, 'image/jpeg', 4264, 'markalar/featurelist-68-20210928191706.jpg', '[]', '2021-10-25 14:11:15', '2021-10-25 14:11:15', NULL),
(223, 1, 'featurelist_68_20210928191859', 14, 'image/jpeg', 4883, 'markalar/featurelist-68-20210928191859.jpg', '[]', '2021-10-25 14:11:16', '2021-10-25 14:11:16', NULL),
(224, 1, 'featurelist_68_20210928192001', 14, 'image/jpeg', 5951, 'markalar/featurelist-68-20210928192001.jpg', '[]', '2021-10-25 14:11:17', '2021-10-25 14:11:17', NULL),
(225, 1, 'featurelist_68_20210928192644', 14, 'image/jpeg', 5195, 'markalar/featurelist-68-20210928192644.jpg', '[]', '2021-10-25 14:11:17', '2021-10-25 14:11:17', NULL),
(226, 1, 'featurelist_68_20210929124242', 14, 'image/jpeg', 4076, 'markalar/featurelist-68-20210929124242.jpg', '[]', '2021-10-25 14:11:18', '2021-10-25 14:11:18', NULL),
(227, 1, 'giyim_ayakkabi', 6, 'image/jpeg', 219342, 'product-categories/giyim-ayakkabi.jpg', '[]', '2021-10-26 07:24:40', '2021-10-26 07:31:14', '2021-10-26 07:31:14'),
(228, 1, 'giyim_ayakkabi-1', 6, 'image/jpeg', 180936, 'product-categories/giyim-ayakkabi-1.jpg', '[]', '2021-10-26 07:31:19', '2021-10-26 07:31:19', NULL),
(229, 1, 'anne_bebek', 6, 'image/jpeg', 182230, 'product-categories/anne-bebek.jpg', '[]', '2021-10-26 07:34:19', '2021-10-26 07:34:19', NULL),
(230, 1, 'ev_yasam', 6, 'image/jpeg', 212250, 'product-categories/ev-yasam.jpg', '[]', '2021-10-26 07:48:09', '2021-10-26 07:48:09', NULL),
(231, 1, 'spor_outdoor', 6, 'image/jpeg', 191320, 'product-categories/spor-outdoor.jpg', '[]', '2021-10-26 07:54:39', '2021-10-26 07:54:39', NULL),
(232, 1, 'kitap_film', 6, 'image/jpeg', 209787, 'product-categories/kitap-film.jpg', '[]', '2021-10-26 07:57:08', '2021-10-26 07:57:08', NULL),
(233, 1, '61604dba44022', 7, 'image/jpeg', 26208, 'products/61604dba44022.jpeg', '[]', '2021-10-26 08:27:23', '2021-10-26 08:27:23', NULL),
(234, 1, '6176ba01d9821', 7, 'image/jpeg', 13950, 'products/6176ba01d9821.jpeg', '[]', '2021-10-26 08:36:23', '2021-10-26 08:36:23', NULL),
(235, 1, '6176ba011c314', 7, 'image/jpeg', 15755, 'products/6176ba011c314.jpeg', '[]', '2021-10-26 08:36:24', '2021-10-26 08:36:24', NULL),
(236, 1, '6176ba017ad85', 7, 'image/jpeg', 20442, 'products/6176ba017ad85.jpeg', '[]', '2021-10-26 08:36:24', '2021-10-26 08:36:24', NULL),
(237, 1, '6176ba02495b2', 7, 'image/jpeg', 14854, 'products/6176ba02495b2.jpeg', '[]', '2021-10-26 08:36:25', '2021-10-26 08:36:25', NULL),
(238, 1, '6045d050c5d91', 7, 'image/jpeg', 34893, 'products/6045d050c5d91.jpg', '[]', '2021-10-26 10:19:36', '2021-10-26 10:19:36', NULL),
(239, 1, '60cd2dade6a43', 7, 'image/jpeg', 24697, 'products/60cd2dade6a43.jpeg', '[]', '2021-10-26 10:28:08', '2021-10-26 10:28:08', NULL),
(240, 1, '60cd2dbb41899', 7, 'image/jpeg', 24637, 'products/60cd2dbb41899.jpeg', '[]', '2021-10-26 10:28:09', '2021-10-26 10:28:09', NULL),
(241, 1, '60cd3905a56b5', 7, 'image/jpeg', 23914, 'products/60cd3905a56b5.jpeg', '[]', '2021-10-26 10:35:31', '2021-10-26 10:35:31', NULL),
(242, 1, '60cd39052fd80', 7, 'image/jpeg', 42930, 'products/60cd39052fd80.jpeg', '[]', '2021-10-26 10:35:32', '2021-10-26 10:35:32', NULL),
(243, 1, '60cd39057d8d1', 7, 'image/jpeg', 40085, 'products/60cd39057d8d1.jpeg', '[]', '2021-10-26 10:35:32', '2021-10-26 10:35:32', NULL),
(244, 1, '60cd390556920', 7, 'image/jpeg', 42403, 'products/60cd390556920.jpeg', '[]', '2021-10-26 10:35:33', '2021-10-26 10:35:33', NULL),
(245, 1, '608ee756db8c9', 7, 'image/jpeg', 26323, 'products/608ee756db8c9.jpeg', '[]', '2021-10-26 10:42:47', '2021-10-26 10:42:47', NULL),
(246, 1, '608ee7570f16f', 7, 'image/jpeg', 25045, 'products/608ee7570f16f.jpeg', '[]', '2021-10-26 10:42:47', '2021-10-26 10:42:47', NULL),
(247, 1, '608ee757336b7', 7, 'image/jpeg', 27479, 'products/608ee757336b7.jpeg', '[]', '2021-10-26 10:42:48', '2021-10-26 10:42:48', NULL),
(248, 1, '608ee75757878', 7, 'image/jpeg', 23983, 'products/608ee75757878.jpeg', '[]', '2021-10-26 10:42:49', '2021-10-26 10:42:49', NULL),
(249, 1, '60ed795bdf9e4', 7, 'image/jpeg', 27845, 'products/60ed795bdf9e4.jpeg', '[]', '2021-10-26 11:09:59', '2021-10-26 11:09:59', NULL),
(250, 1, '60ed795c71fdd', 7, 'image/jpeg', 31182, 'products/60ed795c71fdd.jpeg', '[]', '2021-10-26 11:10:00', '2021-10-26 11:10:00', NULL),
(251, 1, '60ed795c448b0', 7, 'image/jpeg', 29962, 'products/60ed795c448b0.jpeg', '[]', '2021-10-26 11:10:00', '2021-10-26 11:10:00', NULL),
(252, 1, '60ed795c1876b', 7, 'image/jpeg', 29997, 'products/60ed795c1876b.jpeg', '[]', '2021-10-26 11:10:01', '2021-10-26 11:10:01', NULL),
(253, 1, '61039a324ee10', 7, 'image/jpeg', 39062, 'products/61039a324ee10.jpeg', '[]', '2021-10-26 11:20:26', '2021-10-26 11:20:26', NULL),
(254, 1, '61039a324156a', 7, 'image/jpeg', 49288, 'products/61039a324156a.jpeg', '[]', '2021-10-26 11:20:26', '2021-10-26 11:20:26', NULL),
(255, 1, '60795793a99a3', 7, 'image/jpeg', 48648, 'products/60795793a99a3.jpg', '[]', '2021-10-26 11:26:20', '2021-10-26 11:26:20', NULL),
(256, 1, '60795796c92a4', 7, 'image/jpeg', 52599, 'products/60795796c92a4.jpg', '[]', '2021-10-26 11:26:21', '2021-10-26 11:26:21', NULL),
(257, 1, '607957953ca73', 7, 'image/jpeg', 56125, 'products/607957953ca73.jpg', '[]', '2021-10-26 11:26:21', '2021-10-26 11:26:21', NULL),
(258, 1, '60743253e9d9d', 7, 'image/jpeg', 30179, 'products/60743253e9d9d.jpg', '[]', '2021-10-26 11:34:04', '2021-10-26 11:34:04', NULL),
(259, 1, '6074325515f00', 7, 'image/jpeg', 36728, 'products/6074325515f00.jpg', '[]', '2021-10-26 11:34:04', '2021-10-26 11:34:04', NULL),
(260, 1, '607432528543a', 7, 'image/jpeg', 27488, 'products/607432528543a.jpg', '[]', '2021-10-26 11:34:05', '2021-10-26 11:34:05', NULL),
(261, 1, '607432561495c', 7, 'image/png', 271450, 'products/607432561495c.png', '[]', '2021-10-26 11:34:05', '2021-10-26 11:34:05', NULL),
(262, 1, '61542bedf083a', 7, 'image/jpeg', 86527, 'products/61542bedf083a.jpeg', '[]', '2021-10-26 11:40:56', '2021-10-26 11:40:56', NULL),
(263, 1, '61542bee81d7d', 7, 'image/jpeg', 42183, 'products/61542bee81d7d.jpeg', '[]', '2021-10-26 11:40:56', '2021-10-26 11:40:56', NULL),
(264, 1, '61542bee677c0', 7, 'image/jpeg', 90505, 'products/61542bee677c0.jpeg', '[]', '2021-10-26 11:40:57', '2021-10-26 11:40:57', NULL),
(265, 1, '61542bee3136c', 7, 'image/jpeg', 89734, 'products/61542bee3136c.jpeg', '[]', '2021-10-26 11:40:57', '2021-10-26 11:40:57', NULL),
(266, 1, '607ee9bd5deca', 7, 'image/jpeg', 63641, 'products/607ee9bd5deca.jpeg', '[]', '2021-10-26 11:53:27', '2021-10-26 11:53:27', NULL),
(267, 1, '611e6af69fe4e', 7, 'image/jpeg', 33001, 'products/611e6af69fe4e.jpeg', '[]', '2021-10-26 12:08:38', '2021-10-26 12:08:38', NULL),
(268, 1, '611e6af679ca1', 7, 'image/jpeg', 41833, 'products/611e6af679ca1.jpeg', '[]', '2021-10-26 12:08:39', '2021-10-26 12:08:39', NULL),
(269, 1, '611e6af654444', 7, 'image/jpeg', 33790, 'products/611e6af654444.jpeg', '[]', '2021-10-26 12:08:40', '2021-10-26 12:08:40', NULL),
(270, 1, '60df2320707ea', 7, 'image/jpeg', 117477, 'products/60df2320707ea.jpg', '[]', '2021-10-26 12:12:26', '2021-10-26 12:12:26', NULL),
(271, 1, '611a82dcccb3b', 7, 'image/jpeg', 31090, 'products/611a82dcccb3b.jpeg', '[]', '2021-10-26 12:16:03', '2021-10-26 12:16:03', NULL),
(272, 1, '611a82dcf2174', 7, 'image/jpeg', 59221, 'products/611a82dcf2174.jpeg', '[]', '2021-10-26 12:16:04', '2021-10-26 12:16:04', NULL),
(273, 1, '611a82dd6ca3e', 7, 'image/jpeg', 28834, 'products/611a82dd6ca3e.jpeg', '[]', '2021-10-26 12:16:04', '2021-10-26 12:16:04', NULL),
(274, 1, '611a82dd22f0a', 7, 'image/jpeg', 30486, 'products/611a82dd22f0a.jpeg', '[]', '2021-10-26 12:16:05', '2021-10-26 12:16:05', NULL),
(275, 1, '611a82dd47dfe', 7, 'image/jpeg', 25712, 'products/611a82dd47dfe.jpeg', '[]', '2021-10-26 12:16:05', '2021-10-26 12:16:05', NULL),
(276, 1, '5c9380fac8173', 7, 'image/jpeg', 125214, 'products/5c9380fac8173.jpg', '[]', '2021-10-26 12:22:47', '2021-10-26 12:22:47', NULL),
(277, 1, '605133a19391e', 7, 'image/jpeg', 43956, 'products/605133a19391e.jpg', '[]', '2021-10-26 12:26:13', '2021-10-26 12:26:13', NULL),
(278, 1, '60632d362c661', 7, 'image/jpeg', 15906, 'products/60632d362c661.jpeg', '[]', '2021-10-26 12:33:39', '2021-10-26 12:33:39', NULL),
(279, 1, '60632d361451f', 7, 'image/jpeg', 19172, 'products/60632d361451f.jpeg', '[]', '2021-10-26 12:33:40', '2021-10-26 12:33:40', NULL),
(280, 1, '60632d3645598', 7, 'image/jpeg', 43822, 'products/60632d3645598.jpeg', '[]', '2021-10-26 12:33:40', '2021-10-26 12:33:40', NULL),
(281, 1, '60b0de21a4cf3', 7, 'image/jpeg', 50733, 'products/60b0de21a4cf3.jpg', '[]', '2021-10-26 12:38:47', '2021-10-26 12:38:47', NULL),
(282, 1, '60af765313a7a', 7, 'image/jpeg', 63771, 'products/60af765313a7a.jpg', '[]', '2021-10-26 12:47:44', '2021-10-26 12:47:44', NULL),
(283, 1, '60ccbd9ddf0fc', 7, 'image/jpeg', 36684, 'products/60ccbd9ddf0fc.jpg', '[]', '2021-10-26 12:53:08', '2021-10-26 12:53:08', NULL),
(284, 1, '60ccbd9e5393c', 7, 'image/jpeg', 32144, 'products/60ccbd9e5393c.jpg', '[]', '2021-10-26 12:53:09', '2021-10-26 12:53:09', NULL),
(285, 1, '613f582dedbf8', 7, 'image/jpeg', 28592, 'products/613f582dedbf8.jpg', '[]', '2021-10-26 12:57:50', '2021-10-26 12:57:50', NULL),
(286, 1, '612aad35525bd', 7, 'image/jpeg', 16358, 'products/612aad35525bd.jpg', '[]', '2021-10-26 13:01:21', '2021-10-26 13:01:21', NULL),
(287, 1, '607f7e07cd350', 7, 'image/jpeg', 58955, 'products/607f7e07cd350.jpg', '[]', '2021-10-26 13:11:37', '2021-10-26 13:11:37', NULL),
(288, 1, '61153554a1ee7', 7, 'image/jpeg', 24567, 'products/61153554a1ee7.jpeg', '[]', '2021-10-26 13:19:49', '2021-10-26 13:19:49', NULL),
(289, 1, '611e51b4525f3', 7, 'image/jpeg', 40116, 'products/611e51b4525f3.jpg', '[]', '2021-10-26 13:37:08', '2021-10-26 13:37:08', NULL),
(290, 1, '21102021040547_5184_yeni', 10, 'image/jpeg', 100419, 'sliders/21102021040547-5184-yeni.jpg', '[]', '2021-10-26 13:39:07', '2021-10-26 13:39:07', NULL),
(291, 1, '61320471a84aa', 7, 'image/jpeg', 18586, 'products/61320471a84aa.jpeg', '[]', '2021-10-26 13:44:42', '2021-10-26 13:44:42', NULL),
(292, 1, '613204717d595', 7, 'image/jpeg', 24707, 'products/613204717d595.jpeg', '[]', '2021-10-26 13:44:43', '2021-10-26 13:44:43', NULL),
(293, 1, '61320471674bd', 7, 'image/jpeg', 44798, 'products/61320471674bd.jpeg', '[]', '2021-10-26 13:44:44', '2021-10-26 13:44:44', NULL),
(294, 1, '6132047193471', 7, 'image/jpeg', 33159, 'products/6132047193471.jpeg', '[]', '2021-10-26 13:44:44', '2021-10-26 13:44:44', NULL),
(295, 1, 'marketingbillboard_20211025100411', 13, 'image/jpeg', 183147, 'general/marketingbillboard-20211025100411.jpg', '[]', '2021-10-26 20:08:02', '2021-10-28 10:40:49', '2021-10-28 10:40:49'),
(296, 1, '5c2f96eb79289', 7, 'image/jpeg', 22733, 'products/5c2f96eb79289.jpeg', '[]', '2021-10-27 07:07:16', '2021-10-27 07:07:16', NULL),
(297, 1, '5c2f96ec03be8', 7, 'image/jpeg', 14248, 'products/5c2f96ec03be8.jpeg', '[]', '2021-10-27 07:07:16', '2021-10-27 07:07:16', NULL),
(298, 1, '60c75cd9cbcc3', 7, 'image/jpeg', 33478, 'products/60c75cd9cbcc3.jpg', '[]', '2021-10-27 07:16:25', '2021-10-27 07:16:25', NULL),
(299, 1, '60c75cda98bad', 7, 'image/jpeg', 28387, 'products/60c75cda98bad.jpg', '[]', '2021-10-27 07:16:25', '2021-10-27 07:16:25', NULL),
(300, 1, '60c75d042d2bc', 7, 'image/jpeg', 23875, 'products/60c75d042d2bc.jpg', '[]', '2021-10-27 07:16:26', '2021-10-27 07:16:26', NULL),
(301, 1, '610bf85076699', 7, 'image/jpeg', 34408, 'products/610bf85076699.jpeg', '[]', '2021-10-27 07:20:37', '2021-10-27 07:20:37', NULL),
(302, 1, '6048a99413a88', 7, 'image/jpeg', 28216, 'products/6048a99413a88.jpg', '[]', '2021-10-27 07:26:57', '2021-10-27 07:26:57', NULL),
(303, 1, '612f5c3e5eacf', 7, 'image/jpeg', 13366, 'products/612f5c3e5eacf.jpg', '[]', '2021-10-27 07:32:55', '2021-10-27 07:32:55', NULL),
(304, 1, '61336619c2c98', 7, 'image/jpeg', 29653, 'products/61336619c2c98.jpg', '[]', '2021-10-27 07:32:56', '2021-10-27 07:32:56', NULL),
(305, 1, '613366191d623', 7, 'image/jpeg', 24935, 'products/613366191d623.jpg', '[]', '2021-10-27 07:32:56', '2021-10-27 07:32:56', NULL),
(306, 1, '6133661988d57', 7, 'image/jpeg', 10717, 'products/6133661988d57.jpg', '[]', '2021-10-27 07:32:57', '2021-10-27 07:32:57', NULL),
(307, 1, 'sleepy_natural_cirtli05', 13, 'image/jpeg', 176798, 'general/sleepy-natural-cirtli05.jpg', '[]', '2021-10-27 07:58:51', '2021-10-27 07:58:51', NULL),
(308, 1, '613b521c5f757', 7, 'image/jpeg', 60716, 'products/613b521c5f757.jpg', '[]', '2021-10-27 08:00:27', '2021-10-27 08:00:27', NULL),
(309, 1, '613b521cbcc74', 7, 'image/jpeg', 32153, 'products/613b521cbcc74.jpg', '[]', '2021-10-27 08:00:28', '2021-10-27 08:00:28', NULL),
(310, 1, '613b521d07e51', 7, 'image/jpeg', 17456, 'products/613b521d07e51.jpg', '[]', '2021-10-27 08:00:28', '2021-10-27 08:00:28', NULL),
(311, 1, '613b521d469c4', 7, 'image/jpeg', 20654, 'products/613b521d469c4.jpg', '[]', '2021-10-27 08:00:29', '2021-10-27 08:00:29', NULL),
(312, 1, 'iphone_banner', 13, 'image/jpeg', 66506, 'general/iphone-banner.jpg', '[]', '2021-10-28 10:34:06', '2021-10-28 10:34:06', NULL),
(313, 1, 'ipad_reklam', 13, 'image/jpeg', 96860, 'general/ipad-reklam.jpg', '[]', '2021-10-28 10:41:04', '2021-10-28 10:41:04', NULL),
(314, 1, '610aba4acdb49', 7, 'image/jpeg', 19138, 'products/610aba4acdb49.jpg', '[]', '2021-10-28 10:50:29', '2021-10-28 10:50:29', NULL),
(315, 1, '610aba4b3c7ba', 7, 'image/jpeg', 20794, 'products/610aba4b3c7ba.jpg', '[]', '2021-10-28 10:50:29', '2021-10-28 10:50:29', NULL),
(316, 1, '610aba4bab944', 7, 'image/jpeg', 15577, 'products/610aba4bab944.jpg', '[]', '2021-10-28 10:50:30', '2021-10-28 10:50:30', NULL),
(317, 1, '60a68d142cd16', 7, 'image/jpeg', 24095, 'products/60a68d142cd16.jpeg', '[]', '2021-10-28 11:04:47', '2021-10-28 11:04:47', NULL),
(318, 1, '60a68d143aee0', 7, 'image/jpeg', 24922, 'products/60a68d143aee0.jpeg', '[]', '2021-10-28 11:04:47', '2021-10-28 11:04:47', NULL),
(319, 1, '60d6ed14e51ea', 7, 'image/jpeg', 21196, 'products/60d6ed14e51ea.jpeg', '[]', '2021-10-28 12:22:47', '2021-10-28 12:22:47', NULL),
(320, 1, '60d6ed1515deb', 7, 'image/jpeg', 15066, 'products/60d6ed1515deb.jpeg', '[]', '2021-10-28 12:22:48', '2021-10-28 12:22:48', NULL),
(321, 1, '60d6ed1544c29', 7, 'image/jpeg', 134266, 'products/60d6ed1544c29.jpeg', '[]', '2021-10-28 12:22:49', '2021-10-28 12:22:49', NULL),
(322, 1, '60d6ed1528521', 7, 'image/jpeg', 24472, 'products/60d6ed1528521.jpeg', '[]', '2021-10-28 12:22:49', '2021-10-28 12:22:49', NULL),
(323, 1, 'favicon', 11, 'image/png', 4998, 'news/favicon.png', '[]', '2022-03-10 19:53:26', '2022-03-10 19:53:26', NULL),
(324, 1, 'logo-light', 11, 'image/png', 9717, 'news/logo-light.png', '[]', '2022-03-10 19:53:36', '2022-03-10 19:53:36', NULL),
(325, 1, 'topbanner', 13, 'image/jpeg', 8700, 'general/topbanner.jpg', '[]', '2022-03-15 12:29:53', '2022-03-15 12:29:53', NULL),
(326, 1, 'eticaretv7-logo', 0, 'image/png', 3714, 'eticaretv7-logo.png', '[]', '2022-04-01 07:54:42', '2022-04-01 07:54:42', NULL),
(327, 1, 'eticaretv7-logo-1', 0, 'image/png', 1607, 'eticaretv7-logo-1.png', '[]', '2022-04-01 07:56:55', '2022-04-01 07:56:55', NULL),
(328, 1, 'yukleniyor', 0, 'image/gif', 247812, 'yukleniyor.gif', '[]', '2022-04-01 08:04:50', '2022-04-01 08:04:50', NULL),
(329, 1, '1-1', 9, 'image/png', 76356, 'flash-sales/1-1.png', '[]', '2022-04-08 21:06:49', '2022-04-08 21:06:49', NULL),
(330, 1, '1 (1)', 9, 'image/png', 70952, 'flash-sales/1-1.png', '[]', '2022-04-08 21:09:27', '2022-04-08 21:09:27', NULL),
(331, 1, 'shutterstock_1030860796', 7, 'image/webp', 75734, 'products/shutterstock-1030860796.webp', '[]', '2022-04-11 07:45:09', '2022-04-11 08:10:59', '2022-04-11 08:10:59'),
(332, 1, 'LinkedInde-Etkili-Icerik-Nasil-Olusturulmalidir', 7, 'image/jpeg', 354591, 'products/linkedinde-etkili-icerik-nasil-olusturulmalidir.jpg', '[]', '2022-04-11 07:46:27', '2022-04-11 07:46:27', NULL),
(333, 1, 'topbanner', 10, 'image/png', 30122, 'sliders/topbanner.png', '[]', '2022-04-11 08:06:02', '2022-04-11 08:06:02', NULL),
(334, 1, 'IMG-58682213751840959', 7, 'image/webp', 77254, 'products/img-58682213751840959.webp', '[]', '2022-04-11 08:08:26', '2022-04-11 08:10:51', '2022-04-11 08:10:51'),
(335, 1, 'IMG-6167294329934515756', 7, 'image/webp', 24158, 'products/img-6167294329934515756.webp', '[]', '2022-04-11 08:08:27', '2022-04-11 08:10:51', '2022-04-11 08:10:51'),
(336, 1, 'IMG-6167294329934515756-1', 7, 'image/png', 207902, 'products/img-6167294329934515756-1.png', '[]', '2022-04-11 08:10:34', '2022-04-11 08:10:51', '2022-04-11 08:10:51'),
(337, 1, 'Johnrogershousemay2020', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020.webp', '[]', '2022-04-11 08:11:06', '2022-04-11 08:23:20', '2022-04-11 08:23:20'),
(338, 1, 'IMG-6167294329934515756-2', 7, 'image/png', 207902, 'products/img-6167294329934515756-2.png', '[]', '2022-04-11 08:11:08', '2022-04-11 08:11:08', NULL),
(339, 1, 'IMG-58682213751840959-1', 7, 'image/png', 817290, 'products/img-58682213751840959-1.png', '[]', '2022-04-11 08:11:14', '2022-04-11 08:11:14', NULL),
(340, 1, 'Johnrogershousemay2020-1', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-1.webp', '[]', '2022-04-11 08:11:38', '2022-04-11 08:23:20', '2022-04-11 08:23:20'),
(341, 1, 'Johnrogershousemay2020-2', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-2.webp', '[]', '2022-04-11 08:14:03', '2022-04-11 08:23:20', '2022-04-11 08:23:20'),
(342, 1, 'Johnrogershousemay2020-3', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-3.webp', '[]', '2022-04-11 08:19:09', '2022-04-11 08:23:20', '2022-04-11 08:23:20'),
(343, 1, '63632846', 7, 'image/png', 381927, 'products/63632846.png', '[]', '2022-04-11 08:19:35', '2022-04-11 08:19:35', NULL),
(344, 1, '58426206', 7, 'image/png', 1400327, 'products/58426206.png', '[]', '2022-04-11 08:19:42', '2022-04-11 08:19:42', NULL),
(345, 1, 'Johnrogershousemay2020-4', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-4.webp', '[]', '2022-04-11 08:21:32', '2022-04-11 08:23:20', '2022-04-11 08:23:20'),
(346, 1, 'Johnrogershousemay2020-5', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-5.webp', '[]', '2022-04-11 08:22:19', '2022-04-11 08:23:28', '2022-04-11 08:23:28'),
(347, 1, 'Johnrogershousemay2020-6', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-6.webp', '[]', '2022-04-11 08:22:49', '2022-04-11 08:23:28', '2022-04-11 08:23:28'),
(348, 1, 'Johnrogershousemay2020-7', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-7.webp', '[]', '2022-04-11 08:23:03', '2022-04-11 08:23:28', '2022-04-11 08:23:28'),
(349, 1, 'Johnrogershousemay2020-8', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-8.webp', '[]', '2022-04-11 08:23:45', '2022-04-11 08:25:09', '2022-04-11 08:25:09'),
(350, 1, 'Johnrogershousemay2020-9', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-9.webp', '[]', '2022-04-11 22:11:39', '2022-04-11 22:19:28', '2022-04-11 22:19:28'),
(351, 1, 'Johnrogershousemay2020-10', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-10.webp', '[]', '2022-04-11 22:15:13', '2022-04-11 22:19:23', '2022-04-11 22:19:23'),
(352, 1, 'Johnrogershousemay2020-11', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-11.webp', '[]', '2022-04-11 22:17:12', '2022-04-11 22:19:23', '2022-04-11 22:19:23'),
(353, 1, 'Johnrogershousemay2020-12', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-12.webp', '[]', '2022-04-11 22:17:28', '2022-04-11 22:19:23', '2022-04-11 22:19:23'),
(354, 1, 'Johnrogershousemay2020-13', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-13.webp', '[]', '2022-04-11 22:17:59', '2022-04-11 22:19:23', '2022-04-11 22:19:23'),
(355, 1, 'Johnrogershousemay2020-14', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-14.webp', '[]', '2022-04-11 22:18:37', '2022-04-11 22:19:23', '2022-04-11 22:19:23'),
(356, 1, 'Johnrogershousemay2020-15', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-15.webp', '[]', '2022-04-11 22:18:50', '2022-04-11 22:19:23', '2022-04-11 22:19:23'),
(357, 1, 'Johnrogershousemay2020-16', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-16.webp', '[]', '2022-04-11 22:18:59', '2022-04-11 22:19:23', '2022-04-11 22:19:23'),
(358, 1, 'Johnrogershousemay2020-17', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-17.webp', '[]', '2022-04-11 22:20:51', '2022-04-11 22:26:20', '2022-04-11 22:26:20'),
(359, 1, 'Johnrogershousemay2020-18', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-18.webp', '[]', '2022-04-11 22:21:49', '2022-04-11 22:26:20', '2022-04-11 22:26:20'),
(360, 1, 'Johnrogershousemay2020-19', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-19.webp', '[]', '2022-04-11 22:24:34', '2022-04-11 22:26:20', '2022-04-11 22:26:20'),
(361, 1, 'Johnrogershousemay2020-20', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-20.webp', '[]', '2022-04-11 22:25:44', '2022-04-11 22:26:20', '2022-04-11 22:26:20'),
(362, 1, 'Johnrogershousemay2020-21', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-21.webp', '[]', '2022-04-11 22:26:07', '2022-04-12 00:05:48', '2022-04-12 00:05:48'),
(363, 1, 'Johnrogershousemay2020-22', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-22.webp', '[]', '2022-04-11 22:26:32', '2022-04-12 00:05:48', '2022-04-12 00:05:48'),
(364, 100003, 'Johnrogershousemay2020-23', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-23.webp', '[]', '2022-04-12 00:04:58', '2022-04-12 00:05:48', '2022-04-12 00:05:48'),
(365, 100003, 'Johnrogershousemay2020-24', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-24.webp', '[]', '2022-04-12 00:05:41', '2022-04-12 00:05:48', '2022-04-12 00:05:48'),
(366, 100003, 'Johnrogershousemay2020-25', 10, 'image/webp', 644986, 'sliders/johnrogershousemay2020-25.webp', '[]', '2022-04-12 00:07:16', '2022-04-12 00:07:43', '2022-04-12 00:07:43'),
(367, 1, '60c75cd9cbcc3-1', 7, 'image/png', 325015, 'products/60c75cd9cbcc3-1.png', '[]', '2022-04-12 10:28:17', '2022-04-12 10:28:17', NULL),
(368, 1, '6048a99413a88-400x400', 7, 'image/png', 59076, 'products/6048a99413a88-400x400.png', '[]', '2022-04-12 10:29:55', '2022-04-12 10:29:55', NULL),
(371, 1, 'png-transparent-computer-icons-system-administrator-administrator-icon-silhouette-desktop-wallpaper-administrator-icon', 15, 'image/png', 10317, 'users/png-transparent-computer-icons-system-administrator-administrator-icon-silhouette-desktop-wallpaper-administrator-icon.png', '[]', '2022-04-12 13:45:47', '2022-04-12 13:45:47', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `media_folders`
--

CREATE TABLE `media_folders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `slug` varchar(191) DEFAULT NULL,
  `parent_id` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `media_folders`
--

INSERT INTO `media_folders` (`id`, `user_id`, `name`, `slug`, `parent_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(5, 0, 'brands', 'brands', 0, '2021-08-24 07:58:06', '2021-08-24 07:58:06', NULL),
(6, 0, 'product-categories', 'product-categories', 0, '2021-08-24 07:58:09', '2021-08-24 07:58:09', NULL),
(7, 0, 'products', 'products', 0, '2021-08-24 07:58:11', '2021-08-24 07:58:11', NULL),
(8, 0, 'customers', 'customers', 0, '2021-08-24 07:59:25', '2021-08-24 07:59:25', NULL),
(9, 0, 'flash-sales', 'flash-sales', 0, '2021-08-24 07:59:33', '2021-08-24 07:59:33', NULL),
(10, 0, 'sliders', 'sliders', 0, '2021-08-24 07:59:36', '2021-08-24 07:59:36', NULL),
(11, 0, 'news', 'news', 0, '2021-08-24 08:00:12', '2021-08-24 08:00:12', NULL),
(12, 0, 'promotion', 'promotion', 0, '2021-08-24 08:00:27', '2021-08-24 08:00:27', NULL),
(13, 0, 'general', 'general', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33', NULL),
(14, 1, 'markalar', 'markalar', 0, '2021-10-25 14:10:53', '2021-10-25 14:10:53', NULL),
(15, 1, 'users', 'users', 0, '2022-04-12 13:28:11', '2022-04-12 13:28:11', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `media_settings`
--

CREATE TABLE `media_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(120) NOT NULL,
  `value` text DEFAULT NULL,
  `media_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `menus`
--

CREATE TABLE `menus` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `slug` varchar(120) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `menus`
--

INSERT INTO `menus` (`id`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Main menu', 'main-menu', 'published', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(2, 'Product categories', 'product-categories', 'published', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(3, 'Information', 'information', 'published', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(7, 'Ana menü', 'ana-menu', 'published', '2021-10-25 07:59:18', '2021-10-25 07:59:18'),
(8, 'Ürün Kategorileri', 'urun-kategorileri', 'published', '2021-10-25 08:00:03', '2021-10-25 08:00:03'),
(9, 'Sayfalar', 'sayfalar', 'published', '2021-10-25 08:00:43', '2021-10-25 08:00:43'),
(10, 'Destek Hattı', 'destek-hatti', 'published', '2021-10-25 14:28:50', '2021-10-25 14:28:50');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `menu_locations`
--

CREATE TABLE `menu_locations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `menu_id` int(10) UNSIGNED NOT NULL,
  `location` varchar(120) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `menu_locations`
--

INSERT INTO `menu_locations` (`id`, `menu_id`, `location`, `created_at`, `updated_at`) VALUES
(1, 1, 'main-menu', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(2, 4, 'main-menu', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(3, 7, 'main-menu', '2021-10-25 12:08:11', '2021-10-25 12:08:11');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `menu_nodes`
--

CREATE TABLE `menu_nodes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `menu_id` int(10) UNSIGNED NOT NULL,
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `reference_id` int(10) UNSIGNED DEFAULT NULL,
  `reference_type` varchar(255) DEFAULT NULL,
  `url` varchar(120) DEFAULT NULL,
  `icon_font` varchar(50) DEFAULT NULL,
  `position` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `title` varchar(120) DEFAULT NULL,
  `css_class` varchar(120) DEFAULT NULL,
  `target` varchar(20) NOT NULL DEFAULT '_self',
  `has_child` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `menu_nodes`
--

INSERT INTO `menu_nodes` (`id`, `menu_id`, `parent_id`, `reference_id`, `reference_type`, `url`, `icon_font`, `position`, `title`, `css_class`, `target`, `has_child`, `created_at`, `updated_at`) VALUES
(1, 1, 0, NULL, NULL, '/', NULL, 0, 'Home', NULL, '_self', 1, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(2, 1, 1, 1, 'Botble\\Page\\Models\\Page', '/homepage', NULL, 0, 'Home 1', NULL, '_self', 0, '2021-08-24 08:00:33', '2022-04-11 07:45:07'),
(3, 1, 1, 2, 'Botble\\Page\\Models\\Page', '/homepage-2', NULL, 0, 'Home 2', NULL, '_self', 0, '2021-08-24 08:00:33', '2022-04-11 07:45:07'),
(4, 1, 1, 3, 'Botble\\Page\\Models\\Page', '/homepage-3', NULL, 0, 'Home 3', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-09-09 12:50:44'),
(5, 1, 1, 4, 'Botble\\Page\\Models\\Page', '/homepage-4', NULL, 0, 'Home 4', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-10-25 08:30:01'),
(6, 1, 0, NULL, NULL, '/products', NULL, 0, 'Shop', NULL, '_self', 1, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(7, 1, 6, NULL, NULL, '/products', NULL, 0, 'Shop Grid - Full Width', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(8, 1, 6, NULL, NULL, '/products?layout=product-right-sidebar', NULL, 0, 'Shop Grid - Right Sidebar', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(9, 1, 6, NULL, NULL, '/products?layout=product-left-sidebar', NULL, 0, 'Shop Grid - Left Sidebar', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(10, 1, 6, 1, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/giyim-ayakkabi', NULL, 0, 'Products Of Category', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-10-25 08:37:29'),
(11, 1, 0, NULL, NULL, '#', NULL, 0, 'Product', NULL, '_self', 1, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(12, 1, 11, NULL, NULL, '/products/smart-home-speaker', NULL, 0, 'Product Right Sidebar', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(13, 1, 11, NULL, NULL, '/products/headphone-ultra-bass', NULL, 0, 'Product Left Sidebar', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(14, 1, 11, NULL, NULL, '/products/boxed-bluetooth-headphone', NULL, 0, 'Product Full Width', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(15, 1, 0, 5, 'Botble\\Page\\Models\\Page', '/blog', NULL, 0, 'Blog', NULL, '_self', 1, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(16, 1, 15, 5, 'Botble\\Page\\Models\\Page', '/blog', NULL, 0, 'Blog Right Sidebar', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(17, 1, 15, 13, 'Botble\\Page\\Models\\Page', '/blog-left-sidebar', NULL, 0, 'Blog Left Sidebar', NULL, '_self', 0, '2021-08-24 08:00:33', '2022-04-11 07:45:07'),
(18, 1, 15, NULL, NULL, '/blog/4-expert-tips-on-how-to-choose-the-right-mens-wallet', NULL, 0, 'Single Post Right Sidebar', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(19, 1, 15, NULL, NULL, '/blog/sexy-clutches-how-to-buy-wear-a-designer-clutch-bag', NULL, 0, 'Single Post Left Sidebar', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(20, 1, 15, NULL, NULL, '/blog/the-top-2020-handbag-trends-to-know', NULL, 0, 'Single Post Full Width', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(21, 1, 15, NULL, NULL, '/blog/how-to-match-the-color-of-your-handbag-with-an-outfit', NULL, 0, 'Single Post with Product Listing', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(22, 1, 0, 6, 'Botble\\Page\\Models\\Page', '/contact', NULL, 0, 'Contact', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(23, 2, 0, 1, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/giyim-ayakkabi', NULL, 0, 'Men', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-10-25 08:37:29'),
(24, 2, 0, 2, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/elektronik', NULL, 0, 'Women', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-10-25 08:35:28'),
(25, 2, 0, 3, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/telefon-aksesuarlari', NULL, 0, 'Accessories', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-10-25 08:47:06'),
(26, 2, 0, 4, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/bilgisayar', NULL, 0, 'Shoes', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-10-25 08:47:46'),
(27, 2, 0, 5, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/televizyon-ses-sistemleri', NULL, 0, 'Denim', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-10-25 08:48:23'),
(28, 2, 0, 6, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/elektrikli-ev-aletleri', NULL, 0, 'Dress', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-10-25 08:49:21'),
(29, 3, 0, 6, 'Botble\\Page\\Models\\Page', '/contact', NULL, 0, 'Contact Us', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(30, 3, 0, 8, 'Botble\\Page\\Models\\Page', '/cookie-policy', NULL, 0, 'About Us', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(31, 3, 0, 9, 'Botble\\Page\\Models\\Page', '/terms-conditions', NULL, 0, 'Terms & Conditions', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(32, 3, 0, 10, 'Botble\\Page\\Models\\Page', '/returns-exchanges', NULL, 0, 'Returns & Exchanges', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(33, 3, 0, 11, 'Botble\\Page\\Models\\Page', '/shipping-delivery', NULL, 0, 'Shipping & Delivery', NULL, '_self', 0, '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(34, 3, 0, 12, 'Botble\\Page\\Models\\Page', '/privacy-policy', NULL, 0, 'Privacy Policy', NULL, '_self', 0, '2021-08-24 08:00:33', '2022-04-11 07:45:07'),
(68, 7, 0, 1, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/giyim-ayakkabi', '', 0, 'Giyim & Ayakkabı', '', '_self', 0, '2021-10-25 12:09:23', '2021-10-25 12:10:08'),
(74, 7, 0, 2, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/elektronik', NULL, 1, 'Elektronik', NULL, '_self', 0, '2021-10-25 12:10:08', '2021-10-25 12:10:08'),
(75, 7, 0, 11, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/ev-yasam', NULL, 2, 'Ev & Yaşam', NULL, '_self', 0, '2021-10-25 12:10:08', '2021-10-25 12:10:08'),
(76, 7, 0, 20, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/kitap-muzik-film-oyun', NULL, 3, 'Kitap, Müzik, Film, Oyun', NULL, '_self', 0, '2021-10-25 12:10:08', '2021-10-25 12:10:08'),
(77, 7, 0, 17, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/kozmetik-kisisel-bakim', NULL, 4, 'Kozmetik & Kişisel Bakım', NULL, '_self', 0, '2021-10-25 12:10:08', '2021-10-25 12:10:08'),
(78, 9, 0, 32, 'Botble\\Page\\Models\\Page', '/bize-ulasin', '', 0, 'Bize Ulaşın', '', '_self', 0, '2021-10-25 14:26:50', '2021-10-25 14:27:11'),
(79, 9, 0, 34, 'Botble\\Page\\Models\\Page', '/cerez-politikasi', '', 1, 'Çerez Politikası', '', '_self', 0, '2021-10-25 14:26:50', '2021-10-25 14:27:11'),
(80, 9, 0, 30, 'Botble\\Page\\Models\\Page', '/gizlilik-politikasi', '', 2, 'Gizlilik Politikası', '', '_self', 0, '2021-10-25 14:26:50', '2021-10-25 14:27:11'),
(81, 9, 0, 29, 'Botble\\Page\\Models\\Page', '/guvenli-e-ticaret', '', 3, 'Güvenli E-Ticaret', '', '_self', 0, '2021-10-25 14:26:50', '2021-10-25 14:27:11'),
(82, 9, 0, 28, 'Botble\\Page\\Models\\Page', '/hakkimizda', '', 4, 'Hakkımızda', '', '_self', 0, '2021-10-25 14:26:50', '2021-10-25 14:27:11'),
(83, 9, 0, 33, 'Botble\\Page\\Models\\Page', '/urun-iade-proseduru', '', 5, 'Ürün İade Prosedürü', '', '_self', 0, '2021-10-25 14:26:50', '2021-10-25 14:27:11'),
(84, 9, 0, 31, 'Botble\\Page\\Models\\Page', '/uyelik-sozlesmesi', '', 6, 'Üyelik Sözleşmesi', '', '_self', 0, '2021-10-25 14:26:50', '2021-10-25 14:27:11'),
(85, 10, 0, 32, 'Botble\\Page\\Models\\Page', '/bize-ulasin', '', 1, 'Bize Ulaşın', '', '_self', 0, '2021-10-25 14:29:47', '2021-10-28 13:25:42'),
(86, 10, 0, 34, 'Botble\\Page\\Models\\Page', '/cerez-politikasi', '', 2, 'Çerez Politikası', '', '_self', 0, '2021-10-25 14:29:47', '2021-10-28 13:25:43'),
(87, 10, 0, 33, 'Botble\\Page\\Models\\Page', '/urun-iade-proseduru', '', 6, 'Ürün İade Prosedürü', '', '_self', 0, '2021-10-25 14:29:47', '2021-10-28 13:25:43'),
(88, 8, 0, 12, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/anne-bebek', '', 0, 'Anne, Bebek', '', '_self', 0, '2021-10-26 14:23:17', '2022-04-11 09:28:05'),
(89, 8, 0, 25, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/bilet-tatil-eglence', '', 1, 'Bilet, Tatil & Eğlence', '', '_self', 0, '2021-10-26 14:23:17', '2022-04-11 09:28:05'),
(90, 8, 0, 2, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/elektronik', '', 2, 'Elektronik', '', '_self', 0, '2021-10-26 14:23:17', '2022-04-11 09:28:05'),
(91, 8, 0, 11, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/ev-yasam', '', 3, 'Ev & Yaşam', '', '_self', 0, '2021-10-26 14:23:17', '2022-04-11 09:28:05'),
(93, 8, 0, 20, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/kitap-muzik-film-oyun', '', 4, 'Kitap, Müzik, Film, Oyun', '', '_self', 0, '2021-10-26 14:23:17', '2022-04-11 09:28:05'),
(94, 8, 0, 17, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/kozmetik-kisisel-bakim', '', 5, 'Kozmetik & Kişisel Bakım', '', '_self', 0, '2021-10-26 14:23:17', '2022-04-11 09:28:05'),
(95, 8, 0, 18, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/mucevher-saat', '', 6, 'Mücevher & Saat', '', '_self', 0, '2021-10-26 14:23:17', '2022-04-11 09:28:05'),
(97, 8, 0, 19, 'Botble\\Ecommerce\\Models\\ProductCategory', '/urun-kategorileri/spor-outdoor', '', 7, 'Spor & Outdoor', '', '_self', 0, '2021-10-26 14:23:17', '2022-04-11 09:28:05'),
(98, 10, 0, 28, 'Botble\\Page\\Models\\Page', '/hakkimizda', '', 0, 'Hakkımızda', '', '_self', 0, '2021-10-28 13:25:42', '2022-04-11 09:14:31'),
(99, 10, 0, 30, 'Botble\\Page\\Models\\Page', '/gizlilik-politikasi', '', 3, 'Gizlilik Politikası', '', '_self', 0, '2021-10-28 13:25:43', '2022-04-11 09:14:31'),
(100, 10, 0, 29, 'Botble\\Page\\Models\\Page', '/guvenli-e-ticaret', '', 4, 'Güvenli E-Ticaret', '', '_self', 0, '2021-10-28 13:25:43', '2022-04-11 09:14:31'),
(101, 10, 0, 31, 'Botble\\Page\\Models\\Page', '/uyelik-sozlesmesi', '', 5, 'Üyelik Sözleşmesi', '', '_self', 0, '2021-10-28 13:25:43', '2022-04-11 09:14:31'),
(102, 10, 0, 36, 'Botble\\Page\\Models\\Page', '/sikca-sorulan-sorular', NULL, 7, 'Sıkça Sorulan Sorular', NULL, '_self', 0, '2022-04-11 09:14:31', '2022-04-11 09:14:31');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `meta_boxes`
--

CREATE TABLE `meta_boxes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) NOT NULL,
  `meta_value` text DEFAULT NULL,
  `reference_id` int(10) UNSIGNED NOT NULL,
  `reference_type` varchar(120) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `meta_boxes`
--

INSERT INTO `meta_boxes` (`id`, `meta_key`, `meta_value`, `reference_id`, `reference_type`, `created_at`, `updated_at`) VALUES
(1, 'icon', '[\"wowy-font-tshirt\"]', 1, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-08-24 07:56:33', '2021-10-25 08:55:50'),
(2, 'icon', '[\"wowy-font-cpu\"]', 2, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-08-24 07:56:33', '2021-08-24 07:56:33'),
(3, 'icon', '[\"wowy-font-home\"]', 11, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-08-24 07:56:33', '2021-10-25 08:57:18'),
(4, 'icon', '[\"wowy-font-teddy-bear\"]', 12, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-08-24 07:56:33', '2021-10-25 08:58:07'),
(5, 'icon', '[\"wowy-font-diamond\"]', 17, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-08-24 07:56:33', '2021-10-25 08:59:41'),
(6, 'icon', '[\"wowy-font-dress\"]', 18, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-08-24 07:56:33', '2021-08-24 07:56:33'),
(7, 'icon', '[\"wowy-font-diamond\"]', 19, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-08-24 07:56:33', '2021-08-24 07:56:33'),
(8, 'icon', '[\"fa fa-book\"]', 20, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-08-24 07:56:33', '2021-10-25 12:21:40'),
(9, 'icon', '[\"wowy-font-high-heels\"]', 25, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-08-24 07:56:33', '2021-10-25 12:24:04'),
(10, 'icon', '[\"fa fa-car\"]', 26, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-08-24 07:56:33', '2021-10-25 12:25:15'),
(21, 'subtitle', '[\"S\\u0131n\\u0131rl\\u0131 say\\u0131da.\"]', 1, 'Botble\\Ecommerce\\Models\\FlashSale', '2021-08-24 07:59:34', '2022-04-08 08:12:14'),
(22, 'image', '[\"flash-sales\\/1-1.png\"]', 1, 'Botble\\Ecommerce\\Models\\FlashSale', '2021-08-24 07:59:34', '2022-04-08 21:06:56'),
(23, 'subtitle', '[\"Bilgisayarlar ve Diz\\u00fcst\\u00fc Bilgisayar\"]', 2, 'Botble\\Ecommerce\\Models\\FlashSale', '2021-08-24 07:59:34', '2022-04-08 08:13:03'),
(24, 'image', '[\"flash-sales\\/2.jpg\"]', 2, 'Botble\\Ecommerce\\Models\\FlashSale', '2021-08-24 07:59:34', '2021-08-24 07:59:34'),
(25, 'vi_subtitle', '[\"Gi\\u1edbi h\\u1ea1n s\\u1ed1 l\\u01b0\\u1ee3ng\"]', 1, 'Botble\\Ecommerce\\Models\\FlashSale', '2021-08-24 07:59:34', '2021-08-24 07:59:34'),
(26, 'vi_subtitle', '[\"M\\u00e1y t\\u00ednh b\\u00e0n & Laptop\"]', 2, 'Botble\\Ecommerce\\Models\\FlashSale', '2021-08-24 07:59:34', '2021-08-24 07:59:34'),
(27, 'button_text', '[\"Shop now\"]', 1, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(28, 'subtitle', '[\"Trade-In Offer\"]', 1, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(29, 'highlight_text', '[\"On All Products\"]', 1, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(30, 'button_text', '[\"Discover now\"]', 2, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(31, 'subtitle', '[\"Tech Promotions\"]', 2, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(32, 'highlight_text', '[\"Great Collection\"]', 2, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(33, 'button_text', '[\"Shop now\"]', 3, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(34, 'subtitle', '[\"Upcoming Offer\"]', 3, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(35, 'highlight_text', '[\"Manufacturer\"]', 3, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(36, 'simple_slider_style', '[\"style-2\"]', 2, 'Botble\\SimpleSlider\\Models\\SimpleSlider', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(37, 'button_text', '[\"Shop now\"]', 4, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(38, 'subtitle', '[\"Trade-In Offer\"]', 4, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(39, 'highlight_text', '[\"On All Products\"]', 4, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(40, 'button_text', '[\"Discover now\"]', 5, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(41, 'subtitle', '[\"Tech Promotions\"]', 5, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(42, 'highlight_text', '[\"Great Collection\"]', 5, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(43, 'button_text', '[\"Shop now\"]', 6, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(44, 'subtitle', '[\"Upcoming Offer\"]', 6, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(45, 'highlight_text', '[\"Manufacturer\"]', 6, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(46, 'simple_slider_style', '[\"style-3\"]', 3, 'Botble\\SimpleSlider\\Models\\SimpleSlider', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(47, 'button_text', '[\"Shop now\"]', 7, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(48, 'subtitle', '[\"Trade-In Offer\"]', 7, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(49, 'highlight_text', '[\"On All Products\"]', 7, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(50, 'button_text', '[\"Discover now\"]', 8, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(51, 'subtitle', '[\"Tech Promotions\"]', 8, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(52, 'highlight_text', '[\"Great Collection\"]', 8, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(53, 'simple_slider_style', '[\"style-4\"]', 4, 'Botble\\SimpleSlider\\Models\\SimpleSlider', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(54, 'button_text', '[\"Shop now\"]', 9, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(55, 'subtitle', '[\"Trade-In Offer\"]', 9, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(56, 'highlight_text', '[\"On All Products\"]', 9, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(57, 'button_text', '[\"Discover now\"]', 10, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(58, 'subtitle', '[\"Tech Promotions\"]', 10, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(59, 'highlight_text', '[\"Great Collection\"]', 10, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(60, 'button_text', '[\"Shop now\"]', 11, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(61, 'subtitle', '[\"Upcoming Offer\"]', 11, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(62, 'highlight_text', '[\"Manufacturer\"]', 11, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(63, 'button_text', '[\"Mua ngay\"]', 12, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(64, 'subtitle', '[\"Khuy\\u1ebfn m\\u00e3i\"]', 12, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(65, 'highlight_text', '[\"T\\u1ea5t c\\u1ea3 s\\u1ea3n ph\\u1ea9m\"]', 12, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(66, 'button_text', '[\"Kh\\u00e1m ph\\u00e1 ngay\"]', 13, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(67, 'subtitle', '[\"Khuy\\u1ebfn m\\u00e3i s\\u1ea3n ph\\u1ea9m c\\u00f4ng ngh\\u1ec7\"]', 13, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(68, 'highlight_text', '[\"B\\u1ed9 s\\u01b0u t\\u1eadp t\\u1ed1t nh\\u1ea5t\"]', 13, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(69, 'button_text', '[\"Mua ngay\"]', 14, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(70, 'subtitle', '[\"Khuy\\u1ebfn m\\u00e3i s\\u1eafp t\\u1edbi\"]', 14, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(71, 'highlight_text', '[\"Nh\\u00e0 cung c\\u1ea5p\"]', 14, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(73, 'button_text', '[\"Mua ngay\"]', 15, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(74, 'subtitle', '[\"Khuy\\u1ebfn m\\u00e3i\"]', 15, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(75, 'highlight_text', '[\"T\\u1ea5t c\\u1ea3 s\\u1ea3n ph\\u1ea9m\"]', 15, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(76, 'button_text', '[\"Kh\\u00e1m ph\\u00e1 ngay\"]', 16, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(77, 'subtitle', '[\"Khuy\\u1ebfn m\\u00e3i s\\u1ea3n ph\\u1ea9m c\\u00f4ng ngh\\u1ec7\"]', 16, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(78, 'highlight_text', '[\"B\\u1ed9 s\\u01b0u t\\u1eadp t\\u1ed1t nh\\u1ea5t\"]', 16, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(79, 'button_text', '[\"Mua ngay\"]', 17, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(80, 'subtitle', '[\"Khuy\\u1ebfn m\\u00e3i s\\u1eafp t\\u1edbi\"]', 17, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(81, 'highlight_text', '[\"Nh\\u00e0 cung c\\u1ea5p\"]', 17, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(83, 'button_text', '[\"Mua ngay\"]', 18, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(84, 'subtitle', '[\"Khuy\\u1ebfn m\\u00e3i\"]', 18, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(85, 'highlight_text', '[\"T\\u1ea5t c\\u1ea3 s\\u1ea3n ph\\u1ea9m\"]', 18, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(86, 'button_text', '[\"Kh\\u00e1m ph\\u00e1 ngay\"]', 19, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(87, 'subtitle', '[\"Khuy\\u1ebfn m\\u00e3i s\\u1ea3n ph\\u1ea9m c\\u00f4ng ngh\\u1ec7\"]', 19, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(88, 'highlight_text', '[\"B\\u1ed9 s\\u01b0u t\\u1eadp t\\u1ed1t nh\\u1ea5t\"]', 19, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(90, 'button_text', '[\"Mua ngay\"]', 20, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(91, 'subtitle', '[\"Khuy\\u1ebfn m\\u00e3i\"]', 20, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(92, 'highlight_text', '[\"T\\u1ea5t c\\u1ea3 s\\u1ea3n ph\\u1ea9m\"]', 20, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(93, 'button_text', '[\"Kh\\u00e1m ph\\u00e1 ngay\"]', 21, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(94, 'subtitle', '[\"Khuy\\u1ebfn m\\u00e3i s\\u1ea3n ph\\u1ea9m c\\u00f4ng ngh\\u1ec7\"]', 21, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(95, 'highlight_text', '[\"B\\u1ed9 s\\u01b0u t\\u1eadp t\\u1ed1t nh\\u1ea5t\"]', 21, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(96, 'button_text', '[\"Mua ngay\"]', 22, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(97, 'subtitle', '[\"Khuy\\u1ebfn m\\u00e3i s\\u1eafp t\\u1edbi\"]', 22, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(98, 'highlight_text', '[\"Nh\\u00e0 cung c\\u1ea5p\"]', 22, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(107, 'header_style', '[\"header-style-2\"]', 2, 'Botble\\Page\\Models\\Page', '2021-08-24 08:00:27', '2021-08-24 08:00:27'),
(108, 'expanding_product_categories_on_the_homepage', '[\"yes\"]', 2, 'Botble\\Page\\Models\\Page', '2021-08-24 08:00:27', '2021-08-24 08:00:27'),
(109, 'header_style', '[\"header-style-1\"]', 3, 'Botble\\Page\\Models\\Page', '2021-08-24 08:00:27', '2021-09-01 13:55:46'),
(110, 'header_style', '[\"header-style-1\"]', 4, 'Botble\\Page\\Models\\Page', '2021-08-24 08:00:27', '2021-09-01 13:57:01'),
(115, 'button_text', '[\"\\u0130ncele\"]', 1, 'Botble\\Ads\\Models\\Ads', '2021-08-24 08:00:33', '2021-10-26 20:14:53'),
(116, 'subtitle', '[\"\\u00dcr\\u00fcnlerini Ke\\u015ffedin\"]', 1, 'Botble\\Ads\\Models\\Ads', '2021-08-24 08:00:33', '2021-10-28 10:23:59'),
(117, 'button_text', '[\"\\u0130ncele\"]', 2, 'Botble\\Ads\\Models\\Ads', '2021-08-24 08:00:33', '2021-10-26 20:14:42'),
(118, 'subtitle', '[\"\\u00dcr\\u00fcnlerini Ke\\u015ffedin\"]', 2, 'Botble\\Ads\\Models\\Ads', '2021-08-24 08:00:33', '2021-10-28 10:24:48'),
(119, 'button_text', '[\"\\u0130ncele\"]', 3, 'Botble\\Ads\\Models\\Ads', '2021-08-24 08:00:33', '2021-10-26 20:15:05'),
(120, 'subtitle', '[\"\\u00dcr\\u00fcnlerini Ke\\u015ffedin\"]', 3, 'Botble\\Ads\\Models\\Ads', '2021-08-24 08:00:33', '2021-10-28 10:25:33'),
(127, 'expanding_product_categories_on_the_homepage', '[\"no\"]', 3, 'Botble\\Page\\Models\\Page', '2021-09-01 13:52:28', '2021-09-01 13:55:03'),
(128, 'expanding_product_categories_on_the_homepage', '[\"no\"]', 4, 'Botble\\Page\\Models\\Page', '2021-09-01 13:57:01', '2021-09-01 13:57:01'),
(130, 'simple_slider_style', '[\"style-5\"]', 9, 'Botble\\SimpleSlider\\Models\\SimpleSlider', '2021-10-25 08:17:56', '2021-10-25 13:33:34'),
(131, 'simple_slider_style', '[\"style-2\"]', 10, 'Botble\\SimpleSlider\\Models\\SimpleSlider', '2021-10-25 08:18:33', '2021-10-25 08:18:33'),
(132, 'simple_slider_style', '[\"style-3\"]', 11, 'Botble\\SimpleSlider\\Models\\SimpleSlider', '2021-10-25 08:19:12', '2021-10-25 08:19:12'),
(133, 'simple_slider_style', '[\"style-4\"]', 12, 'Botble\\SimpleSlider\\Models\\SimpleSlider', '2021-10-25 08:19:32', '2021-10-25 08:19:32'),
(137, 'icon', '[null]', 31, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:44:22', '2021-10-25 08:44:22'),
(138, 'icon', '[null]', 32, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:44:49', '2021-10-25 08:44:49'),
(139, 'icon', '[null]', 33, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:45:25', '2021-10-25 08:45:25'),
(140, 'icon', '[null]', 34, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:46:12', '2021-10-25 08:46:12'),
(141, 'icon', '[null]', 35, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:46:34', '2021-10-25 08:46:34'),
(142, 'icon', '[null]', 3, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:47:06', '2021-10-25 08:47:06'),
(143, 'icon', '[null]', 4, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:47:46', '2021-10-25 08:47:46'),
(144, 'icon', '[null]', 5, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:48:23', '2021-10-25 08:48:23'),
(145, 'icon', '[null]', 6, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:49:21', '2021-10-25 08:49:21'),
(146, 'icon', '[null]', 7, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:49:49', '2021-10-25 08:49:49'),
(147, 'icon', '[null]', 8, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:50:16', '2021-10-25 08:50:16'),
(148, 'icon', '[null]', 36, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:51:31', '2021-10-25 08:51:31'),
(149, 'icon', '[null]', 37, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:51:48', '2021-10-25 08:51:48'),
(150, 'icon', '[null]', 38, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:52:13', '2021-10-25 08:52:13'),
(151, 'icon', '[null]', 39, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:52:29', '2021-10-25 08:52:29'),
(152, 'icon', '[null]', 40, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:53:46', '2021-10-25 08:53:46'),
(153, 'icon', '[null]', 41, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:54:11', '2021-10-25 08:54:11'),
(154, 'icon', '[null]', 42, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:54:29', '2021-10-25 08:54:29'),
(155, 'icon', '[null]', 43, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:54:49', '2021-10-25 08:54:49'),
(156, 'icon', '[null]', 44, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 08:55:08', '2021-10-25 08:55:08'),
(157, 'icon', '[null]', 45, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:21:45', '2021-10-25 10:21:45'),
(158, 'icon', '[null]', 46, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:22:07', '2021-10-25 10:22:07'),
(159, 'icon', '[null]', 13, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:23:07', '2021-10-25 10:23:07'),
(160, 'icon', '[null]', 14, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:23:24', '2021-10-25 10:23:24'),
(161, 'icon', '[null]', 15, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:23:40', '2021-10-25 10:23:40'),
(162, 'icon', '[null]', 47, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:24:19', '2021-10-25 10:24:19'),
(163, 'icon', '[null]', 48, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:24:32', '2021-10-25 10:24:32'),
(164, 'icon', '[null]', 49, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:24:48', '2021-10-25 10:24:48'),
(165, 'icon', '[null]', 50, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:25:04', '2021-10-25 10:25:04'),
(166, 'icon', '[null]', 51, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:25:17', '2021-10-25 10:25:17'),
(167, 'icon', '[null]', 52, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:25:28', '2021-10-25 10:25:28'),
(168, 'icon', '[null]', 53, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:25:43', '2021-10-25 10:25:43'),
(169, 'icon', '[null]', 54, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:25:59', '2021-10-25 10:25:59'),
(170, 'icon', '[null]', 55, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:26:14', '2021-10-25 10:26:14'),
(171, 'icon', '[null]', 56, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:26:29', '2021-10-25 10:26:29'),
(172, 'icon', '[null]', 57, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:26:42', '2021-10-25 10:26:42'),
(173, 'icon', '[null]', 58, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:27:03', '2021-10-25 10:27:03'),
(174, 'icon', '[null]', 21, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:28:14', '2021-10-25 10:28:14'),
(175, 'icon', '[null]', 22, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:28:32', '2021-10-25 10:28:32'),
(176, 'icon', '[null]', 23, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:28:55', '2021-10-25 10:28:55'),
(177, 'icon', '[null]', 59, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:29:53', '2021-10-25 10:29:53'),
(178, 'icon', '[null]', 60, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:30:15', '2021-10-25 10:30:15'),
(179, 'icon', '[null]', 61, 'Botble\\Ecommerce\\Models\\ProductCategory', '2021-10-25 10:30:39', '2021-10-25 10:30:39'),
(187, 'button_text', '[null]', 24, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-10-25 12:45:14', '2021-10-25 12:45:14'),
(188, 'subtitle', '[null]', 24, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-10-25 12:45:14', '2021-10-25 12:45:14'),
(189, 'highlight_text', '[null]', 24, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-10-25 12:45:14', '2021-10-25 12:45:14'),
(190, 'button_text', '[null]', 25, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-10-25 12:47:30', '2021-10-25 12:47:30'),
(191, 'subtitle', '[null]', 25, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-10-25 12:47:30', '2021-10-25 12:47:30'),
(192, 'highlight_text', '[null]', 25, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-10-25 12:47:30', '2021-10-25 12:47:30'),
(193, 'button_text', '[null]', 26, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-10-25 13:52:55', '2021-10-25 13:52:55'),
(194, 'subtitle', '[null]', 26, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-10-25 13:52:55', '2021-10-25 13:52:55'),
(195, 'highlight_text', '[null]', 26, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-10-25 13:52:55', '2021-10-25 13:52:55'),
(196, 'header_style', '[\"header-style-1\"]', 28, 'Botble\\Page\\Models\\Page', '2021-10-25 14:21:02', '2021-10-25 14:21:02'),
(197, 'header_style', '[\"header-style-1\"]', 29, 'Botble\\Page\\Models\\Page', '2021-10-25 14:21:32', '2021-10-25 14:21:32'),
(198, 'header_style', '[\"header-style-1\"]', 30, 'Botble\\Page\\Models\\Page', '2021-10-25 14:22:02', '2021-10-25 14:22:02'),
(199, 'header_style', '[\"header-style-1\"]', 31, 'Botble\\Page\\Models\\Page', '2021-10-25 14:22:29', '2021-10-25 14:22:29'),
(200, 'header_style', '[\"header-style-1\"]', 32, 'Botble\\Page\\Models\\Page', '2021-10-25 14:23:19', '2021-10-25 14:23:19'),
(201, 'header_style', '[\"header-style-1\"]', 33, 'Botble\\Page\\Models\\Page', '2021-10-25 14:23:48', '2021-10-25 14:23:48'),
(202, 'header_style', '[\"header-style-1\"]', 34, 'Botble\\Page\\Models\\Page', '2021-10-25 14:24:08', '2021-10-25 14:24:08'),
(206, 'layout', '[null]', 86, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 08:23:51', '2021-10-26 08:23:51'),
(207, 'layout', '[null]', 87, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 08:36:43', '2021-10-26 08:36:43'),
(208, 'layout', '[null]', 88, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 10:20:33', '2021-10-26 10:20:33'),
(209, 'layout', '[null]', 89, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 10:28:24', '2021-10-26 10:28:24'),
(210, 'layout', '[null]', 96, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 10:35:49', '2021-10-26 10:35:49'),
(211, 'layout', '[null]', 101, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 10:44:06', '2021-10-26 10:44:06'),
(212, 'layout', '[null]', 107, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 11:11:22', '2021-10-26 11:11:22'),
(213, 'layout', '[null]', 112, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 11:20:38', '2021-10-26 11:20:38'),
(214, 'layout', '[null]', 114, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 11:27:33', '2021-10-26 11:27:33'),
(215, 'layout', '[null]', 118, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 11:35:24', '2021-10-26 11:35:24'),
(216, 'layout', '[null]', 119, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 11:41:10', '2021-10-26 11:41:10'),
(217, 'layout', '[null]', 120, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 11:53:32', '2021-10-26 11:53:32'),
(218, 'layout', '[null]', 121, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 12:08:53', '2021-10-26 12:08:53'),
(219, 'layout', '[\"product-right-sidebar\"]', 122, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 12:12:30', '2021-10-26 12:12:30'),
(220, 'layout', '[null]', 123, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 12:16:24', '2021-10-26 12:16:24'),
(221, 'layout', '[null]', 124, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 12:22:53', '2021-10-26 12:22:53'),
(222, 'layout', '[null]', 125, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 12:26:41', '2021-10-26 12:26:41'),
(223, 'layout', '[null]', 126, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 12:33:53', '2021-10-26 12:33:53'),
(224, 'layout', '[null]', 127, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 12:38:53', '2021-10-26 12:38:53'),
(225, 'layout', '[null]', 128, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 12:47:55', '2021-10-26 12:47:55'),
(226, 'layout', '[null]', 129, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 12:53:19', '2021-10-26 12:53:19'),
(227, 'layout', '[null]', 130, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 12:57:54', '2021-10-26 12:57:54'),
(228, 'layout', '[null]', 131, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 13:01:29', '2021-10-26 13:01:29'),
(229, 'layout', '[null]', 132, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 13:11:52', '2021-10-26 13:11:52'),
(230, 'layout', '[null]', 133, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 13:19:54', '2021-10-26 13:19:54'),
(231, 'layout', '[null]', 134, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 13:37:13', '2021-10-26 13:37:13'),
(232, 'button_text', '[null]', 27, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-10-26 13:39:11', '2021-10-26 13:39:11'),
(233, 'subtitle', '[null]', 27, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-10-26 13:39:11', '2021-10-26 13:39:11'),
(234, 'highlight_text', '[null]', 27, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2021-10-26 13:39:11', '2021-10-26 13:39:11'),
(235, 'layout', '[null]', 135, 'Botble\\Ecommerce\\Models\\Product', '2021-10-26 13:44:56', '2021-10-26 13:44:56'),
(236, 'button_text', '[\"Sat\\u0131n Al\"]', 7, 'Botble\\Ads\\Models\\Ads', '2021-10-26 20:06:56', '2021-10-28 10:41:08'),
(237, 'subtitle', '[\"Mega g\\u00fc\\u00e7. Mini by.\"]', 7, 'Botble\\Ads\\Models\\Ads', '2021-10-26 20:06:56', '2021-10-28 10:41:08'),
(238, 'layout', '[null]', 136, 'Botble\\Ecommerce\\Models\\Product', '2021-10-27 07:07:24', '2021-10-27 07:07:24'),
(239, 'layout', '[null]', 139, 'Botble\\Ecommerce\\Models\\Product', '2021-10-27 07:16:39', '2021-10-27 07:16:39'),
(240, 'layout', '[null]', 140, 'Botble\\Ecommerce\\Models\\Product', '2021-10-27 07:22:00', '2021-10-27 07:22:00'),
(241, 'layout', '[null]', 141, 'Botble\\Ecommerce\\Models\\Product', '2021-10-27 07:27:03', '2021-10-27 07:27:03'),
(242, 'layout', '[null]', 142, 'Botble\\Ecommerce\\Models\\Product', '2021-10-27 07:33:16', '2021-10-27 07:33:16'),
(243, 'layout', '[null]', 145, 'Botble\\Ecommerce\\Models\\Product', '2021-10-27 08:00:40', '2021-10-27 08:00:40'),
(244, 'header_style', '[\"header-style-1\"]', 35, 'Botble\\Page\\Models\\Page', '2021-10-27 19:01:39', '2021-10-27 19:01:39'),
(245, 'expanding_product_categories_on_the_homepage', '[\"no\"]', 35, 'Botble\\Page\\Models\\Page', '2021-10-27 19:03:01', '2021-10-27 19:03:01'),
(246, 'layout', '[null]', 146, 'Botble\\Ecommerce\\Models\\Product', '2021-10-28 10:51:33', '2021-10-28 10:51:33'),
(247, 'layout', '[null]', 155, 'Botble\\Ecommerce\\Models\\Product', '2021-10-28 11:05:14', '2021-10-28 11:05:14'),
(248, 'layout', '[null]', 156, 'Botble\\Ecommerce\\Models\\Product', '2021-10-28 12:23:09', '2021-10-28 12:23:09'),
(249, 'time_to_read', '[\"10\"]', 23, 'Botble\\Blog\\Models\\Post', '2022-03-04 09:39:10', '2022-03-04 09:39:10'),
(250, 'layout', '[\"blog-right-sidebar\"]', 23, 'Botble\\Blog\\Models\\Post', '2022-03-04 09:39:10', '2022-03-04 09:39:10'),
(251, 'header_style', '[\"header-style-1\"]', 36, 'Botble\\Page\\Models\\Page', '2022-03-10 19:47:14', '2022-03-10 19:47:14'),
(252, 'icon_image', '[null]', 1, 'Botble\\Ecommerce\\Models\\ProductCategory', '2022-03-13 22:59:46', '2022-03-13 22:59:46'),
(253, 'icon_image', '[null]', 33, 'Botble\\Ecommerce\\Models\\ProductCategory', '2022-03-14 00:35:59', '2022-03-14 00:35:59'),
(254, 'icon_image', '[null]', 56, 'Botble\\Ecommerce\\Models\\ProductCategory', '2022-03-15 09:39:21', '2022-03-15 09:39:21'),
(257, 'time_to_read', '[null]', 25, 'Botble\\Blog\\Models\\Post', '2022-04-11 07:46:41', '2022-04-11 07:46:41'),
(258, 'layout', '[\"blog-right-sidebar\"]', 25, 'Botble\\Blog\\Models\\Post', '2022-04-11 07:46:41', '2022-04-11 07:46:41'),
(259, 'layout', '[null]', 158, 'Botble\\Ecommerce\\Models\\Product', '2022-04-11 08:12:17', '2022-04-11 08:12:17'),
(260, 'layout', '[null]', 159, 'Botble\\Ecommerce\\Models\\Product', '2022-04-11 08:20:18', '2022-04-11 08:20:18');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(191) NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2013_04_09_032329_create_base_tables', 1),
(2, '2013_04_09_062329_create_revisions_table', 1),
(3, '2014_10_12_000000_create_users_table', 1),
(4, '2014_10_12_100000_create_password_resets_table', 1),
(5, '2015_06_18_033822_create_blog_table', 1),
(6, '2015_06_29_025744_create_audit_history', 1),
(7, '2016_06_10_230148_create_acl_tables', 1),
(8, '2016_06_14_230857_create_menus_table', 1),
(9, '2016_06_17_091537_create_contacts_table', 1),
(10, '2016_06_28_221418_create_pages_table', 1),
(11, '2016_10_03_032336_create_languages_table', 1),
(12, '2016_10_05_074239_create_setting_table', 1),
(13, '2016_10_07_193005_create_translations_table', 1),
(14, '2016_11_28_032840_create_dashboard_widget_tables', 1),
(15, '2016_12_16_084601_create_widgets_table', 1),
(16, '2017_05_09_070343_create_media_tables', 1),
(17, '2017_05_18_080441_create_payment_tables', 1),
(18, '2017_07_11_140018_create_simple_slider_table', 1),
(19, '2017_10_24_154832_create_newsletter_table', 1),
(20, '2017_11_03_070450_create_slug_table', 1),
(21, '2019_01_05_053554_create_jobs_table', 1),
(22, '2019_08_19_000000_create_failed_jobs_table', 1),
(23, '2020_03_05_041139_create_ecommerce_tables', 1),
(24, '2020_09_22_135635_update_taxes_table', 1),
(25, '2020_09_29_101006_add_views_into_ec_products_table', 1),
(26, '2020_10_01_152311_make_column_image_in_product_attributes_table_nullable', 1),
(27, '2020_10_06_073439_improve_ecommerce_database', 1),
(28, '2020_11_01_040415_update_table_ec_order_addresses', 1),
(29, '2020_11_04_091510_make_column_phone_in_order_addresses_nullable', 1),
(30, '2020_11_18_150916_ads_create_ads_table', 1),
(31, '2020_11_30_015801_update_table_ec_product_categories', 1),
(32, '2021_01_01_044147_ecommerce_create_flash_sale_table', 1),
(33, '2021_01_17_082713_add_column_is_featured_to_product_collections_table', 1),
(34, '2021_01_18_024333_add_zip_code_into_table_customer_addresses', 1),
(35, '2021_02_16_092633_remove_default_value_for_author_type', 1),
(36, '2021_02_18_073505_update_table_ec_reviews', 1),
(37, '2021_03_10_024419_add_column_confirmed_at_to_table_ec_customers', 1),
(38, '2021_03_10_025153_change_column_tax_amount', 1),
(39, '2021_03_20_033103_add_column_availability_to_table_ec_products', 1),
(40, '2021_03_27_144913_add_customer_type_into_table_payments', 1),
(41, '2021_04_28_074008_ecommerce_create_product_label_table', 1),
(42, '2021_05_24_034720_make_column_currency_nullable', 1),
(43, '2021_05_31_173037_ecommerce_create_ec_products_translations', 1),
(44, '2021_06_28_153141_correct_slugs_data', 1),
(45, '2021_07_18_101839_fix_old_theme_options', 1),
(46, '2021_08_02_084121_fix_old_shortcode', 1),
(47, '2021_08_09_161302_add_metadata_column_to_payments_table', 1),
(48, '2021_08_17_105016_remove_column_currency_id_in_some_tables', 1),
(49, '2021_10_25_021023_fix-priority-load-for-language-advanced', 2),
(50, '2021_10_19_020859_update_metadata_field', 3),
(51, '2021_08_30_142128_add_images_column_to_ec_reviews_table', 4),
(52, '2021_09_01_115151_remove_unused_fields_in_ec_products', 4),
(53, '2021_10_04_030050_add_column_created_by_to_table_ec_products', 4),
(54, '2021_10_05_122616_add_status_column_to_ec_customers_table', 4),
(55, '2019_11_18_061011_create_country_table', 5),
(56, '2021_12_03_084118_create_location_translations', 5),
(57, '2021_12_03_094518_migrate_old_location_data', 5),
(58, '2021_12_10_034440_switch_plugin_location_to_use_language_advanced', 5),
(59, '2022_01_16_085908_improve_plugin_location', 5),
(60, '2018_07_09_221238_create_faq_table', 6),
(61, '2021_12_03_082134_create_faq_translations', 6),
(62, '2018_07_09_221238_create_marketplace_table', 7),
(63, '2018_07_09_221238_create_trendyol_table', 8),
(64, '2018_07_09_221238_create_n11_table', 9),
(65, '2018_07_09_221238_create_hepsiburada_table', 10),
(66, '2018_07_09_221238_create_parasut_table', 11);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `n11_match`
--

CREATE TABLE `n11_match` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) NOT NULL,
  `key` varchar(191) NOT NULL,
  `value` text DEFAULT NULL,
  `title` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `attr` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `n11_match`
--

INSERT INTO `n11_match` (`id`, `type`, `key`, `value`, `title`, `created_at`, `updated_at`, `attr`) VALUES
(1, 'category', '33', '1001770', 'Ayakkabı & Çanta', '2022-03-14 10:18:13', '2022-04-03 18:34:41', '[{\"id\":354078902,\"name\":\"Marka\",\"mandatory\":true,\"multipleSelect\":false},{\"id\":354372900,\"name\":\"Cinsiyet\",\"mandatory\":true,\"multipleSelect\":false},{\"id\":354418900,\"name\":\"Sezon\",\"mandatory\":true,\"multipleSelect\":false},{\"id\":354079908,\"name\":\"Renk\",\"mandatory\":false,\"multipleSelect\":false},{\"id\":354079910,\"name\":\"Numara\",\"mandatory\":false,\"multipleSelect\":false},{\"id\":354421955,\"name\":\"Desen\",\"mandatory\":false,\"multipleSelect\":false},{\"id\":354421957,\"name\":\"\\u0130\\u00e7erik\",\"mandatory\":false,\"multipleSelect\":true}]'),
(2, 'category', '1', '1001770', 'Ayakkabı & Çanta', '2022-03-14 10:18:30', '2022-03-14 10:18:30', NULL),
(3, 'category', '56', '1003356', '-Spor Giyim', '2022-03-15 09:39:21', '2022-03-15 09:45:03', '[{\"id\":354080123,\"name\":\"Marka\",\"mandatory\":true,\"multipleSelect\":false},{\"id\":354080697,\"name\":\"Beden\",\"mandatory\":true,\"multipleSelect\":false},{\"id\":354080700,\"name\":\"Kullan\\u0131c\\u0131\",\"mandatory\":false,\"multipleSelect\":false},{\"id\":354080704,\"name\":\"Renk\",\"mandatory\":false,\"multipleSelect\":false}]');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `newsletters`
--

CREATE TABLE `newsletters` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(120) NOT NULL,
  `name` varchar(120) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'subscribed',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `newsletters`
--

INSERT INTO `newsletters` (`id`, `email`, `name`, `status`, `created_at`, `updated_at`) VALUES
(2, 'test@test.com', NULL, 'subscribed', '2022-04-08 07:17:25', '2022-04-08 07:17:25');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `pages`
--

CREATE TABLE `pages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `content` longtext DEFAULT NULL,
  `user_id` int(11) NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `template` varchar(60) DEFAULT NULL,
  `is_featured` tinyint(4) NOT NULL DEFAULT 0,
  `description` varchar(400) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `pages`
--

INSERT INTO `pages` (`id`, `name`, `content`, `user_id`, `image`, `template`, `is_featured`, `description`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Anasayfa 5', '<div>[simple-slider key=\"home-slider-1\"][/simple-slider]</div><div>[site-features icon1=\"general/icon-truck.png\" title1=\"Free Shipping\" subtitle1=\"Orders $50 or more\" icon2=\"general/icon-purchase.png\" title2=\"Free Returns\" subtitle2=\"Within 30 days\" icon3=\"general/icon-bag.png\" title3=\"Get 20% Off 1 Item\" subtitle3=\"When you sign up\" icon4=\"general/icon-operator.png\" title4=\"Support Center\" subtitle4=\"24/7 amazing services\"][/site-features]</div><div>[featured-product-categories title=\"Top Categories\"][/featured-product-categories]</div><div>[product-collections title=\"Exclusive Products\"][/product-collections]</div><div>[theme-ads ads_1=\"IZ6WU8KUALYD\" ads_2=\"ILSFJVYFGCPZ\" ads_3=\"ILSDKVYFGXPH\"][/theme-ads]</div><div>[featured-products title=\"Featured products\"][/featured-products]</div><div>[flash-sale show_popup=\"yes\"][/flash-sale]</div><div>[featured-brands title=\"Featured Brands\"][/featured-brands]</div><div>[product-category-products category_id=\"17\"][/product-category-products]</div><div>[featured-news title=\"Visit Our Blog\"][/featured-news]</div>', 1, NULL, 'homepage', 0, NULL, 'published', '2021-08-24 08:00:27', '2021-08-24 08:00:27'),
(2, 'Anasayfa 2', '<div>[simple-slider key=\"home-slider-2\"][/simple-slider]</div><div>[theme-ads ads_1=\"IZ6WU8KUALYD\" ads_2=\"ILSFJVYFGCPZ\" ads_3=\"ILSDKVYFGXPH\"][/theme-ads]</div><div>[product-collections title=\"Exclusive Products\"][/product-collections]</div><div>[theme-ads ads_1=\"IZ6WU8KUALYF\"][/theme-ads]</div><div>[featured-products title=\"Featured products\"][/featured-products]</div><div>[flash-sale show_popup=\"yes\"][/flash-sale]</div><div>[featured-brands title=\"Featured Brands\"][/featured-brands]</div><div>[featured-product-categories title=\"Top Categories\"][/featured-product-categories]</div><div>[product-category-products category_id=\"17\"][/product-category-products]</div><div>[featured-news title=\"Visit Our Blog\"][/featured-news]</div><div>[site-features icon1=\"general/icon-truck.png\" title1=\"Free Shipping\" subtitle1=\"Orders $50 or more\" icon2=\"general/icon-purchase.png\" title2=\"Free Returns\" subtitle2=\"Within 30 days\" icon3=\"general/icon-bag.png\" title3=\"Get 20% Off 1 Item\" subtitle3=\"When you sign up\" icon4=\"general/icon-operator.png\" title4=\"Support Center\" subtitle4=\"24/7 amazing services\"][/site-features]</div>', 1, NULL, 'homepage', 0, NULL, 'published', '2021-08-24 08:00:27', '2021-08-24 08:00:27'),
(3, 'Anasayfa 3', '<shortcode class=\"bb-shortcode\">[simple-slider key=\"home-slider-3\" ads_1=\"ILSDKVYFGXPJ\" ads_2=\"IZ6WU8KUALYE\"][/simple-slider]</shortcode><shortcode class=\"bb-shortcode\">[product-collections title=\"Exclusive Products\"][/product-collections]</shortcode><shortcode class=\"bb-shortcode\">[theme-ads ads_1=\"IZ6WU8KUALYD\" ads_2=\"ILSFJVYFGCPZ\" ads_3=\"ILSDKVYFGXPH\"][/theme-ads]</shortcode><shortcode class=\"bb-shortcode\">[site-features icon1=\"general/icon-truck.png\" title1=\"Free Shipping\" subtitle1=\"Orders $50 or more\" icon2=\"general/icon-purchase.png\" title2=\"Free Returns\" subtitle2=\"Within 30 days\" icon3=\"general/icon-bag.png\" title3=\"Get 20% Off 1 Item\" subtitle3=\"When you sign up\" icon4=\"general/icon-operator.png\" title4=\"Support Center\" subtitle4=\"24/7 amazing services\"][/site-features]</shortcode><shortcode class=\"bb-shortcode\">[featured-product-categories title=\"Top Categories\"][/featured-product-categories]</shortcode><shortcode class=\"bb-shortcode\">[featured-products title=\"Featured products\"][/featured-products]</shortcode><shortcode class=\"bb-shortcode\">[flash-sale show_popup=\"yes\"][/flash-sale]</shortcode><shortcode class=\"bb-shortcode\">[theme-ads ads_1=\"IZ6WU8KUALYF\"][/theme-ads]</shortcode><shortcode class=\"bb-shortcode\">[featured-brands title=\"Featured Brands\"][/featured-brands]</shortcode><shortcode class=\"bb-shortcode\">[product-category-products category_id=\"17\"][/product-category-products]</shortcode><shortcode class=\"bb-shortcode\">[featured-news title=\"Visit Our Blog\"][/featured-news]</shortcode>', 1, NULL, 'homepage', 0, NULL, 'published', '2021-08-24 08:00:27', '2021-09-01 13:52:28'),
(4, 'Anasayfa 4', '<shortcode class=\"bb-shortcode\">[simple-slider key=\"home-slider-4\"][/simple-slider]</shortcode><shortcode class=\"bb-shortcode\">[featured-product-categories title=\"Top Categories\"][/featured-product-categories]</shortcode><shortcode class=\"bb-shortcode\">[theme-ads ads_1=\"IZ6WU8KUALYD\" ads_2=\"ILSFJVYFGCPZ\" ads_3=\"ILSDKVYFGXPH\"][/theme-ads]</shortcode><shortcode class=\"bb-shortcode\">[product-collections title=\"Exclusive Products\"][/product-collections]</shortcode><shortcode class=\"bb-shortcode\">[theme-ads ads_1=\"IZ6WU8KUALYF\"][/theme-ads]</shortcode><shortcode class=\"bb-shortcode\">[featured-products title=\"Featured products\"][/featured-products]</shortcode><shortcode class=\"bb-shortcode\">[flash-sale show_popup=\"yes\"][/flash-sale]</shortcode><shortcode class=\"bb-shortcode\">[featured-brands title=\"Featured Brands\"][/featured-brands]</shortcode><shortcode class=\"bb-shortcode\">[product-category-products category_id=\"17\"][/product-category-products]</shortcode><shortcode class=\"bb-shortcode\">[featured-news title=\"Visit Our Blog\"][/featured-news]</shortcode>', 1, NULL, 'homepage', 0, NULL, 'published', '2021-08-24 08:00:27', '2021-09-01 14:03:03'),
(5, 'Blog', '<p>---</p>', 1, NULL, 'blog-right-sidebar', 0, NULL, 'published', '2021-08-24 08:00:27', '2021-08-24 08:00:27'),
(6, 'İletişim', '<p>[google-map]502 New Street, Brighton VIC, Australia[/google-map]</p><p>[our-offices][/our-offices]</p><p>[contact-form][/contact-form]</p>', 1, NULL, 'default', 0, NULL, 'published', '2021-08-24 08:00:27', '2021-08-24 08:00:27'),
(7, 'Hakkımızda', '<p>Alice whispered to the Gryphon. \'The reason is,\' said the King, \'or I\'ll have you executed, whether you\'re nervous or not.\' \'I\'m a poor man, your Majesty,\' he began, \'for bringing these in: but I hadn\'t drunk quite so much!\' said Alice, \'but I haven\'t been invited yet.\' \'You\'ll see me there,\' said the others. \'Are their heads downward! The Antipathies, I think--\' (she was obliged to write this down on one side, to look over their shoulders, that all the time she had never been in a fight with.</p><p>Dormouse turned out, and, by the Hatter, \'when the Queen to play croquet.\' The Frog-Footman repeated, in the world she was exactly one a-piece all round. (It was this last remark that had a little way off, panting, with its legs hanging down, but generally, just as she could not tell whether they were lying round the thistle again; then the Rabbit\'s voice along--\'Catch him, you by the officers of the mushroom, and crawled away in the house before she came up to the part about her and to wonder.</p><p>YOUR table,\' said Alice; \'you needn\'t be so stingy about it, you know.\' \'Not at all,\' said Alice: \'--where\'s the Duchess?\' \'Hush! Hush!\' said the King; \'and don\'t look at all like the look of the month, and doesn\'t tell what o\'clock it is!\' As she said to Alice, very loudly and decidedly, and the arm that was lying under the sea--\' (\'I haven\'t,\' said Alice)--\'and perhaps you were all writing very busily on slates. \'What are they made of?\' Alice asked in a helpless sort of people live about.</p><p>King said, turning to the beginning again?\' Alice ventured to say. \'What is it?\' Alice panted as she came suddenly upon an open place, with a deep voice, \'are done with blacking, I believe.\' \'Boots and shoes under the sea,\' the Gryphon repeated impatiently: \'it begins \"I passed by his garden.\"\' Alice did not quite know what they\'re like.\' \'I believe so,\' Alice replied thoughtfully. \'They have their tails fast in their mouths--and they\'re all over with fright. \'Oh, I know!\' exclaimed Alice, who.</p>', 1, NULL, 'default', 0, NULL, 'published', '2021-08-24 08:00:27', '2021-08-24 08:00:27'),
(8, 'Çerez Politikası', '<h3>EU Cookie Consent</h3><p>To use this website we are using Cookies and collecting some data. To be compliant with the EU GDPR we give you to choose if you allow us to use certain Cookies and to collect some Data.</p><h4>Essential Data</h4><p>The Essential Data is needed to run the Site you are visiting technically. You can not deactivate them.</p><p>- Session Cookie: PHP uses a Cookie to identify user sessions. Without this Cookie the Website is not working.</p><p>- XSRF-Token Cookie: Laravel automatically generates a CSRF \"token\" for each active user session managed by the application. This token is used to verify that the authenticated user is the one actually making the requests to the application.</p>', 1, NULL, 'default', 0, NULL, 'published', '2021-08-24 08:00:27', '2021-08-24 08:00:27'),
(9, 'Güvenli E-Ticaret', '<p>Paris is the same size: to be a letter, written by the hedge!\' then silence, and then keep tight hold of its mouth, and its great eyes half shut. This seemed to be executed for having cheated herself in Wonderland, though she felt that it was growing, and she thought at first was in the distance would take the place of the garden, and marked, with one finger; and the beak-- Pray how did you do either!\' And the Gryphon interrupted in a natural way again. \'I should like to drop the jar for fear.</p><p>Caterpillar angrily, rearing itself upright as it settled down in a coaxing tone, and she drew herself up on to himself as he spoke. \'UNimportant, of course, Alice could see, when she got used to know. Let me see--how IS it to speak good English); \'now I\'m opening out like the largest telescope that ever was! Good-bye, feet!\' (for when she caught it, and on it were nine o\'clock in the distance, and she dropped it hastily, just in time to begin with.\' \'A barrowful will do, to begin with; and.</p><p>Tortoise because he was in confusion, getting the Dormouse went on, taking first one side and then hurried on, Alice started to her in such long curly brown hair! And it\'ll fetch things when you come and join the dance. Would not, could not, could not, would not, could not make out exactly what they said. The executioner\'s argument was, that her neck kept getting entangled among the leaves, which she concluded that it had a wink of sleep these three weeks!\' \'I\'m very sorry you\'ve been.</p><p>Pigeon in a deep, hollow tone: \'sit down, both of you, and don\'t speak a word till I\'ve finished.\' So they got their tails in their mouths--and they\'re all over with diamonds, and walked a little girl,\' said Alice, \'how am I to get to,\' said the Dormouse; \'VERY ill.\' Alice tried to fancy what the flame of a book,\' thought Alice \'without pictures or conversations in it, and on it were white, but there was a table set out under a tree in the distance, screaming with passion. She had quite.</p>', 1, NULL, 'default', 0, NULL, 'published', '2021-08-24 08:00:27', '2021-08-24 08:00:27'),
(10, 'İade Koşulları', '<p>March Hare, \'that \"I breathe when I learn music.\' \'Ah! that accounts for it,\' said Alice. \'Well, then,\' the Gryphon repeated impatiently: \'it begins \"I passed by his face only, she would gather about her repeating \'YOU ARE OLD, FATHER WILLIAM,\"\' said the Duchess; \'and that\'s the queerest thing about it.\' \'She\'s in prison,\' the Queen added to one of them attempted to explain it is to give the hedgehog to, and, as they lay on the back. However, it was getting quite crowded with the glass table.</p><p>Lobster; I heard him declare, \"You have baked me too brown, I must be getting home; the night-air doesn\'t suit my throat!\' and a large caterpillar, that was trickling down his brush, and had to pinch it to her chin in salt water. Her first idea was that she remained the same thing,\' said the Mock Turtle sighed deeply, and drew the back of one flapper across his eyes. He looked at them with one finger, as he shook both his shoes off. \'Give your evidence,\' the King added in an offended tone. And.</p><p>CHORUS. (In which the March Hare. Alice sighed wearily. \'I think I can guess that,\' she added aloud. \'Do you play croquet?\' The soldiers were silent, and looked at Alice, and tried to speak, but for a minute or two. \'They couldn\'t have done just as she had quite forgotten the Duchess was VERY ugly; and secondly, because she was nine feet high. \'Whoever lives there,\' thought Alice, and, after glaring at her for a minute or two, they began running when they liked, and left off writing on his.</p><p>Hatter, with an anxious look at all for any lesson-books!\' And so she waited. The Gryphon lifted up both its paws in surprise. \'What! Never heard of uglifying!\' it exclaimed. \'You know what to do, and perhaps after all it might end, you know,\' said the Queen, pointing to Alice for some time without interrupting it. \'They must go back and finish your story!\' Alice called out \'The race is over!\' and they sat down a good deal on where you want to go with Edgar Atheling to meet William and offer.</p>', 1, NULL, 'default', 0, NULL, 'published', '2021-08-24 08:00:27', '2021-08-24 08:00:27'),
(11, 'Gönderim Koşulları', '<p>I will prosecute YOU.--Come, I\'ll take no denial; We must have imitated somebody else\'s hand,\' said the Cat. \'--so long as there was silence for some time busily writing in his sleep, \'that \"I like what I say--that\'s the same thing, you know.\' It was, no doubt: only Alice did not wish to offend the Dormouse crossed the court, she said to herself, \'if one only knew the name \'Alice!\' CHAPTER XII. Alice\'s Evidence \'Here!\' cried Alice, quite forgetting that she let the jury--\' \'If any one left.</p><p>She was moving them about as much use in talking to herself, \'whenever I eat one of them hit her in an offended tone, \'was, that the cause of this was his first remark, \'It was the Rabbit angrily. \'Here! Come and help me out of the wood for fear of killing somebody, so managed to swallow a morsel of the sort,\' said the Caterpillar. Here was another puzzling question; and as the doubled-up soldiers were always getting up and bawled out, \"He\'s murdering the time! Off with his nose Trims his belt.</p><p>First, because I\'m on the shingle--will you come and join the dance? \"You can really have no answers.\' \'If you do. I\'ll set Dinah at you!\' There was no \'One, two, three, and away,\' but they were playing the Queen had only one who got any advantage from the sky! Ugh, Serpent!\' \'But I\'m not the same, the next thing is, to get through the glass, and she felt that she was exactly one a-piece all round. \'But she must have been changed in the book,\' said the Duchess. An invitation for the immediate.</p><p>Cat, and vanished. Alice was so much at this, but at any rate I\'ll never go THERE again!\' said Alice in a twinkling! Half-past one, time for dinner!\' (\'I only wish they WOULD not remember the simple and loving heart of her age knew the right size for ten minutes together!\' \'Can\'t remember WHAT things?\' said the March Hare. \'Exactly so,\' said Alice. \'That\'s very important,\' the King added in an angry voice--the Rabbit\'s--\'Pat! Pat! Where are you?\' And then a row of lamps hanging from the shock.</p>', 1, NULL, 'default', 0, NULL, 'published', '2021-08-24 08:00:27', '2021-08-24 08:00:27'),
(12, 'Gizlilik Politikası', '<p>I\'m mad?\' said Alice. \'Who\'s making personal remarks now?\' the Hatter with a soldier on each side, and opened their eyes and mouths so VERY tired of sitting by her sister on the door between us. For instance, if you want to go! Let me see: four times seven is--oh dear! I wish you wouldn\'t squeeze so.\' said the Cat. \'--so long as you might like to be a person of authority among them, called out, \'Sit down, all of you, and listen to her, though, as they came nearer, Alice could speak again. The.</p><p>Alice to herself, \'it would be wasting our breath.\" \"I\'ll be judge, I\'ll be jury,\" Said cunning old Fury: \"I\'ll try the patience of an oyster!\' \'I wish I could let you out, you know.\' \'I don\'t think--\' \'Then you should say \"With what porpoise?\"\' \'Don\'t you mean \"purpose\"?\' said Alice. \'Why not?\' said the King. \'I can\'t go no lower,\' said the Hatter. \'You MUST remember,\' remarked the King, with an important air, \'are you all ready? This is the capital of Paris, and Paris is the same thing with.</p><p>It quite makes my forehead ache!\' Alice watched the Queen said severely \'Who is it directed to?\' said the Hatter: \'as the things I used to say whether the blows hurt it or not. So she went hunting about, and called out in a tone of great dismay, and began by producing from under his arm a great deal too flustered to tell them something more. \'You promised to tell them something more. \'You promised to tell him. \'A nice muddle their slates\'ll be in Bill\'s place for a minute or two, they began.</p><p>Alice; \'I must go by the carrier,\' she thought; \'and how funny it\'ll seem to come before that!\' \'Call the next question is, what?\' The great question certainly was, what? Alice looked round, eager to see what was going a journey, I should understand that better,\' Alice said with some difficulty, as it settled down in a very fine day!\' said a sleepy voice behind her. \'Collar that Dormouse,\' the Queen was silent. The King looked anxiously over his shoulder as he spoke, and added with a sigh.</p>', 1, NULL, 'default', 0, NULL, 'published', '2021-08-24 08:00:27', '2022-04-08 13:49:53'),
(13, 'Blog Solda Sidebar', '<shortcode class=\"bb-shortcode\">[blog-posts paginate=\"12\"][/blog-posts]</shortcode>', 1, NULL, 'blog-left-sidebar', 0, NULL, 'published', '2021-08-24 08:00:27', '2022-04-08 13:49:09'),
(28, 'Hakkımızda', '<p style=\"margin-left:0px;text-align:justify;\">Yaygın inancın tersine, Lorem Ipsum rastgele sözcüklerden oluşmaz. Kökleri M.Ö. 45 tarihinden bu yana klasik Latin edebiyatına kadar uzanan 2000 yıllık bir geçmişi vardır. Virginia\'daki Hampden-Sydney College\'dan Latince profesörü Richard McClintock, bir Lorem Ipsum pasajında geçen ve anlaşılması en güç sözcüklerden biri olan \'consectetur\' sözcüğünün klasik edebiyattaki örneklerini incelediğinde kesin bir kaynağa ulaşmıştır. Lorm Ipsum, Çiçero tarafından M.Ö. 45 tarihinde kaleme alınan \"de Finibus Bonorum et Malorum\" (İyi ve Kötünün Uç Sınırları) eserinin 1.10.32 ve 1.10.33 sayılı bölümlerinden gelmektedir. Bu kitap, ahlak kuramı üzerine bir tezdir ve Rönesans döneminde çok popüler olmuştur. Lorem Ipsum pasajının ilk satırı olan \"Lorem ipsum dolor sit amet\" 1.10.32 sayılı bölümdeki bir satırdan gelmektedir.</p><p style=\"margin-left:0px;text-align:justify;\">1500\'lerden beri kullanılmakta olan standard Lorem Ipsum metinleri ilgilenenler için yeniden üretilmiştir. Çiçero tarafından yazılan 1.10.32 ve 1.10.33 bölümleri de 1914 H. Rackham çevirisinden alınan İngilizce sürümleri eşliğinde özgün biçiminden yeniden üretilmiştir.</p>', 1, NULL, 'default', 0, 'Hakkımızda', 'published', '2021-10-25 14:21:02', '2021-10-25 14:21:02'),
(29, 'Güvenli E-Ticaret', '<p style=\"margin-left:0px;text-align:justify;\">Yaygın inancın tersine, Lorem Ipsum rastgele sözcüklerden oluşmaz. Kökleri M.Ö. 45 tarihinden bu yana klasik Latin edebiyatına kadar uzanan 2000 yıllık bir geçmişi vardır. Virginia\'daki Hampden-Sydney College\'dan Latince profesörü Richard McClintock, bir Lorem Ipsum pasajında geçen ve anlaşılması en güç sözcüklerden biri olan \'consectetur\' sözcüğünün klasik edebiyattaki örneklerini incelediğinde kesin bir kaynağa ulaşmıştır. Lorm Ipsum, Çiçero tarafından M.Ö. 45 tarihinde kaleme alınan \"de Finibus Bonorum et Malorum\" (İyi ve Kötünün Uç Sınırları) eserinin 1.10.32 ve 1.10.33 sayılı bölümlerinden gelmektedir. Bu kitap, ahlak kuramı üzerine bir tezdir ve Rönesans döneminde çok popüler olmuştur. Lorem Ipsum pasajının ilk satırı olan \"Lorem ipsum dolor sit amet\" 1.10.32 sayılı bölümdeki bir satırdan gelmektedir.</p><p style=\"margin-left:0px;text-align:justify;\">1500\'lerden beri kullanılmakta olan standard Lorem Ipsum metinleri ilgilenenler için yeniden üretilmiştir. Çiçero tarafından yazılan 1.10.32 ve 1.10.33 bölümleri de 1914 H. Rackham çevirisinden alınan İngilizce sürümleri eşliğinde özgün biçiminden yeniden üretilmiştir.</p>', 1, NULL, 'default', 0, 'Güvenli E-Ticaret', 'published', '2021-10-25 14:21:32', '2021-10-25 14:21:32'),
(30, 'Gizlilik Politikası', '<p style=\"margin-left:0px;text-align:justify;\">Yaygın inancın tersine, Lorem Ipsum rastgele sözcüklerden oluşmaz. Kökleri M.Ö. 45 tarihinden bu yana klasik Latin edebiyatına kadar uzanan 2000 yıllık bir geçmişi vardır. Virginia\'daki Hampden-Sydney College\'dan Latince profesörü Richard McClintock, bir Lorem Ipsum pasajında geçen ve anlaşılması en güç sözcüklerden biri olan \'consectetur\' sözcüğünün klasik edebiyattaki örneklerini incelediğinde kesin bir kaynağa ulaşmıştır. Lorm Ipsum, Çiçero tarafından M.Ö. 45 tarihinde kaleme alınan \"de Finibus Bonorum et Malorum\" (İyi ve Kötünün Uç Sınırları) eserinin 1.10.32 ve 1.10.33 sayılı bölümlerinden gelmektedir. Bu kitap, ahlak kuramı üzerine bir tezdir ve Rönesans döneminde çok popüler olmuştur. Lorem Ipsum pasajının ilk satırı olan \"Lorem ipsum dolor sit amet\" 1.10.32 sayılı bölümdeki bir satırdan gelmektedir.</p><p style=\"margin-left:0px;text-align:justify;\">1500\'lerden beri kullanılmakta olan standard Lorem Ipsum metinleri ilgilenenler için yeniden üretilmiştir. Çiçero tarafından yazılan 1.10.32 ve 1.10.33 bölümleri de 1914 H. Rackham çevirisinden alınan İngilizce sürümleri eşliğinde özgün biçiminden yeniden üretilmiştir.</p>', 1, NULL, 'default', 0, 'Gizlilik Politikası', 'published', '2021-10-25 14:22:02', '2021-10-25 14:22:02'),
(31, 'Üyelik Sözleşmesi', '<p style=\"margin-left:0px;text-align:justify;\">Yaygın inancın tersine, Lorem Ipsum rastgele sözcüklerden oluşmaz. Kökleri M.Ö. 45 tarihinden bu yana klasik Latin edebiyatına kadar uzanan 2000 yıllık bir geçmişi vardır. Virginia\'daki Hampden-Sydney College\'dan Latince profesörü Richard McClintock, bir Lorem Ipsum pasajında geçen ve anlaşılması en güç sözcüklerden biri olan \'consectetur\' sözcüğünün klasik edebiyattaki örneklerini incelediğinde kesin bir kaynağa ulaşmıştır. Lorm Ipsum, Çiçero tarafından M.Ö. 45 tarihinde kaleme alınan \"de Finibus Bonorum et Malorum\" (İyi ve Kötünün Uç Sınırları) eserinin 1.10.32 ve 1.10.33 sayılı bölümlerinden gelmektedir. Bu kitap, ahlak kuramı üzerine bir tezdir ve Rönesans döneminde çok popüler olmuştur. Lorem Ipsum pasajının ilk satırı olan \"Lorem ipsum dolor sit amet\" 1.10.32 sayılı bölümdeki bir satırdan gelmektedir.</p><p style=\"margin-left:0px;text-align:justify;\">1500\'lerden beri kullanılmakta olan standard Lorem Ipsum metinleri ilgilenenler için yeniden üretilmiştir. Çiçero tarafından yazılan 1.10.32 ve 1.10.33 bölümleri de 1914 H. Rackham çevirisinden alınan İngilizce sürümleri eşliğinde özgün biçiminden yeniden üretilmiştir.</p>', 1, NULL, 'default', 0, 'Üyelik Sözleşmesi', 'published', '2021-10-25 14:22:29', '2021-10-25 14:22:29'),
(32, 'Bize Ulaşın', '<shortcode class=\"bb-shortcode\">[contact-form][/contact-form]</shortcode>', 1, NULL, 'default', 0, 'Bize Ulaşın', 'published', '2021-10-25 14:23:19', '2021-10-25 14:23:19'),
(33, 'Ürün İade Prosedürü', '<p style=\"margin-left:0px;text-align:justify;\">Yaygın inancın tersine, Lorem Ipsum rastgele sözcüklerden oluşmaz. Kökleri M.Ö. 45 tarihinden bu yana klasik Latin edebiyatına kadar uzanan 2000 yıllık bir geçmişi vardır. Virginia\'daki Hampden-Sydney College\'dan Latince profesörü Richard McClintock, bir Lorem Ipsum pasajında geçen ve anlaşılması en güç sözcüklerden biri olan \'consectetur\' sözcüğünün klasik edebiyattaki örneklerini incelediğinde kesin bir kaynağa ulaşmıştır. Lorm Ipsum, Çiçero tarafından M.Ö. 45 tarihinde kaleme alınan \"de Finibus Bonorum et Malorum\" (İyi ve Kötünün Uç Sınırları) eserinin 1.10.32 ve 1.10.33 sayılı bölümlerinden gelmektedir. Bu kitap, ahlak kuramı üzerine bir tezdir ve Rönesans döneminde çok popüler olmuştur. Lorem Ipsum pasajının ilk satırı olan \"Lorem ipsum dolor sit amet\" 1.10.32 sayılı bölümdeki bir satırdan gelmektedir.</p><p style=\"margin-left:0px;text-align:justify;\">1500\'lerden beri kullanılmakta olan standard Lorem Ipsum metinleri ilgilenenler için yeniden üretilmiştir. Çiçero tarafından yazılan 1.10.32 ve 1.10.33 bölümleri de 1914 H. Rackham çevirisinden alınan İngilizce sürümleri eşliğinde özgün biçiminden yeniden üretilmiştir.</p>', 1, NULL, 'default', 0, 'Ürün İade Prosedürü', 'published', '2021-10-25 14:23:48', '2021-10-25 14:23:48'),
(34, 'Çerez Politikası', '<p style=\"margin-left:0px;text-align:justify;\">Yaygın inancın tersine, Lorem Ipsum rastgele sözcüklerden oluşmaz. Kökleri M.Ö. 45 tarihinden bu yana klasik Latin edebiyatına kadar uzanan 2000 yıllık bir geçmişi vardır. Virginia\'daki Hampden-Sydney College\'dan Latince profesörü Richard McClintock, bir Lorem Ipsum pasajında geçen ve anlaşılması en güç sözcüklerden biri olan \'consectetur\' sözcüğünün klasik edebiyattaki örneklerini incelediğinde kesin bir kaynağa ulaşmıştır. Lorm Ipsum, Çiçero tarafından M.Ö. 45 tarihinde kaleme alınan \"de Finibus Bonorum et Malorum\" (İyi ve Kötünün Uç Sınırları) eserinin 1.10.32 ve 1.10.33 sayılı bölümlerinden gelmektedir. Bu kitap, ahlak kuramı üzerine bir tezdir ve Rönesans döneminde çok popüler olmuştur. Lorem Ipsum pasajının ilk satırı olan \"Lorem ipsum dolor sit amet\" 1.10.32 sayılı bölümdeki bir satırdan gelmektedir.</p><p style=\"margin-left:0px;text-align:justify;\">1500\'lerden beri kullanılmakta olan standard Lorem Ipsum metinleri ilgilenenler için yeniden üretilmiştir. Çiçero tarafından yazılan 1.10.32 ve 1.10.33 bölümleri de 1914 H. Rackham çevirisinden alınan İngilizce sürümleri eşliğinde özgün biçiminden yeniden üretilmiştir.</p>', 1, NULL, 'default', 0, 'Çerez Politikası', 'published', '2021-10-25 14:24:08', '2021-10-25 14:24:08'),
(35, 'Anasayfa', '<shortcode class=\"bb-shortcode\">[simple-slider key=\"slider-1\"][/simple-slider]</shortcode><shortcode class=\"bb-shortcode\">[site-features icon1=\"general/icon-truck.png\" title1=\"Hızlı Teslimat\" subtitle1=\"Siparişleriniz en kısa sürede elinize ulaşır.\" icon2=\"general/icon-purchase.png\" title2=\"SORUNSUZ İADE\" subtitle2=\"Aldığınız ürünlerizi sorunsuz ve kolay iade edin.\" icon3=\"general/icon-bag.png\" title3=\"GÜVENLİ ALIŞVERİŞ\" subtitle3=\"Sitemiz üzerinden güvenli alışverişin tadını çıkarın.\" icon4=\"general/icon-operator.png\" title4=\"MOBİL SİPARİŞ\" subtitle4=\"Cep telefonunuz üzerinden siparişlerinizi takip edin.\"][/site-features]</shortcode><shortcode class=\"bb-shortcode\">[featured-product-categories title=\"Kategoriler\"][/featured-product-categories]</shortcode><shortcode class=\"bb-shortcode\">[product-collections title=\"Ürünler\"][/product-collections]</shortcode><shortcode class=\"bb-shortcode\">[theme-ads ads_1=\"IZ6WU8KUALYD\" ads_2=\"ILSFJVYFGCPZ\" ads_3=\"ILSDKVYFGXPH\"][/theme-ads]</shortcode><shortcode class=\"bb-shortcode\">[featured-products title=\"Öne Çıkan Ürünlerimiz\"][/featured-products]</shortcode><shortcode class=\"bb-shortcode\">[flash-sale show_popup=\"yes\" limit=\"2\"][/flash-sale]</shortcode><shortcode class=\"bb-shortcode\">[featured-brands title=\"Anlaşmalı Ortaklarımız\"][/featured-brands]</shortcode><shortcode class=\"bb-shortcode\">[product-category-products category_id=\"17\"][/product-category-products]</shortcode><shortcode class=\"bb-shortcode\">[featured-news title=\"Son Yazılar\"][/featured-news]</shortcode>', 1, NULL, 'homepage', 1, NULL, 'published', '2021-10-27 19:01:39', '2022-04-08 21:07:42'),
(36, 'Sıkça Sorulan Sorular', '<shortcode class=\"bb-shortcode\">[faqs][/faqs]</shortcode>', 1, NULL, 'default', 0, 'Sıkça Sorulan Sorular', 'published', '2022-03-10 19:47:14', '2022-03-10 19:48:05');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `pages_translations`
--

CREATE TABLE `pages_translations` (
  `lang_code` varchar(191) NOT NULL,
  `pages_id` int(11) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL,
  `content` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `pages_translations`
--

INSERT INTO `pages_translations` (`lang_code`, `pages_id`, `name`, `description`, `content`) VALUES
('en_US', 12, 'Gizlilik Politikası', NULL, '<p>I\'m mad?\' said Alice. \'Who\'s making personal remarks now?\' the Hatter with a soldier on each side, and opened their eyes and mouths so VERY tired of sitting by her sister on the door between us. For instance, if you want to go! Let me see: four times seven is--oh dear! I wish you wouldn\'t squeeze so.\' said the Cat. \'--so long as you might like to be a person of authority among them, called out, \'Sit down, all of you, and listen to her, though, as they came nearer, Alice could speak again. The.</p><p>Alice to herself, \'it would be wasting our breath.\" \"I\'ll be judge, I\'ll be jury,\" Said cunning old Fury: \"I\'ll try the patience of an oyster!\' \'I wish I could let you out, you know.\' \'I don\'t think--\' \'Then you should say \"With what porpoise?\"\' \'Don\'t you mean \"purpose\"?\' said Alice. \'Why not?\' said the King. \'I can\'t go no lower,\' said the Hatter. \'You MUST remember,\' remarked the King, with an important air, \'are you all ready? This is the capital of Paris, and Paris is the same thing with.</p><p>It quite makes my forehead ache!\' Alice watched the Queen said severely \'Who is it directed to?\' said the Hatter: \'as the things I used to say whether the blows hurt it or not. So she went hunting about, and called out in a tone of great dismay, and began by producing from under his arm a great deal too flustered to tell them something more. \'You promised to tell them something more. \'You promised to tell him. \'A nice muddle their slates\'ll be in Bill\'s place for a minute or two, they began.</p><p>Alice; \'I must go by the carrier,\' she thought; \'and how funny it\'ll seem to come before that!\' \'Call the next question is, what?\' The great question certainly was, what? Alice looked round, eager to see what was going a journey, I should understand that better,\' Alice said with some difficulty, as it settled down in a very fine day!\' said a sleepy voice behind her. \'Collar that Dormouse,\' the Queen was silent. The King looked anxiously over his shoulder as he spoke, and added with a sigh.</p>'),
('en_US', 13, 'Blog Solda Sidebar', NULL, '<shortcode class=\"bb-shortcode\">[blog-posts paginate=\"12\"][/blog-posts]</shortcode>'),
('tr_TR', 1, 'Anasayfa 5', NULL, '<shortcode class=\"bb-shortcode\">[simple-slider key=\"home-slider-1\"][/simple-slider]</shortcode><shortcode class=\"bb-shortcode\">[site-features icon1=\"general/icon-truck.png\" title1=\"Free Shipping\" subtitle1=\"Orders $50 or more\" icon2=\"general/icon-purchase.png\" title2=\"Free Returns\" subtitle2=\"Within 30 days\" icon3=\"general/icon-bag.png\" title3=\"Get 20% Off 1 Item\" subtitle3=\"When you sign up\" icon4=\"general/icon-operator.png\" title4=\"Support Center\" subtitle4=\"24/7 amazing services\"][/site-features]</shortcode><shortcode class=\"bb-shortcode\">[featured-product-categories title=\"Top Categories\"][/featured-product-categories]</shortcode><shortcode class=\"bb-shortcode\">[product-collections title=\"Exclusive Products\"][/product-collections]</shortcode><shortcode class=\"bb-shortcode\">[theme-ads ads_1=\"IZ6WU8KUALYD\" ads_2=\"ILSFJVYFGCPZ\" ads_3=\"ILSDKVYFGXPH\"][/theme-ads]</shortcode><shortcode class=\"bb-shortcode\">[featured-products title=\"Featured products\"][/featured-products]</shortcode><shortcode class=\"bb-shortcode\">[flash-sale show_popup=\"yes\"][/flash-sale]</shortcode><shortcode class=\"bb-shortcode\">[featured-brands title=\"Featured Brands\"][/featured-brands]</shortcode><shortcode class=\"bb-shortcode\">[product-category-products category_id=\"17\"][/product-category-products]</shortcode><shortcode class=\"bb-shortcode\">[featured-news title=\"Visit Our Blog\"][/featured-news]</shortcode>'),
('tr_TR', 2, 'Anasayfa 2', NULL, '<shortcode class=\"bb-shortcode\">[simple-slider key=\"home-slider-2\"][/simple-slider]</shortcode><shortcode class=\"bb-shortcode\">[theme-ads ads_1=\"IZ6WU8KUALYD\" ads_2=\"ILSFJVYFGCPZ\" ads_3=\"ILSDKVYFGXPH\"][/theme-ads]</shortcode><shortcode class=\"bb-shortcode\">[product-collections title=\"Exclusive Products\"][/product-collections]</shortcode><shortcode class=\"bb-shortcode\">[theme-ads ads_1=\"IZ6WU8KUALYF\"][/theme-ads]</shortcode><shortcode class=\"bb-shortcode\">[featured-products title=\"Featured products\"][/featured-products]</shortcode><shortcode class=\"bb-shortcode\">[flash-sale show_popup=\"yes\"][/flash-sale]</shortcode><shortcode class=\"bb-shortcode\">[featured-brands title=\"Featured Brands\"][/featured-brands]</shortcode><shortcode class=\"bb-shortcode\">[featured-product-categories title=\"Top Categories\"][/featured-product-categories]</shortcode><shortcode class=\"bb-shortcode\">[product-category-products category_id=\"17\"][/product-category-products]</shortcode><shortcode class=\"bb-shortcode\">[featured-news title=\"Visit Our Blog\"][/featured-news]</shortcode><shortcode class=\"bb-shortcode\">[site-features icon1=\"general/icon-truck.png\" title1=\"Free Shipping\" subtitle1=\"Orders $50 or more\" icon2=\"general/icon-purchase.png\" title2=\"Free Returns\" subtitle2=\"Within 30 days\" icon3=\"general/icon-bag.png\" title3=\"Get 20% Off 1 Item\" subtitle3=\"When you sign up\" icon4=\"general/icon-operator.png\" title4=\"Support Center\" subtitle4=\"24/7 amazing services\"][/site-features]</shortcode>'),
('tr_TR', 12, 'Gizlilik Politikası', NULL, '<p>I\'m mad?\' said Alice. \'Who\'s making personal remarks now?\' the Hatter with a soldier on each side, and opened their eyes and mouths so VERY tired of sitting by her sister on the door between us. For instance, if you want to go! Let me see: four times seven is--oh dear! I wish you wouldn\'t squeeze so.\' said the Cat. \'--so long as you might like to be a person of authority among them, called out, \'Sit down, all of you, and listen to her, though, as they came nearer, Alice could speak again. The.</p><p>Alice to herself, \'it would be wasting our breath.\" \"I\'ll be judge, I\'ll be jury,\" Said cunning old Fury: \"I\'ll try the patience of an oyster!\' \'I wish I could let you out, you know.\' \'I don\'t think--\' \'Then you should say \"With what porpoise?\"\' \'Don\'t you mean \"purpose\"?\' said Alice. \'Why not?\' said the King. \'I can\'t go no lower,\' said the Hatter. \'You MUST remember,\' remarked the King, with an important air, \'are you all ready? This is the capital of Paris, and Paris is the same thing with.</p><p>It quite makes my forehead ache!\' Alice watched the Queen said severely \'Who is it directed to?\' said the Hatter: \'as the things I used to say whether the blows hurt it or not. So she went hunting about, and called out in a tone of great dismay, and began by producing from under his arm a great deal too flustered to tell them something more. \'You promised to tell them something more. \'You promised to tell him. \'A nice muddle their slates\'ll be in Bill\'s place for a minute or two, they began.</p><p>Alice; \'I must go by the carrier,\' she thought; \'and how funny it\'ll seem to come before that!\' \'Call the next question is, what?\' The great question certainly was, what? Alice looked round, eager to see what was going a journey, I should understand that better,\' Alice said with some difficulty, as it settled down in a very fine day!\' said a sleepy voice behind her. \'Collar that Dormouse,\' the Queen was silent. The King looked anxiously over his shoulder as he spoke, and added with a sigh.</p>'),
('tr_TR', 13, 'Blog Solda Sidebar', NULL, '<shortcode class=\"bb-shortcode\">[blog-posts paginate=\"12\"][/blog-posts]</shortcode>');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `parasut_match`
--

CREATE TABLE `parasut_match` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) NOT NULL,
  `key` varchar(191) NOT NULL,
  `value` text DEFAULT NULL,
  `title` text DEFAULT NULL,
  `attr` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `parasut_match`
--

INSERT INTO `parasut_match` (`id`, `type`, `key`, `value`, `title`, `attr`, `created_at`, `updated_at`) VALUES
(3, '', '45', '103054427', 'e_archive', '103054427', '2022-04-06 10:10:29', '2022-04-06 10:23:03');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `password_resets`
--

CREATE TABLE `password_resets` (
  `email` varchar(191) NOT NULL,
  `token` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `payments`
--

CREATE TABLE `payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `currency` varchar(120) DEFAULT NULL,
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `charge_id` varchar(60) DEFAULT NULL,
  `payment_channel` varchar(60) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `amount` decimal(15,2) UNSIGNED NOT NULL,
  `order_id` int(10) UNSIGNED DEFAULT NULL,
  `status` varchar(60) DEFAULT 'pending',
  `payment_type` varchar(191) DEFAULT 'confirm',
  `customer_id` int(10) UNSIGNED DEFAULT NULL,
  `refunded_amount` decimal(15,2) UNSIGNED DEFAULT NULL,
  `refund_note` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `customer_type` varchar(255) DEFAULT NULL,
  `metadata` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `payments`
--

INSERT INTO `payments` (`id`, `currency`, `user_id`, `charge_id`, `payment_channel`, `description`, `amount`, `order_id`, `status`, `payment_type`, `customer_id`, `refunded_amount`, `refund_note`, `created_at`, `updated_at`, `customer_type`, `metadata`) VALUES
(22, 'TL', 0, 'GGQHAHIVFU', 'cod', NULL, 3928.22, 26, 'pending', 'confirm', 1, NULL, NULL, '2021-10-28 10:17:09', '2021-10-28 10:17:09', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(23, 'TL', 0, 'C2OZEMLBUR', 'cod', NULL, 719.26, 37, 'pending', 'confirm', NULL, NULL, NULL, '2022-03-17 09:48:52', '2022-03-17 09:48:52', NULL, NULL),
(24, 'TL', 0, '7ODZQCRJIZ', 'cod', NULL, 200.60, 41, 'pending', 'confirm', 14, NULL, NULL, '2022-04-01 13:12:11', '2022-04-01 13:12:11', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(26, 'TL', 0, 'OXANDYAISZ', 'bank_transfer', NULL, 2.18, 44, 'pending', 'confirm', 10, NULL, NULL, '2022-04-06 09:16:53', '2022-04-06 09:16:53', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(27, 'TL', 0, 'HHKTNTUVNL', 'bank_transfer', NULL, 26.00, 45, 'pending', 'confirm', 10, NULL, NULL, '2022-04-06 10:04:57', '2022-04-06 10:04:57', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(28, 'TL', 0, 'IUE6BOEIX2', 'bank_transfer', NULL, 26.00, 47, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 22:10:51', '2022-04-07 22:10:51', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(29, 'TL', 0, 'NEV6PXPBMJ', 'bank_transfer', NULL, 26.00, 48, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 22:11:24', '2022-04-07 22:11:24', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(30, 'TL', 0, 'V2EIKYKCPF', 'bank_transfer', NULL, 26.00, 49, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 22:22:11', '2022-04-07 22:22:11', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(31, 'TL', 0, '9YTWWSNWR5', 'bank_transfer', NULL, 26.00, 50, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 22:23:35', '2022-04-07 22:23:35', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(32, 'TL', 1, 'Y5MR3AUKT5', 'bank_transfer', NULL, 26.00, 51, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 22:27:49', '2022-04-07 22:48:58', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(33, 'TL', 0, 'J89EG9NNAS', 'bank_transfer', NULL, 27.00, 52, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 22:32:00', '2022-04-07 22:32:00', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(34, 'TL', 0, 'JCRFU4Z5IM', 'bank_transfer', NULL, 26.00, 53, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 22:32:35', '2022-04-07 22:32:35', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(35, 'TL', 0, '0OHUW6AARE', 'bank_transfer', NULL, 27.00, 54, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 23:23:06', '2022-04-07 23:23:06', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(36, 'TL', 0, 'NR3N6MNVI1', 'bank_transfer', NULL, 26.00, 54, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 23:24:10', '2022-04-07 23:24:10', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(37, 'TL', 0, 'UB4SB8I8EZ', 'bank_transfer', NULL, 26.00, 55, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 23:24:40', '2022-04-07 23:24:40', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(38, 'TL', 0, 'H8EKYZQ5XA', 'bank_transfer', NULL, 26.00, 55, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 23:26:49', '2022-04-07 23:26:49', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(39, 'TL', 0, 'PVJLNIIABT', 'bank_transfer', NULL, 26.00, 56, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 23:28:42', '2022-04-07 23:28:42', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(40, 'TL', 0, 'HE2QRFU9EL', 'bank_transfer', NULL, 26.00, 56, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 23:28:58', '2022-04-07 23:28:58', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(41, 'TL', 0, 'TIOEC2KE19', 'bank_transfer', NULL, 26.00, 57, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 23:30:02', '2022-04-07 23:30:02', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(42, 'TL', 0, 'Y3W6DRDA6E', 'bank_transfer', NULL, 26.00, 57, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 23:31:46', '2022-04-07 23:31:46', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(43, 'TL', 0, '7JTYTO2QWY', 'bank_transfer', NULL, 26.00, 58, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 23:32:09', '2022-04-07 23:32:09', 'Botble\\Ecommerce\\Models\\Customer', NULL),
(44, 'TL', 0, 'GXIIJUUBAS', 'bank_transfer', NULL, 26.00, 58, 'pending', 'confirm', 10, NULL, NULL, '2022-04-07 23:34:46', '2022-04-07 23:34:46', 'Botble\\Ecommerce\\Models\\Customer', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `posts`
--

CREATE TABLE `posts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` varchar(400) DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `author_id` int(11) NOT NULL,
  `author_type` varchar(255) NOT NULL DEFAULT 'Botble\\ACL\\Models\\User',
  `is_featured` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `image` varchar(255) DEFAULT NULL,
  `views` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `format_type` varchar(30) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `posts`
--

INSERT INTO `posts` (`id`, `name`, `description`, `content`, `status`, `author_id`, `author_type`, `is_featured`, `image`, `views`, `format_type`, `created_at`, `updated_at`) VALUES
(23, 'Türkiye\'de e-ticaretin 4 yıl içinde 2.3 katına çıkması bekleniyor', 'Pandemide 1 yılı geride bırakırken Hepsiburada, Deloitte ile birlikte pandemi döneminde Türkiye’de e-ticaret ekosistemini değerlendiren bir araştırma yürüttü.', '<div><div><div><div>Pandemide 1 yılı geride bırakırken, Türkiye\'nin önde gelen e-ticaret platformlarından <a href=\"https://www.hepsiburada.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Hepsiburada</strong></a>,&nbsp;<a href=\"https://www2.deloitte.com/tr/tr.html\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Deloitte</strong></a>&nbsp;ile birlikte pandemi döneminde Türkiye’de e-ticaret ekosistemini değerlendiren bir araştırma yürüttü. Araştırma,&nbsp;<a href=\"https://www.linkedin.com/in/muratemirdag?originalSubdomain=tr\" target=\"_blank\" rel=\"noopener noreferrer\">Hepsiburada CEO’su Murat Emirdağ</a>&nbsp;ve&nbsp;<a href=\"https://www.linkedin.com/in/hakangol/\" target=\"_blank\" rel=\"noopener noreferrer\">Deloitte Türkiye Danışmanlık Hizmetleri Lideri Hakan Göl</a>’ün sunumuyla online olarak açıklandı.</div></div></div></div><div><h2>E-ticaretin perakende içindeki payı yüzde 15 bandını aştı</h2><p>Yapılan araştırmaya göre e-ticaretin perakende içindeki payı yüzde 15 bandını aşmış durumda, 2025\'te yüzde 20\'yi geçmesi bekleniyor. Global e-ticaret hacminin 2025 yılında 4,4 trilyon dolar seviyesine ulaşması beklenirken e-ticaretin toplam perakende içindeki payının yüzde 20,8\'e yükseleceği tahmin ediliyor.</p><h2>Pandemi sonrası her 10 tüketiciden 8\'i online kanalları tercih edecek</h2><p>Pandemi sonrası e-ticaretin etkisi kalıcı olacak. Her 10 tüketiciden 8\'i online kanalları tercih edecek. Tüketiciler pandemi nedeniyle fiziksel kanallar yerine online kanalları dana fazla tercih ettiklerini ve bu eğilimlerinin pandemi sonrasında da devam edeceğini belirtiyor. Katılımcıların yüzde 65\'i kalabalıktan kaçınmak için, yüzde 51\'i pandemi nedeniyle mağazalardan alışveriş yapma korkusundan dolayı online alışveriş yaptığını söylüyor. Yine katılımcıların yüzde 51\'i aşı sonrasında bile eski alışveriş alışkanlıklarına dönmeyi planlamıyor.</p></div>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'news/8.jpg', 12, NULL, '2022-03-04 09:39:10', '2022-04-12 13:18:44'),
(25, 'Linkedln Pazarlama Nasıl Yapılır, Neden Önemlidir?', 'Linkedln Pazarlama Nasıl Yapılır, Neden Önemlidir?', '<p style=\"background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;font-size:14px;font-style:normal;font-weight:400;text-align:justify;word-spacing:0px;\">Yaygın inancın tersine, Lorem Ipsum rastgele sözcüklerden oluşmaz. Kökleri M.Ö. 45 tarihinden bu yana klasik Latin edebiyatına kadar uzanan 2000 yıllık bir geçmişi vardır. Virginia\'daki Hampden-Sydney College\'dan Latince profesörü Richard McClintock, bir Lorem Ipsum pasajında geçen ve anlaşılması en güç sözcüklerden biri olan \'consectetur\' sözcüğünün klasik edebiyattaki örneklerini incelediğinde kesin bir kaynağa ulaşmıştır. Lorm Ipsum, Çiçero tarafından M.Ö. 45 tarihinde kaleme alınan \"de Finibus Bonorum et Malorum\" (İyi ve Kötünün Uç Sınırları) eserinin 1.10.32 ve 1.10.33 sayılı bölümlerinden gelmektedir. Bu kitap, ahlak kuramı üzerine bir tezdir ve Rönesans döneminde çok popüler olmuştur. Lorem Ipsum pasajının ilk satırı olan \"Lorem ipsum dolor sit amet\" 1.10.32 sayılı bölümdeki bir satırdan gelmektedir.</p><p style=\"background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;font-size:14px;font-style:normal;font-weight:400;text-align:justify;word-spacing:0px;\">1500\'lerden beri kullanılmakta olan standard Lorem Ipsum metinleri ilgilenenler için yeniden üretilmiştir. Çiçero tarafından yazılan 1.10.32 ve 1.10.33 bölümleri de 1914 H. Rackham çevirisinden alınan İngilizce sürümleri eşliğinde özgün biçiminden yeniden üretilmiştir.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'products/linkedinde-etkili-icerik-nasil-olusturulmalidir.jpg', 3, NULL, '2022-04-11 07:46:41', '2022-04-11 09:40:52');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `posts_translations`
--

CREATE TABLE `posts_translations` (
  `lang_code` varchar(191) NOT NULL,
  `posts_id` int(11) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL,
  `content` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `posts_translations`
--

INSERT INTO `posts_translations` (`lang_code`, `posts_id`, `name`, `description`, `content`) VALUES
('en_US', 25, 'Linkedln Pazarlama Nasıl Yapılır, Neden Önemlidir?', 'Linkedln Pazarlama Nasıl Yapılır, Neden Önemlidir?', '<p style=\"-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);color:rgb(0, 0, 0);font-family:&quot;Open Sans&quot;, Arial, sans-serif;font-size:14px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px 0px 15px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;\">Yaygın inancın tersine, Lorem Ipsum rastgele sözcüklerden oluşmaz. Kökleri M.Ö. 45 tarihinden bu yana klasik Latin edebiyatına kadar uzanan 2000 yıllık bir geçmişi vardır. Virginia\'daki Hampden-Sydney College\'dan Latince profesörü Richard McClintock, bir Lorem Ipsum pasajında geçen ve anlaşılması en güç sözcüklerden biri olan \'consectetur\' sözcüğünün klasik edebiyattaki örneklerini incelediğinde kesin bir kaynağa ulaşmıştır. Lorm Ipsum, Çiçero tarafından M.Ö. 45 tarihinde kaleme alınan \"de Finibus Bonorum et Malorum\" (İyi ve Kötünün Uç Sınırları) eserinin 1.10.32 ve 1.10.33 sayılı bölümlerinden gelmektedir. Bu kitap, ahlak kuramı üzerine bir tezdir ve Rönesans döneminde çok popüler olmuştur. Lorem Ipsum pasajının ilk satırı olan \"Lorem ipsum dolor sit amet\" 1.10.32 sayılı bölümdeki bir satırdan gelmektedir.</p><p style=\"-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);color:rgb(0, 0, 0);font-family:&quot;Open Sans&quot;, Arial, sans-serif;font-size:14px;font-style:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-weight:400;letter-spacing:normal;margin:0px 0px 15px;orphans:2;padding:0px;text-align:justify;text-decoration-color:initial;text-decoration-style:initial;text-decoration-thickness:initial;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;\">1500\'lerden beri kullanılmakta olan standard Lorem Ipsum metinleri ilgilenenler için yeniden üretilmiştir. Çiçero tarafından yazılan 1.10.32 ve 1.10.33 bölümleri de 1914 H. Rackham çevirisinden alınan İngilizce sürümleri eşliğinde özgün biçiminden yeniden üretilmiştir.</p>');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `post_categories`
--

CREATE TABLE `post_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `post_categories`
--

INSERT INTO `post_categories` (`id`, `category_id`, `post_id`) VALUES
(46, 11, 23),
(48, 11, 25);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `post_tags`
--

CREATE TABLE `post_tags` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tag_id` int(10) UNSIGNED NOT NULL,
  `post_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `post_tags`
--

INSERT INTO `post_tags` (`id`, `tag_id`, `post_id`) VALUES
(111, 11, 23);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `revisions`
--

CREATE TABLE `revisions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `revisionable_type` varchar(191) NOT NULL,
  `revisionable_id` int(11) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `key` varchar(191) NOT NULL,
  `old_value` text DEFAULT NULL,
  `new_value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `revisions`
--

INSERT INTO `revisions` (`id`, `revisionable_type`, `revisionable_id`, `user_id`, `key`, `old_value`, `new_value`, `created_at`, `updated_at`) VALUES
(1, 'Botble\\Page\\Models\\Page', 27, 1, 'is_featured', '0', '1', '2021-10-26 19:10:19', '2021-10-26 19:10:19'),
(2, 'Botble\\Page\\Models\\Page', 35, 1, 'name', 'Anasayfa 2', 'Anasayfa', '2021-10-27 19:20:49', '2021-10-27 19:20:49'),
(3, 'Botble\\Page\\Models\\Page', 35, 1, 'is_featured', '0', '1', '2021-10-27 19:20:49', '2021-10-27 19:20:49'),
(4, 'Botble\\Blog\\Models\\Post', 23, 1, 'is_featured', '0', '1', '2022-03-04 09:45:30', '2022-03-04 09:45:30'),
(5, 'Botble\\Page\\Models\\Page', 36, 1, 'description', NULL, 'Sıkça Sorulan Sorular', '2022-03-10 19:48:05', '2022-03-10 19:48:05'),
(6, 'Botble\\Page\\Models\\Page', 13, 1, 'name', 'Blog Left Sidebar', 'Blog Solda Sidebar', '2022-04-08 13:49:09', '2022-04-08 13:49:09'),
(7, 'Botble\\Page\\Models\\Page', 12, 1, 'name', 'Privacy Policy', 'Gizlilik Politikası', '2022-04-08 13:49:53', '2022-04-08 13:49:53'),
(8, 'Botble\\Blog\\Models\\Post', 25, 1, 'is_featured', '0', '1', '2022-04-11 07:51:44', '2022-04-11 07:51:44');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `roles`
--

CREATE TABLE `roles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(120) NOT NULL,
  `name` varchar(120) NOT NULL,
  `permissions` text DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `created_by` int(10) UNSIGNED NOT NULL,
  `updated_by` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `roles`
--

INSERT INTO `roles` (`id`, `slug`, `name`, `permissions`, `description`, `is_default`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'moderator', 'Admin', '{\"ads.index\":true,\"ads.create\":true,\"ads.edit\":true,\"ads.destroy\":true,\"analytics.general\":true,\"analytics.page\":true,\"analytics.browser\":true,\"analytics.referrer\":true,\"core.appearance\":true,\"menus.index\":true,\"menus.create\":true,\"menus.edit\":true,\"menus.destroy\":true,\"theme.index\":true,\"theme.activate\":true,\"theme.remove\":true,\"theme.options\":true,\"theme.custom-css\":true,\"theme.custom-js\":true,\"widgets.index\":true,\"backups.index\":true,\"backups.create\":true,\"backups.restore\":true,\"backups.destroy\":true,\"plugins.blog\":true,\"posts.index\":true,\"posts.create\":true,\"posts.edit\":true,\"posts.destroy\":true,\"categories.index\":true,\"categories.create\":true,\"categories.edit\":true,\"categories.destroy\":true,\"tags.index\":true,\"tags.create\":true,\"tags.edit\":true,\"tags.destroy\":true,\"contacts.index\":true,\"contacts.edit\":true,\"contacts.destroy\":true,\"plugins.ecommerce\":true,\"ecommerce.settings\":true,\"ecommerce.report.index\":true,\"products.index\":true,\"products.create\":true,\"products.edit\":true,\"products.destroy\":true,\"product-categories.index\":true,\"product-categories.create\":true,\"product-categories.edit\":true,\"product-categories.destroy\":true,\"product-tag.index\":true,\"product-tag.create\":true,\"product-tag.edit\":true,\"product-tag.destroy\":true,\"brands.index\":true,\"brands.create\":true,\"brands.edit\":true,\"brands.destroy\":true,\"product-collections.index\":true,\"product-collections.create\":true,\"product-collections.edit\":true,\"product-collections.destroy\":true,\"product-attribute-sets.index\":true,\"product-attribute-sets.create\":true,\"product-attribute-sets.edit\":true,\"product-attribute-sets.destroy\":true,\"product-attributes.index\":true,\"product-attributes.create\":true,\"product-attributes.edit\":true,\"product-attributes.destroy\":true,\"tax.index\":true,\"tax.create\":true,\"tax.edit\":true,\"tax.destroy\":true,\"reviews.index\":true,\"reviews.create\":true,\"reviews.edit\":true,\"reviews.destroy\":true,\"shipping_methods.index\":true,\"orders.index\":true,\"orders.create\":true,\"orders.edit\":true,\"orders.destroy\":true,\"discounts.index\":true,\"discounts.create\":true,\"discounts.edit\":true,\"discounts.destroy\":true,\"customers.index\":true,\"customers.create\":true,\"customers.edit\":true,\"customers.destroy\":true,\"flash-sale.index\":true,\"flash-sale.create\":true,\"flash-sale.edit\":true,\"flash-sale.destroy\":true,\"product-label.index\":true,\"product-label.create\":true,\"product-label.edit\":true,\"product-label.destroy\":true,\"ecommerce.bulk-import.index\":true,\"ecommerce.export.products.index\":true,\"plugin.faq\":true,\"faq.index\":true,\"faq.create\":true,\"faq.edit\":true,\"faq.destroy\":true,\"faq_category.index\":true,\"faq_category.create\":true,\"faq_category.edit\":true,\"faq_category.destroy\":true,\"languages.index\":true,\"languages.create\":true,\"languages.edit\":true,\"languages.destroy\":true,\"languages.theme-translations\":true,\"media.index\":true,\"files.index\":true,\"files.create\":true,\"files.edit\":true,\"files.trash\":true,\"files.destroy\":true,\"folders.index\":true,\"folders.create\":true,\"folders.edit\":true,\"folders.trash\":true,\"folders.destroy\":true,\"newsletter.index\":true,\"newsletter.destroy\":true,\"pages.index\":true,\"pages.create\":true,\"pages.edit\":true,\"pages.destroy\":true,\"payment.index\":true,\"payments.settings\":true,\"payment.destroy\":true,\"simple-slider.index\":true,\"simple-slider.create\":true,\"simple-slider.edit\":true,\"simple-slider.destroy\":true,\"simple-slider-item.index\":true,\"simple-slider-item.create\":true,\"simple-slider-item.edit\":true,\"simple-slider-item.destroy\":true,\"social-login.settings\":true,\"core.system\":true,\"users.index\":true,\"users.create\":true,\"users.edit\":true,\"users.destroy\":true,\"roles.index\":true,\"roles.create\":true,\"roles.edit\":true,\"roles.destroy\":true,\"settings.options\":true,\"settings.email\":true,\"settings.media\":true,\"plugins.index\":true,\"plugins.edit\":true,\"plugins.remove\":true,\"audit-log.index\":true,\"audit-log.destroy\":true,\"translations.index\":true,\"translations.edit\":true}', 'Tüm yetkileri Açıktır', 0, 1, 1, '2021-09-07 12:58:02', '2022-04-08 07:56:59'),
(2, 'editor', 'Editör', '{\"plugins.ecommerce\":true,\"ecommerce.settings\":true,\"ecommerce.report.index\":true,\"products.index\":true,\"products.create\":true,\"products.edit\":true,\"products.destroy\":true,\"product-categories.index\":true,\"product-categories.create\":true,\"product-categories.edit\":true,\"product-categories.destroy\":true,\"product-tag.index\":true,\"product-tag.create\":true,\"product-tag.edit\":true,\"product-tag.destroy\":true,\"brands.index\":true,\"brands.create\":true,\"brands.edit\":true,\"brands.destroy\":true,\"product-collections.index\":true,\"product-collections.create\":true,\"product-collections.edit\":true,\"product-collections.destroy\":true,\"product-attribute-sets.index\":true,\"product-attribute-sets.create\":true,\"product-attribute-sets.edit\":true,\"product-attribute-sets.destroy\":true,\"product-attributes.index\":true,\"product-attributes.create\":true,\"product-attributes.edit\":true,\"product-attributes.destroy\":true,\"tax.index\":true,\"tax.create\":true,\"tax.edit\":true,\"tax.destroy\":true,\"reviews.index\":true,\"reviews.create\":true,\"reviews.edit\":true,\"reviews.destroy\":true,\"shipping_methods.index\":true,\"orders.index\":true,\"orders.create\":true,\"orders.edit\":true,\"orders.destroy\":true,\"discounts.index\":true,\"discounts.create\":true,\"discounts.edit\":true,\"discounts.destroy\":true,\"customers.index\":true,\"customers.create\":true,\"customers.edit\":true,\"customers.destroy\":true,\"flash-sale.index\":true,\"flash-sale.create\":true,\"flash-sale.edit\":true,\"flash-sale.destroy\":true,\"product-label.index\":true,\"product-label.create\":true,\"product-label.edit\":true,\"product-label.destroy\":true,\"ecommerce.bulk-import.index\":true,\"ecommerce.export.products.index\":true}', 'Editör Sadece siparişleri ve ürünleri yönetir.', 0, 1, 1, '2022-04-08 07:57:47', '2022-04-08 07:57:47'),
(4, 'demo-admin', 'Demo Admin', '{\"ads.index\":true,\"ads.create\":true,\"ads.edit\":true,\"ads.destroy\":true,\"analytics.general\":true,\"analytics.page\":true,\"analytics.browser\":true,\"analytics.referrer\":true,\"core.appearance\":true,\"menus.index\":true,\"menus.create\":true,\"menus.edit\":true,\"menus.destroy\":true,\"theme.index\":true,\"theme.activate\":true,\"theme.remove\":true,\"theme.options\":true,\"theme.custom-css\":true,\"theme.custom-js\":true,\"widgets.index\":true,\"backups.index\":true,\"backups.create\":true,\"backups.restore\":true,\"backups.destroy\":true,\"plugins.blog\":true,\"posts.index\":true,\"posts.create\":true,\"posts.edit\":true,\"posts.destroy\":true,\"categories.index\":true,\"categories.create\":true,\"categories.edit\":true,\"categories.destroy\":true,\"tags.index\":true,\"tags.create\":true,\"tags.edit\":true,\"tags.destroy\":true,\"contacts.index\":true,\"contacts.edit\":true,\"contacts.destroy\":true,\"plugins.ecommerce\":true,\"ecommerce.settings\":true,\"ecommerce.report.index\":true,\"products.index\":true,\"products.create\":true,\"products.edit\":true,\"products.destroy\":true,\"product-categories.index\":true,\"product-categories.create\":true,\"product-categories.edit\":true,\"product-categories.destroy\":true,\"product-tag.index\":true,\"product-tag.create\":true,\"product-tag.edit\":true,\"product-tag.destroy\":true,\"brands.index\":true,\"brands.create\":true,\"brands.edit\":true,\"brands.destroy\":true,\"product-collections.index\":true,\"product-collections.create\":true,\"product-collections.edit\":true,\"product-collections.destroy\":true,\"product-attribute-sets.index\":true,\"product-attribute-sets.create\":true,\"product-attribute-sets.edit\":true,\"product-attribute-sets.destroy\":true,\"product-attributes.index\":true,\"product-attributes.create\":true,\"product-attributes.edit\":true,\"product-attributes.destroy\":true,\"tax.index\":true,\"tax.create\":true,\"tax.edit\":true,\"tax.destroy\":true,\"reviews.index\":true,\"reviews.create\":true,\"reviews.edit\":true,\"reviews.destroy\":true,\"shipping_methods.index\":true,\"orders.index\":true,\"orders.create\":true,\"orders.edit\":true,\"orders.destroy\":true,\"discounts.index\":true,\"discounts.create\":true,\"discounts.edit\":true,\"discounts.destroy\":true,\"customers.index\":true,\"customers.create\":true,\"customers.edit\":true,\"customers.destroy\":true,\"flash-sale.index\":true,\"flash-sale.create\":true,\"flash-sale.edit\":true,\"flash-sale.destroy\":true,\"product-label.index\":true,\"product-label.create\":true,\"product-label.edit\":true,\"product-label.destroy\":true,\"ecommerce.bulk-import.index\":true,\"ecommerce.export.products.index\":true,\"plugin.faq\":true,\"faq.index\":true,\"faq.create\":true,\"faq.edit\":true,\"faq.destroy\":true,\"faq_category.index\":true,\"faq_category.create\":true,\"faq_category.edit\":true,\"faq_category.destroy\":true,\"languages.index\":true,\"languages.create\":true,\"languages.edit\":true,\"languages.destroy\":true,\"languages.theme-translations\":true,\"marketplace.index\":true,\"hepsiburada.index\":true,\"n11.index\":true,\"parasut.index\":true,\"trendyol.index\":true,\"media.index\":true,\"files.index\":true,\"files.create\":true,\"files.edit\":true,\"files.trash\":true,\"files.destroy\":true,\"folders.index\":true,\"folders.create\":true,\"folders.edit\":true,\"folders.trash\":true,\"folders.destroy\":true,\"newsletter.index\":true,\"newsletter.destroy\":true,\"pages.index\":true,\"pages.create\":true,\"pages.edit\":true,\"pages.destroy\":true,\"payment.index\":true,\"payments.settings\":true,\"payment.destroy\":true,\"simple-slider.index\":true,\"simple-slider.create\":true,\"simple-slider.edit\":true,\"simple-slider.destroy\":true,\"simple-slider-item.index\":true,\"simple-slider-item.create\":true,\"simple-slider-item.edit\":true,\"simple-slider-item.destroy\":true,\"social-login.settings\":true,\"core.system\":true,\"plugins.index\":true,\"bulksend\":true,\"translations.index\":true,\"translations.edit\":true,\"whatsappbutton.index\":true,\"topbanner.index\":true}', 'Demo Admin', 0, 1, 1, '2022-04-11 23:58:40', '2022-04-12 12:55:07');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `role_users`
--

CREATE TABLE `role_users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `role_id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `role_users`
--

INSERT INTO `role_users` (`id`, `user_id`, `role_id`, `created_at`, `updated_at`) VALUES
(1, 1, 1, '2022-04-08 07:58:18', '2022-04-08 07:58:18');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `settings`
--

CREATE TABLE `settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(191) NOT NULL,
  `value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `settings`
--

INSERT INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'theme', 'wowy', NULL, NULL),
(2, 'activated_plugins', '[\"language\",\"language-advanced\",\"analytics\",\"backup\",\"blog\",\"captcha\",\"contact\",\"cookie-consent\",\"mollie\",\"newsletter\",\"paystack\",\"simple-slider\",\"social-login\",\"sslcommerz\",\"translation\",\"ads\",\"audit-log\",\"payment\",\"ecommerce\",\"faq\",\"marketplace\",\"n11\",\"hepsiburada\",\"topbanner\",\"parasut\",\"smsgateway\",\"paytr\",\"whatsappbutton\",\"trendyol\",\"bulksend\"]', NULL, NULL),
(9, 'language_hide_default', '1', NULL, NULL),
(10, 'language_switcher_display', 'dropdown', NULL, NULL),
(11, 'language_display', 'all', NULL, NULL),
(12, 'language_hide_languages', '[]', NULL, NULL),
(13, 'ecommerce_store_name', 'Eticaret V7', NULL, NULL),
(14, 'ecommerce_store_phone', '00000000000', NULL, NULL),
(15, 'ecommerce_store_address', 'Lorem ipsum dolor sit ametipsum dolor sit amet İstanbul/Türkiye', NULL, NULL),
(16, 'ecommerce_store_state', 'Türkiye', NULL, NULL),
(17, 'ecommerce_store_city', 'Samsun', NULL, NULL),
(18, 'ecommerce_store_country', 'TR', NULL, NULL),
(19, 'media_random_hash', '0557aa7377198cabe9ce569cdd9a280c', NULL, NULL),
(20, 'permalink-botble-blog-models-post', 'blog', NULL, NULL),
(21, 'permalink-botble-blog-models-category', 'blog', NULL, NULL),
(22, 'permalink-botble-blog-models-tag', 'etiket', NULL, NULL),
(23, 'payment_cod_status', '1', NULL, NULL),
(24, 'payment_cod_description', '<p>Teslimatta kapıda ödeme yöntemini &nbsp;seçerseniz, lütfen parayı doğrudan kargo görevlisine ödeyin.</p>', NULL, NULL),
(25, 'payment_bank_transfer_status', '1', NULL, NULL),
(26, 'payment_bank_transfer_description', '<p><span style=\"background-color:rgb(255,255,255);color:rgb(143,152,168);\">Ak Bank, Zafer NAR,</span><br><strong>TR00 0000 0000 0000 0000 0000 00</strong><br><span style=\"background-color:rgb(255,255,255);color:rgb(143,152,168);\">Şube kodu : </span><strong>0502 - Samsun</strong><br><span style=\"background-color:rgb(255,255,255);color:rgb(143,152,168);\">Hesap numarası : </span><strong>0000000</strong></p><p><span style=\"background-color:rgb(255,255,255);color:rgb(143,152,168);\">İş Bankası, Zafer NAR,</span><br><strong>TR00 0000 0000 0000 0000 0000 00</strong><br><span style=\"background-color:rgb(255,255,255);color:rgb(143,152,168);\">Şube kodu : </span><strong>0502 - Samsun</strong><br><span style=\"background-color:rgb(255,255,255);color:rgb(143,152,168);\">Hesap numarası : </span><strong>0000000</strong></p>', NULL, NULL),
(27, 'plugins_ecommerce_customer_new_order_status', '0', NULL, NULL),
(28, 'plugins_ecommerce_admin_new_order_status', '0', NULL, NULL),
(29, 'sale_popup_display_pages', '[\"public.index\"]', NULL, NULL),
(30, 'admin_favicon', 'eticaretv7-logo-1.png', NULL, NULL),
(31, 'admin_logo', 'eticaretv7-logo.png', NULL, NULL),
(32, 'theme-wowy-site_title', 'E-Ticaret V7', NULL, NULL),
(33, 'theme-wowy-copyright', 'Copyright © 2022. Her Hakkı Saklıdır. kopyalanması, çoğaltılması ve dağıtılması halinde yasal haklarımız işletilecektir.', NULL, NULL),
(34, 'theme-wowy-favicon', 'eticaretv7-logo-1.png', NULL, NULL),
(35, 'theme-wowy-logo', 'general/eticaretv7-logo.png', NULL, NULL),
(36, 'theme-wowy-logo_light', 'eticaretv7-logo.png', NULL, NULL),
(37, 'theme-wowy-seo_og_image', 'general/open-graph-image.png', NULL, NULL),
(38, 'theme-wowy-address', 'Lorem ipsum dolor sit ametipsum dolor sit amet İstanbul/Türkiye', NULL, NULL),
(39, 'theme-wowy-hotline', '0000 000 00 00', NULL, NULL),
(40, 'theme-wowy-phone', '0000 000 00 00', NULL, NULL),
(41, 'theme-wowy-working_hours', 'Pazartesi - Cumartesi 09:00 - 18:00 Pazar: Kapalı', NULL, NULL),
(44, 'theme-wowy-cookie_consent_message', 'siteadi.com\'da bulunan çerezler (cookies); alışveriş deneyiminizi iyileştirmek için yasal mevzuata uygun olarak düzenlenmiştir. Detaylı bilgiye ulaşmak için Çerez Politikası sayfasını ziyaret edebilirsiniz.', NULL, NULL),
(45, 'theme-wowy-cookie_consent_learn_more_url', 'http://site.com/cookie-policy', NULL, NULL),
(46, 'theme-wowy-cookie_consent_learn_more_text', 'Çerez Politikası', NULL, NULL),
(47, 'theme-wowy-payment_methods', 'general/payment-methods.png', NULL, NULL),
(48, 'theme-wowy-number_of_cross_sale_products_in_cart_page', '4', NULL, NULL),
(50, 'theme-wowy-social_links', '[[{\"key\":\"social-name\",\"value\":\"Facebook\"},{\"key\":\"social-icon\",\"value\":\"fab fa-facebook-f\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.facebook.com\\/\"},{\"key\":\"social-color\",\"value\":\"#3B5999\"}],[{\"key\":\"social-name\",\"value\":\"Twitter\"},{\"key\":\"social-icon\",\"value\":\"fab fa-twitter\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.twitter.com\\/\"},{\"key\":\"social-color\",\"value\":\"#55ACF9\"}],[{\"key\":\"social-name\",\"value\":\"Instagram\"},{\"key\":\"social-icon\",\"value\":\"fab fa-instagram\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.instagram.com\\/\"},{\"key\":\"social-color\",\"value\":\"#E1306C\"}],[{\"key\":\"social-name\",\"value\":\"Linkedin\"},{\"key\":\"social-icon\",\"value\":\"fab fa-linkedin\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.linkedin.com\\/\"},{\"key\":\"social-color\",\"value\":\"#007BB6\"}],[{\"key\":\"social-name\",\"value\":\"Youtube\"},{\"key\":\"social-icon\",\"value\":\"fab fa-youtube\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.youtube.com\\/\"},{\"key\":\"social-color\",\"value\":\"#CB2027\"}]]', NULL, NULL),
(51, 'theme-wowy-header_messages', '[[{\"key\":\"icon\",\"value\":\"fa fa-bell\"},{\"key\":\"message\",\"value\":\"150TL ve \\u00dczeri T\\u00fcm Al\\u0131\\u015fveri\\u015flerinizde KARGO BEDAVA!\"},{\"key\":\"link\",\"value\":\"\\/urunler\"},{\"key\":\"link_text\",\"value\":\"Ba\\u015fla\"}]]', NULL, NULL),
(52, 'theme-wowy-contact_info_boxes', '[[{\"key\":\"name\",\"value\":\"Merkez Ofis\"},{\"key\":\"address\",\"value\":\"Sultantepe 34674 \\u00dcsk\\u00fcdar\\/\\u0130stanbul T\\u00fcrkiye\"},{\"key\":\"phone\",\"value\":\"(+90) 555 555 5555\"},{\"key\":\"email\",\"value\":\"office@domain.com\"}],[{\"key\":\"name\",\"value\":\"St\\u00fcdyomuz\"},{\"key\":\"address\",\"value\":\"Sultantepe 34674 \\u00dcsk\\u00fcdar\\/\\u0130stanbul T\\u00fcrkiye\"},{\"key\":\"phone\",\"value\":\"(+90) 555 555 5555\"},{\"key\":\"email\",\"value\":\"studio@domain.com\"}],[{\"key\":\"name\",\"value\":\"D\\u00fckkan\\u0131m\\u0131z\"},{\"key\":\"address\",\"value\":\"Sultantepe 34674 \\u00dcsk\\u00fcdar\\/\\u0130stanbul T\\u00fcrkiye\"},{\"key\":\"phone\",\"value\":\"(+90) 555 555 5555\"},{\"key\":\"email\",\"value\":\"shop@domain.com\"}],[{\"key\":\"name\",\"value\":null},{\"key\":\"address\",\"value\":null},{\"key\":\"phone\",\"value\":null},{\"key\":\"email\",\"value\":null}]]', NULL, NULL),
(53, 'theme-wowy-vi-font_text', 'Roboto Condensed', NULL, NULL),
(54, 'theme-wowy-vi-copyright', 'Bản quyền © 2021 Wowy tất cả quyền đã được bảo hộ. Phát triển bởi Botble.', NULL, NULL),
(55, 'theme-wowy-vi-working_hours', '10:00 - 18:00, Thứ Hai - Thứ Bảy', NULL, NULL),
(56, 'theme-wowy-vi-cookie_consent_message', 'Trải nghiệm của bạn trên trang web này sẽ được cải thiện bằng cách cho phép cookie ', NULL, NULL),
(57, 'theme-wowy-vi-cookie_consent_learn_more_url', 'http://site.com/cookie-policy', NULL, NULL),
(58, 'theme-wowy-vi-cookie_consent_learn_more_text', 'Chính sách cookie', NULL, NULL),
(59, 'theme-wowy-vi-homepage_id', '14', NULL, NULL),
(60, 'theme-wowy-vi-blog_page_id', '18', NULL, NULL),
(61, 'theme-wowy-vi-header_messages', '[[{\"key\":\"icon\",\"value\":\"fa fa-bell\"},{\"key\":\"message\",\"value\":\"<b class=\\\"text-success\\\">Trang s\\u1ee9c b\\u1ea1c 25 <\\/b> th\\u1eddi th\\u01b0\\u1ee3ng, ti\\u1ebft ki\\u1ec7m \\u0111\\u1ebfn 35%\"},{\"key\":\"link\",\"value\":\"\\/products\"},{\"key\":\"link_text\",\"value\":\"Mua ngay\"}],[{\"key\":\"icon\",\"value\":\"fa fa-asterisk\"},{\"key\":\"message\",\"value\":\"<b class=\\\"text-danger\\\">\\u01afu \\u0111\\u00e3i si\\u00eau gi\\u00e1 tr\\u1ecb <\\/b> - Ti\\u1ebft ki\\u1ec7m h\\u01a1n v\\u1edbi phi\\u1ebfu th\\u01b0\\u1edfng\"},{\"key\":\"link\",\"value\":null},{\"key\":\"link_text\",\"value\":null}],[{\"key\":\"icon\",\"value\":\"fa fa-angle-double-right\"},{\"key\":\"message\",\"value\":\"Nh\\u1eadn c\\u00e1c s\\u1ea3n ph\\u1ea9m tuy\\u1ec7t v\\u1eddi gi\\u1ea3m gi\\u00e1 t\\u1edbi 50%\"},{\"key\":\"link\",\"value\":\"\\/products\"},{\"key\":\"link_text\",\"value\":\"Xem chi ti\\u1ebft\"}]]', NULL, NULL),
(62, 'theme-wowy-vi-contact_info_boxes', '[[{\"key\":\"name\",\"value\":\"Tr\\u1ee5 s\\u1edf ch\\u00ednh\"},{\"key\":\"address\",\"value\":\"205 North Michigan Avenue, Suite 810, Chicago, 60601, USA\"},{\"key\":\"phone\",\"value\":\"(+01) 234 567\"},{\"key\":\"email\",\"value\":\"office@domain.com\"}],[{\"key\":\"name\",\"value\":\"Gian h\\u00e0ng tr\\u01b0ng b\\u00e0y\"},{\"key\":\"address\",\"value\":\"205 North Michigan Avenue, Suite 810, Chicago, 60601, USA\"},{\"key\":\"phone\",\"value\":\"(+01) 234 567\"},{\"key\":\"email\",\"value\":\"studio@domain.com\"}],[{\"key\":\"name\",\"value\":\"C\\u1eeda h\\u00e0ng\"},{\"key\":\"address\",\"value\":\"205 North Michigan Avenue, Suite 810, Chicago, 60601, USA\"},{\"key\":\"phone\",\"value\":\"(+01) 234 567\"},{\"key\":\"email\",\"value\":\"shop@domain.com\"}]]', NULL, NULL),
(63, 'membership_authorization_at', '2024-04-17 15:13:11', NULL, NULL),
(66, 'time_zone', 'Europe/Istanbul', NULL, NULL),
(67, 'locale_direction', 'ltr', NULL, NULL),
(68, 'enable_send_error_reporting_via_email', '0', NULL, NULL),
(70, 'admin_title', 'E-Ticaret V7 Yönetim Paneli', NULL, NULL),
(71, 'rich_editor', 'ckeditor', NULL, NULL),
(72, 'enable_change_admin_theme', '1', NULL, NULL),
(73, 'enable_cache', '1', NULL, NULL),
(74, 'cache_time', '10', NULL, NULL),
(75, 'cache_admin_menu_enable', '0', NULL, NULL),
(77, 'cache_time_site_map', '3600', NULL, NULL),
(78, 'show_admin_bar', '0', NULL, NULL),
(86, 'enable_captcha', '0', NULL, NULL),
(87, 'captcha_type', 'v2', NULL, NULL),
(88, 'captcha_hide_badge', '0', NULL, NULL),
(91, 'simple_slider_using_assets', '1', NULL, NULL),
(92, 'locale', 'tr', NULL, NULL),
(105, 'default_admin_theme', 'darkblue', NULL, NULL),
(106, 'admin_locale_direction', 'ltr', NULL, NULL),
(251, 'plugins_ecommerce_welcome_status', '0', NULL, NULL),
(252, 'permalink-botble-page-models-page', '', NULL, NULL),
(253, 'permalink-botble-ecommerce-models-product', 'urunler', NULL, NULL),
(254, 'permalink-botble-ecommerce-models-brand', 'markalar', NULL, NULL),
(255, 'permalink-botble-ecommerce-models-productcategory', 'urun-kategorileri', NULL, NULL),
(256, 'permalink-botble-ecommerce-models-producttag', 'urun-etiketleri', NULL, NULL),
(257, 'slug_turn_off_automatic_url_translation_into_latin', '0', NULL, NULL),
(258, 'theme-wowy-show_site_name', '0', NULL, NULL),
(259, 'theme-wowy-seo_title', '', NULL, NULL),
(260, 'theme-wowy-seo_description', '', NULL, NULL),
(261, 'theme-wowy-preloader_enabled', 'yes', NULL, NULL),
(262, 'theme-wowy-facebook_comment_enabled_in_product', 'no', NULL, NULL),
(263, 'theme-wowy-font_text', 'Roboto', NULL, NULL),
(264, 'theme-wowy-header_style', 'header-style-1', NULL, NULL),
(265, 'theme-wowy-color_brand', '#5897FB', NULL, NULL),
(266, 'theme-wowy-color_brand_2', '#3256E0', NULL, NULL),
(267, 'theme-wowy-color_primary', '#3F81EB', NULL, NULL),
(268, 'theme-wowy-color_secondary', '#41506B', NULL, NULL),
(269, 'theme-wowy-color_warning', '#FFB300', NULL, NULL),
(270, 'theme-wowy-color_danger', '#FF3551', NULL, NULL),
(271, 'theme-wowy-color_success', '#3ED092', NULL, NULL),
(272, 'theme-wowy-color_info', '#18A1B7', NULL, NULL),
(273, 'theme-wowy-color_text', '#4F5D77', NULL, NULL),
(274, 'theme-wowy-color_heading', '#222222', NULL, NULL),
(275, 'theme-wowy-color_grey_1', '#111111', NULL, NULL),
(276, 'theme-wowy-color_grey_2', '#242424', NULL, NULL),
(277, 'theme-wowy-color_grey_4', '#90908E', NULL, NULL),
(278, 'theme-wowy-color_grey_9', '#F4F5F9', NULL, NULL),
(279, 'theme-wowy-color_muted', '#8E8E90', NULL, NULL),
(280, 'theme-wowy-color_body', '#4F5D77', NULL, NULL),
(281, 'theme-wowy-facebook_chat_enabled', 'no', NULL, NULL),
(282, 'theme-wowy-facebook_page_id', '', NULL, NULL),
(283, 'theme-wowy-facebook_comment_enabled_in_post', 'no', NULL, NULL),
(284, 'theme-wowy-facebook_app_id', '', NULL, NULL),
(285, 'theme-wowy-facebook_admins', '[[{\"key\":\"text\",\"value\":null}]]', NULL, NULL),
(286, 'theme-wowy-blog_single_layout', '', NULL, NULL),
(287, 'theme-wowy-number_of_posts_in_a_category', '6', NULL, NULL),
(288, 'theme-wowy-number_of_posts_in_a_tag', '6', NULL, NULL),
(289, 'theme-wowy-product_single_layout', '', NULL, NULL),
(290, 'theme-wowy-product_list_layout', 'product-left-sidebar', NULL, NULL),
(291, 'theme-wowy-number_of_products_per_page', '12', NULL, NULL),
(292, 'theme-wowy-number_of_cross_sale_product', '4', NULL, NULL),
(293, 'theme-wowy-max_filter_price', '100000', NULL, NULL),
(296, 'theme-wowy-cookie_consent_enable', 'yes', NULL, NULL),
(297, 'theme-wowy-cookie_consent_button_text', 'Anladım', NULL, NULL),
(298, 'theme-wowy-cookie_consent_background_color', '#000000', NULL, NULL),
(299, 'theme-wowy-cookie_consent_text_color', '#FFFFFF', NULL, NULL),
(300, 'theme-wowy-cookie_consent_max_width', '1170', NULL, NULL),
(375, 'ecommerce_store_weight_unit', 'g', NULL, NULL),
(376, 'ecommerce_store_width_height_unit', 'cm', NULL, NULL),
(377, 'ecommerce_thousands_separator', '.', NULL, NULL),
(378, 'ecommerce_decimal_separator', ',', NULL, NULL),
(379, 'ecommerce_currencies_is_default', '2', NULL, NULL),
(380, 'ecommerce_shopping_cart_enabled', '1', NULL, NULL),
(381, 'ecommerce_ecommerce_tax_enabled', '1', NULL, NULL),
(382, 'ecommerce_display_product_price_including_taxes', '0', NULL, NULL),
(383, 'ecommerce_review_enabled', '1', NULL, NULL),
(384, 'ecommerce_enable_quick_buy_button', '1', NULL, NULL),
(385, 'ecommerce_quick_buy_target_page', 'checkout', NULL, NULL),
(386, 'ecommerce_zip_code_enabled', '0', NULL, NULL),
(387, 'ecommerce_verify_customer_email', '0', NULL, NULL),
(388, 'ecommerce_enable_guest_checkout', '1', NULL, NULL),
(389, 'ecommerce_minimum_order_amount', '0', NULL, NULL),
(390, 'ecommerce_available_countries', '[\"TR\"]', NULL, NULL),
(393, 'admin_email.0', 'demo@demo.com', NULL, NULL),
(495, 'theme-wowy-homepage_id', '35', NULL, NULL),
(521, 'payment_cod_name', 'Kapıda Ödeme', NULL, NULL),
(522, 'payment_bank_transfer_name', 'Banka transferi', NULL, NULL),
(527, 'theme-wowy-blog_page_id', '5', NULL, NULL),
(528, 'theme-wowy-logo_in_the_checkout_page', NULL, NULL, NULL),
(529, 'theme-wowy-logo_in_invoices', NULL, NULL, NULL),
(530, 'theme-wowy-cookie_consent_style', 'full-width', NULL, NULL),
(531, 'admin_email', '[\"demo@demo.com\"]', NULL, NULL),
(532, 'login_screen_backgrounds', '[]', NULL, NULL),
(533, 'google_site_verification', '', NULL, NULL),
(534, 'google_analytics', '', NULL, NULL),
(535, 'analytics_view_id', '', NULL, NULL),
(536, 'analytics_service_account_credentials', '', NULL, NULL),
(537, 'newsletter_mailchimp_api_key', '', NULL, NULL),
(538, 'newsletter_mailchimp_list_id', '', NULL, NULL),
(539, 'newsletter_sendgrid_api_key', '', NULL, NULL),
(540, 'newsletter_sendgrid_list_id', '', NULL, NULL),
(541, 'captcha_site_key', '', NULL, NULL),
(542, 'captcha_secret', '', NULL, NULL),
(543, 'ecommerce_store_order_prefix', NULL, NULL, NULL),
(544, 'ecommerce_store_order_suffix', NULL, NULL, NULL),
(545, 'ecommerce_review_max_file_size', '2', NULL, NULL),
(546, 'ecommerce_review_max_file_number', '6', NULL, NULL),
(547, 'ecommerce_show_number_of_products', '1', NULL, NULL),
(548, 'ecommerce_using_custom_font_for_invoice', '0', NULL, NULL),
(549, 'ecommerce_invoice_font_family', 'Roboto', NULL, NULL),
(550, 'ecommerce_enable_invoice_stamp', '1', NULL, NULL),
(551, 'ecommerce_make_phone_field_at_the_checkout_optional', '0', NULL, NULL),
(552, 'payment_paytr_name', 'HST Mobile üzerinden online ödeme', NULL, NULL),
(553, 'payment_paytr_description', 'Payment with HST Mobile', NULL, NULL),
(554, 'payment_paytr_id', '5396890849', NULL, NULL),
(555, 'payment_paytr_key', '123456', NULL, NULL),
(556, 'payment_paytr_secret', '1', NULL, NULL),
(557, 'payment_paytr_status', '1', NULL, NULL),
(558, 'payment_paytr_installment', '1', NULL, NULL),
(559, 'payment_paytr_debug', '1', NULL, NULL),
(560, 'payment_paytr_test', '1', NULL, NULL),
(561, 'payment_iyzico_name', 'Iyzico üzerinden online ödeme', NULL, NULL),
(562, 'payment_iyzico_description', 'Payment with Iyzico', NULL, NULL),
(563, 'payment_iyzico_key', '56456', NULL, NULL),
(564, 'payment_iyzico_secret', '345634', NULL, NULL),
(565, 'payment_iyzico_installment', '6', NULL, NULL),
(566, 'payment_iyzico_status', '1', NULL, NULL),
(567, 'ecommerce_store_vat_number', NULL, NULL, NULL),
(568, 'ecommerce_enable_auto_detect_visitor_currency', '0', NULL, NULL),
(569, 'ecommerce_wishlist_enabled', '1', NULL, NULL),
(570, 'ecommerce_compare_enabled', '1', NULL, NULL),
(571, 'ecommerce_default_tax_rate', '0', NULL, NULL),
(572, 'ecommerce_enable_recaptcha_in_register_page', '0', NULL, NULL),
(573, 'ecommerce_how_to_display_product_variation_images', 'only_variation_images', NULL, NULL),
(574, 'ecommerce_show_out_of_stock_products', '1', NULL, NULL),
(575, 'ecommerce_disable_order_invoice_until_order_confirmed', '0', NULL, NULL),
(576, 'ecommerce_load_countries_states_cities_from_location_plugin', '1', NULL, NULL),
(577, 'enable_faq_schema', '0', NULL, NULL),
(578, 'theme-wowy-preloader_version', 'v2', NULL, NULL),
(579, 'theme-wowy-preloader_image', '', NULL, NULL),
(580, 'ecommerce_type', 'trendyol', NULL, NULL),
(581, 'ecommerce_trendyol_id', 'demo', NULL, NULL),
(582, 'ecommerce_trendyol_key', 'demo', NULL, NULL),
(583, 'ecommerce_trendyol_secret', 'demo', NULL, NULL),
(584, 'ecommerce_n11_key', 'demo', NULL, NULL),
(585, 'ecommerce_n11_secret', 'demo', NULL, NULL),
(586, 'ecommerce_hepsiburada_key', 'demo', NULL, NULL),
(587, 'ecommerce_hepsiburada_secret', 'demo', NULL, NULL),
(588, 'ecommerce_hepsiburada_guid', 'demo', NULL, NULL),
(589, 'ecommerce_wpbutton_icon', 'fa-whatsapp', NULL, NULL),
(590, 'ecommerce_wpbutton_text', 'Whatsapp İle Satın Al', NULL, NULL),
(591, 'ecommerce_wpbutton_number', '+90555555555', NULL, NULL),
(592, 'ecommerce_topbanner_desktop', 'general/topbanner.jpg', NULL, NULL),
(593, 'ecommerce_topbanner_mobil', 'sliders/topbanner.png', NULL, NULL),
(594, 'ecommerce_topbanner_href', '#', NULL, NULL),
(595, 'ecommerce_parasut_clientid', 'demo', NULL, NULL),
(596, 'ecommerce_parasut_cliensecret', 'demo', NULL, NULL),
(597, 'ecommerce_parasut_username', 'demo', NULL, NULL),
(598, 'ecommerce_parasut_password', 'demo', NULL, NULL),
(599, 'ecommerce_parasut_uri', 'urn:ietf:wg:oauth:2.0:oob', NULL, NULL),
(600, 'ecommerce_parasut_companyid', 'demo', NULL, NULL),
(601, 'ecommerce_parasut_developer', 'false', NULL, NULL),
(602, 'ecommerce_parasut_type', 'e-arsiv', NULL, NULL),
(603, 'ecommerce_parasut_currency', 'TRL', NULL, NULL),
(604, 'ecommerce_bakim_baslik', 'Bakım', NULL, NULL),
(605, 'ecommerce_bakim_aciklama', 'Sitemiz Yenilenmektedir!', NULL, NULL),
(606, 'ecommerce_tax_no_active', '1', NULL, NULL),
(607, 'default_payment_method', 'paytr', NULL, NULL),
(608, 'ecommerce_smsgateway_driver', 'netgsm', NULL, NULL),
(609, 'ecommerce_smsgateway_username', 'kadi', NULL, NULL),
(610, 'ecommerce_smsgateway_password', 'password', NULL, NULL),
(611, 'ecommerce_smsgateway_title', 'Başlık', NULL, NULL),
(612, 'ecommerce_smsgateway_vendor', '0555555555555', NULL, NULL),
(613, 'ecommerce_smsgateway_create_order', '1', NULL, NULL),
(614, 'ecommerce_smsgateway_create_order_msg', 'Sayın {name}, {orderID} numaralı siparişiniz oluşturulmuştur.', NULL, NULL),
(615, 'ecommerce_smsgateway_confirm_order', '1', NULL, NULL),
(616, 'ecommerce_smsgateway_confirm_order_msg', 'Sayın {name}, {orderID} numaralı siparişiniz onaylanmıştır.', NULL, NULL),
(617, 'ecommerce_smsgateway_create_shipment', '1', NULL, NULL),
(618, 'ecommerce_smsgateway_create_shipment_msg', 'Sayın {name}, {orderID} numaralı siparişiniz kargoya verilmiştir.', NULL, NULL),
(619, 'plugins_ecommerce_welcome_subject', 'Hoşgeldiniz {{ site_title }}!', NULL, NULL),
(620, 'plugins_ecommerce_confirm-email_subject', 'E-posta Bildirimini Onaylayın', NULL, NULL),
(621, 'plugins_ecommerce_password-reminder_subject', 'Şifreyi Yenile', NULL, NULL),
(622, 'email_driver', 'sendmail', NULL, NULL),
(623, 'email_port', '465', NULL, NULL),
(624, 'email_host', '', NULL, NULL),
(625, 'email_username', '', NULL, NULL),
(626, 'email_password', '', NULL, NULL),
(627, 'email_encryption', 'tls', NULL, NULL),
(628, 'email_mail_gun_domain', '', NULL, NULL),
(629, 'email_mail_gun_secret', '', NULL, NULL),
(630, 'email_mail_gun_endpoint', 'api.mailgun.net', NULL, NULL),
(631, 'email_ses_key', '', NULL, NULL),
(632, 'email_ses_secret', '', NULL, NULL),
(633, 'email_ses_region', 'us-east-1', NULL, NULL),
(634, 'email_postmark_token', '', NULL, NULL),
(635, 'email_sendmail_path', '/usr/sbin/sendmail -bs', NULL, NULL),
(636, 'email_log_channel', '', NULL, NULL),
(637, 'email_from_name', 'eTicaretV7', NULL, NULL),
(638, 'email_from_address', 'admin@domain.com', NULL, NULL),
(639, 'using_queue_to_send_mail', '0', NULL, NULL),
(640, 'plugins_ecommerce_customer_cancel_order_status', '1', NULL, NULL),
(641, 'plugins_ecommerce_customer_delivery_order_status', '1', NULL, NULL),
(642, 'plugins_ecommerce_order_confirm_status', '1', NULL, NULL),
(643, 'plugins_ecommerce_order_confirm_payment_status', '1', NULL, NULL),
(644, 'plugins_ecommerce_order_recover_status', '1', NULL, NULL),
(645, 'plugins_contact_notice_status', '1', NULL, NULL),
(646, 'plugins_newsletter_subscriber_email_status', '1', NULL, NULL),
(647, 'plugins_newsletter_admin_email_status', '1', NULL, NULL),
(648, 'theme-wowy-number_of_cross_sale_product_mobile', '0', NULL, NULL),
(649, 'payment_hstmobile_name', 'HST Mobile üzerinden online ödeme', NULL, NULL),
(650, 'payment_hstmobile_description', 'Payment with HST Mobile', NULL, NULL),
(651, 'payment_hstmobile_id', '5396890849', NULL, NULL),
(652, 'payment_hstmobile_key', '123456', NULL, NULL),
(653, 'payment_hstmobile_secret', NULL, NULL, NULL),
(654, 'payment_hstmobile_installment', NULL, NULL, NULL),
(655, 'payment_hstmobile_status', '1', NULL, NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `simple_sliders`
--

CREATE TABLE `simple_sliders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `key` varchar(120) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `simple_sliders`
--

INSERT INTO `simple_sliders` (`id`, `name`, `key`, `description`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Home slider 1', 'home-slider-1', NULL, 'published', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(2, 'Home slider 2', 'home-slider-2', NULL, 'published', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(3, 'Home slider 3', 'home-slider-3', NULL, 'published', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(4, 'Home slider 4', 'home-slider-4', NULL, 'published', '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(9, 'Slider 1', 'slider-1', NULL, 'published', '2021-10-25 08:17:56', '2021-10-25 08:17:56'),
(10, 'Slider 2', 'slider-2', NULL, 'published', '2021-10-25 08:18:33', '2021-10-25 08:18:33'),
(11, 'Slider 3', 'slider-3', NULL, 'published', '2021-10-25 08:19:12', '2021-10-25 08:19:12'),
(12, 'Slider 4', 'slider-4', NULL, 'published', '2021-10-25 08:19:32', '2021-10-25 08:19:32');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `simple_slider_items`
--

CREATE TABLE `simple_slider_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `simple_slider_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `image` varchar(255) NOT NULL,
  `link` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `order` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `simple_slider_items`
--

INSERT INTO `simple_slider_items` (`id`, `simple_slider_id`, `title`, `image`, `link`, `description`, `order`, `created_at`, `updated_at`) VALUES
(1, 1, 'Super Value Deals', 'sliders/1-1.png', '/products', 'Save more with coupons & up to 70% off', 1, '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(2, 1, 'Tech Trending', 'sliders/1-2.png', '/products', 'Save more with coupons & up to 20% off', 2, '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(3, 1, 'Big Deals From', 'sliders/1-3.png', '/products', 'Headphone, Gaming Laptop, PC and more...', 3, '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(4, 2, 'Super Value Deals', 'sliders/2-1.png', '/products', 'Save more with coupons & up to 70% off', 1, '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(5, 2, 'Tech Trending', 'sliders/2-2.png', '/products', 'Save more with coupons & up to 20% off', 2, '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(6, 2, 'Big Deals From', 'sliders/2-3.png', '/products', 'Headphone, Gaming Laptop, PC and more...', 3, '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(7, 3, 'Super Value Deals', 'sliders/3-1.png', '/products', 'Save more with coupons & up to 70% off', 1, '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(8, 3, 'Tech Trending', 'sliders/3-2.png', '/products', 'Save more with coupons & up to 20% off', 2, '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(9, 4, 'Super Value Deals', 'sliders/4-1.png', '/products', 'Save more with coupons & up to 70% off', 1, '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(10, 4, 'Tech Trending', 'sliders/4-2.png', '/products', 'Save more with coupons & up to 20% off', 2, '2021-08-24 08:00:11', '2021-08-24 08:00:11'),
(11, 4, 'Big Deals From', 'sliders/4-3.png', '/products', 'Headphone, Gaming Laptop, PC and more...', 3, '2021-08-24 08:00:12', '2021-08-24 08:00:12'),
(24, 9, NULL, 'sliders/13102021022136-3316-yeni.jpg', NULL, NULL, 0, '2021-10-25 12:45:14', '2021-10-25 12:45:14'),
(25, 9, NULL, 'sliders/25092021121940-701-yeni.jpg', '/urunler', NULL, 0, '2021-10-25 12:47:30', '2021-10-25 13:47:44'),
(26, 9, NULL, 'sliders/25092021122334-562-yeni.jpg', NULL, NULL, 0, '2021-10-25 13:52:55', '2021-10-25 13:52:55'),
(27, 9, NULL, 'sliders/21102021040547-5184-yeni.jpg', NULL, NULL, 0, '2021-10-26 13:39:11', '2021-10-26 13:39:11');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `slugs`
--

CREATE TABLE `slugs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) NOT NULL,
  `reference_id` int(10) UNSIGNED NOT NULL,
  `reference_type` varchar(255) NOT NULL,
  `prefix` varchar(120) DEFAULT '',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `slugs`
--

INSERT INTO `slugs` (`id`, `key`, `reference_id`, `reference_type`, `prefix`, `created_at`, `updated_at`) VALUES
(67, 'karaca', 1, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-08-24 07:58:09', '2021-10-25 14:11:43'),
(68, 'philips', 2, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-08-24 07:58:09', '2021-10-25 14:03:00'),
(69, 'lg', 3, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-08-24 07:58:09', '2021-10-25 14:02:40'),
(70, 'grundig', 4, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-08-24 07:58:09', '2021-10-25 14:02:08'),
(71, 'dyson', 5, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-08-24 07:58:09', '2021-10-25 14:01:52'),
(72, 'arzum', 6, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-08-24 07:58:09', '2021-10-25 14:01:24'),
(73, 'adidas', 7, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-08-24 07:58:09', '2021-10-25 14:01:01'),
(74, 'giyim-ayakkabi', 1, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:37:29'),
(75, 'elektronik', 2, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:35:28'),
(76, 'telefon-aksesuarlari', 3, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:47:06'),
(77, 'bilgisayar', 4, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:47:46'),
(78, 'televizyon-ses-sistemleri', 5, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:48:23'),
(79, 'elektrikli-ev-aletleri', 6, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:49:21'),
(80, 'beyaz-esya', 7, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:49:49'),
(81, 'fotograf-kamera', 8, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:50:16'),
(84, 'ev-yasam', 11, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:38:10'),
(85, 'anne-bebek', 12, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-27 08:01:21'),
(86, 'hamile-giyim', 13, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 10:23:07'),
(87, 'bebek-arabalari', 14, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 10:23:24'),
(88, 'beslenme-mama-sandalyesi', 15, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 10:23:40'),
(90, 'kozmetik-kisisel-bakim', 17, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:39:13'),
(91, 'mucevher-saat', 18, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:39:43'),
(92, 'spor-outdoor', 19, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:40:18'),
(93, 'kitap-muzik-film-oyun', 20, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:40:50'),
(94, 'muzik-enstrumanlari', 21, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 10:28:14'),
(95, 'film', 22, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 10:28:32'),
(96, 'hobi-oyun', 23, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 10:28:55'),
(98, 'bilet-tatil-eglence', 25, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:41:22'),
(99, 'otomotiv-motosiklet', 26, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-08-24 07:58:11', '2021-10-25 08:41:52'),
(173, 'homepage', 1, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(174, 'homepage-2', 2, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(175, 'homepage-3', 3, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(176, 'homepage-4', 4, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(177, 'blog', 5, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(178, 'contact', 6, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(179, 'about-us', 7, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(180, 'cookie-policy', 8, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(181, 'terms-conditions', 9, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(182, 'returns-exchanges', 10, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(183, 'shipping-delivery', 11, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(184, 'privacy-policy', 12, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(185, 'blog-left-sidebar', 13, 'Botble\\Page\\Models\\Page', '', '2021-08-24 08:00:27', '2021-09-01 12:49:28'),
(200, 'erkek-giyim-aksesuar', 31, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:44:22', '2021-10-25 08:44:22'),
(201, 'kadin-giyim-aksesuar', 32, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:44:49', '2021-10-25 08:44:49'),
(202, 'ayakkabi-canta', 33, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:45:25', '2021-10-25 08:45:25'),
(203, 'cocuk-giyim-aksesuar', 34, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:46:12', '2021-10-25 08:46:12'),
(204, 'gunes-gozlugu', 35, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:46:34', '2021-10-25 08:46:34'),
(205, 'mobilya', 36, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:51:31', '2021-10-25 08:51:31'),
(206, 'dekorasyon-aydinlatma', 37, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:51:48', '2021-10-25 08:51:48'),
(207, 'ev-tekstili', 38, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:52:13', '2021-10-25 08:52:13'),
(208, 'mutfak-gerecleri', 39, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:52:29', '2021-10-25 08:52:29'),
(209, 'banyo-ev-gerecleri', 40, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:53:46', '2021-10-25 08:53:46'),
(210, 'yapi-market-bahce', 41, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:54:11', '2021-10-25 08:54:11'),
(211, 'evcil-hayvan-urunleri', 42, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:54:29', '2021-10-25 08:54:29'),
(212, 'kirtasiye-ofis', 43, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:54:49', '2021-10-25 08:54:49'),
(213, 'supermarket', 44, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 08:55:08', '2021-10-25 08:55:08'),
(214, 'bebek-bezi-islak-mendil', 45, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:21:45', '2021-10-25 10:21:45'),
(215, 'bebek-giyim', 46, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:22:07', '2021-10-25 10:22:07'),
(216, 'parfum-deodorant', 47, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:24:19', '2021-10-25 10:24:19'),
(217, 'sac-bakim-sekillendirme', 48, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:24:32', '2021-10-25 10:24:32'),
(218, 'yuz-vucut-bakimi', 49, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:24:48', '2021-10-25 10:24:48'),
(219, 'makyaj', 50, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:25:04', '2021-10-25 10:25:04'),
(220, 'saglik-medikal-urunler', 51, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:25:17', '2021-10-25 10:25:17'),
(221, 'kadin-bakim-urunleri', 52, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:25:28', '2021-10-25 10:25:28'),
(222, 'erkek-bakim-urunleri', 53, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:25:43', '2021-10-25 10:25:43'),
(223, 'kol-saatleri', 54, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:25:59', '2021-10-25 10:25:59'),
(224, 'taki', 55, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:26:14', '2021-10-25 10:26:14'),
(225, 'spor-giyim', 56, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:26:29', '2021-10-25 10:26:29'),
(226, 'outdoor-giyim', 57, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:26:42', '2021-10-25 10:26:42'),
(227, 'kitap-dergi', 58, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:27:03', '2021-10-25 10:27:03'),
(228, 'oto-aksesuar', 59, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:29:53', '2021-10-25 10:29:53'),
(229, 'tum-motosiklet-urunleri', 60, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:30:15', '2021-10-25 10:30:15'),
(230, 'bilet', 61, 'Botble\\Ecommerce\\Models\\ProductCategory', 'urun-kategorileri', '2021-10-25 10:30:39', '2021-10-25 10:30:39'),
(234, 'anker', 8, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-10-25 14:03:45', '2021-10-25 14:03:45'),
(235, 'apple', 9, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-10-25 14:04:06', '2021-10-25 14:04:06'),
(236, 'case-4u', 10, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-10-25 14:04:35', '2021-10-25 14:04:35'),
(237, 'defacto', 11, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-10-25 14:04:55', '2021-10-25 14:04:55'),
(238, 'hummel', 12, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-10-25 14:05:10', '2021-10-25 14:05:10'),
(239, 'huawei', 13, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-10-25 14:05:27', '2021-10-25 14:05:27'),
(240, 'lenovo', 14, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-10-25 14:05:51', '2021-10-25 14:05:51'),
(241, 'koton', 15, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-10-25 14:06:14', '2021-10-25 14:06:14'),
(242, 'samsung', 16, 'Botble\\Ecommerce\\Models\\Brand', 'markalar', '2021-10-25 14:06:28', '2021-10-25 14:06:28'),
(243, 'hakkimizda', 28, 'Botble\\Page\\Models\\Page', '', '2021-10-25 14:21:02', '2021-10-25 14:21:02'),
(244, 'guvenli-e-ticaret', 29, 'Botble\\Page\\Models\\Page', '', '2021-10-25 14:21:32', '2021-10-25 14:21:32'),
(245, 'gizlilik-politikasi', 30, 'Botble\\Page\\Models\\Page', '', '2021-10-25 14:22:02', '2021-10-25 14:22:02'),
(246, 'uyelik-sozlesmesi', 31, 'Botble\\Page\\Models\\Page', '', '2021-10-25 14:22:29', '2021-10-25 14:22:29'),
(247, 'bize-ulasin', 32, 'Botble\\Page\\Models\\Page', '', '2021-10-25 14:23:19', '2021-10-25 14:23:19'),
(248, 'urun-iade-proseduru', 33, 'Botble\\Page\\Models\\Page', '', '2021-10-25 14:23:48', '2021-10-25 14:23:48'),
(249, 'cerez-politikasi', 34, 'Botble\\Page\\Models\\Page', '', '2021-10-25 14:24:08', '2021-10-25 14:24:08'),
(250, 'philips-32phs5505-hd-32-82-ekran-uydu-alicili-led-televizyon', 86, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 08:23:51', '2021-10-26 08:23:51'),
(251, 'xiaomi-mi-robot-vacuum-mop-essential-akilli-robot-supurge', 87, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 08:36:43', '2021-10-26 08:36:43'),
(252, 'hp-250-g7-1q2w4es-intel-core-i7-1065g7-8gb-256gb-ssd-ob-vga-156', 88, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 10:20:33', '2021-10-26 10:20:33'),
(253, 'xo-termanini-erkek-siyah-skinny-fit-kot-pantolon', 89, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 10:28:24', '2021-10-26 10:28:24'),
(254, 'xo-termanini-mavi-jeans-kot-pantolon', 96, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 10:35:49', '2021-10-26 10:35:49'),
(255, 'marco-ferry-gri-melanj-erkek-cepli-duz-paca-onden-fermuarli-kapsonlu-esofman-takim', 101, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 10:44:06', '2021-10-26 10:44:06'),
(256, 'giysa-cepli-salas-mavi-ayrobin-pantolon-20016', 107, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 11:11:22', '2021-10-26 11:11:22'),
(257, 'kadin-kirmizi-omuz-detayli-bluz', 112, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 11:20:38', '2021-10-26 11:20:38'),
(258, 'siyah-cicek-desenli-elbise-1yxk6-44869-02', 114, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 11:27:33', '2021-10-26 11:27:33'),
(259, 'bengi-alt903-pierloti-masa-sandalye-takimi-karakartal', 118, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 11:35:24', '2021-10-26 11:35:24'),
(260, 'papatya-ankastre-mikrodalga-mini-firin-banyo-mutfak-kitaplik-cok-amacli-dolap-bdx127', 119, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 11:41:10', '2021-10-26 11:41:10'),
(261, 'ahsap-gemisi-wiskonsin-karyola', 120, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 11:53:32', '2021-10-26 11:53:32'),
(262, 'mywondry-cok-amacli-s-ciceklik-dekoratif-ciceklik', 121, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 12:08:53', '2021-10-26 12:08:53'),
(263, '4lu-siyah-el-islemesi-makromeli-pecete-halkasi', 122, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 12:12:30', '2021-10-26 12:12:30'),
(264, 'banyoma-set-5-parca-piramit-sik-beyaz-banyo-seti', 123, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 12:16:24', '2021-10-26 12:16:24'),
(265, 'monster-university-sevimli-canavarlar-universitesi-blu-ray', 124, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 12:22:53', '2021-10-26 12:22:53'),
(266, 'double-shock-ps3-kablosuz-oyun-kolu', 125, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 12:26:41', '2021-10-26 12:26:41'),
(267, 'donizetti-kisa-sap-baglama-saz-full-set', 126, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 12:33:53', '2021-10-26 12:33:53'),
(268, 'afrodit-cildirmis-olmali-alfa-yayinlari-basvuru-turkce-135-x-195-ciltsiz', 127, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 12:38:53', '2021-10-26 12:38:53'),
(269, 'tyt-kimya-dekatlon-30-deneme-ankara-yayincilik', 128, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 12:47:55', '2021-10-26 12:47:55'),
(270, 'startech-safir-s8-800-watt-cami-anfisi', 129, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 12:53:19', '2021-10-26 12:53:19'),
(271, 'tiras-kolonyasi-250-ml-cool', 130, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 12:57:54', '2021-10-26 12:57:54'),
(272, 'tiras-kolonyasi-250-ml-cool', 6, 'Botble\\Ecommerce\\Models\\ProductTag', 'urun-etiketleri', '2021-10-26 12:57:54', '2021-10-26 12:57:54'),
(273, 'erkek-bakim', 7, 'Botble\\Ecommerce\\Models\\ProductTag', 'urun-etiketleri', '2021-10-26 12:57:54', '2021-10-26 12:57:54'),
(274, 'estella-cimbiz-ac-007', 131, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 13:01:29', '2021-10-26 13:01:29'),
(275, 'estella-cimbiz-ac-007', 8, 'Botble\\Ecommerce\\Models\\ProductTag', 'urun-etiketleri', '2021-10-26 13:01:29', '2021-10-26 13:01:29'),
(276, 'jagler-edt-50-ml-erkek-parfum-seti', 132, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 13:11:52', '2021-10-26 13:11:52'),
(277, 'jagler-edt-50-ml-erkek-parfum-seti', 9, 'Botble\\Ecommerce\\Models\\ProductTag', 'urun-etiketleri', '2021-10-26 13:11:52', '2021-10-26 13:11:52'),
(278, 'her-story-love-inspires-edp-kadin-parfumu-50-ml-ucretsiz-kargo', 133, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 13:19:54', '2021-10-26 13:19:54'),
(279, 'her-story-love-inspires-edp', 10, 'Botble\\Ecommerce\\Models\\ProductTag', 'urun-etiketleri', '2021-10-26 13:19:54', '2021-10-26 13:19:54'),
(280, 'flormar-by-pretty-baked-highlighter-30-beige', 134, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 13:37:13', '2021-10-26 13:37:13'),
(281, 'flormar-by-pretty-baked-highlighter-30-beige', 11, 'Botble\\Ecommerce\\Models\\ProductTag', 'urun-etiketleri', '2021-10-26 13:37:13', '2021-10-26 13:37:13'),
(282, 'fr-plus-gunes-kremi', 135, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-26 13:44:56', '2021-10-26 13:44:56'),
(283, 'fr-plus-gunes-kremi', 12, 'Botble\\Ecommerce\\Models\\ProductTag', 'urun-etiketleri', '2021-10-26 13:44:56', '2021-10-26 13:44:56'),
(284, 'xiaomi-mi-robot', 13, 'Botble\\Ecommerce\\Models\\ProductTag', 'urun-etiketleri', '2021-10-26 13:46:27', '2021-10-26 13:46:27'),
(285, 'samsung-galaxy-s9-cep-telefonu-64gb', 136, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-27 07:07:24', '2021-10-27 07:07:24'),
(286, 'apple-iphone-12-128-gb-siyah-mgja3tua-apple-tr-garantili-aksesuarsiz-kutu', 139, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-27 07:16:39', '2021-10-27 07:16:39'),
(287, 'apple-tr-garantili', 14, 'Botble\\Ecommerce\\Models\\ProductTag', 'urun-etiketleri', '2021-10-27 07:16:39', '2021-10-27 07:16:39'),
(288, 'lg-f4r5vgw2t-9-kg-yikama-5-kg-kurutma-1400-devir-camasir-makinesi', 140, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-27 07:22:00', '2021-10-27 07:22:00'),
(289, 'lg-f4r5vgw2t', 15, 'Botble\\Ecommerce\\Models\\ProductTag', 'urun-etiketleri', '2021-10-27 07:22:00', '2021-10-27 07:22:00'),
(290, 'canon-dcam-eos-rrf24-105-s-3075c033', 141, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-27 07:27:03', '2021-10-27 07:27:03'),
(291, 'samsung-galaxy-tab-s6-lite-64gb-104-gri-tablet-samsung-turkiye-garantili', 142, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-27 07:33:16', '2021-10-27 07:33:16'),
(292, 'sleepy-natural-bebek-bezi-5-numara-junior-ultra-firsat-paketi-192-adet', 145, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-27 08:00:40', '2021-10-27 08:00:40'),
(293, 'anasayfa', 35, 'Botble\\Page\\Models\\Page', '', '2021-10-27 19:01:39', '2021-10-27 19:20:49'),
(294, 'anatomi-gunluk-erkek-ayakkabi', 146, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-28 10:51:33', '2021-10-28 10:51:33'),
(295, 'anatomi-gunluk-erkek-ayakkabi', 16, 'Botble\\Ecommerce\\Models\\ProductTag', 'urun-etiketleri', '2021-10-28 10:51:33', '2021-10-28 10:51:33'),
(296, '319-armise-krem-nakisli-bayan-cantasi', 155, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-28 11:05:14', '2021-10-28 11:05:14'),
(297, 'nike-903596-801-jr-mercurial-victory-civili-cocuk-krampon-orijinal-urun', 156, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2021-10-28 12:23:09', '2021-10-28 12:23:09'),
(299, 'turkiyede-e-ticaretin-4-yil-icinde-23-katina-cikmasi-bekleniyor', 23, 'Botble\\Blog\\Models\\Post', 'blog', '2022-03-04 09:39:10', '2022-03-04 09:39:10'),
(300, 'eticaret', 11, 'Botble\\Blog\\Models\\Tag', 'etiket', '2022-03-04 09:39:10', '2022-03-04 09:39:10'),
(301, 'sikca-sorulan-sorular', 36, 'Botble\\Page\\Models\\Page', '', '2022-03-10 19:47:14', '2022-03-10 19:47:14'),
(303, 'genel-1', 11, 'Botble\\Blog\\Models\\Category', 'blog', '2022-04-11 07:36:21', '2022-04-11 07:36:21'),
(305, 'linkedln-pazarlama-nasil-yapilir-neden-onemlidir', 25, 'Botble\\Blog\\Models\\Post', 'blog', '2022-04-11 07:46:41', '2022-04-11 07:46:41'),
(306, 'vichy-dercos-anti-dandruff-ds-kepek-karsiti-kuru-saclar-icin-sampuan-390-ml', 158, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2022-04-11 08:12:17', '2022-04-11 08:12:17'),
(307, 'arzum-ar5036-superstar-sac-duzlestirici-firca', 159, 'Botble\\Ecommerce\\Models\\Product', 'urunler', '2022-04-11 08:20:18', '2022-04-11 08:20:18'),
(308, 'arzum-ar5036-superstar-sac-duzlestirici-firca', 17, 'Botble\\Ecommerce\\Models\\ProductTag', 'urun-etiketleri', '2022-04-11 08:20:18', '2022-04-11 08:20:18');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `states`
--

CREATE TABLE `states` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `abbreviation` varchar(2) DEFAULT NULL,
  `country_id` int(10) UNSIGNED DEFAULT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `states_backup`
--

CREATE TABLE `states_backup` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `abbreviation` varchar(2) DEFAULT NULL,
  `country_id` int(10) UNSIGNED DEFAULT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `states_translations`
--

CREATE TABLE `states_translations` (
  `lang_code` varchar(191) NOT NULL,
  `states_id` int(11) NOT NULL,
  `name` varchar(120) DEFAULT NULL,
  `abbreviation` varchar(2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `tags`
--

CREATE TABLE `tags` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `author_id` int(11) NOT NULL,
  `author_type` varchar(255) NOT NULL DEFAULT 'Botble\\ACL\\Models\\User',
  `description` varchar(400) DEFAULT '',
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `tags`
--

INSERT INTO `tags` (`id`, `name`, `author_id`, `author_type`, `description`, `status`, `created_at`, `updated_at`) VALUES
(11, 'eticaret', 1, 'Botble\\ACL\\Models\\User', '', 'published', '2022-03-04 09:39:10', '2022-03-04 09:39:10');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `tags_translations`
--

CREATE TABLE `tags_translations` (
  `lang_code` varchar(191) NOT NULL,
  `tags_id` int(11) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `translations`
--

CREATE TABLE `translations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `locale` varchar(191) NOT NULL,
  `group` varchar(191) NOT NULL,
  `key` varchar(191) NOT NULL,
  `value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `translations`
--

INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 0, 'en', 'auth', 'failed', 'These credentials do not match our records.', '2021-08-24 08:00:59', '2021-09-03 18:46:47'),
(2, 0, 'en', 'auth', 'password', 'The provided password is incorrect.', '2021-08-24 08:00:59', '2021-09-03 18:46:47'),
(3, 0, 'en', 'auth', 'throttle', 'Too many login attempts. Please try again in :seconds seconds.', '2021-08-24 08:00:59', '2021-09-03 18:46:47'),
(4, 0, 'en', 'pagination', 'previous', '&laquo; Previous', '2021-08-24 08:00:59', '2021-09-29 11:23:45'),
(5, 0, 'en', 'pagination', 'next', 'Next &raquo;', '2021-08-24 08:00:59', '2021-09-29 11:23:45'),
(6, 0, 'en', 'passwords', 'reset', 'Your password has been reset!', '2021-08-24 08:00:59', '2021-09-29 11:30:57'),
(7, 0, 'en', 'passwords', 'sent', 'We have emailed your password reset link!', '2021-08-24 08:00:59', '2021-09-29 11:30:57'),
(8, 0, 'en', 'passwords', 'throttled', 'Please wait before retrying.', '2021-08-24 08:00:59', '2021-09-29 11:30:57'),
(9, 0, 'en', 'passwords', 'token', 'This password reset token is invalid.', '2021-08-24 08:00:59', '2021-09-29 11:30:57'),
(10, 0, 'en', 'passwords', 'user', 'We can\'t find a user with that email address.', '2021-08-24 08:00:59', '2021-09-29 11:30:57'),
(11, 0, 'en', 'validation', 'accepted', 'The :attribute must be accepted.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(12, 0, 'en', 'validation', 'accepted_if', 'The :attribute must be accepted when :other is :value.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(13, 0, 'en', 'validation', 'active_url', 'The :attribute is not a valid URL.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(14, 0, 'en', 'validation', 'after', 'The :attribute must be a date after :date.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(15, 0, 'en', 'validation', 'after_or_equal', 'The :attribute must be a date after or equal to :date.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(16, 0, 'en', 'validation', 'alpha', 'The :attribute must only contain letters.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(17, 0, 'en', 'validation', 'alpha_dash', 'The :attribute must only contain letters, numbers, dashes and underscores.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(18, 0, 'en', 'validation', 'alpha_num', 'The :attribute must only contain letters and numbers.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(19, 0, 'en', 'validation', 'array', 'The :attribute must be an array.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(20, 0, 'en', 'validation', 'before', 'The :attribute must be a date before :date.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(21, 0, 'en', 'validation', 'before_or_equal', 'The :attribute must be a date before or equal to :date.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(22, 0, 'en', 'validation', 'between.numeric', 'The :attribute must be between :min and :max.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(23, 0, 'en', 'validation', 'between.file', 'The :attribute must be between :min and :max kilobytes.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(24, 0, 'en', 'validation', 'between.string', 'The :attribute must be between :min and :max characters.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(25, 0, 'en', 'validation', 'between.array', 'The :attribute must have between :min and :max items.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(26, 0, 'en', 'validation', 'boolean', 'The :attribute field must be true or false.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(27, 0, 'en', 'validation', 'confirmed', 'The :attribute confirmation does not match.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(28, 0, 'en', 'validation', 'current_password', 'The password is incorrect.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(29, 0, 'en', 'validation', 'date', 'The :attribute is not a valid date.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(30, 0, 'en', 'validation', 'date_equals', 'The :attribute must be a date equal to :date.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(31, 0, 'en', 'validation', 'date_format', 'The :attribute does not match the format :format.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(32, 0, 'en', 'validation', 'different', 'The :attribute and :other must be different.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(33, 0, 'en', 'validation', 'digits', 'The :attribute must be :digits digits.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(34, 0, 'en', 'validation', 'digits_between', 'The :attribute must be between :min and :max digits.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(35, 0, 'en', 'validation', 'dimensions', 'The :attribute has invalid image dimensions.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(36, 0, 'en', 'validation', 'distinct', 'The :attribute field has a duplicate value.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(37, 0, 'en', 'validation', 'email', 'The :attribute must be a valid email address.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(38, 0, 'en', 'validation', 'ends_with', 'The :attribute must end with one of the following: :values.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(39, 0, 'en', 'validation', 'exists', 'The selected :attribute is invalid.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(40, 0, 'en', 'validation', 'file', 'The :attribute must be a file.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(41, 0, 'en', 'validation', 'filled', 'The :attribute field must have a value.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(42, 0, 'en', 'validation', 'gt.numeric', 'The :attribute must be greater than :value.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(43, 0, 'en', 'validation', 'gt.file', 'The :attribute must be greater than :value kilobytes.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(44, 0, 'en', 'validation', 'gt.string', 'The :attribute must be greater than :value characters.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(45, 0, 'en', 'validation', 'gt.array', 'The :attribute must have more than :value items.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(46, 0, 'en', 'validation', 'gte.numeric', 'The :attribute must be greater than or equal :value.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(47, 0, 'en', 'validation', 'gte.file', 'The :attribute must be greater than or equal :value kilobytes.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(48, 0, 'en', 'validation', 'gte.string', 'The :attribute must be greater than or equal :value characters.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(49, 0, 'en', 'validation', 'gte.array', 'The :attribute must have :value items or more.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(50, 0, 'en', 'validation', 'image', 'The :attribute must be an image.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(51, 0, 'en', 'validation', 'in', 'The selected :attribute is invalid.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(52, 0, 'en', 'validation', 'in_array', 'The :attribute field does not exist in :other.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(53, 0, 'en', 'validation', 'integer', 'The :attribute must be an integer.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(54, 0, 'en', 'validation', 'ip', 'The :attribute must be a valid IP address.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(55, 0, 'en', 'validation', 'ipv4', 'The :attribute must be a valid IPv4 address.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(56, 0, 'en', 'validation', 'ipv6', 'The :attribute must be a valid IPv6 address.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(57, 0, 'en', 'validation', 'json', 'The :attribute must be a valid JSON string.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(58, 0, 'en', 'validation', 'lt.numeric', 'The :attribute must be less than :value.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(59, 0, 'en', 'validation', 'lt.file', 'The :attribute must be less than :value kilobytes.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(60, 0, 'en', 'validation', 'lt.string', 'The :attribute must be less than :value characters.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(61, 0, 'en', 'validation', 'lt.array', 'The :attribute must have less than :value items.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(62, 0, 'en', 'validation', 'lte.numeric', 'The :attribute must be less than or equal :value.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(63, 0, 'en', 'validation', 'lte.file', 'The :attribute must be less than or equal :value kilobytes.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(64, 0, 'en', 'validation', 'lte.string', 'The :attribute must be less than or equal :value characters.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(65, 0, 'en', 'validation', 'lte.array', 'The :attribute must not have more than :value items.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(66, 0, 'en', 'validation', 'max.numeric', 'The :attribute must not be greater than :max.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(67, 0, 'en', 'validation', 'max.file', 'The :attribute must not be greater than :max kilobytes.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(68, 0, 'en', 'validation', 'max.string', 'The :attribute must not be greater than :max characters.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(69, 0, 'en', 'validation', 'max.array', 'The :attribute must not have more than :max items.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(70, 0, 'en', 'validation', 'mimes', 'The :attribute must be a file of type: :values.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(71, 0, 'en', 'validation', 'mimetypes', 'The :attribute must be a file of type: :values.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(72, 0, 'en', 'validation', 'min.numeric', 'The :attribute must be at least :min.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(73, 0, 'en', 'validation', 'min.file', 'The :attribute must be at least :min kilobytes.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(74, 0, 'en', 'validation', 'min.string', 'The :attribute must be at least :min characters.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(75, 0, 'en', 'validation', 'min.array', 'The :attribute must have at least :min items.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(76, 0, 'en', 'validation', 'multiple_of', 'The :attribute must be a multiple of :value.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(77, 0, 'en', 'validation', 'not_in', 'The selected :attribute is invalid.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(78, 0, 'en', 'validation', 'not_regex', 'The :attribute format is invalid.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(79, 0, 'en', 'validation', 'numeric', 'The :attribute must be a number.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(80, 0, 'en', 'validation', 'password', 'The password is incorrect.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(81, 0, 'en', 'validation', 'present', 'The :attribute field must be present.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(82, 0, 'en', 'validation', 'regex', 'The :attribute format is invalid.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(83, 0, 'en', 'validation', 'required', 'The :attribute field is required.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(84, 0, 'en', 'validation', 'required_if', 'The :attribute field is required when :other is :value.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(85, 0, 'en', 'validation', 'required_unless', 'The :attribute field is required unless :other is in :values.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(86, 0, 'en', 'validation', 'required_with', 'The :attribute field is required when :values is present.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(87, 0, 'en', 'validation', 'required_with_all', 'The :attribute field is required when :values are present.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(88, 0, 'en', 'validation', 'required_without', 'The :attribute field is required when :values is not present.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(89, 0, 'en', 'validation', 'required_without_all', 'The :attribute field is required when none of :values are present.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(90, 0, 'en', 'validation', 'prohibited', 'The :attribute field is prohibited.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(91, 0, 'en', 'validation', 'prohibited_if', 'The :attribute field is prohibited when :other is :value.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(92, 0, 'en', 'validation', 'prohibited_unless', 'The :attribute field is prohibited unless :other is in :values.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(93, 0, 'en', 'validation', 'same', 'The :attribute and :other must match.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(94, 0, 'en', 'validation', 'size.numeric', 'The :attribute must be :size.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(95, 0, 'en', 'validation', 'size.file', 'The :attribute must be :size kilobytes.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(96, 0, 'en', 'validation', 'size.string', 'The :attribute must be :size characters.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(97, 0, 'en', 'validation', 'size.array', 'The :attribute must contain :size items.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(98, 0, 'en', 'validation', 'starts_with', 'The :attribute must start with one of the following: :values.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(99, 0, 'en', 'validation', 'string', 'The :attribute must be a string.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(100, 0, 'en', 'validation', 'timezone', 'The :attribute must be a valid timezone.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(101, 0, 'en', 'validation', 'unique', 'The :attribute has already been taken.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(102, 0, 'en', 'validation', 'uploaded', 'The :attribute failed to upload.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(103, 0, 'en', 'validation', 'url', 'The :attribute must be a valid URL.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(104, 0, 'en', 'validation', 'uuid', 'The :attribute must be a valid UUID.', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(105, 0, 'en', 'validation', 'custom.attribute-name.rule-name', 'custom-message', '2021-08-24 08:00:59', '2021-09-04 11:35:48'),
(106, 0, 'en', 'core/acl/api', 'api_clients', 'API Clients', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(107, 0, 'en', 'core/acl/api', 'create_new_client', 'Create new client', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(108, 0, 'en', 'core/acl/api', 'create_new_client_success', 'Create new client successfully!', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(109, 0, 'en', 'core/acl/api', 'edit_client', 'Edit client \":name\"', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(110, 0, 'en', 'core/acl/api', 'edit_client_success', 'Updated client successfully!', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(111, 0, 'en', 'core/acl/api', 'delete_success', 'Deleted client successfully!', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(112, 0, 'en', 'core/acl/api', 'confirm_delete_title', 'Confirm delete client \":name\"', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(113, 0, 'en', 'core/acl/api', 'confirm_delete_description', 'Do you really want to delete client \":name\"?', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(114, 0, 'en', 'core/acl/api', 'cancel_delete', 'No', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(115, 0, 'en', 'core/acl/api', 'continue_delete', 'Yes, let\'s delete it!', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(116, 0, 'en', 'core/acl/api', 'name', 'Name', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(117, 0, 'en', 'core/acl/api', 'cancel', 'Cancel', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(118, 0, 'en', 'core/acl/api', 'save', 'Save', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(119, 0, 'en', 'core/acl/api', 'edit', 'Edit', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(120, 0, 'en', 'core/acl/api', 'delete', 'Delete', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(121, 0, 'en', 'core/acl/api', 'client_id', 'Client ID', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(122, 0, 'en', 'core/acl/api', 'secret', 'Secret', '2021-08-24 08:00:59', '2021-09-03 18:52:46'),
(123, 0, 'en', 'core/acl/auth', 'login.username', 'Email/Username', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(124, 0, 'en', 'core/acl/auth', 'login.email', 'Email', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(125, 0, 'en', 'core/acl/auth', 'login.password', 'Password', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(126, 0, 'en', 'core/acl/auth', 'login.title', 'User Login', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(127, 0, 'en', 'core/acl/auth', 'login.remember', 'Remember me?', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(128, 0, 'en', 'core/acl/auth', 'login.login', 'Sign in', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(129, 0, 'en', 'core/acl/auth', 'login.placeholder.username', 'Please enter your username', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(130, 0, 'en', 'core/acl/auth', 'login.placeholder.email', 'Please enter your email', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(131, 0, 'en', 'core/acl/auth', 'login.success', 'Login successfully!', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(132, 0, 'en', 'core/acl/auth', 'login.fail', 'Wrong username or password.', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(133, 0, 'en', 'core/acl/auth', 'login.not_active', 'Your account has not been activated yet!', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(134, 0, 'en', 'core/acl/auth', 'login.banned', 'This account is banned.', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(135, 0, 'en', 'core/acl/auth', 'login.logout_success', 'Logout successfully!', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(136, 0, 'en', 'core/acl/auth', 'login.dont_have_account', 'You don\'t have account on this system, please contact administrator for more information!', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(137, 0, 'en', 'core/acl/auth', 'forgot_password.title', 'Forgot Password', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(138, 0, 'en', 'core/acl/auth', 'forgot_password.message', '<p>Have you forgotten your password?</p><p>Please enter your email account. System will send a email with active link to reset your password.</p>', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(139, 0, 'en', 'core/acl/auth', 'forgot_password.submit', 'Submit', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(140, 0, 'en', 'core/acl/auth', 'reset.new_password', 'New password', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(141, 0, 'en', 'core/acl/auth', 'reset.password_confirmation', 'Confirm new password', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(142, 0, 'en', 'core/acl/auth', 'reset.email', 'Email', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(143, 0, 'en', 'core/acl/auth', 'reset.title', 'Reset your password', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(144, 0, 'en', 'core/acl/auth', 'reset.update', 'Update', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(145, 0, 'en', 'core/acl/auth', 'reset.wrong_token', 'This link is invalid or expired. Please try using reset form again.', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(146, 0, 'en', 'core/acl/auth', 'reset.user_not_found', 'This username is not exist.', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(147, 0, 'en', 'core/acl/auth', 'reset.success', 'Reset password successfully!', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(148, 0, 'en', 'core/acl/auth', 'reset.fail', 'Token is invalid, the reset password link has been expired!', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(149, 0, 'en', 'core/acl/auth', 'reset.reset.title', 'Email reset password', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(150, 0, 'en', 'core/acl/auth', 'reset.send.success', 'A email was sent to your email account. Please check and complete this action.', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(151, 0, 'en', 'core/acl/auth', 'reset.send.fail', 'Can not send email in this time. Please try again later.', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(152, 0, 'en', 'core/acl/auth', 'reset.new-password', 'New password', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(153, 0, 'en', 'core/acl/auth', 'email.reminder.title', 'Email reset password', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(154, 0, 'en', 'core/acl/auth', 'password_confirmation', 'Password confirm', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(155, 0, 'en', 'core/acl/auth', 'failed', 'Failed', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(156, 0, 'en', 'core/acl/auth', 'throttle', 'Throttle', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(157, 0, 'en', 'core/acl/auth', 'not_member', 'Not a member yet?', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(158, 0, 'en', 'core/acl/auth', 'register_now', 'Register now', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(159, 0, 'en', 'core/acl/auth', 'lost_your_password', 'Lost your password?', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(160, 0, 'en', 'core/acl/auth', 'login_title', 'Admin', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(161, 0, 'en', 'core/acl/auth', 'login_via_social', 'Login with social networks', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(162, 0, 'en', 'core/acl/auth', 'back_to_login', 'Back to login page', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(163, 0, 'en', 'core/acl/auth', 'sign_in_below', 'Sign In Below', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(164, 0, 'en', 'core/acl/auth', 'languages', 'Languages', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(165, 0, 'en', 'core/acl/auth', 'reset_password', 'Reset Password', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(166, 0, 'en', 'core/acl/auth', 'settings.email.title', 'ACL', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(167, 0, 'en', 'core/acl/auth', 'settings.email.description', 'ACL email configuration', '2021-08-24 08:00:59', '2022-04-12 13:40:02'),
(168, 0, 'en', 'core/acl/permissions', 'notices.role_in_use', 'Cannot delete this role, it is still in use!', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(169, 0, 'en', 'core/acl/permissions', 'notices.role_delete_belong_user', 'You are not able to delete this role; it belongs to someone else!', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(170, 0, 'en', 'core/acl/permissions', 'notices.role_edit_belong_user', 'You are not able to edit this role; it belongs to someone else!', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(171, 0, 'en', 'core/acl/permissions', 'notices.delete_global_role', 'You are not allowed to delete global roles!', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(172, 0, 'en', 'core/acl/permissions', 'notices.delete_success', 'The selected role was deleted successfully!', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(173, 0, 'en', 'core/acl/permissions', 'notices.modified_success', 'The selected role was modified successfully!', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(174, 0, 'en', 'core/acl/permissions', 'notices.create_success', 'The new role was successfully created', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(175, 0, 'en', 'core/acl/permissions', 'notices.duplicated_success', 'The selected role was duplicated successfully', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(176, 0, 'en', 'core/acl/permissions', 'notices.no_select', 'Please select at least one record to take this action!', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(177, 0, 'en', 'core/acl/permissions', 'notices.not_found', 'Role not found', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(178, 0, 'en', 'core/acl/permissions', 'name', 'Name', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(179, 0, 'en', 'core/acl/permissions', 'current_role', 'Current Role', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(180, 0, 'en', 'core/acl/permissions', 'no_role_assigned', 'No role assigned', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(181, 0, 'en', 'core/acl/permissions', 'role_assigned', 'Assigned Role', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(182, 0, 'en', 'core/acl/permissions', 'create_role', 'Create New Role', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(183, 0, 'en', 'core/acl/permissions', 'role_name', 'Name', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(184, 0, 'en', 'core/acl/permissions', 'role_description', 'Description', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(185, 0, 'en', 'core/acl/permissions', 'permission_flags', 'Permission Flags', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(186, 0, 'en', 'core/acl/permissions', 'cancel', 'Cancel', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(187, 0, 'en', 'core/acl/permissions', 'reset', 'Reset', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(188, 0, 'en', 'core/acl/permissions', 'save', 'Save', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(189, 0, 'en', 'core/acl/permissions', 'global_role_msg', 'This is a global role and cannot be modified.  You can use the Duplicate button to make a copy of this role that you can then modify.', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(190, 0, 'en', 'core/acl/permissions', 'details', 'Details', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(191, 0, 'en', 'core/acl/permissions', 'duplicate', 'Duplicate', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(192, 0, 'en', 'core/acl/permissions', 'all', 'All Permissions', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(193, 0, 'en', 'core/acl/permissions', 'list_role', 'List Roles', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(194, 0, 'en', 'core/acl/permissions', 'created_on', 'Created On', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(195, 0, 'en', 'core/acl/permissions', 'created_by', 'Created By', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(196, 0, 'en', 'core/acl/permissions', 'actions', 'Actions', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(197, 0, 'en', 'core/acl/permissions', 'role_in_use', 'Cannot delete this role, it is still in use!', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(198, 0, 'en', 'core/acl/permissions', 'role_delete_belong_user', 'You are not able to delete this role; it belongs to someone else!', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(199, 0, 'en', 'core/acl/permissions', 'delete_global_role', 'Can not delete global role', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(200, 0, 'en', 'core/acl/permissions', 'delete_success', 'Delete role successfully', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(201, 0, 'en', 'core/acl/permissions', 'no_select', 'Please select at least one role to take this action!', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(202, 0, 'en', 'core/acl/permissions', 'not_found', 'No role found!', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(203, 0, 'en', 'core/acl/permissions', 'role_edit_belong_user', 'You are not able to edit this role; it belongs to someone else!', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(204, 0, 'en', 'core/acl/permissions', 'modified_success', 'Modified successfully', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(205, 0, 'en', 'core/acl/permissions', 'create_success', 'Create successfully', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(206, 0, 'en', 'core/acl/permissions', 'duplicated_success', 'Duplicated successfully', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(207, 0, 'en', 'core/acl/permissions', 'options', 'Options', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(208, 0, 'en', 'core/acl/permissions', 'access_denied_message', 'You are not allowed to do this action', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(209, 0, 'en', 'core/acl/permissions', 'roles', 'Roles', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(210, 0, 'en', 'core/acl/permissions', 'role_permission', 'Roles and Permissions', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(211, 0, 'en', 'core/acl/permissions', 'user_management', 'User Management', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(212, 0, 'en', 'core/acl/permissions', 'super_user_management', 'Super User Management', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(213, 0, 'en', 'core/acl/permissions', 'action_unauthorized', 'This action is unauthorized.', '2021-08-24 08:00:59', '2021-09-04 08:49:07'),
(214, 0, 'en', 'core/acl/reminders', 'password', 'Passwords must be at least six characters and match the confirmation.', '2021-08-24 08:00:59', '2021-09-04 08:55:29'),
(215, 0, 'en', 'core/acl/reminders', 'user', 'We can\'t find a user with that e-mail address.', '2021-08-24 08:00:59', '2021-09-04 08:55:29'),
(216, 0, 'en', 'core/acl/reminders', 'token', 'This password reset token is invalid.', '2021-08-24 08:00:59', '2021-09-04 08:55:29'),
(217, 0, 'en', 'core/acl/reminders', 'sent', 'Password reminder sent!', '2021-08-24 08:00:59', '2021-09-04 08:55:29'),
(218, 0, 'en', 'core/acl/reminders', 'reset', 'Password has been reset!', '2021-08-24 08:00:59', '2021-09-04 08:55:29'),
(219, 0, 'en', 'core/acl/users', 'delete_user_logged_in', 'Can\'t delete this user. This user is logged on!', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(220, 0, 'en', 'core/acl/users', 'no_select', 'Please select at least one record to take this action!', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(221, 0, 'en', 'core/acl/users', 'lock_user_logged_in', 'Can\'t lock this user. This user is logged on!', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(222, 0, 'en', 'core/acl/users', 'update_success', 'Update status successfully!', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(223, 0, 'en', 'core/acl/users', 'save_setting_failed', 'Something went wrong when save your setting', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(224, 0, 'en', 'core/acl/users', 'not_found', 'User not found', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(225, 0, 'en', 'core/acl/users', 'email_exist', 'That email address already belongs to an existing account', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(226, 0, 'en', 'core/acl/users', 'username_exist', 'That username address already belongs to an existing account', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(227, 0, 'en', 'core/acl/users', 'update_profile_success', 'Your profile changes were successfully saved', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(228, 0, 'en', 'core/acl/users', 'password_update_success', 'Password successfully changed', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(229, 0, 'en', 'core/acl/users', 'current_password_not_valid', 'Current password is not valid', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(230, 0, 'en', 'core/acl/users', 'user_exist_in', 'User is already a member', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(231, 0, 'en', 'core/acl/users', 'email', 'Email', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(232, 0, 'en', 'core/acl/users', 'role', 'Role', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(233, 0, 'en', 'core/acl/users', 'username', 'Username', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(234, 0, 'en', 'core/acl/users', 'last_name', 'Last Name', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(235, 0, 'en', 'core/acl/users', 'first_name', 'First Name', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(236, 0, 'en', 'core/acl/users', 'message', 'Message', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(237, 0, 'en', 'core/acl/users', 'cancel_btn', 'Cancel', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(238, 0, 'en', 'core/acl/users', 'change_password', 'Change password', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(239, 0, 'en', 'core/acl/users', 'current_password', 'Current password', '2021-08-24 08:00:59', '2021-10-28 08:01:12'),
(240, 0, 'en', 'core/acl/users', 'new_password', 'New Password', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(241, 0, 'en', 'core/acl/users', 'confirm_new_password', 'Confirm New Password', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(242, 0, 'en', 'core/acl/users', 'password', 'Password', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(243, 0, 'en', 'core/acl/users', 'save', 'Save', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(244, 0, 'en', 'core/acl/users', 'cannot_delete', 'User could not be deleted', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(245, 0, 'en', 'core/acl/users', 'deleted', 'User deleted', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(246, 0, 'en', 'core/acl/users', 'last_login', 'Last Login', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(247, 0, 'en', 'core/acl/users', 'error_update_profile_image', 'Error when update profile image', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(248, 0, 'en', 'core/acl/users', 'email_reminder_template', '<h3>Hello :name</h3><p>The system has received a request to restore the password for your account, to complete this task please click the link below.</p><p><a href=\":link\">Reset password now</a></p><p>If not you ask recover password, please ignore this email.</p><p>This email is valid for 60 minutes after receiving the email.</p>', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(249, 0, 'en', 'core/acl/users', 'change_profile_image', 'Change Profile Image', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(250, 0, 'en', 'core/acl/users', 'new_image', 'New Image', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(251, 0, 'en', 'core/acl/users', 'loading', 'Loading', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(252, 0, 'en', 'core/acl/users', 'close', 'Close', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(253, 0, 'en', 'core/acl/users', 'update', 'Update', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(254, 0, 'en', 'core/acl/users', 'read_image_failed', 'Failed to read the image file', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(255, 0, 'en', 'core/acl/users', 'users', 'Users', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(256, 0, 'en', 'core/acl/users', 'update_avatar_success', 'Update profile image successfully!', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(257, 0, 'en', 'core/acl/users', 'info.title', 'User profile', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(258, 0, 'en', 'core/acl/users', 'info.first_name', 'First Name', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(259, 0, 'en', 'core/acl/users', 'info.last_name', 'Last Name', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(260, 0, 'en', 'core/acl/users', 'info.email', 'Email', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(261, 0, 'en', 'core/acl/users', 'info.second_email', 'Secondary Email', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(262, 0, 'en', 'core/acl/users', 'info.address', 'Address', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(263, 0, 'en', 'core/acl/users', 'info.second_address', 'Secondary Address', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(264, 0, 'en', 'core/acl/users', 'info.birth_day', 'Date of birth', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(265, 0, 'en', 'core/acl/users', 'info.job', 'Job Position', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(266, 0, 'en', 'core/acl/users', 'info.mobile_number', 'Mobile Number', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(267, 0, 'en', 'core/acl/users', 'info.second_mobile_number', 'Secondary Phone', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(268, 0, 'en', 'core/acl/users', 'info.interes', 'Interests', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(269, 0, 'en', 'core/acl/users', 'info.about', 'About', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(270, 0, 'en', 'core/acl/users', 'gender.title', 'Gender', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(271, 0, 'en', 'core/acl/users', 'gender.male', 'Male', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(272, 0, 'en', 'core/acl/users', 'gender.female', 'Female', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(273, 0, 'en', 'core/acl/users', 'total_users', 'Total users', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(274, 0, 'en', 'core/acl/users', 'statuses.activated', 'Activated', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(275, 0, 'en', 'core/acl/users', 'statuses.deactivated', 'Deactivated', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(276, 0, 'en', 'core/acl/users', 'make_super', 'Make super', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(277, 0, 'en', 'core/acl/users', 'remove_super', 'Remove super', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(278, 0, 'en', 'core/acl/users', 'is_super', 'Is super?', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(279, 0, 'en', 'core/acl/users', 'email_placeholder', 'Ex: example@gmail.com', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(280, 0, 'en', 'core/acl/users', 'password_confirmation', 'Re-type password', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(281, 0, 'en', 'core/acl/users', 'select_role', 'Select role', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(282, 0, 'en', 'core/acl/users', 'create_new_user', 'Create a new user', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(283, 0, 'en', 'core/acl/users', 'cannot_delete_super_user', 'Permission denied. Cannot delete a super user!', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(284, 0, 'en', 'core/acl/users', 'assigned_role', 'Assigned Role', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(285, 0, 'en', 'core/acl/users', 'no_role_assigned', 'No role assigned', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(286, 0, 'en', 'core/acl/users', 'view_user_profile', 'View user\'s profile', '2021-08-24 08:01:00', '2021-10-28 08:01:12'),
(429, 0, 'en', 'core/base/base', 'yes', 'Yes', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(430, 0, 'en', 'core/base/base', 'no', 'No', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(431, 0, 'en', 'core/base/base', 'is_default', 'Is default?', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(432, 0, 'en', 'core/base/base', 'proc_close_disabled_error', 'Function proc_close() is disabled. Please contact your hosting provider to enable\n    it. Or you can add to .env: CAN_EXECUTE_COMMAND=false to disable this feature.', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(433, 0, 'en', 'core/base/base', 'email_template.header', 'Email template header', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(434, 0, 'en', 'core/base/base', 'email_template.footer', 'Email template footer', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(435, 0, 'en', 'core/base/base', 'email_template.site_title', 'Site title', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(436, 0, 'en', 'core/base/base', 'email_template.site_url', 'Site URL', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(437, 0, 'en', 'core/base/base', 'email_template.site_logo', 'Site Logo', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(438, 0, 'en', 'core/base/base', 'email_template.date_time', 'Current date time', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(439, 0, 'en', 'core/base/base', 'email_template.date_year', 'Current year', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(440, 0, 'en', 'core/base/base', 'email_template.site_admin_email', 'Site admin email', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(441, 0, 'en', 'core/base/base', 'change_image', 'Change image', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(442, 0, 'en', 'core/base/base', 'delete_image', 'Delete image', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(443, 0, 'en', 'core/base/base', 'preview_image', 'Preview image', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(444, 0, 'en', 'core/base/base', 'image', 'Image', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(445, 0, 'en', 'core/base/base', 'using_button', 'Using button', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(446, 0, 'en', 'core/base/base', 'select_image', 'Select image', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(447, 0, 'en', 'core/base/base', 'to_add_more_image', 'to add more images', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(448, 0, 'en', 'core/base/base', 'add_image', 'Add image', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(449, 0, 'en', 'core/base/base', 'tools', 'Tools', '2021-08-24 08:01:00', '2021-09-04 09:17:13'),
(450, 0, 'en', 'core/base/cache', 'cache_management', 'Cache management', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(451, 0, 'en', 'core/base/cache', 'cache_commands', 'Clear cache commands', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(452, 0, 'en', 'core/base/cache', 'commands.clear_cms_cache.title', 'Clear all CMS cache', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(453, 0, 'en', 'core/base/cache', 'commands.clear_cms_cache.description', 'Clear CMS caching: database caching, static blocks... Run this command when you don\'t see the changes after updating data.', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(454, 0, 'en', 'core/base/cache', 'commands.clear_cms_cache.success_msg', 'Cache cleaned', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(455, 0, 'en', 'core/base/cache', 'commands.refresh_compiled_views.title', 'Refresh compiled views', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(456, 0, 'en', 'core/base/cache', 'commands.refresh_compiled_views.description', 'Clear compiled views to make views up to date.', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(457, 0, 'en', 'core/base/cache', 'commands.refresh_compiled_views.success_msg', 'Cache view refreshed', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(458, 0, 'en', 'core/base/cache', 'commands.clear_config_cache.title', 'Clear config cache', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(459, 0, 'en', 'core/base/cache', 'commands.clear_config_cache.description', 'You might need to refresh the config caching when you change something on production environment.', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(460, 0, 'en', 'core/base/cache', 'commands.clear_config_cache.success_msg', 'Config cache cleaned', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(461, 0, 'en', 'core/base/cache', 'commands.clear_route_cache.title', 'Clear route cache', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(462, 0, 'en', 'core/base/cache', 'commands.clear_route_cache.description', 'Clear cache routing.', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(463, 0, 'en', 'core/base/cache', 'commands.clear_route_cache.success_msg', 'The route cache has been cleaned', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(464, 0, 'en', 'core/base/cache', 'commands.clear_log.title', 'Clear log', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(465, 0, 'en', 'core/base/cache', 'commands.clear_log.description', 'Clear system log files', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(466, 0, 'en', 'core/base/cache', 'commands.clear_log.success_msg', 'The system log has been cleaned', '2021-08-24 08:01:00', '2021-09-04 09:25:50'),
(467, 0, 'en', 'core/base/enums', 'statuses.draft', 'Draft', '2021-08-24 08:01:00', '2021-10-28 09:06:32'),
(468, 0, 'en', 'core/base/enums', 'statuses.pending', 'Pending', '2021-08-24 08:01:00', '2021-10-28 09:06:32'),
(469, 0, 'en', 'core/base/enums', 'statuses.published', 'Published', '2021-08-24 08:01:00', '2021-10-28 09:06:32'),
(470, 0, 'en', 'core/base/errors', '401_title', 'Permission Denied', '2021-08-24 08:01:00', '2021-09-04 09:30:57'),
(471, 0, 'en', 'core/base/errors', '401_msg', '<li>You have not been granted access to the section by the administrator.</li>\n	                <li>You may have the wrong account type.</li>\n	                <li>You are not authorized to view the requested resource.</li>\n	                <li>Your subscription may have expired.</li>', '2021-08-24 08:01:00', '2021-09-04 09:30:57'),
(472, 0, 'en', 'core/base/errors', '404_title', 'Page could not be found', '2021-08-24 08:01:00', '2021-09-04 09:30:57'),
(473, 0, 'en', 'core/base/errors', '404_msg', '<li>The page you requested does not exist.</li>\n	                <li>The link you clicked is no longer.</li>\n	                <li>The page may have moved to a new location.</li>\n	                <li>An error may have occurred.</li>\n	                <li>You are not authorized to view the requested resource.</li>', '2021-08-24 08:01:00', '2021-09-04 09:30:57'),
(474, 0, 'en', 'core/base/errors', '500_title', 'Page could not be loaded', '2021-08-24 08:01:00', '2021-09-04 09:30:57'),
(475, 0, 'en', 'core/base/errors', '500_msg', '<li>The page you requested does not exist.</li>\n	                <li>The link you clicked is no longer.</li>\n	                <li>The page may have moved to a new location.</li>\n	                <li>An error may have occurred.</li>\n	                <li>You are not authorized to view the requested resource.</li>', '2021-08-24 08:01:00', '2021-09-04 09:30:57'),
(476, 0, 'en', 'core/base/errors', 'reasons', 'This may have occurred because of several reasons', '2021-08-24 08:01:00', '2021-09-04 09:30:57'),
(477, 0, 'en', 'core/base/errors', 'try_again', 'Please try again in a few minutes, or alternatively return to the homepage by <a href=\"https://web-ofisi.org/admin\">clicking here</a>.', '2021-08-24 08:01:00', '2021-09-04 09:30:57'),
(478, 0, 'en', 'core/base/errors', 'not_found', 'Not Found', '2021-08-24 08:01:00', '2021-09-04 09:30:57'),
(479, 0, 'en', 'core/base/forms', 'choose_image', 'Choose image', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(480, 0, 'en', 'core/base/forms', 'actions', 'Actions', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(481, 0, 'en', 'core/base/forms', 'save', 'Save', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(482, 0, 'en', 'core/base/forms', 'save_and_continue', 'Save & Edit', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(483, 0, 'en', 'core/base/forms', 'image', 'Image', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(484, 0, 'en', 'core/base/forms', 'image_placeholder', 'Insert path of image or click upload button', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(485, 0, 'en', 'core/base/forms', 'create', 'Create', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(486, 0, 'en', 'core/base/forms', 'edit', 'Edit', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(487, 0, 'en', 'core/base/forms', 'permalink', 'Permalink', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(488, 0, 'en', 'core/base/forms', 'ok', 'OK', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(489, 0, 'en', 'core/base/forms', 'cancel', 'Cancel', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(490, 0, 'en', 'core/base/forms', 'character_remain', 'character(s) remain', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(491, 0, 'en', 'core/base/forms', 'template', 'Template', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(492, 0, 'en', 'core/base/forms', 'choose_file', 'Choose file', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(493, 0, 'en', 'core/base/forms', 'file', 'File', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(494, 0, 'en', 'core/base/forms', 'content', 'Content', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(495, 0, 'en', 'core/base/forms', 'description', 'Description', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(496, 0, 'en', 'core/base/forms', 'name', 'Name', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(497, 0, 'en', 'core/base/forms', 'slug', 'Url', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(498, 0, 'en', 'core/base/forms', 'title', 'Title', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(499, 0, 'en', 'core/base/forms', 'value', 'Value', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(500, 0, 'en', 'core/base/forms', 'name_placeholder', 'Name', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(501, 0, 'en', 'core/base/forms', 'alias_placeholder', 'Alias', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(502, 0, 'en', 'core/base/forms', 'description_placeholder', 'Short description', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(503, 0, 'en', 'core/base/forms', 'parent', 'Parent', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(504, 0, 'en', 'core/base/forms', 'icon', 'Icon', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(505, 0, 'en', 'core/base/forms', 'icon_placeholder', 'Ex: fa fa-home', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(506, 0, 'en', 'core/base/forms', 'order_by', 'Order by', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(507, 0, 'en', 'core/base/forms', 'order_by_placeholder', 'Order by', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(508, 0, 'en', 'core/base/forms', 'is_featured', 'Is featured?', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(509, 0, 'en', 'core/base/forms', 'is_default', 'Is default?', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(510, 0, 'en', 'core/base/forms', 'update', 'Update', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(511, 0, 'en', 'core/base/forms', 'publish', 'Publish', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(512, 0, 'en', 'core/base/forms', 'remove_image', 'Remove image', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(513, 0, 'en', 'core/base/forms', 'remove_file', 'Remove file', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(514, 0, 'en', 'core/base/forms', 'order', 'Order', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(515, 0, 'en', 'core/base/forms', 'alias', 'Alias', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(516, 0, 'en', 'core/base/forms', 'basic_information', 'Basic information', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(517, 0, 'en', 'core/base/forms', 'short_code', 'Shortcode', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(518, 0, 'en', 'core/base/forms', 'add_short_code', 'Add a shortcode', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(519, 0, 'en', 'core/base/forms', 'add', 'Add', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(520, 0, 'en', 'core/base/forms', 'link', 'Link', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(521, 0, 'en', 'core/base/forms', 'show_hide_editor', 'Show/Hide Editor', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(522, 0, 'en', 'core/base/forms', 'basic_info_title', 'Basic information', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(523, 0, 'en', 'core/base/forms', 'expand_all', 'Expand all', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(524, 0, 'en', 'core/base/forms', 'collapse_all', 'Collapse all', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(525, 0, 'en', 'core/base/forms', 'view_new_tab', 'Open in new tab', '2021-08-24 08:01:00', '2021-10-28 08:03:18'),
(526, 0, 'en', 'core/base/layouts', 'platform_admin', 'Platform Administration', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(527, 0, 'en', 'core/base/layouts', 'dashboard', 'Dashboard', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(528, 0, 'en', 'core/base/layouts', 'widgets', 'Widgets', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(529, 0, 'en', 'core/base/layouts', 'plugins', 'Plugins', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(530, 0, 'en', 'core/base/layouts', 'settings', 'Settings', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(531, 0, 'en', 'core/base/layouts', 'setting_general', 'General', '2021-08-24 08:01:00', '2021-10-26 20:01:54');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(532, 0, 'en', 'core/base/layouts', 'setting_email', 'Email', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(533, 0, 'en', 'core/base/layouts', 'system_information', 'System information', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(534, 0, 'en', 'core/base/layouts', 'theme', 'Theme', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(535, 0, 'en', 'core/base/layouts', 'copyright', 'Copyright :year &copy; :company. Version: <span>:version</span>', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(536, 0, 'en', 'core/base/layouts', 'profile', 'Profile', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(537, 0, 'en', 'core/base/layouts', 'logout', 'Logout', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(538, 0, 'en', 'core/base/layouts', 'no_search_result', 'No results found, please try with different keywords.', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(539, 0, 'en', 'core/base/layouts', 'home', 'Home', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(540, 0, 'en', 'core/base/layouts', 'search', 'Search', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(541, 0, 'en', 'core/base/layouts', 'add_new', 'Add new', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(542, 0, 'en', 'core/base/layouts', 'n_a', 'N/A', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(543, 0, 'en', 'core/base/layouts', 'page_loaded_time', 'Page loaded in', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(544, 0, 'en', 'core/base/layouts', 'view_website', 'View website', '2021-08-24 08:01:00', '2021-10-26 20:01:54'),
(545, 0, 'en', 'core/base/mail', 'send-fail', 'Send email failed', '2021-08-24 08:01:00', '2021-09-03 19:21:53'),
(546, 0, 'en', 'core/base/notices', 'create_success_message', 'Created successfully', '2021-08-24 08:01:00', '2021-09-04 09:33:40'),
(547, 0, 'en', 'core/base/notices', 'update_success_message', 'Updated successfully', '2021-08-24 08:01:00', '2021-09-04 09:33:40'),
(548, 0, 'en', 'core/base/notices', 'delete_success_message', 'Deleted successfully', '2021-08-24 08:01:00', '2021-09-04 09:33:40'),
(549, 0, 'en', 'core/base/notices', 'success_header', 'Success!', '2021-08-24 08:01:00', '2021-09-04 09:33:40'),
(550, 0, 'en', 'core/base/notices', 'error_header', 'Error!', '2021-08-24 08:01:00', '2021-09-04 09:33:40'),
(551, 0, 'en', 'core/base/notices', 'no_select', 'Please select at least one record to perform this action!', '2021-08-24 08:01:00', '2021-09-04 09:33:40'),
(552, 0, 'en', 'core/base/notices', 'processing_request', 'We are processing your request.', '2021-08-24 08:01:00', '2021-09-04 09:33:40'),
(553, 0, 'en', 'core/base/notices', 'error', 'Error!', '2021-08-24 08:01:00', '2021-09-04 09:33:40'),
(554, 0, 'en', 'core/base/notices', 'success', 'Success!', '2021-08-24 08:01:00', '2021-09-04 09:33:40'),
(555, 0, 'en', 'core/base/notices', 'info', 'Info!', '2021-08-24 08:01:00', '2021-09-04 09:33:40'),
(556, 0, 'en', 'core/base/notices', 'enum.validate_message', 'The :attribute value you have entered is invalid.', '2021-08-24 08:01:00', '2021-09-04 09:33:40'),
(557, 0, 'en', 'core/base/system', 'no_select', 'Please select at least one record to take this action!', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(558, 0, 'en', 'core/base/system', 'cannot_find_user', 'Unable to find specified user', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(559, 0, 'en', 'core/base/system', 'supper_revoked', 'Super user access revoked', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(560, 0, 'en', 'core/base/system', 'cannot_revoke_yourself', 'Can not revoke supper user access permission yourself!', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(561, 0, 'en', 'core/base/system', 'cant_remove_supper', 'You don\'t has permission to remove this super user', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(562, 0, 'en', 'core/base/system', 'cant_find_user_with_email', 'Unable to find user with specified email address', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(563, 0, 'en', 'core/base/system', 'supper_granted', 'Super user access granted', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(564, 0, 'en', 'core/base/system', 'delete_log_success', 'Delete log file successfully!', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(565, 0, 'en', 'core/base/system', 'get_member_success', 'Member list retrieved successfully', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(566, 0, 'en', 'core/base/system', 'error_occur', 'The following errors occurred', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(567, 0, 'en', 'core/base/system', 'user_management', 'User Management', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(568, 0, 'en', 'core/base/system', 'user_management_description', 'Manage users.', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(569, 0, 'en', 'core/base/system', 'role_and_permission', 'Roles and Permissions', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(570, 0, 'en', 'core/base/system', 'role_and_permission_description', 'Manage the available roles.', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(571, 0, 'en', 'core/base/system', 'user.list_super', 'List Super Users', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(572, 0, 'en', 'core/base/system', 'user.email', 'Email', '2021-08-24 08:01:00', '2021-10-28 08:50:32'),
(573, 0, 'en', 'core/base/system', 'user.last_login', 'Last Login', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(574, 0, 'en', 'core/base/system', 'user.username', 'Username', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(575, 0, 'en', 'core/base/system', 'user.add_user', 'Add Super User', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(576, 0, 'en', 'core/base/system', 'user.cancel', 'Cancel', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(577, 0, 'en', 'core/base/system', 'user.create', 'Create', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(578, 0, 'en', 'core/base/system', 'options.features', 'Feature Access Control', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(579, 0, 'en', 'core/base/system', 'options.feature_description', 'Manage the available.', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(580, 0, 'en', 'core/base/system', 'options.manage_super', 'Super User Management', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(581, 0, 'en', 'core/base/system', 'options.manage_super_description', 'Add/remove super users.', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(582, 0, 'en', 'core/base/system', 'options.info', 'System information', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(583, 0, 'en', 'core/base/system', 'options.info_description', 'All information about current system configuration.', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(584, 0, 'en', 'core/base/system', 'info.title', 'System information', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(585, 0, 'en', 'core/base/system', 'info.cache', 'Cache', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(586, 0, 'en', 'core/base/system', 'info.locale', 'Active locale', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(587, 0, 'en', 'core/base/system', 'info.environment', 'Environment', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(588, 0, 'en', 'core/base/system', 'disabled_in_demo_mode', 'You cannot do it in demo mode!', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(589, 0, 'en', 'core/base/system', 'report_description', 'Please share this information for troubleshooting', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(590, 0, 'en', 'core/base/system', 'get_system_report', 'Get System Report', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(591, 0, 'en', 'core/base/system', 'system_environment', 'System Environment', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(592, 0, 'en', 'core/base/system', 'framework_version', 'Framework Version', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(593, 0, 'en', 'core/base/system', 'timezone', 'Timezone', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(594, 0, 'en', 'core/base/system', 'debug_mode', 'Debug Mode', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(595, 0, 'en', 'core/base/system', 'storage_dir_writable', 'Storage Dir Writable', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(596, 0, 'en', 'core/base/system', 'cache_dir_writable', 'Cache Dir Writable', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(597, 0, 'en', 'core/base/system', 'app_size', 'App Size', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(598, 0, 'en', 'core/base/system', 'server_environment', 'Server Environment', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(599, 0, 'en', 'core/base/system', 'php_version', 'PHP Version', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(600, 0, 'en', 'core/base/system', 'php_version_error', 'PHP must be >= :version', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(601, 0, 'en', 'core/base/system', 'server_software', 'Server Software', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(602, 0, 'en', 'core/base/system', 'server_os', 'Server OS', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(603, 0, 'en', 'core/base/system', 'database', 'Database', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(604, 0, 'en', 'core/base/system', 'ssl_installed', 'SSL Installed', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(605, 0, 'en', 'core/base/system', 'cache_driver', 'Cache Driver', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(606, 0, 'en', 'core/base/system', 'session_driver', 'Session Driver', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(607, 0, 'en', 'core/base/system', 'queue_connection', 'Queue Connection', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(608, 0, 'en', 'core/base/system', 'mbstring_ext', 'Mbstring Ext', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(609, 0, 'en', 'core/base/system', 'openssl_ext', 'OpenSSL Ext', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(610, 0, 'en', 'core/base/system', 'pdo_ext', 'PDO Ext', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(611, 0, 'en', 'core/base/system', 'curl_ext', 'CURL Ext', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(612, 0, 'en', 'core/base/system', 'exif_ext', 'Exif Ext', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(613, 0, 'en', 'core/base/system', 'file_info_ext', 'File info Ext', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(614, 0, 'en', 'core/base/system', 'tokenizer_ext', 'Tokenizer Ext', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(615, 0, 'en', 'core/base/system', 'extra_stats', 'Extra Stats', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(616, 0, 'en', 'core/base/system', 'installed_packages', 'Installed packages and their version numbers', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(617, 0, 'en', 'core/base/system', 'extra_information', 'Extra Information', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(618, 0, 'en', 'core/base/system', 'copy_report', 'Copy Report', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(619, 0, 'en', 'core/base/system', 'package_name', 'Package Name', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(620, 0, 'en', 'core/base/system', 'dependency_name', 'Dependency Name', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(621, 0, 'en', 'core/base/system', 'version', 'Version', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(622, 0, 'en', 'core/base/system', 'cms_version', 'CMS Version', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(623, 0, 'en', 'core/base/system', 'imagick_or_gd_ext', 'Imagick/GD Ext', '2021-08-24 08:01:01', '2021-10-28 08:50:32'),
(624, 0, 'en', 'core/base/tables', 'id', 'ID', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(625, 0, 'en', 'core/base/tables', 'name', 'Name', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(626, 0, 'en', 'core/base/tables', 'slug', 'Url', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(627, 0, 'en', 'core/base/tables', 'title', 'Title', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(628, 0, 'en', 'core/base/tables', 'order_by', 'Order By', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(629, 0, 'en', 'core/base/tables', 'order', 'Order', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(630, 0, 'en', 'core/base/tables', 'status', 'Status', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(631, 0, 'en', 'core/base/tables', 'created_at', 'Created At', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(632, 0, 'en', 'core/base/tables', 'updated_at', 'Updated At', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(633, 0, 'en', 'core/base/tables', 'description', 'Description', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(634, 0, 'en', 'core/base/tables', 'operations', 'Operations', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(635, 0, 'en', 'core/base/tables', 'url', 'URL', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(636, 0, 'en', 'core/base/tables', 'author', 'Author', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(637, 0, 'en', 'core/base/tables', 'notes', 'Notes', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(638, 0, 'en', 'core/base/tables', 'column', 'Column', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(639, 0, 'en', 'core/base/tables', 'origin', 'Origin', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(640, 0, 'en', 'core/base/tables', 'after_change', 'After changes', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(641, 0, 'en', 'core/base/tables', 'views', 'Views', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(642, 0, 'en', 'core/base/tables', 'browser', 'Browser', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(643, 0, 'en', 'core/base/tables', 'session', 'Session', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(644, 0, 'en', 'core/base/tables', 'activated', 'activated', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(645, 0, 'en', 'core/base/tables', 'deactivated', 'deactivated', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(646, 0, 'en', 'core/base/tables', 'is_featured', 'Is featured', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(647, 0, 'en', 'core/base/tables', 'edit', 'Edit', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(648, 0, 'en', 'core/base/tables', 'delete', 'Delete', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(649, 0, 'en', 'core/base/tables', 'restore', 'Restore', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(650, 0, 'en', 'core/base/tables', 'activate', 'Activate', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(651, 0, 'en', 'core/base/tables', 'deactivate', 'Deactivate', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(652, 0, 'en', 'core/base/tables', 'excel', 'Excel', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(653, 0, 'en', 'core/base/tables', 'export', 'Export', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(654, 0, 'en', 'core/base/tables', 'csv', 'CSV', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(655, 0, 'en', 'core/base/tables', 'pdf', 'PDF', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(656, 0, 'en', 'core/base/tables', 'print', 'Print', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(657, 0, 'en', 'core/base/tables', 'reset', 'Reset', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(658, 0, 'en', 'core/base/tables', 'reload', 'Reload', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(659, 0, 'en', 'core/base/tables', 'display', 'Display', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(660, 0, 'en', 'core/base/tables', 'all', 'All', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(661, 0, 'en', 'core/base/tables', 'add_new', 'Add New', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(662, 0, 'en', 'core/base/tables', 'action', 'Actions', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(663, 0, 'en', 'core/base/tables', 'delete_entry', 'Delete', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(664, 0, 'en', 'core/base/tables', 'view', 'View Detail', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(665, 0, 'en', 'core/base/tables', 'save', 'Save', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(666, 0, 'en', 'core/base/tables', 'show_from', 'Show from', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(667, 0, 'en', 'core/base/tables', 'to', 'to', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(668, 0, 'en', 'core/base/tables', 'in', 'in', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(669, 0, 'en', 'core/base/tables', 'records', 'records', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(670, 0, 'en', 'core/base/tables', 'no_data', 'No data to display', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(671, 0, 'en', 'core/base/tables', 'no_record', 'No record', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(672, 0, 'en', 'core/base/tables', 'confirm_delete', 'Confirm delete', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(673, 0, 'en', 'core/base/tables', 'confirm_delete_msg', 'Do you really want to delete this record?', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(674, 0, 'en', 'core/base/tables', 'confirm_delete_many_msg', 'Do you really want to delete selected record(s)?', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(675, 0, 'en', 'core/base/tables', 'cancel', 'Cancel', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(676, 0, 'en', 'core/base/tables', 'template', 'Template', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(677, 0, 'en', 'core/base/tables', 'email', 'Email', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(678, 0, 'en', 'core/base/tables', 'last_login', 'Last login', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(679, 0, 'en', 'core/base/tables', 'shortcode', 'Shortcode', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(680, 0, 'en', 'core/base/tables', 'image', 'Image', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(681, 0, 'en', 'core/base/tables', 'bulk_changes', 'Bulk changes', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(682, 0, 'en', 'core/base/tables', 'submit', 'Submit', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(683, 0, 'en', 'core/base/tables', 'please_select_record', 'Please select at least one record to perform this action!', '2021-08-24 08:01:01', '2022-04-08 08:39:12'),
(684, 0, 'en', 'core/base/tabs', 'detail', 'Detail', '2021-08-24 08:01:01', '2021-09-04 09:54:17'),
(685, 0, 'en', 'core/base/tabs', 'file', 'Files', '2021-08-24 08:01:01', '2021-09-04 09:54:17'),
(686, 0, 'en', 'core/base/tabs', 'record_note', 'Record Note', '2021-08-24 08:01:01', '2021-09-04 09:54:17'),
(687, 0, 'en', 'core/base/tabs', 'revision', 'Revision History', '2021-08-24 08:01:01', '2021-09-04 09:54:17'),
(911, 0, 'en', 'core/dashboard/dashboard', 'update_position_success', 'Update widget position successfully!', '2021-08-24 08:01:01', '2021-10-28 08:52:22'),
(912, 0, 'en', 'core/dashboard/dashboard', 'hide_success', 'Update widget successfully!', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(913, 0, 'en', 'core/dashboard/dashboard', 'confirm_hide', 'Are you sure?', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(914, 0, 'en', 'core/dashboard/dashboard', 'hide_message', 'Do you really want to hide this widget? It will be disappear on Dashboard!', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(915, 0, 'en', 'core/dashboard/dashboard', 'confirm_hide_btn', 'Yes, hide this widget', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(916, 0, 'en', 'core/dashboard/dashboard', 'cancel_hide_btn', 'Cancel', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(917, 0, 'en', 'core/dashboard/dashboard', 'collapse_expand', 'Collapse/Expand', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(918, 0, 'en', 'core/dashboard/dashboard', 'hide', 'Hide', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(919, 0, 'en', 'core/dashboard/dashboard', 'reload', 'Reload', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(920, 0, 'en', 'core/dashboard/dashboard', 'save_setting_success', 'Save widget settings successfully!', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(921, 0, 'en', 'core/dashboard/dashboard', 'widget_not_exists', 'Widget is not exits!', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(922, 0, 'en', 'core/dashboard/dashboard', 'manage_widgets', 'Manage Widgets', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(923, 0, 'en', 'core/dashboard/dashboard', 'fullscreen', 'Full screen', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(924, 0, 'en', 'core/dashboard/dashboard', 'title', 'Dashboard', '2021-08-24 08:01:02', '2021-10-28 08:52:22'),
(939, 0, 'en', 'core/media/media', 'filter', 'Filter', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(940, 0, 'en', 'core/media/media', 'everything', 'Everything', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(941, 0, 'en', 'core/media/media', 'image', 'Image', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(942, 0, 'en', 'core/media/media', 'video', 'Video', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(943, 0, 'en', 'core/media/media', 'document', 'Document', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(944, 0, 'en', 'core/media/media', 'view_in', 'View in', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(945, 0, 'en', 'core/media/media', 'all_media', 'All media', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(946, 0, 'en', 'core/media/media', 'trash', 'Trash', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(947, 0, 'en', 'core/media/media', 'recent', 'Recent', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(948, 0, 'en', 'core/media/media', 'favorites', 'Favorites', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(949, 0, 'en', 'core/media/media', 'upload', 'Upload', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(950, 0, 'en', 'core/media/media', 'create_folder', 'Create folder', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(951, 0, 'en', 'core/media/media', 'refresh', 'Refresh', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(952, 0, 'en', 'core/media/media', 'empty_trash', 'Empty trash', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(953, 0, 'en', 'core/media/media', 'search_file_and_folder', 'Search file and folder', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(954, 0, 'en', 'core/media/media', 'sort', 'Sort', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(955, 0, 'en', 'core/media/media', 'file_name_asc', 'File name - ASC', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(956, 0, 'en', 'core/media/media', 'file_name_desc', 'File name - DESC', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(957, 0, 'en', 'core/media/media', 'uploaded_date_asc', 'Uploaded date - ASC', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(958, 0, 'en', 'core/media/media', 'uploaded_date_desc', 'Uploaded date - DESC', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(959, 0, 'en', 'core/media/media', 'size_asc', 'Size - ASC', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(960, 0, 'en', 'core/media/media', 'size_desc', 'Size - DESC', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(961, 0, 'en', 'core/media/media', 'actions', 'Actions', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(962, 0, 'en', 'core/media/media', 'nothing_is_selected', 'Nothing is selected', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(963, 0, 'en', 'core/media/media', 'insert', 'Insert', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(964, 0, 'en', 'core/media/media', 'folder_name', 'Folder name', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(965, 0, 'en', 'core/media/media', 'create', 'Create', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(966, 0, 'en', 'core/media/media', 'rename', 'Rename', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(967, 0, 'en', 'core/media/media', 'close', 'Close', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(968, 0, 'en', 'core/media/media', 'save_changes', 'Save changes', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(969, 0, 'en', 'core/media/media', 'move_to_trash', 'Move items to trash', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(970, 0, 'en', 'core/media/media', 'confirm_trash', 'Are you sure you want to move these items to trash?', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(971, 0, 'en', 'core/media/media', 'confirm', 'Confirm', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(972, 0, 'en', 'core/media/media', 'confirm_delete', 'Delete item(s)', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(973, 0, 'en', 'core/media/media', 'confirm_delete_description', 'Your request cannot rollback. Are you sure you wanna delete these items?', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(974, 0, 'en', 'core/media/media', 'empty_trash_title', 'Empty trash', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(975, 0, 'en', 'core/media/media', 'empty_trash_description', 'Your request cannot rollback. Are you sure you wanna remove all items in trash?', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(976, 0, 'en', 'core/media/media', 'up_level', 'Up one level', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(977, 0, 'en', 'core/media/media', 'upload_progress', 'Upload progress', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(978, 0, 'en', 'core/media/media', 'folder_created', 'Folder is created successfully!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(979, 0, 'en', 'core/media/media', 'gallery', 'Media gallery', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(980, 0, 'en', 'core/media/media', 'trash_error', 'Error when delete selected item(s)', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(981, 0, 'en', 'core/media/media', 'trash_success', 'Moved selected item(s) to trash successfully!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(982, 0, 'en', 'core/media/media', 'restore_error', 'Error when restore selected item(s)', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(983, 0, 'en', 'core/media/media', 'restore_success', 'Restore selected item(s) successfully!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(984, 0, 'en', 'core/media/media', 'copy_success', 'Copied selected item(s) successfully!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(985, 0, 'en', 'core/media/media', 'delete_success', 'Deleted selected item(s) successfully!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(986, 0, 'en', 'core/media/media', 'favorite_success', 'Favorite selected item(s) successfully!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(987, 0, 'en', 'core/media/media', 'remove_favorite_success', 'Remove selected item(s) from favorites successfully!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(988, 0, 'en', 'core/media/media', 'rename_error', 'Error when rename item(s)', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(989, 0, 'en', 'core/media/media', 'rename_success', 'Rename selected item(s) successfully!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(990, 0, 'en', 'core/media/media', 'empty_trash_success', 'Empty trash successfully!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(991, 0, 'en', 'core/media/media', 'invalid_action', 'Invalid action!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(992, 0, 'en', 'core/media/media', 'file_not_exists', 'File is not exists!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(993, 0, 'en', 'core/media/media', 'download_file_error', 'Error when downloading files!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(994, 0, 'en', 'core/media/media', 'missing_zip_archive_extension', 'Please enable ZipArchive extension to download file!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(995, 0, 'en', 'core/media/media', 'can_not_download_file', 'Can not download this file!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(996, 0, 'en', 'core/media/media', 'invalid_request', 'Invalid request!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(997, 0, 'en', 'core/media/media', 'add_success', 'Add item successfully!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(998, 0, 'en', 'core/media/media', 'file_too_big', 'File too big. Max file upload is :size bytes', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(999, 0, 'en', 'core/media/media', 'can_not_detect_file_type', 'File type is not allowed or can not detect file type!', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1000, 0, 'en', 'core/media/media', 'upload_failed', 'The file is NOT uploaded completely. The server allows max upload file size is :size . Please check your file size OR try to upload again in case of having network errors', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1001, 0, 'en', 'core/media/media', 'menu_name', 'Media', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1002, 0, 'en', 'core/media/media', 'add', 'Add media', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1003, 0, 'en', 'core/media/media', 'javascript.name', 'Name', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1004, 0, 'en', 'core/media/media', 'javascript.url', 'URL', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1005, 0, 'en', 'core/media/media', 'javascript.full_url', 'Full URL', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1006, 0, 'en', 'core/media/media', 'javascript.size', 'Size', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1007, 0, 'en', 'core/media/media', 'javascript.mime_type', 'Type', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1008, 0, 'en', 'core/media/media', 'javascript.created_at', 'Uploaded at', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1009, 0, 'en', 'core/media/media', 'javascript.updated_at', 'Modified at', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1010, 0, 'en', 'core/media/media', 'javascript.nothing_selected', 'Nothing is selected', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1011, 0, 'en', 'core/media/media', 'javascript.visit_link', 'Open link', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1012, 0, 'en', 'core/media/media', 'javascript.no_item.all_media.icon', 'fas fa-cloud-upload-alt', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1013, 0, 'en', 'core/media/media', 'javascript.no_item.all_media.title', 'Drop files and folders here', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1014, 0, 'en', 'core/media/media', 'javascript.no_item.all_media.message', 'Or use the upload button above', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1015, 0, 'en', 'core/media/media', 'javascript.no_item.trash.icon', 'fas fa-trash-alt', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1016, 0, 'en', 'core/media/media', 'javascript.no_item.trash.title', 'There is nothing in your trash currently', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1017, 0, 'en', 'core/media/media', 'javascript.no_item.trash.message', 'Delete files to move them to trash automatically. Delete files from trash to remove them permanently', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1018, 0, 'en', 'core/media/media', 'javascript.no_item.favorites.icon', 'fas fa-star', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1019, 0, 'en', 'core/media/media', 'javascript.no_item.favorites.title', 'You have not added anything to your favorites yet', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1020, 0, 'en', 'core/media/media', 'javascript.no_item.favorites.message', 'Add files to favorites to easily find them later', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1021, 0, 'en', 'core/media/media', 'javascript.no_item.recent.icon', 'far fa-clock', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1022, 0, 'en', 'core/media/media', 'javascript.no_item.recent.title', 'You did not opened anything yet', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1023, 0, 'en', 'core/media/media', 'javascript.no_item.recent.message', 'All recent files that you opened will be appeared here', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1024, 0, 'en', 'core/media/media', 'javascript.no_item.default.icon', 'fas fa-sync', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1025, 0, 'en', 'core/media/media', 'javascript.no_item.default.title', 'No items', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1026, 0, 'en', 'core/media/media', 'javascript.no_item.default.message', 'This directory has no item', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1027, 0, 'en', 'core/media/media', 'javascript.clipboard.success', 'These file links has been copied to clipboard', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1028, 0, 'en', 'core/media/media', 'javascript.message.error_header', 'Error', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1029, 0, 'en', 'core/media/media', 'javascript.message.success_header', 'Success', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1030, 0, 'en', 'core/media/media', 'javascript.download.error', 'No files selected or cannot download these files', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1031, 0, 'en', 'core/media/media', 'javascript.actions_list.basic.preview', 'Preview', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1032, 0, 'en', 'core/media/media', 'javascript.actions_list.file.copy_link', 'Copy link', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1033, 0, 'en', 'core/media/media', 'javascript.actions_list.file.rename', 'Rename', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1034, 0, 'en', 'core/media/media', 'javascript.actions_list.file.make_copy', 'Make a copy', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1035, 0, 'en', 'core/media/media', 'javascript.actions_list.user.favorite', 'Add to favorite', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1036, 0, 'en', 'core/media/media', 'javascript.actions_list.user.remove_favorite', 'Remove favorite', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1037, 0, 'en', 'core/media/media', 'javascript.actions_list.other.download', 'Download', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1038, 0, 'en', 'core/media/media', 'javascript.actions_list.other.trash', 'Move to trash', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1039, 0, 'en', 'core/media/media', 'javascript.actions_list.other.delete', 'Delete permanently', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1040, 0, 'en', 'core/media/media', 'javascript.actions_list.other.restore', 'Restore', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1041, 0, 'en', 'core/media/media', 'name_invalid', 'The folder name has invalid character(s).', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1042, 0, 'en', 'core/media/media', 'url_invalid', 'Please provide a valid URL', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1043, 0, 'en', 'core/media/media', 'path_invalid', 'Please provide a valid path', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1044, 0, 'en', 'core/media/media', 'download_link', 'Download', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1045, 0, 'en', 'core/media/media', 'url', 'URL', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1046, 0, 'en', 'core/media/media', 'download_explain', 'Enter one URL per line.', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1047, 0, 'en', 'core/media/media', 'downloading', 'Downloading...', '2021-08-24 08:01:02', '2021-09-28 11:45:19'),
(1151, 0, 'en', 'core/setting/setting', 'title', 'Settings', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1152, 0, 'en', 'core/setting/setting', 'email_setting_title', 'Email settings', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1153, 0, 'en', 'core/setting/setting', 'general.theme', 'Theme', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1154, 0, 'en', 'core/setting/setting', 'general.description', 'Setting site information', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1155, 0, 'en', 'core/setting/setting', 'general.title', 'General', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1156, 0, 'en', 'core/setting/setting', 'general.general_block', 'General Information', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1157, 0, 'en', 'core/setting/setting', 'general.rich_editor', 'Rich Editor', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1158, 0, 'en', 'core/setting/setting', 'general.site_title', 'Site title', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1159, 0, 'en', 'core/setting/setting', 'general.admin_email', 'Admin Email', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1160, 0, 'en', 'core/setting/setting', 'general.seo_block', 'SEO Configuration', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1161, 0, 'en', 'core/setting/setting', 'general.seo_title', 'SEO Title', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1162, 0, 'en', 'core/setting/setting', 'general.seo_description', 'SEO Description', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1163, 0, 'en', 'core/setting/setting', 'general.webmaster_tools_block', 'Google Webmaster Tools', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1164, 0, 'en', 'core/setting/setting', 'general.google_site_verification', 'Google site verification', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1165, 0, 'en', 'core/setting/setting', 'general.placeholder.site_title', 'Site Title (maximum 120 characters)', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1166, 0, 'en', 'core/setting/setting', 'general.placeholder.admin_email', 'Admin Email', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1167, 0, 'en', 'core/setting/setting', 'general.placeholder.seo_title', 'SEO Title (maximum 120 characters)', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1168, 0, 'en', 'core/setting/setting', 'general.placeholder.seo_description', 'SEO Description (maximum 120 characters)', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1169, 0, 'en', 'core/setting/setting', 'general.placeholder.google_analytics', 'Google Analytics', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1170, 0, 'en', 'core/setting/setting', 'general.placeholder.google_site_verification', 'Google Site Verification', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1171, 0, 'en', 'core/setting/setting', 'general.cache_admin_menu', 'Cache admin menu?', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1172, 0, 'en', 'core/setting/setting', 'general.enable_send_error_reporting_via_email', 'Enable to send error reporting via email?', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1173, 0, 'en', 'core/setting/setting', 'general.time_zone', 'Timezone', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1174, 0, 'en', 'core/setting/setting', 'general.default_admin_theme', 'Default admin theme', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1175, 0, 'en', 'core/setting/setting', 'general.enable_change_admin_theme', 'Enable change admin theme?', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1176, 0, 'en', 'core/setting/setting', 'general.enable', 'Enable', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1177, 0, 'en', 'core/setting/setting', 'general.disable', 'Disable', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1178, 0, 'en', 'core/setting/setting', 'general.enable_cache', 'Enable cache?', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1179, 0, 'en', 'core/setting/setting', 'general.cache_time', 'Cache time (minutes)', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1180, 0, 'en', 'core/setting/setting', 'general.cache_time_site_map', 'Cache Time Site map', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1181, 0, 'en', 'core/setting/setting', 'general.admin_logo', 'Admin logo', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1182, 0, 'en', 'core/setting/setting', 'general.admin_favicon', 'Admin favicon', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1183, 0, 'en', 'core/setting/setting', 'general.admin_title', 'Admin title', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1184, 0, 'en', 'core/setting/setting', 'general.admin_title_placeholder', 'Title show to tab of browser', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1185, 0, 'en', 'core/setting/setting', 'general.cache_block', 'Cache', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1186, 0, 'en', 'core/setting/setting', 'general.admin_appearance_title', 'Admin appearance', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1187, 0, 'en', 'core/setting/setting', 'general.admin_appearance_description', 'Setting admin appearance such as editor, language...', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1188, 0, 'en', 'core/setting/setting', 'general.seo_block_description', 'Setting site title, site meta description, site keyword for optimize SEO', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1189, 0, 'en', 'core/setting/setting', 'general.webmaster_tools_description', 'Google Webmaster Tools (GWT) is free software that helps you manage the technical side of your website', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1190, 0, 'en', 'core/setting/setting', 'general.cache_description', 'Config cache for system for optimize speed', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1191, 0, 'en', 'core/setting/setting', 'general.yes', 'Yes', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1192, 0, 'en', 'core/setting/setting', 'general.no', 'No', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1193, 0, 'en', 'core/setting/setting', 'general.show_on_front', 'Your homepage displays', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1194, 0, 'en', 'core/setting/setting', 'general.select', '— Select —', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1195, 0, 'en', 'core/setting/setting', 'general.show_site_name', 'Show site name after page title, separate with \"-\"?', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1196, 0, 'en', 'core/setting/setting', 'general.locale', 'Site language', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1197, 0, 'en', 'core/setting/setting', 'general.locale_direction', 'Front site language direction', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1198, 0, 'en', 'core/setting/setting', 'general.admin_locale_direction', 'Admin language direction', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1199, 0, 'en', 'core/setting/setting', 'general.admin_login_screen_backgrounds', 'Login screen backgrounds (~1366x768)', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1200, 0, 'en', 'core/setting/setting', 'email.subject', 'Subject', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1201, 0, 'en', 'core/setting/setting', 'email.content', 'Content', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1202, 0, 'en', 'core/setting/setting', 'email.title', 'Setting for email template', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1203, 0, 'en', 'core/setting/setting', 'email.description', 'Email template using HTML & system variables.', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1204, 0, 'en', 'core/setting/setting', 'email.reset_to_default', 'Reset to default', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1205, 0, 'en', 'core/setting/setting', 'email.back', 'Back to settings', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1206, 0, 'en', 'core/setting/setting', 'email.reset_success', 'Reset back to default successfully', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1207, 0, 'en', 'core/setting/setting', 'email.confirm_reset', 'Confirm reset email template?', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1208, 0, 'en', 'core/setting/setting', 'email.confirm_message', 'Do you really want to reset this email template to default?', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1209, 0, 'en', 'core/setting/setting', 'email.continue', 'Continue', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1210, 0, 'en', 'core/setting/setting', 'email.sender_name', 'Sender name', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1211, 0, 'en', 'core/setting/setting', 'email.sender_name_placeholder', 'Name', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1212, 0, 'en', 'core/setting/setting', 'email.sender_email', 'Sender email', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1213, 0, 'en', 'core/setting/setting', 'email.mailer', 'Mailer', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1214, 0, 'en', 'core/setting/setting', 'email.port', 'Port', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1215, 0, 'en', 'core/setting/setting', 'email.port_placeholder', 'Ex: 587', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1216, 0, 'en', 'core/setting/setting', 'email.host', 'Host', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1217, 0, 'en', 'core/setting/setting', 'email.host_placeholder', 'Ex: smtp.gmail.com', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1218, 0, 'en', 'core/setting/setting', 'email.username', 'Username', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1219, 0, 'en', 'core/setting/setting', 'email.username_placeholder', 'Username to login to mail server', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1220, 0, 'en', 'core/setting/setting', 'email.password', 'Password', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1221, 0, 'en', 'core/setting/setting', 'email.password_placeholder', 'Password to login to mail server', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1222, 0, 'en', 'core/setting/setting', 'email.encryption', 'Encryption', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1223, 0, 'en', 'core/setting/setting', 'email.mail_gun_domain', 'Domain', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1224, 0, 'en', 'core/setting/setting', 'email.mail_gun_domain_placeholder', 'Domain', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1225, 0, 'en', 'core/setting/setting', 'email.mail_gun_secret', 'Secret', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1226, 0, 'en', 'core/setting/setting', 'email.mail_gun_secret_placeholder', 'Secret', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1227, 0, 'en', 'core/setting/setting', 'email.mail_gun_endpoint', 'Endpoint', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1228, 0, 'en', 'core/setting/setting', 'email.mail_gun_endpoint_placeholder', 'Endpoint', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1229, 0, 'en', 'core/setting/setting', 'email.log_channel', 'Log channel', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1230, 0, 'en', 'core/setting/setting', 'email.sendmail_path', 'Sendmail Path', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1231, 0, 'en', 'core/setting/setting', 'email.encryption_placeholder', 'Encryption: ssl or tls', '2021-08-24 08:01:02', '2022-04-12 11:57:41'),
(1232, 0, 'en', 'core/setting/setting', 'email.ses_key', 'Key', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1233, 0, 'en', 'core/setting/setting', 'email.ses_key_placeholder', 'Key', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1234, 0, 'en', 'core/setting/setting', 'email.ses_secret', 'Secret', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1235, 0, 'en', 'core/setting/setting', 'email.ses_secret_placeholder', 'Secret', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1236, 0, 'en', 'core/setting/setting', 'email.ses_region', 'Region', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1237, 0, 'en', 'core/setting/setting', 'email.ses_region_placeholder', 'Region', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1238, 0, 'en', 'core/setting/setting', 'email.postmark_token', 'Token', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1239, 0, 'en', 'core/setting/setting', 'email.postmark_token_placeholder', 'Token', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1240, 0, 'en', 'core/setting/setting', 'email.template_title', 'Email templates', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1241, 0, 'en', 'core/setting/setting', 'email.template_description', 'Base templates for all emails', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1242, 0, 'en', 'core/setting/setting', 'email.template_header', 'Email template header', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1243, 0, 'en', 'core/setting/setting', 'email.template_header_description', 'Template for header of emails', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1244, 0, 'en', 'core/setting/setting', 'email.template_footer', 'Email template footer', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1245, 0, 'en', 'core/setting/setting', 'email.template_footer_description', 'Template for footer of emails', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1246, 0, 'en', 'core/setting/setting', 'email.default', 'Default', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1247, 0, 'en', 'core/setting/setting', 'email.using_queue_to_send_mail', 'Using queue job to send emails (Must to setup Queue first https://laravel.com/docs/queues#supervisor-configuration)', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1248, 0, 'en', 'core/setting/setting', 'media.title', 'Media', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1249, 0, 'en', 'core/setting/setting', 'media.driver', 'Driver', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1250, 0, 'en', 'core/setting/setting', 'media.description', 'Settings for media', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1251, 0, 'en', 'core/setting/setting', 'media.aws_access_key_id', 'AWS Access Key ID', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1252, 0, 'en', 'core/setting/setting', 'media.aws_secret_key', 'AWS Secret Key', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1253, 0, 'en', 'core/setting/setting', 'media.aws_default_region', 'AWS Default Region', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1254, 0, 'en', 'core/setting/setting', 'media.aws_bucket', 'AWS Bucket', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1255, 0, 'en', 'core/setting/setting', 'media.aws_url', 'AWS URL', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1256, 0, 'en', 'core/setting/setting', 'media.do_spaces_access_key_id', 'DO Spaces Access Key ID', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1257, 0, 'en', 'core/setting/setting', 'media.do_spaces_secret_key', 'DO Spaces Secret Key', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1258, 0, 'en', 'core/setting/setting', 'media.do_spaces_default_region', 'DO Spaces Default Region', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1259, 0, 'en', 'core/setting/setting', 'media.do_spaces_bucket', 'DO Spaces Bucket', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1260, 0, 'en', 'core/setting/setting', 'media.do_spaces_endpoint', 'DO Spaces Endpoint', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1261, 0, 'en', 'core/setting/setting', 'media.do_spaces_cdn_enabled', 'Is DO Spaces CDN enabled?', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1262, 0, 'en', 'core/setting/setting', 'media.media_do_spaces_cdn_custom_domain', 'Do Spaces CDN custom domain', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1263, 0, 'en', 'core/setting/setting', 'media.media_do_spaces_cdn_custom_domain_placeholder', 'https://your-custom-domain.com', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1264, 0, 'en', 'core/setting/setting', 'media.wasabi_access_key_id', 'Wasabi Access Key ID', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1265, 0, 'en', 'core/setting/setting', 'media.wasabi_secret_key', 'Wasabi Secret Key', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1266, 0, 'en', 'core/setting/setting', 'media.wasabi_default_region', 'Wasabi Default Region', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1267, 0, 'en', 'core/setting/setting', 'media.wasabi_bucket', 'Wasabi Bucket', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1268, 0, 'en', 'core/setting/setting', 'media.wasabi_root', 'Wasabi Root', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1269, 0, 'en', 'core/setting/setting', 'media.default_placeholder_image', 'Default placeholder image', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1270, 0, 'en', 'core/setting/setting', 'media.enable_chunk', 'Enable chunk size upload?', '2021-08-24 08:01:03', '2022-04-12 11:57:41');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1271, 0, 'en', 'core/setting/setting', 'media.chunk_size', 'Chunk size (Bytes)', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1272, 0, 'en', 'core/setting/setting', 'media.chunk_size_placeholder', 'Default: 1048576 ~ 1MB', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1273, 0, 'en', 'core/setting/setting', 'media.max_file_size', 'Chunk max file size (MB)', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1274, 0, 'en', 'core/setting/setting', 'media.max_file_size_placeholder', 'Default: 1048576 ~ 1GB', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1275, 0, 'en', 'core/setting/setting', 'media.enable_watermark', 'Enable watermark?', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1276, 0, 'en', 'core/setting/setting', 'media.watermark_source', 'Watermark image', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1277, 0, 'en', 'core/setting/setting', 'media.watermark_size', 'Size of watermark (%)', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1278, 0, 'en', 'core/setting/setting', 'media.watermark_size_placeholder', 'Default: 10 (%)', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1279, 0, 'en', 'core/setting/setting', 'media.watermark_opacity', 'Watermark Opacity (%)', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1280, 0, 'en', 'core/setting/setting', 'media.watermark_opacity_placeholder', 'Default: 70 (%)', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1281, 0, 'en', 'core/setting/setting', 'media.watermark_position', 'Watermark position', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1282, 0, 'en', 'core/setting/setting', 'media.watermark_position_x', 'Watermark position X', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1283, 0, 'en', 'core/setting/setting', 'media.watermark_position_y', 'Watermark position Y', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1284, 0, 'en', 'core/setting/setting', 'media.watermark_position_top_left', 'Top left', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1285, 0, 'en', 'core/setting/setting', 'media.watermark_position_top_right', 'Top right', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1286, 0, 'en', 'core/setting/setting', 'media.watermark_position_bottom_left', 'Bottom left', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1287, 0, 'en', 'core/setting/setting', 'media.watermark_position_bottom_right', 'Bottom right', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1288, 0, 'en', 'core/setting/setting', 'media.watermark_position_center', 'Center', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1289, 0, 'en', 'core/setting/setting', 'media.turn_off_automatic_url_translation_into_latin', 'Turn off automatic URL translation into Latin?', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1290, 0, 'en', 'core/setting/setting', 'license.purchase_code', 'Purchase code', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1291, 0, 'en', 'core/setting/setting', 'license.buyer', 'Buyer', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1292, 0, 'en', 'core/setting/setting', 'field_type_not_exists', 'This field type does not exist', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1293, 0, 'en', 'core/setting/setting', 'save_settings', 'Save settings', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1294, 0, 'en', 'core/setting/setting', 'template', 'Template', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1295, 0, 'en', 'core/setting/setting', 'description', 'Description', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1296, 0, 'en', 'core/setting/setting', 'enable', 'Enable', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1297, 0, 'en', 'core/setting/setting', 'send', 'Send', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1298, 0, 'en', 'core/setting/setting', 'test_email_description', 'To send test email, please make sure you are updated configuration to send mail!', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1299, 0, 'en', 'core/setting/setting', 'test_email_input_placeholder', 'Enter the email which you want to send test email.', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1300, 0, 'en', 'core/setting/setting', 'test_email_modal_title', 'Send a test email', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1301, 0, 'en', 'core/setting/setting', 'test_send_mail', 'Send test mail', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1302, 0, 'en', 'core/setting/setting', 'test_email_send_success', 'Send email successfully!', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1303, 0, 'en', 'core/setting/setting', 'locale_direction_ltr', 'Left to Right', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1304, 0, 'en', 'core/setting/setting', 'locale_direction_rtl', 'Right to Left', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1305, 0, 'en', 'core/setting/setting', 'saving', 'Saving...', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1306, 0, 'en', 'core/setting/setting', 'emails_warning', 'You can add up to :count emails', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1307, 0, 'en', 'core/setting/setting', 'email_add_more', 'Add more', '2021-08-24 08:01:03', '2022-04-12 11:57:41'),
(1376, 0, 'en', 'core/table/general', 'operations', 'Operations', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1377, 0, 'en', 'core/table/general', 'loading_data', 'Loading data from server', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1378, 0, 'en', 'core/table/general', 'display', 'Display', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1379, 0, 'en', 'core/table/general', 'all', 'All', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1380, 0, 'en', 'core/table/general', 'edit_entry', 'Edit', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1381, 0, 'en', 'core/table/general', 'delete_entry', 'Delete', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1382, 0, 'en', 'core/table/general', 'show_from', 'Showing from', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1383, 0, 'en', 'core/table/general', 'to', 'to', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1384, 0, 'en', 'core/table/general', 'in', 'in', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1385, 0, 'en', 'core/table/general', 'records', 'records', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1386, 0, 'en', 'core/table/general', 'no_data', 'No data to display', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1387, 0, 'en', 'core/table/general', 'no_record', 'No record', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1388, 0, 'en', 'core/table/general', 'loading', 'Loading data from server', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1389, 0, 'en', 'core/table/general', 'confirm_delete', 'Confirm delete', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1390, 0, 'en', 'core/table/general', 'confirm_delete_msg', 'Do you really want to delete this record?', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1391, 0, 'en', 'core/table/general', 'cancel', 'Cancel', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1392, 0, 'en', 'core/table/general', 'delete', 'Delete', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1393, 0, 'en', 'core/table/general', 'close', 'Close', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1394, 0, 'en', 'core/table/general', 'contains', 'Contains', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1395, 0, 'en', 'core/table/general', 'is_equal_to', 'Is equal to', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1396, 0, 'en', 'core/table/general', 'greater_than', 'Greater than', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1397, 0, 'en', 'core/table/general', 'less_than', 'Less than', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1398, 0, 'en', 'core/table/general', 'value', 'Value', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1399, 0, 'en', 'core/table/general', 'select_field', 'Select field', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1400, 0, 'en', 'core/table/general', 'reset', 'Reset', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1401, 0, 'en', 'core/table/general', 'add_additional_filter', 'Add additional filter', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1402, 0, 'en', 'core/table/general', 'apply', 'Apply', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1403, 0, 'en', 'core/table/general', 'filters', 'Filters', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1404, 0, 'en', 'core/table/general', 'bulk_change', 'Bulk changes', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1405, 0, 'en', 'core/table/general', 'select_option', 'Select option', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1406, 0, 'en', 'core/table/general', 'bulk_actions', 'Bulk Actions', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1407, 0, 'en', 'core/table/general', 'save_bulk_change_success', 'Update data for selected record(s) successfully!', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1408, 0, 'en', 'core/table/general', 'please_select_record', 'Please select at least one record to perform this action!', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1409, 0, 'en', 'core/table/general', 'filtered', '(filtered from _MAX_ total records)', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1410, 0, 'en', 'core/table/general', 'search', 'Search...', '2021-08-24 08:01:03', '2021-09-04 10:03:30'),
(1411, 0, 'en', 'core/table/table', 'operations', 'Operations', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1412, 0, 'en', 'core/table/table', 'loading_data', 'Loading data from server', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1413, 0, 'en', 'core/table/table', 'display', 'Display', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1414, 0, 'en', 'core/table/table', 'all', 'All', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1415, 0, 'en', 'core/table/table', 'edit_entry', 'Edit', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1416, 0, 'en', 'core/table/table', 'delete_entry', 'Delete', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1417, 0, 'en', 'core/table/table', 'show_from', 'Showing from', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1418, 0, 'en', 'core/table/table', 'to', 'to', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1419, 0, 'en', 'core/table/table', 'in', 'in', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1420, 0, 'en', 'core/table/table', 'records', 'records', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1421, 0, 'en', 'core/table/table', 'no_data', 'No data to display', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1422, 0, 'en', 'core/table/table', 'no_record', 'No record', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1423, 0, 'en', 'core/table/table', 'loading', 'Loading data from server', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1424, 0, 'en', 'core/table/table', 'confirm_delete', 'Confirm delete', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1425, 0, 'en', 'core/table/table', 'confirm_delete_msg', 'Do you really want to delete this record?', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1426, 0, 'en', 'core/table/table', 'cancel', 'Cancel', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1427, 0, 'en', 'core/table/table', 'delete', 'Delete', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1428, 0, 'en', 'core/table/table', 'close', 'Close', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1429, 0, 'en', 'core/table/table', 'contains', 'Contains', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1430, 0, 'en', 'core/table/table', 'is_equal_to', 'Is equal to', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1431, 0, 'en', 'core/table/table', 'greater_than', 'Greater than', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1432, 0, 'en', 'core/table/table', 'less_than', 'Less than', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1433, 0, 'en', 'core/table/table', 'value', 'Value', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1434, 0, 'en', 'core/table/table', 'select_field', 'Select field', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1435, 0, 'en', 'core/table/table', 'reset', 'Reset', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1436, 0, 'en', 'core/table/table', 'add_additional_filter', 'Add additional filter', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1437, 0, 'en', 'core/table/table', 'apply', 'Apply', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1438, 0, 'en', 'core/table/table', 'filters', 'Filters', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1439, 0, 'en', 'core/table/table', 'bulk_change', 'Bulk changes', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1440, 0, 'en', 'core/table/table', 'select_option', 'Select option', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1441, 0, 'en', 'core/table/table', 'bulk_actions', 'Bulk Actions', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1442, 0, 'en', 'core/table/table', 'save_bulk_change_success', 'Update data for selected record(s) successfully!', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1443, 0, 'en', 'core/table/table', 'please_select_record', 'Please select at least one record to perform this action!', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1444, 0, 'en', 'core/table/table', 'filtered', '(filtered from _MAX_ total records)', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1445, 0, 'en', 'core/table/table', 'search', 'Search...', '2021-08-24 08:01:03', '2021-09-29 10:43:30'),
(1478, 0, 'en', 'packages/menu/menu', 'name', 'Menus', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1479, 0, 'en', 'packages/menu/menu', 'key_name', 'Menu name (key: :key)', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1480, 0, 'en', 'packages/menu/menu', 'basic_info', 'Basic information', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1481, 0, 'en', 'packages/menu/menu', 'add_to_menu', 'Add to menu', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1482, 0, 'en', 'packages/menu/menu', 'custom_link', 'Custom link', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1483, 0, 'en', 'packages/menu/menu', 'add_link', 'Add link', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1484, 0, 'en', 'packages/menu/menu', 'structure', 'Menu structure', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1485, 0, 'en', 'packages/menu/menu', 'remove', 'Remove', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1486, 0, 'en', 'packages/menu/menu', 'cancel', 'Cancel', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1487, 0, 'en', 'packages/menu/menu', 'title', 'Title', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1488, 0, 'en', 'packages/menu/menu', 'icon', 'Icon', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1489, 0, 'en', 'packages/menu/menu', 'url', 'URL', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1490, 0, 'en', 'packages/menu/menu', 'target', 'Target', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1491, 0, 'en', 'packages/menu/menu', 'css_class', 'CSS class', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1492, 0, 'en', 'packages/menu/menu', 'self_open_link', 'Open link directly', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1493, 0, 'en', 'packages/menu/menu', 'blank_open_link', 'Open link in new tab', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1494, 0, 'en', 'packages/menu/menu', 'create', 'Create menu', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1495, 0, 'en', 'packages/menu/menu', 'edit', 'Edit menu', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1496, 0, 'en', 'packages/menu/menu', 'menu_settings', 'Menu settings', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1497, 0, 'en', 'packages/menu/menu', 'display_location', 'Display location', '2021-08-24 08:01:03', '2021-09-03 19:13:48'),
(1516, 0, 'en', 'packages/page/pages', 'create', 'Create new page', '2021-08-24 08:01:03', '2021-09-29 10:46:31'),
(1517, 0, 'en', 'packages/page/pages', 'edit', 'Edit page', '2021-08-24 08:01:03', '2021-09-29 10:46:31'),
(1518, 0, 'en', 'packages/page/pages', 'form.name', 'Name', '2021-08-24 08:01:03', '2021-09-29 10:46:31'),
(1519, 0, 'en', 'packages/page/pages', 'form.name_placeholder', 'Page\'s name (Maximum 120 characters)', '2021-08-24 08:01:03', '2021-09-29 10:46:31'),
(1520, 0, 'en', 'packages/page/pages', 'form.content', 'Content', '2021-08-24 08:01:03', '2021-09-29 10:46:31'),
(1521, 0, 'en', 'packages/page/pages', 'form.note', 'Note content', '2021-08-24 08:01:03', '2021-09-29 10:46:31'),
(1522, 0, 'en', 'packages/page/pages', 'notices.no_select', 'Please select at least one record to take this action!', '2021-08-24 08:01:03', '2021-09-29 10:46:31'),
(1523, 0, 'en', 'packages/page/pages', 'notices.update_success_message', 'Update successfully', '2021-08-24 08:01:03', '2021-09-29 10:46:31'),
(1524, 0, 'en', 'packages/page/pages', 'cannot_delete', 'Page could not be deleted', '2021-08-24 08:01:03', '2021-09-29 10:46:31'),
(1525, 0, 'en', 'packages/page/pages', 'deleted', 'Page deleted', '2021-08-24 08:01:04', '2021-09-29 10:46:31'),
(1526, 0, 'en', 'packages/page/pages', 'pages', 'Pages', '2021-08-24 08:01:04', '2021-09-29 10:46:31'),
(1527, 0, 'en', 'packages/page/pages', 'menu', 'Pages', '2021-08-24 08:01:04', '2021-09-29 10:46:31'),
(1528, 0, 'en', 'packages/page/pages', 'menu_name', 'Pages', '2021-08-24 08:01:04', '2021-09-29 10:46:31'),
(1529, 0, 'en', 'packages/page/pages', 'edit_this_page', 'Edit this page', '2021-08-24 08:01:04', '2021-09-29 10:46:31'),
(1530, 0, 'en', 'packages/page/pages', 'total_pages', 'Total pages', '2021-08-24 08:01:04', '2021-09-29 10:46:31'),
(1531, 0, 'en', 'packages/page/pages', 'settings.show_on_front', 'Your homepage displays', '2021-08-24 08:01:04', '2021-09-29 10:46:31'),
(1532, 0, 'en', 'packages/page/pages', 'settings.select', '— Select —', '2021-08-24 08:01:04', '2021-09-29 10:46:31'),
(1533, 0, 'en', 'packages/page/pages', 'front_page', 'Front Page', '2021-08-24 08:01:04', '2021-09-29 10:46:31'),
(1548, 0, 'en', 'packages/plugin-management/plugin', 'enabled', 'Enabled', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1549, 0, 'en', 'packages/plugin-management/plugin', 'deactivated', 'Deactivated', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1550, 0, 'en', 'packages/plugin-management/plugin', 'activated', 'Activated', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1551, 0, 'en', 'packages/plugin-management/plugin', 'activate', 'Activate', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1552, 0, 'en', 'packages/plugin-management/plugin', 'deactivate', 'Deactivate', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1553, 0, 'en', 'packages/plugin-management/plugin', 'author', 'By', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1554, 0, 'en', 'packages/plugin-management/plugin', 'update_plugin_status_success', 'Update plugin successfully', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1555, 0, 'en', 'packages/plugin-management/plugin', 'plugins', 'Plugins', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1556, 0, 'en', 'packages/plugin-management/plugin', 'missing_required_plugins', 'Please activate plugin(s): :plugins before activate this plugin!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1557, 0, 'en', 'packages/plugin-management/plugin', 'remove', 'Remove', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1558, 0, 'en', 'packages/plugin-management/plugin', 'remove_plugin_success', 'Remove plugin successfully!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1559, 0, 'en', 'packages/plugin-management/plugin', 'remove_plugin', 'Remove plugin', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1560, 0, 'en', 'packages/plugin-management/plugin', 'remove_plugin_confirm_message', 'Do you really want to remove this plugin?', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1561, 0, 'en', 'packages/plugin-management/plugin', 'remove_plugin_confirm_yes', 'Yes, remove it!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1562, 0, 'en', 'packages/plugin-management/plugin', 'total_plugins', 'Total plugins', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1563, 0, 'en', 'packages/plugin-management/plugin', 'invalid_plugin', 'This plugin is not a valid plugin, please check it again!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1564, 0, 'en', 'packages/plugin-management/plugin', 'version', 'Version', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1565, 0, 'en', 'packages/plugin-management/plugin', 'invalid_json', 'Invalid plugin.json!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1566, 0, 'en', 'packages/plugin-management/plugin', 'activate_success', 'Activate plugin successfully!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1567, 0, 'en', 'packages/plugin-management/plugin', 'activated_already', 'This plugin is activated already!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1568, 0, 'en', 'packages/plugin-management/plugin', 'plugin_not_exist', 'This plugin is not exists.', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1569, 0, 'en', 'packages/plugin-management/plugin', 'missing_json_file', 'Missing file plugin.json!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1570, 0, 'en', 'packages/plugin-management/plugin', 'plugin_invalid', 'Plugin is valid!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1571, 0, 'en', 'packages/plugin-management/plugin', 'published_assets_success', 'Publish assets for plugin :name successfully!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1572, 0, 'en', 'packages/plugin-management/plugin', 'plugin_removed', 'Plugin has been removed!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1573, 0, 'en', 'packages/plugin-management/plugin', 'deactivated_success', 'Deactivate plugin successfully!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1574, 0, 'en', 'packages/plugin-management/plugin', 'deactivated_already', 'This plugin is deactivated already!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1575, 0, 'en', 'packages/plugin-management/plugin', 'folder_is_not_writeable', 'Cannot write files! Folder :name is not writable. Please chmod to make it writable!', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1576, 0, 'en', 'packages/plugin-management/plugin', 'plugin_is_not_ready', 'Plugin :name is not ready to use', '2021-08-24 08:01:04', '2021-09-29 10:55:30'),
(1588, 0, 'en', 'packages/seo-helper/seo-helper', 'meta_box_header', 'Search Engine Optimize', '2021-08-24 08:01:04', '2021-09-29 10:57:42'),
(1589, 0, 'en', 'packages/seo-helper/seo-helper', 'edit_seo_meta', 'Edit SEO meta', '2021-08-24 08:01:04', '2021-09-29 10:57:42'),
(1590, 0, 'en', 'packages/seo-helper/seo-helper', 'default_description', 'Setup meta title & description to make your site easy to discovered on search engines such as Google', '2021-08-24 08:01:04', '2021-09-29 10:57:42'),
(1591, 0, 'en', 'packages/seo-helper/seo-helper', 'seo_title', 'SEO Title', '2021-08-24 08:01:04', '2021-09-29 10:57:42'),
(1592, 0, 'en', 'packages/seo-helper/seo-helper', 'seo_description', 'SEO description', '2021-08-24 08:01:04', '2021-09-29 10:57:42'),
(1598, 0, 'en', 'packages/slug/slug', 'permalink_settings', 'Permalink', '2021-08-24 08:01:04', '2021-09-29 10:59:06'),
(1599, 0, 'en', 'packages/slug/slug', 'settings.title', 'Permalink settings', '2021-08-24 08:01:04', '2021-09-29 10:59:06'),
(1600, 0, 'en', 'packages/slug/slug', 'settings.description', 'Manage permalink for all modules.', '2021-08-24 08:01:04', '2021-09-29 10:59:06'),
(1601, 0, 'en', 'packages/slug/slug', 'settings.preview', 'Preview', '2021-08-24 08:01:04', '2021-09-29 10:59:06'),
(1602, 0, 'en', 'packages/slug/slug', 'settings.turn_off_automatic_url_translation_into_latin', 'Turn off automatic URL translation into Latin?', '2021-08-24 08:01:04', '2021-09-29 10:59:06'),
(1603, 0, 'en', 'packages/slug/slug', 'preview', 'Preview', '2021-08-24 08:01:04', '2021-09-29 10:59:06'),
(1604, 0, 'en', 'packages/theme/theme', 'name', 'Themes', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1605, 0, 'en', 'packages/theme/theme', 'theme', 'Theme', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1606, 0, 'en', 'packages/theme/theme', 'author', 'Author', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1607, 0, 'en', 'packages/theme/theme', 'version', 'Version', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1608, 0, 'en', 'packages/theme/theme', 'description', 'Description', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1609, 0, 'en', 'packages/theme/theme', 'active_success', 'Activate theme :name successfully!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1610, 0, 'en', 'packages/theme/theme', 'active', 'Active', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1611, 0, 'en', 'packages/theme/theme', 'activated', 'Activated', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1612, 0, 'en', 'packages/theme/theme', 'appearance', 'Appearance', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1613, 0, 'en', 'packages/theme/theme', 'theme_options', 'Theme options', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1614, 0, 'en', 'packages/theme/theme', 'save_changes', 'Save Changes', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1615, 0, 'en', 'packages/theme/theme', 'developer_mode', 'Developer Mode Enabled', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1616, 0, 'en', 'packages/theme/theme', 'custom_css', 'Custom CSS', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1617, 0, 'en', 'packages/theme/theme', 'custom_js', 'Custom JS', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1618, 0, 'en', 'packages/theme/theme', 'custom_header_js', 'Header JS', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1619, 0, 'en', 'packages/theme/theme', 'custom_header_js_placeholder', 'JS in header of page, wrap it inside &#x3C;script&#x3E;&#x3C;/script&#x3E;', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1620, 0, 'en', 'packages/theme/theme', 'custom_body_js', 'Body JS', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1621, 0, 'en', 'packages/theme/theme', 'custom_body_js_placeholder', 'JS in body of page, wrap it inside &#x3C;script&#x3E;&#x3C;/script&#x3E;', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1622, 0, 'en', 'packages/theme/theme', 'custom_footer_js', 'Footer JS', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1623, 0, 'en', 'packages/theme/theme', 'custom_footer_js_placeholder', 'JS in footer of page, wrap it inside &#x3C;script&#x3E;&#x3C;/script&#x3E;', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1624, 0, 'en', 'packages/theme/theme', 'remove_theme_success', 'Remove theme successfully!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1625, 0, 'en', 'packages/theme/theme', 'theme_is_not_existed', 'This theme is not existed!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1626, 0, 'en', 'packages/theme/theme', 'remove', 'Remove', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1627, 0, 'en', 'packages/theme/theme', 'remove_theme', 'Remove theme', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1628, 0, 'en', 'packages/theme/theme', 'remove_theme_confirm_message', 'Do you really want to remove this theme?', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1629, 0, 'en', 'packages/theme/theme', 'remove_theme_confirm_yes', 'Yes, remove it!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1630, 0, 'en', 'packages/theme/theme', 'total_themes', 'Total themes', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1631, 0, 'en', 'packages/theme/theme', 'show_admin_bar', 'Show admin bar (When admin logged in, still show admin bar in website)?', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1632, 0, 'en', 'packages/theme/theme', 'settings.title', 'Theme', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1633, 0, 'en', 'packages/theme/theme', 'settings.description', 'Setting for theme', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1634, 0, 'en', 'packages/theme/theme', 'add_new', 'Yeni Ekle', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1635, 0, 'en', 'packages/theme/theme', 'theme_activated_already', 'Theme \":name\" is activated already!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1636, 0, 'en', 'packages/theme/theme', 'missing_json_file', 'Missing file theme.json!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1637, 0, 'en', 'packages/theme/theme', 'theme_invalid', 'Theme is valid!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1638, 0, 'en', 'packages/theme/theme', 'published_assets_success', 'Publish assets for :themes successfully!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1639, 0, 'en', 'packages/theme/theme', 'cannot_remove_theme', 'Cannot remove activated theme, please activate another theme before removing \":name\"!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1640, 0, 'en', 'packages/theme/theme', 'theme_deleted', 'Theme \":name\" has been destroyed.', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1641, 0, 'en', 'packages/theme/theme', 'removed_assets', 'Remove assets of a theme :name successfully!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1642, 0, 'en', 'packages/theme/theme', 'update_custom_css_success', 'Update custom CSS successfully!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1643, 0, 'en', 'packages/theme/theme', 'update_custom_js_success', 'Update custom JS successfully!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1644, 0, 'en', 'packages/theme/theme', 'go_to_dashboard', 'Go to dashboard', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1645, 0, 'en', 'packages/theme/theme', 'custom_css_placeholder', 'Using Ctrl + Space to autocomplete.', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1646, 0, 'en', 'packages/theme/theme', 'theme_option_general', 'General', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1647, 0, 'en', 'packages/theme/theme', 'theme_option_general_description', 'General settings', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1648, 0, 'en', 'packages/theme/theme', 'theme_option_seo_open_graph_image', 'SEO default Open Graph image', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1649, 0, 'en', 'packages/theme/theme', 'theme_option_logo', 'Logo', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1650, 0, 'en', 'packages/theme/theme', 'theme_option_favicon', 'Favicon', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1651, 0, 'en', 'packages/theme/theme', 'folder_is_not_writeable', 'Cannot write files! Folder :name is not writable. Please chmod to make it writable!', '2021-08-24 08:01:04', '2021-09-29 11:15:01'),
(1663, 0, 'en', 'packages/widget/global', 'name', 'Widgets', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1664, 0, 'en', 'packages/widget/global', 'create', 'New widget', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1665, 0, 'en', 'packages/widget/global', 'edit', 'Edit widget', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1666, 0, 'en', 'packages/widget/global', 'delete', 'Delete', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1667, 0, 'en', 'packages/widget/global', 'available', 'Available Widgets', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1668, 0, 'en', 'packages/widget/global', 'instruction', 'To activate a widget drag it to a sidebar or click on it. To deactivate a widget and delete its settings, drag it back.', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1669, 0, 'en', 'packages/widget/global', 'number_tag_display', 'Number tags will be display', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1670, 0, 'en', 'packages/widget/global', 'number_post_display', 'Number posts will be display', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1671, 0, 'en', 'packages/widget/global', 'select_menu', 'Select Menu', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1672, 0, 'en', 'packages/widget/global', 'widget_text', 'Text', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1673, 0, 'en', 'packages/widget/global', 'widget_text_description', 'Arbitrary text or HTML.', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1674, 0, 'en', 'packages/widget/global', 'widget_recent_post', 'Recent Posts', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1675, 0, 'en', 'packages/widget/global', 'widget_recent_post_description', 'Recent posts widget.', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1676, 0, 'en', 'packages/widget/global', 'widget_custom_menu', 'Custom Menu', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1677, 0, 'en', 'packages/widget/global', 'widget_custom_menu_description', 'Add a custom menu to your widget area.', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1678, 0, 'en', 'packages/widget/global', 'widget_tag', 'Tags', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1679, 0, 'en', 'packages/widget/global', 'widget_tag_description', 'Popular tags', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1680, 0, 'en', 'packages/widget/global', 'save_success', 'Save widget successfully!', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1681, 0, 'en', 'packages/widget/global', 'delete_success', 'Delete widget successfully!', '2021-08-24 08:01:04', '2021-09-29 11:19:02'),
(1682, 0, 'en', 'packages/widget/widget', 'name', 'Widgets', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1683, 0, 'en', 'packages/widget/widget', 'create', 'New widget', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1684, 0, 'en', 'packages/widget/widget', 'edit', 'Edit widget', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1685, 0, 'en', 'packages/widget/widget', 'delete', 'Delete', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1686, 0, 'en', 'packages/widget/widget', 'available', 'Available Widgets', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1687, 0, 'en', 'packages/widget/widget', 'instruction', 'To activate a widget drag it to a sidebar or click on it. To deactivate a widget and delete its settings, drag it back.', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1688, 0, 'en', 'packages/widget/widget', 'number_tag_display', 'Number tags will be display', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1689, 0, 'en', 'packages/widget/widget', 'number_post_display', 'Number posts will be display', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1690, 0, 'en', 'packages/widget/widget', 'select_menu', 'Select Menu', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1691, 0, 'en', 'packages/widget/widget', 'widget_text', 'Text', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1692, 0, 'en', 'packages/widget/widget', 'widget_text_description', 'Arbitrary text or HTML.', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1693, 0, 'en', 'packages/widget/widget', 'widget_recent_post', 'Recent Posts', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1694, 0, 'en', 'packages/widget/widget', 'widget_recent_post_description', 'Recent posts widget.', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1695, 0, 'en', 'packages/widget/widget', 'widget_custom_menu', 'Custom Menu', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1696, 0, 'en', 'packages/widget/widget', 'widget_custom_menu_description', 'Add a custom menu to your widget area.', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1697, 0, 'en', 'packages/widget/widget', 'widget_tag', 'Tags', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1698, 0, 'en', 'packages/widget/widget', 'widget_tag_description', 'Popular tags', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1699, 0, 'en', 'packages/widget/widget', 'save_success', 'Save widget successfully!', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1700, 0, 'en', 'packages/widget/widget', 'delete_success', 'Delete widget successfully!', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1701, 0, 'en', 'packages/widget/widget', 'primary_sidebar_name', 'Primary sidebar', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1702, 0, 'en', 'packages/widget/widget', 'primary_sidebar_description', 'Primary sidebar section', '2021-08-24 08:01:04', '2021-09-29 11:23:18'),
(1722, 0, 'en', 'plugins/ads/ads', 'name', 'Ads', '2021-08-24 08:01:04', '2021-09-29 11:32:43'),
(1723, 0, 'en', 'plugins/ads/ads', 'create', 'New ads', '2021-08-24 08:01:04', '2021-09-29 11:32:43'),
(1724, 0, 'en', 'plugins/ads/ads', 'edit', 'Edit ads', '2021-08-24 08:01:04', '2021-09-29 11:32:43'),
(1725, 0, 'en', 'plugins/ads/ads', 'location', 'Location', '2021-08-24 08:01:04', '2021-09-29 11:32:43'),
(1726, 0, 'en', 'plugins/ads/ads', 'url', 'URL', '2021-08-24 08:01:04', '2021-09-29 11:32:43'),
(1727, 0, 'en', 'plugins/ads/ads', 'expired_at', 'Expired at', '2021-08-24 08:01:04', '2021-09-29 11:32:43'),
(1728, 0, 'en', 'plugins/ads/ads', 'key', 'Key', '2021-08-24 08:01:04', '2021-09-29 11:32:43'),
(1729, 0, 'en', 'plugins/ads/ads', 'shortcode', 'Shortcode', '2021-08-24 08:01:04', '2021-09-29 11:32:43'),
(1730, 0, 'en', 'plugins/ads/ads', 'clicked', 'Clicked', '2021-08-24 08:01:04', '2021-09-29 11:32:43'),
(1731, 0, 'en', 'plugins/ads/ads', 'not_set', 'Not set', '2021-08-24 08:01:04', '2021-09-29 11:32:43'),
(1732, 0, 'en', 'plugins/analytics/analytics', 'sessions', 'Sessions', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1733, 0, 'en', 'plugins/analytics/analytics', 'visitors', 'Visitors', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1734, 0, 'en', 'plugins/analytics/analytics', 'pageviews', 'Pageviews', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1735, 0, 'en', 'plugins/analytics/analytics', 'bounce_rate', 'Bounce Rate', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1736, 0, 'en', 'plugins/analytics/analytics', 'page_session', 'Pages/Session', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1737, 0, 'en', 'plugins/analytics/analytics', 'avg_duration', 'Avg. Duration', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1738, 0, 'en', 'plugins/analytics/analytics', 'percent_new_session', 'Percent new session', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1739, 0, 'en', 'plugins/analytics/analytics', 'new_users', 'New visitors', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1740, 0, 'en', 'plugins/analytics/analytics', 'visits', 'visits', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1741, 0, 'en', 'plugins/analytics/analytics', 'views', 'views', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1742, 1, 'en', 'plugins/analytics/analytics', 'view_id_not_specified', 'You must provide a valid view id.', '2021-08-24 08:01:04', '2021-10-28 08:45:40'),
(1743, 1, 'en', 'plugins/analytics/analytics', 'credential_is_not_valid', 'Analytics credentials is not valid.', '2021-08-24 08:01:04', '2021-10-28 08:45:40'),
(1744, 0, 'en', 'plugins/analytics/analytics', 'start_date_can_not_before_end_date', 'Start date :start_date cannot be after end date :end_date', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1745, 1, 'en', 'plugins/analytics/analytics', 'wrong_configuration', 'To view analytics you\'ll need to get a google analytics client id and add it to your settings. <br /> You also need JSON credential data.', '2021-08-24 08:01:04', '2021-10-28 08:45:40'),
(1746, 0, 'en', 'plugins/analytics/analytics', 'settings.title', 'Google Analytics', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1747, 0, 'en', 'plugins/analytics/analytics', 'settings.description', 'Config Credentials for Google Analytics', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1748, 0, 'en', 'plugins/analytics/analytics', 'settings.tracking_code', 'Tracking ID', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1749, 0, 'en', 'plugins/analytics/analytics', 'settings.tracking_code_placeholder', 'Example: GA-12586526-8', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1750, 0, 'en', 'plugins/analytics/analytics', 'settings.view_id', 'View ID', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1751, 0, 'en', 'plugins/analytics/analytics', 'settings.view_id_description', 'Google Analytics View ID', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1752, 0, 'en', 'plugins/analytics/analytics', 'settings.json_credential', 'Service Account Credentials', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1753, 0, 'en', 'plugins/analytics/analytics', 'settings.json_credential_description', 'Service Account Credentials', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1754, 0, 'en', 'plugins/analytics/analytics', 'widget_analytics_page', 'Top Most Visit Pages', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1755, 0, 'en', 'plugins/analytics/analytics', 'widget_analytics_browser', 'Top Browsers', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1756, 0, 'en', 'plugins/analytics/analytics', 'widget_analytics_referrer', 'Top Referrers', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1757, 0, 'en', 'plugins/analytics/analytics', 'widget_analytics_general', 'Site Analytics', '2021-08-24 08:01:04', '2021-09-29 11:39:43'),
(1784, 0, 'en', 'plugins/audit-log/history', 'name', 'Activities Logs', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1785, 0, 'en', 'plugins/audit-log/history', 'created', 'created', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1786, 0, 'en', 'plugins/audit-log/history', 'updated', 'updated', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1787, 0, 'en', 'plugins/audit-log/history', 'deleted', 'deleted', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1788, 0, 'en', 'plugins/audit-log/history', 'logged in', 'logged in', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1789, 0, 'en', 'plugins/audit-log/history', 'logged out', 'logged out', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1790, 0, 'en', 'plugins/audit-log/history', 'changed password', 'changed password', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1791, 0, 'en', 'plugins/audit-log/history', 'updated profile', 'updated profile', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1792, 0, 'en', 'plugins/audit-log/history', 'attached', 'attached', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1793, 0, 'en', 'plugins/audit-log/history', 'shared', 'shared', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1794, 0, 'en', 'plugins/audit-log/history', 'to the system', 'to the system', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1795, 0, 'en', 'plugins/audit-log/history', 'of the system', 'of the system', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1796, 0, 'en', 'plugins/audit-log/history', 'menu', 'menu', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1797, 0, 'en', 'plugins/audit-log/history', 'post', 'post', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1798, 0, 'en', 'plugins/audit-log/history', 'page', 'page', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1799, 0, 'en', 'plugins/audit-log/history', 'category', 'category', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1800, 0, 'en', 'plugins/audit-log/history', 'tag', 'tag', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1801, 0, 'en', 'plugins/audit-log/history', 'user', 'user', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1802, 0, 'en', 'plugins/audit-log/history', 'contact', 'contact', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1803, 0, 'en', 'plugins/audit-log/history', 'backup', 'backup', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1804, 0, 'en', 'plugins/audit-log/history', 'custom-field', 'custom field', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1805, 0, 'en', 'plugins/audit-log/history', 'widget_audit_logs', 'Activities Logs', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1806, 0, 'en', 'plugins/audit-log/history', 'action', 'Action', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1807, 0, 'en', 'plugins/audit-log/history', 'user_agent', 'User Agent', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1808, 0, 'en', 'plugins/audit-log/history', 'system', 'System', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1809, 0, 'en', 'plugins/audit-log/history', 'delete_all', 'Delete all records', '2021-08-24 08:01:05', '2021-09-29 11:47:31'),
(1832, 0, 'en', 'plugins/backup/backup', 'name', 'Backup', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1833, 0, 'en', 'plugins/backup/backup', 'backup_description', 'Backup database and uploads folder.', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1834, 0, 'en', 'plugins/backup/backup', 'create_backup_success', 'Created backup successfully!', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1835, 0, 'en', 'plugins/backup/backup', 'delete_backup_success', 'Delete backup successfully!', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1836, 0, 'en', 'plugins/backup/backup', 'restore_backup_success', 'Restore backup successfully!', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1837, 0, 'en', 'plugins/backup/backup', 'generate_btn', 'Generate backup', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1838, 0, 'en', 'plugins/backup/backup', 'create', 'Create a backup', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1839, 0, 'en', 'plugins/backup/backup', 'restore', 'Restore a backup', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1840, 0, 'en', 'plugins/backup/backup', 'create_btn', 'Create', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1841, 0, 'en', 'plugins/backup/backup', 'restore_btn', 'Restore', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1842, 0, 'en', 'plugins/backup/backup', 'restore_confirm_msg', 'Do you really want to restore this revision?', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1843, 0, 'en', 'plugins/backup/backup', 'download_uploads_folder', 'Download backup of uploads folder', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1844, 0, 'en', 'plugins/backup/backup', 'download_database', 'Download backup of database', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1845, 0, 'en', 'plugins/backup/backup', 'restore_tooltip', 'Restore this backup', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1846, 0, 'en', 'plugins/backup/backup', 'demo_alert', 'Hi guest, if you see demo site is destroyed, please help me <a href=\":link\">go here</a> and restore demo site to the latest revision! Thank you so much!', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1847, 0, 'en', 'plugins/backup/backup', 'menu_name', 'Backups', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1848, 0, 'en', 'plugins/backup/backup', 'size', 'Size', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1849, 0, 'en', 'plugins/backup/backup', 'no_backups', 'There is no backup now!', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1850, 0, 'en', 'plugins/backup/backup', 'proc_open_disabled_error', 'Function <strong>proc_open()</strong> has been disabled so the system cannot backup the database. Please contact your hosting provider to enable it.', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1851, 0, 'en', 'plugins/backup/backup', 'database_backup_not_existed', 'Backup database is not existed!', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1852, 0, 'en', 'plugins/backup/backup', 'uploads_folder_backup_not_existed', 'Backup uploads folder is not existed!', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1853, 0, 'en', 'plugins/backup/backup', 'important_message1', 'This is a simple backup feature, it is a solution for you if your site has < 1GB data and can be used for quickly backup your site.', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1854, 0, 'en', 'plugins/backup/backup', 'important_message2', 'If you have more than 1GB images/files in local storage, you should use backup feature of your hosting or VPS.', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1855, 0, 'en', 'plugins/backup/backup', 'important_message3', 'To backup your database, function <strong>proc_open()</strong> or <strong>system()</strong> must be enabled. Contact your hosting provider to enable it if it is disabled.', '2021-08-24 08:01:05', '2021-10-28 08:55:07'),
(1872, 0, 'en', 'plugins/blog/base', 'menu_name', 'Blog', '2021-08-24 08:01:05', '2021-10-05 08:22:13'),
(1873, 0, 'en', 'plugins/blog/base', 'blog_page', 'Blog Page', '2021-08-24 08:01:05', '2021-10-05 08:22:13'),
(1874, 0, 'en', 'plugins/blog/base', 'select', '-- Select --', '2021-08-24 08:01:05', '2021-10-05 08:22:13'),
(1875, 0, 'en', 'plugins/blog/base', 'blog_page_id', 'Blog page', '2021-08-24 08:01:05', '2021-10-05 08:22:13'),
(1876, 0, 'en', 'plugins/blog/base', 'number_posts_per_page', 'Number posts per page', '2021-08-24 08:01:05', '2021-10-05 08:22:13'),
(1877, 0, 'en', 'plugins/blog/base', 'write_some_tags', 'Write some tags', '2021-08-24 08:01:05', '2021-10-05 08:22:13'),
(1878, 0, 'en', 'plugins/blog/base', 'short_code_name', 'Blog posts', '2021-08-24 08:01:05', '2021-10-05 08:22:13'),
(1879, 0, 'en', 'plugins/blog/base', 'short_code_description', 'Add blog posts', '2021-08-24 08:01:05', '2021-10-05 08:22:13'),
(1880, 0, 'en', 'plugins/blog/base', 'number_posts_per_page_in_category', 'Number of posts per page in a category', '2021-08-24 08:01:05', '2021-10-05 08:22:13'),
(1881, 0, 'en', 'plugins/blog/base', 'number_posts_per_page_in_tag', 'Number of posts per page in a tag', '2021-08-24 08:01:05', '2021-10-05 08:22:13'),
(1882, 0, 'en', 'plugins/blog/categories', 'create', 'Create new category', '2021-08-24 08:01:05', '2021-10-28 08:13:14'),
(1883, 0, 'en', 'plugins/blog/categories', 'edit', 'Edit category', '2021-08-24 08:01:05', '2021-10-28 08:13:14'),
(1884, 0, 'en', 'plugins/blog/categories', 'menu', 'Categories', '2021-08-24 08:01:05', '2021-10-28 08:13:14'),
(1885, 0, 'en', 'plugins/blog/categories', 'edit_this_category', 'Edit this category', '2021-08-24 08:01:05', '2021-10-28 08:13:14'),
(1886, 0, 'en', 'plugins/blog/categories', 'menu_name', 'Categories', '2021-08-24 08:01:05', '2021-10-28 08:13:14'),
(1887, 0, 'en', 'plugins/blog/categories', 'none', 'None', '2021-08-24 08:01:05', '2021-10-28 08:13:14'),
(1888, 0, 'en', 'plugins/blog/categories', 'total_posts', 'Total posts: :total', '2021-08-24 08:01:05', '2021-10-28 08:13:14'),
(1889, 0, 'en', 'plugins/blog/member', 'dob', 'Born :date', '2021-08-24 08:01:05', '2021-10-05 08:25:14'),
(1890, 0, 'en', 'plugins/blog/member', 'draft_posts', 'Draft Posts', '2021-08-24 08:01:05', '2021-10-05 08:25:14'),
(1891, 0, 'en', 'plugins/blog/member', 'pending_posts', 'Pending Posts', '2021-08-24 08:01:05', '2021-10-05 08:25:14'),
(1892, 0, 'en', 'plugins/blog/member', 'published_posts', 'Published Posts', '2021-08-24 08:01:05', '2021-10-05 08:25:14'),
(1893, 0, 'en', 'plugins/blog/member', 'posts', 'Posts', '2021-08-24 08:01:05', '2021-10-05 08:25:14'),
(1894, 0, 'en', 'plugins/blog/member', 'write_post', 'Write a post', '2021-08-24 08:01:05', '2021-10-05 08:25:14'),
(1895, 0, 'en', 'plugins/blog/posts', 'create', 'Create new post', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1896, 0, 'en', 'plugins/blog/posts', 'edit', 'Edit post', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1897, 0, 'en', 'plugins/blog/posts', 'form.name', 'Name', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1898, 0, 'en', 'plugins/blog/posts', 'form.name_placeholder', 'Post\'s name (Maximum :c characters)', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1899, 0, 'en', 'plugins/blog/posts', 'form.description', 'Description', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1900, 0, 'en', 'plugins/blog/posts', 'form.description_placeholder', 'Short description for post (Maximum :c characters)', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1901, 0, 'en', 'plugins/blog/posts', 'form.categories', 'Categories', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1902, 0, 'en', 'plugins/blog/posts', 'form.tags', 'Tags', '2021-08-24 08:01:05', '2021-10-05 08:31:00');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1903, 0, 'en', 'plugins/blog/posts', 'form.tags_placeholder', 'Tags', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1904, 0, 'en', 'plugins/blog/posts', 'form.content', 'Content', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1905, 0, 'en', 'plugins/blog/posts', 'form.is_featured', 'Is featured?', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1906, 0, 'en', 'plugins/blog/posts', 'form.note', 'Note content', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1907, 0, 'en', 'plugins/blog/posts', 'form.format_type', 'Format', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1908, 0, 'en', 'plugins/blog/posts', 'cannot_delete', 'Post could not be deleted', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1909, 0, 'en', 'plugins/blog/posts', 'post_deleted', 'Post deleted', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1910, 0, 'en', 'plugins/blog/posts', 'posts', 'Posts', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1911, 0, 'en', 'plugins/blog/posts', 'post', 'Post', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1912, 0, 'en', 'plugins/blog/posts', 'edit_this_post', 'Edit this post', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1913, 0, 'en', 'plugins/blog/posts', 'no_new_post_now', 'There is no new post now!', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1914, 0, 'en', 'plugins/blog/posts', 'menu_name', 'Posts', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1915, 0, 'en', 'plugins/blog/posts', 'widget_posts_recent', 'Recent Posts', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1916, 0, 'en', 'plugins/blog/posts', 'categories', 'Categories', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1917, 0, 'en', 'plugins/blog/posts', 'category', 'Category', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1918, 0, 'en', 'plugins/blog/posts', 'author', 'Author', '2021-08-24 08:01:05', '2021-10-05 08:31:00'),
(1919, 0, 'en', 'plugins/blog/settings', 'select', '-- Select --', '2021-08-24 08:01:05', '2021-10-05 08:34:17'),
(1920, 0, 'en', 'plugins/blog/settings', 'blog_page_id', 'Blog page', '2021-08-24 08:01:05', '2021-10-05 08:34:17'),
(1921, 0, 'en', 'plugins/blog/tags', 'form.name', 'Name', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1922, 0, 'en', 'plugins/blog/tags', 'form.name_placeholder', 'Tag\'s name (Maximum 120 characters)', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1923, 0, 'en', 'plugins/blog/tags', 'form.description', 'Description', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1924, 0, 'en', 'plugins/blog/tags', 'form.description_placeholder', 'Short description for tag (Maximum 400 characters)', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1925, 0, 'en', 'plugins/blog/tags', 'form.categories', 'Categories', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1926, 0, 'en', 'plugins/blog/tags', 'notices.no_select', 'Please select at least one tag to take this action!', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1927, 0, 'en', 'plugins/blog/tags', 'create', 'Create new tag', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1928, 0, 'en', 'plugins/blog/tags', 'edit', 'Edit tag', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1929, 0, 'en', 'plugins/blog/tags', 'cannot_delete', 'Tag could not be deleted', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1930, 0, 'en', 'plugins/blog/tags', 'deleted', 'Tag deleted', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1931, 0, 'en', 'plugins/blog/tags', 'menu', 'Tags', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1932, 0, 'en', 'plugins/blog/tags', 'edit_this_tag', 'Edit this tag', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1933, 0, 'en', 'plugins/blog/tags', 'menu_name', 'Tags', '2021-08-24 08:01:05', '2021-10-05 08:36:14'),
(1973, 0, 'en', 'plugins/captcha/captcha', 'settings.title', 'Captcha', '2021-08-24 08:01:05', '2021-10-05 08:39:24'),
(1974, 0, 'en', 'plugins/captcha/captcha', 'settings.description', 'Settings for Google Captcha', '2021-08-24 08:01:05', '2021-10-05 08:39:24'),
(1975, 0, 'en', 'plugins/captcha/captcha', 'settings.captcha_site_key', 'Captcha Site Key', '2021-08-24 08:01:05', '2021-10-05 08:39:24'),
(1976, 0, 'en', 'plugins/captcha/captcha', 'settings.captcha_secret', 'Captcha Secret', '2021-08-24 08:01:05', '2021-10-05 08:39:24'),
(1977, 0, 'en', 'plugins/captcha/captcha', 'settings.enable_captcha', 'Enable Captcha?', '2021-08-24 08:01:05', '2021-10-05 08:39:24'),
(1978, 0, 'en', 'plugins/captcha/captcha', 'settings.helper', 'Go here to get credentials https://www.google.com/recaptcha/admin#list.', '2021-08-24 08:01:05', '2021-10-05 08:39:24'),
(1979, 0, 'en', 'plugins/captcha/captcha', 'settings.hide_badge', 'Hide recaptcha badge (for v3)', '2021-08-24 08:01:05', '2021-10-05 08:39:24'),
(1980, 0, 'en', 'plugins/captcha/captcha', 'settings.type', 'Type', '2021-08-24 08:01:05', '2021-10-05 08:39:24'),
(1981, 0, 'en', 'plugins/captcha/captcha', 'settings.v2_description', 'V2 (Verify requests with a challenge)', '2021-08-24 08:01:05', '2021-10-05 08:39:24'),
(1982, 0, 'en', 'plugins/captcha/captcha', 'settings.v3_description', 'V3 (Verify requests with a score)', '2021-08-24 08:01:05', '2021-10-05 08:39:24'),
(1983, 0, 'en', 'plugins/captcha/captcha', 'failed_validate', 'Failed to validate the captcha.', '2021-08-24 08:01:05', '2021-10-05 08:39:24'),
(1984, 0, 'en', 'plugins/contact/contact', 'menu', 'Contact', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1985, 0, 'en', 'plugins/contact/contact', 'edit', 'View contact', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1986, 0, 'en', 'plugins/contact/contact', 'tables.phone', 'Phone', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1987, 0, 'en', 'plugins/contact/contact', 'tables.email', 'Email', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1988, 0, 'en', 'plugins/contact/contact', 'tables.full_name', 'Full Name', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1989, 0, 'en', 'plugins/contact/contact', 'tables.time', 'Time', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1990, 0, 'en', 'plugins/contact/contact', 'tables.address', 'Address', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1991, 0, 'en', 'plugins/contact/contact', 'tables.subject', 'Subject', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1992, 0, 'en', 'plugins/contact/contact', 'tables.content', 'Content', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1993, 0, 'en', 'plugins/contact/contact', 'contact_information', 'Contact information', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1994, 0, 'en', 'plugins/contact/contact', 'replies', 'Replies', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1995, 0, 'en', 'plugins/contact/contact', 'email.header', 'Email', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1996, 0, 'en', 'plugins/contact/contact', 'email.title', 'New contact from your site', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1997, 0, 'en', 'plugins/contact/contact', 'form.name.required', 'Name is required', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1998, 0, 'en', 'plugins/contact/contact', 'form.email.required', 'Email is required', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(1999, 0, 'en', 'plugins/contact/contact', 'form.email.email', 'The email address is not valid', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2000, 0, 'en', 'plugins/contact/contact', 'form.content.required', 'Content is required', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2001, 0, 'en', 'plugins/contact/contact', 'contact_sent_from', 'This contact information sent from', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2002, 0, 'en', 'plugins/contact/contact', 'sender', 'Sender', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2003, 0, 'en', 'plugins/contact/contact', 'sender_email', 'Email', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2004, 0, 'en', 'plugins/contact/contact', 'sender_address', 'Address', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2005, 0, 'en', 'plugins/contact/contact', 'sender_phone', 'Phone', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2006, 0, 'en', 'plugins/contact/contact', 'message_content', 'Message content', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2007, 0, 'en', 'plugins/contact/contact', 'sent_from', 'Email sent from', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2008, 0, 'en', 'plugins/contact/contact', 'form_name', 'Name', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2009, 0, 'en', 'plugins/contact/contact', 'form_email', 'Email', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2010, 0, 'en', 'plugins/contact/contact', 'form_address', 'Address', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2011, 0, 'en', 'plugins/contact/contact', 'form_subject', 'Subject', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2012, 0, 'en', 'plugins/contact/contact', 'form_phone', 'Phone', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2013, 0, 'en', 'plugins/contact/contact', 'form_message', 'Message', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2014, 0, 'en', 'plugins/contact/contact', 'required_field', 'The field with (<span style=\"color: red\">*</span>) is required.', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2015, 0, 'en', 'plugins/contact/contact', 'send_btn', 'Send message', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2016, 0, 'en', 'plugins/contact/contact', 'new_msg_notice', 'You have <span class=\"bold\">:count</span> New Messages', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2017, 0, 'en', 'plugins/contact/contact', 'view_all', 'View all', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2018, 0, 'en', 'plugins/contact/contact', 'statuses.read', 'Read', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2019, 0, 'en', 'plugins/contact/contact', 'statuses.unread', 'Unread', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2020, 0, 'en', 'plugins/contact/contact', 'phone', 'Phone', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2021, 0, 'en', 'plugins/contact/contact', 'address', 'Address', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2022, 0, 'en', 'plugins/contact/contact', 'message', 'Message', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2023, 0, 'en', 'plugins/contact/contact', 'settings.email.title', 'Contact', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2024, 0, 'en', 'plugins/contact/contact', 'settings.email.description', 'Contact email configuration', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2025, 0, 'en', 'plugins/contact/contact', 'settings.email.templates.notice_title', 'Send notice to administrator', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2026, 0, 'en', 'plugins/contact/contact', 'settings.email.templates.notice_description', 'Email template to send notice to administrator when system get new contact', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2027, 0, 'en', 'plugins/contact/contact', 'no_reply', 'No reply yet!', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2028, 0, 'en', 'plugins/contact/contact', 'reply', 'Reply', '2021-08-24 08:01:05', '2021-10-05 08:47:00'),
(2029, 0, 'en', 'plugins/contact/contact', 'send', 'Send', '2021-08-24 08:01:06', '2021-10-05 08:47:00'),
(2030, 0, 'en', 'plugins/contact/contact', 'shortcode_name', 'Contact form', '2021-08-24 08:01:06', '2021-10-05 08:47:00'),
(2031, 0, 'en', 'plugins/contact/contact', 'shortcode_description', 'Add a contact form', '2021-08-24 08:01:06', '2021-10-05 08:47:00'),
(2032, 0, 'en', 'plugins/contact/contact', 'shortcode_content_description', 'Add shortcode [contact-form][/contact-form] to editor?', '2021-08-24 08:01:06', '2021-10-05 08:47:00'),
(2033, 0, 'en', 'plugins/contact/contact', 'message_sent_success', 'Message sent successfully!', '2021-08-24 08:01:06', '2021-10-05 08:47:00'),
(2071, 0, 'en', 'plugins/cookie-consent/cookie-consent', 'theme_options.name', 'Cookie Consent', '2021-08-24 08:01:06', '2021-10-21 08:03:55'),
(2072, 0, 'en', 'plugins/cookie-consent/cookie-consent', 'theme_options.description', 'Cookie consent settings', '2021-08-24 08:01:06', '2021-10-21 08:03:55'),
(2073, 0, 'en', 'plugins/cookie-consent/cookie-consent', 'theme_options.enable', 'Enable cookie consent?', '2021-08-24 08:01:06', '2021-10-21 08:03:55'),
(2074, 0, 'en', 'plugins/cookie-consent/cookie-consent', 'theme_options.message', 'Message', '2021-08-24 08:01:06', '2021-10-21 08:03:55'),
(2075, 0, 'en', 'plugins/cookie-consent/cookie-consent', 'theme_options.button_text', 'Button text', '2021-08-24 08:01:06', '2021-10-21 08:03:55'),
(2076, 0, 'en', 'plugins/cookie-consent/cookie-consent', 'theme_options.max_width', 'Max width (px)', '2021-08-24 08:01:06', '2021-10-21 08:03:55'),
(2077, 0, 'en', 'plugins/cookie-consent/cookie-consent', 'theme_options.background_color', 'Background color', '2021-08-24 08:01:06', '2021-10-21 08:03:55'),
(2078, 0, 'en', 'plugins/cookie-consent/cookie-consent', 'theme_options.text_color', 'Text color', '2021-08-24 08:01:06', '2021-10-21 08:03:55'),
(2079, 0, 'en', 'plugins/cookie-consent/cookie-consent', 'theme_options.learn_more_url', 'Learn more URL', '2021-08-24 08:01:06', '2021-10-21 08:03:55'),
(2080, 0, 'en', 'plugins/cookie-consent/cookie-consent', 'theme_options.learn_more_text', 'Learn more text', '2021-08-24 08:01:06', '2021-10-21 08:03:55'),
(2081, 0, 'en', 'plugins/cookie-consent/cookie-consent', 'message', 'Your experience on this site will be improved by allowing cookies.', '2021-08-24 08:01:06', '2021-10-21 08:03:55'),
(2082, 0, 'en', 'plugins/cookie-consent/cookie-consent', 'button_text', 'Allow cookies', '2021-08-24 08:01:06', '2021-10-21 08:03:55'),
(2083, 0, 'en', 'plugins/ecommerce/brands', 'name', 'Brands', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2084, 0, 'en', 'plugins/ecommerce/brands', 'create', 'New brand', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2085, 0, 'en', 'plugins/ecommerce/brands', 'edit', 'Edit brand', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2086, 0, 'en', 'plugins/ecommerce/brands', 'form.name', 'Name', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2087, 0, 'en', 'plugins/ecommerce/brands', 'form.name_placeholder', 'Brand\'s name (Maximum 255 characters)', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2088, 0, 'en', 'plugins/ecommerce/brands', 'form.description', 'Description', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2089, 0, 'en', 'plugins/ecommerce/brands', 'form.description_placeholder', 'Short description for brand (Maximum 400 characters)', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2090, 0, 'en', 'plugins/ecommerce/brands', 'form.website', 'Website', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2091, 0, 'en', 'plugins/ecommerce/brands', 'form.logo', 'Logo', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2092, 0, 'en', 'plugins/ecommerce/brands', 'form.is_featured', 'Is featured', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2093, 0, 'en', 'plugins/ecommerce/brands', 'logo', 'Logo', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2094, 0, 'en', 'plugins/ecommerce/brands', 'website', 'Website', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2095, 0, 'en', 'plugins/ecommerce/brands', 'notices.no_select', 'Please select at least one record to take this action!', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2096, 0, 'en', 'plugins/ecommerce/brands', 'notices.update_success_message', 'Update successfully', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2097, 0, 'en', 'plugins/ecommerce/brands', 'cannot_delete', 'Brand could not be deleted', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2098, 0, 'en', 'plugins/ecommerce/brands', 'brand_deleted', 'Brand deleted', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2099, 0, 'en', 'plugins/ecommerce/brands', 'menu', 'Brands', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2100, 0, 'en', 'plugins/ecommerce/brands', 'no_brand', 'No brand', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2101, 0, 'en', 'plugins/ecommerce/brands', 'intro.title', 'Manage brands', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2102, 0, 'en', 'plugins/ecommerce/brands', 'intro.description', 'Manage product brands such as Nike, Adidas, Bitis ...', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2103, 0, 'en', 'plugins/ecommerce/brands', 'intro.button_text', 'Create brand', '2021-08-24 08:01:06', '2021-10-21 08:07:14'),
(2104, 0, 'en', 'plugins/ecommerce/bulk-import', 'name', 'Bulk Import', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2105, 0, 'en', 'plugins/ecommerce/bulk-import', 'loading_text', 'Importing', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2106, 0, 'en', 'plugins/ecommerce/bulk-import', 'imported_successfully', 'Imported successfully.', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2107, 0, 'en', 'plugins/ecommerce/bulk-import', 'please_choose_the_file_mime', 'Please choose the file mime :types', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2108, 0, 'en', 'plugins/ecommerce/bulk-import', 'please_choose_the_file', 'Please choose the file', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2109, 0, 'en', 'plugins/ecommerce/bulk-import', 'start_import', 'Start Import', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2110, 0, 'en', 'plugins/ecommerce/bulk-import', 'note', 'Note!', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2111, 0, 'en', 'plugins/ecommerce/bulk-import', 'warning_before_importing', 'If this is your first time using this feature, please read the documentation or contact the Administrator for access to the correct functionality!', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2112, 0, 'en', 'plugins/ecommerce/bulk-import', 'results', 'Result: :success successes, :failed failures', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2113, 0, 'en', 'plugins/ecommerce/bulk-import', 'failures', 'Failures', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2114, 0, 'en', 'plugins/ecommerce/bulk-import', 'tables.import', 'Import', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2115, 0, 'en', 'plugins/ecommerce/bulk-import', 'template', 'Template', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2116, 0, 'en', 'plugins/ecommerce/bulk-import', 'rules', 'Rules', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2117, 0, 'en', 'plugins/ecommerce/bulk-import', 'choose_file_with_mime', 'Choose file with mime: (:types)', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2118, 0, 'en', 'plugins/ecommerce/bulk-import', 'choose_file', 'Choose file', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2119, 0, 'en', 'plugins/ecommerce/bulk-import', 'menu', 'Import products', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2120, 0, 'en', 'plugins/ecommerce/bulk-import', 'download-csv-file', 'Download CSV template', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2121, 0, 'en', 'plugins/ecommerce/bulk-import', 'download-excel-file', 'Download Excel template', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2122, 0, 'en', 'plugins/ecommerce/bulk-import', 'downloading', 'Downloading...', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2123, 0, 'en', 'plugins/ecommerce/bulk-import', 'export.template.input_error', 'Input error', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2124, 0, 'en', 'plugins/ecommerce/bulk-import', 'export.template.number_not_allowed', 'Number is not allowed!', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2125, 0, 'en', 'plugins/ecommerce/bulk-import', 'export.template.allowed_input', 'Allowed input', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2126, 0, 'en', 'plugins/ecommerce/bulk-import', 'export.template.prompt_decimal', 'Only numbers or decimals are accepted and greater than or equal to :min.', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2127, 0, 'en', 'plugins/ecommerce/bulk-import', 'export.template.prompt_whole_number', 'Only numbers are accepted and greater than or equal to :min.', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2128, 0, 'en', 'plugins/ecommerce/bulk-import', 'export.template.prompt_list', 'Please pick a value from the drop-down list.', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2129, 0, 'en', 'plugins/ecommerce/bulk-import', 'export.template.pick_from_list', 'Pick from list', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2130, 0, 'en', 'plugins/ecommerce/bulk-import', 'export.template.value_not_in_list', 'Value is not in list.', '2021-08-24 08:01:06', '2021-10-28 08:56:22'),
(2131, 0, 'en', 'plugins/ecommerce/currency', 'currencies', 'Currencies', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2132, 0, 'en', 'plugins/ecommerce/currency', 'setting_description', 'List of currencies using on website', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2133, 0, 'en', 'plugins/ecommerce/currency', 'name', 'Name', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2134, 0, 'en', 'plugins/ecommerce/currency', 'symbol', 'Symbol', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2135, 0, 'en', 'plugins/ecommerce/currency', 'number_of_decimals', 'Number of decimals', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2136, 0, 'en', 'plugins/ecommerce/currency', 'exchange_rate', 'Exchange rate', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2137, 0, 'en', 'plugins/ecommerce/currency', 'is_prefix_symbol', 'Position of symbol', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2138, 0, 'en', 'plugins/ecommerce/currency', 'is_default', 'Is default?', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2139, 0, 'en', 'plugins/ecommerce/currency', 'remove', 'Remove', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2140, 0, 'en', 'plugins/ecommerce/currency', 'new_currency', 'Add a new currency', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2141, 0, 'en', 'plugins/ecommerce/currency', 'save_settings', 'Save settings', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2142, 0, 'en', 'plugins/ecommerce/currency', 'before_number', 'Before number', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2143, 0, 'en', 'plugins/ecommerce/currency', 'after_number', 'After number', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2144, 0, 'en', 'plugins/ecommerce/currency', 'require_at_least_one_currency', 'The system requires at least one currency!', '2021-08-24 08:01:06', '2021-09-08 19:26:42'),
(2145, 0, 'en', 'plugins/ecommerce/customer', 'name', 'Customers', '2021-08-24 08:01:06', '2021-10-28 08:57:32'),
(2146, 0, 'en', 'plugins/ecommerce/customer', 'create', 'Create a customer', '2021-08-24 08:01:06', '2021-10-28 08:57:32'),
(2147, 0, 'en', 'plugins/ecommerce/customer', 'edit', 'Edit customer \":name\"', '2021-08-24 08:01:06', '2021-10-28 08:57:32'),
(2148, 0, 'en', 'plugins/ecommerce/customer', 'email', 'Email', '2021-08-24 08:01:06', '2021-10-28 08:57:32'),
(2149, 0, 'en', 'plugins/ecommerce/customer', 'email_placeholder', 'Ex: example@gmail.com', '2021-08-24 08:01:06', '2021-10-28 08:57:32'),
(2150, 0, 'en', 'plugins/ecommerce/customer', 'password', 'Password', '2021-08-24 08:01:06', '2021-10-28 08:57:32'),
(2151, 0, 'en', 'plugins/ecommerce/customer', 'change_password', 'Change password?', '2021-08-24 08:01:06', '2021-10-28 08:57:32'),
(2152, 0, 'en', 'plugins/ecommerce/customer', 'password_confirmation', 'Password confirmation', '2021-08-24 08:01:06', '2021-10-28 08:57:32'),
(2153, 0, 'en', 'plugins/ecommerce/customer', 'intro.title', 'Manage customers', '2021-08-24 08:01:06', '2021-10-28 08:57:32'),
(2154, 0, 'en', 'plugins/ecommerce/customer', 'intro.description', 'When a customer buy your product(s), you will know their order histories.', '2021-08-24 08:01:06', '2021-10-28 08:57:32'),
(2155, 0, 'en', 'plugins/ecommerce/customer', 'intro.button_text', 'Create customer', '2021-08-24 08:01:06', '2021-10-28 08:57:32'),
(2156, 0, 'en', 'plugins/ecommerce/discount', 'name', 'Discounts', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2157, 0, 'en', 'plugins/ecommerce/discount', 'create', 'Create discount', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2158, 0, 'en', 'plugins/ecommerce/discount', 'invalid_coupon', 'This coupon is invalid or expired!', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2159, 0, 'en', 'plugins/ecommerce/discount', 'cannot_use_same_time_with_other_discount_program', 'Cannot use this coupon in the same time with other discount program!', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2160, 0, 'en', 'plugins/ecommerce/discount', 'not_used', 'This coupon is not used yet!', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2161, 0, 'en', 'plugins/ecommerce/discount', 'detail', 'Detail', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2162, 0, 'en', 'plugins/ecommerce/discount', 'used', 'Used', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2163, 0, 'en', 'plugins/ecommerce/discount', 'intro.title', 'Manage discount/coupon code', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2164, 0, 'en', 'plugins/ecommerce/discount', 'intro.description', 'Create coupon code or promotion for your products.', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2165, 0, 'en', 'plugins/ecommerce/discount', 'intro.button_text', 'Create discount', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2166, 0, 'en', 'plugins/ecommerce/discount', 'expired', 'Expired', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2167, 0, 'en', 'plugins/ecommerce/discount', 'discount_promotion', 'Discount promotion', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2168, 0, 'en', 'plugins/ecommerce/discount', 'can', 'can', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2169, 0, 'en', 'plugins/ecommerce/discount', 'cannot', 'cannot', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2170, 0, 'en', 'plugins/ecommerce/discount', 'use_with_promotion', 'be used with promotion', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2171, 0, 'en', 'plugins/ecommerce/discount', 'create_discount_validate_title_required_if', 'Please enter the name of the promotion', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2172, 0, 'en', 'plugins/ecommerce/discount', 'create_discount_validate_code_required_if', 'Please enter the promotion code', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2173, 0, 'en', 'plugins/ecommerce/discount', 'create_discount_validate_value_required', 'Amount must be greater than 0', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2174, 0, 'en', 'plugins/ecommerce/discount', 'create_discount_validate_target_required', 'No object selected for promotion', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2175, 0, 'en', 'plugins/ecommerce/discount', 'enums.type-options.amount', 'Amount - Fixed', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2176, 0, 'en', 'plugins/ecommerce/discount', 'enums.type-options.percentage', 'Discount %', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2177, 0, 'en', 'plugins/ecommerce/discount', 'enums.type-options.shipping', 'Free shipping', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2178, 0, 'en', 'plugins/ecommerce/discount', 'enums.type-options.same-price', 'Same price', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2179, 0, 'en', 'plugins/ecommerce/discount', 'discount', 'Discount', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2180, 0, 'en', 'plugins/ecommerce/discount', 'create_coupon_code', 'Create coupon code', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2181, 0, 'en', 'plugins/ecommerce/discount', 'create_discount_promotion', 'Create discount promotion', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2182, 0, 'en', 'plugins/ecommerce/discount', 'generate_coupon_code', 'Generate coupon code', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2183, 0, 'en', 'plugins/ecommerce/discount', 'customers_will_enter_this_coupon_code_when_they_checkout', 'Customers will enter this coupon code when they checkout', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2184, 0, 'en', 'plugins/ecommerce/discount', 'select_type_of_discount', 'Select type of discount', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2185, 0, 'en', 'plugins/ecommerce/discount', 'coupon_code', 'Coupon code', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2186, 0, 'en', 'plugins/ecommerce/discount', 'promotion', 'Promotion', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2187, 0, 'en', 'plugins/ecommerce/discount', 'can_be_used_with_promotion', 'Can be used with promotion', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2188, 0, 'en', 'plugins/ecommerce/discount', 'unlimited_coupon', 'Unlimited coupon', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2189, 0, 'en', 'plugins/ecommerce/discount', 'enter_number', 'Enter number', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2190, 0, 'en', 'plugins/ecommerce/discount', 'coupon_type', 'Coupon type', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2191, 0, 'en', 'plugins/ecommerce/discount', 'percentage_discount', 'Percentage discount (%)', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2192, 0, 'en', 'plugins/ecommerce/discount', 'free_shipping', 'Free shipping', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2193, 0, 'en', 'plugins/ecommerce/discount', 'same_price', 'Same price', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2194, 0, 'en', 'plugins/ecommerce/discount', 'apply_for', 'apply for', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2195, 0, 'en', 'plugins/ecommerce/discount', 'all_orders', 'All orders', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2196, 0, 'en', 'plugins/ecommerce/discount', 'order_amount_from', 'Order amount from', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2197, 0, 'en', 'plugins/ecommerce/discount', 'product_collection', 'Product collection', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2198, 0, 'en', 'plugins/ecommerce/discount', 'product', 'Product', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2199, 0, 'en', 'plugins/ecommerce/discount', 'customer', 'Customer', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2200, 0, 'en', 'plugins/ecommerce/discount', 'variant', 'Variant', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2201, 0, 'en', 'plugins/ecommerce/discount', 'search_product', 'Search product', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2202, 0, 'en', 'plugins/ecommerce/discount', 'no_products_found', 'No products found!', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2203, 0, 'en', 'plugins/ecommerce/discount', 'search_customer', 'Search customer', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2204, 0, 'en', 'plugins/ecommerce/discount', 'no_customer_found', 'No customer found!', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2205, 0, 'en', 'plugins/ecommerce/discount', 'one_time_per_order', 'One time per order', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2206, 0, 'en', 'plugins/ecommerce/discount', 'one_time_per_product_in_cart', 'One time per product in cart', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2207, 0, 'en', 'plugins/ecommerce/discount', 'number_of_products', 'Number of products', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2208, 0, 'en', 'plugins/ecommerce/discount', 'selected_products', 'Selected products', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2209, 0, 'en', 'plugins/ecommerce/discount', 'selected_customers', 'Selected customers', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2210, 0, 'en', 'plugins/ecommerce/discount', 'time', 'Time', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2211, 0, 'en', 'plugins/ecommerce/discount', 'start_date', 'Start date', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2212, 0, 'en', 'plugins/ecommerce/discount', 'end_date', 'End date', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2213, 0, 'en', 'plugins/ecommerce/discount', 'never_expired', 'Never expired', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2214, 0, 'en', 'plugins/ecommerce/discount', 'save', 'Save', '2021-08-24 08:01:06', '2021-10-28 08:59:15'),
(2215, 0, 'en', 'plugins/ecommerce/ecommerce', 'settings', 'Settings', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2216, 0, 'en', 'plugins/ecommerce/ecommerce', 'name', 'Ecommerce', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2217, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.email.title', 'E-commerce', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2218, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.email.description', 'Ecommerce email config', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2219, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.email.order_confirm_subject', 'Subject of order confirmation email', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2220, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.email.order_confirm_subject_placeholder', 'The subject of email confirmation send to the customer', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2221, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.email.order_confirm_content', 'Content of order confirmation email', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2222, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.email.order_status_change_subject', 'Subject of email when changing order\'s status', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2223, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.email.order_status_change_subject_placeholder', 'Subject of email when changing order\'s status send to customer', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2224, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.email.order_status_change_content', 'Content of email when changing order\'s status', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2225, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.email.from_email', 'Email from', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2226, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.email.from_email_placeholder', 'Email from address to display in mail. Ex: example@gmail.com', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2227, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.title', 'Basic information', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2228, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.state', 'State', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2229, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.city', 'City', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2230, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.country', 'Country', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2231, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.select country', 'Select a country...', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2232, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.weight_unit_gram', 'Gram (g)', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2233, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.weight_unit_kilogram', 'Kilogram (kg)', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2234, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.weight_unit_lb', 'Pound (lb)', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2235, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.weight_unit_oz', 'Ounce (oz)', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2236, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.height_unit_cm', 'Centimeter (cm)', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2237, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.height_unit_m', 'Meter (m)', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2238, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.height_unit_inch', 'Inch', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2239, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.store_locator_title', 'Store locators', '2021-08-24 08:01:06', '2022-04-12 12:17:22'),
(2240, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.store_locator_description', 'All the lists of your chains, main stores, branches, etc. The locations can be used to track sales and to help us configure tax rates to charge when selling products.', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2241, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.phone', 'Phone', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2242, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.address', 'Address', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2243, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.is_primary', 'Primary?', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2244, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.add_new', 'Add new', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2245, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.or', 'Or', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2246, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.change_primary_store', 'change default store locator', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2247, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.other_settings', 'Other settings', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2248, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.other_settings_description', 'Settings for cart, review...', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2249, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.enable_cart', 'Enable shopping cart?', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2250, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.enable_tax', 'Enable tax?', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2251, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.display_product_price_including_taxes', 'Display product price including taxes?', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2252, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.enable_review', 'Enable review?', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2253, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.enable_quick_buy_button', 'Enable quick buy button?', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2254, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.quick_buy_target', 'Quick buy target page?', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2255, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.checkout_page', 'Checkout page', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2256, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.cart_page', 'Cart page', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2257, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.add_location', 'Add location', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2258, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.edit_location', 'Edit location', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2259, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.delete_location', 'Delete location', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2260, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.change_primary_location', 'Change primary location', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2261, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.delete_location_confirmation', 'Are you sure you want to delete this location? This action cannot be undo.', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2262, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.save_location', 'Save location', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2263, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.accept', 'Accept', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2264, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.select_country', 'Select country', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2265, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.zip_code_enabled', 'Enable Zip Code?', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2266, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.thousands_separator', 'Thousands separator', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2267, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.decimal_separator', 'Decimal separator', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2268, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.separator_period', 'Period (.)', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2269, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.separator_comma', 'Comma (,)', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2270, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.separator_space', 'Space ( )', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2271, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.available_countries', 'Available countries', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2272, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.all', 'All', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2273, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.verify_customer_email', 'Verify customer\'s email?', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2274, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.minimum_order_amount', 'Minimum order amount to place an order (:currency).', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2275, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.enable_guest_checkout', 'Enable guest checkout?', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2276, 0, 'en', 'plugins/ecommerce/ecommerce', 'store_address', 'Store address', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2277, 0, 'en', 'plugins/ecommerce/ecommerce', 'store_phone', 'Store phone', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2278, 0, 'en', 'plugins/ecommerce/ecommerce', 'order_id', 'Order ID', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2279, 0, 'en', 'plugins/ecommerce/ecommerce', 'order_token', 'Order token', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2280, 0, 'en', 'plugins/ecommerce/ecommerce', 'customer_name', 'Customer name', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2281, 0, 'en', 'plugins/ecommerce/ecommerce', 'customer_email', 'Customer email', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2282, 0, 'en', 'plugins/ecommerce/ecommerce', 'customer_phone', 'Customer phone', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2283, 0, 'en', 'plugins/ecommerce/ecommerce', 'customer_address', 'Customer address', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2284, 0, 'en', 'plugins/ecommerce/ecommerce', 'product_list', 'List products in order', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2285, 0, 'en', 'plugins/ecommerce/ecommerce', 'payment_detail', 'Payment detail', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2286, 0, 'en', 'plugins/ecommerce/ecommerce', 'shipping_method', 'Shipping method', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2287, 0, 'en', 'plugins/ecommerce/ecommerce', 'payment_method', 'Payment method', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2288, 0, 'en', 'plugins/ecommerce/ecommerce', 'standard_and_format', 'Standard & Format', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2289, 0, 'en', 'plugins/ecommerce/ecommerce', 'standard_and_format_description', 'Standards and formats are used to calculate things like product prices, shipping weights, and order times.', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2290, 0, 'en', 'plugins/ecommerce/ecommerce', 'change_order_format', 'Edit order code format (optional)', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2291, 0, 'en', 'plugins/ecommerce/ecommerce', 'change_order_format_description', 'The default order code starts at: number. You can change the start or end string to create the order code you want, for example \"DH-: number\" or \": number-A\"', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2292, 0, 'en', 'plugins/ecommerce/ecommerce', 'start_with', 'Start with', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2293, 0, 'en', 'plugins/ecommerce/ecommerce', 'end_with', 'End with', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2294, 0, 'en', 'plugins/ecommerce/ecommerce', 'order_will_be_shown', 'Your order code will be shown', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2295, 0, 'en', 'plugins/ecommerce/ecommerce', 'weight_unit', 'Unit of weight', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2296, 0, 'en', 'plugins/ecommerce/ecommerce', 'height_unit', 'Unit length / height', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2297, 0, 'en', 'plugins/ecommerce/ecommerce', 'theme_options.name', 'Ecommerce', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2298, 0, 'en', 'plugins/ecommerce/ecommerce', 'theme_options.description', 'Theme options for Ecommerce', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2299, 0, 'en', 'plugins/ecommerce/ecommerce', 'theme_options.number_products_per_page', 'Number of products per page', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2300, 0, 'en', 'plugins/ecommerce/ecommerce', 'theme_options.number_of_cross_sale_product', 'Number of cross sale products in product detail page', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2301, 0, 'en', 'plugins/ecommerce/ecommerce', 'theme_options.max_price_filter', 'Maximum price to filter', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2302, 0, 'en', 'plugins/ecommerce/ecommerce', 'theme_options.logo_in_the_checkout_page', 'Logo in the checkout page (Default is the main logo)', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2303, 0, 'en', 'plugins/ecommerce/ecommerce', 'theme_options.logo_in_invoices', 'Logo in invoices (Default is the main logo)', '2021-08-24 08:01:07', '2022-04-12 12:17:22'),
(2304, 0, 'en', 'plugins/ecommerce/email', 'customer_new_order_title', 'Order confirmation', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2305, 0, 'en', 'plugins/ecommerce/email', 'customer_new_order_description', 'Send email confirmation to customer when an order placed', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2306, 0, 'en', 'plugins/ecommerce/email', 'order_cancellation_title', 'Order cancellation', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2307, 0, 'en', 'plugins/ecommerce/email', 'order_cancellation_description', 'Send to custom when they cancelled order', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2308, 0, 'en', 'plugins/ecommerce/email', 'delivery_confirmation_title', 'Delivering confirmation', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2309, 0, 'en', 'plugins/ecommerce/email', 'delivery_confirmation_description', 'Send to customer when order is delivering', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2310, 0, 'en', 'plugins/ecommerce/email', 'admin_new_order_title', 'Notice about new order', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2311, 0, 'en', 'plugins/ecommerce/email', 'admin_new_order_description', 'Send to administrators when an order placed', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2312, 0, 'en', 'plugins/ecommerce/email', 'order_confirmation_title', 'Order confirmation', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2313, 0, 'en', 'plugins/ecommerce/email', 'order_confirmation_description', 'Send to customer when they order was confirmed by admins', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2314, 0, 'en', 'plugins/ecommerce/email', 'payment_confirmation_title', 'Payment confirmation', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2315, 0, 'en', 'plugins/ecommerce/email', 'payment_confirmation_description', 'Send to customer when their payment was confirmed', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2316, 0, 'en', 'plugins/ecommerce/email', 'order_recover_title', 'Incomplete order', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2317, 0, 'en', 'plugins/ecommerce/email', 'order_recover_description', 'Send to custom to remind them about incomplete orders', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2318, 0, 'en', 'plugins/ecommerce/email', 'view_order', 'View order', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2319, 0, 'en', 'plugins/ecommerce/email', 'link_go_to_our_shop', 'or <a href=\":link\">Go to our shop</a>', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2320, 0, 'en', 'plugins/ecommerce/email', 'order_number', 'Order number: <strong>:order_id</strong>', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2321, 0, 'en', 'plugins/ecommerce/email', 'order_information', 'Order information:', '2021-08-24 08:01:07', '2021-10-21 10:15:53'),
(2322, 0, 'en', 'plugins/ecommerce/flash-sale', 'name', 'Flash sales', '2021-08-24 08:01:07', '2021-10-26 18:59:48'),
(2323, 0, 'en', 'plugins/ecommerce/flash-sale', 'create', 'New flash sale', '2021-08-24 08:01:07', '2021-10-26 18:59:48'),
(2324, 0, 'en', 'plugins/ecommerce/flash-sale', 'edit', 'Edit flash sale', '2021-08-24 08:01:07', '2021-10-26 18:59:48'),
(2325, 0, 'en', 'plugins/ecommerce/flash-sale', 'products', 'Products', '2021-08-24 08:01:07', '2021-10-26 18:59:48'),
(2326, 0, 'en', 'plugins/ecommerce/order', 'statuses.pending', 'Pending', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2327, 0, 'en', 'plugins/ecommerce/order', 'statuses.processing', 'Processing', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2328, 0, 'en', 'plugins/ecommerce/order', 'statuses.delivering', 'Delivering', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2329, 0, 'en', 'plugins/ecommerce/order', 'statuses.delivered', 'Delivered', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2330, 0, 'en', 'plugins/ecommerce/order', 'statuses.completed', 'Completed', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2331, 0, 'en', 'plugins/ecommerce/order', 'statuses.canceled', 'Canceled', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2332, 0, 'en', 'plugins/ecommerce/order', 'menu', 'Orders', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2333, 0, 'en', 'plugins/ecommerce/order', 'create', 'Create an order', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2334, 0, 'en', 'plugins/ecommerce/order', 'cancel_error', 'The order is delivering or completed', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2335, 0, 'en', 'plugins/ecommerce/order', 'cancel_success', 'You do cancel the order successful', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2336, 0, 'en', 'plugins/ecommerce/order', 'incomplete_order', 'Incomplete orders', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2337, 0, 'en', 'plugins/ecommerce/order', 'order_id', 'Order ID', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2338, 0, 'en', 'plugins/ecommerce/order', 'product_id', 'Product ID', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2339, 0, 'en', 'plugins/ecommerce/order', 'customer_label', 'Customer', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2340, 0, 'en', 'plugins/ecommerce/order', 'tax_amount', 'Tax Amount', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2341, 0, 'en', 'plugins/ecommerce/order', 'shipping_amount', 'Shipping amount', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2342, 0, 'en', 'plugins/ecommerce/order', 'payment_method', 'Payment method', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2343, 0, 'en', 'plugins/ecommerce/order', 'payment_status_label', 'Payment status', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2344, 0, 'en', 'plugins/ecommerce/order', 'manage_orders', 'Manage orders', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2345, 0, 'en', 'plugins/ecommerce/order', 'order_intro_description', 'Once your store has orders, this is where you will process and track those orders.', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2346, 0, 'en', 'plugins/ecommerce/order', 'create_new_order', 'Create a new order', '2021-08-24 08:01:07', '2022-03-05 10:51:26');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(2347, 0, 'en', 'plugins/ecommerce/order', 'manage_incomplete_orders', 'Manage incomplete orders', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2348, 0, 'en', 'plugins/ecommerce/order', 'incomplete_orders_intro_description', 'Incomplete order is an order created when a customer adds a product to the cart, proceeds to fill out the purchase information but does not complete the checkout process.', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2349, 0, 'en', 'plugins/ecommerce/order', 'invoice_for_order', 'Invoice for order', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2350, 0, 'en', 'plugins/ecommerce/order', 'created', 'Created', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2351, 0, 'en', 'plugins/ecommerce/order', 'invoice', 'Invoice', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2352, 0, 'en', 'plugins/ecommerce/order', 'return', 'Return', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2353, 0, 'en', 'plugins/ecommerce/order', 'total_refund_amount', 'Total refund amount', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2354, 0, 'en', 'plugins/ecommerce/order', 'total_amount_can_be_refunded', 'Total amount can be refunded', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2355, 0, 'en', 'plugins/ecommerce/order', 'refund_reason', 'Refund reason (optional)', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2356, 0, 'en', 'plugins/ecommerce/order', 'products', 'product(s)', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2357, 0, 'en', 'plugins/ecommerce/order', 'default', 'Default', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2358, 0, 'en', 'plugins/ecommerce/order', 'system', 'System', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2359, 0, 'en', 'plugins/ecommerce/order', 'new_order_from', 'New order :order_id from :customer', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2360, 0, 'en', 'plugins/ecommerce/order', 'confirmation_email_was_sent_to_customer', 'The email confirmation was sent to customer', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2361, 0, 'en', 'plugins/ecommerce/order', 'address_name_required', 'The name field is required.', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2362, 0, 'en', 'plugins/ecommerce/order', 'address_phone_required', 'The phone field is required.', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2363, 0, 'en', 'plugins/ecommerce/order', 'address_email_required', 'The email field is required.', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2364, 0, 'en', 'plugins/ecommerce/order', 'address_email_unique', 'The customer with that email is existed, please choose other email or login with this email!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2365, 0, 'en', 'plugins/ecommerce/order', 'address_state_required', 'The state field is required.', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2366, 0, 'en', 'plugins/ecommerce/order', 'address_city_required', 'The city field is required.', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2367, 0, 'en', 'plugins/ecommerce/order', 'address_address_required', 'The address field is required.', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2368, 0, 'en', 'plugins/ecommerce/order', 'create_order_from_payment_page', 'Order was created from checkout page', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2369, 0, 'en', 'plugins/ecommerce/order', 'order_was_verified_by', 'Order was verified by %user_name%', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2370, 0, 'en', 'plugins/ecommerce/order', 'new_order', 'New order :order_id', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2371, 0, 'en', 'plugins/ecommerce/order', 'payment_was_confirmed_by', 'Payment was confirmed (amount :money) by %user_name%', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2372, 0, 'en', 'plugins/ecommerce/order', 'edit_order', 'Edit order :code', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2373, 0, 'en', 'plugins/ecommerce/order', 'confirm_order_success', 'Confirm order successfully!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2374, 0, 'en', 'plugins/ecommerce/order', 'error_when_sending_email', 'There is an error when sending email', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2375, 0, 'en', 'plugins/ecommerce/order', 'sent_confirmation_email_success', 'Sent confirmation email successfully!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2376, 0, 'en', 'plugins/ecommerce/order', 'order_was_sent_to_shipping_team', 'Order was sent to shipping team', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2377, 0, 'en', 'plugins/ecommerce/order', 'by_username', 'by %user_name%', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2378, 0, 'en', 'plugins/ecommerce/order', 'shipping_was_created_from', 'Shipping was created from order %order_id%', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2379, 0, 'en', 'plugins/ecommerce/order', 'shipping_was_canceled_success', 'Shipping was cancelled successfully!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2380, 0, 'en', 'plugins/ecommerce/order', 'shipping_was_canceled_by', 'Shipping was cancelled by %user_name%', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2381, 0, 'en', 'plugins/ecommerce/order', 'update_shipping_address_success', 'Update shipping address successfully!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2382, 0, 'en', 'plugins/ecommerce/order', 'order_was_canceled_by', 'Order was cancelled by %user_name%', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2383, 0, 'en', 'plugins/ecommerce/order', 'confirm_payment_success', 'Confirm payment successfully!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2384, 0, 'en', 'plugins/ecommerce/order', 'refund_amount_invalid', 'Refund amount must be lower or equal :price', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2385, 0, 'en', 'plugins/ecommerce/order', 'number_of_products_invalid', 'Number of products refund is not valid!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2386, 0, 'en', 'plugins/ecommerce/order', 'cannot_found_payment_for_this_order', 'Cannot found payment for this order!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2387, 0, 'en', 'plugins/ecommerce/order', 'refund_success_with_price', 'Refund success :price', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2388, 0, 'en', 'plugins/ecommerce/order', 'refund_success', 'Refund successfully!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2389, 0, 'en', 'plugins/ecommerce/order', 'order_is_not_existed', 'Order is not existed!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2390, 0, 'en', 'plugins/ecommerce/order', 'reorder', 'Reorder', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2391, 0, 'en', 'plugins/ecommerce/order', 'sent_email_incomplete_order_success', 'Sent email to remind about incomplete order successfully!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2392, 0, 'en', 'plugins/ecommerce/order', 'applied_coupon_success', 'Applied coupon \":code\" successfully!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2393, 0, 'en', 'plugins/ecommerce/order', 'new_order_notice', 'You have <span class=\"bold\">:count</span> New Order(s)', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2394, 0, 'en', 'plugins/ecommerce/order', 'view_all', 'View all', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2395, 0, 'en', 'plugins/ecommerce/order', 'cancel_order', 'Cancel order', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2396, 0, 'en', 'plugins/ecommerce/order', 'order_canceled', 'Order canceled', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2397, 0, 'en', 'plugins/ecommerce/order', 'order_was_canceled_at', 'Order was canceled at', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2398, 0, 'en', 'plugins/ecommerce/order', 'completed', 'Completed', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2399, 0, 'en', 'plugins/ecommerce/order', 'uncompleted', 'Uncompleted', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2400, 0, 'en', 'plugins/ecommerce/order', 'sku', 'SKU', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2401, 0, 'en', 'plugins/ecommerce/order', 'warehouse', 'Warehouse', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2402, 0, 'en', 'plugins/ecommerce/order', 'sub_amount', 'Sub amount', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2403, 0, 'en', 'plugins/ecommerce/order', 'coupon_code', 'Coupon code: \":code\"', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2404, 0, 'en', 'plugins/ecommerce/order', 'shipping_fee', 'Shipping fee', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2405, 0, 'en', 'plugins/ecommerce/order', 'tax', 'Tax', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2406, 0, 'en', 'plugins/ecommerce/order', 'refunded_amount', 'Refunded amount', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2407, 0, 'en', 'plugins/ecommerce/order', 'amount_received', 'The amount actually received', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2408, 0, 'en', 'plugins/ecommerce/order', 'download_invoice', 'Download invoice', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2409, 0, 'en', 'plugins/ecommerce/order', 'add_note', 'Add note...', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2410, 0, 'en', 'plugins/ecommerce/order', 'order_was_confirmed', 'Order was confirmed', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2411, 0, 'en', 'plugins/ecommerce/order', 'confirm_order', 'Confirm order', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2412, 0, 'en', 'plugins/ecommerce/order', 'confirm', 'Confirm', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2413, 0, 'en', 'plugins/ecommerce/order', 'order_was_canceled', 'Order was canceled', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2414, 0, 'en', 'plugins/ecommerce/order', 'pending_payment', 'Pending payment', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2415, 0, 'en', 'plugins/ecommerce/order', 'payment_was_accepted', 'Payment :money was accepted', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2416, 0, 'en', 'plugins/ecommerce/order', 'payment_was_refunded', 'Payment was refunded', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2417, 0, 'en', 'plugins/ecommerce/order', 'confirm_payment', 'Confirm payment', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2418, 0, 'en', 'plugins/ecommerce/order', 'refund', 'Refund', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2419, 0, 'en', 'plugins/ecommerce/order', 'all_products_are_not_delivered', 'All products are not delivered', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2420, 0, 'en', 'plugins/ecommerce/order', 'delivery', 'Delivery', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2421, 0, 'en', 'plugins/ecommerce/order', 'history', 'History', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2422, 0, 'en', 'plugins/ecommerce/order', 'order_number', 'Order number', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2423, 0, 'en', 'plugins/ecommerce/order', 'from', 'from', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2424, 0, 'en', 'plugins/ecommerce/order', 'status', 'Status', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2425, 0, 'en', 'plugins/ecommerce/order', 'successfully', 'Successfully', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2426, 0, 'en', 'plugins/ecommerce/order', 'transaction_type', 'Transaction\'s type', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2427, 0, 'en', 'plugins/ecommerce/order', 'staff', 'Staff', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2428, 0, 'en', 'plugins/ecommerce/order', 'refund_date', 'Refund date', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2429, 0, 'en', 'plugins/ecommerce/order', 'n_a', 'N\\A', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2430, 0, 'en', 'plugins/ecommerce/order', 'payment_date', 'Payment date', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2431, 0, 'en', 'plugins/ecommerce/order', 'payment_gateway', 'Payment gateway', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2432, 0, 'en', 'plugins/ecommerce/order', 'transaction_amount', 'Transaction amount', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2433, 0, 'en', 'plugins/ecommerce/order', 'resend', 'Resend', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2434, 0, 'en', 'plugins/ecommerce/order', 'default_store', 'Default store', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2435, 0, 'en', 'plugins/ecommerce/order', 'update_address', 'Update address', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2436, 0, 'en', 'plugins/ecommerce/order', 'have_an_account_already', 'Have an account already', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2437, 0, 'en', 'plugins/ecommerce/order', 'dont_have_an_account_yet', 'Don\'t have an account yet', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2438, 0, 'en', 'plugins/ecommerce/order', 'mark_payment_as_confirmed', 'Mark <span>:method</span> as confirmed', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2439, 0, 'en', 'plugins/ecommerce/order', 'resend_order_confirmation', 'Resend order confirmation', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2440, 0, 'en', 'plugins/ecommerce/order', 'resend_order_confirmation_description', 'Confirmation email will be sent to <strong>:email</strong>?', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2441, 0, 'en', 'plugins/ecommerce/order', 'send', 'Send', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2442, 0, 'en', 'plugins/ecommerce/order', 'update', 'Update', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2443, 0, 'en', 'plugins/ecommerce/order', 'cancel_shipping_confirmation', 'Cancel shipping confirmation?', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2444, 0, 'en', 'plugins/ecommerce/order', 'cancel_shipping_confirmation_description', 'Cancel shipping confirmation?', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2445, 0, 'en', 'plugins/ecommerce/order', 'cancel_order_confirmation', 'Cancel order confirmation?', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2446, 0, 'en', 'plugins/ecommerce/order', 'cancel_order_confirmation_description', 'Are you sure you want to cancel this order? This action cannot rollback', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2447, 0, 'en', 'plugins/ecommerce/order', 'confirm_payment_confirmation_description', 'Processed by <strong>:method</strong>. Did you receive payment outside the system? This payment won\'t be saved into system and cannot be refunded', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2448, 0, 'en', 'plugins/ecommerce/order', 'save_note', 'Save note', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2449, 0, 'en', 'plugins/ecommerce/order', 'order_note', 'Order note', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2450, 0, 'en', 'plugins/ecommerce/order', 'order_note_placeholder', 'Note about order, ex: time or shipping instruction.', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2451, 0, 'en', 'plugins/ecommerce/order', 'order_amount', 'Order amount', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2452, 0, 'en', 'plugins/ecommerce/order', 'additional_information', 'Additional information', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2453, 0, 'en', 'plugins/ecommerce/order', 'notice_about_incomplete_order', 'Notice about incomplete order', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2454, 0, 'en', 'plugins/ecommerce/order', 'notice_about_incomplete_order_description', 'Remind email about uncompleted order will be send to <strong>:email</strong>?', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2455, 0, 'en', 'plugins/ecommerce/order', 'incomplete_order_description_1', 'An incomplete order is when a potential customer places items in their shopping cart, and goes all the way through to the payment page, but then doesn\'t complete the transaction.', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2456, 0, 'en', 'plugins/ecommerce/order', 'incomplete_order_description_2', 'If you have contacted customers and they want to continue buying, you can help them complete their order by following the link:', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2457, 0, 'en', 'plugins/ecommerce/order', 'send_an_email_to_recover_this_order', 'Send an email to customer to recover this order', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2458, 0, 'en', 'plugins/ecommerce/order', 'see_maps', 'See maps', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2459, 0, 'en', 'plugins/ecommerce/order', 'one_or_more_products_dont_have_enough_quantity', 'One or more products don\'t have enough quantity!', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2460, 0, 'en', 'plugins/ecommerce/order', 'cannot_send_order_recover_to_mail', 'The email could not be found so it can\'t send a recovery email to the customer.', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2461, 0, 'en', 'plugins/ecommerce/order', 'payment_info', 'Payment Info', '2021-08-24 08:01:07', '2022-03-05 10:51:26'),
(2462, 0, 'en', 'plugins/ecommerce/order', 'payment_method_refund_automatic', 'Your customer will be refunded using :method automatically.', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2463, 0, 'en', 'plugins/ecommerce/order', 'order', 'Order', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2464, 0, 'en', 'plugins/ecommerce/order', 'order_information', 'Order information', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2465, 0, 'en', 'plugins/ecommerce/order', 'create_a_new_product', 'Create a new product', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2466, 0, 'en', 'plugins/ecommerce/order', 'out_of_stock', 'Out of stock', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2467, 0, 'en', 'plugins/ecommerce/order', 'products_available', 'product(s) available', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2468, 0, 'en', 'plugins/ecommerce/order', 'no_products_found', 'No products found!', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2469, 0, 'en', 'plugins/ecommerce/order', 'note', 'Note', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2470, 0, 'en', 'plugins/ecommerce/order', 'note_for_order', 'Note for order...', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2471, 0, 'en', 'plugins/ecommerce/order', 'amount', 'Amount', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2472, 0, 'en', 'plugins/ecommerce/order', 'add_discount', 'Add discount', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2473, 0, 'en', 'plugins/ecommerce/order', 'discount', 'Discount', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2474, 0, 'en', 'plugins/ecommerce/order', 'add_shipping_fee', 'Add shipping fee', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2475, 0, 'en', 'plugins/ecommerce/order', 'shipping', 'Shipping', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2476, 0, 'en', 'plugins/ecommerce/order', 'total_amount', 'Total amount', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2477, 0, 'en', 'plugins/ecommerce/order', 'confirm_payment_and_create_order', 'Confirm payment and create order', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2478, 0, 'en', 'plugins/ecommerce/order', 'paid', 'Paid', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2479, 0, 'en', 'plugins/ecommerce/order', 'pay_later', 'Pay later', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2480, 0, 'en', 'plugins/ecommerce/order', 'customer_information', 'Customer information', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2481, 0, 'en', 'plugins/ecommerce/order', 'create_new_customer', 'Create new customer', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2482, 0, 'en', 'plugins/ecommerce/order', 'no_customer_found', 'No customer found!', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2483, 0, 'en', 'plugins/ecommerce/order', 'customer', 'Customer', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2484, 0, 'en', 'plugins/ecommerce/order', 'orders', 'order(s)', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2485, 0, 'en', 'plugins/ecommerce/order', 'shipping_address', 'Shipping Address', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2486, 0, 'en', 'plugins/ecommerce/order', 'see_on_maps', 'See on maps', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2487, 0, 'en', 'plugins/ecommerce/order', 'name', 'Name', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2488, 0, 'en', 'plugins/ecommerce/order', 'price', 'Price', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2489, 0, 'en', 'plugins/ecommerce/order', 'sku_optional', 'SKU (optional)', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2490, 0, 'en', 'plugins/ecommerce/order', 'with_storehouse_management', 'With storehouse management?', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2491, 0, 'en', 'plugins/ecommerce/order', 'quantity', 'Quantity', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2492, 0, 'en', 'plugins/ecommerce/order', 'allow_customer_checkout_when_this_product_out_of_stock', 'Allow customer checkout when this product out of stock?', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2493, 0, 'en', 'plugins/ecommerce/order', 'address', 'Address', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2494, 0, 'en', 'plugins/ecommerce/order', 'phone', 'Phone', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2495, 0, 'en', 'plugins/ecommerce/order', 'country', 'Country', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2496, 0, 'en', 'plugins/ecommerce/order', 'state', 'State', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2497, 0, 'en', 'plugins/ecommerce/order', 'city', 'City', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2498, 0, 'en', 'plugins/ecommerce/order', 'zip_code', 'Zip code', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2499, 0, 'en', 'plugins/ecommerce/order', 'discount_based_on', 'Discount based on', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2500, 0, 'en', 'plugins/ecommerce/order', 'or_coupon_code', 'Or coupon code', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2501, 0, 'en', 'plugins/ecommerce/order', 'description', 'Description', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2502, 0, 'en', 'plugins/ecommerce/order', 'how_to_select_configured_shipping', 'How to select configured shipping?', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2503, 0, 'en', 'plugins/ecommerce/order', 'please_add_customer_information_with_the_complete_shipping_address_to_see_the_configured_shipping_rates', 'Please add customer information with the complete shipping address to see the configured shipping rates', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2504, 0, 'en', 'plugins/ecommerce/order', 'free_shipping', 'Free shipping', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2505, 0, 'en', 'plugins/ecommerce/order', 'custom', 'Custom', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2506, 0, 'en', 'plugins/ecommerce/order', 'email', 'Email', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2507, 0, 'en', 'plugins/ecommerce/order', 'create_order', 'Create order', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2508, 0, 'en', 'plugins/ecommerce/order', 'close', 'Close', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2509, 0, 'en', 'plugins/ecommerce/order', 'confirm_payment_is_paid_for_this_order', 'Confirm payment is paid for this order', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2510, 0, 'en', 'plugins/ecommerce/order', 'payment_status_of_the_order_is_paid_once_the_order_has_been_created_you_cannot_change_the_payment_method_or_status', 'Payment status of the order is Paid. Once the order has been created, you cannot change the payment method or status', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2511, 0, 'en', 'plugins/ecommerce/order', 'select_payment_method', 'Select payment method', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2512, 0, 'en', 'plugins/ecommerce/order', 'cash_on_delivery_cod', 'Cash on delivery (COD)', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2513, 0, 'en', 'plugins/ecommerce/order', 'bank_transfer', 'Bank transfer', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2514, 0, 'en', 'plugins/ecommerce/order', 'paid_amount', 'Paid amount', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2515, 0, 'en', 'plugins/ecommerce/order', 'confirm_that_payment_for_this_order_will_be_paid_later', 'Confirm that payment for this order will be paid later', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2516, 0, 'en', 'plugins/ecommerce/order', 'payment_status_of_the_order_is_pending_once_the_order_has_been_created_you_cannot_change_the_payment_method_or_status', 'Payment status of the order is Pending. Once the order has been created, you cannot change the payment method or status', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2517, 0, 'en', 'plugins/ecommerce/order', 'pending_amount', 'Pending amount', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2518, 0, 'en', 'plugins/ecommerce/order', 'update_email', 'Update email', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2519, 0, 'en', 'plugins/ecommerce/order', 'save', 'Save', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2520, 0, 'en', 'plugins/ecommerce/order', 'cancel', 'Cancel', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2521, 0, 'en', 'plugins/ecommerce/order', 'create_a_new_order', 'Create a new order', '2021-08-24 08:01:08', '2022-03-05 10:51:26'),
(2522, 0, 'en', 'plugins/ecommerce/payment', 'name', 'Payments', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2523, 0, 'en', 'plugins/ecommerce/payment', 'payment_method', 'Payment methods', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2524, 0, 'en', 'plugins/ecommerce/payment', 'view_payment', 'View payment #', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2525, 0, 'en', 'plugins/ecommerce/payment', 'charge_id', 'Charge ID', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2526, 0, 'en', 'plugins/ecommerce/payment', 'amount', 'Amount', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2527, 0, 'en', 'plugins/ecommerce/payment', 'currency', 'Currency', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2528, 0, 'en', 'plugins/ecommerce/payment', 'user', 'User', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2529, 0, 'en', 'plugins/ecommerce/payment', 'paypal_name_required', 'PayPal\'s name is required!', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2530, 0, 'en', 'plugins/ecommerce/payment', 'paypal_name_max', 'PayPal\'s name is too long!', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2531, 0, 'en', 'plugins/ecommerce/payment', 'stripe_name_required', 'Stripe\'s name is required!', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2532, 0, 'en', 'plugins/ecommerce/payment', 'stripe_name_max', 'Stripe\'s name is too long!', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2533, 0, 'en', 'plugins/ecommerce/payment', 'status', 'Status', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2534, 0, 'en', 'plugins/ecommerce/payment', 'enabled', 'Enabled', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2535, 0, 'en', 'plugins/ecommerce/payment', 'disabled', 'Disabled', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2536, 0, 'en', 'plugins/ecommerce/payment', 'client_id', 'Client ID', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2537, 0, 'en', 'plugins/ecommerce/payment', 'client_secret', 'Client Secret', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2538, 0, 'en', 'plugins/ecommerce/payment', 'mode', 'Mode', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2539, 0, 'en', 'plugins/ecommerce/payment', 'sandbox', 'Sandbox', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2540, 0, 'en', 'plugins/ecommerce/payment', 'live', 'Live', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2541, 0, 'en', 'plugins/ecommerce/payment', 'enable_payment_log', 'Enable Payment Log', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2542, 0, 'en', 'plugins/ecommerce/payment', 'yes', 'Yes', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2543, 0, 'en', 'plugins/ecommerce/payment', 'no', 'No', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2544, 0, 'en', 'plugins/ecommerce/payment', 'client_key', 'Client Key', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2545, 0, 'en', 'plugins/ecommerce/payment', 'stripe', 'Stripe', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2546, 0, 'en', 'plugins/ecommerce/payment', 'paypal', 'PayPal', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2547, 0, 'en', 'plugins/ecommerce/payment', 'action', 'Action', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2548, 0, 'en', 'plugins/ecommerce/payment', 'go_back', 'Go back', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2549, 0, 'en', 'plugins/ecommerce/payment', 'view', 'View', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2550, 0, 'en', 'plugins/ecommerce/payment', 'cash_on_delivery', 'Cash on delivery (COD)', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2551, 0, 'en', 'plugins/ecommerce/payment', 'via_bank_transfer', 'Via bank transfer', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2552, 0, 'en', 'plugins/ecommerce/payment', 'payment_via_cart', 'Payment via card', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2553, 0, 'en', 'plugins/ecommerce/payment', 'card_number', 'Card number', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2554, 0, 'en', 'plugins/ecommerce/payment', 'full_name', 'Full name', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2555, 0, 'en', 'plugins/ecommerce/payment', 'payment_via_paypal', 'Payment via PayPal', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2556, 0, 'en', 'plugins/ecommerce/payment', 'mm_yy', 'MM/YY', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2557, 0, 'en', 'plugins/ecommerce/payment', 'cvc', 'CVC', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2558, 0, 'en', 'plugins/ecommerce/payment', 'details', 'Details', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2559, 0, 'en', 'plugins/ecommerce/payment', 'payer_name', 'Payer Name', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2560, 0, 'en', 'plugins/ecommerce/payment', 'email', 'Email', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2561, 0, 'en', 'plugins/ecommerce/payment', 'phone', 'Phone', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2562, 0, 'en', 'plugins/ecommerce/payment', 'country', 'Country', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2563, 0, 'en', 'plugins/ecommerce/payment', 'shipping_address', 'Shipping Address', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2564, 0, 'en', 'plugins/ecommerce/payment', 'payment_details', 'Payment Details', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2565, 0, 'en', 'plugins/ecommerce/payment', 'card', 'Card', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2566, 0, 'en', 'plugins/ecommerce/payment', 'address', 'Address', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2567, 0, 'en', 'plugins/ecommerce/payment', 'could_not_get_stripe_token', 'Could not get Stripe token to make a charge.', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2568, 0, 'en', 'plugins/ecommerce/payment', 'new_payment', 'Payment for order :id', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2569, 0, 'en', 'plugins/ecommerce/payment', 'payment_id', 'Payment ID', '2021-08-24 08:01:08', '2021-10-21 11:27:49'),
(2570, 0, 'en', 'plugins/ecommerce/prices', 'name', 'Price', '2021-08-24 08:01:08', '2021-09-08 19:20:41'),
(2571, 0, 'en', 'plugins/ecommerce/prices', 'create', 'New price', '2021-08-24 08:01:08', '2021-09-08 19:20:41'),
(2572, 0, 'en', 'plugins/ecommerce/prices', 'edit', 'Edit price', '2021-08-24 08:01:08', '2021-09-08 19:20:41'),
(2573, 0, 'en', 'plugins/ecommerce/prices', 'list', 'List price', '2021-08-24 08:01:08', '2021-09-08 19:20:41'),
(2574, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'name', 'Product attribute sets', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2575, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'create', 'New product attribute set', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2576, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'edit', 'Edit product attribute set', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2577, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'visible_in_categories', 'Visible in categories', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2578, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'product_with_more_version', 'Product with more version', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2579, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'create_a_version', 'Create a version', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2580, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'enabled', 'Enabled', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2581, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'attributes', 'Attributes', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2582, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'price', 'Price', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2583, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'edit_btn', 'Edit', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2584, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'remove_btn', 'Remove', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2585, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'product', 'Product', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2586, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'back_to_product', 'Back to product', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2587, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'save', 'Save', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2588, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'other_existing_versions', 'Other existing versions', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2589, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'version_information', 'Version information', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2590, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'add_rule', 'Add rule', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2591, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'rules', 'Rules', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2592, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'pricing', 'Pricing', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2593, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'sale_price', 'Sale price', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2594, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'sale_type', 'Sale type', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2595, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'no_sale_price', 'No sale price', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2596, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'always_on_sale', 'Always on sale', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2597, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'limited_time', 'Limited time', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2598, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'from', 'From', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2599, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'to', 'To', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2600, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'storehouse', 'Storehouse', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2601, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'no_storehouse_management', 'No storehouse management', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2602, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'with_storehouse_management', 'With storehouse management', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2603, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'quantity', 'Quantity', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2604, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'allow_customer_checkout_out_of_stock', 'Allow customer checkout when this product out of stock', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2605, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'shipping', 'Shipping', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2606, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'length', 'Length', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2607, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'wide', 'Wide', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2608, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'height', 'Height', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2609, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'weight', 'Weight', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2610, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'version_images', 'Version images', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2611, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'add_new_image', 'Add new image', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2612, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'attribute_set', 'Attribute set', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2613, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'value', 'Value', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2614, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'dropdown_swatch', 'Dropdown Swatch', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2615, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'visual_swatch', 'Visual Swatch', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2616, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'text_swatch', 'Text Swatch', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2617, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'display_layout', 'Display Layout', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2618, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'searchable', 'Searchable', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2619, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'comparable', 'Comparable', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2620, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'use_in_product_listing', 'Used in product listing', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2621, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'attributes_list', 'Attributes list', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2622, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'is_default', 'Is default?', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2623, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'title', 'Title', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2624, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'slug', 'Url', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2625, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'color', 'Color', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2626, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'image', 'Image', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2627, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'remove', 'Remove', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2628, 0, 'en', 'plugins/ecommerce/product-attribute-sets', 'add_new_attribute', 'Add new attribute', '2021-08-24 08:01:08', '2022-04-08 10:36:04'),
(2629, 0, 'en', 'plugins/ecommerce/product-attributes', 'name', 'Product attributes', '2021-08-24 08:01:08', '2021-09-08 19:18:51'),
(2630, 0, 'en', 'plugins/ecommerce/product-attributes', 'create', 'New product attribute', '2021-08-24 08:01:08', '2021-09-08 19:18:51'),
(2631, 0, 'en', 'plugins/ecommerce/product-attributes', 'edit', 'Edit product attribute', '2021-08-24 08:01:08', '2021-09-08 19:18:51'),
(2632, 0, 'en', 'plugins/ecommerce/product-attributes', 'intro.title', 'Manage product attributes', '2021-08-24 08:01:08', '2021-09-08 19:18:51'),
(2633, 0, 'en', 'plugins/ecommerce/product-attributes', 'intro.description', 'Product attribute such as color, width, height ...', '2021-08-24 08:01:08', '2021-09-08 19:18:51'),
(2634, 0, 'en', 'plugins/ecommerce/product-attributes', 'intro.button_text', 'Create product attribute', '2021-08-24 08:01:08', '2021-09-08 19:18:51'),
(2635, 0, 'en', 'plugins/ecommerce/product-categories', 'name', 'Product categories', '2021-08-24 08:01:08', '2021-10-28 08:30:21'),
(2636, 0, 'en', 'plugins/ecommerce/product-categories', 'create', 'Create new product category', '2021-08-24 08:01:08', '2021-10-28 08:30:21'),
(2637, 0, 'en', 'plugins/ecommerce/product-categories', 'edit', 'Edit product category', '2021-08-24 08:01:08', '2021-10-28 08:30:21'),
(2638, 0, 'en', 'plugins/ecommerce/product-categories', 'list', 'List product categories', '2021-08-24 08:01:08', '2021-10-28 08:30:21'),
(2639, 0, 'en', 'plugins/ecommerce/product-categories', 'none', 'None', '2021-08-24 08:01:08', '2021-10-28 08:30:21'),
(2640, 0, 'en', 'plugins/ecommerce/product-categories', 'menu', 'Product categories', '2021-08-24 08:01:08', '2021-10-28 08:30:21'),
(2641, 0, 'en', 'plugins/ecommerce/product-categories', 'intro.title', 'Manage product categories', '2021-08-24 08:01:08', '2021-10-28 08:30:21'),
(2642, 0, 'en', 'plugins/ecommerce/product-categories', 'intro.description', 'Such as clothes, shoes, bags, jewelry ...', '2021-08-24 08:01:08', '2021-10-28 08:30:21'),
(2643, 0, 'en', 'plugins/ecommerce/product-categories', 'intro.button_text', 'Create product category', '2021-08-24 08:01:08', '2021-10-28 08:30:21'),
(2644, 0, 'en', 'plugins/ecommerce/product-categories', 'total_products', 'Total products: :total', '2021-08-24 08:01:08', '2021-10-28 08:30:21'),
(2645, 0, 'en', 'plugins/ecommerce/product-collections', 'name', 'Product collections', '2021-08-24 08:01:08', '2021-09-06 19:25:36'),
(2646, 0, 'en', 'plugins/ecommerce/product-collections', 'create', 'New product collection', '2021-08-24 08:01:08', '2021-09-06 19:25:36'),
(2647, 0, 'en', 'plugins/ecommerce/product-collections', 'edit', 'Edit product collection', '2021-08-24 08:01:08', '2021-09-06 19:25:36'),
(2648, 0, 'en', 'plugins/ecommerce/product-collections', 'slug_help_block', 'Label key: <code>:slug</code>. We will use this key for filter.', '2021-08-24 08:01:08', '2021-09-06 19:25:36'),
(2649, 0, 'en', 'plugins/ecommerce/product-collections', 'intro.title', 'Manage product collections', '2021-08-24 08:01:08', '2021-09-06 19:25:36'),
(2650, 0, 'en', 'plugins/ecommerce/product-collections', 'intro.description', 'Group your products into collections to make it easier for customers to find them by category.', '2021-08-24 08:01:08', '2021-09-06 19:25:36'),
(2651, 0, 'en', 'plugins/ecommerce/product-collections', 'intro.button_text', 'Create product collection', '2021-08-24 08:01:08', '2021-09-06 19:25:36'),
(2652, 0, 'en', 'plugins/ecommerce/product-label', 'name', 'Product labels', '2021-08-24 08:01:08', '2021-09-06 19:22:48'),
(2653, 0, 'en', 'plugins/ecommerce/product-label', 'create', 'New product label', '2021-08-24 08:01:08', '2021-09-06 19:22:48'),
(2654, 0, 'en', 'plugins/ecommerce/product-label', 'edit', 'Edit product label', '2021-08-24 08:01:08', '2021-09-06 19:22:48'),
(2655, 0, 'en', 'plugins/ecommerce/product-label', 'color', 'Color', '2021-08-24 08:01:08', '2021-09-06 19:22:48'),
(2656, 0, 'en', 'plugins/ecommerce/product-label', 'color_placeholder', 'Example: #f0f0f0', '2021-08-24 08:01:08', '2021-09-06 19:22:48'),
(2657, 0, 'en', 'plugins/ecommerce/product-tag', 'name', 'Product tags', '2021-08-24 08:01:08', '2021-09-06 19:23:24'),
(2658, 0, 'en', 'plugins/ecommerce/product-tag', 'create', 'New product tag', '2021-08-24 08:01:08', '2021-09-06 19:23:24'),
(2659, 0, 'en', 'plugins/ecommerce/product-tag', 'edit', 'Edit product tag', '2021-08-24 08:01:08', '2021-09-06 19:23:24'),
(2660, 0, 'en', 'plugins/ecommerce/products', 'name', 'Products', '2021-08-24 08:01:08', '2021-10-28 08:35:06'),
(2661, 0, 'en', 'plugins/ecommerce/products', 'create', 'New product', '2021-08-24 08:01:08', '2021-10-28 08:35:06'),
(2662, 0, 'en', 'plugins/ecommerce/products', 'edit', 'Edit product - :name', '2021-08-24 08:01:08', '2021-10-28 08:35:06'),
(2663, 0, 'en', 'plugins/ecommerce/products', 'form.name', 'Name', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2664, 0, 'en', 'plugins/ecommerce/products', 'form.name_placeholder', 'Product\'s name (Maximum 120 characters)', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2665, 0, 'en', 'plugins/ecommerce/products', 'form.description', 'Description', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2666, 0, 'en', 'plugins/ecommerce/products', 'form.description_placeholder', 'Short description for product (Maximum 400 characters)', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2667, 0, 'en', 'plugins/ecommerce/products', 'form.categories', 'Categories', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2668, 0, 'en', 'plugins/ecommerce/products', 'form.content', 'Content', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2669, 0, 'en', 'plugins/ecommerce/products', 'form.price', 'Price', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2670, 0, 'en', 'plugins/ecommerce/products', 'form.quantity', 'Quantity', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2671, 0, 'en', 'plugins/ecommerce/products', 'form.brand', 'Brand', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2672, 0, 'en', 'plugins/ecommerce/products', 'form.width', 'Width', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2673, 0, 'en', 'plugins/ecommerce/products', 'form.height', 'Height', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2674, 0, 'en', 'plugins/ecommerce/products', 'form.weight', 'Weight', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2675, 0, 'en', 'plugins/ecommerce/products', 'form.date.end', 'From date', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2676, 0, 'en', 'plugins/ecommerce/products', 'form.date.start', 'To date', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2677, 0, 'en', 'plugins/ecommerce/products', 'form.image', 'Images', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2678, 0, 'en', 'plugins/ecommerce/products', 'form.collections', 'Product collections', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2679, 0, 'en', 'plugins/ecommerce/products', 'form.labels', 'Labels', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2680, 0, 'en', 'plugins/ecommerce/products', 'form.price_sale', 'Price sale', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2681, 0, 'en', 'plugins/ecommerce/products', 'form.product_type.title', 'Product type', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2682, 0, 'en', 'plugins/ecommerce/products', 'form.product', 'Product', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2683, 0, 'en', 'plugins/ecommerce/products', 'form.total', 'Total', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2684, 0, 'en', 'plugins/ecommerce/products', 'form.sub_total', 'Subtotal', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2685, 0, 'en', 'plugins/ecommerce/products', 'form.shipping_fee', 'Shipping fee', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2686, 0, 'en', 'plugins/ecommerce/products', 'form.discount', 'Discount', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2687, 0, 'en', 'plugins/ecommerce/products', 'form.options', 'Options', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2688, 0, 'en', 'plugins/ecommerce/products', 'form.shipping.height', 'Height', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2689, 0, 'en', 'plugins/ecommerce/products', 'form.shipping.length', 'Length', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2690, 0, 'en', 'plugins/ecommerce/products', 'form.shipping.title', 'Shipping', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2691, 0, 'en', 'plugins/ecommerce/products', 'form.shipping.weight', 'Weight', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2692, 0, 'en', 'plugins/ecommerce/products', 'form.shipping.wide', 'Wide', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2693, 0, 'en', 'plugins/ecommerce/products', 'form.stock.allow_order_when_out', 'Allow customer checkout when this product out of stock', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2694, 0, 'en', 'plugins/ecommerce/products', 'form.stock.in_stock', 'In stock', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2695, 0, 'en', 'plugins/ecommerce/products', 'form.stock.out_stock', 'Out stock', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2696, 0, 'en', 'plugins/ecommerce/products', 'form.stock.title', 'Stock status', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2697, 0, 'en', 'plugins/ecommerce/products', 'form.storehouse.no_storehouse', 'No storehouse management', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2698, 0, 'en', 'plugins/ecommerce/products', 'form.storehouse.storehouse', 'With storehouse management', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2699, 0, 'en', 'plugins/ecommerce/products', 'form.storehouse.title', 'Storehouse', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2700, 0, 'en', 'plugins/ecommerce/products', 'form.storehouse.quantity', 'Quantity', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2701, 0, 'en', 'plugins/ecommerce/products', 'form.tax', 'Tax', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2702, 0, 'en', 'plugins/ecommerce/products', 'form.is_default', 'Is default', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2703, 0, 'en', 'plugins/ecommerce/products', 'form.action', 'Action', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2704, 0, 'en', 'plugins/ecommerce/products', 'form.restock_quantity', 'Restock quantity', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2705, 0, 'en', 'plugins/ecommerce/products', 'form.remain', 'Remain', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2706, 0, 'en', 'plugins/ecommerce/products', 'form.choose_discount_period', 'Choose Discount Period', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2707, 0, 'en', 'plugins/ecommerce/products', 'form.cancel', 'Cancel', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2708, 0, 'en', 'plugins/ecommerce/products', 'form.no_results', 'No results!', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2709, 0, 'en', 'plugins/ecommerce/products', 'form.value', 'Value', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2710, 0, 'en', 'plugins/ecommerce/products', 'form.attribute_name', 'Attribute name', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2711, 0, 'en', 'plugins/ecommerce/products', 'form.add_more_attribute', 'Add more attribute', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2712, 0, 'en', 'plugins/ecommerce/products', 'form.continue', 'Continue', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2713, 0, 'en', 'plugins/ecommerce/products', 'form.add_new_attributes', 'Add new attributes', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2714, 0, 'en', 'plugins/ecommerce/products', 'form.add_new_attributes_description', 'Adding new attributes helps the product to have many options, such as size or color.', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2715, 0, 'en', 'plugins/ecommerce/products', 'form.create_product_variations', ':link to create product variations!', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2716, 0, 'en', 'plugins/ecommerce/products', 'form.tags', 'Tags', '2021-08-24 08:01:09', '2021-10-28 08:35:06');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(2717, 0, 'en', 'plugins/ecommerce/products', 'form.write_some_tags', 'Write some tags', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2718, 0, 'en', 'plugins/ecommerce/products', 'form.variation_existed', 'This variation is existed.', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2719, 0, 'en', 'plugins/ecommerce/products', 'form.no_attributes_selected', 'No attributes selected!', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2720, 0, 'en', 'plugins/ecommerce/products', 'form.added_variation_success', 'Added variation successfully!', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2721, 0, 'en', 'plugins/ecommerce/products', 'form.updated_variation_success', 'Updated variation successfully!', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2722, 0, 'en', 'plugins/ecommerce/products', 'form.created_all_variation_success', 'Created all variations successfully!', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2723, 0, 'en', 'plugins/ecommerce/products', 'form.updated_product_attributes_success', 'Updated product attributes successfully!', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2724, 0, 'en', 'plugins/ecommerce/products', 'form.stock_status', 'Stock status', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2725, 0, 'en', 'plugins/ecommerce/products', 'form.auto_generate_sku', 'Auto generate SKU?', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2726, 0, 'en', 'plugins/ecommerce/products', 'price', 'Price', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2727, 0, 'en', 'plugins/ecommerce/products', 'quantity', 'Quantity', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2728, 0, 'en', 'plugins/ecommerce/products', 'type', 'Type', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2729, 0, 'en', 'plugins/ecommerce/products', 'image', 'Thumbnail', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2730, 0, 'en', 'plugins/ecommerce/products', 'sku', 'SKU', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2731, 0, 'en', 'plugins/ecommerce/products', 'brand', 'Brand', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2732, 0, 'en', 'plugins/ecommerce/products', 'cannot_delete', 'Product could not be deleted', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2733, 0, 'en', 'plugins/ecommerce/products', 'product_deleted', 'Product deleted', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2734, 0, 'en', 'plugins/ecommerce/products', 'product_collections', 'Product collections', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2735, 0, 'en', 'plugins/ecommerce/products', 'products', 'Products', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2736, 0, 'en', 'plugins/ecommerce/products', 'menu', 'Products', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2737, 0, 'en', 'plugins/ecommerce/products', 'control.button_add_image', 'Add image', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2738, 0, 'en', 'plugins/ecommerce/products', 'price_sale', 'Sale price', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2739, 0, 'en', 'plugins/ecommerce/products', 'price_group_title', 'Manager product price', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2740, 0, 'en', 'plugins/ecommerce/products', 'store_house_group_title', 'Manager store house', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2741, 0, 'en', 'plugins/ecommerce/products', 'shipping_group_title', 'Manager shipping', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2742, 0, 'en', 'plugins/ecommerce/products', 'overview', 'Overview', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2743, 0, 'en', 'plugins/ecommerce/products', 'attributes', 'Attributes', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2744, 0, 'en', 'plugins/ecommerce/products', 'product_has_variations', 'Product has variations', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2745, 0, 'en', 'plugins/ecommerce/products', 'manage_products', 'Manage products', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2746, 0, 'en', 'plugins/ecommerce/products', 'add_new_product', 'Add a new product', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2747, 0, 'en', 'plugins/ecommerce/products', 'start_by_adding_new_product', 'Start by adding new products.', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2748, 0, 'en', 'plugins/ecommerce/products', 'edit_this_product', 'Edit this product', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2749, 0, 'en', 'plugins/ecommerce/products', 'delete', 'Delete', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2750, 0, 'en', 'plugins/ecommerce/products', 'related_products', 'Related products', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2751, 0, 'en', 'plugins/ecommerce/products', 'cross_selling_products', 'Cross-selling products', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2752, 0, 'en', 'plugins/ecommerce/products', 'up_selling_products', 'Up-selling products', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2753, 0, 'en', 'plugins/ecommerce/products', 'grouped_products', 'Grouped products', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2754, 0, 'en', 'plugins/ecommerce/products', 'search_products', 'Search products', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2755, 0, 'en', 'plugins/ecommerce/products', 'selected_products', 'Selected products', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2756, 0, 'en', 'plugins/ecommerce/products', 'edit_variation_item', 'Edit', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2757, 0, 'en', 'plugins/ecommerce/products', 'variations_box_description', 'Click on \"Edit attribute\" to add/remove attributes of variation or click on \"Add new variation\" to add variation.', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2758, 0, 'en', 'plugins/ecommerce/products', 'save_changes', 'Save changes', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2759, 0, 'en', 'plugins/ecommerce/products', 'continue', 'Continue', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2760, 0, 'en', 'plugins/ecommerce/products', 'edit_attribute', 'Edit attribute', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2761, 0, 'en', 'plugins/ecommerce/products', 'select_attribute', 'Select attribute', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2762, 0, 'en', 'plugins/ecommerce/products', 'add_new_variation', 'Add new variation', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2763, 0, 'en', 'plugins/ecommerce/products', 'edit_variation', 'Edit variation', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2764, 0, 'en', 'plugins/ecommerce/products', 'generate_all_variations', 'Generate all variations', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2765, 0, 'en', 'plugins/ecommerce/products', 'generate_all_variations_confirmation', 'Are you sure you want to generate all variations for this product?', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2766, 0, 'en', 'plugins/ecommerce/products', 'delete_variation', 'Delete variation?', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2767, 0, 'en', 'plugins/ecommerce/products', 'delete_variation_confirmation', 'Are you sure you want to delete this variation? This action cannot be undo.', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2768, 0, 'en', 'plugins/ecommerce/products', 'delete_variations_confirmation', 'Are you sure you want to delete those variations? This action cannot be undo.', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2769, 0, 'en', 'plugins/ecommerce/products', 'product_create_validate_name_required', 'Please enter product\'s name', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2770, 0, 'en', 'plugins/ecommerce/products', 'product_create_validate_sale_price_max', 'The discount must be less than the original price', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2771, 0, 'en', 'plugins/ecommerce/products', 'product_create_validate_sale_price_required_if', 'Must enter a discount when you want to schedule a promotion', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2772, 0, 'en', 'plugins/ecommerce/products', 'product_create_validate_end_date_after', 'End date must be after start date', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2773, 0, 'en', 'plugins/ecommerce/products', 'product_create_validate_start_date_required_if', 'Discount start date cannot be left blank when scheduling is selected', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2774, 0, 'en', 'plugins/ecommerce/products', 'product_create_validate_sale_price', 'Discounts cannot be left blank when scheduling is selected', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2775, 0, 'en', 'plugins/ecommerce/products', 'stock_statuses.in_stock', 'In stock', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2776, 0, 'en', 'plugins/ecommerce/products', 'stock_statuses.out_of_stock', 'Out of stock', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2777, 0, 'en', 'plugins/ecommerce/products', 'stock_statuses.on_backorder', 'On backorder', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2778, 0, 'en', 'plugins/ecommerce/products', 'stock_status', 'Stock status', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2779, 0, 'en', 'plugins/ecommerce/products', 'processing', 'Processing...', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2780, 0, 'en', 'plugins/ecommerce/products', 'delete_selected_variations', 'Delete selected variations', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2781, 0, 'en', 'plugins/ecommerce/products', 'delete_variations', 'Delete variations', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2782, 0, 'en', 'plugins/ecommerce/products', 'category', 'Category', '2021-08-24 08:01:09', '2021-10-28 08:35:06'),
(2783, 0, 'en', 'plugins/ecommerce/reports', 'name', 'Report', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2784, 0, 'en', 'plugins/ecommerce/reports', 'widget.order.title', 'Orders', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2785, 0, 'en', 'plugins/ecommerce/reports', 'count.revenue', 'Today revenue', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2786, 0, 'en', 'plugins/ecommerce/reports', 'count.orders', 'Today orders', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2787, 0, 'en', 'plugins/ecommerce/reports', 'count.products', 'Total products', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2788, 0, 'en', 'plugins/ecommerce/reports', 'count.customers', 'Total customers', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2789, 0, 'en', 'plugins/ecommerce/reports', 'product_name', 'Product name', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2790, 0, 'en', 'plugins/ecommerce/reports', 'quantity', 'Quantity', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2791, 0, 'en', 'plugins/ecommerce/reports', 'revenue_statistics', 'Revenue statistics', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2792, 0, 'en', 'plugins/ecommerce/reports', 'top_selling_products', 'Top Selling Products', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2793, 0, 'en', 'plugins/ecommerce/reports', 'ranges.today', 'Today', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2794, 0, 'en', 'plugins/ecommerce/reports', 'ranges.this_week', 'This week', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2795, 0, 'en', 'plugins/ecommerce/reports', 'ranges.last_7_days', 'Last 7 days', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2796, 0, 'en', 'plugins/ecommerce/reports', 'ranges.this_month', 'This month', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2797, 0, 'en', 'plugins/ecommerce/reports', 'ranges.this_year', 'This year', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2798, 0, 'en', 'plugins/ecommerce/reports', 'revenue_this_month', 'Revenue this month', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2799, 0, 'en', 'plugins/ecommerce/reports', 'order_processing_this_month', 'order(s) processing in this month', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2800, 0, 'en', 'plugins/ecommerce/reports', 'order_completed_this_month', 'order(s) completed in this month', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2801, 0, 'en', 'plugins/ecommerce/reports', 'product_will_be_out_of_stock', 'product(s) will be out of stock soon', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2802, 0, 'en', 'plugins/ecommerce/reports', 'product_out_of_stock', 'product(s) out of stock', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2803, 0, 'en', 'plugins/ecommerce/reports', 'sales_reports', 'Sales Reports', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2804, 0, 'en', 'plugins/ecommerce/reports', 'total_earnings', 'Total Earnings', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2805, 0, 'en', 'plugins/ecommerce/reports', 'recent_orders', 'Recent Orders', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2806, 0, 'en', 'plugins/ecommerce/reports', 'statistics', 'Statistics', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2807, 0, 'en', 'plugins/ecommerce/reports', 'items_earning_sales', 'Items Earning Sales: :value', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2808, 0, 'en', 'plugins/ecommerce/reports', 'revenue', 'Revenue', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2809, 0, 'en', 'plugins/ecommerce/reports', 'orders', 'Orders', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2810, 0, 'en', 'plugins/ecommerce/reports', 'products', 'Products', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2811, 0, 'en', 'plugins/ecommerce/reports', 'customers', 'Customers', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2812, 0, 'en', 'plugins/ecommerce/reports', 'earnings', 'Earnings', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2813, 0, 'en', 'plugins/ecommerce/reports', 'date_range_format_value', 'From :from to :to', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2814, 0, 'en', 'plugins/ecommerce/reports', 'select_range', 'Select Range', '2021-08-24 08:01:09', '2021-10-28 09:04:17'),
(2815, 0, 'en', 'plugins/ecommerce/review', 'name', 'Reviews', '2021-08-24 08:01:09', '2021-09-03 20:25:53'),
(2816, 0, 'en', 'plugins/ecommerce/review', 'add_review', 'Add review', '2021-08-24 08:01:09', '2021-09-03 20:25:53'),
(2817, 0, 'en', 'plugins/ecommerce/review', 'delete_review', 'Delete review', '2021-08-24 08:01:09', '2021-09-03 20:25:53'),
(2818, 0, 'en', 'plugins/ecommerce/review', 'create_review', 'Create Review', '2021-08-24 08:01:09', '2021-09-03 20:25:53'),
(2819, 0, 'en', 'plugins/ecommerce/review', 'please_select_rating', 'Please select rating', '2021-08-24 08:01:09', '2021-09-03 20:25:53'),
(2820, 0, 'en', 'plugins/ecommerce/review', 'comment', 'Comment', '2021-08-24 08:01:09', '2021-09-03 20:25:53'),
(2821, 0, 'en', 'plugins/ecommerce/review', 'approve', 'Approve', '2021-08-24 08:01:09', '2021-09-03 20:25:53'),
(2822, 0, 'en', 'plugins/ecommerce/review', 'approved', 'Approved', '2021-08-24 08:01:09', '2021-09-03 20:25:53'),
(2823, 0, 'en', 'plugins/ecommerce/review', 'disapprove', 'Disapprove', '2021-08-24 08:01:10', '2021-09-03 20:25:53'),
(2824, 0, 'en', 'plugins/ecommerce/review', 'disapproved', 'Disapproved', '2021-08-24 08:01:10', '2021-09-03 20:25:53'),
(2825, 0, 'en', 'plugins/ecommerce/review', 'product', 'Product', '2021-08-24 08:01:10', '2021-09-03 20:25:53'),
(2826, 0, 'en', 'plugins/ecommerce/review', 'user', 'User', '2021-08-24 08:01:10', '2021-09-03 20:25:53'),
(2827, 0, 'en', 'plugins/ecommerce/review', 'star', 'Star', '2021-08-24 08:01:10', '2021-09-03 20:25:53'),
(2828, 0, 'en', 'plugins/ecommerce/review', 'status', 'Status', '2021-08-24 08:01:10', '2021-09-03 20:25:53'),
(2829, 0, 'en', 'plugins/ecommerce/review', 'list_review', 'Customer reviews', '2021-08-24 08:01:10', '2021-09-03 20:25:53'),
(2830, 0, 'en', 'plugins/ecommerce/review', 'intro.title', 'Manage customer reviews', '2021-08-24 08:01:10', '2021-09-03 20:25:53'),
(2831, 0, 'en', 'plugins/ecommerce/review', 'intro.description', 'Customer reviews will be shown here and you can manage it to show/hide in product detail page.', '2021-08-24 08:01:10', '2021-09-03 20:25:53'),
(2928, 0, 'en', 'plugins/ecommerce/store-locator', 'name', 'Store locators', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2929, 0, 'en', 'plugins/ecommerce/store-locator', 'description', 'This address will appear on your invoice and will be used to calculate your shipping price.', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2930, 0, 'en', 'plugins/ecommerce/store-locator', 'shop_name', 'Shop name', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2931, 0, 'en', 'plugins/ecommerce/store-locator', 'phone', 'Phone', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2932, 0, 'en', 'plugins/ecommerce/store-locator', 'email', 'Email', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2933, 0, 'en', 'plugins/ecommerce/store-locator', 'state', 'State', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2934, 0, 'en', 'plugins/ecommerce/store-locator', 'city', 'City', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2935, 0, 'en', 'plugins/ecommerce/store-locator', 'country', 'Country', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2936, 0, 'en', 'plugins/ecommerce/store-locator', 'address', 'Address', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2937, 0, 'en', 'plugins/ecommerce/store-locator', 'primary_store_is', 'Primary store is', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2938, 0, 'en', 'plugins/ecommerce/store-locator', 'store_name', 'Store name', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2939, 0, 'en', 'plugins/ecommerce/store-locator', 'select_country', 'Select country...', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2940, 0, 'en', 'plugins/ecommerce/store-locator', 'default_shipping_location', 'Default shipping location', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2941, 0, 'en', 'plugins/ecommerce/store-locator', 'default_store', 'Default store', '2021-08-24 08:01:10', '2021-09-03 20:20:45'),
(2942, 0, 'en', 'plugins/ecommerce/tax', 'name', 'Taxes', '2021-08-24 08:01:10', '2021-09-03 20:15:05'),
(2943, 0, 'en', 'plugins/ecommerce/tax', 'create', 'Create a tax', '2021-08-24 08:01:10', '2021-09-03 20:15:05'),
(2944, 0, 'en', 'plugins/ecommerce/tax', 'edit', 'Edit tax :title', '2021-08-24 08:01:10', '2021-09-03 20:15:05'),
(2945, 0, 'en', 'plugins/ecommerce/tax', 'title', 'Title', '2021-08-24 08:01:10', '2021-09-03 20:15:05'),
(2946, 0, 'en', 'plugins/ecommerce/tax', 'percentage', 'Percentage %', '2021-08-24 08:01:10', '2021-09-03 20:15:05'),
(2947, 0, 'en', 'plugins/ecommerce/tax', 'priority', 'Priority', '2021-08-24 08:01:10', '2021-09-03 20:15:05'),
(2948, 0, 'en', 'plugins/ecommerce/tax', 'select_tax', '-- select --', '2021-08-24 08:01:10', '2021-09-03 20:15:05'),
(2968, 0, 'en', 'plugins/ecommerce/shipping', 'history', 'History', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(3337, 0, 'en', 'plugins/language/language', 'name', 'Languages', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3338, 0, 'en', 'plugins/language/language', 'choose_language', 'Choose a language', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3339, 0, 'en', 'plugins/language/language', 'select_language', 'Select language', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3340, 0, 'en', 'plugins/language/language', 'choose_language_helper', 'You can choose a language in the list or directly edit it below.', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3341, 0, 'en', 'plugins/language/language', 'language_name', 'Language name', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3342, 0, 'en', 'plugins/language/language', 'language_name_helper', 'The name is how it is displayed on your site (for example: English).', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3343, 0, 'en', 'plugins/language/language', 'locale', 'Locale', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3344, 0, 'en', 'plugins/language/language', 'locale_helper', 'Laravel Locale for the language (for example: <code>en</code>).', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3345, 0, 'en', 'plugins/language/language', 'language_code', 'Language code', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3346, 0, 'en', 'plugins/language/language', 'language_code_helper', 'Language code - preferably 2-letters ISO 639-1 (for example: en)', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3347, 0, 'en', 'plugins/language/language', 'text_direction', 'Text direction', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3348, 0, 'en', 'plugins/language/language', 'text_direction_helper', 'Choose the text direction for the language', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3349, 0, 'en', 'plugins/language/language', 'left_to_right', 'Left to right', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3350, 0, 'en', 'plugins/language/language', 'right_to_left', 'Right to left', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3351, 0, 'en', 'plugins/language/language', 'flag', 'Flag', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3352, 0, 'en', 'plugins/language/language', 'flag_helper', 'Choose a flag for the language.', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3353, 0, 'en', 'plugins/language/language', 'order', 'Order', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3354, 0, 'en', 'plugins/language/language', 'order_helper', 'Position of the language in the language switcher', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3355, 0, 'en', 'plugins/language/language', 'add_new_language', 'Add new language', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3356, 0, 'en', 'plugins/language/language', 'code', 'Code', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3357, 0, 'en', 'plugins/language/language', 'default_language', 'Is default?', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3358, 0, 'en', 'plugins/language/language', 'actions', 'Actions', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3359, 0, 'en', 'plugins/language/language', 'translations', 'Translations', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3360, 0, 'en', 'plugins/language/language', 'edit', 'Edit', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3361, 0, 'en', 'plugins/language/language', 'edit_tooltip', 'Edit this language', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3362, 0, 'en', 'plugins/language/language', 'delete', 'Delete', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3363, 0, 'en', 'plugins/language/language', 'delete_tooltip', 'Delete this language and all its associated data', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3364, 0, 'en', 'plugins/language/language', 'choose_default_language', 'Choose :language as default language', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3365, 0, 'en', 'plugins/language/language', 'current_language', 'Current record\'s language', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3366, 0, 'en', 'plugins/language/language', 'edit_related', 'Edit related language for this record', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3367, 0, 'en', 'plugins/language/language', 'add_language_for_item', 'Add other language version for this record', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3368, 0, 'en', 'plugins/language/language', 'settings', 'Settings', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3369, 0, 'en', 'plugins/language/language', 'language_hide_default', 'Hide default language from URL?', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3370, 0, 'en', 'plugins/language/language', 'language_display_flag_only', 'Flag only', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3371, 0, 'en', 'plugins/language/language', 'language_display_name_only', 'Name only', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3372, 0, 'en', 'plugins/language/language', 'language_display_all', 'Display all flag and name', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3373, 0, 'en', 'plugins/language/language', 'language_display', 'Language display', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3374, 0, 'en', 'plugins/language/language', 'switcher_display', 'Switcher language display', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3375, 0, 'en', 'plugins/language/language', 'language_switcher_display_dropdown', 'Dropdown', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3376, 0, 'en', 'plugins/language/language', 'language_switcher_display_list', 'List', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3377, 0, 'en', 'plugins/language/language', 'current_language_edit_notification', 'You are editing \"<strong class=\"current_language_text\">:language</strong>\" version', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3378, 0, 'en', 'plugins/language/language', 'confirm-change-language', 'Confirm change language', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3379, 0, 'en', 'plugins/language/language', 'confirm-change-language-message', 'Do you really want to change language to \"<strong class=\"change_to_language_text\"></strong>\" ? This action will be override \"<strong class=\"change_to_language_text\"></strong>\" version if it\'s existed!', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3380, 0, 'en', 'plugins/language/language', 'confirm-change-language-btn', 'Confirm change', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3381, 0, 'en', 'plugins/language/language', 'hide_languages', 'Hide languages', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3382, 0, 'en', 'plugins/language/language', 'hide_languages_description', 'You can completely hide content in specific languages from visitors and search engines, but still view it yourself. This allows reviewing translations that are in progress.', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3383, 0, 'en', 'plugins/language/language', 'hide_languages_helper_display_hidden', '{0} All languages are currently displayed.|{1} :language is currently hidden to visitors.|[2, Inf] :language are currently hidden to visitors.', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3384, 0, 'en', 'plugins/language/language', 'show_all', 'Show all', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3385, 0, 'en', 'plugins/language/language', 'change_language', 'Language', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3386, 0, 'en', 'plugins/language/language', 'language_show_default_item_if_current_version_not_existed', 'Show item in default language if it is not existed in current language', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3387, 0, 'en', 'plugins/language/language', 'select_flag', 'Select a flag...', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3388, 0, 'en', 'plugins/language/language', 'delete_confirmation_message', 'Do you really want to delete this language? It also deletes all items in this language and cannot rollback!', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3389, 0, 'en', 'plugins/language/language', 'added_already', 'This language was added already!', '2021-08-24 08:01:13', '2021-09-04 11:53:41'),
(3390, 0, 'en', 'plugins/newsletter/newsletter', 'name', 'Newsletters', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3391, 0, 'en', 'plugins/newsletter/newsletter', 'settings.email.templates.title', 'Newsletter', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3392, 0, 'en', 'plugins/newsletter/newsletter', 'settings.email.templates.description', 'Config newsletter email templates', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3393, 0, 'en', 'plugins/newsletter/newsletter', 'settings.email.templates.to_admin.title', 'Email send to admin', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3394, 0, 'en', 'plugins/newsletter/newsletter', 'settings.email.templates.to_admin.description', 'Template for sending email to admin', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3395, 0, 'en', 'plugins/newsletter/newsletter', 'settings.email.templates.to_user.title', 'Email send to user', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3396, 0, 'en', 'plugins/newsletter/newsletter', 'settings.email.templates.to_user.description', 'Template for sending email to subscriber', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3397, 0, 'en', 'plugins/newsletter/newsletter', 'settings.title', 'Newsletter', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3398, 0, 'en', 'plugins/newsletter/newsletter', 'settings.description', 'Settings for newsletter', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3399, 0, 'en', 'plugins/newsletter/newsletter', 'settings.mailchimp_api_key', 'Mailchimp API Key', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3400, 0, 'en', 'plugins/newsletter/newsletter', 'settings.mailchimp_list_id', 'Mailchimp List ID', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3401, 0, 'en', 'plugins/newsletter/newsletter', 'settings.sendgrid_api_key', 'Sendgrid API Key', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3402, 0, 'en', 'plugins/newsletter/newsletter', 'settings.sendgrid_list_id', 'Sendgrid List ID', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3403, 0, 'en', 'plugins/newsletter/newsletter', 'statuses.subscribed', 'Subscribed', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3404, 0, 'en', 'plugins/newsletter/newsletter', 'statuses.unsubscribed', 'Unsubscribed', '2021-08-24 08:01:13', '2021-10-28 09:05:23'),
(3405, 0, 'en', 'plugins/payment/payment', 'payments', 'Payments', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3406, 0, 'en', 'plugins/payment/payment', 'checkout_success', 'Checkout successfully!', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3407, 0, 'en', 'plugins/payment/payment', 'view_payment', 'View payment #', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3408, 0, 'en', 'plugins/payment/payment', 'charge_id', 'Charge ID', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3409, 0, 'en', 'plugins/payment/payment', 'amount', 'Amount', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3410, 0, 'en', 'plugins/payment/payment', 'currency', 'Currency', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3411, 0, 'en', 'plugins/payment/payment', 'user', 'User', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3412, 0, 'en', 'plugins/payment/payment', 'stripe', 'Stripe', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3413, 0, 'en', 'plugins/payment/payment', 'paypal', 'PayPal', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3414, 0, 'en', 'plugins/payment/payment', 'action', 'Action', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3415, 0, 'en', 'plugins/payment/payment', 'payment_via_card', 'Payment via card', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3416, 0, 'en', 'plugins/payment/payment', 'card_number', 'Card number', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3417, 0, 'en', 'plugins/payment/payment', 'full_name', 'Full name', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3418, 1, 'en', 'plugins/payment/payment', 'payment_via_paypal', 'Payment via PayPal', '2021-08-24 08:01:13', '2021-10-28 08:45:46'),
(3419, 0, 'en', 'plugins/payment/payment', 'mm_yy', 'MM/YY', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3420, 0, 'en', 'plugins/payment/payment', 'cvc', 'CVC', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3421, 0, 'en', 'plugins/payment/payment', 'details', 'Details', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3422, 0, 'en', 'plugins/payment/payment', 'payer_name', 'Payer Name', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3423, 0, 'en', 'plugins/payment/payment', 'email', 'Email', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3424, 0, 'en', 'plugins/payment/payment', 'phone', 'Phone', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3425, 0, 'en', 'plugins/payment/payment', 'country', 'Country', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3426, 0, 'en', 'plugins/payment/payment', 'shipping_address', 'Shipping Address', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3427, 0, 'en', 'plugins/payment/payment', 'payment_details', 'Payment Details', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3428, 0, 'en', 'plugins/payment/payment', 'card', 'Card', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3429, 0, 'en', 'plugins/payment/payment', 'address', 'Address', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3430, 0, 'en', 'plugins/payment/payment', 'could_not_get_stripe_token', 'Could not get Stripe token to make a charge.', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3431, 0, 'en', 'plugins/payment/payment', 'payment_id', 'Payment ID', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3432, 0, 'en', 'plugins/payment/payment', 'payment_methods', 'Payment methods', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3433, 0, 'en', 'plugins/payment/payment', 'transactions', 'Transactions', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3434, 0, 'en', 'plugins/payment/payment', 'payment_methods_description', 'Setup payment methods for website', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3435, 0, 'en', 'plugins/payment/payment', 'paypal_description', 'Customer can buy product and pay directly via PayPal', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3436, 0, 'en', 'plugins/payment/payment', 'use', 'Use', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3437, 0, 'en', 'plugins/payment/payment', 'stripe_description', 'Customer can buy product and pay directly using Visa, Credit card via Stripe', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3438, 0, 'en', 'plugins/payment/payment', 'edit', 'Edit', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3439, 0, 'en', 'plugins/payment/payment', 'settings', 'Settings', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3440, 0, 'en', 'plugins/payment/payment', 'activate', 'Activate', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3441, 0, 'en', 'plugins/payment/payment', 'deactivate', 'Deactivate', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3442, 0, 'en', 'plugins/payment/payment', 'update', 'Update', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3443, 0, 'en', 'plugins/payment/payment', 'configuration_instruction', 'Configuration instruction for :name', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3444, 0, 'en', 'plugins/payment/payment', 'configuration_requirement', 'To use :name, you need', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3445, 0, 'en', 'plugins/payment/payment', 'service_registration', 'Register with :name', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3446, 0, 'en', 'plugins/payment/payment', 'after_service_registration_msg', 'After registration at :name, you will have Client ID, Client Secret', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3447, 0, 'en', 'plugins/payment/payment', 'enter_client_id_and_secret', 'Enter Client ID, Secret into the box in right hand', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3448, 0, 'en', 'plugins/payment/payment', 'method_name', 'Method name', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3449, 0, 'en', 'plugins/payment/payment', 'please_provide_information', 'Please provide information', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3450, 0, 'en', 'plugins/payment/payment', 'client_id', 'Client ID', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3451, 0, 'en', 'plugins/payment/payment', 'client_secret', 'Client Secret', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3452, 0, 'en', 'plugins/payment/payment', 'secret', 'Secret', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3453, 0, 'en', 'plugins/payment/payment', 'stripe_key', 'Stripe Public Key', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3454, 0, 'en', 'plugins/payment/payment', 'stripe_secret', 'Stripe Private Key', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3455, 0, 'en', 'plugins/payment/payment', 'stripe_after_service_registration_msg', 'After registration at :name, you will have Public, Secret keys', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3456, 0, 'en', 'plugins/payment/payment', 'stripe_enter_client_id_and_secret', 'Enter Public, Secret keys into the box in right hand', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3457, 0, 'en', 'plugins/payment/payment', 'pay_online_via', 'Pay online via :name', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3458, 0, 'en', 'plugins/payment/payment', 'sandbox_mode', 'Sandbox mode', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3459, 0, 'en', 'plugins/payment/payment', 'deactivate_payment_method', 'Deactivate payment method', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3460, 0, 'en', 'plugins/payment/payment', 'deactivate_payment_method_description', 'Do you really want to deactivate this payment method?', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3461, 0, 'en', 'plugins/payment/payment', 'agree', 'Agree', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3462, 0, 'en', 'plugins/payment/payment', 'name', 'Payments', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3463, 0, 'en', 'plugins/payment/payment', 'create', 'New payment', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3464, 0, 'en', 'plugins/payment/payment', 'go_back', 'Go back', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3465, 0, 'en', 'plugins/payment/payment', 'information', 'Information', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3466, 0, 'en', 'plugins/payment/payment', 'methods.paypal', 'PayPal', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3467, 0, 'en', 'plugins/payment/payment', 'methods.stripe', 'Stripe', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3468, 0, 'en', 'plugins/payment/payment', 'methods.cod', 'Cash on delivery (COD)', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3469, 0, 'en', 'plugins/payment/payment', 'methods.bank_transfer', 'Bank transfer', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3470, 0, 'en', 'plugins/payment/payment', 'statuses.pending', 'Pending', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3471, 0, 'en', 'plugins/payment/payment', 'statuses.completed', 'Completed', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3472, 0, 'en', 'plugins/payment/payment', 'statuses.refunding', 'Refunding', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3473, 0, 'en', 'plugins/payment/payment', 'statuses.refunded', 'Refunded', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3474, 0, 'en', 'plugins/payment/payment', 'statuses.fraud', 'Fraud', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3475, 0, 'en', 'plugins/payment/payment', 'statuses.failed', 'Failed', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3476, 0, 'en', 'plugins/payment/payment', 'payment_methods_instruction', 'Guide customers to pay directly. You can choose to pay by delivery or bank transfer', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3477, 0, 'en', 'plugins/payment/payment', 'payment_method_description', 'Payment guide - (Displayed on the notice of successful purchase and payment page)', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3478, 0, 'en', 'plugins/payment/payment', 'payment_via_cod', 'Cash on delivery (COD)', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3479, 0, 'en', 'plugins/payment/payment', 'payment_via_bank_transfer', 'Bank transfer', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3480, 0, 'en', 'plugins/payment/payment', 'payment_pending', 'Checkout successfully. Your payment is pending and will be checked by our staff.', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3481, 0, 'en', 'plugins/payment/payment', 'created_at', 'Created At', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3482, 0, 'en', 'plugins/payment/payment', 'payment_channel', 'Payment Channel', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3483, 0, 'en', 'plugins/payment/payment', 'total', 'Total', '2021-08-24 08:01:13', '2021-10-28 08:43:46'),
(3484, 0, 'en', 'plugins/payment/payment', 'status', 'Status', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3485, 0, 'en', 'plugins/payment/payment', 'default_payment_method', 'Default payment method', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3486, 0, 'en', 'plugins/payment/payment', 'turn_off_success', 'Turn off payment method successfully!', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3487, 0, 'en', 'plugins/payment/payment', 'saved_payment_method_success', 'Saved payment method successfully!', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3488, 0, 'en', 'plugins/payment/payment', 'saved_payment_settings_success', 'Saved payment settings successfully!', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3489, 0, 'en', 'plugins/payment/payment', 'payment_name', 'Name', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3490, 0, 'en', 'plugins/payment/payment', 'callback_url', 'Callback URL', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3491, 0, 'en', 'plugins/payment/payment', 'return_url', 'Return URL', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3492, 0, 'en', 'plugins/payment/payment', 'payment_not_found', 'Payment not found!', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3493, 0, 'en', 'plugins/payment/payment', 'refunds.title', 'Refunds', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3494, 0, 'en', 'plugins/payment/payment', 'refunds.id', 'ID', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3495, 0, 'en', 'plugins/payment/payment', 'refunds.breakdowns', 'Breakdowns', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3496, 0, 'en', 'plugins/payment/payment', 'refunds.gross_amount', 'Gross amount', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3497, 0, 'en', 'plugins/payment/payment', 'refunds.paypal_fee', 'PayPal fee', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3498, 0, 'en', 'plugins/payment/payment', 'refunds.net_amount', 'Net amount', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3499, 0, 'en', 'plugins/payment/payment', 'refunds.total_refunded_amount', 'Total refunded amount', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3500, 0, 'en', 'plugins/payment/payment', 'refunds.create_time', 'Create time', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3501, 0, 'en', 'plugins/payment/payment', 'refunds.update_time', 'Update time', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3502, 0, 'en', 'plugins/payment/payment', 'refunds.status', 'Status', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3503, 0, 'en', 'plugins/payment/payment', 'refunds.description', 'Description', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3504, 0, 'en', 'plugins/payment/payment', 'refunds.refunded_at', 'Refunded at', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3505, 0, 'en', 'plugins/payment/payment', 'refunds.error_message', 'Error message', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3506, 0, 'en', 'plugins/payment/payment', 'view_response_source', 'View response source', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3507, 0, 'en', 'plugins/payment/payment', 'status_is_not_completed', 'Status is not COMPLETED', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3508, 0, 'en', 'plugins/payment/payment', 'cannot_found_capture_id', 'Can not found capture id with payment detail', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3509, 0, 'en', 'plugins/payment/payment', 'amount_refunded', 'Amount refunded', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3510, 0, 'en', 'plugins/payment/payment', 'amount_remaining', 'Amount remaining', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3511, 0, 'en', 'plugins/payment/payment', 'paid_at', 'Paid At', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3512, 0, 'en', 'plugins/payment/payment', 'invalid_settings', 'Settings for :name are invalid!', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3513, 0, 'en', 'plugins/payment/payment', 'view_transaction', 'Transaction \":charge_id\"', '2021-08-24 08:01:14', '2021-10-28 08:43:46'),
(3595, 0, 'en', 'plugins/simple-slider/simple-slider', 'create', 'New slider', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3596, 0, 'en', 'plugins/simple-slider/simple-slider', 'edit', 'Edit slider', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3597, 0, 'en', 'plugins/simple-slider/simple-slider', 'menu', 'Simple sliders', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3598, 0, 'en', 'plugins/simple-slider/simple-slider', 'settings.title', 'Simple sliders', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3599, 0, 'en', 'plugins/simple-slider/simple-slider', 'settings.description', 'Settings for Simple sliders', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3600, 0, 'en', 'plugins/simple-slider/simple-slider', 'settings.using_assets', 'Using default assets?', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3601, 0, 'en', 'plugins/simple-slider/simple-slider', 'settings.using_assets_description', 'If using assets option is enabled then below scripts will be auto added to front site.', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3602, 0, 'en', 'plugins/simple-slider/simple-slider', 'add_new', 'Add new', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3603, 0, 'en', 'plugins/simple-slider/simple-slider', 'save_sorting', 'Save sorting', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3604, 0, 'en', 'plugins/simple-slider/simple-slider', 'key', 'Key', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3605, 0, 'en', 'plugins/simple-slider/simple-slider', 'slide_items', 'Slide Items', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3606, 0, 'en', 'plugins/simple-slider/simple-slider', 'update_slide_position_success', 'Updated slide position successfully!', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3607, 0, 'en', 'plugins/simple-slider/simple-slider', 'create_new_slide', 'Create a new slide', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3608, 0, 'en', 'plugins/simple-slider/simple-slider', 'edit_slide', 'Edit slide #:id', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3609, 0, 'en', 'plugins/simple-slider/simple-slider', 'simple_slider_shortcode_name', 'Simple Slider', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3610, 0, 'en', 'plugins/simple-slider/simple-slider', 'simple_slider_shortcode_description', 'Add a simple slider', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3611, 0, 'en', 'plugins/simple-slider/simple-slider', 'select_slider', 'Select a slider', '2021-08-24 08:01:14', '2021-09-03 19:48:21'),
(3612, 0, 'en', 'plugins/social-login/social-login', 'settings.title', 'Social Login settings', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3613, 0, 'en', 'plugins/social-login/social-login', 'settings.description', 'Configure social login options', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3614, 0, 'en', 'plugins/social-login/social-login', 'settings.facebook.title', 'Facebook login settings', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3615, 0, 'en', 'plugins/social-login/social-login', 'settings.facebook.description', 'Enable/disable & configure app credentials for Facebook login', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3616, 0, 'en', 'plugins/social-login/social-login', 'settings.facebook.app_id', 'App ID', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3617, 0, 'en', 'plugins/social-login/social-login', 'settings.facebook.app_secret', 'App Secret', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3618, 0, 'en', 'plugins/social-login/social-login', 'settings.facebook.helper', 'Please go to https://developers.facebook.com to create new app update App ID, App Secret. Callback URL is :callback', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3619, 0, 'en', 'plugins/social-login/social-login', 'settings.google.title', 'Google login settings', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3620, 0, 'en', 'plugins/social-login/social-login', 'settings.google.description', 'Enable/disable & configure app credentials for Google login', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3621, 0, 'en', 'plugins/social-login/social-login', 'settings.google.app_id', 'App ID', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3622, 0, 'en', 'plugins/social-login/social-login', 'settings.google.app_secret', 'App Secret', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3623, 0, 'en', 'plugins/social-login/social-login', 'settings.google.helper', 'Please go to https://console.developers.google.com/apis/dashboard to create new app update App ID, App Secret. Callback URL is :callback', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3624, 0, 'en', 'plugins/social-login/social-login', 'settings.github.title', 'Github login settings', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3625, 0, 'en', 'plugins/social-login/social-login', 'settings.github.description', 'Enable/disable & configure app credentials for Github login', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3626, 0, 'en', 'plugins/social-login/social-login', 'settings.github.app_id', 'App ID', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3627, 0, 'en', 'plugins/social-login/social-login', 'settings.github.app_secret', 'App Secret', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3628, 0, 'en', 'plugins/social-login/social-login', 'settings.github.helper', 'Please go to https://github.com/settings/developers to create new app update App ID, App Secret. Callback URL is :callback', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3629, 0, 'en', 'plugins/social-login/social-login', 'settings.linkedin.title', 'Linkedin login settings', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3630, 0, 'en', 'plugins/social-login/social-login', 'settings.linkedin.description', 'Enable/disable & configure app credentials for Linkedin login', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3631, 0, 'en', 'plugins/social-login/social-login', 'settings.linkedin.app_id', 'App ID', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3632, 0, 'en', 'plugins/social-login/social-login', 'settings.linkedin.app_secret', 'App Secret', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3633, 0, 'en', 'plugins/social-login/social-login', 'settings.linkedin.helper', 'Please go to https://www.linkedin.com/developers/apps/new to create new app update App ID, App Secret. Callback URL is :callback', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3634, 0, 'en', 'plugins/social-login/social-login', 'settings.enable', 'Enable?', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3635, 0, 'en', 'plugins/social-login/social-login', 'menu', 'Social Login', '2021-08-24 08:01:14', '2021-09-03 19:41:41'),
(3636, 0, 'en', 'plugins/translation/translation', 'translations', 'Translations', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3637, 0, 'en', 'plugins/translation/translation', 'translations_description', 'Translate all words in system.', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3638, 0, 'en', 'plugins/translation/translation', 'export_warning', 'Warning, translations are not visible until they are exported back to the resources/lang file, using \'php artisan cms:translations:export\' command or publish button.', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3639, 0, 'en', 'plugins/translation/translation', 'import_done', 'Done importing, processed :counter items! Reload this page to refresh the groups!', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3640, 0, 'en', 'plugins/translation/translation', 'translation_manager', 'Translations Manager', '2021-08-24 08:01:14', '2021-09-03 19:08:40');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(3641, 0, 'en', 'plugins/translation/translation', 'done_publishing', 'Done publishing the translations for group', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3642, 0, 'en', 'plugins/translation/translation', 'append_translation', 'Append new translations', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3643, 0, 'en', 'plugins/translation/translation', 'replace_translation', 'Replace existing translations', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3644, 0, 'en', 'plugins/translation/translation', 'import_group', 'Import group', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3645, 0, 'en', 'plugins/translation/translation', 'confirm_publish_group', 'Are you sure you want to publish the translations group \":group\"? This will overwrite existing language files.', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3646, 0, 'en', 'plugins/translation/translation', 'publish_translations', 'Publish translations', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3647, 0, 'en', 'plugins/translation/translation', 'back', 'Back', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3648, 0, 'en', 'plugins/translation/translation', 'edit_title', 'Enter translation', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3649, 0, 'en', 'plugins/translation/translation', 'choose_group_msg', 'Choose a group to display the group translations. If no groups are visible, make sure you have imported the translations.', '2021-08-24 08:01:14', '2021-09-03 19:08:40'),
(3650, 0, 'en', 'plugins/translation/translation', 'choose_a_group', 'Choose a group', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3651, 0, 'en', 'plugins/translation/translation', 'locales', 'Locales', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3652, 0, 'en', 'plugins/translation/translation', 'theme-translations', 'Theme translations', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3653, 0, 'en', 'plugins/translation/translation', 'admin-translations', 'Other translations', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3654, 0, 'en', 'plugins/translation/translation', 'translate_from', 'Translate from', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3655, 0, 'en', 'plugins/translation/translation', 'to', 'to', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3656, 0, 'en', 'plugins/translation/translation', 'no_other_languages', 'No other language to translate!', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3657, 0, 'en', 'plugins/translation/translation', 'edit', 'Edit', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3658, 0, 'en', 'plugins/translation/translation', 'locale', 'Locale', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3659, 0, 'en', 'plugins/translation/translation', 'locale_placeholder', 'Ex: en', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3660, 0, 'en', 'plugins/translation/translation', 'name', 'Name', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3661, 0, 'en', 'plugins/translation/translation', 'default_locale', 'Default locale?', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3662, 0, 'en', 'plugins/translation/translation', 'actions', 'Actions', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3663, 0, 'en', 'plugins/translation/translation', 'choose_language', 'Choose language', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3664, 0, 'en', 'plugins/translation/translation', 'add_new_language', 'Add new language', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3665, 0, 'en', 'plugins/translation/translation', 'select_language', 'Select language', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3666, 0, 'en', 'plugins/translation/translation', 'flag', 'Flag', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3667, 0, 'en', 'plugins/translation/translation', 'folder_is_not_writeable', 'Cannot write files! Folder /resources/lang is not writable. Please chmod to make it writable!', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3668, 0, 'en', 'plugins/translation/translation', 'delete', 'Delete', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3669, 0, 'en', 'plugins/translation/translation', 'confirm_delete_message', 'Do you really want to delete this locale? It will delete all files/folders for this local in /resources/lang!', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3670, 0, 'en', 'plugins/translation/translation', 'download', 'Download', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3671, 0, 'en', 'plugins/translation/translation', 'select_locale', 'Select locale', '2021-08-24 08:01:15', '2021-09-03 19:08:40'),
(3774, 0, 'tr', 'auth', 'failed', 'Bu kimlik bilgileri kayıtlarımızla eşleşmiyor.', '2021-09-01 18:39:58', '2021-09-03 18:46:47'),
(3775, 0, 'tr', 'auth', 'password', 'Sağlanan şifre yanlış.', '2021-09-01 18:39:58', '2021-09-03 18:46:47'),
(3776, 0, 'tr', 'auth', 'throttle', 'Çok fazla giriş denemesi. Lütfen :seconds içinde tekrar deneyin.', '2021-09-01 18:39:58', '2021-09-03 18:46:47'),
(3777, 0, 'tr', 'pagination', 'previous', '« Önceki', '2021-09-01 18:39:58', '2021-09-29 11:23:45'),
(3778, 0, 'tr', 'pagination', 'next', 'Sonraki »', '2021-09-01 18:39:58', '2021-09-29 11:23:45'),
(3779, 0, 'tr', 'passwords', 'reset', 'Şifreniz sıfırlandı!', '2021-09-01 18:39:58', '2021-09-29 11:30:57'),
(3780, 0, 'tr', 'passwords', 'sent', 'Şifre sıfırlama bağlantınızı e-postayla gönderdik!', '2021-09-01 18:39:58', '2021-09-29 11:30:57'),
(3781, 0, 'tr', 'passwords', 'throttled', 'Tekrar denemeden önce lütfen bekleyin.', '2021-09-01 18:39:58', '2021-09-29 11:30:57'),
(3782, 0, 'tr', 'passwords', 'token', 'Bu parola sıfırlama belirteci geçersiz.', '2021-09-01 18:39:58', '2021-09-29 11:30:57'),
(3783, 0, 'tr', 'passwords', 'user', 'Bu e-posta adresine sahip bir kullanıcı bulamıyoruz.', '2021-09-01 18:39:58', '2021-09-29 11:30:57'),
(3784, 0, 'tr', 'validation', 'accepted', ':attribute kabul edilmelidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3785, 0, 'tr', 'validation', 'accepted_if', ':attribute, :other :value olduğunda kabul edilmelidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3786, 0, 'tr', 'validation', 'active_url', ':attribute geçerli bir URL değil.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3787, 0, 'tr', 'validation', 'after', ':attribute, :date\'den sonraki bir tarih olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3788, 0, 'tr', 'validation', 'after_or_equal', ':attribute, :date\'den sonraki veya buna eşit bir tarih olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3789, 0, 'tr', 'validation', 'alpha', ':attribute yalnızca harf içermelidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3790, 0, 'tr', 'validation', 'alpha_dash', ':attribute yalnızca harf, sayı, tire ve alt çizgi içermelidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3791, 0, 'tr', 'validation', 'alpha_num', ':attribute yalnızca harf ve rakamlardan oluşmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3792, 0, 'tr', 'validation', 'array', ':attribute bir dizi olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3793, 0, 'tr', 'validation', 'before', ':attribute, :date\'den önceki bir tarih olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3794, 0, 'tr', 'validation', 'before_or_equal', ':attribute, :date tarihinden önce veya buna eşit bir tarih olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3795, 0, 'tr', 'validation', 'between.numeric', ':attribute :min ve :max arasında olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3796, 0, 'tr', 'validation', 'between.file', ':attribute :min ve :max kilobaytlar arasında olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3797, 0, 'tr', 'validation', 'between.string', ':attribute :min ve :max karakterleri arasında olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3798, 0, 'tr', 'validation', 'between.array', ':attribute, :min ve :max öğeleri arasında olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3799, 0, 'tr', 'validation', 'boolean', ':attribute alanı doğru veya yanlış olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3800, 0, 'tr', 'validation', 'confirmed', ':attribute onayı eşleşmiyor.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3801, 0, 'tr', 'validation', 'current_password', 'Şifre yanlış.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3802, 0, 'tr', 'validation', 'date', ':attribute geçerli bir tarih değil.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3803, 0, 'tr', 'validation', 'date_equals', ':attribute, :date değerine eşit bir tarih olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3804, 0, 'tr', 'validation', 'date_format', ':attribute, :format biçimiyle eşleşmiyor.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3805, 0, 'tr', 'validation', 'different', ':attribute ve :other farklı olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3806, 0, 'tr', 'validation', 'digits', ':attribute :digits rakamlardan oluşmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3807, 0, 'tr', 'validation', 'digits_between', ':attribute :min ve :max basamakları arasında olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3808, 0, 'tr', 'validation', 'dimensions', ':attribute geçersiz resim boyutlarına sahip.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3809, 0, 'tr', 'validation', 'distinct', ':attribute alanı yinelenen bir değere sahip.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3810, 0, 'tr', 'validation', 'email', ':attribute geçerli bir e-posta adresi olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3811, 0, 'tr', 'validation', 'ends_with', ':attribute aşağıdakilerden biriyle bitmelidir: :values.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3812, 0, 'tr', 'validation', 'exists', 'Seçilen :attribute geçersiz.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3813, 0, 'tr', 'validation', 'file', ':attribute bir dosya olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3814, 0, 'tr', 'validation', 'filled', ':attribute alanının bir değeri olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3815, 0, 'tr', 'validation', 'gt.numeric', ':attribute, :value değerinden büyük olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3816, 0, 'tr', 'validation', 'gt.file', ':attribute, :value kilobayttan büyük olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3817, 0, 'tr', 'validation', 'gt.string', ':attribute, :value karakterlerinden büyük olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3818, 0, 'tr', 'validation', 'gt.array', ':attribute, :value öğelerinden daha fazlasına sahip olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3819, 0, 'tr', 'validation', 'gte.numeric', ':attribute, :value değerinden büyük veya ona eşit olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3820, 0, 'tr', 'validation', 'gte.file', ':attribute, :value kilobayttan büyük veya ona eşit olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3821, 0, 'tr', 'validation', 'gte.string', ':attribute, :value karakterlerinden büyük veya ona eşit olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3822, 0, 'tr', 'validation', 'gte.array', ':attribute, :value öğelerine veya daha fazlasına sahip olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3823, 0, 'tr', 'validation', 'image', ':attribute bir resim olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3824, 0, 'tr', 'validation', 'in', 'Seçilen :attribute geçersiz.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3825, 0, 'tr', 'validation', 'in_array', ':attribute alanı :other içinde mevcut değil.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3826, 0, 'tr', 'validation', 'integer', ':attribute bir tamsayı olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3827, 0, 'tr', 'validation', 'ip', ':attribute geçerli bir IP adresi olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3828, 0, 'tr', 'validation', 'ipv4', ':attribute geçerli bir IPv4 adresi olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3829, 0, 'tr', 'validation', 'ipv6', ':attribute geçerli bir IPv6 adresi olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3830, 0, 'tr', 'validation', 'json', ':attribute geçerli bir JSON dizesi olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3831, 0, 'tr', 'validation', 'lt.numeric', ':attribute, :value değerinden küçük olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3832, 0, 'tr', 'validation', 'lt.file', ':attribute, :value kilobayttan küçük olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3833, 0, 'tr', 'validation', 'lt.string', ':attribute, :value karakterlerinden daha az olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3834, 0, 'tr', 'validation', 'lt.array', ':attribute, :value öğelerinden daha azına sahip olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3835, 0, 'tr', 'validation', 'lte.numeric', ':attribute, :value değerinden küçük veya ona eşit olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3836, 0, 'tr', 'validation', 'lte.file', ':attribute :value kilobayttan küçük veya ona eşit olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3837, 0, 'tr', 'validation', 'lte.string', ':attribute, :value karakterlerinden küçük veya ona eşit olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3838, 0, 'tr', 'validation', 'lte.array', ':attribute, :value öğelerinden daha fazlasına sahip olmamalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3839, 0, 'tr', 'validation', 'max.numeric', ':attribute :max değerinden büyük olmamalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3840, 0, 'tr', 'validation', 'max.file', ':attribute, :max kilobayttan büyük olmamalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3841, 0, 'tr', 'validation', 'max.string', ':attribute, :max karakterlerinden büyük olmamalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3842, 0, 'tr', 'validation', 'max.array', ':attribute öğesi, :max öğesinden fazla öğe içermemelidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3843, 0, 'tr', 'validation', 'mimes', ':attribute, :values türünde bir dosya olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3844, 0, 'tr', 'validation', 'mimetypes', ':attribute, :values türünde bir dosya olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3845, 0, 'tr', 'validation', 'min.numeric', ':attribute en az :min olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3846, 0, 'tr', 'validation', 'min.file', ':attribute en az :min kilobayt olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3847, 0, 'tr', 'validation', 'min.string', ':attribute en az :min karakter olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3848, 0, 'tr', 'validation', 'min.array', ':attribute en az :min öğelerine sahip olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3849, 0, 'tr', 'validation', 'multiple_of', ':attribute, :value\'nun katı olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3850, 0, 'tr', 'validation', 'not_in', 'Seçilen :attribute geçersiz.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3851, 0, 'tr', 'validation', 'not_regex', ':attribute biçimi geçersiz.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3852, 0, 'tr', 'validation', 'numeric', ':attribute bir sayı olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3853, 0, 'tr', 'validation', 'password', 'Şifre yanlış.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3854, 0, 'tr', 'validation', 'present', ':attribute alanı mevcut olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3855, 0, 'tr', 'validation', 'regex', ':attribute biçimi geçersiz.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3856, 0, 'tr', 'validation', 'required', ':attribute alanı gereklidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3857, 0, 'tr', 'validation', 'required_if', ':attribute alanı, :other :value olduğunda gereklidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3858, 0, 'tr', 'validation', 'required_unless', ':attribute alanı, :other :values içinde olmadığı sürece gereklidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3859, 0, 'tr', 'validation', 'required_with', ':attribute alanı, :values mevcut olduğunda gereklidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3860, 0, 'tr', 'validation', 'required_with_all', ':attribute alanı, :değerler mevcut olduğunda gereklidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3861, 0, 'tr', 'validation', 'required_without', ':attribute alanı, :values olmadığında gereklidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3862, 0, 'tr', 'validation', 'required_without_all', ':attribute alanı, :values değerlerinin hiçbiri mevcut olmadığında gereklidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3863, 0, 'tr', 'validation', 'prohibited', ':attribute alanı yasaktır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3864, 0, 'tr', 'validation', 'prohibited_if', ':attribute alanı :other :value olduğunda yasaktır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3865, 0, 'tr', 'validation', 'prohibited_unless', ':attribute alanı, :other :values içinde olmadığı sürece yasaktır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3866, 0, 'tr', 'validation', 'same', ':attribute ve :other eşleşmelidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3867, 0, 'tr', 'validation', 'size.numeric', ':attribute :size olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3868, 0, 'tr', 'validation', 'size.file', ':attribute :size kilobayt olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3869, 0, 'tr', 'validation', 'size.string', ':attribute :size karakter olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3870, 0, 'tr', 'validation', 'size.array', ':attribute :size öğeleri içermelidir.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3871, 0, 'tr', 'validation', 'starts_with', ':attribute aşağıdakilerden biriyle başlamalıdır: :values.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3872, 0, 'tr', 'validation', 'string', ':attribute bir dize olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3873, 0, 'tr', 'validation', 'timezone', ':attribute geçerli bir saat dilimi olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3874, 0, 'tr', 'validation', 'unique', ':attribute zaten alınmış.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3875, 0, 'tr', 'validation', 'uploaded', ':attribute yüklenemedi.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3876, 0, 'tr', 'validation', 'url', ':attribute geçerli bir URL olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3877, 0, 'tr', 'validation', 'uuid', ':attribute geçerli bir UUID olmalıdır.', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3878, 0, 'tr', 'validation', 'custom.attribute-name.rule-name', 'özel mesaj', '2021-09-01 18:39:58', '2021-09-04 11:35:48'),
(3879, 0, 'tr', 'core/acl/api', 'api_clients', 'API Clients', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3880, 0, 'tr', 'core/acl/api', 'create_new_client', 'Yeni müşteri oluştur', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3881, 0, 'tr', 'core/acl/api', 'create_new_client_success', 'Başarıyla yeni müşteri oluşturuldu.', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3882, 0, 'tr', 'core/acl/api', 'edit_client', '\":name\" müşterisini düzenle', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3883, 0, 'tr', 'core/acl/api', 'edit_client_success', 'Müşteri başarıyla güncellendi!', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3884, 0, 'tr', 'core/acl/api', 'delete_success', 'Müşteri başarıyla silindi!', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3885, 0, 'tr', 'core/acl/api', 'confirm_delete_title', '\":name\" müşterisini silmeyi onaylayın', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3886, 0, 'tr', 'core/acl/api', 'confirm_delete_description', '\":name\" müşterisini gerçekten silmek istiyor musunuz?', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3887, 0, 'tr', 'core/acl/api', 'cancel_delete', 'Hayır', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3888, 0, 'tr', 'core/acl/api', 'continue_delete', 'Evet, silelim!', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3889, 0, 'tr', 'core/acl/api', 'name', 'İsim', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3890, 0, 'tr', 'core/acl/api', 'cancel', 'İptal', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3891, 0, 'tr', 'core/acl/api', 'save', 'Kaydet', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3892, 0, 'tr', 'core/acl/api', 'edit', 'Düzenle', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3893, 0, 'tr', 'core/acl/api', 'delete', 'Sil', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3894, 0, 'tr', 'core/acl/api', 'client_id', 'Müşteri ID', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3895, 0, 'tr', 'core/acl/api', 'secret', 'Secret', '2021-09-01 18:39:59', '2021-09-03 18:52:46'),
(3896, 0, 'tr', 'core/acl/auth', 'login.username', 'E-posta/Kullanıcı Adı', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3897, 0, 'tr', 'core/acl/auth', 'login.email', 'Email', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3898, 0, 'tr', 'core/acl/auth', 'login.password', 'Parola', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3899, 0, 'tr', 'core/acl/auth', 'login.title', 'Kullanıcı Girişi', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3900, 0, 'tr', 'core/acl/auth', 'login.remember', 'Beni hatırla?', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3901, 0, 'tr', 'core/acl/auth', 'login.login', 'Giriş yap', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3902, 0, 'tr', 'core/acl/auth', 'login.placeholder.username', 'Lütfen kullanıcı adınızı girin', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3903, 0, 'tr', 'core/acl/auth', 'login.placeholder.email', 'Lütfen E-postanızı girin', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3904, 0, 'tr', 'core/acl/auth', 'login.success', 'Giriş başarılı!', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3905, 0, 'tr', 'core/acl/auth', 'login.fail', 'Yanlış kullanıcı adı veya parola.', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3906, 0, 'tr', 'core/acl/auth', 'login.not_active', 'Hesabınız henüz aktifleştirilmedi!', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3907, 0, 'tr', 'core/acl/auth', 'login.banned', 'Bu hesap yasaklanmıştır.', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3908, 0, 'tr', 'core/acl/auth', 'login.logout_success', 'Oturum başarıyla kapatıldı!', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3909, 0, 'tr', 'core/acl/auth', 'login.dont_have_account', 'Bu sistemde hesabınız yok, daha fazla bilgi için lütfen yönetici ile iletişime geçin!', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3910, 0, 'tr', 'core/acl/auth', 'forgot_password.title', 'Şifremi Unuttum', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3911, 0, 'tr', 'core/acl/auth', 'forgot_password.message', '<p>Şifrenizi mi unuttunuz?</p><p>Lütfen e-posta hesabınızı girin. Sistem, şifrenizi sıfırlamak için aktif bağlantı içeren bir e-posta gönderecektir.</p>', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3912, 0, 'tr', 'core/acl/auth', 'forgot_password.submit', 'Gönder', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3913, 0, 'tr', 'core/acl/auth', 'reset.new_password', 'Yeni Şifre', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3914, 0, 'tr', 'core/acl/auth', 'reset.password_confirmation', 'Yeni şifreyi onayla', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3915, 0, 'tr', 'core/acl/auth', 'reset.email', 'Email', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3916, 0, 'tr', 'core/acl/auth', 'reset.title', 'Şifrenizi sıfırlayın', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3917, 0, 'tr', 'core/acl/auth', 'reset.update', 'Güncelle', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3918, 0, 'tr', 'core/acl/auth', 'reset.wrong_token', 'Bu bağlantı geçersiz veya süresi dolmuş. Lütfen sıfırlama formunu kullanmayı tekrar deneyin.', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3919, 0, 'tr', 'core/acl/auth', 'reset.user_not_found', 'Bu kullanıcı adı mevcut değil.', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3920, 0, 'tr', 'core/acl/auth', 'reset.success', 'Şifreyi başarıyla sıfırlandı!', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3921, 0, 'tr', 'core/acl/auth', 'reset.fail', 'Giriş geçersiz, şifre sıfırlama bağlantısının süresi doldu!', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3922, 0, 'tr', 'core/acl/auth', 'reset.reset.title', 'E-posta sıfırlama şifresi', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3923, 0, 'tr', 'core/acl/auth', 'reset.send.success', 'E-posta hesabınıza bir e-posta gönderildi. Lütfen bu işlemi kontrol edin ve tamamlayın.', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3924, 0, 'tr', 'core/acl/auth', 'reset.send.fail', 'Şu anda e-posta gönderemiyorum. Lütfen daha sonra tekrar deneyin.', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3925, 0, 'tr', 'core/acl/auth', 'reset.new-password', 'Yeni Şifre', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3926, 0, 'tr', 'core/acl/auth', 'email.reminder.title', 'E-posta sıfırlama şifresi', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3927, 0, 'tr', 'core/acl/auth', 'password_confirmation', 'Şifre Onayla', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3928, 0, 'tr', 'core/acl/auth', 'failed', 'Başarısız', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3929, 0, 'tr', 'core/acl/auth', 'throttle', 'Kıs', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3930, 0, 'tr', 'core/acl/auth', 'not_member', 'Henüz Üye değil misiniz?', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3931, 0, 'tr', 'core/acl/auth', 'register_now', 'Hemen kayıt olun', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3932, 0, 'tr', 'core/acl/auth', 'lost_your_password', 'Şifreni mi unuttun?', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3933, 0, 'tr', 'core/acl/auth', 'login_title', 'Admin', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3934, 0, 'tr', 'core/acl/auth', 'login_via_social', 'Sosyal ağlarla giriş yapın', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3935, 0, 'tr', 'core/acl/auth', 'back_to_login', 'Giriş sayfasına geri dön', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3936, 0, 'tr', 'core/acl/auth', 'sign_in_below', 'Aşağıda Oturum Açın', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3937, 0, 'tr', 'core/acl/auth', 'languages', 'Diller', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3938, 0, 'tr', 'core/acl/auth', 'reset_password', 'Şifreyi Sıfırla', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3939, 0, 'tr', 'core/acl/auth', 'settings.email.title', 'Kullanıcı', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3940, 0, 'tr', 'core/acl/auth', 'settings.email.description', 'Kullanıcı e-posta yapılandırması', '2021-09-01 18:39:59', '2022-04-12 13:40:02'),
(3941, 0, 'tr', 'core/acl/permissions', 'notices.role_in_use', 'Bu yetki silinemez, hala kullanımda!', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3942, 0, 'tr', 'core/acl/permissions', 'notices.role_delete_belong_user', 'Bu yetkiyi silemezsiniz; başkasına ait!', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3943, 0, 'tr', 'core/acl/permissions', 'notices.role_edit_belong_user', 'Bu yetkiyi düzenleyemezsiniz; başkasına ait!', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3944, 0, 'tr', 'core/acl/permissions', 'notices.delete_global_role', 'Genel yetkileri silmenize izin verilmez!', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3945, 0, 'tr', 'core/acl/permissions', 'notices.delete_success', 'Seçilen yetki başarıyla silindi!', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3946, 0, 'tr', 'core/acl/permissions', 'notices.modified_success', 'Seçilen yetki başarıyla değiştirildi!', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3947, 0, 'tr', 'core/acl/permissions', 'notices.create_success', 'Yeni yetki başarıyla oluşturuldu', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3948, 0, 'tr', 'core/acl/permissions', 'notices.duplicated_success', 'Seçilen yetki başarıyla kopyalandı', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3949, 0, 'tr', 'core/acl/permissions', 'notices.no_select', 'Lütfen bu işlemi gerçekleştirmek için en az bir kayıt seçin!', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3950, 0, 'tr', 'core/acl/permissions', 'notices.not_found', 'Yetki bulunamadı', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3951, 0, 'tr', 'core/acl/permissions', 'name', 'İsim', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3952, 0, 'tr', 'core/acl/permissions', 'current_role', 'Mevcut yetki', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3953, 0, 'tr', 'core/acl/permissions', 'no_role_assigned', 'Hiçbir yetki atanmadı', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3954, 0, 'tr', 'core/acl/permissions', 'role_assigned', 'Atanan Yetki', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3955, 0, 'tr', 'core/acl/permissions', 'create_role', 'Yeni Yetki Oluştur', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3956, 0, 'tr', 'core/acl/permissions', 'role_name', 'İsim', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3957, 0, 'tr', 'core/acl/permissions', 'role_description', 'Açıklama', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3958, 0, 'tr', 'core/acl/permissions', 'permission_flags', 'İzin Bayrakları', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3959, 0, 'tr', 'core/acl/permissions', 'cancel', 'İptal', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3960, 0, 'tr', 'core/acl/permissions', 'reset', 'Sıfırla', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3961, 0, 'tr', 'core/acl/permissions', 'save', 'Kaydet', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3962, 0, 'tr', 'core/acl/permissions', 'global_role_msg', 'Bu genel bir yetkidir ve değiştirilemez.  Bu yetkiyi daha sonra değiştirebileceğiniz bir kopyasını oluşturmak için Kopyala düğmesini kullanabilirsiniz.', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3963, 0, 'tr', 'core/acl/permissions', 'details', 'Detaylar', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3964, 0, 'tr', 'core/acl/permissions', 'duplicate', 'Kopyala', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3965, 0, 'tr', 'core/acl/permissions', 'all', 'Tüm İzinler', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3966, 0, 'tr', 'core/acl/permissions', 'list_role', 'Yetkileri Listele', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3967, 0, 'tr', 'core/acl/permissions', 'created_on', 'Oluşturma Tarihi', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3968, 0, 'tr', 'core/acl/permissions', 'created_by', 'Tarafından oluşturuldu.', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3969, 0, 'tr', 'core/acl/permissions', 'actions', 'İşlemler', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3970, 0, 'tr', 'core/acl/permissions', 'role_in_use', 'Bu yetki silinemiyor, hala kullanılıyor!', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3971, 0, 'tr', 'core/acl/permissions', 'role_delete_belong_user', 'Bu yetkiyi silemezsiniz; başkasına aittir!', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3972, 0, 'tr', 'core/acl/permissions', 'delete_global_role', 'Genel yetki silinemez', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3973, 0, 'tr', 'core/acl/permissions', 'delete_success', 'Yetki başarıyla silindi.', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3974, 0, 'tr', 'core/acl/permissions', 'no_select', 'Lütfen bu eylemi gerçekleştirmek için en az bir yetki seçin!', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3975, 0, 'tr', 'core/acl/permissions', 'not_found', 'Yetki bulunamadı!', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3976, 0, 'tr', 'core/acl/permissions', 'role_edit_belong_user', 'Bu yetkiyi düzenleyemezsiniz; başkasına aittir!', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3977, 0, 'tr', 'core/acl/permissions', 'modified_success', 'Başarıyla değiştirildi', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3978, 0, 'tr', 'core/acl/permissions', 'create_success', 'Başarıyla oluşturuldu.', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3979, 0, 'tr', 'core/acl/permissions', 'duplicated_success', 'Başarıyla kopyalandı', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3980, 0, 'tr', 'core/acl/permissions', 'options', 'Seçenekler', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3981, 0, 'tr', 'core/acl/permissions', 'access_denied_message', 'Bu işlemi yapmanıza izin verilmiyor.', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3982, 0, 'tr', 'core/acl/permissions', 'roles', 'Yetkiler', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3983, 0, 'tr', 'core/acl/permissions', 'role_permission', 'Yetkiler ve izinler', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3984, 0, 'tr', 'core/acl/permissions', 'user_management', 'Kullanıcı Yönetimi', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3985, 0, 'tr', 'core/acl/permissions', 'super_user_management', 'Süper Kullanıcı Yönetimi', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3986, 0, 'tr', 'core/acl/permissions', 'action_unauthorized', 'Yetkisiz işlem.', '2021-09-01 18:39:59', '2021-09-04 08:49:07'),
(3987, 0, 'tr', 'core/acl/reminders', 'password', 'Parolalar en az altı karakter olmalı ve onayla eşleşmelidir.', '2021-09-01 18:39:59', '2021-09-04 08:55:29'),
(3988, 0, 'tr', 'core/acl/reminders', 'user', 'Bu e-posta adresine sahip bir kullanıcı bulamıyoruz.', '2021-09-01 18:39:59', '2021-09-04 08:55:29'),
(3989, 0, 'tr', 'core/acl/reminders', 'token', 'Bu parola sıfırlama belirteci geçersiz.', '2021-09-01 18:39:59', '2021-09-04 08:55:29'),
(3990, 0, 'tr', 'core/acl/reminders', 'sent', 'Şifre hatırlatıcısı gönderildi!', '2021-09-01 18:39:59', '2021-09-04 08:55:29'),
(3991, 0, 'tr', 'core/acl/reminders', 'reset', 'Şifre sıfırlandı!', '2021-09-01 18:39:59', '2021-09-04 08:55:29'),
(3992, 0, 'tr', 'core/acl/users', 'delete_user_logged_in', 'Bu kullanıcı silinemiyor. Bu kullanıcı oturum açtı!', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(3993, 0, 'tr', 'core/acl/users', 'no_select', 'Bu eylemi gerçekleştirmek için lütfen en az bir kayıt seçin!', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(3994, 0, 'tr', 'core/acl/users', 'lock_user_logged_in', 'Bu kullanıcıyı kilitleyemiyorum. Bu kullanıcı oturum açtı!', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(3995, 0, 'tr', 'core/acl/users', 'update_success', 'Durum başarıyla güncellendi.', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(3996, 0, 'tr', 'core/acl/users', 'save_setting_failed', 'Ayarınızı kaydederken bir şeyler ters gitti', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(3997, 0, 'tr', 'core/acl/users', 'not_found', 'Kullanıcı bulunamadı', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(3998, 0, 'tr', 'core/acl/users', 'email_exist', 'Bu e-posta adresi zaten mevcut bir hesaba ait', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(3999, 0, 'tr', 'core/acl/users', 'username_exist', 'Bu kullanıcı adı adresi zaten mevcut bir hesaba ait', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4000, 0, 'tr', 'core/acl/users', 'update_profile_success', 'Profil değişiklikleriniz başarıyla kaydedildi', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4001, 0, 'tr', 'core/acl/users', 'password_update_success', 'Şifre başarıyla değiştirildi', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4002, 0, 'tr', 'core/acl/users', 'current_password_not_valid', 'Mevcut şifre geçerli değil', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4003, 0, 'tr', 'core/acl/users', 'user_exist_in', 'Kullanıcı zaten üye', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4004, 0, 'tr', 'core/acl/users', 'email', 'Email', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4005, 0, 'tr', 'core/acl/users', 'role', 'Rol', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4006, 0, 'tr', 'core/acl/users', 'username', 'Kullanıcı adı', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4007, 0, 'tr', 'core/acl/users', 'last_name', 'Soyisim', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4008, 0, 'tr', 'core/acl/users', 'first_name', 'İsim', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4009, 0, 'tr', 'core/acl/users', 'message', 'Mesaj', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4010, 0, 'tr', 'core/acl/users', 'cancel_btn', 'Kapat', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4011, 0, 'tr', 'core/acl/users', 'change_password', 'Şifre değiştir', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4012, 0, 'tr', 'core/acl/users', 'current_password', 'Mevcut Şifre', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4013, 0, 'tr', 'core/acl/users', 'new_password', 'Yeni Şifre', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4014, 0, 'tr', 'core/acl/users', 'confirm_new_password', 'Yeni şifreyi onayla', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4015, 0, 'tr', 'core/acl/users', 'password', 'Parola', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4016, 0, 'tr', 'core/acl/users', 'save', 'Kaydet', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4017, 0, 'tr', 'core/acl/users', 'cannot_delete', 'Kullanıcı silinemedi', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4018, 0, 'tr', 'core/acl/users', 'deleted', 'Kullanıcı silindi', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4019, 0, 'tr', 'core/acl/users', 'last_login', 'Son Giriş', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4020, 0, 'tr', 'core/acl/users', 'error_update_profile_image', 'Profil resmi güncellenirken hata oluştu', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4021, 0, 'tr', 'core/acl/users', 'email_reminder_template', '<h3>Merhaba :name</h3><p>Sistem, hesabınızın şifresini geri yüklemek için bir istek aldı, bu görevi tamamlamak için lütfen aşağıdaki bağlantıyı tıklayın.</p><p><a href=\":link\">Şifreyi şimdi sıfırla</a></p><p>Şifre kurtarmayı istemezseniz, lütfen bu e-postayı dikkate almayın.</p><p>Bu e-posta, e-postayı aldıktan sonra 60 dakika geçerlidir.</p>', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4022, 0, 'tr', 'core/acl/users', 'change_profile_image', 'Profil Resmini Değiştir', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4023, 0, 'tr', 'core/acl/users', 'new_image', 'Yeni resim', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4024, 0, 'tr', 'core/acl/users', 'loading', 'Yükleniyor', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4025, 0, 'tr', 'core/acl/users', 'close', 'Kapat', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4026, 0, 'tr', 'core/acl/users', 'update', 'Güncelle', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4027, 0, 'tr', 'core/acl/users', 'read_image_failed', 'Resim dosyası okunamadı', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4028, 0, 'tr', 'core/acl/users', 'users', 'Kullanıcılar', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4029, 0, 'tr', 'core/acl/users', 'update_avatar_success', 'Profil resmini başarıyla güncellediniz!', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4030, 0, 'tr', 'core/acl/users', 'info.title', 'Kullanıcı profili', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4031, 0, 'tr', 'core/acl/users', 'info.first_name', 'İsim', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4032, 0, 'tr', 'core/acl/users', 'info.last_name', 'Soyisim', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4033, 0, 'tr', 'core/acl/users', 'info.email', 'Email', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4034, 0, 'tr', 'core/acl/users', 'info.second_email', 'İkinci E-posta', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4035, 0, 'tr', 'core/acl/users', 'info.address', 'Adres', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4036, 0, 'tr', 'core/acl/users', 'info.second_address', 'İkinci Adres', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4037, 0, 'tr', 'core/acl/users', 'info.birth_day', 'Doğum tarihi', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4038, 0, 'tr', 'core/acl/users', 'info.job', 'İş Pozisyonu', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4039, 0, 'tr', 'core/acl/users', 'info.mobile_number', 'Cep Numarası', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4040, 0, 'tr', 'core/acl/users', 'info.second_mobile_number', 'İkinci Telefon', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4041, 0, 'tr', 'core/acl/users', 'info.interes', 'İlgi alanları', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4042, 0, 'tr', 'core/acl/users', 'info.about', 'Hakkında', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4043, 0, 'tr', 'core/acl/users', 'gender.title', 'Cinsiyet', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4044, 0, 'tr', 'core/acl/users', 'gender.male', 'Erkek', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4045, 0, 'tr', 'core/acl/users', 'gender.female', 'Kadın', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4046, 0, 'tr', 'core/acl/users', 'total_users', 'Toplam kullanıcı', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4047, 0, 'tr', 'core/acl/users', 'statuses.activated', 'Aktif', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4048, 0, 'tr', 'core/acl/users', 'statuses.deactivated', 'Devre dışı', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4049, 0, 'tr', 'core/acl/users', 'make_super', 'Süper yap', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4050, 0, 'tr', 'core/acl/users', 'remove_super', 'Süper kaldır', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4051, 0, 'tr', 'core/acl/users', 'is_super', 'Süper mi?', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4052, 0, 'tr', 'core/acl/users', 'email_placeholder', 'Ör: example@gmail.com', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4053, 0, 'tr', 'core/acl/users', 'password_confirmation', 'Şifrenizi yeniden yazın', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4054, 0, 'tr', 'core/acl/users', 'select_role', 'Rol Seçin', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4055, 0, 'tr', 'core/acl/users', 'create_new_user', 'Yeni bir kullanıcı oluştur', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4056, 0, 'tr', 'core/acl/users', 'cannot_delete_super_user', 'İzin reddedildi. Süper kullanıcı silinemiyor!', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4057, 0, 'tr', 'core/acl/users', 'assigned_role', 'Atanan Yetki', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4058, 0, 'tr', 'core/acl/users', 'no_role_assigned', 'Rol atanmadı', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4059, 0, 'tr', 'core/acl/users', 'view_user_profile', 'Kullanıcı profilini görüntüle', '2021-09-01 18:39:59', '2021-10-28 08:01:12'),
(4060, 0, 'tr', 'core/base/base', 'yes', 'Evet', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4061, 0, 'tr', 'core/base/base', 'no', 'Hayır', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4062, 0, 'tr', 'core/base/base', 'is_default', 'Varsayılan mı?', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4063, 0, 'tr', 'core/base/base', 'proc_close_disabled_error', 'proc_close() işlevi devre dışı bırakıldı. Etkinleştirmek için lütfen barındırma sağlayıcınıza başvurun\n     o. Veya bu özelliği devre dışı bırakmak için .env\'e ekleyebilirsiniz: CAN_EXECUTE_COMMAND=false.', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4064, 0, 'tr', 'core/base/base', 'email_template.header', 'E-posta şablonu başlığı', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4065, 0, 'tr', 'core/base/base', 'email_template.footer', 'E-posta şablonu altbilgisi', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4066, 0, 'tr', 'core/base/base', 'email_template.site_title', 'Site Başlığı', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4067, 0, 'tr', 'core/base/base', 'email_template.site_url', 'Site URL\'si', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4068, 0, 'tr', 'core/base/base', 'email_template.site_logo', 'Site Logosu', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4069, 0, 'tr', 'core/base/base', 'email_template.date_time', 'Geçerli tarih saat', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4070, 0, 'tr', 'core/base/base', 'email_template.date_year', 'Mevcut yıl', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4071, 0, 'tr', 'core/base/base', 'email_template.site_admin_email', 'Site yöneticisi e-postası', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4072, 0, 'tr', 'core/base/base', 'change_image', 'Resmi değiştir', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4073, 0, 'tr', 'core/base/base', 'delete_image', 'Resmi Sil', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4074, 0, 'tr', 'core/base/base', 'preview_image', 'Önizleme resmi', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4075, 0, 'tr', 'core/base/base', 'image', 'Resim', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4076, 0, 'tr', 'core/base/base', 'using_button', 'Düğmeyi kullanma', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4077, 0, 'tr', 'core/base/base', 'select_image', 'Resim seç', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4078, 0, 'tr', 'core/base/base', 'to_add_more_image', 'daha fazla resim eklemek için', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4079, 0, 'tr', 'core/base/base', 'add_image', 'Resim ekle', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4080, 0, 'tr', 'core/base/base', 'tools', 'Araçlar', '2021-09-01 18:40:00', '2021-09-04 09:17:13'),
(4081, 0, 'tr', 'core/base/cache', 'cache_management', 'Önbellek yönetimi', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4082, 0, 'tr', 'core/base/cache', 'cache_commands', 'Önbellek komutlarını temizle', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4083, 0, 'tr', 'core/base/cache', 'commands.clear_cms_cache.title', 'Tüm CMS önbelleğini temizle', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4084, 0, 'tr', 'core/base/cache', 'commands.clear_cms_cache.description', 'CMS önbelleğe almayı temizle: veritabanı önbelleğe alma, statik bloklar... Verileri güncelledikten sonra değişiklikleri görmediğinizde bu komutu çalıştırın.', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4085, 0, 'tr', 'core/base/cache', 'commands.clear_cms_cache.success_msg', 'Önbellek temizlendi', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4086, 0, 'tr', 'core/base/cache', 'commands.refresh_compiled_views.title', 'Derlenmiş görünümleri yenile', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4087, 0, 'tr', 'core/base/cache', 'commands.refresh_compiled_views.description', 'Görünümleri güncel hale getirmek için derlenmiş görünümleri temizleyin.', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4088, 0, 'tr', 'core/base/cache', 'commands.refresh_compiled_views.success_msg', 'Önbellek görünümü yenilendi', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4089, 0, 'tr', 'core/base/cache', 'commands.clear_config_cache.title', 'Yapılandırma önbelleğini temizle', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4090, 0, 'tr', 'core/base/cache', 'commands.clear_config_cache.description', 'Üretim ortamındaki bir şeyi değiştirdiğinizde yapılandırma önbelleğini yenilemeniz gerekebilir.', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4091, 0, 'tr', 'core/base/cache', 'commands.clear_config_cache.success_msg', 'Yapılandırma önbelleği temizlendi', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4092, 0, 'tr', 'core/base/cache', 'commands.clear_route_cache.title', 'Rota önbelleğini temizle', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4093, 0, 'tr', 'core/base/cache', 'commands.clear_route_cache.description', 'Önbellek yönlendirmesini temizle.', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4094, 0, 'tr', 'core/base/cache', 'commands.clear_route_cache.success_msg', 'Rota önbelleği temizlendi', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4095, 0, 'tr', 'core/base/cache', 'commands.clear_log.title', 'Günlüğü temizle', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4096, 0, 'tr', 'core/base/cache', 'commands.clear_log.description', 'Sistem günlük dosyalarını temizle', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4097, 0, 'tr', 'core/base/cache', 'commands.clear_log.success_msg', 'Sistem günlüğü temizlendi', '2021-09-01 18:40:00', '2021-09-04 09:25:50'),
(4098, 0, 'tr', 'core/base/enums', 'statuses.draft', 'Taslak', '2021-09-01 18:40:00', '2021-10-28 09:06:32'),
(4099, 0, 'tr', 'core/base/enums', 'statuses.pending', 'Askıda', '2021-09-01 18:40:00', '2021-10-28 09:06:32'),
(4100, 0, 'tr', 'core/base/enums', 'statuses.published', 'Yayında', '2021-09-01 18:40:00', '2021-10-28 09:06:32'),
(4101, 0, 'tr', 'core/base/errors', '401_title', 'İzin reddedildi', '2021-09-01 18:40:00', '2021-09-04 09:30:57'),
(4102, 0, 'tr', 'core/base/errors', '401_msg', '<li>Yönetici tarafından bu bölüme erişim izni verilmedi.</li>\n<li>Yanlış hesap türüne sahip olabilirsiniz.</li>\n<li>İstenen kaynağı görüntüleme yetkiniz yok.</li>\n<li>Aboneliğinizin süresi dolmuş olabilir.</li>', '2021-09-01 18:40:00', '2021-09-04 09:30:57'),
(4103, 0, 'tr', 'core/base/errors', '404_title', 'Sayfa bulunamadı', '2021-09-01 18:40:00', '2021-09-04 09:30:57'),
(4104, 0, 'tr', 'core/base/errors', '404_msg', '<li>İstediğiniz sayfa mevcut değil.</li>\n<li>Tıkladığınız bağlantı artık değil.</li>\n<li>Sayfa yeni bir konuma taşınmış olabilir.</li>\n<li>Bir hata oluşmuş olabilir.</li>\n<li>İstenen kaynağı görüntüleme yetkiniz yok.</li>', '2021-09-01 18:40:00', '2021-09-04 09:30:57'),
(4105, 0, 'tr', 'core/base/errors', '500_title', 'Sayfa yüklenemedi', '2021-09-01 18:40:00', '2021-09-04 09:30:57'),
(4106, 0, 'tr', 'core/base/errors', '500_msg', '<li>İstediğiniz sayfa mevcut değil.</li>\n<li>Tıkladığınız bağlantı artık değil.</li>\n<li>Sayfa yeni bir konuma taşınmış olabilir.</li>\n<li>Bir hata oluşmuş olabilir.</li>\n<li>İstenen kaynağı görüntüleme yetkiniz yok.</li>', '2021-09-01 18:40:00', '2021-09-04 09:30:57'),
(4107, 0, 'tr', 'core/base/errors', 'reasons', 'Bu birkaç nedenden dolayı gerçekleşmiş olabilir', '2021-09-01 18:40:00', '2021-09-04 09:30:57'),
(4108, 0, 'tr', 'core/base/errors', 'try_again', 'Lütfen birkaç dakika sonra tekrar deneyin veya alternatif olarak <a href=\"admin\">burayı tıklayarak</a> ana sayfaya dönün.', '2021-09-01 18:40:00', '2021-09-04 09:30:57'),
(4109, 0, 'tr', 'core/base/errors', 'not_found', 'Bulunamadı', '2021-09-01 18:40:00', '2021-09-04 09:30:57'),
(4110, 0, 'tr', 'core/base/forms', 'choose_image', 'Resim seç', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4111, 0, 'tr', 'core/base/forms', 'actions', 'İşlemler', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4112, 0, 'tr', 'core/base/forms', 'save', 'Kaydet', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4113, 0, 'tr', 'core/base/forms', 'save_and_continue', 'Kaydet & Düzenle', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4114, 0, 'tr', 'core/base/forms', 'image', 'Resim', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4115, 0, 'tr', 'core/base/forms', 'image_placeholder', 'Resmin yolunu ekleyin veya yükle düğmesini tıklayın', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4116, 0, 'tr', 'core/base/forms', 'create', 'Oluştur', '2021-09-01 18:40:00', '2021-10-28 08:03:18');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(4117, 0, 'tr', 'core/base/forms', 'edit', 'Düzenle', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4118, 0, 'tr', 'core/base/forms', 'permalink', 'Sabit Linkler', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4119, 0, 'tr', 'core/base/forms', 'ok', 'Tamam', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4120, 0, 'tr', 'core/base/forms', 'cancel', 'İptal', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4121, 0, 'tr', 'core/base/forms', 'character_remain', 'karakter kaldı', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4122, 0, 'tr', 'core/base/forms', 'template', 'Şablon', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4123, 0, 'tr', 'core/base/forms', 'choose_file', 'Dosya seçin', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4124, 0, 'tr', 'core/base/forms', 'file', 'Dosya', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4125, 0, 'tr', 'core/base/forms', 'content', 'İçerik', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4126, 0, 'tr', 'core/base/forms', 'description', 'Açıklama', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4127, 0, 'tr', 'core/base/forms', 'name', 'İsim', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4128, 0, 'tr', 'core/base/forms', 'slug', 'Url', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4129, 0, 'tr', 'core/base/forms', 'title', 'Başlık', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4130, 0, 'tr', 'core/base/forms', 'value', 'Değer', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4131, 0, 'tr', 'core/base/forms', 'name_placeholder', 'İsim', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4132, 0, 'tr', 'core/base/forms', 'alias_placeholder', 'Takma ad', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4133, 0, 'tr', 'core/base/forms', 'description_placeholder', 'Kısa Açıklama', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4134, 0, 'tr', 'core/base/forms', 'parent', 'Parent', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4135, 0, 'tr', 'core/base/forms', 'icon', 'Simge', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4136, 0, 'tr', 'core/base/forms', 'icon_placeholder', 'Örn: fa fa-home', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4137, 0, 'tr', 'core/base/forms', 'order_by', 'Siparişe göre', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4138, 0, 'tr', 'core/base/forms', 'order_by_placeholder', 'Siparişe göre', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4139, 0, 'tr', 'core/base/forms', 'is_featured', 'Öne çıkan mı?', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4140, 0, 'tr', 'core/base/forms', 'is_default', 'Varsayılan mı?', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4141, 0, 'tr', 'core/base/forms', 'update', 'Güncelle', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4142, 0, 'tr', 'core/base/forms', 'publish', 'Yayınla', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4143, 0, 'tr', 'core/base/forms', 'remove_image', 'Resmi kaldır', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4144, 0, 'tr', 'core/base/forms', 'remove_file', 'Dosyayı kaldır', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4145, 0, 'tr', 'core/base/forms', 'order', 'Sipariş', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4146, 0, 'tr', 'core/base/forms', 'alias', 'Takma ad', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4147, 0, 'tr', 'core/base/forms', 'basic_information', 'Temel bilgiler', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4148, 0, 'tr', 'core/base/forms', 'short_code', 'Kısa kod', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4149, 0, 'tr', 'core/base/forms', 'add_short_code', 'Kısa kod ekle', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4150, 0, 'tr', 'core/base/forms', 'add', 'Ekle', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4151, 0, 'tr', 'core/base/forms', 'link', 'Bağlantı', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4152, 0, 'tr', 'core/base/forms', 'show_hide_editor', 'Editörü göster/gizle', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4153, 0, 'tr', 'core/base/forms', 'basic_info_title', 'Temel bilgiler', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4154, 0, 'tr', 'core/base/forms', 'expand_all', 'Hepsini genişlet', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4155, 0, 'tr', 'core/base/forms', 'collapse_all', 'Hepsini Daralt', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4156, 0, 'tr', 'core/base/forms', 'view_new_tab', 'Yeni sekmede aç', '2021-09-01 18:40:00', '2021-10-28 08:03:18'),
(4157, 0, 'tr', 'core/base/layouts', 'platform_admin', 'Platform Yönetimi', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4158, 0, 'tr', 'core/base/layouts', 'dashboard', 'Başlangıç', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4159, 0, 'tr', 'core/base/layouts', 'widgets', 'Widget\'lar', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4160, 0, 'tr', 'core/base/layouts', 'plugins', 'Eklentiler', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4161, 0, 'tr', 'core/base/layouts', 'settings', 'Ayarlar', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4162, 0, 'tr', 'core/base/layouts', 'setting_general', 'Genel', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4163, 0, 'tr', 'core/base/layouts', 'setting_email', 'Email', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4164, 0, 'tr', 'core/base/layouts', 'system_information', 'Sistem bilgisi', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4165, 0, 'tr', 'core/base/layouts', 'theme', 'Tema', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4166, 0, 'tr', 'core/base/layouts', 'copyright', 'Telif hakkı © :company.  :year Sürüm: <span>:version</span>', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4167, 0, 'tr', 'core/base/layouts', 'profile', 'Profil', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4168, 0, 'tr', 'core/base/layouts', 'logout', 'Çıkış Yap', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4169, 0, 'tr', 'core/base/layouts', 'no_search_result', 'Sonuç bulunamadı, lütfen farklı anahtar kelimelerle deneyin.', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4170, 0, 'tr', 'core/base/layouts', 'home', 'Anasayfa', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4171, 0, 'tr', 'core/base/layouts', 'search', 'Arama', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4172, 0, 'tr', 'core/base/layouts', 'add_new', 'Yeni ekle', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4173, 0, 'tr', 'core/base/layouts', 'n_a', 'Yok', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4174, 0, 'tr', 'core/base/layouts', 'page_loaded_time', 'Sayfa yüklendi', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4175, 0, 'tr', 'core/base/layouts', 'view_website', 'Web sitesini görüntüle', '2021-09-01 18:40:00', '2021-10-26 20:01:54'),
(4176, 0, 'tr', 'core/base/mail', 'send-fail', 'E-posta gönderilemedi', '2021-09-01 18:40:00', '2021-09-03 19:21:53'),
(4177, 0, 'tr', 'core/base/notices', 'create_success_message', 'Başarıyla oluşturuldu', '2021-09-01 18:40:00', '2021-09-04 09:33:40'),
(4178, 0, 'tr', 'core/base/notices', 'update_success_message', 'Başarıyla güncellendi', '2021-09-01 18:40:00', '2021-09-04 09:33:40'),
(4179, 0, 'tr', 'core/base/notices', 'delete_success_message', 'Başarıyla silindi', '2021-09-01 18:40:00', '2021-09-04 09:33:40'),
(4180, 0, 'tr', 'core/base/notices', 'success_header', 'Başarılı!', '2021-09-01 18:40:00', '2021-09-04 09:33:40'),
(4181, 0, 'tr', 'core/base/notices', 'error_header', 'Hata!', '2021-09-01 18:40:00', '2021-09-04 09:33:40'),
(4182, 0, 'tr', 'core/base/notices', 'no_select', 'Bu eylemi gerçekleştirmek için lütfen en az bir kayıt seçin!', '2021-09-01 18:40:00', '2021-09-04 09:33:40'),
(4183, 0, 'tr', 'core/base/notices', 'processing_request', 'İsteğinizi işliyoruz.', '2021-09-01 18:40:00', '2021-09-04 09:33:40'),
(4184, 0, 'tr', 'core/base/notices', 'error', 'Hata!', '2021-09-01 18:40:00', '2021-09-04 09:33:40'),
(4185, 0, 'tr', 'core/base/notices', 'success', 'Başarılı!', '2021-09-01 18:40:00', '2021-09-04 09:33:40'),
(4186, 0, 'tr', 'core/base/notices', 'info', 'Bilgi!', '2021-09-01 18:40:00', '2021-09-04 09:33:40'),
(4187, 0, 'tr', 'core/base/notices', 'enum.validate_message', 'Girdiğiniz :attribute değeri geçersiz.', '2021-09-01 18:40:00', '2021-09-04 09:33:40'),
(4188, 0, 'tr', 'core/base/system', 'no_select', 'Bu eylemi gerçekleştirmek için lütfen en az bir kayıt seçin!', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4189, 0, 'tr', 'core/base/system', 'cannot_find_user', 'Belirtilen kullanıcı bulunamadı', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4190, 0, 'tr', 'core/base/system', 'supper_revoked', 'Süper kullanıcı erişimi iptal edildi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4191, 0, 'tr', 'core/base/system', 'cannot_revoke_yourself', 'Süper kullanıcı erişim iznini kendiniz iptal edemezsiniz!', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4192, 0, 'tr', 'core/base/system', 'cant_remove_supper', 'Bu süper kullanıcıyı kaldırma izniniz yok', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4193, 0, 'tr', 'core/base/system', 'cant_find_user_with_email', 'Belirtilen e-posta adresine sahip kullanıcı bulunamadı', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4194, 0, 'tr', 'core/base/system', 'supper_granted', 'Süper kullanıcı erişimi verildi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4195, 0, 'tr', 'core/base/system', 'delete_log_success', 'Günlük dosyası başarıyla silindi!', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4196, 0, 'tr', 'core/base/system', 'get_member_success', 'Üye listesi başarıyla alındı', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4197, 0, 'tr', 'core/base/system', 'error_occur', 'Şu hatalar oluştu', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4198, 0, 'tr', 'core/base/system', 'user_management', 'Kullanıcı Yönetimi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4199, 0, 'tr', 'core/base/system', 'user_management_description', 'Kullanıcıları yönet.', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4200, 0, 'tr', 'core/base/system', 'role_and_permission', 'Yetkiler ve İzinler', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4201, 0, 'tr', 'core/base/system', 'role_and_permission_description', 'Kullanılabilir yetkileri yönetin.', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4202, 0, 'tr', 'core/base/system', 'user.list_super', 'Süper Kullanıcıları Listele', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4203, 0, 'tr', 'core/base/system', 'user.email', 'Email', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4204, 0, 'tr', 'core/base/system', 'user.last_login', 'Son Giriş', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4205, 0, 'tr', 'core/base/system', 'user.username', 'Kullanıcı adı', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4206, 0, 'tr', 'core/base/system', 'user.add_user', 'Süper Kullanıcı Ekle', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4207, 0, 'tr', 'core/base/system', 'user.cancel', 'İptal', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4208, 0, 'tr', 'core/base/system', 'user.create', 'Oluştur', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4209, 0, 'tr', 'core/base/system', 'options.features', 'Özellik Erişim Kontrolü', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4210, 0, 'tr', 'core/base/system', 'options.feature_description', 'Kullanılabilir olanı yönetin.', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4211, 0, 'tr', 'core/base/system', 'options.manage_super', 'Süper Kullanıcı Yönetimi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4212, 0, 'tr', 'core/base/system', 'options.manage_super_description', 'Süper kullanıcı Ekle / Kaldır.', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4213, 0, 'tr', 'core/base/system', 'options.info', 'Sistem bilgisi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4214, 0, 'tr', 'core/base/system', 'options.info_description', 'Geçerli sistem yapılandırması hakkında tüm bilgiler.', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4215, 0, 'tr', 'core/base/system', 'info.title', 'Sistem bilgisi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4216, 0, 'tr', 'core/base/system', 'info.cache', 'Önbellek', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4217, 0, 'tr', 'core/base/system', 'info.locale', 'Etkin yerel ayar', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4218, 0, 'tr', 'core/base/system', 'info.environment', 'Ortam', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4219, 0, 'tr', 'core/base/system', 'disabled_in_demo_mode', 'Bunu demo modunda yapamazsınız!', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4220, 0, 'tr', 'core/base/system', 'report_description', 'Sorun giderme için lütfen bu bilgileri paylaşın', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4221, 0, 'tr', 'core/base/system', 'get_system_report', 'Sistem Raporunu Alın', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4222, 0, 'tr', 'core/base/system', 'system_environment', 'Sistem Ortamı', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4223, 0, 'tr', 'core/base/system', 'framework_version', 'Framework Sürümü', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4224, 0, 'tr', 'core/base/system', 'timezone', 'Saat dilimi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4225, 0, 'tr', 'core/base/system', 'debug_mode', 'Hata ayıklama modu', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4226, 0, 'tr', 'core/base/system', 'storage_dir_writable', 'Depolama Dizini Yazılabilir', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4227, 0, 'tr', 'core/base/system', 'cache_dir_writable', 'Önbellek Dizini Yazılabilir', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4228, 0, 'tr', 'core/base/system', 'app_size', 'Uygulama Boyutu', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4229, 0, 'tr', 'core/base/system', 'server_environment', 'Sunucu Ortamı', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4230, 0, 'tr', 'core/base/system', 'php_version', 'PHP Sürümü', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4231, 0, 'tr', 'core/base/system', 'php_version_error', 'PHP >= :version olmalıdır', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4232, 0, 'tr', 'core/base/system', 'server_software', 'Sunucu Yazılımı', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4233, 0, 'tr', 'core/base/system', 'server_os', 'Sunucu İşletim Sistemi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4234, 0, 'tr', 'core/base/system', 'database', 'Veri tabanı', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4235, 0, 'tr', 'core/base/system', 'ssl_installed', 'SSL Yüklendi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4236, 0, 'tr', 'core/base/system', 'cache_driver', 'Önbellek Sürücüsü', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4237, 0, 'tr', 'core/base/system', 'session_driver', 'Oturum Sürücüsü', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4238, 0, 'tr', 'core/base/system', 'queue_connection', 'Kuyruk Bağlantısı', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4239, 0, 'tr', 'core/base/system', 'mbstring_ext', 'Mbstring Eklentisi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4240, 0, 'tr', 'core/base/system', 'openssl_ext', 'OpenSSL Eklentisi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4241, 0, 'tr', 'core/base/system', 'pdo_ext', 'PDO Eklentisi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4242, 0, 'tr', 'core/base/system', 'curl_ext', 'CURL Eklentisi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4243, 0, 'tr', 'core/base/system', 'exif_ext', 'Exif Eklentisi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4244, 0, 'tr', 'core/base/system', 'file_info_ext', 'File info Eklentisi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4245, 0, 'tr', 'core/base/system', 'tokenizer_ext', 'Tokenizer Eklentisi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4246, 0, 'tr', 'core/base/system', 'extra_stats', 'Ekstra İstatistikler', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4247, 0, 'tr', 'core/base/system', 'installed_packages', 'Kurulu paketler ve sürüm numaraları', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4248, 0, 'tr', 'core/base/system', 'extra_information', 'Ekstra Bilgi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4249, 0, 'tr', 'core/base/system', 'copy_report', 'Raporu Kopyala', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4250, 0, 'tr', 'core/base/system', 'package_name', 'Paket Adı', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4251, 0, 'tr', 'core/base/system', 'dependency_name', 'Bağımlılık Adı', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4252, 0, 'tr', 'core/base/system', 'version', 'Sürüm', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4253, 0, 'tr', 'core/base/system', 'cms_version', 'CMS Sürümü', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4254, 0, 'tr', 'core/base/system', 'imagick_or_gd_ext', 'Imagick/GD Eklentisi', '2021-09-01 18:40:00', '2021-10-28 08:50:32'),
(4255, 0, 'tr', 'core/base/tables', 'id', 'ID', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4256, 0, 'tr', 'core/base/tables', 'name', 'İsim', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4257, 0, 'tr', 'core/base/tables', 'slug', 'Url', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4258, 0, 'tr', 'core/base/tables', 'title', 'Başlık', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4259, 0, 'tr', 'core/base/tables', 'order_by', 'Siparişe Göre', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4260, 0, 'tr', 'core/base/tables', 'order', 'Sipariş', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4261, 0, 'tr', 'core/base/tables', 'status', 'Durum', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4262, 0, 'tr', 'core/base/tables', 'created_at', 'Oluşturma Tarihi', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4263, 0, 'tr', 'core/base/tables', 'updated_at', 'Güncellenme Tarihi', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4264, 0, 'tr', 'core/base/tables', 'description', 'Açıklama', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4265, 0, 'tr', 'core/base/tables', 'operations', 'İşlemler', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4266, 0, 'tr', 'core/base/tables', 'url', 'URL', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4267, 0, 'tr', 'core/base/tables', 'author', 'Yazar', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4268, 0, 'tr', 'core/base/tables', 'notes', 'Notlar', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4269, 0, 'tr', 'core/base/tables', 'column', 'Kolon', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4270, 0, 'tr', 'core/base/tables', 'origin', 'Menşei', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4271, 0, 'tr', 'core/base/tables', 'after_change', 'Değişikliklerden sonra', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4272, 0, 'tr', 'core/base/tables', 'views', 'Görüntüle', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4273, 0, 'tr', 'core/base/tables', 'browser', 'Tarayıcı', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4274, 0, 'tr', 'core/base/tables', 'session', 'Oturum', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4275, 0, 'tr', 'core/base/tables', 'activated', 'Aktif', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4276, 0, 'tr', 'core/base/tables', 'deactivated', 'Devre dışı', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4277, 0, 'tr', 'core/base/tables', 'is_featured', 'Öne Çıkan', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4278, 0, 'tr', 'core/base/tables', 'edit', 'Düzenle', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4279, 0, 'tr', 'core/base/tables', 'delete', 'Sil', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4280, 0, 'tr', 'core/base/tables', 'restore', 'Onar', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4281, 0, 'tr', 'core/base/tables', 'activate', 'Etkinleştir', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4282, 0, 'tr', 'core/base/tables', 'deactivate', 'Devre dışı bırak', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4283, 0, 'tr', 'core/base/tables', 'excel', 'Excel', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4284, 0, 'tr', 'core/base/tables', 'export', 'Dışa Aktar', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4285, 0, 'tr', 'core/base/tables', 'csv', 'CSV', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4286, 0, 'tr', 'core/base/tables', 'pdf', 'PDF', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4287, 0, 'tr', 'core/base/tables', 'print', 'Yazdır', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4288, 0, 'tr', 'core/base/tables', 'reset', 'Sıfırla', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4289, 0, 'tr', 'core/base/tables', 'reload', 'Tekrar yükle', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4290, 0, 'tr', 'core/base/tables', 'display', 'Görüntüle', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4291, 0, 'tr', 'core/base/tables', 'all', 'Tümü', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4292, 0, 'tr', 'core/base/tables', 'add_new', 'Yeni Ekle', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4293, 0, 'tr', 'core/base/tables', 'action', 'İşlemler', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4294, 0, 'tr', 'core/base/tables', 'delete_entry', 'Sil', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4295, 0, 'tr', 'core/base/tables', 'view', 'Ayrıntıları Görüntüle', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4296, 0, 'tr', 'core/base/tables', 'save', 'Kaydet', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4297, 0, 'tr', 'core/base/tables', 'show_from', 'Gösterilen', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4298, 0, 'tr', 'core/base/tables', 'to', 'ile', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4299, 0, 'tr', 'core/base/tables', 'in', 'arasında', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4300, 0, 'tr', 'core/base/tables', 'records', 'kayıt', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4301, 0, 'tr', 'core/base/tables', 'no_data', 'Gösterilecek kayıt yok', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4302, 0, 'tr', 'core/base/tables', 'no_record', 'Kayıt yok', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4303, 0, 'tr', 'core/base/tables', 'confirm_delete', 'Silmeyi onayla', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4304, 0, 'tr', 'core/base/tables', 'confirm_delete_msg', 'Bu kaydı gerçekten silmek istiyor musunuz?', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4305, 0, 'tr', 'core/base/tables', 'confirm_delete_many_msg', 'Seçilen kayıtları gerçekten silmek istiyor musunuz?', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4306, 0, 'tr', 'core/base/tables', 'cancel', 'İptal', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4307, 0, 'tr', 'core/base/tables', 'template', 'Şablon', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4308, 0, 'tr', 'core/base/tables', 'email', 'Email', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4309, 0, 'tr', 'core/base/tables', 'last_login', 'Son giriş', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4310, 0, 'tr', 'core/base/tables', 'shortcode', 'Kısa kod', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4311, 0, 'tr', 'core/base/tables', 'image', 'Resim', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4312, 0, 'tr', 'core/base/tables', 'bulk_changes', 'Toplu değişiklikler', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4313, 0, 'tr', 'core/base/tables', 'submit', 'Gönder', '2021-09-01 18:40:00', '2022-04-08 08:39:12'),
(4314, 0, 'tr', 'core/base/tables', 'please_select_record', 'Lütfen bu işlemi gerçekleştirmek için en az bir kayıt seçin!', '2021-09-01 18:40:01', '2022-04-08 08:39:12'),
(4315, 0, 'tr', 'core/base/tabs', 'detail', 'Detay', '2021-09-01 18:40:01', '2021-09-04 09:54:17'),
(4316, 0, 'tr', 'core/base/tabs', 'file', 'Dosyalar', '2021-09-01 18:40:01', '2021-09-04 09:54:17'),
(4317, 0, 'tr', 'core/base/tabs', 'record_note', 'Kayıt Notu', '2021-09-01 18:40:01', '2021-09-04 09:54:17'),
(4318, 0, 'tr', 'core/base/tabs', 'revision', 'Revizyon Geçmişi', '2021-09-01 18:40:01', '2021-09-04 09:54:17'),
(4319, 0, 'tr', 'core/dashboard/dashboard', 'update_position_success', 'Widget konumu başarıyla güncellendi!', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4320, 0, 'tr', 'core/dashboard/dashboard', 'hide_success', 'Widget başarıyla güncellendi!', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4321, 0, 'tr', 'core/dashboard/dashboard', 'confirm_hide', 'Emin misin?', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4322, 0, 'tr', 'core/dashboard/dashboard', 'hide_message', 'Bu widget\'ı gerçekten gizlemek istiyor musunuz? Anasayfada görünmeyecek!', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4323, 0, 'tr', 'core/dashboard/dashboard', 'confirm_hide_btn', 'Evet, bu widget\'ı gizle', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4324, 0, 'tr', 'core/dashboard/dashboard', 'cancel_hide_btn', 'İptal', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4325, 0, 'tr', 'core/dashboard/dashboard', 'collapse_expand', 'Daralt/Genişlet', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4326, 0, 'tr', 'core/dashboard/dashboard', 'hide', 'Gizle', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4327, 0, 'tr', 'core/dashboard/dashboard', 'reload', 'Tekrar yükle', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4328, 0, 'tr', 'core/dashboard/dashboard', 'save_setting_success', 'Widget ayarları başarıyla kaydedildi!', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4329, 0, 'tr', 'core/dashboard/dashboard', 'widget_not_exists', 'Widget çıkmıyor!', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4330, 0, 'tr', 'core/dashboard/dashboard', 'manage_widgets', 'Widget\'ları Yönet', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4331, 0, 'tr', 'core/dashboard/dashboard', 'fullscreen', 'Tam ekran', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4332, 0, 'tr', 'core/dashboard/dashboard', 'title', 'Başlangıç', '2021-09-01 18:40:01', '2021-10-28 08:52:22'),
(4333, 0, 'tr', 'core/media/media', 'filter', 'Filtre', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4334, 0, 'tr', 'core/media/media', 'everything', 'Her şey', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4335, 0, 'tr', 'core/media/media', 'image', 'Resim', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4336, 0, 'tr', 'core/media/media', 'video', 'Video', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4337, 0, 'tr', 'core/media/media', 'document', 'Belge', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4338, 0, 'tr', 'core/media/media', 'view_in', 'Görüntüle', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4339, 0, 'tr', 'core/media/media', 'all_media', 'Tüm medya', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4340, 0, 'tr', 'core/media/media', 'trash', 'Çöp', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4341, 0, 'tr', 'core/media/media', 'recent', 'Son', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4342, 0, 'tr', 'core/media/media', 'favorites', 'Favoriler', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4343, 0, 'tr', 'core/media/media', 'upload', 'Yükle', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4344, 0, 'tr', 'core/media/media', 'create_folder', 'Klasör oluşturun', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4345, 0, 'tr', 'core/media/media', 'refresh', 'Yenile', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4346, 0, 'tr', 'core/media/media', 'empty_trash', 'Çöp kutusu boş', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4347, 0, 'tr', 'core/media/media', 'search_file_and_folder', 'Dosya ve klasör ara', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4348, 0, 'tr', 'core/media/media', 'sort', 'Sıralama', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4349, 0, 'tr', 'core/media/media', 'file_name_asc', 'Dosya adı - ASC', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4350, 0, 'tr', 'core/media/media', 'file_name_desc', 'Dosya adı - DESC', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4351, 0, 'tr', 'core/media/media', 'uploaded_date_asc', 'Yükleme tarihi - ASC', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4352, 0, 'tr', 'core/media/media', 'uploaded_date_desc', 'Yükleme tarihi - DESC', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4353, 0, 'tr', 'core/media/media', 'size_asc', 'Boyut - ASC', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4354, 0, 'tr', 'core/media/media', 'size_desc', 'Boyut - DESC', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4355, 0, 'tr', 'core/media/media', 'actions', 'İşlemler', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4356, 0, 'tr', 'core/media/media', 'nothing_is_selected', 'Hiçbir şey seçilmedi', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4357, 0, 'tr', 'core/media/media', 'insert', 'Yerleştir', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4358, 0, 'tr', 'core/media/media', 'folder_name', 'Klasör ismi', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4359, 0, 'tr', 'core/media/media', 'create', 'Oluştur', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4360, 0, 'tr', 'core/media/media', 'rename', 'Yeniden adlandır', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4361, 0, 'tr', 'core/media/media', 'close', 'Kapat', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4362, 0, 'tr', 'core/media/media', 'save_changes', 'Değişiklikleri kaydet', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4363, 0, 'tr', 'core/media/media', 'move_to_trash', 'Öğeleri çöp kutusuna taşı', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4364, 0, 'tr', 'core/media/media', 'confirm_trash', 'Bu öğeleri çöp kutusuna taşımak istediğinizden emin misiniz?', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4365, 0, 'tr', 'core/media/media', 'confirm', 'Onayla', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4366, 0, 'tr', 'core/media/media', 'confirm_delete', 'Öğeleri sil', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4367, 0, 'tr', 'core/media/media', 'confirm_delete_description', 'İsteğiniz geri alınamaz. Bu öğeleri silmek istediğinizden emin misiniz?', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4368, 0, 'tr', 'core/media/media', 'empty_trash_title', 'Çöp kutusu boş.', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4369, 0, 'tr', 'core/media/media', 'empty_trash_description', 'İsteğiniz geri alınamaz. Çöp kutusundaki tüm öğeleri kaldırmak istediğinizden emin misiniz?', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4370, 0, 'tr', 'core/media/media', 'up_level', 'Bir seviye yukarı', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4371, 0, 'tr', 'core/media/media', 'upload_progress', 'Yükleme ilerleme durumu', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4372, 0, 'tr', 'core/media/media', 'folder_created', 'Klasör başarıyla oluşturuldu!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4373, 0, 'tr', 'core/media/media', 'gallery', 'Medya Galerisi', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4374, 0, 'tr', 'core/media/media', 'trash_error', 'Seçili öğeleri silerken hata oluştu', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4375, 0, 'tr', 'core/media/media', 'trash_success', 'Seçili öğeleri çöp kutusuna başarıyla taşıdı!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4376, 0, 'tr', 'core/media/media', 'restore_error', 'Seçili öğeleri geri yüklerken hata oluştu', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4377, 0, 'tr', 'core/media/media', 'restore_success', 'Seçilen öğeleri başarıyla geri yüklendi.', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4378, 0, 'tr', 'core/media/media', 'copy_success', 'Seçilen öğeler başarıyla kopyalandı!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4379, 0, 'tr', 'core/media/media', 'delete_success', 'Seçilen öğeler başarıyla silindi!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4380, 0, 'tr', 'core/media/media', 'favorite_success', 'Seçilen ögeler başarıyla favoriye eklendi.', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4381, 0, 'tr', 'core/media/media', 'remove_favorite_success', 'Seçilen ögeler favorilerden başarıyla kaldırıldı!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4382, 0, 'tr', 'core/media/media', 'rename_error', 'Öğeleri yeniden adlandırırken hata oluştu', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4383, 0, 'tr', 'core/media/media', 'rename_success', 'Seçili öğeleri başarıyla yeniden adlandırıldı.', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4384, 0, 'tr', 'core/media/media', 'empty_trash_success', 'Çöp kutusu başarıyla boşaltındı!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4385, 0, 'tr', 'core/media/media', 'invalid_action', 'Geçersiz işlem!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4386, 0, 'tr', 'core/media/media', 'file_not_exists', 'Dosya mevcut değil!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4387, 0, 'tr', 'core/media/media', 'download_file_error', 'Dosyaları indirirken hata!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4388, 0, 'tr', 'core/media/media', 'missing_zip_archive_extension', 'Dosyayı indirmek için lütfen ZipArchive uzantısını etkinleştirin!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4389, 0, 'tr', 'core/media/media', 'can_not_download_file', 'Bu dosya indirilemiyor!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4390, 0, 'tr', 'core/media/media', 'invalid_request', 'Geçersiz istek!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4391, 0, 'tr', 'core/media/media', 'add_success', 'Başarıyla eklendi.', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4392, 0, 'tr', 'core/media/media', 'file_too_big', 'Dosya çok büyük. Maksimum dosya yüklemesi :size bayt', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4393, 0, 'tr', 'core/media/media', 'can_not_detect_file_type', 'Dosya türüne izin verilmiyor veya dosya türünü algılayamıyor!', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4394, 0, 'tr', 'core/media/media', 'upload_failed', 'Dosya tamamen YÜKLENMEDİ. Sunucu, maksimum yükleme dosyası boyutuna izin verir :size. Lütfen dosya boyutunuzu kontrol edin VEYA ağ hataları olması durumunda tekrar yüklemeyi deneyin', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4395, 0, 'tr', 'core/media/media', 'menu_name', 'Medya', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4396, 0, 'tr', 'core/media/media', 'add', 'Medya ekle', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4397, 0, 'tr', 'core/media/media', 'javascript.name', 'İsim', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4398, 0, 'tr', 'core/media/media', 'javascript.url', 'URL', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4399, 0, 'tr', 'core/media/media', 'javascript.full_url', 'Tam URL', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4400, 0, 'tr', 'core/media/media', 'javascript.size', 'Boy', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4401, 0, 'tr', 'core/media/media', 'javascript.mime_type', 'Tip', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4402, 0, 'tr', 'core/media/media', 'javascript.created_at', 'Yükleme tarihi', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4403, 0, 'tr', 'core/media/media', 'javascript.updated_at', 'Değiştirilme tarihi', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4404, 0, 'tr', 'core/media/media', 'javascript.nothing_selected', 'Hiçbir şey seçilmedi', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4405, 0, 'tr', 'core/media/media', 'javascript.visit_link', 'Linki aç', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4406, 0, 'tr', 'core/media/media', 'javascript.no_item.all_media.icon', 'fas fa-cloud-upload-alt', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4407, 0, 'tr', 'core/media/media', 'javascript.no_item.all_media.title', 'Dosya ve klasörleri buraya bırakın', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4408, 0, 'tr', 'core/media/media', 'javascript.no_item.all_media.message', 'Veya yukarıdaki yükle düğmesini kullanın', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4409, 0, 'tr', 'core/media/media', 'javascript.no_item.trash.icon', 'fas fa-trash-alt', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4410, 0, 'tr', 'core/media/media', 'javascript.no_item.trash.title', 'Şu anda çöp kutunuzda hiçbir şey yok', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4411, 0, 'tr', 'core/media/media', 'javascript.no_item.trash.message', 'Dosyaları otomatik olarak çöp kutusuna taşımak için silin. Dosyaları kalıcı olarak kaldırmak için çöp kutusundan silin', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4412, 0, 'tr', 'core/media/media', 'javascript.no_item.favorites.icon', 'fas fa-star', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4413, 0, 'tr', 'core/media/media', 'javascript.no_item.favorites.title', 'Henüz favorilerinize hiçbir şey eklemediniz', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4414, 0, 'tr', 'core/media/media', 'javascript.no_item.favorites.message', 'Dosyaları daha sonra kolayca bulmak için favorilere ekleyin', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4415, 0, 'tr', 'core/media/media', 'javascript.no_item.recent.icon', 'far fa-clock', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4416, 0, 'tr', 'core/media/media', 'javascript.no_item.recent.title', 'Henüz bir şey açmadın', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4417, 0, 'tr', 'core/media/media', 'javascript.no_item.recent.message', 'Açtığınız tüm dosyalar burada görünecek', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4418, 0, 'tr', 'core/media/media', 'javascript.no_item.default.icon', 'fas fa-sync', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4419, 0, 'tr', 'core/media/media', 'javascript.no_item.default.title', 'Öğe yok', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4420, 0, 'tr', 'core/media/media', 'javascript.no_item.default.message', 'Bu dizinde öğe yok', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4421, 0, 'tr', 'core/media/media', 'javascript.clipboard.success', 'Bu dosya bağlantıları panoya kopyalandı', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4422, 0, 'tr', 'core/media/media', 'javascript.message.error_header', 'Hata', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4423, 0, 'tr', 'core/media/media', 'javascript.message.success_header', 'Başarılı', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4424, 0, 'tr', 'core/media/media', 'javascript.download.error', 'Hiçbir dosya seçilmedi veya bu dosyalar indirilemiyor', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4425, 0, 'tr', 'core/media/media', 'javascript.actions_list.basic.preview', 'Önizleme', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4426, 0, 'tr', 'core/media/media', 'javascript.actions_list.file.copy_link', 'Bağlantıyı kopyala', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4427, 0, 'tr', 'core/media/media', 'javascript.actions_list.file.rename', 'Yeniden adlandır', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4428, 0, 'tr', 'core/media/media', 'javascript.actions_list.file.make_copy', 'Bir kopyasını çıkar', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4429, 0, 'tr', 'core/media/media', 'javascript.actions_list.user.favorite', 'Favorilere ekle', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4430, 0, 'tr', 'core/media/media', 'javascript.actions_list.user.remove_favorite', 'Favoriyi kaldır', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4431, 0, 'tr', 'core/media/media', 'javascript.actions_list.other.download', 'İndir', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4432, 0, 'tr', 'core/media/media', 'javascript.actions_list.other.trash', 'Çöp kutusuna taşı', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4433, 0, 'tr', 'core/media/media', 'javascript.actions_list.other.delete', 'Kalıcı olarak sil', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4434, 0, 'tr', 'core/media/media', 'javascript.actions_list.other.restore', 'Onar', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4435, 0, 'tr', 'core/media/media', 'name_invalid', 'Klasör adında geçersiz karakterler var.', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4436, 0, 'tr', 'core/media/media', 'url_invalid', 'Lütfen geçerli bir URL sağlayın', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4437, 0, 'tr', 'core/media/media', 'path_invalid', 'Lütfen geçerli bir yol sağlayın', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4438, 0, 'tr', 'core/media/media', 'download_link', 'İndir', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4439, 0, 'tr', 'core/media/media', 'url', 'URL', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4440, 0, 'tr', 'core/media/media', 'download_explain', 'Her satıra bir URL girin.', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4441, 0, 'tr', 'core/media/media', 'downloading', 'İndiriliyor...', '2021-09-01 18:40:01', '2021-09-28 11:45:19'),
(4442, 0, 'tr', 'core/setting/setting', 'title', 'Ayarlar', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4443, 0, 'tr', 'core/setting/setting', 'email_setting_title', 'Email ayarları', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4444, 0, 'tr', 'core/setting/setting', 'general.theme', 'Tema', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4445, 0, 'tr', 'core/setting/setting', 'general.description', 'Site bilgilerini ayarla', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4446, 0, 'tr', 'core/setting/setting', 'general.title', 'Genel', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4447, 0, 'tr', 'core/setting/setting', 'general.general_block', 'Genel bilgi', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4448, 0, 'tr', 'core/setting/setting', 'general.rich_editor', 'Zengin Düzenleyici', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4449, 0, 'tr', 'core/setting/setting', 'general.site_title', 'Site Başlığı', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4450, 0, 'tr', 'core/setting/setting', 'general.admin_email', 'Yönetici E-postası', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4451, 0, 'tr', 'core/setting/setting', 'general.seo_block', 'SEO Yapılandırması', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4452, 0, 'tr', 'core/setting/setting', 'general.seo_title', 'SEO Başlığı', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4453, 0, 'tr', 'core/setting/setting', 'general.seo_description', 'SEO Açıklaması', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4454, 0, 'tr', 'core/setting/setting', 'general.webmaster_tools_block', 'Google Web Yöneticisi Araçları', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4455, 0, 'tr', 'core/setting/setting', 'general.google_site_verification', 'Google site doğrulaması', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4456, 0, 'tr', 'core/setting/setting', 'general.placeholder.site_title', 'Site Başlığı (maksimum 120 karakter)', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4457, 0, 'tr', 'core/setting/setting', 'general.placeholder.admin_email', 'Yönetici E-postası', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4458, 0, 'tr', 'core/setting/setting', 'general.placeholder.seo_title', 'SEO Başlığı (maksimum 120 karakter)', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4459, 0, 'tr', 'core/setting/setting', 'general.placeholder.seo_description', 'SEO Açıklaması (maksimum 120 karakter)', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4460, 0, 'tr', 'core/setting/setting', 'general.placeholder.google_analytics', 'Google Analytics', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4461, 0, 'tr', 'core/setting/setting', 'general.placeholder.google_site_verification', 'Google Site Doğrulaması', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4462, 0, 'tr', 'core/setting/setting', 'general.cache_admin_menu', 'Önbellek yönetici menüsü?', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4463, 0, 'tr', 'core/setting/setting', 'general.enable_send_error_reporting_via_email', 'E-posta yoluyla hata bildirimi göndermek için etkinleştirilsin mi?', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4464, 0, 'tr', 'core/setting/setting', 'general.time_zone', 'Saat Dilimi', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4465, 0, 'tr', 'core/setting/setting', 'general.default_admin_theme', 'Varsayılan yönetici teması', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4466, 0, 'tr', 'core/setting/setting', 'general.enable_change_admin_theme', 'Yönetici temasını değiştir etkinleştirilsin mi?', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4467, 0, 'tr', 'core/setting/setting', 'general.enable', 'Etkinleştir', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4468, 0, 'tr', 'core/setting/setting', 'general.disable', 'Devre dışı bırak', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4469, 0, 'tr', 'core/setting/setting', 'general.enable_cache', 'Önbelleği etkinleştir?', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4470, 0, 'tr', 'core/setting/setting', 'general.cache_time', 'Önbellek süresi (dakika)', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4471, 0, 'tr', 'core/setting/setting', 'general.cache_time_site_map', 'Önbellek Süresi Site haritası', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4472, 0, 'tr', 'core/setting/setting', 'general.admin_logo', 'Yönetici logosu', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4473, 0, 'tr', 'core/setting/setting', 'general.admin_favicon', 'Yönetici favicon\'u', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4474, 0, 'tr', 'core/setting/setting', 'general.admin_title', 'Yönetici başlık', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4475, 0, 'tr', 'core/setting/setting', 'general.admin_title_placeholder', 'Tarayıcı sekmesine başlık gösterisi', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4476, 0, 'tr', 'core/setting/setting', 'general.cache_block', 'Önbellek', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4477, 0, 'tr', 'core/setting/setting', 'general.admin_appearance_title', 'Yönetici görünümü', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4478, 0, 'tr', 'core/setting/setting', 'general.admin_appearance_description', 'Editör, dil gibi yönetici görünümünü ayarlama...', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4479, 0, 'tr', 'core/setting/setting', 'general.seo_block_description', 'SEO optimizasyonu için site başlığını, site meta açıklamasını, site anahtar kelimesini ayarla', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4480, 0, 'tr', 'core/setting/setting', 'general.webmaster_tools_description', 'Google Web Yöneticisi Araçları (GWT), web sitenizin teknik yönünü yönetmenize yardımcı olan ücretsiz bir yazılımdır.', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4481, 0, 'tr', 'core/setting/setting', 'general.cache_description', 'Hızı optimize etmek için sistem için önbelleği yapılandırın', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4482, 0, 'tr', 'core/setting/setting', 'general.yes', 'Evet', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4483, 0, 'tr', 'core/setting/setting', 'general.no', 'Hayır', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4484, 0, 'tr', 'core/setting/setting', 'general.show_on_front', 'Ana sayfanız görüntülenir', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4485, 0, 'tr', 'core/setting/setting', 'general.select', '- Seçiniz -', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4486, 0, 'tr', 'core/setting/setting', 'general.show_site_name', 'Sayfa başlığından sonra site adını \"-\" ile ayırarak gösterilsin mi?', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4487, 0, 'tr', 'core/setting/setting', 'general.locale', 'Site dili', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4488, 0, 'tr', 'core/setting/setting', 'general.locale_direction', 'Ön site dil yönü', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4489, 0, 'tr', 'core/setting/setting', 'general.admin_locale_direction', 'Yönetici dili yönü', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4490, 0, 'tr', 'core/setting/setting', 'general.admin_login_screen_backgrounds', 'Giriş ekranı arka planları (~1366x768)', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4491, 0, 'tr', 'core/setting/setting', 'email.subject', 'Konu', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4492, 0, 'tr', 'core/setting/setting', 'email.content', 'İçerik', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4493, 0, 'tr', 'core/setting/setting', 'email.title', 'E-posta şablonu ayarı', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4494, 0, 'tr', 'core/setting/setting', 'email.description', 'HTML ve sistem değişkenlerini kullanan e-posta şablonu.', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4495, 0, 'tr', 'core/setting/setting', 'email.reset_to_default', 'Varsayılana sıfırla', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4496, 0, 'tr', 'core/setting/setting', 'email.back', 'Ayarlara geri dön', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4497, 0, 'tr', 'core/setting/setting', 'email.reset_success', 'Başarıyla varsayılana sıfırlandı.', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4498, 0, 'tr', 'core/setting/setting', 'email.confirm_reset', 'E-posta şablonunu sıfırlama onaylansın mı?', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4499, 0, 'tr', 'core/setting/setting', 'email.confirm_message', 'Bu e-posta şablonunu gerçekten varsayılana sıfırlamak istiyor musunuz?', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4500, 0, 'tr', 'core/setting/setting', 'email.continue', 'Devam et', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4501, 0, 'tr', 'core/setting/setting', 'email.sender_name', 'Gönderen ismi', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4502, 0, 'tr', 'core/setting/setting', 'email.sender_name_placeholder', 'İsim', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4503, 0, 'tr', 'core/setting/setting', 'email.sender_email', 'Gönderen e-postası', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4504, 0, 'tr', 'core/setting/setting', 'email.mailer', 'Gönderici', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4505, 0, 'tr', 'core/setting/setting', 'email.port', 'Port', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4506, 0, 'tr', 'core/setting/setting', 'email.port_placeholder', 'Ör: 587', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4507, 0, 'tr', 'core/setting/setting', 'email.host', 'Host', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4508, 0, 'tr', 'core/setting/setting', 'email.host_placeholder', 'Ör: smtp.gmail.com', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4509, 0, 'tr', 'core/setting/setting', 'email.username', 'Kullanıcı adı', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4510, 0, 'tr', 'core/setting/setting', 'email.username_placeholder', 'Posta sunucusuna giriş yapmak için kullanıcı adı', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4511, 0, 'tr', 'core/setting/setting', 'email.password', 'Şifre', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4512, 0, 'tr', 'core/setting/setting', 'email.password_placeholder', 'Posta sunucusuna giriş yapmak için şifre', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4513, 0, 'tr', 'core/setting/setting', 'email.encryption', 'Şifreleme', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4514, 0, 'tr', 'core/setting/setting', 'email.mail_gun_domain', 'Domain', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4515, 0, 'tr', 'core/setting/setting', 'email.mail_gun_domain_placeholder', 'Domain', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4516, 0, 'tr', 'core/setting/setting', 'email.mail_gun_secret', 'Gizli Anahtar', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4517, 0, 'tr', 'core/setting/setting', 'email.mail_gun_secret_placeholder', 'Gizli Anahtar', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4518, 0, 'tr', 'core/setting/setting', 'email.mail_gun_endpoint', 'Nokta', '2021-09-01 18:40:02', '2022-04-12 11:57:41');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(4519, 0, 'tr', 'core/setting/setting', 'email.mail_gun_endpoint_placeholder', 'Nokta', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4520, 0, 'tr', 'core/setting/setting', 'email.log_channel', 'Günlük kanalı', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4521, 0, 'tr', 'core/setting/setting', 'email.sendmail_path', 'Gönderme Yolu', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4522, 0, 'tr', 'core/setting/setting', 'email.encryption_placeholder', 'Şifreleme: ssl veya tls', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4523, 0, 'tr', 'core/setting/setting', 'email.ses_key', 'Anahtar', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4524, 0, 'tr', 'core/setting/setting', 'email.ses_key_placeholder', 'Anahtar', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4525, 0, 'tr', 'core/setting/setting', 'email.ses_secret', 'Gizli Anahtar', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4526, 0, 'tr', 'core/setting/setting', 'email.ses_secret_placeholder', 'Gizli Anahtar', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4527, 0, 'tr', 'core/setting/setting', 'email.ses_region', 'Bölge', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4528, 0, 'tr', 'core/setting/setting', 'email.ses_region_placeholder', 'Bölge', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4529, 0, 'tr', 'core/setting/setting', 'email.postmark_token', 'Token', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4530, 0, 'tr', 'core/setting/setting', 'email.postmark_token_placeholder', 'Token', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4531, 0, 'tr', 'core/setting/setting', 'email.template_title', 'E-posta şablonları', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4532, 0, 'tr', 'core/setting/setting', 'email.template_description', 'Tüm e-postalar için temel şablonlar', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4533, 0, 'tr', 'core/setting/setting', 'email.template_header', 'E-posta şablonu başlığı', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4534, 0, 'tr', 'core/setting/setting', 'email.template_header_description', 'E-posta başlığı şablonu', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4535, 0, 'tr', 'core/setting/setting', 'email.template_footer', 'E-posta şablonu altbilgisi', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4536, 0, 'tr', 'core/setting/setting', 'email.template_footer_description', 'E-postaların altbilgisi için şablon', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4537, 0, 'tr', 'core/setting/setting', 'email.default', 'Varsayılan', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4538, 0, 'tr', 'core/setting/setting', 'email.using_queue_to_send_mail', 'E-posta göndermek için kuyruk işini kullanma (Önce Kuyruk ayarlanmalıdır https://laravel.com/docs/queues#supervisor-configuration)', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4539, 0, 'tr', 'core/setting/setting', 'media.title', 'Medya', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4540, 0, 'tr', 'core/setting/setting', 'media.driver', 'Sürücü', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4541, 0, 'tr', 'core/setting/setting', 'media.description', 'Medya ayarları', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4542, 0, 'tr', 'core/setting/setting', 'media.aws_access_key_id', 'AWS Erişim Anahtarı Kimliği', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4543, 0, 'tr', 'core/setting/setting', 'media.aws_secret_key', 'AWS Gizli Anahtarı', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4544, 0, 'tr', 'core/setting/setting', 'media.aws_default_region', 'AWS Varsayılan Bölgesi', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4545, 0, 'tr', 'core/setting/setting', 'media.aws_bucket', 'AWS Bucket', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4546, 0, 'tr', 'core/setting/setting', 'media.aws_url', 'AWS URL', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4547, 0, 'tr', 'core/setting/setting', 'media.do_spaces_access_key_id', 'DO Spaces Erişim Anahtarı Kimliği', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4548, 0, 'tr', 'core/setting/setting', 'media.do_spaces_secret_key', 'DO Spaces Gizli Anahtarı', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4549, 0, 'tr', 'core/setting/setting', 'media.do_spaces_default_region', 'DO Spaces Varsayılan Bölge', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4550, 0, 'tr', 'core/setting/setting', 'media.do_spaces_bucket', 'DO Spaces Kovası', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4551, 0, 'tr', 'core/setting/setting', 'media.do_spaces_endpoint', 'DO Spaces Uç Noktası', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4552, 0, 'tr', 'core/setting/setting', 'media.do_spaces_cdn_enabled', 'DO Spaces CDN etkin mi?', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4553, 0, 'tr', 'core/setting/setting', 'media.media_do_spaces_cdn_custom_domain', 'Spaces CDN özel etki alanı yapın', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4554, 0, 'tr', 'core/setting/setting', 'media.media_do_spaces_cdn_custom_domain_placeholder', 'https://siteadi.com', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4555, 0, 'tr', 'core/setting/setting', 'media.wasabi_access_key_id', 'Wasabi Erişim Anahtarı Kimliği', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4556, 0, 'tr', 'core/setting/setting', 'media.wasabi_secret_key', 'Wasabi Gizli Anahtarı', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4557, 0, 'tr', 'core/setting/setting', 'media.wasabi_default_region', 'Wasabi Varsayılan Bölgesi', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4558, 0, 'tr', 'core/setting/setting', 'media.wasabi_bucket', 'Wasabi Kovası', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4559, 0, 'tr', 'core/setting/setting', 'media.wasabi_root', 'Wasabi Kökü', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4560, 0, 'tr', 'core/setting/setting', 'media.default_placeholder_image', 'Varsayılan yer tutucu resmi', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4561, 0, 'tr', 'core/setting/setting', 'media.enable_chunk', 'Parça boyutu yüklemesi etkinleştirilsin mi?', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4562, 0, 'tr', 'core/setting/setting', 'media.chunk_size', 'Yığın boyutu (Bayt)', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4563, 0, 'tr', 'core/setting/setting', 'media.chunk_size_placeholder', 'Varsayılan: 1048576 ~ 1 MB', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4564, 0, 'tr', 'core/setting/setting', 'media.max_file_size', 'Parça maksimum dosya boyutu (MB)', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4565, 0, 'tr', 'core/setting/setting', 'media.max_file_size_placeholder', 'Varsayılan: 1048576 ~ 1GB', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4566, 0, 'tr', 'core/setting/setting', 'media.enable_watermark', 'Filigran etkinleştirilsin mi?', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4567, 0, 'tr', 'core/setting/setting', 'media.watermark_source', 'Filigran görüntüsü', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4568, 0, 'tr', 'core/setting/setting', 'media.watermark_size', 'Filigranın boyutu (%)', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4569, 0, 'tr', 'core/setting/setting', 'media.watermark_size_placeholder', 'Varsayılan: 10 (%)', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4570, 0, 'tr', 'core/setting/setting', 'media.watermark_opacity', 'Filigran Opaklığı (%)', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4571, 0, 'tr', 'core/setting/setting', 'media.watermark_opacity_placeholder', 'Varsayılan: 70 (%)', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4572, 0, 'tr', 'core/setting/setting', 'media.watermark_position', 'Filigran konumu', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4573, 0, 'tr', 'core/setting/setting', 'media.watermark_position_x', 'Filigran konumu X', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4574, 0, 'tr', 'core/setting/setting', 'media.watermark_position_y', 'Filigran konumu Y', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4575, 0, 'tr', 'core/setting/setting', 'media.watermark_position_top_left', 'Sol üst', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4576, 0, 'tr', 'core/setting/setting', 'media.watermark_position_top_right', 'Sağ üst', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4577, 0, 'tr', 'core/setting/setting', 'media.watermark_position_bottom_left', 'Sol alt', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4578, 0, 'tr', 'core/setting/setting', 'media.watermark_position_bottom_right', 'Sağ alt', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4579, 0, 'tr', 'core/setting/setting', 'media.watermark_position_center', 'Orta', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4580, 0, 'tr', 'core/setting/setting', 'media.turn_off_automatic_url_translation_into_latin', 'Latince\'ye otomatik URL çevirisi kapatılsın mı?', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4581, 0, 'tr', 'core/setting/setting', 'license.purchase_code', 'Satın alma kodu', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4582, 0, 'tr', 'core/setting/setting', 'license.buyer', 'Alıcı', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4583, 0, 'tr', 'core/setting/setting', 'field_type_not_exists', 'Bu alan türü mevcut değil', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4584, 0, 'tr', 'core/setting/setting', 'save_settings', 'Ayarları kaydet', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4585, 0, 'tr', 'core/setting/setting', 'template', 'Şablon', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4586, 0, 'tr', 'core/setting/setting', 'description', 'Açıklama', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4587, 0, 'tr', 'core/setting/setting', 'enable', 'Etkinleştir', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4588, 0, 'tr', 'core/setting/setting', 'send', 'Gönder', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4589, 0, 'tr', 'core/setting/setting', 'test_email_description', 'Test e-postası göndermek için, lütfen posta göndermek için yapılandırmayı güncellediğinizden emin olun!', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4590, 0, 'tr', 'core/setting/setting', 'test_email_input_placeholder', 'Test e-postasını göndermek istediğiniz e-postayı girin.', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4591, 0, 'tr', 'core/setting/setting', 'test_email_modal_title', 'Test e-postası gönder', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4592, 0, 'tr', 'core/setting/setting', 'test_send_mail', 'Test postası gönder', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4593, 0, 'tr', 'core/setting/setting', 'test_email_send_success', 'Başarıyla e-posta gönderilmiştir.', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4594, 0, 'tr', 'core/setting/setting', 'locale_direction_ltr', 'Soldan Sağa', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4595, 0, 'tr', 'core/setting/setting', 'locale_direction_rtl', 'Sağdan Sola', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4596, 0, 'tr', 'core/setting/setting', 'saving', 'Kaydediliyor...', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4597, 0, 'tr', 'core/setting/setting', 'emails_warning', 'En fazla :count e-posta ekleyebilirsiniz', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4598, 0, 'tr', 'core/setting/setting', 'email_add_more', 'Daha ekle', '2021-09-01 18:40:02', '2022-04-12 11:57:41'),
(4599, 0, 'tr', 'core/table/general', 'operations', 'İşlemler', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4600, 0, 'tr', 'core/table/general', 'loading_data', 'Sunucudan veri yükleme', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4601, 0, 'tr', 'core/table/general', 'display', 'Görüntüle', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4602, 0, 'tr', 'core/table/general', 'all', 'Tümü', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4603, 0, 'tr', 'core/table/general', 'edit_entry', 'Düzenle', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4604, 0, 'tr', 'core/table/general', 'delete_entry', 'Sil', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4605, 0, 'tr', 'core/table/general', 'show_from', 'Gösteriliyor', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4606, 0, 'tr', 'core/table/general', 'to', 'ile', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4607, 0, 'tr', 'core/table/general', 'in', 'içinde', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4608, 0, 'tr', 'core/table/general', 'records', 'kayıtlar', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4609, 0, 'tr', 'core/table/general', 'no_data', 'Görüntülenecek veri yok', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4610, 0, 'tr', 'core/table/general', 'no_record', 'Kayıt yok', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4611, 0, 'tr', 'core/table/general', 'loading', 'Sunucudan veri yükleme', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4612, 0, 'tr', 'core/table/general', 'confirm_delete', 'Silme İşlemini Onayla', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4613, 0, 'tr', 'core/table/general', 'confirm_delete_msg', 'Gerçekten bu kaydı silmek istiyor musun?', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4614, 0, 'tr', 'core/table/general', 'cancel', 'İptal', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4615, 0, 'tr', 'core/table/general', 'delete', 'Sil', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4616, 0, 'tr', 'core/table/general', 'close', 'Kapat', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4617, 0, 'tr', 'core/table/general', 'contains', 'İçeriyor', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4618, 0, 'tr', 'core/table/general', 'is_equal_to', 'Eşittir', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4619, 0, 'tr', 'core/table/general', 'greater_than', 'Daha büyük', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4620, 0, 'tr', 'core/table/general', 'less_than', 'Daha az', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4621, 0, 'tr', 'core/table/general', 'value', 'Değer', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4622, 0, 'tr', 'core/table/general', 'select_field', 'Alan seç', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4623, 0, 'tr', 'core/table/general', 'reset', 'Sıfırla', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4624, 0, 'tr', 'core/table/general', 'add_additional_filter', 'Ek filtre ekle', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4625, 0, 'tr', 'core/table/general', 'apply', 'Uygula', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4626, 0, 'tr', 'core/table/general', 'filters', 'Filtre', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4627, 0, 'tr', 'core/table/general', 'bulk_change', 'Toplu Değişiklikler', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4628, 0, 'tr', 'core/table/general', 'select_option', 'Seçeneği seçin', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4629, 0, 'tr', 'core/table/general', 'bulk_actions', 'Toplu İşlemler', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4630, 0, 'tr', 'core/table/general', 'save_bulk_change_success', 'Seçilen kayıtlar için verileri başarıyla güncelleyin!', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4631, 0, 'tr', 'core/table/general', 'please_select_record', 'Bu eylemi gerçekleştirmek için lütfen en az bir kayıt seçin!', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4632, 0, 'tr', 'core/table/general', 'filtered', '(_MAX_ toplam kayıtlarından filtrelenir)', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4633, 0, 'tr', 'core/table/general', 'search', 'Arama...', '2021-09-01 18:40:03', '2021-09-04 10:03:30'),
(4634, 0, 'tr', 'core/table/table', 'operations', 'İşlemler', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4635, 0, 'tr', 'core/table/table', 'loading_data', 'Sunucudan veri yükleme', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4636, 0, 'tr', 'core/table/table', 'display', 'Görüntüle', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4637, 0, 'tr', 'core/table/table', 'all', 'Tümü', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4638, 0, 'tr', 'core/table/table', 'edit_entry', 'Düzenle', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4639, 0, 'tr', 'core/table/table', 'delete_entry', 'Sil', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4640, 0, 'tr', 'core/table/table', 'show_from', 'Gösteriliyor', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4641, 0, 'tr', 'core/table/table', 'to', 'ile', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4642, 0, 'tr', 'core/table/table', 'in', 'içinde', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4643, 0, 'tr', 'core/table/table', 'records', 'kayıtlar', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4644, 0, 'tr', 'core/table/table', 'no_data', 'Görüntülenecek veri yok', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4645, 0, 'tr', 'core/table/table', 'no_record', 'Kayıt yok', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4646, 0, 'tr', 'core/table/table', 'loading', 'Sunucudan veri yükleme', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4647, 0, 'tr', 'core/table/table', 'confirm_delete', 'Silinsinmi ?', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4648, 0, 'tr', 'core/table/table', 'confirm_delete_msg', 'Bu kaydı gerçekten silmek istiyor musunuz?', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4649, 0, 'tr', 'core/table/table', 'cancel', 'İptal', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4650, 0, 'tr', 'core/table/table', 'delete', 'Sil', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4651, 0, 'tr', 'core/table/table', 'close', 'Kapat', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4652, 0, 'tr', 'core/table/table', 'contains', 'İçine al', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4653, 0, 'tr', 'core/table/table', 'is_equal_to', 'Eşittir', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4654, 0, 'tr', 'core/table/table', 'greater_than', 'Daha büyük', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4655, 0, 'tr', 'core/table/table', 'less_than', 'Daha az', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4656, 0, 'tr', 'core/table/table', 'value', 'Değer', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4657, 0, 'tr', 'core/table/table', 'select_field', 'Alan seç', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4658, 0, 'tr', 'core/table/table', 'reset', 'Sıfırla', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4659, 0, 'tr', 'core/table/table', 'add_additional_filter', 'Ek filtre ekle', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4660, 0, 'tr', 'core/table/table', 'apply', 'Uygula', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4661, 0, 'tr', 'core/table/table', 'filters', 'Filtreler', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4662, 0, 'tr', 'core/table/table', 'bulk_change', 'Toplu değişiklikler', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4663, 0, 'tr', 'core/table/table', 'select_option', 'Seçeneği seçin', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4664, 0, 'tr', 'core/table/table', 'bulk_actions', 'Toplu İşlemler', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4665, 0, 'tr', 'core/table/table', 'save_bulk_change_success', 'Seçilen kayıtlar için verileri başarıyla güncelleyin!', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4666, 0, 'tr', 'core/table/table', 'please_select_record', 'Bu eylemi gerçekleştirmek için lütfen en az bir kayıt seçin!', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4667, 0, 'tr', 'core/table/table', 'filtered', '(Toplam _MAX_ kayıt filtrelenmiştir)', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4668, 0, 'tr', 'core/table/table', 'search', 'Arama...', '2021-09-01 18:40:03', '2021-09-29 10:43:30'),
(4669, 0, 'tr', 'packages/menu/menu', 'name', 'Menüler', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4670, 0, 'tr', 'packages/menu/menu', 'key_name', 'Menü adı (anahtar: :key)', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4671, 0, 'tr', 'packages/menu/menu', 'basic_info', 'Temel bilgiler', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4672, 0, 'tr', 'packages/menu/menu', 'add_to_menu', 'Menüye ekle', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4673, 0, 'tr', 'packages/menu/menu', 'custom_link', 'Özel bağlantı', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4674, 0, 'tr', 'packages/menu/menu', 'add_link', 'Link ekle', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4675, 0, 'tr', 'packages/menu/menu', 'structure', 'Menü yapısı', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4676, 0, 'tr', 'packages/menu/menu', 'remove', 'Kaldır', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4677, 0, 'tr', 'packages/menu/menu', 'cancel', 'İptal', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4678, 0, 'tr', 'packages/menu/menu', 'title', 'Başlık', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4679, 0, 'tr', 'packages/menu/menu', 'icon', 'Simge', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4680, 0, 'tr', 'packages/menu/menu', 'url', 'URL', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4681, 0, 'tr', 'packages/menu/menu', 'target', 'Hedef', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4682, 0, 'tr', 'packages/menu/menu', 'css_class', 'CSS sınıfı', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4683, 0, 'tr', 'packages/menu/menu', 'self_open_link', 'Bağlantıyı doğrudan aç', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4684, 0, 'tr', 'packages/menu/menu', 'blank_open_link', 'Bağlantıyı yeni sekmede aç', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4685, 0, 'tr', 'packages/menu/menu', 'create', 'Menü oluştur', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4686, 0, 'tr', 'packages/menu/menu', 'edit', 'Menüyü düzenle', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4687, 0, 'tr', 'packages/menu/menu', 'menu_settings', 'Menü Ayarları', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4688, 0, 'tr', 'packages/menu/menu', 'display_location', 'Konumu göster', '2021-09-01 18:40:03', '2021-09-03 19:13:48'),
(4689, 0, 'tr', 'packages/page/pages', 'create', 'Yeni sayfa oluştur', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4690, 0, 'tr', 'packages/page/pages', 'edit', 'Sayfayı düzenle', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4691, 0, 'tr', 'packages/page/pages', 'form.name', 'İsim', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4692, 0, 'tr', 'packages/page/pages', 'form.name_placeholder', 'Sayfanın adı (Maksimum 120 karakter)', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4693, 0, 'tr', 'packages/page/pages', 'form.content', 'İçerik', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4694, 0, 'tr', 'packages/page/pages', 'form.note', 'Not içeriği', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4695, 0, 'tr', 'packages/page/pages', 'notices.no_select', 'Bu eylemi gerçekleştirmek için lütfen en az bir kayıt seçin!', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4696, 0, 'tr', 'packages/page/pages', 'notices.update_success_message', 'Başarıyla güncellendi.', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4697, 0, 'tr', 'packages/page/pages', 'cannot_delete', 'Sayfa silinemedi', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4698, 0, 'tr', 'packages/page/pages', 'deleted', 'Sayfa silindi', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4699, 0, 'tr', 'packages/page/pages', 'pages', 'Sayfalar', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4700, 0, 'tr', 'packages/page/pages', 'menu', 'Sayfalar', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4701, 0, 'tr', 'packages/page/pages', 'menu_name', 'Sayfalar', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4702, 0, 'tr', 'packages/page/pages', 'edit_this_page', 'Bu sayfayı düzenle', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4703, 0, 'tr', 'packages/page/pages', 'total_pages', 'Toplam sayfa sayısı', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4704, 0, 'tr', 'packages/page/pages', 'settings.show_on_front', 'Ana sayfanız görüntülenir', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4705, 0, 'tr', 'packages/page/pages', 'settings.select', '— Seçiniz —', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4706, 0, 'tr', 'packages/page/pages', 'front_page', 'Ön Sayfa', '2021-09-01 18:40:03', '2021-09-29 10:46:31'),
(4707, 0, 'tr', 'packages/plugin-management/plugin', 'enabled', 'Etkin', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4708, 0, 'tr', 'packages/plugin-management/plugin', 'deactivated', 'Devre dışı', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4709, 0, 'tr', 'packages/plugin-management/plugin', 'activated', 'Aktif', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4710, 0, 'tr', 'packages/plugin-management/plugin', 'activate', 'Etkinleştir', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4711, 0, 'tr', 'packages/plugin-management/plugin', 'deactivate', 'Devre dışı bırak', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4712, 0, 'tr', 'packages/plugin-management/plugin', 'author', 'Tarafından', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4713, 0, 'tr', 'packages/plugin-management/plugin', 'update_plugin_status_success', 'Eklentiyi başarıyla güncellendi.', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4714, 0, 'tr', 'packages/plugin-management/plugin', 'plugins', 'Eklentiler', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4715, 0, 'tr', 'packages/plugin-management/plugin', 'missing_required_plugins', 'Bu eklentiyi etkinleştirmeden önce lütfen :plugins eklentilerini etkinleştirin.', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4716, 0, 'tr', 'packages/plugin-management/plugin', 'remove', 'Kaldır', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4717, 0, 'tr', 'packages/plugin-management/plugin', 'remove_plugin_success', 'Eklentiyi başarıyla kaldırıldı.', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4718, 0, 'tr', 'packages/plugin-management/plugin', 'remove_plugin', 'Eklentiyi kaldır', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4719, 0, 'tr', 'packages/plugin-management/plugin', 'remove_plugin_confirm_message', 'Gerçekten bu eklentiyi kaldırmak istiyor musunuz?', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4720, 0, 'tr', 'packages/plugin-management/plugin', 'remove_plugin_confirm_yes', 'Evet, kaldırın!', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4721, 0, 'tr', 'packages/plugin-management/plugin', 'total_plugins', 'Toplam eklentiler', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4722, 0, 'tr', 'packages/plugin-management/plugin', 'invalid_plugin', 'Bu eklenti geçerli bir eklenti değil, lütfen tekrar kontrol edin!', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4723, 0, 'tr', 'packages/plugin-management/plugin', 'version', 'Sürüm', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4724, 0, 'tr', 'packages/plugin-management/plugin', 'invalid_json', 'Geçersiz plugin.json!', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4725, 0, 'tr', 'packages/plugin-management/plugin', 'activate_success', 'Eklenti başarıyla etkinleştirildi.', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4726, 0, 'tr', 'packages/plugin-management/plugin', 'activated_already', 'Bu eklenti zaten aktif!', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4727, 0, 'tr', 'packages/plugin-management/plugin', 'plugin_not_exist', 'Bu eklenti mevcut değil.', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4728, 0, 'tr', 'packages/plugin-management/plugin', 'missing_json_file', 'plugin.json dosyası eksik!', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4729, 0, 'tr', 'packages/plugin-management/plugin', 'plugin_invalid', 'Eklenti geçerli!', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4730, 0, 'tr', 'packages/plugin-management/plugin', 'published_assets_success', 'Eklenti için :name varlıkları başarıyla yayınlandı.', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4731, 0, 'tr', 'packages/plugin-management/plugin', 'plugin_removed', 'Eklenti kaldırıldı!', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4732, 0, 'tr', 'packages/plugin-management/plugin', 'deactivated_success', 'Eklentiyi başarıyla devre dışı bırakın!', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4733, 0, 'tr', 'packages/plugin-management/plugin', 'deactivated_already', 'Bu eklenti zaten devre dışı!', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4734, 0, 'tr', 'packages/plugin-management/plugin', 'folder_is_not_writeable', 'Dosyalar yazılamıyor! Klasör :name yazılabilir değil. Yazılabilir hale getirmek için lütfen chmod!', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4735, 0, 'tr', 'packages/plugin-management/plugin', 'plugin_is_not_ready', 'Eklenti :name kullanıma hazır değil', '2021-09-01 18:40:03', '2021-09-29 10:55:30'),
(4736, 0, 'tr', 'packages/seo-helper/seo-helper', 'meta_box_header', 'Arama Motoru Optimizasyonu', '2021-09-01 18:40:03', '2021-09-29 10:57:42'),
(4737, 0, 'tr', 'packages/seo-helper/seo-helper', 'edit_seo_meta', 'SEO metasını düzenle', '2021-09-01 18:40:03', '2021-09-29 10:57:42'),
(4738, 0, 'tr', 'packages/seo-helper/seo-helper', 'default_description', 'Sitenizin Google gibi arama motorlarında keşfedilmesini kolaylaştırmak için meta başlık ve açıklama ayarlayın', '2021-09-01 18:40:03', '2021-09-29 10:57:42'),
(4739, 0, 'tr', 'packages/seo-helper/seo-helper', 'seo_title', 'SEO Başlığı', '2021-09-01 18:40:03', '2021-09-29 10:57:42'),
(4740, 0, 'tr', 'packages/seo-helper/seo-helper', 'seo_description', 'SEO açıklaması', '2021-09-01 18:40:03', '2021-09-29 10:57:42'),
(4741, 0, 'tr', 'packages/slug/slug', 'permalink_settings', 'Kalıcı bağlantı', '2021-09-01 18:40:03', '2021-09-29 10:59:06'),
(4742, 0, 'tr', 'packages/slug/slug', 'settings.title', 'Kalıcı bağlantı ayarları', '2021-09-01 18:40:03', '2021-09-29 10:59:06'),
(4743, 0, 'tr', 'packages/slug/slug', 'settings.description', 'Tüm modüller için kalıcı bağlantıyı yönetin.', '2021-09-01 18:40:03', '2021-09-29 10:59:06'),
(4744, 0, 'tr', 'packages/slug/slug', 'settings.preview', 'Ön izleme', '2021-09-01 18:40:03', '2021-09-29 10:59:06'),
(4745, 0, 'tr', 'packages/slug/slug', 'settings.turn_off_automatic_url_translation_into_latin', 'Latince\'ye otomatik URL çevirisi kapatılsın mı?', '2021-09-01 18:40:03', '2021-09-29 10:59:06'),
(4746, 0, 'tr', 'packages/slug/slug', 'preview', 'Ön izleme', '2021-09-01 18:40:03', '2021-09-29 10:59:06'),
(4747, 0, 'tr', 'packages/theme/theme', 'name', 'Temalar', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4748, 0, 'tr', 'packages/theme/theme', 'theme', 'Tema', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4749, 0, 'tr', 'packages/theme/theme', 'author', 'Yazar', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4750, 0, 'tr', 'packages/theme/theme', 'version', 'Sürüm', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4751, 0, 'tr', 'packages/theme/theme', 'description', 'Açıklama', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4752, 0, 'tr', 'packages/theme/theme', 'active_success', ':name teması başarıyla etkinleştirldi.', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4753, 0, 'tr', 'packages/theme/theme', 'active', 'Aktif', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4754, 0, 'tr', 'packages/theme/theme', 'activated', 'Aktif', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4755, 0, 'tr', 'packages/theme/theme', 'appearance', 'Görünüm', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4756, 0, 'tr', 'packages/theme/theme', 'theme_options', 'Tema ayarları', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4757, 0, 'tr', 'packages/theme/theme', 'save_changes', 'Değişiklikleri Kaydet', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4758, 0, 'tr', 'packages/theme/theme', 'developer_mode', 'Geliştirici Modu Etkin', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4759, 0, 'tr', 'packages/theme/theme', 'custom_css', 'Özel CSS', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4760, 0, 'tr', 'packages/theme/theme', 'custom_js', 'Özel JS', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4761, 0, 'tr', 'packages/theme/theme', 'custom_header_js', 'Header JS', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4762, 0, 'tr', 'packages/theme/theme', 'custom_header_js_placeholder', 'JS sayfanın başlığında, onu <script></script> kodları içine ekleyin.', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4763, 0, 'tr', 'packages/theme/theme', 'custom_body_js', 'Body JS', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4764, 0, 'tr', 'packages/theme/theme', 'custom_body_js_placeholder', 'JS sayfanın gövdesinde, onu <script></script> kodları içine alınız.', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4765, 0, 'tr', 'packages/theme/theme', 'custom_footer_js', 'Footer JS', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4766, 0, 'tr', 'packages/theme/theme', 'custom_footer_js_placeholder', 'JS sayfanın alt bilgisinde, onu <script></script> kodları içine ekleyin.', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4767, 0, 'tr', 'packages/theme/theme', 'remove_theme_success', 'Tema başarıyla kaldırıldı.', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4768, 0, 'tr', 'packages/theme/theme', 'theme_is_not_existed', 'Bu tema mevcut değil!', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4769, 0, 'tr', 'packages/theme/theme', 'remove', 'Kaldır', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4770, 0, 'tr', 'packages/theme/theme', 'remove_theme', 'Temayı kaldır', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4771, 0, 'tr', 'packages/theme/theme', 'remove_theme_confirm_message', 'Bu temayı gerçekten kaldırmak istiyor musunuz?', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4772, 0, 'tr', 'packages/theme/theme', 'remove_theme_confirm_yes', 'Evet, kaldırın!', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4773, 0, 'tr', 'packages/theme/theme', 'total_themes', 'Toplam temalar', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4774, 0, 'tr', 'packages/theme/theme', 'show_admin_bar', 'Yönetici çubuğunu göster (Yönetici oturum açtığında, yine de web sitesinde yönetici çubuğunu göster)?', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4775, 0, 'tr', 'packages/theme/theme', 'settings.title', 'Tema', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4776, 0, 'tr', 'packages/theme/theme', 'settings.description', 'Tema ayarı', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4777, 0, 'tr', 'packages/theme/theme', 'add_new', 'Yeni ekle', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4778, 0, 'tr', 'packages/theme/theme', 'theme_activated_already', '\":name\" teması zaten aktif!', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4779, 0, 'tr', 'packages/theme/theme', 'missing_json_file', 'Tema.json dosyası eksik!', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4780, 0, 'tr', 'packages/theme/theme', 'theme_invalid', 'Tema geçerli!', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4781, 0, 'tr', 'packages/theme/theme', 'published_assets_success', ':themes için varlıkları başarıyla yayınlayın!', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4782, 0, 'tr', 'packages/theme/theme', 'cannot_remove_theme', 'Etkinleştirilen tema kaldırılamıyor, lütfen \":name\" i kaldırmadan önce başka bir temayı etkinleştirin!', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4783, 0, 'tr', 'packages/theme/theme', 'theme_deleted', '\":name\" teması yok edildi.', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4784, 0, 'tr', 'packages/theme/theme', 'removed_assets', ':name temasının varlıkları başarıyla kaldırılmıştır.', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4785, 0, 'tr', 'packages/theme/theme', 'update_custom_css_success', 'Özel CSS\'ler başarıyla güncellendi.', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4786, 0, 'tr', 'packages/theme/theme', 'update_custom_js_success', 'Özel JS\'ler başarıyla güncellendi.', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4787, 0, 'tr', 'packages/theme/theme', 'go_to_dashboard', 'Kontrol paneline git', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4788, 0, 'tr', 'packages/theme/theme', 'custom_css_placeholder', 'Otomatik tamamlama için Ctrl + Boşluk tuşlarını kullanın.', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4789, 0, 'tr', 'packages/theme/theme', 'theme_option_general', 'Genel', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4790, 0, 'tr', 'packages/theme/theme', 'theme_option_general_description', 'Genel Ayarlar', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4791, 0, 'tr', 'packages/theme/theme', 'theme_option_seo_open_graph_image', 'SEO varsayılan Açık Grafik resmi', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4792, 0, 'tr', 'packages/theme/theme', 'theme_option_logo', 'Logo', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4793, 0, 'tr', 'packages/theme/theme', 'theme_option_favicon', 'Favicon', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4794, 0, 'tr', 'packages/theme/theme', 'folder_is_not_writeable', 'Dosyalar yazılamıyor! Klasör :name yazılabilir değil. Yazılabilir hale getirmek için lütfen chmod ayarlarına bakınız.', '2021-09-01 18:40:04', '2021-09-29 11:15:01'),
(4795, 0, 'tr', 'packages/widget/global', 'name', 'Widget\'lar', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4796, 0, 'tr', 'packages/widget/global', 'create', 'Yeni widget', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4797, 0, 'tr', 'packages/widget/global', 'edit', 'Widget\'ı düzenle', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4798, 0, 'tr', 'packages/widget/global', 'delete', 'Sil', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4799, 0, 'tr', 'packages/widget/global', 'available', 'Kullanılabilir Widget\'lar', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4800, 0, 'tr', 'packages/widget/global', 'instruction', 'Bir widget\'ı etkinleştirmek için onu bir kenar çubuğuna sürükleyin veya üzerine tıklayın. Bir widget\'ı devre dışı bırakmak ve ayarlarını silmek için geri sürükleyin.', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4801, 0, 'tr', 'packages/widget/global', 'number_tag_display', 'Sayı etiketleri görüntülenecektir', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4802, 0, 'tr', 'packages/widget/global', 'number_post_display', 'Mesaj sayısı görüntülenecektir', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4803, 0, 'tr', 'packages/widget/global', 'select_menu', 'Menü Seç', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4804, 0, 'tr', 'packages/widget/global', 'widget_text', 'Metin', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4805, 0, 'tr', 'packages/widget/global', 'widget_text_description', 'Rasgele metin veya HTML.', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4806, 0, 'tr', 'packages/widget/global', 'widget_recent_post', 'Son Gönderiler', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4807, 0, 'tr', 'packages/widget/global', 'widget_recent_post_description', 'Son gönderiler widget\'ı.', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4808, 0, 'tr', 'packages/widget/global', 'widget_custom_menu', 'Özel Menü', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4809, 0, 'tr', 'packages/widget/global', 'widget_custom_menu_description', 'Widget alanınıza özel bir menü ekleyin.', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4810, 0, 'tr', 'packages/widget/global', 'widget_tag', 'Etiketler', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4811, 0, 'tr', 'packages/widget/global', 'widget_tag_description', 'Popüler etiketler', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4812, 0, 'tr', 'packages/widget/global', 'save_success', 'Widget\'ı başarıyla kaydedildi.', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4813, 0, 'tr', 'packages/widget/global', 'delete_success', 'Widget başarıyla silindi.', '2021-09-01 18:40:04', '2021-09-29 11:19:02'),
(4814, 0, 'tr', 'packages/widget/widget', 'name', 'Widget\'lar', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4815, 0, 'tr', 'packages/widget/widget', 'create', 'Yeni widget', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4816, 0, 'tr', 'packages/widget/widget', 'edit', 'Widget\'ı düzenle', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4817, 0, 'tr', 'packages/widget/widget', 'delete', 'Sil', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4818, 0, 'tr', 'packages/widget/widget', 'available', 'Kullanılabilir Widget\'lar', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4819, 0, 'tr', 'packages/widget/widget', 'instruction', 'Bir widget\'ı etkinleştirmek için bir kenar çubuğuna sürükleyin veya üzerine tıklayın. Bir widget\'ı devre dışı bırakmak ve ayarlarını silmek için geri sürükleyin.', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4820, 0, 'tr', 'packages/widget/widget', 'number_tag_display', 'Sayı etiketleri görüntülenecektir', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4821, 0, 'tr', 'packages/widget/widget', 'number_post_display', 'Mesaj sayısı görüntülenecektir', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4822, 0, 'tr', 'packages/widget/widget', 'select_menu', 'Menü Seç', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4823, 0, 'tr', 'packages/widget/widget', 'widget_text', 'Metin', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4824, 0, 'tr', 'packages/widget/widget', 'widget_text_description', 'Rasgele metin veya HTML.', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4825, 0, 'tr', 'packages/widget/widget', 'widget_recent_post', 'Son Gönderiler', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4826, 0, 'tr', 'packages/widget/widget', 'widget_recent_post_description', 'Son mesajlar widget\'ı.', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4827, 0, 'tr', 'packages/widget/widget', 'widget_custom_menu', 'Özel Menü', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4828, 0, 'tr', 'packages/widget/widget', 'widget_custom_menu_description', 'Widget alanınıza özel bir menü ekleyin.', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4829, 0, 'tr', 'packages/widget/widget', 'widget_tag', 'Etiketler', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4830, 0, 'tr', 'packages/widget/widget', 'widget_tag_description', 'Popüler etiketler', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4831, 0, 'tr', 'packages/widget/widget', 'save_success', 'Widget başarıyla kaydedildi.', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4832, 0, 'tr', 'packages/widget/widget', 'delete_success', 'Widget başarıyla silindi.', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4833, 0, 'tr', 'packages/widget/widget', 'primary_sidebar_name', 'Birincil kenar çubuğu', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4834, 0, 'tr', 'packages/widget/widget', 'primary_sidebar_description', 'Birincil kenar çubuğu bölümü', '2021-09-01 18:40:04', '2021-09-29 11:23:18'),
(4835, 0, 'tr', 'plugins/ads/ads', 'name', 'Reklamlar', '2021-09-01 18:40:04', '2021-09-29 11:32:43'),
(4836, 0, 'tr', 'plugins/ads/ads', 'create', 'Yeni reklamlar', '2021-09-01 18:40:04', '2021-09-29 11:32:43'),
(4837, 0, 'tr', 'plugins/ads/ads', 'edit', 'Reklamları düzenle', '2021-09-01 18:40:04', '2021-09-29 11:32:43'),
(4838, 0, 'tr', 'plugins/ads/ads', 'location', 'Konum', '2021-09-01 18:40:04', '2021-09-29 11:32:43'),
(4839, 0, 'tr', 'plugins/ads/ads', 'url', 'URL', '2021-09-01 18:40:04', '2021-09-29 11:32:43'),
(4840, 0, 'tr', 'plugins/ads/ads', 'expired_at', 'Süresi doldu', '2021-09-01 18:40:04', '2021-09-29 11:32:43'),
(4841, 0, 'tr', 'plugins/ads/ads', 'key', 'Anahtar', '2021-09-01 18:40:04', '2021-09-29 11:32:43'),
(4842, 0, 'tr', 'plugins/ads/ads', 'shortcode', 'Kısa kod', '2021-09-01 18:40:04', '2021-09-29 11:32:43'),
(4843, 0, 'tr', 'plugins/ads/ads', 'clicked', 'Tıklandı', '2021-09-01 18:40:04', '2021-09-29 11:32:43'),
(4844, 0, 'tr', 'plugins/ads/ads', 'not_set', 'Ayarlanmadı', '2021-09-01 18:40:04', '2021-09-29 11:32:43'),
(4845, 0, 'tr', 'plugins/analytics/analytics', 'sessions', 'Oturumlar', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4846, 0, 'tr', 'plugins/analytics/analytics', 'visitors', 'Ziyaretçi', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4847, 0, 'tr', 'plugins/analytics/analytics', 'pageviews', 'Sayfa görüntülemeleri', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4848, 0, 'tr', 'plugins/analytics/analytics', 'bounce_rate', 'Hemen Çıkma Oranı', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4849, 0, 'tr', 'plugins/analytics/analytics', 'page_session', 'Sayfalar / Oturum', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4850, 0, 'tr', 'plugins/analytics/analytics', 'avg_duration', 'Ort. Süre', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4851, 0, 'tr', 'plugins/analytics/analytics', 'percent_new_session', 'Yüzde yeni oturum', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4852, 0, 'tr', 'plugins/analytics/analytics', 'new_users', 'Yeni ziyaretçiler', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4853, 0, 'tr', 'plugins/analytics/analytics', 'visits', 'ziyaretler', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4854, 0, 'tr', 'plugins/analytics/analytics', 'views', 'Görüntüleme', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4855, 0, 'tr', 'plugins/analytics/analytics', 'view_id_not_specified', 'Geçerli bir görünüm kimliği sağlamalısınız.', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4856, 0, 'tr', 'plugins/analytics/analytics', 'credential_is_not_valid', 'Analytics kimlik bilgileri geçerli değil.', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4857, 0, 'tr', 'plugins/analytics/analytics', 'start_date_can_not_before_end_date', 'Başlangıç ​​tarihi :start_date bitiş tarihinden sonra olamaz :end_date', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4858, 0, 'tr', 'plugins/analytics/analytics', 'wrong_configuration', 'Analitiği görüntülemek için bir google analytics müşteri kimliği almanız ve bunu ayarlarınıza eklemeniz gerekir. <br /> Ayrıca JSON kimlik bilgilerine de ihtiyacınız var.', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4859, 0, 'tr', 'plugins/analytics/analytics', 'settings.title', 'Google Analytics', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4860, 0, 'tr', 'plugins/analytics/analytics', 'settings.description', 'Google Analytics için Kimlik Bilgilerini Yapılandırma', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4861, 0, 'tr', 'plugins/analytics/analytics', 'settings.tracking_code', 'İzleme kimliği', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4862, 0, 'tr', 'plugins/analytics/analytics', 'settings.tracking_code_placeholder', 'Örnek: GA-12586526-8', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4863, 0, 'tr', 'plugins/analytics/analytics', 'settings.view_id', 'Görüntüle Kimliği', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4864, 0, 'tr', 'plugins/analytics/analytics', 'settings.view_id_description', 'Google Analytics Görünüm Kimliği', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4865, 0, 'tr', 'plugins/analytics/analytics', 'settings.json_credential', 'Hizmet Hesabı Kimlik Bilgileri', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4866, 0, 'tr', 'plugins/analytics/analytics', 'settings.json_credential_description', 'Hizmet Hesabı Kimlik Bilgileri', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4867, 0, 'tr', 'plugins/analytics/analytics', 'widget_analytics_page', 'En Çok Ziyaret Edilen Sayfalar', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4868, 0, 'tr', 'plugins/analytics/analytics', 'widget_analytics_browser', 'En İyi Tarayıcılar', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4869, 0, 'tr', 'plugins/analytics/analytics', 'widget_analytics_referrer', 'En Çok Yönlendirenler', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4870, 0, 'tr', 'plugins/analytics/analytics', 'widget_analytics_general', 'Site Analizi', '2021-09-01 18:40:04', '2021-09-29 11:39:43'),
(4871, 0, 'tr', 'plugins/audit-log/history', 'name', 'Aktivite Günlükleri', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4872, 0, 'tr', 'plugins/audit-log/history', 'created', 'oluşturuldu', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4873, 0, 'tr', 'plugins/audit-log/history', 'updated', 'güncellenmiş', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4874, 0, 'tr', 'plugins/audit-log/history', 'deleted', 'silindi', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4875, 0, 'tr', 'plugins/audit-log/history', 'logged in', 'giriş yapıldı', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4876, 0, 'tr', 'plugins/audit-log/history', 'logged out', 'çıkış yapıldı', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4877, 0, 'tr', 'plugins/audit-log/history', 'changed password', 'şifre değişti', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4878, 0, 'tr', 'plugins/audit-log/history', 'updated profile', 'güncellenmiş profil', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4879, 0, 'tr', 'plugins/audit-log/history', 'attached', 'ekli', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4880, 0, 'tr', 'plugins/audit-log/history', 'shared', 'paylaşılan', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4881, 0, 'tr', 'plugins/audit-log/history', 'to the system', 'sisteme', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4882, 0, 'tr', 'plugins/audit-log/history', 'of the system', 'sistemin', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4883, 0, 'tr', 'plugins/audit-log/history', 'menu', 'menu', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4884, 0, 'tr', 'plugins/audit-log/history', 'post', 'ileti', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4885, 0, 'tr', 'plugins/audit-log/history', 'page', 'sayfa', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4886, 0, 'tr', 'plugins/audit-log/history', 'category', 'kategori', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4887, 0, 'tr', 'plugins/audit-log/history', 'tag', 'etiket', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4888, 0, 'tr', 'plugins/audit-log/history', 'user', 'kullanıcı', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4889, 0, 'tr', 'plugins/audit-log/history', 'contact', 'iletişim', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4890, 0, 'tr', 'plugins/audit-log/history', 'backup', 'yedek', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4891, 0, 'tr', 'plugins/audit-log/history', 'custom-field', 'özel alan', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4892, 0, 'tr', 'plugins/audit-log/history', 'widget_audit_logs', 'Aktivite Günlükleri', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4893, 0, 'tr', 'plugins/audit-log/history', 'action', 'İşlem', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4894, 0, 'tr', 'plugins/audit-log/history', 'user_agent', 'Kullanıcı Aracısı', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4895, 0, 'tr', 'plugins/audit-log/history', 'system', 'Sistem', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4896, 0, 'tr', 'plugins/audit-log/history', 'delete_all', 'Tüm kayıtları sil', '2021-09-01 18:40:04', '2021-09-29 11:47:31'),
(4897, 0, 'tr', 'plugins/backup/backup', 'name', 'Yedek', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4898, 0, 'tr', 'plugins/backup/backup', 'backup_description', 'Veritabanını yedekleyin ve klasörü yükleyin.', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4899, 0, 'tr', 'plugins/backup/backup', 'create_backup_success', 'Yedekleme başarıyla oluşturuldu!', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4900, 0, 'tr', 'plugins/backup/backup', 'delete_backup_success', 'Yedek başarıyla silindi!', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4901, 0, 'tr', 'plugins/backup/backup', 'restore_backup_success', 'Yedekleme başarıyla geri yüklendi!', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4902, 0, 'tr', 'plugins/backup/backup', 'generate_btn', 'Yedekleme oluştur', '2021-09-01 18:40:04', '2021-10-28 08:55:07');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(4903, 0, 'tr', 'plugins/backup/backup', 'create', 'Yedek oluştur', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4904, 0, 'tr', 'plugins/backup/backup', 'restore', 'Bir yedeği geri yükleyin', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4905, 0, 'tr', 'plugins/backup/backup', 'create_btn', 'Oluştur', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4906, 0, 'tr', 'plugins/backup/backup', 'restore_btn', 'Onar', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4907, 0, 'tr', 'plugins/backup/backup', 'restore_confirm_msg', 'Bu düzeltmeyi gerçekten geri yüklemek istiyor musunuz?', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4908, 0, 'tr', 'plugins/backup/backup', 'download_uploads_folder', 'Yüklenenler klasörünün yedeğini indir', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4909, 0, 'tr', 'plugins/backup/backup', 'download_database', 'Veritabanının yedeğini indirin', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4910, 0, 'tr', 'plugins/backup/backup', 'restore_tooltip', 'Bu yedeği geri yükle', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4911, 0, 'tr', 'plugins/backup/backup', 'demo_alert', 'Merhaba misafir, demo sitenin çalışmadıgını görürseniz, lütfen <a href=\":link\">buraya tıklayınız</a> Demo siteyi en son revizyona geri yükleyin!', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4912, 0, 'tr', 'plugins/backup/backup', 'menu_name', 'Yedekler', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4913, 0, 'tr', 'plugins/backup/backup', 'size', 'Boy', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4914, 0, 'tr', 'plugins/backup/backup', 'no_backups', 'Şimdi yedek yok!', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4915, 0, 'tr', 'plugins/backup/backup', 'proc_open_disabled_error', '<strong>proc_open()</strong> işlevi devre dışı bırakıldı, bu nedenle sistem veritabanını yedekleyemiyor. Etkinleştirmek için lütfen barındırma sağlayıcınızla iletişime geçin.', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4916, 0, 'tr', 'plugins/backup/backup', 'database_backup_not_existed', 'Yedek veritabanı mevcut değil!', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4917, 0, 'tr', 'plugins/backup/backup', 'uploads_folder_backup_not_existed', 'Yedek yüklemeler klasörü mevcut değil!', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4918, 0, 'tr', 'plugins/backup/backup', 'important_message1', 'Bu basit bir yedekleme özelliğidir, sitenizde <1GB veri varsa ve sitenizi hızlı bir şekilde yedeklemek için kullanılabiliyorsa sizin için bir çözümdür.', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4919, 0, 'tr', 'plugins/backup/backup', 'important_message2', 'Yerel depolamada 1gb\'tan fazla resim / dosya varsa, barındırma veya vps\'nizin yedekleme özelliğini kullanmalısınız.', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4920, 0, 'tr', 'plugins/backup/backup', 'important_message3', 'Veritabanınızı yedeklemek için <strong>proc_open()</strong> veya <strong>system()</strong> işlevi etkinleştirilmelidir. Devre dışı bırakılmışsa etkinleştirmek için barındırma sağlayıcınızla iletişime geçin.', '2021-09-01 18:40:04', '2021-10-28 08:55:07'),
(4921, 0, 'tr', 'plugins/blog/base', 'menu_name', 'Blog', '2021-09-01 18:40:05', '2021-10-05 08:22:13'),
(4922, 0, 'tr', 'plugins/blog/base', 'blog_page', 'Blog Sayfası', '2021-09-01 18:40:05', '2021-10-05 08:22:13'),
(4923, 0, 'tr', 'plugins/blog/base', 'select', '-- Seçiniz --', '2021-09-01 18:40:05', '2021-10-05 08:22:13'),
(4924, 0, 'tr', 'plugins/blog/base', 'blog_page_id', 'Blog sayfası', '2021-09-01 18:40:05', '2021-10-05 08:22:13'),
(4925, 0, 'tr', 'plugins/blog/base', 'number_posts_per_page', 'Sayfa başına gönderi sayısı', '2021-09-01 18:40:05', '2021-10-05 08:22:13'),
(4926, 0, 'tr', 'plugins/blog/base', 'write_some_tags', 'Bazı etiketler yazın', '2021-09-01 18:40:05', '2021-10-05 08:22:13'),
(4927, 0, 'tr', 'plugins/blog/base', 'short_code_name', 'Blog gönderileri', '2021-09-01 18:40:05', '2021-10-05 08:22:13'),
(4928, 0, 'tr', 'plugins/blog/base', 'short_code_description', 'Blog gönderileri ekle', '2021-09-01 18:40:05', '2021-10-05 08:22:13'),
(4929, 0, 'tr', 'plugins/blog/base', 'number_posts_per_page_in_category', 'Bir kategorideki sayfa başına gönderi sayısı', '2021-09-01 18:40:05', '2021-10-05 08:22:13'),
(4930, 0, 'tr', 'plugins/blog/base', 'number_posts_per_page_in_tag', 'Bir etiketteki sayfa başına gönderi sayısı', '2021-09-01 18:40:05', '2021-10-05 08:22:13'),
(4931, 0, 'tr', 'plugins/blog/categories', 'create', 'Yeni kategori oluştur', '2021-09-01 18:40:05', '2021-10-28 08:13:14'),
(4932, 0, 'tr', 'plugins/blog/categories', 'edit', 'Kategoriyi düzenle', '2021-09-01 18:40:05', '2021-10-28 08:13:14'),
(4933, 0, 'tr', 'plugins/blog/categories', 'menu', 'Kategoriler', '2021-09-01 18:40:05', '2021-10-28 08:13:14'),
(4934, 0, 'tr', 'plugins/blog/categories', 'edit_this_category', 'Bu kategoriyi düzenle', '2021-09-01 18:40:05', '2021-10-28 08:13:14'),
(4935, 0, 'tr', 'plugins/blog/categories', 'menu_name', 'Kategoriler', '2021-09-01 18:40:05', '2021-10-28 08:13:14'),
(4936, 0, 'tr', 'plugins/blog/categories', 'none', 'Hiçbiri', '2021-09-01 18:40:05', '2021-10-28 08:13:14'),
(4937, 0, 'tr', 'plugins/blog/categories', 'total_posts', 'Toplam :total gönderi.', '2021-09-01 18:40:05', '2021-10-28 08:13:14'),
(4938, 0, 'tr', 'plugins/blog/member', 'dob', 'Doğum :date', '2021-09-01 18:40:05', '2021-10-05 08:25:14'),
(4939, 0, 'tr', 'plugins/blog/member', 'draft_posts', 'Taslak Gönderiler', '2021-09-01 18:40:05', '2021-10-05 08:25:14'),
(4940, 0, 'tr', 'plugins/blog/member', 'pending_posts', 'Bekleyen Gönderiler', '2021-09-01 18:40:05', '2021-10-05 08:25:14'),
(4941, 0, 'tr', 'plugins/blog/member', 'published_posts', 'Yayınlanmış Yazılar', '2021-09-01 18:40:05', '2021-10-05 08:25:14'),
(4942, 0, 'tr', 'plugins/blog/member', 'posts', 'Gönderiler', '2021-09-01 18:40:05', '2021-10-05 08:25:14'),
(4943, 0, 'tr', 'plugins/blog/member', 'write_post', 'Bir yazı yaz', '2021-09-01 18:40:05', '2021-10-05 08:25:14'),
(4944, 0, 'tr', 'plugins/blog/posts', 'create', 'Yeni gönderi oluştur', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4945, 0, 'tr', 'plugins/blog/posts', 'edit', 'Gönderiyi düzenle', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4946, 0, 'tr', 'plugins/blog/posts', 'form.name', 'İsim', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4947, 0, 'tr', 'plugins/blog/posts', 'form.name_placeholder', 'Gönderinin adı (Maksimum :c characters)', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4948, 0, 'tr', 'plugins/blog/posts', 'form.description', 'Açıklama', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4949, 0, 'tr', 'plugins/blog/posts', 'form.description_placeholder', 'Gönderi için kısa açıklama (Maksimum :c characters)', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4950, 0, 'tr', 'plugins/blog/posts', 'form.categories', 'Kategoriler', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4951, 0, 'tr', 'plugins/blog/posts', 'form.tags', 'Etiketler', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4952, 0, 'tr', 'plugins/blog/posts', 'form.tags_placeholder', 'Etiketler', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4953, 0, 'tr', 'plugins/blog/posts', 'form.content', 'İçerik', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4954, 0, 'tr', 'plugins/blog/posts', 'form.is_featured', 'Varsayılan mı?', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4955, 0, 'tr', 'plugins/blog/posts', 'form.note', 'Not içeriği', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4956, 0, 'tr', 'plugins/blog/posts', 'form.format_type', 'Biçim', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4957, 0, 'tr', 'plugins/blog/posts', 'cannot_delete', 'Gönderi silinemedi', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4958, 0, 'tr', 'plugins/blog/posts', 'post_deleted', 'Gönderi silindi', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4959, 0, 'tr', 'plugins/blog/posts', 'posts', 'Gönderiler', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4960, 0, 'tr', 'plugins/blog/posts', 'post', 'Gönderi', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4961, 0, 'tr', 'plugins/blog/posts', 'edit_this_post', 'Bu gönderiyi düzenle', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4962, 0, 'tr', 'plugins/blog/posts', 'no_new_post_now', 'Şimdi yeni bir yazı yok!', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4963, 0, 'tr', 'plugins/blog/posts', 'menu_name', 'Gönderiler', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4964, 0, 'tr', 'plugins/blog/posts', 'widget_posts_recent', 'Son Gönderiler', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4965, 0, 'tr', 'plugins/blog/posts', 'categories', 'Kategoriler', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4966, 0, 'tr', 'plugins/blog/posts', 'category', 'Kategori', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4967, 0, 'tr', 'plugins/blog/posts', 'author', 'Yazar', '2021-09-01 18:40:05', '2021-10-05 08:31:00'),
(4968, 0, 'tr', 'plugins/blog/settings', 'select', '-- Seçiniz --', '2021-09-01 18:40:05', '2021-10-05 08:34:17'),
(4969, 0, 'tr', 'plugins/blog/settings', 'blog_page_id', 'Blog sayfası', '2021-09-01 18:40:05', '2021-10-05 08:34:17'),
(4970, 0, 'tr', 'plugins/blog/tags', 'form.name', 'İsim', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4971, 0, 'tr', 'plugins/blog/tags', 'form.name_placeholder', 'Etiketin adı (Maksimum 120 karakter)', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4972, 0, 'tr', 'plugins/blog/tags', 'form.description', 'Açıklama', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4973, 0, 'tr', 'plugins/blog/tags', 'form.description_placeholder', 'Etiket için kısa açıklama (Maksimum 400 karakter)', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4974, 0, 'tr', 'plugins/blog/tags', 'form.categories', 'Kategoriler', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4975, 0, 'tr', 'plugins/blog/tags', 'notices.no_select', 'Bu eylemi gerçekleştirmek için lütfen en az bir etiket seçin!', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4976, 0, 'tr', 'plugins/blog/tags', 'create', 'Yeni etiket oluştur', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4977, 0, 'tr', 'plugins/blog/tags', 'edit', 'Etiketi düzenle', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4978, 0, 'tr', 'plugins/blog/tags', 'cannot_delete', 'Etiket silinemedi', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4979, 0, 'tr', 'plugins/blog/tags', 'deleted', 'Etiket silindi', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4980, 0, 'tr', 'plugins/blog/tags', 'menu', 'Etiketler', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4981, 0, 'tr', 'plugins/blog/tags', 'edit_this_tag', 'Bu etiketi düzenle', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4982, 0, 'tr', 'plugins/blog/tags', 'menu_name', 'Etiketler', '2021-09-01 18:40:05', '2021-10-05 08:36:14'),
(4983, 0, 'tr', 'plugins/captcha/captcha', 'settings.title', 'Captcha', '2021-09-01 18:40:05', '2021-10-05 08:39:24'),
(4984, 0, 'tr', 'plugins/captcha/captcha', 'settings.description', 'Google Captcha için Ayarlar', '2021-09-01 18:40:05', '2021-10-05 08:39:24'),
(4985, 0, 'tr', 'plugins/captcha/captcha', 'settings.captcha_site_key', 'Captcha Site Anahtarı', '2021-09-01 18:40:05', '2021-10-05 08:39:24'),
(4986, 0, 'tr', 'plugins/captcha/captcha', 'settings.captcha_secret', 'Captcha Secret', '2021-09-01 18:40:05', '2021-10-05 08:39:24'),
(4987, 0, 'tr', 'plugins/captcha/captcha', 'settings.enable_captcha', 'Captcha\'yı etkinleştir?', '2021-09-01 18:40:05', '2021-10-05 08:39:24'),
(4988, 0, 'tr', 'plugins/captcha/captcha', 'settings.helper', 'Kimlik bilgilerini almak için buraya gidin https://www.google.com/recaptcha/admin#list.', '2021-09-01 18:40:05', '2021-10-05 08:39:24'),
(4989, 0, 'tr', 'plugins/captcha/captcha', 'settings.hide_badge', 'Recaptcha rozetini gizle (v3 için)', '2021-09-01 18:40:05', '2021-10-05 08:39:24'),
(4990, 0, 'tr', 'plugins/captcha/captcha', 'settings.type', 'Tip', '2021-09-01 18:40:05', '2021-10-05 08:39:24'),
(4991, 0, 'tr', 'plugins/captcha/captcha', 'settings.v2_description', 'V2 (Bir sorgulama ile istekleri doğrulayın)', '2021-09-01 18:40:05', '2021-10-05 08:39:24'),
(4992, 0, 'tr', 'plugins/captcha/captcha', 'settings.v3_description', 'V3 (İstekleri puanla doğrulayın)', '2021-09-01 18:40:05', '2021-10-05 08:39:24'),
(4993, 0, 'tr', 'plugins/captcha/captcha', 'failed_validate', 'Captcha doğrulanamadı.', '2021-09-01 18:40:05', '2021-10-05 08:39:24'),
(4994, 0, 'tr', 'plugins/contact/contact', 'menu', 'İletişim', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(4995, 0, 'tr', 'plugins/contact/contact', 'edit', 'Kişiyi görüntüle', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(4996, 0, 'tr', 'plugins/contact/contact', 'tables.phone', 'Telefon', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(4997, 0, 'tr', 'plugins/contact/contact', 'tables.email', 'Email', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(4998, 0, 'tr', 'plugins/contact/contact', 'tables.full_name', 'Ad Soyad', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(4999, 0, 'tr', 'plugins/contact/contact', 'tables.time', 'Zaman', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5000, 0, 'tr', 'plugins/contact/contact', 'tables.address', 'Adres', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5001, 0, 'tr', 'plugins/contact/contact', 'tables.subject', 'Konu', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5002, 0, 'tr', 'plugins/contact/contact', 'tables.content', 'İçerik', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5003, 0, 'tr', 'plugins/contact/contact', 'contact_information', 'İletişim bilgileri', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5004, 0, 'tr', 'plugins/contact/contact', 'replies', 'Cevaplar', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5005, 0, 'tr', 'plugins/contact/contact', 'email.header', 'Email', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5006, 0, 'tr', 'plugins/contact/contact', 'email.title', 'Sitenizden yeni kişi', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5007, 0, 'tr', 'plugins/contact/contact', 'form.name.required', 'İsim gerekli', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5008, 0, 'tr', 'plugins/contact/contact', 'form.email.required', 'Email gerekli', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5009, 0, 'tr', 'plugins/contact/contact', 'form.email.email', 'Email adresi geçerli değil', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5010, 0, 'tr', 'plugins/contact/contact', 'form.content.required', 'İçerik gerekli', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5011, 0, 'tr', 'plugins/contact/contact', 'contact_sent_from', 'Bu iletişim bilgileri şu adresten gönderildi:', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5012, 0, 'tr', 'plugins/contact/contact', 'sender', 'Gönderen', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5013, 0, 'tr', 'plugins/contact/contact', 'sender_email', 'Email', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5014, 0, 'tr', 'plugins/contact/contact', 'sender_address', 'Adres', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5015, 0, 'tr', 'plugins/contact/contact', 'sender_phone', 'Telefon', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5016, 0, 'tr', 'plugins/contact/contact', 'message_content', 'Mesaj içeriği', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5017, 0, 'tr', 'plugins/contact/contact', 'sent_from', 'Gönderilen e-posta', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5018, 0, 'tr', 'plugins/contact/contact', 'form_name', 'İsim', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5019, 0, 'tr', 'plugins/contact/contact', 'form_email', 'Email', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5020, 0, 'tr', 'plugins/contact/contact', 'form_address', 'Adres', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5021, 0, 'tr', 'plugins/contact/contact', 'form_subject', 'Konu', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5022, 0, 'tr', 'plugins/contact/contact', 'form_phone', 'Telefon', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5023, 0, 'tr', 'plugins/contact/contact', 'form_message', 'Mesaj', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5024, 0, 'tr', 'plugins/contact/contact', 'required_field', '(<span style=\"color: red\">*</span>) içeren alan gereklidir.', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5025, 0, 'tr', 'plugins/contact/contact', 'send_btn', 'Mesaj gönder', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5026, 0, 'tr', 'plugins/contact/contact', 'new_msg_notice', '<span class=\"bold\">:count</span> Yeni Mesajınız var', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5027, 0, 'tr', 'plugins/contact/contact', 'view_all', 'Tümünü gör', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5028, 0, 'tr', 'plugins/contact/contact', 'statuses.read', 'Okunmuş', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5029, 0, 'tr', 'plugins/contact/contact', 'statuses.unread', 'Okunmamış', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5030, 0, 'tr', 'plugins/contact/contact', 'phone', 'Telefon', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5031, 0, 'tr', 'plugins/contact/contact', 'address', 'Adres', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5032, 0, 'tr', 'plugins/contact/contact', 'message', 'Mesaj', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5033, 0, 'tr', 'plugins/contact/contact', 'settings.email.title', 'İletişim', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5034, 0, 'tr', 'plugins/contact/contact', 'settings.email.description', 'İletişim e-posta yapılandırması', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5035, 0, 'tr', 'plugins/contact/contact', 'settings.email.templates.notice_title', 'Yöneticiye bildirim gönder', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5036, 0, 'tr', 'plugins/contact/contact', 'settings.email.templates.notice_description', 'Sistem yeni bir kişi aldığında yöneticiye bildirim göndermek için e-posta şablonu', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5037, 0, 'tr', 'plugins/contact/contact', 'no_reply', 'Henüz cevap yok!', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5038, 0, 'tr', 'plugins/contact/contact', 'reply', 'Cevapla', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5039, 0, 'tr', 'plugins/contact/contact', 'send', 'Gönder', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5040, 0, 'tr', 'plugins/contact/contact', 'shortcode_name', 'İletişim formu', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5041, 0, 'tr', 'plugins/contact/contact', 'shortcode_description', 'İletişim formu ekleyin', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5042, 0, 'tr', 'plugins/contact/contact', 'shortcode_content_description', 'Editöre kısa kod [contact-form][/contact-form] eklensin mi?', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5043, 0, 'tr', 'plugins/contact/contact', 'message_sent_success', 'Mesaj başarıyla gönderildi!', '2021-09-01 18:40:05', '2021-10-05 08:47:00'),
(5044, 0, 'tr', 'plugins/cookie-consent/cookie-consent', 'theme_options.name', 'Çerez Onayı', '2021-09-01 18:40:05', '2021-10-21 08:03:55'),
(5045, 0, 'tr', 'plugins/cookie-consent/cookie-consent', 'theme_options.description', 'Çerez onay ayarları', '2021-09-01 18:40:05', '2021-10-21 08:03:55'),
(5046, 0, 'tr', 'plugins/cookie-consent/cookie-consent', 'theme_options.enable', 'Çerez onayını etkinleştir?', '2021-09-01 18:40:05', '2021-10-21 08:03:55'),
(5047, 0, 'tr', 'plugins/cookie-consent/cookie-consent', 'theme_options.message', 'Mesaj', '2021-09-01 18:40:05', '2021-10-21 08:03:55'),
(5048, 0, 'tr', 'plugins/cookie-consent/cookie-consent', 'theme_options.button_text', 'Button metni', '2021-09-01 18:40:05', '2021-10-21 08:03:55'),
(5049, 0, 'tr', 'plugins/cookie-consent/cookie-consent', 'theme_options.max_width', 'Maksimum genişlik (px)', '2021-09-01 18:40:05', '2021-10-21 08:03:55'),
(5050, 0, 'tr', 'plugins/cookie-consent/cookie-consent', 'theme_options.background_color', 'Arka plan rengi', '2021-09-01 18:40:05', '2021-10-21 08:03:55'),
(5051, 0, 'tr', 'plugins/cookie-consent/cookie-consent', 'theme_options.text_color', 'Metin rengi', '2021-09-01 18:40:05', '2021-10-21 08:03:55'),
(5052, 0, 'tr', 'plugins/cookie-consent/cookie-consent', 'theme_options.learn_more_url', 'Daha fazla bilgi edinin URL', '2021-09-01 18:40:05', '2021-10-21 08:03:55'),
(5053, 0, 'tr', 'plugins/cookie-consent/cookie-consent', 'theme_options.learn_more_text', 'Daha fazla metin öğrenin', '2021-09-01 18:40:05', '2021-10-21 08:03:55'),
(5054, 0, 'tr', 'plugins/cookie-consent/cookie-consent', 'message', 'Bu sitedeki deneyiminiz çerezlere izin verilerek geliştirilecektir.', '2021-09-01 18:40:05', '2021-10-21 08:03:55'),
(5055, 0, 'tr', 'plugins/cookie-consent/cookie-consent', 'button_text', 'Çerezlere izin ver', '2021-09-01 18:40:05', '2021-10-21 08:03:55'),
(5056, 0, 'tr', 'plugins/ecommerce/brands', 'name', 'Markalar', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5057, 0, 'tr', 'plugins/ecommerce/brands', 'create', 'Yeni marka', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5058, 0, 'tr', 'plugins/ecommerce/brands', 'edit', 'Markayı düzenle', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5059, 0, 'tr', 'plugins/ecommerce/brands', 'form.name', 'İsim', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5060, 0, 'tr', 'plugins/ecommerce/brands', 'form.name_placeholder', 'Markanın adı (Maksimum 255 karakter)', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5061, 0, 'tr', 'plugins/ecommerce/brands', 'form.description', 'Açıklama', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5062, 0, 'tr', 'plugins/ecommerce/brands', 'form.description_placeholder', 'Markaya ait kısa açıklama (Maksimum 400 karakter)', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5063, 0, 'tr', 'plugins/ecommerce/brands', 'form.website', 'Website', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5064, 0, 'tr', 'plugins/ecommerce/brands', 'form.logo', 'Logo', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5065, 0, 'tr', 'plugins/ecommerce/brands', 'form.is_featured', 'Özellikli', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5066, 0, 'tr', 'plugins/ecommerce/brands', 'logo', 'Logo', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5067, 0, 'tr', 'plugins/ecommerce/brands', 'website', 'Website', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5068, 0, 'tr', 'plugins/ecommerce/brands', 'notices.no_select', 'Lütfen bu işlemi gerçekleştirmek için en az bir kayıt seçin!', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5069, 0, 'tr', 'plugins/ecommerce/brands', 'notices.update_success_message', 'Başarıyla güncellendi.', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5070, 0, 'tr', 'plugins/ecommerce/brands', 'cannot_delete', 'Marka silinemedi', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5071, 0, 'tr', 'plugins/ecommerce/brands', 'brand_deleted', 'Marka silindi', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5072, 0, 'tr', 'plugins/ecommerce/brands', 'menu', 'Markalar', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5073, 0, 'tr', 'plugins/ecommerce/brands', 'no_brand', 'Marka yok', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5074, 0, 'tr', 'plugins/ecommerce/brands', 'intro.title', 'Markaları yönet', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5075, 0, 'tr', 'plugins/ecommerce/brands', 'intro.description', 'Nike, Adidas, Bitis gibi ürün markalarını yönetin...', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5076, 0, 'tr', 'plugins/ecommerce/brands', 'intro.button_text', 'Marka oluştur', '2021-09-01 18:40:08', '2021-10-21 08:07:14'),
(5077, 0, 'tr', 'plugins/ecommerce/bulk-import', 'name', 'Toplu içe aktar', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5078, 0, 'tr', 'plugins/ecommerce/bulk-import', 'loading_text', 'içe aktarılıyor', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5079, 0, 'tr', 'plugins/ecommerce/bulk-import', 'imported_successfully', 'Başarıyla içe aktarıldı.', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5080, 0, 'tr', 'plugins/ecommerce/bulk-import', 'please_choose_the_file_mime', 'Lütfen mim dosyasını seçin :types', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5081, 0, 'tr', 'plugins/ecommerce/bulk-import', 'please_choose_the_file', 'Lütfen dosyayı seçin', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5082, 0, 'tr', 'plugins/ecommerce/bulk-import', 'start_import', 'İçe Aktarmaya Başla', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5083, 0, 'tr', 'plugins/ecommerce/bulk-import', 'note', 'Not!', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5084, 0, 'tr', 'plugins/ecommerce/bulk-import', 'warning_before_importing', 'Bu özelliği ilk kez kullanıyorsanız, doğru işlevselliğe erişmek için lütfen belgeleri okuyun veya yöneticiye başvurun!', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5085, 0, 'tr', 'plugins/ecommerce/bulk-import', 'results', 'Sonuç: :success successes, :failed failures', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5086, 0, 'tr', 'plugins/ecommerce/bulk-import', 'failures', 'Başarısızlıklar', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5087, 0, 'tr', 'plugins/ecommerce/bulk-import', 'tables.import', 'İçe aktar', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5088, 0, 'tr', 'plugins/ecommerce/bulk-import', 'template', 'Şablon', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5089, 0, 'tr', 'plugins/ecommerce/bulk-import', 'rules', 'Kurallar', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5090, 0, 'tr', 'plugins/ecommerce/bulk-import', 'choose_file_with_mime', 'Mim ile dosya seçin: (:types)', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5091, 0, 'tr', 'plugins/ecommerce/bulk-import', 'choose_file', 'Dosya\'yı seçin', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5092, 0, 'tr', 'plugins/ecommerce/bulk-import', 'menu', 'Ürünleri içe aktar', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5093, 0, 'tr', 'plugins/ecommerce/bulk-import', 'download-csv-file', 'CSV şablonunu indirin', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5094, 0, 'tr', 'plugins/ecommerce/bulk-import', 'download-excel-file', 'Excel şablonunu indirin', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5095, 0, 'tr', 'plugins/ecommerce/bulk-import', 'downloading', 'İndiriliyor...', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5096, 0, 'tr', 'plugins/ecommerce/bulk-import', 'export.template.input_error', 'Giriş hatası', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5097, 0, 'tr', 'plugins/ecommerce/bulk-import', 'export.template.number_not_allowed', 'Numaraya izin verilmiyor!', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5098, 0, 'tr', 'plugins/ecommerce/bulk-import', 'export.template.allowed_input', 'İzin verilen giriş', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5099, 0, 'tr', 'plugins/ecommerce/bulk-import', 'export.template.prompt_decimal', 'Yalnızca sayılar veya ondalık sayılar kabul edilir ve :min\'den büyük veya ona eşittir.', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5100, 0, 'tr', 'plugins/ecommerce/bulk-import', 'export.template.prompt_whole_number', 'Yalnızca sayılar kabul edilir ve :min\'den büyük veya eşittir.', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5101, 0, 'tr', 'plugins/ecommerce/bulk-import', 'export.template.prompt_list', 'Lütfen açılır listeden bir değer seçin.', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5102, 0, 'tr', 'plugins/ecommerce/bulk-import', 'export.template.pick_from_list', 'Listeden seç', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5103, 0, 'tr', 'plugins/ecommerce/bulk-import', 'export.template.value_not_in_list', 'Değer listede yok.', '2021-09-01 18:40:08', '2021-10-28 08:56:22'),
(5104, 0, 'tr', 'plugins/ecommerce/currency', 'currencies', 'Para birimleri', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5105, 0, 'tr', 'plugins/ecommerce/currency', 'setting_description', 'Web sitesinde kullanılan para birimlerinin listesi', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5106, 0, 'tr', 'plugins/ecommerce/currency', 'name', 'İsim', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5107, 0, 'tr', 'plugins/ecommerce/currency', 'symbol', 'Sembol', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5108, 0, 'tr', 'plugins/ecommerce/currency', 'number_of_decimals', 'Ondalık sayı', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5109, 0, 'tr', 'plugins/ecommerce/currency', 'exchange_rate', 'Döviz kuru', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5110, 0, 'tr', 'plugins/ecommerce/currency', 'is_prefix_symbol', 'Sembolün konumu', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5111, 0, 'tr', 'plugins/ecommerce/currency', 'is_default', 'Varsayılan mı?', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5112, 0, 'tr', 'plugins/ecommerce/currency', 'remove', 'Kaldır', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5113, 0, 'tr', 'plugins/ecommerce/currency', 'new_currency', 'Yeni bir para birimi ekle', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5114, 0, 'tr', 'plugins/ecommerce/currency', 'save_settings', 'Ayarları kaydet', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5115, 0, 'tr', 'plugins/ecommerce/currency', 'before_number', 'Numaradan önce', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5116, 0, 'tr', 'plugins/ecommerce/currency', 'after_number', 'Numaradan sonra', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5117, 0, 'tr', 'plugins/ecommerce/currency', 'require_at_least_one_currency', 'Sistem en az bir para birimi gerektirir!', '2021-09-01 18:40:08', '2021-09-08 19:26:42'),
(5118, 0, 'tr', 'plugins/ecommerce/customer', 'name', 'Müşteriler', '2021-09-01 18:40:08', '2021-10-28 08:57:32'),
(5119, 0, 'tr', 'plugins/ecommerce/customer', 'create', 'Müşteri oluştur', '2021-09-01 18:40:08', '2021-10-28 08:57:32'),
(5120, 0, 'tr', 'plugins/ecommerce/customer', 'edit', '\":name\" müşterisini düzenle', '2021-09-01 18:40:08', '2021-10-28 08:57:32'),
(5121, 0, 'tr', 'plugins/ecommerce/customer', 'email', 'Email', '2021-09-01 18:40:08', '2021-10-28 08:57:32'),
(5122, 0, 'tr', 'plugins/ecommerce/customer', 'email_placeholder', 'Ör: örnek@gmail.com', '2021-09-01 18:40:08', '2021-10-28 08:57:32'),
(5123, 0, 'tr', 'plugins/ecommerce/customer', 'password', 'Parola', '2021-09-01 18:40:08', '2021-10-28 08:57:32'),
(5124, 0, 'tr', 'plugins/ecommerce/customer', 'change_password', 'Şifre değiştir?', '2021-09-01 18:40:08', '2021-10-28 08:57:32'),
(5125, 0, 'tr', 'plugins/ecommerce/customer', 'password_confirmation', 'Parola onayı', '2021-09-01 18:40:08', '2021-10-28 08:57:32'),
(5126, 0, 'tr', 'plugins/ecommerce/customer', 'intro.title', 'Müşterileri yönet', '2021-09-01 18:40:08', '2021-10-28 08:57:32'),
(5127, 0, 'tr', 'plugins/ecommerce/customer', 'intro.description', 'Bir müşteri ürünlerinizi satın aldığında, onların sipariş geçmişlerini bileceksiniz.', '2021-09-01 18:40:08', '2021-10-28 08:57:32'),
(5128, 0, 'tr', 'plugins/ecommerce/customer', 'intro.button_text', 'Müşteri oluştur', '2021-09-01 18:40:08', '2021-10-28 08:57:32'),
(5129, 0, 'tr', 'plugins/ecommerce/discount', 'name', 'İndirimler', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5130, 0, 'tr', 'plugins/ecommerce/discount', 'create', 'İndirim oluştur', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5131, 0, 'tr', 'plugins/ecommerce/discount', 'invalid_coupon', 'Bu kupon geçersiz veya süresi doldu!', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5132, 0, 'tr', 'plugins/ecommerce/discount', 'cannot_use_same_time_with_other_discount_program', 'Bu kuponu diğer indirim programlarıyla aynı anda kullanamazsınız!', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5133, 0, 'tr', 'plugins/ecommerce/discount', 'not_used', 'Bu kupon henüz kullanılmadı!', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5134, 0, 'tr', 'plugins/ecommerce/discount', 'detail', 'Detay', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5135, 0, 'tr', 'plugins/ecommerce/discount', 'used', 'Kullanılmış', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5136, 0, 'tr', 'plugins/ecommerce/discount', 'intro.title', 'İndirim / kupon kodunu yönet', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5137, 0, 'tr', 'plugins/ecommerce/discount', 'intro.description', 'Ürünleriniz için kupon kodu veya promosyon oluşturun.', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5138, 0, 'tr', 'plugins/ecommerce/discount', 'intro.button_text', 'İndirim oluştur', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5139, 0, 'tr', 'plugins/ecommerce/discount', 'expired', 'Süresi dolmuş', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5140, 0, 'tr', 'plugins/ecommerce/discount', 'discount_promotion', 'İndirim promosyonu', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5141, 0, 'tr', 'plugins/ecommerce/discount', 'can', 'can', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5142, 0, 'tr', 'plugins/ecommerce/discount', 'cannot', 'olamaz', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5143, 0, 'tr', 'plugins/ecommerce/discount', 'use_with_promotion', 'promosyon ile kullanılabilir', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5144, 0, 'tr', 'plugins/ecommerce/discount', 'create_discount_validate_title_required_if', 'Lütfen promosyonun adını girin', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5145, 0, 'tr', 'plugins/ecommerce/discount', 'create_discount_validate_code_required_if', 'Lütfen promosyon kodunu girin', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5146, 0, 'tr', 'plugins/ecommerce/discount', 'create_discount_validate_value_required', 'Tutar 0\'dan büyük olmalıdır', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5147, 0, 'tr', 'plugins/ecommerce/discount', 'create_discount_validate_target_required', 'Promosyon için nesne seçilmedi', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5148, 0, 'tr', 'plugins/ecommerce/discount', 'enums.type-options.amount', 'Tutar - Sabit', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5149, 0, 'tr', 'plugins/ecommerce/discount', 'enums.type-options.percentage', 'İndirim %', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5150, 0, 'tr', 'plugins/ecommerce/discount', 'enums.type-options.shipping', 'Ücretsiz kargo', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5151, 0, 'tr', 'plugins/ecommerce/discount', 'enums.type-options.same-price', 'Aynı fiyat', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5152, 0, 'tr', 'plugins/ecommerce/discount', 'discount', 'İndirim', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5153, 0, 'tr', 'plugins/ecommerce/discount', 'create_coupon_code', 'Kupon kodu oluştur', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5154, 0, 'tr', 'plugins/ecommerce/discount', 'create_discount_promotion', 'İndirim promosyonu oluşturun', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5155, 0, 'tr', 'plugins/ecommerce/discount', 'generate_coupon_code', 'Kupon kodu oluştur', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5156, 0, 'tr', 'plugins/ecommerce/discount', 'customers_will_enter_this_coupon_code_when_they_checkout', 'Müşteriler çıkış yaptıklarında bu kupon kodunu gireceklerdir', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5157, 0, 'tr', 'plugins/ecommerce/discount', 'select_type_of_discount', 'İndirim türünü seçin', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5158, 0, 'tr', 'plugins/ecommerce/discount', 'coupon_code', 'Kupon kodu', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5159, 0, 'tr', 'plugins/ecommerce/discount', 'promotion', 'Promosyon', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5160, 0, 'tr', 'plugins/ecommerce/discount', 'can_be_used_with_promotion', 'Promosyon ile kullanılabilir', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5161, 0, 'tr', 'plugins/ecommerce/discount', 'unlimited_coupon', 'Sınırsız kupon', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5162, 0, 'tr', 'plugins/ecommerce/discount', 'enter_number', 'Numarayı girin', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5163, 0, 'tr', 'plugins/ecommerce/discount', 'coupon_type', 'Kupon türü', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5164, 0, 'tr', 'plugins/ecommerce/discount', 'percentage_discount', 'Yüzde indirimi (%)', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5165, 0, 'tr', 'plugins/ecommerce/discount', 'free_shipping', 'Ücretsiz kargo', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5166, 0, 'tr', 'plugins/ecommerce/discount', 'same_price', 'Aynı fiyat', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5167, 0, 'tr', 'plugins/ecommerce/discount', 'apply_for', 'başvur', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5168, 0, 'tr', 'plugins/ecommerce/discount', 'all_orders', 'Tüm siparişler', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5169, 0, 'tr', 'plugins/ecommerce/discount', 'order_amount_from', 'Sipariş miktarı', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5170, 0, 'tr', 'plugins/ecommerce/discount', 'product_collection', 'Ürün koleksiyonu', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5171, 0, 'tr', 'plugins/ecommerce/discount', 'product', 'Ürün', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5172, 0, 'tr', 'plugins/ecommerce/discount', 'customer', 'Müşteri', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5173, 0, 'tr', 'plugins/ecommerce/discount', 'variant', 'Varyant', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5174, 0, 'tr', 'plugins/ecommerce/discount', 'search_product', 'Ürün ara', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5175, 0, 'tr', 'plugins/ecommerce/discount', 'no_products_found', 'Ürün bulunamadı!', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5176, 0, 'tr', 'plugins/ecommerce/discount', 'search_customer', 'Müşteri ara', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5177, 0, 'tr', 'plugins/ecommerce/discount', 'no_customer_found', 'Müşteri bulunamadı!', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5178, 0, 'tr', 'plugins/ecommerce/discount', 'one_time_per_order', 'Sipariş başına bir kez', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5179, 0, 'tr', 'plugins/ecommerce/discount', 'one_time_per_product_in_cart', 'Sepetteki ürün başına bir kez', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5180, 0, 'tr', 'plugins/ecommerce/discount', 'number_of_products', 'Ürün sayısı', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5181, 0, 'tr', 'plugins/ecommerce/discount', 'selected_products', 'Seçilmiş ürünler', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5182, 0, 'tr', 'plugins/ecommerce/discount', 'selected_customers', 'Seçilen müşteriler', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5183, 0, 'tr', 'plugins/ecommerce/discount', 'time', 'Zaman', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5184, 0, 'tr', 'plugins/ecommerce/discount', 'start_date', 'Başlangıç ​​tarihi', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5185, 0, 'tr', 'plugins/ecommerce/discount', 'end_date', 'Bitiş tarihi', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5186, 0, 'tr', 'plugins/ecommerce/discount', 'never_expired', 'Süresi dolmadı', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5187, 0, 'tr', 'plugins/ecommerce/discount', 'save', 'Kaydet', '2021-09-01 18:40:08', '2021-10-28 08:59:15'),
(5188, 0, 'tr', 'plugins/ecommerce/ecommerce', 'settings', 'Ayarlar', '2021-09-01 18:40:08', '2022-04-12 12:17:22'),
(5189, 0, 'tr', 'plugins/ecommerce/ecommerce', 'name', 'E-ticaret', '2021-09-01 18:40:08', '2022-04-12 12:17:22'),
(5190, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.email.title', 'E-ticaret', '2021-09-01 18:40:08', '2022-04-12 12:17:22'),
(5191, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.email.description', 'E-ticaret e-posta yapılandırması', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5192, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.email.order_confirm_subject', 'Sipariş onayı e-postasının konusu', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5193, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.email.order_confirm_subject_placeholder', 'Müşteriye gönderilen e-posta onayının konusu', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5194, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.email.order_confirm_content', 'Sipariş onay e-postasının içeriği', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5195, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.email.order_status_change_subject', 'Siparişin durumunu değiştirirken e-postanın konusu', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5196, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.email.order_status_change_subject_placeholder', 'Müşteriye gönderilen siparişin durumunu değiştirirken e-postanın konusu', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5197, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.email.order_status_change_content', 'Siparişin durumunu değiştirirken e-postanın içeriği', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5198, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.email.from_email', 'E-posta', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5199, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.email.from_email_placeholder', 'Postada görüntülenecek adresten e-posta. Ör: örnek@gmail.com', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5200, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.title', 'Temel bilgiler', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5201, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.state', 'İl', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5202, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.city', 'İlçe', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5203, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.country', 'Ülke', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5204, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.select country', 'Bir ülke seçin...', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5205, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.weight_unit_gram', 'Gram (g)', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5206, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.weight_unit_kilogram', 'Kilogram (kg)', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5207, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.weight_unit_lb', 'Pound (lb)', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5208, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.weight_unit_oz', 'Ounce (oz)', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5209, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.height_unit_cm', 'Santimetre (cm)', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5210, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.height_unit_m', 'Metre (m)', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5211, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.height_unit_inch', 'İnç', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5212, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.store_locator_title', 'Mağaza bulucu', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5213, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.store_locator_description', 'Zincirlerinizin, ana mağazalarınızın, şubelerinizin vb. tüm listeleri. Konumlar, satışları izlemek ve ürünleri satarken alınacak vergi oranlarını yapılandırmamıza yardımcı olmak için kullanılabilir.', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5214, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.phone', 'Telefon', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5215, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.address', 'Adres', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5216, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.is_primary', 'Öncelik?', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5217, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.add_new', 'Yeni ekle', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5218, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.or', 'Veya', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5219, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.change_primary_store', 'Varsayılan mağaza bulucuyu değiştir', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5220, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.other_settings', 'Diğer ayarlar', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5221, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.other_settings_description', 'Sepet ayarları, inceleme...', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5222, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.enable_cart', 'Alışveriş sepeti etkinleştirilsin mi?', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5223, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.enable_tax', 'Vergi etkinleştirilsin mi?', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5224, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.display_product_price_including_taxes', 'Vergiler dahil ürün fiyatını göster?', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5225, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.enable_review', 'İnceleme etkinleştirilsin mi?', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5226, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.enable_quick_buy_button', 'Hızlı satın al düğmesi etkinleştirilsin mi?', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5227, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.quick_buy_target', 'Hızlı satın alma hedef sayfası?', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5228, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.checkout_page', 'Ödeme sayfası', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5229, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.cart_page', 'Sepet sayfası', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5230, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.add_location', 'Konum ekle', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5231, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.edit_location', 'Konumu düzenle', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5232, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.delete_location', 'Konumu sil', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5233, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.change_primary_location', 'Birincil konumu değiştir', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5234, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.delete_location_confirmation', 'Bu konumu silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5235, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.save_location', 'Konumu kaydet', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5236, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.accept', 'Kabul et', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5237, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.select_country', 'Ülke seçin', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5238, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.zip_code_enabled', 'Posta Kodunu Etkinleştir?', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5239, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.thousands_separator', 'Binlik ayırıcı', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5240, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.decimal_separator', 'Ondalık ayırıcı', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5241, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.separator_period', 'Dönem (.)', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5242, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.separator_comma', 'Virgül (,)', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5243, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.separator_space', 'Boşluk ( )', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5244, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.available_countries', 'Mevcut ülkeler', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5245, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.all', 'Tümü', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5246, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.verify_customer_email', 'Müşterinin e-posta adresi doğrulansın mı?', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5247, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.minimum_order_amount', 'Sipariş vermek için minimum sipariş miktarı (:currency).', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5248, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.enable_guest_checkout', 'Misafir ödemesi etkinleştirilsin mi?', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5249, 0, 'tr', 'plugins/ecommerce/ecommerce', 'store_address', 'Mağaza adresi', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5250, 0, 'tr', 'plugins/ecommerce/ecommerce', 'store_phone', 'Mağaza telefonu', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5251, 0, 'tr', 'plugins/ecommerce/ecommerce', 'order_id', 'Sipariş ID', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5252, 0, 'tr', 'plugins/ecommerce/ecommerce', 'order_token', 'Sipariş token', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5253, 0, 'tr', 'plugins/ecommerce/ecommerce', 'customer_name', 'Müşteri adı', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5254, 0, 'tr', 'plugins/ecommerce/ecommerce', 'customer_email', 'Müşteri e-postası', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5255, 0, 'tr', 'plugins/ecommerce/ecommerce', 'customer_phone', 'Müşteri telefonu', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5256, 0, 'tr', 'plugins/ecommerce/ecommerce', 'customer_address', 'Müşteri adresi', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5257, 0, 'tr', 'plugins/ecommerce/ecommerce', 'product_list', 'Ürünleri sırayla listeleyin', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5258, 0, 'tr', 'plugins/ecommerce/ecommerce', 'payment_detail', 'Ödeme detayları', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5259, 0, 'tr', 'plugins/ecommerce/ecommerce', 'shipping_method', 'Nakliye yöntemi', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5260, 0, 'tr', 'plugins/ecommerce/ecommerce', 'payment_method', 'Ödeme şekli', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5261, 0, 'tr', 'plugins/ecommerce/ecommerce', 'standard_and_format', 'Standart ve Biçim', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5262, 0, 'tr', 'plugins/ecommerce/ecommerce', 'standard_and_format_description', 'Standartlar ve biçimler, ürün fiyatları, nakliye ağırlıkları ve sipariş süreleri gibi şeyleri hesaplamak için kullanılır.', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5263, 0, 'tr', 'plugins/ecommerce/ecommerce', 'change_order_format', 'Sipariş kodu formatını düzenle (isteğe bağlı)', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5264, 0, 'tr', 'plugins/ecommerce/ecommerce', 'change_order_format_description', 'Varsayılan sipariş kodu şuradan başlar: number. İstediğiniz sipariş kodunu oluşturmak için başlangıç ​​veya bitiş dizesini değiştirebilirsiniz, örneğin \"DH-: number\" veya \": number-A\"', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5265, 0, 'tr', 'plugins/ecommerce/ecommerce', 'start_with', 'İle başlar', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5266, 0, 'tr', 'plugins/ecommerce/ecommerce', 'end_with', 'İle biter', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5267, 0, 'tr', 'plugins/ecommerce/ecommerce', 'order_will_be_shown', 'Sipariş kodunuz gösterilecek', '2021-09-01 18:40:09', '2022-04-12 12:17:22');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(5268, 0, 'tr', 'plugins/ecommerce/ecommerce', 'weight_unit', 'Ağırlık birimi', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5269, 0, 'tr', 'plugins/ecommerce/ecommerce', 'height_unit', 'Birim uzunluk / yükseklik', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5270, 0, 'tr', 'plugins/ecommerce/ecommerce', 'theme_options.name', 'E-ticaret', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5271, 0, 'tr', 'plugins/ecommerce/ecommerce', 'theme_options.description', 'E ticaret için tema seçenekleri', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5272, 0, 'tr', 'plugins/ecommerce/ecommerce', 'theme_options.number_products_per_page', 'Sayfa başına ürün sayısı', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5273, 0, 'tr', 'plugins/ecommerce/ecommerce', 'theme_options.number_of_cross_sale_product', 'Ürün detay sayfasındaki çapraz satış ürün sayısı', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5274, 0, 'tr', 'plugins/ecommerce/ecommerce', 'theme_options.max_price_filter', 'Filtrelenecek maksimum fiyat', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5275, 0, 'tr', 'plugins/ecommerce/ecommerce', 'theme_options.logo_in_the_checkout_page', 'Ödeme sayfasındaki logo (Varsayılan ana logodur)', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5276, 0, 'tr', 'plugins/ecommerce/ecommerce', 'theme_options.logo_in_invoices', 'Faturalardaki logo (Varsayılan ana logodur)', '2021-09-01 18:40:09', '2022-04-12 12:17:22'),
(5277, 0, 'tr', 'plugins/ecommerce/email', 'customer_new_order_title', 'Sipariş onayı', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5278, 0, 'tr', 'plugins/ecommerce/email', 'customer_new_order_description', 'Bir sipariş verildiğinde müşteriye e-posta onayı gönderin', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5279, 0, 'tr', 'plugins/ecommerce/email', 'order_cancellation_title', 'Sipariş iptali', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5280, 0, 'tr', 'plugins/ecommerce/email', 'order_cancellation_description', 'Siparişi iptal ettiklerinde özele gönder', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5281, 0, 'tr', 'plugins/ecommerce/email', 'delivery_confirmation_title', 'Onay teslimi', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5282, 0, 'tr', 'plugins/ecommerce/email', 'delivery_confirmation_description', 'Sipariş teslim edilirken müşteriye gönder', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5283, 0, 'tr', 'plugins/ecommerce/email', 'admin_new_order_title', 'Yeni sipariş hakkında duyuru', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5284, 0, 'tr', 'plugins/ecommerce/email', 'admin_new_order_description', 'Bir sipariş verildiğinde yöneticilere gönder', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5285, 0, 'tr', 'plugins/ecommerce/email', 'order_confirmation_title', 'Sipariş onayı', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5286, 0, 'tr', 'plugins/ecommerce/email', 'order_confirmation_description', 'Siparişleri yöneticiler tarafından onaylandığında müşteriye gönder', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5287, 0, 'tr', 'plugins/ecommerce/email', 'payment_confirmation_title', 'Ödeme onaylama', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5288, 0, 'tr', 'plugins/ecommerce/email', 'payment_confirmation_description', 'Ödemeleri onaylandığında müşteriye gönder', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5289, 0, 'tr', 'plugins/ecommerce/email', 'order_recover_title', 'Eksik sipariş', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5290, 0, 'tr', 'plugins/ecommerce/email', 'order_recover_description', 'Eksik siparişleri hatırlatmak için özel gönder', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5291, 0, 'tr', 'plugins/ecommerce/email', 'view_order', 'Siparişi görüntüle', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5292, 0, 'tr', 'plugins/ecommerce/email', 'link_go_to_our_shop', 'veya <a href=\":link\">Mağazamıza gidin</a>', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5293, 0, 'tr', 'plugins/ecommerce/email', 'order_number', 'Sipariş numarası: <strong>:order_id</strong>', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5294, 0, 'tr', 'plugins/ecommerce/email', 'order_information', 'Sipariş Bilgisi:', '2021-09-01 18:40:09', '2021-10-21 10:15:53'),
(5295, 0, 'tr', 'plugins/ecommerce/flash-sale', 'name', 'Fırsattaki ürünler', '2021-09-01 18:40:09', '2021-10-26 18:59:48'),
(5296, 0, 'tr', 'plugins/ecommerce/flash-sale', 'create', 'Yeni fırsat ürünü ekle', '2021-09-01 18:40:09', '2021-10-26 18:59:48'),
(5297, 0, 'tr', 'plugins/ecommerce/flash-sale', 'edit', 'Fırsat ürünü düzenle', '2021-09-01 18:40:09', '2021-10-26 18:59:48'),
(5298, 0, 'tr', 'plugins/ecommerce/flash-sale', 'products', 'Ürünler', '2021-09-01 18:40:09', '2021-10-26 18:59:48'),
(5299, 0, 'tr', 'plugins/ecommerce/order', 'statuses.pending', 'Askıda olan', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5300, 0, 'tr', 'plugins/ecommerce/order', 'statuses.processing', 'İşleniyor', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5301, 0, 'tr', 'plugins/ecommerce/order', 'statuses.delivering', 'Teslim', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5302, 0, 'tr', 'plugins/ecommerce/order', 'statuses.delivered', 'Teslim edilmiş', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5303, 0, 'tr', 'plugins/ecommerce/order', 'statuses.completed', 'Tamamlandı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5304, 0, 'tr', 'plugins/ecommerce/order', 'statuses.canceled', 'İptal edildi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5305, 0, 'tr', 'plugins/ecommerce/order', 'menu', 'Siparişler', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5306, 0, 'tr', 'plugins/ecommerce/order', 'create', 'Sipariş oluştur', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5307, 0, 'tr', 'plugins/ecommerce/order', 'cancel_error', 'Sipariş teslim ediliyor veya tamamlandı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5308, 0, 'tr', 'plugins/ecommerce/order', 'cancel_success', 'Siparişi başarıyla iptal ettiniz.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5309, 0, 'tr', 'plugins/ecommerce/order', 'incomplete_order', 'Tamamlanmamış siparişler', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5310, 0, 'tr', 'plugins/ecommerce/order', 'order_id', 'Sipariş Numarası', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5311, 0, 'tr', 'plugins/ecommerce/order', 'product_id', 'Ürün ID', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5312, 0, 'tr', 'plugins/ecommerce/order', 'customer_label', 'Müşteri', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5313, 0, 'tr', 'plugins/ecommerce/order', 'tax_amount', 'Vergi tutarı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5314, 0, 'tr', 'plugins/ecommerce/order', 'shipping_amount', 'Kargo tutarı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5315, 0, 'tr', 'plugins/ecommerce/order', 'payment_method', 'Ödeme şekli', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5316, 0, 'tr', 'plugins/ecommerce/order', 'payment_status_label', 'Ödeme durumu', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5317, 0, 'tr', 'plugins/ecommerce/order', 'manage_orders', 'Siparişleri yönet', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5318, 0, 'tr', 'plugins/ecommerce/order', 'order_intro_description', 'Mağazanızda siparişler olduğunda, bu siparişleri işleyip takip edeceğiniz yer burasıdır.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5319, 0, 'tr', 'plugins/ecommerce/order', 'create_new_order', 'Yeni bir sipariş oluştur', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5320, 0, 'tr', 'plugins/ecommerce/order', 'manage_incomplete_orders', 'Eksik siparişleri yönetin', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5321, 0, 'tr', 'plugins/ecommerce/order', 'incomplete_orders_intro_description', 'Eksik sipariş, bir müşteri sepete bir ürün eklediğinde, satın alma bilgilerini doldurmaya devam ettiğinde ancak ödeme sürecini tamamlamadığında oluşturulan bir sipariştir.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5322, 0, 'tr', 'plugins/ecommerce/order', 'invoice_for_order', 'Sipariş için fatura', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5323, 0, 'tr', 'plugins/ecommerce/order', 'created', 'Oluşturuldu', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5324, 0, 'tr', 'plugins/ecommerce/order', 'invoice', 'Fatura', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5325, 0, 'tr', 'plugins/ecommerce/order', 'return', 'Dönüş', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5326, 0, 'tr', 'plugins/ecommerce/order', 'total_refund_amount', 'Toplam geri ödeme tutarı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5327, 0, 'tr', 'plugins/ecommerce/order', 'total_amount_can_be_refunded', 'Toplam tutar iade edilebilir', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5328, 0, 'tr', 'plugins/ecommerce/order', 'refund_reason', 'Geri ödeme nedeni (isteğe bağlı)', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5329, 0, 'tr', 'plugins/ecommerce/order', 'products', 'ürünler', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5330, 0, 'tr', 'plugins/ecommerce/order', 'default', 'Varsayılan', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5331, 0, 'tr', 'plugins/ecommerce/order', 'system', 'Sistem', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5332, 0, 'tr', 'plugins/ecommerce/order', 'new_order_from', 'Yeni sipariş :order_id gelen :customer', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5333, 0, 'tr', 'plugins/ecommerce/order', 'confirmation_email_was_sent_to_customer', 'E-posta onayı müşteriye gönderildi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5334, 0, 'tr', 'plugins/ecommerce/order', 'address_name_required', 'Ad alanı zorunludur.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5335, 0, 'tr', 'plugins/ecommerce/order', 'address_phone_required', 'Telefon alanı zorunludur.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5336, 0, 'tr', 'plugins/ecommerce/order', 'address_email_required', 'E-posta alanı zorunludur.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5337, 0, 'tr', 'plugins/ecommerce/order', 'address_email_unique', 'Bu e-postaya sahip müşteri mevcut, lütfen başka bir e-posta seçin veya bu e-posta ile giriş yapın!', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5338, 0, 'tr', 'plugins/ecommerce/order', 'address_state_required', 'Eyalet alanı zorunludur.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5339, 0, 'tr', 'plugins/ecommerce/order', 'address_city_required', 'Şehir alanı zorunludur.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5340, 0, 'tr', 'plugins/ecommerce/order', 'address_address_required', 'Adres alanı zorunludur.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5341, 0, 'tr', 'plugins/ecommerce/order', 'create_order_from_payment_page', 'Ödeme sayfasından sipariş oluşturuldu', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5342, 0, 'tr', 'plugins/ecommerce/order', 'order_was_verified_by', 'Sipariş %user_name% tarafından doğrulandı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5343, 0, 'tr', 'plugins/ecommerce/order', 'new_order', 'Yeni sipariş :order_id', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5344, 0, 'tr', 'plugins/ecommerce/order', 'payment_was_confirmed_by', 'Ödeme (tutar :money) %user_name% tarafından onaylandı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5345, 0, 'tr', 'plugins/ecommerce/order', 'edit_order', 'Siparişi düzenle :code', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5346, 0, 'tr', 'plugins/ecommerce/order', 'confirm_order_success', 'Sipariş başarıyla onaylandı!', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5347, 0, 'tr', 'plugins/ecommerce/order', 'error_when_sending_email', 'E-posta gönderirken bir hata var', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5348, 0, 'tr', 'plugins/ecommerce/order', 'sent_confirmation_email_success', 'Onay e-postası başarıyla gönderildi!', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5349, 0, 'tr', 'plugins/ecommerce/order', 'order_was_sent_to_shipping_team', 'Sipariş kargo ekibine gönderildi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5350, 0, 'tr', 'plugins/ecommerce/order', 'by_username', '%user_name% tarafından', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5351, 0, 'tr', 'plugins/ecommerce/order', 'shipping_was_created_from', 'Kargo %order_id% siparişinden oluşturuldu', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5352, 0, 'tr', 'plugins/ecommerce/order', 'shipping_was_canceled_success', 'Kargo başarıyla iptal edildi!', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5353, 0, 'tr', 'plugins/ecommerce/order', 'shipping_was_canceled_by', 'Kargo % user_name tarafından iptal edildi%', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5354, 0, 'tr', 'plugins/ecommerce/order', 'update_shipping_address_success', 'Gönderim adresini başarıyla güncelleyin!', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5355, 0, 'tr', 'plugins/ecommerce/order', 'order_was_canceled_by', 'Sipariş %user_name% tarafından iptal edildi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5356, 0, 'tr', 'plugins/ecommerce/order', 'confirm_payment_success', 'Ödeme başarıyla onaylanmıştır.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5357, 0, 'tr', 'plugins/ecommerce/order', 'refund_amount_invalid', 'Geri ödeme tutarı daha düşük veya eşit olmalıdır :price', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5358, 0, 'tr', 'plugins/ecommerce/order', 'number_of_products_invalid', 'Ürün sayısı iadesi geçerli değildir!', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5359, 0, 'tr', 'plugins/ecommerce/order', 'cannot_found_payment_for_this_order', 'Bu sipariş için ödeme bulunamadı!', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5360, 0, 'tr', 'plugins/ecommerce/order', 'refund_success_with_price', 'Geri ödeme başarısı :price', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5361, 0, 'tr', 'plugins/ecommerce/order', 'refund_success', 'Başarılı bir şekilde geri ödeme yapıldı.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5362, 0, 'tr', 'plugins/ecommerce/order', 'order_is_not_existed', 'Sipariş mevcut değil!', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5363, 0, 'tr', 'plugins/ecommerce/order', 'reorder', 'Yeniden sırala', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5364, 0, 'tr', 'plugins/ecommerce/order', 'sent_email_incomplete_order_success', 'Eksik siparişi başarıyla hatırlatmak için e-posta gönderildi!', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5365, 0, 'tr', 'plugins/ecommerce/order', 'applied_coupon_success', 'Kupon \":code\" başarıyla uygulandı!', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5366, 0, 'tr', 'plugins/ecommerce/order', 'new_order_notice', '<span class=\"bold\">:count</span> Yeni Siparişiniz var', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5367, 0, 'tr', 'plugins/ecommerce/order', 'view_all', 'Tümünü görüntüle', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5368, 0, 'tr', 'plugins/ecommerce/order', 'cancel_order', 'Siparişi iptal et', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5369, 0, 'tr', 'plugins/ecommerce/order', 'order_canceled', 'Sipariş iptal edildi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5370, 0, 'tr', 'plugins/ecommerce/order', 'order_was_canceled_at', 'Sipariş iptal edildi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5371, 0, 'tr', 'plugins/ecommerce/order', 'completed', 'Tamamlandı.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5372, 0, 'tr', 'plugins/ecommerce/order', 'uncompleted', 'Tamamlanmamış', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5373, 0, 'tr', 'plugins/ecommerce/order', 'sku', 'SKU', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5374, 0, 'tr', 'plugins/ecommerce/order', 'warehouse', 'Depo', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5375, 0, 'tr', 'plugins/ecommerce/order', 'sub_amount', 'Alt tutar', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5376, 0, 'tr', 'plugins/ecommerce/order', 'coupon_code', 'Kupon kodu: \":code\"', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5377, 0, 'tr', 'plugins/ecommerce/order', 'shipping_fee', 'Kargo ücreti', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5378, 0, 'tr', 'plugins/ecommerce/order', 'tax', 'Vergi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5379, 0, 'tr', 'plugins/ecommerce/order', 'refunded_amount', 'Geri ödenen tutar', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5380, 0, 'tr', 'plugins/ecommerce/order', 'amount_received', 'Gerçekte alınan tutar', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5381, 0, 'tr', 'plugins/ecommerce/order', 'download_invoice', 'Faturayı indir', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5382, 0, 'tr', 'plugins/ecommerce/order', 'add_note', 'Not ekle...', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5383, 0, 'tr', 'plugins/ecommerce/order', 'order_was_confirmed', 'Sipariş onaylandı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5384, 0, 'tr', 'plugins/ecommerce/order', 'confirm_order', 'Sipariş onayla', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5385, 0, 'tr', 'plugins/ecommerce/order', 'confirm', 'Onayla', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5386, 0, 'tr', 'plugins/ecommerce/order', 'order_was_canceled', 'Sipariş iptal edildi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5387, 0, 'tr', 'plugins/ecommerce/order', 'pending_payment', 'Bekleyen ödeme', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5388, 0, 'tr', 'plugins/ecommerce/order', 'payment_was_accepted', 'Ödeme :money kabul edildi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5389, 0, 'tr', 'plugins/ecommerce/order', 'payment_was_refunded', 'Ödeme iade edildi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5390, 0, 'tr', 'plugins/ecommerce/order', 'confirm_payment', 'Ödemeyi Onayla', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5391, 0, 'tr', 'plugins/ecommerce/order', 'refund', 'Geri ödeme', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5392, 0, 'tr', 'plugins/ecommerce/order', 'all_products_are_not_delivered', 'Tüm ürünler teslim edilmiyor', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5393, 0, 'tr', 'plugins/ecommerce/order', 'delivery', 'Teslimat', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5394, 0, 'tr', 'plugins/ecommerce/order', 'history', 'Tarih', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5395, 0, 'tr', 'plugins/ecommerce/order', 'order_number', 'Sipariş numarası', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5396, 0, 'tr', 'plugins/ecommerce/order', 'from', 'itibaren', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5397, 0, 'tr', 'plugins/ecommerce/order', 'status', 'Durum', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5398, 0, 'tr', 'plugins/ecommerce/order', 'successfully', 'Başarılı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5399, 0, 'tr', 'plugins/ecommerce/order', 'transaction_type', 'İşlemin türü', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5400, 0, 'tr', 'plugins/ecommerce/order', 'staff', 'Personel', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5401, 0, 'tr', 'plugins/ecommerce/order', 'refund_date', 'Geri ödeme tarihi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5402, 0, 'tr', 'plugins/ecommerce/order', 'n_a', 'N\\A', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5403, 0, 'tr', 'plugins/ecommerce/order', 'payment_date', 'Ödeme tarihi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5404, 0, 'tr', 'plugins/ecommerce/order', 'payment_gateway', 'Ödeme Sağlayıcı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5405, 0, 'tr', 'plugins/ecommerce/order', 'transaction_amount', 'İşlem tutarı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5406, 0, 'tr', 'plugins/ecommerce/order', 'resend', 'Yeniden gönder', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5407, 0, 'tr', 'plugins/ecommerce/order', 'default_store', 'Varsayılan mağaza', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5408, 0, 'tr', 'plugins/ecommerce/order', 'update_address', 'Güncelleme adresi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5409, 0, 'tr', 'plugins/ecommerce/order', 'have_an_account_already', 'Zaten bir hesabınız var', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5410, 0, 'tr', 'plugins/ecommerce/order', 'dont_have_an_account_yet', 'Henüz bir hesabınız yok', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5411, 0, 'tr', 'plugins/ecommerce/order', 'mark_payment_as_confirmed', '<span>:method</span>\'u onaylandı olarak işaretleyin', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5412, 0, 'tr', 'plugins/ecommerce/order', 'resend_order_confirmation', 'Sipariş onayını yeniden gönder', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5413, 0, 'tr', 'plugins/ecommerce/order', 'resend_order_confirmation_description', 'Onay e-postası <strong>:email</strong> adresine mi gönderilecek?', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5414, 0, 'tr', 'plugins/ecommerce/order', 'send', 'Gönder', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5415, 0, 'tr', 'plugins/ecommerce/order', 'update', 'Güncelleme', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5416, 0, 'tr', 'plugins/ecommerce/order', 'cancel_shipping_confirmation', 'Gönderim onayı iptal edilsin mi?', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5417, 0, 'tr', 'plugins/ecommerce/order', 'cancel_shipping_confirmation_description', 'Gönderim onayı iptal edilsin mi?', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5418, 0, 'tr', 'plugins/ecommerce/order', 'cancel_order_confirmation', 'Sipariş onayı iptal edilsin mi?', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5419, 0, 'tr', 'plugins/ecommerce/order', 'cancel_order_confirmation_description', 'Bu siparişi iptal etmek istediğinizden emin misiniz? Bu işlem geri alınamaz', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5420, 0, 'tr', 'plugins/ecommerce/order', 'confirm_payment_confirmation_description', '<strong>:method</strong> tarafından işlendi. Sistem dışından ödeme aldınız mı? Bu ödeme sisteme kaydedilmez ve geri ödenemez', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5421, 0, 'tr', 'plugins/ecommerce/order', 'save_note', 'Notu kaydet', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5422, 0, 'tr', 'plugins/ecommerce/order', 'order_note', 'Sipariş notu', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5423, 0, 'tr', 'plugins/ecommerce/order', 'order_note_placeholder', 'Siparişle ilgili not, ör: tarih veya kargo talimatı.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5424, 0, 'tr', 'plugins/ecommerce/order', 'order_amount', 'Sipariş tutarı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5425, 0, 'tr', 'plugins/ecommerce/order', 'additional_information', 'Ek bilgi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5426, 0, 'tr', 'plugins/ecommerce/order', 'notice_about_incomplete_order', 'Eksik sipariş hakkında uyarı', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5427, 0, 'tr', 'plugins/ecommerce/order', 'notice_about_incomplete_order_description', 'Tamamlanmamış siparişle ilgili hatırlatma e-postası <strong>:email</strong> adresine gönderilsin mi?', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5428, 0, 'tr', 'plugins/ecommerce/order', 'incomplete_order_description_1', 'Eksik sipariş, potansiyel bir müşterinin ürünleri alışveriş sepetine yerleştirmesi ve ödeme sayfasına kadar gitmesi, ancak işlemi tamamlamamasıdır.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5429, 0, 'tr', 'plugins/ecommerce/order', 'incomplete_order_description_2', 'Müşterilerle iletişime geçtiyseniz ve satın almaya devam etmek istiyorlarsa, bağlantıyı takip ederek siparişlerini tamamlamalarına yardımcı olabilirsiniz:', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5430, 0, 'tr', 'plugins/ecommerce/order', 'send_an_email_to_recover_this_order', 'Bu siparişi kurtarmak için müşteriye bir e-posta gönderin', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5431, 0, 'tr', 'plugins/ecommerce/order', 'see_maps', 'Haritalara bakın', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5432, 0, 'tr', 'plugins/ecommerce/order', 'one_or_more_products_dont_have_enough_quantity', 'Bir veya daha fazla üründe yeterli miktar yok!', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5433, 0, 'tr', 'plugins/ecommerce/order', 'cannot_send_order_recover_to_mail', 'E-posta bulunamadı, bu nedenle müşteriye bir kurtarma e-postası gönderemez.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5434, 0, 'tr', 'plugins/ecommerce/order', 'payment_info', 'Ödeme bilgisi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5435, 0, 'tr', 'plugins/ecommerce/order', 'payment_method_refund_automatic', 'Müşterinize otomatik olarak :method kullanılarak para iadesi yapılacaktır.', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5436, 0, 'tr', 'plugins/ecommerce/order', 'order', 'Sipariş', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5437, 0, 'tr', 'plugins/ecommerce/order', 'order_information', 'Sipariş bilgileri', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5438, 0, 'tr', 'plugins/ecommerce/order', 'create_a_new_product', 'Yeni bir ürün oluştur', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5439, 0, 'tr', 'plugins/ecommerce/order', 'out_of_stock', 'Stoklar tükendi', '2021-09-01 18:40:09', '2022-03-05 10:51:26'),
(5440, 0, 'tr', 'plugins/ecommerce/order', 'products_available', 'mevcut ürünler', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5441, 0, 'tr', 'plugins/ecommerce/order', 'no_products_found', 'Ürün bulunamadı!', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5442, 0, 'tr', 'plugins/ecommerce/order', 'note', 'Not', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5443, 0, 'tr', 'plugins/ecommerce/order', 'note_for_order', 'Sipariş notu...', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5444, 0, 'tr', 'plugins/ecommerce/order', 'amount', 'Tutar', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5445, 0, 'tr', 'plugins/ecommerce/order', 'add_discount', 'İndirim ekle', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5446, 0, 'tr', 'plugins/ecommerce/order', 'discount', 'İndirim', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5447, 0, 'tr', 'plugins/ecommerce/order', 'add_shipping_fee', 'Kargo ücreti ekleyin', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5448, 0, 'tr', 'plugins/ecommerce/order', 'shipping', 'Kargo', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5449, 0, 'tr', 'plugins/ecommerce/order', 'total_amount', 'Toplam tutar', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5450, 0, 'tr', 'plugins/ecommerce/order', 'confirm_payment_and_create_order', 'Ödemeyi onaylayın ve sipariş oluşturun', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5451, 0, 'tr', 'plugins/ecommerce/order', 'paid', 'Ücretli', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5452, 0, 'tr', 'plugins/ecommerce/order', 'pay_later', 'Daha sonra öde', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5453, 0, 'tr', 'plugins/ecommerce/order', 'customer_information', 'Müşteri bilgileri', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5454, 0, 'tr', 'plugins/ecommerce/order', 'create_new_customer', 'Yeni müşteri oluştur', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5455, 0, 'tr', 'plugins/ecommerce/order', 'no_customer_found', 'Müşteri bulunamadı!', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5456, 0, 'tr', 'plugins/ecommerce/order', 'customer', 'Müşteri', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5457, 0, 'tr', 'plugins/ecommerce/order', 'orders', 'siparişler', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5458, 0, 'tr', 'plugins/ecommerce/order', 'shipping_address', 'Kargo Adresi', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5459, 0, 'tr', 'plugins/ecommerce/order', 'see_on_maps', 'Haritalarda görün', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5460, 0, 'tr', 'plugins/ecommerce/order', 'name', 'İsim', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5461, 0, 'tr', 'plugins/ecommerce/order', 'price', 'Fiyat', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5462, 0, 'tr', 'plugins/ecommerce/order', 'sku_optional', 'SKU (isteğe bağlı)', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5463, 0, 'tr', 'plugins/ecommerce/order', 'with_storehouse_management', 'Depo yönetimi ile mi?', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5464, 0, 'tr', 'plugins/ecommerce/order', 'quantity', 'Miktar', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5465, 0, 'tr', 'plugins/ecommerce/order', 'allow_customer_checkout_when_this_product_out_of_stock', 'Bu ürün stokta kalmadığında müşterinin ödeme yapmasına izin verilsin mi?', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5466, 0, 'tr', 'plugins/ecommerce/order', 'address', 'Adres', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5467, 0, 'tr', 'plugins/ecommerce/order', 'phone', 'Telefon', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5468, 0, 'tr', 'plugins/ecommerce/order', 'country', 'Ülke', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5469, 0, 'tr', 'plugins/ecommerce/order', 'state', 'İl', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5470, 0, 'tr', 'plugins/ecommerce/order', 'city', 'İlçe', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5471, 0, 'tr', 'plugins/ecommerce/order', 'zip_code', 'Posta kodu', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5472, 0, 'tr', 'plugins/ecommerce/order', 'discount_based_on', 'Dayalı indirim', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5473, 0, 'tr', 'plugins/ecommerce/order', 'or_coupon_code', 'Veya kupon kodu', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5474, 0, 'tr', 'plugins/ecommerce/order', 'description', 'Açıklama', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5475, 0, 'tr', 'plugins/ecommerce/order', 'how_to_select_configured_shipping', 'Yapılandırılmış gönderi nasıl seçilir?', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5476, 0, 'tr', 'plugins/ecommerce/order', 'please_add_customer_information_with_the_complete_shipping_address_to_see_the_configured_shipping_rates', 'Lütfen yapılandırılmış gönderim ücretlerini görmek için eksiksiz gönderim adresiyle birlikte müşteri bilgilerini ekleyin', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5477, 0, 'tr', 'plugins/ecommerce/order', 'free_shipping', 'Ücretsiz kargo', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5478, 0, 'tr', 'plugins/ecommerce/order', 'custom', 'Özel', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5479, 0, 'tr', 'plugins/ecommerce/order', 'email', 'Email', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5480, 0, 'tr', 'plugins/ecommerce/order', 'create_order', 'Sipariş oluştur', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5481, 0, 'tr', 'plugins/ecommerce/order', 'close', 'Kapat', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5482, 0, 'tr', 'plugins/ecommerce/order', 'confirm_payment_is_paid_for_this_order', 'Bu sipariş için ödeme yapıldığını onaylayın', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5483, 0, 'tr', 'plugins/ecommerce/order', 'payment_status_of_the_order_is_paid_once_the_order_has_been_created_you_cannot_change_the_payment_method_or_status', 'Siparişin ödeme durumu Ödendi. Sipariş oluşturulduktan sonra ödeme yöntemini veya durumunu değiştiremezsiniz.', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5484, 0, 'tr', 'plugins/ecommerce/order', 'select_payment_method', 'Ödeme türünü seçin', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5485, 0, 'tr', 'plugins/ecommerce/order', 'cash_on_delivery_cod', 'Kapıda ödeme', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5486, 0, 'tr', 'plugins/ecommerce/order', 'bank_transfer', 'Banka transferi', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5487, 0, 'tr', 'plugins/ecommerce/order', 'paid_amount', 'Ödenen tutar', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5488, 0, 'tr', 'plugins/ecommerce/order', 'confirm_that_payment_for_this_order_will_be_paid_later', 'Bu siparişin ödemesinin daha sonra yapılacağını onaylayın', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5489, 0, 'tr', 'plugins/ecommerce/order', 'payment_status_of_the_order_is_pending_once_the_order_has_been_created_you_cannot_change_the_payment_method_or_status', 'Siparişin ödeme durumu Beklemede. Sipariş oluşturulduktan sonra ödeme yöntemini veya durumunu değiştiremezsiniz.', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5490, 0, 'tr', 'plugins/ecommerce/order', 'pending_amount', 'Bekleyen tutar', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5491, 0, 'tr', 'plugins/ecommerce/order', 'update_email', 'E-postayı güncelle', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5492, 0, 'tr', 'plugins/ecommerce/order', 'save', 'Kaydet', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5493, 0, 'tr', 'plugins/ecommerce/order', 'cancel', 'İptal', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5494, 0, 'tr', 'plugins/ecommerce/order', 'create_a_new_order', 'Yeni bir sipariş oluştur', '2021-09-01 18:40:10', '2022-03-05 10:51:26'),
(5495, 0, 'tr', 'plugins/ecommerce/payment', 'name', 'Ödemeler', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5496, 0, 'tr', 'plugins/ecommerce/payment', 'payment_method', 'Ödeme Metodları', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5497, 0, 'tr', 'plugins/ecommerce/payment', 'view_payment', 'Ödemeyi görüntüle #', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5498, 0, 'tr', 'plugins/ecommerce/payment', 'charge_id', 'Ücret ID', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5499, 0, 'tr', 'plugins/ecommerce/payment', 'amount', 'Tutar', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5500, 0, 'tr', 'plugins/ecommerce/payment', 'currency', 'Para birimi', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5501, 0, 'tr', 'plugins/ecommerce/payment', 'user', 'Kullanıcı', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5502, 0, 'tr', 'plugins/ecommerce/payment', 'paypal_name_required', 'PayPal\'ın adı gerekli!', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5503, 0, 'tr', 'plugins/ecommerce/payment', 'paypal_name_max', 'PayPal\'ın adı çok uzun!', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5504, 0, 'tr', 'plugins/ecommerce/payment', 'stripe_name_required', 'Stripe\'ın adı gerekli!', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5505, 0, 'tr', 'plugins/ecommerce/payment', 'stripe_name_max', 'Stripe\'ın adı çok uzun!', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5506, 0, 'tr', 'plugins/ecommerce/payment', 'status', 'Durum', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5507, 0, 'tr', 'plugins/ecommerce/payment', 'enabled', 'Etkinleştirilmiş', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5508, 0, 'tr', 'plugins/ecommerce/payment', 'disabled', 'Engelli', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5509, 0, 'tr', 'plugins/ecommerce/payment', 'client_id', 'Müşteri Kimliği', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5510, 0, 'tr', 'plugins/ecommerce/payment', 'client_secret', 'Müşteri Secret', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5511, 0, 'tr', 'plugins/ecommerce/payment', 'mode', 'Mod', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5512, 0, 'tr', 'plugins/ecommerce/payment', 'sandbox', 'Sandbox', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5513, 0, 'tr', 'plugins/ecommerce/payment', 'live', 'Canlı', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5514, 0, 'tr', 'plugins/ecommerce/payment', 'enable_payment_log', 'Ödeme Günlüğünü Etkinleştir', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5515, 0, 'tr', 'plugins/ecommerce/payment', 'yes', 'Evet', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5516, 0, 'tr', 'plugins/ecommerce/payment', 'no', 'Numara', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5517, 0, 'tr', 'plugins/ecommerce/payment', 'client_key', 'Müşteri Anahtarı', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5518, 0, 'tr', 'plugins/ecommerce/payment', 'stripe', 'Stripe', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5519, 0, 'tr', 'plugins/ecommerce/payment', 'paypal', 'PayPal', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5520, 0, 'tr', 'plugins/ecommerce/payment', 'action', 'İşlem', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5521, 0, 'tr', 'plugins/ecommerce/payment', 'go_back', 'Geri git', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5522, 0, 'tr', 'plugins/ecommerce/payment', 'view', 'Görüş', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5523, 0, 'tr', 'plugins/ecommerce/payment', 'cash_on_delivery', 'Kapıda ödeme (COD)', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5524, 0, 'tr', 'plugins/ecommerce/payment', 'via_bank_transfer', 'Banka havalesi yoluyla', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5525, 0, 'tr', 'plugins/ecommerce/payment', 'payment_via_cart', 'Kartla ödeme', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5526, 0, 'tr', 'plugins/ecommerce/payment', 'card_number', 'Kart numarası', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5527, 0, 'tr', 'plugins/ecommerce/payment', 'full_name', 'Ad Soyad', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5528, 0, 'tr', 'plugins/ecommerce/payment', 'payment_via_paypal', 'PayPal ile ödeme', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5529, 0, 'tr', 'plugins/ecommerce/payment', 'mm_yy', 'MM/YY', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5530, 0, 'tr', 'plugins/ecommerce/payment', 'cvc', 'Özgeçmiş', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5531, 0, 'tr', 'plugins/ecommerce/payment', 'details', 'Detaylar', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5532, 0, 'tr', 'plugins/ecommerce/payment', 'payer_name', 'Ödeyen Adı', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5533, 0, 'tr', 'plugins/ecommerce/payment', 'email', 'Email', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5534, 0, 'tr', 'plugins/ecommerce/payment', 'phone', 'Telefon', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5535, 0, 'tr', 'plugins/ecommerce/payment', 'country', 'Ülke', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5536, 0, 'tr', 'plugins/ecommerce/payment', 'shipping_address', 'Kargo adresi', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5537, 0, 'tr', 'plugins/ecommerce/payment', 'payment_details', 'Ödeme Detayları', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5538, 0, 'tr', 'plugins/ecommerce/payment', 'card', 'Kart', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5539, 0, 'tr', 'plugins/ecommerce/payment', 'address', 'Adres', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5540, 0, 'tr', 'plugins/ecommerce/payment', 'could_not_get_stripe_token', 'Ücret almak için Stripe jetonu alınamadı.', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5541, 0, 'tr', 'plugins/ecommerce/payment', 'new_payment', 'Sipariş için ödeme :id', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5542, 0, 'tr', 'plugins/ecommerce/payment', 'payment_id', 'Ödeme Kimliği', '2021-09-01 18:40:10', '2021-10-21 11:27:49'),
(5543, 0, 'tr', 'plugins/ecommerce/prices', 'name', 'Fiyat', '2021-09-01 18:40:10', '2021-09-08 19:20:41'),
(5544, 0, 'tr', 'plugins/ecommerce/prices', 'create', 'Yeni fiyat', '2021-09-01 18:40:10', '2021-09-08 19:20:41'),
(5545, 0, 'tr', 'plugins/ecommerce/prices', 'edit', 'Fiyatı düzenle', '2021-09-01 18:40:10', '2021-09-08 19:20:41'),
(5546, 0, 'tr', 'plugins/ecommerce/prices', 'list', 'Liste fiyatı', '2021-09-01 18:40:10', '2021-09-08 19:20:41'),
(5547, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'name', 'Ürün özellik setleri', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5548, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'create', 'Yeni ürün özellik seti', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5549, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'edit', 'Ürün özellik setini düzenle', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5550, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'visible_in_categories', 'Kategorilerde görünür', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5551, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'product_with_more_version', 'Daha fazla versiyona sahip ürün', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5552, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'create_a_version', 'Bir versiyon oluştur', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5553, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'enabled', 'Etkinleştirilmiş', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5554, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'attributes', 'Özellikler', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5555, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'price', 'Fiyat', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5556, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'edit_btn', 'Düzenle', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5557, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'remove_btn', 'Kaldır', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5558, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'product', 'Ürün', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5559, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'back_to_product', 'Ürüne geri dön', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5560, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'save', 'Kaydet', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5561, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'other_existing_versions', 'Diğer mevcut versiyonlar', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5562, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'version_information', 'Versiyon bilgisi', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5563, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'add_rule', 'Kural ekle', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5564, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'rules', 'Kurallar', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5565, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'pricing', 'Fiyatlandırma', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5566, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'sale_price', 'Satış fiyatı', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5567, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'sale_type', 'Satış türü', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5568, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'no_sale_price', 'Satış fiyatı yok', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5569, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'always_on_sale', 'Her zaman indirimde', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5570, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'limited_time', 'Sınırlı süre', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5571, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'from', 'İtibaren', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5572, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'to', 'To', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5573, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'storehouse', 'Depo', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5574, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'no_storehouse_management', 'Depo yönetimi yok', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5575, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'with_storehouse_management', 'Depo yönetimi ile', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5576, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'quantity', 'Adet', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5577, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'allow_customer_checkout_out_of_stock', 'Bu ürün stokta kalmadığında müşterinin ödeme yapmasına izin ver', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5578, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'shipping', 'Kargo', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5579, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'length', 'Uzunluk', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5580, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'wide', 'Geniş', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5581, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'height', 'Yükseklik', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5582, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'weight', 'Ağırlık', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5583, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'version_images', 'Versiyon resimleri', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5584, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'add_new_image', 'Yeni resim ekle', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5585, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'attribute_set', 'Özellik seti', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5586, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'value', 'Değer', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5587, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'dropdown_swatch', 'Açılır Renk Örneği', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5588, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'visual_swatch', 'Görsel Renk Örneği', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5589, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'text_swatch', 'Metin Renk Örneği', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5590, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'display_layout', 'Ekran Düzeni', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5591, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'searchable', 'Aranabilir', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5592, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'comparable', 'Karşılaştırılabilir', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5593, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'use_in_product_listing', 'Ürün listelemede kullanılır', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5594, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'attributes_list', 'Özellik listesi', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5595, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'is_default', 'Varsayılan mı?', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5596, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'title', 'Başlık', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5597, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'slug', 'Url', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5598, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'color', 'Renk', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5599, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'image', 'Resim', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5600, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'remove', 'Kaldır', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5601, 0, 'tr', 'plugins/ecommerce/product-attribute-sets', 'add_new_attribute', 'Yeni özellik ekle', '2021-09-01 18:40:10', '2022-04-08 10:36:04'),
(5602, 0, 'tr', 'plugins/ecommerce/product-attributes', 'name', 'Ürün özellikleri', '2021-09-01 18:40:10', '2021-09-08 19:18:51'),
(5603, 0, 'tr', 'plugins/ecommerce/product-attributes', 'create', 'Yeni ürün özelliği', '2021-09-01 18:40:10', '2021-09-08 19:18:51'),
(5604, 0, 'tr', 'plugins/ecommerce/product-attributes', 'edit', 'Ürün özelliğini düzenle', '2021-09-01 18:40:10', '2021-09-08 19:18:51'),
(5605, 0, 'tr', 'plugins/ecommerce/product-attributes', 'intro.title', 'Ürün özelliklerini yönet', '2021-09-01 18:40:10', '2021-09-08 19:18:51'),
(5606, 0, 'tr', 'plugins/ecommerce/product-attributes', 'intro.description', 'Renk, genişlik, yükseklik gibi ürün özellikleri...', '2021-09-01 18:40:10', '2021-09-08 19:18:51'),
(5607, 0, 'tr', 'plugins/ecommerce/product-attributes', 'intro.button_text', 'Ürün özelliği oluştur', '2021-09-01 18:40:10', '2021-09-08 19:18:51'),
(5608, 0, 'tr', 'plugins/ecommerce/product-categories', 'name', 'Ürün kategorileri', '2021-09-01 18:40:10', '2021-10-28 08:30:21'),
(5609, 0, 'tr', 'plugins/ecommerce/product-categories', 'create', 'Yeni ürün kategorisi oluştur', '2021-09-01 18:40:10', '2021-10-28 08:30:21'),
(5610, 0, 'tr', 'plugins/ecommerce/product-categories', 'edit', 'Ürün kategorisini düzenle', '2021-09-01 18:40:10', '2021-10-28 08:30:21'),
(5611, 0, 'tr', 'plugins/ecommerce/product-categories', 'list', 'Ürün kategorilerini listele', '2021-09-01 18:40:10', '2021-10-28 08:30:21'),
(5612, 0, 'tr', 'plugins/ecommerce/product-categories', 'none', 'Hiçbiri', '2021-09-01 18:40:10', '2021-10-28 08:30:21'),
(5613, 0, 'tr', 'plugins/ecommerce/product-categories', 'menu', 'Ürün kategorileri', '2021-09-01 18:40:10', '2021-10-28 08:30:21'),
(5614, 0, 'tr', 'plugins/ecommerce/product-categories', 'intro.title', 'Ürün kategorilerini yönet', '2021-09-01 18:40:10', '2021-10-28 08:30:21'),
(5615, 0, 'tr', 'plugins/ecommerce/product-categories', 'intro.description', 'Giysi, ayakkabı, çanta, mücevher gibi...', '2021-09-01 18:40:10', '2021-10-28 08:30:21'),
(5616, 0, 'tr', 'plugins/ecommerce/product-categories', 'intro.button_text', 'Ürün kategorisi oluştur', '2021-09-01 18:40:10', '2021-10-28 08:30:21'),
(5617, 0, 'tr', 'plugins/ecommerce/product-categories', 'total_products', 'Toplam :total ürün', '2021-09-01 18:40:10', '2021-10-28 08:30:21'),
(5618, 0, 'tr', 'plugins/ecommerce/product-collections', 'name', 'Ürün koleksiyonları', '2021-09-01 18:40:10', '2021-09-06 19:25:36'),
(5619, 0, 'tr', 'plugins/ecommerce/product-collections', 'create', 'Yeni ürün koleksiyonu', '2021-09-01 18:40:10', '2021-09-06 19:25:36'),
(5620, 0, 'tr', 'plugins/ecommerce/product-collections', 'edit', 'Ürün koleksiyonunu düzenle', '2021-09-01 18:40:10', '2021-09-06 19:25:36'),
(5621, 0, 'tr', 'plugins/ecommerce/product-collections', 'slug_help_block', 'Etiket anahtarı: <code>:slug</code>. Filtre için bu anahtarı kullanacağız.', '2021-09-01 18:40:10', '2021-09-06 19:25:36'),
(5622, 0, 'tr', 'plugins/ecommerce/product-collections', 'intro.title', 'Ürün koleksiyonlarını yönet', '2021-09-01 18:40:10', '2021-09-06 19:25:36'),
(5623, 0, 'tr', 'plugins/ecommerce/product-collections', 'intro.description', 'Müşterilerin kategoriye göre bulmasını kolaylaştırmak için ürünlerinizi koleksiyonlar halinde gruplandırın.', '2021-09-01 18:40:10', '2021-09-06 19:25:36'),
(5624, 0, 'tr', 'plugins/ecommerce/product-collections', 'intro.button_text', 'Ürün koleksiyonu oluştur', '2021-09-01 18:40:10', '2021-09-06 19:25:36'),
(5625, 0, 'tr', 'plugins/ecommerce/product-label', 'name', 'Ürün etiketleri', '2021-09-01 18:40:10', '2021-09-06 19:22:48'),
(5626, 0, 'tr', 'plugins/ecommerce/product-label', 'create', 'Yeni ürün etiketi', '2021-09-01 18:40:10', '2021-09-06 19:22:48'),
(5627, 0, 'tr', 'plugins/ecommerce/product-label', 'edit', 'Ürün etiketini düzenle', '2021-09-01 18:40:10', '2021-09-06 19:22:48'),
(5628, 0, 'tr', 'plugins/ecommerce/product-label', 'color', 'Renk', '2021-09-01 18:40:10', '2021-09-06 19:22:48'),
(5629, 0, 'tr', 'plugins/ecommerce/product-label', 'color_placeholder', 'Örnek: #f0f0f0', '2021-09-01 18:40:10', '2021-09-06 19:22:48');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(5630, 0, 'tr', 'plugins/ecommerce/product-tag', 'name', 'Ürün etiketleri', '2021-09-01 18:40:10', '2021-09-06 19:23:24'),
(5631, 0, 'tr', 'plugins/ecommerce/product-tag', 'create', 'Yeni ürün etiketi', '2021-09-01 18:40:10', '2021-09-06 19:23:24'),
(5632, 0, 'tr', 'plugins/ecommerce/product-tag', 'edit', 'Ürün etiketini düzenle', '2021-09-01 18:40:10', '2021-09-06 19:23:24'),
(5633, 0, 'tr', 'plugins/ecommerce/products', 'name', 'Ürünler', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5634, 0, 'tr', 'plugins/ecommerce/products', 'create', 'Yeni ürün', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5635, 0, 'tr', 'plugins/ecommerce/products', 'edit', 'Ürünü düzenle - :name', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5636, 0, 'tr', 'plugins/ecommerce/products', 'form.name', 'İsim', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5637, 0, 'tr', 'plugins/ecommerce/products', 'form.name_placeholder', 'Ürün adı (Maksimum 120 karakter)', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5638, 0, 'tr', 'plugins/ecommerce/products', 'form.description', 'Açıklama', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5639, 0, 'tr', 'plugins/ecommerce/products', 'form.description_placeholder', 'Ürüne ait kısa açıklama (Maksimum 400 karakter)', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5640, 0, 'tr', 'plugins/ecommerce/products', 'form.categories', 'Kategoriler', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5641, 0, 'tr', 'plugins/ecommerce/products', 'form.content', 'İçerik', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5642, 0, 'tr', 'plugins/ecommerce/products', 'form.price', 'Fiyat', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5643, 0, 'tr', 'plugins/ecommerce/products', 'form.quantity', 'Miktar', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5644, 0, 'tr', 'plugins/ecommerce/products', 'form.brand', 'Marka', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5645, 0, 'tr', 'plugins/ecommerce/products', 'form.width', 'Genişlik', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5646, 0, 'tr', 'plugins/ecommerce/products', 'form.height', 'Yükseklik', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5647, 0, 'tr', 'plugins/ecommerce/products', 'form.weight', 'Ağırlık', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5648, 0, 'tr', 'plugins/ecommerce/products', 'form.date.end', 'Bitiş tarihi', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5649, 0, 'tr', 'plugins/ecommerce/products', 'form.date.start', 'Başlangıç tarihi', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5650, 0, 'tr', 'plugins/ecommerce/products', 'form.image', 'Görüntüler', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5651, 0, 'tr', 'plugins/ecommerce/products', 'form.collections', 'Ürün koleksiyonları', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5652, 0, 'tr', 'plugins/ecommerce/products', 'form.labels', 'Etiketler', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5653, 0, 'tr', 'plugins/ecommerce/products', 'form.price_sale', 'Satış Fiyatı', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5654, 0, 'tr', 'plugins/ecommerce/products', 'form.product_type.title', 'Ürün tipi', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5655, 0, 'tr', 'plugins/ecommerce/products', 'form.product', 'Ürün', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5656, 0, 'tr', 'plugins/ecommerce/products', 'form.total', 'Toplam', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5657, 0, 'tr', 'plugins/ecommerce/products', 'form.sub_total', 'Ara toplam', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5658, 0, 'tr', 'plugins/ecommerce/products', 'form.shipping_fee', 'Kargo ücreti', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5659, 0, 'tr', 'plugins/ecommerce/products', 'form.discount', 'İndirim', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5660, 0, 'tr', 'plugins/ecommerce/products', 'form.options', 'Seçenekler', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5661, 0, 'tr', 'plugins/ecommerce/products', 'form.shipping.height', 'Yükseklik', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5662, 0, 'tr', 'plugins/ecommerce/products', 'form.shipping.length', 'Uzunluk', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5663, 0, 'tr', 'plugins/ecommerce/products', 'form.shipping.title', 'Nakliye', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5664, 0, 'tr', 'plugins/ecommerce/products', 'form.shipping.weight', 'Ağırlık', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5665, 0, 'tr', 'plugins/ecommerce/products', 'form.shipping.wide', 'Geniş', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5666, 0, 'tr', 'plugins/ecommerce/products', 'form.stock.allow_order_when_out', 'Bu ürün stokta kalmadığında müşterinin ödeme yapmasına izin ver', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5667, 0, 'tr', 'plugins/ecommerce/products', 'form.stock.in_stock', 'Stokta var', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5668, 0, 'tr', 'plugins/ecommerce/products', 'form.stock.out_stock', 'Stokta yok', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5669, 0, 'tr', 'plugins/ecommerce/products', 'form.stock.title', 'Stok durumu', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5670, 0, 'tr', 'plugins/ecommerce/products', 'form.storehouse.no_storehouse', 'Depo yönetimi yok', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5671, 0, 'tr', 'plugins/ecommerce/products', 'form.storehouse.storehouse', 'Depo yönetimi ile', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5672, 0, 'tr', 'plugins/ecommerce/products', 'form.storehouse.title', 'Depo', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5673, 0, 'tr', 'plugins/ecommerce/products', 'form.storehouse.quantity', 'Adet', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5674, 0, 'tr', 'plugins/ecommerce/products', 'form.tax', 'Vergi', '2021-09-01 18:40:10', '2021-10-28 08:35:06'),
(5675, 0, 'tr', 'plugins/ecommerce/products', 'form.is_default', 'Varsayılan mı ?', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5676, 0, 'tr', 'plugins/ecommerce/products', 'form.action', 'İşlem', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5677, 0, 'tr', 'plugins/ecommerce/products', 'form.restock_quantity', 'Stok miktarı', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5678, 0, 'tr', 'plugins/ecommerce/products', 'form.remain', 'Geriye kal', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5679, 0, 'tr', 'plugins/ecommerce/products', 'form.choose_discount_period', 'İndirim Dönemini Seçin', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5680, 0, 'tr', 'plugins/ecommerce/products', 'form.cancel', 'İptal', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5681, 0, 'tr', 'plugins/ecommerce/products', 'form.no_results', 'Sonuç yok!', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5682, 0, 'tr', 'plugins/ecommerce/products', 'form.value', 'Değer', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5683, 0, 'tr', 'plugins/ecommerce/products', 'form.attribute_name', 'Özellik adı', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5684, 0, 'tr', 'plugins/ecommerce/products', 'form.add_more_attribute', 'Daha fazla özellik ekle', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5685, 0, 'tr', 'plugins/ecommerce/products', 'form.continue', 'Devam et', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5686, 0, 'tr', 'plugins/ecommerce/products', 'form.add_new_attributes', 'Yeni özellik ekle', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5687, 0, 'tr', 'plugins/ecommerce/products', 'form.add_new_attributes_description', 'Yeni özellikler eklemek, ürünün boyut veya renk gibi birçok seçeneğe sahip olmasına yardımcı olur.', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5688, 0, 'tr', 'plugins/ecommerce/products', 'form.create_product_variations', 'Ürün varyasyonları oluşturmak için :link', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5689, 0, 'tr', 'plugins/ecommerce/products', 'form.tags', 'Etiketler', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5690, 0, 'tr', 'plugins/ecommerce/products', 'form.write_some_tags', 'Bazı etiketler yazın', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5691, 0, 'tr', 'plugins/ecommerce/products', 'form.variation_existed', 'Bu varyasyon mevcut.', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5692, 0, 'tr', 'plugins/ecommerce/products', 'form.no_attributes_selected', 'Hiçbir özellik seçilmedi!', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5693, 0, 'tr', 'plugins/ecommerce/products', 'form.added_variation_success', 'Varyasyon başarıyla eklendi!', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5694, 0, 'tr', 'plugins/ecommerce/products', 'form.updated_variation_success', 'Varyasyon başarıyla güncellendi!', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5695, 0, 'tr', 'plugins/ecommerce/products', 'form.created_all_variation_success', 'Tüm varyasyonlar başarıyla oluşturdu!', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5696, 0, 'tr', 'plugins/ecommerce/products', 'form.updated_product_attributes_success', 'Ürün özellikleri başarıyla güncellendi!', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5697, 0, 'tr', 'plugins/ecommerce/products', 'form.stock_status', 'Stok durumu', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5698, 0, 'tr', 'plugins/ecommerce/products', 'form.auto_generate_sku', 'Ürün kodu\'nu otomatik oluştur?', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5699, 0, 'tr', 'plugins/ecommerce/products', 'price', 'Fiyat', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5700, 0, 'tr', 'plugins/ecommerce/products', 'quantity', 'Miktar', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5701, 0, 'tr', 'plugins/ecommerce/products', 'type', 'Tip', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5702, 0, 'tr', 'plugins/ecommerce/products', 'image', 'Küçük resim', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5703, 0, 'tr', 'plugins/ecommerce/products', 'sku', 'Ürün Kodu', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5704, 0, 'tr', 'plugins/ecommerce/products', 'brand', 'Marka', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5705, 0, 'tr', 'plugins/ecommerce/products', 'cannot_delete', 'Ürün silinemedi', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5706, 0, 'tr', 'plugins/ecommerce/products', 'product_deleted', 'Ürün silindi', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5707, 0, 'tr', 'plugins/ecommerce/products', 'product_collections', 'Ürün koleksiyonları', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5708, 0, 'tr', 'plugins/ecommerce/products', 'products', 'Ürünler', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5709, 0, 'tr', 'plugins/ecommerce/products', 'menu', 'Ürünler', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5710, 0, 'tr', 'plugins/ecommerce/products', 'control.button_add_image', 'Resim ekle', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5711, 0, 'tr', 'plugins/ecommerce/products', 'price_sale', 'Satış Fiyatı', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5712, 0, 'tr', 'plugins/ecommerce/products', 'price_group_title', 'Yönetici ürün fiyatı', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5713, 0, 'tr', 'plugins/ecommerce/products', 'store_house_group_title', 'Mağaza müdürü', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5714, 0, 'tr', 'plugins/ecommerce/products', 'shipping_group_title', 'Kargo yöneticisi', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5715, 0, 'tr', 'plugins/ecommerce/products', 'overview', 'Genel bakış', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5716, 0, 'tr', 'plugins/ecommerce/products', 'attributes', 'Özellikler', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5717, 0, 'tr', 'plugins/ecommerce/products', 'product_has_variations', 'Ürünün varyasyonları var', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5718, 0, 'tr', 'plugins/ecommerce/products', 'manage_products', 'Ürünleri yönet', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5719, 0, 'tr', 'plugins/ecommerce/products', 'add_new_product', 'Yeni bir ürün ekle', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5720, 0, 'tr', 'plugins/ecommerce/products', 'start_by_adding_new_product', 'Yeni ürünler ekleyerek başlayın.', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5721, 0, 'tr', 'plugins/ecommerce/products', 'edit_this_product', 'Bu ürünü düzenle', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5722, 0, 'tr', 'plugins/ecommerce/products', 'delete', 'Sil', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5723, 0, 'tr', 'plugins/ecommerce/products', 'related_products', 'İlgili ürünler', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5724, 0, 'tr', 'plugins/ecommerce/products', 'cross_selling_products', 'Çapraz satış ürünleri', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5725, 0, 'tr', 'plugins/ecommerce/products', 'up_selling_products', 'Fazla satan ürünler', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5726, 0, 'tr', 'plugins/ecommerce/products', 'grouped_products', 'Gruplandırılmış ürünler', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5727, 0, 'tr', 'plugins/ecommerce/products', 'search_products', 'Ürünleri ara', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5728, 0, 'tr', 'plugins/ecommerce/products', 'selected_products', 'Seçilmiş ürünler', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5729, 0, 'tr', 'plugins/ecommerce/products', 'edit_variation_item', 'Düzenle', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5730, 0, 'tr', 'plugins/ecommerce/products', 'variations_box_description', 'Varyasyonun niteliklerini eklemek/kaldırmak için \"Özelliği düzenle\"yi veya varyasyon eklemek için \"Yeni varyasyon ekle\"yi tıklayın.', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5731, 0, 'tr', 'plugins/ecommerce/products', 'save_changes', 'Değişiklikleri Kaydet', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5732, 0, 'tr', 'plugins/ecommerce/products', 'continue', 'Devam et', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5733, 0, 'tr', 'plugins/ecommerce/products', 'edit_attribute', 'Özelliği düzenle', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5734, 0, 'tr', 'plugins/ecommerce/products', 'select_attribute', 'Özellik seçin', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5735, 0, 'tr', 'plugins/ecommerce/products', 'add_new_variation', 'Yeni varyasyon ekle', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5736, 0, 'tr', 'plugins/ecommerce/products', 'edit_variation', 'Varyasyonu düzenle', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5737, 0, 'tr', 'plugins/ecommerce/products', 'generate_all_variations', 'Tüm varyasyonları oluştur', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5738, 0, 'tr', 'plugins/ecommerce/products', 'generate_all_variations_confirmation', 'Bu ürün için tüm varyasyonları oluşturmak istediğinizden emin misiniz?', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5739, 0, 'tr', 'plugins/ecommerce/products', 'delete_variation', 'Varyasyon silinsin mi?', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5740, 0, 'tr', 'plugins/ecommerce/products', 'delete_variation_confirmation', 'Bu varyasyonu silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5741, 0, 'tr', 'plugins/ecommerce/products', 'delete_variations_confirmation', 'Bu varyasyonları silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5742, 0, 'tr', 'plugins/ecommerce/products', 'product_create_validate_name_required', 'Lütfen ürünün adını girin', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5743, 0, 'tr', 'plugins/ecommerce/products', 'product_create_validate_sale_price_max', 'İndirim, orijinal fiyattan daha az olmalıdır', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5744, 0, 'tr', 'plugins/ecommerce/products', 'product_create_validate_sale_price_required_if', 'Bir promosyon planlamak istediğinizde bir indirim girmelisiniz', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5745, 0, 'tr', 'plugins/ecommerce/products', 'product_create_validate_end_date_after', 'Bitiş tarihi başlangıç tarihinden sonra olmalıdır', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5746, 0, 'tr', 'plugins/ecommerce/products', 'product_create_validate_start_date_required_if', 'Planlama seçildiğinde indirim başlangıç ​​tarihi boş bırakılamaz', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5747, 0, 'tr', 'plugins/ecommerce/products', 'product_create_validate_sale_price', 'Planlama seçildiğinde indirimler boş bırakılamaz', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5748, 0, 'tr', 'plugins/ecommerce/products', 'stock_statuses.in_stock', 'Stokta var', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5749, 0, 'tr', 'plugins/ecommerce/products', 'stock_statuses.out_of_stock', 'Stokta yok', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5750, 0, 'tr', 'plugins/ecommerce/products', 'stock_statuses.on_backorder', 'Ön sipariş', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5751, 0, 'tr', 'plugins/ecommerce/products', 'stock_status', 'Stok durumu', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5752, 0, 'tr', 'plugins/ecommerce/products', 'processing', 'İşleniyor...', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5753, 0, 'tr', 'plugins/ecommerce/products', 'delete_selected_variations', 'Seçili varyasyonları sil', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5754, 0, 'tr', 'plugins/ecommerce/products', 'delete_variations', 'Varyasyonları sil', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5755, 0, 'tr', 'plugins/ecommerce/products', 'category', 'Kategori', '2021-09-01 18:40:11', '2021-10-28 08:35:06'),
(5756, 0, 'tr', 'plugins/ecommerce/reports', 'name', 'Rapor', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5757, 0, 'tr', 'plugins/ecommerce/reports', 'widget.order.title', 'Siparişler', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5758, 0, 'tr', 'plugins/ecommerce/reports', 'count.revenue', 'Bugün gelir', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5759, 0, 'tr', 'plugins/ecommerce/reports', 'count.orders', 'Bugün siparişler', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5760, 0, 'tr', 'plugins/ecommerce/reports', 'count.products', 'Toplam ürünler', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5761, 0, 'tr', 'plugins/ecommerce/reports', 'count.customers', 'Toplam müşteri', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5762, 0, 'tr', 'plugins/ecommerce/reports', 'product_name', 'Ürün ismi', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5763, 0, 'tr', 'plugins/ecommerce/reports', 'quantity', 'Miktar', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5764, 0, 'tr', 'plugins/ecommerce/reports', 'revenue_statistics', 'Gelir istatistikleri', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5765, 0, 'tr', 'plugins/ecommerce/reports', 'top_selling_products', 'En Çok Satan Ürünler', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5766, 0, 'tr', 'plugins/ecommerce/reports', 'ranges.today', 'Bugün', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5767, 0, 'tr', 'plugins/ecommerce/reports', 'ranges.this_week', 'Bu hafta', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5768, 0, 'tr', 'plugins/ecommerce/reports', 'ranges.last_7_days', 'Son 7 gün', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5769, 0, 'tr', 'plugins/ecommerce/reports', 'ranges.this_month', 'Bu ay', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5770, 0, 'tr', 'plugins/ecommerce/reports', 'ranges.this_year', 'Bu yıl', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5771, 0, 'tr', 'plugins/ecommerce/reports', 'revenue_this_month', 'Bu ayın geliri', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5772, 0, 'tr', 'plugins/ecommerce/reports', 'order_processing_this_month', 'bu ay içinde işlenen siparişler', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5773, 0, 'tr', 'plugins/ecommerce/reports', 'order_completed_this_month', 'bu ay içinde tamamlanan siparişler', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5774, 0, 'tr', 'plugins/ecommerce/reports', 'product_will_be_out_of_stock', 'ürünler yakında stokta kalmayacak', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5775, 0, 'tr', 'plugins/ecommerce/reports', 'product_out_of_stock', 'ürünler stokta yok', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5776, 0, 'tr', 'plugins/ecommerce/reports', 'sales_reports', 'Satış Raporları', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5777, 0, 'tr', 'plugins/ecommerce/reports', 'total_earnings', 'Toplam Kazanç', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5778, 0, 'tr', 'plugins/ecommerce/reports', 'recent_orders', 'Son Siparişler', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5779, 0, 'tr', 'plugins/ecommerce/reports', 'statistics', 'İstatistik', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5780, 0, 'tr', 'plugins/ecommerce/reports', 'items_earning_sales', 'Satış Kazandıran Ürünler: :value', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5781, 0, 'tr', 'plugins/ecommerce/reports', 'revenue', 'Gelir', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5782, 0, 'tr', 'plugins/ecommerce/reports', 'orders', 'Siparişler', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5783, 0, 'tr', 'plugins/ecommerce/reports', 'products', 'Ürünler', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5784, 0, 'tr', 'plugins/ecommerce/reports', 'customers', 'Müşteriler', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5785, 0, 'tr', 'plugins/ecommerce/reports', 'earnings', 'Kazanç', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5786, 0, 'tr', 'plugins/ecommerce/reports', 'date_range_format_value', 'itibaren :from  :to', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5787, 0, 'tr', 'plugins/ecommerce/reports', 'select_range', 'Aralık Seç', '2021-09-01 18:40:11', '2021-10-28 09:04:17'),
(5788, 0, 'tr', 'plugins/ecommerce/review', 'name', 'Yorumlar', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5789, 0, 'tr', 'plugins/ecommerce/review', 'add_review', 'Yorum ekle', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5790, 0, 'tr', 'plugins/ecommerce/review', 'delete_review', 'Yorumu sil', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5791, 0, 'tr', 'plugins/ecommerce/review', 'create_review', 'Yorum Oluştur', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5792, 0, 'tr', 'plugins/ecommerce/review', 'please_select_rating', 'Lütfen derecelendirmeyi seçin', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5793, 0, 'tr', 'plugins/ecommerce/review', 'comment', 'Yorum Yap', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5794, 0, 'tr', 'plugins/ecommerce/review', 'approve', 'Onayla', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5795, 0, 'tr', 'plugins/ecommerce/review', 'approved', 'Onaylandı', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5796, 0, 'tr', 'plugins/ecommerce/review', 'disapprove', 'Onaylama', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5797, 0, 'tr', 'plugins/ecommerce/review', 'disapproved', 'Onaylanmadı', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5798, 0, 'tr', 'plugins/ecommerce/review', 'product', 'Ürün', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5799, 0, 'tr', 'plugins/ecommerce/review', 'user', 'Kullanıcı', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5800, 0, 'tr', 'plugins/ecommerce/review', 'star', 'Yıldız', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5801, 0, 'tr', 'plugins/ecommerce/review', 'status', 'Durum', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5802, 0, 'tr', 'plugins/ecommerce/review', 'list_review', 'Müşteri yorumları', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5803, 0, 'tr', 'plugins/ecommerce/review', 'intro.title', 'Müşteri yorumlarını yönet', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5804, 0, 'tr', 'plugins/ecommerce/review', 'intro.description', 'Müşteri yorumları burada gösterilecek ve ürün detay sayfasında gösterilecek / gizlenecek şekilde yönetebilirsiniz.', '2021-09-01 18:40:11', '2021-09-03 20:25:53'),
(5805, 0, 'tr', 'plugins/ecommerce/shipping', 'name', 'Kargo Kuralları', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5806, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping', 'Kargo', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5807, 0, 'tr', 'plugins/ecommerce/shipping', 'title', 'Başlık', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5808, 0, 'tr', 'plugins/ecommerce/shipping', 'amount', 'Tutar', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5809, 0, 'tr', 'plugins/ecommerce/shipping', 'enable', 'Etkinleştir', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5810, 0, 'tr', 'plugins/ecommerce/shipping', 'enabled', 'Etkin', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5811, 0, 'tr', 'plugins/ecommerce/shipping', 'disable', 'Devre dışı bırak', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5812, 0, 'tr', 'plugins/ecommerce/shipping', 'disabled', 'Engelli', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5813, 0, 'tr', 'plugins/ecommerce/shipping', 'create_shipping', 'Gönderim oluştur', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5814, 0, 'tr', 'plugins/ecommerce/shipping', 'edit_shipping', 'Gönderiyi düzenle :cede', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5815, 0, 'tr', 'plugins/ecommerce/shipping', 'status', 'Durum', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5816, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping_methods', 'Kargo Yöntemleri', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5817, 0, 'tr', 'plugins/ecommerce/shipping', 'create_shipping_method', 'Gönderim yöntemi oluştur', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5818, 0, 'tr', 'plugins/ecommerce/shipping', 'edit_shipping_method', 'Gönderim yöntemini düzenle', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5819, 0, 'tr', 'plugins/ecommerce/shipping', 'add_shipping_region', 'Gönderim bölgesi ekle', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5820, 0, 'tr', 'plugins/ecommerce/shipping', 'country', 'Ülke', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5821, 0, 'tr', 'plugins/ecommerce/shipping', 'state', 'İl', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5822, 0, 'tr', 'plugins/ecommerce/shipping', 'city', 'İlçe', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5823, 0, 'tr', 'plugins/ecommerce/shipping', 'address', 'Adres', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5824, 0, 'tr', 'plugins/ecommerce/shipping', 'phone', 'Telefon', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5825, 0, 'tr', 'plugins/ecommerce/shipping', 'email', 'Email', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5826, 0, 'tr', 'plugins/ecommerce/shipping', 'zip_code', 'Posta kodu', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5827, 0, 'tr', 'plugins/ecommerce/shipping', 'methods.default', 'Varsayılan', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5828, 0, 'tr', 'plugins/ecommerce/shipping', 'statuses.not_approved', 'Onaylanmadı', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5829, 0, 'tr', 'plugins/ecommerce/shipping', 'statuses.approved', 'Onaylandı', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5830, 0, 'tr', 'plugins/ecommerce/shipping', 'statuses.picking', 'Toplama', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5831, 0, 'tr', 'plugins/ecommerce/shipping', 'statuses.delay_picking', 'Gecikmeli alma', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5832, 0, 'tr', 'plugins/ecommerce/shipping', 'statuses.picked', 'Seçilmiş', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5833, 0, 'tr', 'plugins/ecommerce/shipping', 'statuses.not_picked', 'Seçilmedi', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5834, 0, 'tr', 'plugins/ecommerce/shipping', 'statuses.delivering', 'Teslim', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5835, 0, 'tr', 'plugins/ecommerce/shipping', 'statuses.delivered', 'Teslim edildi', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5836, 0, 'tr', 'plugins/ecommerce/shipping', 'statuses.not_delivered', 'Teslim edilmedi', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5837, 0, 'tr', 'plugins/ecommerce/shipping', 'statuses.audited', 'Denetlenmiş', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5838, 0, 'tr', 'plugins/ecommerce/shipping', 'statuses.canceled', 'İptal edildi', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5839, 0, 'tr', 'plugins/ecommerce/shipping', 'cod_statuses.pending', 'Bekliyor', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5840, 0, 'tr', 'plugins/ecommerce/shipping', 'cod_statuses.completed', 'Tamamlandı', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5841, 0, 'tr', 'plugins/ecommerce/shipping', 'delete', 'Sil', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5842, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping_rules', 'Kargo Kuralları', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5843, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping_rules_description', 'Kargo ücretini hesaplama kuralları.', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5844, 0, 'tr', 'plugins/ecommerce/shipping', 'select_country', 'Ülke seçin', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5845, 0, 'tr', 'plugins/ecommerce/shipping', 'add_shipping_rule', 'Gönderim kuralı ekle', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5846, 0, 'tr', 'plugins/ecommerce/shipping', 'delete_shipping_rate', 'Bölge için nakliye ücretini sil', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5847, 0, 'tr', 'plugins/ecommerce/shipping', 'delete_shipping_rate_confirmation', 'Bu kargo alanından <strong class=\"region-price-item-label\"></strong> silmek istediğinizden emin misiniz?', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5848, 0, 'tr', 'plugins/ecommerce/shipping', 'delete_shipping_area', 'Kargo alanını sil', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5849, 0, 'tr', 'plugins/ecommerce/shipping', 'delete_shipping_area_confirmation', '<strong class=\"region-item-label\"></strong> kargo alanını silmek istediğinizden emin misiniz?', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5850, 0, 'tr', 'plugins/ecommerce/shipping', 'add_shipping_fee_for_area', 'Alan için kargo ücreti ekleyin', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5851, 0, 'tr', 'plugins/ecommerce/shipping', 'confirm', 'Onayla', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5852, 0, 'tr', 'plugins/ecommerce/shipping', 'save', 'Kaydet', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5853, 0, 'tr', 'plugins/ecommerce/shipping', 'greater_than', 'Daha büyük', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5854, 0, 'tr', 'plugins/ecommerce/shipping', 'type', 'Tip', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5855, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping_rule_name', 'Gönderim kuralının adı', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5856, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping_fee', 'Kargo ücreti', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5857, 0, 'tr', 'plugins/ecommerce/shipping', 'cancel', 'İptal', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5858, 0, 'tr', 'plugins/ecommerce/shipping', 'base_on_weight', 'Ürünün ağırlığına göre (:unit)', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5859, 0, 'tr', 'plugins/ecommerce/shipping', 'base_on_price', 'Ürünün fiyatına göre', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5860, 0, 'tr', 'plugins/ecommerce/shipping', 'shipment_canceled', 'Sevkiyat iptal edildi', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5861, 0, 'tr', 'plugins/ecommerce/shipping', 'at', 'Yanında', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5862, 0, 'tr', 'plugins/ecommerce/shipping', 'cash_on_delivery', 'Kapıda ödeme (COD)', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5863, 0, 'tr', 'plugins/ecommerce/shipping', 'update_shipping_status', 'Gönderim durumunu güncelle', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5864, 0, 'tr', 'plugins/ecommerce/shipping', 'update_cod_status', 'Kapıda Ödeme durumunu güncelle', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5865, 0, 'tr', 'plugins/ecommerce/shipping', 'history', 'Geçmiş', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5866, 0, 'tr', 'plugins/ecommerce/shipping', 'shipment_information', 'Gönderi bilgileri', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5867, 0, 'tr', 'plugins/ecommerce/shipping', 'order_number', 'Sipariş numarası', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5868, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping_method', 'Kargo Yöntemi', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5869, 0, 'tr', 'plugins/ecommerce/shipping', 'select_shipping_method', 'Gönderim yöntemini seçin', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5870, 0, 'tr', 'plugins/ecommerce/shipping', 'cod_status', 'Kapıda Ödeme durumu', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5871, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping_status', 'Kargo durumu', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5872, 0, 'tr', 'plugins/ecommerce/shipping', 'customer_information', 'Müşteri bilgileri', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5873, 0, 'tr', 'plugins/ecommerce/shipping', 'sku', 'Ürün Kodu', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5874, 0, 'tr', 'plugins/ecommerce/shipping', 'change_status_confirm_title', '<span class=\"shipment-status-label\"></span> onaylansın mı?', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5875, 0, 'tr', 'plugins/ecommerce/shipping', 'change_status_confirm_description', 'Bu gönderi için <span class=\"shipment-status-label\"></span> onaylamak istediğinizden emin misiniz?', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5876, 0, 'tr', 'plugins/ecommerce/shipping', 'accept', 'Kabul et', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5877, 0, 'tr', 'plugins/ecommerce/shipping', 'weight_unit', 'Ağırlık (:unit)', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5878, 0, 'tr', 'plugins/ecommerce/shipping', 'updated_at', 'Son Güncelleme', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5879, 0, 'tr', 'plugins/ecommerce/shipping', 'cod_amount', 'Kapıda ödeme tutarı (COD)', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5880, 0, 'tr', 'plugins/ecommerce/shipping', 'cancel_shipping', 'Gönderimi iptal et', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5881, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping_address', 'Teslimat adresi', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5882, 0, 'tr', 'plugins/ecommerce/shipping', 'packages', 'Paketler', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5883, 0, 'tr', 'plugins/ecommerce/shipping', 'edit', 'Düzenle', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5884, 0, 'tr', 'plugins/ecommerce/shipping', 'fee', 'Ücret', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5885, 0, 'tr', 'plugins/ecommerce/shipping', 'note', 'Not', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5886, 0, 'tr', 'plugins/ecommerce/shipping', 'finish', 'Bitiş', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5887, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping_fee_cod', 'Kargo ücreti', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5888, 0, 'tr', 'plugins/ecommerce/shipping', 'send_confirmation_email_to_customer', 'Müşteriye onay e-postası gönder', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5889, 0, 'tr', 'plugins/ecommerce/shipping', 'form_name', 'İsim', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5890, 0, 'tr', 'plugins/ecommerce/shipping', 'changed_shipping_status', 'Gönderinin durumu : :status olarak değiştirildi. Güncelleyen: %user_name%', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5891, 0, 'tr', 'plugins/ecommerce/shipping', 'order_confirmed_by', 'Sipariş %user_name% tarafından onaylandı', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5892, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping_canceled_by', 'Gönderim %user_name% tarafından iptal edildi', '2021-09-01 18:40:11', '2022-04-08 08:57:54'),
(5893, 0, 'tr', 'plugins/ecommerce/shipping', 'update_shipping_status_success', 'Gönderim durumu başarıyla güncellendi.!', '2021-09-01 18:40:12', '2022-04-08 08:57:54'),
(5894, 0, 'tr', 'plugins/ecommerce/shipping', 'update_cod_status_success', 'Sevkiyatın Kapıda Ödeme durumu başarıyla güncellendi!', '2021-09-01 18:40:12', '2022-04-08 08:57:54'),
(5895, 0, 'tr', 'plugins/ecommerce/shipping', 'updated_cod_status_by', 'Kapıda Ödeme durumu :status olarak güncellendi. Güncelleyen: %user_name%', '2021-09-01 18:40:12', '2022-04-08 08:57:54'),
(5896, 0, 'tr', 'plugins/ecommerce/shipping', 'all', 'Tümü', '2021-09-01 18:40:12', '2022-04-08 08:57:54'),
(5897, 0, 'tr', 'plugins/ecommerce/shipping', 'error_when_adding_new_region', 'Yeni bölge eklerken bir hata var!', '2021-09-01 18:40:12', '2022-04-08 08:57:54'),
(5898, 0, 'tr', 'plugins/ecommerce/shipping', 'delivery', 'Teslimat', '2021-09-01 18:40:12', '2022-04-08 08:57:54'),
(5899, 0, 'tr', 'plugins/ecommerce/shipping', 'adjustment_price_of', 'Ayarlama fiyatı :key', '2021-09-01 18:40:12', '2022-04-08 08:57:54'),
(5900, 0, 'tr', 'plugins/ecommerce/shipping', 'warehouse', 'Depo', '2021-09-01 18:40:12', '2022-04-08 08:57:54'),
(5901, 0, 'tr', 'plugins/ecommerce/store-locator', 'name', 'Mağaza bulucu', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5902, 0, 'tr', 'plugins/ecommerce/store-locator', 'description', 'Bu adres faturanızda görünecek ve gönderim fiyatınızı hesaplamak için kullanılacaktır.', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5903, 0, 'tr', 'plugins/ecommerce/store-locator', 'shop_name', 'Mağaza ismi', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5904, 0, 'tr', 'plugins/ecommerce/store-locator', 'phone', 'Telefon', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5905, 0, 'tr', 'plugins/ecommerce/store-locator', 'email', 'Email', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5906, 0, 'tr', 'plugins/ecommerce/store-locator', 'state', 'İl', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5907, 0, 'tr', 'plugins/ecommerce/store-locator', 'city', 'İlçe', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5908, 0, 'tr', 'plugins/ecommerce/store-locator', 'country', 'Ülke', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5909, 0, 'tr', 'plugins/ecommerce/store-locator', 'address', 'Adres', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5910, 0, 'tr', 'plugins/ecommerce/store-locator', 'primary_store_is', 'Birincil mağaza', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5911, 0, 'tr', 'plugins/ecommerce/store-locator', 'store_name', 'Dükkan adı', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5912, 0, 'tr', 'plugins/ecommerce/store-locator', 'select_country', 'Ülke seçin...', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5913, 0, 'tr', 'plugins/ecommerce/store-locator', 'default_shipping_location', 'Varsayılan gönderim yeri', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5914, 0, 'tr', 'plugins/ecommerce/store-locator', 'default_store', 'Varsayılan mağaza', '2021-09-01 18:40:12', '2021-09-03 20:20:45'),
(5915, 0, 'tr', 'plugins/ecommerce/tax', 'name', 'Vergiler', '2021-09-01 18:40:12', '2021-09-03 20:15:05'),
(5916, 0, 'tr', 'plugins/ecommerce/tax', 'create', 'Vergi oluştur', '2021-09-01 18:40:12', '2021-09-03 20:15:05'),
(5917, 0, 'tr', 'plugins/ecommerce/tax', 'edit', 'Vergiyi düzenle :title', '2021-09-01 18:40:12', '2021-09-03 20:15:05'),
(5918, 0, 'tr', 'plugins/ecommerce/tax', 'title', 'Başlık', '2021-09-01 18:40:12', '2021-09-03 20:15:05'),
(5919, 0, 'tr', 'plugins/ecommerce/tax', 'percentage', 'Yüzde %', '2021-09-01 18:40:12', '2021-09-03 20:15:05'),
(5920, 0, 'tr', 'plugins/ecommerce/tax', 'priority', 'Öncelik', '2021-09-01 18:40:12', '2021-09-03 20:15:05'),
(5921, 0, 'tr', 'plugins/ecommerce/tax', 'select_tax', '-- seçiniz --', '2021-09-01 18:40:12', '2021-09-03 20:15:05'),
(5922, 0, 'tr', 'plugins/language/language', 'name', 'Diller', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5923, 0, 'tr', 'plugins/language/language', 'choose_language', 'Bir dil seçin', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5924, 0, 'tr', 'plugins/language/language', 'select_language', 'Bir bayrak seçin...', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5925, 0, 'tr', 'plugins/language/language', 'choose_language_helper', 'Listeden bir dil seçebilir veya doğrudan aşağıda düzenleyebilirsiniz.', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5926, 0, 'tr', 'plugins/language/language', 'language_name', 'Dil adı', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5927, 0, 'tr', 'plugins/language/language', 'language_name_helper', 'Ad, sitenizde nasıl görüntülendiğidir (örneğin: İngilizce).', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5928, 0, 'tr', 'plugins/language/language', 'locale', 'Yerel', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5929, 0, 'tr', 'plugins/language/language', 'locale_helper', 'Dil için Laravel Yerel Ayarı (örneğin: <code>tr</code>).', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5930, 0, 'tr', 'plugins/language/language', 'language_code', 'Dil kodu', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5931, 0, 'tr', 'plugins/language/language', 'language_code_helper', 'Dil kodu - tercihen 2 harfli ISO 639-1 (örneğin: tr)', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5932, 0, 'tr', 'plugins/language/language', 'text_direction', 'Metin yönü', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5933, 0, 'tr', 'plugins/language/language', 'text_direction_helper', 'Dil için metin yönünü seçin', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5934, 0, 'tr', 'plugins/language/language', 'left_to_right', 'Soldan sağa', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5935, 0, 'tr', 'plugins/language/language', 'right_to_left', 'Sağdan sola', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5936, 0, 'tr', 'plugins/language/language', 'flag', 'Bayrak', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5937, 0, 'tr', 'plugins/language/language', 'flag_helper', 'Dil için bir bayrak seçin.', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5938, 0, 'tr', 'plugins/language/language', 'order', 'Sıra', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5939, 0, 'tr', 'plugins/language/language', 'order_helper', 'Dil değiştiricide dilin konumu', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5940, 0, 'tr', 'plugins/language/language', 'add_new_language', 'Yeni dil ekle', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5941, 0, 'tr', 'plugins/language/language', 'code', 'Kod', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5942, 0, 'tr', 'plugins/language/language', 'default_language', 'Varsayılan mı?', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5943, 0, 'tr', 'plugins/language/language', 'actions', 'İşlemler', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5944, 0, 'tr', 'plugins/language/language', 'translations', 'Çeviriler', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5945, 0, 'tr', 'plugins/language/language', 'edit', 'Düzenle', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5946, 0, 'tr', 'plugins/language/language', 'edit_tooltip', 'Bu dili düzenle', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5947, 0, 'tr', 'plugins/language/language', 'delete', 'Sil', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5948, 0, 'tr', 'plugins/language/language', 'delete_tooltip', 'Bu dili ve ilişkili tüm verilerini silin', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5949, 0, 'tr', 'plugins/language/language', 'choose_default_language', 'Varsayılan dil olarak :language seçin', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5950, 0, 'tr', 'plugins/language/language', 'current_language', 'Dili geçerli kıldın.', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5951, 0, 'tr', 'plugins/language/language', 'edit_related', 'Bu kayıt için ilgili dili düzenle', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5952, 0, 'tr', 'plugins/language/language', 'add_language_for_item', 'Bu kayıt için başka bir dil sürümü ekleyin', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5953, 0, 'tr', 'plugins/language/language', 'settings', 'Ayarlar', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5954, 0, 'tr', 'plugins/language/language', 'language_hide_default', 'URL\'den varsayılan dili gizle?', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5955, 0, 'tr', 'plugins/language/language', 'language_display_flag_only', 'Sadece bayrak', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5956, 0, 'tr', 'plugins/language/language', 'language_display_name_only', 'Sadece isim', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5957, 0, 'tr', 'plugins/language/language', 'language_display_all', 'Tüm bayrağı ve adı göster', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5958, 0, 'tr', 'plugins/language/language', 'language_display', 'Dil ekranı', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5959, 0, 'tr', 'plugins/language/language', 'switcher_display', 'Switcher dil ekranı', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5960, 0, 'tr', 'plugins/language/language', 'language_switcher_display_dropdown', 'Açılır liste', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5961, 0, 'tr', 'plugins/language/language', 'language_switcher_display_list', 'Liste', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5962, 0, 'tr', 'plugins/language/language', 'current_language_edit_notification', '\"<strong class=\"current_language_text\">:language</strong>\" sürümünü düzenliyorsunuz', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5963, 0, 'tr', 'plugins/language/language', 'confirm-change-language', 'Dil değişikliğini onayla', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5964, 0, 'tr', 'plugins/language/language', 'confirm-change-language-message', 'Dili gerçekten \"<strong class=\"change_to_language_text\"></strong>\" olarak değiştirmek istiyor musunuz? Bu eylem, varsa, \"<strong class=\"change_to_language_text\"></strong>\" sürümünü geçersiz kılar!', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5965, 0, 'tr', 'plugins/language/language', 'confirm-change-language-btn', 'Değişikliği onayla', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5966, 0, 'tr', 'plugins/language/language', 'hide_languages', 'Dilleri gizle', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5967, 0, 'tr', 'plugins/language/language', 'hide_languages_description', 'Belirli dillerdeki içeriği ziyaretçilerden ve arama motorlarından tamamen gizleyebilir, ancak yine de kendiniz görüntüleyebilirsiniz. Bu, devam etmekte olan çevirileri gözden geçirmenizi sağlar.', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5968, 0, 'tr', 'plugins/language/language', 'hide_languages_helper_display_hidden', '{0} Şu anda tüm diller görüntüleniyor.|{1} :language şu anda ziyaretçilere gizli.|[2, Inf] :language şu anda ziyaretçilere gizli.', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5969, 0, 'tr', 'plugins/language/language', 'show_all', 'Hepsini Göster', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5970, 0, 'tr', 'plugins/language/language', 'change_language', 'Dil', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5971, 0, 'tr', 'plugins/language/language', 'language_show_default_item_if_current_version_not_existed', 'Geçerli dilde mevcut değilse, öğeyi varsayılan dilde göster', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5972, 0, 'tr', 'plugins/language/language', 'select_flag', 'Bir bayrak seçin...', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5973, 0, 'tr', 'plugins/language/language', 'delete_confirmation_message', 'Bu dili gerçekten silmek istiyor musunuz? Ayrıca bu dildeki tüm öğeleri siler ve geri alınamaz!', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5974, 0, 'tr', 'plugins/language/language', 'added_already', 'Bu dil zaten eklendi!', '2021-09-01 18:40:12', '2021-09-04 11:53:41'),
(5975, 0, 'tr', 'plugins/newsletter/newsletter', 'name', 'E-Bültenler', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5976, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.email.templates.title', 'E-Bülten', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5977, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.email.templates.description', 'E-Bülten e-posta şablonlarını yapılandır', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5978, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.email.templates.to_admin.title', 'Yönetici e-posta gönder', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5979, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.email.templates.to_admin.description', 'Yöneticiye e-posta gönder şablonu', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5980, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.email.templates.to_user.title', 'Kullanıcıya e-posta gönder', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5981, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.email.templates.to_user.description', 'Aboneye e-posta gönder şablonu', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5982, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.title', 'E-Bülten', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5983, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.description', 'E-Bülten ayarları', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5984, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.mailchimp_api_key', 'Mailchimp API Anahtarı', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5985, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.mailchimp_list_id', 'Mailchimp Liste ID', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5986, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.sendgrid_api_key', 'Sendgrid API Anahtarı', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5987, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.sendgrid_list_id', 'Sendgrid Liste ID', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5988, 0, 'tr', 'plugins/newsletter/newsletter', 'statuses.subscribed', 'Abone olundu', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5989, 0, 'tr', 'plugins/newsletter/newsletter', 'statuses.unsubscribed', 'Abonelikten çıktı', '2021-09-01 18:40:12', '2021-10-28 09:05:23'),
(5990, 0, 'tr', 'plugins/payment/payment', 'payments', 'Ödemeler', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(5991, 0, 'tr', 'plugins/payment/payment', 'checkout_success', 'Ödeme başarıyla tamamlandı!', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(5992, 0, 'tr', 'plugins/payment/payment', 'view_payment', 'Ödemeyi görüntüle #', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(5993, 0, 'tr', 'plugins/payment/payment', 'charge_id', 'Ücret Kimliği', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(5994, 0, 'tr', 'plugins/payment/payment', 'amount', 'Tutar', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(5995, 0, 'tr', 'plugins/payment/payment', 'currency', 'Para birimi', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(5996, 0, 'tr', 'plugins/payment/payment', 'user', 'Kullanıcı', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(5997, 0, 'tr', 'plugins/payment/payment', 'stripe', 'Stripe', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(5998, 0, 'tr', 'plugins/payment/payment', 'paypal', 'PayPal', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(5999, 0, 'tr', 'plugins/payment/payment', 'action', 'İşlem', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6000, 0, 'tr', 'plugins/payment/payment', 'payment_via_card', 'Kartla ödeme', '2021-09-01 18:40:13', '2021-10-28 08:43:46');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(6001, 0, 'tr', 'plugins/payment/payment', 'card_number', 'Kart numarası', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6002, 0, 'tr', 'plugins/payment/payment', 'full_name', 'Ad Soyad', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6003, 0, 'tr', 'plugins/payment/payment', 'payment_via_paypal', 'PayPal ile ödeme', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6004, 0, 'tr', 'plugins/payment/payment', 'mm_yy', 'MM/YY', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6005, 0, 'tr', 'plugins/payment/payment', 'cvc', 'Özgeçmiş', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6006, 0, 'tr', 'plugins/payment/payment', 'details', 'Detaylar', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6007, 0, 'tr', 'plugins/payment/payment', 'payer_name', 'Ödeyen Adı', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6008, 0, 'tr', 'plugins/payment/payment', 'email', 'Email', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6009, 0, 'tr', 'plugins/payment/payment', 'phone', 'Telefon', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6010, 0, 'tr', 'plugins/payment/payment', 'country', 'Ülke', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6011, 0, 'tr', 'plugins/payment/payment', 'shipping_address', 'Teslimat adresi', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6012, 0, 'tr', 'plugins/payment/payment', 'payment_details', 'Ödeme Detayları', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6013, 0, 'tr', 'plugins/payment/payment', 'card', 'Kart', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6014, 0, 'tr', 'plugins/payment/payment', 'address', 'Adres', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6015, 0, 'tr', 'plugins/payment/payment', 'could_not_get_stripe_token', 'Bir ücret yapmak için Stripe token alınamadı.', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6016, 0, 'tr', 'plugins/payment/payment', 'payment_id', 'Ödeme Kimliği', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6017, 0, 'tr', 'plugins/payment/payment', 'payment_methods', 'Ödeme metodları', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6018, 0, 'tr', 'plugins/payment/payment', 'transactions', 'İşlemler', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6019, 0, 'tr', 'plugins/payment/payment', 'payment_methods_description', 'Web sitesi için ödeme yöntemlerini ayarlayın', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6020, 0, 'tr', 'plugins/payment/payment', 'paypal_description', 'Müşteri ürünü satın alabilir ve doğrudan PayPal ile ödeme yapabilir', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6021, 0, 'tr', 'plugins/payment/payment', 'use', 'Kullan', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6022, 0, 'tr', 'plugins/payment/payment', 'stripe_description', 'Müşteri ürünü satın alabilir ve Visa, Kredi kartı ile Stripe kullanarak doğrudan ödeme yapabilir', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6023, 0, 'tr', 'plugins/payment/payment', 'edit', 'Düzenle', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6024, 0, 'tr', 'plugins/payment/payment', 'settings', 'Ayarlar', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6025, 0, 'tr', 'plugins/payment/payment', 'activate', 'Etkinleştir', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6026, 0, 'tr', 'plugins/payment/payment', 'deactivate', 'Devre dışı bırak', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6027, 0, 'tr', 'plugins/payment/payment', 'update', 'Güncelleme', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6028, 0, 'tr', 'plugins/payment/payment', 'configuration_instruction', 'Şunun için yapılandırma talimatı :name', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6029, 0, 'tr', 'plugins/payment/payment', 'configuration_requirement', ':name kullanmak için ihtiyacınız olan', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6030, 0, 'tr', 'plugins/payment/payment', 'service_registration', 'Şununla kaydolun :name', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6031, 0, 'tr', 'plugins/payment/payment', 'after_service_registration_msg', ':name adresinden kayıt olduktan sonra, Müşteri Kimliğiniz, Müşteri Secret olacaktır.', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6032, 0, 'tr', 'plugins/payment/payment', 'enter_client_id_and_secret', 'Sağ taraftaki kutuya müşteri kimliğini, Secret\'ini girin', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6033, 0, 'tr', 'plugins/payment/payment', 'method_name', 'Yöntem adı', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6034, 0, 'tr', 'plugins/payment/payment', 'please_provide_information', 'Lütfen bilgi verin', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6035, 0, 'tr', 'plugins/payment/payment', 'client_id', 'Müşteri Kimliği', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6036, 0, 'tr', 'plugins/payment/payment', 'client_secret', 'Müşteri Secret', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6037, 0, 'tr', 'plugins/payment/payment', 'secret', 'Secret', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6038, 0, 'tr', 'plugins/payment/payment', 'stripe_key', 'Stripe Genel Anahtar', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6039, 0, 'tr', 'plugins/payment/payment', 'stripe_secret', 'Stripe Özel Anahtar', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6040, 0, 'tr', 'plugins/payment/payment', 'stripe_after_service_registration_msg', ':name adresinden kayıt olduktan sonra, Genel, Gizli anahtarlara sahip olacaksınız.', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6041, 0, 'tr', 'plugins/payment/payment', 'stripe_enter_client_id_and_secret', 'Sağdaki kutuya Genel, Gizli anahtarları girin', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6042, 0, 'tr', 'plugins/payment/payment', 'pay_online_via', 'Üzerinden online ödeme :name', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6043, 0, 'tr', 'plugins/payment/payment', 'sandbox_mode', 'Korumalı alan modu', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6044, 0, 'tr', 'plugins/payment/payment', 'deactivate_payment_method', 'Ödeme yöntemini devre dışı bırak', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6045, 0, 'tr', 'plugins/payment/payment', 'deactivate_payment_method_description', 'Bu ödeme yöntemini gerçekten devre dışı bırakmak istiyor musunuz?', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6046, 0, 'tr', 'plugins/payment/payment', 'agree', 'Katıl', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6047, 0, 'tr', 'plugins/payment/payment', 'name', 'Ödemeler', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6048, 0, 'tr', 'plugins/payment/payment', 'create', 'Yeni ödeme', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6049, 0, 'tr', 'plugins/payment/payment', 'go_back', 'Geri git', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6050, 0, 'tr', 'plugins/payment/payment', 'information', 'Bilgi', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6051, 0, 'tr', 'plugins/payment/payment', 'methods.paypal', 'PayPal', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6052, 0, 'tr', 'plugins/payment/payment', 'methods.stripe', 'Stripe', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6053, 0, 'tr', 'plugins/payment/payment', 'methods.cod', 'Kapıda ödeme', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6054, 0, 'tr', 'plugins/payment/payment', 'methods.bank_transfer', 'Banka transferi', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6055, 0, 'tr', 'plugins/payment/payment', 'statuses.pending', 'Bekliyor', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6056, 0, 'tr', 'plugins/payment/payment', 'statuses.completed', 'Tamamlandı', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6057, 0, 'tr', 'plugins/payment/payment', 'statuses.refunding', 'Geri ödeme', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6058, 0, 'tr', 'plugins/payment/payment', 'statuses.refunded', 'Geri ödendi', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6059, 0, 'tr', 'plugins/payment/payment', 'statuses.fraud', 'Sahtekar', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6060, 0, 'tr', 'plugins/payment/payment', 'statuses.failed', 'Arızalı', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6061, 0, 'tr', 'plugins/payment/payment', 'payment_methods_instruction', 'Müşterileri doğrudan ödeme yapmaya yönlendirin. Teslimat veya banka havalesi ile ödemeyi seçebilirsiniz', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6062, 0, 'tr', 'plugins/payment/payment', 'payment_method_description', 'Ödeme kılavuzu - (Başarılı satın alma ve ödeme bildirimi sayfasında görüntülenir)', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6063, 0, 'tr', 'plugins/payment/payment', 'payment_via_cod', 'Kapıda ödeme', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6064, 0, 'tr', 'plugins/payment/payment', 'payment_via_bank_transfer', 'Banka transferi', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6065, 0, 'tr', 'plugins/payment/payment', 'payment_pending', 'Ödeme başarıyla tamamlandı. Ödemeniz beklemede ve personelimiz tarafından kontrol edilecektir.', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6066, 0, 'tr', 'plugins/payment/payment', 'created_at', 'Oluşturma Tarihi', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6067, 0, 'tr', 'plugins/payment/payment', 'payment_channel', 'Ödeme Kanalı', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6068, 0, 'tr', 'plugins/payment/payment', 'total', 'Toplam', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6069, 0, 'tr', 'plugins/payment/payment', 'status', 'Durum', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6070, 0, 'tr', 'plugins/payment/payment', 'default_payment_method', 'Varsayılan ödeme yöntemi', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6071, 0, 'tr', 'plugins/payment/payment', 'turn_off_success', 'Ödeme yöntemi başarıyla kapatılmıştır.', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6072, 0, 'tr', 'plugins/payment/payment', 'saved_payment_method_success', 'Ödeme yöntemi başarıyla kaydedildi!', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6073, 0, 'tr', 'plugins/payment/payment', 'saved_payment_settings_success', 'Ödeme ayarları başarıyla kaydedildi!', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6074, 0, 'tr', 'plugins/payment/payment', 'payment_name', 'İsim', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6075, 0, 'tr', 'plugins/payment/payment', 'callback_url', 'Geri arama URL\'si', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6076, 0, 'tr', 'plugins/payment/payment', 'return_url', 'URL\'yi döndür', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6077, 0, 'tr', 'plugins/payment/payment', 'payment_not_found', 'Ödeme bulunamadı!', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6078, 0, 'tr', 'plugins/payment/payment', 'refunds.title', 'Geri ödemeler', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6079, 0, 'tr', 'plugins/payment/payment', 'refunds.id', 'ID', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6080, 0, 'tr', 'plugins/payment/payment', 'refunds.breakdowns', 'Arızalar', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6081, 0, 'tr', 'plugins/payment/payment', 'refunds.gross_amount', 'Brüt tutar', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6082, 0, 'tr', 'plugins/payment/payment', 'refunds.paypal_fee', 'Paypal ücreti', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6083, 0, 'tr', 'plugins/payment/payment', 'refunds.net_amount', 'Net tutar', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6084, 0, 'tr', 'plugins/payment/payment', 'refunds.total_refunded_amount', 'Toplam geri ödenen tutar', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6085, 0, 'tr', 'plugins/payment/payment', 'refunds.create_time', 'Zaman yarat', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6086, 0, 'tr', 'plugins/payment/payment', 'refunds.update_time', 'Güncelleme zamanı', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6087, 0, 'tr', 'plugins/payment/payment', 'refunds.status', 'Durum', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6088, 0, 'tr', 'plugins/payment/payment', 'refunds.description', 'Açıklama', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6089, 0, 'tr', 'plugins/payment/payment', 'refunds.refunded_at', 'Geri ödeme tarihi', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6090, 0, 'tr', 'plugins/payment/payment', 'refunds.error_message', 'Hata mesajı', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6091, 0, 'tr', 'plugins/payment/payment', 'view_response_source', 'Yanıt kaynağını görüntüle', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6092, 0, 'tr', 'plugins/payment/payment', 'status_is_not_completed', 'Durum TAMAMLANMADI', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6093, 0, 'tr', 'plugins/payment/payment', 'cannot_found_capture_id', 'Ödeme ayrıntısına sahip yakalama kimliği bulunamadı', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6094, 0, 'tr', 'plugins/payment/payment', 'amount_refunded', 'İade edilen tutar', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6095, 0, 'tr', 'plugins/payment/payment', 'amount_remaining', 'Kalan tutar', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6096, 0, 'tr', 'plugins/payment/payment', 'paid_at', 'Ücretli', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6097, 0, 'tr', 'plugins/payment/payment', 'invalid_settings', ':name ayarları geçersiz!', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6098, 0, 'tr', 'plugins/payment/payment', 'view_transaction', 'İşlem \":charge_id\"', '2021-09-01 18:40:13', '2021-10-28 08:43:46'),
(6099, 0, 'tr', 'plugins/simple-slider/simple-slider', 'create', 'Yeni slider', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6100, 0, 'tr', 'plugins/simple-slider/simple-slider', 'edit', 'Slider düzenle', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6101, 0, 'tr', 'plugins/simple-slider/simple-slider', 'menu', 'Sliderlar', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6102, 0, 'tr', 'plugins/simple-slider/simple-slider', 'settings.title', 'Slider', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6103, 0, 'tr', 'plugins/simple-slider/simple-slider', 'settings.description', 'Slider Ayarları', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6104, 0, 'tr', 'plugins/simple-slider/simple-slider', 'settings.using_assets', 'Varsayılan olarak kullanılsın mı ?', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6105, 0, 'tr', 'plugins/simple-slider/simple-slider', 'settings.using_assets_description', 'Varsayılan seçeneği etkinleştirilirse, aşağıdaki komut dosyaları otomatik olarak ön siteye eklenir.', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6106, 0, 'tr', 'plugins/simple-slider/simple-slider', 'add_new', 'Yeni ekle', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6107, 0, 'tr', 'plugins/simple-slider/simple-slider', 'save_sorting', 'Sıralamayı kaydet', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6108, 0, 'tr', 'plugins/simple-slider/simple-slider', 'key', 'Anahtar', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6109, 0, 'tr', 'plugins/simple-slider/simple-slider', 'slide_items', 'Slayt Öğeleri', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6110, 0, 'tr', 'plugins/simple-slider/simple-slider', 'update_slide_position_success', 'Slayt konumu başarıyla güncellendi!', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6111, 0, 'tr', 'plugins/simple-slider/simple-slider', 'create_new_slide', 'Yeni bir slayt oluştur', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6112, 0, 'tr', 'plugins/simple-slider/simple-slider', 'edit_slide', 'Slider düzenle #:id', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6113, 0, 'tr', 'plugins/simple-slider/simple-slider', 'simple_slider_shortcode_name', 'Slider', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6114, 0, 'tr', 'plugins/simple-slider/simple-slider', 'simple_slider_shortcode_description', 'Slider ekleyin', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6115, 0, 'tr', 'plugins/simple-slider/simple-slider', 'select_slider', 'Bir slider seçin', '2021-09-01 18:40:13', '2021-09-03 19:48:21'),
(6116, 0, 'tr', 'plugins/social-login/social-login', 'settings.title', 'Sosyal Medya Giriş Ayarları', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6117, 0, 'tr', 'plugins/social-login/social-login', 'settings.description', 'Sosyal medya oturum açma seçeneklerini yapılandırın', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6118, 0, 'tr', 'plugins/social-login/social-login', 'settings.facebook.title', 'Facebook giriş ayarları', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6119, 0, 'tr', 'plugins/social-login/social-login', 'settings.facebook.description', 'Facebook girişi için uygulama kimlik bilgilerini etkinleştirin/devre dışı bırakın ve yapılandırın', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6120, 0, 'tr', 'plugins/social-login/social-login', 'settings.facebook.app_id', 'Uygulama ID', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6121, 0, 'tr', 'plugins/social-login/social-login', 'settings.facebook.app_secret', 'Uygulama Secret', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6122, 0, 'tr', 'plugins/social-login/social-login', 'settings.facebook.helper', 'Yeni uygulama güncelleme Uygulama ID, Uygulama Secret oluşturmak için lütfen https://developers.facebook.com adresine gidin. Geri arama URL\'si :callback', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6123, 0, 'tr', 'plugins/social-login/social-login', 'settings.google.title', 'Google giriş ayarları', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6124, 0, 'tr', 'plugins/social-login/social-login', 'settings.google.description', 'Google girişi için uygulama kimlik bilgilerini etkinleştirin/devre dışı bırakın ve yapılandırın', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6125, 0, 'tr', 'plugins/social-login/social-login', 'settings.google.app_id', 'Uygulama ID', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6126, 0, 'tr', 'plugins/social-login/social-login', 'settings.google.app_secret', 'Uygulama Secret', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6127, 0, 'tr', 'plugins/social-login/social-login', 'settings.google.helper', 'Yeni uygulama güncelleme Uygulama ID, Uygulama Secret oluşturmak için lütfen https://console.developers.google.com/apis/dashboard adresine gidin. Geri arama URL\'si :callback', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6128, 0, 'tr', 'plugins/social-login/social-login', 'settings.github.title', 'Github giriş ayarları', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6129, 0, 'tr', 'plugins/social-login/social-login', 'settings.github.description', 'Github girişi için uygulama kimlik bilgilerini etkinleştirin/devre dışı bırakın ve yapılandırın', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6130, 0, 'tr', 'plugins/social-login/social-login', 'settings.github.app_id', 'Uygulama ID', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6131, 0, 'tr', 'plugins/social-login/social-login', 'settings.github.app_secret', 'Uygulama Secret', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6132, 0, 'tr', 'plugins/social-login/social-login', 'settings.github.helper', 'Yeni uygulama güncelleme Uygulama ID, Uygulama Secret oluşturmak için lütfen https://github.com/settings/developers adresine gidin. Geri arama URL\'si :callback', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6133, 0, 'tr', 'plugins/social-login/social-login', 'settings.linkedin.title', 'Linkedin giriş ayarları', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6134, 0, 'tr', 'plugins/social-login/social-login', 'settings.linkedin.description', 'Linkedin girişi için uygulama kimlik bilgilerini etkinleştirin/devre dışı bırakın ve yapılandırın', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6135, 0, 'tr', 'plugins/social-login/social-login', 'settings.linkedin.app_id', 'Uygulama ID', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6136, 0, 'tr', 'plugins/social-login/social-login', 'settings.linkedin.app_secret', 'Uygulama Secret', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6137, 0, 'tr', 'plugins/social-login/social-login', 'settings.linkedin.helper', 'Yeni uygulama güncelleme Uygulama ID, Uygulama Secret oluşturmak için lütfen https://www.linkedin.com/developers/apps/new adresine gidin. Geri arama URL\'si :callback', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6138, 0, 'tr', 'plugins/social-login/social-login', 'settings.enable', 'Etkinleştirilsin mi?', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6139, 0, 'tr', 'plugins/social-login/social-login', 'menu', 'Sosyal Medya ile Giriş', '2021-09-01 18:40:13', '2021-09-03 19:41:41'),
(6140, 0, 'tr', 'plugins/translation/translation', 'translations', 'Çeviriler', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6141, 0, 'tr', 'plugins/translation/translation', 'translations_description', 'Sistemdeki tüm kelimeleri çevirin.', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6142, 0, 'tr', 'plugins/translation/translation', 'export_warning', 'Uyarı, \'php artisan cms:translations:export\' komutu veya yayınla düğmesi kullanılarak kaynaklar/lang dosyasına geri aktarılana kadar çeviriler görünmez.', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6143, 0, 'tr', 'plugins/translation/translation', 'import_done', 'İçe aktarma tamamlandı, işlendi :counter kalemleri! Grupları yenilemek için bu sayfayı yeniden yükleyin!', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6144, 0, 'tr', 'plugins/translation/translation', 'translation_manager', 'Çeviri Yöneticisi', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6145, 0, 'tr', 'plugins/translation/translation', 'done_publishing', 'Grup için çevirilerin yayınlanması tamamlandı', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6146, 0, 'tr', 'plugins/translation/translation', 'append_translation', 'Yeni çeviri ekle', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6147, 0, 'tr', 'plugins/translation/translation', 'replace_translation', 'Mevcut çevirileri değiştir', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6148, 0, 'tr', 'plugins/translation/translation', 'import_group', 'Grubu içe aktar', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6149, 0, 'tr', 'plugins/translation/translation', 'confirm_publish_group', '\":group\" çeviri grubunu yayınlamak istediğinizden emin misiniz? Bu, varolan dil dosyalarının üzerine yazacaktır.', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6150, 0, 'tr', 'plugins/translation/translation', 'publish_translations', 'Çevirileri yayınlayın', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6151, 0, 'tr', 'plugins/translation/translation', 'back', 'Geri', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6152, 0, 'tr', 'plugins/translation/translation', 'edit_title', 'Çeviriyi girin', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6153, 0, 'tr', 'plugins/translation/translation', 'choose_group_msg', 'Grup çevirilerini görüntülemek için bir grup seçin. Hiçbir grup görünmüyorsa, çevirileri içe aktardığınızdan emin olun.', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6154, 0, 'tr', 'plugins/translation/translation', 'choose_a_group', 'Bir grup seçin', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6155, 0, 'tr', 'plugins/translation/translation', 'locales', 'Dil Ayarları', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6156, 0, 'tr', 'plugins/translation/translation', 'theme-translations', 'Tema Çevirileri', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6157, 0, 'tr', 'plugins/translation/translation', 'admin-translations', 'Diğer Çeviriler', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6158, 0, 'tr', 'plugins/translation/translation', 'translate_from', 'Çevir', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6159, 0, 'tr', 'plugins/translation/translation', 'to', 'ile', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6160, 0, 'tr', 'plugins/translation/translation', 'no_other_languages', 'Çevirecek başka dil yok!', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6161, 0, 'tr', 'plugins/translation/translation', 'edit', 'Düzenle', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6162, 0, 'tr', 'plugins/translation/translation', 'locale', 'Dil Ayarları', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6163, 0, 'tr', 'plugins/translation/translation', 'locale_placeholder', 'Örn: tr', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6164, 0, 'tr', 'plugins/translation/translation', 'name', 'İsim', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6165, 0, 'tr', 'plugins/translation/translation', 'default_locale', 'Varsayılan dil ayarı?', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6166, 0, 'tr', 'plugins/translation/translation', 'actions', 'İşlemler', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6167, 0, 'tr', 'plugins/translation/translation', 'choose_language', 'Dil seçiniz', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6168, 0, 'tr', 'plugins/translation/translation', 'add_new_language', 'Yeni dil ekle', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6169, 0, 'tr', 'plugins/translation/translation', 'select_language', 'Dil Seçin', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6170, 0, 'tr', 'plugins/translation/translation', 'flag', 'Bayrak', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6171, 0, 'tr', 'plugins/translation/translation', 'folder_is_not_writeable', 'Dosya yazılamıyor! Klasör/kaynaklar / lang yazılabilir değil. Yazılabilir hale getirmek için lütfen chmod!', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6172, 0, 'tr', 'plugins/translation/translation', 'delete', 'Sil', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6173, 0, 'tr', 'plugins/translation/translation', 'confirm_delete_message', 'Bu dil ayarını gerçekten silmek istiyor musunuz? Bu yerel için /resources/lang! içindeki tüm dosyaları/klasörleri siler!', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6174, 0, 'tr', 'plugins/translation/translation', 'download', 'İndir', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6175, 0, 'tr', 'plugins/translation/translation', 'select_locale', 'Dil seçin', '2021-09-01 18:40:14', '2021-09-03 19:08:40'),
(6176, 0, 'en', 'core/base/system', 'updater', 'System Updater', '2021-10-28 08:45:37', '2021-10-28 08:50:32'),
(6177, 0, 'en', 'core/dashboard/dashboard', 'predefined_ranges.today', 'Today', '2021-10-28 08:45:38', '2021-10-28 08:52:22'),
(6178, 0, 'en', 'core/dashboard/dashboard', 'predefined_ranges.yesterday', 'Yesterday', '2021-10-28 08:45:38', '2021-10-28 08:52:22'),
(6179, 0, 'en', 'core/dashboard/dashboard', 'predefined_ranges.this_week', 'This Week', '2021-10-28 08:45:38', '2021-10-28 08:52:22'),
(6180, 0, 'en', 'core/dashboard/dashboard', 'predefined_ranges.last_7_days', 'Last 7 Days', '2021-10-28 08:45:38', '2021-10-28 08:52:22'),
(6181, 0, 'en', 'core/dashboard/dashboard', 'predefined_ranges.this_month', 'This Month', '2021-10-28 08:45:38', '2021-10-28 08:52:22'),
(6182, 0, 'en', 'core/dashboard/dashboard', 'predefined_ranges.last_30_days', 'Last 30 Days', '2021-10-28 08:45:38', '2021-10-28 08:52:22'),
(6183, 0, 'en', 'core/dashboard/dashboard', 'predefined_ranges.this_year', 'This Year', '2021-10-28 08:45:38', '2021-10-28 08:52:22'),
(6184, 0, 'en', 'core/setting/setting', 'media.bunnycdn_hostname', 'Hostname', '2021-10-28 08:45:38', '2022-04-12 11:57:41'),
(6185, 0, 'en', 'core/setting/setting', 'media.bunnycdn_zone', 'Zone Name (The name of your storage zone)', '2021-10-28 08:45:38', '2022-04-12 11:57:41'),
(6186, 0, 'en', 'core/setting/setting', 'media.bunnycdn_key', 'FTP & API Access Password (The storage zone API Access Password)', '2021-10-28 08:45:38', '2022-04-12 11:57:41'),
(6187, 0, 'en', 'core/setting/setting', 'media.bunnycdn_region', 'Region (The storage zone region)', '2021-10-28 08:45:38', '2022-04-12 11:57:41'),
(6188, 0, 'en', 'plugins/backup/backup', 'important_message4', 'It is not a full backup, it is just back up uploaded files and your database.', '2021-10-28 08:45:40', '2021-10-28 08:55:07'),
(6189, 0, 'en', 'plugins/ecommerce/bulk-import', 'import_failed_description', 'Import failed, please check the errors below!', '2021-10-28 08:45:41', '2021-10-28 08:56:22'),
(6190, 0, 'en', 'plugins/ecommerce/customer', 'phone', 'Phone', '2021-10-28 08:45:41', '2021-10-28 08:57:32'),
(6191, 0, 'en', 'plugins/ecommerce/customer', 'phone_placeholder', 'Phone', '2021-10-28 08:45:41', '2021-10-28 08:57:32'),
(6192, 0, 'en', 'plugins/ecommerce/customer', 'avatar', 'Avatar', '2021-10-28 08:45:41', '2021-10-28 08:57:32'),
(6193, 0, 'en', 'plugins/ecommerce/customer', 'dob', 'Date of birth', '2021-10-28 08:45:41', '2021-10-28 08:57:32'),
(6194, 0, 'en', 'plugins/ecommerce/customer', 'statuses.activated', 'Activated', '2021-10-28 08:45:41', '2021-10-28 08:57:32'),
(6195, 0, 'en', 'plugins/ecommerce/customer', 'statuses.locked', 'Locked', '2021-10-28 08:45:41', '2021-10-28 08:57:32'),
(6196, 0, 'en', 'plugins/ecommerce/discount', 'enter_promotion_name', 'Enter promotion name', '2021-10-28 08:45:41', '2021-10-28 08:59:15'),
(6197, 0, 'en', 'plugins/ecommerce/discount', 'enter_coupon_name', 'Enter coupon name', '2021-10-28 08:45:41', '2021-10-28 08:59:15'),
(6198, 0, 'en', 'plugins/ecommerce/discount', 'cancel', 'Cancel', '2021-10-28 08:45:41', '2021-10-28 08:59:15'),
(6199, 0, 'en', 'plugins/ecommerce/discount', 'is', 'Is', '2021-10-28 08:45:41', '2021-10-28 08:59:15'),
(6200, 0, 'en', 'plugins/ecommerce/discount', 'when_shipping_fee_less_than', 'when shipping fee less than', '2021-10-28 08:45:41', '2021-10-28 08:59:15'),
(6201, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.show_number_of_products', 'Show number of products in the product single', '2021-10-28 08:45:41', '2022-04-12 12:17:22'),
(6202, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.payment_method_cod_minimum_amount', 'Minimum order amount - :currency (Optional)', '2021-10-28 08:45:41', '2022-04-12 12:17:22'),
(6203, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.review.max_file_size', 'Review max file size (MB)', '2021-10-28 08:45:41', '2022-04-12 12:17:22'),
(6204, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.review.max_file_number', 'Review max file number', '2021-10-28 08:45:41', '2022-04-12 12:17:22'),
(6205, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.using_custom_font_for_invoice', 'Using custom font for invoice?', '2021-10-28 08:45:41', '2022-04-12 12:17:22'),
(6206, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.invoice_font_family', 'Invoice font family (Only work for Latin language)', '2021-10-28 08:45:41', '2022-04-12 12:17:22'),
(6207, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.enable_invoice_stamp', 'Enable invoice stamp', '2021-10-28 08:45:41', '2022-04-12 12:17:22'),
(6208, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.make_phone_field_at_the_checkout_optional', 'Make phone field at the checkout optional.', '2021-10-28 08:45:41', '2022-04-12 12:17:22'),
(6209, 0, 'en', 'plugins/ecommerce/order', 'address_country_required', 'The country field is required.', '2021-10-28 08:45:41', '2022-03-05 10:51:26'),
(6210, 0, 'en', 'plugins/ecommerce/order', 'search_or_create_new_product', 'Search or create a new product', '2021-10-28 08:45:42', '2022-03-05 10:51:26'),
(6211, 0, 'en', 'plugins/ecommerce/order', 'search_or_create_new_customer', 'Search or create a new customer', '2021-10-28 08:45:42', '2022-03-05 10:51:26'),
(6212, 0, 'en', 'plugins/ecommerce/order', 'discount_description', 'Discount description', '2021-10-28 08:45:42', '2022-03-05 10:51:26'),
(6213, 0, 'en', 'plugins/ecommerce/order', 'cant_select_out_of_stock_product', 'Cannot select out of stock product!', '2021-10-28 08:45:42', '2022-03-05 10:51:26'),
(6214, 0, 'en', 'plugins/ecommerce/reports', 'ranges.last_30_days', 'Last 30 days', '2021-10-28 08:45:42', '2021-10-28 09:04:17'),
(6216, 0, 'en', 'plugins/newsletter/newsletter', 'settings.mailchimp_list', 'Mailchimp List', '2021-10-28 08:45:46', '2021-10-28 09:05:23'),
(6217, 0, 'en', 'plugins/newsletter/newsletter', 'settings.sendgrid_list', 'Sendgrid List', '2021-10-28 08:45:46', '2021-10-28 09:05:23'),
(6218, 0, 'tr', 'core/base/system', 'updater', 'Sistem Güncelleyici', '2021-10-28 08:50:27', '2021-10-28 08:50:32'),
(6219, 0, 'tr', 'core/dashboard/dashboard', 'predefined_ranges.last_30_days', 'Son 30 Gün', '2021-10-28 08:51:18', '2021-10-28 08:52:22'),
(6220, 0, 'tr', 'core/dashboard/dashboard', 'predefined_ranges.last_7_days', 'Son 7 Gün', '2021-10-28 08:51:26', '2021-10-28 08:52:22'),
(6221, 0, 'tr', 'core/dashboard/dashboard', 'predefined_ranges.this_month', 'Bu Ay', '2021-10-28 08:51:35', '2021-10-28 08:52:22'),
(6222, 0, 'tr', 'core/dashboard/dashboard', 'predefined_ranges.this_week', 'Bu Hafta', '2021-10-28 08:51:52', '2021-10-28 08:52:22'),
(6223, 0, 'tr', 'core/dashboard/dashboard', 'predefined_ranges.this_year', 'Bu Yıl', '2021-10-28 08:52:01', '2021-10-28 08:52:22'),
(6224, 0, 'tr', 'core/dashboard/dashboard', 'predefined_ranges.today', 'Bugün', '2021-10-28 08:52:10', '2021-10-28 08:52:22'),
(6225, 0, 'tr', 'core/dashboard/dashboard', 'predefined_ranges.yesterday', 'Dün', '2021-10-28 08:52:19', '2021-10-28 08:52:22'),
(6226, 0, 'tr', 'core/setting/setting', 'media.bunnycdn_hostname', 'Hostname', '2021-10-28 08:52:54', '2022-04-12 11:57:41'),
(6227, 0, 'tr', 'core/setting/setting', 'media.bunnycdn_key', 'FTP ve API Erişim Parolası (Depolama bölgesi API Erişim Parolası)', '2021-10-28 08:53:07', '2022-04-12 11:57:41'),
(6228, 0, 'tr', 'core/setting/setting', 'media.bunnycdn_region', 'Bölge (Depolama bölgesi bölgesi)', '2021-10-28 08:53:30', '2022-04-12 11:57:41'),
(6229, 0, 'tr', 'core/setting/setting', 'media.bunnycdn_zone', 'Bölge Adı (Depolama alanınızın adı)', '2021-10-28 08:53:41', '2022-04-12 11:57:41'),
(6230, 0, 'tr', 'plugins/backup/backup', 'important_message4', 'Bu tam bir yedekleme değil, yalnızca yüklenen dosyaları ve veritabanınızı yedeklemektir.', '2021-10-28 08:55:03', '2021-10-28 08:55:07'),
(6231, 0, 'tr', 'plugins/ecommerce/bulk-import', 'import_failed_description', 'İçe aktarma başarısız oldu, lütfen aşağıdaki hataları kontrol edin!', '2021-10-28 08:56:10', '2021-10-28 08:56:22'),
(6232, 0, 'tr', 'plugins/ecommerce/customer', 'avatar', 'Avatar', '2021-10-28 08:56:43', '2021-10-28 08:57:32'),
(6233, 0, 'tr', 'plugins/ecommerce/customer', 'dob', 'Doğum tarihi', '2021-10-28 08:56:54', '2021-10-28 08:57:32'),
(6234, 0, 'tr', 'plugins/ecommerce/customer', 'phone', 'Telefon', '2021-10-28 08:57:03', '2021-10-28 08:57:32'),
(6235, 0, 'tr', 'plugins/ecommerce/customer', 'phone_placeholder', 'Telefon', '2021-10-28 08:57:07', '2021-10-28 08:57:32'),
(6236, 0, 'tr', 'plugins/ecommerce/customer', 'statuses.activated', 'Aktif', '2021-10-28 08:57:14', '2021-10-28 08:57:32'),
(6237, 0, 'tr', 'plugins/ecommerce/customer', 'statuses.locked', 'Kilitli', '2021-10-28 08:57:25', '2021-10-28 08:57:32'),
(6238, 0, 'tr', 'plugins/ecommerce/discount', 'cancel', 'İptal et', '2021-10-28 08:57:56', '2021-10-28 08:59:15'),
(6239, 0, 'tr', 'plugins/ecommerce/discount', 'enter_coupon_name', 'Kupon adını girin', '2021-10-28 08:58:09', '2021-10-28 08:59:15'),
(6240, 0, 'tr', 'plugins/ecommerce/discount', 'enter_promotion_name', 'Promosyon adını girin', '2021-10-28 08:58:19', '2021-10-28 08:59:15'),
(6241, 0, 'tr', 'plugins/ecommerce/discount', 'is', 'ile', '2021-10-28 08:58:57', '2021-10-28 08:59:15'),
(6242, 0, 'tr', 'plugins/ecommerce/discount', 'when_shipping_fee_less_than', 'kargo ücreti daha az olduğunda', '2021-10-28 08:59:10', '2021-10-28 08:59:15'),
(6243, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.enable_invoice_stamp', 'Fatura damgasını etkinleştir', '2021-10-28 08:59:33', '2022-04-12 12:17:22'),
(6244, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.invoice_font_family', 'Fatura yazı tipi ailesi (Yalnızca Latin dili için çalışır)', '2021-10-28 08:59:44', '2022-04-12 12:17:22'),
(6245, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.make_phone_field_at_the_checkout_optional', 'Ödeme sırasında telefon alanını isteğe bağlı yapın.', '2021-10-28 08:59:56', '2022-04-12 12:17:22'),
(6246, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.payment_method_cod_minimum_amount', 'Minimum sipariş tutarı - :currency (Opsiyonel)', '2021-10-28 09:00:31', '2022-04-12 12:17:22'),
(6247, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.review.max_file_number', 'Maksimum dosya numarasını inceleyin', '2021-10-28 09:00:40', '2022-04-12 12:17:22'),
(6248, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.review.max_file_size', 'Maksimum dosya boyutunu (MB) inceleyin', '2021-10-28 09:00:52', '2022-04-12 12:17:22'),
(6249, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.show_number_of_products', 'Tek üründeki ürün sayısını göster', '2021-10-28 09:01:12', '2022-04-12 12:17:22'),
(6250, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.using_custom_font_for_invoice', 'Fatura için özel yazı tipi mi kullanıyorsunuz?', '2021-10-28 09:01:23', '2022-04-12 12:17:22'),
(6251, 0, 'tr', 'plugins/ecommerce/order', 'address_country_required', 'Ülke alanı gereklidir.', '2021-10-28 09:02:35', '2022-03-05 10:51:26'),
(6252, 0, 'tr', 'plugins/ecommerce/order', 'cant_select_out_of_stock_product', 'Stokta olmayan ürün seçilemiyor!', '2021-10-28 09:02:45', '2022-03-05 10:51:26'),
(6253, 0, 'tr', 'plugins/ecommerce/order', 'discount_description', 'İndirim açıklaması', '2021-10-28 09:02:55', '2022-03-05 10:51:26'),
(6254, 0, 'tr', 'plugins/ecommerce/order', 'search_or_create_new_customer', 'Yeni bir müşteri arayın veya oluşturun', '2021-10-28 09:03:09', '2022-03-05 10:51:26'),
(6255, 0, 'tr', 'plugins/ecommerce/order', 'search_or_create_new_product', 'Yeni bir ürün arayın veya oluşturun', '2021-10-28 09:03:18', '2022-03-05 10:51:26'),
(6256, 0, 'tr', 'plugins/ecommerce/reports', 'ranges.last_30_days', 'Son 30 gün', '2021-10-28 09:04:13', '2021-10-28 09:04:17'),
(6257, 0, 'tr', 'plugins/ecommerce/shipping', 'delivery_note', 'Teslimat notu', '2021-10-28 09:04:36', '2022-04-08 08:57:54'),
(6258, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.mailchimp_list', 'Mailchimp Listesi', '2021-10-28 09:05:11', '2021-10-28 09:05:23'),
(6259, 0, 'tr', 'plugins/newsletter/newsletter', 'settings.sendgrid_list', 'Sendgrid Listesi', '2021-10-28 09:05:20', '2021-10-28 09:05:23'),
(9928, 0, 'en', 'plugins/ecommerce/shipping', 'email', 'Email', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(9929, 0, 'en', 'plugins/ecommerce/shipping', 'zip_code', 'Zip code', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(9930, 0, 'en', 'plugins/ecommerce/shipping', 'methods.default', 'Default', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29591, 0, 'en', 'plugins/ecommerce/shipping', 'delete_shipping_area', 'Delete shipping area', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29690, 0, 'en', 'plugins/ecommerce/shipping', 'cancel', 'Cancel', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29692, 0, 'en', 'plugins/ecommerce/shipping', 'base_on_price', 'Based on product\'s price', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29693, 0, 'en', 'plugins/ecommerce/shipping', 'shipment_canceled', 'Shipment was canceled', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29694, 0, 'en', 'plugins/ecommerce/shipping', 'at', 'At', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29697, 0, 'en', 'plugins/ecommerce/shipping', 'update_cod_status', 'Update COD status', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29794, 0, 'en', 'plugins/ecommerce/shipping', 'shipping_status', 'Shipping status', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29797, 0, 'en', 'plugins/ecommerce/shipping', 'change_status_confirm_title', 'Confirm <span class=\"shipment-status-label\"></span> ?', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29798, 0, 'en', 'plugins/ecommerce/shipping', 'change_status_confirm_description', 'Are you sure you want to confirm <span class=\"shipment-status-label\"></span> for this shipment?', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29898, 0, 'en', 'plugins/ecommerce/shipping', 'note', 'Note', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29899, 0, 'en', 'plugins/ecommerce/shipping', 'finish', 'Finish', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29946, 0, 'en', 'plugins/ecommerce/shipping', 'shipping_rules_description', 'Rules to calculate shipping fee.', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29948, 0, 'en', 'plugins/ecommerce/shipping', 'add_shipping_rule', 'Add shipping rule', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29952, 0, 'en', 'plugins/ecommerce/shipping', 'delete_shipping_area_confirmation', 'Are you sure you want to delete shipping area <strong class=\"region-item-label\"></strong>?', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29953, 0, 'en', 'plugins/ecommerce/shipping', 'add_shipping_fee_for_area', 'Add shipping fee for area', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29954, 0, 'en', 'plugins/ecommerce/shipping', 'confirm', 'Confirm', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29955, 0, 'en', 'plugins/ecommerce/shipping', 'save', 'Save', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29956, 0, 'en', 'plugins/ecommerce/shipping', 'greater_than', 'Greater than', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29957, 0, 'en', 'plugins/ecommerce/shipping', 'type', 'Type', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29958, 0, 'en', 'plugins/ecommerce/shipping', 'shipping_rule_name', 'Name of shipping rule', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29959, 0, 'en', 'plugins/ecommerce/shipping', 'shipping_fee', 'Shipping fee', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29969, 0, 'en', 'plugins/ecommerce/shipping', 'shipment_information', 'Shipment information', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29970, 0, 'en', 'plugins/ecommerce/shipping', 'order_number', 'Order number', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29971, 0, 'en', 'plugins/ecommerce/shipping', 'shipping_method', 'Shipping method', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29972, 0, 'en', 'plugins/ecommerce/shipping', 'select_shipping_method', 'Select shipping method', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29973, 0, 'en', 'plugins/ecommerce/shipping', 'cod_status', 'COD status', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29979, 0, 'en', 'plugins/ecommerce/shipping', 'accept', 'Accept', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29980, 0, 'en', 'plugins/ecommerce/shipping', 'weight_unit', 'Weight (:unit)', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29981, 0, 'en', 'plugins/ecommerce/shipping', 'updated_at', 'Last Update', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29982, 0, 'en', 'plugins/ecommerce/shipping', 'cod_amount', 'Cash on delivery amount (COD)', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29983, 0, 'en', 'plugins/ecommerce/shipping', 'cancel_shipping', 'Cancel shipping', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29984, 0, 'en', 'plugins/ecommerce/shipping', 'shipping_address', 'Shipping address', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29985, 0, 'en', 'plugins/ecommerce/shipping', 'packages', 'Packages', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29986, 0, 'en', 'plugins/ecommerce/shipping', 'edit', 'Edit', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29987, 0, 'en', 'plugins/ecommerce/shipping', 'fee', 'Fee', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29990, 0, 'en', 'plugins/ecommerce/shipping', 'shipping_fee_cod', 'Shipping fee/COD', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29991, 0, 'en', 'plugins/ecommerce/shipping', 'send_confirmation_email_to_customer', 'Send confirmation email to customer', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29992, 0, 'en', 'plugins/ecommerce/shipping', 'form_name', 'Name', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29993, 0, 'en', 'plugins/ecommerce/shipping', 'changed_shipping_status', 'Changed status of shipping to : :status . Updated by: %user_name%', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29994, 0, 'en', 'plugins/ecommerce/shipping', 'order_confirmed_by', 'Order confirmed by %user_name%', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29995, 0, 'en', 'plugins/ecommerce/shipping', 'shipping_canceled_by', 'Shipping is cancelled by %user_name%', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29996, 0, 'en', 'plugins/ecommerce/shipping', 'update_shipping_status_success', 'Update shipping status successfully!', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29997, 0, 'en', 'plugins/ecommerce/shipping', 'update_cod_status_success', 'Updated COD status of shipping successfully!', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29998, 0, 'en', 'plugins/ecommerce/shipping', 'updated_cod_status_by', 'Updated COD status to :status . Updated by: %user_name%', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(29999, 0, 'en', 'plugins/ecommerce/shipping', 'all', 'All', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30096, 0, 'en', 'plugins/ecommerce/shipping', 'order_id', 'Order ID', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30097, 0, 'en', 'plugins/ecommerce/shipping', 'not_available', 'Not available', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30098, 0, 'en', 'plugins/ecommerce/shipping', 'shipping_amount', 'Shipping Amount', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30099, 0, 'en', 'plugins/ecommerce/shipping', 'additional_shipment_information', 'Additional shipment information', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30190, 0, 'en', 'plugins/ecommerce/shipping', 'shipping_company_name', 'Shipping Company Name', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30191, 0, 'en', 'plugins/ecommerce/shipping', 'tracking_id', 'Tracking ID', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30192, 0, 'en', 'plugins/ecommerce/shipping', 'tracking_link', 'Tracking Link', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30193, 0, 'en', 'plugins/ecommerce/shipping', 'estimate_date_shipped', 'Estimate Date Shipped', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30194, 0, 'en', 'plugins/ecommerce/shipping', 'date_shipped', 'Date Shipped', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30195, 0, 'en', 'plugins/ecommerce/shipping', 'add_note', 'Add note...', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30196, 0, 'en', 'plugins/ecommerce/shipping', 'view_order', 'View Order :order_id', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30900, 0, 'en', 'plugins/ecommerce/shipping', 'error_when_adding_new_region', 'There is an error when adding new region!', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30901, 0, 'en', 'plugins/ecommerce/shipping', 'delivery', 'Delivery', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30902, 0, 'en', 'plugins/ecommerce/shipping', 'adjustment_price_of', 'Adjustment price of :key', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30903, 0, 'en', 'plugins/ecommerce/shipping', 'warehouse', 'Warehouse', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30904, 0, 'en', 'plugins/ecommerce/shipping', 'delivery_note', 'Delivery note', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(30905, 0, 'en', 'plugins/ecommerce/shipping', 'shipments', 'Shipments', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(33659, 0, 'en', 'plugins/faq/faq-category', 'name', 'Categories', '2022-02-18 04:44:37', '2022-03-10 19:42:28'),
(33660, 0, 'en', 'plugins/faq/faq-category', 'create', 'New category', '2022-02-18 04:44:37', '2022-03-10 19:42:28'),
(33661, 0, 'en', 'plugins/faq/faq-category', 'edit', 'Edit category', '2022-02-18 04:44:37', '2022-03-10 19:42:28'),
(33662, 0, 'en', 'plugins/faq/faq', 'name', 'FAQ', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33663, 0, 'en', 'plugins/faq/faq', 'create', 'New faq', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33664, 0, 'en', 'plugins/faq/faq', 'edit', 'Edit faq', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33665, 0, 'en', 'plugins/faq/faq', 'question', 'Question', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33666, 0, 'en', 'plugins/faq/faq', 'answer', 'Answer', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33667, 0, 'en', 'plugins/faq/faq', 'category', 'Category', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33668, 0, 'en', 'plugins/faq/faq', 'all', 'All', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33669, 0, 'en', 'plugins/faq/faq', 'faq_schema_config', 'FAQ schema configuration (:link)', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33670, 0, 'en', 'plugins/faq/faq', 'learn_more', 'Learn more', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33671, 0, 'en', 'plugins/faq/faq', 'settings.title', 'FAQ', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33672, 0, 'en', 'plugins/faq/faq', 'settings.description', 'Settings for FAQ', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33673, 0, 'en', 'plugins/faq/faq', 'settings.enable_faq_schema', 'Enable FAQ Schema?', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33674, 0, 'en', 'plugins/faq/faq', 'settings.enable_faq_schema_description', 'Learn more: https://developers.google.com/search/docs/data-types/faqpage', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33675, 0, 'en', 'plugins/faq/faq', 'select_category', 'Select a category', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(33676, 0, 'en', 'plugins/faq/faq', 'add_item', 'Add item', '2022-02-18 04:44:37', '2022-03-10 19:42:00'),
(44382, 0, 'en', 'plugins/ecommerce/export', 'products.name', 'Export products', '2022-02-18 04:44:32', '2022-03-10 18:06:56'),
(44383, 0, 'en', 'plugins/ecommerce/export', 'products.title', 'Export Products (CSV)', '2022-02-18 04:44:32', '2022-03-10 18:06:56'),
(44384, 0, 'en', 'plugins/ecommerce/export', 'products.total_products', 'Total products', '2022-02-18 04:44:32', '2022-03-10 18:06:56'),
(44385, 0, 'en', 'plugins/ecommerce/export', 'products.total_variations', 'Total variations', '2022-02-18 04:44:32', '2022-03-10 18:06:56'),
(44386, 0, 'en', 'plugins/ecommerce/export', 'start_export', 'Start export', '2022-02-18 04:44:32', '2022-03-10 18:06:56'),
(44387, 0, 'en', 'plugins/ecommerce/export', 'exporting', 'Exporting...', '2022-02-18 04:44:32', '2022-03-10 18:06:56'),
(44388, 0, 'en', 'plugins/ecommerce/export', 'export', 'Export', '2022-02-18 04:44:32', '2022-03-10 18:06:56'),
(44389, 0, 'tr', 'plugins/ecommerce/export', 'export', 'Dışarı Aktar', '2022-03-10 18:05:36', '2022-03-10 18:06:56'),
(44390, 0, 'tr', 'plugins/ecommerce/export', 'exporting', 'Dışarı Aktarılıyor...', '2022-03-10 18:05:42', '2022-03-10 18:06:56'),
(44391, 0, 'tr', 'plugins/ecommerce/export', 'products.name', 'Ürünleri Dışarı Aktar', '2022-03-10 18:05:56', '2022-03-10 18:06:56'),
(44392, 0, 'tr', 'plugins/ecommerce/export', 'products.title', 'Dışarı Aktarılacak Ürünler (CSV)', '2022-03-10 18:06:06', '2022-03-10 18:06:56'),
(44393, 0, 'tr', 'plugins/ecommerce/export', 'products.total_products', 'Toplam Ürün', '2022-03-10 18:06:11', '2022-03-10 18:06:56'),
(44394, 0, 'tr', 'plugins/ecommerce/export', 'products.total_variations', 'Toplam Varyasyon', '2022-03-10 18:06:27', '2022-03-10 18:06:56'),
(44395, 0, 'tr', 'plugins/ecommerce/export', 'start_export', 'Aktarmayı Başlat', '2022-03-10 18:06:34', '2022-03-10 18:06:56'),
(44396, 0, 'tr', 'plugins/faq/faq', 'add_item', 'Yeni Ekle', '2022-03-10 19:39:56', '2022-03-10 19:42:00');
INSERT INTO `translations` (`id`, `status`, `locale`, `group`, `key`, `value`, `created_at`, `updated_at`) VALUES
(44397, 0, 'tr', 'plugins/faq/faq', 'all', 'Hepsi', '2022-03-10 19:39:59', '2022-03-10 19:42:00'),
(44398, 0, 'tr', 'plugins/faq/faq', 'answer', 'Cevap', '2022-03-10 19:40:10', '2022-03-10 19:42:00'),
(44399, 0, 'tr', 'plugins/faq/faq', 'category', 'Kategori', '2022-03-10 19:40:15', '2022-03-10 19:42:00'),
(44400, 0, 'tr', 'plugins/faq/faq', 'create', 'Yeni Soru', '2022-03-10 19:40:19', '2022-03-10 19:42:00'),
(44401, 0, 'tr', 'plugins/faq/faq', 'edit', 'Düzenle', '2022-03-10 19:40:23', '2022-03-10 19:42:00'),
(44402, 0, 'tr', 'plugins/faq/faq', 'learn_more', 'Devamını oku', '2022-03-10 19:40:31', '2022-03-10 19:42:00'),
(44403, 0, 'tr', 'plugins/faq/faq', 'name', 'S.S.S', '2022-03-10 19:40:37', '2022-03-10 19:42:00'),
(44404, 0, 'tr', 'plugins/faq/faq', 'question', 'Soru', '2022-03-10 19:40:41', '2022-03-10 19:42:00'),
(44405, 0, 'tr', 'plugins/faq/faq', 'select_category', 'Kategori seç', '2022-03-10 19:40:46', '2022-03-10 19:42:00'),
(44406, 0, 'tr', 'plugins/faq/faq', 'settings.description', 'S.S.S Ayarları', '2022-03-10 19:40:54', '2022-03-10 19:42:00'),
(44407, 0, 'tr', 'plugins/faq/faq', 'settings.enable_faq_schema', 'Yapısal veriyi aktif et', '2022-03-10 19:41:02', '2022-03-10 19:42:00'),
(44408, 0, 'tr', 'plugins/faq/faq', 'settings.title', 'S.S.S', '2022-03-10 19:41:09', '2022-03-10 19:42:00'),
(44409, 0, 'tr', 'plugins/faq/faq', 'settings.enable_faq_schema_description', 'Detaylı Bilgi: : https://developers.google.com/search/docs/data-types/faqpage', '2022-03-10 19:41:33', '2022-03-10 19:42:00'),
(44410, 0, 'tr', 'plugins/faq/faq', 'faq_schema_config', 'Yapısal veri ayarları  (:link)', '2022-03-10 19:41:56', '2022-03-10 19:42:00'),
(44411, 0, 'tr', 'plugins/faq/faq-category', 'create', 'Yeni Kategori', '2022-03-10 19:42:08', '2022-03-10 19:42:28'),
(44412, 0, 'tr', 'plugins/faq/faq-category', 'edit', 'Düzenle', '2022-03-10 19:42:13', '2022-03-10 19:42:28'),
(44413, 0, 'tr', 'plugins/faq/faq-category', 'name', 'Kategoriler', '2022-03-10 19:42:24', '2022-03-10 19:42:28'),
(92931, 0, 'en', 'plugins/ecommerce/shipping', 'statuses.not_approved', 'Not approved', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92932, 0, 'en', 'plugins/ecommerce/shipping', 'statuses.approved', 'Approved', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92933, 0, 'en', 'plugins/ecommerce/shipping', 'statuses.picking', 'Picking', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92934, 0, 'en', 'plugins/ecommerce/shipping', 'statuses.delay_picking', 'Delay picking', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92935, 0, 'en', 'plugins/ecommerce/shipping', 'statuses.picked', 'Picked', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92936, 0, 'en', 'plugins/ecommerce/shipping', 'statuses.not_picked', 'Not picked', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92937, 0, 'en', 'plugins/ecommerce/shipping', 'statuses.delivering', 'Delivering', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92938, 0, 'en', 'plugins/ecommerce/shipping', 'statuses.delivered', 'Delivered', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92939, 0, 'en', 'plugins/ecommerce/shipping', 'statuses.not_delivered', 'Not delivered', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92940, 0, 'en', 'plugins/ecommerce/shipping', 'statuses.audited', 'Audited', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92942, 0, 'en', 'plugins/ecommerce/shipping', 'cod_statuses.pending', 'Pending', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92943, 0, 'en', 'plugins/ecommerce/shipping', 'cod_statuses.completed', 'Completed', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92944, 0, 'en', 'plugins/ecommerce/shipping', 'delete', 'Delete', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(92945, 0, 'en', 'plugins/ecommerce/shipping', 'shipping_rules', 'Shipping Rules', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(295990, 0, 'en', 'plugins/ecommerce/shipping', 'delete_shipping_rate_confirmation', 'Are you sure you want to delete <strong class=\"region-price-item-label\"></strong> from this shipping area?', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(296991, 0, 'en', 'plugins/ecommerce/shipping', 'base_on_weight', 'Based on product\'s weight (:unit)', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(296995, 0, 'en', 'plugins/ecommerce/shipping', 'cash_on_delivery', 'Cash on delivery (COD)', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(296996, 0, 'en', 'plugins/ecommerce/shipping', 'update_shipping_status', 'Update shipping status', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(297699, 0, 'en', 'plugins/ecommerce/shipping', 'sku', 'SKU', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(297995, 0, 'en', 'plugins/ecommerce/shipping', 'customer_information', 'Customer information', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(299947, 0, 'en', 'plugins/ecommerce/shipping', 'select_country', 'Select country', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(299949, 0, 'en', 'plugins/ecommerce/shipping', 'delete_shipping_rate', 'Delete shipping rate for area', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(992941, 0, 'en', 'plugins/ecommerce/shipping', 'statuses.canceled', 'Canceled', '2022-02-18 04:44:34', '2022-04-08 08:57:54'),
(992942, 0, 'tr', 'plugins/ecommerce/shipping', 'shipments', 'Kargoya Verilen Siparişler', '2022-04-07 21:02:49', '2022-04-08 08:57:54'),
(992943, 0, 'tr', 'plugins/ecommerce/shipping', 'additional_shipment_information', 'Ek gönderi bilgileri', '2022-04-07 21:03:21', '2022-04-08 08:57:54'),
(992944, 0, 'tr', 'plugins/ecommerce/shipping', 'date_shipped', 'Sevk Tarihi', '2022-04-07 21:03:34', '2022-04-08 08:57:54'),
(992945, 0, 'tr', 'plugins/ecommerce/shipping', 'estimate_date_shipped', 'Tahmini Gönderim Tarihi', '2022-04-07 21:03:44', '2022-04-08 08:57:54'),
(992946, 0, 'tr', 'plugins/ecommerce/shipping', 'not_available', 'Müsait değil', '2022-04-07 21:03:53', '2022-04-08 08:57:54'),
(992947, 0, 'tr', 'plugins/ecommerce/shipping', 'order_id', 'Sipariş ID', '2022-04-07 21:03:59', '2022-04-08 08:57:54'),
(992948, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping_amount', 'Kargo Tutarı', '2022-04-07 21:04:09', '2022-04-08 08:57:54'),
(992949, 0, 'tr', 'plugins/ecommerce/shipping', 'shipping_company_name', 'Kargo Şirketi Adı', '2022-04-07 21:04:20', '2022-04-08 08:57:54'),
(992950, 0, 'tr', 'plugins/ecommerce/shipping', 'tracking_id', 'Takip ID', '2022-04-07 21:04:32', '2022-04-08 08:57:54'),
(992951, 0, 'tr', 'plugins/ecommerce/shipping', 'tracking_link', 'Takip Link', '2022-04-07 21:04:36', '2022-04-08 08:57:54'),
(992952, 0, 'tr', 'plugins/ecommerce/shipping', 'view_order', 'Siparişi Görüntüle :order_id', '2022-04-07 21:04:46', '2022-04-08 08:57:54'),
(992954, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.default_tax_rate', 'Varsayılan Vergi', NULL, '2022-04-12 12:17:22'),
(992955, 0, 'tr', 'plugins/ecommerce/ecommerce', 'setting.default_tax_rate_description', 'Önemli: Üründe vergi seçilmediği takdirde uygulanacaktır.', NULL, '2022-04-12 12:17:22'),
(992956, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.default_tax_rate', 'Default tax rate', '2022-04-08 10:37:11', '2022-04-12 12:17:22'),
(992957, 0, 'en', 'plugins/ecommerce/ecommerce', 'setting.default_tax_rate_description', 'Important: it will be applied if no tax selected in product.', '2022-04-08 10:37:24', '2022-04-12 12:17:22');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `trendyol_match`
--

CREATE TABLE `trendyol_match` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) NOT NULL,
  `key` varchar(191) NOT NULL,
  `value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `title` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `trendyol_match`
--

INSERT INTO `trendyol_match` (`id`, `type`, `key`, `value`, `created_at`, `updated_at`, `title`) VALUES
(1, 'brand', '16', '1095578', '2022-03-13 21:28:50', '2022-03-13 21:45:01', 'Adidass'),
(2, 'category', '1', '522', '2022-03-13 22:59:46', '2022-03-13 22:59:46', 'Giyim'),
(3, 'brand', '1', '852', '2022-03-14 00:31:29', '2022-03-14 00:31:29', 'Karaca'),
(4, 'category', '33', '448', '2022-03-14 00:35:59', '2022-03-14 00:51:08', '--Sırt Çantası'),
(5, 'category', '56', '420', '2022-03-15 09:39:21', '2022-03-15 09:39:21', '-Spor Ayakkabı');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `users`
--

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(191) NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(191) DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `first_name` varchar(191) DEFAULT NULL,
  `last_name` varchar(191) DEFAULT NULL,
  `username` varchar(60) DEFAULT NULL,
  `avatar_id` int(10) UNSIGNED DEFAULT NULL,
  `super_user` tinyint(1) NOT NULL DEFAULT 0,
  `manage_supers` tinyint(1) NOT NULL DEFAULT 0,
  `permissions` text DEFAULT NULL,
  `last_login` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `users`
--

INSERT INTO `users` (`id`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `first_name`, `last_name`, `username`, `avatar_id`, `super_user`, `manage_supers`, `permissions`, `last_login`) VALUES
(1, 'admin@admin.com', NULL, '$2a$12$uOx0EPbmqVy634XEAEHLK.LPWCUWyvk3Y5NDp4sXzjx.cIOgKk3Du', 'FXFQBVnIBRmTnOg5E5bwnHzOGRDELmSzbSrNbSg6cudaKBqpyavLPxfIs22R', '2021-08-24 08:00:27', '2024-04-05 13:55:45', 'Sistem', 'Yöneticisi', 'admin', 371, 1, 1, '{\"ads.index\":true,\"ads.create\":true,\"ads.edit\":true,\"ads.destroy\":true,\"analytics.general\":true,\"analytics.page\":true,\"analytics.browser\":true,\"analytics.referrer\":true,\"core.appearance\":true,\"menus.index\":true,\"menus.create\":true,\"menus.edit\":true,\"menus.destroy\":true,\"theme.index\":true,\"theme.activate\":true,\"theme.remove\":true,\"theme.options\":true,\"theme.custom-css\":true,\"theme.custom-js\":true,\"widgets.index\":true,\"backups.index\":true,\"backups.create\":true,\"backups.restore\":true,\"backups.destroy\":true,\"plugins.blog\":true,\"posts.index\":true,\"posts.create\":true,\"posts.edit\":true,\"posts.destroy\":true,\"categories.index\":true,\"categories.create\":true,\"categories.edit\":true,\"categories.destroy\":true,\"tags.index\":true,\"tags.create\":true,\"tags.edit\":true,\"tags.destroy\":true,\"contacts.index\":true,\"contacts.edit\":true,\"contacts.destroy\":true,\"plugins.ecommerce\":true,\"ecommerce.settings\":true,\"ecommerce.report.index\":true,\"products.index\":true,\"products.create\":true,\"products.edit\":true,\"products.destroy\":true,\"product-categories.index\":true,\"product-categories.create\":true,\"product-categories.edit\":true,\"product-categories.destroy\":true,\"product-tag.index\":true,\"product-tag.create\":true,\"product-tag.edit\":true,\"product-tag.destroy\":true,\"brands.index\":true,\"brands.create\":true,\"brands.edit\":true,\"brands.destroy\":true,\"product-collections.index\":true,\"product-collections.create\":true,\"product-collections.edit\":true,\"product-collections.destroy\":true,\"product-attribute-sets.index\":true,\"product-attribute-sets.create\":true,\"product-attribute-sets.edit\":true,\"product-attribute-sets.destroy\":true,\"product-attributes.index\":true,\"product-attributes.create\":true,\"product-attributes.edit\":true,\"product-attributes.destroy\":true,\"tax.index\":true,\"tax.create\":true,\"tax.edit\":true,\"tax.destroy\":true,\"reviews.index\":true,\"reviews.create\":true,\"reviews.edit\":true,\"reviews.destroy\":true,\"shipping_methods.index\":true,\"orders.index\":true,\"orders.create\":true,\"orders.edit\":true,\"orders.destroy\":true,\"discounts.index\":true,\"discounts.create\":true,\"discounts.edit\":true,\"discounts.destroy\":true,\"customers.index\":true,\"customers.create\":true,\"customers.edit\":true,\"customers.destroy\":true,\"flash-sale.index\":true,\"flash-sale.create\":true,\"flash-sale.edit\":true,\"flash-sale.destroy\":true,\"product-label.index\":true,\"product-label.create\":true,\"product-label.edit\":true,\"product-label.destroy\":true,\"ecommerce.bulk-import.index\":true,\"ecommerce.export.products.index\":true,\"plugin.faq\":true,\"faq.index\":true,\"faq.create\":true,\"faq.edit\":true,\"faq.destroy\":true,\"faq_category.index\":true,\"faq_category.create\":true,\"faq_category.edit\":true,\"faq_category.destroy\":true,\"languages.index\":true,\"languages.create\":true,\"languages.edit\":true,\"languages.destroy\":true,\"languages.theme-translations\":true,\"media.index\":true,\"files.index\":true,\"files.create\":true,\"files.edit\":true,\"files.trash\":true,\"files.destroy\":true,\"folders.index\":true,\"folders.create\":true,\"folders.edit\":true,\"folders.trash\":true,\"folders.destroy\":true,\"newsletter.index\":true,\"newsletter.destroy\":true,\"pages.index\":true,\"pages.create\":true,\"pages.edit\":true,\"pages.destroy\":true,\"payment.index\":true,\"payments.settings\":true,\"payment.destroy\":true,\"simple-slider.index\":true,\"simple-slider.create\":true,\"simple-slider.edit\":true,\"simple-slider.destroy\":true,\"simple-slider-item.index\":true,\"simple-slider-item.create\":true,\"simple-slider-item.edit\":true,\"simple-slider-item.destroy\":true,\"social-login.settings\":true,\"core.system\":true,\"users.index\":true,\"users.create\":true,\"users.edit\":true,\"users.destroy\":true,\"roles.index\":true,\"roles.create\":true,\"roles.edit\":true,\"roles.destroy\":true,\"settings.options\":true,\"settings.email\":true,\"settings.media\":true,\"plugins.index\":true,\"plugins.edit\":true,\"plugins.remove\":true,\"audit-log.index\":true,\"audit-log.destroy\":true,\"translations.index\":true,\"translations.edit\":true,\"superuser\":1,\"manage_supers\":1}', '2024-04-05 13:55:45');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `user_meta`
--

CREATE TABLE `user_meta` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(191) DEFAULT NULL,
  `value` varchar(191) DEFAULT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `user_meta`
--

INSERT INTO `user_meta` (`id`, `key`, `value`, `user_id`, `created_at`, `updated_at`) VALUES
(1, 'admin-theme', 'darkblue', 1, '2022-02-23 12:39:24', '2022-04-12 13:47:48');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `widgets`
--

CREATE TABLE `widgets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `widget_id` varchar(120) NOT NULL,
  `sidebar_id` varchar(120) NOT NULL,
  `theme` varchar(120) NOT NULL,
  `position` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `data` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `widgets`
--

INSERT INTO `widgets` (`id`, `widget_id`, `sidebar_id`, `theme`, `position`, `data`, `created_at`, `updated_at`) VALUES
(11, 'SiteInfoWidget', 'footer_sidebar', 'wowy-vi', 0, '{\"id\":\"SiteInfoWidget\",\"name\":\"V\\u1ec1 ch\\u00fang t\\u00f4i\"}', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(12, 'CustomMenuWidget', 'footer_sidebar', 'wowy-vi', 1, '{\"id\":\"CustomMenuWidget\",\"name\":\"Danh m\\u1ee5c s\\u1ea3n ph\\u1ea9m\",\"menu_id\":\"danh-muc-san-pham\"}', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(13, 'CustomMenuWidget', 'footer_sidebar', 'wowy-vi', 2, '{\"id\":\"CustomMenuWidget\",\"name\":\"Th\\u00f4ng tin\",\"menu_id\":\"thong-tin\"}', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(14, 'BlogSearchWidget', 'primary_sidebar', 'wowy-vi', 0, '{\"id\":\"BlogSearchWidget\",\"name\":\"T\\u00ecm ki\\u1ebfm\"}', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(15, 'BlogCategoriesWidget', 'primary_sidebar', 'wowy-vi', 1, '{\"id\":\"BlogCategoriesWidget\",\"name\":\"Danh m\\u1ee5c\"}', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(16, 'RecentPostsWidget', 'primary_sidebar', 'wowy-vi', 2, '{\"id\":\"RecentPostsWidget\",\"name\":\"B\\u00e0i vi\\u1ebft g\\u1ea7n \\u0111\\u00e2y\"}', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(17, 'TagsWidget', 'primary_sidebar', 'wowy-vi', 4, '{\"id\":\"TagsWidget\",\"name\":\"Tags ph\\u1ed5 bi\\u1ebfn\"}', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(18, 'ProductCategoriesWidget', 'product_sidebar', 'wowy-vi', 1, '{\"id\":\"ProductCategoriesWidget\",\"name\":\"Danh m\\u1ee5c s\\u1ea3n ph\\u1ea9m\"}', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(19, 'FeaturedProductsWidget', 'product_sidebar', 'wowy-vi', 2, '{\"id\":\"FeaturedProductsWidget\",\"name\":\"S\\u1ea3n ph\\u1ea9m n\\u1ed5i b\\u1eadt\"}', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(20, 'FeaturedBrandsWidget', 'product_sidebar', 'wowy-vi', 3, '{\"id\":\"FeaturedBrandsWidget\",\"name\":\"Nh\\u00e0 cung c\\u1ea5p\"}', '2021-08-24 08:00:33', '2021-08-24 08:00:33'),
(33, 'ProductCategoriesWidget', 'product_sidebar', 'wowy', 0, '{\"id\":\"ProductCategoriesWidget\",\"name\":\"Kategoriler\",\"number_display\":\"10\"}', '2021-10-25 14:32:18', '2021-10-25 14:32:18'),
(34, 'FeaturedProductsWidget', 'product_sidebar', 'wowy', 1, '{\"id\":\"FeaturedProductsWidget\",\"name\":\"\\u00d6zel \\u00dcr\\u00fcnler\",\"number_display\":\"3\"}', '2021-10-25 14:32:18', '2021-10-25 14:32:18'),
(35, 'FeaturedBrandsWidget', 'product_sidebar', 'wowy', 2, '{\"id\":\"FeaturedBrandsWidget\",\"name\":\"\\u00d6ne \\u00c7\\u0131kan Markalar\",\"number_display\":\"10\"}', '2021-10-25 14:32:18', '2021-10-25 14:32:18'),
(51, 'BlogSearchWidget', 'primary_sidebar', 'wowy', 0, '{\"id\":\"BlogSearchWidget\",\"name\":\"Arama\"}', '2021-10-26 14:26:15', '2021-10-26 14:26:15'),
(52, 'BlogCategoriesWidget', 'primary_sidebar', 'wowy', 1, '{\"id\":\"BlogCategoriesWidget\",\"name\":\"Kategoriler\",\"number_display\":\"10\"}', '2021-10-26 14:26:15', '2021-10-26 14:26:15'),
(53, 'RecentPostsWidget', 'primary_sidebar', 'wowy', 2, '{\"id\":\"RecentPostsWidget\",\"name\":\"Son G\\u00f6nderiler\",\"number_display\":\"6\"}', '2021-10-26 14:26:15', '2021-10-26 14:26:15'),
(54, 'TagsWidget', 'primary_sidebar', 'wowy', 3, '{\"id\":\"TagsWidget\",\"name\":\"Pop\\u00fcler Etiketler\",\"number_display\":\"5\"}', '2021-10-26 14:26:15', '2021-10-26 14:26:15'),
(74, 'SiteInfoWidget', 'footer_sidebar', 'wowy', 0, '{\"id\":\"SiteInfoWidget\",\"name\":\"Site bilgileri\"}', '2022-04-11 09:29:44', '2022-04-11 09:29:44'),
(75, 'CustomMenuWidget', 'footer_sidebar', 'wowy', 1, '{\"id\":\"CustomMenuWidget\",\"name\":\"Pop\\u00fcler Kategoriler\",\"menu_id\":\"urun-kategorileri\"}', '2022-04-11 09:29:44', '2022-04-11 09:29:44'),
(76, 'CustomMenuWidget', 'footer_sidebar', 'wowy', 2, '{\"id\":\"CustomMenuWidget\",\"name\":\"Destek Hatt\\u0131\",\"menu_id\":\"destek-hatti\"}', '2022-04-11 09:29:44', '2022-04-11 09:29:44');

--
-- Dökümü yapılmış tablolar için indeksler
--

--
-- Tablo için indeksler `activations`
--
ALTER TABLE `activations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `activations_user_id_index` (`user_id`);

--
-- Tablo için indeksler `ads`
--
ALTER TABLE `ads`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ads_key_unique` (`key`);

--
-- Tablo için indeksler `ads_translations`
--
ALTER TABLE `ads_translations`
  ADD PRIMARY KEY (`lang_code`,`ads_id`);

--
-- Tablo için indeksler `audit_histories`
--
ALTER TABLE `audit_histories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `audit_histories_user_id_index` (`user_id`),
  ADD KEY `audit_histories_module_index` (`module`);

--
-- Tablo için indeksler `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `categories_translations`
--
ALTER TABLE `categories_translations`
  ADD PRIMARY KEY (`lang_code`,`categories_id`);

--
-- Tablo için indeksler `cities`
--
ALTER TABLE `cities`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `cities_backup`
--
ALTER TABLE `cities_backup`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `cities_translations`
--
ALTER TABLE `cities_translations`
  ADD PRIMARY KEY (`lang_code`,`cities_id`);

--
-- Tablo için indeksler `contacts`
--
ALTER TABLE `contacts`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `contact_replies`
--
ALTER TABLE `contact_replies`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `countries`
--
ALTER TABLE `countries`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `countries_backup`
--
ALTER TABLE `countries_backup`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `countries_translations`
--
ALTER TABLE `countries_translations`
  ADD PRIMARY KEY (`lang_code`,`countries_id`);

--
-- Tablo için indeksler `dashboard_widgets`
--
ALTER TABLE `dashboard_widgets`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `dashboard_widget_settings`
--
ALTER TABLE `dashboard_widget_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `dashboard_widget_settings_user_id_index` (`user_id`),
  ADD KEY `dashboard_widget_settings_widget_id_index` (`widget_id`);

--
-- Tablo için indeksler `ec_brands`
--
ALTER TABLE `ec_brands`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_brands_translations`
--
ALTER TABLE `ec_brands_translations`
  ADD PRIMARY KEY (`lang_code`,`ec_brands_id`);

--
-- Tablo için indeksler `ec_cart`
--
ALTER TABLE `ec_cart`
  ADD PRIMARY KEY (`identifier`,`instance`);

--
-- Tablo için indeksler `ec_currencies`
--
ALTER TABLE `ec_currencies`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_customers`
--
ALTER TABLE `ec_customers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ec_customers_email_unique` (`email`);

--
-- Tablo için indeksler `ec_customer_addresses`
--
ALTER TABLE `ec_customer_addresses`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_customer_password_resets`
--
ALTER TABLE `ec_customer_password_resets`
  ADD KEY `ec_customer_password_resets_email_index` (`email`),
  ADD KEY `ec_customer_password_resets_token_index` (`token`);

--
-- Tablo için indeksler `ec_discounts`
--
ALTER TABLE `ec_discounts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ec_discounts_code_unique` (`code`);

--
-- Tablo için indeksler `ec_discount_customers`
--
ALTER TABLE `ec_discount_customers`
  ADD PRIMARY KEY (`discount_id`,`customer_id`);

--
-- Tablo için indeksler `ec_discount_products`
--
ALTER TABLE `ec_discount_products`
  ADD PRIMARY KEY (`discount_id`,`product_id`);

--
-- Tablo için indeksler `ec_discount_product_collections`
--
ALTER TABLE `ec_discount_product_collections`
  ADD PRIMARY KEY (`discount_id`,`product_collection_id`);

--
-- Tablo için indeksler `ec_flash_sales`
--
ALTER TABLE `ec_flash_sales`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_flash_sales_translations`
--
ALTER TABLE `ec_flash_sales_translations`
  ADD PRIMARY KEY (`lang_code`,`ec_flash_sales_id`);

--
-- Tablo için indeksler `ec_grouped_products`
--
ALTER TABLE `ec_grouped_products`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_orders`
--
ALTER TABLE `ec_orders`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_order_addresses`
--
ALTER TABLE `ec_order_addresses`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_order_histories`
--
ALTER TABLE `ec_order_histories`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_order_product`
--
ALTER TABLE `ec_order_product`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_products`
--
ALTER TABLE `ec_products`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_products_translations`
--
ALTER TABLE `ec_products_translations`
  ADD PRIMARY KEY (`lang_code`,`ec_products_id`);

--
-- Tablo için indeksler `ec_product_attributes`
--
ALTER TABLE `ec_product_attributes`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_product_attributes_translations`
--
ALTER TABLE `ec_product_attributes_translations`
  ADD PRIMARY KEY (`lang_code`,`ec_product_attributes_id`);

--
-- Tablo için indeksler `ec_product_attribute_sets`
--
ALTER TABLE `ec_product_attribute_sets`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_product_attribute_sets_translations`
--
ALTER TABLE `ec_product_attribute_sets_translations`
  ADD PRIMARY KEY (`lang_code`,`ec_product_attribute_sets_id`);

--
-- Tablo için indeksler `ec_product_categories`
--
ALTER TABLE `ec_product_categories`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_product_categories_translations`
--
ALTER TABLE `ec_product_categories_translations`
  ADD PRIMARY KEY (`lang_code`,`ec_product_categories_id`);

--
-- Tablo için indeksler `ec_product_category_product`
--
ALTER TABLE `ec_product_category_product`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ec_product_category_product_category_id_index` (`category_id`),
  ADD KEY `ec_product_category_product_product_id_index` (`product_id`);

--
-- Tablo için indeksler `ec_product_collections`
--
ALTER TABLE `ec_product_collections`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_product_collections_translations`
--
ALTER TABLE `ec_product_collections_translations`
  ADD PRIMARY KEY (`lang_code`,`ec_product_collections_id`);

--
-- Tablo için indeksler `ec_product_collection_products`
--
ALTER TABLE `ec_product_collection_products`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ec_product_collection_products_product_collection_id_index` (`product_collection_id`),
  ADD KEY `ec_product_collection_products_product_id_index` (`product_id`);

--
-- Tablo için indeksler `ec_product_cross_sale_relations`
--
ALTER TABLE `ec_product_cross_sale_relations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ec_product_cross_sale_relations_from_product_id_index` (`from_product_id`),
  ADD KEY `ec_product_cross_sale_relations_to_product_id_index` (`to_product_id`);

--
-- Tablo için indeksler `ec_product_labels`
--
ALTER TABLE `ec_product_labels`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_product_labels_translations`
--
ALTER TABLE `ec_product_labels_translations`
  ADD PRIMARY KEY (`lang_code`,`ec_product_labels_id`);

--
-- Tablo için indeksler `ec_product_label_products`
--
ALTER TABLE `ec_product_label_products`
  ADD PRIMARY KEY (`product_label_id`,`product_id`),
  ADD KEY `ec_product_label_products_product_label_id_index` (`product_label_id`),
  ADD KEY `ec_product_label_products_product_id_index` (`product_id`);

--
-- Tablo için indeksler `ec_product_related_relations`
--
ALTER TABLE `ec_product_related_relations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ec_product_related_relations_from_product_id_index` (`from_product_id`),
  ADD KEY `ec_product_related_relations_to_product_id_index` (`to_product_id`);

--
-- Tablo için indeksler `ec_product_tags`
--
ALTER TABLE `ec_product_tags`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_product_tags_translations`
--
ALTER TABLE `ec_product_tags_translations`
  ADD PRIMARY KEY (`lang_code`,`ec_product_tags_id`);

--
-- Tablo için indeksler `ec_product_tag_product`
--
ALTER TABLE `ec_product_tag_product`
  ADD PRIMARY KEY (`product_id`,`tag_id`),
  ADD KEY `ec_product_tag_product_product_id_index` (`product_id`),
  ADD KEY `ec_product_tag_product_tag_id_index` (`tag_id`);

--
-- Tablo için indeksler `ec_product_up_sale_relations`
--
ALTER TABLE `ec_product_up_sale_relations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ec_product_up_sale_relations_from_product_id_index` (`from_product_id`),
  ADD KEY `ec_product_up_sale_relations_to_product_id_index` (`to_product_id`);

--
-- Tablo için indeksler `ec_product_variations`
--
ALTER TABLE `ec_product_variations`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_product_variation_items`
--
ALTER TABLE `ec_product_variation_items`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_product_with_attribute`
--
ALTER TABLE `ec_product_with_attribute`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_product_with_attribute_set`
--
ALTER TABLE `ec_product_with_attribute_set`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_reviews`
--
ALTER TABLE `ec_reviews`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_shipments`
--
ALTER TABLE `ec_shipments`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_shipment_histories`
--
ALTER TABLE `ec_shipment_histories`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_shipping`
--
ALTER TABLE `ec_shipping`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_shipping_rules`
--
ALTER TABLE `ec_shipping_rules`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_shipping_rule_items`
--
ALTER TABLE `ec_shipping_rule_items`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_store_locators`
--
ALTER TABLE `ec_store_locators`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_taxes`
--
ALTER TABLE `ec_taxes`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ec_wish_lists`
--
ALTER TABLE `ec_wish_lists`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`);

--
-- Tablo için indeksler `faqs`
--
ALTER TABLE `faqs`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `faqs_translations`
--
ALTER TABLE `faqs_translations`
  ADD PRIMARY KEY (`lang_code`,`faqs_id`);

--
-- Tablo için indeksler `faq_categories`
--
ALTER TABLE `faq_categories`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `faq_categories_translations`
--
ALTER TABLE `faq_categories_translations`
  ADD PRIMARY KEY (`lang_code`,`faq_categories_id`);

--
-- Tablo için indeksler `hepsiburada_match`
--
ALTER TABLE `hepsiburada_match`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `jobs`
--
ALTER TABLE `jobs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `jobs_queue_index` (`queue`);

--
-- Tablo için indeksler `languages`
--
ALTER TABLE `languages`
  ADD PRIMARY KEY (`lang_id`);

--
-- Tablo için indeksler `language_meta`
--
ALTER TABLE `language_meta`
  ADD PRIMARY KEY (`lang_meta_id`),
  ADD KEY `language_meta_reference_id_index` (`reference_id`);

--
-- Tablo için indeksler `language_meta_backup`
--
ALTER TABLE `language_meta_backup`
  ADD PRIMARY KEY (`lang_meta_id`),
  ADD KEY `language_meta_reference_id_index` (`reference_id`);

--
-- Tablo için indeksler `media_files`
--
ALTER TABLE `media_files`
  ADD PRIMARY KEY (`id`),
  ADD KEY `media_files_user_id_index` (`user_id`);

--
-- Tablo için indeksler `media_folders`
--
ALTER TABLE `media_folders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `media_folders_user_id_index` (`user_id`);

--
-- Tablo için indeksler `media_settings`
--
ALTER TABLE `media_settings`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `menus`
--
ALTER TABLE `menus`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `menus_slug_unique` (`slug`);

--
-- Tablo için indeksler `menu_locations`
--
ALTER TABLE `menu_locations`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `menu_nodes`
--
ALTER TABLE `menu_nodes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `menu_nodes_menu_id_index` (`menu_id`),
  ADD KEY `menu_nodes_parent_id_index` (`parent_id`);

--
-- Tablo için indeksler `meta_boxes`
--
ALTER TABLE `meta_boxes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `meta_boxes_reference_id_index` (`reference_id`);

--
-- Tablo için indeksler `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `n11_match`
--
ALTER TABLE `n11_match`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `newsletters`
--
ALTER TABLE `newsletters`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `pages`
--
ALTER TABLE `pages`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `pages_translations`
--
ALTER TABLE `pages_translations`
  ADD PRIMARY KEY (`lang_code`,`pages_id`);

--
-- Tablo için indeksler `parasut_match`
--
ALTER TABLE `parasut_match`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `password_resets`
--
ALTER TABLE `password_resets`
  ADD KEY `password_resets_email_index` (`email`);

--
-- Tablo için indeksler `payments`
--
ALTER TABLE `payments`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `posts`
--
ALTER TABLE `posts`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `posts_translations`
--
ALTER TABLE `posts_translations`
  ADD PRIMARY KEY (`lang_code`,`posts_id`);

--
-- Tablo için indeksler `post_categories`
--
ALTER TABLE `post_categories`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `post_tags`
--
ALTER TABLE `post_tags`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `revisions`
--
ALTER TABLE `revisions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `revisions_revisionable_id_revisionable_type_index` (`revisionable_id`,`revisionable_type`);

--
-- Tablo için indeksler `roles`
--
ALTER TABLE `roles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `roles_slug_unique` (`slug`),
  ADD KEY `roles_created_by_index` (`created_by`),
  ADD KEY `roles_updated_by_index` (`updated_by`);

--
-- Tablo için indeksler `role_users`
--
ALTER TABLE `role_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `role_users_user_id_index` (`user_id`),
  ADD KEY `role_users_role_id_index` (`role_id`);

--
-- Tablo için indeksler `settings`
--
ALTER TABLE `settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `settings_key_unique` (`key`);

--
-- Tablo için indeksler `simple_sliders`
--
ALTER TABLE `simple_sliders`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `simple_slider_items`
--
ALTER TABLE `simple_slider_items`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `slugs`
--
ALTER TABLE `slugs`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `states`
--
ALTER TABLE `states`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `states_backup`
--
ALTER TABLE `states_backup`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `states_translations`
--
ALTER TABLE `states_translations`
  ADD PRIMARY KEY (`lang_code`,`states_id`);

--
-- Tablo için indeksler `tags`
--
ALTER TABLE `tags`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `tags_translations`
--
ALTER TABLE `tags_translations`
  ADD PRIMARY KEY (`lang_code`,`tags_id`);

--
-- Tablo için indeksler `translations`
--
ALTER TABLE `translations`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `trendyol_match`
--
ALTER TABLE `trendyol_match`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_email_unique` (`email`),
  ADD UNIQUE KEY `users_username_unique` (`username`);

--
-- Tablo için indeksler `user_meta`
--
ALTER TABLE `user_meta`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_meta_user_id_index` (`user_id`);

--
-- Tablo için indeksler `widgets`
--
ALTER TABLE `widgets`
  ADD PRIMARY KEY (`id`);

--
-- Dökümü yapılmış tablolar için AUTO_INCREMENT değeri
--

--
-- Tablo için AUTO_INCREMENT değeri `activations`
--
ALTER TABLE `activations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- Tablo için AUTO_INCREMENT değeri `ads`
--
ALTER TABLE `ads`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- Tablo için AUTO_INCREMENT değeri `audit_histories`
--
ALTER TABLE `audit_histories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- Tablo için AUTO_INCREMENT değeri `categories`
--
ALTER TABLE `categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- Tablo için AUTO_INCREMENT değeri `cities`
--
ALTER TABLE `cities`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `cities_backup`
--
ALTER TABLE `cities_backup`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `contacts`
--
ALTER TABLE `contacts`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- Tablo için AUTO_INCREMENT değeri `contact_replies`
--
ALTER TABLE `contact_replies`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `countries`
--
ALTER TABLE `countries`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `countries_backup`
--
ALTER TABLE `countries_backup`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `dashboard_widgets`
--
ALTER TABLE `dashboard_widgets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- Tablo için AUTO_INCREMENT değeri `dashboard_widget_settings`
--
ALTER TABLE `dashboard_widget_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `ec_brands`
--
ALTER TABLE `ec_brands`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- Tablo için AUTO_INCREMENT değeri `ec_currencies`
--
ALTER TABLE `ec_currencies`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- Tablo için AUTO_INCREMENT değeri `ec_customers`
--
ALTER TABLE `ec_customers`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- Tablo için AUTO_INCREMENT değeri `ec_customer_addresses`
--
ALTER TABLE `ec_customer_addresses`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- Tablo için AUTO_INCREMENT değeri `ec_discounts`
--
ALTER TABLE `ec_discounts`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `ec_flash_sales`
--
ALTER TABLE `ec_flash_sales`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- Tablo için AUTO_INCREMENT değeri `ec_grouped_products`
--
ALTER TABLE `ec_grouped_products`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `ec_orders`
--
ALTER TABLE `ec_orders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=68;

--
-- Tablo için AUTO_INCREMENT değeri `ec_order_addresses`
--
ALTER TABLE `ec_order_addresses`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53;

--
-- Tablo için AUTO_INCREMENT değeri `ec_order_histories`
--
ALTER TABLE `ec_order_histories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=204;

--
-- Tablo için AUTO_INCREMENT değeri `ec_order_product`
--
ALTER TABLE `ec_order_product`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=186;

--
-- Tablo için AUTO_INCREMENT değeri `ec_products`
--
ALTER TABLE `ec_products`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=160;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_attributes`
--
ALTER TABLE `ec_product_attributes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_attribute_sets`
--
ALTER TABLE `ec_product_attribute_sets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_categories`
--
ALTER TABLE `ec_product_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_category_product`
--
ALTER TABLE `ec_product_category_product`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=184;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_collections`
--
ALTER TABLE `ec_product_collections`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_collection_products`
--
ALTER TABLE `ec_product_collection_products`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=106;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_cross_sale_relations`
--
ALTER TABLE `ec_product_cross_sale_relations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=215;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_labels`
--
ALTER TABLE `ec_product_labels`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_related_relations`
--
ALTER TABLE `ec_product_related_relations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=185;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_tags`
--
ALTER TABLE `ec_product_tags`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_up_sale_relations`
--
ALTER TABLE `ec_product_up_sale_relations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_variations`
--
ALTER TABLE `ec_product_variations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=102;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_variation_items`
--
ALTER TABLE `ec_product_variation_items`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=187;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_with_attribute`
--
ALTER TABLE `ec_product_with_attribute`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=202;

--
-- Tablo için AUTO_INCREMENT değeri `ec_product_with_attribute_set`
--
ALTER TABLE `ec_product_with_attribute_set`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=63;

--
-- Tablo için AUTO_INCREMENT değeri `ec_reviews`
--
ALTER TABLE `ec_reviews`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;

--
-- Tablo için AUTO_INCREMENT değeri `ec_shipments`
--
ALTER TABLE `ec_shipments`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- Tablo için AUTO_INCREMENT değeri `ec_shipment_histories`
--
ALTER TABLE `ec_shipment_histories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;

--
-- Tablo için AUTO_INCREMENT değeri `ec_shipping`
--
ALTER TABLE `ec_shipping`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `ec_shipping_rules`
--
ALTER TABLE `ec_shipping_rules`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `ec_shipping_rule_items`
--
ALTER TABLE `ec_shipping_rule_items`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `ec_store_locators`
--
ALTER TABLE `ec_store_locators`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `ec_taxes`
--
ALTER TABLE `ec_taxes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `ec_wish_lists`
--
ALTER TABLE `ec_wish_lists`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `faqs`
--
ALTER TABLE `faqs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `faq_categories`
--
ALTER TABLE `faq_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `hepsiburada_match`
--
ALTER TABLE `hepsiburada_match`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- Tablo için AUTO_INCREMENT değeri `jobs`
--
ALTER TABLE `jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `languages`
--
ALTER TABLE `languages`
  MODIFY `lang_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `language_meta`
--
ALTER TABLE `language_meta`
  MODIFY `lang_meta_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=105;

--
-- Tablo için AUTO_INCREMENT değeri `language_meta_backup`
--
ALTER TABLE `language_meta_backup`
  MODIFY `lang_meta_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `media_files`
--
ALTER TABLE `media_files`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=372;

--
-- Tablo için AUTO_INCREMENT değeri `media_folders`
--
ALTER TABLE `media_folders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- Tablo için AUTO_INCREMENT değeri `media_settings`
--
ALTER TABLE `media_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `menus`
--
ALTER TABLE `menus`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- Tablo için AUTO_INCREMENT değeri `menu_locations`
--
ALTER TABLE `menu_locations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- Tablo için AUTO_INCREMENT değeri `menu_nodes`
--
ALTER TABLE `menu_nodes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=103;

--
-- Tablo için AUTO_INCREMENT değeri `meta_boxes`
--
ALTER TABLE `meta_boxes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=261;

--
-- Tablo için AUTO_INCREMENT değeri `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=67;

--
-- Tablo için AUTO_INCREMENT değeri `n11_match`
--
ALTER TABLE `n11_match`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `newsletters`
--
ALTER TABLE `newsletters`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `pages`
--
ALTER TABLE `pages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- Tablo için AUTO_INCREMENT değeri `parasut_match`
--
ALTER TABLE `parasut_match`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `payments`
--
ALTER TABLE `payments`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45;

--
-- Tablo için AUTO_INCREMENT değeri `posts`
--
ALTER TABLE `posts`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- Tablo için AUTO_INCREMENT değeri `post_categories`
--
ALTER TABLE `post_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49;

--
-- Tablo için AUTO_INCREMENT değeri `post_tags`
--
ALTER TABLE `post_tags`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=112;

--
-- Tablo için AUTO_INCREMENT değeri `revisions`
--
ALTER TABLE `revisions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- Tablo için AUTO_INCREMENT değeri `roles`
--
ALTER TABLE `roles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- Tablo için AUTO_INCREMENT değeri `role_users`
--
ALTER TABLE `role_users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `settings`
--
ALTER TABLE `settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=656;

--
-- Tablo için AUTO_INCREMENT değeri `simple_sliders`
--
ALTER TABLE `simple_sliders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- Tablo için AUTO_INCREMENT değeri `simple_slider_items`
--
ALTER TABLE `simple_slider_items`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- Tablo için AUTO_INCREMENT değeri `slugs`
--
ALTER TABLE `slugs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=309;

--
-- Tablo için AUTO_INCREMENT değeri `states`
--
ALTER TABLE `states`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `states_backup`
--
ALTER TABLE `states_backup`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `tags`
--
ALTER TABLE `tags`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- Tablo için AUTO_INCREMENT değeri `translations`
--
ALTER TABLE `translations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=992958;

--
-- Tablo için AUTO_INCREMENT değeri `trendyol_match`
--
ALTER TABLE `trendyol_match`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- Tablo için AUTO_INCREMENT değeri `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=100004;

--
-- Tablo için AUTO_INCREMENT değeri `user_meta`
--
ALTER TABLE `user_meta`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `widgets`
--
ALTER TABLE `widgets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=78;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
