@anime.club/translations 1.1.80 → 1.1.82

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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.1.80",
7
+ "version": "1.1.82",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
3
4
  buyer: `(en) Buyer`,
4
5
  cancellationReason: `(en) Cancellation reason`,
5
6
  cancellationInitiator: `(en) Cancellation initiator`,
@@ -8,8 +9,12 @@ export const text: text = {
8
9
  congratulations: `(en) Congratulations!`,
9
10
  deleteShop: `(en) Delete shop`,
10
11
  decline: `(en) Decline`,
12
+ greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
11
13
  haveAnyQuestions: `(en) Have any questions?`,
12
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
14
+ usernameHasCanceledTheOrder: (...v) =>
15
+ `(en) <b>${v[0]}</b> has canceled the order`,
16
+ ifTheresNoResponseByTimeLimit: (...v) =>
17
+ `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
13
18
  lackOfInformation: `(en) Lack of information`,
14
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
15
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -17,6 +22,7 @@ export const text: text = {
17
22
  order: `(en) Order`,
18
23
  outOfStock: `(en) Out of stock`,
19
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
20
26
  otherReason: `(en) Other reason`,
21
27
  personalCircumstances: `(en) Personal circumstances`,
22
28
  platform: `(en) Platform`,
@@ -24,13 +30,18 @@ export const text: text = {
24
30
  seller: `(en) Seller`,
25
31
  timeConstraints: `(en) Time constraints`,
26
32
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
34
+ `(en) The review period is limited to ${v[0]} days`,
27
35
  toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
28
36
  viewReview: `(en) View review`,
37
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
29
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
30
40
  leaveAReview: `(en) Leave a review`,
31
41
  youReceivedANewOrderFrom: (...v) =>
32
42
  `(en) You received a new order from <b>${v[0]}</b>`,
33
43
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
34
45
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
35
46
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
36
47
  _colon: `: `,
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
3
4
  buyer: `(en) Buyer`,
4
5
  cancellationReason: `(en) Cancellation reason`,
5
6
  cancellationInitiator: `(en) Cancellation initiator`,
@@ -8,8 +9,12 @@ export const text: text = {
8
9
  congratulations: `(en) Congratulations!`,
9
10
  deleteShop: `(en) Delete shop`,
10
11
  decline: `(en) Decline`,
12
+ greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
11
13
  haveAnyQuestions: `(en) Have any questions?`,
12
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
14
+ usernameHasCanceledTheOrder: (...v) =>
15
+ `(en) <b>${v[0]}</b> has canceled the order`,
16
+ ifTheresNoResponseByTimeLimit: (...v) =>
17
+ `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
13
18
  lackOfInformation: `(en) Lack of information`,
14
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
15
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -17,6 +22,7 @@ export const text: text = {
17
22
  order: `(en) Order`,
18
23
  outOfStock: `(en) Out of stock`,
19
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
20
26
  otherReason: `(en) Other reason`,
21
27
  personalCircumstances: `(en) Personal circumstances`,
22
28
  platform: `(en) Platform`,
@@ -24,13 +30,18 @@ export const text: text = {
24
30
  seller: `(en) Seller`,
25
31
  timeConstraints: `(en) Time constraints`,
26
32
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
34
+ `(en) The review period is limited to ${v[0]} days`,
27
35
  toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
28
36
  viewReview: `(en) View review`,
37
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
29
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
30
40
  leaveAReview: `(en) Leave a review`,
31
41
  youReceivedANewOrderFrom: (...v) =>
32
42
  `(en) You received a new order from <b>${v[0]}</b>`,
33
43
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
34
45
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
35
46
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
36
47
  _colon: `:`,
package/src/english.ts CHANGED
@@ -49,6 +49,7 @@ export const text = {
49
49
  artworksAvailableToView: (num: number) => `${num} artworks available to view`,
50
50
  authenticationFailed: `Authentication failed`,
51
51
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Auto publishing to Instagram is only available to Instagram business accounts`,
52
+ attentionYourOrderHasBeenDisputed: `Attention! Your order has been disputed. Please check the details`,
52
53
  awaitingReview: `Awaiting review`,
53
54
  awaitingSeller: `Awaiting seller`,
54
55
  back: `Back`,
@@ -159,10 +160,11 @@ export const text = {
159
160
  getDetails: `Get details`,
160
161
  getStarted: `Get started`,
161
162
  guestView: `Guest view`,
163
+ greatNewsYourOrderIsNowInProgress: `Great news! Your order is now in progress`,
162
164
  harassment: `Harassment`,
163
165
  haveAnyQuestions: `Have any questions?`,
164
166
  usernameHasCanceledTheOrder: (username: string) =>
165
- `${username} has canceled the order`,
167
+ `<b>${username}</b> has canceled the order`,
166
168
  hasNotAddedADescriptionFor: (username: string, title: string) =>
167
169
  `@${username} has not added a description for "${title}"`,
168
170
  hasNotSharedAnyPublicDetailsYet: (username: string) =>
@@ -173,6 +175,8 @@ export const text = {
173
175
  howToContactYou: `How to contact you`,
174
176
  howToFindYouOnOtherSocialNetworks: `How to find you on other social networks`,
175
177
  iAgreeWith: `I agree with`,
178
+ ifTheresNoResponseByTimeLimit: (reviewTimeLimit: string | number) =>
179
+ `If there's no response by ${reviewTimeLimit}, the order will be marked as completed automatically`,
176
180
  id: `ID`,
177
181
  imgHeightNeedsToBeBiggerThanOrEqualTo: `Img height needs to be bigger than or equal to`,
178
182
  imgWidthNeedsToBeBiggerThanOrEqualTo: `Img width needs to be bigger than or equal to`,
@@ -267,6 +271,7 @@ export const text = {
267
271
  ordered: (relativeTime: string) => `Ordered ${relativeTime}`,
268
272
  orderAgain: `Order again`,
269
273
  orderDetails: `Order details`,
274
+ orderConfirmed: `Order confirmed`,
270
275
  orderStatus: `Order status`,
271
276
  orderOptions: `Order Options`,
272
277
  otherReason: `Other reason`,
@@ -356,6 +361,8 @@ export const text = {
356
361
  timeConstraints: `Time constraints`,
357
362
  titleYourExtraService: `Title your extra service`,
358
363
  theMaximumQuantityThatACustomerCanAdd: `The maximum quantity that a customer can add`,
364
+ theReviewPeriodIsLimitedtoNdays: (numOfDays: number | string) =>
365
+ `The review period is limited to ${numOfDays} days`,
359
366
  toHelpTheCreatorCompleteYourOrder: `To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
360
367
  today: `Today`,
361
368
  toGetWorkRelatedNotifications: `To get work-related notifications`,
@@ -393,6 +400,7 @@ export const text = {
393
400
  visitOurDiscordChannelToGetMoreDetails: `Visit our discord channel to get more details`,
394
401
  weAreOnInstagram: `We are on Instagram`,
395
402
  weAreWorkingOnIt: `We are working on it`,
403
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `Well done! Your work has been successfully completed`,
396
404
  weDoNotDisplayNSFWContentYet: `We do not display NSFW content yet`,
397
405
  weekly: `Weekly`,
398
406
  whenYouPurchaseSomethingItWillAppearHere: `When you purchase something, it will appear here`,
@@ -400,6 +408,7 @@ export const text = {
400
408
  welcomeToAnimeClub: `Welcome to Anime.club!`,
401
409
  weSentAnEmailTo: `We sent an email to:`,
402
410
  weSentYouANewVerificationEmailPleaseEnterTheCode: `We sent you a new verification email. Please enter the code`,
411
+ weAreExcitedToSeeYourProgressKeepItUp: `We are excited to see your progress. Keep it up!`,
403
412
  weSupportOnlyTheFollowingFileExtensions: `We support only the following file extensions:`,
404
413
  work: `Work`,
405
414
  weWouldLoveToHearFromYou: `We would love to hear from you`,
@@ -422,6 +431,7 @@ export const text = {
422
431
  youHaveNotSetAPassword: `You have not set a password`,
423
432
  youHaveNotSharedAnythingYet: `You have not shared anything yet`,
424
433
  youHaveReachedTheMaximumNumberOfFiles: `You have reached the maximum number of files`,
434
+ kindlyHoldOnForTheBuyersReview: `Kindly hold on for the buyer's review of the order.`,
425
435
  yourAccountIsVerifiedPleaseSignIn: `Your account is verified. Please sign in`,
426
436
  yourAccountWillBeRemoved: (time: string) =>
427
437
  `Your account will be removed ${time}`,
package/src/french.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
3
4
  buyer: `(en) Buyer`,
4
5
  cancellationReason: `(en) Cancellation reason`,
5
6
  cancellationInitiator: `(en) Cancellation initiator`,
@@ -8,8 +9,12 @@ export const text: text = {
8
9
  congratulations: `(en) Congratulations!`,
9
10
  deleteShop: `(en) Delete shop`,
10
11
  decline: `(en) Decline`,
12
+ greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
11
13
  haveAnyQuestions: `(en) Have any questions?`,
12
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
14
+ usernameHasCanceledTheOrder: (...v) =>
15
+ `(en) <b>${v[0]}</b> has canceled the order`,
16
+ ifTheresNoResponseByTimeLimit: (...v) =>
17
+ `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
13
18
  lackOfInformation: `(en) Lack of information`,
14
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
15
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -17,6 +22,7 @@ export const text: text = {
17
22
  order: `(en) Order`,
18
23
  outOfStock: `(en) Out of stock`,
19
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
20
26
  otherReason: `(en) Other reason`,
21
27
  personalCircumstances: `(en) Personal circumstances`,
22
28
  platform: `(en) Platform`,
@@ -24,13 +30,18 @@ export const text: text = {
24
30
  seller: `(en) Seller`,
25
31
  timeConstraints: `(en) Time constraints`,
26
32
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
34
+ `(en) The review period is limited to ${v[0]} days`,
27
35
  toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
28
36
  viewReview: `(en) View review`,
37
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
29
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
30
40
  leaveAReview: `(en) Leave a review`,
31
41
  youReceivedANewOrderFrom: (...v) =>
32
42
  `(en) You received a new order from <b>${v[0]}</b>`,
33
43
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
34
45
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
35
46
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
36
47
  _colon: ` : `,
package/src/german.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
3
4
  buyer: `(en) Buyer`,
4
5
  cancellationReason: `(en) Cancellation reason`,
5
6
  cancellationInitiator: `(en) Cancellation initiator`,
@@ -8,8 +9,12 @@ export const text: text = {
8
9
  congratulations: `(en) Congratulations!`,
9
10
  deleteShop: `(en) Delete shop`,
10
11
  decline: `(en) Decline`,
12
+ greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
11
13
  haveAnyQuestions: `(en) Have any questions?`,
12
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
14
+ usernameHasCanceledTheOrder: (...v) =>
15
+ `(en) <b>${v[0]}</b> has canceled the order`,
16
+ ifTheresNoResponseByTimeLimit: (...v) =>
17
+ `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
13
18
  lackOfInformation: `(en) Lack of information`,
14
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
15
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -17,6 +22,7 @@ export const text: text = {
17
22
  order: `(en) Order`,
18
23
  outOfStock: `(en) Out of stock`,
19
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
20
26
  otherReason: `(en) Other reason`,
21
27
  personalCircumstances: `(en) Personal circumstances`,
22
28
  platform: `(en) Platform`,
@@ -24,13 +30,18 @@ export const text: text = {
24
30
  seller: `(en) Seller`,
25
31
  timeConstraints: `(en) Time constraints`,
26
32
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
34
+ `(en) The review period is limited to ${v[0]} days`,
27
35
  toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
28
36
  viewReview: `(en) View review`,
37
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
29
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
30
40
  leaveAReview: `(en) Leave a review`,
31
41
  youReceivedANewOrderFrom: (...v) =>
32
42
  `(en) You received a new order from <b>${v[0]}</b>`,
33
43
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
34
45
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
35
46
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
36
47
  _colon: `: `,
package/src/hindi.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
3
4
  buyer: `(en) Buyer`,
4
5
  cancellationReason: `(en) Cancellation reason`,
5
6
  cancellationInitiator: `(en) Cancellation initiator`,
@@ -8,8 +9,12 @@ export const text: text = {
8
9
  congratulations: `(en) Congratulations!`,
9
10
  deleteShop: `(en) Delete shop`,
10
11
  decline: `(en) Decline`,
12
+ greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
11
13
  haveAnyQuestions: `(en) Have any questions?`,
12
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
14
+ usernameHasCanceledTheOrder: (...v) =>
15
+ `(en) <b>${v[0]}</b> has canceled the order`,
16
+ ifTheresNoResponseByTimeLimit: (...v) =>
17
+ `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
13
18
  lackOfInformation: `(en) Lack of information`,
14
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
15
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -17,6 +22,7 @@ export const text: text = {
17
22
  order: `(en) Order`,
18
23
  outOfStock: `(en) Out of stock`,
19
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
20
26
  otherReason: `(en) Other reason`,
21
27
  personalCircumstances: `(en) Personal circumstances`,
22
28
  platform: `(en) Platform`,
@@ -24,13 +30,18 @@ export const text: text = {
24
30
  seller: `(en) Seller`,
25
31
  timeConstraints: `(en) Time constraints`,
26
32
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
34
+ `(en) The review period is limited to ${v[0]} days`,
27
35
  toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
28
36
  viewReview: `(en) View review`,
37
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
29
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
30
40
  leaveAReview: `(en) Leave a review`,
31
41
  youReceivedANewOrderFrom: (...v) =>
32
42
  `(en) You received a new order from <b>${v[0]}</b>`,
33
43
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
34
45
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
35
46
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
36
47
  _colon: `: `,
package/src/indonesian.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
3
4
  buyer: `(en) Buyer`,
4
5
  cancellationReason: `(en) Cancellation reason`,
5
6
  cancellationInitiator: `(en) Cancellation initiator`,
@@ -8,8 +9,12 @@ export const text: text = {
8
9
  congratulations: `(en) Congratulations!`,
9
10
  deleteShop: `(en) Delete shop`,
10
11
  decline: `(en) Decline`,
12
+ greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
11
13
  haveAnyQuestions: `(en) Have any questions?`,
12
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
14
+ usernameHasCanceledTheOrder: (...v) =>
15
+ `(en) <b>${v[0]}</b> has canceled the order`,
16
+ ifTheresNoResponseByTimeLimit: (...v) =>
17
+ `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
13
18
  lackOfInformation: `(en) Lack of information`,
14
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
15
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -17,6 +22,7 @@ export const text: text = {
17
22
  order: `(en) Order`,
18
23
  outOfStock: `(en) Out of stock`,
19
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
20
26
  otherReason: `(en) Other reason`,
21
27
  personalCircumstances: `(en) Personal circumstances`,
22
28
  platform: `(en) Platform`,
@@ -24,13 +30,18 @@ export const text: text = {
24
30
  seller: `(en) Seller`,
25
31
  timeConstraints: `(en) Time constraints`,
26
32
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
34
+ `(en) The review period is limited to ${v[0]} days`,
27
35
  toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
28
36
  viewReview: `(en) View review`,
37
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
29
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
30
40
  leaveAReview: `(en) Leave a review`,
31
41
  youReceivedANewOrderFrom: (...v) =>
32
42
  `(en) You received a new order from <b>${v[0]}</b>`,
33
43
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
34
45
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
35
46
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
36
47
  _colon: `: `,
package/src/japanese.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
3
4
  buyer: `(en) Buyer`,
4
5
  cancellationReason: `(en) Cancellation reason`,
5
6
  cancellationInitiator: `(en) Cancellation initiator`,
@@ -8,8 +9,12 @@ export const text: text = {
8
9
  congratulations: `(en) Congratulations!`,
9
10
  deleteShop: `(en) Delete shop`,
10
11
  decline: `(en) Decline`,
12
+ greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
11
13
  haveAnyQuestions: `(en) Have any questions?`,
12
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
14
+ usernameHasCanceledTheOrder: (...v) =>
15
+ `(en) <b>${v[0]}</b> has canceled the order`,
16
+ ifTheresNoResponseByTimeLimit: (...v) =>
17
+ `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
13
18
  lackOfInformation: `(en) Lack of information`,
14
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
15
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -17,6 +22,7 @@ export const text: text = {
17
22
  order: `(en) Order`,
18
23
  outOfStock: `(en) Out of stock`,
19
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
20
26
  otherReason: `(en) Other reason`,
21
27
  personalCircumstances: `(en) Personal circumstances`,
22
28
  platform: `(en) Platform`,
@@ -24,13 +30,18 @@ export const text: text = {
24
30
  seller: `(en) Seller`,
25
31
  timeConstraints: `(en) Time constraints`,
26
32
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
34
+ `(en) The review period is limited to ${v[0]} days`,
27
35
  toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
28
36
  viewReview: `(en) View review`,
37
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
29
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
30
40
  leaveAReview: `(en) Leave a review`,
31
41
  youReceivedANewOrderFrom: (...v) =>
32
42
  `(en) You received a new order from <b>${v[0]}</b>`,
33
43
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
34
45
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
35
46
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
36
47
  _colon: `:`,
package/src/korean.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
3
4
  buyer: `(en) Buyer`,
4
5
  cancellationReason: `(en) Cancellation reason`,
5
6
  cancellationInitiator: `(en) Cancellation initiator`,
@@ -8,8 +9,12 @@ export const text: text = {
8
9
  congratulations: `(en) Congratulations!`,
9
10
  deleteShop: `(en) Delete shop`,
10
11
  decline: `(en) Decline`,
12
+ greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
11
13
  haveAnyQuestions: `(en) Have any questions?`,
12
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
14
+ usernameHasCanceledTheOrder: (...v) =>
15
+ `(en) <b>${v[0]}</b> has canceled the order`,
16
+ ifTheresNoResponseByTimeLimit: (...v) =>
17
+ `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
13
18
  lackOfInformation: `(en) Lack of information`,
14
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
15
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -17,6 +22,7 @@ export const text: text = {
17
22
  order: `(en) Order`,
18
23
  outOfStock: `(en) Out of stock`,
19
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
20
26
  otherReason: `(en) Other reason`,
21
27
  personalCircumstances: `(en) Personal circumstances`,
22
28
  platform: `(en) Platform`,
@@ -24,13 +30,18 @@ export const text: text = {
24
30
  seller: `(en) Seller`,
25
31
  timeConstraints: `(en) Time constraints`,
26
32
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
34
+ `(en) The review period is limited to ${v[0]} days`,
27
35
  toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
28
36
  viewReview: `(en) View review`,
37
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
29
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
30
40
  leaveAReview: `(en) Leave a review`,
31
41
  youReceivedANewOrderFrom: (...v) =>
32
42
  `(en) You received a new order from <b>${v[0]}</b>`,
33
43
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
34
45
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
35
46
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
36
47
  _colon: `: `,
package/src/portuguese.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
3
4
  buyer: `(en) Buyer`,
4
5
  cancellationReason: `(en) Cancellation reason`,
5
6
  cancellationInitiator: `(en) Cancellation initiator`,
@@ -8,8 +9,12 @@ export const text: text = {
8
9
  congratulations: `(en) Congratulations!`,
9
10
  deleteShop: `(en) Delete shop`,
10
11
  decline: `(en) Decline`,
12
+ greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
11
13
  haveAnyQuestions: `(en) Have any questions?`,
12
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
14
+ usernameHasCanceledTheOrder: (...v) =>
15
+ `(en) <b>${v[0]}</b> has canceled the order`,
16
+ ifTheresNoResponseByTimeLimit: (...v) =>
17
+ `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
13
18
  lackOfInformation: `(en) Lack of information`,
14
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
15
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -17,6 +22,7 @@ export const text: text = {
17
22
  order: `(en) Order`,
18
23
  outOfStock: `(en) Out of stock`,
19
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
20
26
  otherReason: `(en) Other reason`,
21
27
  personalCircumstances: `(en) Personal circumstances`,
22
28
  platform: `(en) Platform`,
@@ -24,13 +30,18 @@ export const text: text = {
24
30
  seller: `(en) Seller`,
25
31
  timeConstraints: `(en) Time constraints`,
26
32
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
34
+ `(en) The review period is limited to ${v[0]} days`,
27
35
  toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
28
36
  viewReview: `(en) View review`,
37
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
29
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
30
40
  leaveAReview: `(en) Leave a review`,
31
41
  youReceivedANewOrderFrom: (...v) =>
32
42
  `(en) You received a new order from <b>${v[0]}</b>`,
33
43
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
34
45
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
35
46
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
36
47
  _colon: `: `,
package/src/russian.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
2
+ orderConfirmed: `Заказ подтверждён`,
3
+ weAreExcitedToSeeYourProgressKeepItUp: `Мы с нетерпением ждем вашего прогресса. Так держать!`,
3
4
  youReceivedANewOrderFrom: (...v) =>
4
5
  `(en) You received a new order from <b>${v[0]}</b>`,
5
6
  _colon: `: `,
@@ -52,6 +53,7 @@ export const text: text = {
52
53
  artworksAvailableToView: (...v) => `${v[0]} артов доступно для просмотра`,
53
54
  authenticationFailed: `Ошибка аутентификации`,
54
55
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Автопубликация в Instagram доступна только для бизнес-аккаунтов Instagram`,
56
+ attentionYourOrderHasBeenDisputed: `Внимание! Ваш заказ оспорен. Пожалуйста, ознакомьтесь с деталями`,
55
57
  awaitingReview: `Ожидает проверки`,
56
58
  awaitingSeller: `Ожидает продавца`,
57
59
  back: `Назад`,
@@ -162,8 +164,10 @@ export const text: text = {
162
164
  getDetails: `Подробнее`,
163
165
  getStarted: `Начать`,
164
166
  guestView: `Гостевой просмотр`,
167
+ greatNewsYourOrderIsNowInProgress: `Отличные новости! Ваш заказ в работе`,
165
168
  harassment: `Домогательство`,
166
169
  haveAnyQuestions: `У Вас есть вопросы?`,
170
+ usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> отменил заказ`,
167
171
  hasNotAddedADescriptionFor: (...v) =>
168
172
  `@${v[0]} не добавил описание для "${v[1]}"`,
169
173
  hasNotSharedAnyPublicDetailsYet: (...v) =>
@@ -174,6 +178,8 @@ export const text: text = {
174
178
  howToContactYou: `Как с вами связаться`,
175
179
  howToFindYouOnOtherSocialNetworks: `Как найти вас в других социальных сетях`,
176
180
  iAgreeWith: `Я согласен с`,
181
+ ifTheresNoResponseByTimeLimit: (...v) =>
182
+ `Если до ${v[0]} не будет ответа, заказ будет автоматически отмечен как выполненный`,
177
183
  id: `ID`,
178
184
  imgHeightNeedsToBeBiggerThanOrEqualTo: `Высота изображения должна быть больше или равна`,
179
185
  imgWidthNeedsToBeBiggerThanOrEqualTo: `Ширина изображения должна быть больше или равна`,
@@ -355,6 +361,8 @@ export const text: text = {
355
361
  timeConstraints: `Ограничения по времени`,
356
362
  titleYourExtraService: `Назовите вашу дополнительную услугу`,
357
363
  theMaximumQuantityThatACustomerCanAdd: `Максимальное количество, которое покупатель может добавить`,
364
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
365
+ `Период проверки ограничен ${v[0]} днями`,
358
366
  toHelpTheCreatorCompleteYourOrder: `Для того чтобы продавец мог выполнить ваш заказ в соответствии с вашими пожеланиями, пожалуйста, укажите подробно, что именно вы хотели бы получить: укажите тему, стиль, особенности персонажа и другие важные детали.`,
359
367
  today: `Сегодня`,
360
368
  toGetWorkRelatedNotifications: `Для получения уведомлений, связанных с работой`,
@@ -389,6 +397,7 @@ export const text: text = {
389
397
  visitOurDiscordChannelToGetMoreDetails: `Посетите наш канал Discord для получения более подробной информации`,
390
398
  weAreOnInstagram: `Мы в Instagram`,
391
399
  weAreWorkingOnIt: `Мы работаем над этим`,
400
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `Отлично! Ваша работа успешно завершена`,
392
401
  weDoNotDisplayNSFWContentYet: `Мы пока не показываем материалы для взрослых`,
393
402
  weekly: `Еженедельно`,
394
403
  whenYouPurchaseSomethingItWillAppearHere: `Когда вы что-то купите, оно появится здесь`,
@@ -416,6 +425,7 @@ export const text: text = {
416
425
  youHaveNotSetAPassword: `Вы не добавили пароль`,
417
426
  youHaveNotSharedAnythingYet: `Вы ещё ничем не поделились`,
418
427
  youHaveReachedTheMaximumNumberOfFiles: `Вы достигли максимального количества файлов`,
428
+ kindlyHoldOnForTheBuyersReview: `Пожалуйста, подождите, пока покупатель оставит отзыв`,
419
429
  yourAccountIsVerifiedPleaseSignIn: `Ваш аккаунт подтвержден. Теперь вы можете войти`,
420
430
  yourAccountWillBeRemoved: (...v) =>
421
431
  `Ваша учетная запись будет удалена ${v[0]}`,
package/src/spanish.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
3
4
  buyer: `(en) Buyer`,
4
5
  cancellationReason: `(en) Cancellation reason`,
5
6
  cancellationInitiator: `(en) Cancellation initiator`,
@@ -8,8 +9,12 @@ export const text: text = {
8
9
  congratulations: `(en) Congratulations!`,
9
10
  deleteShop: `(en) Delete shop`,
10
11
  decline: `(en) Decline`,
12
+ greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
11
13
  haveAnyQuestions: `(en) Have any questions?`,
12
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
14
+ usernameHasCanceledTheOrder: (...v) =>
15
+ `(en) <b>${v[0]}</b> has canceled the order`,
16
+ ifTheresNoResponseByTimeLimit: (...v) =>
17
+ `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
13
18
  lackOfInformation: `(en) Lack of information`,
14
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
15
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -17,6 +22,7 @@ export const text: text = {
17
22
  order: `(en) Order`,
18
23
  outOfStock: `(en) Out of stock`,
19
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
20
26
  otherReason: `(en) Other reason`,
21
27
  personalCircumstances: `(en) Personal circumstances`,
22
28
  platform: `(en) Platform`,
@@ -24,13 +30,18 @@ export const text: text = {
24
30
  seller: `(en) Seller`,
25
31
  timeConstraints: `(en) Time constraints`,
26
32
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
34
+ `(en) The review period is limited to ${v[0]} days`,
27
35
  toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
28
36
  viewReview: `(en) View review`,
37
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
29
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
30
40
  leaveAReview: `(en) Leave a review`,
31
41
  youReceivedANewOrderFrom: (...v) =>
32
42
  `(en) You received a new order from <b>${v[0]}</b>`,
33
43
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
34
45
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
35
46
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
36
47
  _colon: `: `,
package/src/thai.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
3
4
  buyer: `(en) Buyer`,
4
5
  cancellationReason: `(en) Cancellation reason`,
5
6
  cancellationInitiator: `(en) Cancellation initiator`,
@@ -8,8 +9,12 @@ export const text: text = {
8
9
  congratulations: `(en) Congratulations!`,
9
10
  deleteShop: `(en) Delete shop`,
10
11
  decline: `(en) Decline`,
12
+ greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
11
13
  haveAnyQuestions: `(en) Have any questions?`,
12
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
14
+ usernameHasCanceledTheOrder: (...v) =>
15
+ `(en) <b>${v[0]}</b> has canceled the order`,
16
+ ifTheresNoResponseByTimeLimit: (...v) =>
17
+ `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
13
18
  lackOfInformation: `(en) Lack of information`,
14
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
15
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -17,6 +22,7 @@ export const text: text = {
17
22
  order: `(en) Order`,
18
23
  outOfStock: `(en) Out of stock`,
19
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
20
26
  otherReason: `(en) Other reason`,
21
27
  personalCircumstances: `(en) Personal circumstances`,
22
28
  platform: `(en) Platform`,
@@ -24,13 +30,18 @@ export const text: text = {
24
30
  seller: `(en) Seller`,
25
31
  timeConstraints: `(en) Time constraints`,
26
32
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
34
+ `(en) The review period is limited to ${v[0]} days`,
27
35
  toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
28
36
  viewReview: `(en) View review`,
37
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
29
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
30
40
  leaveAReview: `(en) Leave a review`,
31
41
  youReceivedANewOrderFrom: (...v) =>
32
42
  `(en) You received a new order from <b>${v[0]}</b>`,
33
43
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
34
45
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
35
46
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
36
47
  _colon: `: `,
package/src/vietnamese.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
3
4
  buyer: `(en) Buyer`,
4
5
  cancellationReason: `(en) Cancellation reason`,
5
6
  cancellationInitiator: `(en) Cancellation initiator`,
@@ -8,8 +9,12 @@ export const text: text = {
8
9
  congratulations: `(en) Congratulations!`,
9
10
  deleteShop: `(en) Delete shop`,
10
11
  decline: `(en) Decline`,
12
+ greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
11
13
  haveAnyQuestions: `(en) Have any questions?`,
12
- usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
14
+ usernameHasCanceledTheOrder: (...v) =>
15
+ `(en) <b>${v[0]}</b> has canceled the order`,
16
+ ifTheresNoResponseByTimeLimit: (...v) =>
17
+ `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
13
18
  lackOfInformation: `(en) Lack of information`,
14
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
15
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -17,6 +22,7 @@ export const text: text = {
17
22
  order: `(en) Order`,
18
23
  outOfStock: `(en) Out of stock`,
19
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
20
26
  otherReason: `(en) Other reason`,
21
27
  personalCircumstances: `(en) Personal circumstances`,
22
28
  platform: `(en) Platform`,
@@ -24,13 +30,18 @@ export const text: text = {
24
30
  seller: `(en) Seller`,
25
31
  timeConstraints: `(en) Time constraints`,
26
32
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
34
+ `(en) The review period is limited to ${v[0]} days`,
27
35
  toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
28
36
  viewReview: `(en) View review`,
37
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
29
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
30
40
  leaveAReview: `(en) Leave a review`,
31
41
  youReceivedANewOrderFrom: (...v) =>
32
42
  `(en) You received a new order from <b>${v[0]}</b>`,
33
43
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
34
45
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
35
46
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
36
47
  _colon: `: `,