@anime.club/translations 1.1.66 → 1.1.68
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 +2 -0
- package/src/chinese-simplified.ts +2 -0
- package/src/english.ts +2 -0
- package/src/french.ts +2 -0
- package/src/german.ts +2 -0
- package/src/hindi.ts +2 -0
- package/src/indonesian.ts +2 -0
- package/src/japanese.ts +2 -0
- package/src/korean.ts +2 -0
- package/src/portuguese.ts +2 -0
- package/src/russian.ts +5 -3
- package/src/spanish.ts +2 -0
- package/src/thai.ts +2 -0
- package/src/vietnamese.ts +2 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
2
3
|
checkOrderStatus: `(en) Check order status`,
|
3
4
|
congratulations: `(en) Congratulations!`,
|
4
5
|
deleteShop: `(en) Delete shop`,
|
@@ -9,6 +10,7 @@ export const text: text = {
|
|
9
10
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
11
|
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`,
|
11
12
|
viewReview: `(en) View review`,
|
13
|
+
leaveAReview: `(en) Leave a review`,
|
12
14
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
13
15
|
_colon: `: `,
|
14
16
|
_comma: `، `,
|
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
2
3
|
checkOrderStatus: `(en) Check order status`,
|
3
4
|
congratulations: `(en) Congratulations!`,
|
4
5
|
deleteShop: `(en) Delete shop`,
|
@@ -9,6 +10,7 @@ export const text: text = {
|
|
9
10
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
11
|
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`,
|
11
12
|
viewReview: `(en) View review`,
|
13
|
+
leaveAReview: `(en) Leave a review`,
|
12
14
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
13
15
|
_colon: `:`,
|
14
16
|
_comma: `、`,
|
package/src/english.ts
CHANGED
@@ -9,6 +9,7 @@ export const text = {
|
|
9
9
|
accept: `Accept`,
|
10
10
|
acceptOrder: `Accept order`,
|
11
11
|
account: `Account`,
|
12
|
+
accountDeleted: `Account deleted`,
|
12
13
|
accountActivation: `Account activation`,
|
13
14
|
accountAlreadyExists: `Account already exists`,
|
14
15
|
accountDoesNotExist: `Account does not exist`,
|
@@ -386,6 +387,7 @@ export const text = {
|
|
386
387
|
weSupportOnlyTheFollowingFileExtensions: `We support only the following file extensions:`,
|
387
388
|
work: `Work`,
|
388
389
|
workDescription: `Work description`,
|
390
|
+
leaveAReview: `Leave a review`,
|
389
391
|
wrongEmailOrPassword: `Wrong email or password`,
|
390
392
|
yes: `yes`,
|
391
393
|
yesterday: `Yesterday`,
|
package/src/french.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
2
3
|
checkOrderStatus: `(en) Check order status`,
|
3
4
|
congratulations: `(en) Congratulations!`,
|
4
5
|
deleteShop: `(en) Delete shop`,
|
@@ -9,6 +10,7 @@ export const text: text = {
|
|
9
10
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
11
|
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`,
|
11
12
|
viewReview: `(en) View review`,
|
13
|
+
leaveAReview: `(en) Leave a review`,
|
12
14
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
13
15
|
_colon: ` : `,
|
14
16
|
_comma: `, `,
|
package/src/german.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
2
3
|
checkOrderStatus: `(en) Check order status`,
|
3
4
|
congratulations: `(en) Congratulations!`,
|
4
5
|
deleteShop: `(en) Delete shop`,
|
@@ -9,6 +10,7 @@ export const text: text = {
|
|
9
10
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
11
|
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`,
|
11
12
|
viewReview: `(en) View review`,
|
13
|
+
leaveAReview: `(en) Leave a review`,
|
12
14
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
13
15
|
_colon: `: `,
|
14
16
|
_comma: `, `,
|
package/src/hindi.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
2
3
|
checkOrderStatus: `(en) Check order status`,
|
3
4
|
congratulations: `(en) Congratulations!`,
|
4
5
|
deleteShop: `(en) Delete shop`,
|
@@ -9,6 +10,7 @@ export const text: text = {
|
|
9
10
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
11
|
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`,
|
11
12
|
viewReview: `(en) View review`,
|
13
|
+
leaveAReview: `(en) Leave a review`,
|
12
14
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
13
15
|
_colon: `: `,
|
14
16
|
_comma: `, `,
|
package/src/indonesian.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
2
3
|
checkOrderStatus: `(en) Check order status`,
|
3
4
|
congratulations: `(en) Congratulations!`,
|
4
5
|
deleteShop: `(en) Delete shop`,
|
@@ -9,6 +10,7 @@ export const text: text = {
|
|
9
10
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
11
|
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`,
|
11
12
|
viewReview: `(en) View review`,
|
13
|
+
leaveAReview: `(en) Leave a review`,
|
12
14
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
13
15
|
_colon: `: `,
|
14
16
|
_comma: `, `,
|
package/src/japanese.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
2
3
|
checkOrderStatus: `(en) Check order status`,
|
3
4
|
congratulations: `(en) Congratulations!`,
|
4
5
|
deleteShop: `(en) Delete shop`,
|
@@ -9,6 +10,7 @@ export const text: text = {
|
|
9
10
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
11
|
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`,
|
11
12
|
viewReview: `(en) View review`,
|
13
|
+
leaveAReview: `(en) Leave a review`,
|
12
14
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
13
15
|
_colon: `:`,
|
14
16
|
_comma: `、`,
|
package/src/korean.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
2
3
|
checkOrderStatus: `(en) Check order status`,
|
3
4
|
congratulations: `(en) Congratulations!`,
|
4
5
|
deleteShop: `(en) Delete shop`,
|
@@ -9,6 +10,7 @@ export const text: text = {
|
|
9
10
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
11
|
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`,
|
11
12
|
viewReview: `(en) View review`,
|
13
|
+
leaveAReview: `(en) Leave a review`,
|
12
14
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
13
15
|
_colon: `: `,
|
14
16
|
_comma: `, `,
|
package/src/portuguese.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
2
3
|
checkOrderStatus: `(en) Check order status`,
|
3
4
|
congratulations: `(en) Congratulations!`,
|
4
5
|
deleteShop: `(en) Delete shop`,
|
@@ -9,6 +10,7 @@ export const text: text = {
|
|
9
10
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
11
|
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`,
|
11
12
|
viewReview: `(en) View review`,
|
13
|
+
leaveAReview: `(en) Leave a review`,
|
12
14
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
13
15
|
_colon: `: `,
|
14
16
|
_comma: `, `,
|
package/src/russian.ts
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
3
|
+
leaveAReview: `(en) Leave a review`,
|
2
4
|
_colon: `: `,
|
3
5
|
_comma: `, `,
|
4
6
|
_dot: `. `,
|
@@ -51,7 +53,7 @@ export const text: text = {
|
|
51
53
|
awaitingReview: `Ожидает проверки`,
|
52
54
|
awaitingSeller: `Ожидает продавца`,
|
53
55
|
back: `Назад`,
|
54
|
-
basePrice:
|
56
|
+
basePrice: `Исходная стоимость`,
|
55
57
|
block: `Блокировать`,
|
56
58
|
blockUser: (...v) => `Заблокировать @${v[0]}`,
|
57
59
|
blog: `Блог`,
|
@@ -309,7 +311,7 @@ export const text: text = {
|
|
309
311
|
sharingPersonalInformation: `Раскрытие личной информации`,
|
310
312
|
shop: `Магазин`,
|
311
313
|
shopOrders: `Заказы магазина`,
|
312
|
-
showLess:
|
314
|
+
showLess: `Свернуть`,
|
313
315
|
showMore: `Показать больше`,
|
314
316
|
signIn: `Войти`,
|
315
317
|
singleTheme: `Одна тема`,
|
@@ -340,7 +342,7 @@ export const text: text = {
|
|
340
342
|
toHelpTheCreatorCompleteYourOrder: `Для того чтобы продавец мог выполнить ваш заказ в соответствии с вашими пожеланиями, пожалуйста, укажите подробно, что именно вы хотели бы получить: укажите тему, стиль, особенности персонажа и другие важные детали.`,
|
341
343
|
today: `Сегодня`,
|
342
344
|
toGetWorkRelatedNotifications: `Для получения уведомлений, связанных с работой`,
|
343
|
-
total:
|
345
|
+
total: `Итого`,
|
344
346
|
toViewThisDataYouNeedToUnblock: (...v) =>
|
345
347
|
`Чтобы посмотреть эти данные, вам нужно разблокировать @${v[0]}`,
|
346
348
|
trademarkViolation: `Нарушение товарного знака`,
|
package/src/spanish.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
2
3
|
checkOrderStatus: `(en) Check order status`,
|
3
4
|
congratulations: `(en) Congratulations!`,
|
4
5
|
deleteShop: `(en) Delete shop`,
|
@@ -9,6 +10,7 @@ export const text: text = {
|
|
9
10
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
11
|
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`,
|
11
12
|
viewReview: `(en) View review`,
|
13
|
+
leaveAReview: `(en) Leave a review`,
|
12
14
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
13
15
|
_colon: `: `,
|
14
16
|
_comma: `, `,
|
package/src/thai.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
2
3
|
checkOrderStatus: `(en) Check order status`,
|
3
4
|
congratulations: `(en) Congratulations!`,
|
4
5
|
deleteShop: `(en) Delete shop`,
|
@@ -9,6 +10,7 @@ export const text: text = {
|
|
9
10
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
11
|
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`,
|
11
12
|
viewReview: `(en) View review`,
|
13
|
+
leaveAReview: `(en) Leave a review`,
|
12
14
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
13
15
|
_colon: `: `,
|
14
16
|
_comma: `, `,
|
package/src/vietnamese.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
accountDeleted: `(en) Account deleted`,
|
2
3
|
checkOrderStatus: `(en) Check order status`,
|
3
4
|
congratulations: `(en) Congratulations!`,
|
4
5
|
deleteShop: `(en) Delete shop`,
|
@@ -9,6 +10,7 @@ export const text: text = {
|
|
9
10
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
11
|
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`,
|
11
12
|
viewReview: `(en) View review`,
|
13
|
+
leaveAReview: `(en) Leave a review`,
|
12
14
|
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
13
15
|
_colon: `: `,
|
14
16
|
_comma: `, `,
|