@anime.club/translations 1.1.148 → 1.1.150

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.148",
7
+ "version": "1.1.150",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -36,6 +36,7 @@ export const text: text = {
36
36
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
37
37
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
38
38
  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.`,
39
+ addAComment: `(en) Add a comment`,
39
40
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
40
41
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
41
42
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -67,6 +68,7 @@ export const text: text = {
67
68
  commission: `(en) Commission`,
68
69
  commissions: `(en) Commissions`,
69
70
  digitalDownloads: `(en) Digital Downloads`,
71
+ changesSaved: `(en) Changes saved!`,
70
72
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
71
73
  sellerTermsOfService: `(en) Seller Terms of Service`,
72
74
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
@@ -465,7 +467,6 @@ export const text: text = {
465
467
  subscribeToTalentsToKeepUpWithTheirProgress: `اشترك في صفحات المواهب لمتابعة إنجازاتهم`,
466
468
  successChangedPasswordPleaseSignIn: `تم بنجاح تم تغيير كلمة السر. الرجاء تسجيل الدخول`,
467
469
  successCreatedRecord: `تم بنجاح إنشاء السجل!`,
468
- successUpdatedRecord: `تم بنجاح تحديث السجل!`,
469
470
  successfullyDownloaded: `تم التحميل بنجاح!`,
470
471
  successfullyUploaded: `تم الرفع بنجاح!`,
471
472
  supportMeOn: `ادعمني على`,
@@ -36,6 +36,7 @@ export const text: text = {
36
36
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
37
37
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
38
38
  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.`,
39
+ addAComment: `(en) Add a comment`,
39
40
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
40
41
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
41
42
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -67,6 +68,7 @@ export const text: text = {
67
68
  commission: `(en) Commission`,
68
69
  commissions: `(en) Commissions`,
69
70
  digitalDownloads: `(en) Digital Downloads`,
71
+ changesSaved: `(en) Changes saved!`,
70
72
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
71
73
  sellerTermsOfService: `(en) Seller Terms of Service`,
72
74
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
@@ -461,7 +463,6 @@ export const text: text = {
461
463
  subscribeToTalentsToKeepUpWithTheirProgress: `关注艺术家,追踪其动态`,
462
464
  successChangedPasswordPleaseSignIn: `成功!修改密码。请登录`,
463
465
  successCreatedRecord: `成功!创建记录!`,
464
- successUpdatedRecord: `成功!更新记录!`,
465
466
  successfullyDownloaded: `下载成功!`,
466
467
  successfullyUploaded: `上传成功!`,
467
468
  supportMeOn: `支持我`,
package/src/english.ts CHANGED
@@ -239,6 +239,7 @@ export const text = {
239
239
  `If no reply is received by ${timeLimit}, you'll automatically receive a full refund`,
240
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.`,
241
241
  id: `ID`,
242
+ addAComment: `Add a comment`,
242
243
  imgHeightNeedsToBeBiggerThanOrEqualTo: `Img height needs to be bigger than or equal to`,
243
244
  imgWidthNeedsToBeBiggerThanOrEqualTo: `Img width needs to be bigger than or equal to`,
244
245
  impersonation: `Impersonation`,
@@ -469,7 +470,7 @@ export const text = {
469
470
  subscribeToTalentsToKeepUpWithTheirProgress: `Subscribe to talents to keep up with their progress`,
470
471
  successChangedPasswordPleaseSignIn: `Success! Changed password. Please sign in`,
471
472
  successCreatedRecord: `Success! Created record!`,
472
- successUpdatedRecord: `Success! Updated record!`,
473
+ changesSaved: `Changes saved!`,
473
474
  successfullyDownloaded: `Successfully downloaded!`,
474
475
  successfullyUploaded: `Successfully uploaded!`,
475
476
  setUpStripeAccountToGetPaidWithAnimeClub:
package/src/french.ts CHANGED
@@ -36,6 +36,7 @@ export const text: text = {
36
36
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
37
37
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
38
38
  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.`,
39
+ addAComment: `(en) Add a comment`,
39
40
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
40
41
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
41
42
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -67,6 +68,7 @@ export const text: text = {
67
68
  commission: `(en) Commission`,
68
69
  commissions: `(en) Commissions`,
69
70
  digitalDownloads: `(en) Digital Downloads`,
71
+ changesSaved: `(en) Changes saved!`,
70
72
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
71
73
  sellerTermsOfService: `(en) Seller Terms of Service`,
72
74
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
@@ -470,7 +472,6 @@ export const text: text = {
470
472
  subscribeToTalentsToKeepUpWithTheirProgress: `Abonnez-vous aux auteurs pour suivre leur progression`,
471
473
  successChangedPasswordPleaseSignIn: `Succès ! Mot de passe modifié. Veuillez vous connecter`,
472
474
  successCreatedRecord: `Succès ! Record créé !`,
473
- successUpdatedRecord: `Succès ! Record mis à jour !`,
474
475
  successfullyDownloaded: `Téléchargé avec succès !`,
475
476
  successfullyUploaded: `Téléchargé avec succès !`,
476
477
  supportMeOn: `Soutenez-moi sur`,
package/src/german.ts CHANGED
@@ -36,6 +36,7 @@ export const text: text = {
36
36
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
37
37
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
38
38
  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.`,
39
+ addAComment: `(en) Add a comment`,
39
40
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
40
41
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
41
42
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -67,6 +68,7 @@ export const text: text = {
67
68
  commission: `(en) Commission`,
68
69
  commissions: `(en) Commissions`,
69
70
  digitalDownloads: `(en) Digital Downloads`,
71
+ changesSaved: `(en) Changes saved!`,
70
72
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
71
73
  sellerTermsOfService: `(en) Seller Terms of Service`,
72
74
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
@@ -472,7 +474,6 @@ export const text: text = {
472
474
  subscribeToTalentsToKeepUpWithTheirProgress: `Abonniere Künstler und bleibe auf dem Laufenden `,
473
475
  successChangedPasswordPleaseSignIn: `Erfolg! Passwort geändert. Bitte einloggen`,
474
476
  successCreatedRecord: `Erfolg! Datensatz erstellt!`,
475
- successUpdatedRecord: `Erfolg! Datensatz aktualisiert!`,
476
477
  successfullyDownloaded: `Erfolgreich heruntergeladen!`,
477
478
  successfullyUploaded: `Erfolgreich hochgeladen!`,
478
479
  supportMeOn: `Unterstütze mich bei`,
package/src/hindi.ts CHANGED
@@ -36,6 +36,7 @@ export const text: text = {
36
36
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
37
37
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
38
38
  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.`,
39
+ addAComment: `(en) Add a comment`,
39
40
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
40
41
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
41
42
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -67,6 +68,7 @@ export const text: text = {
67
68
  commission: `(en) Commission`,
68
69
  commissions: `(en) Commissions`,
69
70
  digitalDownloads: `(en) Digital Downloads`,
71
+ changesSaved: `(en) Changes saved!`,
70
72
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
71
73
  sellerTermsOfService: `(en) Seller Terms of Service`,
72
74
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
@@ -470,7 +472,6 @@ export const text: text = {
470
472
  subscribeToTalentsToKeepUpWithTheirProgress: `उनकी प्रगति को बनाए रखने के लिए प्रतिभाओं की सदस्यता लें`,
471
473
  successChangedPasswordPleaseSignIn: `सफलता! पासवर्ड बदल दिया है। कृपया साइन इन करें`,
472
474
  successCreatedRecord: `सफलता! रिकार्ड बना दिया गया है। `,
473
- successUpdatedRecord: `सफलता! रिकॉर्ड अपडेट किया गया है । `,
474
475
  successfullyDownloaded: `सफलतापूर्वक डाउनलोड किया गया!`,
475
476
  successfullyUploaded: `सफलतापूर्वक अपलोड किया गया!`,
476
477
  supportMeOn: `मेरा समर्थन करें`,
package/src/indonesian.ts CHANGED
@@ -36,6 +36,7 @@ export const text: text = {
36
36
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
37
37
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
38
38
  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.`,
39
+ addAComment: `(en) Add a comment`,
39
40
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
40
41
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
41
42
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -67,6 +68,7 @@ export const text: text = {
67
68
  commission: `(en) Commission`,
68
69
  commissions: `(en) Commissions`,
69
70
  digitalDownloads: `(en) Digital Downloads`,
71
+ changesSaved: `(en) Changes saved!`,
70
72
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
71
73
  sellerTermsOfService: `(en) Seller Terms of Service`,
72
74
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
@@ -470,7 +472,6 @@ export const text: text = {
470
472
  subscribeToTalentsToKeepUpWithTheirProgress: `Ikuti si kreator untuk mendapatkan pembaruan mereka`,
471
473
  successChangedPasswordPleaseSignIn: `Berhasil! Mengubah kata sandi. Silakan masuk`,
472
474
  successCreatedRecord: `Berhasil! Catatan dibuat!`,
473
- successUpdatedRecord: `Berhasil! Catatan diperbarui!`,
474
475
  successfullyDownloaded: `Berhasil diunduh!`,
475
476
  successfullyUploaded: `Berhasil diunggah!`,
476
477
  supportMeOn: `Dukung saya di`,
package/src/japanese.ts CHANGED
@@ -36,6 +36,7 @@ export const text: text = {
36
36
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
37
37
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
38
38
  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.`,
39
+ addAComment: `(en) Add a comment`,
39
40
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
40
41
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
41
42
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -67,6 +68,7 @@ export const text: text = {
67
68
  commission: `(en) Commission`,
68
69
  commissions: `(en) Commissions`,
69
70
  digitalDownloads: `(en) Digital Downloads`,
71
+ changesSaved: `(en) Changes saved!`,
70
72
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
71
73
  sellerTermsOfService: `(en) Seller Terms of Service`,
72
74
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
@@ -468,7 +470,6 @@ export const text: text = {
468
470
  subscribeToTalentsToKeepUpWithTheirProgress: `作者にサブスクして進歩を追跡しましょう`,
469
471
  successChangedPasswordPleaseSignIn: `成功!パスワードが変更されました。ログインしてください。`,
470
472
  successCreatedRecord: `成功!登録が作成されました!`,
471
- successUpdatedRecord: `成功!登録が更新されました!`,
472
473
  successfullyDownloaded: `ダウンロードに成功しました!`,
473
474
  successfullyUploaded: `アップロードに成功しました!`,
474
475
  supportMeOn: `以下で応援してください`,
package/src/korean.ts CHANGED
@@ -36,6 +36,7 @@ export const text: text = {
36
36
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
37
37
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
38
38
  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.`,
39
+ addAComment: `(en) Add a comment`,
39
40
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
40
41
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
41
42
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -67,6 +68,7 @@ export const text: text = {
67
68
  commission: `(en) Commission`,
68
69
  commissions: `(en) Commissions`,
69
70
  digitalDownloads: `(en) Digital Downloads`,
71
+ changesSaved: `(en) Changes saved!`,
70
72
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
71
73
  sellerTermsOfService: `(en) Seller Terms of Service`,
72
74
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
@@ -466,7 +468,6 @@ export const text: text = {
466
468
  subscribeToTalentsToKeepUpWithTheirProgress: `진행 상황을 확인하려면 크리에이터를 구독하세요`,
467
469
  successChangedPasswordPleaseSignIn: `성공! 비밀번호를 변경했습니다. 로그인 해주세요`,
468
470
  successCreatedRecord: `성공! 기록을 만들었습니다!`,
469
- successUpdatedRecord: `성공!기록이 업데이트 되였습니다!`,
470
471
  successfullyDownloaded: `성공적으로 다운로드되었습니다!`,
471
472
  successfullyUploaded: `성공적으로 업로드되었습니다!`,
472
473
  supportMeOn: `N에서 저를 지원해주세요`,
package/src/portuguese.ts CHANGED
@@ -36,6 +36,7 @@ export const text: text = {
36
36
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
37
37
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
38
38
  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.`,
39
+ addAComment: `(en) Add a comment`,
39
40
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
40
41
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
41
42
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -67,6 +68,7 @@ export const text: text = {
67
68
  commission: `(en) Commission`,
68
69
  commissions: `(en) Commissions`,
69
70
  digitalDownloads: `(en) Digital Downloads`,
71
+ changesSaved: `(en) Changes saved!`,
70
72
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
71
73
  sellerTermsOfService: `(en) Seller Terms of Service`,
72
74
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
@@ -470,7 +472,6 @@ export const text: text = {
470
472
  subscribeToTalentsToKeepUpWithTheirProgress: `Subscreva-se ao talents para acompanhar o seu progresso`,
471
473
  successChangedPasswordPleaseSignIn: `Sucesso! Senha alterada. Por favor, inscreva-se`,
472
474
  successCreatedRecord: `Sucesso! Registro criado!`,
473
- successUpdatedRecord: `Sucesso! Registro atualizado!`,
474
475
  successfullyDownloaded: `Baixado com sucesso!`,
475
476
  successfullyUploaded: `Enviado com sucesso!`,
476
477
  supportMeOn: `Apoie-me em`,
package/src/russian.ts CHANGED
@@ -34,6 +34,7 @@ export const text: text = {
34
34
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
35
35
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
36
36
  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.`,
37
+ addAComment: `(en) Add a comment`,
37
38
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
38
39
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
39
40
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -65,6 +66,7 @@ export const text: text = {
65
66
  commission: `(en) Commission`,
66
67
  commissions: `(en) Commissions`,
67
68
  digitalDownloads: `(en) Digital Downloads`,
69
+ changesSaved: `(en) Changes saved!`,
68
70
  sellerTermsOfService: `(en) Seller Terms of Service`,
69
71
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
70
72
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
@@ -467,7 +469,6 @@ export const text: text = {
467
469
  subscribeToTalentsToKeepUpWithTheirProgress: `Подпишитесь на художников, чтобы отслеживать их успехи`,
468
470
  successChangedPasswordPleaseSignIn: `Пароль успешно изменён. Войдите`,
469
471
  successCreatedRecord: `Запись успешно создана!`,
470
- successUpdatedRecord: `Запись успешно обновлена!`,
471
472
  successfullyDownloaded: `Успешно загружено!`,
472
473
  successfullyUploaded: `Успешно загружено!`,
473
474
  setUpStripeAccountToGetPaidWithAnimeClub: `Создайте аккаунт в Stripe, чтобы получать выплаты через Anime.club`,
package/src/spanish.ts CHANGED
@@ -36,6 +36,7 @@ export const text: text = {
36
36
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
37
37
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
38
38
  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.`,
39
+ addAComment: `(en) Add a comment`,
39
40
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
40
41
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
41
42
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -67,6 +68,7 @@ export const text: text = {
67
68
  commission: `(en) Commission`,
68
69
  commissions: `(en) Commissions`,
69
70
  digitalDownloads: `(en) Digital Downloads`,
71
+ changesSaved: `(en) Changes saved!`,
70
72
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
71
73
  sellerTermsOfService: `(en) Seller Terms of Service`,
72
74
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
@@ -471,7 +473,6 @@ export const text: text = {
471
473
  subscribeToTalentsToKeepUpWithTheirProgress: `Suscríbete a talentos para mantenerte al día con su progreso`,
472
474
  successChangedPasswordPleaseSignIn: `Contraseña cambiada exitosamente. Por favor inicie sesión`,
473
475
  successCreatedRecord: `Registro creado exitosamente`,
474
- successUpdatedRecord: `Registro actualizado exitosamente`,
475
476
  successfullyDownloaded: `¡Descargado exitosamente!`,
476
477
  successfullyUploaded: `¡Subido exitosamente!`,
477
478
  supportMeOn: `Apóyame en`,
package/src/thai.ts CHANGED
@@ -36,6 +36,7 @@ export const text: text = {
36
36
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
37
37
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
38
38
  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.`,
39
+ addAComment: `(en) Add a comment`,
39
40
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
40
41
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
41
42
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -67,6 +68,7 @@ export const text: text = {
67
68
  commission: `(en) Commission`,
68
69
  commissions: `(en) Commissions`,
69
70
  digitalDownloads: `(en) Digital Downloads`,
71
+ changesSaved: `(en) Changes saved!`,
70
72
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
71
73
  sellerTermsOfService: `(en) Seller Terms of Service`,
72
74
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
@@ -465,7 +467,6 @@ export const text: text = {
465
467
  subscribeToTalentsToKeepUpWithTheirProgress: `สมัครรับการอัปเดตเนื้อหาเพื่อติดตามความคืบหน้า`,
466
468
  successChangedPasswordPleaseSignIn: `สำเร็จแล้ว! เปลี่ยนรหัสผ่านเรียบร้อย โปรดลงชื่อเข้าใช้`,
467
469
  successCreatedRecord: `สำเร็จแล้ว! สร้างบักทึกเรียบร้อย!`,
468
- successUpdatedRecord: `สำเร็จแล้ว! อัปเดตบักทึกเรียบร้อย!`,
469
470
  successfullyDownloaded: `ดาวน์โหลดสำเร็จ!`,
470
471
  successfullyUploaded: `อัปโหลดสำเร็จ!`,
471
472
  supportMeOn: `สนับสนุนฉันผ่าน`,
package/src/vietnamese.ts CHANGED
@@ -36,6 +36,7 @@ export const text: text = {
36
36
  ifNoReplyIsReceivedByTimeLimitYouWillReceiveFullRefund: (...v) =>
37
37
  `(en) If no reply is received by ${v[0]}, you'll automatically receive a full refund`,
38
38
  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.`,
39
+ addAComment: `(en) Add a comment`,
39
40
  theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
40
41
  ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
41
42
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
@@ -67,6 +68,7 @@ export const text: text = {
67
68
  commission: `(en) Commission`,
68
69
  commissions: `(en) Commissions`,
69
70
  digitalDownloads: `(en) Digital Downloads`,
71
+ changesSaved: `(en) Changes saved!`,
70
72
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
71
73
  sellerTermsOfService: `(en) Seller Terms of Service`,
72
74
  describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
@@ -466,7 +468,6 @@ export const text: text = {
466
468
  subscribeToTalentsToKeepUpWithTheirProgress: `Nhấn theo dõi các họa sĩ để không bỏ lỡ cập nhật từ họ`,
467
469
  successChangedPasswordPleaseSignIn: `Thành công! Đã thay đổi mật khẩu. Vui lòng đăng nhập`,
468
470
  successCreatedRecord: `Thành công! Đã tạo hồ sơ!`,
469
- successUpdatedRecord: `Thành công! Đã cập nhật hồ sơ!`,
470
471
  successfullyDownloaded: `Tải xuống thành công!`,
471
472
  successfullyUploaded: `Tải lên thành công!`,
472
473
  supportMeOn: `Hãy ủng hộ tôi tại`,