@anime.club/translations 1.1.140 → 1.1.142
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 +1 -1
- package/src/arabic-standard.ts +7 -1
- package/src/chinese-simplified.ts +7 -1
- package/src/english.ts +7 -1
- package/src/french.ts +7 -1
- package/src/german.ts +7 -1
- package/src/hindi.ts +7 -1
- package/src/indonesian.ts +7 -1
- package/src/japanese.ts +7 -1
- package/src/korean.ts +7 -1
- package/src/portuguese.ts +7 -1
- package/src/russian.ts +7 -1
- package/src/spanish.ts +7 -1
- package/src/thai.ts +7 -1
- package/src/vietnamese.ts +7 -1
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -38,6 +38,9 @@ export const text: text = {
|
|
38
38
|
customWork: `(en) Custom Work`,
|
39
39
|
newCommission: `(en) New commission`,
|
40
40
|
noOrders: `(en) No orders`,
|
41
|
+
buyNow: `(en) Buy now`,
|
42
|
+
attachedFiles: `(en) Attached files`,
|
43
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} 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)`,
|
@@ -46,9 +49,12 @@ export const text: text = {
|
|
46
49
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
47
50
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
48
51
|
pleaseAllowPopups: `(en) Please allow popups`,
|
52
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
53
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
54
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
49
55
|
artGallery: `(en) Art Gallery`,
|
50
56
|
commission: `(en) Commission`,
|
51
|
-
|
57
|
+
digitalProduct: `(en) Digital product`,
|
52
58
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
53
59
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
54
60
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,6 +38,9 @@ export const text: text = {
|
|
38
38
|
customWork: `(en) Custom Work`,
|
39
39
|
newCommission: `(en) New commission`,
|
40
40
|
noOrders: `(en) No orders`,
|
41
|
+
buyNow: `(en) Buy now`,
|
42
|
+
attachedFiles: `(en) Attached files`,
|
43
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} 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)`,
|
@@ -46,9 +49,12 @@ export const text: text = {
|
|
46
49
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
47
50
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
48
51
|
pleaseAllowPopups: `(en) Please allow popups`,
|
52
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
53
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
54
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
49
55
|
artGallery: `(en) Art Gallery`,
|
50
56
|
commission: `(en) Commission`,
|
51
|
-
|
57
|
+
digitalProduct: `(en) Digital product`,
|
52
58
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
53
59
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
54
60
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/english.ts
CHANGED
@@ -345,8 +345,11 @@ export const text = {
|
|
345
345
|
orderOptions: `Order Options`,
|
346
346
|
otherReason: `Other reason`,
|
347
347
|
pageNotFound: `Page not found`,
|
348
|
+
buyNow: `Buy now`,
|
348
349
|
password: `Password`,
|
349
350
|
payments: `Payments`,
|
351
|
+
attachedFiles: `Attached files`,
|
352
|
+
numFilesIncluded: (num: number) => `<b>${num}</b> file(s) included`,
|
350
353
|
personal: `Personal`,
|
351
354
|
personalCircumstances: `Personal circumstances`,
|
352
355
|
tellTheBuyersWhatTheyWillGet: `Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
@@ -369,6 +372,9 @@ export const text = {
|
|
369
372
|
pleaseFixTheErrorsBeforeSubmitting: `Please fix the errors before submitting`,
|
370
373
|
pleaseSignInToYourAccount: `Please sign in to your account`,
|
371
374
|
platform: `Platform`,
|
375
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `You'll be able to download your files immediately after purchase—no waiting required!`,
|
376
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `Order a one-of-a-kind custom piece, crafted to match your vision`,
|
377
|
+
youAreCoveredIfThereIsAProblem: `You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
372
378
|
pleaseStartTyping: `Please start typing`,
|
373
379
|
pleaseTakeAMomentToReviewTheOrder: `Please take a moment to review the order`,
|
374
380
|
pleaseReviewTheBuyersReferenceFiles: `Please review the buyer's reference files and follow them as specified in the order's description`,
|
@@ -379,7 +385,7 @@ export const text = {
|
|
379
385
|
`Please try again or click ${buttonName}`,
|
380
386
|
artGallery: `Art Gallery`,
|
381
387
|
commission: `Commission`,
|
382
|
-
|
388
|
+
digitalProduct: `Digital product`,
|
383
389
|
pleaseVerifyYourAccount: `Please verify your account`,
|
384
390
|
pressHereTo: `Press here to`,
|
385
391
|
price: `Price`,
|
package/src/french.ts
CHANGED
@@ -38,6 +38,9 @@ export const text: text = {
|
|
38
38
|
customWork: `(en) Custom Work`,
|
39
39
|
newCommission: `(en) New commission`,
|
40
40
|
noOrders: `(en) No orders`,
|
41
|
+
buyNow: `(en) Buy now`,
|
42
|
+
attachedFiles: `(en) Attached files`,
|
43
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} 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)`,
|
@@ -46,9 +49,12 @@ export const text: text = {
|
|
46
49
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
47
50
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
48
51
|
pleaseAllowPopups: `(en) Please allow popups`,
|
52
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
53
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
54
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
49
55
|
artGallery: `(en) Art Gallery`,
|
50
56
|
commission: `(en) Commission`,
|
51
|
-
|
57
|
+
digitalProduct: `(en) Digital product`,
|
52
58
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
53
59
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
54
60
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/german.ts
CHANGED
@@ -38,6 +38,9 @@ export const text: text = {
|
|
38
38
|
customWork: `(en) Custom Work`,
|
39
39
|
newCommission: `(en) New commission`,
|
40
40
|
noOrders: `(en) No orders`,
|
41
|
+
buyNow: `(en) Buy now`,
|
42
|
+
attachedFiles: `(en) Attached files`,
|
43
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} 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)`,
|
@@ -46,9 +49,12 @@ export const text: text = {
|
|
46
49
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
47
50
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
48
51
|
pleaseAllowPopups: `(en) Please allow popups`,
|
52
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
53
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
54
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
49
55
|
artGallery: `(en) Art Gallery`,
|
50
56
|
commission: `(en) Commission`,
|
51
|
-
|
57
|
+
digitalProduct: `(en) Digital product`,
|
52
58
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
53
59
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
54
60
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/hindi.ts
CHANGED
@@ -38,6 +38,9 @@ export const text: text = {
|
|
38
38
|
customWork: `(en) Custom Work`,
|
39
39
|
newCommission: `(en) New commission`,
|
40
40
|
noOrders: `(en) No orders`,
|
41
|
+
buyNow: `(en) Buy now`,
|
42
|
+
attachedFiles: `(en) Attached files`,
|
43
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} 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)`,
|
@@ -46,9 +49,12 @@ export const text: text = {
|
|
46
49
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
47
50
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
48
51
|
pleaseAllowPopups: `(en) Please allow popups`,
|
52
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
53
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
54
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
49
55
|
artGallery: `(en) Art Gallery`,
|
50
56
|
commission: `(en) Commission`,
|
51
|
-
|
57
|
+
digitalProduct: `(en) Digital product`,
|
52
58
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
53
59
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
54
60
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/indonesian.ts
CHANGED
@@ -38,6 +38,9 @@ export const text: text = {
|
|
38
38
|
customWork: `(en) Custom Work`,
|
39
39
|
newCommission: `(en) New commission`,
|
40
40
|
noOrders: `(en) No orders`,
|
41
|
+
buyNow: `(en) Buy now`,
|
42
|
+
attachedFiles: `(en) Attached files`,
|
43
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} 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)`,
|
@@ -46,9 +49,12 @@ export const text: text = {
|
|
46
49
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
47
50
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
48
51
|
pleaseAllowPopups: `(en) Please allow popups`,
|
52
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
53
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
54
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
49
55
|
artGallery: `(en) Art Gallery`,
|
50
56
|
commission: `(en) Commission`,
|
51
|
-
|
57
|
+
digitalProduct: `(en) Digital product`,
|
52
58
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
53
59
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
54
60
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/japanese.ts
CHANGED
@@ -38,6 +38,9 @@ export const text: text = {
|
|
38
38
|
customWork: `(en) Custom Work`,
|
39
39
|
newCommission: `(en) New commission`,
|
40
40
|
noOrders: `(en) No orders`,
|
41
|
+
buyNow: `(en) Buy now`,
|
42
|
+
attachedFiles: `(en) Attached files`,
|
43
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} 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)`,
|
@@ -46,9 +49,12 @@ export const text: text = {
|
|
46
49
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
47
50
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
48
51
|
pleaseAllowPopups: `(en) Please allow popups`,
|
52
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
53
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
54
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
49
55
|
artGallery: `(en) Art Gallery`,
|
50
56
|
commission: `(en) Commission`,
|
51
|
-
|
57
|
+
digitalProduct: `(en) Digital product`,
|
52
58
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
53
59
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
54
60
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/korean.ts
CHANGED
@@ -38,6 +38,9 @@ export const text: text = {
|
|
38
38
|
customWork: `(en) Custom Work`,
|
39
39
|
newCommission: `(en) New commission`,
|
40
40
|
noOrders: `(en) No orders`,
|
41
|
+
buyNow: `(en) Buy now`,
|
42
|
+
attachedFiles: `(en) Attached files`,
|
43
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} 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)`,
|
@@ -46,9 +49,12 @@ export const text: text = {
|
|
46
49
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
47
50
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
48
51
|
pleaseAllowPopups: `(en) Please allow popups`,
|
52
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
53
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
54
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
49
55
|
artGallery: `(en) Art Gallery`,
|
50
56
|
commission: `(en) Commission`,
|
51
|
-
|
57
|
+
digitalProduct: `(en) Digital product`,
|
52
58
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
53
59
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
54
60
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/portuguese.ts
CHANGED
@@ -38,6 +38,9 @@ export const text: text = {
|
|
38
38
|
customWork: `(en) Custom Work`,
|
39
39
|
newCommission: `(en) New commission`,
|
40
40
|
noOrders: `(en) No orders`,
|
41
|
+
buyNow: `(en) Buy now`,
|
42
|
+
attachedFiles: `(en) Attached files`,
|
43
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} 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)`,
|
@@ -46,9 +49,12 @@ export const text: text = {
|
|
46
49
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
47
50
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
48
51
|
pleaseAllowPopups: `(en) Please allow popups`,
|
52
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
53
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
54
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
49
55
|
artGallery: `(en) Art Gallery`,
|
50
56
|
commission: `(en) Commission`,
|
51
|
-
|
57
|
+
digitalProduct: `(en) Digital product`,
|
52
58
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
53
59
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
54
60
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/russian.ts
CHANGED
@@ -35,6 +35,9 @@ export const text: text = {
|
|
35
35
|
customWork: `(en) Custom Work`,
|
36
36
|
newCommission: `(en) New commission`,
|
37
37
|
noOrders: `(en) No orders`,
|
38
|
+
buyNow: `(en) Buy now`,
|
39
|
+
attachedFiles: `(en) Attached files`,
|
40
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} file(s) included`,
|
38
41
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
39
42
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
40
43
|
mentionYourDeliveryTimeInDays: `(en) Mention your <b>delivery time</b> (in days)`,
|
@@ -43,9 +46,12 @@ export const text: text = {
|
|
43
46
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
44
47
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
45
48
|
pleaseAllowPopups: `(en) Please allow popups`,
|
49
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
50
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
51
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
46
52
|
artGallery: `(en) Art Gallery`,
|
47
53
|
commission: `(en) Commission`,
|
48
|
-
|
54
|
+
digitalProduct: `(en) Digital product`,
|
49
55
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
50
56
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
51
57
|
optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
|
package/src/spanish.ts
CHANGED
@@ -38,6 +38,9 @@ export const text: text = {
|
|
38
38
|
customWork: `(en) Custom Work`,
|
39
39
|
newCommission: `(en) New commission`,
|
40
40
|
noOrders: `(en) No orders`,
|
41
|
+
buyNow: `(en) Buy now`,
|
42
|
+
attachedFiles: `(en) Attached files`,
|
43
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} 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)`,
|
@@ -46,9 +49,12 @@ export const text: text = {
|
|
46
49
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
47
50
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
48
51
|
pleaseAllowPopups: `(en) Please allow popups`,
|
52
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
53
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
54
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
49
55
|
artGallery: `(en) Art Gallery`,
|
50
56
|
commission: `(en) Commission`,
|
51
|
-
|
57
|
+
digitalProduct: `(en) Digital product`,
|
52
58
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
53
59
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
54
60
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/thai.ts
CHANGED
@@ -38,6 +38,9 @@ export const text: text = {
|
|
38
38
|
customWork: `(en) Custom Work`,
|
39
39
|
newCommission: `(en) New commission`,
|
40
40
|
noOrders: `(en) No orders`,
|
41
|
+
buyNow: `(en) Buy now`,
|
42
|
+
attachedFiles: `(en) Attached files`,
|
43
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} 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)`,
|
@@ -46,9 +49,12 @@ export const text: text = {
|
|
46
49
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
47
50
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
48
51
|
pleaseAllowPopups: `(en) Please allow popups`,
|
52
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
53
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
54
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
49
55
|
artGallery: `(en) Art Gallery`,
|
50
56
|
commission: `(en) Commission`,
|
51
|
-
|
57
|
+
digitalProduct: `(en) Digital product`,
|
52
58
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
53
59
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
54
60
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/vietnamese.ts
CHANGED
@@ -38,6 +38,9 @@ export const text: text = {
|
|
38
38
|
customWork: `(en) Custom Work`,
|
39
39
|
newCommission: `(en) New commission`,
|
40
40
|
noOrders: `(en) No orders`,
|
41
|
+
buyNow: `(en) Buy now`,
|
42
|
+
attachedFiles: `(en) Attached files`,
|
43
|
+
numFilesIncluded: (...v) => `(en) ${v[0]} 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)`,
|
@@ -46,9 +49,12 @@ export const text: text = {
|
|
46
49
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
47
50
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
48
51
|
pleaseAllowPopups: `(en) Please allow popups`,
|
52
|
+
youWillBeAbleToDownloadYourFilesImmediatelyAfterPurchase: `(en) You'll be able to download your files immediately after purchase—no waiting required!`,
|
53
|
+
orderAOneOfAKindCustomPieceCraftedToMatchYourVision: `(en) Order a one-of-a-kind custom piece, crafted to match your vision`,
|
54
|
+
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
49
55
|
artGallery: `(en) Art Gallery`,
|
50
56
|
commission: `(en) Commission`,
|
51
|
-
|
57
|
+
digitalProduct: `(en) Digital product`,
|
52
58
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
53
59
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
54
60
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|