@anime.club/translations 1.1.105 → 1.1.107

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.105",
7
+ "version": "1.1.107",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: `: `,
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: `:`,
package/src/english.ts CHANGED
@@ -61,6 +61,7 @@ export const text = {
61
61
  basePrice: `Base Price`,
62
62
  bigAppreciationToTheSellerForTheirHardWork: `Big appreciation to the seller for their hard work`,
63
63
  block: `Block`,
64
+ buyerReviewedTheOrder: `Buyer reviewed the order`,
64
65
  blockUser: (username: string) => `Block @${username}`,
65
66
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `Before accepting, please review the buyer's request carefully`,
66
67
  blog: `Blog`,
@@ -339,6 +340,8 @@ export const text = {
339
340
  rankings: `Rankings`,
340
341
  reorderFiles: `Reorder files`,
341
342
  report: `Report`,
343
+ review: `Review`,
344
+ reviewTitle: `Review title`,
342
345
  reason: `Reason`,
343
346
  revisions: `Revisions`,
344
347
  yourOrderIncludesXRevisionS: (num: number) =>
@@ -393,6 +396,7 @@ export const text = {
393
396
  termsOfUse: `Terms of use`,
394
397
  tellTheBuyerWhatTheyWillGetWithThisProduct: `Tell the buyer what they will get with this product`,
395
398
  thankYouForReport: `Thank you for helping to maintain a safe and respectful online community`,
399
+ thankYouForYourReview: `Thank you for your review!`,
396
400
  thankForYourSupport: `Thank you for your support!`,
397
401
  theLinkIsBrokenOrPageHasBeenRemoved: `The link is broken or page has been removed`,
398
402
  themeMode: `Theme mode`,
@@ -468,6 +472,7 @@ export const text = {
468
472
  yesterday: `Yesterday`,
469
473
  youReceivedANewOrderFrom: (username: string) =>
470
474
  `You received a new order from <b>${username}</b>`,
475
+ youReceivedAReview: `⭐ You received a review`,
471
476
  youHaveSuccessfullyCreatedYourShop: `You have successfully created your shop`,
472
477
  youAreAlreadyAuthenticated: `You are already authenticated`,
473
478
  youCanAutoPublishToYourSocialMediaAccount: `You can auto publish to your social media account`,
package/src/french.ts CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: ` : `,
package/src/german.ts CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: `: `,
package/src/hindi.ts CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: `: `,
package/src/indonesian.ts CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: `: `,
package/src/japanese.ts CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: `:`,
package/src/korean.ts CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: `: `,
package/src/portuguese.ts CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: `: `,
package/src/russian.ts CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: `: `,
package/src/spanish.ts CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: `: `,
package/src/thai.ts CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: `: `,
package/src/vietnamese.ts CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
5
5
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
6
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
7
7
  bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
8
+ buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
8
9
  beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
9
10
  checkOutMyShop: `(en) Check out my shop`,
10
11
  commercialUseAllowed: `(en) Commercial use allowed`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
36
37
  pleaseRespondToTheOrderBy: (...v) =>
37
38
  `(en) Please respond to the order by ${v[0]}`,
39
+ review: `(en) Review`,
40
+ reviewTitle: `(en) Review title`,
38
41
  reason: `(en) Reason`,
39
42
  yourOrderIncludesXRevisionS: (...v) =>
40
43
  `(en) Your order includes ${v[0]} revision(s)`,
@@ -45,6 +48,7 @@ export const text: text = {
45
48
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
46
49
  successfullyDownloaded: `(en) Successfully downloaded!`,
47
50
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
51
+ thankYouForYourReview: `(en) Thank you for your review!`,
48
52
  thankForYourSupport: `(en) Thank you for your support!`,
49
53
  thisFieldIsOptional: `(en) This field is optional`,
50
54
  thisCannotBeUndone: `(en) This cannot be undone`,
@@ -54,6 +58,7 @@ export const text: text = {
54
58
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
55
59
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
56
60
  `(en) Unfortunately, ${v[0]} had to cancel this order`,
61
+ youReceivedAReview: `(en) ⭐ You received a review`,
57
62
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
58
63
  youCanceledTheOrder: `(en) You canceled the order`,
59
64
  _colon: `: `,