@anime.club/translations 1.1.137 → 1.1.139

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.137",
7
+ "version": "1.1.139",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -1,6 +1,8 @@
1
1
  export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
- `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
3
+ `(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
5
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
4
6
  files: `(en) Files`,
5
7
  prohibitedTransaction: `(en) Prohibited transaction`,
6
8
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -46,7 +48,7 @@ export const text: text = {
46
48
  artGallery: `(en) Art Gallery`,
47
49
  commission: `(en) Commission`,
48
50
  digitalStore: `(en) Digital Store`,
49
- setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
51
+ setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
50
52
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
51
53
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
52
54
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
@@ -1,6 +1,8 @@
1
1
  export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
- `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
3
+ `(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
5
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
4
6
  files: `(en) Files`,
5
7
  prohibitedTransaction: `(en) Prohibited transaction`,
6
8
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -46,7 +48,7 @@ export const text: text = {
46
48
  artGallery: `(en) Art Gallery`,
47
49
  commission: `(en) Commission`,
48
50
  digitalStore: `(en) Digital Store`,
49
- setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
51
+ setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
50
52
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
51
53
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
52
54
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
package/src/english.ts CHANGED
@@ -12,10 +12,12 @@ export const text = {
12
12
  acceptTheOrder: `Accept the order`,
13
13
  accountManagment: `Account management`,
14
14
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (providerName: string) =>
15
- `Anime club uses ${providerName} to get you paid quickly and keep your personal and payment information secure`,
15
+ `Anime.club uses ${providerName} to get you paid quickly and keep your personal and payment information secure`,
16
16
  account: `Account`,
17
17
  accountDeleted: `Account deleted`,
18
+ manageYourAccountInformationAndViewMoreDetails: `Manage your account information and view more details`,
18
19
  animeShopBuyAndSellProducts: `Anime shop - buy and sell products`,
20
+ visitStripeDashboard: `Visit Stripe dashboard`,
19
21
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `AI-generated images and neural network filters are prohibited`,
20
22
  accountActivation: `Account activation`,
21
23
  accountAlreadyExists: `Account already exists`,
@@ -450,7 +452,7 @@ export const text = {
450
452
  successfullyDownloaded: `Successfully downloaded!`,
451
453
  successfullyUploaded: `Successfully uploaded!`,
452
454
  setUpStripeAccountToGetPaidWithAnimeClub:
453
- "Set up a Stripe account to get paid with Anime club",
455
+ "Set up a Stripe account to get paid with Anime.club",
454
456
  supportMeOn: `Support me on`,
455
457
  syncWithSystem: `Sync with system`,
456
458
  tellUsAboutYourself: `Tell us about yourself`,
package/src/french.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
- `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
3
+ `(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
5
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
4
6
  files: `(en) Files`,
5
7
  prohibitedTransaction: `(en) Prohibited transaction`,
6
8
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -46,7 +48,7 @@ export const text: text = {
46
48
  artGallery: `(en) Art Gallery`,
47
49
  commission: `(en) Commission`,
48
50
  digitalStore: `(en) Digital Store`,
49
- setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
51
+ setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
50
52
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
51
53
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
52
54
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
package/src/german.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
- `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
3
+ `(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
5
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
4
6
  files: `(en) Files`,
5
7
  prohibitedTransaction: `(en) Prohibited transaction`,
6
8
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -46,7 +48,7 @@ export const text: text = {
46
48
  artGallery: `(en) Art Gallery`,
47
49
  commission: `(en) Commission`,
48
50
  digitalStore: `(en) Digital Store`,
49
- setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
51
+ setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
50
52
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
51
53
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
52
54
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
package/src/hindi.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
- `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
3
+ `(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
5
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
4
6
  files: `(en) Files`,
5
7
  prohibitedTransaction: `(en) Prohibited transaction`,
6
8
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -46,7 +48,7 @@ export const text: text = {
46
48
  artGallery: `(en) Art Gallery`,
47
49
  commission: `(en) Commission`,
48
50
  digitalStore: `(en) Digital Store`,
49
- setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
51
+ setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
50
52
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
51
53
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
52
54
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
package/src/indonesian.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
- `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
3
+ `(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
5
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
4
6
  files: `(en) Files`,
5
7
  prohibitedTransaction: `(en) Prohibited transaction`,
6
8
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -46,7 +48,7 @@ export const text: text = {
46
48
  artGallery: `(en) Art Gallery`,
47
49
  commission: `(en) Commission`,
48
50
  digitalStore: `(en) Digital Store`,
49
- setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
51
+ setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
50
52
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
51
53
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
52
54
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
package/src/japanese.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
- `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
3
+ `(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
5
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
4
6
  files: `(en) Files`,
5
7
  prohibitedTransaction: `(en) Prohibited transaction`,
6
8
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -46,7 +48,7 @@ export const text: text = {
46
48
  artGallery: `(en) Art Gallery`,
47
49
  commission: `(en) Commission`,
48
50
  digitalStore: `(en) Digital Store`,
49
- setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
51
+ setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
50
52
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
51
53
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
52
54
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
package/src/korean.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
- `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
3
+ `(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
5
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
4
6
  files: `(en) Files`,
5
7
  prohibitedTransaction: `(en) Prohibited transaction`,
6
8
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -46,7 +48,7 @@ export const text: text = {
46
48
  artGallery: `(en) Art Gallery`,
47
49
  commission: `(en) Commission`,
48
50
  digitalStore: `(en) Digital Store`,
49
- setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
51
+ setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
50
52
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
51
53
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
52
54
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
package/src/portuguese.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
- `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
3
+ `(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
5
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
4
6
  files: `(en) Files`,
5
7
  prohibitedTransaction: `(en) Prohibited transaction`,
6
8
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -46,7 +48,7 @@ export const text: text = {
46
48
  artGallery: `(en) Art Gallery`,
47
49
  commission: `(en) Commission`,
48
50
  digitalStore: `(en) Digital Store`,
49
- setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
51
+ setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
50
52
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
51
53
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
52
54
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
package/src/russian.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  export const text: text = {
2
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
3
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
2
4
  files: `(en) Files`,
3
5
  prohibitedTransaction: `(en) Prohibited transaction`,
4
6
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -62,7 +64,7 @@ export const text: text = {
62
64
  acceptTheOrder: `Принять заказ`,
63
65
  accountManagment: `Управление аккаунтом`,
64
66
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
65
- `Anime club использует ${v[0]} , чтобы быстро переводить вам деньги и обеспечивать безопасность ваших личных и платежных данных`,
67
+ `Anime.club использует ${v[0]} , чтобы быстро переводить вам деньги и обеспечивать безопасность ваших личных и платежных данных`,
66
68
  account: `Аккаунт`,
67
69
  accountDeleted: `Учетная запись удалена`,
68
70
  animeShopBuyAndSellProducts: `Магазин аниме - покупайте и продавайте товары`,
@@ -448,7 +450,7 @@ export const text: text = {
448
450
  successUpdatedRecord: `Запись успешно обновлена!`,
449
451
  successfullyDownloaded: `Успешно загружено!`,
450
452
  successfullyUploaded: `Успешно загружено!`,
451
- setUpStripeAccountToGetPaidWithAnimeClub: `Создайте аккаунт в Stripe, чтобы получать выплаты через Anime club`,
453
+ setUpStripeAccountToGetPaidWithAnimeClub: `Создайте аккаунт в Stripe, чтобы получать выплаты через Anime.club`,
452
454
  supportMeOn: `Поддержите меня на`,
453
455
  syncWithSystem: `Синхронизировать с системой`,
454
456
  tellUsAboutYourself: `Расскажите нам о себе`,
package/src/spanish.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
- `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
3
+ `(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
5
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
4
6
  files: `(en) Files`,
5
7
  prohibitedTransaction: `(en) Prohibited transaction`,
6
8
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -46,7 +48,7 @@ export const text: text = {
46
48
  artGallery: `(en) Art Gallery`,
47
49
  commission: `(en) Commission`,
48
50
  digitalStore: `(en) Digital Store`,
49
- setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
51
+ setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
50
52
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
51
53
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
52
54
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
package/src/thai.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
- `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
3
+ `(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
5
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
4
6
  files: `(en) Files`,
5
7
  prohibitedTransaction: `(en) Prohibited transaction`,
6
8
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -46,7 +48,7 @@ export const text: text = {
46
48
  artGallery: `(en) Art Gallery`,
47
49
  commission: `(en) Commission`,
48
50
  digitalStore: `(en) Digital Store`,
49
- setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
51
+ setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
50
52
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
51
53
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
52
54
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
package/src/vietnamese.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
- `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
3
+ `(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
+ manageYourAccountInformationAndViewMoreDetails: `(en) Manage your account information and view more details`,
5
+ visitStripeDashboard: `(en) Visit Stripe dashboard`,
4
6
  files: `(en) Files`,
5
7
  prohibitedTransaction: `(en) Prohibited transaction`,
6
8
  uploadTheFilesYourBuyerWillGet: `(en) Upload the files your <b>buyer will get</b>`,
@@ -46,7 +48,7 @@ export const text: text = {
46
48
  artGallery: `(en) Art Gallery`,
47
49
  commission: `(en) Commission`,
48
50
  digitalStore: `(en) Digital Store`,
49
- setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
51
+ setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
50
52
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
51
53
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
52
54
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,