From bc31e1f06aae122e9427699634bcc9a79f6ac5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Tue, 12 May 2026 09:57:23 +0300 Subject: [PATCH] =?UTF-8?q?Genel=20d=C3=BCzeltmeler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Seeds/LanguagesData.json | 32 +++- ui/src/components/common/Widget.tsx | 2 +- ui/src/views/admin/files/FileManager.tsx | 17 +- ui/src/views/admin/videoroom/RoomList.tsx | 148 +++++------------- ui/src/views/list/Grid.tsx | 2 +- ui/src/views/shared/MenuAddDialog.tsx | 2 +- 6 files changed, 80 insertions(+), 123 deletions(-) diff --git a/api/src/Sozsoft.Platform.DbMigrator/Seeds/LanguagesData.json b/api/src/Sozsoft.Platform.DbMigrator/Seeds/LanguagesData.json index 96ae254..49691e4 100644 --- a/api/src/Sozsoft.Platform.DbMigrator/Seeds/LanguagesData.json +++ b/api/src/Sozsoft.Platform.DbMigrator/Seeds/LanguagesData.json @@ -3726,23 +3726,47 @@ "en": "Total Rooms", "tr": "Toplam Oda" }, + { + "resourceName": "Platform", + "key": "App.Videoroom.TotalRoomsDescription", + "en": "Total number of rooms", + "tr": "Toplam oda sayısı" + }, { "resourceName": "Platform", "key": "App.Videoroom.ActiveRooms", "en": "Active Rooms", "tr": "Aktif Oda" }, + { + "resourceName": "Platform", + "key": "App.Videoroom.ActiveRoomDescription", + "en": "Rooms with started sessions", + "tr": "Oturumu başlatılmış odalar" + }, { "resourceName": "Platform", "key": "App.Videoroom.OpenRooms", "en": "Open Rooms", "tr": "Katılıma Açık" }, + { + "resourceName": "Platform", + "key": "App.Videoroom.OpenRoomsDescription", + "en": "Rooms where participants can join", + "tr": "Katılımcıların katılabileceği odalar" + }, { "resourceName": "Platform", "key": "App.Videoroom.PassiveRooms", "en": "Passive Rooms", - "tr": "Pasif Oda" + "tr": "Pasif Odalar" + }, + { + "resourceName": "Platform", + "key": "App.Videoroom.PassiveRoomsDescription", + "en": "Rooms that are not currently active", + "tr": "Şu anda aktif olmayan odalar" }, { "resourceName": "Platform", @@ -3750,6 +3774,12 @@ "en": "Total Participants", "tr": "Toplam Katılımcı" }, + { + "resourceName": "Platform", + "key": "App.Videoroom.TotalParticipantsDescription", + "en": "Total number of participants", + "tr": "Toplam katılımcı sayısı" + }, { "resourceName": "Platform", "key": "App.Videoroom.RoomSettings", diff --git a/ui/src/components/common/Widget.tsx b/ui/src/components/common/Widget.tsx index 1129f6c..67e8d96 100644 --- a/ui/src/components/common/Widget.tsx +++ b/ui/src/components/common/Widget.tsx @@ -77,7 +77,7 @@ export default function Widget({ >
-

+

{title}

{ {/* Sort */}