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" } }