Skip to content

Commit

Permalink
CHANGED: update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
o-alexandrov committed Apr 6, 2024
1 parent 93b8430 commit 84f32cf
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/arabic-standard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const text: text = {
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
pleaseStartTyping: `(en) Please start typing`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down
1 change: 1 addition & 0 deletions src/chinese-simplified.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const text: text = {
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
pleaseStartTyping: `(en) Please start typing`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down
1 change: 1 addition & 0 deletions src/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ export const text = {
`Please enter at least ${num} characters `,
pleaseFillOutYourDetails: `Please fill out your details`,
pleaseSignInToYourAccount: `Please sign in to your account`,
pleaseStartTyping: `Please start typing`,
pleaseTryAgainOrClick: (buttonName: string) =>
`Please try again or click ${buttonName}`,
pleaseVerifyYourAccount: `Please verify your account`,
Expand Down
1 change: 1 addition & 0 deletions src/french.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const text: text = {
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
pleaseStartTyping: `(en) Please start typing`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down
1 change: 1 addition & 0 deletions src/german.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const text: text = {
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
pleaseStartTyping: `(en) Please start typing`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down
1 change: 1 addition & 0 deletions src/hindi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const text: text = {
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
pleaseStartTyping: `(en) Please start typing`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down
1 change: 1 addition & 0 deletions src/indonesian.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const text: text = {
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
pleaseStartTyping: `(en) Please start typing`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down
1 change: 1 addition & 0 deletions src/japanese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const text: text = {
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
pleaseStartTyping: `(en) Please start typing`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down
1 change: 1 addition & 0 deletions src/korean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const text: text = {
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
pleaseStartTyping: `(en) Please start typing`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down
1 change: 1 addition & 0 deletions src/portuguese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const text: text = {
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
pleaseStartTyping: `(en) Please start typing`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down
3 changes: 2 additions & 1 deletion src/russian.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const text: text = {
otherReason: `Другая причина`,
pleaseStartTyping: `(en) Please start typing`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down Expand Up @@ -263,6 +263,7 @@ export const text: text = {
orderDetails: `Детали заказа`,
orderStatus: `Статус заказа`,
orderOptions: `Варианты заказа`,
otherReason: `Другая причина`,
pageNotFound: `Страница не найдена`,
password: `Пароль`,
payments: `Платежи`,
Expand Down
1 change: 1 addition & 0 deletions src/spanish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const text: text = {
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
pleaseStartTyping: `(en) Please start typing`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down
1 change: 1 addition & 0 deletions src/thai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const text: text = {
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
pleaseStartTyping: `(en) Please start typing`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down
1 change: 1 addition & 0 deletions src/vietnamese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const text: text = {
ordered: (...v) => `(en) Ordered ${v[0]}`,
otherReason: `(en) Other reason`,
personalCircumstances: `(en) Personal circumstances`,
pleaseStartTyping: `(en) Please start typing`,
timeConstraints: `(en) Time constraints`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down

0 comments on commit 84f32cf

Please sign in to comment.