Browse Source

moved basket localization to shared

pull/79/head
Galip Tolga Erdem 5 years ago
parent
commit
900a574adb
  1. 5
      services/basket/src/EShopOnAbp.BasketService.Contracts/Localization/BasketService/en.json
  2. 5
      services/basket/src/EShopOnAbp.BasketService.Contracts/Localization/BasketService/tr.json
  3. 5
      shared/EShopOnAbp.Shared.Localization/Localization/EShopOnAbp/en.json
  4. 5
      shared/EShopOnAbp.Shared.Localization/Localization/EShopOnAbp/tr.json

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

5
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ı!"
}
}

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

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

Loading…
Cancel
Save