@anime.club/translations 1.1.90 → 1.1.92

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 CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.1.90",
7
+ "version": "1.1.92",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: `: `,
@@ -127,7 +139,6 @@ export const text: text = {
127
139
  deletePost: `حذف المنشور`,
128
140
  deleteProduct: `حذف المنتج`,
129
141
  deliveryTime: `وقت التسليم`,
130
- describeTheDetailsOfYourProduct: `وصف تفاصيل منتجك`,
131
142
  description: `الوصف`,
132
143
  details: `التفاصيل`,
133
144
  didntReceiveEmail: `لم تتلقى البريد؟`,
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: `:`,
@@ -127,7 +139,6 @@ export const text: text = {
127
139
  deletePost: `删除贴文`,
128
140
  deleteProduct: `删除产品`,
129
141
  deliveryTime: `交货时间`,
130
- describeTheDetailsOfYourProduct: `描述您的产品细节`,
131
142
  description: `描述`,
132
143
  details: `细节`,
133
144
  didntReceiveEmail: `没有收到邮件吗?`,
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`,
@@ -117,7 +121,6 @@ export const text = {
117
121
  deletePost: `Delete post`,
118
122
  deleteProduct: `Delete product`,
119
123
  deliveryTime: `Delivery time`,
120
- describeTheDetailsOfYourProduct: `Describe the details of your product`,
121
124
  describeTheDetailsOfYourExtra: `Describe the details of your extra`,
122
125
  description: `Description`,
123
126
  details: `Details`,
@@ -174,6 +177,7 @@ export const text = {
174
177
  hasNotSharedAnyPublicDetailsYet: (username: string) =>
175
178
  `@${username} has not shared any public details yet`,
176
179
  hate: `Hate`,
180
+ hereAreAFewWaysToGetThingsRolling: `Here are a few ways to get things rolling`,
177
181
  hire: `Hire`,
178
182
  homepage: `Homepage`,
179
183
  howToContactYou: `How to contact you`,
@@ -225,6 +229,7 @@ export const text = {
225
229
  minimumNChars: (num: number) => `Minimum ${num} chars`,
226
230
  minorAbuseOrSexualization: `Minor abuse or sexualization`,
227
231
  makeSureToIncludeClearInstructions: `Make sure to include clear instructions on how each reference should be used`,
232
+ makeSureYourProductsArePricedCompetitively: `Make sure your products are priced competitively`,
228
233
  minWidth: `Min width`,
229
234
  monthly: `Monthly`,
230
235
  moreFrom: (username: string) => `More from ${username}`,
@@ -259,6 +264,7 @@ export const text = {
259
264
  notifications: `Notifications`,
260
265
  noActiveOrdersToShow: `No active orders to show`,
261
266
  notAcceptingOrders: `Not accepting orders`,
267
+ noSalesYetNoWorries: `No sales yet? No worries, you're just starting out`,
262
268
  nsfwContent18Plus: `NSFW Content (18+)`,
263
269
  NSFWIndicatesAdultContent: `18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
264
270
  numberOfAdjustmentsAClientCouldRequest: `Number of adjustments a client could request`,
@@ -337,6 +343,10 @@ export const text = {
337
343
  settings: `Settings`,
338
344
  settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `Setting up a shop is free and only takes a few minutes`,
339
345
  share: `Share`,
346
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `Share your rules and the types of requests you don’t accept`,
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`,
@@ -362,6 +372,7 @@ export const text = {
362
372
  tellUsAboutYourself: `Tell us about yourself`,
363
373
  termsAndConditions: `Terms and Conditions`,
364
374
  termsOfUse: `Terms of use`,
375
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `Tell the buyer what they will get with this product`,
365
376
  thankYouForReport: `Thank you for helping to maintain a safe and respectful online community`,
366
377
  theLinkIsBrokenOrPageHasBeenRemoved: `The link is broken or page has been removed`,
367
378
  themeMode: `Theme mode`,
package/src/french.ts CHANGED
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: ` : `,
@@ -129,7 +141,6 @@ export const text: text = {
129
141
  deletePost: `Supprimer le message`,
130
142
  deleteProduct: `Supprimer le produit`,
131
143
  deliveryTime: `Délai de livraison`,
132
- describeTheDetailsOfYourProduct: `Décrire les détails de votre produit`,
133
144
  description: `Description`,
134
145
  details: `Détails`,
135
146
  didntReceiveEmail: `Vous n'avez pas reçu le courriel ?`,
package/src/german.ts CHANGED
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: `: `,
@@ -128,7 +140,6 @@ export const text: text = {
128
140
  deletePost: `Beitrag löschen`,
129
141
  deleteProduct: `Produkt löschen`,
130
142
  deliveryTime: `Lieferzeit`,
131
- describeTheDetailsOfYourProduct: `Beschreibe die Details deines Produkts`,
132
143
  description: `Beschreibung`,
133
144
  details: `Einzelheiten`,
134
145
  didntReceiveEmail: `Haben Sie keine E-Mail erhalten?`,
package/src/hindi.ts CHANGED
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: `: `,
@@ -128,7 +140,6 @@ export const text: text = {
128
140
  deletePost: `पोस्ट हटायें`,
129
141
  deleteProduct: `उत्पाद हटाएं`,
130
142
  deliveryTime: `वितरण समय`,
131
- describeTheDetailsOfYourProduct: `अपने उत्पाद का विवरण दें`,
132
143
  description: `वर्णन`,
133
144
  details: `विवरण`,
134
145
  didntReceiveEmail: `ईमेल प्राप्त नहीं हुआ?`,
package/src/indonesian.ts CHANGED
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: `: `,
@@ -128,7 +140,6 @@ export const text: text = {
128
140
  deletePost: `Hapus postingan`,
129
141
  deleteProduct: `Hapus produk`,
130
142
  deliveryTime: `Waktu pengiriman`,
131
- describeTheDetailsOfYourProduct: `Jelaskan detail produk Anda`,
132
143
  description: `Deskripsi`,
133
144
  details: `Detail`,
134
145
  didntReceiveEmail: `Tidak menerima email?`,
package/src/japanese.ts CHANGED
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: `:`,
@@ -128,7 +140,6 @@ export const text: text = {
128
140
  deletePost: `投稿を削除する`,
129
141
  deleteProduct: `製品を削除する`,
130
142
  deliveryTime: `配達時間`,
131
- describeTheDetailsOfYourProduct: `製品の詳細を説明する`,
132
143
  description: `内容`,
133
144
  details: `詳細`,
134
145
  didntReceiveEmail: `メールが届きませんでしたか?`,
package/src/korean.ts CHANGED
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: `: `,
@@ -127,7 +139,6 @@ export const text: text = {
127
139
  deletePost: `포스트 삭제`,
128
140
  deleteProduct: `제품 삭제`,
129
141
  deliveryTime: `배송 시간`,
130
- describeTheDetailsOfYourProduct: `제품의 세부 정보 설명`,
131
142
  description: `서술`,
132
143
  details: `세부 사항`,
133
144
  didntReceiveEmail: `이메일을 받지 못하셨습니까?`,
package/src/portuguese.ts CHANGED
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: `: `,
@@ -129,7 +141,6 @@ export const text: text = {
129
141
  deletePost: `Apagar publicação`,
130
142
  deleteProduct: `Excluir produto`,
131
143
  deliveryTime: `Tempo de entrega`,
132
- describeTheDetailsOfYourProduct: `Descreva os detalhes do seu produto`,
133
144
  description: `Descrição`,
134
145
  details: `Detalhes`,
135
146
  didntReceiveEmail: `Não recebeu correio electrónico?`,
package/src/russian.ts CHANGED
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: `: `,
@@ -128,7 +140,6 @@ export const text: text = {
128
140
  deletePost: `Удалить запись`,
129
141
  deleteProduct: `Удалить продукт`,
130
142
  deliveryTime: `Срок доставки`,
131
- describeTheDetailsOfYourProduct: `Опишите детали вашего продукта`,
132
143
  description: `Описание`,
133
144
  details: `Подробности`,
134
145
  didntReceiveEmail: `Не получили email?`,
package/src/spanish.ts CHANGED
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: `: `,
@@ -129,7 +141,6 @@ export const text: text = {
129
141
  deletePost: `Eliminar publicación`,
130
142
  deleteProduct: `Eliminar producto`,
131
143
  deliveryTime: `Tiempo de entrega`,
132
- describeTheDetailsOfYourProduct: `Describe los detalles de tu producto`,
133
144
  description: `Descripción`,
134
145
  details: `Detalles`,
135
146
  didntReceiveEmail: `¿No recibió un correo electrónico?`,
package/src/thai.ts CHANGED
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: `: `,
@@ -127,7 +139,6 @@ export const text: text = {
127
139
  deletePost: `ลบโพสต์`,
128
140
  deleteProduct: `ลบผลิตภัณฑ์`,
129
141
  deliveryTime: `เวลาจัดส่ง`,
130
- describeTheDetailsOfYourProduct: `อธิบายรายละเอียดของผลิตภัณฑ์ของคุณ`,
131
142
  description: `คำอธิบาย`,
132
143
  details: `รายละเอียด`,
133
144
  didntReceiveEmail: `ยังไม่ได้รับอีเมลใช่ไหม`,
package/src/vietnamese.ts CHANGED
@@ -1,15 +1,27 @@
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
+ shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
21
+ shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
22
+ shareYourFavoritePiecesOn: (...v) =>
23
+ `(en) Share your favorite pieces on ${v[0]}`,
24
+ tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
13
25
  thisFieldIsOptional: `(en) This field is optional`,
14
26
  uploadFiles: `(en) Upload files`,
15
27
  _colon: `: `,
@@ -127,7 +139,6 @@ export const text: text = {
127
139
  deletePost: `Xóa bài viết`,
128
140
  deleteProduct: `Xóa sản phẩm`,
129
141
  deliveryTime: `Thời gian giao hàng`,
130
- describeTheDetailsOfYourProduct: `Mô tả chi tiết sản phẩm của bạn`,
131
142
  description: `Mô tả`,
132
143
  details: `Chi tiết`,
133
144
  didntReceiveEmail: `Không nhận được email?`,