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 c56acf4342..4f44ae87c2 100644 --- a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json +++ b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json @@ -51,6 +51,8 @@ "401Message": "Unauthorized", "403Message": "Forbidden", "404Message": "Page not found", - "500Message": "Internal Server Error" + "500Message": "Internal Server Error", + "GoHomePage": "Go to the homepage", + "GoBack": "Go back" } } \ No newline at end of file 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 62c4339a7f..2ebd7e06df 100644 --- a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json +++ b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json @@ -51,6 +51,8 @@ "401Message": "Yetkisiz", "403Message": "Yasak", "404Message": "Sayfa bulunamadı", - "500Message": "Sunucu tarafında hata" + "500Message": "Sunucu tarafında hata", + "GoHomePage": "Ana sayfaya git", + "GoBack": "Geri dön" } } \ No newline at end of file