@anime.club/translations 1.1.129 → 1.1.130

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.129",
7
+ "version": "1.1.130",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
3
  `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
4
  files: `(en) Files`,
5
+ prohibitedTransaction: `(en) Prohibited transaction`,
5
6
  needsYourReview: `(en) Needs Your Review`,
6
7
  awaitingSellerResponse: `(en) Awaiting seller response`,
7
8
  buyersRequest: `(en) Buyer's request`,
@@ -22,6 +23,7 @@ export const text: text = {
22
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
23
24
  noOrders: `(en) No orders`,
24
25
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
25
27
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
26
28
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
27
29
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -425,7 +427,6 @@ export const text: text = {
425
427
  tellUsAboutYourself: `اخبرنا عن نفسك`,
426
428
  termsAndConditions: `الأحكام والشروط`,
427
429
  termsOfUse: `شروط الاستخدام`,
428
- tellTheBuyerWhatTheyWillGetWithThisProduct: `أخبر المشتري بما سيحصل عليه مع هذا المنتج`,
429
430
  thankYouForReport: `شكرًا لمساعدتك في الحفاظ على مجتمع آمن ومحترم عبر الإنترنت`,
430
431
  thankYouForYourReview: `شكرًا لمراجعتك!`,
431
432
  thankForYourSupport: `شكرًا لدعمك!`,
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
3
  `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
4
  files: `(en) Files`,
5
+ prohibitedTransaction: `(en) Prohibited transaction`,
5
6
  needsYourReview: `(en) Needs Your Review`,
6
7
  awaitingSellerResponse: `(en) Awaiting seller response`,
7
8
  buyersRequest: `(en) Buyer's request`,
@@ -22,6 +23,7 @@ export const text: text = {
22
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
23
24
  noOrders: `(en) No orders`,
24
25
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
25
27
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
26
28
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
27
29
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -421,7 +423,6 @@ export const text: text = {
421
423
  tellUsAboutYourself: `向我们介绍你自己`,
422
424
  termsAndConditions: `条款和条件`,
423
425
  termsOfUse: `使用条款`,
424
- tellTheBuyerWhatTheyWillGetWithThisProduct: `告诉买家他们将获得哪些内容`,
425
426
  thankYouForReport: `感谢您帮助维护安全和尊重的在线社区`,
426
427
  thankYouForYourReview: `感谢您的评价!`,
427
428
  thankForYourSupport: `感谢您的支持!`,
package/src/english.ts CHANGED
@@ -22,6 +22,7 @@ export const text = {
22
22
  accountDoesNotExist: `Account does not exist`,
23
23
  accountRemoval: `Account removal`,
24
24
  files: `Files`,
25
+ prohibitedTransaction: `Prohibited transaction`,
25
26
  add: `Add`,
26
27
  addArt: `Add art`,
27
28
  addBlog: `Add blog`,
@@ -432,7 +433,7 @@ export const text = {
432
433
  tellUsAboutYourself: `Tell us about yourself`,
433
434
  termsAndConditions: `Terms and Conditions`,
434
435
  termsOfUse: `Terms of use`,
435
- tellTheBuyerWhatTheyWillGetWithThisProduct: `Tell the buyer what they will get with this product`,
436
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `Describe what’s included and what the buyer can expect after purchase`,
436
437
  thankYouForReport: `Thank you for helping to maintain a safe and respectful online community`,
437
438
  thankYouForYourReview: `Thank you for your review!`,
438
439
  thankForYourSupport: `Thank you for your support!`,
package/src/french.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
3
  `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
4
  files: `(en) Files`,
5
+ prohibitedTransaction: `(en) Prohibited transaction`,
5
6
  needsYourReview: `(en) Needs Your Review`,
6
7
  awaitingSellerResponse: `(en) Awaiting seller response`,
7
8
  buyersRequest: `(en) Buyer's request`,
@@ -22,6 +23,7 @@ export const text: text = {
22
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
23
24
  noOrders: `(en) No orders`,
24
25
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
25
27
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
26
28
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
27
29
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -430,7 +432,6 @@ export const text: text = {
430
432
  tellUsAboutYourself: `Parlez nous de vous`,
431
433
  termsAndConditions: `Termes et conditions`,
432
434
  termsOfUse: `Conditions d'utilisation`,
433
- tellTheBuyerWhatTheyWillGetWithThisProduct: `Dites à l'acheteur ce qu'il obtiendra avec ce produit`,
434
435
  thankYouForReport: `Merci d'avoir contribué à maintenir une communauté en ligne sûre et respectueuse`,
435
436
  thankYouForYourReview: `Merci pour votre avis !`,
436
437
  thankForYourSupport: `Merci pour votre soutien !`,
package/src/german.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
3
  `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
4
  files: `(en) Files`,
5
+ prohibitedTransaction: `(en) Prohibited transaction`,
5
6
  needsYourReview: `(en) Needs Your Review`,
6
7
  awaitingSellerResponse: `(en) Awaiting seller response`,
7
8
  buyersRequest: `(en) Buyer's request`,
@@ -22,6 +23,7 @@ export const text: text = {
22
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
23
24
  noOrders: `(en) No orders`,
24
25
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
25
27
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
26
28
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
27
29
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -432,7 +434,6 @@ export const text: text = {
432
434
  tellUsAboutYourself: `Erzähl uns von dir`,
433
435
  termsAndConditions: `Allgemeine Geschäftsbedingungen`,
434
436
  termsOfUse: `Nutzungsbedingungen`,
435
- tellTheBuyerWhatTheyWillGetWithThisProduct: `Teilen Sie dem Käufer mit, was er mit diesem Produkt erhält`,
436
437
  thankYouForReport: `Vielen Dank, dass Sie dazu beitragen, eine sichere und respektvolle Online-Community aufrechtzuerhalten`,
437
438
  thankYouForYourReview: `Danke für Ihre Bewertung!`,
438
439
  thankForYourSupport: `Danke für Ihre Unterstützung!`,
package/src/hindi.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
3
  `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
4
  files: `(en) Files`,
5
+ prohibitedTransaction: `(en) Prohibited transaction`,
5
6
  needsYourReview: `(en) Needs Your Review`,
6
7
  awaitingSellerResponse: `(en) Awaiting seller response`,
7
8
  buyersRequest: `(en) Buyer's request`,
@@ -22,6 +23,7 @@ export const text: text = {
22
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
23
24
  noOrders: `(en) No orders`,
24
25
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
25
27
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
26
28
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
27
29
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -430,7 +432,6 @@ export const text: text = {
430
432
  tellUsAboutYourself: `हमें अपने बारे में बताएं`,
431
433
  termsAndConditions: `नियम और शर्तें`,
432
434
  termsOfUse: `उपयोग की शर्तें`,
433
- tellTheBuyerWhatTheyWillGetWithThisProduct: `खरीदार को बताएं कि उन्हें इस उत्पाद के साथ क्या मिलेगा`,
434
435
  thankYouForReport: `एक सुरक्षित और सम्मानित ऑनलाइन समुदाय बनाए रखने में मदद करने के लिए धन्यवाद`,
435
436
  thankYouForYourReview: `आपकी समीक्षा के लिए धन्यवाद!`,
436
437
  thankForYourSupport: `आपके समर्थन के लिए धन्यवाद!`,
package/src/indonesian.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
3
  `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
4
  files: `(en) Files`,
5
+ prohibitedTransaction: `(en) Prohibited transaction`,
5
6
  needsYourReview: `(en) Needs Your Review`,
6
7
  awaitingSellerResponse: `(en) Awaiting seller response`,
7
8
  buyersRequest: `(en) Buyer's request`,
@@ -22,6 +23,7 @@ export const text: text = {
22
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
23
24
  noOrders: `(en) No orders`,
24
25
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
25
27
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
26
28
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
27
29
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -430,7 +432,6 @@ export const text: text = {
430
432
  tellUsAboutYourself: `Ceritakan diri Anda`,
431
433
  termsAndConditions: `Syarat dan Ketentuan`,
432
434
  termsOfUse: `Syarat penggunaan`,
433
- tellTheBuyerWhatTheyWillGetWithThisProduct: `Beri tahu pembeli apa yang akan mereka dapatkan dengan produk ini`,
434
435
  thankYouForReport: `Terima kasih telah membantu menjaga komunitas online yang aman dan menghormati`,
435
436
  thankYouForYourReview: `Terima kasih atas ulasan Anda!`,
436
437
  thankForYourSupport: `Terima kasih atas dukungan Anda!`,
package/src/japanese.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
3
  `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
4
  files: `(en) Files`,
5
+ prohibitedTransaction: `(en) Prohibited transaction`,
5
6
  needsYourReview: `(en) Needs Your Review`,
6
7
  awaitingSellerResponse: `(en) Awaiting seller response`,
7
8
  buyersRequest: `(en) Buyer's request`,
@@ -22,6 +23,7 @@ export const text: text = {
22
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
23
24
  noOrders: `(en) No orders`,
24
25
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
25
27
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
26
28
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
27
29
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -428,7 +430,6 @@ export const text: text = {
428
430
  tellUsAboutYourself: `ご自分について語ってください`,
429
431
  termsAndConditions: `諸条件`,
430
432
  termsOfUse: `ご利用規約`,
431
- tellTheBuyerWhatTheyWillGetWithThisProduct: `この商品で購入者が得られる内容を伝えてください`,
432
433
  thankYouForReport: `安全で敬意を持ったオンラインコミュニティを維持するのに役立っていただきありがとうございます`,
433
434
  thankYouForYourReview: `レビューありがとうございます!`,
434
435
  thankForYourSupport: `ご支援ありがとうございます!`,
package/src/korean.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
3
  `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
4
  files: `(en) Files`,
5
+ prohibitedTransaction: `(en) Prohibited transaction`,
5
6
  needsYourReview: `(en) Needs Your Review`,
6
7
  awaitingSellerResponse: `(en) Awaiting seller response`,
7
8
  buyersRequest: `(en) Buyer's request`,
@@ -22,6 +23,7 @@ export const text: text = {
22
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
23
24
  noOrders: `(en) No orders`,
24
25
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
25
27
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
26
28
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
27
29
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -426,7 +428,6 @@ export const text: text = {
426
428
  tellUsAboutYourself: `자신에 대한 정보를 알려주십시오`,
427
429
  termsAndConditions: `계약 조건`,
428
430
  termsOfUse: `이용 약관`,
429
- tellTheBuyerWhatTheyWillGetWithThisProduct: `이 상품으로 구매자가 무엇을 얻게 되는지 알려주세요`,
430
431
  thankYouForReport: `안전하고 존중받는 온라인 커뮤니티를 유지하는 데 도움을 주셔서 감사합니다.`,
431
432
  thankYouForYourReview: `리뷰해 주셔서 감사합니다!`,
432
433
  thankForYourSupport: `응원해 주셔서 감사합니다!`,
package/src/portuguese.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
3
  `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
4
  files: `(en) Files`,
5
+ prohibitedTransaction: `(en) Prohibited transaction`,
5
6
  needsYourReview: `(en) Needs Your Review`,
6
7
  awaitingSellerResponse: `(en) Awaiting seller response`,
7
8
  buyersRequest: `(en) Buyer's request`,
@@ -22,6 +23,7 @@ export const text: text = {
22
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
23
24
  noOrders: `(en) No orders`,
24
25
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
25
27
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
26
28
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
27
29
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -430,7 +432,6 @@ export const text: text = {
430
432
  tellUsAboutYourself: `Conte-nos sobre você`,
431
433
  termsAndConditions: `Termos e condições`,
432
434
  termsOfUse: `Termos de uso`,
433
- tellTheBuyerWhatTheyWillGetWithThisProduct: `Diga ao comprador o que ele receberá com este produto`,
434
435
  thankYouForReport: `Obrigado por ajudar a manter uma comunidade online segura e respeitosa`,
435
436
  thankYouForYourReview: `Obrigado pela sua avaliação!`,
436
437
  thankForYourSupport: `Obrigado pelo seu apoio!`,
package/src/russian.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
2
  files: `(en) Files`,
3
+ prohibitedTransaction: `(en) Prohibited transaction`,
3
4
  needsYourReview: `(en) Needs Your Review`,
4
5
  buyersRequest: `(en) Buyer's request`,
5
6
  awaitingClientReview: `(en) Awaiting Client Review`,
@@ -18,6 +19,7 @@ export const text: text = {
18
19
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
19
20
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
20
21
  noOrders: `(en) No orders`,
22
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
21
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
22
24
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
23
25
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -428,7 +430,6 @@ export const text: text = {
428
430
  tellUsAboutYourself: `Расскажите нам о себе`,
429
431
  termsAndConditions: `Правила и условия`,
430
432
  termsOfUse: `Условия использования`,
431
- tellTheBuyerWhatTheyWillGetWithThisProduct: `Сообщите покупателю, что он получит с этим продуктом`,
432
433
  thankYouForReport: `Спасибо за помощь в поддержании безопасного и уважительного онлайн-сообщества`,
433
434
  thankYouForYourReview: `Спасибо за ваш отзыв!`,
434
435
  thankForYourSupport: `Спасибо за вашу поддержку!`,
package/src/spanish.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
3
  `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
4
  files: `(en) Files`,
5
+ prohibitedTransaction: `(en) Prohibited transaction`,
5
6
  needsYourReview: `(en) Needs Your Review`,
6
7
  awaitingSellerResponse: `(en) Awaiting seller response`,
7
8
  buyersRequest: `(en) Buyer's request`,
@@ -22,6 +23,7 @@ export const text: text = {
22
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
23
24
  noOrders: `(en) No orders`,
24
25
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
25
27
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
26
28
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
27
29
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -431,7 +433,6 @@ export const text: text = {
431
433
  tellUsAboutYourself: `Cuéntanos acerca de tí`,
432
434
  termsAndConditions: `Términos y condiciones`,
433
435
  termsOfUse: `Condiciones de uso`,
434
- tellTheBuyerWhatTheyWillGetWithThisProduct: `Dile al comprador qué recibirá con este producto`,
435
436
  thankYouForReport: `Gracias por ayudar a mantener una comunidad en línea segura y respetuosa`,
436
437
  thankYouForYourReview: `¡Gracias por tu reseña!`,
437
438
  thankForYourSupport: `¡Gracias por tu apoyo!`,
package/src/thai.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
3
  `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
4
  files: `(en) Files`,
5
+ prohibitedTransaction: `(en) Prohibited transaction`,
5
6
  needsYourReview: `(en) Needs Your Review`,
6
7
  awaitingSellerResponse: `(en) Awaiting seller response`,
7
8
  buyersRequest: `(en) Buyer's request`,
@@ -22,6 +23,7 @@ export const text: text = {
22
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
23
24
  noOrders: `(en) No orders`,
24
25
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
25
27
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
26
28
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
27
29
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -425,7 +427,6 @@ export const text: text = {
425
427
  tellUsAboutYourself: `บอกเรื่องราวเกี่ยวกับตัวคุณ`,
426
428
  termsAndConditions: `ข้อกำหนดและเงื่อนไข`,
427
429
  termsOfUse: `ข้อตกลงในการใช้งาน`,
428
- tellTheBuyerWhatTheyWillGetWithThisProduct: `แจ้งผู้ซื้อว่าพวกเขาจะได้รับอะไรจากสินค้านี้`,
429
430
  thankYouForReport: `ขอบคุณสำหรับการช่วยรักษาชุมชนออนไลน์ที่ปลอดภัยและเคารพ`,
430
431
  thankYouForYourReview: `ขอบคุณสำหรับรีวิวของคุณ!`,
431
432
  thankForYourSupport: `ขอบคุณสำหรับการสนับสนุน!`,
package/src/vietnamese.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
3
3
  `(en) Anime club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
4
4
  files: `(en) Files`,
5
+ prohibitedTransaction: `(en) Prohibited transaction`,
5
6
  needsYourReview: `(en) Needs Your Review`,
6
7
  awaitingSellerResponse: `(en) Awaiting seller response`,
7
8
  buyersRequest: `(en) Buyer's request`,
@@ -22,6 +23,7 @@ export const text: text = {
22
23
  uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
23
24
  noOrders: `(en) No orders`,
24
25
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
26
+ describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
25
27
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
26
28
  optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
27
29
  pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
@@ -426,7 +428,6 @@ export const text: text = {
426
428
  tellUsAboutYourself: `Cho chúng tôi biết về bạn`,
427
429
  termsAndConditions: `Điều khoản và Điều kiện`,
428
430
  termsOfUse: `Điều khoản sử dụng`,
429
- tellTheBuyerWhatTheyWillGetWithThisProduct: `Hãy cho người mua biết họ sẽ nhận được gì với sản phẩm này`,
430
431
  thankYouForReport: `Cảm ơn bạn đã giúp duy trì một cộng đồng trực tuyến an toàn và tôn trọng`,
431
432
  thankYouForYourReview: `Cảm ơn bạn đã đánh giá!`,
432
433
  thankForYourSupport: `Cảm ơn bạn đã ủng hộ!`,