USE kapadokya_db;

-- =============================================
-- CATEGORY TRANSLATIONS
-- =============================================

-- 1. Sıcak Hava Balonu
INSERT INTO content_translations (entity_type, entity_id, lang, field_name, field_value) VALUES
('category', 1, 'en', 'title', 'Hot Air Balloon'),
('category', 1, 'en', 'vertical_title', 'Hot Air Balloon'),
('category', 1, 'en', 'tag', 'Romantic'),
('category', 1, 'en', 'description', 'Watch the fairy chimneys and valleys from the sky at sunrise. A unique experience to see Cappadocia from a bird''s eye view.'),
('category', 1, 'es', 'title', 'Globo Aerostático'),
('category', 1, 'es', 'vertical_title', 'Globo Aerostático'),
('category', 1, 'es', 'tag', 'Romántico'),
('category', 1, 'es', 'description', 'Observa las chimeneas de hadas y los valles desde el cielo al amanecer. Una experiencia única para ver Capadocia a vista de pájaro.'),
('category', 1, 'zh', 'title', '热气球'),
('category', 1, 'zh', 'vertical_title', '热气球'),
('category', 1, 'zh', 'tag', '浪漫'),
('category', 1, 'zh', 'description', '在日出时从天空俯瞰精灵烟囱和山谷。鸟瞰卡帕多奇亚的独特体验。'),
('category', 1, 'ru', 'title', 'Воздушный шар'),
('category', 1, 'ru', 'vertical_title', 'Воздушный шар'),
('category', 1, 'ru', 'tag', 'Романтика'),
('category', 1, 'ru', 'description', 'Наблюдайте за каминами фей и долинами с неба на рассвете. Уникальный опыт увидеть Каппадокию с высоты птичьего полёта.')
ON DUPLICATE KEY UPDATE field_value = VALUES(field_value);

-- 2. ATV Safari
INSERT INTO content_translations (entity_type, entity_id, lang, field_name, field_value) VALUES
('category', 2, 'en', 'title', 'ATV Safari'),
('category', 2, 'en', 'vertical_title', 'ATV Safari'),
('category', 2, 'en', 'tag', 'Adventure'),
('category', 2, 'en', 'description', 'An adrenaline-filled off-road adventure through red valleys. Feel the heart of Cappadocia on dusty roads at sunset.'),
('category', 2, 'es', 'title', 'Safari en ATV'),
('category', 2, 'es', 'vertical_title', 'Safari en ATV'),
('category', 2, 'es', 'tag', 'Aventura'),
('category', 2, 'es', 'description', 'Una aventura todoterreno llena de adrenalina por valles rojos. Siente el corazón de Capadocia en caminos polvorientos al atardecer.'),
('category', 2, 'zh', 'title', 'ATV越野'),
('category', 2, 'zh', 'vertical_title', 'ATV越野'),
('category', 2, 'zh', 'tag', '冒险'),
('category', 2, 'zh', 'description', '在红色山谷中体验充满肾上腺素的越野冒险。在日落时分的尘土飞扬的道路上感受卡帕多奇亚的心跳。'),
('category', 2, 'ru', 'title', 'Сафари на квадроциклах'),
('category', 2, 'ru', 'vertical_title', 'Квадроциклы'),
('category', 2, 'ru', 'tag', 'Приключение'),
('category', 2, 'ru', 'description', 'Полное адреналина внедорожное приключение по красным долинам. Почувствуйте сердце Каппадокии на пыльных дорогах на закате.')
ON DUPLICATE KEY UPDATE field_value = VALUES(field_value);

