@anime.club/translations 1.1.112 → 1.1.114

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.112",
7
+ "version": "1.1.114",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: `: `,
73
76
  _comma: `، `,
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: `:`,
73
76
  _comma: `、`,
package/src/english.ts CHANGED
@@ -273,6 +273,7 @@ export const text = {
273
273
  none: `None`,
274
274
  noNotifications: `No notifications`,
275
275
  noResults: `No results`,
276
+ noReviewsJustYet: `No reviews just yet`,
276
277
  notifications: `Notifications`,
277
278
  noActiveOrdersToShow: `No active orders to show`,
278
279
  notAcceptingOrders: `Not accepting orders`,
@@ -320,7 +321,7 @@ export const text = {
320
321
  pleaseSignInToYourAccount: `Please sign in to your account`,
321
322
  platform: `Platform`,
322
323
  pleaseStartTyping: `Please start typing`,
323
- pleaseTakeAMomentToReviewTheOrder: `Please take a moment to review the order 🙏 `,
324
+ pleaseTakeAMomentToReviewTheOrder: `Please take a moment to review the order`,
324
325
  pleaseReviewTheBuyersReferenceFiles: `Please review the buyer's reference files and follow them as specified in the order's description`,
325
326
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `Please review the details carefully before proceeding`,
326
327
  pleaseRespondToTheOrderBy: (date: string) =>
@@ -344,6 +345,7 @@ export const text = {
344
345
  reorderFiles: `Reorder files`,
345
346
  report: `Report`,
346
347
  review: `Review`,
348
+ rules: `Rules`,
347
349
  reviews: `Reviews`,
348
350
  reviewed: `Reviewed`,
349
351
  reviewTitle: `Review title`,
@@ -417,7 +419,7 @@ export const text = {
417
419
  titleYourExtraService: `Title your extra service`,
418
420
  theMaximumQuantityThatACustomerCanAdd: `The maximum quantity that a customer can add`,
419
421
  theReviewPeriodIsLimitedtoNdays: (numOfDays: number | string) =>
420
- `The review period is limited to ${numOfDays} days`,
422
+ `The review period is limited to <b>${numOfDays}</b> days`,
421
423
  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`,
422
424
  today: `Today`,
423
425
  toGetWorkRelatedNotifications: `To get work-related notifications`,
@@ -488,6 +490,7 @@ export const text = {
488
490
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `Your feedback guides buyers and helps sellers offer better products`,
489
491
  youCanStillNavigateToThePreviouslyOpenedPages: `You can still navigate to the previously opened pages`,
490
492
  youDidNotSelectAnyChats: `You did not select any chats`,
493
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `You’ll see reviews here once buyers share their experience`,
491
494
  youDidNotUpdateAnyValues: `You did not update any values`,
492
495
  youDoNotHaveAnyChats: `You do not have any chats`,
493
496
  youHaveNotSetAPassword: `You have not set a password`,
package/src/french.ts CHANGED
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: ` : `,
73
76
  _comma: `, `,
package/src/german.ts CHANGED
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: `: `,
73
76
  _comma: `, `,
package/src/hindi.ts CHANGED
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: `: `,
73
76
  _comma: `, `,
package/src/indonesian.ts CHANGED
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: `: `,
73
76
  _comma: `, `,
package/src/japanese.ts CHANGED
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: `:`,
73
76
  _comma: `、`,
package/src/korean.ts CHANGED
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: `: `,
73
76
  _comma: `, `,
package/src/portuguese.ts CHANGED
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: `: `,
73
76
  _comma: `, `,
package/src/russian.ts CHANGED
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: `: `,
73
76
  _comma: `, `,
package/src/spanish.ts CHANGED
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: `: `,
73
76
  _comma: `, `,
package/src/thai.ts CHANGED
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: `: `,
73
76
  _comma: `, `,
package/src/vietnamese.ts CHANGED
@@ -26,6 +26,7 @@ export const text: text = {
26
26
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
27
27
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
28
28
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
29
+ noReviewsJustYet: `(en) No reviews just yet`,
29
30
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
30
31
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
31
32
  onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
@@ -34,12 +35,13 @@ export const text: text = {
34
35
  pleaseRateYourOrder: `(en) Please rate your order`,
35
36
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
36
37
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
37
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
38
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
38
39
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
39
40
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
40
41
  pleaseRespondToTheOrderBy: (...v) =>
41
42
  `(en) Please respond to the order by ${v[0]}`,
42
43
  review: `(en) Review`,
44
+ rules: `(en) Rules`,
43
45
  reviews: `(en) Reviews`,
44
46
  reviewed: `(en) Reviewed`,
45
47
  reviewTitle: `(en) Review title`,
@@ -68,6 +70,7 @@ export const text: text = {
68
70
  wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
69
71
  youReceivedAReview: `(en) You received a review`,
70
72
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
73
+ youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
71
74
  youCanceledTheOrder: `(en) You canceled the order`,
72
75
  _colon: `: `,
73
76
  _comma: `, `,