diff --git a/src/arabic-standard.ts b/src/arabic-standard.ts index 86f4688..ba6e028 100644 --- a/src/arabic-standard.ts +++ b/src/arabic-standard.ts @@ -4,15 +4,22 @@ export const text: text = { congratulations: `(en) Congratulations!`, deleteShop: `(en) Delete shop`, decline: `(en) Decline`, + lackOfInformation: `(en) Lack of information`, letsUploadYourFirstProduct: `(en) Let's upload your first product`, + notAcceptingOrders: `(en) Not accepting orders`, openDispute: `(en) Open dispute`, order: `(en) Order`, ordered: (...v) => `(en) Ordered ${v[0]}`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + 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`, viewReview: `(en) View review`, leaveAReview: `(en) Leave a review`, youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: `: `, _comma: `، `, _dot: `. `, diff --git a/src/chinese-simplified.ts b/src/chinese-simplified.ts index 6681905..74949bd 100644 --- a/src/chinese-simplified.ts +++ b/src/chinese-simplified.ts @@ -4,15 +4,22 @@ export const text: text = { congratulations: `(en) Congratulations!`, deleteShop: `(en) Delete shop`, decline: `(en) Decline`, + lackOfInformation: `(en) Lack of information`, letsUploadYourFirstProduct: `(en) Let's upload your first product`, + notAcceptingOrders: `(en) Not accepting orders`, openDispute: `(en) Open dispute`, order: `(en) Order`, ordered: (...v) => `(en) Ordered ${v[0]}`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + 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`, viewReview: `(en) View review`, leaveAReview: `(en) Leave a review`, youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: `:`, _comma: `、`, _dot: `。`, diff --git a/src/english.ts b/src/english.ts index 31861e5..61bb8bd 100644 --- a/src/english.ts +++ b/src/english.ts @@ -183,6 +183,7 @@ export const text = { joinChat: `Join Chat`, joinUsOnFacebook: `Join us on facebook`, language: `Language`, + lackOfInformation: `Lack of information`, languages: `Languages`, letEveryoneKnowHowToDonateToYou: `Let everyone know how to donate to you`, letOthersKnowAboutYou: `Let others know about you`, @@ -241,6 +242,7 @@ export const text = { noResults: `No results`, notifications: `Notifications`, noActiveOrdersToShow: `No active orders to show`, + notAcceptingOrders: `Not accepting orders`, nsfwContent18Plus: `NSFW Content (18+)`, numberOfAdjustmentsAClientCouldRequest: `Number of adjustments a client could request`, online: `Online`, @@ -263,6 +265,7 @@ export const text = { password: `Password`, payments: `Payments`, personal: `Personal`, + personalCircumstances: `Personal circumstances`, pleaseCheckYour: (value: string) => `Please check your ${value}`, pleaseDoNotShareYourPrivateInformationToOthers: `Please do not share your private information to others`, pleaseDropOnlyOneImage: `Please drop only one image`, @@ -329,6 +332,7 @@ export const text = { successUpdatedRecord: `Success! Updated record!`, supportMeOn: `Support me on`, syncWithSystem: `Sync with system`, + scheduleConflicts: `schedule conflicts`, tellUsAboutYourself: `Tell us about yourself`, termsAndConditions: `Terms and Conditions`, termsOfUse: `Terms of use`, @@ -338,6 +342,7 @@ export const text = { thisIsThePriceYouPropose: `This is the price you propose`, threateningViolence: `Threatening violence`, title: `Title`, + timeConstraints: `Time constraints`, titleYourExtraService: `Title your extra service`, theMaximumQuantityThatACustomerCanAdd: `The maximum quantity that a customer can add`, toHelpTheCreatorCompleteYourOrder: `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`, @@ -407,6 +412,8 @@ export const text = { yourAccountWillBeRemoved: (time: string) => `Your account will be removed ${time}`, youHaveNoPurchases: `You have no purchases`, + couldYouPleaseProvideTheReasonForTheCancellation: `Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `Your feedback would be greatly appreciated`, yourArts: `Your arts`, yourAvatar: `Your avatar`, yourBlog: `Your blog`, diff --git a/src/french.ts b/src/french.ts index e472387..161a4ef 100644 --- a/src/french.ts +++ b/src/french.ts @@ -4,15 +4,22 @@ export const text: text = { congratulations: `(en) Congratulations!`, deleteShop: `(en) Delete shop`, decline: `(en) Decline`, + lackOfInformation: `(en) Lack of information`, letsUploadYourFirstProduct: `(en) Let's upload your first product`, + notAcceptingOrders: `(en) Not accepting orders`, openDispute: `(en) Open dispute`, order: `(en) Order`, ordered: (...v) => `(en) Ordered ${v[0]}`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + 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`, viewReview: `(en) View review`, leaveAReview: `(en) Leave a review`, youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: ` : `, _comma: `, `, _dot: `. `, diff --git a/src/german.ts b/src/german.ts index da86a59..e05d169 100644 --- a/src/german.ts +++ b/src/german.ts @@ -4,15 +4,22 @@ export const text: text = { congratulations: `(en) Congratulations!`, deleteShop: `(en) Delete shop`, decline: `(en) Decline`, + lackOfInformation: `(en) Lack of information`, letsUploadYourFirstProduct: `(en) Let's upload your first product`, + notAcceptingOrders: `(en) Not accepting orders`, openDispute: `(en) Open dispute`, order: `(en) Order`, ordered: (...v) => `(en) Ordered ${v[0]}`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + 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`, viewReview: `(en) View review`, leaveAReview: `(en) Leave a review`, youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/hindi.ts b/src/hindi.ts index 8965615..48355ad 100644 --- a/src/hindi.ts +++ b/src/hindi.ts @@ -4,15 +4,22 @@ export const text: text = { congratulations: `(en) Congratulations!`, deleteShop: `(en) Delete shop`, decline: `(en) Decline`, + lackOfInformation: `(en) Lack of information`, letsUploadYourFirstProduct: `(en) Let's upload your first product`, + notAcceptingOrders: `(en) Not accepting orders`, openDispute: `(en) Open dispute`, order: `(en) Order`, ordered: (...v) => `(en) Ordered ${v[0]}`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + 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`, viewReview: `(en) View review`, leaveAReview: `(en) Leave a review`, youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: `: `, _comma: `, `, _dot: `| `, diff --git a/src/indonesian.ts b/src/indonesian.ts index 3f53dc7..e1e3619 100644 --- a/src/indonesian.ts +++ b/src/indonesian.ts @@ -4,15 +4,22 @@ export const text: text = { congratulations: `(en) Congratulations!`, deleteShop: `(en) Delete shop`, decline: `(en) Decline`, + lackOfInformation: `(en) Lack of information`, letsUploadYourFirstProduct: `(en) Let's upload your first product`, + notAcceptingOrders: `(en) Not accepting orders`, openDispute: `(en) Open dispute`, order: `(en) Order`, ordered: (...v) => `(en) Ordered ${v[0]}`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + 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`, viewReview: `(en) View review`, leaveAReview: `(en) Leave a review`, youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/japanese.ts b/src/japanese.ts index b5ef4f1..a682a08 100644 --- a/src/japanese.ts +++ b/src/japanese.ts @@ -4,15 +4,22 @@ export const text: text = { congratulations: `(en) Congratulations!`, deleteShop: `(en) Delete shop`, decline: `(en) Decline`, + lackOfInformation: `(en) Lack of information`, letsUploadYourFirstProduct: `(en) Let's upload your first product`, + notAcceptingOrders: `(en) Not accepting orders`, openDispute: `(en) Open dispute`, order: `(en) Order`, ordered: (...v) => `(en) Ordered ${v[0]}`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + 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`, viewReview: `(en) View review`, leaveAReview: `(en) Leave a review`, youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: `:`, _comma: `、`, _dot: `。`, diff --git a/src/korean.ts b/src/korean.ts index 340719e..68cf6f0 100644 --- a/src/korean.ts +++ b/src/korean.ts @@ -4,15 +4,22 @@ export const text: text = { congratulations: `(en) Congratulations!`, deleteShop: `(en) Delete shop`, decline: `(en) Decline`, + lackOfInformation: `(en) Lack of information`, letsUploadYourFirstProduct: `(en) Let's upload your first product`, + notAcceptingOrders: `(en) Not accepting orders`, openDispute: `(en) Open dispute`, order: `(en) Order`, ordered: (...v) => `(en) Ordered ${v[0]}`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + 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`, viewReview: `(en) View review`, leaveAReview: `(en) Leave a review`, youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/portuguese.ts b/src/portuguese.ts index 01c6d41..f32fefd 100644 --- a/src/portuguese.ts +++ b/src/portuguese.ts @@ -4,15 +4,22 @@ export const text: text = { congratulations: `(en) Congratulations!`, deleteShop: `(en) Delete shop`, decline: `(en) Decline`, + lackOfInformation: `(en) Lack of information`, letsUploadYourFirstProduct: `(en) Let's upload your first product`, + notAcceptingOrders: `(en) Not accepting orders`, openDispute: `(en) Open dispute`, order: `(en) Order`, ordered: (...v) => `(en) Ordered ${v[0]}`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + 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`, viewReview: `(en) View review`, leaveAReview: `(en) Leave a review`, youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/russian.ts b/src/russian.ts index c52add1..a3920e9 100644 --- a/src/russian.ts +++ b/src/russian.ts @@ -1,7 +1,14 @@ export const text: text = { accountDeleted: `(en) Account deleted`, + lackOfInformation: `(en) Lack of information`, + notAcceptingOrders: `(en) Not accepting orders`, order: `(en) Order`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + timeConstraints: `(en) Time constraints`, leaveAReview: `(en) Leave a review`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/spanish.ts b/src/spanish.ts index a1126d0..514b8a8 100644 --- a/src/spanish.ts +++ b/src/spanish.ts @@ -4,15 +4,22 @@ export const text: text = { congratulations: `(en) Congratulations!`, deleteShop: `(en) Delete shop`, decline: `(en) Decline`, + lackOfInformation: `(en) Lack of information`, letsUploadYourFirstProduct: `(en) Let's upload your first product`, + notAcceptingOrders: `(en) Not accepting orders`, openDispute: `(en) Open dispute`, order: `(en) Order`, ordered: (...v) => `(en) Ordered ${v[0]}`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + 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`, viewReview: `(en) View review`, leaveAReview: `(en) Leave a review`, youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/thai.ts b/src/thai.ts index f9c433c..93c9200 100644 --- a/src/thai.ts +++ b/src/thai.ts @@ -4,15 +4,22 @@ export const text: text = { congratulations: `(en) Congratulations!`, deleteShop: `(en) Delete shop`, decline: `(en) Decline`, + lackOfInformation: `(en) Lack of information`, letsUploadYourFirstProduct: `(en) Let's upload your first product`, + notAcceptingOrders: `(en) Not accepting orders`, openDispute: `(en) Open dispute`, order: `(en) Order`, ordered: (...v) => `(en) Ordered ${v[0]}`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + 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`, viewReview: `(en) View review`, leaveAReview: `(en) Leave a review`, youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: `: `, _comma: `, `, _dot: `. `, diff --git a/src/vietnamese.ts b/src/vietnamese.ts index 0876b7e..9525f7c 100644 --- a/src/vietnamese.ts +++ b/src/vietnamese.ts @@ -4,15 +4,22 @@ export const text: text = { congratulations: `(en) Congratulations!`, deleteShop: `(en) Delete shop`, decline: `(en) Decline`, + lackOfInformation: `(en) Lack of information`, letsUploadYourFirstProduct: `(en) Let's upload your first product`, + notAcceptingOrders: `(en) Not accepting orders`, openDispute: `(en) Open dispute`, order: `(en) Order`, ordered: (...v) => `(en) Ordered ${v[0]}`, + personalCircumstances: `(en) Personal circumstances`, + scheduleConflicts: `(en) schedule conflicts`, + 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`, viewReview: `(en) View review`, leaveAReview: `(en) Leave a review`, youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`, + couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`, + yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`, _colon: `: `, _comma: `, `, _dot: `. `,