Skip to content

Commit

Permalink
ADDED: new text entries for file upload notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-natalya committed Feb 22, 2025
1 parent 311d80e commit ecc4526
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/arabic-standard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down
3 changes: 3 additions & 0 deletions src/chinese-simplified.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down
3 changes: 3 additions & 0 deletions src/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const text = {
addToCart: `Add to cart`,
advancedOptions: `Advanced options`,
all: `All`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `All files you upload here will be available to the buyer`,
alreadySignedIn: `Already signed in`,
amount: `Amount`,
amountShouldNotBeLessThan: (amount: number) =>
Expand Down Expand Up @@ -386,6 +387,7 @@ export const text = {
themeMode: `Theme mode`,
thisIsThePriceYouPropose: `This is the price you propose`,
thisFieldIsOptional: `This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `This cannot be undone. Ensure you've uploaded the final version before submitting`,
threateningViolence: `Threatening violence`,
title: `Title`,
timeConstraints: `Time constraints`,
Expand All @@ -401,6 +403,7 @@ export const text = {
`To view this data, you need to unblock @${username}`,
trademarkViolation: `Trademark violation`,
typeYourTextHere: `Type your text here...`,
theSellerHasUploadedTheseFilesForYou: `The seller has uploaded these files for you. Download them below!`,
unblock: `Unblock`,
unblockUser: (username: string) => `Unblock @${username}`,
unfollow: `Unfollow`,
Expand Down
3 changes: 3 additions & 0 deletions src/french.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down
3 changes: 3 additions & 0 deletions src/german.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down
3 changes: 3 additions & 0 deletions src/hindi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down
3 changes: 3 additions & 0 deletions src/indonesian.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down
3 changes: 3 additions & 0 deletions src/japanese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down
3 changes: 3 additions & 0 deletions src/korean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down
3 changes: 3 additions & 0 deletions src/portuguese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down
3 changes: 3 additions & 0 deletions src/russian.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down
3 changes: 3 additions & 0 deletions src/spanish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down
3 changes: 3 additions & 0 deletions src/thai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down
3 changes: 3 additions & 0 deletions src/vietnamese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const text: text = {
_dash: `(en) - `,
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
addMoreProductsToYourShop: `(en) Add more products to your shop`,
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
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`,
Expand Down Expand Up @@ -35,6 +36,8 @@ export const text: text = {
successfullyDownloaded: `(en) Successfully downloaded!`,
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
thisFieldIsOptional: `(en) This field is optional`,
thisCannotBeUndoneEnsureYouveUploaded: `(en) This cannot be undone. Ensure you've uploaded the final version before submitting`,
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you. Download them below!`,
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
Expand Down

0 comments on commit ecc4526

Please sign in to comment.