diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json b/api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json index c0b5742b..a6ef368a 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json +++ b/api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json @@ -10266,12 +10266,6 @@ "tr": "Değiştir", "en": "Replace" }, - { - "resourceName": "Platform", - "key": "App.Platform.Cancel", - "tr": "İptal", - "en": "Cancel" - }, { "resourceName": "Platform", "key": "App.Platform.Loading", @@ -10938,12 +10932,6 @@ "tr": "Alan seçin...", "en": "Select field..." }, - { - "resourceName": "Platform", - "key": "App.Platform.ChartDrawer.Cancel", - "tr": "İptal", - "en": "Cancel" - }, { "resourceName": "Platform", "key": "App.Platform.ChartDrawer.Save", @@ -11053,12 +11041,6 @@ "tr": "İzin sebebinizi yazınız...", "en": "Enter your leave reason..." }, - { - "resourceName": "Platform", - "key": "App.Platform.Intranet.LeaveRequestModal.Cancel", - "tr": "İptal", - "en": "Cancel" - }, { "resourceName": "Platform", "key": "App.Platform.Intranet.LeaveRequestModal.Submit", @@ -11149,12 +11131,6 @@ "tr": "Ek bilgi (opsiyonel)...", "en": "Additional info (optional)..." }, - { - "resourceName": "Platform", - "key": "App.Platform.Intranet.ExpenseRequestModal.Cancel", - "tr": "İptal", - "en": "Cancel" - }, { "resourceName": "Platform", "key": "App.Platform.Intranet.ExpenseRequestModal.Submit", @@ -11197,12 +11173,6 @@ "tr": "Mesai sebebinizi yazınız...", "en": "Enter your overtime reason..." }, - { - "resourceName": "Platform", - "key": "App.Platform.Intranet.OvertimeRequestModal.Cancel", - "tr": "İptal", - "en": "Cancel" - }, { "resourceName": "Platform", "key": "App.Platform.Intranet.OvertimeRequestModal.Submit", @@ -11311,12 +11281,6 @@ "tr": "Rezervasyon talebiniz yönetici onayına sunulacaktır.", "en": "Your reservation request will be submitted for manager approval." }, - { - "resourceName": "Platform", - "key": "App.Platform.Intranet.ReservationRequestModal.Cancel", - "tr": "İptal", - "en": "Cancel" - }, { "resourceName": "Platform", "key": "App.Platform.Intranet.ReservationRequestModal.Submit", @@ -11413,12 +11377,6 @@ "tr": "Yorumlarınızı buraya yazabilirsiniz...", "en": "You can write your comments here..." }, - { - "resourceName": "Platform", - "key": "App.Platform.Intranet.SurveyModal.Cancel", - "tr": "İptal", - "en": "Cancel" - }, { "resourceName": "Platform", "key": "App.Platform.Intranet.SurveyModal.Submit", @@ -11509,12 +11467,6 @@ "en": "Select a location", "tr": "Bir konum seçin" }, - { - "resourceName": "Platform", - "key": "App.Platform.Intranet.SocialWall.LocationPicker.Cancel", - "en": "Cancel", - "tr": "İptal" - }, { "resourceName": "Platform", "key": "App.Platform.Intranet.SocialWall.LocationPicker.Add", @@ -11605,12 +11557,6 @@ "en": "🎥", "tr": "🎥" }, - { - "resourceName": "Platform", - "key": "App.Platform.Intranet.SocialWall.MediaManager.Cancel", - "en": "Cancel", - "tr": "İptal" - }, { "resourceName": "Platform", "key": "App.Platform.Intranet.SocialWall.MediaManager.Done", @@ -12229,12 +12175,6 @@ "tr": "Tüm medyaları kaldır", "en": "Remove all media" }, - { - "resourceName": "Platform", - "key": "App.Platform.Intranet.SocialWall.CreatePost.Cancel", - "tr": "Vazgeç", - "en": "Cancel" - }, { "resourceName": "Platform", "key": "App.Platform.Intranet.SocialWall.CreatePost.Location", diff --git a/ui/src/views/intranet/SocialWall/CreatePost.tsx b/ui/src/views/intranet/SocialWall/CreatePost.tsx index 95750947..229d2cbc 100644 --- a/ui/src/views/intranet/SocialWall/CreatePost.tsx +++ b/ui/src/views/intranet/SocialWall/CreatePost.tsx @@ -197,7 +197,7 @@ const CreatePost: React.FC = ({ onCreatePost }) => { className="text-sm text-red-600 hover:text-red-700 font-medium" title={translate('::App.Platform.Intranet.SocialWall.CreatePost.RemoveAllMediaTitle')} > - {translate('::App.Platform.Intranet.SocialWall.CreatePost.Cancel')} + {translate('::Cancel')}
@@ -257,7 +257,7 @@ const CreatePost: React.FC = ({ onCreatePost }) => { className="text-sm text-red-600 hover:text-red-700 font-medium" title={translate('::App.Platform.Intranet.SocialWall.CreatePost.RemoveLocationTitle')} > - {translate('::App.Platform.Intranet.SocialWall.CreatePost.Cancel')} + {translate('::Cancel')}
@@ -293,7 +293,7 @@ const CreatePost: React.FC = ({ onCreatePost }) => { className="text-sm text-red-600 hover:text-red-700 font-medium" title={translate('::App.Platform.Intranet.SocialWall.CreatePost.RemovePollTitle')} > - {translate('::App.Platform.Intranet.SocialWall.CreatePost.Cancel')} + {translate('::Cancel')}
= ({ onSelect, onClose }) => onClick={onClose} className="px-4 py-2 text-gray-700 dark:text-gray-300 hover:bg-gray-200 dark:hover:bg-gray-700 rounded-lg transition-colors" > - {translate('::App.Platform.Intranet.SocialWall.LocationPicker.Cancel')} + {translate('::Cancel')}