@wix/logo-print-provider-sdk 1.1016.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/__tests__/e2e/dummy.e2e.js +8 -0
- package/dist/index.js +5 -0
- package/dist/src/assets/locale/messages_ar.json +179 -0
- package/dist/src/assets/locale/messages_bg.json +362 -0
- package/dist/src/assets/locale/messages_cs.json +362 -0
- package/dist/src/assets/locale/messages_da.json +362 -0
- package/dist/src/assets/locale/messages_de.json +362 -0
- package/dist/src/assets/locale/messages_el.json +362 -0
- package/dist/src/assets/locale/messages_en.json +362 -0
- package/dist/src/assets/locale/messages_es.json +362 -0
- package/dist/src/assets/locale/messages_fi.json +362 -0
- package/dist/src/assets/locale/messages_fr.json +362 -0
- package/dist/src/assets/locale/messages_he.json +362 -0
- package/dist/src/assets/locale/messages_hi.json +362 -0
- package/dist/src/assets/locale/messages_hu.json +362 -0
- package/dist/src/assets/locale/messages_id.json +362 -0
- package/dist/src/assets/locale/messages_it.json +362 -0
- package/dist/src/assets/locale/messages_ja.json +362 -0
- package/dist/src/assets/locale/messages_ko.json +362 -0
- package/dist/src/assets/locale/messages_ms.json +362 -0
- package/dist/src/assets/locale/messages_nb.json +179 -0
- package/dist/src/assets/locale/messages_nl.json +362 -0
- package/dist/src/assets/locale/messages_no.json +362 -0
- package/dist/src/assets/locale/messages_pl.json +362 -0
- package/dist/src/assets/locale/messages_pt.json +362 -0
- package/dist/src/assets/locale/messages_ro.json +362 -0
- package/dist/src/assets/locale/messages_ru.json +362 -0
- package/dist/src/assets/locale/messages_sv.json +362 -0
- package/dist/src/assets/locale/messages_th.json +362 -0
- package/dist/src/assets/locale/messages_tl.json +362 -0
- package/dist/src/assets/locale/messages_tr.json +362 -0
- package/dist/src/assets/locale/messages_uk.json +362 -0
- package/dist/src/assets/locale/messages_vi.json +362 -0
- package/dist/src/assets/locale/messages_zh.json +362 -0
- package/dist/src/assets/locale/messages_zu.json +179 -0
- package/dist/src/availableUploadFileTypes.js +8 -0
- package/dist/src/availableUploadTypes.js +6 -0
- package/dist/src/callbackTypes.js +14 -0
- package/dist/src/eventTypes.js +20 -0
- package/dist/src/index.js +17 -0
- package/dist/src/logoSdk.js +175 -0
- package/dist/statics/assets/locale/messages_ar.json +179 -0
- package/dist/statics/assets/locale/messages_bg.json +362 -0
- package/dist/statics/assets/locale/messages_cs.json +362 -0
- package/dist/statics/assets/locale/messages_da.json +362 -0
- package/dist/statics/assets/locale/messages_de.json +362 -0
- package/dist/statics/assets/locale/messages_el.json +362 -0
- package/dist/statics/assets/locale/messages_en.json +362 -0
- package/dist/statics/assets/locale/messages_es.json +362 -0
- package/dist/statics/assets/locale/messages_fi.json +362 -0
- package/dist/statics/assets/locale/messages_fr.json +362 -0
- package/dist/statics/assets/locale/messages_he.json +362 -0
- package/dist/statics/assets/locale/messages_hi.json +362 -0
- package/dist/statics/assets/locale/messages_hu.json +362 -0
- package/dist/statics/assets/locale/messages_id.json +362 -0
- package/dist/statics/assets/locale/messages_it.json +362 -0
- package/dist/statics/assets/locale/messages_ja.json +362 -0
- package/dist/statics/assets/locale/messages_ko.json +362 -0
- package/dist/statics/assets/locale/messages_ms.json +362 -0
- package/dist/statics/assets/locale/messages_nb.json +179 -0
- package/dist/statics/assets/locale/messages_nl.json +362 -0
- package/dist/statics/assets/locale/messages_no.json +362 -0
- package/dist/statics/assets/locale/messages_pl.json +362 -0
- package/dist/statics/assets/locale/messages_pt.json +362 -0
- package/dist/statics/assets/locale/messages_ro.json +362 -0
- package/dist/statics/assets/locale/messages_ru.json +362 -0
- package/dist/statics/assets/locale/messages_sv.json +362 -0
- package/dist/statics/assets/locale/messages_th.json +362 -0
- package/dist/statics/assets/locale/messages_tl.json +362 -0
- package/dist/statics/assets/locale/messages_tr.json +362 -0
- package/dist/statics/assets/locale/messages_uk.json +362 -0
- package/dist/statics/assets/locale/messages_vi.json +362 -0
- package/dist/statics/assets/locale/messages_zh.json +362 -0
- package/dist/statics/assets/locale/messages_zu.json +179 -0
- package/package.json +78 -0
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
{
|
|
2
|
+
"logo_print_backoffice_ordersHistory_pageHeader": "मेरे प्रिंट",
|
|
3
|
+
"logo_print_backoffice_ordersHistory_table_total": "कुल",
|
|
4
|
+
"logo_print_backoffice_ordersHistory_table_status": "स्थिति",
|
|
5
|
+
"logo_print_product_business_cards_popup_noEdit_cta_main": "अनुकूलित करें",
|
|
6
|
+
"logo_print_product_fillDetails_popup_form_website": "वेबसाइट URL",
|
|
7
|
+
"logo_print_thankYou_subtitle_link": "इनवॉइस देखें",
|
|
8
|
+
"logo_print_common_products_business_cards_subCategory_premium_name": "प्रीमियम",
|
|
9
|
+
"logo_print_editor_sidePanel_background_header": "बैकग्राउंड",
|
|
10
|
+
"logo_print_backoffice_ordersHistory_order_quantity": "मात्रा",
|
|
11
|
+
"logo_print_checkout_summary_total": "कुल",
|
|
12
|
+
"logo_print_common_products_gift_cards_subCategory_glossy": "glossy finish",
|
|
13
|
+
"logo_print_checkout_review_title": "समीक्षा और भुगतान करें",
|
|
14
|
+
"logo_print_common_products_single_face_masks_name": "फेस मास्क",
|
|
15
|
+
"logo_print_product_stickers_dropdown1_title": "आयाम",
|
|
16
|
+
"logo_print_checkout_shippingDetails_continueBtn": "सहेजें और जारी रखें",
|
|
17
|
+
"logo_print_email_shipped_preHeader": "Order {{orderNumber}} has been shipped: Your purchase is on its way! Save this email for your records.",
|
|
18
|
+
"logo_print_checkout_shippingDetails_field_lastName": "अंतिम नाम",
|
|
19
|
+
"logo_print_common_products_stickers_subCategory_square_subtitle": "आसानी से उतारें और पीछे लगी स्थायी गोंद के साथ चिपकाएं।",
|
|
20
|
+
"logo_print_email_newOrder_summary_total": "कुल",
|
|
21
|
+
"logo_print_thankYou_refNo": "संदर्भ संख्या:",
|
|
22
|
+
"logo_print_product_fillDetails_popup_cta_secondary": "अभी नहीं",
|
|
23
|
+
"logo_print_editor_general_sendBackward_tooltip": "Send Backward",
|
|
24
|
+
"logo_print_templates_texts_email": "info@mysite.com",
|
|
25
|
+
"logo_print_product_savedDesign_popup_description2": "क्या आप वहीं से शुरू करना चाहते हैं जहां आपने छोड़ा था?",
|
|
26
|
+
"logo_print_editor_general_delete_tooltip": "हटाएं",
|
|
27
|
+
"logo_print_checkout_continueShopping_cta": "खरीदारी जारी रखें",
|
|
28
|
+
"logo_print_common_products_tote_bags_subCategory_subtitle_desc": "Best as a gift for your office.",
|
|
29
|
+
"logo_print_product_subCategory_colors_black": "काला",
|
|
30
|
+
"logo_print_product_subCategory_colors_white": "सफ़ेद",
|
|
31
|
+
"logo_print_product_pack_PrepaidBusinessCardPack1_subtitle": "अपनी इच्छानुसार डिज़ाइन अनुकूलित करें। जब आप कार्ड डिज़ाइन से संतुष्ट हो जाएं तब कार्ट में अपने 250 कार्ड का प्रीपेड पैक जोड़ें।",
|
|
32
|
+
"logo_print_common_products_business_cards_subCategory_glossy": "ग्लॉसी फ़िनिश",
|
|
33
|
+
"logo_print_common_products_magnets_subCategory_title": "{{name}} {{size}} {{units}} {{coating}}",
|
|
34
|
+
"logo_print_product_tote_bags_dropdown2_title": "रंग",
|
|
35
|
+
"logo_print_checkout_shippingDetails_field_country": "देश",
|
|
36
|
+
"logo_print_backoffice_ordersHistory_order_modifyDesign": "Modify Design",
|
|
37
|
+
"logo_print_templates_texts_phone": "123-456-7890",
|
|
38
|
+
"logo_print_backoffice_ordersHistory_order_orderAgain": "फिर से ऑर्डर दें",
|
|
39
|
+
"logo_print_checkout_shippingDetails_field_general_validation_required": "यह स्थान भरना जरूरी है",
|
|
40
|
+
"logo_print_checkout_shippingDetails_field_phone_validation_required": "अपना फ़ोन नंबर दर्ज करें",
|
|
41
|
+
"logo_print_product_mugs_title": "मग",
|
|
42
|
+
"logo_print_common_products_business_cards_subCategory_deluxe_name": "डिलक्स",
|
|
43
|
+
"logo_print_product_fillDetails_popup_form_email": "ईमेल",
|
|
44
|
+
"logo_print_common_products_single_magnet_name": "magnet",
|
|
45
|
+
"logo_print_product_noShipping": "शिपिंग और हैंडलिंग शामिल नहीं है",
|
|
46
|
+
"logo_print_common_products_single_t_shirt_name": "t-shirt",
|
|
47
|
+
"logo_print_common_products_magnets_name": "चुम्बक",
|
|
48
|
+
"logo_print_checkout_errorPopup_unavailableItems_description": "कुछ आइटम्स को {{Country}} में नहीं भेजा जा सकता। कृपया इन आइटम को हटाएं।",
|
|
49
|
+
"logo_print_product_t_shirts_title": "टी-शर्ट",
|
|
50
|
+
"logo_print_product_stickers_subtitle": "स्टिकर का आकार और मात्रा चुनें। आप अपनी इच्छानुसार डिज़ाइन अनुकूलित कर सकते हैं।",
|
|
51
|
+
"logo_print_editor_sidePanel_image_title": "चित्र जोड़ें",
|
|
52
|
+
"logo_print_backoffice_ordersHistory_title": "ऑर्डर इतिहास",
|
|
53
|
+
"logo_print_email_newOrder_refNum": "ऑर्डर #{{orderNumber}}",
|
|
54
|
+
"logo_print_product_face_masks_dropdown1_title": "रंग",
|
|
55
|
+
"logo_print_checkout_errorPopup_unavailableItems_cta": "ठीक है",
|
|
56
|
+
"logo_print_common_products_gift_cards_subCategory_weight_mil": "mil PVC",
|
|
57
|
+
"logo_print_email_newOrder_summary_item": "आइटम",
|
|
58
|
+
"logo_print_common_products_t_shirts_name": "टी-शर्ट",
|
|
59
|
+
"logo_print_templates_subtitle": "अपने बिज़नस कार्ड के लिए एक टेम्पलेट चुनें और इसे अपना बनाने के लिए अनुकूलित करें।",
|
|
60
|
+
"logo_print_product_fillDetails_popup_form_address2": "पता पंक्ति 2",
|
|
61
|
+
"logo_print_product_business_cards_popup_noEdit_description1": "ऐसा लगता है कि आपने बिज़नेस कार्ड पर अपनी संपर्क जानकारी नहीं जोड़ी है।",
|
|
62
|
+
"logo_print_checkout_summary_header": "ऑर्डर सारांश ({{items}} आइटम)",
|
|
63
|
+
"logo_print_checkout_summary_subtotal": "उप-जोड़",
|
|
64
|
+
"logo_print_checkout_summary_discount": "छुट",
|
|
65
|
+
"logo_print_product_gift_cards_popup_noEdit_description2": "Would you like to customize the details now?",
|
|
66
|
+
"logo_print_templates_texts_address2": "San Francisco, CA 94158",
|
|
67
|
+
"logo_print_product_t_shirts_sizeChart_sleeve": "आस्तीन से कमर का केंद्र (इंच)",
|
|
68
|
+
"logo_print_product_gift_cards_dropdown1_title": "Paper Type",
|
|
69
|
+
"logo_print_email_newOrder_footer_haveQuestions": "यदि आप कोई सवाल पूछना चाहते हैं तो हमारी टीम हेमशा मदद करने के लिए यहाँ मौजूद है।",
|
|
70
|
+
"logo_print_product_gift_cards_title": "Gift Cards",
|
|
71
|
+
"logo_print_backoffice_ordersHistory_order_title": "आइटम्स के विवरण",
|
|
72
|
+
"logo_print_product_tote_bags_title": "टोटे बैग",
|
|
73
|
+
"logo_print_common_products_business_cards_subCategory_classic_name": "क्लासिक",
|
|
74
|
+
"logo_print_common_products_stickers_subCategory_title": "{{name}} {{size}}{{units}}",
|
|
75
|
+
"logo_print_editor_cta_cancel": "रद्द करें",
|
|
76
|
+
"logo_print_backoffice_ordersHistory_order_product": "उत्पाद",
|
|
77
|
+
"logo_print_editor_mobile_shape_border": "बॉर्डर",
|
|
78
|
+
"logo_print_common_products_tote_bags_subCategory_cottonCanvas": "सूती केन्वस",
|
|
79
|
+
"logo_print_editor_sidePanel_svg_title": "वेक्टर आर्ट शामिल करें",
|
|
80
|
+
"logo_print_product_fillDetails_popup_description2": "आप बाद में कार्ड पर पाठ को आसानी से संपादित कर सकते हैं।",
|
|
81
|
+
"logo_print_editor_cta_redo": "रद्दोबदल करें",
|
|
82
|
+
"logo_print_product_cta_update": "कार्ट अपडेट करें",
|
|
83
|
+
"logo_print_backoffice_ordersHistory_order_notShippedYet": "अभी तक नहीं भेजा गया",
|
|
84
|
+
"logo_print_product_t_shirts_dropdown2_title": "आकार",
|
|
85
|
+
"logo_print_checkout_shippingDetails_field_country_tooltip": "प्रत्येक देश में कीमत और कागज का प्रकार अलग-अलग होता है। अपने आइटम दूसरे देश में भेजने के लिए, टेम्प्लेट पेज पर जाएं और उस देश को बदलें जिसमें आप खरीदारी कर रहे हैं।",
|
|
86
|
+
"logo_print_product_business_cards_popup_noEdit_header": "अपना बिज़नेस कार्ड अनुकूलित करें",
|
|
87
|
+
"logo_print_common_products_mugs_subCategory_subtitle_desc": "Best as a gift for your office",
|
|
88
|
+
"logo_print_checkout_deliveryMethod_title": "पहुंचाने की विधि",
|
|
89
|
+
"logo_print_checkout_shippingDetails_field_address2_default": "अपार्टमेंट नंबर, मंजिल, सुइट",
|
|
90
|
+
"logo_print_product_business_cards_subtitle": "पेपर का प्रकार और मात्रा चुनें। आप अपनी इच्छानुसार डिज़ाइन अनुकूलित कर सकते हैं।",
|
|
91
|
+
"logo_print_editor_sidePanel_logoVersion_black": "पारदर्शी पर काला",
|
|
92
|
+
"logo_print_common_products_business_cards_subCategory_deluxe_subtitle": "आपके डिजाइन में अति सुंदर प्रिंट और स्पष्ट विवरण के लिए सर्वश्रेष्ठ।",
|
|
93
|
+
"logo_print_backoffice_ordersHistory_order_price": "मूल्य",
|
|
94
|
+
"logo_print_editor_sidePanel_merchandise_header_subtitle": "अपने {{product}} में पाठ, आकृतियाँ इत्यादि जोड़ें।",
|
|
95
|
+
"logo_print_checkout_shippingDetails_title_new": "अपना शिपिंग विवरण दर्ज करें",
|
|
96
|
+
"logo_print_product_t_shirts_sizeChart_title": "आकार संबंधी चार्ट",
|
|
97
|
+
"logo_print_email_newOrder_subject": "खरीदारी करने के लिए धन्यवाद! (ऑर्डर #{{orderNumber}})",
|
|
98
|
+
"logo_print_editor_sidePanel_logoVersion_original": "मूल",
|
|
99
|
+
"logo_print_product_fillDetails_popup_header": "अपनी व्यावसायिक जानकारी जोड़ें",
|
|
100
|
+
"logo_print_editor_mobile_image_drawer_header": "इमेज को अनुकूलित करें",
|
|
101
|
+
"logo_print_common_products_business_cards_subCategory_classic_subtitle": "कुछ रंगों के साथ स्पष्ट और सरल डिजाइन के लिए सर्वश्रेष्ठ।",
|
|
102
|
+
"logo_print_checkout_shippingDetails_field_firstName": "प्रथम नाम",
|
|
103
|
+
"logo_print_product_popup_madeChanges_cta_main": "मुझे वहां ले चलें",
|
|
104
|
+
"logo_print_cart_PrepaidBusinessCardPack1": "250 बिज़नस कार्ड",
|
|
105
|
+
"logo_print_cart_item_errorTooltip": "इस आइटम को {{country}} में नहीं भेजा जा सकता है। जारी रखने के लिए ये आइटम संपादित करें या हटाएं।",
|
|
106
|
+
"logo_print_editor_sidePanel_header_subtitle": "अपने बिज़नस कार्ड में पाठ, आकृतियाँ इत्यादि जोड़ें।",
|
|
107
|
+
"logo_print_thankYou_cta": "ऑर्डर इतिहास",
|
|
108
|
+
"logo_print_product_tote_bags_subtitle": "चुनें कि आपको कितने बैग चाहिए। आप जैसे चाहें डिज़ाइन को अनुकूलित कर सकते हैं।",
|
|
109
|
+
"logo_print_checkout_shippingDetails_field_lastName_validation_required": "अपना अंतिम नाम दर्ज करें",
|
|
110
|
+
"logo_print_backoffice_ordersHistory_table_dateRef": "तिथि / संदर्भ संख्या",
|
|
111
|
+
"logo_print_products_module_cta": "शुरुआत करें",
|
|
112
|
+
"logo_print_common_products_magnets_subCategory_highGloss": "तेज चमक",
|
|
113
|
+
"logo_print_product_magnets_title": "चुम्बक",
|
|
114
|
+
"logo_print_editor_sidePanel_text_size": "फॉन्ट का आकार",
|
|
115
|
+
"logo_print_common_products_gift_cards_subCategory_title": "{{name}} {{thickness}}{{weight}} with round corners",
|
|
116
|
+
"logo_print_editor_sidePanel_logoVersion_title": "लोगो जोड़ें",
|
|
117
|
+
"logo_print_editor_general_bringForward_tooltip": "Bring Forward",
|
|
118
|
+
"logo_print_editor_sidePanel_header_title": "कार्ड अनुकूलित करें",
|
|
119
|
+
"logo_print_backoffice_ordersHistory_table_status_shipped": "भेज दिया गया है",
|
|
120
|
+
"logo_print_email_newOrder_summary_discount": "छुट",
|
|
121
|
+
"logo_print_editor_mobile_text_color": "रंग",
|
|
122
|
+
"logo_print_editor_sidePanel_text_font": "फ़ॉन्ट",
|
|
123
|
+
"logo_print_checkout_review_terms": "नियम एवं शर्तें",
|
|
124
|
+
"logo_print_backoffice_ordersHistory_table_status_in_process": "प्रोसेस हो रहा है",
|
|
125
|
+
"logo_print_editor_mobile_shape_stroke": "स्ट्रोक",
|
|
126
|
+
"logo_print_editor_sidePanel_text_defaultText": "Your text goes here",
|
|
127
|
+
"logo_print_templates_texts_website": "www.website.com",
|
|
128
|
+
"logo_print_checkout_shippingDetails_field_company": "कंपनी का नाम",
|
|
129
|
+
"logo_print_common_products_business_cards_subCategory_uvCoating": "यूवी कोटिंग के साथ",
|
|
130
|
+
"logo_print_checkout_shippingDetails_field_state": "राज्य",
|
|
131
|
+
"logo_print_common_products_gift_cards_subCategory_weight_pt": "pt paper",
|
|
132
|
+
"logo_print_common_products_stickers_subCategory_subtitle_medium": "Best as a gift for your office.",
|
|
133
|
+
"logo_print_email_newOrder_preheader2": "Please keep this email for your records.",
|
|
134
|
+
"logo_print_checkout_summary_tax": "कर",
|
|
135
|
+
"logo_print_common_products_single_sticker_name": "sticker",
|
|
136
|
+
"logo_print_product_t_shirts_sizeChart_size": "आकार",
|
|
137
|
+
"logo_print_editor_cta_undo": "पूर्ववत करें",
|
|
138
|
+
"logo_print_email_newOrder_summary_price": "मूल्य",
|
|
139
|
+
"logo_print_email_newOrder_name_label": "नाम: {{firstName}} {{lastName}}",
|
|
140
|
+
"logo_print_product_t_shirts_subtitle": "अपनी पसंद का रंग और आकार चुनें। आप अपनी इच्छानुसार डिज़ाइन अनुकूलित कर सकते हैं।",
|
|
141
|
+
"logo_print_backoffice_ordersHistory_cta": "नये आदेश",
|
|
142
|
+
"logo_print_checkout_section_edit_cta": "संपादित करें",
|
|
143
|
+
"logo_print_product_savedDesign_popup_cta_secondary": "नहीं, मैं नए सिरे से शुरू करूंगा",
|
|
144
|
+
"logo_print_product_business_cards_title": "बिजनेस कार्ड",
|
|
145
|
+
"logo_print_product_savedDesign_popup_description1": "डिजाइन में आपके बदलाव सहेज दिए गए हैं।",
|
|
146
|
+
"logo_print_checkout_review_subtitle": "ऊपर दिए गए अपने ऑर्डर विवरण की समीक्षा करें, फिर भुगतान पर जाएं पर क्लिक करें।",
|
|
147
|
+
"logo_print_email_newOrder_preHeader": "नया ऑर्डर {{orderNumber}} पुष्टिकरण: आपकी खरीद जल्द ही आप तक पहुँच जाएगी! अपने रिकॉर्ड के लिए यह ईमेल सहेजें।",
|
|
148
|
+
"logo_print_email_shipped_subject": "Your order has been shipped! (Order #{{orderNumber}})",
|
|
149
|
+
"logo_print_product_face_masks_title": "फेस मास्क",
|
|
150
|
+
"logo_print_product_fillDetails_popup_form_companyName": "पूरा नाम",
|
|
151
|
+
"logo_print_common_products_business_cards_subCategory_noCoating": "कोटिंग के बिना",
|
|
152
|
+
"logo_print_checkout_shippingDetails_field_optional": "(वैकल्पिक)",
|
|
153
|
+
"logo_print_product_gift_cards_dropdown2_title": "Quantity",
|
|
154
|
+
"logo_print_product_fillDetails_popup_form_addMoreFields": "अधिक फ़ील्ड जोड़ने के लिए, अपना कार्ड अनुकूलित करें",
|
|
155
|
+
"logo_print_common_products_gift_cards_subCategory_ecoFreidnly_subtitle": "Best for bold and simple designs with few colors.",
|
|
156
|
+
"logo_print_product_addAnother_popup_cta_secondary": "अभी नहीं, धन्यवाद",
|
|
157
|
+
"logo_print_checkout_title": "चेकआउट करें",
|
|
158
|
+
"logo_print_checkout_cta_continue": "जारी रखें",
|
|
159
|
+
"logo_print_product_face_masks_subtitle": "चुनें कि आपको कितने मास्क चाहिए। आप जैसे चाहें डिज़ाइन को अनुकूलित कर सकते हैं।",
|
|
160
|
+
"logo_print_email_newOrder_textLine2": "आपकी आइटम्स अब प्रिंट की जा रही हैं और जैसे ही वे तैयार होंगी आपको वितरित कर दी जाएंगी।",
|
|
161
|
+
"logo_print_editor_sidePanel_group_align_center": "केंद्र",
|
|
162
|
+
"logo_print_product_t_shirts_sizeChart_width": "चौड़ाई (इंच)",
|
|
163
|
+
"logo_print_product_gift_cards_popup_noEdit_cta_main": "Customize",
|
|
164
|
+
"logo_print_common_products_gift_cards_subCategory_classic_subtitle": "Best for fine print and sharp details in your design.",
|
|
165
|
+
"logo_print_checkout_shippingDetails_field_city_validation_required": "अपना शहर दर्ज करें",
|
|
166
|
+
"logo_print_templates_texts_address1": "500 Terry Francois Street",
|
|
167
|
+
"logo_print_email_newOrder_textLine1": "उत्तम! आपका ऑर्डर {{companyName}} को दिया गया है।",
|
|
168
|
+
"logo_print_backoffice_ordersHistory_breadcrumbs_printShop_title": "बिज़नस कार्ड, इत्यादि",
|
|
169
|
+
"logo_print_backoffice_emptyState_cta": "शुरुआत करें",
|
|
170
|
+
"logo_print_editor_mobile_shape_fill": "भरें",
|
|
171
|
+
"logo_print_editor_sidePanel_shape_borderColor": "बॉर्डर की अस्पष्टता तथा रंग",
|
|
172
|
+
"logo_print_common_products_gift_cards_subCategory_classic_name": "Classic",
|
|
173
|
+
"logo_print_templates_texts_address1_2": "500 Terry Francois Street, San Francisco, CA 94158",
|
|
174
|
+
"logo_print_common_products_gift_cards_subCategory_creditCoating": "credit card thickness",
|
|
175
|
+
"logo_print_cart_header": "कार्ट ({{items}} आइटम)",
|
|
176
|
+
"logo_print_checkout_deliveryMethod_standard_subtitle": "{{from}}-{{to}} व्यावसायिक दिन",
|
|
177
|
+
"logo_print_product_gift_cards_popup_noEdit_description1": "It looks like you haven’t added your contact information on the gift card.",
|
|
178
|
+
"logo_print_common_products_tote_bags_name": "टोटे बैग",
|
|
179
|
+
"logo_print_product_pack_PrepaidBusinessCardPack1_title": "अपने \n250 बिज़नस कार्ड प्राप्त करें",
|
|
180
|
+
"logo_print_templates_texts_companyName": "आपका नाम",
|
|
181
|
+
"logo_print_common_products_single_tote_bag_name": "tote bag",
|
|
182
|
+
"logo_print_email_shipped_tracking_number": "Tracking Number: {{tracking_number}}",
|
|
183
|
+
"logo_print_common_products_stickers_subCategory_slightGloss": "मामूली चमक",
|
|
184
|
+
"logo_print_backoffice_ordersHistory_mobile_table_numOfItems": "मदें",
|
|
185
|
+
"logo_print_common_products_stickers_subCategory_square_name": "चौकोर",
|
|
186
|
+
"logo_print_product_t_shirts_dropdown1_title": "रंग",
|
|
187
|
+
"logo_print_editor_sidePanel_shape_header": "आकार",
|
|
188
|
+
"logo_print_common_products_face_masks_name": "फेस मास्क",
|
|
189
|
+
"logo_print_product_magnets_dropdown1_title": "आयाम",
|
|
190
|
+
"logo_print_checkout_errorPopup_unavailableItems_title": "आइटम नहीं भेजे जा सकती",
|
|
191
|
+
"logo_print_checkout_shippingDetails_field_zip_validation_required": "अपना ज़िप कोड दर्ज करें",
|
|
192
|
+
"logo_print_checkout_shippingDetails_field_addressLine1_validation_required": "अपना पता प्रविष्ट करें",
|
|
193
|
+
"logo_print_editor_cta_done_modify": "Save and Submit",
|
|
194
|
+
"logo_print_backoffice_emptyState_subtitle": "अपना शानदार लोगो उच्च गुणवत्ता वाले बिज़नस कार्ड में जोड़ें और अपने घर पर ही उनकी डिलीवरी प्राप्त करें।",
|
|
195
|
+
"logo_print_product_editBusinessInfo": "व्यवसाय की जानकारी संपादित करें",
|
|
196
|
+
"logo_print_product_label_free": "मुफ़्त",
|
|
197
|
+
"logo_print_product_gift_cards_popup_noEdit_header": "Customize Your Gift Card",
|
|
198
|
+
"logo_print_editor_stage_cta_front": "सामने वाले हिस्से पर जाएं",
|
|
199
|
+
"logo_print_backoffice_ordersHistory_table_viewItems": "आइटम्स देखें",
|
|
200
|
+
"logo_print_email_newOrder_summary_tax": "कर",
|
|
201
|
+
"logo_print_common_products_business_cards_subCategory_slightGloss": "मामूली चमक",
|
|
202
|
+
"logo_print_product_business_cards_popup_noEdit_cta_secondary": "अभी नहीं",
|
|
203
|
+
"logo_print_editor_sidePanel_logo_header": "Logo",
|
|
204
|
+
"logo_print_common_products_stickers_name": "स्टिकर",
|
|
205
|
+
"logo_print_product_popup_madeChanges_header": "कार्ड पर जानकारी संपादित करें",
|
|
206
|
+
"logo_print_backoffice_ordersHistory_mobile_card_shipping": "शिपिंग: {{shipping}}",
|
|
207
|
+
"logo_print_common_products_business_cards_subCategory_superThick": "अत्यधिक मोटा लेपित कागज",
|
|
208
|
+
"logo_print_checkout_review_check": "मैं {{company}} की",
|
|
209
|
+
"logo_print_product_mugs_subtitle": "चुनें कि आप कितने मग पसंद करते हैं। आप अपनी इच्छानुसार डिज़ाइन अनुकूलित कर सकते हैं।",
|
|
210
|
+
"logo_print_editor_sidePanel_merchandise_header_title": "{{Products}} अनुकूलित करें",
|
|
211
|
+
"logo_print_email_newOrder_address_label": "शिपिंग पता:",
|
|
212
|
+
"BIZCRD_PRINTSHOP_ITEMS_LINE_PRICE_VATINCLUDED": "VAT शामिल है",
|
|
213
|
+
"logo_print_editor_mobile_text_drawer_header": "टेक्स्ट अनुकुलित करें ",
|
|
214
|
+
"logo_print_checkout_shippingDetails_field_email_validation_required": "अपना ईमेल पता दर्ज करें",
|
|
215
|
+
"logo_print_product_gift_cards_popup_noEdit_cta_secondary": "Not Now",
|
|
216
|
+
"logo_print_product_fillDetails_popup_form_phone": "फोन नंबर",
|
|
217
|
+
"logo_print_editor_sidePanel_header_back": "पीछे",
|
|
218
|
+
"logo_print_product_business_cards_popup_noEdit_description2": "क्या आप अभी विवरण अनुकूलित करना चाहते हैं?",
|
|
219
|
+
"logo_print_editor_sidePanel_group_align_left": "बाएँ",
|
|
220
|
+
"logo_print_editor_sidePanel_group_align_right": "दाएँ",
|
|
221
|
+
"logo_print_editor_sidePanel_logoVersion_white": "पारदर्शी पर सफेद",
|
|
222
|
+
"logo_print_backoffice_ordersHistory_mobile_table_dateRef": "दिनांक",
|
|
223
|
+
"logo_print_common_products_business_cards_subCategory_weight_pt": "pt",
|
|
224
|
+
"logo_print_common_products_gift_cards_name": "Gift Cards",
|
|
225
|
+
"logo_print_product_business_cards_dropdown2_title": "मात्रा",
|
|
226
|
+
"logo_print_cart_footer_cta_checkout": "चेक आउट करना जारी रखें",
|
|
227
|
+
"logo_print_editor_sidePanel_image_header": "Image",
|
|
228
|
+
"logo_print_editor_sidePanel_shape_shapeColor": "आकृति की अपारदर्शिता एवं रंग",
|
|
229
|
+
"logo_print_product_face_masks_dropdown2_title": "पैकेट की संख्या",
|
|
230
|
+
"logo_print_common_products_business_cards_name": "बिजनेस कार्ड",
|
|
231
|
+
"logo_print_common_products_business_cards_subCategory_matte": "मैटे फिनिश",
|
|
232
|
+
"logo_print_checkout_shippingDetails_field_address1_default": "गली का पता",
|
|
233
|
+
"logo_print_backoffice_ordersHistory_breadcrumbs_orderHistory_title": "ऑर्डर इतिहास",
|
|
234
|
+
"logo_print_product_stickers_dropdown2_title": "इतने स्टिकर",
|
|
235
|
+
"logo_print_checkout_shippingDetails_subtitle": "{{from}}-{{to}} व्यावसायिक दिनों के भीतर डिलीवरी",
|
|
236
|
+
"logo_print_templates_title": "एक टेम्पलेट चुनें",
|
|
237
|
+
"logo_print_product_addAnother_popup_description1": "क्या अपनी सारी टीम के लिए व्यक्तिगत बिज़नस कार्ड चाहते हैं? बस और कार्ड जोड़ें पर क्लिक करें और उनके विवरण भरें।",
|
|
238
|
+
"logo_print_editor_sidePanel_text_color": "अपारदर्शिता व रंग",
|
|
239
|
+
"logo_print_editor_sidePanel_shape_type": "आकृति का प्रकार",
|
|
240
|
+
"logo_print_product_savedDesign_popup_header": "अपने डिजाइन पर काम करना जारी रखें",
|
|
241
|
+
"logo_print_common_products_mugs_subCategory_title": "{{capacity}}{{units}} {{colorName}} सिरेमिक मग",
|
|
242
|
+
"logo_print_checkout_summary_shipping": "शिपिंग ({{from}}-{{to}} व्यावसायिक दिन)",
|
|
243
|
+
"logo_print_email_newOrder_header_line1": "आपका ऑर्डर जल्द ही आप तक पहुँच जाएगा",
|
|
244
|
+
"logo_print_common_products_business_cards_subCategory_premium_subtitle": "आपके डिजाइन में सुंदर प्रिंट और स्पष्ट विवरण के लिए सर्वश्रेष्ठ।",
|
|
245
|
+
"logo_print_editor_sidePanel_svg_colors_reset": "मूल रंगों के लिए रीसेट करें",
|
|
246
|
+
"logo_print_editor_sidePanel_logoVersion_grayscale": "ग्रेस्केल ",
|
|
247
|
+
"logo_print_editor_sidePanel_text_edit": "पाठ संपादित करें",
|
|
248
|
+
"logo_print_checkout_shippingDetails_title": "शिपिंग विवरण",
|
|
249
|
+
"logo_print_product_addAnother_popup_title": "आपकी आइटम जोड़ दी गई थी",
|
|
250
|
+
"logo_print_common_products_business_cards_subCategory_semiGloss": "सेमी-ग्लॉस फिनिश",
|
|
251
|
+
"logo_print_checkout_shippingDetails_field_firstName_validation_required": "अपना पहला नाम दर्ज करें",
|
|
252
|
+
"logo_print_editor_mobile_footer_done": "संपन्न",
|
|
253
|
+
"logo_print_email_newOrder_summary_shipping": "शिपिंग",
|
|
254
|
+
"logo_print_common_products_stickers_subCategory_subtitle": "{{finish}} के साथ कागज के स्टीकर।",
|
|
255
|
+
"logo_print_email_newOrder_date_label": "खरीद की तिथि: {{date}}",
|
|
256
|
+
"logo_print_checkout_review_cta": "भुगतान पर जाएं",
|
|
257
|
+
"logo_print_checkout_shippingDetails_field_phone": "फोन (शिपिंग उद्देश्यों के लिए)",
|
|
258
|
+
"logo_print_product_t_shirts_sizeChart_height": "ऊँचाई (इंच)",
|
|
259
|
+
"logo_print_cart_size_title": "आकार: {{size}}",
|
|
260
|
+
"logo_print_common_products_gift_cards_subCategory_ecoFreidnly_name": "Eco-Friendly",
|
|
261
|
+
"logo_print_cart_footer_subtotal": "उप-योग (शिपिंग को छोड़कर)",
|
|
262
|
+
"logo_print_product_savedDesign_popup_cta_main": "काम करना जारी रखें",
|
|
263
|
+
"logo_print_product_addAnother_popup_cta_main": "और कार्ड जोड़ें",
|
|
264
|
+
"logo_print_editor_sidePanel_text_header": "टेक्स्ट बॉक्स",
|
|
265
|
+
"logo_print_common_products_magnets_subCategory_medium_name": "मध्यम",
|
|
266
|
+
"logo_print_editor_sidePanel_group_align_title": "तत्व संरेखित करें",
|
|
267
|
+
"logo_print_editor_sidePanel_shape_circle_TOOLTIP": "चक्र",
|
|
268
|
+
"logo_print_common_products_gift_cards_subCategory_subtitle": "{{thickness}}{{weight}} cards with {{coating}} and {{finish}}.",
|
|
269
|
+
"logo_print_editor_sidePanel_image_opacity": "छवि की अपारदर्शिता",
|
|
270
|
+
"logo_print_common_products_gift_cards_subCategory_businessCoating": "business card thickness",
|
|
271
|
+
"logo_print_product_t_shirts_dropdown3_title": "मात्रा",
|
|
272
|
+
"logo_print_product_cta_add": "कार्ट में जोड़ें",
|
|
273
|
+
"logo_print_common_products_tote_bags_subCategory_subtitle": "{{material}} tote bag.",
|
|
274
|
+
"logo_print_checkout_shippingDetails_field_country_validation_required": "अपने देश दर्ज करें",
|
|
275
|
+
"logo_print_editor_sidePanel_shape_borderWidth": "बॉर्डर की चौड़ाई",
|
|
276
|
+
"logo_print_product_face_masks_description": "कीटाणु रोधी परत के साथ तीन लेयर का फेस मास्क जिसे इअर लूप की मदद से लगाया जा सकता है",
|
|
277
|
+
"logo_print_editor_sidePanel_text_spacing": "दो अक्षरों के बीच का स्थान",
|
|
278
|
+
"logo_print_email_newOrder_textLine3": "अपने ऑर्डर की स्थिति देखने के लिए, ",
|
|
279
|
+
"logo_print_common_products_magnets_subCategory_uvCoating": "यूवी कोटिंग के साथ",
|
|
280
|
+
"logo_print_editor_sidePanel_background_title": "पृष्ठभूमि बदलें",
|
|
281
|
+
"logo_print_common_products_business_cards_subCategory_subtitle": "{{finish}} के साथ {{thickness}}{{weight}} कार्ड",
|
|
282
|
+
"logo_print_editor_cta_done": "संपन्न",
|
|
283
|
+
"logo_print_editor_sidePanel_logoVersion_monochrome": "मोनोक्रोम",
|
|
284
|
+
"logo_print_editor_sidePanel_svg_colors": "छवि के रंग",
|
|
285
|
+
"logo_print_editor_general_duplicate_tooltip": "प्रतिलिपि",
|
|
286
|
+
"logo_print_product_tote_bags_dropdown1_title": "इतने चुम्बक",
|
|
287
|
+
"logo_print_templates_module_cta": "चुनें",
|
|
288
|
+
"logo_print_checkout_shippingDetails_field_email_validation_email": "कोई मान्य ईमेल पता दर्ज करें",
|
|
289
|
+
"logo_print_common_products_t_shirts_subCategory_title": "{{colorName}} T-shirt",
|
|
290
|
+
"logo_print_editor_sidePanel_shape_title": "आकृति जोड़ें",
|
|
291
|
+
"logo_print_product_label_save": "{{discount}} बचाएं",
|
|
292
|
+
"logo_print_common_products_magnets_subCategory_large_subtitle": "धातु की सभी सतहों पर लागू करना आसान है।",
|
|
293
|
+
"logo_print_checkout_shippingDetails_field_state_validation_required": "अपना राज्य दर्ज करें",
|
|
294
|
+
"logo_print_common_products_gift_cards_subCategory_semiGloss": "semi-gloss finish",
|
|
295
|
+
"logo_print_common_products_magnets_subCategory_large_name": "बड़ा",
|
|
296
|
+
"logo_print_product_cta_claim": "कार्ट में जोड़ें",
|
|
297
|
+
"logo_print_editor_sidePanel_svg_colors_btn": "रंग बदलें",
|
|
298
|
+
"logo_print_checkout_shippingDetails_field_address2": "पता पंक्ति 2",
|
|
299
|
+
"logo_print_common_products_face_masks_subCategory_title": "{{colorName}} मास्क",
|
|
300
|
+
"logo_print_thankYou_subtitle": "आपका आर्डर दे दिया गया है।",
|
|
301
|
+
"logo_print_backoffice_ordersHistory_order_trackOrder": "ऑर्डर ट्रैक करें",
|
|
302
|
+
"logo_print_common_products_business_cards_subCategory_title": "{{name}} {{thickness}} {{weight}} {{coating}}",
|
|
303
|
+
"logo_print_email_newOrder_linkText": "Wix Logo Maker पर जाएं।",
|
|
304
|
+
"logo_print_checkout_shippingDetails_field_address_PO_box_note": "*हम इस डाक पते पर सामान नहीं भेजते हैं",
|
|
305
|
+
"logo_print_cart_quantity_title": "{{quantity}} का पैक",
|
|
306
|
+
"logo_print_product_gift_cards_subtitle": "Choose the material and quantity. You can customize the design however you want.",
|
|
307
|
+
"logo_print_common_products_single_business_card_name": "business card",
|
|
308
|
+
"logo_print_editor_sidePanel_shape_square_TOOLTIP": "चौकोर",
|
|
309
|
+
"logo_print_product_fulfilledBy": "*{{provider}} द्वारा परिपूर्ण",
|
|
310
|
+
"logo_print_common_products_magnets_subCategory_medium_subtitle": "धातु की सभी सतहों पर लागू करना आसान है।",
|
|
311
|
+
"logo_print_common_products_stickers_subCategory_rectangle_subtitle": "आसानी से उतारें और पीछे लगी स्थायी गोंद के साथ चिपकाएं।",
|
|
312
|
+
"logo_print_editor_mobile_shape_replace": "प्रतिस्थापित करे",
|
|
313
|
+
"logo_print_product_magnets_dropdown2_title": "इतने चुम्बक",
|
|
314
|
+
"logo_print_product_fillDetails_popup_form_address1": "पता लाइन 1",
|
|
315
|
+
"logo_print_cart_cta_editProduct": "संपादित करें",
|
|
316
|
+
"logo_print_backoffice_ordersHistory_mobile_card_status": "स्थिति: {{status}}",
|
|
317
|
+
"logo_print_backoffice_ordersHistory_table_numOfItems": "आइटम्स की संख्या",
|
|
318
|
+
"logo_print_editor_mobile_newElement_title": "नया तत्व जोड़ें",
|
|
319
|
+
"logo_print_email_newOrder_summary_subtotal": "उप-जोड़",
|
|
320
|
+
"logo_print_editor_stage_header": "संपादित करने के लिए किसी को भी क्लिक करें",
|
|
321
|
+
"logo_print_common_products_business_cards_subCategory_noUvCoating": "यूवी कोटिंग के बिना",
|
|
322
|
+
"logo_print_checkout_shippingDetails_field_email": "ईमेल (ऑर्डर पुष्टि के लिए)",
|
|
323
|
+
"logo_print_checkout_summary_quantity": "मात्रा: {{quantity}}",
|
|
324
|
+
"logo_print_product_popup_madeChanges_description": "ऐसा लगता है कि आपने बिज़नस कार्ड टेम्पलेट में परिवर्तन किए हैं। किसी भी विवरण को बदलने के लिए, कार्ड पर सीधे अपनी जानकारी संपादित करें।",
|
|
325
|
+
"logo_print_editor_sidePanel_background_color": "अपारदर्शिता व रंग",
|
|
326
|
+
"logo_print_common_products_mugs_subCategory_subtitle": "{{colorName}} {{capacity}}{{units}} mug",
|
|
327
|
+
"logo_print_email_shipped_header_line1": "Your order has been shipped!",
|
|
328
|
+
"logo_print_editor_sidePanel_text_title": "टेक्स्ट बॉक्स जोड़ें",
|
|
329
|
+
"logo_print_checkout_shippingDetails_field_zip": "ज़िप/डाक कोड",
|
|
330
|
+
"logo_print_product_fillDetails_popup_description1": "हम स्वचालित रूप से आपकी जानकारी को डिज़ाइन में जोड़ देंगे।",
|
|
331
|
+
"logo_print_common_products_single_mug_name": "mug",
|
|
332
|
+
"logo_print_product_fillDetails_popup_cta_main": "सहेजें और जारी रखें",
|
|
333
|
+
"logo_print_email_newOrder_header_line2": "Your Order is Confirmed",
|
|
334
|
+
"logo_print_common_geolocation_shopping": "में खरीदारी",
|
|
335
|
+
"logo_print_email_newOrder_textLine4": "\nWe’ve got your branding needs covered. Build a professional website, get a customized domain, design your own logo and create branded merchandise—all on Wix.\n",
|
|
336
|
+
"logo_print_backoffice_emptyState_title": "बिजनेस कार्ड पर अपना लोगो प्रिंट करें",
|
|
337
|
+
"logo_print_checkout_deliveryMethod_standard_title": "मानक शिपिंग",
|
|
338
|
+
"logo_print_product_business_cards_dropdown1_title": "कागज़ का प्रकार",
|
|
339
|
+
"logo_print_checkout_shippingDetails_field_address1": "पता लाइन 1",
|
|
340
|
+
"logo_print_backoffice_ordersHistory_order_trackingNumber": "ट्रैकिंग नंबर",
|
|
341
|
+
"logo_print_editor_sidePanel_vectorArt_header": "वेक्टर आर्ट",
|
|
342
|
+
"logo_print_product_cta_customize": "अनुकूलित करें",
|
|
343
|
+
"logo_print_editor_mobile_image_opacity": "अपारदर्शिता",
|
|
344
|
+
"logo_print_editor_mobile_shape_drawer_header": "आकृति अनुकूलित करें",
|
|
345
|
+
"logo_print_product_stickers_title": "स्टिकर",
|
|
346
|
+
"logo_print_common_products_stickers_subCategory_rectangle_name": "आयत",
|
|
347
|
+
"logo_print_common_products_business_cards_subCategory_lamination": "लैमीनेशन के साथ",
|
|
348
|
+
"logo_print_email_newOrder_summary_quantity": "मात्रा",
|
|
349
|
+
"logo_print_thankYou_checkOrder": "अपनी ऑर्डर स्थिति जांचें:",
|
|
350
|
+
"logo_print_checkout_shippingDetails_field_city": "शहर",
|
|
351
|
+
"logo_print_common_products_tote_bags_subCategory_title": "{{merchSize}}{{units}} {{material}} टोटे बैग",
|
|
352
|
+
"logo_print_common_products_magnets_subCategory_subtitle": "{{finish}} फिनिश के साथ स्लिम मैग्नेट",
|
|
353
|
+
"logo_print_email_newOrder_linkText_PrintShop": "आपकी साइट का डैशबोर्ड।",
|
|
354
|
+
"logo_print_product_mugs_dropdown1_title": "इतने मग",
|
|
355
|
+
"logo_print_backoffice_ordersHistory_order_pageHeader": "ऑर्डर #{{refNo}}",
|
|
356
|
+
"logo_print_thankYou_title": "धन्यवाद!",
|
|
357
|
+
"logo_print_editor_stage_cta_back": "पीछे वाले हिस्से पर जाएं",
|
|
358
|
+
"logo_print_common_products_mugs_name": "मग",
|
|
359
|
+
"logo_print_common_products_business_cards_subCategory_weight_gsm": "gsm",
|
|
360
|
+
"logo_print_product_magnets_subtitle": "चुंबक का आकार और मात्रा चुनें। आप अपनी इच्छानुसार डिज़ाइन अनुकूलित कर सकते हैं।",
|
|
361
|
+
"logo_print_editor_cta_done_modify_TOOLTIP": "Make changes to this business card's design at no extra cost. The new cards will be shipped to your original address."
|
|
362
|
+
}
|