@anime.club/translations 1.1.80 → 1.1.81
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 +10 -1
- package/src/chinese-simplified.ts +10 -1
- package/src/english.ts +9 -1
- package/src/french.ts +10 -1
- package/src/german.ts +10 -1
- package/src/hindi.ts +10 -1
- package/src/indonesian.ts +10 -1
- package/src/japanese.ts +10 -1
- package/src/korean.ts +10 -1
- package/src/portuguese.ts +10 -1
- package/src/russian.ts +9 -1
- package/src/spanish.ts +10 -1
- package/src/thai.ts +10 -1
- package/src/vietnamese.ts +10 -1
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
3
4
|
buyer: `(en) Buyer`,
|
4
5
|
cancellationReason: `(en) Cancellation reason`,
|
5
6
|
cancellationInitiator: `(en) Cancellation initiator`,
|
@@ -8,8 +9,12 @@ export const text: text = {
|
|
8
9
|
congratulations: `(en) Congratulations!`,
|
9
10
|
deleteShop: `(en) Delete shop`,
|
10
11
|
decline: `(en) Decline`,
|
12
|
+
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
11
13
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
-
usernameHasCanceledTheOrder: (...v) =>
|
14
|
+
usernameHasCanceledTheOrder: (...v) =>
|
15
|
+
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
+
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
13
18
|
lackOfInformation: `(en) Lack of information`,
|
14
19
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
15
20
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -24,13 +29,17 @@ export const text: text = {
|
|
24
29
|
seller: `(en) Seller`,
|
25
30
|
timeConstraints: `(en) Time constraints`,
|
26
31
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
+
`(en) The review period is limited to ${v[0]} days`,
|
27
34
|
toHelpTheCreatorCompleteYourOrder: `(en) 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`,
|
28
35
|
viewReview: `(en) View review`,
|
36
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
29
37
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
30
38
|
leaveAReview: `(en) Leave a review`,
|
31
39
|
youReceivedANewOrderFrom: (...v) =>
|
32
40
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
33
41
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
+
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
34
43
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
35
44
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
36
45
|
_colon: `: `,
|
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
3
4
|
buyer: `(en) Buyer`,
|
4
5
|
cancellationReason: `(en) Cancellation reason`,
|
5
6
|
cancellationInitiator: `(en) Cancellation initiator`,
|
@@ -8,8 +9,12 @@ export const text: text = {
|
|
8
9
|
congratulations: `(en) Congratulations!`,
|
9
10
|
deleteShop: `(en) Delete shop`,
|
10
11
|
decline: `(en) Decline`,
|
12
|
+
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
11
13
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
-
usernameHasCanceledTheOrder: (...v) =>
|
14
|
+
usernameHasCanceledTheOrder: (...v) =>
|
15
|
+
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
+
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
13
18
|
lackOfInformation: `(en) Lack of information`,
|
14
19
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
15
20
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -24,13 +29,17 @@ export const text: text = {
|
|
24
29
|
seller: `(en) Seller`,
|
25
30
|
timeConstraints: `(en) Time constraints`,
|
26
31
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
+
`(en) The review period is limited to ${v[0]} days`,
|
27
34
|
toHelpTheCreatorCompleteYourOrder: `(en) 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`,
|
28
35
|
viewReview: `(en) View review`,
|
36
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
29
37
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
30
38
|
leaveAReview: `(en) Leave a review`,
|
31
39
|
youReceivedANewOrderFrom: (...v) =>
|
32
40
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
33
41
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
+
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
34
43
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
35
44
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
36
45
|
_colon: `:`,
|
package/src/english.ts
CHANGED
@@ -49,6 +49,7 @@ export const text = {
|
|
49
49
|
artworksAvailableToView: (num: number) => `${num} artworks available to view`,
|
50
50
|
authenticationFailed: `Authentication failed`,
|
51
51
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Auto publishing to Instagram is only available to Instagram business accounts`,
|
52
|
+
attentionYourOrderHasBeenDisputed: `Attention! Your order has been disputed. Please check the details`,
|
52
53
|
awaitingReview: `Awaiting review`,
|
53
54
|
awaitingSeller: `Awaiting seller`,
|
54
55
|
back: `Back`,
|
@@ -159,10 +160,11 @@ export const text = {
|
|
159
160
|
getDetails: `Get details`,
|
160
161
|
getStarted: `Get started`,
|
161
162
|
guestView: `Guest view`,
|
163
|
+
greatNewsYourOrderIsNowInProgress: `Great news! Your order is now in progress`,
|
162
164
|
harassment: `Harassment`,
|
163
165
|
haveAnyQuestions: `Have any questions?`,
|
164
166
|
usernameHasCanceledTheOrder: (username: string) =>
|
165
|
-
|
167
|
+
`<b>${username}</b> has canceled the order`,
|
166
168
|
hasNotAddedADescriptionFor: (username: string, title: string) =>
|
167
169
|
`@${username} has not added a description for "${title}"`,
|
168
170
|
hasNotSharedAnyPublicDetailsYet: (username: string) =>
|
@@ -173,6 +175,8 @@ export const text = {
|
|
173
175
|
howToContactYou: `How to contact you`,
|
174
176
|
howToFindYouOnOtherSocialNetworks: `How to find you on other social networks`,
|
175
177
|
iAgreeWith: `I agree with`,
|
178
|
+
ifTheresNoResponseByTimeLimit: (reviewTimeLimit: string | number) =>
|
179
|
+
`If there's no response by ${reviewTimeLimit}, the order will be marked as completed automatically`,
|
176
180
|
id: `ID`,
|
177
181
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `Img height needs to be bigger than or equal to`,
|
178
182
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `Img width needs to be bigger than or equal to`,
|
@@ -356,6 +360,8 @@ export const text = {
|
|
356
360
|
timeConstraints: `Time constraints`,
|
357
361
|
titleYourExtraService: `Title your extra service`,
|
358
362
|
theMaximumQuantityThatACustomerCanAdd: `The maximum quantity that a customer can add`,
|
363
|
+
theReviewPeriodIsLimitedtoNdays: (numOfDays: number | string) =>
|
364
|
+
`The review period is limited to ${numOfDays} days`,
|
359
365
|
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`,
|
360
366
|
today: `Today`,
|
361
367
|
toGetWorkRelatedNotifications: `To get work-related notifications`,
|
@@ -393,6 +399,7 @@ export const text = {
|
|
393
399
|
visitOurDiscordChannelToGetMoreDetails: `Visit our discord channel to get more details`,
|
394
400
|
weAreOnInstagram: `We are on Instagram`,
|
395
401
|
weAreWorkingOnIt: `We are working on it`,
|
402
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Well done! Your work has been successfully completed`,
|
396
403
|
weDoNotDisplayNSFWContentYet: `We do not display NSFW content yet`,
|
397
404
|
weekly: `Weekly`,
|
398
405
|
whenYouPurchaseSomethingItWillAppearHere: `When you purchase something, it will appear here`,
|
@@ -422,6 +429,7 @@ export const text = {
|
|
422
429
|
youHaveNotSetAPassword: `You have not set a password`,
|
423
430
|
youHaveNotSharedAnythingYet: `You have not shared anything yet`,
|
424
431
|
youHaveReachedTheMaximumNumberOfFiles: `You have reached the maximum number of files`,
|
432
|
+
kindlyHoldOnForTheBuyersReview: `Kindly hold on for the buyer's review of the order.`,
|
425
433
|
yourAccountIsVerifiedPleaseSignIn: `Your account is verified. Please sign in`,
|
426
434
|
yourAccountWillBeRemoved: (time: string) =>
|
427
435
|
`Your account will be removed ${time}`,
|
package/src/french.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
3
4
|
buyer: `(en) Buyer`,
|
4
5
|
cancellationReason: `(en) Cancellation reason`,
|
5
6
|
cancellationInitiator: `(en) Cancellation initiator`,
|
@@ -8,8 +9,12 @@ export const text: text = {
|
|
8
9
|
congratulations: `(en) Congratulations!`,
|
9
10
|
deleteShop: `(en) Delete shop`,
|
10
11
|
decline: `(en) Decline`,
|
12
|
+
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
11
13
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
-
usernameHasCanceledTheOrder: (...v) =>
|
14
|
+
usernameHasCanceledTheOrder: (...v) =>
|
15
|
+
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
+
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
13
18
|
lackOfInformation: `(en) Lack of information`,
|
14
19
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
15
20
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -24,13 +29,17 @@ export const text: text = {
|
|
24
29
|
seller: `(en) Seller`,
|
25
30
|
timeConstraints: `(en) Time constraints`,
|
26
31
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
+
`(en) The review period is limited to ${v[0]} days`,
|
27
34
|
toHelpTheCreatorCompleteYourOrder: `(en) 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`,
|
28
35
|
viewReview: `(en) View review`,
|
36
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
29
37
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
30
38
|
leaveAReview: `(en) Leave a review`,
|
31
39
|
youReceivedANewOrderFrom: (...v) =>
|
32
40
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
33
41
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
+
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
34
43
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
35
44
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
36
45
|
_colon: ` : `,
|
package/src/german.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
3
4
|
buyer: `(en) Buyer`,
|
4
5
|
cancellationReason: `(en) Cancellation reason`,
|
5
6
|
cancellationInitiator: `(en) Cancellation initiator`,
|
@@ -8,8 +9,12 @@ export const text: text = {
|
|
8
9
|
congratulations: `(en) Congratulations!`,
|
9
10
|
deleteShop: `(en) Delete shop`,
|
10
11
|
decline: `(en) Decline`,
|
12
|
+
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
11
13
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
-
usernameHasCanceledTheOrder: (...v) =>
|
14
|
+
usernameHasCanceledTheOrder: (...v) =>
|
15
|
+
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
+
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
13
18
|
lackOfInformation: `(en) Lack of information`,
|
14
19
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
15
20
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -24,13 +29,17 @@ export const text: text = {
|
|
24
29
|
seller: `(en) Seller`,
|
25
30
|
timeConstraints: `(en) Time constraints`,
|
26
31
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
+
`(en) The review period is limited to ${v[0]} days`,
|
27
34
|
toHelpTheCreatorCompleteYourOrder: `(en) 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`,
|
28
35
|
viewReview: `(en) View review`,
|
36
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
29
37
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
30
38
|
leaveAReview: `(en) Leave a review`,
|
31
39
|
youReceivedANewOrderFrom: (...v) =>
|
32
40
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
33
41
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
+
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
34
43
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
35
44
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
36
45
|
_colon: `: `,
|
package/src/hindi.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
3
4
|
buyer: `(en) Buyer`,
|
4
5
|
cancellationReason: `(en) Cancellation reason`,
|
5
6
|
cancellationInitiator: `(en) Cancellation initiator`,
|
@@ -8,8 +9,12 @@ export const text: text = {
|
|
8
9
|
congratulations: `(en) Congratulations!`,
|
9
10
|
deleteShop: `(en) Delete shop`,
|
10
11
|
decline: `(en) Decline`,
|
12
|
+
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
11
13
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
-
usernameHasCanceledTheOrder: (...v) =>
|
14
|
+
usernameHasCanceledTheOrder: (...v) =>
|
15
|
+
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
+
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
13
18
|
lackOfInformation: `(en) Lack of information`,
|
14
19
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
15
20
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -24,13 +29,17 @@ export const text: text = {
|
|
24
29
|
seller: `(en) Seller`,
|
25
30
|
timeConstraints: `(en) Time constraints`,
|
26
31
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
+
`(en) The review period is limited to ${v[0]} days`,
|
27
34
|
toHelpTheCreatorCompleteYourOrder: `(en) 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`,
|
28
35
|
viewReview: `(en) View review`,
|
36
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
29
37
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
30
38
|
leaveAReview: `(en) Leave a review`,
|
31
39
|
youReceivedANewOrderFrom: (...v) =>
|
32
40
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
33
41
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
+
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
34
43
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
35
44
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
36
45
|
_colon: `: `,
|
package/src/indonesian.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
3
4
|
buyer: `(en) Buyer`,
|
4
5
|
cancellationReason: `(en) Cancellation reason`,
|
5
6
|
cancellationInitiator: `(en) Cancellation initiator`,
|
@@ -8,8 +9,12 @@ export const text: text = {
|
|
8
9
|
congratulations: `(en) Congratulations!`,
|
9
10
|
deleteShop: `(en) Delete shop`,
|
10
11
|
decline: `(en) Decline`,
|
12
|
+
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
11
13
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
-
usernameHasCanceledTheOrder: (...v) =>
|
14
|
+
usernameHasCanceledTheOrder: (...v) =>
|
15
|
+
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
+
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
13
18
|
lackOfInformation: `(en) Lack of information`,
|
14
19
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
15
20
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -24,13 +29,17 @@ export const text: text = {
|
|
24
29
|
seller: `(en) Seller`,
|
25
30
|
timeConstraints: `(en) Time constraints`,
|
26
31
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
+
`(en) The review period is limited to ${v[0]} days`,
|
27
34
|
toHelpTheCreatorCompleteYourOrder: `(en) 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`,
|
28
35
|
viewReview: `(en) View review`,
|
36
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
29
37
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
30
38
|
leaveAReview: `(en) Leave a review`,
|
31
39
|
youReceivedANewOrderFrom: (...v) =>
|
32
40
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
33
41
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
+
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
34
43
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
35
44
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
36
45
|
_colon: `: `,
|
package/src/japanese.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
3
4
|
buyer: `(en) Buyer`,
|
4
5
|
cancellationReason: `(en) Cancellation reason`,
|
5
6
|
cancellationInitiator: `(en) Cancellation initiator`,
|
@@ -8,8 +9,12 @@ export const text: text = {
|
|
8
9
|
congratulations: `(en) Congratulations!`,
|
9
10
|
deleteShop: `(en) Delete shop`,
|
10
11
|
decline: `(en) Decline`,
|
12
|
+
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
11
13
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
-
usernameHasCanceledTheOrder: (...v) =>
|
14
|
+
usernameHasCanceledTheOrder: (...v) =>
|
15
|
+
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
+
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
13
18
|
lackOfInformation: `(en) Lack of information`,
|
14
19
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
15
20
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -24,13 +29,17 @@ export const text: text = {
|
|
24
29
|
seller: `(en) Seller`,
|
25
30
|
timeConstraints: `(en) Time constraints`,
|
26
31
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
+
`(en) The review period is limited to ${v[0]} days`,
|
27
34
|
toHelpTheCreatorCompleteYourOrder: `(en) 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`,
|
28
35
|
viewReview: `(en) View review`,
|
36
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
29
37
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
30
38
|
leaveAReview: `(en) Leave a review`,
|
31
39
|
youReceivedANewOrderFrom: (...v) =>
|
32
40
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
33
41
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
+
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
34
43
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
35
44
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
36
45
|
_colon: `:`,
|
package/src/korean.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
3
4
|
buyer: `(en) Buyer`,
|
4
5
|
cancellationReason: `(en) Cancellation reason`,
|
5
6
|
cancellationInitiator: `(en) Cancellation initiator`,
|
@@ -8,8 +9,12 @@ export const text: text = {
|
|
8
9
|
congratulations: `(en) Congratulations!`,
|
9
10
|
deleteShop: `(en) Delete shop`,
|
10
11
|
decline: `(en) Decline`,
|
12
|
+
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
11
13
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
-
usernameHasCanceledTheOrder: (...v) =>
|
14
|
+
usernameHasCanceledTheOrder: (...v) =>
|
15
|
+
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
+
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
13
18
|
lackOfInformation: `(en) Lack of information`,
|
14
19
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
15
20
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -24,13 +29,17 @@ export const text: text = {
|
|
24
29
|
seller: `(en) Seller`,
|
25
30
|
timeConstraints: `(en) Time constraints`,
|
26
31
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
+
`(en) The review period is limited to ${v[0]} days`,
|
27
34
|
toHelpTheCreatorCompleteYourOrder: `(en) 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`,
|
28
35
|
viewReview: `(en) View review`,
|
36
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
29
37
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
30
38
|
leaveAReview: `(en) Leave a review`,
|
31
39
|
youReceivedANewOrderFrom: (...v) =>
|
32
40
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
33
41
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
+
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
34
43
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
35
44
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
36
45
|
_colon: `: `,
|
package/src/portuguese.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
3
4
|
buyer: `(en) Buyer`,
|
4
5
|
cancellationReason: `(en) Cancellation reason`,
|
5
6
|
cancellationInitiator: `(en) Cancellation initiator`,
|
@@ -8,8 +9,12 @@ export const text: text = {
|
|
8
9
|
congratulations: `(en) Congratulations!`,
|
9
10
|
deleteShop: `(en) Delete shop`,
|
10
11
|
decline: `(en) Decline`,
|
12
|
+
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
11
13
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
-
usernameHasCanceledTheOrder: (...v) =>
|
14
|
+
usernameHasCanceledTheOrder: (...v) =>
|
15
|
+
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
+
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
13
18
|
lackOfInformation: `(en) Lack of information`,
|
14
19
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
15
20
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -24,13 +29,17 @@ export const text: text = {
|
|
24
29
|
seller: `(en) Seller`,
|
25
30
|
timeConstraints: `(en) Time constraints`,
|
26
31
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
+
`(en) The review period is limited to ${v[0]} days`,
|
27
34
|
toHelpTheCreatorCompleteYourOrder: `(en) 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`,
|
28
35
|
viewReview: `(en) View review`,
|
36
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
29
37
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
30
38
|
leaveAReview: `(en) Leave a review`,
|
31
39
|
youReceivedANewOrderFrom: (...v) =>
|
32
40
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
33
41
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
+
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
34
43
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
35
44
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
36
45
|
_colon: `: `,
|
package/src/russian.ts
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
|
2
|
+
attentionYourOrderHasBeenDisputed: `Внимание! Ваш заказ оспорен. Пожалуйста, ознакомьтесь с деталями`,
|
3
|
+
greatNewsYourOrderIsNowInProgress: `Отличные новости! Ваш заказ в работе`,
|
4
|
+
usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> отменил заказ`,
|
5
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
6
|
+
`Если до ${v[0]} не будет ответа, заказ будет автоматически отмечен как выполненный`,
|
7
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
8
|
+
`Период проверки ограничен ${v[0]} днями`,
|
9
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Отлично! Ваша работа успешно завершена`,
|
3
10
|
youReceivedANewOrderFrom: (...v) =>
|
4
11
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
12
|
+
kindlyHoldOnForTheBuyersReview: `Пожалуйста, подождите, пока покупатель оставит отзыв`,
|
5
13
|
_colon: `: `,
|
6
14
|
_comma: `, `,
|
7
15
|
_dot: `. `,
|
package/src/spanish.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
3
4
|
buyer: `(en) Buyer`,
|
4
5
|
cancellationReason: `(en) Cancellation reason`,
|
5
6
|
cancellationInitiator: `(en) Cancellation initiator`,
|
@@ -8,8 +9,12 @@ export const text: text = {
|
|
8
9
|
congratulations: `(en) Congratulations!`,
|
9
10
|
deleteShop: `(en) Delete shop`,
|
10
11
|
decline: `(en) Decline`,
|
12
|
+
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
11
13
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
-
usernameHasCanceledTheOrder: (...v) =>
|
14
|
+
usernameHasCanceledTheOrder: (...v) =>
|
15
|
+
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
+
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
13
18
|
lackOfInformation: `(en) Lack of information`,
|
14
19
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
15
20
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -24,13 +29,17 @@ export const text: text = {
|
|
24
29
|
seller: `(en) Seller`,
|
25
30
|
timeConstraints: `(en) Time constraints`,
|
26
31
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
+
`(en) The review period is limited to ${v[0]} days`,
|
27
34
|
toHelpTheCreatorCompleteYourOrder: `(en) 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`,
|
28
35
|
viewReview: `(en) View review`,
|
36
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
29
37
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
30
38
|
leaveAReview: `(en) Leave a review`,
|
31
39
|
youReceivedANewOrderFrom: (...v) =>
|
32
40
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
33
41
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
+
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
34
43
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
35
44
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
36
45
|
_colon: `: `,
|
package/src/thai.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
3
4
|
buyer: `(en) Buyer`,
|
4
5
|
cancellationReason: `(en) Cancellation reason`,
|
5
6
|
cancellationInitiator: `(en) Cancellation initiator`,
|
@@ -8,8 +9,12 @@ export const text: text = {
|
|
8
9
|
congratulations: `(en) Congratulations!`,
|
9
10
|
deleteShop: `(en) Delete shop`,
|
10
11
|
decline: `(en) Decline`,
|
12
|
+
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
11
13
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
-
usernameHasCanceledTheOrder: (...v) =>
|
14
|
+
usernameHasCanceledTheOrder: (...v) =>
|
15
|
+
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
+
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
13
18
|
lackOfInformation: `(en) Lack of information`,
|
14
19
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
15
20
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -24,13 +29,17 @@ export const text: text = {
|
|
24
29
|
seller: `(en) Seller`,
|
25
30
|
timeConstraints: `(en) Time constraints`,
|
26
31
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
+
`(en) The review period is limited to ${v[0]} days`,
|
27
34
|
toHelpTheCreatorCompleteYourOrder: `(en) 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`,
|
28
35
|
viewReview: `(en) View review`,
|
36
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
29
37
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
30
38
|
leaveAReview: `(en) Leave a review`,
|
31
39
|
youReceivedANewOrderFrom: (...v) =>
|
32
40
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
33
41
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
+
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
34
43
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
35
44
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
36
45
|
_colon: `: `,
|
package/src/vietnamese.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
3
4
|
buyer: `(en) Buyer`,
|
4
5
|
cancellationReason: `(en) Cancellation reason`,
|
5
6
|
cancellationInitiator: `(en) Cancellation initiator`,
|
@@ -8,8 +9,12 @@ export const text: text = {
|
|
8
9
|
congratulations: `(en) Congratulations!`,
|
9
10
|
deleteShop: `(en) Delete shop`,
|
10
11
|
decline: `(en) Decline`,
|
12
|
+
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
11
13
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
-
usernameHasCanceledTheOrder: (...v) =>
|
14
|
+
usernameHasCanceledTheOrder: (...v) =>
|
15
|
+
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
+
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
13
18
|
lackOfInformation: `(en) Lack of information`,
|
14
19
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
15
20
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -24,13 +29,17 @@ export const text: text = {
|
|
24
29
|
seller: `(en) Seller`,
|
25
30
|
timeConstraints: `(en) Time constraints`,
|
26
31
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
+
`(en) The review period is limited to ${v[0]} days`,
|
27
34
|
toHelpTheCreatorCompleteYourOrder: `(en) 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`,
|
28
35
|
viewReview: `(en) View review`,
|
36
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
29
37
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
30
38
|
leaveAReview: `(en) Leave a review`,
|
31
39
|
youReceivedANewOrderFrom: (...v) =>
|
32
40
|
`(en) You received a new order from <b>${v[0]}</b>`,
|
33
41
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
+
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
34
43
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
35
44
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
36
45
|
_colon: `: `,
|