@crm-market/template-shared 1.0.3 → 1.0.5
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/components/AddAddress/index.vue +10 -12
- package/components/Cart/index.vue +15 -17
- package/components/ChangePassword/index.vue +11 -13
- package/components/Checkout/index.vue +35 -37
- package/components/Common/DashboardNavigation.vue +11 -13
- package/components/Common/PageBanner.vue +4 -6
- package/components/Common/ProductCard.vue +38 -52
- package/components/Common/Services.vue +10 -12
- package/components/Contact/ContactForm.vue +13 -18
- package/components/Dashboard/index.vue +8 -10
- package/components/EditAddress/index.vue +14 -16
- package/components/EditProfile/index.vue +10 -12
- package/components/ForgotPassword/index.vue +7 -9
- package/components/Layout/Copyright.vue +3 -5
- package/components/Layout/Footer.vue +36 -51
- package/components/Layout/FooterTwo.vue +34 -40
- package/components/Layout/MiddleHeader.vue +12 -11
- package/components/Layout/MiddleHeaderThree.vue +8 -7
- package/components/Layout/MiddleHeaderTwo.vue +10 -9
- package/components/Layout/Navbar.vue +10 -8
- package/components/Layout/NavbarStyleThree.vue +10 -8
- package/components/Layout/NavbarStyleTwo.vue +8 -6
- package/components/Layout/ResponsiveNavbar.vue +40 -38
- package/components/Layout/TopHeader.vue +30 -63
- package/components/Login/index.vue +14 -19
- package/components/MyAccount/index.vue +31 -31
- package/components/OrderDetails/index.vue +16 -18
- package/components/OrderHistory/index.vue +13 -15
- package/components/ProductDetails/index.vue +17 -15
- package/components/Products/RecentlyViewed.vue +12 -14
- package/components/Products/index.vue +20 -18
- package/components/Register/index.vue +14 -19
- package/components/Wishlist/index.vue +12 -14
- package/composables/useCategories.ts +2 -1
- package/composables/useCheckout.ts +2 -2
- package/composables/useI18n.ts +114 -0
- package/composables/useProducts.ts +4 -3
- package/composables/useSiteConfig.ts +2 -1
- package/locales/ar.json +234 -0
- package/locales/en.json +234 -0
- package/locales/ru.json +234 -0
- package/locales/uk.json +234 -0
- package/nuxt.config.ts +3 -0
- package/package.json +6 -4
- package/pages/about-us.vue +2 -1
- package/pages/address.vue +2 -1
- package/pages/cart.vue +2 -1
- package/pages/categories.vue +2 -1
- package/pages/change-password.vue +2 -1
- package/pages/checkout.vue +2 -1
- package/pages/contact.vue +2 -1
- package/pages/dashboard.vue +2 -1
- package/pages/edit-address.vue +2 -1
- package/pages/edit-profile.vue +2 -1
- package/pages/faq.vue +2 -1
- package/pages/forgot-password.vue +2 -1
- package/pages/login.vue +2 -1
- package/pages/my-account.vue +2 -1
- package/pages/order-details.vue +2 -1
- package/pages/order-history.vue +2 -1
- package/pages/privacy-policy.vue +2 -1
- package/pages/product-details.vue +2 -1
- package/pages/products.vue +2 -1
- package/pages/register.vue +2 -1
- package/pages/terms-conditions.vue +2 -1
- package/pages/wishlist.vue +2 -1
- package/plugins/i18n.ts +7 -0
- package/plugins/vuetify.ts +0 -1
- package/utils/api.ts +17 -0
- package/utils/image.ts +2 -2
package/locales/en.json
ADDED
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nav": {
|
|
3
|
+
"aboutUs": "About Us",
|
|
4
|
+
"faqs": "FAQs",
|
|
5
|
+
"helpContact": "Help & Contact",
|
|
6
|
+
"flashSale": "Flash sale {percent}% off",
|
|
7
|
+
"home": "Home",
|
|
8
|
+
"products": "Products",
|
|
9
|
+
"categories": "Categories",
|
|
10
|
+
"about": "About",
|
|
11
|
+
"contact": "Contact",
|
|
12
|
+
"browseCategories": "Browse Categories",
|
|
13
|
+
"searchProducts": "Search for products...",
|
|
14
|
+
"search": "Search",
|
|
15
|
+
"allCategories": "All Categories",
|
|
16
|
+
"allProducts": "All Products",
|
|
17
|
+
"hotline": "Hotline",
|
|
18
|
+
"noCategories": "No categories",
|
|
19
|
+
"pages": "Pages",
|
|
20
|
+
"blog": "Blog",
|
|
21
|
+
"ourBlog": "Our Blog",
|
|
22
|
+
"blogDetails": "Blog Details",
|
|
23
|
+
"tags": "Tags",
|
|
24
|
+
"author": "Author",
|
|
25
|
+
"authentication": "Authentication",
|
|
26
|
+
"shop": "Shop",
|
|
27
|
+
"productLayouts": "Product Layouts",
|
|
28
|
+
"productsStep": "Products Step",
|
|
29
|
+
"adminPage": "Admin Page"
|
|
30
|
+
},
|
|
31
|
+
"auth": {
|
|
32
|
+
"login": "Login",
|
|
33
|
+
"register": "Register",
|
|
34
|
+
"loginDescription": "If you have an account, sign in with your username or email address.",
|
|
35
|
+
"usernameOrEmail": "Username or Email Address",
|
|
36
|
+
"username": "Username",
|
|
37
|
+
"email": "Email Address",
|
|
38
|
+
"password": "Password",
|
|
39
|
+
"yourPassword": "Your Password",
|
|
40
|
+
"remember": "Remember",
|
|
41
|
+
"lostPassword": "Lost your password?",
|
|
42
|
+
"noAccount": "Don't have an account?",
|
|
43
|
+
"haveAccount": "Already have an account?",
|
|
44
|
+
"forgotPassword": "Forgot Password",
|
|
45
|
+
"enterEmail": "Enter Your Email",
|
|
46
|
+
"changePassword": "Change Password",
|
|
47
|
+
"oldPassword": "Old Password",
|
|
48
|
+
"newPassword": "New Password",
|
|
49
|
+
"confirmPassword": "Confirm Password",
|
|
50
|
+
"savePassword": "Save Password",
|
|
51
|
+
"logOut": "Log Out"
|
|
52
|
+
},
|
|
53
|
+
"account": {
|
|
54
|
+
"loginYour": "Login Your",
|
|
55
|
+
"account": "Account",
|
|
56
|
+
"yourCart": "Your Cart",
|
|
57
|
+
"viewCart": "View Cart",
|
|
58
|
+
"checkout": "Checkout",
|
|
59
|
+
"dashboard": "Dashboard",
|
|
60
|
+
"yourAccount": "Your Account",
|
|
61
|
+
"yourOrders": "Your Orders",
|
|
62
|
+
"editProfile": "Edit Profile",
|
|
63
|
+
"editAddress": "Edit Address",
|
|
64
|
+
"orderHistory": "Order History",
|
|
65
|
+
"orderDetails": "Order Details",
|
|
66
|
+
"address": "Address",
|
|
67
|
+
"addAddress": "Add address",
|
|
68
|
+
"billingAddress": "Billing Address",
|
|
69
|
+
"navigation": "Navigation",
|
|
70
|
+
"myAccount": "My Account",
|
|
71
|
+
"country": "Country",
|
|
72
|
+
"stateCounty": "State / County",
|
|
73
|
+
"zip": "ZIP",
|
|
74
|
+
"phone": "Phone",
|
|
75
|
+
"email": "Email",
|
|
76
|
+
"password": "Password"
|
|
77
|
+
},
|
|
78
|
+
"product": {
|
|
79
|
+
"addToCart": "Add to Cart",
|
|
80
|
+
"inCart": "In cart",
|
|
81
|
+
"addToWishlist": "Add to wishlist",
|
|
82
|
+
"inStock": "In Stock",
|
|
83
|
+
"quantity": "Quantity",
|
|
84
|
+
"subtotal": "Subtotal",
|
|
85
|
+
"unitPrice": "Unit Price",
|
|
86
|
+
"name": "Name",
|
|
87
|
+
"remove": "Remove",
|
|
88
|
+
"freeDelivery": "Free delivery today",
|
|
89
|
+
"moneyBack": "100% money back Guarantee",
|
|
90
|
+
"returnPolicy": "7 days product return policy",
|
|
91
|
+
"sku": "SKU",
|
|
92
|
+
"category": "Category",
|
|
93
|
+
"share": "Share",
|
|
94
|
+
"reviews": "Reviews",
|
|
95
|
+
"viewingProduct": "people are viewing the products",
|
|
96
|
+
"style": "Style",
|
|
97
|
+
"capacity": "Capacity",
|
|
98
|
+
"color": "Color",
|
|
99
|
+
"noProducts": "No products found",
|
|
100
|
+
"loading": "Loading...",
|
|
101
|
+
"productsFound": "products found",
|
|
102
|
+
"clearAll": "Clear all",
|
|
103
|
+
"filterByCategories": "Filter By Categories",
|
|
104
|
+
"clearFilter": "Clear filter",
|
|
105
|
+
"priceRange": "Price Range",
|
|
106
|
+
"min": "Min",
|
|
107
|
+
"max": "Max",
|
|
108
|
+
"apply": "Apply",
|
|
109
|
+
"sortBy": "Sort By",
|
|
110
|
+
"newest": "Newest",
|
|
111
|
+
"priceLowHigh": "Price: Low to High",
|
|
112
|
+
"priceHighLow": "Price: High to Low",
|
|
113
|
+
"nameAZ": "Name A-Z",
|
|
114
|
+
"bestSellers": "Best Sellers",
|
|
115
|
+
"featuredProducts": "Featured Products",
|
|
116
|
+
"trendingProducts": "Trending Products",
|
|
117
|
+
"newArrivals": "New Arrivals",
|
|
118
|
+
"wishlist": "Wishlist",
|
|
119
|
+
"productDetails": "Product Details",
|
|
120
|
+
"product": "Product"
|
|
121
|
+
},
|
|
122
|
+
"cart": {
|
|
123
|
+
"cart": "Cart",
|
|
124
|
+
"cartTotals": "Cart Totals",
|
|
125
|
+
"total": "Total",
|
|
126
|
+
"subtotal": "Subtotal",
|
|
127
|
+
"coupon": "Coupon",
|
|
128
|
+
"applyCoupon": "Apply Coupon",
|
|
129
|
+
"updatePrice": "Update Price",
|
|
130
|
+
"proceedToCheckout": "Proceed To Checkout",
|
|
131
|
+
"cartEmpty": "Cart is empty",
|
|
132
|
+
"shipping": "Shipping"
|
|
133
|
+
},
|
|
134
|
+
"checkout": {
|
|
135
|
+
"billingDetails": "Billing Details",
|
|
136
|
+
"firstName": "First Name",
|
|
137
|
+
"lastName": "Last Name",
|
|
138
|
+
"emailAddress": "Email Address",
|
|
139
|
+
"companyName": "Company Name (Optional)",
|
|
140
|
+
"countryRegion": "Country/Region",
|
|
141
|
+
"streetAddress": "Street Address",
|
|
142
|
+
"addressLine1": "Address line 1",
|
|
143
|
+
"addressLine2": "Address line 2",
|
|
144
|
+
"townCity": "Town/City",
|
|
145
|
+
"postalCode": "Postal Code",
|
|
146
|
+
"phone": "Phone",
|
|
147
|
+
"phoneNumber": "Phone Number",
|
|
148
|
+
"additionalInfo": "Additional Info",
|
|
149
|
+
"notes": "Notes (Optional)",
|
|
150
|
+
"yourOrder": "Your Order",
|
|
151
|
+
"paymentOption": "Payment Option",
|
|
152
|
+
"cardPayment": "Card Payment",
|
|
153
|
+
"cashOnDelivery": "Cash on Delivery",
|
|
154
|
+
"placeOrder": "Place Order"
|
|
155
|
+
},
|
|
156
|
+
"footer": {
|
|
157
|
+
"gotQuestion": "Got Question? Call us 24/7",
|
|
158
|
+
"storeDescription": "Your online store for the best products and deals.",
|
|
159
|
+
"subscribe": "Subscribe to the newsletter",
|
|
160
|
+
"enterEmail": "Enter your email",
|
|
161
|
+
"submitNow": "Submit Now",
|
|
162
|
+
"followUs": "Follow Us",
|
|
163
|
+
"allRightsReserved": "All rights reserved",
|
|
164
|
+
"getToKnowUs": "Get to Know Us",
|
|
165
|
+
"letUsHelp": "Let Us Help You",
|
|
166
|
+
"popularCategories": "Popular Categories",
|
|
167
|
+
"aboutTheShop": "About The Shop",
|
|
168
|
+
"returnPolicy": "Return Policy",
|
|
169
|
+
"productReplacement": "Product Replacement",
|
|
170
|
+
"shopWithPoints": "Shop With Points",
|
|
171
|
+
"careers": "Careers",
|
|
172
|
+
"storeLocation": "Store Location",
|
|
173
|
+
"newsCenter": "News Center",
|
|
174
|
+
"downloadApp": "Download App"
|
|
175
|
+
},
|
|
176
|
+
"services": {
|
|
177
|
+
"fastDelivery": "Fast Delivery",
|
|
178
|
+
"fastDeliveryDesc": "Experience Lightning-Fast Delivery",
|
|
179
|
+
"securedPayment": "Secured Payment",
|
|
180
|
+
"securedPaymentDesc": "Shop with Confidence",
|
|
181
|
+
"moneyBack": "Money Back",
|
|
182
|
+
"moneyBackDesc": "100% Money-Back Guarantee",
|
|
183
|
+
"support247": "24/7 Support",
|
|
184
|
+
"support247Desc": "Always Here for You"
|
|
185
|
+
},
|
|
186
|
+
"contact": {
|
|
187
|
+
"getInTouch": "Get In Touch",
|
|
188
|
+
"contactDescription": "Your Gateway to Excellence: Contact Us and Unlock a World of Possibilities",
|
|
189
|
+
"yourName": "Your Name",
|
|
190
|
+
"yourEmail": "Your Email",
|
|
191
|
+
"yourSubject": "Your Subject",
|
|
192
|
+
"yourMessage": "Your Message",
|
|
193
|
+
"writeMessage": "Write message",
|
|
194
|
+
"enterName": "Enter your name",
|
|
195
|
+
"enterEmail": "Enter your email"
|
|
196
|
+
},
|
|
197
|
+
"order": {
|
|
198
|
+
"orderNumber": "Order number",
|
|
199
|
+
"orderCreatedAt": "Order created at",
|
|
200
|
+
"backHistory": "Back History",
|
|
201
|
+
"status": "Status",
|
|
202
|
+
"paid": "Paid",
|
|
203
|
+
"pending": "Pending",
|
|
204
|
+
"failed": "Failed",
|
|
205
|
+
"trash": "Trash",
|
|
206
|
+
"order": "Order"
|
|
207
|
+
},
|
|
208
|
+
"common": {
|
|
209
|
+
"save": "Save",
|
|
210
|
+
"saveChange": "Save Change",
|
|
211
|
+
"edit": "Edit",
|
|
212
|
+
"default": "Default",
|
|
213
|
+
"clickHere": "Click here",
|
|
214
|
+
"changeImage": "Change Your Image",
|
|
215
|
+
"location": "Location",
|
|
216
|
+
"searchLocation": "Search your location",
|
|
217
|
+
"selectLocation": "Select a Location",
|
|
218
|
+
"deliverProducts": "Where to deliver your products?",
|
|
219
|
+
"privacyPolicy": "Privacy Policy",
|
|
220
|
+
"termsConditions": "Terms & Conditions",
|
|
221
|
+
"helpCenter": "Help Center"
|
|
222
|
+
},
|
|
223
|
+
"lang": {
|
|
224
|
+
"english": "English",
|
|
225
|
+
"ukrainian": "Ukrainian",
|
|
226
|
+
"russian": "Russian",
|
|
227
|
+
"arabic": "Arabic"
|
|
228
|
+
},
|
|
229
|
+
"currency": {
|
|
230
|
+
"usd": "USD $",
|
|
231
|
+
"eur": "EUR \u20ac",
|
|
232
|
+
"uah": "UAH \u20b4"
|
|
233
|
+
}
|
|
234
|
+
}
|
package/locales/ru.json
ADDED
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nav": {
|
|
3
|
+
"aboutUs": "О нас",
|
|
4
|
+
"faqs": "Частые вопросы",
|
|
5
|
+
"helpContact": "Помощь и контакты",
|
|
6
|
+
"flashSale": "Быстрая распродажа {percent}% скидка",
|
|
7
|
+
"home": "Главная",
|
|
8
|
+
"products": "Товары",
|
|
9
|
+
"categories": "Категории",
|
|
10
|
+
"about": "О нас",
|
|
11
|
+
"contact": "Контакты",
|
|
12
|
+
"browseCategories": "Просмотр категорий",
|
|
13
|
+
"searchProducts": "Поиск товаров...",
|
|
14
|
+
"search": "Поиск",
|
|
15
|
+
"allCategories": "Все категории",
|
|
16
|
+
"allProducts": "Все товары",
|
|
17
|
+
"hotline": "Горячая линия",
|
|
18
|
+
"noCategories": "Категории отсутствуют",
|
|
19
|
+
"pages": "Страницы",
|
|
20
|
+
"blog": "Блог",
|
|
21
|
+
"ourBlog": "Наш блог",
|
|
22
|
+
"blogDetails": "Детали статьи",
|
|
23
|
+
"tags": "Теги",
|
|
24
|
+
"author": "Автор",
|
|
25
|
+
"authentication": "Аутентификация",
|
|
26
|
+
"shop": "Магазин",
|
|
27
|
+
"productLayouts": "Макеты товаров",
|
|
28
|
+
"productsStep": "Этапы товаров",
|
|
29
|
+
"adminPage": "Панель управления"
|
|
30
|
+
},
|
|
31
|
+
"auth": {
|
|
32
|
+
"login": "Войти",
|
|
33
|
+
"register": "Регистрация",
|
|
34
|
+
"loginDescription": "Если у вас есть учётная запись, войдите с помощью имени пользователя или электронной почты.",
|
|
35
|
+
"usernameOrEmail": "Имя пользователя или электронная почта",
|
|
36
|
+
"username": "Имя пользователя",
|
|
37
|
+
"email": "Электронная почта",
|
|
38
|
+
"password": "Пароль",
|
|
39
|
+
"yourPassword": "Ваш пароль",
|
|
40
|
+
"remember": "Запомнить",
|
|
41
|
+
"lostPassword": "Забыли пароль?",
|
|
42
|
+
"noAccount": "Нет учётной записи?",
|
|
43
|
+
"haveAccount": "Уже есть учётная запись?",
|
|
44
|
+
"forgotPassword": "Забыли пароль",
|
|
45
|
+
"enterEmail": "Введите вашу электронную почту",
|
|
46
|
+
"changePassword": "Изменить пароль",
|
|
47
|
+
"oldPassword": "Старый пароль",
|
|
48
|
+
"newPassword": "Новый пароль",
|
|
49
|
+
"confirmPassword": "Подтвердить пароль",
|
|
50
|
+
"savePassword": "Сохранить пароль",
|
|
51
|
+
"logOut": "Выйти"
|
|
52
|
+
},
|
|
53
|
+
"account": {
|
|
54
|
+
"loginYour": "Войдите в свой",
|
|
55
|
+
"account": "Учётная запись",
|
|
56
|
+
"yourCart": "Ваша корзина",
|
|
57
|
+
"viewCart": "Просмотреть корзину",
|
|
58
|
+
"checkout": "Оформление заказа",
|
|
59
|
+
"dashboard": "Панель управления",
|
|
60
|
+
"yourAccount": "Ваша учётная запись",
|
|
61
|
+
"yourOrders": "Ваши заказы",
|
|
62
|
+
"editProfile": "Редактировать профиль",
|
|
63
|
+
"editAddress": "Редактировать адрес",
|
|
64
|
+
"orderHistory": "История заказов",
|
|
65
|
+
"orderDetails": "Детали заказа",
|
|
66
|
+
"address": "Адрес",
|
|
67
|
+
"addAddress": "Добавить адрес",
|
|
68
|
+
"billingAddress": "Платёжный адрес",
|
|
69
|
+
"navigation": "Навигация",
|
|
70
|
+
"myAccount": "Мой аккаунт",
|
|
71
|
+
"country": "Страна",
|
|
72
|
+
"stateCounty": "Область / Регион",
|
|
73
|
+
"zip": "Индекс",
|
|
74
|
+
"phone": "Телефон",
|
|
75
|
+
"email": "Электронная почта",
|
|
76
|
+
"password": "Пароль"
|
|
77
|
+
},
|
|
78
|
+
"product": {
|
|
79
|
+
"addToCart": "Добавить в корзину",
|
|
80
|
+
"inCart": "В корзине",
|
|
81
|
+
"addToWishlist": "Добавить в избранное",
|
|
82
|
+
"inStock": "В наличии",
|
|
83
|
+
"quantity": "Количество",
|
|
84
|
+
"subtotal": "Промежуточный итог",
|
|
85
|
+
"unitPrice": "Цена за единицу",
|
|
86
|
+
"name": "Название",
|
|
87
|
+
"remove": "Удалить",
|
|
88
|
+
"freeDelivery": "Бесплатная доставка сегодня",
|
|
89
|
+
"moneyBack": "100% гарантия возврата средств",
|
|
90
|
+
"returnPolicy": "Возврат товара в течение 7 дней",
|
|
91
|
+
"sku": "Артикул",
|
|
92
|
+
"category": "Категория",
|
|
93
|
+
"share": "Поделиться",
|
|
94
|
+
"reviews": "Отзывы",
|
|
95
|
+
"viewingProduct": "человек просматривают этот товар",
|
|
96
|
+
"style": "Стиль",
|
|
97
|
+
"capacity": "Объём",
|
|
98
|
+
"color": "Цвет",
|
|
99
|
+
"noProducts": "Товары не найдены",
|
|
100
|
+
"loading": "Загрузка...",
|
|
101
|
+
"productsFound": "товаров найдено",
|
|
102
|
+
"clearAll": "Очистить всё",
|
|
103
|
+
"filterByCategories": "Фильтр по категориям",
|
|
104
|
+
"clearFilter": "Сбросить фильтр",
|
|
105
|
+
"priceRange": "Диапазон цен",
|
|
106
|
+
"min": "Мин",
|
|
107
|
+
"max": "Макс",
|
|
108
|
+
"apply": "Применить",
|
|
109
|
+
"sortBy": "Сортировать по",
|
|
110
|
+
"newest": "Новейшие",
|
|
111
|
+
"priceLowHigh": "Цена: от низкой к высокой",
|
|
112
|
+
"priceHighLow": "Цена: от высокой к низкой",
|
|
113
|
+
"nameAZ": "Название А-Я",
|
|
114
|
+
"bestSellers": "Хиты продаж",
|
|
115
|
+
"featuredProducts": "Рекомендуемые товары",
|
|
116
|
+
"trendingProducts": "Популярные товары",
|
|
117
|
+
"newArrivals": "Новинки",
|
|
118
|
+
"wishlist": "Избранное",
|
|
119
|
+
"productDetails": "Детали товара",
|
|
120
|
+
"product": "Товар"
|
|
121
|
+
},
|
|
122
|
+
"cart": {
|
|
123
|
+
"cart": "Корзина",
|
|
124
|
+
"cartTotals": "Итоги корзины",
|
|
125
|
+
"total": "Итого",
|
|
126
|
+
"subtotal": "Промежуточный итог",
|
|
127
|
+
"coupon": "Купон",
|
|
128
|
+
"applyCoupon": "Применить купон",
|
|
129
|
+
"updatePrice": "Обновить цену",
|
|
130
|
+
"proceedToCheckout": "Перейти к оформлению",
|
|
131
|
+
"cartEmpty": "Корзина пуста",
|
|
132
|
+
"shipping": "Доставка"
|
|
133
|
+
},
|
|
134
|
+
"checkout": {
|
|
135
|
+
"billingDetails": "Платёжные данные",
|
|
136
|
+
"firstName": "Имя",
|
|
137
|
+
"lastName": "Фамилия",
|
|
138
|
+
"emailAddress": "Электронная почта",
|
|
139
|
+
"companyName": "Название компании (необязательно)",
|
|
140
|
+
"countryRegion": "Страна/Регион",
|
|
141
|
+
"streetAddress": "Улица",
|
|
142
|
+
"addressLine1": "Адресная строка 1",
|
|
143
|
+
"addressLine2": "Адресная строка 2",
|
|
144
|
+
"townCity": "Город",
|
|
145
|
+
"postalCode": "Почтовый индекс",
|
|
146
|
+
"phone": "Телефон",
|
|
147
|
+
"phoneNumber": "Номер телефона",
|
|
148
|
+
"additionalInfo": "Дополнительная информация",
|
|
149
|
+
"notes": "Примечания (необязательно)",
|
|
150
|
+
"yourOrder": "Ваш заказ",
|
|
151
|
+
"paymentOption": "Способ оплаты",
|
|
152
|
+
"cardPayment": "Оплата картой",
|
|
153
|
+
"cashOnDelivery": "Оплата при получении",
|
|
154
|
+
"placeOrder": "Оформить заказ"
|
|
155
|
+
},
|
|
156
|
+
"footer": {
|
|
157
|
+
"gotQuestion": "Есть вопросы? Звоните круглосуточно",
|
|
158
|
+
"storeDescription": "Ваш интернет-магазин лучших товаров и предложений.",
|
|
159
|
+
"subscribe": "Подписаться на рассылку",
|
|
160
|
+
"enterEmail": "Введите вашу электронную почту",
|
|
161
|
+
"submitNow": "Отправить",
|
|
162
|
+
"followUs": "Подписывайтесь на нас",
|
|
163
|
+
"allRightsReserved": "Все права защищены",
|
|
164
|
+
"getToKnowUs": "Узнайте о нас",
|
|
165
|
+
"letUsHelp": "Позвольте помочь",
|
|
166
|
+
"popularCategories": "Популярные категории",
|
|
167
|
+
"aboutTheShop": "О магазине",
|
|
168
|
+
"returnPolicy": "Политика возврата",
|
|
169
|
+
"productReplacement": "Замена товара",
|
|
170
|
+
"shopWithPoints": "Покупки за баллы",
|
|
171
|
+
"careers": "Карьера",
|
|
172
|
+
"storeLocation": "Расположение магазина",
|
|
173
|
+
"newsCenter": "Новости",
|
|
174
|
+
"downloadApp": "Скачать приложение"
|
|
175
|
+
},
|
|
176
|
+
"services": {
|
|
177
|
+
"fastDelivery": "Быстрая доставка",
|
|
178
|
+
"fastDeliveryDesc": "Молниеносная доставка ваших заказов",
|
|
179
|
+
"securedPayment": "Безопасная оплата",
|
|
180
|
+
"securedPaymentDesc": "Покупайте с уверенностью",
|
|
181
|
+
"moneyBack": "Возврат средств",
|
|
182
|
+
"moneyBackDesc": "100% гарантия возврата средств",
|
|
183
|
+
"support247": "Поддержка 24/7",
|
|
184
|
+
"support247Desc": "Всегда на связи"
|
|
185
|
+
},
|
|
186
|
+
"contact": {
|
|
187
|
+
"getInTouch": "Свяжитесь с нами",
|
|
188
|
+
"contactDescription": "Ваш путь к совершенству: свяжитесь с нами и откройте мир возможностей",
|
|
189
|
+
"yourName": "Ваше имя",
|
|
190
|
+
"yourEmail": "Ваша электронная почта",
|
|
191
|
+
"yourSubject": "Тема",
|
|
192
|
+
"yourMessage": "Ваше сообщение",
|
|
193
|
+
"writeMessage": "Напишите сообщение",
|
|
194
|
+
"enterName": "Введите ваше имя",
|
|
195
|
+
"enterEmail": "Введите вашу электронную почту"
|
|
196
|
+
},
|
|
197
|
+
"order": {
|
|
198
|
+
"orderNumber": "Номер заказа",
|
|
199
|
+
"orderCreatedAt": "Заказ создан",
|
|
200
|
+
"backHistory": "Назад к истории",
|
|
201
|
+
"status": "Статус",
|
|
202
|
+
"paid": "Оплачено",
|
|
203
|
+
"pending": "Ожидает",
|
|
204
|
+
"failed": "Неудачный",
|
|
205
|
+
"trash": "Корзина",
|
|
206
|
+
"order": "Заказ"
|
|
207
|
+
},
|
|
208
|
+
"common": {
|
|
209
|
+
"save": "Сохранить",
|
|
210
|
+
"saveChange": "Сохранить изменения",
|
|
211
|
+
"edit": "Редактировать",
|
|
212
|
+
"default": "По умолчанию",
|
|
213
|
+
"clickHere": "Нажмите здесь",
|
|
214
|
+
"changeImage": "Изменить изображение",
|
|
215
|
+
"location": "Местоположение",
|
|
216
|
+
"searchLocation": "Найдите ваше местоположение",
|
|
217
|
+
"selectLocation": "Выберите местоположение",
|
|
218
|
+
"deliverProducts": "Куда доставить ваши товары?",
|
|
219
|
+
"privacyPolicy": "Политика конфиденциальности",
|
|
220
|
+
"termsConditions": "Условия и положения",
|
|
221
|
+
"helpCenter": "Центр помощи"
|
|
222
|
+
},
|
|
223
|
+
"lang": {
|
|
224
|
+
"english": "English",
|
|
225
|
+
"ukrainian": "Українська",
|
|
226
|
+
"russian": "Русский",
|
|
227
|
+
"arabic": "العربية"
|
|
228
|
+
},
|
|
229
|
+
"currency": {
|
|
230
|
+
"usd": "USD $",
|
|
231
|
+
"eur": "EUR \u20ac",
|
|
232
|
+
"uah": "UAH \u20b4"
|
|
233
|
+
}
|
|
234
|
+
}
|