@anime.club/translations 1.1.78 → 1.1.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/arabic-standard.ts +6 -0
- package/src/chinese-simplified.ts +6 -0
- package/src/english.ts +7 -0
- package/src/french.ts +6 -0
- package/src/german.ts +6 -0
- package/src/hindi.ts +6 -0
- package/src/indonesian.ts +6 -0
- package/src/japanese.ts +6 -0
- package/src/korean.ts +6 -0
- package/src/portuguese.ts +6 -0
- package/src/russian.ts +8 -2
- package/src/spanish.ts +6 -0
- package/src/thai.ts +6 -0
- package/src/vietnamese.ts +6 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -4,9 +4,12 @@ export const text: text = {
|
|
4
4
|
cancellationReason: `(en) Cancellation reason`,
|
5
5
|
cancellationInitiator: `(en) Cancellation initiator`,
|
6
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
7
8
|
congratulations: `(en) Congratulations!`,
|
8
9
|
deleteShop: `(en) Delete shop`,
|
9
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
10
13
|
lackOfInformation: `(en) Lack of information`,
|
11
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,7 +26,10 @@ export const text: text = {
|
|
23
26
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
27
|
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`,
|
25
28
|
viewReview: `(en) View review`,
|
29
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
27
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
29
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
@@ -4,9 +4,12 @@ export const text: text = {
|
|
4
4
|
cancellationReason: `(en) Cancellation reason`,
|
5
5
|
cancellationInitiator: `(en) Cancellation initiator`,
|
6
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
7
8
|
congratulations: `(en) Congratulations!`,
|
8
9
|
deleteShop: `(en) Delete shop`,
|
9
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
10
13
|
lackOfInformation: `(en) Lack of information`,
|
11
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,7 +26,10 @@ export const text: text = {
|
|
23
26
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
27
|
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`,
|
25
28
|
viewReview: `(en) View review`,
|
29
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
27
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
29
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/english.ts
CHANGED
@@ -89,6 +89,7 @@ export const text = {
|
|
89
89
|
contactInformation: `Contact information`,
|
90
90
|
contactSeller: `Contact seller`,
|
91
91
|
contactSupport: `Contact support`,
|
92
|
+
contactUs: `Contact us`,
|
92
93
|
continue: `Continue`,
|
93
94
|
contractTitle: `Contract Title`,
|
94
95
|
copyLink: `Copy link`,
|
@@ -159,6 +160,9 @@ export const text = {
|
|
159
160
|
getStarted: `Get started`,
|
160
161
|
guestView: `Guest view`,
|
161
162
|
harassment: `Harassment`,
|
163
|
+
haveAnyQuestions: `Have any questions?`,
|
164
|
+
usernameHasCanceledTheOrder: (username: string) =>
|
165
|
+
`${username} has canceled the order`,
|
162
166
|
hasNotAddedADescriptionFor: (username: string, title: string) =>
|
163
167
|
`@${username} has not added a description for "${title}"`,
|
164
168
|
hasNotSharedAnyPublicDetailsYet: (username: string) =>
|
@@ -398,11 +402,14 @@ export const text = {
|
|
398
402
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `We sent you a new verification email. Please enter the code`,
|
399
403
|
weSupportOnlyTheFollowingFileExtensions: `We support only the following file extensions:`,
|
400
404
|
work: `Work`,
|
405
|
+
weWouldLoveToHearFromYou: `We would love to hear from you`,
|
401
406
|
workDescription: `Work description`,
|
402
407
|
leaveAReview: `Leave a review`,
|
403
408
|
wrongEmailOrPassword: `Wrong email or password`,
|
404
409
|
yes: `yes`,
|
405
410
|
yesterday: `Yesterday`,
|
411
|
+
youReceivedANewOrderFrom: (username: string) =>
|
412
|
+
`You received a new order from <b>${username}</b>`,
|
406
413
|
youHaveSuccessfullyCreatedYourShop: `You have successfully created your shop`,
|
407
414
|
youAreAlreadyAuthenticated: `You are already authenticated`,
|
408
415
|
youCanAutoPublishToYourSocialMediaAccount: `You can auto publish to your social media account`,
|
package/src/french.ts
CHANGED
@@ -4,9 +4,12 @@ export const text: text = {
|
|
4
4
|
cancellationReason: `(en) Cancellation reason`,
|
5
5
|
cancellationInitiator: `(en) Cancellation initiator`,
|
6
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
7
8
|
congratulations: `(en) Congratulations!`,
|
8
9
|
deleteShop: `(en) Delete shop`,
|
9
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
10
13
|
lackOfInformation: `(en) Lack of information`,
|
11
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,7 +26,10 @@ export const text: text = {
|
|
23
26
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
27
|
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`,
|
25
28
|
viewReview: `(en) View review`,
|
29
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
27
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
29
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/german.ts
CHANGED
@@ -4,9 +4,12 @@ export const text: text = {
|
|
4
4
|
cancellationReason: `(en) Cancellation reason`,
|
5
5
|
cancellationInitiator: `(en) Cancellation initiator`,
|
6
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
7
8
|
congratulations: `(en) Congratulations!`,
|
8
9
|
deleteShop: `(en) Delete shop`,
|
9
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
10
13
|
lackOfInformation: `(en) Lack of information`,
|
11
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,7 +26,10 @@ export const text: text = {
|
|
23
26
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
27
|
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`,
|
25
28
|
viewReview: `(en) View review`,
|
29
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
27
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
29
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/hindi.ts
CHANGED
@@ -4,9 +4,12 @@ export const text: text = {
|
|
4
4
|
cancellationReason: `(en) Cancellation reason`,
|
5
5
|
cancellationInitiator: `(en) Cancellation initiator`,
|
6
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
7
8
|
congratulations: `(en) Congratulations!`,
|
8
9
|
deleteShop: `(en) Delete shop`,
|
9
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
10
13
|
lackOfInformation: `(en) Lack of information`,
|
11
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,7 +26,10 @@ export const text: text = {
|
|
23
26
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
27
|
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`,
|
25
28
|
viewReview: `(en) View review`,
|
29
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
27
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
29
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/indonesian.ts
CHANGED
@@ -4,9 +4,12 @@ export const text: text = {
|
|
4
4
|
cancellationReason: `(en) Cancellation reason`,
|
5
5
|
cancellationInitiator: `(en) Cancellation initiator`,
|
6
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
7
8
|
congratulations: `(en) Congratulations!`,
|
8
9
|
deleteShop: `(en) Delete shop`,
|
9
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
10
13
|
lackOfInformation: `(en) Lack of information`,
|
11
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,7 +26,10 @@ export const text: text = {
|
|
23
26
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
27
|
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`,
|
25
28
|
viewReview: `(en) View review`,
|
29
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
27
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
29
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/japanese.ts
CHANGED
@@ -4,9 +4,12 @@ export const text: text = {
|
|
4
4
|
cancellationReason: `(en) Cancellation reason`,
|
5
5
|
cancellationInitiator: `(en) Cancellation initiator`,
|
6
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
7
8
|
congratulations: `(en) Congratulations!`,
|
8
9
|
deleteShop: `(en) Delete shop`,
|
9
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
10
13
|
lackOfInformation: `(en) Lack of information`,
|
11
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,7 +26,10 @@ export const text: text = {
|
|
23
26
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
27
|
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`,
|
25
28
|
viewReview: `(en) View review`,
|
29
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
27
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
29
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/korean.ts
CHANGED
@@ -4,9 +4,12 @@ export const text: text = {
|
|
4
4
|
cancellationReason: `(en) Cancellation reason`,
|
5
5
|
cancellationInitiator: `(en) Cancellation initiator`,
|
6
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
7
8
|
congratulations: `(en) Congratulations!`,
|
8
9
|
deleteShop: `(en) Delete shop`,
|
9
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
10
13
|
lackOfInformation: `(en) Lack of information`,
|
11
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,7 +26,10 @@ export const text: text = {
|
|
23
26
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
27
|
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`,
|
25
28
|
viewReview: `(en) View review`,
|
29
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
27
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
29
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/portuguese.ts
CHANGED
@@ -4,9 +4,12 @@ export const text: text = {
|
|
4
4
|
cancellationReason: `(en) Cancellation reason`,
|
5
5
|
cancellationInitiator: `(en) Cancellation initiator`,
|
6
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
7
8
|
congratulations: `(en) Congratulations!`,
|
8
9
|
deleteShop: `(en) Delete shop`,
|
9
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
10
13
|
lackOfInformation: `(en) Lack of information`,
|
11
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,7 +26,10 @@ export const text: text = {
|
|
23
26
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
27
|
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`,
|
25
28
|
viewReview: `(en) View review`,
|
29
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
27
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
29
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/russian.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
|
3
|
-
|
2
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
3
|
+
youReceivedANewOrderFrom: (...v) =>
|
4
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
4
5
|
_colon: `: `,
|
5
6
|
_comma: `, `,
|
6
7
|
_dot: `. `,
|
@@ -65,6 +66,8 @@ export const text: text = {
|
|
65
66
|
cancel: `отмена`,
|
66
67
|
canceled: `Отменен`,
|
67
68
|
cancelOrder: `Отменить заказ`,
|
69
|
+
cancellationReason: `Причина отмены`,
|
70
|
+
cancellationInitiator: `Инициатор отмены`,
|
68
71
|
cannotStartWithChars: `Не может начинаться с s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
69
72
|
change: `Изменить`,
|
70
73
|
checkOrderStatus: `Проверить статус заказа`,
|
@@ -89,6 +92,7 @@ export const text: text = {
|
|
89
92
|
contactInformation: `Контактная информация`,
|
90
93
|
contactSeller: `Связаться с продавцом`,
|
91
94
|
contactSupport: `Связаться со службой поддержки`,
|
95
|
+
contactUs: `Свяжитесь с нами`,
|
92
96
|
continue: `Продолжить`,
|
93
97
|
contractTitle: `Название контракта`,
|
94
98
|
copyLink: `Скопировать ссылку`,
|
@@ -159,6 +163,7 @@ export const text: text = {
|
|
159
163
|
getStarted: `Начать`,
|
160
164
|
guestView: `Гостевой просмотр`,
|
161
165
|
harassment: `Домогательство`,
|
166
|
+
haveAnyQuestions: `У Вас есть вопросы?`,
|
162
167
|
hasNotAddedADescriptionFor: (...v) =>
|
163
168
|
`@${v[0]} не добавил описание для "${v[1]}"`,
|
164
169
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
@@ -393,6 +398,7 @@ export const text: text = {
|
|
393
398
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `Мы отправили вам новый email с подтверждением. Введите код`,
|
394
399
|
weSupportOnlyTheFollowingFileExtensions: `Мы поддерживаем только следующие расширения файлов:`,
|
395
400
|
work: `Работа`,
|
401
|
+
weWouldLoveToHearFromYou: `Будем рады обратной связи от вас`,
|
396
402
|
workDescription: `Описание работы`,
|
397
403
|
leaveAReview: `Оставить отзыв`,
|
398
404
|
wrongEmailOrPassword: `Неправильный email или пароль`,
|
package/src/spanish.ts
CHANGED
@@ -4,9 +4,12 @@ export const text: text = {
|
|
4
4
|
cancellationReason: `(en) Cancellation reason`,
|
5
5
|
cancellationInitiator: `(en) Cancellation initiator`,
|
6
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
7
8
|
congratulations: `(en) Congratulations!`,
|
8
9
|
deleteShop: `(en) Delete shop`,
|
9
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
10
13
|
lackOfInformation: `(en) Lack of information`,
|
11
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,7 +26,10 @@ export const text: text = {
|
|
23
26
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
27
|
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`,
|
25
28
|
viewReview: `(en) View review`,
|
29
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
27
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
29
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/thai.ts
CHANGED
@@ -4,9 +4,12 @@ export const text: text = {
|
|
4
4
|
cancellationReason: `(en) Cancellation reason`,
|
5
5
|
cancellationInitiator: `(en) Cancellation initiator`,
|
6
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
7
8
|
congratulations: `(en) Congratulations!`,
|
8
9
|
deleteShop: `(en) Delete shop`,
|
9
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
10
13
|
lackOfInformation: `(en) Lack of information`,
|
11
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,7 +26,10 @@ export const text: text = {
|
|
23
26
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
27
|
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`,
|
25
28
|
viewReview: `(en) View review`,
|
29
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
27
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
29
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/vietnamese.ts
CHANGED
@@ -4,9 +4,12 @@ export const text: text = {
|
|
4
4
|
cancellationReason: `(en) Cancellation reason`,
|
5
5
|
cancellationInitiator: `(en) Cancellation initiator`,
|
6
6
|
checkOrderStatus: `(en) Check order status`,
|
7
|
+
contactUs: `(en) Contact us`,
|
7
8
|
congratulations: `(en) Congratulations!`,
|
8
9
|
deleteShop: `(en) Delete shop`,
|
9
10
|
decline: `(en) Decline`,
|
11
|
+
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
10
13
|
lackOfInformation: `(en) Lack of information`,
|
11
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,7 +26,10 @@ export const text: text = {
|
|
23
26
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
27
|
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`,
|
25
28
|
viewReview: `(en) View review`,
|
29
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
27
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
29
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|