@anime.club/translations 1.1.76 → 1.1.78

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.76",
7
+ "version": "1.1.78",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -1,5 +1,8 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ buyer: `(en) Buyer`,
4
+ cancellationReason: `(en) Cancellation reason`,
5
+ cancellationInitiator: `(en) Cancellation initiator`,
3
6
  checkOrderStatus: `(en) Check order status`,
4
7
  congratulations: `(en) Congratulations!`,
5
8
  deleteShop: `(en) Delete shop`,
@@ -13,7 +16,9 @@ export const text: text = {
13
16
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
17
  otherReason: `(en) Other reason`,
15
18
  personalCircumstances: `(en) Personal circumstances`,
19
+ platform: `(en) Platform`,
16
20
  pleaseStartTyping: `(en) Please start typing`,
21
+ seller: `(en) Seller`,
17
22
  timeConstraints: `(en) Time constraints`,
18
23
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
19
24
  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`,
@@ -1,5 +1,8 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ buyer: `(en) Buyer`,
4
+ cancellationReason: `(en) Cancellation reason`,
5
+ cancellationInitiator: `(en) Cancellation initiator`,
3
6
  checkOrderStatus: `(en) Check order status`,
4
7
  congratulations: `(en) Congratulations!`,
5
8
  deleteShop: `(en) Delete shop`,
@@ -13,7 +16,9 @@ export const text: text = {
13
16
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
17
  otherReason: `(en) Other reason`,
15
18
  personalCircumstances: `(en) Personal circumstances`,
19
+ platform: `(en) Platform`,
16
20
  pleaseStartTyping: `(en) Please start typing`,
21
+ seller: `(en) Seller`,
17
22
  timeConstraints: `(en) Time constraints`,
18
23
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
19
24
  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`,
package/src/english.ts CHANGED
@@ -59,9 +59,12 @@ export const text = {
59
59
  bookmarks: `Bookmarks`,
60
60
  browseArt: `Browse art`,
61
61
  browseShop: `Browse shop`,
62
+ buyer: `Buyer`,
62
63
  cancel: `Cancel`,
63
64
  canceled: `Canceled`,
64
65
  cancelOrder: `Cancel order`,
66
+ cancellationReason: `Cancellation reason`,
67
+ cancellationInitiator: `Cancellation initiator`,
65
68
  cannotStartWithChars: `Cannot start with {:"^$*[]{}()?-"!@#%&/\\,><':;|~\`"`,
66
69
  change: `Change`,
67
70
  checkOrderStatus: `Check order status`,
@@ -277,6 +280,7 @@ export const text = {
277
280
  `Please enter at least ${num} characters `,
278
281
  pleaseFillOutYourDetails: `Please fill out your details`,
279
282
  pleaseSignInToYourAccount: `Please sign in to your account`,
283
+ platform: `Platform`,
280
284
  pleaseStartTyping: `Please start typing`,
281
285
  pleaseTryAgainOrClick: (buttonName: string) =>
282
286
  `Please try again or click ${buttonName}`,
@@ -305,6 +309,7 @@ export const text = {
305
309
  selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `Select a single theme, or sync with your system and automatically switch between day and night themes`,
306
310
  selectAvatar: `Select avatar`,
307
311
  selectCharacters: `Select Character(s)`,
312
+ seller: `Seller`,
308
313
  selectFile: `Select file`,
309
314
  selectTheme: `Select theme`,
310
315
  selectThumbnail: `Select thumbnail`,
package/src/french.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ buyer: `(en) Buyer`,
4
+ cancellationReason: `(en) Cancellation reason`,
5
+ cancellationInitiator: `(en) Cancellation initiator`,
3
6
  checkOrderStatus: `(en) Check order status`,
4
7
  congratulations: `(en) Congratulations!`,
5
8
  deleteShop: `(en) Delete shop`,
@@ -13,7 +16,9 @@ export const text: text = {
13
16
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
17
  otherReason: `(en) Other reason`,
15
18
  personalCircumstances: `(en) Personal circumstances`,
19
+ platform: `(en) Platform`,
16
20
  pleaseStartTyping: `(en) Please start typing`,
21
+ seller: `(en) Seller`,
17
22
  timeConstraints: `(en) Time constraints`,
18
23
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
19
24
  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`,
package/src/german.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ buyer: `(en) Buyer`,
4
+ cancellationReason: `(en) Cancellation reason`,
5
+ cancellationInitiator: `(en) Cancellation initiator`,
3
6
  checkOrderStatus: `(en) Check order status`,
4
7
  congratulations: `(en) Congratulations!`,
5
8
  deleteShop: `(en) Delete shop`,
@@ -13,7 +16,9 @@ export const text: text = {
13
16
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
17
  otherReason: `(en) Other reason`,
15
18
  personalCircumstances: `(en) Personal circumstances`,
19
+ platform: `(en) Platform`,
16
20
  pleaseStartTyping: `(en) Please start typing`,
21
+ seller: `(en) Seller`,
17
22
  timeConstraints: `(en) Time constraints`,
18
23
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
19
24
  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`,
package/src/hindi.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ buyer: `(en) Buyer`,
4
+ cancellationReason: `(en) Cancellation reason`,
5
+ cancellationInitiator: `(en) Cancellation initiator`,
3
6
  checkOrderStatus: `(en) Check order status`,
4
7
  congratulations: `(en) Congratulations!`,
5
8
  deleteShop: `(en) Delete shop`,
@@ -13,7 +16,9 @@ export const text: text = {
13
16
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
17
  otherReason: `(en) Other reason`,
15
18
  personalCircumstances: `(en) Personal circumstances`,
19
+ platform: `(en) Platform`,
16
20
  pleaseStartTyping: `(en) Please start typing`,
21
+ seller: `(en) Seller`,
17
22
  timeConstraints: `(en) Time constraints`,
18
23
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
19
24
  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`,
package/src/indonesian.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ buyer: `(en) Buyer`,
4
+ cancellationReason: `(en) Cancellation reason`,
5
+ cancellationInitiator: `(en) Cancellation initiator`,
3
6
  checkOrderStatus: `(en) Check order status`,
4
7
  congratulations: `(en) Congratulations!`,
5
8
  deleteShop: `(en) Delete shop`,
@@ -13,7 +16,9 @@ export const text: text = {
13
16
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
17
  otherReason: `(en) Other reason`,
15
18
  personalCircumstances: `(en) Personal circumstances`,
19
+ platform: `(en) Platform`,
16
20
  pleaseStartTyping: `(en) Please start typing`,
21
+ seller: `(en) Seller`,
17
22
  timeConstraints: `(en) Time constraints`,
18
23
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
19
24
  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`,
package/src/japanese.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ buyer: `(en) Buyer`,
4
+ cancellationReason: `(en) Cancellation reason`,
5
+ cancellationInitiator: `(en) Cancellation initiator`,
3
6
  checkOrderStatus: `(en) Check order status`,
4
7
  congratulations: `(en) Congratulations!`,
5
8
  deleteShop: `(en) Delete shop`,
@@ -13,7 +16,9 @@ export const text: text = {
13
16
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
17
  otherReason: `(en) Other reason`,
15
18
  personalCircumstances: `(en) Personal circumstances`,
19
+ platform: `(en) Platform`,
16
20
  pleaseStartTyping: `(en) Please start typing`,
21
+ seller: `(en) Seller`,
17
22
  timeConstraints: `(en) Time constraints`,
18
23
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
19
24
  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`,
package/src/korean.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ buyer: `(en) Buyer`,
4
+ cancellationReason: `(en) Cancellation reason`,
5
+ cancellationInitiator: `(en) Cancellation initiator`,
3
6
  checkOrderStatus: `(en) Check order status`,
4
7
  congratulations: `(en) Congratulations!`,
5
8
  deleteShop: `(en) Delete shop`,
@@ -13,7 +16,9 @@ export const text: text = {
13
16
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
17
  otherReason: `(en) Other reason`,
15
18
  personalCircumstances: `(en) Personal circumstances`,
19
+ platform: `(en) Platform`,
16
20
  pleaseStartTyping: `(en) Please start typing`,
21
+ seller: `(en) Seller`,
17
22
  timeConstraints: `(en) Time constraints`,
18
23
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
19
24
  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`,
package/src/portuguese.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ buyer: `(en) Buyer`,
4
+ cancellationReason: `(en) Cancellation reason`,
5
+ cancellationInitiator: `(en) Cancellation initiator`,
3
6
  checkOrderStatus: `(en) Check order status`,
4
7
  congratulations: `(en) Congratulations!`,
5
8
  deleteShop: `(en) Delete shop`,
@@ -13,7 +16,9 @@ export const text: text = {
13
16
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
17
  otherReason: `(en) Other reason`,
15
18
  personalCircumstances: `(en) Personal circumstances`,
19
+ platform: `(en) Platform`,
16
20
  pleaseStartTyping: `(en) Please start typing`,
21
+ seller: `(en) Seller`,
17
22
  timeConstraints: `(en) Time constraints`,
18
23
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
19
24
  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`,
package/src/russian.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export const text: text = {
2
- pleaseStartTyping: `(en) Please start typing`,
2
+ cancellationReason: `Причина отмены`,
3
+ cancellationInitiator: `Инициатор отмены`,
3
4
  _colon: `: `,
4
5
  _comma: `, `,
5
6
  _dot: `. `,
@@ -60,6 +61,7 @@ export const text: text = {
60
61
  bookmarks: `Закладки`,
61
62
  browseArt: `Посмотреть арты`,
62
63
  browseShop: `Открыть магазин`,
64
+ buyer: `Покупатель`,
63
65
  cancel: `отмена`,
64
66
  canceled: `Отменен`,
65
67
  cancelOrder: `Отменить заказ`,
@@ -277,6 +279,8 @@ export const text: text = {
277
279
  pleaseEnterAtLeastNChars: (...v) => `Введите символов, не менее ${v[0]} `,
278
280
  pleaseFillOutYourDetails: `Заполните свои данные`,
279
281
  pleaseSignInToYourAccount: `Войдите в свой аккаунт`,
282
+ platform: `Платформа`,
283
+ pleaseStartTyping: `Пожалуйста, начните вводить`,
280
284
  pleaseTryAgainOrClick: (...v) => `Повторите или нажмите ${v[0]}`,
281
285
  pleaseVerifyYourAccount: `Подтвердите свой аккаунт`,
282
286
  pressHereTo: `Нажмите здесь, чтобы`,
@@ -303,6 +307,7 @@ export const text: text = {
303
307
  selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `Выберите одну тему или синхронизируйте с вашей системой и автоматически переключайтесь между дневной и ночной темами`,
304
308
  selectAvatar: `Выбрать аватар`,
305
309
  selectCharacters: `Выбрать персонажей`,
310
+ seller: `Продавец`,
306
311
  selectFile: `Выбрать файл`,
307
312
  selectTheme: `Выбрать тему`,
308
313
  selectThumbnail: `Выбрать миниатюру`,
package/src/spanish.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ buyer: `(en) Buyer`,
4
+ cancellationReason: `(en) Cancellation reason`,
5
+ cancellationInitiator: `(en) Cancellation initiator`,
3
6
  checkOrderStatus: `(en) Check order status`,
4
7
  congratulations: `(en) Congratulations!`,
5
8
  deleteShop: `(en) Delete shop`,
@@ -13,7 +16,9 @@ export const text: text = {
13
16
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
17
  otherReason: `(en) Other reason`,
15
18
  personalCircumstances: `(en) Personal circumstances`,
19
+ platform: `(en) Platform`,
16
20
  pleaseStartTyping: `(en) Please start typing`,
21
+ seller: `(en) Seller`,
17
22
  timeConstraints: `(en) Time constraints`,
18
23
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
19
24
  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`,
package/src/thai.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ buyer: `(en) Buyer`,
4
+ cancellationReason: `(en) Cancellation reason`,
5
+ cancellationInitiator: `(en) Cancellation initiator`,
3
6
  checkOrderStatus: `(en) Check order status`,
4
7
  congratulations: `(en) Congratulations!`,
5
8
  deleteShop: `(en) Delete shop`,
@@ -13,7 +16,9 @@ export const text: text = {
13
16
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
17
  otherReason: `(en) Other reason`,
15
18
  personalCircumstances: `(en) Personal circumstances`,
19
+ platform: `(en) Platform`,
16
20
  pleaseStartTyping: `(en) Please start typing`,
21
+ seller: `(en) Seller`,
17
22
  timeConstraints: `(en) Time constraints`,
18
23
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
19
24
  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`,
package/src/vietnamese.ts CHANGED
@@ -1,5 +1,8 @@
1
1
  export const text: text = {
2
2
  accountDeleted: `(en) Account deleted`,
3
+ buyer: `(en) Buyer`,
4
+ cancellationReason: `(en) Cancellation reason`,
5
+ cancellationInitiator: `(en) Cancellation initiator`,
3
6
  checkOrderStatus: `(en) Check order status`,
4
7
  congratulations: `(en) Congratulations!`,
5
8
  deleteShop: `(en) Delete shop`,
@@ -13,7 +16,9 @@ export const text: text = {
13
16
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
17
  otherReason: `(en) Other reason`,
15
18
  personalCircumstances: `(en) Personal circumstances`,
19
+ platform: `(en) Platform`,
16
20
  pleaseStartTyping: `(en) Please start typing`,
21
+ seller: `(en) Seller`,
17
22
  timeConstraints: `(en) Time constraints`,
18
23
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
19
24
  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`,