@anime.club/translations 1.1.15 → 1.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/english.ts +7 -0
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.1.15",
7
+ "version": "1.1.16",
8
8
  "type": "module",
9
9
  "files": [
10
10
  "src",
package/src/english.ts CHANGED
@@ -83,6 +83,7 @@ export const text = {
83
83
  deleteArt: `Delete art`,
84
84
  deletePost: `Delete post`,
85
85
  deliveryTime: `Delivery time`,
86
+ describeTheDetailsOfYourProduct: `Describe the details of your product`,
86
87
  description: `Description`,
87
88
  details: `Details`,
88
89
  didntReceiveEmail: `Didn't receive email?`,
@@ -130,6 +131,7 @@ export const text = {
130
131
  id: `ID`,
131
132
  imgHeightNeedsToBeBiggerThanOrEqualTo: `Img height needs to be bigger than or equal to`,
132
133
  imgWidthNeedsToBeBiggerThanOrEqualTo: `Img width needs to be bigger than or equal to`,
134
+ includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `Include keywords that buyers would likely use to search for a product like yours`,
133
135
  introduction: `Introduction`,
134
136
  invalidCode: `Invalid code`,
135
137
  invalidCurrentPassword: `Invalid current password`,
@@ -154,6 +156,7 @@ export const text = {
154
156
  logInOrSignUp: `Log in or sign up`,
155
157
  logOut: `Log out`,
156
158
  maximumNChars: (num: number) => `Maximum ${num} chars`,
159
+ maximumNumberOfDaysToCompleteTheOrder: `Maximum number of days to complete the order`,
157
160
  maxSize: `Max size`,
158
161
  menu: `Menu`,
159
162
  message: `Message`,
@@ -191,6 +194,7 @@ export const text = {
191
194
  noResults: `No results`,
192
195
  notifications: `Notifications`,
193
196
  nsfwContent18Plus: `NSFW Content (18+)`,
197
+ numberOfAdjustmentsAClientCouldRequest: `Number of adjustments a client could request`,
194
198
  online: `Online`,
195
199
  onlyLatinLettersNumbersOrSpecialSymbols: `Only latin letters, numbers, special symbols`,
196
200
  onlyNumbers: `Only numbers`,
@@ -207,6 +211,8 @@ export const text = {
207
211
  pleaseCheckYour: (value: string) => `Please check your ${value}`,
208
212
  pleaseDoNotShareYourPrivateInformationToOthers: `Please do not share your private information to others`,
209
213
  pleaseDropOnlyOneImage: `Please drop only one image`,
214
+ pleaseEnterANumberBetweenXandX: (min: number, max: number) =>
215
+ `Please enter a number between ${min} and ${max}`,
210
216
  pleaseEnterAtLeastNChars: (num: number) =>
211
217
  `Please enter at least ${num} characters `,
212
218
  pleaseFillOutYourDetails: `Please fill out your details`,
@@ -265,6 +271,7 @@ export const text = {
265
271
  today: `Today`,
266
272
  toGetWorkRelatedNotifications: `To get work-related notifications`,
267
273
  typeYourTextHere: `Type your text here...`,
274
+ unlimited: `Unlimited`,
268
275
  upload: `Upload`,
269
276
  uploadAnotherArt: `Upload another art`,
270
277
  uploadAnotherAvatar: `Upload another avatar`,