cart-translation-updated

This commit is contained in:
Sanjay 2022-04-01 17:37:48 +05:30
parent 293e3b6a67
commit 49a27ad560
3 changed files with 7 additions and 8 deletions

View File

@ -1156,7 +1156,7 @@ return [
'action-type' => 'प्रक्रिया का प्रकार',
'percentage-product-price' => 'उत्पाद मूल्य का प्रतिशत',
'fixed-amount' => 'निश्चित राशि',
'fixed-amount-whole-cart' => 'निश्चित राशि से पूरी गाड़ी',
'fixed-amount-whole-cart' => 'निश्चित राशि से पूरी कार्ट',
'buy-x-get-y-free' => 'X खरीदें, Y मुफ़्त पाएं',
'discount-amount' => 'छूट राशि',
'discount-quantity' => 'अधिकतम मात्रा में छूट दी जाने की अनुमति',

View File

@ -35,10 +35,9 @@ return [
'sign-in' => 'साइन इन करें',
'sign-up' => 'साइन अप करें',
'account' => 'हेतु',
'cart' => 'गाड़ी',
'cart' => 'कार्ट',
'profile' => 'प्रोफाइल',
'wishlist' => 'इच्छा सूची',
'cart' => 'गाड़ी',
'logout' => 'लॉग आउट',
'search-text' => 'यहां उत्पाद खोजें',
],
@ -46,7 +45,7 @@ return [
'minicart' => [
'view-cart' => 'की हुई खरीददारी देखो',
'checkout' => 'चेक आउट',
'cart' => 'गाड़ी',
'cart' => 'कार्ट',
'zero' => '0',
],
@ -355,7 +354,7 @@ return [
'deleteall' => 'सभी हटा दो',
'confirm-delete-all' => 'क्या आप वाकई सभी इच्छा सूची हटाना चाहते हैं?',
'moveall' => 'सभी उत्पादों को कार्ट में ले जाएं',
'move-to-cart' => 'गाड़ी को चलाना',
'move-to-cart' => 'कार्ट को चलाना',
'error' => 'अज्ञात समस्याओं के कारण उत्पाद को विशलिस्ट में नहीं जोड़ा जा सकता, कृपया बाद में चेकबैक करें',
'add' => 'आइटम सफलतापूर्वक इच्छा सूची में जोड़ा गया',
'remove' => 'आइटम को इच्छा सूची से सफलतापूर्वक हटा दिया गया',

View File

@ -184,7 +184,7 @@ return [
],
'header' => [
'cart' => 'गाड़ी',
'cart' => 'कार्ट',
'guest' => 'अतिथि',
'logout' => 'लॉग आउट',
'title' => 'हेतु',
@ -203,7 +203,7 @@ return [
],
'minicart' => [
'cart' => 'गाड़ी',
'cart' => 'कार्ट',
'view-cart' => 'गाडी देंखे',
],
@ -212,7 +212,7 @@ return [
'checkout' => 'चेक आउट',
'cart' => [
'view-cart' => 'गाडी देंखे',
'cart-summary' => 'गाड़ी का संक्षिप्त विवरण',
'cart-summary' => 'कार्ट का संक्षिप्त विवरण',
],
'qty' => 'मात्रा',
'items' => 'आइटम',