Skip to content

Commit

Permalink
ADDED: order related sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-natalya committed May 17, 2024
1 parent 3c562dd commit 40ff3eb
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/arabic-standard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const text: text = {
deleteShop: `(en) Delete shop`,
decline: `(en) Decline`,
haveAnyQuestions: `(en) Have any questions?`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
lackOfInformation: `(en) Lack of information`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
notAcceptingOrders: `(en) Not accepting orders`,
Expand All @@ -27,6 +28,8 @@ export const text: text = {
viewReview: `(en) View review`,
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
leaveAReview: `(en) Leave a review`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
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`,
Expand Down
3 changes: 3 additions & 0 deletions src/chinese-simplified.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const text: text = {
deleteShop: `(en) Delete shop`,
decline: `(en) Decline`,
haveAnyQuestions: `(en) Have any questions?`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
lackOfInformation: `(en) Lack of information`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
notAcceptingOrders: `(en) Not accepting orders`,
Expand All @@ -27,6 +28,8 @@ export const text: text = {
viewReview: `(en) View review`,
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
leaveAReview: `(en) Leave a review`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
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`,
Expand Down
4 changes: 4 additions & 0 deletions src/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ export const text = {
guestView: `Guest view`,
harassment: `Harassment`,
haveAnyQuestions: `Have any questions?`,
usernameHasCanceledTheOrder: (username: string) =>
`${username} has canceled the order`,
hasNotAddedADescriptionFor: (username: string, title: string) =>
`@${username} has not added a description for "${title}"`,
hasNotSharedAnyPublicDetailsYet: (username: string) =>
Expand Down Expand Up @@ -406,6 +408,8 @@ export const text = {
wrongEmailOrPassword: `Wrong email or password`,
yes: `yes`,
yesterday: `Yesterday`,
youReceivedANewOrderFrom: (username: string) =>
`You received a new order from <b>${username}</b>`,
youHaveSuccessfullyCreatedYourShop: `You have successfully created your shop`,
youAreAlreadyAuthenticated: `You are already authenticated`,
youCanAutoPublishToYourSocialMediaAccount: `You can auto publish to your social media account`,
Expand Down
3 changes: 3 additions & 0 deletions src/french.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const text: text = {
deleteShop: `(en) Delete shop`,
decline: `(en) Decline`,
haveAnyQuestions: `(en) Have any questions?`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
lackOfInformation: `(en) Lack of information`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
notAcceptingOrders: `(en) Not accepting orders`,
Expand All @@ -27,6 +28,8 @@ export const text: text = {
viewReview: `(en) View review`,
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
leaveAReview: `(en) Leave a review`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
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`,
Expand Down
3 changes: 3 additions & 0 deletions src/german.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const text: text = {
deleteShop: `(en) Delete shop`,
decline: `(en) Decline`,
haveAnyQuestions: `(en) Have any questions?`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
lackOfInformation: `(en) Lack of information`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
notAcceptingOrders: `(en) Not accepting orders`,
Expand All @@ -27,6 +28,8 @@ export const text: text = {
viewReview: `(en) View review`,
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
leaveAReview: `(en) Leave a review`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
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`,
Expand Down
3 changes: 3 additions & 0 deletions src/hindi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const text: text = {
deleteShop: `(en) Delete shop`,
decline: `(en) Decline`,
haveAnyQuestions: `(en) Have any questions?`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
lackOfInformation: `(en) Lack of information`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
notAcceptingOrders: `(en) Not accepting orders`,
Expand All @@ -27,6 +28,8 @@ export const text: text = {
viewReview: `(en) View review`,
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
leaveAReview: `(en) Leave a review`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
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`,
Expand Down
3 changes: 3 additions & 0 deletions src/indonesian.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const text: text = {
deleteShop: `(en) Delete shop`,
decline: `(en) Decline`,
haveAnyQuestions: `(en) Have any questions?`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
lackOfInformation: `(en) Lack of information`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
notAcceptingOrders: `(en) Not accepting orders`,
Expand All @@ -27,6 +28,8 @@ export const text: text = {
viewReview: `(en) View review`,
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
leaveAReview: `(en) Leave a review`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
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`,
Expand Down
3 changes: 3 additions & 0 deletions src/japanese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const text: text = {
deleteShop: `(en) Delete shop`,
decline: `(en) Decline`,
haveAnyQuestions: `(en) Have any questions?`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
lackOfInformation: `(en) Lack of information`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
notAcceptingOrders: `(en) Not accepting orders`,
Expand All @@ -27,6 +28,8 @@ export const text: text = {
viewReview: `(en) View review`,
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
leaveAReview: `(en) Leave a review`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
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`,
Expand Down
3 changes: 3 additions & 0 deletions src/korean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const text: text = {
deleteShop: `(en) Delete shop`,
decline: `(en) Decline`,
haveAnyQuestions: `(en) Have any questions?`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
lackOfInformation: `(en) Lack of information`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
notAcceptingOrders: `(en) Not accepting orders`,
Expand All @@ -27,6 +28,8 @@ export const text: text = {
viewReview: `(en) View review`,
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
leaveAReview: `(en) Leave a review`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
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`,
Expand Down
3 changes: 3 additions & 0 deletions src/portuguese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const text: text = {
deleteShop: `(en) Delete shop`,
decline: `(en) Decline`,
haveAnyQuestions: `(en) Have any questions?`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
lackOfInformation: `(en) Lack of information`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
notAcceptingOrders: `(en) Not accepting orders`,
Expand All @@ -27,6 +28,8 @@ export const text: text = {
viewReview: `(en) View review`,
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
leaveAReview: `(en) Leave a review`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
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`,
Expand Down
9 changes: 6 additions & 3 deletions src/russian.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const text: text = {
contactUs: `Свяжитесь с нами`,
haveAnyQuestions: `У Вас есть вопросы?`,
weWouldLoveToHearFromYou: `Будем рады обратной связи от вас`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
_colon: `: `,
_comma: `, `,
_dot: `. `,
Expand Down Expand Up @@ -92,6 +92,7 @@ export const text: text = {
contactInformation: `Контактная информация`,
contactSeller: `Связаться с продавцом`,
contactSupport: `Связаться со службой поддержки`,
contactUs: `Свяжитесь с нами`,
continue: `Продолжить`,
contractTitle: `Название контракта`,
copyLink: `Скопировать ссылку`,
Expand Down Expand Up @@ -162,6 +163,7 @@ export const text: text = {
getStarted: `Начать`,
guestView: `Гостевой просмотр`,
harassment: `Домогательство`,
haveAnyQuestions: `У Вас есть вопросы?`,
hasNotAddedADescriptionFor: (...v) =>
`@${v[0]} не добавил описание для "${v[1]}"`,
hasNotSharedAnyPublicDetailsYet: (...v) =>
Expand Down Expand Up @@ -396,6 +398,7 @@ export const text: text = {
weSentYouANewVerificationEmailPleaseEnterTheCode: `Мы отправили вам новый email с подтверждением. Введите код`,
weSupportOnlyTheFollowingFileExtensions: `Мы поддерживаем только следующие расширения файлов:`,
work: `Работа`,
weWouldLoveToHearFromYou: `Будем рады обратной связи от вас`,
workDescription: `Описание работы`,
leaveAReview: `Оставить отзыв`,
wrongEmailOrPassword: `Неправильный email или пароль`,
Expand Down
3 changes: 3 additions & 0 deletions src/spanish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const text: text = {
deleteShop: `(en) Delete shop`,
decline: `(en) Decline`,
haveAnyQuestions: `(en) Have any questions?`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
lackOfInformation: `(en) Lack of information`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
notAcceptingOrders: `(en) Not accepting orders`,
Expand All @@ -27,6 +28,8 @@ export const text: text = {
viewReview: `(en) View review`,
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
leaveAReview: `(en) Leave a review`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
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`,
Expand Down
3 changes: 3 additions & 0 deletions src/thai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const text: text = {
deleteShop: `(en) Delete shop`,
decline: `(en) Decline`,
haveAnyQuestions: `(en) Have any questions?`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
lackOfInformation: `(en) Lack of information`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
notAcceptingOrders: `(en) Not accepting orders`,
Expand All @@ -27,6 +28,8 @@ export const text: text = {
viewReview: `(en) View review`,
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
leaveAReview: `(en) Leave a review`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
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`,
Expand Down
3 changes: 3 additions & 0 deletions src/vietnamese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const text: text = {
deleteShop: `(en) Delete shop`,
decline: `(en) Decline`,
haveAnyQuestions: `(en) Have any questions?`,
usernameHasCanceledTheOrder: (...v) => `(en) ${v[0]} has canceled the order`,
lackOfInformation: `(en) Lack of information`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
notAcceptingOrders: `(en) Not accepting orders`,
Expand All @@ -27,6 +28,8 @@ export const text: text = {
viewReview: `(en) View review`,
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
leaveAReview: `(en) Leave a review`,
youReceivedANewOrderFrom: (...v) =>
`(en) You received a new order from <b>${v[0]}</b>`,
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`,
Expand Down

0 comments on commit 40ff3eb

Please sign in to comment.