@anime.club/translations 1.1.101 → 1.1.102

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.101",
7
+ "version": "1.1.102",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
package/src/english.ts CHANGED
@@ -29,6 +29,7 @@ export const text = {
29
29
  addToCart: `Add to cart`,
30
30
  advancedOptions: `Advanced options`,
31
31
  all: `All`,
32
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `All files you upload here will be available to the buyer`,
32
33
  alreadySignedIn: `Already signed in`,
33
34
  amount: `Amount`,
34
35
  amountShouldNotBeLessThan: (amount: number) =>
@@ -386,6 +387,7 @@ export const text = {
386
387
  themeMode: `Theme mode`,
387
388
  thisIsThePriceYouPropose: `This is the price you propose`,
388
389
  thisFieldIsOptional: `This field is optional`,
390
+ thisCannotBeUndoneEnsureYouveUploaded: `This cannot be undone. Ensure you've uploaded the final version before submitting`,
389
391
  threateningViolence: `Threatening violence`,
390
392
  title: `Title`,
391
393
  timeConstraints: `Time constraints`,
@@ -401,6 +403,7 @@ export const text = {
401
403
  `To view this data, you need to unblock @${username}`,
402
404
  trademarkViolation: `Trademark violation`,
403
405
  typeYourTextHere: `Type your text here...`,
406
+ theSellerHasUploadedTheseFilesForYou: `The seller has uploaded these files for you. Download them below!`,
404
407
  unblock: `Unblock`,
405
408
  unblockUser: (username: string) => `Unblock @${username}`,
406
409
  unfollow: `Unfollow`,
package/src/french.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
package/src/german.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
package/src/hindi.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
package/src/indonesian.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
package/src/japanese.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
package/src/korean.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
package/src/portuguese.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
package/src/russian.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
package/src/spanish.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
package/src/thai.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
package/src/vietnamese.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
4
4
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
5
+ allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
5
6
  checkOutMyShop: `(en) Check out my shop`,
6
7
  commercialUseAllowed: `(en) Commercial use allowed`,
7
8
  commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
@@ -35,6 +36,8 @@ export const text: text = {
35
36
  successfullyDownloaded: `(en) Successfully downloaded!`,
36
37
  tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
37
38
  thisFieldIsOptional: `(en) This field is optional`,
39
+ thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
40
+ theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
38
41
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
39
42
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
43
  unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>