-- 3. Mağara Oteller
INSERT INTO content_translations (entity_type, entity_id, lang, field_name, field_value) VALUES
('category', 3, 'en', 'title', 'Cave Hotels'),
('category', 3, 'en', 'vertical_title', 'Cave Hotels'),
('category', 3, 'en', 'tag', 'Accommodation'),
('category', 3, 'en', 'description', 'Sleep in hotels carved into rocks centuries ago. Where modern comfort meets ancient atmosphere.'),
('category', 3, 'es', 'title', 'Hoteles Cueva'),
('category', 3, 'es', 'vertical_title', 'Hoteles Cueva'),
('category', 3, 'es', 'tag', 'Alojamiento'),
('category', 3, 'es', 'description', 'Duerme en hoteles tallados en roca hace siglos. Donde el confort moderno se encuentra con la atmósfera antigua.'),
('category', 3, 'zh', 'title', '洞穴酒店'),
('category', 3, 'zh', 'vertical_title', '洞穴酒店'),
('category', 3, 'zh', 'tag', '住宿'),
('category', 3, 'zh', 'description', '在数百年前凿刻在岩石中的酒店中入眠。现代舒适与古老氛围交汇的地方。'),
('category', 3, 'ru', 'title', 'Пещерные отели'),
('category', 3, 'ru', 'vertical_title', 'Пещерные отели'),
('category', 3, 'ru', 'tag', 'Проживание'),
('category', 3, 'ru', 'description', 'Спите в отелях, высеченных в скалах столетия назад. Место, где современный комфорт встречается с древней атмосферой.')
ON DUPLICATE KEY UPDATE field_value = VALUES(field_value);

-- 4. Gün Batımı Noktaları
INSERT INTO content_translations (entity_type, entity_id, lang, field_name, field_value) VALUES
('category', 4, 'en', 'title', 'Sunset Points'),
('category', 4, 'en', 'vertical_title', 'Sunset'),
('category', 4, 'en', 'tag', 'Scenery'),
('category', 4, 'en', 'description', 'Capture the magical moment when the sky changes colors at Red Valley and Love Valley. A favorite stop for photographers.'),
('category', 4, 'es', 'title', 'Puntos de Atardecer'),
('category', 4, 'es', 'vertical_title', 'Atardecer'),
('category', 4, 'es', 'tag', 'Paisaje'),
('category', 4, 'es', 'description', 'Captura el momento mágico cuando el cielo cambia de color en el Valle Rojo y el Valle del Amor. Parada favorita de fotógrafos.'),
('category', 4, 'zh', 'title', '日落观景点'),
('category', 4, 'zh', 'vertical_title', '日落'),
('category', 4, 'zh', 'tag', '风景'),
('category', 4, 'zh', 'description', '在红谷和爱情谷捕捉天空变幻色彩的神奇时刻。摄影师的最爱打卡地。'),
('category', 4, 'ru', 'title', 'Точки заката'),
('category', 4, 'ru', 'vertical_title', 'Закат'),
('category', 4, 'ru', 'tag', 'Пейзаж'),
('category', 4, 'ru', 'description', 'Поймайте волшебный момент, когда небо меняет цвета в Красной долине и Долине любви. Любимая остановка фотографов.')
ON DUPLICATE KEY UPDATE field_value = VALUES(field_value);

-- 5. Vadilerde Yürüyüş
INSERT INTO content_translations (entity_type, entity_id, lang, field_name, field_value) VALUES
('category', 5, 'en', 'title', 'Valley Hiking'),
('category', 5, 'en', 'vertical_title', 'Valley Hiking'),
('category', 5, 'en', 'tag', 'Nature'),
('category', 5, 'en', 'description', 'Follow centuries of traces through Güllüdere, Kızılçukur and Ihlara valleys. A new story awaits you at every step.'),
('category', 5, 'es', 'title', 'Senderismo por Valles'),
('category', 5, 'es', 'vertical_title', 'Senderismo'),
('category', 5, 'es', 'tag', 'Naturaleza'),
('category', 5, 'es', 'description', 'Sigue las huellas de siglos por los valles de Güllüdere, Kızılçukur e Ihlara. Una nueva historia te espera en cada paso.'),
('category', 5, 'zh', 'title', '山谷徒步'),
('category', 5, 'zh', 'vertical_title', '山谷徒步'),
('category', 5, 'zh', 'tag', '自然'),
('category', 5, 'zh', 'description', '在居吕代勒、克孜尔丘库尔和伊赫拉拉山谷中追寻数百年的足迹。每一步都有新的故事等待着你。'),
('category', 5, 'ru', 'title', 'Пешие прогулки по долинам'),
('category', 5, 'ru', 'vertical_title', 'Долины'),
('category', 5, 'ru', 'tag', 'Природа'),
('category', 5, 'ru', 'description', 'Следуйте по вековым следам через долины Гюллюдере, Кызылчукур и Ихлара. На каждом шагу вас ждёт новая история.')
ON DUPLICATE KEY UPDATE field_value = VALUES(field_value);

