@anime.club/translations 1.1.79 → 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 +3 -0
- package/src/chinese-simplified.ts +3 -0
- package/src/english.ts +4 -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 +6 -3
- 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
@@ -9,6 +9,7 @@ export const text: text = {
|
|
9
9
|
deleteShop: `(en) Delete shop`,
|
10
10
|
decline: `(en) Decline`,
|
11
11
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
12
13
|
lackOfInformation: `(en) Lack of information`,
|
13
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
14
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -27,6 +28,8 @@ export const text: text = {
|
|
27
28
|
viewReview: `(en) View review`,
|
28
29
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
29
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
30
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
31
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
32
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
@@ -9,6 +9,7 @@ export const text: text = {
|
|
9
9
|
deleteShop: `(en) Delete shop`,
|
10
10
|
decline: `(en) Decline`,
|
11
11
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
12
13
|
lackOfInformation: `(en) Lack of information`,
|
13
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
14
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -27,6 +28,8 @@ export const text: text = {
|
|
27
28
|
viewReview: `(en) View review`,
|
28
29
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
29
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
30
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
31
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
32
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/english.ts
CHANGED
@@ -161,6 +161,8 @@ export const text = {
|
|
161
161
|
guestView: `Guest view`,
|
162
162
|
harassment: `Harassment`,
|
163
163
|
haveAnyQuestions: `Have any questions?`,
|
164
|
+
usernameHasCanceledTheOrder: (username: string) =>
|
165
|
+
`${username} has canceled the order`,
|
164
166
|
hasNotAddedADescriptionFor: (username: string, title: string) =>
|
165
167
|
`@${username} has not added a description for "${title}"`,
|
166
168
|
hasNotSharedAnyPublicDetailsYet: (username: string) =>
|
@@ -406,6 +408,8 @@ export const text = {
|
|
406
408
|
wrongEmailOrPassword: `Wrong email or password`,
|
407
409
|
yes: `yes`,
|
408
410
|
yesterday: `Yesterday`,
|
411
|
+
youReceivedANewOrderFrom: (username: string) =>
|
412
|
+
`You received a new order from <b>${username}</b>`,
|
409
413
|
youHaveSuccessfullyCreatedYourShop: `You have successfully created your shop`,
|
410
414
|
youAreAlreadyAuthenticated: `You are already authenticated`,
|
411
415
|
youCanAutoPublishToYourSocialMediaAccount: `You can auto publish to your social media account`,
|
package/src/french.ts
CHANGED
@@ -9,6 +9,7 @@ export const text: text = {
|
|
9
9
|
deleteShop: `(en) Delete shop`,
|
10
10
|
decline: `(en) Decline`,
|
11
11
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
12
13
|
lackOfInformation: `(en) Lack of information`,
|
13
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
14
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -27,6 +28,8 @@ export const text: text = {
|
|
27
28
|
viewReview: `(en) View review`,
|
28
29
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
29
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
30
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
31
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
32
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/german.ts
CHANGED
@@ -9,6 +9,7 @@ export const text: text = {
|
|
9
9
|
deleteShop: `(en) Delete shop`,
|
10
10
|
decline: `(en) Decline`,
|
11
11
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
12
13
|
lackOfInformation: `(en) Lack of information`,
|
13
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
14
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -27,6 +28,8 @@ export const text: text = {
|
|
27
28
|
viewReview: `(en) View review`,
|
28
29
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
29
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
30
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
31
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
32
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/hindi.ts
CHANGED
@@ -9,6 +9,7 @@ export const text: text = {
|
|
9
9
|
deleteShop: `(en) Delete shop`,
|
10
10
|
decline: `(en) Decline`,
|
11
11
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
12
13
|
lackOfInformation: `(en) Lack of information`,
|
13
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
14
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -27,6 +28,8 @@ export const text: text = {
|
|
27
28
|
viewReview: `(en) View review`,
|
28
29
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
29
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
30
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
31
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
32
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/indonesian.ts
CHANGED
@@ -9,6 +9,7 @@ export const text: text = {
|
|
9
9
|
deleteShop: `(en) Delete shop`,
|
10
10
|
decline: `(en) Decline`,
|
11
11
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
12
13
|
lackOfInformation: `(en) Lack of information`,
|
13
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
14
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -27,6 +28,8 @@ export const text: text = {
|
|
27
28
|
viewReview: `(en) View review`,
|
28
29
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
29
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
30
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
31
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
32
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/japanese.ts
CHANGED
@@ -9,6 +9,7 @@ export const text: text = {
|
|
9
9
|
deleteShop: `(en) Delete shop`,
|
10
10
|
decline: `(en) Decline`,
|
11
11
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
12
13
|
lackOfInformation: `(en) Lack of information`,
|
13
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
14
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -27,6 +28,8 @@ export const text: text = {
|
|
27
28
|
viewReview: `(en) View review`,
|
28
29
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
29
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
30
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
31
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
32
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/korean.ts
CHANGED
@@ -9,6 +9,7 @@ export const text: text = {
|
|
9
9
|
deleteShop: `(en) Delete shop`,
|
10
10
|
decline: `(en) Decline`,
|
11
11
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
12
13
|
lackOfInformation: `(en) Lack of information`,
|
13
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
14
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -27,6 +28,8 @@ export const text: text = {
|
|
27
28
|
viewReview: `(en) View review`,
|
28
29
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
29
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
30
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
31
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
32
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/portuguese.ts
CHANGED
@@ -9,6 +9,7 @@ export const text: text = {
|
|
9
9
|
deleteShop: `(en) Delete shop`,
|
10
10
|
decline: `(en) Decline`,
|
11
11
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
12
13
|
lackOfInformation: `(en) Lack of information`,
|
13
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
14
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -27,6 +28,8 @@ export const text: text = {
|
|
27
28
|
viewReview: `(en) View review`,
|
28
29
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
29
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
30
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
31
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
32
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/russian.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
|
3
|
-
|
4
|
-
|
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>`,
|
5
5
|
_colon: `: `,
|
6
6
|
_comma: `, `,
|
7
7
|
_dot: `. `,
|
@@ -92,6 +92,7 @@ export const text: text = {
|
|
92
92
|
contactInformation: `Контактная информация`,
|
93
93
|
contactSeller: `Связаться с продавцом`,
|
94
94
|
contactSupport: `Связаться со службой поддержки`,
|
95
|
+
contactUs: `Свяжитесь с нами`,
|
95
96
|
continue: `Продолжить`,
|
96
97
|
contractTitle: `Название контракта`,
|
97
98
|
copyLink: `Скопировать ссылку`,
|
@@ -162,6 +163,7 @@ export const text: text = {
|
|
162
163
|
getStarted: `Начать`,
|
163
164
|
guestView: `Гостевой просмотр`,
|
164
165
|
harassment: `Домогательство`,
|
166
|
+
haveAnyQuestions: `У Вас есть вопросы?`,
|
165
167
|
hasNotAddedADescriptionFor: (...v) =>
|
166
168
|
`@${v[0]} не добавил описание для "${v[1]}"`,
|
167
169
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
@@ -396,6 +398,7 @@ export const text: text = {
|
|
396
398
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `Мы отправили вам новый email с подтверждением. Введите код`,
|
397
399
|
weSupportOnlyTheFollowingFileExtensions: `Мы поддерживаем только следующие расширения файлов:`,
|
398
400
|
work: `Работа`,
|
401
|
+
weWouldLoveToHearFromYou: `Будем рады обратной связи от вас`,
|
399
402
|
workDescription: `Описание работы`,
|
400
403
|
leaveAReview: `Оставить отзыв`,
|
401
404
|
wrongEmailOrPassword: `Неправильный email или пароль`,
|
package/src/spanish.ts
CHANGED
@@ -9,6 +9,7 @@ export const text: text = {
|
|
9
9
|
deleteShop: `(en) Delete shop`,
|
10
10
|
decline: `(en) Decline`,
|
11
11
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
12
13
|
lackOfInformation: `(en) Lack of information`,
|
13
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
14
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -27,6 +28,8 @@ export const text: text = {
|
|
27
28
|
viewReview: `(en) View review`,
|
28
29
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
29
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
30
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
31
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
32
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/thai.ts
CHANGED
@@ -9,6 +9,7 @@ export const text: text = {
|
|
9
9
|
deleteShop: `(en) Delete shop`,
|
10
10
|
decline: `(en) Decline`,
|
11
11
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
12
13
|
lackOfInformation: `(en) Lack of information`,
|
13
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
14
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -27,6 +28,8 @@ export const text: text = {
|
|
27
28
|
viewReview: `(en) View review`,
|
28
29
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
29
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
30
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
31
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
32
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
package/src/vietnamese.ts
CHANGED
@@ -9,6 +9,7 @@ export const text: text = {
|
|
9
9
|
deleteShop: `(en) Delete shop`,
|
10
10
|
decline: `(en) Decline`,
|
11
11
|
haveAnyQuestions: `(en) Have any questions?`,
|
12
|
+
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
|
12
13
|
lackOfInformation: `(en) Lack of information`,
|
13
14
|
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
14
15
|
notAcceptingOrders: `(en) Not accepting orders`,
|
@@ -27,6 +28,8 @@ export const text: text = {
|
|
27
28
|
viewReview: `(en) View review`,
|
28
29
|
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
29
30
|
leaveAReview: `(en) Leave a review`,
|
31
|
+
youReceivedANewOrderFrom: (...v) =>
|
32
|
+
`(en) You received a new order from <b>${v[0]}</b>`,
|
30
33
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
31
34
|
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
32
35
|
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|