@anime.club/translations 1.1.83 → 1.1.85

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.83",
7
+ "version": "1.1.85",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: `: `,
3
4
  _comma: `، `,
4
5
  _dot: `. `,
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: `:`,
3
4
  _comma: `、`,
4
5
  _dot: `。`,
package/src/english.ts CHANGED
@@ -283,6 +283,7 @@ export const text = {
283
283
  personal: `Personal`,
284
284
  personalCircumstances: `Personal circumstances`,
285
285
  pleaseCheckYour: (value: string) => `Please check your ${value}`,
286
+ pleaseFeelFreeToShareYourReference: `Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
286
287
  pleaseDoNotShareYourPrivateInformationToOthers: `Please do not share your private information to others`,
287
288
  pleaseEnterANumberBetweenXandX: (min: number, max: number) =>
288
289
  `Please enter a number between ${min} and ${max}`,
package/src/french.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: ` : `,
3
4
  _comma: `, `,
4
5
  _dot: `. `,
package/src/german.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: `: `,
3
4
  _comma: `, `,
4
5
  _dot: `. `,
package/src/hindi.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: `: `,
3
4
  _comma: `, `,
4
5
  _dot: `| `,
package/src/indonesian.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: `: `,
3
4
  _comma: `, `,
4
5
  _dot: `. `,
package/src/japanese.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: `:`,
3
4
  _comma: `、`,
4
5
  _dot: `。`,
package/src/korean.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: `: `,
3
4
  _comma: `, `,
4
5
  _dot: `. `,
package/src/portuguese.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: `: `,
3
4
  _comma: `, `,
4
5
  _dot: `. `,
package/src/russian.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: `: `,
3
4
  _comma: `, `,
4
5
  _dot: `. `,
package/src/spanish.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: `: `,
3
4
  _comma: `, `,
4
5
  _dot: `. `,
package/src/thai.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: `: `,
3
4
  _comma: `, `,
4
5
  _dot: `. `,
package/src/vietnamese.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ pleaseFeelFreeToShareYourReference: `(en) Please feel free to share your reference images and supporting materials to guide the artist in creating your piece`,
2
3
  _colon: `: `,
3
4
  _comma: `, `,
4
5
  _dot: `. `,