@weareconceptstudio/account 0.4.2 → 0.4.4
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/AccountCounter/index.d.ts +6 -0
- package/dist/components/AccountCounter/index.js +38 -0
- package/dist/components/AccountCounter/style.d.ts +2 -0
- package/dist/components/AccountCounter/style.js +79 -0
- package/dist/components/index.d.ts +5 -4
- package/dist/components/index.js +5 -4
- package/dist/modules/address/AddressItem/index.d.ts +2 -1
- package/dist/modules/address/AddressItem/index.js +18 -8
- package/dist/modules/address/AddressItem/style.js +33 -6
- package/dist/modules/address/SelectAddress/index.js +1 -1
- package/dist/modules/address/SelectAddressPopup/index.js +3 -3
- package/dist/modules/address/ShippingBillingInfo/index.js +3 -3
- package/dist/modules/address/ShippingBillingInfo/style.js +24 -24
- package/dist/modules/cart/CartTemplate/index.d.ts +2 -1
- package/dist/modules/cart/CartTemplate/index.js +2 -2
- package/dist/modules/cart/EmptyCart/icons.d.ts +1 -1
- package/dist/modules/cart/EmptyCart/icons.js +1 -1
- package/dist/modules/cart/EmptyCart/index.d.ts +2 -1
- package/dist/modules/cart/EmptyCart/index.js +4 -3
- package/dist/modules/cart/SimpleItems/ItemMobile/index.js +21 -35
- package/dist/modules/cart/SimpleItems/style.js +23 -2
- package/dist/modules/checkout/ThankYouTemplate/index.d.ts +2 -1
- package/dist/modules/checkout/ThankYouTemplate/index.js +2 -2
- package/dist/modules/order/OrderedItems/style.js +2 -1
- package/dist/modules/payment/PaymentMethodItem/index.js +1 -1
- package/dist/modules/payment/PaymentMethodItem/style.js +1 -0
- package/dist/modules/payment/SelectedPayment/index.js +1 -1
- package/dist/styles/variables.js +1 -1
- package/dist/translations/en.d.ts +236 -213
- package/dist/translations/en.js +245 -230
- package/dist/translations/hy.d.ts +1 -0
- package/dist/translations/hy.js +1 -0
- package/dist/translations/index.d.ts +238 -213
- package/dist/translations/ru.d.ts +1 -0
- package/dist/translations/ru.js +1 -0
- package/package.json +1 -1
package/dist/translations/en.js
CHANGED
|
@@ -1,232 +1,247 @@
|
|
|
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
|
-
|
|
2
|
+
account: {
|
|
3
|
+
action: {
|
|
4
|
+
cancel: 'Cancel',
|
|
5
|
+
saveChanges: 'Save changes',
|
|
6
|
+
saveAndApply: 'Save and Apply',
|
|
7
|
+
remove: 'Remove',
|
|
8
|
+
change: 'Change',
|
|
9
|
+
edit: 'Edit',
|
|
10
|
+
submit: 'Submit',
|
|
11
|
+
save: 'Save',
|
|
12
|
+
reorder: 'Reorder',
|
|
13
|
+
},
|
|
14
|
+
message: {
|
|
15
|
+
yourSettingsHaveBeenSaved: 'Your settings have been saved.',
|
|
16
|
+
yourPasswordHaveBeenChanged: 'Your password has been changed.',
|
|
17
|
+
removeAccount: 'Remove account',
|
|
18
|
+
deleteYourAccount: 'Delete your account?',
|
|
19
|
+
deleteYourAccountDesc: 'When you delete your account, your data will be permanently removed.',
|
|
20
|
+
confirmMessageTitle: 'Thank you for shopping with us!',
|
|
21
|
+
confirmMessageDesc: 'You will receive a confirmation email with details of your order.',
|
|
22
|
+
forgotErrorDescription: 'You will receive an email with a recovery link code within 1 minute․',
|
|
23
|
+
titleExpired: 'Link expired',
|
|
24
|
+
descriptionExpired: 'To reset your password, return to the login page and select “forgot your password” to send new email.',
|
|
25
|
+
},
|
|
26
|
+
navigation: {
|
|
27
|
+
backToList: 'Back to list',
|
|
28
|
+
continueToShop: 'Continue to shop',
|
|
29
|
+
goHome: 'Go home',
|
|
30
|
+
backToShop: 'Back to shop',
|
|
31
|
+
linkTextResentExpired: 'Back To log in page',
|
|
32
|
+
},
|
|
33
|
+
auth: {
|
|
34
|
+
welcomeBack: 'Welcome back!',
|
|
35
|
+
login: 'Login',
|
|
36
|
+
signOut: 'Sign out',
|
|
37
|
+
},
|
|
38
|
+
address: {
|
|
39
|
+
addresses: 'Addresses',
|
|
40
|
+
address: 'Address',
|
|
41
|
+
shippingAndBillingInfo: 'Shipping & billing information',
|
|
42
|
+
shippingInfo: 'Shipping information',
|
|
43
|
+
shippedTo: 'Shipped to:',
|
|
44
|
+
addNewAdd: '+ Add a new address',
|
|
45
|
+
shippingAddress: 'Shipping address',
|
|
46
|
+
billingAddress: 'Billing address',
|
|
47
|
+
emptyAddress: 'We don’t have any saved addresses for you!',
|
|
48
|
+
deleteAddressMessage: 'Are you sure delete this address?',
|
|
49
|
+
confirmDeleteAddress: 'Please confirm you want to delete this address.',
|
|
50
|
+
addNewAddress: 'Add new address',
|
|
51
|
+
addNewShippingAddress: 'Add new shipping address',
|
|
52
|
+
addNewBillingAddress: 'Add new billing address',
|
|
53
|
+
updateYourAddress: 'Update your address',
|
|
54
|
+
updateYourShippingAddress: 'Update your shipping address',
|
|
55
|
+
updateYourBillingAddress: 'Update your billing address',
|
|
56
|
+
thisYourDefaultAddress: 'This is your default address.',
|
|
57
|
+
thisYourDefaultShippingAddress: 'This is your default shipping address.',
|
|
58
|
+
thisYourDefaultBillingAddress: 'This is your default billing address.',
|
|
59
|
+
makeYourDefaultShippingAddress: 'Make this your default shipping address.',
|
|
60
|
+
makeYourDefaultBillingAddress: 'Make this your default billing address.',
|
|
61
|
+
makeYourDefaultAddress: 'Make this your default address',
|
|
62
|
+
defaultAddress: 'Default address',
|
|
63
|
+
defaultShippingAddress: 'Default shipping address',
|
|
64
|
+
defaultBillingAddress: 'Default billing address',
|
|
65
|
+
useAlsoBillingAddress: 'Use also as a billing address.',
|
|
66
|
+
shippingInformation: 'Shipping information',
|
|
67
|
+
billing: 'Billing',
|
|
68
|
+
selectShippingAddress: 'Select shipping address',
|
|
69
|
+
selectBillingAddress: 'Select billing address',
|
|
70
|
+
},
|
|
71
|
+
balance: {
|
|
72
|
+
balanceStatus: 'status',
|
|
73
|
+
priceValue: 'AMD',
|
|
74
|
+
balanceCashback: 'cashback',
|
|
75
|
+
balanceTotalSpent: 'total Spent',
|
|
76
|
+
balance: 'Balance',
|
|
77
|
+
specialNameBalance: 'balance',
|
|
78
|
+
progressBalanceTitle: 'balance',
|
|
79
|
+
balanceNextStatusDescription1: 'Keep it up! Your are',
|
|
80
|
+
balanceNextStatusDescription2: 'short to become',
|
|
81
|
+
balanceFirstOrderStatus: 'Starting from first order',
|
|
82
|
+
balanceStarting: 'starting',
|
|
83
|
+
balanceRecentActivity: 'Recent activity',
|
|
84
|
+
balanceCategoryDate: 'date',
|
|
85
|
+
balanceCategoryActivity: 'activity',
|
|
86
|
+
balanceCategoryAmount: 'amount',
|
|
87
|
+
balanceHowToEarn: 'How to earn?',
|
|
88
|
+
useYourMoney: 'Use your muramoney',
|
|
89
|
+
balanceLowercase: 'balance',
|
|
90
|
+
muramoneyPlaceholder: 'Type amount',
|
|
91
|
+
},
|
|
92
|
+
cart: {
|
|
93
|
+
editCart: 'Edit cart',
|
|
94
|
+
cartEmpty: 'Your cart is empty',
|
|
95
|
+
cartEmptyDesc: 'Once you add something to your cart, it will appear here. Ready to get started?',
|
|
96
|
+
},
|
|
97
|
+
order: {
|
|
98
|
+
orderItems: 'Order items',
|
|
99
|
+
orderDate: 'Order date',
|
|
100
|
+
totalItems: 'Total items',
|
|
101
|
+
orderNumber: 'Order number',
|
|
102
|
+
orderStatus: 'Order status',
|
|
103
|
+
totalPrice: 'Total price',
|
|
104
|
+
viewOrder: 'View order',
|
|
105
|
+
inProgress: 'In progress',
|
|
106
|
+
orderDetails: 'Order details',
|
|
107
|
+
deliverDate: 'Deliver date',
|
|
108
|
+
usedBalance: 'Used Balance',
|
|
109
|
+
status: {
|
|
110
|
+
canceled: 'Canceled',
|
|
111
|
+
accepted: 'Accepted',
|
|
112
|
+
processing: 'Processing',
|
|
113
|
+
delivered: 'Delivered',
|
|
114
|
+
payment_failed: 'Payment failed',
|
|
115
|
+
pending: 'In progress',
|
|
116
|
+
completed: 'Completed',
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
|
+
payment: {
|
|
120
|
+
payment: 'Payment',
|
|
121
|
+
selectPaymentMethod: 'Select payment method',
|
|
122
|
+
paymentMethods: 'Payment methods',
|
|
123
|
+
myCards: 'My cards',
|
|
124
|
+
addNewCard: '+ Add a new card',
|
|
125
|
+
cardExpired: 'Card has been expired',
|
|
126
|
+
deleteCardMessage: 'Are you sure delete this card?',
|
|
127
|
+
confirmDeleteCard: 'Please confirm you want to delete this card.',
|
|
128
|
+
},
|
|
129
|
+
shopNow: 'Shop now',
|
|
130
|
+
noData: 'No data',
|
|
131
|
+
privacyPolicy: 'Privacy policy',
|
|
132
|
+
accountText: 'Don’t have an account?',
|
|
133
|
+
joinNow: 'Join now',
|
|
134
|
+
forgotPasswordLink: 'Forgot Password?',
|
|
135
|
+
forgotPassword: 'Forgot password',
|
|
136
|
+
forgotPasswordDescription: "Please enter your email address and we'll send you instructions to reset your password.",
|
|
137
|
+
thankYou: 'Thank you!',
|
|
138
|
+
recoveryText: 'We sent a recovery link to you at',
|
|
139
|
+
tryAgainText: 'If you didn’t receive the email please',
|
|
140
|
+
tryAgain: 'try again.',
|
|
141
|
+
resendNewLink: 'Resend a new link',
|
|
142
|
+
successfullyMessage: 'Your password has successfully changed.',
|
|
143
|
+
registration: 'Registration',
|
|
144
|
+
alreadyHaveAnAccount: 'Already have an account?',
|
|
145
|
+
signUp: 'Sign up',
|
|
146
|
+
checkedText1: "Yes I've read the",
|
|
147
|
+
checkedText2: 'and agree that my data given by me can be stored electronically.My data will thereby only be used to process my inquiry.',
|
|
148
|
+
verifyYourEmail: 'Verify your email',
|
|
149
|
+
verifyText1: 'We just sent your activation code to',
|
|
150
|
+
verifyText2: 'Enter the code below to confirm your email address.',
|
|
151
|
+
verify: 'Verify',
|
|
152
|
+
haveNotReceivedIt: "It may take a minute to receive your code. Haven't received it?",
|
|
153
|
+
resendNewCode: 'Resend a new code.',
|
|
154
|
+
deleteAccountTextPart1: 'If your email address is incorrect, ',
|
|
155
|
+
deleteAccountTextPart2: 'delete this account ',
|
|
156
|
+
deleteAccountTextPart3: '& register again.',
|
|
157
|
+
codeResendSuccessTitle: 'Your code was successfully resent.',
|
|
158
|
+
codeResendSuccessSubtitle: 'A new code has been sent to your email address.',
|
|
159
|
+
myAccount: 'My account',
|
|
160
|
+
accountInformation: 'Account information',
|
|
161
|
+
accountSettings: 'Account settings',
|
|
162
|
+
orderHistory: 'Order history',
|
|
163
|
+
//! Name
|
|
164
|
+
name: 'Name',
|
|
165
|
+
namePlaceholder: 'Name',
|
|
166
|
+
//! First Name
|
|
167
|
+
firstName: 'First name',
|
|
168
|
+
first_name: 'First name:',
|
|
169
|
+
firstNamePlaceholder: 'First name',
|
|
170
|
+
//! Last Name
|
|
171
|
+
last_name: 'Last name:',
|
|
172
|
+
lastName: 'Last name',
|
|
173
|
+
lastNamePlaceholder: 'Last name',
|
|
174
|
+
//! Email
|
|
175
|
+
email_: 'Email:',
|
|
176
|
+
emailPlaceholder: 'Email',
|
|
177
|
+
email: 'Email',
|
|
178
|
+
//! Phone
|
|
179
|
+
phone: 'Phone',
|
|
180
|
+
phone_: 'Phone:',
|
|
181
|
+
phone_input: 'Phone',
|
|
182
|
+
phonePlaceholder: 'Phone',
|
|
183
|
+
//! Password
|
|
184
|
+
password: 'Password',
|
|
185
|
+
password_: 'Password:',
|
|
186
|
+
password_title: 'Password',
|
|
187
|
+
passwordPlaceholder: 'Password',
|
|
188
|
+
enterCurrentPassword: 'Enter current password',
|
|
189
|
+
enterCurrentPasswordPlaceholder: 'Enter current password',
|
|
190
|
+
enterNewPassword: 'Enter new password',
|
|
191
|
+
enterNewPasswordPlaceholder: 'Enter new password',
|
|
192
|
+
newPasswordPlaceholder: 'New password',
|
|
193
|
+
confirmNewPasswordPlaceholder: 'Confirm new password',
|
|
194
|
+
recoverPassword: 'Recover password.',
|
|
195
|
+
recoverPasswordDesc: 'An email has been sent to your email address. Please click the link when you get it.',
|
|
196
|
+
newPassword: 'New password',
|
|
197
|
+
confirmNewPassword: 'Confirm new password',
|
|
198
|
+
resetPassword: 'Reset password',
|
|
199
|
+
//! Empty
|
|
200
|
+
emptyTitle: 'Your orders will appear here.',
|
|
201
|
+
emptyDesc: 'You haven’t placed any orders yet.',
|
|
202
|
+
sortBy: 'Sort by',
|
|
203
|
+
sortByWithSymbol: 'Sort by:',
|
|
204
|
+
//! Cart && checkout
|
|
205
|
+
addToCart: 'Add to cart',
|
|
206
|
+
addedToCart: 'Added to cart',
|
|
207
|
+
quantityWithSymbol: 'Quantity:',
|
|
208
|
+
free: 'Free',
|
|
209
|
+
shippingCost: 'Shipping cost',
|
|
210
|
+
orderSummary: 'Order summary',
|
|
211
|
+
subtotal: 'Subtotal',
|
|
212
|
+
shipping: 'Shipping',
|
|
213
|
+
myCart: 'My cart',
|
|
214
|
+
proceedToCheckout: 'Proceed to Checkout',
|
|
215
|
+
continueShopping: 'Continue shopping',
|
|
216
|
+
proceedToPayment: 'Proceed to Payment',
|
|
217
|
+
checkoutCommentPlaceholder: 'Add a comment to the order',
|
|
218
|
+
item: 'Item',
|
|
219
|
+
quantity: 'Quantity',
|
|
220
|
+
price: 'Price',
|
|
221
|
+
total: 'Total',
|
|
222
|
+
//! Other
|
|
223
|
+
billedTo: 'Billed to:',
|
|
224
|
+
default: 'Default',
|
|
225
|
+
country: 'Country',
|
|
226
|
+
countryPlaceholder: 'Country',
|
|
227
|
+
address_1: 'Address',
|
|
228
|
+
address_1Placeholder: 'Address',
|
|
229
|
+
address_2: 'Address 2',
|
|
230
|
+
address_2Placeholder: 'Address 2',
|
|
231
|
+
zipCode: 'Zip code',
|
|
232
|
+
zipCodePlaceholder: 'Zip code',
|
|
233
|
+
city: 'City',
|
|
234
|
+
cityPlaceholder: 'City',
|
|
235
|
+
done: 'Done',
|
|
236
|
+
confirmation: 'Confirmation',
|
|
237
|
+
all: 'All',
|
|
238
|
+
by: 'By',
|
|
239
|
+
view: 'View',
|
|
240
|
+
review: 'Review',
|
|
241
|
+
gotPromotionCode: 'Got a promotion code?',
|
|
242
|
+
promoCodePlaceholder: 'Type your code',
|
|
243
|
+
comment: 'Comment',
|
|
244
|
+
discount: 'Discount',
|
|
245
|
+
note: 'Note',
|
|
246
|
+
},
|
|
232
247
|
};
|