@anime.club/translations 1.1.99 → 1.1.101
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 +4 -2
- package/src/chinese-simplified.ts +4 -2
- package/src/english.ts +4 -2
- package/src/french.ts +4 -2
- package/src/german.ts +4 -2
- package/src/hindi.ts +4 -2
- package/src/indonesian.ts +4 -2
- package/src/japanese.ts +4 -2
- package/src/korean.ts +4 -2
- package/src/portuguese.ts +4 -2
- package/src/russian.ts +5 -3
- package/src/spanish.ts +4 -2
- package/src/thai.ts +4 -2
- package/src/vietnamese.ts +4 -2
package/package.json
CHANGED
package/src/arabic-standard.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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: `: `,
|
41
45
|
_comma: `، `,
|
42
46
|
_dot: `. `,
|
@@ -101,8 +105,6 @@ export const text: text = {
|
|
101
105
|
cancel: `إلغاء`,
|
102
106
|
canceled: `تم الإلغاء`,
|
103
107
|
cancelOrder: `إلغاء الطلب`,
|
104
|
-
cancellationReason: `سبب الإلغاء`,
|
105
|
-
cancellationInitiator: `مبادر الإلغاء`,
|
106
108
|
cannotStartWithChars: `لا يمكن البدء بـs{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
107
109
|
change: `تغيير`,
|
108
110
|
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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: `:`,
|
41
45
|
_comma: `、`,
|
42
46
|
_dot: `。`,
|
@@ -101,8 +105,6 @@ export const text: text = {
|
|
101
105
|
cancel: `取消`,
|
102
106
|
canceled: `已取消`,
|
103
107
|
cancelOrder: `取消订单`,
|
104
|
-
cancellationReason: `取消原因`,
|
105
|
-
cancellationInitiator: `取消发起人`,
|
106
108
|
cannotStartWithChars: `无法以{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
107
109
|
change: `更改`,
|
108
110
|
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,8 @@ 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: (user: unknown) =>
|
427
|
+
`Unfortunately, ${user} had to cancel this order`,
|
427
428
|
valueIsNotTheSame: `Value is not the same`,
|
428
429
|
verificationCode: `Verification Code`,
|
429
430
|
verifyCode: `Verify code`,
|
@@ -473,6 +474,7 @@ export const text = {
|
|
473
474
|
couldYouPleaseProvideTheReasonForTheCancellation: `Could you please provide the reason for the cancellation`,
|
474
475
|
yourFeedbackWouldBeGreatlyAppreciated: `Your feedback would be greatly appreciated`,
|
475
476
|
yourArts: `Your arts`,
|
477
|
+
youCanceledTheOrder: `You canceled the order`,
|
476
478
|
yourAvatar: `Your avatar`,
|
477
479
|
yourBlog: `Your blog`,
|
478
480
|
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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: ` : `,
|
41
45
|
_comma: `, `,
|
42
46
|
_dot: `. `,
|
@@ -103,8 +107,6 @@ export const text: text = {
|
|
103
107
|
cancel: `Annuler`,
|
104
108
|
canceled: `Annulé`,
|
105
109
|
cancelOrder: `Annuler la commande`,
|
106
|
-
cancellationReason: `Raison de l'annulation`,
|
107
|
-
cancellationInitiator: `Initiateur de l'annulation`,
|
108
110
|
cannotStartWithChars: `Impossible de démarrer avec s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
109
111
|
change: `Changer`,
|
110
112
|
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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: `: `,
|
41
45
|
_comma: `, `,
|
42
46
|
_dot: `. `,
|
@@ -102,8 +106,6 @@ export const text: text = {
|
|
102
106
|
cancel: `stornieren`,
|
103
107
|
canceled: `Abgebrochen`,
|
104
108
|
cancelOrder: `Bestellung stornieren`,
|
105
|
-
cancellationReason: `Stornierungsgrund`,
|
106
|
-
cancellationInitiator: `Stornierungsinitiator`,
|
107
109
|
cannotStartWithChars: `Kann nicht mit s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
108
110
|
change: `Ändern`,
|
109
111
|
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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: `: `,
|
41
45
|
_comma: `, `,
|
42
46
|
_dot: `| `,
|
@@ -102,8 +106,6 @@ export const text: text = {
|
|
102
106
|
cancel: `रद्द करें`,
|
103
107
|
canceled: `रद्द`,
|
104
108
|
cancelOrder: `आदेश रद्द करें`,
|
105
|
-
cancellationReason: `रद्द करने का कारण`,
|
106
|
-
cancellationInitiator: `रद्द करने की पहल करने वाला`,
|
107
109
|
cannotStartWithChars: `इस के साथ शुरू नहीं कर सकते{:"^$*[]{}()?-"!@#%&/,><':;|~\`" `,
|
108
110
|
change: `बदलें`,
|
109
111
|
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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: `: `,
|
41
45
|
_comma: `, `,
|
42
46
|
_dot: `. `,
|
@@ -102,8 +106,6 @@ export const text: text = {
|
|
102
106
|
cancel: `batalkan`,
|
103
107
|
canceled: `Dibatalkan`,
|
104
108
|
cancelOrder: `Batalkan pesanan`,
|
105
|
-
cancellationReason: `Alasan pembatalan`,
|
106
|
-
cancellationInitiator: `Penggagas pembatalan`,
|
107
109
|
cannotStartWithChars: `Tidak dapat memulai dengan {:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
108
110
|
change: `Ubah`,
|
109
111
|
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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: `:`,
|
41
45
|
_comma: `、`,
|
42
46
|
_dot: `。`,
|
@@ -102,8 +106,6 @@ export const text: text = {
|
|
102
106
|
cancel: `キャンセルする`,
|
103
107
|
canceled: `キャンセル済み`,
|
104
108
|
cancelOrder: `注文をキャンセル`,
|
105
|
-
cancellationReason: `キャンセル理由`,
|
106
|
-
cancellationInitiator: `キャンセルの発起人`,
|
107
109
|
cannotStartWithChars: `s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"から始めることはできません`,
|
108
110
|
change: `変更`,
|
109
111
|
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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: `: `,
|
41
45
|
_comma: `, `,
|
42
46
|
_dot: `. `,
|
@@ -101,8 +105,6 @@ export const text: text = {
|
|
101
105
|
cancel: `취소`,
|
102
106
|
canceled: `취소됨`,
|
103
107
|
cancelOrder: `주문 취소`,
|
104
|
-
cancellationReason: `취소 이유`,
|
105
|
-
cancellationInitiator: `취소 발기인`,
|
106
108
|
cannotStartWithChars: `s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"로 시작할 수 없습니다.`,
|
107
109
|
change: `변경`,
|
108
110
|
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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: `: `,
|
41
45
|
_comma: `, `,
|
42
46
|
_dot: `. `,
|
@@ -103,8 +107,6 @@ export const text: text = {
|
|
103
107
|
cancel: `cancelar`,
|
104
108
|
canceled: `Cancelado`,
|
105
109
|
cancelOrder: `Cancelar pedido`,
|
106
|
-
cancellationReason: `Motivo do cancelamento`,
|
107
|
-
cancellationInitiator: `Iniciador do cancelamento`,
|
108
110
|
cannotStartWithChars: `Não pode começar com s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
109
111
|
change: `Alterar`,
|
110
112
|
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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: `: `,
|
41
45
|
_comma: `, `,
|
42
46
|
_dot: `. `,
|
@@ -102,11 +106,9 @@ export const text: text = {
|
|
102
106
|
cancel: `отмена`,
|
103
107
|
canceled: `Отменен`,
|
104
108
|
cancelOrder: `Отменить заказ`,
|
105
|
-
cancellationReason: `Причина отмены`,
|
106
|
-
cancellationInitiator: `Инициатор отмены`,
|
107
109
|
cannotStartWithChars: `Не может начинаться с s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
108
110
|
change: `Изменить`,
|
109
|
-
checkOrderStatus: `Проверить
|
111
|
+
checkOrderStatus: `Проверить статус`,
|
110
112
|
changeArt: `Изменить арт`,
|
111
113
|
changeAvatar: `Изменить аватар`,
|
112
114
|
changeEmail: `Изменить email`,
|
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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: `: `,
|
41
45
|
_comma: `, `,
|
42
46
|
_dot: `. `,
|
@@ -103,8 +107,6 @@ export const text: text = {
|
|
103
107
|
cancel: `cancelar`,
|
104
108
|
canceled: `Cancelado`,
|
105
109
|
cancelOrder: `Cancelar pedido`,
|
106
|
-
cancellationReason: `Razón de cancelación`,
|
107
|
-
cancellationInitiator: `Iniciador de la cancelación`,
|
108
110
|
cannotStartWithChars: `No puedo empezar con s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
109
111
|
change: `Cambiar`,
|
110
112
|
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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: `: `,
|
41
45
|
_comma: `, `,
|
42
46
|
_dot: `. `,
|
@@ -101,8 +105,6 @@ export const text: text = {
|
|
101
105
|
cancel: `ยกเลิก`,
|
102
106
|
canceled: `ยกเลิกแล้ว`,
|
103
107
|
cancelOrder: `ยกเลิกคำสั่งซื้อ`,
|
104
|
-
cancellationReason: `เหตุผลในการยกเลิก`,
|
105
|
-
cancellationInitiator: `ผู้ริเริ่มการยกเลิก`,
|
106
108
|
cannotStartWithChars: `ห้ามมี s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
107
109
|
change: `เปลี่ยนแปลง`,
|
108
110
|
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,10 @@ 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: (...v) =>
|
41
|
+
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
39
42
|
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
43
|
+
youCanceledTheOrder: `(en) You canceled the order`,
|
40
44
|
_colon: `: `,
|
41
45
|
_comma: `, `,
|
42
46
|
_dot: `. `,
|
@@ -101,8 +105,6 @@ export const text: text = {
|
|
101
105
|
cancel: `hủy`,
|
102
106
|
canceled: `Đã hủy`,
|
103
107
|
cancelOrder: `Hủy đơn hàng`,
|
104
|
-
cancellationReason: `Lý do hủy`,
|
105
|
-
cancellationInitiator: `Người khởi xướng hủy`,
|
106
108
|
cannotStartWithChars: `Không thể bắt đầu bằng s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
107
109
|
change: `Thay đổi`,
|
108
110
|
checkOrderStatus: `Kiểm tra trạng thái đơn hàng`,
|