@anime.club/translations 1.1.81 → 1.1.82

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 CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.1.81",
7
+ "version": "1.1.82",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -22,6 +22,7 @@ export const text: text = {
22
22
  order: `(en) Order`,
23
23
  outOfStock: `(en) Out of stock`,
24
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
25
26
  otherReason: `(en) Other reason`,
26
27
  personalCircumstances: `(en) Personal circumstances`,
27
28
  platform: `(en) Platform`,
@@ -34,6 +35,7 @@ export const text: text = {
34
35
  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`,
35
36
  viewReview: `(en) View review`,
36
37
  wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
37
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
38
40
  leaveAReview: `(en) Leave a review`,
39
41
  youReceivedANewOrderFrom: (...v) =>
@@ -22,6 +22,7 @@ export const text: text = {
22
22
  order: `(en) Order`,
23
23
  outOfStock: `(en) Out of stock`,
24
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
25
26
  otherReason: `(en) Other reason`,
26
27
  personalCircumstances: `(en) Personal circumstances`,
27
28
  platform: `(en) Platform`,
@@ -34,6 +35,7 @@ export const text: text = {
34
35
  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`,
35
36
  viewReview: `(en) View review`,
36
37
  wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
37
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
38
40
  leaveAReview: `(en) Leave a review`,
39
41
  youReceivedANewOrderFrom: (...v) =>
package/src/english.ts CHANGED
@@ -271,6 +271,7 @@ export const text = {
271
271
  ordered: (relativeTime: string) => `Ordered ${relativeTime}`,
272
272
  orderAgain: `Order again`,
273
273
  orderDetails: `Order details`,
274
+ orderConfirmed: `Order confirmed`,
274
275
  orderStatus: `Order status`,
275
276
  orderOptions: `Order Options`,
276
277
  otherReason: `Other reason`,
@@ -407,6 +408,7 @@ export const text = {
407
408
  welcomeToAnimeClub: `Welcome to Anime.club!`,
408
409
  weSentAnEmailTo: `We sent an email to:`,
409
410
  weSentYouANewVerificationEmailPleaseEnterTheCode: `We sent you a new verification email. Please enter the code`,
411
+ weAreExcitedToSeeYourProgressKeepItUp: `We are excited to see your progress. Keep it up!`,
410
412
  weSupportOnlyTheFollowingFileExtensions: `We support only the following file extensions:`,
411
413
  work: `Work`,
412
414
  weWouldLoveToHearFromYou: `We would love to hear from you`,
package/src/french.ts CHANGED
@@ -22,6 +22,7 @@ export const text: text = {
22
22
  order: `(en) Order`,
23
23
  outOfStock: `(en) Out of stock`,
24
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
25
26
  otherReason: `(en) Other reason`,
26
27
  personalCircumstances: `(en) Personal circumstances`,
27
28
  platform: `(en) Platform`,
@@ -34,6 +35,7 @@ export const text: text = {
34
35
  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`,
35
36
  viewReview: `(en) View review`,
36
37
  wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
37
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
38
40
  leaveAReview: `(en) Leave a review`,
39
41
  youReceivedANewOrderFrom: (...v) =>
package/src/german.ts CHANGED
@@ -22,6 +22,7 @@ export const text: text = {
22
22
  order: `(en) Order`,
23
23
  outOfStock: `(en) Out of stock`,
24
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
25
26
  otherReason: `(en) Other reason`,
26
27
  personalCircumstances: `(en) Personal circumstances`,
27
28
  platform: `(en) Platform`,
@@ -34,6 +35,7 @@ export const text: text = {
34
35
  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`,
35
36
  viewReview: `(en) View review`,
36
37
  wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
37
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
38
40
  leaveAReview: `(en) Leave a review`,
39
41
  youReceivedANewOrderFrom: (...v) =>
package/src/hindi.ts CHANGED
@@ -22,6 +22,7 @@ export const text: text = {
22
22
  order: `(en) Order`,
23
23
  outOfStock: `(en) Out of stock`,
24
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
25
26
  otherReason: `(en) Other reason`,
26
27
  personalCircumstances: `(en) Personal circumstances`,
27
28
  platform: `(en) Platform`,
@@ -34,6 +35,7 @@ export const text: text = {
34
35
  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`,
35
36
  viewReview: `(en) View review`,
36
37
  wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
37
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
38
40
  leaveAReview: `(en) Leave a review`,
39
41
  youReceivedANewOrderFrom: (...v) =>
package/src/indonesian.ts CHANGED
@@ -22,6 +22,7 @@ export const text: text = {
22
22
  order: `(en) Order`,
23
23
  outOfStock: `(en) Out of stock`,
24
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
25
26
  otherReason: `(en) Other reason`,
26
27
  personalCircumstances: `(en) Personal circumstances`,
27
28
  platform: `(en) Platform`,
@@ -34,6 +35,7 @@ export const text: text = {
34
35
  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`,
35
36
  viewReview: `(en) View review`,
36
37
  wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
37
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
38
40
  leaveAReview: `(en) Leave a review`,
39
41
  youReceivedANewOrderFrom: (...v) =>
package/src/japanese.ts CHANGED
@@ -22,6 +22,7 @@ export const text: text = {
22
22
  order: `(en) Order`,
23
23
  outOfStock: `(en) Out of stock`,
24
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
25
26
  otherReason: `(en) Other reason`,
26
27
  personalCircumstances: `(en) Personal circumstances`,
27
28
  platform: `(en) Platform`,
@@ -34,6 +35,7 @@ export const text: text = {
34
35
  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`,
35
36
  viewReview: `(en) View review`,
36
37
  wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
37
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
38
40
  leaveAReview: `(en) Leave a review`,
39
41
  youReceivedANewOrderFrom: (...v) =>
package/src/korean.ts CHANGED
@@ -22,6 +22,7 @@ export const text: text = {
22
22
  order: `(en) Order`,
23
23
  outOfStock: `(en) Out of stock`,
24
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
25
26
  otherReason: `(en) Other reason`,
26
27
  personalCircumstances: `(en) Personal circumstances`,
27
28
  platform: `(en) Platform`,
@@ -34,6 +35,7 @@ export const text: text = {
34
35
  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`,
35
36
  viewReview: `(en) View review`,
36
37
  wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
37
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
38
40
  leaveAReview: `(en) Leave a review`,
39
41
  youReceivedANewOrderFrom: (...v) =>
package/src/portuguese.ts CHANGED
@@ -22,6 +22,7 @@ export const text: text = {
22
22
  order: `(en) Order`,
23
23
  outOfStock: `(en) Out of stock`,
24
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
25
26
  otherReason: `(en) Other reason`,
26
27
  personalCircumstances: `(en) Personal circumstances`,
27
28
  platform: `(en) Platform`,
@@ -34,6 +35,7 @@ export const text: text = {
34
35
  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`,
35
36
  viewReview: `(en) View review`,
36
37
  wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
37
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
38
40
  leaveAReview: `(en) Leave a review`,
39
41
  youReceivedANewOrderFrom: (...v) =>
package/src/russian.ts CHANGED
@@ -1,15 +1,8 @@
1
1
  export const text: text = {
2
- attentionYourOrderHasBeenDisputed: `Внимание! Ваш заказ оспорен. Пожалуйста, ознакомьтесь с деталями`,
3
- greatNewsYourOrderIsNowInProgress: `Отличные новости! Ваш заказ в работе`,
4
- usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> отменил заказ`,
5
- ifTheresNoResponseByTimeLimit: (...v) =>
6
- `Если до ${v[0]} не будет ответа, заказ будет автоматически отмечен как выполненный`,
7
- theReviewPeriodIsLimitedtoNdays: (...v) =>
8
- `Период проверки ограничен ${v[0]} днями`,
9
- wellDoneYourWorkHasBeenSuccessfullyCompleted: `Отлично! Ваша работа успешно завершена`,
2
+ orderConfirmed: `Заказ подтверждён`,
3
+ weAreExcitedToSeeYourProgressKeepItUp: `Мы с нетерпением ждем вашего прогресса. Так держать!`,
10
4
  youReceivedANewOrderFrom: (...v) =>
11
5
  `(en) You received a new order from <b>${v[0]}</b>`,
12
- kindlyHoldOnForTheBuyersReview: `Пожалуйста, подождите, пока покупатель оставит отзыв`,
13
6
  _colon: `: `,
14
7
  _comma: `, `,
15
8
  _dot: `. `,
@@ -60,6 +53,7 @@ export const text: text = {
60
53
  artworksAvailableToView: (...v) => `${v[0]} артов доступно для просмотра`,
61
54
  authenticationFailed: `Ошибка аутентификации`,
62
55
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Автопубликация в Instagram доступна только для бизнес-аккаунтов Instagram`,
56
+ attentionYourOrderHasBeenDisputed: `Внимание! Ваш заказ оспорен. Пожалуйста, ознакомьтесь с деталями`,
63
57
  awaitingReview: `Ожидает проверки`,
64
58
  awaitingSeller: `Ожидает продавца`,
65
59
  back: `Назад`,
@@ -170,8 +164,10 @@ export const text: text = {
170
164
  getDetails: `Подробнее`,
171
165
  getStarted: `Начать`,
172
166
  guestView: `Гостевой просмотр`,
167
+ greatNewsYourOrderIsNowInProgress: `Отличные новости! Ваш заказ в работе`,
173
168
  harassment: `Домогательство`,
174
169
  haveAnyQuestions: `У Вас есть вопросы?`,
170
+ usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> отменил заказ`,
175
171
  hasNotAddedADescriptionFor: (...v) =>
176
172
  `@${v[0]} не добавил описание для "${v[1]}"`,
177
173
  hasNotSharedAnyPublicDetailsYet: (...v) =>
@@ -182,6 +178,8 @@ export const text: text = {
182
178
  howToContactYou: `Как с вами связаться`,
183
179
  howToFindYouOnOtherSocialNetworks: `Как найти вас в других социальных сетях`,
184
180
  iAgreeWith: `Я согласен с`,
181
+ ifTheresNoResponseByTimeLimit: (...v) =>
182
+ `Если до ${v[0]} не будет ответа, заказ будет автоматически отмечен как выполненный`,
185
183
  id: `ID`,
186
184
  imgHeightNeedsToBeBiggerThanOrEqualTo: `Высота изображения должна быть больше или равна`,
187
185
  imgWidthNeedsToBeBiggerThanOrEqualTo: `Ширина изображения должна быть больше или равна`,
@@ -363,6 +361,8 @@ export const text: text = {
363
361
  timeConstraints: `Ограничения по времени`,
364
362
  titleYourExtraService: `Назовите вашу дополнительную услугу`,
365
363
  theMaximumQuantityThatACustomerCanAdd: `Максимальное количество, которое покупатель может добавить`,
364
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
365
+ `Период проверки ограничен ${v[0]} днями`,
366
366
  toHelpTheCreatorCompleteYourOrder: `Для того чтобы продавец мог выполнить ваш заказ в соответствии с вашими пожеланиями, пожалуйста, укажите подробно, что именно вы хотели бы получить: укажите тему, стиль, особенности персонажа и другие важные детали.`,
367
367
  today: `Сегодня`,
368
368
  toGetWorkRelatedNotifications: `Для получения уведомлений, связанных с работой`,
@@ -397,6 +397,7 @@ export const text: text = {
397
397
  visitOurDiscordChannelToGetMoreDetails: `Посетите наш канал Discord для получения более подробной информации`,
398
398
  weAreOnInstagram: `Мы в Instagram`,
399
399
  weAreWorkingOnIt: `Мы работаем над этим`,
400
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `Отлично! Ваша работа успешно завершена`,
400
401
  weDoNotDisplayNSFWContentYet: `Мы пока не показываем материалы для взрослых`,
401
402
  weekly: `Еженедельно`,
402
403
  whenYouPurchaseSomethingItWillAppearHere: `Когда вы что-то купите, оно появится здесь`,
@@ -424,6 +425,7 @@ export const text: text = {
424
425
  youHaveNotSetAPassword: `Вы не добавили пароль`,
425
426
  youHaveNotSharedAnythingYet: `Вы ещё ничем не поделились`,
426
427
  youHaveReachedTheMaximumNumberOfFiles: `Вы достигли максимального количества файлов`,
428
+ kindlyHoldOnForTheBuyersReview: `Пожалуйста, подождите, пока покупатель оставит отзыв`,
427
429
  yourAccountIsVerifiedPleaseSignIn: `Ваш аккаунт подтвержден. Теперь вы можете войти`,
428
430
  yourAccountWillBeRemoved: (...v) =>
429
431
  `Ваша учетная запись будет удалена ${v[0]}`,
package/src/spanish.ts CHANGED
@@ -22,6 +22,7 @@ export const text: text = {
22
22
  order: `(en) Order`,
23
23
  outOfStock: `(en) Out of stock`,
24
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
25
26
  otherReason: `(en) Other reason`,
26
27
  personalCircumstances: `(en) Personal circumstances`,
27
28
  platform: `(en) Platform`,
@@ -34,6 +35,7 @@ export const text: text = {
34
35
  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`,
35
36
  viewReview: `(en) View review`,
36
37
  wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
37
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
38
40
  leaveAReview: `(en) Leave a review`,
39
41
  youReceivedANewOrderFrom: (...v) =>
package/src/thai.ts CHANGED
@@ -22,6 +22,7 @@ export const text: text = {
22
22
  order: `(en) Order`,
23
23
  outOfStock: `(en) Out of stock`,
24
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
25
26
  otherReason: `(en) Other reason`,
26
27
  personalCircumstances: `(en) Personal circumstances`,
27
28
  platform: `(en) Platform`,
@@ -34,6 +35,7 @@ export const text: text = {
34
35
  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`,
35
36
  viewReview: `(en) View review`,
36
37
  wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
37
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
38
40
  leaveAReview: `(en) Leave a review`,
39
41
  youReceivedANewOrderFrom: (...v) =>
package/src/vietnamese.ts CHANGED
@@ -22,6 +22,7 @@ export const text: text = {
22
22
  order: `(en) Order`,
23
23
  outOfStock: `(en) Out of stock`,
24
24
  ordered: (...v) => `(en) Ordered ${v[0]}`,
25
+ orderConfirmed: `(en) Order confirmed`,
25
26
  otherReason: `(en) Other reason`,
26
27
  personalCircumstances: `(en) Personal circumstances`,
27
28
  platform: `(en) Platform`,
@@ -34,6 +35,7 @@ export const text: text = {
34
35
  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`,
35
36
  viewReview: `(en) View review`,
36
37
  wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
+ weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
37
39
  weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
38
40
  leaveAReview: `(en) Leave a review`,
39
41
  youReceivedANewOrderFrom: (...v) =>