@anime.club/translations 1.1.146 → 1.1.147

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.146",
7
+ "version": "1.1.147",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
package/src/english.ts CHANGED
@@ -66,7 +66,7 @@ export const text = {
66
66
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Auto publishing to Instagram is only available to Instagram business accounts`,
67
67
  attentionYourOrderHasBeenDisputed: `Attention! Your order has been disputed. Please check the details`,
68
68
  needsYourReview: "Needs Your Review",
69
- awaitingSellerResponse: `Awaiting seller response`,
69
+ awaitingSellersResponse: `Awaiting seller's response`,
70
70
  back: `Back`,
71
71
  basePrice: `Base Price`,
72
72
  bigAppreciationToTheSellerForTheHardWork: `Big appreciation to the seller for the hard work`,
@@ -229,6 +229,15 @@ export const text = {
229
229
  iAgreeWith: `I agree with`,
230
230
  ifTheresNoResponseByTimeLimit: (reviewTimeLimit: string | number) =>
231
231
  `If there's no response by ${reviewTimeLimit}, the order will be marked as completed automatically`,
232
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (
233
+ timeLimit: string | number,
234
+ ) =>
235
+ `If there's no response by ${timeLimit}, the order will be canceled automatically`,
236
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (
237
+ timeLimit: string | number,
238
+ ) =>
239
+ `If no reply is received by ${timeLimit}, you'll automatically receive a full refund`,
240
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
232
241
  id: `ID`,
233
242
  imgHeightNeedsToBeBiggerThanOrEqualTo: `Img height needs to be bigger than or equal to`,
234
243
  imgWidthNeedsToBeBiggerThanOrEqualTo: `Img width needs to be bigger than or equal to`,
package/src/french.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
package/src/german.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
package/src/hindi.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
package/src/indonesian.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
package/src/japanese.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
package/src/korean.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
package/src/portuguese.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
package/src/russian.ts CHANGED
@@ -8,6 +8,7 @@ export const text: text = {
8
8
  filesForTheBuyer: `(en) Files for the buyer`,
9
9
  filesForPreview: `(en) Files for preview`,
10
10
  needsYourReview: `(en) Needs Your Review`,
11
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
11
12
  buyersRequest: `(en) Buyer's request`,
12
13
  awaitingClientReview: `(en) Awaiting Client Review`,
13
14
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -27,6 +28,11 @@ export const text: text = {
27
28
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
28
29
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
29
30
  showListing: `(en) Show listing`,
31
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
32
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
33
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
34
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
35
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
30
36
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
31
37
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
32
38
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -125,7 +131,6 @@ export const text: text = {
125
131
  authenticationFailed: `Ошибка аутентификации`,
126
132
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Автопубликация в Instagram доступна только для бизнес-аккаунтов Instagram`,
127
133
  attentionYourOrderHasBeenDisputed: `Внимание! Ваш заказ оспорен. Пожалуйста, ознакомьтесь с деталями`,
128
- awaitingSellerResponse: `Ожидается ответ продавца`,
129
134
  back: `Назад`,
130
135
  basePrice: `Исходная стоимость`,
131
136
  bigAppreciationToTheSellerForTheHardWork: `Большая благодарность продавцу за проделанную работу`,
package/src/spanish.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
package/src/thai.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
package/src/vietnamese.ts CHANGED
@@ -10,7 +10,7 @@ export const text: text = {
10
10
  filesForTheBuyer: `(en) Files for the buyer`,
11
11
  filesForPreview: `(en) Files for preview`,
12
12
  needsYourReview: `(en) Needs Your Review`,
13
- awaitingSellerResponse: `(en) Awaiting seller response`,
13
+ awaitingSellersResponse: `(en) Awaiting seller's response`,
14
14
  buyersRequest: `(en) Buyer's request`,
15
15
  awaitingClientReview: `(en) Awaiting Client Review`,
16
16
  thankYouForYourPurchase: `(en) Thank you for your purchase!`,
@@ -30,6 +30,11 @@ export const text: text = {
30
30
  listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
31
31
  listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
32
32
  showListing: `(en) Show listing`,
33
+ ifTheresNoResponseByTimeLimitOrderWillBeCanceled: (...v) =>
34
+ `(en) If there's no response by ${v[0]}, the order will be canceled automatically`,
35
+ ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
36
+ `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
37
+ ifYouMissTheDeadlineBuyerCanCancelForFullRefund: `(en) If you miss the deadline, the buyer can cancel the order for a full refund, and any associated Stripe fees will be deducted from your payout.`,
33
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
34
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
35
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,