@anime.club/translations 1.1.145 → 1.1.147

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.145",
7
+ "version": "1.1.147",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -61,10 +66,14 @@ export const text: text = {
61
66
  commissions: `(en) Commissions`,
62
67
  digitalDownloads: `(en) Digital Downloads`,
63
68
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
69
+ sellerTermsOfService: `(en) Seller Terms of Service`,
64
70
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
65
71
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
66
72
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
67
73
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
74
+ usernameStartedFollowingYou: (...v) =>
75
+ `(en) <b>${v[0]}</b> started following you`,
76
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
68
77
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
69
78
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
70
79
  _colon: `: `,
@@ -502,8 +511,6 @@ export const text: text = {
502
511
  usernameAlreadyExists: `اسم المستخدم مستخدم من قبل`,
503
512
  usernameAndXMoreFollowYou: (...v) => `<b>${v[0]}</b> و ${v[1]} يتابعونك`,
504
513
  usernameAndXMoreReacted: (...v) => `<b>${v[0]}</b> و${v[1]} آخرين تفاعلوا`,
505
- usernameFollowsYou: (...v) => `<b>${v[0]}</b> يتابعك`,
506
- usernameReacted: (...v) => `<b>${v[0]}</b> تفاعل`,
507
514
  useThisEmailTo: `استخدم هذا البريد الإلكتروني للمصادقة وتلقي الإشعارات`,
508
515
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
509
516
  `للأسف، اضطر ${v[0]} لإلغاء هذا الطلب`,
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -61,10 +66,14 @@ export const text: text = {
61
66
  commissions: `(en) Commissions`,
62
67
  digitalDownloads: `(en) Digital Downloads`,
63
68
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
69
+ sellerTermsOfService: `(en) Seller Terms of Service`,
64
70
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
65
71
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
66
72
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
67
73
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
74
+ usernameStartedFollowingYou: (...v) =>
75
+ `(en) <b>${v[0]}</b> started following you`,
76
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
68
77
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
69
78
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
70
79
  _colon: `:`,
@@ -497,8 +506,6 @@ export const text: text = {
497
506
  usernameAlreadyExists: `此用户名已存在`,
498
507
  usernameAndXMoreFollowYou: (...v) => `<b>${v[0]}</b>和${v[1]}个人关注了你`,
499
508
  usernameAndXMoreReacted: (...v) => `<b>${v[0]}</b>和${v[1]}人有反应`,
500
- usernameFollowsYou: (...v) => `<b>${v[0]}</b>关注了你`,
501
- usernameReacted: (...v) => `<b>${v[0]}</b>有反应`,
502
509
  useThisEmailTo: `使用此电子邮件进行身份验证、接收通知`,
503
510
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
504
511
  `很遗憾,${v[0]}不得不取消此订单`,
package/src/english.ts CHANGED
@@ -66,7 +66,7 @@ export const text = {
66
66
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Auto publishing to Instagram is only available to Instagram business accounts`,
67
67
  attentionYourOrderHasBeenDisputed: `Attention! Your order has been disputed. Please check the details`,
68
68
  needsYourReview: "Needs Your Review",
69
- awaitingSellerResponse: `Awaiting seller response`,
69
+ awaitingSellersResponse: `Awaiting seller's response`,
70
70
  back: `Back`,
71
71
  basePrice: `Base Price`,
72
72
  bigAppreciationToTheSellerForTheHardWork: `Big appreciation to the seller for the hard work`,
@@ -229,6 +229,15 @@ export const text = {
229
229
  iAgreeWith: `I agree with`,
230
230
  ifTheresNoResponseByTimeLimit: (reviewTimeLimit: string | number) =>
231
231
  `If there's no response by ${reviewTimeLimit}, the order will be marked as completed automatically`,
232
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (
233
+ timeLimit: string | number,
234
+ ) =>
235
+ `If there's no response by ${timeLimit}, the order will be canceled automatically`,
236
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (
237
+ timeLimit: string | number,
238
+ ) =>
239
+ `If no reply is received by ${timeLimit}, you'll automatically receive a full refund`,
240
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
232
241
  id: `ID`,
233
242
  imgHeightNeedsToBeBiggerThanOrEqualTo: `Img height needs to be bigger than or equal to`,
234
243
  imgWidthNeedsToBeBiggerThanOrEqualTo: `Img width needs to be bigger than or equal to`,
@@ -468,6 +477,7 @@ export const text = {
468
477
  supportMeOn: `Support me on`,
469
478
  syncWithSystem: `Sync with system`,
470
479
  tellUsAboutYourself: `Tell us about yourself`,
480
+ sellerTermsOfService: `Seller Terms of Service`,
471
481
  termsAndConditions: `Terms and Conditions`,
472
482
  termsOfUse: `Terms of use`,
473
483
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `Describe what’s included and what the buyer can expect after purchase`,
@@ -511,11 +521,13 @@ export const text = {
511
521
  allWIPRelatedFilesShouldBeUploadedInMessages: `All WIP-related files should be uploaded in messages`,
512
522
  usernameAlreadyExists: `Username already exists`,
513
523
  usernameAndXMoreFollowYou: (username: string, numberOfNotifiers: number) =>
514
- `<b>${username}</b> and ${numberOfNotifiers} more follow you`,
524
+ `<b>${username}</b> and ${numberOfNotifiers} more just followed you`,
515
525
  usernameAndXMoreReacted: (username: string, numberOfNotifiers: number) =>
516
526
  `<b>${username}</b> and ${numberOfNotifiers} more reacted`,
517
- usernameFollowsYou: (username: string) => `<b>${username}</b> follows you`,
518
- usernameReacted: (username: string) => `<b>${username}</b> reacted`,
527
+ usernameStartedFollowingYou: (username: string) =>
528
+ `<b>${username}</b> started following you`,
529
+ usernameLeftAReaction: (username: string) =>
530
+ `<b>${username}</b> left a reaction`,
519
531
  useThisEmailTo: `Use this email to: authenticate, receive notifications`,
520
532
  unfortunatelyTheSellerHadToCancelThisOrder: (user: unknown) =>
521
533
  `Unfortunately, ${user} had to cancel this order`,
package/src/french.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -61,10 +66,14 @@ export const text: text = {
61
66
  commissions: `(en) Commissions`,
62
67
  digitalDownloads: `(en) Digital Downloads`,
63
68
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
69
+ sellerTermsOfService: `(en) Seller Terms of Service`,
64
70
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
65
71
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
66
72
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
67
73
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
74
+ usernameStartedFollowingYou: (...v) =>
75
+ `(en) <b>${v[0]}</b> started following you`,
76
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
68
77
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
69
78
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
70
79
  _colon: ` : `,
@@ -509,8 +518,6 @@ export const text: text = {
509
518
  `<b>${v[0]}</b> et ${v[1]} autres vous suivent`,
510
519
  usernameAndXMoreReacted: (...v) =>
511
520
  `<b>${v[0]}</b> et ${v[1]} autres ont réagi`,
512
- usernameFollowsYou: (...v) => `<b>${v[0]}</b> vous suit`,
513
- usernameReacted: (...v) => `<b>${v[0]}</b> a réagi`,
514
521
  useThisEmailTo: `Utilisez cet e-mail pour : vous authentifier, recevoir des notifications`,
515
522
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
516
523
  `Malheureusement, ${v[0]} a dû annuler cette commande`,
package/src/german.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -61,10 +66,14 @@ export const text: text = {
61
66
  commissions: `(en) Commissions`,
62
67
  digitalDownloads: `(en) Digital Downloads`,
63
68
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
69
+ sellerTermsOfService: `(en) Seller Terms of Service`,
64
70
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
65
71
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
66
72
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
67
73
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
74
+ usernameStartedFollowingYou: (...v) =>
75
+ `(en) <b>${v[0]}</b> started following you`,
76
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
68
77
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
69
78
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
70
79
  _colon: `: `,
@@ -511,8 +520,6 @@ export const text: text = {
511
520
  `<b>${v[0]}</b> und ${v[1]} weitere folgen dir`,
512
521
  usernameAndXMoreReacted: (...v) =>
513
522
  `<b>${v[0]}</b> und ${v[1]} weitere haben reagiert`,
514
- usernameFollowsYou: (...v) => `<b>${v[0]}</b> folgt dir`,
515
- usernameReacted: (...v) => `<b>${v[0]}</b> hat reagiert`,
516
523
  useThisEmailTo: `Verwenden Sie diese E-Mail-Adresse, um sich zu authentifizieren und Benachrichtigungen zu erhalten`,
517
524
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
518
525
  `Leider musste ${v[0]} diese Bestellung stornieren`,
package/src/hindi.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -61,10 +66,14 @@ export const text: text = {
61
66
  commissions: `(en) Commissions`,
62
67
  digitalDownloads: `(en) Digital Downloads`,
63
68
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
69
+ sellerTermsOfService: `(en) Seller Terms of Service`,
64
70
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
65
71
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
66
72
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
67
73
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
74
+ usernameStartedFollowingYou: (...v) =>
75
+ `(en) <b>${v[0]}</b> started following you`,
76
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
68
77
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
69
78
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
70
79
  _colon: `: `,
@@ -509,8 +518,6 @@ export const text: text = {
509
518
  `<b>${v[0]}</b> और ${v[1]} अन्य आपका अनुसरण करते हैं`,
510
519
  usernameAndXMoreReacted: (...v) =>
511
520
  `<b>${v[0]}</b> और ${v[1]} अन्य ने प्रतिक्रिया दी`,
512
- usernameFollowsYou: (...v) => `<b>${v[0]}</b> आपका अनुसरण करता है`,
513
- usernameReacted: (...v) => `<b>${v[0]}</b> ने प्रतिक्रिया दी`,
514
521
  useThisEmailTo: `इस ईमेल का उपयोग करें: प्रमाणित करने के लिए, सूचनाएं प्राप्त करने के लिए`,
515
522
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
516
523
  `दुर्भाग्यवश, ${v[0]} को यह आदेश रद्द करना पड़ा`,
package/src/indonesian.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -61,10 +66,14 @@ export const text: text = {
61
66
  commissions: `(en) Commissions`,
62
67
  digitalDownloads: `(en) Digital Downloads`,
63
68
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
69
+ sellerTermsOfService: `(en) Seller Terms of Service`,
64
70
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
65
71
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
66
72
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
67
73
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
74
+ usernameStartedFollowingYou: (...v) =>
75
+ `(en) <b>${v[0]}</b> started following you`,
76
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
68
77
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
69
78
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
70
79
  _colon: `: `,
@@ -509,8 +518,6 @@ export const text: text = {
509
518
  `<b>${v[0]}</b> dan ${v[1]} lagi mengikuti Anda`,
510
519
  usernameAndXMoreReacted: (...v) =>
511
520
  `<b>${v[0]}</b> dan ${v[1]} lainnya bereaksi`,
512
- usernameFollowsYou: (...v) => `<b>${v[0]}</b> mengikuti Anda`,
513
- usernameReacted: (...v) => `<b>${v[0]}</b> bereaksi`,
514
521
  useThisEmailTo: `Gunakan email ini untuk: mengautentikasi, menerima notifikasi`,
515
522
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
516
523
  `Sayangnya, ${v[0]} harus membatalkan pesanan ini`,
package/src/japanese.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -61,10 +66,14 @@ export const text: text = {
61
66
  commissions: `(en) Commissions`,
62
67
  digitalDownloads: `(en) Digital Downloads`,
63
68
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
69
+ sellerTermsOfService: `(en) Seller Terms of Service`,
64
70
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
65
71
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
66
72
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
67
73
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
74
+ usernameStartedFollowingYou: (...v) =>
75
+ `(en) <b>${v[0]}</b> started following you`,
76
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
68
77
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
69
78
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
70
79
  _colon: `:`,
@@ -507,9 +516,6 @@ export const text: text = {
507
516
  `<b>${v[0]}</b>さんと他${v[1]}人があなたをフォローしています`,
508
517
  usernameAndXMoreReacted: (...v) =>
509
518
  `<b>${v[0]}</b>さんと他${v[1]}人がリアクションしました`,
510
- usernameFollowsYou: (...v) =>
511
- `<b>${v[0]}</b>さんがあなたをフォローしています`,
512
- usernameReacted: (...v) => `<b>${v[0]}</b>さんがリアクションしました`,
513
519
  useThisEmailTo: `このメールアドレスを使用して認証し、通知を受け取る`,
514
520
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
515
521
  `残念ながら${v[0]}がこの注文をキャンセルしました`,
package/src/korean.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -61,10 +66,14 @@ export const text: text = {
61
66
  commissions: `(en) Commissions`,
62
67
  digitalDownloads: `(en) Digital Downloads`,
63
68
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
69
+ sellerTermsOfService: `(en) Seller Terms of Service`,
64
70
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
65
71
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
66
72
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
67
73
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
74
+ usernameStartedFollowingYou: (...v) =>
75
+ `(en) <b>${v[0]}</b> started following you`,
76
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
68
77
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
69
78
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
70
79
  _colon: `: `,
@@ -505,8 +514,6 @@ export const text: text = {
505
514
  `<b>${v[0]}</b>님과 ${v[1]}명이 팔로우합니다.`,
506
515
  usernameAndXMoreReacted: (...v) =>
507
516
  `<b>${v[0]}</b>님과 ${v[1]}명이 반응했습니다`,
508
- usernameFollowsYou: (...v) => `<b>${v[0]}</b>님이 팔로우합니다.`,
509
- usernameReacted: (...v) => `<b>${v[0]}</b>님이 반응했습니다`,
510
517
  useThisEmailTo: `이 이메일을 사용하여 인증하고 알림을 받습니다.`,
511
518
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
512
519
  `안타깝게도 ${v[0]}님이 이 주문을 취소해야 했습니다`,
package/src/portuguese.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -61,10 +66,14 @@ export const text: text = {
61
66
  commissions: `(en) Commissions`,
62
67
  digitalDownloads: `(en) Digital Downloads`,
63
68
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
69
+ sellerTermsOfService: `(en) Seller Terms of Service`,
64
70
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
65
71
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
66
72
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
67
73
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
74
+ usernameStartedFollowingYou: (...v) =>
75
+ `(en) <b>${v[0]}</b> started following you`,
76
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
68
77
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
69
78
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
70
79
  _colon: `: `,
@@ -508,8 +517,6 @@ export const text: text = {
508
517
  usernameAndXMoreFollowYou: (...v) =>
509
518
  `<b>${v[0]}</b> e mais ${v[1]} seguem você`,
510
519
  usernameAndXMoreReacted: (...v) => `<b>${v[0]}</b> e mais ${v[1]} reagiram`,
511
- usernameFollowsYou: (...v) => `<b>${v[0]}</b> segue você`,
512
- usernameReacted: (...v) => `<b>${v[0]}</b> reagiu`,
513
520
  useThisEmailTo: `Use este e-mail para: autenticar, receber notificações`,
514
521
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
515
522
  `Infelizmente, ${v[0]} teve que cancelar este pedido`,
package/src/russian.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  filesForTheBuyer: `(en) Files for the buyer`,
9
9
  filesForPreview: `(en) Files for preview`,
10
10
  needsYourReview: `(en) Needs Your Review`,
11
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
11
12
  buyersRequest: `(en) Buyer's request`,
12
13
  awaitingClientReview: `(en) Awaiting Client Review`,
13
14
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -27,6 +28,11 @@ export const text: text = {
27
28
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
28
29
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
29
30
  showListing: `(en) Show listing`,
31
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
32
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
33
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
34
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
35
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
30
36
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
31
37
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
32
38
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -57,10 +63,14 @@ export const text: text = {
57
63
  commission: `(en) Commission`,
58
64
  commissions: `(en) Commissions`,
59
65
  digitalDownloads: `(en) Digital Downloads`,
66
+ sellerTermsOfService: `(en) Seller Terms of Service`,
60
67
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
61
68
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
62
69
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
63
70
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
71
+ usernameStartedFollowingYou: (...v) =>
72
+ `(en) <b>${v[0]}</b> started following you`,
73
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
64
74
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
65
75
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
66
76
  _colon: `: `,
@@ -121,7 +131,6 @@ export const text: text = {
121
131
  authenticationFailed: `Ошибка аутентификации`,
122
132
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Автопубликация в Instagram доступна только для бизнес-аккаунтов Instagram`,
123
133
  attentionYourOrderHasBeenDisputed: `Внимание! Ваш заказ оспорен. Пожалуйста, ознакомьтесь с деталями`,
124
- awaitingSellerResponse: `Ожидается ответ продавца`,
125
134
  back: `Назад`,
126
135
  basePrice: `Исходная стоимость`,
127
136
  bigAppreciationToTheSellerForTheHardWork: `Большая благодарность продавцу за проделанную работу`,
@@ -507,8 +516,6 @@ export const text: text = {
507
516
  `<b>${v[0]}</b> и ещё ${v[1]} подписаны на вас`,
508
517
  usernameAndXMoreReacted: (...v) =>
509
518
  `<b>${v[0]}</b> и ещё ${v[1]} отреагировали`,
510
- usernameFollowsYou: (...v) => `<b>${v[0]}</b> подписан на вас`,
511
- usernameReacted: (...v) => `<b>${v[0]}</b> отреагировал`,
512
519
  useThisEmailTo: `Используйте этот email для: аутентификации, получения уведомлений`,
513
520
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
514
521
  `К сожалению, ${v[0]} пришлось отменить этот заказ`,
package/src/spanish.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -61,10 +66,14 @@ export const text: text = {
61
66
  commissions: `(en) Commissions`,
62
67
  digitalDownloads: `(en) Digital Downloads`,
63
68
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
69
+ sellerTermsOfService: `(en) Seller Terms of Service`,
64
70
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
65
71
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
66
72
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
67
73
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
74
+ usernameStartedFollowingYou: (...v) =>
75
+ `(en) <b>${v[0]}</b> started following you`,
76
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
68
77
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
69
78
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
70
79
  _colon: `: `,
@@ -509,8 +518,6 @@ export const text: text = {
509
518
  usernameAndXMoreFollowYou: (...v) => `<b>${v[0]}</b> y ${v[1]} más te siguen`,
510
519
  usernameAndXMoreReacted: (...v) =>
511
520
  `<b>${v[0]}</b> y ${v[1]} más reaccionaron`,
512
- usernameFollowsYou: (...v) => `<b>${v[0]}</b> te sigue`,
513
- usernameReacted: (...v) => `<b>${v[0]}</b> reaccionó`,
514
521
  useThisEmailTo: `Usa este correo electrónico para: autenticarte, recibir notificaciones`,
515
522
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
516
523
  `Desafortunadamente, ${v[0]} tuvo que cancelar este pedido`,
package/src/thai.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -61,10 +66,14 @@ export const text: text = {
61
66
  commissions: `(en) Commissions`,
62
67
  digitalDownloads: `(en) Digital Downloads`,
63
68
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
69
+ sellerTermsOfService: `(en) Seller Terms of Service`,
64
70
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
65
71
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
66
72
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
67
73
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
74
+ usernameStartedFollowingYou: (...v) =>
75
+ `(en) <b>${v[0]}</b> started following you`,
76
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
68
77
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
69
78
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
70
79
  _colon: `: `,
@@ -503,8 +512,6 @@ export const text: text = {
503
512
  usernameAndXMoreFollowYou: (...v) => `<b>${v[0]}</b> และ ${v[1]} คนติดตามคุณ`,
504
513
  usernameAndXMoreReacted: (...v) =>
505
514
  `<b>${v[0]}</b> และอีก ${v[1]} คนแสดงปฏิกิริยา`,
506
- usernameFollowsYou: (...v) => `<b>${v[0]}</b> ติดตามคุณ`,
507
- usernameReacted: (...v) => `<b>${v[0]}</b> แสดงปฏิกิริยา`,
508
515
  useThisEmailTo: `ใช้อีเมลนี้เพื่อ: ยืนยันตัวตน, รับการแจ้งเตือน`,
509
516
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
510
517
  `น่าเสียดายที่ ${v[0]} ต้องยกเลิกคำสั่งซื้อนี้`,
package/src/vietnamese.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -61,10 +66,14 @@ export const text: text = {
61
66
  commissions: `(en) Commissions`,
62
67
  digitalDownloads: `(en) Digital Downloads`,
63
68
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
69
+ sellerTermsOfService: `(en) Seller Terms of Service`,
64
70
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
65
71
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
66
72
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
67
73
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
74
+ usernameStartedFollowingYou: (...v) =>
75
+ `(en) <b>${v[0]}</b> started following you`,
76
+ usernameLeftAReaction: (...v) => `(en) <b>${v[0]}</b> left a reaction`,
68
77
  tapAddToCreateOne: `(en) Tap “Add” to create one`,
69
78
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
70
79
  _colon: `: `,
@@ -505,8 +514,6 @@ export const text: text = {
505
514
  `<b>${v[0]}</b> và ${v[1]} người khác đang theo dõi bạn`,
506
515
  usernameAndXMoreReacted: (...v) =>
507
516
  `<b>${v[0]}</b> và ${v[1]} người khác đã phản hồi`,
508
- usernameFollowsYou: (...v) => `<b>${v[0]}</b> đang theo dõi bạn`,
509
- usernameReacted: (...v) => `<b>${v[0]}</b> đã phản hồi`,
510
517
  useThisEmailTo: `Sử dụng email này để: xác thực, nhận thông báo`,
511
518
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
512
519
  `Rất tiếc, ${v[0]} phải hủy đơn hàng này`,