@anime.club/translations 1.1.107 → 1.1.109
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 +1 -1
- package/src/arabic-standard.ts +6 -2
- package/src/chinese-simplified.ts +6 -2
- package/src/english.ts +6 -2
- package/src/french.ts +6 -2
- package/src/german.ts +6 -2
- package/src/hindi.ts +6 -2
- package/src/indonesian.ts +6 -2
- package/src/japanese.ts +6 -2
- package/src/korean.ts +6 -2
- package/src/portuguese.ts +6 -2
- package/src/russian.ts +6 -2
- package/src/spanish.ts +6 -2
- package/src/thai.ts +6 -2
- package/src/vietnamese.ts +6 -2
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -448,7 +453,6 @@ export const text: text = {
|
|
448
453
|
visitOurDiscordChannelToGetMoreDetails: `قم بزيارة قناتنا في ديسكورد للحصول على مزيد من التفاصيل`,
|
449
454
|
weAreOnInstagram: `تجدنا على انستقرام`,
|
450
455
|
weAreWorkingOnIt: `نعمل على الأمر`,
|
451
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `عمل جيد! تم إكمال عملك بنجاح`,
|
452
456
|
weDoNotDisplayNSFWContentYet: `لا نعرض محتوى للبالغين بعد`,
|
453
457
|
weekly: `أسبوعيًا`,
|
454
458
|
whenYouPurchaseSomethingItWillAppearHere: `عند شراء شيء ما، سيظهر هنا`,
|
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -443,7 +448,6 @@ export const text: text = {
|
|
443
448
|
visitOurDiscordChannelToGetMoreDetails: `访问我们的discord 频道以获取更多详细信息`,
|
444
449
|
weAreOnInstagram: `我们在Instagram上`,
|
445
450
|
weAreWorkingOnIt: `我们正在做这件事`,
|
446
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `做得好!您的工作已成功完成`,
|
447
451
|
weDoNotDisplayNSFWContentYet: `我们尚未显示NSFW内容`,
|
448
452
|
weekly: `每周`,
|
449
453
|
whenYouPurchaseSomethingItWillAppearHere: `当您购买某物时,它将出现在这里`,
|
package/src/english.ts
CHANGED
@@ -62,6 +62,8 @@ export const text = {
|
|
62
62
|
bigAppreciationToTheSellerForTheirHardWork: `Big appreciation to the seller for their hard work`,
|
63
63
|
block: `Block`,
|
64
64
|
buyerReviewedTheOrder: `Buyer reviewed the order`,
|
65
|
+
buyerHasNotLeftAReviewYet: `Buyer has not left a review yet`,
|
66
|
+
feedbackReceived: `Feedback received!`,
|
65
67
|
blockUser: (username: string) => `Block @${username}`,
|
66
68
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `Before accepting, please review the buyer's request carefully`,
|
67
69
|
blog: `Blog`,
|
@@ -126,6 +128,7 @@ export const text = {
|
|
126
128
|
deletePost: `Delete post`,
|
127
129
|
deleteProduct: `Delete product`,
|
128
130
|
download: `Dowload`,
|
131
|
+
downloadThemBelow: `Download them below`,
|
129
132
|
deliveryTime: `Delivery time`,
|
130
133
|
describeTheDetailsOfYourExtra: `Describe the details of your extra`,
|
131
134
|
description: `Description`,
|
@@ -341,6 +344,7 @@ export const text = {
|
|
341
344
|
reorderFiles: `Reorder files`,
|
342
345
|
report: `Report`,
|
343
346
|
review: `Review`,
|
347
|
+
reviewed: `Reviewed`,
|
344
348
|
reviewTitle: `Review title`,
|
345
349
|
reason: `Reason`,
|
346
350
|
revisions: `Revisions`,
|
@@ -419,7 +423,7 @@ export const text = {
|
|
419
423
|
`To view this data, you need to unblock @${username}`,
|
420
424
|
trademarkViolation: `Trademark violation`,
|
421
425
|
typeYourTextHere: `Type your text here...`,
|
422
|
-
theSellerHasUploadedTheseFilesForYou: `The seller has uploaded these files for you
|
426
|
+
theSellerHasUploadedTheseFilesForYou: `The seller has uploaded these files for you`,
|
423
427
|
unblock: `Unblock`,
|
424
428
|
unblockUser: (username: string) => `Unblock @${username}`,
|
425
429
|
unfollow: `Unfollow`,
|
@@ -453,7 +457,7 @@ export const text = {
|
|
453
457
|
visitOurDiscordChannelToGetMoreDetails: `Visit our discord channel to get more details`,
|
454
458
|
weAreOnInstagram: `We are on Instagram`,
|
455
459
|
weAreWorkingOnIt: `We are working on it`,
|
456
|
-
|
460
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `Well done! Work has been successfully completed`,
|
457
461
|
weDoNotDisplayNSFWContentYet: `We do not display NSFW content yet`,
|
458
462
|
weekly: `Weekly`,
|
459
463
|
whenYouPurchaseSomethingItWillAppearHere: `When you purchase something, it will appear here`,
|
package/src/french.ts
CHANGED
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -452,7 +457,6 @@ export const text: text = {
|
|
452
457
|
visitOurDiscordChannelToGetMoreDetails: `Pour plus d'informations, visitez notre chaîne Discord`,
|
453
458
|
weAreOnInstagram: `Nous sommes sur Instagram`,
|
454
459
|
weAreWorkingOnIt: `Nous y travaillons`,
|
455
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Bien joué ! Votre travail a été complété avec succès`,
|
456
460
|
weDoNotDisplayNSFWContentYet: `Nous n'affichons pas encore de contenu NSFW`,
|
457
461
|
weekly: `Hebdomadaire`,
|
458
462
|
whenYouPurchaseSomethingItWillAppearHere: `Lorsque vous achetez quelque chose, cela apparaîtra ici`,
|
package/src/german.ts
CHANGED
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -453,7 +458,6 @@ export const text: text = {
|
|
453
458
|
visitOurDiscordChannelToGetMoreDetails: `Für weitere Einzelheiten besuchen Sie unseren Discord-Kanal`,
|
454
459
|
weAreOnInstagram: `Wir sind auf Instagram`,
|
455
460
|
weAreWorkingOnIt: `Wir arbeiten daran`,
|
456
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Gut gemacht! Ihre Arbeit wurde erfolgreich abgeschlossen`,
|
457
461
|
weDoNotDisplayNSFWContentYet: `Wir zeigen noch keine NSFW-Inhalte an`,
|
458
462
|
weekly: `Wöchentlich`,
|
459
463
|
whenYouPurchaseSomethingItWillAppearHere: `Wenn Sie etwas kaufen, wird es hier angezeigt`,
|
package/src/hindi.ts
CHANGED
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -452,7 +457,6 @@ export const text: text = {
|
|
452
457
|
visitOurDiscordChannelToGetMoreDetails: `अधिक जानकारी प्राप्त करने के लिए हमारे कलह चैनल पर जाएं`,
|
453
458
|
weAreOnInstagram: `हम इंस्टाग्राम पर हैं`,
|
454
459
|
weAreWorkingOnIt: `हम इस पर काम कर रहें हैं`,
|
455
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `शाबाश! आपका काम सफलतापूर्वक पूरा हो गया है`,
|
456
460
|
weDoNotDisplayNSFWContentYet: `हम अभी तक एनएसएफडब्ल्यू कंटेंट प्रदर्शित नहीं करतें`,
|
457
461
|
weekly: `साप्ताहिक`,
|
458
462
|
whenYouPurchaseSomethingItWillAppearHere: `जब आप कुछ खरीदते हैं, तो यहां प्रदर्शित होगा`,
|
package/src/indonesian.ts
CHANGED
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -453,7 +458,6 @@ export const text: text = {
|
|
453
458
|
visitOurDiscordChannelToGetMoreDetails: `Gabung dengan Discord untuk mendapatkan info lebih lanjut`,
|
454
459
|
weAreOnInstagram: `Kami ada di Instagram`,
|
455
460
|
weAreWorkingOnIt: `Kami sedang mengatasinya`,
|
456
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Kerja bagus! Pekerjaan Anda telah berhasil diselesaikan`,
|
457
461
|
weDoNotDisplayNSFWContentYet: `Kami belum menampilkan konten NSFW`,
|
458
462
|
weekly: `Mingguan`,
|
459
463
|
whenYouPurchaseSomethingItWillAppearHere: `Ketika Anda membeli sesuatu, itu akan muncul di sini`,
|
package/src/japanese.ts
CHANGED
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -453,7 +458,6 @@ export const text: text = {
|
|
453
458
|
visitOurDiscordChannelToGetMoreDetails: `Discordの当チャンネルで詳細をご覧ください`,
|
454
459
|
weAreOnInstagram: `当社のInstagram`,
|
455
460
|
weAreWorkingOnIt: `取り組んでおります`,
|
456
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `よくできました!あなたの仕事は無事に完了しました`,
|
457
461
|
weDoNotDisplayNSFWContentYet: `18歳以上向けのコンテンツはまだ扱っておりません`,
|
458
462
|
weekly: `週次`,
|
459
463
|
whenYouPurchaseSomethingItWillAppearHere: `何かを購入すると、ここに表示されます`,
|
package/src/korean.ts
CHANGED
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -449,7 +454,6 @@ export const text: text = {
|
|
449
454
|
visitOurDiscordChannelToGetMoreDetails: `저희의 디스코드 채널을 방문하시면 자세한 내용을 보실 수 있습니다`,
|
450
455
|
weAreOnInstagram: `우리는 인스타그램에 있습니다`,
|
451
456
|
weAreWorkingOnIt: `열심히 준비를 하고 있습니다.`,
|
452
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `잘 했습니다! 작업이 성공적으로 완료되었습니다`,
|
453
457
|
weDoNotDisplayNSFWContentYet: `NSFW 콘텐츠는 아직 표시하지 않습니다.`,
|
454
458
|
weekly: `주간`,
|
455
459
|
whenYouPurchaseSomethingItWillAppearHere: `무언가를 구매하면 여기에 표시됩니다.`,
|
package/src/portuguese.ts
CHANGED
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -453,7 +458,6 @@ export const text: text = {
|
|
453
458
|
visitOurDiscordChannelToGetMoreDetails: `Visite o nosso canal discord para obter mais detalhes`,
|
454
459
|
weAreOnInstagram: `Estamos no instagram`,
|
455
460
|
weAreWorkingOnIt: `Estamos trabalhando nisso`,
|
456
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Muito bem! Seu trabalho foi concluído com sucesso`,
|
457
461
|
weDoNotDisplayNSFWContentYet: `Ainda não exibimos conteúdo NSFW`,
|
458
462
|
weekly: `Semanal`,
|
459
463
|
whenYouPurchaseSomethingItWillAppearHere: `Quando você comprar algo, aparecerá aqui`,
|
package/src/russian.ts
CHANGED
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -450,7 +455,6 @@ export const text: text = {
|
|
450
455
|
visitOurDiscordChannelToGetMoreDetails: `Посетите наш канал Discord для получения более подробной информации`,
|
451
456
|
weAreOnInstagram: `Мы в Instagram`,
|
452
457
|
weAreWorkingOnIt: `Мы работаем над этим`,
|
453
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Отлично! Ваша работа успешно завершена`,
|
454
458
|
weDoNotDisplayNSFWContentYet: `Мы пока не показываем материалы для взрослых`,
|
455
459
|
weekly: `Еженедельно`,
|
456
460
|
whenYouPurchaseSomethingItWillAppearHere: `Когда вы что-то купите, оно появится здесь`,
|
package/src/spanish.ts
CHANGED
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -452,7 +457,6 @@ export const text: text = {
|
|
452
457
|
visitOurDiscordChannelToGetMoreDetails: `Visite nuestro canal de desacuerdos para obtener más detalles`,
|
453
458
|
weAreOnInstagram: `Estamos en Instagram`,
|
454
459
|
weAreWorkingOnIt: `Estamos trabajando en ello`,
|
455
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `¡Bien hecho! Su trabajo ha sido completado con éxito`,
|
456
460
|
weDoNotDisplayNSFWContentYet: `Todavía no mostramos contenido NSFW`,
|
457
461
|
weekly: `Semanal`,
|
458
462
|
whenYouPurchaseSomethingItWillAppearHere: `Cuando compres algo, aparecerá aquí`,
|
package/src/thai.ts
CHANGED
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -448,7 +453,6 @@ export const text: text = {
|
|
448
453
|
visitOurDiscordChannelToGetMoreDetails: `เข้าร่วมกลุ่ม Discord ของเราเพื่อดูข้อมูลเพิ่มเติม!`,
|
449
454
|
weAreOnInstagram: `ติดตามเราผ่านทาง Instagram`,
|
450
455
|
weAreWorkingOnIt: `เรากำลังดำเนินการอยู่`,
|
451
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `ทำได้ดีมาก! งานของคุณเสร็จสมบูรณ์แล้ว`,
|
452
456
|
weDoNotDisplayNSFWContentYet: `เราไม่สามารถเปิดเผยผลงานที่เป็น NSFW`,
|
453
457
|
weekly: `รายสัปดาห์`,
|
454
458
|
whenYouPurchaseSomethingItWillAppearHere: `เมื่อคุณซื้อสิ่งใด จะปรากฏที่นี่`,
|
package/src/vietnamese.ts
CHANGED
@@ -6,6 +6,8 @@ export const text: text = {
|
|
6
6
|
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
7
7
|
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
8
8
|
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
9
|
+
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
10
|
+
feedbackReceived: `(en) Feedback received!`,
|
9
11
|
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
10
12
|
checkOutMyShop: `(en) Check out my shop`,
|
11
13
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -14,6 +16,7 @@ export const text: text = {
|
|
14
16
|
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
15
17
|
createdBy: `(en) Created by`,
|
16
18
|
download: `(en) Dowload`,
|
19
|
+
downloadThemBelow: `(en) Download them below`,
|
17
20
|
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
18
21
|
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
19
22
|
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
@@ -37,6 +40,7 @@ export const text: text = {
|
|
37
40
|
pleaseRespondToTheOrderBy: (...v) =>
|
38
41
|
`(en) Please respond to the order by ${v[0]}`,
|
39
42
|
review: `(en) Review`,
|
43
|
+
reviewed: `(en) Reviewed`,
|
40
44
|
reviewTitle: `(en) Review title`,
|
41
45
|
reason: `(en) Reason`,
|
42
46
|
yourOrderIncludesXRevisionS: (...v) =>
|
@@ -53,11 +57,12 @@ export const text: text = {
|
|
53
57
|
thisFieldIsOptional: `(en) This field is optional`,
|
54
58
|
thisCannotBeUndone: `(en) This cannot be undone`,
|
55
59
|
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
56
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you
|
60
|
+
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
57
61
|
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
58
62
|
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
59
63
|
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
60
64
|
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
65
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
61
66
|
youReceivedAReview: `(en) ⭐ You received a review`,
|
62
67
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
63
68
|
youCanceledTheOrder: `(en) You canceled the order`,
|
@@ -448,7 +453,6 @@ export const text: text = {
|
|
448
453
|
visitOurDiscordChannelToGetMoreDetails: `Ghé thăm kênh phản hồi của chúng tôi để biết thêm chi tiết`,
|
449
454
|
weAreOnInstagram: `Chúng tôi đã có mặt trên Instagram`,
|
450
455
|
weAreWorkingOnIt: `Chúng tôi đang phát triển tính năng này`,
|
451
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Làm tốt lắm! Công việc của bạn đã hoàn thành thành công`,
|
452
456
|
weDoNotDisplayNSFWContentYet: `Chúng tôi chưa hiển thị nội dung NSFW`,
|
453
457
|
weekly: `Hàng tuần`,
|
454
458
|
whenYouPurchaseSomethingItWillAppearHere: `Khi bạn mua một cái gì đó, nó sẽ xuất hiện ở đây`,
|