@anime.club/translations 1.1.118 → 1.1.119
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 +3 -3
- package/src/chinese-simplified.ts +3 -3
- package/src/english.ts +3 -3
- package/src/french.ts +3 -3
- package/src/german.ts +3 -3
- package/src/hindi.ts +3 -3
- package/src/indonesian.ts +3 -3
- package/src/japanese.ts +3 -3
- package/src/korean.ts +3 -3
- package/src/portuguese.ts +3 -3
- package/src/russian.ts +3 -3
- package/src/spanish.ts +3 -3
- package/src/thai.ts +3 -3
- package/src/vietnamese.ts +3 -3
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
package/src/english.ts
CHANGED
@@ -206,6 +206,7 @@ export const text = {
|
|
206
206
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `Include keywords that buyers would likely use to search for a product like yours`,
|
207
207
|
inProgress: `In progress`,
|
208
208
|
introduction: `Introduction`,
|
209
|
+
includes: `Includes`,
|
209
210
|
invalidCode: `Invalid code`,
|
210
211
|
invalidCurrentPassword: `Invalid current password`,
|
211
212
|
invalidDate: `Invalid date`,
|
@@ -358,8 +359,7 @@ export const text = {
|
|
358
359
|
reviewTitle: `Review title`,
|
359
360
|
reason: `Reason`,
|
360
361
|
revisions: `Revisions`,
|
361
|
-
|
362
|
-
`Your order includes ${num} revision(s)`,
|
362
|
+
includesXRevisionS: (num: number) => `Includes ${num} revision(s)`,
|
363
363
|
sales: `Sales`,
|
364
364
|
save: `Save`,
|
365
365
|
saveAvatar: `Save avatar`,
|
@@ -396,7 +396,7 @@ export const text = {
|
|
396
396
|
socialMedia: `Social media`,
|
397
397
|
spaceCharacterIsNotAllowed: `Space character is not allowed`,
|
398
398
|
spam: `Spam`,
|
399
|
-
|
399
|
+
yourFavoritesWillShowUpHereAddSome: `Your favorites will show up here. Add some!`,
|
400
400
|
submitAReport: `Submit a report`,
|
401
401
|
submitWork: `Submit work`,
|
402
402
|
subscribeToTalentsToKeepUpWithTheirProgress: `Subscribe to talents to keep up with their progress`,
|
package/src/french.ts
CHANGED
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
package/src/german.ts
CHANGED
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
package/src/hindi.ts
CHANGED
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
package/src/indonesian.ts
CHANGED
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
package/src/japanese.ts
CHANGED
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
package/src/korean.ts
CHANGED
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
package/src/portuguese.ts
CHANGED
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
package/src/russian.ts
CHANGED
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
package/src/spanish.ts
CHANGED
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
package/src/thai.ts
CHANGED
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
package/src/vietnamese.ts
CHANGED
@@ -25,6 +25,7 @@ export const text: text = {
|
|
25
25
|
usernameHasSubmittedTheWork: (...v) =>
|
26
26
|
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
27
|
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
+
includes: `(en) Includes`,
|
28
29
|
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
29
30
|
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
30
31
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
@@ -53,14 +54,13 @@ export const text: text = {
|
|
53
54
|
reviewed: `(en) Reviewed`,
|
54
55
|
reviewTitle: `(en) Review title`,
|
55
56
|
reason: `(en) Reason`,
|
56
|
-
|
57
|
-
`(en) Your order includes ${v[0]} revision(s)`,
|
57
|
+
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
58
|
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
59
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
60
|
shareYourFavoritePiecesOn: (...v) =>
|
61
61
|
`(en) Share your favorite pieces on ${v[0]}`,
|
62
62
|
shopReviews: `(en) Shop reviews`,
|
63
|
-
|
63
|
+
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
64
|
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
65
|
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
66
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|