@anime.club/translations 1.1.142 → 1.1.144

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.142",
7
+ "version": "1.1.144",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -13,6 +13,9 @@ export const text: text = {
13
13
  awaitingSellerResponse: `(en) Awaiting seller response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
17
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
18
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
16
19
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
17
20
  `(en) @${v[0]} hasn't listed any products for sale yet`,
18
21
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -40,7 +43,7 @@ export const text: text = {
40
43
  noOrders: `(en) No orders`,
41
44
  buyNow: `(en) Buy now`,
42
45
  attachedFiles: `(en) Attached files`,
43
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
46
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
44
47
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
45
48
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
46
49
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -462,7 +465,6 @@ export const text: text = {
462
465
  termsOfUse: `شروط الاستخدام`,
463
466
  thankYouForReport: `شكرًا لمساعدتك في الحفاظ على مجتمع آمن ومحترم عبر الإنترنت`,
464
467
  thankYouForYourReview: `شكرًا لمراجعتك!`,
465
- thankForYourSupport: `شكرًا لدعمك!`,
466
468
  theLinkIsBrokenOrPageHasBeenRemoved: `الرابط معطل أو تمت إزالة الصفحة`,
467
469
  themeMode: `وضع الموضوع`,
468
470
  thisIsThePriceYouPropose: `هذا هو السعر الذي تقترحه`,
@@ -13,6 +13,9 @@ export const text: text = {
13
13
  awaitingSellerResponse: `(en) Awaiting seller response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
17
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
18
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
16
19
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
17
20
  `(en) @${v[0]} hasn't listed any products for sale yet`,
18
21
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -40,7 +43,7 @@ export const text: text = {
40
43
  noOrders: `(en) No orders`,
41
44
  buyNow: `(en) Buy now`,
42
45
  attachedFiles: `(en) Attached files`,
43
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
46
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
44
47
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
45
48
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
46
49
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -458,7 +461,6 @@ export const text: text = {
458
461
  termsOfUse: `使用条款`,
459
462
  thankYouForReport: `感谢您帮助维护安全和尊重的在线社区`,
460
463
  thankYouForYourReview: `感谢您的评价!`,
461
- thankForYourSupport: `感谢您的支持!`,
462
464
  theLinkIsBrokenOrPageHasBeenRemoved: `链接已损坏或页面已删除`,
463
465
  themeMode: `主题模式`,
464
466
  thisIsThePriceYouPropose: `这是您提议的价格`,
package/src/english.ts CHANGED
@@ -116,6 +116,7 @@ export const text = {
116
116
  contractTitle: `Contract Title`,
117
117
  copyLink: `Copy link`,
118
118
  congratulations: `Congratulations!`,
119
+ thankYouForYourPurchase: `Thank you for your purchase!`,
119
120
  congratulationsOnSuccessfullyCompletingYourOrder: `Congratulations on successfully completing your order!`,
120
121
  copyrightViolation: `Copyright violation`,
121
122
  couldNotCreateANewRecord: `Could not create a new record`,
@@ -189,6 +190,8 @@ export const text = {
189
190
  getStarted: `Get started`,
190
191
  guestView: `Guest view`,
191
192
  greatNewsYourOrderIsNowInProgress: `Great news! Your order is now in progress`,
193
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (buyerUsername: string) =>
194
+ `Great news! ${buyerUsername} purchased your item. Time to celebrate!`,
192
195
  harassment: `Harassment`,
193
196
  haveAnyQuestions: `Have any questions?`,
194
197
  usernameHasCanceledTheOrder: (username: string) =>
@@ -204,6 +207,7 @@ export const text = {
204
207
  usernameHasntAddedAnythingToTheirPortfolioYet: (username: string) =>
205
208
  `@${username} hasn’t added anything to their portfolio yet`,
206
209
  hate: `Hate`,
210
+
207
211
  hereAreAFewWaysToGetThingsRolling: `Here are a few ways to get things rolling`,
208
212
  hire: `Hire`,
209
213
  hideListing: `Hide listing`,
@@ -468,7 +472,6 @@ export const text = {
468
472
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `Describe what’s included and what the buyer can expect after purchase`,
469
473
  thankYouForReport: `Thank you for helping to maintain a safe and respectful online community`,
470
474
  thankYouForYourReview: `Thank you for your review!`,
471
- thankForYourSupport: `Thank you for your support!`,
472
475
  theLinkIsBrokenOrPageHasBeenRemoved: `The link is broken or page has been removed`,
473
476
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `The reason you provide for cancelling this order will be shared with the buyer`,
474
477
  themeMode: `Theme mode`,
package/src/french.ts CHANGED
@@ -13,6 +13,9 @@ export const text: text = {
13
13
  awaitingSellerResponse: `(en) Awaiting seller response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
17
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
18
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
16
19
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
17
20
  `(en) @${v[0]} hasn't listed any products for sale yet`,
18
21
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -40,7 +43,7 @@ export const text: text = {
40
43
  noOrders: `(en) No orders`,
41
44
  buyNow: `(en) Buy now`,
42
45
  attachedFiles: `(en) Attached files`,
43
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
46
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
44
47
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
45
48
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
46
49
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -467,7 +470,6 @@ export const text: text = {
467
470
  termsOfUse: `Conditions d'utilisation`,
468
471
  thankYouForReport: `Merci d'avoir contribué à maintenir une communauté en ligne sûre et respectueuse`,
469
472
  thankYouForYourReview: `Merci pour votre avis !`,
470
- thankForYourSupport: `Merci pour votre soutien !`,
471
473
  theLinkIsBrokenOrPageHasBeenRemoved: `Le lien est cassé ou la page a été supprimée`,
472
474
  themeMode: `Mode thème`,
473
475
  thisIsThePriceYouPropose: `C'est le prix que vous proposez`,
package/src/german.ts CHANGED
@@ -13,6 +13,9 @@ export const text: text = {
13
13
  awaitingSellerResponse: `(en) Awaiting seller response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
17
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
18
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
16
19
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
17
20
  `(en) @${v[0]} hasn't listed any products for sale yet`,
18
21
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -40,7 +43,7 @@ export const text: text = {
40
43
  noOrders: `(en) No orders`,
41
44
  buyNow: `(en) Buy now`,
42
45
  attachedFiles: `(en) Attached files`,
43
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
46
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
44
47
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
45
48
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
46
49
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -469,7 +472,6 @@ export const text: text = {
469
472
  termsOfUse: `Nutzungsbedingungen`,
470
473
  thankYouForReport: `Vielen Dank, dass Sie dazu beitragen, eine sichere und respektvolle Online-Community aufrechtzuerhalten`,
471
474
  thankYouForYourReview: `Danke für Ihre Bewertung!`,
472
- thankForYourSupport: `Danke für Ihre Unterstützung!`,
473
475
  theLinkIsBrokenOrPageHasBeenRemoved: `Der Link ist defekt oder die Seite wurde entfernt`,
474
476
  themeMode: `Themenmodus`,
475
477
  thisIsThePriceYouPropose: `Dies ist der von Ihnen vorgeschlagene Preis`,
package/src/hindi.ts CHANGED
@@ -13,6 +13,9 @@ export const text: text = {
13
13
  awaitingSellerResponse: `(en) Awaiting seller response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
17
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
18
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
16
19
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
17
20
  `(en) @${v[0]} hasn't listed any products for sale yet`,
18
21
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -40,7 +43,7 @@ export const text: text = {
40
43
  noOrders: `(en) No orders`,
41
44
  buyNow: `(en) Buy now`,
42
45
  attachedFiles: `(en) Attached files`,
43
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
46
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
44
47
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
45
48
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
46
49
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -467,7 +470,6 @@ export const text: text = {
467
470
  termsOfUse: `उपयोग की शर्तें`,
468
471
  thankYouForReport: `एक सुरक्षित और सम्मानित ऑनलाइन समुदाय बनाए रखने में मदद करने के लिए धन्यवाद`,
469
472
  thankYouForYourReview: `आपकी समीक्षा के लिए धन्यवाद!`,
470
- thankForYourSupport: `आपके समर्थन के लिए धन्यवाद!`,
471
473
  theLinkIsBrokenOrPageHasBeenRemoved: `लिंक टूट गया है या पृष्ठ हटा दिया गया है`,
472
474
  themeMode: `थीम मोड`,
473
475
  thisIsThePriceYouPropose: `यह आपकी प्रस्तावित कीमत है`,
package/src/indonesian.ts CHANGED
@@ -13,6 +13,9 @@ export const text: text = {
13
13
  awaitingSellerResponse: `(en) Awaiting seller response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
17
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
18
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
16
19
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
17
20
  `(en) @${v[0]} hasn't listed any products for sale yet`,
18
21
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -40,7 +43,7 @@ export const text: text = {
40
43
  noOrders: `(en) No orders`,
41
44
  buyNow: `(en) Buy now`,
42
45
  attachedFiles: `(en) Attached files`,
43
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
46
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
44
47
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
45
48
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
46
49
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -467,7 +470,6 @@ export const text: text = {
467
470
  termsOfUse: `Syarat penggunaan`,
468
471
  thankYouForReport: `Terima kasih telah membantu menjaga komunitas online yang aman dan menghormati`,
469
472
  thankYouForYourReview: `Terima kasih atas ulasan Anda!`,
470
- thankForYourSupport: `Terima kasih atas dukungan Anda!`,
471
473
  theLinkIsBrokenOrPageHasBeenRemoved: `Tautan rusak atau halaman telah dihapus`,
472
474
  themeMode: `Mode tema`,
473
475
  thisIsThePriceYouPropose: `Ini adalah harga yang Anda ajukan`,
package/src/japanese.ts CHANGED
@@ -13,6 +13,9 @@ export const text: text = {
13
13
  awaitingSellerResponse: `(en) Awaiting seller response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
17
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
18
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
16
19
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
17
20
  `(en) @${v[0]} hasn't listed any products for sale yet`,
18
21
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -40,7 +43,7 @@ export const text: text = {
40
43
  noOrders: `(en) No orders`,
41
44
  buyNow: `(en) Buy now`,
42
45
  attachedFiles: `(en) Attached files`,
43
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
46
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
44
47
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
45
48
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
46
49
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -465,7 +468,6 @@ export const text: text = {
465
468
  termsOfUse: `ご利用規約`,
466
469
  thankYouForReport: `安全で敬意を持ったオンラインコミュニティを維持するのに役立っていただきありがとうございます`,
467
470
  thankYouForYourReview: `レビューありがとうございます!`,
468
- thankForYourSupport: `ご支援ありがとうございます!`,
469
471
  theLinkIsBrokenOrPageHasBeenRemoved: `リンクが切れているか、ページが削除されました`,
470
472
  themeMode: `テーマモード`,
471
473
  thisIsThePriceYouPropose: `これがあなたが提案する価格です`,
package/src/korean.ts CHANGED
@@ -13,6 +13,9 @@ export const text: text = {
13
13
  awaitingSellerResponse: `(en) Awaiting seller response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
17
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
18
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
16
19
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
17
20
  `(en) @${v[0]} hasn't listed any products for sale yet`,
18
21
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -40,7 +43,7 @@ export const text: text = {
40
43
  noOrders: `(en) No orders`,
41
44
  buyNow: `(en) Buy now`,
42
45
  attachedFiles: `(en) Attached files`,
43
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
46
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
44
47
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
45
48
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
46
49
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -463,7 +466,6 @@ export const text: text = {
463
466
  termsOfUse: `이용 약관`,
464
467
  thankYouForReport: `안전하고 존중받는 온라인 커뮤니티를 유지하는 데 도움을 주셔서 감사합니다.`,
465
468
  thankYouForYourReview: `리뷰해 주셔서 감사합니다!`,
466
- thankForYourSupport: `응원해 주셔서 감사합니다!`,
467
469
  theLinkIsBrokenOrPageHasBeenRemoved: `링크가 깨졌거나 페이지가 삭제되었습니다.`,
468
470
  themeMode: `테마 모드`,
469
471
  thisIsThePriceYouPropose: `제안한 가격입니다`,
package/src/portuguese.ts CHANGED
@@ -13,6 +13,9 @@ export const text: text = {
13
13
  awaitingSellerResponse: `(en) Awaiting seller response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
17
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
18
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
16
19
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
17
20
  `(en) @${v[0]} hasn't listed any products for sale yet`,
18
21
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -40,7 +43,7 @@ export const text: text = {
40
43
  noOrders: `(en) No orders`,
41
44
  buyNow: `(en) Buy now`,
42
45
  attachedFiles: `(en) Attached files`,
43
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
46
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
44
47
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
45
48
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
46
49
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -467,7 +470,6 @@ export const text: text = {
467
470
  termsOfUse: `Termos de uso`,
468
471
  thankYouForReport: `Obrigado por ajudar a manter uma comunidade online segura e respeitosa`,
469
472
  thankYouForYourReview: `Obrigado pela sua avaliação!`,
470
- thankForYourSupport: `Obrigado pelo seu apoio!`,
471
473
  theLinkIsBrokenOrPageHasBeenRemoved: `O link está quebrado ou a página foi removida`,
472
474
  themeMode: `Modo de tema`,
473
475
  thisIsThePriceYouPropose: `Este é o preço que você propõe`,
package/src/russian.ts CHANGED
@@ -10,6 +10,9 @@ export const text: text = {
10
10
  needsYourReview: `(en) Needs Your Review`,
11
11
  buyersRequest: `(en) Buyer's request`,
12
12
  awaitingClientReview: `(en) Awaiting Client Review`,
13
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
14
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
15
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
13
16
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
14
17
  `(en) @${v[0]} hasn't listed any products for sale yet`,
15
18
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -37,7 +40,7 @@ export const text: text = {
37
40
  noOrders: `(en) No orders`,
38
41
  buyNow: `(en) Buy now`,
39
42
  attachedFiles: `(en) Attached files`,
40
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
43
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
41
44
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
42
45
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
43
46
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -465,7 +468,6 @@ export const text: text = {
465
468
  termsOfUse: `Условия использования`,
466
469
  thankYouForReport: `Спасибо за помощь в поддержании безопасного и уважительного онлайн-сообщества`,
467
470
  thankYouForYourReview: `Спасибо за ваш отзыв!`,
468
- thankForYourSupport: `Спасибо за вашу поддержку!`,
469
471
  theLinkIsBrokenOrPageHasBeenRemoved: `Ссылка не работает или страница была удалена`,
470
472
  themeMode: `Режим темы`,
471
473
  thisIsThePriceYouPropose: `Это цена, которую вы предлагаете`,
package/src/spanish.ts CHANGED
@@ -13,6 +13,9 @@ export const text: text = {
13
13
  awaitingSellerResponse: `(en) Awaiting seller response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
17
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
18
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
16
19
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
17
20
  `(en) @${v[0]} hasn't listed any products for sale yet`,
18
21
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -40,7 +43,7 @@ export const text: text = {
40
43
  noOrders: `(en) No orders`,
41
44
  buyNow: `(en) Buy now`,
42
45
  attachedFiles: `(en) Attached files`,
43
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
46
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
44
47
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
45
48
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
46
49
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -468,7 +471,6 @@ export const text: text = {
468
471
  termsOfUse: `Condiciones de uso`,
469
472
  thankYouForReport: `Gracias por ayudar a mantener una comunidad en línea segura y respetuosa`,
470
473
  thankYouForYourReview: `¡Gracias por tu reseña!`,
471
- thankForYourSupport: `¡Gracias por tu apoyo!`,
472
474
  theLinkIsBrokenOrPageHasBeenRemoved: `El enlace está roto o la página ha sido eliminada`,
473
475
  themeMode: `Modo de tema`,
474
476
  thisIsThePriceYouPropose: `Este es el precio que propones`,
package/src/thai.ts CHANGED
@@ -13,6 +13,9 @@ export const text: text = {
13
13
  awaitingSellerResponse: `(en) Awaiting seller response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
17
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
18
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
16
19
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
17
20
  `(en) @${v[0]} hasn't listed any products for sale yet`,
18
21
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -40,7 +43,7 @@ export const text: text = {
40
43
  noOrders: `(en) No orders`,
41
44
  buyNow: `(en) Buy now`,
42
45
  attachedFiles: `(en) Attached files`,
43
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
46
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
44
47
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
45
48
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
46
49
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -462,7 +465,6 @@ export const text: text = {
462
465
  termsOfUse: `ข้อตกลงในการใช้งาน`,
463
466
  thankYouForReport: `ขอบคุณสำหรับการช่วยรักษาชุมชนออนไลน์ที่ปลอดภัยและเคารพ`,
464
467
  thankYouForYourReview: `ขอบคุณสำหรับรีวิวของคุณ!`,
465
- thankForYourSupport: `ขอบคุณสำหรับการสนับสนุน!`,
466
468
  theLinkIsBrokenOrPageHasBeenRemoved: `ลิงก์ไม่สามารถใช้งานได้หรือหน้านี้ถูกลบแล้ว`,
467
469
  themeMode: `โหมดธีม`,
468
470
  thisIsThePriceYouPropose: `นี่คือราคาที่คุณเสนอ`,
package/src/vietnamese.ts CHANGED
@@ -13,6 +13,9 @@ export const text: text = {
13
13
  awaitingSellerResponse: `(en) Awaiting seller response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
+ thankYouForYourPurchase: `(en) Thank you for your purchase!`,
17
+ greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
18
+ `(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
16
19
  usernameHasntListedAnyProductsForSaleYet: (...v) =>
17
20
  `(en) @${v[0]} hasn't listed any products for sale yet`,
18
21
  usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
@@ -40,7 +43,7 @@ export const text: text = {
40
43
  noOrders: `(en) No orders`,
41
44
  buyNow: `(en) Buy now`,
42
45
  attachedFiles: `(en) Attached files`,
43
- numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
46
+ numFilesIncluded: (...v) => `(en) <b>${v[0]}</b> file(s) included`,
44
47
  tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
45
48
  beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
46
49
  mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
@@ -463,7 +466,6 @@ export const text: text = {
463
466
  termsOfUse: `Điều khoản sử dụng`,
464
467
  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`,
465
468
  thankYouForYourReview: `Cảm ơn bạn đã đánh giá!`,
466
- thankForYourSupport: `Cảm ơn bạn đã ủng hộ!`,
467
469
  theLinkIsBrokenOrPageHasBeenRemoved: `Liên kết bị hỏng hoặc trang đã bị xóa`,
468
470
  themeMode: `Chế độ chủ đề`,
469
471
  thisIsThePriceYouPropose: `Đây là giá bạn đề xuất`,