@anime.club/translations 1.1.72 → 1.1.74
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 +10 -3
- 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`,
|
12
|
+
outOfStock: `(en) Out of stock`,
|
10
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
|
+
personalCircumstances: `(en) Personal circumstances`,
|
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`,
|
12
|
+
outOfStock: `(en) Out of stock`,
|
10
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
|
+
personalCircumstances: `(en) Personal circumstances`,
|
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`,
|
@@ -254,6 +256,7 @@ export const text = {
|
|
254
256
|
optional: `Optional`,
|
255
257
|
or: `or`,
|
256
258
|
order: `Order`,
|
259
|
+
outOfStock: `Out of stock`,
|
257
260
|
ordered: (relativeTime: string) => `Ordered ${relativeTime}`,
|
258
261
|
orderAgain: `Order again`,
|
259
262
|
orderDetails: `Order details`,
|
@@ -263,6 +266,7 @@ export const text = {
|
|
263
266
|
password: `Password`,
|
264
267
|
payments: `Payments`,
|
265
268
|
personal: `Personal`,
|
269
|
+
personalCircumstances: `Personal circumstances`,
|
266
270
|
pleaseCheckYour: (value: string) => `Please check your ${value}`,
|
267
271
|
pleaseDoNotShareYourPrivateInformationToOthers: `Please do not share your private information to others`,
|
268
272
|
pleaseDropOnlyOneImage: `Please drop only one image`,
|
@@ -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`,
|
12
|
+
outOfStock: `(en) Out of stock`,
|
10
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
|
+
personalCircumstances: `(en) Personal circumstances`,
|
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`,
|
12
|
+
outOfStock: `(en) Out of stock`,
|
10
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
|
+
personalCircumstances: `(en) Personal circumstances`,
|
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`,
|
12
|
+
outOfStock: `(en) Out of stock`,
|
10
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
|
+
personalCircumstances: `(en) Personal circumstances`,
|
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`,
|
12
|
+
outOfStock: `(en) Out of stock`,
|
10
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
|
+
personalCircumstances: `(en) Personal circumstances`,
|
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`,
|
12
|
+
outOfStock: `(en) Out of stock`,
|
10
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
|
+
personalCircumstances: `(en) Personal circumstances`,
|
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`,
|
12
|
+
outOfStock: `(en) Out of stock`,
|
10
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
|
+
personalCircumstances: `(en) Personal circumstances`,
|
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`,
|
12
|
+
outOfStock: `(en) Out of stock`,
|
10
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
|
+
personalCircumstances: `(en) Personal circumstances`,
|
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,4 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
accountDeleted: `(en) Account deleted`,
|
3
|
-
order: `(en) Order`,
|
4
|
-
leaveAReview: `(en) Leave a review`,
|
5
2
|
_colon: `: `,
|
6
3
|
_comma: `, `,
|
7
4
|
_dot: `. `,
|
@@ -12,6 +9,7 @@ export const text: text = {
|
|
12
9
|
accept: `Принять`,
|
13
10
|
acceptOrder: `Принять заказ`,
|
14
11
|
account: `Аккаунт`,
|
12
|
+
accountDeleted: `Учетная запись удалена`,
|
15
13
|
accountActivation: `Активация аккаунта`,
|
16
14
|
accountAlreadyExists: `Аккаунт уже существует`,
|
17
15
|
accountDoesNotExist: `Аккаунт не существует`,
|
@@ -185,6 +183,7 @@ export const text: text = {
|
|
185
183
|
joinChat: `Присоединиться к чату`,
|
186
184
|
joinUsOnFacebook: `Присоединяйтесь к нам на Facebook`,
|
187
185
|
language: `Язык`,
|
186
|
+
lackOfInformation: `Недостаточно информации`,
|
188
187
|
languages: `Языки`,
|
189
188
|
letEveryoneKnowHowToDonateToYou: `Дайте всем знать, как вам донатить`,
|
190
189
|
letOthersKnowAboutYou: `Дайте другим знать о себе`,
|
@@ -243,6 +242,7 @@ export const text: text = {
|
|
243
242
|
noResults: `Нет результатов`,
|
244
243
|
notifications: `Уведомления`,
|
245
244
|
noActiveOrdersToShow: `Нет активных заказов для отображения`,
|
245
|
+
notAcceptingOrders: `Не принимаю заказы`,
|
246
246
|
nsfwContent18Plus: `Материалы для взрослых (18+)`,
|
247
247
|
numberOfAdjustmentsAClientCouldRequest: `Количество корректировок, которые клиент может запросить`,
|
248
248
|
online: `В сети`,
|
@@ -255,6 +255,8 @@ export const text: text = {
|
|
255
255
|
openToWork: `Открыт для работы`,
|
256
256
|
optional: `Необязательно`,
|
257
257
|
or: `или`,
|
258
|
+
order: `Заказ`,
|
259
|
+
outOfStock: `Нет в наличии`,
|
258
260
|
ordered: (...v) => `Заказано ${v[0]}`,
|
259
261
|
orderAgain: `Заказать снова`,
|
260
262
|
orderDetails: `Детали заказа`,
|
@@ -264,6 +266,7 @@ export const text: text = {
|
|
264
266
|
password: `Пароль`,
|
265
267
|
payments: `Платежи`,
|
266
268
|
personal: `Личное`,
|
269
|
+
personalCircumstances: `Личные обстоятельства`,
|
267
270
|
pleaseCheckYour: (...v) => `Проверьте ваш ${v[0]}`,
|
268
271
|
pleaseDoNotShareYourPrivateInformationToOthers: `Пожалуйста, не сообщайте свою личную информацию другим`,
|
269
272
|
pleaseDropOnlyOneImage: `Перетащите сюда только одно изображение`,
|
@@ -337,6 +340,7 @@ export const text: text = {
|
|
337
340
|
thisIsThePriceYouPropose: `Это цена, которую вы предлагаете`,
|
338
341
|
threateningViolence: `Угрозы насилия`,
|
339
342
|
title: `Название`,
|
343
|
+
timeConstraints: `Ограничения по времени`,
|
340
344
|
titleYourExtraService: `Назовите вашу дополнительную услугу`,
|
341
345
|
theMaximumQuantityThatACustomerCanAdd: `Максимальное количество, которое покупатель может добавить`,
|
342
346
|
toHelpTheCreatorCompleteYourOrder: `Для того чтобы продавец мог выполнить ваш заказ в соответствии с вашими пожеланиями, пожалуйста, укажите подробно, что именно вы хотели бы получить: укажите тему, стиль, особенности персонажа и другие важные детали.`,
|
@@ -383,6 +387,7 @@ export const text: text = {
|
|
383
387
|
weSupportOnlyTheFollowingFileExtensions: `Мы поддерживаем только следующие расширения файлов:`,
|
384
388
|
work: `Работа`,
|
385
389
|
workDescription: `Описание работы`,
|
390
|
+
leaveAReview: `Оставить отзыв`,
|
386
391
|
wrongEmailOrPassword: `Неправильный email или пароль`,
|
387
392
|
yes: `да`,
|
388
393
|
yesterday: `Вчера`,
|
@@ -402,6 +407,8 @@ export const text: text = {
|
|
402
407
|
yourAccountWillBeRemoved: (...v) =>
|
403
408
|
`Ваша учетная запись будет удалена ${v[0]}`,
|
404
409
|
youHaveNoPurchases: `У вас нет покупок`,
|
410
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `Могли бы вы, пожалуйста, указать причину отмены`,
|
411
|
+
yourFeedbackWouldBeGreatlyAppreciated: `Ваше мнение очень важно для нас`,
|
405
412
|
yourArts: `Ваши арты`,
|
406
413
|
yourAvatar: `Ваш аватар`,
|
407
414
|
yourBlog: `Ваш блог`,
|
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`,
|
12
|
+
outOfStock: `(en) Out of stock`,
|
10
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
|
+
personalCircumstances: `(en) Personal circumstances`,
|
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`,
|
12
|
+
outOfStock: `(en) Out of stock`,
|
10
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
|
+
personalCircumstances: `(en) Personal circumstances`,
|
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`,
|
12
|
+
outOfStock: `(en) Out of stock`,
|
10
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
|
+
personalCircumstances: `(en) Personal circumstances`,
|
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: `. `,
|