@anime.club/translations 1.1.90 → 1.1.91
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 +10 -0
- package/src/chinese-simplified.ts +10 -0
- package/src/english.ts +10 -0
- package/src/french.ts +10 -0
- package/src/german.ts +10 -0
- package/src/hindi.ts +10 -0
- package/src/indonesian.ts +10 -0
- package/src/japanese.ts +10 -0
- package/src/korean.ts +10 -0
- package/src/portuguese.ts +10 -0
- package/src/russian.ts +10 -0
- package/src/spanish.ts +10 -0
- package/src/thai.ts +10 -0
- package/src/vietnamese.ts +10 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: `: `,
|
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: `:`,
|
package/src/english.ts
CHANGED
@@ -5,6 +5,7 @@ export const text = {
|
|
5
5
|
_exclamation: `! `,
|
6
6
|
_question: `? `,
|
7
7
|
_space: ` `,
|
8
|
+
_dash: `- `,
|
8
9
|
about: `About`,
|
9
10
|
accept: `Accept`,
|
10
11
|
acceptOrder: `Accept order`,
|
@@ -19,6 +20,7 @@ export const text = {
|
|
19
20
|
addBlog: `Add blog`,
|
20
21
|
addFile: `Add file`,
|
21
22
|
additionalResources: `Additional resources`,
|
23
|
+
addMoreProductsToYourShop: `Add more products to your shop`,
|
22
24
|
addMore: `Add more`,
|
23
25
|
addNewArt: `Add new art`,
|
24
26
|
addPreview: `Add preview`,
|
@@ -68,6 +70,7 @@ export const text = {
|
|
68
70
|
cancellationInitiator: `Cancellation initiator`,
|
69
71
|
cannotStartWithChars: `Cannot start with {:"^$*[]{}()?-"!@#%&/\\,><':;|~\`"`,
|
70
72
|
change: `Change`,
|
73
|
+
checkOutMyShop: `Check out my shop`,
|
71
74
|
checkOrderStatus: `Check order status`,
|
72
75
|
changeArt: `Change art`,
|
73
76
|
changeAvatar: `Change avatar`,
|
@@ -104,6 +107,7 @@ export const text = {
|
|
104
107
|
createExtrasForYourProduct: `Create extras for your product`,
|
105
108
|
createNewAccount: `Create new account`,
|
106
109
|
createYourShop: `Create your shop`,
|
110
|
+
createdBy: `Created by`,
|
107
111
|
currentPassword: `Current password`,
|
108
112
|
daily: `Daily`,
|
109
113
|
darkDefault: `Dark default`,
|
@@ -174,6 +178,7 @@ export const text = {
|
|
174
178
|
hasNotSharedAnyPublicDetailsYet: (username: string) =>
|
175
179
|
`@${username} has not shared any public details yet`,
|
176
180
|
hate: `Hate`,
|
181
|
+
hereAreAFewWaysToGetThingsRolling: `Here are a few ways to get things rolling`,
|
177
182
|
hire: `Hire`,
|
178
183
|
homepage: `Homepage`,
|
179
184
|
howToContactYou: `How to contact you`,
|
@@ -225,6 +230,7 @@ export const text = {
|
|
225
230
|
minimumNChars: (num: number) => `Minimum ${num} chars`,
|
226
231
|
minorAbuseOrSexualization: `Minor abuse or sexualization`,
|
227
232
|
makeSureToIncludeClearInstructions: `Make sure to include clear instructions on how each reference should be used`,
|
233
|
+
makeSureYourProductsArePricedCompetitively: `Make sure your products are priced competitively`,
|
228
234
|
minWidth: `Min width`,
|
229
235
|
monthly: `Monthly`,
|
230
236
|
moreFrom: (username: string) => `More from ${username}`,
|
@@ -259,6 +265,7 @@ export const text = {
|
|
259
265
|
notifications: `Notifications`,
|
260
266
|
noActiveOrdersToShow: `No active orders to show`,
|
261
267
|
notAcceptingOrders: `Not accepting orders`,
|
268
|
+
noSalesYetNoWorries: `No sales yet? No worries, you're just starting out`,
|
262
269
|
nsfwContent18Plus: `NSFW Content (18+)`,
|
263
270
|
NSFWIndicatesAdultContent: `18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
264
271
|
numberOfAdjustmentsAClientCouldRequest: `Number of adjustments a client could request`,
|
@@ -337,6 +344,9 @@ export const text = {
|
|
337
344
|
settings: `Settings`,
|
338
345
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `Setting up a shop is free and only takes a few minutes`,
|
339
346
|
share: `Share`,
|
347
|
+
shareYourShopOnSocialMedia: `Share your shop on social media`,
|
348
|
+
shareYourFavoritePiecesOn: (url: string) =>
|
349
|
+
`Share your favorite pieces on ${url}`,
|
340
350
|
shareYourArtWithTheWorld: `Share your art with the world`,
|
341
351
|
shareYourStory: `Share your story!`,
|
342
352
|
sharingPersonalInformation: `Sharing personal information`,
|
package/src/french.ts
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: ` : `,
|
package/src/german.ts
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: `: `,
|
package/src/hindi.ts
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: `: `,
|
package/src/indonesian.ts
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: `: `,
|
package/src/japanese.ts
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: `:`,
|
package/src/korean.ts
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: `: `,
|
package/src/portuguese.ts
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: `: `,
|
package/src/russian.ts
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: `: `,
|
package/src/spanish.ts
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: `: `,
|
package/src/thai.ts
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: `: `,
|
package/src/vietnamese.ts
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
_dash: `(en) - `,
|
3
|
+
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
|
+
checkOutMyShop: `(en) Check out my shop`,
|
2
5
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
3
6
|
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
7
|
+
createdBy: `(en) Created by`,
|
4
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
5
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
6
11
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
12
|
+
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
13
|
+
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
7
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
8
15
|
requestDetails: `(en) Request details`,
|
9
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
10
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
11
18
|
yourOrderIncludesXRevisionS: (...v) =>
|
12
19
|
`(en) Your order includes ${v[0]} revision(s)`,
|
20
|
+
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
|
+
shareYourFavoritePiecesOn: (...v) =>
|
22
|
+
`(en) Share your favorite pieces on ${v[0]}`,
|
13
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
14
24
|
uploadFiles: `(en) Upload files`,
|
15
25
|
_colon: `: `,
|