-- 6. Yeraltı Şehirleri
INSERT INTO content_translations (entity_type, entity_id, lang, field_name, field_value) VALUES
('category', 6, 'en', 'title', 'Underground Cities'),
('category', 6, 'en', 'vertical_title', 'Underground Cities'),
('category', 6, 'en', 'tag', 'History'),
('category', 6, 'en', 'description', 'Get lost in the labyrinths of thousands of years of underground civilization at Derinkuyu and Kaymaklı. Dive into the depths of history.'),
('category', 6, 'es', 'title', 'Ciudades Subterráneas'),
('category', 6, 'es', 'vertical_title', 'Subterráneas'),
('category', 6, 'es', 'tag', 'Historia'),
('category', 6, 'es', 'description', 'Piérdete en los laberintos de miles de años de civilización subterránea en Derinkuyu y Kaymaklı. Sumérgete en las profundidades de la historia.'),
('category', 6, 'zh', 'title', '地下城市'),
('category', 6, 'zh', 'vertical_title', '地下城市'),
('category', 6, 'zh', 'tag', '历史'),
('category', 6, 'zh', 'description', '在代林库尤和卡伊马克勒迷失在数千年地下文明的迷宫中。深入历史的深处。'),
('category', 6, 'ru', 'title', 'Подземные города'),
('category', 6, 'ru', 'vertical_title', 'Подземные города'),
('category', 6, 'ru', 'tag', 'История'),
('category', 6, 'ru', 'description', 'Заблудитесь в лабиринтах тысячелетней подземной цивилизации Деринкую и Каймаклы. Погрузитесь в глубины истории.')
ON DUPLICATE KEY UPDATE field_value = VALUES(field_value);

-- 7. Seramik Atölyeleri
INSERT INTO content_translations (entity_type, entity_id, lang, field_name, field_value) VALUES
('category', 7, 'en', 'title', 'Ceramic Workshops'),
('category', 7, 'en', 'vertical_title', 'Ceramic Workshops'),
('category', 7, 'en', 'tag', 'Culture'),
('category', 7, 'en', 'description', 'Experience the centuries-old pottery tradition of Avanos. Create your own piece at the wheel and watch the masters'' craftsmanship.'),
('category', 7, 'es', 'title', 'Talleres de Cerámica'),
('category', 7, 'es', 'vertical_title', 'Cerámica'),
('category', 7, 'es', 'tag', 'Cultura'),
('category', 7, 'es', 'description', 'Experimenta la tradición alfarera centenaria de Avanos. Crea tu propia pieza en el torno y observa la destreza de los maestros.'),
('category', 7, 'zh', 'title', '陶瓷工坊'),
('category', 7, 'zh', 'vertical_title', '陶瓷工坊'),
('category', 7, 'zh', 'tag', '文化'),
('category', 7, 'zh', 'description', '体验阿瓦诺斯百年制陶传统。在陶轮上创作属于你的作品，观赏大师们的精湛技艺。'),
('category', 7, 'ru', 'title', 'Гончарные мастерские'),
('category', 7, 'ru', 'vertical_title', 'Керамика'),
('category', 7, 'ru', 'tag', 'Культура'),
('category', 7, 'ru', 'description', 'Прикоснитесь к вековой гончарной традиции Аваноса. Создайте своё изделие на гончарном круге и понаблюдайте за мастерством ремесленников.')
ON DUPLICATE KEY UPDATE field_value = VALUES(field_value);

-- =============================================
-- DESTINATION TRANSLATIONS
-- =============================================

