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 */}