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