From a9bab66ccb76fd522bf2ef2f1795cb23dfd66e90 Mon Sep 17 00:00:00 2001 From: Fahri Gedik Date: Mon, 28 Oct 2024 01:46:56 +0300 Subject: [PATCH] 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