@anime.club/translations 1.1.130 → 1.1.131

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.130",
7
+ "version": "1.1.131",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -22,11 +22,19 @@ export const text: text = {
22
22
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
23
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
24
24
  noOrders: `(en) No orders`,
25
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
26
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
27
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
28
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
29
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
30
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
31
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
25
32
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
33
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
27
34
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
28
35
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
29
36
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
37
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
30
38
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
31
39
  _colon: `: `,
32
40
  _comma: `، `,
@@ -22,11 +22,19 @@ export const text: text = {
22
22
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
23
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
24
24
  noOrders: `(en) No orders`,
25
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
26
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
27
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
28
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
29
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
30
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
31
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
25
32
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
33
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
27
34
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
28
35
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
29
36
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
37
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
30
38
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
31
39
  _colon: `:`,
32
40
  _comma: `、`,
package/src/english.ts CHANGED
@@ -334,6 +334,13 @@ export const text = {
334
334
  payments: `Payments`,
335
335
  personal: `Personal`,
336
336
  personalCircumstances: `Personal circumstances`,
337
+ tellTheBuyersWhatTheyWillGet: `Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
338
+ beSpecificAboutTheContent: `Be specific about the content (e.g. number of files, formats, canvas resolution)`,
339
+ mentionYourDeliveryTimeInDays: `Mention your <b>delivery time</b> (in days)`,
340
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `Let buyers know if you offer <b>revisions</b>, and how many`,
341
+ listAnyContentOrRequestsYouDontAccept: `List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
342
+ offerOptionalExtras: `Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
343
+ extrasHelpBoostIncome: `Extras help buyers customize their order and can boost your income`,
337
344
  pleaseCheckYour: (value: string) => `Please check your ${value}`,
338
345
  pleaseRateYourOrder: `Please rate your order`,
339
346
  feelFreeToShareReferenceImagesAndMaterials: `Feel free to share reference images and materials to help the artist create your piece`,
@@ -484,6 +491,7 @@ export const text = {
484
491
  unfortunatelyTheSellerHadToCancelThisOrder: (user: unknown) =>
485
492
  `Unfortunately, ${user} had to cancel this order`,
486
493
  valueIsNotTheSame: `Value is not the same`,
494
+ tapAddToCreateOne: `Tap “Add” to create one`,
487
495
  verificationCode: `Verification Code`,
488
496
  verifyCode: `Verify code`,
489
497
  viewDetails: `View details`,
package/src/french.ts CHANGED
@@ -22,11 +22,19 @@ export const text: text = {
22
22
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
23
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
24
24
  noOrders: `(en) No orders`,
25
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
26
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
27
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
28
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
29
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
30
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
31
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
25
32
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
33
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
27
34
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
28
35
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
29
36
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
37
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
30
38
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
31
39
  _colon: ` : `,
32
40
  _comma: `, `,
package/src/german.ts CHANGED
@@ -22,11 +22,19 @@ export const text: text = {
22
22
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
23
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
24
24
  noOrders: `(en) No orders`,
25
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
26
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
27
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
28
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
29
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
30
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
31
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
25
32
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
33
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
27
34
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
28
35
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
29
36
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
37
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
30
38
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
31
39
  _colon: `: `,
32
40
  _comma: `, `,
package/src/hindi.ts CHANGED
@@ -22,11 +22,19 @@ export const text: text = {
22
22
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
23
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
24
24
  noOrders: `(en) No orders`,
25
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
26
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
27
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
28
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
29
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
30
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
31
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
25
32
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
33
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
27
34
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
28
35
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
29
36
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
37
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
30
38
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
31
39
  _colon: `: `,
32
40
  _comma: `, `,
package/src/indonesian.ts CHANGED
@@ -22,11 +22,19 @@ export const text: text = {
22
22
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
23
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
24
24
  noOrders: `(en) No orders`,
25
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
26
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
27
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
28
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
29
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
30
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
31
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
25
32
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
33
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
27
34
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
28
35
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
29
36
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
37
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
30
38
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
31
39
  _colon: `: `,
32
40
  _comma: `, `,
package/src/japanese.ts CHANGED
@@ -22,11 +22,19 @@ export const text: text = {
22
22
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
23
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
24
24
  noOrders: `(en) No orders`,
25
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
26
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
27
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
28
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
29
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
30
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
31
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
25
32
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
33
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
27
34
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
28
35
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
29
36
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
37
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
30
38
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
31
39
  _colon: `:`,
32
40
  _comma: `、`,
package/src/korean.ts CHANGED
@@ -22,11 +22,19 @@ export const text: text = {
22
22
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
23
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
24
24
  noOrders: `(en) No orders`,
25
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
26
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
27
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
28
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
29
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
30
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
31
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
25
32
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
33
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
27
34
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
28
35
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
29
36
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
37
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
30
38
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
31
39
  _colon: `: `,
32
40
  _comma: `, `,
package/src/portuguese.ts CHANGED
@@ -22,11 +22,19 @@ export const text: text = {
22
22
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
23
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
24
24
  noOrders: `(en) No orders`,
25
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
26
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
27
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
28
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
29
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
30
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
31
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
25
32
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
33
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
27
34
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
28
35
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
29
36
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
37
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
30
38
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
31
39
  _colon: `: `,
32
40
  _comma: `, `,
package/src/russian.ts CHANGED
@@ -19,10 +19,18 @@ export const text: text = {
19
19
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
20
20
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
21
21
  noOrders: `(en) No orders`,
22
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
23
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
24
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
25
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
26
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
27
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
28
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
22
29
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
23
30
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
31
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
32
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
33
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
26
34
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
27
35
  _colon: `: `,
28
36
  _comma: `, `,
package/src/spanish.ts CHANGED
@@ -22,11 +22,19 @@ export const text: text = {
22
22
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
23
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
24
24
  noOrders: `(en) No orders`,
25
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
26
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
27
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
28
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
29
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
30
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
31
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
25
32
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
33
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
27
34
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
28
35
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
29
36
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
37
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
30
38
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
31
39
  _colon: `: `,
32
40
  _comma: `, `,
package/src/thai.ts CHANGED
@@ -22,11 +22,19 @@ export const text: text = {
22
22
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
23
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
24
24
  noOrders: `(en) No orders`,
25
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
26
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
27
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
28
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
29
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
30
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
31
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
25
32
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
33
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
27
34
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
28
35
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
29
36
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
37
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
30
38
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
31
39
  _colon: `: `,
32
40
  _comma: `, `,
package/src/vietnamese.ts CHANGED
@@ -22,11 +22,19 @@ export const text: text = {
22
22
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
23
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
24
24
  noOrders: `(en) No orders`,
25
+ tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
26
+ beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
27
+ mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
28
+ letBuyersKnowIfYouOfferRevisionsAndHowMany: `(en) Let buyers know if you offer <b>revisions</b>, and how many`,
29
+ listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
30
+ offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
31
+ extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
25
32
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
33
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
27
34
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
28
35
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
29
36
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
37
+ tapAddToCreateOne: `(en) Tap “Add” to create one`,
30
38
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
31
39
  _colon: `: `,
32
40
  _comma: `, `,