@anime.club/translations 1.1.89 → 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 +14 -1
- package/src/chinese-simplified.ts +14 -1
- package/src/english.ts +14 -1
- package/src/french.ts +14 -1
- package/src/german.ts +14 -1
- package/src/hindi.ts +14 -1
- package/src/indonesian.ts +14 -1
- package/src/japanese.ts +14 -1
- package/src/korean.ts +14 -1
- package/src/portuguese.ts +14 -1
- package/src/russian.ts +14 -1
- package/src/spanish.ts +14 -1
- package/src/thai.ts +14 -1
- package/src/vietnamese.ts +14 -1
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: `: `,
|
@@ -88,7 +102,6 @@ export const text: text = {
|
|
88
102
|
close: `أغلق`,
|
89
103
|
colorTheme: `موضوع اللون`,
|
90
104
|
comingSoon: `قريبًا...`,
|
91
|
-
commercialUse: `الاستخدام التجاري`,
|
92
105
|
community: `المجتمع`,
|
93
106
|
completed: `تم الانتهاء`,
|
94
107
|
confirmAccount: `تأكيد الحساب`,
|
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: `:`,
|
@@ -88,7 +102,6 @@ export const text: text = {
|
|
88
102
|
close: `关`,
|
89
103
|
colorTheme: `颜色主题`,
|
90
104
|
comingSoon: `快来了…`,
|
91
|
-
commercialUse: `商业用途`,
|
92
105
|
community: `社区`,
|
93
106
|
completed: `已完成`,
|
94
107
|
confirmAccount: `确认帐号`,
|
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`,
|
@@ -80,7 +83,7 @@ export const text = {
|
|
80
83
|
close: `Close`,
|
81
84
|
colorTheme: `Color theme`,
|
82
85
|
comingSoon: `Coming soon…`,
|
83
|
-
|
86
|
+
commercialUseAllowed: `Commercial use allowed`,
|
84
87
|
commercialUseAllowsBuyersToUseYourProduct: `Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
85
88
|
community: `Community`,
|
86
89
|
completed: `Completed`,
|
@@ -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`,
|
@@ -271,6 +278,7 @@ export const text = {
|
|
271
278
|
openingSoon: `Opening Soon!`,
|
272
279
|
openToWork: `Open to work`,
|
273
280
|
optional: `Optional`,
|
281
|
+
requestDetails: `Request details`,
|
274
282
|
or: `or`,
|
275
283
|
order: `Order`,
|
276
284
|
outOfStock: `Out of stock`,
|
@@ -317,6 +325,8 @@ export const text = {
|
|
317
325
|
reorderFiles: `Reorder files`,
|
318
326
|
report: `Report`,
|
319
327
|
revisions: `Revisions`,
|
328
|
+
yourOrderIncludesXRevisionS: (num: number) =>
|
329
|
+
`Your order includes ${num} revision(s)`,
|
320
330
|
sales: `Sales`,
|
321
331
|
save: `Save`,
|
322
332
|
saveAvatar: `Save avatar`,
|
@@ -334,6 +344,9 @@ export const text = {
|
|
334
344
|
settings: `Settings`,
|
335
345
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `Setting up a shop is free and only takes a few minutes`,
|
336
346
|
share: `Share`,
|
347
|
+
shareYourShopOnSocialMedia: `Share your shop on social media`,
|
348
|
+
shareYourFavoritePiecesOn: (url: string) =>
|
349
|
+
`Share your favorite pieces on ${url}`,
|
337
350
|
shareYourArtWithTheWorld: `Share your art with the world`,
|
338
351
|
shareYourStory: `Share your story!`,
|
339
352
|
sharingPersonalInformation: `Sharing personal information`,
|
package/src/french.ts
CHANGED
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: ` : `,
|
@@ -90,7 +104,6 @@ export const text: text = {
|
|
90
104
|
close: `Fermer`,
|
91
105
|
colorTheme: `Thème de couleur`,
|
92
106
|
comingSoon: `À venir …`,
|
93
|
-
commercialUse: `Utilisation commerciale`,
|
94
107
|
community: `Communauté`,
|
95
108
|
completed: `Terminé`,
|
96
109
|
confirmAccount: `Confirmer le compte`,
|
package/src/german.ts
CHANGED
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: `: `,
|
@@ -89,7 +103,6 @@ export const text: text = {
|
|
89
103
|
close: `Schließen`,
|
90
104
|
colorTheme: `Farbthema`,
|
91
105
|
comingSoon: `Kommt bald…`,
|
92
|
-
commercialUse: `Kommerzielle Nutzung`,
|
93
106
|
community: `Gemeinschaft`,
|
94
107
|
completed: `Abgeschlossen`,
|
95
108
|
confirmAccount: `Konto bestätigen`,
|
package/src/hindi.ts
CHANGED
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: `: `,
|
@@ -89,7 +103,6 @@ export const text: text = {
|
|
89
103
|
close: `बंद करें`,
|
90
104
|
colorTheme: `रंग थीम`,
|
91
105
|
comingSoon: `जल्द ही आ रहा…`,
|
92
|
-
commercialUse: `वाणिज्यिक उपयोग`,
|
93
106
|
community: `समुदाय`,
|
94
107
|
completed: `पूर्ण`,
|
95
108
|
confirmAccount: `खाते की पुष्टि करें`,
|
package/src/indonesian.ts
CHANGED
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: `: `,
|
@@ -89,7 +103,6 @@ export const text: text = {
|
|
89
103
|
close: `Tutup`,
|
90
104
|
colorTheme: `Tema warna`,
|
91
105
|
comingSoon: `Segera...`,
|
92
|
-
commercialUse: `Penggunaan komersial`,
|
93
106
|
community: `Komunitas`,
|
94
107
|
completed: `Selesai`,
|
95
108
|
confirmAccount: `Konfirmasi akun`,
|
package/src/japanese.ts
CHANGED
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: `:`,
|
@@ -89,7 +103,6 @@ export const text: text = {
|
|
89
103
|
close: `閉じる`,
|
90
104
|
colorTheme: `カラーテーマ`,
|
91
105
|
comingSoon: `近日公開...`,
|
92
|
-
commercialUse: `商用利用`,
|
93
106
|
community: `コミュニティ`,
|
94
107
|
completed: `完了`,
|
95
108
|
confirmAccount: `アカウントを確認する`,
|
package/src/korean.ts
CHANGED
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: `: `,
|
@@ -88,7 +102,6 @@ export const text: text = {
|
|
88
102
|
close: `닫기`,
|
89
103
|
colorTheme: `색상 테마`,
|
90
104
|
comingSoon: `곧 출시됩니다…`,
|
91
|
-
commercialUse: `상업적 이용`,
|
92
105
|
community: `커뮤니티`,
|
93
106
|
completed: `완료됨`,
|
94
107
|
confirmAccount: `계정 확인`,
|
package/src/portuguese.ts
CHANGED
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: `: `,
|
@@ -90,7 +104,6 @@ export const text: text = {
|
|
90
104
|
close: `Fechar`,
|
91
105
|
colorTheme: `Tema de cor`,
|
92
106
|
comingSoon: `Em breve...`,
|
93
|
-
commercialUse: `Uso comercial`,
|
94
107
|
community: `Comunidade`,
|
95
108
|
completed: `Concluído`,
|
96
109
|
confirmAccount: `Confirmar a conta`,
|
package/src/russian.ts
CHANGED
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: `: `,
|
@@ -89,7 +103,6 @@ export const text: text = {
|
|
89
103
|
close: `Закрыть`,
|
90
104
|
colorTheme: `Цветовая тема`,
|
91
105
|
comingSoon: `Скоро...`,
|
92
|
-
commercialUse: `Коммерческое использование`,
|
93
106
|
community: `Сообщество`,
|
94
107
|
completed: `Завершен`,
|
95
108
|
confirmAccount: `Подтвердить аккаунт`,
|
package/src/spanish.ts
CHANGED
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: `: `,
|
@@ -90,7 +104,6 @@ export const text: text = {
|
|
90
104
|
close: `Cerrar`,
|
91
105
|
colorTheme: `Tema de color`,
|
92
106
|
comingSoon: `Próximamente...`,
|
93
|
-
commercialUse: `Uso comercial`,
|
94
107
|
community: `Comunidad`,
|
95
108
|
completed: `Completado`,
|
96
109
|
confirmAccount: `Confirmar cuenta`,
|
package/src/thai.ts
CHANGED
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: `: `,
|
@@ -88,7 +102,6 @@ export const text: text = {
|
|
88
102
|
close: `ปิด`,
|
89
103
|
colorTheme: `ธีมสี`,
|
90
104
|
comingSoon: `เร็วๆ นี้...`,
|
91
|
-
commercialUse: `ใช้เพื่อการค้า`,
|
92
105
|
community: `คอมมูนิตี้`,
|
93
106
|
completed: `เสร็จสมบูรณ์แล้ว`,
|
94
107
|
confirmAccount: `ยืนยันบัญชี`,
|
package/src/vietnamese.ts
CHANGED
@@ -1,11 +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`,
|
5
|
+
commercialUseAllowed: `(en) Commercial use allowed`,
|
2
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`,
|
3
8
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
4
9
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
10
|
+
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
5
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`,
|
6
14
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
15
|
+
requestDetails: `(en) Request details`,
|
7
16
|
pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
|
8
17
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
|
+
yourOrderIncludesXRevisionS: (...v) =>
|
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]}`,
|
9
23
|
thisFieldIsOptional: `(en) This field is optional`,
|
10
24
|
uploadFiles: `(en) Upload files`,
|
11
25
|
_colon: `: `,
|
@@ -88,7 +102,6 @@ export const text: text = {
|
|
88
102
|
close: `Đóng`,
|
89
103
|
colorTheme: `Chủ đề màu sắc`,
|
90
104
|
comingSoon: `Sắp ra mắt...`,
|
91
|
-
commercialUse: `Sử dụng thương mại`,
|
92
105
|
community: `Cộng đồng`,
|
93
106
|
completed: `Đã hoàn thành`,
|
94
107
|
confirmAccount: `Xác nhận tài khoản`,
|