@anime.club/translations 1.1.77 → 1.1.79
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 +5 -0
- package/src/chinese-simplified.ts +5 -0
- package/src/english.ts +5 -0
- package/src/french.ts +5 -0
- package/src/german.ts +5 -0
- package/src/hindi.ts +5 -0
- package/src/indonesian.ts +5 -0
- package/src/japanese.ts +5 -0
- package/src/korean.ts +5 -0
- package/src/portuguese.ts +5 -0
- package/src/russian.ts +9 -4
- package/src/spanish.ts +5 -0
- package/src/thai.ts +5 -0
- package/src/vietnamese.ts +5 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
3
|
buyer: `(en) Buyer`,
|
4
|
+
cancellationReason: `(en) Cancellation reason`,
|
5
|
+
cancellationInitiator: `(en) Cancellation initiator`,
|
4
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
5
8
|
congratulations: `(en) Congratulations!`,
|
6
9
|
deleteShop: `(en) Delete shop`,
|
7
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
8
12
|
lackOfInformation: `(en) Lack of information`,
|
9
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
10
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -21,6 +25,7 @@ export const text: text = {
|
|
21
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
22
26
|
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`,
|
23
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
24
29
|
leaveAReview: `(en) Leave a review`,
|
25
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
26
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
@@ -1,10 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
3
|
buyer: `(en) Buyer`,
|
4
|
+
cancellationReason: `(en) Cancellation reason`,
|
5
|
+
cancellationInitiator: `(en) Cancellation initiator`,
|
4
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
5
8
|
congratulations: `(en) Congratulations!`,
|
6
9
|
deleteShop: `(en) Delete shop`,
|
7
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
8
12
|
lackOfInformation: `(en) Lack of information`,
|
9
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
10
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -21,6 +25,7 @@ export const text: text = {
|
|
21
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
22
26
|
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`,
|
23
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
24
29
|
leaveAReview: `(en) Leave a review`,
|
25
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
26
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/english.ts
CHANGED
@@ -63,6 +63,8 @@ export const text = {
|
|
63
63
|
cancel: `Cancel`,
|
64
64
|
canceled: `Canceled`,
|
65
65
|
cancelOrder: `Cancel order`,
|
66
|
+
cancellationReason: `Cancellation reason`,
|
67
|
+
cancellationInitiator: `Cancellation initiator`,
|
66
68
|
cannotStartWithChars: `Cannot start with {:"^$*[]{}()?-"!@#%&/\\,><':;|~\`"`,
|
67
69
|
change: `Change`,
|
68
70
|
checkOrderStatus: `Check order status`,
|
@@ -87,6 +89,7 @@ export const text = {
|
|
87
89
|
contactInformation: `Contact information`,
|
88
90
|
contactSeller: `Contact seller`,
|
89
91
|
contactSupport: `Contact support`,
|
92
|
+
contactUs: `Contact us`,
|
90
93
|
continue: `Continue`,
|
91
94
|
contractTitle: `Contract Title`,
|
92
95
|
copyLink: `Copy link`,
|
@@ -157,6 +160,7 @@ export const text = {
|
|
157
160
|
getStarted: `Get started`,
|
158
161
|
guestView: `Guest view`,
|
159
162
|
harassment: `Harassment`,
|
163
|
+
haveAnyQuestions: `Have any questions?`,
|
160
164
|
hasNotAddedADescriptionFor: (username: string, title: string) =>
|
161
165
|
`@${username} has not added a description for "${title}"`,
|
162
166
|
hasNotSharedAnyPublicDetailsYet: (username: string) =>
|
@@ -396,6 +400,7 @@ export const text = {
|
|
396
400
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `We sent you a new verification email. Please enter the code`,
|
397
401
|
weSupportOnlyTheFollowingFileExtensions: `We support only the following file extensions:`,
|
398
402
|
work: `Work`,
|
403
|
+
weWouldLoveToHearFromYou: `We would love to hear from you`,
|
399
404
|
workDescription: `Work description`,
|
400
405
|
leaveAReview: `Leave a review`,
|
401
406
|
wrongEmailOrPassword: `Wrong email or password`,
|
package/src/french.ts
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
3
|
buyer: `(en) Buyer`,
|
4
|
+
cancellationReason: `(en) Cancellation reason`,
|
5
|
+
cancellationInitiator: `(en) Cancellation initiator`,
|
4
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
5
8
|
congratulations: `(en) Congratulations!`,
|
6
9
|
deleteShop: `(en) Delete shop`,
|
7
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
8
12
|
lackOfInformation: `(en) Lack of information`,
|
9
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
10
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -21,6 +25,7 @@ export const text: text = {
|
|
21
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
22
26
|
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`,
|
23
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
24
29
|
leaveAReview: `(en) Leave a review`,
|
25
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
26
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/german.ts
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
3
|
buyer: `(en) Buyer`,
|
4
|
+
cancellationReason: `(en) Cancellation reason`,
|
5
|
+
cancellationInitiator: `(en) Cancellation initiator`,
|
4
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
5
8
|
congratulations: `(en) Congratulations!`,
|
6
9
|
deleteShop: `(en) Delete shop`,
|
7
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
8
12
|
lackOfInformation: `(en) Lack of information`,
|
9
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
10
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -21,6 +25,7 @@ export const text: text = {
|
|
21
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
22
26
|
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`,
|
23
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
24
29
|
leaveAReview: `(en) Leave a review`,
|
25
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
26
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/hindi.ts
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
3
|
buyer: `(en) Buyer`,
|
4
|
+
cancellationReason: `(en) Cancellation reason`,
|
5
|
+
cancellationInitiator: `(en) Cancellation initiator`,
|
4
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
5
8
|
congratulations: `(en) Congratulations!`,
|
6
9
|
deleteShop: `(en) Delete shop`,
|
7
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
8
12
|
lackOfInformation: `(en) Lack of information`,
|
9
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
10
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -21,6 +25,7 @@ export const text: text = {
|
|
21
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
22
26
|
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`,
|
23
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
24
29
|
leaveAReview: `(en) Leave a review`,
|
25
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
26
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/indonesian.ts
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
3
|
buyer: `(en) Buyer`,
|
4
|
+
cancellationReason: `(en) Cancellation reason`,
|
5
|
+
cancellationInitiator: `(en) Cancellation initiator`,
|
4
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
5
8
|
congratulations: `(en) Congratulations!`,
|
6
9
|
deleteShop: `(en) Delete shop`,
|
7
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
8
12
|
lackOfInformation: `(en) Lack of information`,
|
9
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
10
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -21,6 +25,7 @@ export const text: text = {
|
|
21
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
22
26
|
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`,
|
23
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
24
29
|
leaveAReview: `(en) Leave a review`,
|
25
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
26
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/japanese.ts
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
3
|
buyer: `(en) Buyer`,
|
4
|
+
cancellationReason: `(en) Cancellation reason`,
|
5
|
+
cancellationInitiator: `(en) Cancellation initiator`,
|
4
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
5
8
|
congratulations: `(en) Congratulations!`,
|
6
9
|
deleteShop: `(en) Delete shop`,
|
7
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
8
12
|
lackOfInformation: `(en) Lack of information`,
|
9
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
10
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -21,6 +25,7 @@ export const text: text = {
|
|
21
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
22
26
|
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`,
|
23
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
24
29
|
leaveAReview: `(en) Leave a review`,
|
25
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
26
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/korean.ts
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
3
|
buyer: `(en) Buyer`,
|
4
|
+
cancellationReason: `(en) Cancellation reason`,
|
5
|
+
cancellationInitiator: `(en) Cancellation initiator`,
|
4
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
5
8
|
congratulations: `(en) Congratulations!`,
|
6
9
|
deleteShop: `(en) Delete shop`,
|
7
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
8
12
|
lackOfInformation: `(en) Lack of information`,
|
9
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
10
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -21,6 +25,7 @@ export const text: text = {
|
|
21
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
22
26
|
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`,
|
23
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
24
29
|
leaveAReview: `(en) Leave a review`,
|
25
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
26
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/portuguese.ts
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
3
|
buyer: `(en) Buyer`,
|
4
|
+
cancellationReason: `(en) Cancellation reason`,
|
5
|
+
cancellationInitiator: `(en) Cancellation initiator`,
|
4
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
5
8
|
congratulations: `(en) Congratulations!`,
|
6
9
|
deleteShop: `(en) Delete shop`,
|
7
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
8
12
|
lackOfInformation: `(en) Lack of information`,
|
9
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
10
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -21,6 +25,7 @@ export const text: text = {
|
|
21
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
22
26
|
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`,
|
23
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
24
29
|
leaveAReview: `(en) Leave a review`,
|
25
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
26
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/russian.ts
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
seller: `(en) Seller`,
|
2
|
+
contactUs: `Свяжитесь с нами`,
|
3
|
+
haveAnyQuestions: `У Вас есть вопросы?`,
|
4
|
+
weWouldLoveToHearFromYou: `Будем рады обратной связи от вас`,
|
6
5
|
_colon: `: `,
|
7
6
|
_comma: `, `,
|
8
7
|
_dot: `. `,
|
@@ -63,9 +62,12 @@ export const text: text = {
|
|
63
62
|
bookmarks: `Закладки`,
|
64
63
|
browseArt: `Посмотреть арты`,
|
65
64
|
browseShop: `Открыть магазин`,
|
65
|
+
buyer: `Покупатель`,
|
66
66
|
cancel: `отмена`,
|
67
67
|
canceled: `Отменен`,
|
68
68
|
cancelOrder: `Отменить заказ`,
|
69
|
+
cancellationReason: `Причина отмены`,
|
70
|
+
cancellationInitiator: `Инициатор отмены`,
|
69
71
|
cannotStartWithChars: `Не может начинаться с s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
70
72
|
change: `Изменить`,
|
71
73
|
checkOrderStatus: `Проверить статус заказа`,
|
@@ -280,6 +282,8 @@ export const text: text = {
|
|
280
282
|
pleaseEnterAtLeastNChars: (...v) => `Введите символов, не менее ${v[0]} `,
|
281
283
|
pleaseFillOutYourDetails: `Заполните свои данные`,
|
282
284
|
pleaseSignInToYourAccount: `Войдите в свой аккаунт`,
|
285
|
+
platform: `Платформа`,
|
286
|
+
pleaseStartTyping: `Пожалуйста, начните вводить`,
|
283
287
|
pleaseTryAgainOrClick: (...v) => `Повторите или нажмите ${v[0]}`,
|
284
288
|
pleaseVerifyYourAccount: `Подтвердите свой аккаунт`,
|
285
289
|
pressHereTo: `Нажмите здесь, чтобы`,
|
@@ -306,6 +310,7 @@ export const text: text = {
|
|
306
310
|
selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `Выберите одну тему или синхронизируйте с вашей системой и автоматически переключайтесь между дневной и ночной темами`,
|
307
311
|
selectAvatar: `Выбрать аватар`,
|
308
312
|
selectCharacters: `Выбрать персонажей`,
|
313
|
+
seller: `Продавец`,
|
309
314
|
selectFile: `Выбрать файл`,
|
310
315
|
selectTheme: `Выбрать тему`,
|
311
316
|
selectThumbnail: `Выбрать миниатюру`,
|
package/src/spanish.ts
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
3
|
buyer: `(en) Buyer`,
|
4
|
+
cancellationReason: `(en) Cancellation reason`,
|
5
|
+
cancellationInitiator: `(en) Cancellation initiator`,
|
4
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
5
8
|
congratulations: `(en) Congratulations!`,
|
6
9
|
deleteShop: `(en) Delete shop`,
|
7
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
8
12
|
lackOfInformation: `(en) Lack of information`,
|
9
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
10
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -21,6 +25,7 @@ export const text: text = {
|
|
21
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
22
26
|
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`,
|
23
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
24
29
|
leaveAReview: `(en) Leave a review`,
|
25
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
26
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/thai.ts
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
3
|
buyer: `(en) Buyer`,
|
4
|
+
cancellationReason: `(en) Cancellation reason`,
|
5
|
+
cancellationInitiator: `(en) Cancellation initiator`,
|
4
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
5
8
|
congratulations: `(en) Congratulations!`,
|
6
9
|
deleteShop: `(en) Delete shop`,
|
7
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
8
12
|
lackOfInformation: `(en) Lack of information`,
|
9
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
10
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -21,6 +25,7 @@ export const text: text = {
|
|
21
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
22
26
|
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`,
|
23
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
24
29
|
leaveAReview: `(en) Leave a review`,
|
25
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
26
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/vietnamese.ts
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
3
|
buyer: `(en) Buyer`,
|
4
|
+
cancellationReason: `(en) Cancellation reason`,
|
5
|
+
cancellationInitiator: `(en) Cancellation initiator`,
|
4
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
5
8
|
congratulations: `(en) Congratulations!`,
|
6
9
|
deleteShop: `(en) Delete shop`,
|
7
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
8
12
|
lackOfInformation: `(en) Lack of information`,
|
9
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
10
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -21,6 +25,7 @@ export const text: text = {
|
|
21
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
22
26
|
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`,
|
23
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
24
29
|
leaveAReview: `(en) Leave a review`,
|
25
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
26
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|