From 17a67786d2e65a330e1ad2be039a8953892d181c Mon Sep 17 00:00:00 2001 From: Masum ULU Date: Fri, 28 Jul 2023 11:09:48 +0300 Subject: [PATCH] New localization resources added --- .../src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json | 5 ++++- .../src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json index 45b80c1aeb..8b9aca1ead 100644 --- a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json +++ b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json @@ -53,6 +53,9 @@ "Today": "Today", "Apply": "Apply", "InternetConnectionInfo": "The operation could not be performed. Your internet connection is not available at the moment.", - "CopiedToTheClipboard": "Copied to the clipboard" + "CopiedToTheClipboard": "Copied to the clipboard", + "AddNew": "Add new", + "ProfilePicture": "Profile picture", + "Theme": "Theme" } } diff --git a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json index f3ede9eb41..ad6bf1395f 100644 --- a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json +++ b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json @@ -53,6 +53,9 @@ "Today": "Bugün", "Apply": "Uygula", "InternetConnectionInfo": "İşlem gerçekleştirilemedi. İnternet bağlantısı mevcut değil.", - "CopiedToTheClipboard": "Panoya kopyalandı" + "CopiedToTheClipboard": "Panoya kopyalandı", + "AddNew": "Yeni ekle", + "ProfilePicture": "Profil resmi", + "Theme": "Tema" } }