Skip to content

Commit

Permalink
CHANGED: synced translations
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-natalya committed Mar 31, 2024
1 parent eb4a345 commit 76fb357
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/arabic-standard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const text: text = {
order: `(en) Order`,
outOfStock: `(en) Out of stock`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
Expand Down
1 change: 1 addition & 0 deletions src/chinese-simplified.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const text: text = {
order: `(en) Order`,
outOfStock: `(en) Out of stock`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
Expand Down
1 change: 1 addition & 0 deletions src/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ export const text = {
orderDetails: `Order details`,
orderStatus: `Order status`,
orderOptions: `Order Options`,
otherReason: `Other reason`,
pageNotFound: `Page not found`,
password: `Password`,
payments: `Payments`,
Expand Down
1 change: 1 addition & 0 deletions src/french.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const text: text = {
order: `(en) Order`,
outOfStock: `(en) Out of stock`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
Expand Down
1 change: 1 addition & 0 deletions src/german.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const text: text = {
order: `(en) Order`,
outOfStock: `(en) Out of stock`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
Expand Down
1 change: 1 addition & 0 deletions src/hindi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const text: text = {
order: `(en) Order`,
outOfStock: `(en) Out of stock`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
Expand Down
1 change: 1 addition & 0 deletions src/indonesian.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const text: text = {
order: `(en) Order`,
outOfStock: `(en) Out of stock`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
Expand Down
1 change: 1 addition & 0 deletions src/japanese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const text: text = {
order: `(en) Order`,
outOfStock: `(en) Out of stock`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
Expand Down
1 change: 1 addition & 0 deletions src/korean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const text: text = {
order: `(en) Order`,
outOfStock: `(en) Out of stock`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
Expand Down
1 change: 1 addition & 0 deletions src/portuguese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const text: text = {
order: `(en) Order`,
outOfStock: `(en) Out of stock`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
Expand Down
1 change: 1 addition & 0 deletions src/russian.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const text: text = {
otherReason: `Другая причина`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down
1 change: 1 addition & 0 deletions src/spanish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const text: text = {
order: `(en) Order`,
outOfStock: `(en) Out of stock`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
Expand Down
1 change: 1 addition & 0 deletions src/thai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const text: text = {
order: `(en) Order`,
outOfStock: `(en) Out of stock`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
Expand Down
1 change: 1 addition & 0 deletions src/vietnamese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const text: text = {
order: `(en) Order`,
outOfStock: `(en) Out of stock`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
Expand Down

0 comments on commit 76fb357

Please sign in to comment.