@anime.club/translations 1.1.127 → 1.1.128

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.127",
7
+ "version": "1.1.128",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -21,6 +21,8 @@ export const text: text = {
21
21
  noOrders: `(en) No orders`,
22
22
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
23
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
24
26
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
25
27
  _colon: `: `,
26
28
  _comma: `، `,
@@ -21,6 +21,8 @@ export const text: text = {
21
21
  noOrders: `(en) No orders`,
22
22
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
23
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
24
26
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
25
27
  _colon: `:`,
26
28
  _comma: `、`,
package/src/english.ts CHANGED
@@ -442,6 +442,8 @@ export const text = {
442
442
  thisFieldIsOptional: `This field is optional`,
443
443
  thisCannotBeUndone: `This cannot be undone`,
444
444
  ensureYouveUploadedTheFinalVersion: ` Ensure you've uploaded the final version before submitting`,
445
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `Optionally, you can add a description to share more about your creation`,
446
+ pleaseProvideATitleForYourArtwork: `Please provide a title for your artwork`,
445
447
  threateningViolence: `Threatening violence`,
446
448
  title: `Title`,
447
449
  timeConstraints: `Time constraints`,
package/src/french.ts CHANGED
@@ -21,6 +21,8 @@ export const text: text = {
21
21
  noOrders: `(en) No orders`,
22
22
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
23
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
24
26
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
25
27
  _colon: ` : `,
26
28
  _comma: `, `,
package/src/german.ts CHANGED
@@ -21,6 +21,8 @@ export const text: text = {
21
21
  noOrders: `(en) No orders`,
22
22
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
23
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
24
26
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
25
27
  _colon: `: `,
26
28
  _comma: `, `,
package/src/hindi.ts CHANGED
@@ -21,6 +21,8 @@ export const text: text = {
21
21
  noOrders: `(en) No orders`,
22
22
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
23
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
24
26
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
25
27
  _colon: `: `,
26
28
  _comma: `, `,
package/src/indonesian.ts CHANGED
@@ -21,6 +21,8 @@ export const text: text = {
21
21
  noOrders: `(en) No orders`,
22
22
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
23
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
24
26
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
25
27
  _colon: `: `,
26
28
  _comma: `, `,
package/src/japanese.ts CHANGED
@@ -21,6 +21,8 @@ export const text: text = {
21
21
  noOrders: `(en) No orders`,
22
22
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
23
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
24
26
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
25
27
  _colon: `:`,
26
28
  _comma: `、`,
package/src/korean.ts CHANGED
@@ -21,6 +21,8 @@ export const text: text = {
21
21
  noOrders: `(en) No orders`,
22
22
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
23
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
24
26
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
25
27
  _colon: `: `,
26
28
  _comma: `, `,
package/src/portuguese.ts CHANGED
@@ -21,6 +21,8 @@ export const text: text = {
21
21
  noOrders: `(en) No orders`,
22
22
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
23
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
24
26
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
25
27
  _colon: `: `,
26
28
  _comma: `, `,
package/src/russian.ts CHANGED
@@ -17,6 +17,8 @@ export const text: text = {
17
17
  platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
18
18
  noOrders: `(en) No orders`,
19
19
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
20
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
21
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
20
22
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
21
23
  _colon: `: `,
22
24
  _comma: `, `,
package/src/spanish.ts CHANGED
@@ -21,6 +21,8 @@ export const text: text = {
21
21
  noOrders: `(en) No orders`,
22
22
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
23
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
24
26
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
25
27
  _colon: `: `,
26
28
  _comma: `, `,
package/src/thai.ts CHANGED
@@ -21,6 +21,8 @@ export const text: text = {
21
21
  noOrders: `(en) No orders`,
22
22
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
23
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
24
26
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
25
27
  _colon: `: `,
26
28
  _comma: `, `,
package/src/vietnamese.ts CHANGED
@@ -21,6 +21,8 @@ export const text: text = {
21
21
  noOrders: `(en) No orders`,
22
22
  setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
23
23
  theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
24
+ optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
25
+ pleaseProvideATitleForYourArtwork: `(en) Please provide a title for your artwork`,
24
26
  youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
25
27
  _colon: `: `,
26
28
  _comma: `, `,