@anime.club/translations 1.1.131 → 1.1.133
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 +14 -3
- package/src/chinese-simplified.ts +14 -3
- package/src/english.ts +16 -5
- package/src/french.ts +14 -3
- package/src/german.ts +14 -3
- package/src/hindi.ts +14 -3
- package/src/indonesian.ts +14 -3
- package/src/japanese.ts +14 -3
- package/src/korean.ts +14 -3
- package/src/portuguese.ts +14 -3
- package/src/russian.ts +14 -3
- package/src/spanish.ts +14 -3
- package/src/thai.ts +14 -3
- package/src/vietnamese.ts +14 -3
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -3,15 +3,19 @@ export const text: text = {
|
|
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
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
6
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
7
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
8
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
9
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
6
10
|
needsYourReview: `(en) Needs Your Review`,
|
7
11
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
8
12
|
buyersRequest: `(en) Buyer's request`,
|
9
13
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
10
14
|
hideListing: `(en) Hide listing`,
|
11
|
-
|
15
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
12
16
|
supportedFormats: `(en) Supported formats:`,
|
13
17
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
14
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
18
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
15
19
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
16
20
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
17
21
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -21,6 +25,11 @@ export const text: text = {
|
|
21
25
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
26
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
27
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
28
|
+
new: `(en) New`,
|
29
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
30
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
31
|
+
instantDownload: `(en) Instant Download`,
|
32
|
+
customWork: `(en) Custom Work`,
|
24
33
|
noOrders: `(en) No orders`,
|
25
34
|
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
35
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +38,9 @@ export const text: text = {
|
|
29
38
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
39
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
40
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
41
|
+
artGallery: `(en) Art Gallery`,
|
42
|
+
commission: `(en) Commission`,
|
43
|
+
digitalStore: `(en) Digital Store`,
|
32
44
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
45
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
46
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
addMoreProductsToYourShop: `أضف المزيد من المنتجات إلى متجرك`,
|
64
76
|
addMore: `إضافة المزيد`,
|
65
77
|
addNewArt: `أضف عمل فني جديد`,
|
66
|
-
addPreview: `أضف معاينة`,
|
67
78
|
addSignInVia: `إضافة تسجيل الدخول عبر`,
|
68
79
|
addToCart: `إضافة إلى السلة`,
|
69
80
|
advancedOptions: `خيارات متقدمة`,
|
@@ -3,15 +3,19 @@ export const text: text = {
|
|
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
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
6
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
7
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
8
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
9
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
6
10
|
needsYourReview: `(en) Needs Your Review`,
|
7
11
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
8
12
|
buyersRequest: `(en) Buyer's request`,
|
9
13
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
10
14
|
hideListing: `(en) Hide listing`,
|
11
|
-
|
15
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
12
16
|
supportedFormats: `(en) Supported formats:`,
|
13
17
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
14
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
18
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
15
19
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
16
20
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
17
21
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -21,6 +25,11 @@ export const text: text = {
|
|
21
25
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
26
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
27
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
28
|
+
new: `(en) New`,
|
29
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
30
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
31
|
+
instantDownload: `(en) Instant Download`,
|
32
|
+
customWork: `(en) Custom Work`,
|
24
33
|
noOrders: `(en) No orders`,
|
25
34
|
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
35
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +38,9 @@ export const text: text = {
|
|
29
38
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
39
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
40
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
41
|
+
artGallery: `(en) Art Gallery`,
|
42
|
+
commission: `(en) Commission`,
|
43
|
+
digitalStore: `(en) Digital Store`,
|
32
44
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
45
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
46
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
addMoreProductsToYourShop: `为您的商店添加更多产品`,
|
64
76
|
addMore: `添加更多`,
|
65
77
|
addNewArt: `添加新艺术品`,
|
66
|
-
addPreview: `添加预览`,
|
67
78
|
addSignInVia: `通过添加登录`,
|
68
79
|
addToCart: `添加到购物车`,
|
69
80
|
advancedOptions: `高级选项`,
|
package/src/english.ts
CHANGED
@@ -30,10 +30,13 @@ export const text = {
|
|
30
30
|
addMoreProductsToYourShop: `Add more products to your shop`,
|
31
31
|
addMore: `Add more`,
|
32
32
|
addNewArt: `Add new art`,
|
33
|
-
addPreview: `Add preview`,
|
34
33
|
addSignInVia: `Add sign in via`,
|
35
34
|
addToCart: `Add to cart`,
|
36
35
|
advancedOptions: `Advanced options`,
|
36
|
+
uploadTheFilesYourBuyerWillGet: `Upload the files your buyer will get`,
|
37
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `Make sure everything is ready to go — no edits after publishing`,
|
38
|
+
addFilesForTheBuyer: `Add files for the buyer`,
|
39
|
+
selectFilesForPreview: `Select files for preview`,
|
37
40
|
all: `All`,
|
38
41
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `All files you upload here will be available to the buyer`,
|
39
42
|
alreadySignedIn: `Already signed in`,
|
@@ -198,13 +201,13 @@ export const text = {
|
|
198
201
|
hereAreAFewWaysToGetThingsRolling: `Here are a few ways to get things rolling`,
|
199
202
|
hire: `Hire`,
|
200
203
|
hideListing: `Hide listing`,
|
201
|
-
|
202
|
-
`Upload up to <b>${limit}</b>
|
204
|
+
uploadUpToNumberFiles: (limit: number) =>
|
205
|
+
`Upload up to <b>${limit}</b> files`,
|
203
206
|
supportedFormats: `Supported formats:`,
|
204
207
|
minimumDimensions: (width: number, height: number) =>
|
205
208
|
`Minimum size: ${width}×${height} pixels`,
|
206
209
|
maximumFileSize: (sizeMB: string) =>
|
207
|
-
`Maximum file size: <b>${sizeMB}</b> per
|
210
|
+
`Maximum file size: <b>${sizeMB}</b> per file`,
|
208
211
|
thisListingWontBeVisibleToBuyersAnymore: `This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
209
212
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `Buyers will be able to see this listing. You can hide it again anytime`,
|
210
213
|
listingHiddenFromBuyers: `Listing hidden from buyers`,
|
@@ -233,7 +236,7 @@ export const text = {
|
|
233
236
|
invalidPartAfterAt: `Invalid part after @`,
|
234
237
|
invalidPartBeforeAt: `Invalid part before @`,
|
235
238
|
jobDetails: `Job Details`,
|
236
|
-
joinAnimeClubCommunity: `Join Anime.club community with thousands of active creators and cool anime art everyday
|
239
|
+
joinAnimeClubCommunity: `Join Anime.club community with thousands of active creators and cool anime art everyday!`,
|
237
240
|
joinChat: `Join Chat`,
|
238
241
|
joinUsOnFacebook: `Join us on facebook`,
|
239
242
|
language: `Language`,
|
@@ -280,8 +283,13 @@ export const text = {
|
|
280
283
|
needAtLeast1CharacterFromN: (characters: string) =>
|
281
284
|
`Need at least 1 character from [${characters}]`,
|
282
285
|
needNCharacter: (character: string) => `Need ${character} character`,
|
286
|
+
new: `New`,
|
283
287
|
newAccount: `New account`,
|
284
288
|
newArt: `New art`,
|
289
|
+
createPersonalizedWorkTailoredToEachRequest: `Create personalized work tailored to each request`,
|
290
|
+
offerDigitalProducts: `Offer digital products that buyers can access right away`,
|
291
|
+
instantDownload: `Instant Download`,
|
292
|
+
customWork: `Custom Work`,
|
285
293
|
newArtworks: `New artworks`,
|
286
294
|
newBlog: `New blog`,
|
287
295
|
newOrder: `New order`,
|
@@ -361,6 +369,9 @@ export const text = {
|
|
361
369
|
`Please respond to the order by ${date}`,
|
362
370
|
pleaseTryAgainOrClick: (buttonName: string) =>
|
363
371
|
`Please try again or click ${buttonName}`,
|
372
|
+
artGallery: `Art Gallery`,
|
373
|
+
commission: `Commission`,
|
374
|
+
digitalStore: `Digital Store`,
|
364
375
|
pleaseVerifyYourAccount: `Please verify your account`,
|
365
376
|
pressHereTo: `Press here to`,
|
366
377
|
price: `Price`,
|
package/src/french.ts
CHANGED
@@ -3,15 +3,19 @@ export const text: text = {
|
|
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
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
6
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
7
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
8
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
9
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
6
10
|
needsYourReview: `(en) Needs Your Review`,
|
7
11
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
8
12
|
buyersRequest: `(en) Buyer's request`,
|
9
13
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
10
14
|
hideListing: `(en) Hide listing`,
|
11
|
-
|
15
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
12
16
|
supportedFormats: `(en) Supported formats:`,
|
13
17
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
14
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
18
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
15
19
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
16
20
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
17
21
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -21,6 +25,11 @@ export const text: text = {
|
|
21
25
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
26
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
27
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
28
|
+
new: `(en) New`,
|
29
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
30
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
31
|
+
instantDownload: `(en) Instant Download`,
|
32
|
+
customWork: `(en) Custom Work`,
|
24
33
|
noOrders: `(en) No orders`,
|
25
34
|
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
35
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +38,9 @@ export const text: text = {
|
|
29
38
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
39
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
40
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
41
|
+
artGallery: `(en) Art Gallery`,
|
42
|
+
commission: `(en) Commission`,
|
43
|
+
digitalStore: `(en) Digital Store`,
|
32
44
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
45
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
46
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
addMoreProductsToYourShop: `Ajoutez plus de produits à votre boutique`,
|
64
76
|
addMore: `Ajouter plus`,
|
65
77
|
addNewArt: `Ajouter un nouvel art`,
|
66
|
-
addPreview: `Ajouter un aperçu`,
|
67
78
|
addSignInVia: `Ajouter une connexion via`,
|
68
79
|
addToCart: `Ajouter au panier`,
|
69
80
|
advancedOptions: `Options avancées`,
|
package/src/german.ts
CHANGED
@@ -3,15 +3,19 @@ export const text: text = {
|
|
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
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
6
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
7
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
8
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
9
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
6
10
|
needsYourReview: `(en) Needs Your Review`,
|
7
11
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
8
12
|
buyersRequest: `(en) Buyer's request`,
|
9
13
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
10
14
|
hideListing: `(en) Hide listing`,
|
11
|
-
|
15
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
12
16
|
supportedFormats: `(en) Supported formats:`,
|
13
17
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
14
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
18
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
15
19
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
16
20
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
17
21
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -21,6 +25,11 @@ export const text: text = {
|
|
21
25
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
26
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
27
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
28
|
+
new: `(en) New`,
|
29
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
30
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
31
|
+
instantDownload: `(en) Instant Download`,
|
32
|
+
customWork: `(en) Custom Work`,
|
24
33
|
noOrders: `(en) No orders`,
|
25
34
|
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
35
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +38,9 @@ export const text: text = {
|
|
29
38
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
39
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
40
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
41
|
+
artGallery: `(en) Art Gallery`,
|
42
|
+
commission: `(en) Commission`,
|
43
|
+
digitalStore: `(en) Digital Store`,
|
32
44
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
45
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
46
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
addMoreProductsToYourShop: `Fügen Sie Ihrem Shop weitere Produkte hinzu`,
|
64
76
|
addMore: `Mehr hinzufügen`,
|
65
77
|
addNewArt: `Neue Kunst hinzufügen`,
|
66
|
-
addPreview: `Vorschau hinzufügen`,
|
67
78
|
addSignInVia: `Anmeldung hinzufügen über`,
|
68
79
|
addToCart: `Zum Warenkorb hinzufügen`,
|
69
80
|
advancedOptions: `Erweiterte Optionen`,
|
package/src/hindi.ts
CHANGED
@@ -3,15 +3,19 @@ export const text: text = {
|
|
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
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
6
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
7
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
8
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
9
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
6
10
|
needsYourReview: `(en) Needs Your Review`,
|
7
11
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
8
12
|
buyersRequest: `(en) Buyer's request`,
|
9
13
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
10
14
|
hideListing: `(en) Hide listing`,
|
11
|
-
|
15
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
12
16
|
supportedFormats: `(en) Supported formats:`,
|
13
17
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
14
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
18
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
15
19
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
16
20
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
17
21
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -21,6 +25,11 @@ export const text: text = {
|
|
21
25
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
26
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
27
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
28
|
+
new: `(en) New`,
|
29
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
30
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
31
|
+
instantDownload: `(en) Instant Download`,
|
32
|
+
customWork: `(en) Custom Work`,
|
24
33
|
noOrders: `(en) No orders`,
|
25
34
|
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
35
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +38,9 @@ export const text: text = {
|
|
29
38
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
39
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
40
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
41
|
+
artGallery: `(en) Art Gallery`,
|
42
|
+
commission: `(en) Commission`,
|
43
|
+
digitalStore: `(en) Digital Store`,
|
32
44
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
45
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
46
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
addMoreProductsToYourShop: `अपनी दुकान में और उत्पाद जोड़ें`,
|
64
76
|
addMore: `और जोड़ें`,
|
65
77
|
addNewArt: `नई चित्र जोड़ें`,
|
66
|
-
addPreview: `पूर्व संवीक्षा जोड़ें`,
|
67
78
|
addSignInVia: `साइन इन के माध्यम से जोड़ें`,
|
68
79
|
addToCart: `कार्ट में डालें`,
|
69
80
|
advancedOptions: `उन्नत विकल्प`,
|
package/src/indonesian.ts
CHANGED
@@ -3,15 +3,19 @@ export const text: text = {
|
|
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
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
6
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
7
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
8
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
9
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
6
10
|
needsYourReview: `(en) Needs Your Review`,
|
7
11
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
8
12
|
buyersRequest: `(en) Buyer's request`,
|
9
13
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
10
14
|
hideListing: `(en) Hide listing`,
|
11
|
-
|
15
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
12
16
|
supportedFormats: `(en) Supported formats:`,
|
13
17
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
14
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
18
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
15
19
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
16
20
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
17
21
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -21,6 +25,11 @@ export const text: text = {
|
|
21
25
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
26
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
27
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
28
|
+
new: `(en) New`,
|
29
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
30
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
31
|
+
instantDownload: `(en) Instant Download`,
|
32
|
+
customWork: `(en) Custom Work`,
|
24
33
|
noOrders: `(en) No orders`,
|
25
34
|
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
35
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +38,9 @@ export const text: text = {
|
|
29
38
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
39
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
40
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
41
|
+
artGallery: `(en) Art Gallery`,
|
42
|
+
commission: `(en) Commission`,
|
43
|
+
digitalStore: `(en) Digital Store`,
|
32
44
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
45
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
46
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
addMoreProductsToYourShop: `Tambahkan lebih banyak produk ke toko Anda`,
|
64
76
|
addMore: `Tambah lagi`,
|
65
77
|
addNewArt: `Tambahkan karya baru`,
|
66
|
-
addPreview: `Tambahkan pratayang`,
|
67
78
|
addSignInVia: `Log masuk melalui`,
|
68
79
|
addToCart: `Tambah ke keranjang`,
|
69
80
|
advancedOptions: `Opsi lanjutan`,
|
package/src/japanese.ts
CHANGED
@@ -3,15 +3,19 @@ export const text: text = {
|
|
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
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
6
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
7
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
8
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
9
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
6
10
|
needsYourReview: `(en) Needs Your Review`,
|
7
11
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
8
12
|
buyersRequest: `(en) Buyer's request`,
|
9
13
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
10
14
|
hideListing: `(en) Hide listing`,
|
11
|
-
|
15
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
12
16
|
supportedFormats: `(en) Supported formats:`,
|
13
17
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
14
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
18
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
15
19
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
16
20
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
17
21
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -21,6 +25,11 @@ export const text: text = {
|
|
21
25
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
26
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
27
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
28
|
+
new: `(en) New`,
|
29
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
30
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
31
|
+
instantDownload: `(en) Instant Download`,
|
32
|
+
customWork: `(en) Custom Work`,
|
24
33
|
noOrders: `(en) No orders`,
|
25
34
|
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
35
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +38,9 @@ export const text: text = {
|
|
29
38
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
39
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
40
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
41
|
+
artGallery: `(en) Art Gallery`,
|
42
|
+
commission: `(en) Commission`,
|
43
|
+
digitalStore: `(en) Digital Store`,
|
32
44
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
45
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
46
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
addMoreProductsToYourShop: `ショップにさらに商品を追加する`,
|
64
76
|
addMore: `追加`,
|
65
77
|
addNewArt: `新しいアートを追加する`,
|
66
|
-
addPreview: `プレビューを追加する`,
|
67
78
|
addSignInVia: `サインイン元を追加する:`,
|
68
79
|
addToCart: `カートに追加`,
|
69
80
|
advancedOptions: `高度なオプション`,
|
package/src/korean.ts
CHANGED
@@ -3,15 +3,19 @@ export const text: text = {
|
|
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
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
6
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
7
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
8
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
9
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
6
10
|
needsYourReview: `(en) Needs Your Review`,
|
7
11
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
8
12
|
buyersRequest: `(en) Buyer's request`,
|
9
13
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
10
14
|
hideListing: `(en) Hide listing`,
|
11
|
-
|
15
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
12
16
|
supportedFormats: `(en) Supported formats:`,
|
13
17
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
14
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
18
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
15
19
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
16
20
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
17
21
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -21,6 +25,11 @@ export const text: text = {
|
|
21
25
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
26
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
27
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
28
|
+
new: `(en) New`,
|
29
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
30
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
31
|
+
instantDownload: `(en) Instant Download`,
|
32
|
+
customWork: `(en) Custom Work`,
|
24
33
|
noOrders: `(en) No orders`,
|
25
34
|
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
35
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +38,9 @@ export const text: text = {
|
|
29
38
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
39
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
40
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
41
|
+
artGallery: `(en) Art Gallery`,
|
42
|
+
commission: `(en) Commission`,
|
43
|
+
digitalStore: `(en) Digital Store`,
|
32
44
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
45
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
46
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
addMoreProductsToYourShop: `상점에 더 많은 상품을 추가하세요`,
|
64
76
|
addMore: `더 추가`,
|
65
77
|
addNewArt: `새로운 아트 추가`,
|
66
|
-
addPreview: `미리보기 추가`,
|
67
78
|
addSignInVia: `다음을 통해 로그인 추가`,
|
68
79
|
addToCart: `장바구니에 추가`,
|
69
80
|
advancedOptions: `고급 옵션`,
|
package/src/portuguese.ts
CHANGED
@@ -3,15 +3,19 @@ export const text: text = {
|
|
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
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
6
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
7
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
8
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
9
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
6
10
|
needsYourReview: `(en) Needs Your Review`,
|
7
11
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
8
12
|
buyersRequest: `(en) Buyer's request`,
|
9
13
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
10
14
|
hideListing: `(en) Hide listing`,
|
11
|
-
|
15
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
12
16
|
supportedFormats: `(en) Supported formats:`,
|
13
17
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
14
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
18
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
15
19
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
16
20
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
17
21
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -21,6 +25,11 @@ export const text: text = {
|
|
21
25
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
26
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
27
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
28
|
+
new: `(en) New`,
|
29
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
30
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
31
|
+
instantDownload: `(en) Instant Download`,
|
32
|
+
customWork: `(en) Custom Work`,
|
24
33
|
noOrders: `(en) No orders`,
|
25
34
|
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
35
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +38,9 @@ export const text: text = {
|
|
29
38
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
39
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
40
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
41
|
+
artGallery: `(en) Art Gallery`,
|
42
|
+
commission: `(en) Commission`,
|
43
|
+
digitalStore: `(en) Digital Store`,
|
32
44
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
45
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
46
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
addMoreProductsToYourShop: `Adicione mais produtos à sua loja`,
|
64
76
|
addMore: `Adicionar mais`,
|
65
77
|
addNewArt: `Adicionar nova arte`,
|
66
|
-
addPreview: `Adicionar visualização`,
|
67
78
|
addSignInVia: `Adicionar iniciar secção via`,
|
68
79
|
addToCart: `Adicionar ao carrinho`,
|
69
80
|
advancedOptions: `Opções avançadas`,
|
package/src/russian.ts
CHANGED
@@ -1,14 +1,18 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
files: `(en) Files`,
|
3
3
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
4
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
5
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
6
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
7
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
4
8
|
needsYourReview: `(en) Needs Your Review`,
|
5
9
|
buyersRequest: `(en) Buyer's request`,
|
6
10
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
7
11
|
hideListing: `(en) Hide listing`,
|
8
|
-
|
12
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
9
13
|
supportedFormats: `(en) Supported formats:`,
|
10
14
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
11
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
15
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
12
16
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
13
17
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
14
18
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -18,6 +22,11 @@ export const text: text = {
|
|
18
22
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
19
23
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
20
24
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
25
|
+
new: `(en) New`,
|
26
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
27
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
28
|
+
instantDownload: `(en) Instant Download`,
|
29
|
+
customWork: `(en) Custom Work`,
|
21
30
|
noOrders: `(en) No orders`,
|
22
31
|
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
32
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -26,6 +35,9 @@ export const text: text = {
|
|
26
35
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
27
36
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
28
37
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
38
|
+
artGallery: `(en) Art Gallery`,
|
39
|
+
commission: `(en) Commission`,
|
40
|
+
digitalStore: `(en) Digital Store`,
|
29
41
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
30
42
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
31
43
|
optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
|
@@ -61,7 +73,6 @@ export const text: text = {
|
|
61
73
|
addMoreProductsToYourShop: `Добавьте больше товаров в ваш магазин`,
|
62
74
|
addMore: `Добавить ещё`,
|
63
75
|
addNewArt: `Добавить новый арт`,
|
64
|
-
addPreview: `Добавить превью`,
|
65
76
|
addSignInVia: `Добавить вход через`,
|
66
77
|
addToCart: `Добавить в корзину`,
|
67
78
|
advancedOptions: `Дополнительные параметры`,
|
package/src/spanish.ts
CHANGED
@@ -3,15 +3,19 @@ export const text: text = {
|
|
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
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
6
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
7
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
8
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
9
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
6
10
|
needsYourReview: `(en) Needs Your Review`,
|
7
11
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
8
12
|
buyersRequest: `(en) Buyer's request`,
|
9
13
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
10
14
|
hideListing: `(en) Hide listing`,
|
11
|
-
|
15
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
12
16
|
supportedFormats: `(en) Supported formats:`,
|
13
17
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
14
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
18
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
15
19
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
16
20
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
17
21
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -21,6 +25,11 @@ export const text: text = {
|
|
21
25
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
26
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
27
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
28
|
+
new: `(en) New`,
|
29
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
30
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
31
|
+
instantDownload: `(en) Instant Download`,
|
32
|
+
customWork: `(en) Custom Work`,
|
24
33
|
noOrders: `(en) No orders`,
|
25
34
|
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
35
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +38,9 @@ export const text: text = {
|
|
29
38
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
39
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
40
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
41
|
+
artGallery: `(en) Art Gallery`,
|
42
|
+
commission: `(en) Commission`,
|
43
|
+
digitalStore: `(en) Digital Store`,
|
32
44
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
45
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
46
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
addMoreProductsToYourShop: `Agrega más productos a tu tienda`,
|
64
76
|
addMore: `Agregar más`,
|
65
77
|
addNewArt: `Agregar arte nuevo`,
|
66
|
-
addPreview: `Agregar vista previa`,
|
67
78
|
addSignInVia: `Añadir inicio de sesión mediante`,
|
68
79
|
addToCart: `Agregar al carrito`,
|
69
80
|
advancedOptions: `Opciones avanzadas`,
|
package/src/thai.ts
CHANGED
@@ -3,15 +3,19 @@ export const text: text = {
|
|
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
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
6
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
7
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
8
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
9
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
6
10
|
needsYourReview: `(en) Needs Your Review`,
|
7
11
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
8
12
|
buyersRequest: `(en) Buyer's request`,
|
9
13
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
10
14
|
hideListing: `(en) Hide listing`,
|
11
|
-
|
15
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
12
16
|
supportedFormats: `(en) Supported formats:`,
|
13
17
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
14
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
18
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
15
19
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
16
20
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
17
21
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -21,6 +25,11 @@ export const text: text = {
|
|
21
25
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
26
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
27
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
28
|
+
new: `(en) New`,
|
29
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
30
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
31
|
+
instantDownload: `(en) Instant Download`,
|
32
|
+
customWork: `(en) Custom Work`,
|
24
33
|
noOrders: `(en) No orders`,
|
25
34
|
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
35
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +38,9 @@ export const text: text = {
|
|
29
38
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
39
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
40
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
41
|
+
artGallery: `(en) Art Gallery`,
|
42
|
+
commission: `(en) Commission`,
|
43
|
+
digitalStore: `(en) Digital Store`,
|
32
44
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
45
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
46
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
addMoreProductsToYourShop: `เพิ่มสินค้าลงในร้านของคุณมากขึ้น`,
|
64
76
|
addMore: `เพิ่มเติม`,
|
65
77
|
addNewArt: `เพิ่มงานวาดใหม่`,
|
66
|
-
addPreview: `เพิ่มพรีวิว`,
|
67
78
|
addSignInVia: `เพิ่มการเข้าสู่ระบบผ่าน`,
|
68
79
|
addToCart: `เพิ่มลงในตะกร้า`,
|
69
80
|
advancedOptions: `ตัวเลือกขั้นสูง`,
|
package/src/vietnamese.ts
CHANGED
@@ -3,15 +3,19 @@ export const text: text = {
|
|
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
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
6
|
+
uploadTheFilesYourBuyerWillGet: `(en) Upload the files your buyer will get`,
|
7
|
+
makeSureEverythingIsReadyToGoNoEditsAfterPublishing: `(en) Make sure everything is ready to go — no edits after publishing`,
|
8
|
+
addFilesForTheBuyer: `(en) Add files for the buyer`,
|
9
|
+
selectFilesForPreview: `(en) Select files for preview`,
|
6
10
|
needsYourReview: `(en) Needs Your Review`,
|
7
11
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
8
12
|
buyersRequest: `(en) Buyer's request`,
|
9
13
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
10
14
|
hideListing: `(en) Hide listing`,
|
11
|
-
|
15
|
+
uploadUpToNumberFiles: (...v) => `(en) Upload up to <b>${v[0]}</b> files`,
|
12
16
|
supportedFormats: `(en) Supported formats:`,
|
13
17
|
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
14
|
-
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per
|
18
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per file`,
|
15
19
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
16
20
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
17
21
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
@@ -21,6 +25,11 @@ export const text: text = {
|
|
21
25
|
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
22
26
|
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
23
27
|
uploadedFilesLocked: `(en) You uploaded these files when you created the post. They're now locked but still visible below`,
|
28
|
+
new: `(en) New`,
|
29
|
+
createPersonalizedWorkTailoredToEachRequest: `(en) Create personalized work tailored to each request`,
|
30
|
+
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
31
|
+
instantDownload: `(en) Instant Download`,
|
32
|
+
customWork: `(en) Custom Work`,
|
24
33
|
noOrders: `(en) No orders`,
|
25
34
|
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
35
|
beSpecificAboutTheContent: `(en) Be specific about the content (e.g. number of files, formats, canvas resolution)`,
|
@@ -29,6 +38,9 @@ export const text: text = {
|
|
29
38
|
listAnyContentOrRequestsYouDontAccept: `(en) List any content or requests you <b>don't accept</b> (e.g. NSFW, political, religious, or offensive material)`,
|
30
39
|
offerOptionalExtras: `(en) Offer optional extras like <b>rush delivery</b>, an <b>extra character</b>, or a <b>detailed background</b>`,
|
31
40
|
extrasHelpBoostIncome: `(en) Extras help buyers customize their order and can boost your income`,
|
41
|
+
artGallery: `(en) Art Gallery`,
|
42
|
+
commission: `(en) Commission`,
|
43
|
+
digitalStore: `(en) Digital Store`,
|
32
44
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
33
45
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
34
46
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
addMoreProductsToYourShop: `Thêm nhiều sản phẩm vào cửa hàng của bạn`,
|
64
76
|
addMore: `Thêm`,
|
65
77
|
addNewArt: `Thêm tác phẩm mới`,
|
66
|
-
addPreview: `Thêm bản xem trước`,
|
67
78
|
addSignInVia: `Thêm đăng nhập qua`,
|
68
79
|
addToCart: `Thêm vào giỏ hàng`,
|
69
80
|
advancedOptions: `Tùy chọn nâng cao`,
|