INSERT INTO content_translations (entity_type, entity_id, lang, field_name, field_value) VALUES
-- Göreme
('destination', 1, 'en', 'title', 'Göreme'),
('destination', 1, 'en', 'description', 'Heart of fairy chimneys and the open-air museum'),
('destination', 1, 'es', 'description', 'Corazón de las chimeneas de hadas y el museo al aire libre'),
('destination', 1, 'zh', 'description', '精灵烟囱和露天博物馆的心脏'),
('destination', 1, 'ru', 'description', 'Сердце каминов фей и музея под открытым небом'),
-- Ürgüp
('destination', 2, 'en', 'description', 'Vineyards and boutique cave hotels'),
('destination', 2, 'es', 'description', 'Viñedos y hoteles cueva boutique'),
('destination', 2, 'zh', 'description', '葡萄园和精品洞穴酒店'),
('destination', 2, 'ru', 'description', 'Виноградники и бутик-отели в пещерах'),
-- Avanos
('destination', 3, 'en', 'description', 'Centuries-old pottery and home of the Red River'),
('destination', 3, 'es', 'description', 'Alfarería centenaria y hogar del Río Rojo'),
('destination', 3, 'zh', 'description', '百年制陶工艺和克孜勒河的故乡'),
('destination', 3, 'ru', 'description', 'Вековое гончарное дело и дом Красной реки'),
-- Uçhisar
('destination', 4, 'en', 'description', 'Cappadocia''s highest point and fortress'),
('destination', 4, 'es', 'description', 'El punto más alto y la fortaleza de Capadocia'),
('destination', 4, 'zh', 'description', '卡帕多奇亚最高点和城堡'),
('destination', 4, 'ru', 'description', 'Самая высокая точка и крепость Каппадокии'),
-- Çavuşin
('destination', 5, 'en', 'description', 'Ancient settlement and rock-cut churches'),
('destination', 5, 'es', 'description', 'Antiguo asentamiento e iglesias talladas en roca'),
('destination', 5, 'zh', 'description', '古老定居点和岩石教堂'),
('destination', 5, 'ru', 'description', 'Древнее поселение и скальные церкви'),
-- Ortahisar
('destination', 6, 'en', 'description', 'Historic castle and narrow stone streets'),
('destination', 6, 'es', 'description', 'Castillo histórico y estrechas calles de piedra'),
('destination', 6, 'zh', 'description', '历史城堡和狭窄的石头街道'),
('destination', 6, 'ru', 'description', 'Историческая крепость и узкие каменные улочки'),
-- Mustafapaşa
('destination', 7, 'en', 'description', 'Greek architecture and a tranquil village spirit'),
('destination', 7, 'es', 'description', 'Arquitectura griega y un espíritu de pueblo tranquilo'),
('destination', 7, 'zh', 'description', '希腊建筑和宁静的小镇风情'),
('destination', 7, 'ru', 'description', 'Греческая архитектура и дух спокойного городка'),
-- Ihlara Vadisi
('destination', 8, 'en', 'title', 'Ihlara Valley'),
('destination', 8, 'en', 'description', '14 km canyon hike and monasteries'),
('destination', 8, 'es', 'title', 'Valle de Ihlara'),
('destination', 8, 'es', 'description', 'Caminata de 14 km por el cañón y monasterios'),
('destination', 8, 'zh', 'title', '伊赫拉拉峡谷'),
('destination', 8, 'zh', 'description', '14公里峡谷徒步和修道院'),
('destination', 8, 'ru', 'title', 'Долина Ихлара'),
('destination', 8, 'ru', 'description', '14-километровый каньон и монастыри'),
-- Zelve
('destination', 9, 'en', 'description', 'Open-air museum and maze-like caves'),
('destination', 9, 'es', 'description', 'Museo al aire libre y cuevas laberínticas'),
('destination', 9, 'zh', 'description', '露天博物馆和迷宫般的洞穴'),
('destination', 9, 'ru', 'description', 'Музей под открытым небом и пещеры-лабиринты'),
-- Derinkuyu
('destination', 10, 'en', 'description', 'Mysteries of the 8-level giant underground city'),
('destination', 10, 'es', 'description', 'Misterios de la gigantesca ciudad subterránea de 8 niveles'),
('destination', 10, 'zh', 'description', '8层巨型地下城市的奥秘'),
('destination', 10, 'ru', 'description', 'Тайны гигантского 8-уровневого подземного города'),
-- Kaymaklı
('destination', 11, 'en', 'description', 'Time travel in an ancient underground settlement'),
('destination', 11, 'es', 'description', 'Viaje en el tiempo en un antiguo asentamiento subterráneo'),
('destination', 11, 'zh', 'description', '在古老的地下定居点中穿越时空'),
('destination', 11, 'ru', 'description', 'Путешествие во времени в древнем подземном поселении'),
-- Soğanlı
('destination', 12, 'en', 'description', 'Byzantine churches and handmade dolls'),
('destination', 12, 'es', 'description', 'Iglesias bizantinas y muñecas hechas a mano'),
('destination', 12, 'zh', 'description', '拜占庭教堂和手工玩偶'),
('destination', 12, 'ru', 'description', 'Византийские церкви и рукодельные куклы')
ON DUPLICATE KEY UPDATE field_value = VALUES(field_value);
