Skip to content

Commit

Permalink
ADDED: new phrases for order completion and feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-natalya committed Jan 11, 2025
1 parent 3d8355c commit 05971df
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/arabic-standard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const text: text = {
checkOutMyShop: `(en) Check out my shop`,
commercialUseAllowed: `(en) Commercial use allowed`,
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
createAShopWithStripe: `(en) Create a shop with Stripe`,
createdBy: `(en) Created by`,
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
Expand All @@ -15,9 +16,12 @@ export const text: text = {
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
requestDetails: `(en) Request details`,
pleaseRateYourOrder: `(en) Please rate your order`,
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
pleaseRespondToTheOrderBy: (...v) =>
`(en) Please respond to the order by ${v[0]}`,
yourOrderIncludesXRevisionS: (...v) =>
`(en) Your order includes ${v[0]} revision(s)`,
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
Expand All @@ -27,6 +31,7 @@ export const text: text = {
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
uploadFiles: `(en) Upload files`,
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
_colon: `: `,
_comma: `، `,
_dot: `. `,
Expand Down
5 changes: 5 additions & 0 deletions src/chinese-simplified.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const text: text = {
checkOutMyShop: `(en) Check out my shop`,
commercialUseAllowed: `(en) Commercial use allowed`,
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
createAShopWithStripe: `(en) Create a shop with Stripe`,
createdBy: `(en) Created by`,
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
Expand All @@ -15,9 +16,12 @@ export const text: text = {
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
requestDetails: `(en) Request details`,
pleaseRateYourOrder: `(en) Please rate your order`,
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
pleaseRespondToTheOrderBy: (...v) =>
`(en) Please respond to the order by ${v[0]}`,
yourOrderIncludesXRevisionS: (...v) =>
`(en) Your order includes ${v[0]} revision(s)`,
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
Expand All @@ -27,6 +31,7 @@ export const text: text = {
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
uploadFiles: `(en) Upload files`,
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
_colon: `:`,
_comma: `、`,
_dot: `。`,
Expand Down
5 changes: 5 additions & 0 deletions src/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const text = {
contractTitle: `Contract Title`,
copyLink: `Copy link`,
congratulations: `Congratulations!`,
congratulationsOnSuccessfullyCompletingYourOrder: `Congratulations on successfully completing your order!`,
copyrightViolation: `Copyright violation`,
couldNotCreateANewRecord: `Could not create a new record`,
country: `Country`,
Expand Down Expand Up @@ -295,6 +296,7 @@ export const text = {
personal: `Personal`,
personalCircumstances: `Personal circumstances`,
pleaseCheckYour: (value: string) => `Please check your ${value}`,
pleaseRateYourOrder: `Please rate your order`,
feelFreeToShareReferenceImagesAndMaterials: `Feel free to share reference images and materials to help the artist create your piece`,
pleaseDoNotShareYourPrivateInformationToOthers: `Please do not share your private information to others`,
pleaseEnterANumberBetweenXandX: (min: number, max: number) =>
Expand All @@ -307,6 +309,8 @@ export const text = {
platform: `Platform`,
pleaseStartTyping: `Please start typing`,
pleaseReviewTheBuyersReferenceFiles: `Please review the buyer's reference files and follow them as specified in the order's description`,
pleaseRespondToTheOrderBy: (date: string) =>
`Please respond to the order by ${date}`,
pleaseTryAgainOrClick: (buttonName: string) =>
`Please try again or click ${buttonName}`,
pleaseVerifyYourAccount: `Please verify your account`,
Expand Down Expand Up @@ -449,6 +453,7 @@ export const text = {
youCanAutoPublishToYourSocialMediaAccount: `You can auto publish to your social media account`,
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `You can modify the types of notifications you receive via email`,
youCanRequestRemovalOfYourAccount: `You can request removal of your account with all your data`,
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `Your feedback guides buyers and helps sellers offer better products`,
youCanStillNavigateToThePreviouslyOpenedPages: `You can still navigate to the previously opened pages`,
youDidNotSelectAnyChats: `You did not select any chats`,
youDidNotUpdateAnyValues: `You did not update any values`,
Expand Down
5 changes: 5 additions & 0 deletions src/french.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const text: text = {
checkOutMyShop: `(en) Check out my shop`,
commercialUseAllowed: `(en) Commercial use allowed`,
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
createAShopWithStripe: `(en) Create a shop with Stripe`,
createdBy: `(en) Created by`,
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
Expand All @@ -15,9 +16,12 @@ export const text: text = {
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
requestDetails: `(en) Request details`,
pleaseRateYourOrder: `(en) Please rate your order`,
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
pleaseRespondToTheOrderBy: (...v) =>
`(en) Please respond to the order by ${v[0]}`,
yourOrderIncludesXRevisionS: (...v) =>
`(en) Your order includes ${v[0]} revision(s)`,
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
Expand All @@ -27,6 +31,7 @@ export const text: text = {
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
uploadFiles: `(en) Upload files`,
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
_colon: ` : `,
_comma: `, `,
_dot: `. `,
Expand Down
5 changes: 5 additions & 0 deletions src/german.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const text: text = {
checkOutMyShop: `(en) Check out my shop`,
commercialUseAllowed: `(en) Commercial use allowed`,
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
createAShopWithStripe: `(en) Create a shop with Stripe`,
createdBy: `(en) Created by`,
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
Expand All @@ -15,9 +16,12 @@ export const text: text = {
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
requestDetails: `(en) Request details`,
pleaseRateYourOrder: `(en) Please rate your order`,
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
pleaseRespondToTheOrderBy: (...v) =>
`(en) Please respond to the order by ${v[0]}`,
yourOrderIncludesXRevisionS: (...v) =>
`(en) Your order includes ${v[0]} revision(s)`,
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
Expand All @@ -27,6 +31,7 @@ export const text: text = {
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
uploadFiles: `(en) Upload files`,
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down
5 changes: 5 additions & 0 deletions src/hindi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const text: text = {
checkOutMyShop: `(en) Check out my shop`,
commercialUseAllowed: `(en) Commercial use allowed`,
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
createAShopWithStripe: `(en) Create a shop with Stripe`,
createdBy: `(en) Created by`,
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
Expand All @@ -15,9 +16,12 @@ export const text: text = {
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
requestDetails: `(en) Request details`,
pleaseRateYourOrder: `(en) Please rate your order`,
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
pleaseRespondToTheOrderBy: (...v) =>
`(en) Please respond to the order by ${v[0]}`,
yourOrderIncludesXRevisionS: (...v) =>
`(en) Your order includes ${v[0]} revision(s)`,
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
Expand All @@ -27,6 +31,7 @@ export const text: text = {
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
uploadFiles: `(en) Upload files`,
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
_colon: `: `,
_comma: `, `,
_dot: `| `,
Expand Down
5 changes: 5 additions & 0 deletions src/indonesian.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const text: text = {
checkOutMyShop: `(en) Check out my shop`,
commercialUseAllowed: `(en) Commercial use allowed`,
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
createAShopWithStripe: `(en) Create a shop with Stripe`,
createdBy: `(en) Created by`,
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
Expand All @@ -15,9 +16,12 @@ export const text: text = {
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
requestDetails: `(en) Request details`,
pleaseRateYourOrder: `(en) Please rate your order`,
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
pleaseRespondToTheOrderBy: (...v) =>
`(en) Please respond to the order by ${v[0]}`,
yourOrderIncludesXRevisionS: (...v) =>
`(en) Your order includes ${v[0]} revision(s)`,
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
Expand All @@ -27,6 +31,7 @@ export const text: text = {
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
uploadFiles: `(en) Upload files`,
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down
5 changes: 5 additions & 0 deletions src/japanese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const text: text = {
checkOutMyShop: `(en) Check out my shop`,
commercialUseAllowed: `(en) Commercial use allowed`,
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
createAShopWithStripe: `(en) Create a shop with Stripe`,
createdBy: `(en) Created by`,
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
Expand All @@ -15,9 +16,12 @@ export const text: text = {
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
requestDetails: `(en) Request details`,
pleaseRateYourOrder: `(en) Please rate your order`,
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
pleaseRespondToTheOrderBy: (...v) =>
`(en) Please respond to the order by ${v[0]}`,
yourOrderIncludesXRevisionS: (...v) =>
`(en) Your order includes ${v[0]} revision(s)`,
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
Expand All @@ -27,6 +31,7 @@ export const text: text = {
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
uploadFiles: `(en) Upload files`,
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
_colon: `:`,
_comma: `、`,
_dot: `。`,
Expand Down
5 changes: 5 additions & 0 deletions src/korean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const text: text = {
checkOutMyShop: `(en) Check out my shop`,
commercialUseAllowed: `(en) Commercial use allowed`,
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
createAShopWithStripe: `(en) Create a shop with Stripe`,
createdBy: `(en) Created by`,
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
Expand All @@ -15,9 +16,12 @@ export const text: text = {
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
requestDetails: `(en) Request details`,
pleaseRateYourOrder: `(en) Please rate your order`,
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
pleaseRespondToTheOrderBy: (...v) =>
`(en) Please respond to the order by ${v[0]}`,
yourOrderIncludesXRevisionS: (...v) =>
`(en) Your order includes ${v[0]} revision(s)`,
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
Expand All @@ -27,6 +31,7 @@ export const text: text = {
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
uploadFiles: `(en) Upload files`,
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down
Loading

0 comments on commit 05971df

Please sign in to comment.