@anime.club/translations 1.1.74 → 1.1.75

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.74",
7
+ "version": "1.1.75",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -11,6 +11,7 @@ export const text: text = {
11
11
  order: `(en) Order`,
12
12
  outOfStock: `(en) Out of stock`,
13
13
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
+ otherReason: `(en) Other reason`,
14
15
  personalCircumstances: `(en) Personal circumstances`,
15
16
  timeConstraints: `(en) Time constraints`,
16
17
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
@@ -11,6 +11,7 @@ export const text: text = {
11
11
  order: `(en) Order`,
12
12
  outOfStock: `(en) Out of stock`,
13
13
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
+ otherReason: `(en) Other reason`,
14
15
  personalCircumstances: `(en) Personal circumstances`,
15
16
  timeConstraints: `(en) Time constraints`,
16
17
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
package/src/english.ts CHANGED
@@ -262,6 +262,7 @@ export const text = {
262
262
  orderDetails: `Order details`,
263
263
  orderStatus: `Order status`,
264
264
  orderOptions: `Order Options`,
265
+ otherReason: `Other reason`,
265
266
  pageNotFound: `Page not found`,
266
267
  password: `Password`,
267
268
  payments: `Payments`,
package/src/french.ts CHANGED
@@ -11,6 +11,7 @@ export const text: text = {
11
11
  order: `(en) Order`,
12
12
  outOfStock: `(en) Out of stock`,
13
13
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
+ otherReason: `(en) Other reason`,
14
15
  personalCircumstances: `(en) Personal circumstances`,
15
16
  timeConstraints: `(en) Time constraints`,
16
17
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
package/src/german.ts CHANGED
@@ -11,6 +11,7 @@ export const text: text = {
11
11
  order: `(en) Order`,
12
12
  outOfStock: `(en) Out of stock`,
13
13
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
+ otherReason: `(en) Other reason`,
14
15
  personalCircumstances: `(en) Personal circumstances`,
15
16
  timeConstraints: `(en) Time constraints`,
16
17
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
package/src/hindi.ts CHANGED
@@ -11,6 +11,7 @@ export const text: text = {
11
11
  order: `(en) Order`,
12
12
  outOfStock: `(en) Out of stock`,
13
13
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
+ otherReason: `(en) Other reason`,
14
15
  personalCircumstances: `(en) Personal circumstances`,
15
16
  timeConstraints: `(en) Time constraints`,
16
17
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
package/src/indonesian.ts CHANGED
@@ -11,6 +11,7 @@ export const text: text = {
11
11
  order: `(en) Order`,
12
12
  outOfStock: `(en) Out of stock`,
13
13
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
+ otherReason: `(en) Other reason`,
14
15
  personalCircumstances: `(en) Personal circumstances`,
15
16
  timeConstraints: `(en) Time constraints`,
16
17
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
package/src/japanese.ts CHANGED
@@ -11,6 +11,7 @@ export const text: text = {
11
11
  order: `(en) Order`,
12
12
  outOfStock: `(en) Out of stock`,
13
13
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
+ otherReason: `(en) Other reason`,
14
15
  personalCircumstances: `(en) Personal circumstances`,
15
16
  timeConstraints: `(en) Time constraints`,
16
17
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
package/src/korean.ts CHANGED
@@ -11,6 +11,7 @@ export const text: text = {
11
11
  order: `(en) Order`,
12
12
  outOfStock: `(en) Out of stock`,
13
13
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
+ otherReason: `(en) Other reason`,
14
15
  personalCircumstances: `(en) Personal circumstances`,
15
16
  timeConstraints: `(en) Time constraints`,
16
17
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
package/src/portuguese.ts CHANGED
@@ -11,6 +11,7 @@ export const text: text = {
11
11
  order: `(en) Order`,
12
12
  outOfStock: `(en) Out of stock`,
13
13
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
+ otherReason: `(en) Other reason`,
14
15
  personalCircumstances: `(en) Personal circumstances`,
15
16
  timeConstraints: `(en) Time constraints`,
16
17
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
package/src/russian.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export const text: text = {
2
+ otherReason: `Другая причина`,
2
3
  _colon: `: `,
3
4
  _comma: `, `,
4
5
  _dot: `. `,
package/src/spanish.ts CHANGED
@@ -11,6 +11,7 @@ export const text: text = {
11
11
  order: `(en) Order`,
12
12
  outOfStock: `(en) Out of stock`,
13
13
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
+ otherReason: `(en) Other reason`,
14
15
  personalCircumstances: `(en) Personal circumstances`,
15
16
  timeConstraints: `(en) Time constraints`,
16
17
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
package/src/thai.ts CHANGED
@@ -11,6 +11,7 @@ export const text: text = {
11
11
  order: `(en) Order`,
12
12
  outOfStock: `(en) Out of stock`,
13
13
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
+ otherReason: `(en) Other reason`,
14
15
  personalCircumstances: `(en) Personal circumstances`,
15
16
  timeConstraints: `(en) Time constraints`,
16
17
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
package/src/vietnamese.ts CHANGED
@@ -11,6 +11,7 @@ export const text: text = {
11
11
  order: `(en) Order`,
12
12
  outOfStock: `(en) Out of stock`,
13
13
  ordered: (...v) => `(en) Ordered ${v[0]}`,
14
+ otherReason: `(en) Other reason`,
14
15
  personalCircumstances: `(en) Personal circumstances`,
15
16
  timeConstraints: `(en) Time constraints`,
16
17
  theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,