@anime.club/translations 1.1.99 → 1.1.100

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.99",
7
+ "version": "1.1.100",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: `: `,
41
44
  _comma: `، `,
42
45
  _dot: `. `,
@@ -101,8 +104,6 @@ export const text: text = {
101
104
  cancel: `إلغاء`,
102
105
  canceled: `تم الإلغاء`,
103
106
  cancelOrder: `إلغاء الطلب`,
104
- cancellationReason: `سبب الإلغاء`,
105
- cancellationInitiator: `مبادر الإلغاء`,
106
107
  cannotStartWithChars: `لا يمكن البدء بـs{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
107
108
  change: `تغيير`,
108
109
  checkOrderStatus: `تحقق من حالة الطلب`,
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: `:`,
41
44
  _comma: `、`,
42
45
  _dot: `。`,
@@ -101,8 +104,6 @@ export const text: text = {
101
104
  cancel: `取消`,
102
105
  canceled: `已取消`,
103
106
  cancelOrder: `取消订单`,
104
- cancellationReason: `取消原因`,
105
- cancellationInitiator: `取消发起人`,
106
107
  cannotStartWithChars: `无法以{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
107
108
  change: `更改`,
108
109
  checkOrderStatus: `检查订单状态`,
package/src/english.ts CHANGED
@@ -67,8 +67,6 @@ export const text = {
67
67
  cancel: `Cancel`,
68
68
  canceled: `Canceled`,
69
69
  cancelOrder: `Cancel order`,
70
- cancellationReason: `Cancellation reason`,
71
- cancellationInitiator: `Cancellation initiator`,
72
70
  cannotStartWithChars: `Cannot start with {:"^$*[]{}()?-"!@#%&/\\,><':;|~\`"`,
73
71
  change: `Change`,
74
72
  checkOutMyShop: `Check out my shop`,
@@ -330,6 +328,7 @@ export const text = {
330
328
  rankings: `Rankings`,
331
329
  reorderFiles: `Reorder files`,
332
330
  report: `Report`,
331
+ reason: `Reason`,
333
332
  revisions: `Revisions`,
334
333
  yourOrderIncludesXRevisionS: (num: number) =>
335
334
  `Your order includes ${num} revision(s)`,
@@ -424,6 +423,7 @@ export const text = {
424
423
  usernameLikesYourArt: (username: string) =>
425
424
  `<b>${username}</b> likes your art`,
426
425
  useThisEmailTo: `Use this email to: authenticate, receive notifications`,
426
+ unfortunatelyTheSellerHadToCancelThisOrder: `Unfortunately, the seller had to cancel this order`,
427
427
  valueIsNotTheSame: `Value is not the same`,
428
428
  verificationCode: `Verification Code`,
429
429
  verifyCode: `Verify code`,
@@ -473,6 +473,7 @@ export const text = {
473
473
  couldYouPleaseProvideTheReasonForTheCancellation: `Could you please provide the reason for the cancellation`,
474
474
  yourFeedbackWouldBeGreatlyAppreciated: `Your feedback would be greatly appreciated`,
475
475
  yourArts: `Your arts`,
476
+ youCanceledTheOrder: `You canceled the order`,
476
477
  yourAvatar: `Your avatar`,
477
478
  yourBlog: `Your blog`,
478
479
  yourFansAreWaiting: `Your fans are waiting`,
package/src/french.ts CHANGED
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: ` : `,
41
44
  _comma: `, `,
42
45
  _dot: `. `,
@@ -103,8 +106,6 @@ export const text: text = {
103
106
  cancel: `Annuler`,
104
107
  canceled: `Annulé`,
105
108
  cancelOrder: `Annuler la commande`,
106
- cancellationReason: `Raison de l'annulation`,
107
- cancellationInitiator: `Initiateur de l'annulation`,
108
109
  cannotStartWithChars: `Impossible de démarrer avec s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
109
110
  change: `Changer`,
110
111
  checkOrderStatus: `Vérifier le statut de la commande`,
package/src/german.ts CHANGED
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: `: `,
41
44
  _comma: `, `,
42
45
  _dot: `. `,
@@ -102,8 +105,6 @@ export const text: text = {
102
105
  cancel: `stornieren`,
103
106
  canceled: `Abgebrochen`,
104
107
  cancelOrder: `Bestellung stornieren`,
105
- cancellationReason: `Stornierungsgrund`,
106
- cancellationInitiator: `Stornierungsinitiator`,
107
108
  cannotStartWithChars: `Kann nicht mit s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
108
109
  change: `Ändern`,
109
110
  checkOrderStatus: `Bestellstatus überprüfen`,
package/src/hindi.ts CHANGED
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: `: `,
41
44
  _comma: `, `,
42
45
  _dot: `| `,
@@ -102,8 +105,6 @@ export const text: text = {
102
105
  cancel: `रद्द करें`,
103
106
  canceled: `रद्द`,
104
107
  cancelOrder: `आदेश रद्द करें`,
105
- cancellationReason: `रद्द करने का कारण`,
106
- cancellationInitiator: `रद्द करने की पहल करने वाला`,
107
108
  cannotStartWithChars: `इस के साथ शुरू नहीं कर सकते{:"^$*[]{}()?-"!@#%&/,><':;|~\`" `,
108
109
  change: `बदलें`,
109
110
  checkOrderStatus: `आदेश की स्थिति जांचें`,
package/src/indonesian.ts CHANGED
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: `: `,
41
44
  _comma: `, `,
42
45
  _dot: `. `,
@@ -102,8 +105,6 @@ export const text: text = {
102
105
  cancel: `batalkan`,
103
106
  canceled: `Dibatalkan`,
104
107
  cancelOrder: `Batalkan pesanan`,
105
- cancellationReason: `Alasan pembatalan`,
106
- cancellationInitiator: `Penggagas pembatalan`,
107
108
  cannotStartWithChars: `Tidak dapat memulai dengan {:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
108
109
  change: `Ubah`,
109
110
  checkOrderStatus: `Periksa status pesanan`,
package/src/japanese.ts CHANGED
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: `:`,
41
44
  _comma: `、`,
42
45
  _dot: `。`,
@@ -102,8 +105,6 @@ export const text: text = {
102
105
  cancel: `キャンセルする`,
103
106
  canceled: `キャンセル済み`,
104
107
  cancelOrder: `注文をキャンセル`,
105
- cancellationReason: `キャンセル理由`,
106
- cancellationInitiator: `キャンセルの発起人`,
107
108
  cannotStartWithChars: `s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"から始めることはできません`,
108
109
  change: `変更`,
109
110
  checkOrderStatus: `注文状況を確認する`,
package/src/korean.ts CHANGED
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: `: `,
41
44
  _comma: `, `,
42
45
  _dot: `. `,
@@ -101,8 +104,6 @@ export const text: text = {
101
104
  cancel: `취소`,
102
105
  canceled: `취소됨`,
103
106
  cancelOrder: `주문 취소`,
104
- cancellationReason: `취소 이유`,
105
- cancellationInitiator: `취소 발기인`,
106
107
  cannotStartWithChars: `s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"로 시작할 수 없습니다.`,
107
108
  change: `변경`,
108
109
  checkOrderStatus: `주문 상태 확인`,
package/src/portuguese.ts CHANGED
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: `: `,
41
44
  _comma: `, `,
42
45
  _dot: `. `,
@@ -103,8 +106,6 @@ export const text: text = {
103
106
  cancel: `cancelar`,
104
107
  canceled: `Cancelado`,
105
108
  cancelOrder: `Cancelar pedido`,
106
- cancellationReason: `Motivo do cancelamento`,
107
- cancellationInitiator: `Iniciador do cancelamento`,
108
109
  cannotStartWithChars: `Não pode começar com s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
109
110
  change: `Alterar`,
110
111
  checkOrderStatus: `Verificar status do pedido`,
package/src/russian.ts CHANGED
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: `: `,
41
44
  _comma: `, `,
42
45
  _dot: `. `,
@@ -102,8 +105,6 @@ export const text: text = {
102
105
  cancel: `отмена`,
103
106
  canceled: `Отменен`,
104
107
  cancelOrder: `Отменить заказ`,
105
- cancellationReason: `Причина отмены`,
106
- cancellationInitiator: `Инициатор отмены`,
107
108
  cannotStartWithChars: `Не может начинаться с s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
108
109
  change: `Изменить`,
109
110
  checkOrderStatus: `Проверить статус заказа`,
package/src/spanish.ts CHANGED
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: `: `,
41
44
  _comma: `, `,
42
45
  _dot: `. `,
@@ -103,8 +106,6 @@ export const text: text = {
103
106
  cancel: `cancelar`,
104
107
  canceled: `Cancelado`,
105
108
  cancelOrder: `Cancelar pedido`,
106
- cancellationReason: `Razón de cancelación`,
107
- cancellationInitiator: `Iniciador de la cancelación`,
108
109
  cannotStartWithChars: `No puedo empezar con s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
109
110
  change: `Cambiar`,
110
111
  checkOrderStatus: `Verificar estado del pedido`,
package/src/thai.ts CHANGED
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: `: `,
41
44
  _comma: `, `,
42
45
  _dot: `. `,
@@ -101,8 +104,6 @@ export const text: text = {
101
104
  cancel: `ยกเลิก`,
102
105
  canceled: `ยกเลิกแล้ว`,
103
106
  cancelOrder: `ยกเลิกคำสั่งซื้อ`,
104
- cancellationReason: `เหตุผลในการยกเลิก`,
105
- cancellationInitiator: `ผู้ริเริ่มการยกเลิก`,
106
107
  cannotStartWithChars: `ห้ามมี s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
107
108
  change: `เปลี่ยนแปลง`,
108
109
  checkOrderStatus: `ตรวจสอบสถานะคำสั่งซื้อ`,
package/src/vietnamese.ts CHANGED
@@ -24,6 +24,7 @@ export const text: text = {
24
24
  pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
25
25
  pleaseRespondToTheOrderBy: (...v) =>
26
26
  `(en) Please respond to the order by ${v[0]}`,
27
+ reason: `(en) Reason`,
27
28
  yourOrderIncludesXRevisionS: (...v) =>
28
29
  `(en) Your order includes ${v[0]} revision(s)`,
29
30
  shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
@@ -36,7 +37,9 @@ export const text: text = {
36
37
  thisFieldIsOptional: `(en) This field is optional`,
37
38
  pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
38
39
  allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
40
+ unfortunatelyTheSellerHadToCancelThisOrder: `(en) Unfortunately, the seller had to cancel this order`,
39
41
  yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
42
+ youCanceledTheOrder: `(en) You canceled the order`,
40
43
  _colon: `: `,
41
44
  _comma: `, `,
42
45
  _dot: `. `,
@@ -101,8 +104,6 @@ export const text: text = {
101
104
  cancel: `hủy`,
102
105
  canceled: `Đã hủy`,
103
106
  cancelOrder: `Hủy đơn hàng`,
104
- cancellationReason: `Lý do hủy`,
105
- cancellationInitiator: `Người khởi xướng hủy`,
106
107
  cannotStartWithChars: `Không thể bắt đầu bằng s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
107
108
  change: `Thay đổi`,
108
109
  checkOrderStatus: `Kiểm tra trạng thái đơn hàng`,