@weareconceptstudio/account 0.4.6 → 0.4.8
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/dist/components/AccountButton/icons.d.ts +2 -0
- package/dist/components/AccountButton/icons.js +3 -0
- package/dist/components/AccountButton/index.js +8 -4
- package/dist/components/AccountButton/style.js +68 -0
- package/dist/components/CustomCheckbox/index.js +1 -1
- package/dist/components/Sequence/index.js +12 -12
- package/dist/components/TotalCheckout/BalanceComp/index.js +3 -3
- package/dist/components/TotalCheckout/BalanceComp/utils.js +2 -4
- package/dist/components/TotalCheckout/CommentComp/index.js +1 -1
- package/dist/components/TotalCheckout/FreeShippingComp/index.js +3 -3
- package/dist/components/TotalCheckout/PromoCodeComp/index.d.ts +3 -3
- package/dist/components/TotalCheckout/PromoCodeComp/index.js +7 -7
- package/dist/components/TotalCheckout/PromoCodeComp/utils.js +1 -3
- package/dist/components/TotalCheckout/Skeleton/index.js +0 -1
- package/dist/components/TotalCheckout/index.js +13 -13
- package/dist/components/WarningMessageForPopup/index.js +4 -4
- package/dist/modules/account/AccountBalanceTemplate/HeroBalance/ProgressBalance/index.d.ts +2 -1
- package/dist/modules/account/AccountBalanceTemplate/HeroBalance/ProgressBalance/index.js +9 -9
- package/dist/modules/account/AccountBalanceTemplate/HeroBalance/ProgressBalance/style.js +4 -0
- package/dist/modules/account/AccountBalanceTemplate/HeroBalance/index.d.ts +2 -1
- package/dist/modules/account/AccountBalanceTemplate/HeroBalance/index.js +8 -8
- package/dist/modules/account/AccountBalanceTemplate/HistoryBalance/ItemHistory/index.js +4 -4
- package/dist/modules/account/AccountBalanceTemplate/HistoryBalance/index.js +3 -3
- package/dist/modules/account/AccountBalanceTemplate/StatusBalance/ItemStatus/index.d.ts +2 -1
- package/dist/modules/account/AccountBalanceTemplate/StatusBalance/ItemStatus/index.js +6 -6
- package/dist/modules/account/AccountBalanceTemplate/StatusBalance/index.d.ts +2 -1
- package/dist/modules/account/AccountBalanceTemplate/StatusBalance/index.js +3 -3
- package/dist/modules/account/AccountBalanceTemplate/index.js +4 -2
- package/dist/modules/account/AccountSettingsTemplate/AccountInfo/index.js +10 -7
- package/dist/modules/account/AccountSettingsTemplate/AccountInfo/utils.js +10 -10
- package/dist/modules/account/AccountSettingsTemplate/AccountPassword/index.js +6 -6
- package/dist/modules/account/AccountSettingsTemplate/AccountPassword/utils.js +4 -4
- package/dist/modules/account/AccountTemplate/index.js +3 -3
- package/dist/modules/address/AddressForm/index.js +3 -3
- package/dist/modules/address/AddressItem/index.js +8 -8
- package/dist/modules/address/AddressWrap/index.js +5 -4
- package/dist/modules/address/AddressesTemplate/index.js +2 -2
- package/dist/modules/address/EmptyAddress/index.js +1 -1
- package/dist/modules/address/SelectAddress/index.js +6 -6
- package/dist/modules/address/SelectAddressPopup/index.js +4 -4
- package/dist/modules/address/ShippingBillingInfo/index.js +6 -3
- package/dist/modules/auth/ForgotPasswordTemplate/index.js +14 -46
- package/dist/modules/auth/ResetPasswordTemplate/ExpiredLink/index.js +4 -4
- package/dist/modules/auth/ResetPasswordTemplate/index.js +8 -10
- package/dist/modules/auth/ResetPasswordTemplate/utils.js +2 -2
- package/dist/modules/auth/SignInTemplate/index.d.ts +2 -1
- package/dist/modules/auth/SignInTemplate/index.js +15 -8
- package/dist/modules/auth/SignInTemplate/style.js +28 -0
- package/dist/modules/auth/SignInTemplate/utils.js +4 -4
- package/dist/modules/auth/SignUpTemplate/index.d.ts +2 -1
- package/dist/modules/auth/SignUpTemplate/index.js +13 -9
- package/dist/modules/auth/SignUpTemplate/style.js +28 -0
- package/dist/modules/auth/SignUpTemplate/utils.js +9 -9
- package/dist/modules/auth/VerifyEmailAddressTemplate/index.js +13 -11
- package/dist/modules/cart/CartTemplate/index.js +5 -5
- package/dist/modules/cart/EmptyCart/index.js +3 -3
- package/dist/modules/cart/SimpleItems/Item/index.js +1 -1
- package/dist/modules/cart/SimpleItems/ItemMobile/index.js +8 -3
- package/dist/modules/cart/SimpleItems/index.js +5 -5
- package/dist/modules/checkout/CheckoutTemplate/StepReview/index.js +2 -2
- package/dist/modules/checkout/CheckoutTemplate/StepShipping/index.js +1 -1
- package/dist/modules/checkout/CheckoutTemplate/index.js +1 -1
- package/dist/modules/checkout/ThankYouTemplate/index.js +5 -5
- package/dist/modules/order/EmptyOrders/index.js +3 -3
- package/dist/modules/order/OrderDetails/index.js +9 -9
- package/dist/modules/order/OrderIndividualTemplate/index.js +1 -1
- package/dist/modules/order/OrderStatus/index.js +1 -1
- package/dist/modules/order/OrderedItems/index.js +17 -14
- package/dist/modules/order/OrdersList/OrderItem/index.js +1 -1
- package/dist/modules/order/OrdersList/index.js +19 -11
- package/dist/modules/payment/AddNewCard/index.js +7 -4
- package/dist/modules/payment/Card/index.js +3 -3
- package/dist/modules/payment/Payment/index.js +1 -1
- package/dist/modules/payment/PaymentMethodItem/index.js +1 -1
- package/dist/modules/payment/PaymentMethodsTemplate/index.js +1 -1
- package/dist/modules/payment/SelectPaymentMethodPopup/index.js +3 -3
- package/dist/translations/en.d.ts +195 -194
- package/dist/translations/en.js +199 -207
- package/dist/translations/hy.d.ts +237 -214
- package/dist/translations/hy.js +237 -231
- package/dist/translations/index.d.ts +642 -595
- package/dist/translations/ru.d.ts +237 -214
- package/dist/translations/ru.js +237 -231
- package/package.json +1 -1
package/dist/translations/hy.js
CHANGED
|
@@ -1,233 +1,239 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
2
|
+
account: {
|
|
3
|
+
auth_account_management: {
|
|
4
|
+
login: 'Մուտք',
|
|
5
|
+
signUp: 'Գրանցվել',
|
|
6
|
+
registration: 'Գրանցում',
|
|
7
|
+
joinNow: 'Միանալ հիմա',
|
|
8
|
+
signOut: 'Դուրս գալ',
|
|
9
|
+
doNotHaveAccount: 'Չունե՞ք հաշիվ:',
|
|
10
|
+
alreadyHaveAnAccount: 'Արդեն ունե՞ք հաշիվ:',
|
|
11
|
+
deleteYourAccount: 'Ջնջե՞լ ձեր հաշիվը:',
|
|
12
|
+
deleteYourAccountDesc: 'Երբ դուք ջնջում եք ձեր հաշիվը, ձեր տվյալները կջնջվեն մշտապես։',
|
|
13
|
+
welcomeBack: 'Բարի վերադարձ',
|
|
14
|
+
continueWidth: 'կամ շարունակել հետ',
|
|
15
|
+
},
|
|
16
|
+
password_management: {
|
|
17
|
+
password: 'Գաղտնաբառ',
|
|
18
|
+
passwordPlaceholder: 'Գաղտնաբառ',
|
|
19
|
+
resetPassword: 'Վերականգնել գաղտնաբառը',
|
|
20
|
+
forgotPassword: 'Մոռացե՞լ եք գաղտնաբառը',
|
|
21
|
+
forgotPasswordWithSymbol: 'Մոռացե՞լ եք գաղտնաբառը',
|
|
22
|
+
forgotPasswordDescription: 'Խնդրում ենք մուտքագրել ձեր էլ. փոստի հասցեն, և մենք կուղարկենք ձեզ հրահանգներ գաղտնաբառը վերականգնելու համար։',
|
|
23
|
+
successfullyMessage: 'Ձեր գաղտնաբառը հաջողությամբ փոփոխվել է։',
|
|
24
|
+
yourPasswordHaveBeenChanged: 'Ձեր գաղտնաբառը փոփոխվել է։',
|
|
25
|
+
enterCurrentPassword: 'Մուտքագրեք ընթացիկ գաղտնաբառը',
|
|
26
|
+
enterCurrentPasswordPlaceholder: 'Մուտքագրեք ընթացիկ գաղտնաբառը',
|
|
27
|
+
enterNewPassword: 'Մուտքագրեք նոր գաղտնաբառը',
|
|
28
|
+
enterNewPasswordPlaceholder: 'Մուտքագրեք նոր գաղտնաբառը',
|
|
29
|
+
newPassword: 'Նոր գաղտնաբառ',
|
|
30
|
+
newPasswordPlaceholder: 'Նոր գաղտնաբառ',
|
|
31
|
+
confirmNewPassword: 'Հաստատեք նոր գաղտնաբառը',
|
|
32
|
+
confirmNewPasswordPlaceholder: 'Հաստատեք նոր գաղտնաբառը',
|
|
33
|
+
},
|
|
34
|
+
email_verification: {
|
|
35
|
+
verifyYourEmail: 'Հաստատեք ձեր էլ. փոստը',
|
|
36
|
+
verifyText1: 'Մենք հենց նոր ուղարկեցինք ձեր ակտիվացման կոդը',
|
|
37
|
+
verifyText2: 'Մուտքագրեք կոդը ստորև՝ ձեր էլ. փոստի հասցեն հաստատելու համար։',
|
|
38
|
+
verify: 'Հաստատել',
|
|
39
|
+
haveNotReceivedIt: 'Կոդը ստանալը կարող է մի քանի րոպե տևել։ Չե՞ք ստացել այն:',
|
|
40
|
+
resendNewCode: 'Ուղարկել նոր կոդ։',
|
|
41
|
+
codeResendSuccessTitle: 'Ձեր կոդը հաջողությամբ ուղարկվեց կրկին։',
|
|
42
|
+
codeResendSuccessSubtitle: 'Նոր կոդը ուղարկվել է ձեր էլ. փոստի հասցեին։',
|
|
43
|
+
recoveryText: 'Մենք վերականգնման հղում ենք ուղարկել ձեզ',
|
|
44
|
+
resendNewLink: 'Ուղարկել նոր հղում',
|
|
45
|
+
},
|
|
46
|
+
account_info: {
|
|
47
|
+
myAccount: 'Իմ հաշիվը',
|
|
48
|
+
accountInformation: 'Հաշվի տվյալներ',
|
|
49
|
+
accountSettings: 'Հաշվի կարգավորումներ',
|
|
50
|
+
orderHistory: 'Պատվերների պատմություն',
|
|
51
|
+
name: 'Անուն',
|
|
52
|
+
namePlaceholder: 'Անուն',
|
|
53
|
+
firstName: 'Անձնանուն',
|
|
54
|
+
firstNamePlaceholder: 'Անձնանուն',
|
|
55
|
+
lastName: 'Ազգանուն',
|
|
56
|
+
lastNamePlaceholder: 'Ազգանուն',
|
|
57
|
+
email: 'Էլ. փոստ',
|
|
58
|
+
emailPlaceholder: 'Էլ. փոստ',
|
|
59
|
+
phone: 'Հեռախոս',
|
|
60
|
+
phonePlaceholder: 'Հեռախոս',
|
|
61
|
+
},
|
|
62
|
+
cart_checkout: {
|
|
63
|
+
editCart: 'Խմբագրել զամբյուղը',
|
|
64
|
+
cartEmpty: 'Ձեր զամբյուղը դատարկ է',
|
|
65
|
+
cartEmptyDesc: 'Երբ դուք ինչ-որ բան ավելացնեք ձեր զամբյուղին, այն կհայտնվի այստեղ։ Պատրա՞ստ եք սկսել։',
|
|
66
|
+
myCart: 'Իմ զամբյուղը',
|
|
67
|
+
orderSummary: 'Պատվերի ամփոփում',
|
|
68
|
+
subtotal: 'Ենթագումար',
|
|
69
|
+
proceedToCheckout: 'Անցնել վճարմանը',
|
|
70
|
+
proceedToPayment: 'Անցնել վճարման գործընթացին',
|
|
71
|
+
checkoutCommentPlaceholder: 'Ավելացնել մեկնաբանություն պատվերին',
|
|
72
|
+
},
|
|
73
|
+
order_management: {
|
|
74
|
+
orderItems: 'Պատվերի ապրանքներ',
|
|
75
|
+
orderDate: 'Պատվերի ամսաթիվ',
|
|
76
|
+
totalItems: 'Ընդհանուր ապրանքներ',
|
|
77
|
+
orderNumber: 'Պատվերի համար',
|
|
78
|
+
orderStatus: 'Պատվերի կարգավիճակ',
|
|
79
|
+
totalPrice: 'Ընդհանուր գին',
|
|
80
|
+
viewOrder: 'Դիտել պատվերը',
|
|
81
|
+
orderDetails: 'Պատվերի մանրամասներ',
|
|
82
|
+
inProgress: 'Ընթացքի մեջ',
|
|
83
|
+
processing: 'Մշակվում է',
|
|
84
|
+
completed: 'Ավարտված',
|
|
85
|
+
delivered: 'Առաքված',
|
|
86
|
+
canceled: 'Չեղարկված',
|
|
87
|
+
accepted: 'Ընդունված',
|
|
88
|
+
payment_failed: 'Վճարումը ձախողվել է',
|
|
89
|
+
pending: 'Ընթացքի մեջ',
|
|
90
|
+
confirmMessageTitle: 'Շնորհակալություն մեր մոտից գնելու համար!',
|
|
91
|
+
confirmMessageDesc: 'Դուք կստանաք հաստատման նամակ՝ ձեր պատվերի մանրամասներով։',
|
|
92
|
+
},
|
|
93
|
+
address_management: {
|
|
94
|
+
addresses: 'Հասցեներ',
|
|
95
|
+
address: 'Հասցե',
|
|
96
|
+
addressPlaceholder: 'Հասցե',
|
|
97
|
+
shipping: 'Առաքում',
|
|
98
|
+
billing: 'Վճարում',
|
|
99
|
+
shippingAddress: 'Առաքման հասցե',
|
|
100
|
+
billingAddress: 'Վճարման հասցե',
|
|
101
|
+
addNewAddress: 'Ավելացնել նոր հասցե',
|
|
102
|
+
addNewShippingAddress: 'Ավելացնել նոր առաքման հասցե',
|
|
103
|
+
addNewBillingAddress: 'Ավելացնել նոր վճարման հասցե',
|
|
104
|
+
updateYourAddress: 'Թարմացնել ձեր հասցեն',
|
|
105
|
+
updateYourShippingAddress: 'Թարմացնել ձեր առաքման հասցեն',
|
|
106
|
+
updateYourBillingAddress: 'Թարմացնել ձեր վճարման հասցեն',
|
|
107
|
+
thisYourDefaultAddress: 'Սա ձեր հիմնական հասցեն է։',
|
|
108
|
+
thisYourDefaultShippingAddress: 'Սա ձեր հիմնական առաքման հասցեն է։',
|
|
109
|
+
thisYourDefaultBillingAddress: 'Սա ձեր հիմնական վճարման հասցեն է։',
|
|
110
|
+
makeYourDefaultShippingAddress: 'Սա դարձնել ձեր հիմնական առաքման հասցե։',
|
|
111
|
+
makeYourDefaultBillingAddress: 'Սա դարձնել ձեր հիմնական վճարման հասցե։',
|
|
112
|
+
makeYourDefaultAddress: 'Սա դարձնել ձեր հիմնական հասցե։',
|
|
113
|
+
defaultAddress: 'Հիմնական հասցե',
|
|
114
|
+
defaultShippingAddress: 'Հիմնական առաքման հասցե',
|
|
115
|
+
defaultBillingAddress: 'Հիմնական վճարման հասցե',
|
|
116
|
+
deleteAddressMessage: 'Վստա՞հ եք, որ ցանկանում եք ջնջել այս հասցեն։',
|
|
117
|
+
confirmDeleteAddress: 'Խնդրում ենք հաստատել, որ ցանկանում եք ջնջել այս հասցեն։',
|
|
118
|
+
emptyAddress: 'Մենք պահված հասցեներ չունենք ձեզ համար!',
|
|
119
|
+
},
|
|
120
|
+
payment_management: {
|
|
121
|
+
payment: 'Վճարում',
|
|
122
|
+
selectPaymentMethod: 'Ընտրեք վճարման մեթոդը',
|
|
123
|
+
myCards: 'Իմ քարտերը',
|
|
124
|
+
addNewCard: 'Ավելացնել նոր քարտ',
|
|
125
|
+
cardExpired: 'Քարտի վավերականության ժամկետը անցել է',
|
|
126
|
+
deleteCardMessage: 'Վստա՞հ եք, որ ցանկանում եք ջնջել այս քարտը։',
|
|
127
|
+
confirmDeleteCard: 'Խնդրում ենք հաստատել, որ ցանկանում եք ջնջել այս քարտը։',
|
|
128
|
+
},
|
|
129
|
+
general_actions: {
|
|
130
|
+
cancel: 'Չեղարկել',
|
|
131
|
+
backToList: 'Վերադառնալ ցանկին',
|
|
132
|
+
saveChanges: 'Պահպանել փոփոխությունները',
|
|
133
|
+
continueToShop: 'Շարունակել գնումները',
|
|
134
|
+
saveAndApply: 'Պահպանել և կիրառել',
|
|
135
|
+
remove: 'Հեռացնել',
|
|
136
|
+
change: 'Փոխել',
|
|
137
|
+
edit: 'Խմբագրել',
|
|
138
|
+
submit: 'Ուղարկել',
|
|
139
|
+
save: 'Պահպանել',
|
|
140
|
+
done: 'Ավարտված է',
|
|
141
|
+
shopNow: 'Գնել հիմա',
|
|
142
|
+
add: 'Ավելացնել',
|
|
143
|
+
backToShop: 'Վերադառնալ խանութ',
|
|
144
|
+
backToLoginPAge: 'Վերադառնալ մուտքի էջ',
|
|
145
|
+
continueShopping: 'Շարունակել գնումները',
|
|
146
|
+
color: 'Գույն',
|
|
147
|
+
size: 'Չափ',
|
|
148
|
+
},
|
|
149
|
+
user_status: {
|
|
150
|
+
tourist: 'տուրիստ',
|
|
151
|
+
touristDesc1: 'Տուրիստը կարող է վաստակել մինչև',
|
|
152
|
+
touristDesc2: 'cashback Muramoney-ում յուրաքանչյուր գնումից։',
|
|
153
|
+
resident: 'բնակիչ',
|
|
154
|
+
residentDesc1: 'Բնակիչը կարող է վաստակել մինչև',
|
|
155
|
+
residentDesc2: 'cashback Muramoney-ում յուրաքանչյուր գնումից։',
|
|
156
|
+
citizen: 'քաղաքացի',
|
|
157
|
+
citizenDesc1: 'Քաղաքացին կարող է վաստակել մինչև',
|
|
158
|
+
citizenDesc2: 'cashback Muramoney-ում յուրաքանչյուր գնումից։',
|
|
159
|
+
},
|
|
160
|
+
legal_policies: {
|
|
161
|
+
privacyPolicy: 'Գաղտնիության քաղաքականություն',
|
|
162
|
+
checkedText1: 'Այո, ես կարդացել եմ',
|
|
163
|
+
checkedText2: 'և համաձայն եմ, որ ինձ կողմից տրված տվյալները կարող են էլեկտրոնային կերպով պահվել։ Մասնավորապես, իմ տվյալները միայն օգտագործվելու են իմ հարցման մշակման համար։',
|
|
164
|
+
},
|
|
165
|
+
notifications_messages: {
|
|
166
|
+
thankYou: 'Շնորհակալություն',
|
|
167
|
+
titleExpired: 'Հղումը ժամկետանց է',
|
|
168
|
+
descriptionExpired: 'Գաղտնաբառը վերականգնելու համար վերադարձեք մուտքի էջ և ընտրեք «Մոռացել եք գաղտնաբառը»՝ նոր էլ. փոստ ուղարկելու համար։',
|
|
169
|
+
youHaveReachedFreeShipping: 'Շնորհավոր, դուք խնայեցիք',
|
|
170
|
+
freeShippingText1: 'Ձեզ ընդամենը',
|
|
171
|
+
freeShippingText2: 'է անհրաժեշտ անվճար առաքման համար Երևանում!',
|
|
172
|
+
},
|
|
173
|
+
account_deletion: {
|
|
174
|
+
deleteAccountTextPart1: 'Եթե ձեր էլ. փոստի հասցեն սխալ է,',
|
|
175
|
+
deleteAccountTextPart2: 'ջնջեք այս հաշիվը',
|
|
176
|
+
deleteAccountTextPart3: 'և գրանցվեք նորից։',
|
|
177
|
+
},
|
|
178
|
+
address_details: {
|
|
179
|
+
city: 'Քաղաք',
|
|
180
|
+
cityPlaceholder: 'Քաղաք',
|
|
181
|
+
entrance: 'Մուտք',
|
|
182
|
+
entrancePlaceholder: 'Մուտք',
|
|
183
|
+
floor: 'Բաժակ',
|
|
184
|
+
floorPlaceholder: 'Բաժակ',
|
|
185
|
+
apartment: 'Բնակարան',
|
|
186
|
+
apartmentPlaceholder: 'Բնակարան',
|
|
187
|
+
doorBell: 'Դոմոֆոն',
|
|
188
|
+
doorBellPlaceholder: 'Դոմոֆոն',
|
|
189
|
+
noteForCourier: 'Նշում առաքիչին',
|
|
190
|
+
noteForCourierPlaceholder: 'Նշում առաքիչին',
|
|
191
|
+
},
|
|
192
|
+
order_balance: {
|
|
193
|
+
emptyTitle: 'Ձեր պատվերները կհայտնվեն այստեղ։',
|
|
194
|
+
emptyDesc: 'Դուք դեռևս պատվերներ չունեք։',
|
|
195
|
+
useAlsoBillingAddress: 'Օգտագործել նաև որպես վճարման հասցե։',
|
|
196
|
+
shippingAndBillingInfo: 'Առաքման և վճարման տվյալներ',
|
|
197
|
+
shippingInfo: 'Առաքման տվյալներ',
|
|
198
|
+
shippedTo: 'Առաքվել է հասցեով',
|
|
199
|
+
addNewAdd: 'Ավելացնել նոր հասցե',
|
|
200
|
+
quantity: 'Քանակ',
|
|
201
|
+
free: 'Ազատ',
|
|
202
|
+
shippingCost: 'Առաքման արժեք',
|
|
203
|
+
item: 'Ապրանք',
|
|
204
|
+
price: 'Գին',
|
|
205
|
+
total: 'Ընդհանուր',
|
|
206
|
+
yourSettingsHaveBeenSaved: 'Ձեր կարգավորումները պահպանվել են։',
|
|
207
|
+
billedTo: 'Վճարվել է',
|
|
208
|
+
confirmation: 'Հաստատում',
|
|
209
|
+
selectShippingAddress: 'Ընտրեք առաքման հասցե',
|
|
210
|
+
selectBillingAddress: 'Ընտրեք վճարման հասցե',
|
|
211
|
+
review: 'Կարծիք',
|
|
212
|
+
reorder: 'Կրկին պատվիրել',
|
|
213
|
+
comment: 'Մեկնաբանություն',
|
|
214
|
+
discount: 'Զեղչ',
|
|
215
|
+
note: 'Նշում',
|
|
216
|
+
},
|
|
217
|
+
balance_promotions: {
|
|
218
|
+
balance: 'Մնացորդ',
|
|
219
|
+
balancePlaceholder: 'Մուտքագրեք գումարը',
|
|
220
|
+
balanceCashback: 'cashback',
|
|
221
|
+
balanceTotalSpent: 'ընդհանուր ծախսված',
|
|
222
|
+
balanceNextStatusDescription1: 'Շարունակեք նույն կերպ! Դուք',
|
|
223
|
+
balanceNextStatusDescription2: 'մոտ եք դառնում',
|
|
224
|
+
balanceHowToEarn: 'Ինչպե՞ս վաստակել',
|
|
225
|
+
gotPromotionCode: 'Ունե՞ք պրոմո կոդ',
|
|
226
|
+
promoCodePlaceholder: 'Մուտքագրեք ձեր կոդը',
|
|
227
|
+
usedBalance: 'Օգտագործված մնացորդ',
|
|
228
|
+
balanceStatus: 'կարգավիճակ',
|
|
229
|
+
balanceFirstOrderStatus: 'Սկսած առաջին պատվերից',
|
|
230
|
+
balanceStarting: 'սկսում',
|
|
231
|
+
balanceRecentActivity: 'Վերջին ակտիվություն',
|
|
232
|
+
balanceCategoryDate: 'Ամսաթիվ',
|
|
233
|
+
balanceCategoryActivity: 'Ակտիվություն',
|
|
234
|
+
balanceCategoryAmount: 'Գումար',
|
|
235
|
+
useYourMoney: 'Օգտագործեք ձեր muramoney-ն',
|
|
236
|
+
muramoney: 'Muramoney',
|
|
237
|
+
},
|
|
238
|
+
},
|
|
233
239
|
};
|