@anime.club/translations 1.1.113 → 1.1.115

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.113",
7
+ "version": "1.1.115",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,
package/src/english.ts CHANGED
@@ -10,6 +10,7 @@ export const text = {
10
10
  accept: `Accept`,
11
11
  acceptOrder: `Accept order`,
12
12
  acceptTheOrder: `Accept the order`,
13
+ accountManagment: `Account management`,
13
14
  account: `Account`,
14
15
  accountDeleted: `Account deleted`,
15
16
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `AI-generated images and neural network filters are prohibited`,
@@ -321,7 +322,7 @@ export const text = {
321
322
  pleaseSignInToYourAccount: `Please sign in to your account`,
322
323
  platform: `Platform`,
323
324
  pleaseStartTyping: `Please start typing`,
324
- pleaseTakeAMomentToReviewTheOrder: `Please take a moment to review the order 🙏 `,
325
+ pleaseTakeAMomentToReviewTheOrder: `Please take a moment to review the order`,
325
326
  pleaseReviewTheBuyersReferenceFiles: `Please review the buyer's reference files and follow them as specified in the order's description`,
326
327
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `Please review the details carefully before proceeding`,
327
328
  pleaseRespondToTheOrderBy: (date: string) =>
@@ -331,6 +332,7 @@ export const text = {
331
332
  pleaseVerifyYourAccount: `Please verify your account`,
332
333
  pressHereTo: `Press here to`,
333
334
  price: `Price`,
335
+ payouts: `Payouts`,
334
336
  privacyPolicy: `Privacy policy`,
335
337
  privateInformation: `Private information`,
336
338
  proceedToCheckout: `Proceed to Checkout`,
@@ -419,7 +421,7 @@ export const text = {
419
421
  titleYourExtraService: `Title your extra service`,
420
422
  theMaximumQuantityThatACustomerCanAdd: `The maximum quantity that a customer can add`,
421
423
  theReviewPeriodIsLimitedtoNdays: (numOfDays: number | string) =>
422
- `The review period is limited to ${numOfDays} days`,
424
+ `The review period is limited to <b>${numOfDays}</b> days`,
423
425
  toHelpTheCreatorCompleteYourOrder: `To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
424
426
  today: `Today`,
425
427
  toGetWorkRelatedNotifications: `To get work-related notifications`,
package/src/french.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,
package/src/german.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,
package/src/hindi.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,
package/src/indonesian.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,
package/src/japanese.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,
package/src/korean.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,
package/src/portuguese.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,
package/src/russian.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,
package/src/spanish.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,
package/src/thai.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,
package/src/vietnamese.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export const text: text = {
2
2
  _dash: `(en) - `,
3
3
  acceptTheOrder: `(en) Accept the order`,
4
+ accountManagment: `(en) Account management`,
4
5
  aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
5
6
  addMoreProductsToYourShop: `(en) Add more products to your shop`,
6
7
  allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
@@ -35,11 +36,12 @@ export const text: text = {
35
36
  pleaseRateYourOrder: `(en) Please rate your order`,
36
37
  feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
37
38
  pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
38
- pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order 🙏 `,
39
+ pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
39
40
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
40
41
  pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
41
42
  pleaseRespondToTheOrderBy: (...v) =>
42
43
  `(en) Please respond to the order by ${v[0]}`,
44
+ payouts: `(en) Payouts`,
43
45
  review: `(en) Review`,
44
46
  rules: `(en) Rules`,
45
47
  reviews: `(en) Reviews`,