@anime.club/translations 1.1.95 → 1.1.97
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 +6 -1
- package/src/chinese-simplified.ts +6 -1
- package/src/english.ts +6 -1
- package/src/french.ts +6 -1
- package/src/german.ts +6 -1
- package/src/hindi.ts +6 -1
- package/src/indonesian.ts +6 -1
- package/src/japanese.ts +6 -1
- package/src/korean.ts +6 -1
- package/src/portuguese.ts +6 -1
- package/src/russian.ts +6 -1
- package/src/spanish.ts +6 -1
- package/src/thai.ts +6 -1
- package/src/vietnamese.ts +6 -1
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: `: `,
|
31
36
|
_comma: `، `,
|
32
37
|
_dot: `. `,
|
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: `:`,
|
31
36
|
_comma: `、`,
|
32
37
|
_dot: `。`,
|
package/src/english.ts
CHANGED
@@ -100,6 +100,7 @@ export const text = {
|
|
100
100
|
contractTitle: `Contract Title`,
|
101
101
|
copyLink: `Copy link`,
|
102
102
|
congratulations: `Congratulations!`,
|
103
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `Congratulations on successfully completing your order!`,
|
103
104
|
copyrightViolation: `Copyright violation`,
|
104
105
|
couldNotCreateANewRecord: `Could not create a new record`,
|
105
106
|
country: `Country`,
|
@@ -295,7 +296,8 @@ export const text = {
|
|
295
296
|
personal: `Personal`,
|
296
297
|
personalCircumstances: `Personal circumstances`,
|
297
298
|
pleaseCheckYour: (value: string) => `Please check your ${value}`,
|
298
|
-
|
299
|
+
pleaseRateYourOrder: `Please rate your order`,
|
300
|
+
feelFreeToShareReferenceImagesAndMaterials: `Feel free to share reference images and materials to help the artist create your piece`,
|
299
301
|
pleaseDoNotShareYourPrivateInformationToOthers: `Please do not share your private information to others`,
|
300
302
|
pleaseEnterANumberBetweenXandX: (min: number, max: number) =>
|
301
303
|
`Please enter a number between ${min} and ${max}`,
|
@@ -307,6 +309,8 @@ export const text = {
|
|
307
309
|
platform: `Platform`,
|
308
310
|
pleaseStartTyping: `Please start typing`,
|
309
311
|
pleaseReviewTheBuyersReferenceFiles: `Please review the buyer's reference files and follow them as specified in the order's description`,
|
312
|
+
pleaseRespondToTheOrderBy: (date: string) =>
|
313
|
+
`Please respond to the order by ${date}`,
|
310
314
|
pleaseTryAgainOrClick: (buttonName: string) =>
|
311
315
|
`Please try again or click ${buttonName}`,
|
312
316
|
pleaseVerifyYourAccount: `Please verify your account`,
|
@@ -449,6 +453,7 @@ export const text = {
|
|
449
453
|
youCanAutoPublishToYourSocialMediaAccount: `You can auto publish to your social media account`,
|
450
454
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `You can modify the types of notifications you receive via email`,
|
451
455
|
youCanRequestRemovalOfYourAccount: `You can request removal of your account with all your data`,
|
456
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `Your feedback guides buyers and helps sellers offer better products`,
|
452
457
|
youCanStillNavigateToThePreviouslyOpenedPages: `You can still navigate to the previously opened pages`,
|
453
458
|
youDidNotSelectAnyChats: `You did not select any chats`,
|
454
459
|
youDidNotUpdateAnyValues: `You did not update any values`,
|
package/src/french.ts
CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: ` : `,
|
31
36
|
_comma: `, `,
|
32
37
|
_dot: `. `,
|
package/src/german.ts
CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: `: `,
|
31
36
|
_comma: `, `,
|
32
37
|
_dot: `. `,
|
package/src/hindi.ts
CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: `: `,
|
31
36
|
_comma: `, `,
|
32
37
|
_dot: `| `,
|
package/src/indonesian.ts
CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: `: `,
|
31
36
|
_comma: `, `,
|
32
37
|
_dot: `. `,
|
package/src/japanese.ts
CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: `:`,
|
31
36
|
_comma: `、`,
|
32
37
|
_dot: `。`,
|
package/src/korean.ts
CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: `: `,
|
31
36
|
_comma: `, `,
|
32
37
|
_dot: `. `,
|
package/src/portuguese.ts
CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: `: `,
|
31
36
|
_comma: `, `,
|
32
37
|
_dot: `. `,
|
package/src/russian.ts
CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: `: `,
|
31
36
|
_comma: `, `,
|
32
37
|
_dot: `. `,
|
package/src/spanish.ts
CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: `: `,
|
31
36
|
_comma: `, `,
|
32
37
|
_dot: `. `,
|
package/src/thai.ts
CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: `: `,
|
31
36
|
_comma: `, `,
|
32
37
|
_dot: `. `,
|
package/src/vietnamese.ts
CHANGED
@@ -5,6 +5,7 @@ export const text: text = {
|
|
5
5
|
checkOutMyShop: `(en) Check out my shop`,
|
6
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
7
7
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
8
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
8
9
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
9
10
|
createdBy: `(en) Created by`,
|
10
11
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
@@ -15,9 +16,12 @@ export const text: text = {
|
|
15
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
16
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
17
18
|
requestDetails: `(en) Request details`,
|
18
|
-
|
19
|
+
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
|
+
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
19
21
|
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
20
22
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
23
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
24
|
+
`(en) Please respond to the order by ${v[0]}`,
|
21
25
|
yourOrderIncludesXRevisionS: (...v) =>
|
22
26
|
`(en) Your order includes ${v[0]} revision(s)`,
|
23
27
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
@@ -27,6 +31,7 @@ export const text: text = {
|
|
27
31
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
28
32
|
thisFieldIsOptional: `(en) This field is optional`,
|
29
33
|
uploadFiles: `(en) Upload files`,
|
34
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
30
35
|
_colon: `: `,
|
31
36
|
_comma: `, `,
|
32
37
|
_dot: `. `,
|