@anime.club/translations 1.1.103 → 1.1.105
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 +13 -1
- package/src/chinese-simplified.ts +13 -1
- package/src/english.ts +14 -2
- package/src/french.ts +13 -1
- package/src/german.ts +13 -1
- package/src/hindi.ts +13 -1
- package/src/indonesian.ts +13 -1
- package/src/japanese.ts +13 -1
- package/src/korean.ts +13 -1
- package/src/portuguese.ts +13 -1
- package/src/russian.ts +13 -1
- package/src/spanish.ts +13 -1
- package/src/thai.ts +13 -1
- package/src/vietnamese.ts +13 -1
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
package/src/english.ts
CHANGED
@@ -9,6 +9,7 @@ export const text = {
|
|
9
9
|
about: `About`,
|
10
10
|
accept: `Accept`,
|
11
11
|
acceptOrder: `Accept order`,
|
12
|
+
acceptTheOrder: `Accept the order`,
|
12
13
|
account: `Account`,
|
13
14
|
accountDeleted: `Account deleted`,
|
14
15
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `AI-generated images and neural network filters are prohibited`,
|
@@ -58,8 +59,10 @@ export const text = {
|
|
58
59
|
awaitingSeller: `Awaiting seller`,
|
59
60
|
back: `Back`,
|
60
61
|
basePrice: `Base Price`,
|
62
|
+
bigAppreciationToTheSellerForTheirHardWork: `Big appreciation to the seller for their hard work`,
|
61
63
|
block: `Block`,
|
62
64
|
blockUser: (username: string) => `Block @${username}`,
|
65
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `Before accepting, please review the buyer's request carefully`,
|
63
66
|
blog: `Blog`,
|
64
67
|
bookmarks: `Bookmarks`,
|
65
68
|
browseArt: `Browse art`,
|
@@ -144,6 +147,7 @@ export const text = {
|
|
144
147
|
emailAlreadyUsedByAnotherAccount: `Email already used by another account`,
|
145
148
|
emailNotifications: `Email Notifications`,
|
146
149
|
enterOrPasteALink: `Enter or paste a link`,
|
150
|
+
enjoyYourPurchase: `Enjoy your purchase! 😊`,
|
147
151
|
enterTheAddressAssociatedWithYourAccount: `Enter the address associated with your account, and we'll email you a link to reset your password`,
|
148
152
|
enterYourPassword: `Enter your password`,
|
149
153
|
error: `Error`,
|
@@ -174,6 +178,8 @@ export const text = {
|
|
174
178
|
haveAnyQuestions: `Have any questions?`,
|
175
179
|
usernameHasCanceledTheOrder: (username: string) =>
|
176
180
|
`<b>${username}</b> has canceled the order`,
|
181
|
+
usernameHasSubmittedTheWork: (username: string) =>
|
182
|
+
`<b>${username}</b> has submitted the work`,
|
177
183
|
hasNotAddedADescriptionFor: (username: string, title: string) =>
|
178
184
|
`@${username} has not added a description for "${title}"`,
|
179
185
|
hasNotSharedAnyPublicDetailsYet: (username: string) =>
|
@@ -231,6 +237,7 @@ export const text = {
|
|
231
237
|
minimumNChars: (num: number) => `Minimum ${num} chars`,
|
232
238
|
minorAbuseOrSexualization: `Minor abuse or sexualization`,
|
233
239
|
makeSureToIncludeClearInstructions: `Make sure to include clear instructions on how each reference should be used`,
|
240
|
+
makeSureYouFullyUnderstandTheRequirements: `Make sure you fully understand the requirements and can complete the order by the deadline`,
|
234
241
|
makeSureYourProductsArePricedCompetitively: `Make sure your products are priced competitively`,
|
235
242
|
minWidth: `Min width`,
|
236
243
|
monthly: `Monthly`,
|
@@ -287,6 +294,7 @@ export const text = {
|
|
287
294
|
orderAgain: `Order again`,
|
288
295
|
orderDetails: `Order details`,
|
289
296
|
orderConfirmed: `Order confirmed`,
|
297
|
+
orderCompleted: `Order Completed 🎉`,
|
290
298
|
orderStatus: `Order status`,
|
291
299
|
orderOptions: `Order Options`,
|
292
300
|
otherReason: `Other reason`,
|
@@ -308,7 +316,9 @@ export const text = {
|
|
308
316
|
pleaseSignInToYourAccount: `Please sign in to your account`,
|
309
317
|
platform: `Platform`,
|
310
318
|
pleaseStartTyping: `Please start typing`,
|
319
|
+
pleaseTakeAMomentToReviewTheOrder: `🎉 Please take a moment to review the order`,
|
311
320
|
pleaseReviewTheBuyersReferenceFiles: `Please review the buyer's reference files and follow them as specified in the order's description`,
|
321
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `Please review the details carefully before proceeding`,
|
312
322
|
pleaseRespondToTheOrderBy: (date: string) =>
|
313
323
|
`Please respond to the order by ${date}`,
|
314
324
|
pleaseTryAgainOrClick: (buttonName: string) =>
|
@@ -383,11 +393,13 @@ export const text = {
|
|
383
393
|
termsOfUse: `Terms of use`,
|
384
394
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `Tell the buyer what they will get with this product`,
|
385
395
|
thankYouForReport: `Thank you for helping to maintain a safe and respectful online community`,
|
396
|
+
thankForYourSupport: `Thank you for your support!`,
|
386
397
|
theLinkIsBrokenOrPageHasBeenRemoved: `The link is broken or page has been removed`,
|
387
398
|
themeMode: `Theme mode`,
|
388
399
|
thisIsThePriceYouPropose: `This is the price you propose`,
|
389
400
|
thisFieldIsOptional: `This field is optional`,
|
390
|
-
|
401
|
+
thisCannotBeUndone: `This cannot be undone`,
|
402
|
+
ensureYouveUploadedTheFinalVersion: ` Ensure you've uploaded the final version before submitting`,
|
391
403
|
threateningViolence: `Threatening violence`,
|
392
404
|
title: `Title`,
|
393
405
|
timeConstraints: `Time constraints`,
|
@@ -469,7 +481,7 @@ export const text = {
|
|
469
481
|
youHaveNotSetAPassword: `You have not set a password`,
|
470
482
|
youHaveNotSharedAnythingYet: `You have not shared anything yet`,
|
471
483
|
youHaveReachedTheMaximumNumberOfFiles: `You have reached the maximum number of files`,
|
472
|
-
kindlyHoldOnForTheBuyersReview: `Kindly hold on for the buyer's review of the order
|
484
|
+
kindlyHoldOnForTheBuyersReview: `Kindly hold on for the buyer's review of the order`,
|
473
485
|
yourAccountIsVerifiedPleaseSignIn: `Your account is verified. Please sign in`,
|
474
486
|
yourAccountWillBeRemoved: (time: string) =>
|
475
487
|
`Your account will be removed ${time}`,
|
package/src/french.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
package/src/german.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
package/src/hindi.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
package/src/indonesian.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
package/src/japanese.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
package/src/korean.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
package/src/portuguese.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
package/src/russian.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
package/src/spanish.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
package/src/thai.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
package/src/vietnamese.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
acceptTheOrder: `(en) Accept the order`,
|
3
4
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
4
5
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
5
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
|
+
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
6
9
|
checkOutMyShop: `(en) Check out my shop`,
|
7
10
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
8
11
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
@@ -11,18 +14,25 @@ export const text: text = {
|
|
11
14
|
createdBy: `(en) Created by`,
|
12
15
|
download: `(en) Dowload`,
|
13
16
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
17
|
+
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
14
18
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
19
|
+
usernameHasSubmittedTheWork: (...v) =>
|
20
|
+
`(en) <b>${v[0]}</b> has submitted the work`,
|
15
21
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
16
22
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
23
|
+
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
17
24
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
18
25
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
19
26
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
20
27
|
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
21
28
|
requestDetails: `(en) Request details`,
|
29
|
+
orderCompleted: `(en) Order Completed 🎉`,
|
22
30
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
23
31
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
24
32
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
33
|
+
pleaseTakeAMomentToReviewTheOrder: `(en) 🎉 Please take a moment to review the order`,
|
25
34
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
35
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
26
36
|
pleaseRespondToTheOrderBy: (...v) =>
|
27
37
|
`(en) Please respond to the order by ${v[0]}`,
|
28
38
|
reason: `(en) Reason`,
|
@@ -35,8 +45,10 @@ export const text: text = {
|
|
35
45
|
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
36
46
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
37
47
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
48
|
+
thankForYourSupport: `(en) Thank you for your support!`,
|
38
49
|
thisFieldIsOptional: `(en) This field is optional`,
|
39
|
-
|
50
|
+
thisCannotBeUndone: `(en) This cannot be undone`,
|
51
|
+
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
40
52
|
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
|
41
53
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
42
54
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|