@anime.club/translations 1.1.131 → 1.1.132
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 +8 -0
- package/src/chinese-simplified.ts +8 -0
- package/src/english.ts +9 -1
- package/src/french.ts +8 -0
- package/src/german.ts +8 -0
- package/src/hindi.ts +8 -0
- package/src/indonesian.ts +8 -0
- package/src/japanese.ts +8 -0
- package/src/korean.ts +8 -0
- package/src/portuguese.ts +8 -0
- package/src/russian.ts +8 -0
- package/src/spanish.ts +8 -0
- package/src/thai.ts +8 -0
- package/src/vietnamese.ts +8 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -21,6 +21,11 @@ export const text: text = {
|
|
21
21
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
22
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
23
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
24
|
+
new: `(en) New`,
|
25
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
26
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
27
|
+
instantDownload: `(en) Instant Download`,
|
28
|
+
customWork: `(en) Custom Work`,
|
24
29
|
noOrders: `(en) No orders`,
|
25
30
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
26
31
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +34,9 @@ export const text: text = {
|
|
29
34
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
35
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
36
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
37
|
+
artGallery: `(en) Art Gallery`,
|
38
|
+
commission: `(en) Commission`,
|
39
|
+
digitalStore: `(en) Digital Store`,
|
32
40
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -21,6 +21,11 @@ export const text: text = {
|
|
21
21
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
22
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
23
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
24
|
+
new: `(en) New`,
|
25
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
26
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
27
|
+
instantDownload: `(en) Instant Download`,
|
28
|
+
customWork: `(en) Custom Work`,
|
24
29
|
noOrders: `(en) No orders`,
|
25
30
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
26
31
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +34,9 @@ export const text: text = {
|
|
29
34
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
35
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
36
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
37
|
+
artGallery: `(en) Art Gallery`,
|
38
|
+
commission: `(en) Commission`,
|
39
|
+
digitalStore: `(en) Digital Store`,
|
32
40
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/english.ts
CHANGED
@@ -233,7 +233,7 @@ export const text = {
|
|
233
233
|
invalidPartAfterAt: `Invalid part after @`,
|
234
234
|
invalidPartBeforeAt: `Invalid part before @`,
|
235
235
|
jobDetails: `Job Details`,
|
236
|
-
joinAnimeClubCommunity: `Join Anime.club community with thousands of active creators and cool anime art everyday
|
236
|
+
joinAnimeClubCommunity: `Join Anime.club community with thousands of active creators and cool anime art everyday!`,
|
237
237
|
joinChat: `Join Chat`,
|
238
238
|
joinUsOnFacebook: `Join us on facebook`,
|
239
239
|
language: `Language`,
|
@@ -280,8 +280,13 @@ export const text = {
|
|
280
280
|
needAtLeast1CharacterFromN: (characters: string) =>
|
281
281
|
`Need at least 1 character from [${characters}]`,
|
282
282
|
needNCharacter: (character: string) => `Need ${character} character`,
|
283
|
+
new: `New`,
|
283
284
|
newAccount: `New account`,
|
284
285
|
newArt: `New art`,
|
286
|
+
createPersonalizedWorkTailoredToEachRequest: `Create personalized work tailored to each request`,
|
287
|
+
offerDigitalProducts: `Offer digital products that buyers can access right away`,
|
288
|
+
instantDownload: `Instant Download`,
|
289
|
+
customWork: `Custom Work`,
|
285
290
|
newArtworks: `New artworks`,
|
286
291
|
newBlog: `New blog`,
|
287
292
|
newOrder: `New order`,
|
@@ -361,6 +366,9 @@ export const text = {
|
|
361
366
|
`Please respond to the order by ${date}`,
|
362
367
|
pleaseTryAgainOrClick: (buttonName: string) =>
|
363
368
|
`Please try again or click ${buttonName}`,
|
369
|
+
artGallery: `Art Gallery`,
|
370
|
+
commission: `Commission`,
|
371
|
+
digitalStore: `Digital Store`,
|
364
372
|
pleaseVerifyYourAccount: `Please verify your account`,
|
365
373
|
pressHereTo: `Press here to`,
|
366
374
|
price: `Price`,
|
package/src/french.ts
CHANGED
@@ -21,6 +21,11 @@ export const text: text = {
|
|
21
21
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
22
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
23
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
24
|
+
new: `(en) New`,
|
25
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
26
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
27
|
+
instantDownload: `(en) Instant Download`,
|
28
|
+
customWork: `(en) Custom Work`,
|
24
29
|
noOrders: `(en) No orders`,
|
25
30
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
26
31
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +34,9 @@ export const text: text = {
|
|
29
34
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
35
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
36
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
37
|
+
artGallery: `(en) Art Gallery`,
|
38
|
+
commission: `(en) Commission`,
|
39
|
+
digitalStore: `(en) Digital Store`,
|
32
40
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/german.ts
CHANGED
@@ -21,6 +21,11 @@ export const text: text = {
|
|
21
21
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
22
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
23
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
24
|
+
new: `(en) New`,
|
25
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
26
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
27
|
+
instantDownload: `(en) Instant Download`,
|
28
|
+
customWork: `(en) Custom Work`,
|
24
29
|
noOrders: `(en) No orders`,
|
25
30
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
26
31
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +34,9 @@ export const text: text = {
|
|
29
34
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
35
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
36
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
37
|
+
artGallery: `(en) Art Gallery`,
|
38
|
+
commission: `(en) Commission`,
|
39
|
+
digitalStore: `(en) Digital Store`,
|
32
40
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/hindi.ts
CHANGED
@@ -21,6 +21,11 @@ export const text: text = {
|
|
21
21
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
22
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
23
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
24
|
+
new: `(en) New`,
|
25
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
26
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
27
|
+
instantDownload: `(en) Instant Download`,
|
28
|
+
customWork: `(en) Custom Work`,
|
24
29
|
noOrders: `(en) No orders`,
|
25
30
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
26
31
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +34,9 @@ export const text: text = {
|
|
29
34
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
35
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
36
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
37
|
+
artGallery: `(en) Art Gallery`,
|
38
|
+
commission: `(en) Commission`,
|
39
|
+
digitalStore: `(en) Digital Store`,
|
32
40
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/indonesian.ts
CHANGED
@@ -21,6 +21,11 @@ export const text: text = {
|
|
21
21
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
22
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
23
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
24
|
+
new: `(en) New`,
|
25
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
26
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
27
|
+
instantDownload: `(en) Instant Download`,
|
28
|
+
customWork: `(en) Custom Work`,
|
24
29
|
noOrders: `(en) No orders`,
|
25
30
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
26
31
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +34,9 @@ export const text: text = {
|
|
29
34
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
35
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
36
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
37
|
+
artGallery: `(en) Art Gallery`,
|
38
|
+
commission: `(en) Commission`,
|
39
|
+
digitalStore: `(en) Digital Store`,
|
32
40
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/japanese.ts
CHANGED
@@ -21,6 +21,11 @@ export const text: text = {
|
|
21
21
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
22
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
23
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
24
|
+
new: `(en) New`,
|
25
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
26
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
27
|
+
instantDownload: `(en) Instant Download`,
|
28
|
+
customWork: `(en) Custom Work`,
|
24
29
|
noOrders: `(en) No orders`,
|
25
30
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
26
31
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +34,9 @@ export const text: text = {
|
|
29
34
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
35
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
36
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
37
|
+
artGallery: `(en) Art Gallery`,
|
38
|
+
commission: `(en) Commission`,
|
39
|
+
digitalStore: `(en) Digital Store`,
|
32
40
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/korean.ts
CHANGED
@@ -21,6 +21,11 @@ export const text: text = {
|
|
21
21
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
22
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
23
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
24
|
+
new: `(en) New`,
|
25
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
26
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
27
|
+
instantDownload: `(en) Instant Download`,
|
28
|
+
customWork: `(en) Custom Work`,
|
24
29
|
noOrders: `(en) No orders`,
|
25
30
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
26
31
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +34,9 @@ export const text: text = {
|
|
29
34
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
35
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
36
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
37
|
+
artGallery: `(en) Art Gallery`,
|
38
|
+
commission: `(en) Commission`,
|
39
|
+
digitalStore: `(en) Digital Store`,
|
32
40
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/portuguese.ts
CHANGED
@@ -21,6 +21,11 @@ export const text: text = {
|
|
21
21
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
22
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
23
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
24
|
+
new: `(en) New`,
|
25
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
26
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
27
|
+
instantDownload: `(en) Instant Download`,
|
28
|
+
customWork: `(en) Custom Work`,
|
24
29
|
noOrders: `(en) No orders`,
|
25
30
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
26
31
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +34,9 @@ export const text: text = {
|
|
29
34
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
35
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
36
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
37
|
+
artGallery: `(en) Art Gallery`,
|
38
|
+
commission: `(en) Commission`,
|
39
|
+
digitalStore: `(en) Digital Store`,
|
32
40
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/russian.ts
CHANGED
@@ -18,6 +18,11 @@ export const text: text = {
|
|
18
18
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
19
19
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
20
20
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
21
|
+
new: `(en) New`,
|
22
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
23
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
24
|
+
instantDownload: `(en) Instant Download`,
|
25
|
+
customWork: `(en) Custom Work`,
|
21
26
|
noOrders: `(en) No orders`,
|
22
27
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
23
28
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -26,6 +31,9 @@ export const text: text = {
|
|
26
31
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
27
32
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
28
33
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
34
|
+
artGallery: `(en) Art Gallery`,
|
35
|
+
commission: `(en) Commission`,
|
36
|
+
digitalStore: `(en) Digital Store`,
|
29
37
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
30
38
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
31
39
|
optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
|
package/src/spanish.ts
CHANGED
@@ -21,6 +21,11 @@ export const text: text = {
|
|
21
21
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
22
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
23
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
24
|
+
new: `(en) New`,
|
25
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
26
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
27
|
+
instantDownload: `(en) Instant Download`,
|
28
|
+
customWork: `(en) Custom Work`,
|
24
29
|
noOrders: `(en) No orders`,
|
25
30
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
26
31
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +34,9 @@ export const text: text = {
|
|
29
34
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
35
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
36
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
37
|
+
artGallery: `(en) Art Gallery`,
|
38
|
+
commission: `(en) Commission`,
|
39
|
+
digitalStore: `(en) Digital Store`,
|
32
40
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/thai.ts
CHANGED
@@ -21,6 +21,11 @@ export const text: text = {
|
|
21
21
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
22
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
23
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
24
|
+
new: `(en) New`,
|
25
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
26
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
27
|
+
instantDownload: `(en) Instant Download`,
|
28
|
+
customWork: `(en) Custom Work`,
|
24
29
|
noOrders: `(en) No orders`,
|
25
30
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
26
31
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +34,9 @@ export const text: text = {
|
|
29
34
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
35
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
36
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
37
|
+
artGallery: `(en) Art Gallery`,
|
38
|
+
commission: `(en) Commission`,
|
39
|
+
digitalStore: `(en) Digital Store`,
|
32
40
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
package/src/vietnamese.ts
CHANGED
@@ -21,6 +21,11 @@ export const text: text = {
|
|
21
21
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
22
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
23
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
24
|
+
new: `(en) New`,
|
25
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
26
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
27
|
+
instantDownload: `(en) Instant Download`,
|
28
|
+
customWork: `(en) Custom Work`,
|
24
29
|
noOrders: `(en) No orders`,
|
25
30
|
tellTheBuyersWhatTheyWillGet: `(en) Tell buyers exactly what they will get — for example, the number of illustrations, file formats, or canvas specs like resolution and DPI`,
|
26
31
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +34,9 @@ export const text: text = {
|
|
29
34
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
35
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
36
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
37
|
+
artGallery: `(en) Art Gallery`,
|
38
|
+
commission: `(en) Commission`,
|
39
|
+
digitalStore: `(en) Digital Store`,
|
32
40
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|