@anime.club/translations 1.1.98 → 1.1.100

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.98",
7
+ "version": "1.1.100",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: `: `,
38
44
  _comma: `، `,
39
45
  _dot: `. `,
@@ -98,8 +104,6 @@ export const text: text = {
98
104
  cancel: `إلغاء`,
99
105
  canceled: `تم الإلغاء`,
100
106
  cancelOrder: `إلغاء الطلب`,
101
- cancellationReason: `سبب الإلغاء`,
102
- cancellationInitiator: `مبادر الإلغاء`,
103
107
  cannotStartWithChars: `لا يمكن البدء بـs{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
104
108
  change: `تغيير`,
105
109
  checkOrderStatus: `تحقق من حالة الطلب`,
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: `:`,
38
44
  _comma: `、`,
39
45
  _dot: `。`,
@@ -98,8 +104,6 @@ export const text: text = {
98
104
  cancel: `取消`,
99
105
  canceled: `已取消`,
100
106
  cancelOrder: `取消订单`,
101
- cancellationReason: `取消原因`,
102
- cancellationInitiator: `取消发起人`,
103
107
  cannotStartWithChars: `无法以{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
104
108
  change: `更改`,
105
109
  checkOrderStatus: `检查订单状态`,
package/src/english.ts CHANGED
@@ -67,8 +67,6 @@ export const text = {
67
67
  cancel: `Cancel`,
68
68
  canceled: `Canceled`,
69
69
  cancelOrder: `Cancel order`,
70
- cancellationReason: `Cancellation reason`,
71
- cancellationInitiator: `Cancellation initiator`,
72
70
  cannotStartWithChars: `Cannot start with {:"^$*[]{}()?-"!@#%&/\\,><':;|~\`"`,
73
71
  change: `Change`,
74
72
  checkOutMyShop: `Check out my shop`,
@@ -122,6 +120,7 @@ export const text = {
122
120
  decline: `Decline`,
123
121
  deletePost: `Delete post`,
124
122
  deleteProduct: `Delete product`,
123
+ download: `Dowload`,
125
124
  deliveryTime: `Delivery time`,
126
125
  describeTheDetailsOfYourExtra: `Describe the details of your extra`,
127
126
  description: `Description`,
@@ -329,6 +328,7 @@ export const text = {
329
328
  rankings: `Rankings`,
330
329
  reorderFiles: `Reorder files`,
331
330
  report: `Report`,
331
+ reason: `Reason`,
332
332
  revisions: `Revisions`,
333
333
  yourOrderIncludesXRevisionS: (num: number) =>
334
334
  `Your order includes ${num} revision(s)`,
@@ -374,6 +374,7 @@ export const text = {
374
374
  successChangedPasswordPleaseSignIn: `Success! Changed password. Please sign in`,
375
375
  successCreatedRecord: `Success! Created record!`,
376
376
  successUpdatedRecord: `Success! Updated record!`,
377
+ successfullyDownloaded: `Successfully downloaded!`,
377
378
  supportMeOn: `Support me on`,
378
379
  syncWithSystem: `Sync with system`,
379
380
  tellUsAboutYourself: `Tell us about yourself`,
@@ -405,11 +406,12 @@ export const text = {
405
406
  unfollow: `Unfollow`,
406
407
  unlimited: `Unlimited`,
407
408
  upload: `Upload`,
408
- uploadFiles: `Upload files`,
409
409
  uploadNew: `Upload new`,
410
410
  uploadNewPost: `Upload new post`,
411
411
  uploadNewProduct: `Upload new product`,
412
412
  username: `Username`,
413
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `Please upload only finished work here`,
414
+ allWIPRelatedFilesShouldBeUploadedInMessages: `All WIP-related files should be uploaded in messages`,
413
415
  usernameAlreadyExists: `Username already exists`,
414
416
  usernameAndXMoreFollowYou: (username: string, numberOfNotifiers: number) =>
415
417
  `<b>${username}</b> and ${numberOfNotifiers} more follow you`,
@@ -421,6 +423,7 @@ export const text = {
421
423
  usernameLikesYourArt: (username: string) =>
422
424
  `<b>${username}</b> likes your art`,
423
425
  useThisEmailTo: `Use this email to: authenticate, receive notifications`,
426
+ unfortunatelyTheSellerHadToCancelThisOrder: `Unfortunately, the seller had to cancel this order`,
424
427
  valueIsNotTheSame: `Value is not the same`,
425
428
  verificationCode: `Verification Code`,
426
429
  verifyCode: `Verify code`,
@@ -470,6 +473,7 @@ export const text = {
470
473
  couldYouPleaseProvideTheReasonForTheCancellation: `Could you please provide the reason for the cancellation`,
471
474
  yourFeedbackWouldBeGreatlyAppreciated: `Your feedback would be greatly appreciated`,
472
475
  yourArts: `Your arts`,
476
+ youCanceledTheOrder: `You canceled the order`,
473
477
  yourAvatar: `Your avatar`,
474
478
  yourBlog: `Your blog`,
475
479
  yourFansAreWaiting: `Your fans are waiting`,
package/src/french.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: ` : `,
38
44
  _comma: `, `,
39
45
  _dot: `. `,
@@ -100,8 +106,6 @@ export const text: text = {
100
106
  cancel: `Annuler`,
101
107
  canceled: `Annulé`,
102
108
  cancelOrder: `Annuler la commande`,
103
- cancellationReason: `Raison de l'annulation`,
104
- cancellationInitiator: `Initiateur de l'annulation`,
105
109
  cannotStartWithChars: `Impossible de démarrer avec s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
106
110
  change: `Changer`,
107
111
  checkOrderStatus: `Vérifier le statut de la commande`,
package/src/german.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: `: `,
38
44
  _comma: `, `,
39
45
  _dot: `. `,
@@ -99,8 +105,6 @@ export const text: text = {
99
105
  cancel: `stornieren`,
100
106
  canceled: `Abgebrochen`,
101
107
  cancelOrder: `Bestellung stornieren`,
102
- cancellationReason: `Stornierungsgrund`,
103
- cancellationInitiator: `Stornierungsinitiator`,
104
108
  cannotStartWithChars: `Kann nicht mit s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
105
109
  change: `Ändern`,
106
110
  checkOrderStatus: `Bestellstatus überprüfen`,
package/src/hindi.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: `: `,
38
44
  _comma: `, `,
39
45
  _dot: `| `,
@@ -99,8 +105,6 @@ export const text: text = {
99
105
  cancel: `रद्द करें`,
100
106
  canceled: `रद्द`,
101
107
  cancelOrder: `आदेश रद्द करें`,
102
- cancellationReason: `रद्द करने का कारण`,
103
- cancellationInitiator: `रद्द करने की पहल करने वाला`,
104
108
  cannotStartWithChars: `इस के साथ शुरू नहीं कर सकते{:"^$*[]{}()?-"!@#%&/,><':;|~\`" `,
105
109
  change: `बदलें`,
106
110
  checkOrderStatus: `आदेश की स्थिति जांचें`,
package/src/indonesian.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: `: `,
38
44
  _comma: `, `,
39
45
  _dot: `. `,
@@ -99,8 +105,6 @@ export const text: text = {
99
105
  cancel: `batalkan`,
100
106
  canceled: `Dibatalkan`,
101
107
  cancelOrder: `Batalkan pesanan`,
102
- cancellationReason: `Alasan pembatalan`,
103
- cancellationInitiator: `Penggagas pembatalan`,
104
108
  cannotStartWithChars: `Tidak dapat memulai dengan {:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
105
109
  change: `Ubah`,
106
110
  checkOrderStatus: `Periksa status pesanan`,
package/src/japanese.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: `:`,
38
44
  _comma: `、`,
39
45
  _dot: `。`,
@@ -99,8 +105,6 @@ export const text: text = {
99
105
  cancel: `キャンセルする`,
100
106
  canceled: `キャンセル済み`,
101
107
  cancelOrder: `注文をキャンセル`,
102
- cancellationReason: `キャンセル理由`,
103
- cancellationInitiator: `キャンセルの発起人`,
104
108
  cannotStartWithChars: `s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"から始めることはできません`,
105
109
  change: `変更`,
106
110
  checkOrderStatus: `注文状況を確認する`,
package/src/korean.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: `: `,
38
44
  _comma: `, `,
39
45
  _dot: `. `,
@@ -98,8 +104,6 @@ export const text: text = {
98
104
  cancel: `취소`,
99
105
  canceled: `취소됨`,
100
106
  cancelOrder: `주문 취소`,
101
- cancellationReason: `취소 이유`,
102
- cancellationInitiator: `취소 발기인`,
103
107
  cannotStartWithChars: `s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"로 시작할 수 없습니다.`,
104
108
  change: `변경`,
105
109
  checkOrderStatus: `주문 상태 확인`,
package/src/portuguese.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: `: `,
38
44
  _comma: `, `,
39
45
  _dot: `. `,
@@ -100,8 +106,6 @@ export const text: text = {
100
106
  cancel: `cancelar`,
101
107
  canceled: `Cancelado`,
102
108
  cancelOrder: `Cancelar pedido`,
103
- cancellationReason: `Motivo do cancelamento`,
104
- cancellationInitiator: `Iniciador do cancelamento`,
105
109
  cannotStartWithChars: `Não pode começar com s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
106
110
  change: `Alterar`,
107
111
  checkOrderStatus: `Verificar status do pedido`,
package/src/russian.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: `: `,
38
44
  _comma: `, `,
39
45
  _dot: `. `,
@@ -99,8 +105,6 @@ export const text: text = {
99
105
  cancel: `отмена`,
100
106
  canceled: `Отменен`,
101
107
  cancelOrder: `Отменить заказ`,
102
- cancellationReason: `Причина отмены`,
103
- cancellationInitiator: `Инициатор отмены`,
104
108
  cannotStartWithChars: `Не может начинаться с s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
105
109
  change: `Изменить`,
106
110
  checkOrderStatus: `Проверить статус заказа`,
package/src/spanish.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: `: `,
38
44
  _comma: `, `,
39
45
  _dot: `. `,
@@ -100,8 +106,6 @@ export const text: text = {
100
106
  cancel: `cancelar`,
101
107
  canceled: `Cancelado`,
102
108
  cancelOrder: `Cancelar pedido`,
103
- cancellationReason: `Razón de cancelación`,
104
- cancellationInitiator: `Iniciador de la cancelación`,
105
109
  cannotStartWithChars: `No puedo empezar con s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
106
110
  change: `Cambiar`,
107
111
  checkOrderStatus: `Verificar estado del pedido`,
package/src/thai.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: `: `,
38
44
  _comma: `, `,
39
45
  _dot: `. `,
@@ -98,8 +104,6 @@ export const text: text = {
98
104
  cancel: `ยกเลิก`,
99
105
  canceled: `ยกเลิกแล้ว`,
100
106
  cancelOrder: `ยกเลิกคำสั่งซื้อ`,
101
- cancellationReason: `เหตุผลในการยกเลิก`,
102
- cancellationInitiator: `ผู้ริเริ่มการยกเลิก`,
103
107
  cannotStartWithChars: `ห้ามมี s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
104
108
  change: `เปลี่ยนแปลง`,
105
109
  checkOrderStatus: `ตรวจสอบสถานะคำสั่งซื้อ`,
package/src/vietnamese.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
9
9
  createAShopWithStripe: `(en) Create a shop with Stripe`,
10
10
  createdBy: `(en) Created by`,
11
+ download: `(en) Dowload`,
11
12
  describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
12
13
  extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
13
14
  hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
@@ -23,6 +24,7 @@ export const text: text = {
23
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
24
25
  pleaseRespondToTheOrderBy: (...v) =>
25
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
26
28
  yourOrderIncludesXRevisionS: (...v) =>
27
29
  `(en) Your order includes ${v[0]} revision(s)`,
28
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -30,10 +32,14 @@ export const text: text = {
30
32
  shareYourFavoritePiecesOn: (...v) =>
31
33
  `(en) Share your favorite pieces on ${v[0]}`,
32
34
  startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
35
+ successfullyDownloaded: `(en) Successfully downloaded!`,
33
36
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
34
37
  thisFieldIsOptional: `(en) This field is optional`,
35
- uploadFiles: `(en) Upload files`,
38
+ pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
+ allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
36
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
37
43
  _colon: `: `,
38
44
  _comma: `, `,
39
45
  _dot: `. `,
@@ -98,8 +104,6 @@ export const text: text = {
98
104
  cancel: `hủy`,
99
105
  canceled: `Đã hủy`,
100
106
  cancelOrder: `Hủy đơn hàng`,
101
- cancellationReason: `Lý do hủy`,
102
- cancellationInitiator: `Người khởi xướng hủy`,
103
107
  cannotStartWithChars: `Không thể bắt đầu bằng s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
104
108
  change: `Thay đổi`,
105
109
  checkOrderStatus: `Kiểm tra trạng thái đơn hàng`,