@anime.club/translations 1.1.78 → 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 +3 -0
- package/src/chinese-simplified.ts +3 -0
- package/src/english.ts +3 -0
- package/src/french.ts +3 -0
- package/src/german.ts +3 -0
- package/src/hindi.ts +3 -0
- package/src/indonesian.ts +3 -0
- package/src/japanese.ts +3 -0
- package/src/korean.ts +3 -0
- package/src/portuguese.ts +3 -0
- package/src/russian.ts +5 -2
- package/src/spanish.ts +3 -0
- package/src/thai.ts +3 -0
- package/src/vietnamese.ts +3 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -4,9 +4,11 @@ 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?`,
|
10
12
|
lackOfInformation: `(en) Lack of information`,
|
11
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,6 +25,7 @@ export const text: text = {
|
|
23
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
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`,
|
25
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
29
|
leaveAReview: `(en) Leave a review`,
|
27
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
@@ -4,9 +4,11 @@ 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?`,
|
10
12
|
lackOfInformation: `(en) Lack of information`,
|
11
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,6 +25,7 @@ export const text: text = {
|
|
23
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
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`,
|
25
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
29
|
leaveAReview: `(en) Leave a review`,
|
27
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
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,7 @@ export const text = {
|
|
159
160
|
getStarted: `Get started`,
|
160
161
|
guestView: `Guest view`,
|
161
162
|
harassment: `Harassment`,
|
163
|
+
haveAnyQuestions: `Have any questions?`,
|
162
164
|
hasNotAddedADescriptionFor: (username: string, title: string) =>
|
163
165
|
`@${username} has not added a description for "${title}"`,
|
164
166
|
hasNotSharedAnyPublicDetailsYet: (username: string) =>
|
@@ -398,6 +400,7 @@ export const text = {
|
|
398
400
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `We sent you a new verification email. Please enter the code`,
|
399
401
|
weSupportOnlyTheFollowingFileExtensions: `We support only the following file extensions:`,
|
400
402
|
work: `Work`,
|
403
|
+
weWouldLoveToHearFromYou: `We would love to hear from you`,
|
401
404
|
workDescription: `Work description`,
|
402
405
|
leaveAReview: `Leave a review`,
|
403
406
|
wrongEmailOrPassword: `Wrong email or password`,
|
package/src/french.ts
CHANGED
@@ -4,9 +4,11 @@ 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?`,
|
10
12
|
lackOfInformation: `(en) Lack of information`,
|
11
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,6 +25,7 @@ export const text: text = {
|
|
23
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
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`,
|
25
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
29
|
leaveAReview: `(en) Leave a review`,
|
27
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/german.ts
CHANGED
@@ -4,9 +4,11 @@ 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?`,
|
10
12
|
lackOfInformation: `(en) Lack of information`,
|
11
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,6 +25,7 @@ export const text: text = {
|
|
23
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
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`,
|
25
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
29
|
leaveAReview: `(en) Leave a review`,
|
27
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/hindi.ts
CHANGED
@@ -4,9 +4,11 @@ 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?`,
|
10
12
|
lackOfInformation: `(en) Lack of information`,
|
11
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,6 +25,7 @@ export const text: text = {
|
|
23
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
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`,
|
25
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
29
|
leaveAReview: `(en) Leave a review`,
|
27
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/indonesian.ts
CHANGED
@@ -4,9 +4,11 @@ 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?`,
|
10
12
|
lackOfInformation: `(en) Lack of information`,
|
11
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,6 +25,7 @@ export const text: text = {
|
|
23
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
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`,
|
25
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
29
|
leaveAReview: `(en) Leave a review`,
|
27
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/japanese.ts
CHANGED
@@ -4,9 +4,11 @@ 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?`,
|
10
12
|
lackOfInformation: `(en) Lack of information`,
|
11
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,6 +25,7 @@ export const text: text = {
|
|
23
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
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`,
|
25
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
29
|
leaveAReview: `(en) Leave a review`,
|
27
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/korean.ts
CHANGED
@@ -4,9 +4,11 @@ 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?`,
|
10
12
|
lackOfInformation: `(en) Lack of information`,
|
11
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,6 +25,7 @@ export const text: text = {
|
|
23
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
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`,
|
25
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
29
|
leaveAReview: `(en) Leave a review`,
|
27
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/portuguese.ts
CHANGED
@@ -4,9 +4,11 @@ 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?`,
|
10
12
|
lackOfInformation: `(en) Lack of information`,
|
11
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,6 +25,7 @@ export const text: text = {
|
|
23
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
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`,
|
25
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
29
|
leaveAReview: `(en) Leave a review`,
|
27
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/russian.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
|
3
|
-
|
2
|
+
contactUs: `Свяжитесь с нами`,
|
3
|
+
haveAnyQuestions: `У Вас есть вопросы?`,
|
4
|
+
weWouldLoveToHearFromYou: `Будем рады обратной связи от вас`,
|
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: `Проверить статус заказа`,
|
package/src/spanish.ts
CHANGED
@@ -4,9 +4,11 @@ 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?`,
|
10
12
|
lackOfInformation: `(en) Lack of information`,
|
11
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,6 +25,7 @@ export const text: text = {
|
|
23
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
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`,
|
25
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
29
|
leaveAReview: `(en) Leave a review`,
|
27
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/thai.ts
CHANGED
@@ -4,9 +4,11 @@ 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?`,
|
10
12
|
lackOfInformation: `(en) Lack of information`,
|
11
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,6 +25,7 @@ export const text: text = {
|
|
23
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
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`,
|
25
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
29
|
leaveAReview: `(en) Leave a review`,
|
27
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
package/src/vietnamese.ts
CHANGED
@@ -4,9 +4,11 @@ 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?`,
|
10
12
|
lackOfInformation: `(en) Lack of information`,
|
11
13
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
12
14
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -23,6 +25,7 @@ export const text: text = {
|
|
23
25
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
24
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`,
|
25
27
|
viewReview: `(en) View review`,
|
28
|
+
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
26
29
|
leaveAReview: `(en) Leave a review`,
|
27
30
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
28
31
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|