@anime.club/translations 1.1.115 → 1.1.117

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.115",
7
+ "version": "1.1.117",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,
package/src/english.ts CHANGED
@@ -13,6 +13,7 @@ export const text = {
13
13
  accountManagment: `Account management`,
14
14
  account: `Account`,
15
15
  accountDeleted: `Account deleted`,
16
+ animeShopBuyAndSellProducts: `Anime shop - buy and sell products`,
16
17
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `AI-generated images and neural network filters are prohibited`,
17
18
  accountActivation: `Account activation`,
18
19
  accountAlreadyExists: `Account already exists`,
@@ -264,6 +265,7 @@ export const text = {
264
265
  newOrder: `New order`,
265
266
  newPassword: `New password`,
266
267
  newProduct: `New product`,
268
+ newProducts: `New products`,
267
269
  newsFeed: `News feed`,
268
270
  next: `Next`,
269
271
  nextTimeYouAuthenticateYouCouldUseThe: `Next time you authenticate, you could use the connected account, instead of the login and password`,
@@ -337,6 +339,8 @@ export const text = {
337
339
  privateInformation: `Private information`,
338
340
  proceedToCheckout: `Proceed to Checkout`,
339
341
  product: `Product`,
342
+ itemReviews: `Item reviews`,
343
+ portfolio: `Portfolio`,
340
344
  profile: `Profile`,
341
345
  prohibitedTransaction: `Prohibited transaction`,
342
346
  promotions: `Promotions`,
@@ -349,6 +353,7 @@ export const text = {
349
353
  review: `Review`,
350
354
  rules: `Rules`,
351
355
  reviews: `Reviews`,
356
+ numOfReviews: (num: number | string) => `${num} reviews`,
352
357
  reviewed: `Reviewed`,
353
358
  reviewTitle: `Review title`,
354
359
  reason: `Reason`,
package/src/french.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,
package/src/german.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,
package/src/hindi.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,
package/src/indonesian.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,
package/src/japanese.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,
package/src/korean.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,
package/src/portuguese.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,
package/src/russian.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,
package/src/spanish.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,
package/src/thai.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,
package/src/vietnamese.ts CHANGED
@@ -2,6 +2,7 @@ export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
4
  accountManagment: `(en) Account management`,
5
+ animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
5
6
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
6
7
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
7
8
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -27,6 +28,7 @@ export const text: text = {
27
28
  makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
28
29
  makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
29
30
  makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
31
+ newProducts: `(en) New products`,
30
32
  noReviewsJustYet: `(en) No reviews just yet`,
31
33
  noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
32
34
  NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
@@ -42,9 +44,12 @@ export const text: text = {
42
44
  pleaseRespondToTheOrderBy: (...v) =>
43
45
  `(en) Please respond to the order by ${v[0]}`,
44
46
  payouts: `(en) Payouts`,
47
+ itemReviews: `(en) Item reviews`,
48
+ portfolio: `(en) Portfolio`,
45
49
  review: `(en) Review`,
46
50
  rules: `(en) Rules`,
47
51
  reviews: `(en) Reviews`,
52
+ numOfReviews: (...v) => `(en) ${v[0]} reviews`,
48
53
  reviewed: `(en) Reviewed`,
49
54
  reviewTitle: `(en) Review title`,
50
55
  reason: `(en) Reason`,