From a9bab66ccb76fd522bf2ef2f1795cb23dfd66e90 Mon Sep 17 00:00:00 2001 From: Fahri Gedik Date: Mon, 28 Oct 2024 01:46:56 +0300 Subject: [PATCH 1/3] Add localization. --- .../Admin/Localization/Resources/en.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json index 9fb30d3fda..abb1090d7e 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json @@ -649,6 +649,18 @@ "Permission:HeroSections": "Hero Sections", "RedirectLink": "Redirect link", "HeroSectionsDeletionConfirmationMessage": "Are you sure you want to delete the hero section?", - "AbpStudioName": "Abp Studio name" + "AbpStudioName": "Abp Studio name", + "Permission:EditAttendees" : "Edit Attendees", + "AttendeesCount" : "Attendees Count", + "CreateQRCode" : "Create QR Code", + "DrawTV" : "Public Draw on the TV", + "DrawModal" : "Private Draw on the modal", + "SetAsDrawable" : "Set as drawable", + "SetAsNoDrawable" : "Set as not drawable", + "RemoveAllWinners" : "Remove all winners", + "EditWinners" : "Edit winners", + "EditAttendees" : "Edit attendees", + "ExportAttendeesAsExcel" : "Export attendees as Excel", + "DuplicateRaffle" : "Duplicate raffle" } } \ No newline at end of file From 18bb858b241d88979d3db88081afbea35bd2395e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20Ebi=C3=A7o=C4=9Flu?= <9526587+ebicoglu@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:20:15 +0300 Subject: [PATCH 2/3] Update en.json --- .../AbpIoLocalization/Admin/Localization/Resources/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json index abb1090d7e..17700f8ea1 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json @@ -649,7 +649,7 @@ "Permission:HeroSections": "Hero Sections", "RedirectLink": "Redirect link", "HeroSectionsDeletionConfirmationMessage": "Are you sure you want to delete the hero section?", - "AbpStudioName": "Abp Studio name", + "AbpStudioName": "ABP Studio name", "Permission:EditAttendees" : "Edit Attendees", "AttendeesCount" : "Attendees Count", "CreateQRCode" : "Create QR Code", @@ -663,4 +663,4 @@ "ExportAttendeesAsExcel" : "Export attendees as Excel", "DuplicateRaffle" : "Duplicate raffle" } -} \ No newline at end of file +} From 9039953ca88a0f28081351463e98a0d0f95732f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20Ebi=C3=A7o=C4=9Flu?= <9526587+ebicoglu@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:23:46 +0300 Subject: [PATCH 3/3] Update en.json --- .../Admin/Localization/Resources/en.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json index 17700f8ea1..d9df42b9b0 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json @@ -650,17 +650,17 @@ "RedirectLink": "Redirect link", "HeroSectionsDeletionConfirmationMessage": "Are you sure you want to delete the hero section?", "AbpStudioName": "ABP Studio name", - "Permission:EditAttendees" : "Edit Attendees", - "AttendeesCount" : "Attendees Count", - "CreateQRCode" : "Create QR Code", - "DrawTV" : "Public Draw on the TV", - "DrawModal" : "Private Draw on the modal", - "SetAsDrawable" : "Set as drawable", - "SetAsNoDrawable" : "Set as not drawable", - "RemoveAllWinners" : "Remove all winners", - "EditWinners" : "Edit winners", - "EditAttendees" : "Edit attendees", - "ExportAttendeesAsExcel" : "Export attendees as Excel", - "DuplicateRaffle" : "Duplicate raffle" + "Permission:EditAttendees": "Edit Attendees", + "AttendeesCount": "Attendees Count", + "CreateQRCode": "Create QR Code", + "DrawTV": "Public draw on the TV", + "DrawModal": "Private draw on the modal", + "SetAsDrawable": "Set as drawable", + "SetAsNoDrawable": "Set as non-drawable", + "RemoveAllWinners": "Remove all winners", + "EditWinners": "Edit winners", + "EditAttendees": "Edit attendees", + "ExportAttendeesAsExcel": "Export attendees as Excel", + "DuplicateRaffle": "Duplicate raffle" } }