@anime.club/translations 1.1.75 → 1.1.76
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 +1 -0
- package/src/chinese-simplified.ts +1 -0
- package/src/english.ts +1 -0
- package/src/french.ts +1 -0
- package/src/german.ts +1 -0
- package/src/hindi.ts +1 -0
- package/src/indonesian.ts +1 -0
- package/src/japanese.ts +1 -0
- package/src/korean.ts +1 -0
- package/src/portuguese.ts +1 -0
- package/src/russian.ts +2 -1
- package/src/spanish.ts +1 -0
- package/src/thai.ts +1 -0
- package/src/vietnamese.ts +1 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -13,6 +13,7 @@ export const text: text = {
|
|
13
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
14
|
otherReason: `(en) Other reason`,
|
15
15
|
personalCircumstances: `(en) Personal circumstances`,
|
16
|
+
pleaseStartTyping: `(en) Please start typing`,
|
16
17
|
timeConstraints: `(en) Time constraints`,
|
17
18
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
19
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
@@ -13,6 +13,7 @@ export const text: text = {
|
|
13
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
14
|
otherReason: `(en) Other reason`,
|
15
15
|
personalCircumstances: `(en) Personal circumstances`,
|
16
|
+
pleaseStartTyping: `(en) Please start typing`,
|
16
17
|
timeConstraints: `(en) Time constraints`,
|
17
18
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
19
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/english.ts
CHANGED
@@ -277,6 +277,7 @@ export const text = {
|
|
277
277
|
`Please enter at least ${num} characters `,
|
278
278
|
pleaseFillOutYourDetails: `Please fill out your details`,
|
279
279
|
pleaseSignInToYourAccount: `Please sign in to your account`,
|
280
|
+
pleaseStartTyping: `Please start typing`,
|
280
281
|
pleaseTryAgainOrClick: (buttonName: string) =>
|
281
282
|
`Please try again or click ${buttonName}`,
|
282
283
|
pleaseVerifyYourAccount: `Please verify your account`,
|
package/src/french.ts
CHANGED
@@ -13,6 +13,7 @@ export const text: text = {
|
|
13
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
14
|
otherReason: `(en) Other reason`,
|
15
15
|
personalCircumstances: `(en) Personal circumstances`,
|
16
|
+
pleaseStartTyping: `(en) Please start typing`,
|
16
17
|
timeConstraints: `(en) Time constraints`,
|
17
18
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
19
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/german.ts
CHANGED
@@ -13,6 +13,7 @@ export const text: text = {
|
|
13
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
14
|
otherReason: `(en) Other reason`,
|
15
15
|
personalCircumstances: `(en) Personal circumstances`,
|
16
|
+
pleaseStartTyping: `(en) Please start typing`,
|
16
17
|
timeConstraints: `(en) Time constraints`,
|
17
18
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
19
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/hindi.ts
CHANGED
@@ -13,6 +13,7 @@ export const text: text = {
|
|
13
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
14
|
otherReason: `(en) Other reason`,
|
15
15
|
personalCircumstances: `(en) Personal circumstances`,
|
16
|
+
pleaseStartTyping: `(en) Please start typing`,
|
16
17
|
timeConstraints: `(en) Time constraints`,
|
17
18
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
19
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/indonesian.ts
CHANGED
@@ -13,6 +13,7 @@ export const text: text = {
|
|
13
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
14
|
otherReason: `(en) Other reason`,
|
15
15
|
personalCircumstances: `(en) Personal circumstances`,
|
16
|
+
pleaseStartTyping: `(en) Please start typing`,
|
16
17
|
timeConstraints: `(en) Time constraints`,
|
17
18
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
19
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/japanese.ts
CHANGED
@@ -13,6 +13,7 @@ export const text: text = {
|
|
13
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
14
|
otherReason: `(en) Other reason`,
|
15
15
|
personalCircumstances: `(en) Personal circumstances`,
|
16
|
+
pleaseStartTyping: `(en) Please start typing`,
|
16
17
|
timeConstraints: `(en) Time constraints`,
|
17
18
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
19
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/korean.ts
CHANGED
@@ -13,6 +13,7 @@ export const text: text = {
|
|
13
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
14
|
otherReason: `(en) Other reason`,
|
15
15
|
personalCircumstances: `(en) Personal circumstances`,
|
16
|
+
pleaseStartTyping: `(en) Please start typing`,
|
16
17
|
timeConstraints: `(en) Time constraints`,
|
17
18
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
19
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/portuguese.ts
CHANGED
@@ -13,6 +13,7 @@ export const text: text = {
|
|
13
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
14
|
otherReason: `(en) Other reason`,
|
15
15
|
personalCircumstances: `(en) Personal circumstances`,
|
16
|
+
pleaseStartTyping: `(en) Please start typing`,
|
16
17
|
timeConstraints: `(en) Time constraints`,
|
17
18
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
19
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/russian.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
|
2
|
+
pleaseStartTyping: `(en) Please start typing`,
|
3
3
|
_colon: `: `,
|
4
4
|
_comma: `, `,
|
5
5
|
_dot: `. `,
|
@@ -263,6 +263,7 @@ export const text: text = {
|
|
263
263
|
orderDetails: `Детали заказа`,
|
264
264
|
orderStatus: `Статус заказа`,
|
265
265
|
orderOptions: `Варианты заказа`,
|
266
|
+
otherReason: `Другая причина`,
|
266
267
|
pageNotFound: `Страница не найдена`,
|
267
268
|
password: `Пароль`,
|
268
269
|
payments: `Платежи`,
|
package/src/spanish.ts
CHANGED
@@ -13,6 +13,7 @@ export const text: text = {
|
|
13
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
14
|
otherReason: `(en) Other reason`,
|
15
15
|
personalCircumstances: `(en) Personal circumstances`,
|
16
|
+
pleaseStartTyping: `(en) Please start typing`,
|
16
17
|
timeConstraints: `(en) Time constraints`,
|
17
18
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
19
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/thai.ts
CHANGED
@@ -13,6 +13,7 @@ export const text: text = {
|
|
13
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
14
|
otherReason: `(en) Other reason`,
|
15
15
|
personalCircumstances: `(en) Personal circumstances`,
|
16
|
+
pleaseStartTyping: `(en) Please start typing`,
|
16
17
|
timeConstraints: `(en) Time constraints`,
|
17
18
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
19
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/vietnamese.ts
CHANGED
@@ -13,6 +13,7 @@ export const text: text = {
|
|
13
13
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
14
|
otherReason: `(en) Other reason`,
|
15
15
|
personalCircumstances: `(en) Personal circumstances`,
|
16
|
+
pleaseStartTyping: `(en) Please start typing`,
|
16
17
|
timeConstraints: `(en) Time constraints`,
|
17
18
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
19
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|