@anime.club/translations 1.1.79 → 1.1.81

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.79",
7
+ "version": "1.1.81",
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,7 +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?`,
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`,
12
18
  lackOfInformation: `(en) Lack of information`,
13
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
14
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -23,11 +29,17 @@ export const text: text = {
23
29
  seller: `(en) Seller`,
24
30
  timeConstraints: `(en) Time constraints`,
25
31
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
32
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
33
+ `(en) The review period is limited to ${v[0]} days`,
26
34
  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`,
27
35
  viewReview: `(en) View review`,
36
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
28
37
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
29
38
  leaveAReview: `(en) Leave a review`,
39
+ youReceivedANewOrderFrom: (...v) =>
40
+ `(en) You received a new order from <b>${v[0]}</b>`,
30
41
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
42
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
31
43
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
32
44
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
33
45
  _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,7 +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?`,
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`,
12
18
  lackOfInformation: `(en) Lack of information`,
13
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
14
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -23,11 +29,17 @@ export const text: text = {
23
29
  seller: `(en) Seller`,
24
30
  timeConstraints: `(en) Time constraints`,
25
31
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
32
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
33
+ `(en) The review period is limited to ${v[0]} days`,
26
34
  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`,
27
35
  viewReview: `(en) View review`,
36
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
28
37
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
29
38
  leaveAReview: `(en) Leave a review`,
39
+ youReceivedANewOrderFrom: (...v) =>
40
+ `(en) You received a new order from <b>${v[0]}</b>`,
30
41
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
42
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
31
43
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
32
44
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
33
45
  _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,8 +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?`,
166
+ usernameHasCanceledTheOrder: (username: string) =>
167
+ `<b>${username}</b> has canceled the order`,
164
168
  hasNotAddedADescriptionFor: (username: string, title: string) =>
165
169
  `@${username} has not added a description for "${title}"`,
166
170
  hasNotSharedAnyPublicDetailsYet: (username: string) =>
@@ -171,6 +175,8 @@ export const text = {
171
175
  howToContactYou: `How to contact you`,
172
176
  howToFindYouOnOtherSocialNetworks: `How to find you on other social networks`,
173
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`,
174
180
  id: `ID`,
175
181
  imgHeightNeedsToBeBiggerThanOrEqualTo: `Img height needs to be bigger than or equal to`,
176
182
  imgWidthNeedsToBeBiggerThanOrEqualTo: `Img width needs to be bigger than or equal to`,
@@ -354,6 +360,8 @@ export const text = {
354
360
  timeConstraints: `Time constraints`,
355
361
  titleYourExtraService: `Title your extra service`,
356
362
  theMaximumQuantityThatACustomerCanAdd: `The maximum quantity that a customer can add`,
363
+ theReviewPeriodIsLimitedtoNdays: (numOfDays: number | string) =>
364
+ `The review period is limited to ${numOfDays} days`,
357
365
  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`,
358
366
  today: `Today`,
359
367
  toGetWorkRelatedNotifications: `To get work-related notifications`,
@@ -391,6 +399,7 @@ export const text = {
391
399
  visitOurDiscordChannelToGetMoreDetails: `Visit our discord channel to get more details`,
392
400
  weAreOnInstagram: `We are on Instagram`,
393
401
  weAreWorkingOnIt: `We are working on it`,
402
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `Well done! Your work has been successfully completed`,
394
403
  weDoNotDisplayNSFWContentYet: `We do not display NSFW content yet`,
395
404
  weekly: `Weekly`,
396
405
  whenYouPurchaseSomethingItWillAppearHere: `When you purchase something, it will appear here`,
@@ -406,6 +415,8 @@ export const text = {
406
415
  wrongEmailOrPassword: `Wrong email or password`,
407
416
  yes: `yes`,
408
417
  yesterday: `Yesterday`,
418
+ youReceivedANewOrderFrom: (username: string) =>
419
+ `You received a new order from <b>${username}</b>`,
409
420
  youHaveSuccessfullyCreatedYourShop: `You have successfully created your shop`,
410
421
  youAreAlreadyAuthenticated: `You are already authenticated`,
411
422
  youCanAutoPublishToYourSocialMediaAccount: `You can auto publish to your social media account`,
@@ -418,6 +429,7 @@ export const text = {
418
429
  youHaveNotSetAPassword: `You have not set a password`,
419
430
  youHaveNotSharedAnythingYet: `You have not shared anything yet`,
420
431
  youHaveReachedTheMaximumNumberOfFiles: `You have reached the maximum number of files`,
432
+ kindlyHoldOnForTheBuyersReview: `Kindly hold on for the buyer's review of the order.`,
421
433
  yourAccountIsVerifiedPleaseSignIn: `Your account is verified. Please sign in`,
422
434
  yourAccountWillBeRemoved: (time: string) =>
423
435
  `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,7 +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?`,
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`,
12
18
  lackOfInformation: `(en) Lack of information`,
13
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
14
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -23,11 +29,17 @@ export const text: text = {
23
29
  seller: `(en) Seller`,
24
30
  timeConstraints: `(en) Time constraints`,
25
31
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
32
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
33
+ `(en) The review period is limited to ${v[0]} days`,
26
34
  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`,
27
35
  viewReview: `(en) View review`,
36
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
28
37
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
29
38
  leaveAReview: `(en) Leave a review`,
39
+ youReceivedANewOrderFrom: (...v) =>
40
+ `(en) You received a new order from <b>${v[0]}</b>`,
30
41
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
42
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
31
43
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
32
44
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
33
45
  _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,7 +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?`,
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`,
12
18
  lackOfInformation: `(en) Lack of information`,
13
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
14
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -23,11 +29,17 @@ export const text: text = {
23
29
  seller: `(en) Seller`,
24
30
  timeConstraints: `(en) Time constraints`,
25
31
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
32
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
33
+ `(en) The review period is limited to ${v[0]} days`,
26
34
  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`,
27
35
  viewReview: `(en) View review`,
36
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
28
37
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
29
38
  leaveAReview: `(en) Leave a review`,
39
+ youReceivedANewOrderFrom: (...v) =>
40
+ `(en) You received a new order from <b>${v[0]}</b>`,
30
41
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
42
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
31
43
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
32
44
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
33
45
  _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,7 +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?`,
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`,
12
18
  lackOfInformation: `(en) Lack of information`,
13
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
14
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -23,11 +29,17 @@ export const text: text = {
23
29
  seller: `(en) Seller`,
24
30
  timeConstraints: `(en) Time constraints`,
25
31
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
32
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
33
+ `(en) The review period is limited to ${v[0]} days`,
26
34
  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`,
27
35
  viewReview: `(en) View review`,
36
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
28
37
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
29
38
  leaveAReview: `(en) Leave a review`,
39
+ youReceivedANewOrderFrom: (...v) =>
40
+ `(en) You received a new order from <b>${v[0]}</b>`,
30
41
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
42
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
31
43
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
32
44
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
33
45
  _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,7 +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?`,
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`,
12
18
  lackOfInformation: `(en) Lack of information`,
13
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
14
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -23,11 +29,17 @@ export const text: text = {
23
29
  seller: `(en) Seller`,
24
30
  timeConstraints: `(en) Time constraints`,
25
31
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
32
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
33
+ `(en) The review period is limited to ${v[0]} days`,
26
34
  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`,
27
35
  viewReview: `(en) View review`,
36
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
28
37
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
29
38
  leaveAReview: `(en) Leave a review`,
39
+ youReceivedANewOrderFrom: (...v) =>
40
+ `(en) You received a new order from <b>${v[0]}</b>`,
30
41
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
42
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
31
43
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
32
44
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
33
45
  _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,7 +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?`,
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`,
12
18
  lackOfInformation: `(en) Lack of information`,
13
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
14
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -23,11 +29,17 @@ export const text: text = {
23
29
  seller: `(en) Seller`,
24
30
  timeConstraints: `(en) Time constraints`,
25
31
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
32
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
33
+ `(en) The review period is limited to ${v[0]} days`,
26
34
  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`,
27
35
  viewReview: `(en) View review`,
36
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
28
37
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
29
38
  leaveAReview: `(en) Leave a review`,
39
+ youReceivedANewOrderFrom: (...v) =>
40
+ `(en) You received a new order from <b>${v[0]}</b>`,
30
41
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
42
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
31
43
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
32
44
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
33
45
  _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,7 +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?`,
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`,
12
18
  lackOfInformation: `(en) Lack of information`,
13
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
14
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -23,11 +29,17 @@ export const text: text = {
23
29
  seller: `(en) Seller`,
24
30
  timeConstraints: `(en) Time constraints`,
25
31
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
32
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
33
+ `(en) The review period is limited to ${v[0]} days`,
26
34
  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`,
27
35
  viewReview: `(en) View review`,
36
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
28
37
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
29
38
  leaveAReview: `(en) Leave a review`,
39
+ youReceivedANewOrderFrom: (...v) =>
40
+ `(en) You received a new order from <b>${v[0]}</b>`,
30
41
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
42
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
31
43
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
32
44
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
33
45
  _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,7 +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?`,
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`,
12
18
  lackOfInformation: `(en) Lack of information`,
13
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
14
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -23,11 +29,17 @@ export const text: text = {
23
29
  seller: `(en) Seller`,
24
30
  timeConstraints: `(en) Time constraints`,
25
31
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
32
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
33
+ `(en) The review period is limited to ${v[0]} days`,
26
34
  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`,
27
35
  viewReview: `(en) View review`,
36
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
28
37
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
29
38
  leaveAReview: `(en) Leave a review`,
39
+ youReceivedANewOrderFrom: (...v) =>
40
+ `(en) You received a new order from <b>${v[0]}</b>`,
30
41
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
42
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
31
43
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
32
44
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
33
45
  _colon: `: `,
package/src/russian.ts CHANGED
@@ -1,7 +1,15 @@
1
1
  export const text: text = {
2
- contactUs: `Свяжитесь с нами`,
3
- haveAnyQuestions: Вас есть вопросы?`,
4
- weWouldLoveToHearFromYou: `Будем рады обратной связи от вас`,
2
+ attentionYourOrderHasBeenDisputed: `Внимание! Ваш заказ оспорен. Пожалуйста, ознакомьтесь с деталями`,
3
+ greatNewsYourOrderIsNowInProgress: `Отличные новости! Ваш заказ в работе`,
4
+ usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> отменил заказ`,
5
+ ifTheresNoResponseByTimeLimit: (...v) =>
6
+ `Если до ${v[0]} не будет ответа, заказ будет автоматически отмечен как выполненный`,
7
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
8
+ `Период проверки ограничен ${v[0]} днями`,
9
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `Отлично! Ваша работа успешно завершена`,
10
+ youReceivedANewOrderFrom: (...v) =>
11
+ `(en) You received a new order from <b>${v[0]}</b>`,
12
+ kindlyHoldOnForTheBuyersReview: `Пожалуйста, подождите, пока покупатель оставит отзыв`,
5
13
  _colon: `: `,
6
14
  _comma: `, `,
7
15
  _dot: `. `,
@@ -92,6 +100,7 @@ export const text: text = {
92
100
  contactInformation: `Контактная информация`,
93
101
  contactSeller: `Связаться с продавцом`,
94
102
  contactSupport: `Связаться со службой поддержки`,
103
+ contactUs: `Свяжитесь с нами`,
95
104
  continue: `Продолжить`,
96
105
  contractTitle: `Название контракта`,
97
106
  copyLink: `Скопировать ссылку`,
@@ -162,6 +171,7 @@ export const text: text = {
162
171
  getStarted: `Начать`,
163
172
  guestView: `Гостевой просмотр`,
164
173
  harassment: `Домогательство`,
174
+ haveAnyQuestions: `У Вас есть вопросы?`,
165
175
  hasNotAddedADescriptionFor: (...v) =>
166
176
  `@${v[0]} не добавил описание для "${v[1]}"`,
167
177
  hasNotSharedAnyPublicDetailsYet: (...v) =>
@@ -396,6 +406,7 @@ export const text: text = {
396
406
  weSentYouANewVerificationEmailPleaseEnterTheCode: `Мы отправили вам новый email с подтверждением. Введите код`,
397
407
  weSupportOnlyTheFollowingFileExtensions: `Мы поддерживаем только следующие расширения файлов:`,
398
408
  work: `Работа`,
409
+ weWouldLoveToHearFromYou: `Будем рады обратной связи от вас`,
399
410
  workDescription: `Описание работы`,
400
411
  leaveAReview: `Оставить отзыв`,
401
412
  wrongEmailOrPassword: `Неправильный email или пароль`,
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,7 +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?`,
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`,
12
18
  lackOfInformation: `(en) Lack of information`,
13
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
14
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -23,11 +29,17 @@ export const text: text = {
23
29
  seller: `(en) Seller`,
24
30
  timeConstraints: `(en) Time constraints`,
25
31
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
32
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
33
+ `(en) The review period is limited to ${v[0]} days`,
26
34
  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`,
27
35
  viewReview: `(en) View review`,
36
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
28
37
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
29
38
  leaveAReview: `(en) Leave a review`,
39
+ youReceivedANewOrderFrom: (...v) =>
40
+ `(en) You received a new order from <b>${v[0]}</b>`,
30
41
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
42
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
31
43
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
32
44
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
33
45
  _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,7 +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?`,
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`,
12
18
  lackOfInformation: `(en) Lack of information`,
13
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
14
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -23,11 +29,17 @@ export const text: text = {
23
29
  seller: `(en) Seller`,
24
30
  timeConstraints: `(en) Time constraints`,
25
31
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
32
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
33
+ `(en) The review period is limited to ${v[0]} days`,
26
34
  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`,
27
35
  viewReview: `(en) View review`,
36
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
28
37
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
29
38
  leaveAReview: `(en) Leave a review`,
39
+ youReceivedANewOrderFrom: (...v) =>
40
+ `(en) You received a new order from <b>${v[0]}</b>`,
30
41
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
42
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
31
43
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
32
44
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
33
45
  _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,7 +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?`,
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`,
12
18
  lackOfInformation: `(en) Lack of information`,
13
19
  letsUploadYourFirstProduct: `(en) Let's upload your first product`,
14
20
  notAcceptingOrders: `(en) Not accepting orders`,
@@ -23,11 +29,17 @@ export const text: text = {
23
29
  seller: `(en) Seller`,
24
30
  timeConstraints: `(en) Time constraints`,
25
31
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
32
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
33
+ `(en) The review period is limited to ${v[0]} days`,
26
34
  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`,
27
35
  viewReview: `(en) View review`,
36
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
28
37
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
29
38
  leaveAReview: `(en) Leave a review`,
39
+ youReceivedANewOrderFrom: (...v) =>
40
+ `(en) You received a new order from <b>${v[0]}</b>`,
30
41
  youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
42
+ kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
31
43
  couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
32
44
  yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
33
45
  _colon: `: `,