@anime.club/translations 1.1.72 → 1.1.73
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 +7 -0
- package/src/chinese-simplified.ts +7 -0
- package/src/english.ts +7 -0
- package/src/french.ts +7 -0
- package/src/german.ts +7 -0
- package/src/hindi.ts +7 -0
- package/src/indonesian.ts +7 -0
- package/src/japanese.ts +7 -0
- package/src/korean.ts +7 -0
- package/src/portuguese.ts +7 -0
- package/src/russian.ts +7 -0
- package/src/spanish.ts +7 -0
- package/src/thai.ts +7 -0
- package/src/vietnamese.ts +7 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -4,15 +4,22 @@ export const text: text = {
|
|
4
4
|
congratulations: `(en) Congratulations!`,
|
5
5
|
deleteShop: `(en) Delete shop`,
|
6
6
|
decline: `(en) Decline`,
|
7
|
+
lackOfInformation: `(en) Lack of information`,
|
7
8
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
9
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
8
10
|
openDispute: `(en) Open dispute`,
|
9
11
|
order: `(en) Order`,
|
10
12
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
13
|
+
personalCircumstances: `(en) Personal circumstances`,
|
14
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
15
|
+
timeConstraints: `(en) Time constraints`,
|
11
16
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
12
17
|
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`,
|
13
18
|
viewReview: `(en) View review`,
|
14
19
|
leaveAReview: `(en) Leave a review`,
|
15
20
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
21
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
22
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
16
23
|
_colon: `: `,
|
17
24
|
_comma: `، `,
|
18
25
|
_dot: `. `,
|
@@ -4,15 +4,22 @@ export const text: text = {
|
|
4
4
|
congratulations: `(en) Congratulations!`,
|
5
5
|
deleteShop: `(en) Delete shop`,
|
6
6
|
decline: `(en) Decline`,
|
7
|
+
lackOfInformation: `(en) Lack of information`,
|
7
8
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
9
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
8
10
|
openDispute: `(en) Open dispute`,
|
9
11
|
order: `(en) Order`,
|
10
12
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
13
|
+
personalCircumstances: `(en) Personal circumstances`,
|
14
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
15
|
+
timeConstraints: `(en) Time constraints`,
|
11
16
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
12
17
|
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`,
|
13
18
|
viewReview: `(en) View review`,
|
14
19
|
leaveAReview: `(en) Leave a review`,
|
15
20
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
21
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
22
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
16
23
|
_colon: `:`,
|
17
24
|
_comma: `、`,
|
18
25
|
_dot: `。`,
|
package/src/english.ts
CHANGED
@@ -183,6 +183,7 @@ export const text = {
|
|
183
183
|
joinChat: `Join Chat`,
|
184
184
|
joinUsOnFacebook: `Join us on facebook`,
|
185
185
|
language: `Language`,
|
186
|
+
lackOfInformation: `Lack of information`,
|
186
187
|
languages: `Languages`,
|
187
188
|
letEveryoneKnowHowToDonateToYou: `Let everyone know how to donate to you`,
|
188
189
|
letOthersKnowAboutYou: `Let others know about you`,
|
@@ -241,6 +242,7 @@ export const text = {
|
|
241
242
|
noResults: `No results`,
|
242
243
|
notifications: `Notifications`,
|
243
244
|
noActiveOrdersToShow: `No active orders to show`,
|
245
|
+
notAcceptingOrders: `Not accepting orders`,
|
244
246
|
nsfwContent18Plus: `NSFW Content (18+)`,
|
245
247
|
numberOfAdjustmentsAClientCouldRequest: `Number of adjustments a client could request`,
|
246
248
|
online: `Online`,
|
@@ -263,6 +265,7 @@ export const text = {
|
|
263
265
|
password: `Password`,
|
264
266
|
payments: `Payments`,
|
265
267
|
personal: `Personal`,
|
268
|
+
personalCircumstances: `Personal circumstances`,
|
266
269
|
pleaseCheckYour: (value: string) => `Please check your ${value}`,
|
267
270
|
pleaseDoNotShareYourPrivateInformationToOthers: `Please do not share your private information to others`,
|
268
271
|
pleaseDropOnlyOneImage: `Please drop only one image`,
|
@@ -329,6 +332,7 @@ export const text = {
|
|
329
332
|
successUpdatedRecord: `Success! Updated record!`,
|
330
333
|
supportMeOn: `Support me on`,
|
331
334
|
syncWithSystem: `Sync with system`,
|
335
|
+
scheduleConflicts: `schedule conflicts`,
|
332
336
|
tellUsAboutYourself: `Tell us about yourself`,
|
333
337
|
termsAndConditions: `Terms and Conditions`,
|
334
338
|
termsOfUse: `Terms of use`,
|
@@ -338,6 +342,7 @@ export const text = {
|
|
338
342
|
thisIsThePriceYouPropose: `This is the price you propose`,
|
339
343
|
threateningViolence: `Threatening violence`,
|
340
344
|
title: `Title`,
|
345
|
+
timeConstraints: `Time constraints`,
|
341
346
|
titleYourExtraService: `Title your extra service`,
|
342
347
|
theMaximumQuantityThatACustomerCanAdd: `The maximum quantity that a customer can add`,
|
343
348
|
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`,
|
@@ -407,6 +412,8 @@ export const text = {
|
|
407
412
|
yourAccountWillBeRemoved: (time: string) =>
|
408
413
|
`Your account will be removed ${time}`,
|
409
414
|
youHaveNoPurchases: `You have no purchases`,
|
415
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `Could you please provide the reason for the cancellation`,
|
416
|
+
yourFeedbackWouldBeGreatlyAppreciated: `Your feedback would be greatly appreciated`,
|
410
417
|
yourArts: `Your arts`,
|
411
418
|
yourAvatar: `Your avatar`,
|
412
419
|
yourBlog: `Your blog`,
|
package/src/french.ts
CHANGED
@@ -4,15 +4,22 @@ export const text: text = {
|
|
4
4
|
congratulations: `(en) Congratulations!`,
|
5
5
|
deleteShop: `(en) Delete shop`,
|
6
6
|
decline: `(en) Decline`,
|
7
|
+
lackOfInformation: `(en) Lack of information`,
|
7
8
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
9
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
8
10
|
openDispute: `(en) Open dispute`,
|
9
11
|
order: `(en) Order`,
|
10
12
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
13
|
+
personalCircumstances: `(en) Personal circumstances`,
|
14
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
15
|
+
timeConstraints: `(en) Time constraints`,
|
11
16
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
12
17
|
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`,
|
13
18
|
viewReview: `(en) View review`,
|
14
19
|
leaveAReview: `(en) Leave a review`,
|
15
20
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
21
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
22
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
16
23
|
_colon: ` : `,
|
17
24
|
_comma: `, `,
|
18
25
|
_dot: `. `,
|
package/src/german.ts
CHANGED
@@ -4,15 +4,22 @@ export const text: text = {
|
|
4
4
|
congratulations: `(en) Congratulations!`,
|
5
5
|
deleteShop: `(en) Delete shop`,
|
6
6
|
decline: `(en) Decline`,
|
7
|
+
lackOfInformation: `(en) Lack of information`,
|
7
8
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
9
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
8
10
|
openDispute: `(en) Open dispute`,
|
9
11
|
order: `(en) Order`,
|
10
12
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
13
|
+
personalCircumstances: `(en) Personal circumstances`,
|
14
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
15
|
+
timeConstraints: `(en) Time constraints`,
|
11
16
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
12
17
|
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`,
|
13
18
|
viewReview: `(en) View review`,
|
14
19
|
leaveAReview: `(en) Leave a review`,
|
15
20
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
21
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
22
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
16
23
|
_colon: `: `,
|
17
24
|
_comma: `, `,
|
18
25
|
_dot: `. `,
|
package/src/hindi.ts
CHANGED
@@ -4,15 +4,22 @@ export const text: text = {
|
|
4
4
|
congratulations: `(en) Congratulations!`,
|
5
5
|
deleteShop: `(en) Delete shop`,
|
6
6
|
decline: `(en) Decline`,
|
7
|
+
lackOfInformation: `(en) Lack of information`,
|
7
8
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
9
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
8
10
|
openDispute: `(en) Open dispute`,
|
9
11
|
order: `(en) Order`,
|
10
12
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
13
|
+
personalCircumstances: `(en) Personal circumstances`,
|
14
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
15
|
+
timeConstraints: `(en) Time constraints`,
|
11
16
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
12
17
|
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`,
|
13
18
|
viewReview: `(en) View review`,
|
14
19
|
leaveAReview: `(en) Leave a review`,
|
15
20
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
21
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
22
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
16
23
|
_colon: `: `,
|
17
24
|
_comma: `, `,
|
18
25
|
_dot: `| `,
|
package/src/indonesian.ts
CHANGED
@@ -4,15 +4,22 @@ export const text: text = {
|
|
4
4
|
congratulations: `(en) Congratulations!`,
|
5
5
|
deleteShop: `(en) Delete shop`,
|
6
6
|
decline: `(en) Decline`,
|
7
|
+
lackOfInformation: `(en) Lack of information`,
|
7
8
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
9
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
8
10
|
openDispute: `(en) Open dispute`,
|
9
11
|
order: `(en) Order`,
|
10
12
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
13
|
+
personalCircumstances: `(en) Personal circumstances`,
|
14
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
15
|
+
timeConstraints: `(en) Time constraints`,
|
11
16
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
12
17
|
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`,
|
13
18
|
viewReview: `(en) View review`,
|
14
19
|
leaveAReview: `(en) Leave a review`,
|
15
20
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
21
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
22
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
16
23
|
_colon: `: `,
|
17
24
|
_comma: `, `,
|
18
25
|
_dot: `. `,
|
package/src/japanese.ts
CHANGED
@@ -4,15 +4,22 @@ export const text: text = {
|
|
4
4
|
congratulations: `(en) Congratulations!`,
|
5
5
|
deleteShop: `(en) Delete shop`,
|
6
6
|
decline: `(en) Decline`,
|
7
|
+
lackOfInformation: `(en) Lack of information`,
|
7
8
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
9
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
8
10
|
openDispute: `(en) Open dispute`,
|
9
11
|
order: `(en) Order`,
|
10
12
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
13
|
+
personalCircumstances: `(en) Personal circumstances`,
|
14
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
15
|
+
timeConstraints: `(en) Time constraints`,
|
11
16
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
12
17
|
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`,
|
13
18
|
viewReview: `(en) View review`,
|
14
19
|
leaveAReview: `(en) Leave a review`,
|
15
20
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
21
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
22
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
16
23
|
_colon: `:`,
|
17
24
|
_comma: `、`,
|
18
25
|
_dot: `。`,
|
package/src/korean.ts
CHANGED
@@ -4,15 +4,22 @@ export const text: text = {
|
|
4
4
|
congratulations: `(en) Congratulations!`,
|
5
5
|
deleteShop: `(en) Delete shop`,
|
6
6
|
decline: `(en) Decline`,
|
7
|
+
lackOfInformation: `(en) Lack of information`,
|
7
8
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
9
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
8
10
|
openDispute: `(en) Open dispute`,
|
9
11
|
order: `(en) Order`,
|
10
12
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
13
|
+
personalCircumstances: `(en) Personal circumstances`,
|
14
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
15
|
+
timeConstraints: `(en) Time constraints`,
|
11
16
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
12
17
|
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`,
|
13
18
|
viewReview: `(en) View review`,
|
14
19
|
leaveAReview: `(en) Leave a review`,
|
15
20
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
21
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
22
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
16
23
|
_colon: `: `,
|
17
24
|
_comma: `, `,
|
18
25
|
_dot: `. `,
|
package/src/portuguese.ts
CHANGED
@@ -4,15 +4,22 @@ export const text: text = {
|
|
4
4
|
congratulations: `(en) Congratulations!`,
|
5
5
|
deleteShop: `(en) Delete shop`,
|
6
6
|
decline: `(en) Decline`,
|
7
|
+
lackOfInformation: `(en) Lack of information`,
|
7
8
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
9
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
8
10
|
openDispute: `(en) Open dispute`,
|
9
11
|
order: `(en) Order`,
|
10
12
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
13
|
+
personalCircumstances: `(en) Personal circumstances`,
|
14
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
15
|
+
timeConstraints: `(en) Time constraints`,
|
11
16
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
12
17
|
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`,
|
13
18
|
viewReview: `(en) View review`,
|
14
19
|
leaveAReview: `(en) Leave a review`,
|
15
20
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
21
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
22
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
16
23
|
_colon: `: `,
|
17
24
|
_comma: `, `,
|
18
25
|
_dot: `. `,
|
package/src/russian.ts
CHANGED
@@ -1,7 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
lackOfInformation: `(en) Lack of information`,
|
4
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
3
5
|
order: `(en) Order`,
|
6
|
+
personalCircumstances: `(en) Personal circumstances`,
|
7
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
8
|
+
timeConstraints: `(en) Time constraints`,
|
4
9
|
leaveAReview: `(en) Leave a review`,
|
10
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
11
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
5
12
|
_colon: `: `,
|
6
13
|
_comma: `, `,
|
7
14
|
_dot: `. `,
|
package/src/spanish.ts
CHANGED
@@ -4,15 +4,22 @@ export const text: text = {
|
|
4
4
|
congratulations: `(en) Congratulations!`,
|
5
5
|
deleteShop: `(en) Delete shop`,
|
6
6
|
decline: `(en) Decline`,
|
7
|
+
lackOfInformation: `(en) Lack of information`,
|
7
8
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
9
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
8
10
|
openDispute: `(en) Open dispute`,
|
9
11
|
order: `(en) Order`,
|
10
12
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
13
|
+
personalCircumstances: `(en) Personal circumstances`,
|
14
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
15
|
+
timeConstraints: `(en) Time constraints`,
|
11
16
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
12
17
|
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`,
|
13
18
|
viewReview: `(en) View review`,
|
14
19
|
leaveAReview: `(en) Leave a review`,
|
15
20
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
21
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
22
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
16
23
|
_colon: `: `,
|
17
24
|
_comma: `, `,
|
18
25
|
_dot: `. `,
|
package/src/thai.ts
CHANGED
@@ -4,15 +4,22 @@ export const text: text = {
|
|
4
4
|
congratulations: `(en) Congratulations!`,
|
5
5
|
deleteShop: `(en) Delete shop`,
|
6
6
|
decline: `(en) Decline`,
|
7
|
+
lackOfInformation: `(en) Lack of information`,
|
7
8
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
9
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
8
10
|
openDispute: `(en) Open dispute`,
|
9
11
|
order: `(en) Order`,
|
10
12
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
13
|
+
personalCircumstances: `(en) Personal circumstances`,
|
14
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
15
|
+
timeConstraints: `(en) Time constraints`,
|
11
16
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
12
17
|
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`,
|
13
18
|
viewReview: `(en) View review`,
|
14
19
|
leaveAReview: `(en) Leave a review`,
|
15
20
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
21
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
22
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
16
23
|
_colon: `: `,
|
17
24
|
_comma: `, `,
|
18
25
|
_dot: `. `,
|
package/src/vietnamese.ts
CHANGED
@@ -4,15 +4,22 @@ export const text: text = {
|
|
4
4
|
congratulations: `(en) Congratulations!`,
|
5
5
|
deleteShop: `(en) Delete shop`,
|
6
6
|
decline: `(en) Decline`,
|
7
|
+
lackOfInformation: `(en) Lack of information`,
|
7
8
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
9
|
+
notAcceptingOrders: `(en) Not accepting orders`,
|
8
10
|
openDispute: `(en) Open dispute`,
|
9
11
|
order: `(en) Order`,
|
10
12
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
13
|
+
personalCircumstances: `(en) Personal circumstances`,
|
14
|
+
scheduleConflicts: `(en) schedule conflicts`,
|
15
|
+
timeConstraints: `(en) Time constraints`,
|
11
16
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
12
17
|
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`,
|
13
18
|
viewReview: `(en) View review`,
|
14
19
|
leaveAReview: `(en) Leave a review`,
|
15
20
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
21
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
22
|
+
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
16
23
|
_colon: `: `,
|
17
24
|
_comma: `, `,
|
18
25
|
_dot: `. `,
|