From 20e7fae481ce69e9a678508ce03b5ed7831aea9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:13:55 +0300 Subject: [PATCH] =?UTF-8?q?Public=20tasar=C4=B1mlar=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Seeds/LanguagesData.json | 18 +++++++++++++++ ui/src/components/orders/ProductCard.tsx | 2 +- ui/src/views/form/notes/NoteList.tsx | 16 +++++++------- ui/src/views/form/notes/NoteModal.tsx | 18 +++------------ ui/src/views/form/notes/NotePanel.tsx | 10 ++++----- ui/src/views/public/About.tsx | 2 +- ui/src/views/public/Demo.tsx | 22 ++++++++++++++----- ui/src/views/public/Services.tsx | 8 +++---- 8 files changed, 56 insertions(+), 40 deletions(-) diff --git a/api/src/Sozsoft.Platform.DbMigrator/Seeds/LanguagesData.json b/api/src/Sozsoft.Platform.DbMigrator/Seeds/LanguagesData.json index cbcd933..c767f9d 100644 --- a/api/src/Sozsoft.Platform.DbMigrator/Seeds/LanguagesData.json +++ b/api/src/Sozsoft.Platform.DbMigrator/Seeds/LanguagesData.json @@ -7362,6 +7362,24 @@ "tr": "Demo Talep Formu", "en": "Demo Request Form" }, + { + "resourceName": "Platform", + "key": "Public.demo.newDemo", + "tr": "Yeni Demo Talebi", + "en": "New Demo Request" + }, + { + "resourceName": "Platform", + "key": "Public.demo.thankYou", + "tr": "Teşekkürler!", + "en": "Thank You!" + }, + { + "resourceName": "Platform", + "key": "Public.demo.resultMessage", + "tr": "Demo talebiniz başarıyla gönderildi. 24 saat içinde size geri dönüş yapacağız.", + "en": "Your demo request has been submitted successfully. We will get back to you within 24 hours." + }, { "resourceName": "Platform", "key": "Public.demo.users", diff --git a/ui/src/components/orders/ProductCard.tsx b/ui/src/components/orders/ProductCard.tsx index 0018cbb..71903e3 100644 --- a/ui/src/components/orders/ProductCard.tsx +++ b/ui/src/components/orders/ProductCard.tsx @@ -168,7 +168,7 @@ export const ProductCard: React.FC = ({ @@ -163,6 +162,8 @@ const Demo: React.FC = ({ isOpen, onClose }) => {