diff --git a/services/basket/src/EShopOnAbp.BasketService.Contracts/Localization/BasketService/en.json b/services/basket/src/EShopOnAbp.BasketService.Contracts/Localization/BasketService/en.json index f44c9b4a..5cc0a819 100644 --- a/services/basket/src/EShopOnAbp.BasketService.Contracts/Localization/BasketService/en.json +++ b/services/basket/src/EShopOnAbp.BasketService.Contracts/Localization/BasketService/en.json @@ -3,10 +3,7 @@ "texts": { "Menu:Home": "Home", "Welcome": "Welcome", - "LongWelcomeMessage": "Welcome to the application. This is a startup project based on the ABP framework. For more information, visit abp.io.", - "Toolbar:Cart": "My Cart", - "Toolbar:BasketNotLoaded": "Couldn't Load!", - "Toolbar:CartEmpty": "Cart is Empty!", + "LongWelcomeMessage": "Welcome to the application. This is a startup project based on the ABP framework. For more information, visit abp.io.", "ProductNotFound": "Could not find the product!" } } diff --git a/services/basket/src/EShopOnAbp.BasketService.Contracts/Localization/BasketService/tr.json b/services/basket/src/EShopOnAbp.BasketService.Contracts/Localization/BasketService/tr.json index fc0fef09..361be51d 100644 --- a/services/basket/src/EShopOnAbp.BasketService.Contracts/Localization/BasketService/tr.json +++ b/services/basket/src/EShopOnAbp.BasketService.Contracts/Localization/BasketService/tr.json @@ -3,10 +3,7 @@ "texts": { "Menu:Home": "Ana sayfa", "Welcome": "Hoşgeldiniz", - "LongWelcomeMessage": "Uygulamaya hoşgeldiniz. Bu, ABP framework'ü üzerine bina edilmiş bir başlangıç projesidir. Daha fazla bilgi için abp.io adresini ziyaret edebilirsiniz.", - "Toolbar:Cart": "Sepetim", - "Toolbar:BasketNotLoaded": "Sepet Hatası!", - "Toolbar:CartEmpty": "Sepetiniz Boş", + "LongWelcomeMessage": "Uygulamaya hoşgeldiniz. Bu, ABP framework'ü üzerine bina edilmiş bir başlangıç projesidir. Daha fazla bilgi için abp.io adresini ziyaret edebilirsiniz.", "ProductNotFound": "Bu ürün bulunamadı!" } } \ No newline at end of file diff --git a/shared/EShopOnAbp.Shared.Localization/Localization/EShopOnAbp/en.json b/shared/EShopOnAbp.Shared.Localization/Localization/EShopOnAbp/en.json index 76dc07ce..b1d2db9f 100644 --- a/shared/EShopOnAbp.Shared.Localization/Localization/EShopOnAbp/en.json +++ b/shared/EShopOnAbp.Shared.Localization/Localization/EShopOnAbp/en.json @@ -45,6 +45,9 @@ "UserOrders:BuyAgain": "Buy Again", "UserOrders:ProductReturnDate": "Last date for product return:", "UserOrders:ReturnProducts": "Return products", - "UserOrders:AddReview": "Add product review" + "UserOrders:AddReview": "Add product review", + "Toolbar:Cart": "My Cart", + "Toolbar:BasketNotLoaded": "Couldn't Load!", + "Toolbar:CartEmpty": "Cart is Empty!" } } diff --git a/shared/EShopOnAbp.Shared.Localization/Localization/EShopOnAbp/tr.json b/shared/EShopOnAbp.Shared.Localization/Localization/EShopOnAbp/tr.json index 838e7020..1eb45c5c 100644 --- a/shared/EShopOnAbp.Shared.Localization/Localization/EShopOnAbp/tr.json +++ b/shared/EShopOnAbp.Shared.Localization/Localization/EShopOnAbp/tr.json @@ -43,6 +43,9 @@ "UserOrders:BuyAgain": "Tekrar Satın Alın", "UserOrders:ProductReturnDate": "Ürünü iade edebileceğiniz son tarih:", "UserOrders:ReturnProducts": "Ürünleri iade et", - "UserOrders:AddReview": "Ürün yorumu yazın" + "UserOrders:AddReview": "Ürün yorumu yazın", + "Toolbar:Cart": "Sepetim", + "Toolbar:BasketNotLoaded": "Sepet Hatası!", + "Toolbar:CartEmpty": "Sepetiniz Boş" } }