@anime.club/translations 1.1.37 → 1.1.39
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.
- package/package.json +1 -1
- package/src/english.ts +15 -1
package/package.json
CHANGED
package/src/english.ts
CHANGED
@@ -7,6 +7,7 @@ export const text = {
|
|
7
7
|
_space: ` `,
|
8
8
|
about: `About`,
|
9
9
|
accept: `Accept`,
|
10
|
+
acceptOrder: `Accept order`,
|
10
11
|
account: `Account`,
|
11
12
|
accountActivation: `Account activation`,
|
12
13
|
accountAlreadyExists: `Account already exists`,
|
@@ -44,6 +45,8 @@ export const text = {
|
|
44
45
|
artBy: (username: string) => `Art by ${username}`,
|
45
46
|
artCannotBeChanged: `Art cannot be changed`,
|
46
47
|
artworksAvailableToView: (num: number) => `${num} artworks available to view`,
|
48
|
+
awaitingSeller: `Awaiting seller`,
|
49
|
+
awaitingReview: `Awaiting review`,
|
47
50
|
authenticationFailed: `Authentication failed`,
|
48
51
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
52
|
back: `Back`,
|
@@ -51,7 +54,8 @@ export const text = {
|
|
51
54
|
blog: `Blog`,
|
52
55
|
bookmarks: `Bookmarks`,
|
53
56
|
browseArt: `Browse art`,
|
54
|
-
cancel: `
|
57
|
+
cancel: `Cancel`,
|
58
|
+
canceled: `Canceled`,
|
55
59
|
cannotStartWithChars: `Cannot start with {:"^$*[]{}()?-"!@#%&/\\,><':;|~\`"`,
|
56
60
|
change: `Change`,
|
57
61
|
changeArt: `Change art`,
|
@@ -62,6 +66,7 @@ export const text = {
|
|
62
66
|
city: `City`,
|
63
67
|
clearAll: `Clear all`,
|
64
68
|
close: `Close`,
|
69
|
+
clientReview: `Client review`,
|
65
70
|
colorTheme: `Color theme`,
|
66
71
|
comingSoon: `Coming soon…`,
|
67
72
|
commercialUse: `Commercial use`,
|
@@ -70,8 +75,12 @@ export const text = {
|
|
70
75
|
confirmPassword: `Confirm password`,
|
71
76
|
connectWithUsOn: `Connect with us on`,
|
72
77
|
contactInformation: `Contact information`,
|
78
|
+
contactSeller: `Contact seller`,
|
79
|
+
contactCustomer: `Contact customer`,
|
80
|
+
contactSupport: `Contact support`,
|
73
81
|
continue: `Continue`,
|
74
82
|
contractTitle: `Contract Title`,
|
83
|
+
completed: `Completed`,
|
75
84
|
copyLink: `Copy link`,
|
76
85
|
couldNotCreateANewRecord: `Could not create a new record`,
|
77
86
|
country: `Country`,
|
@@ -87,6 +96,7 @@ export const text = {
|
|
87
96
|
darkHighContrast: `Dark high contrast`,
|
88
97
|
dayTheme: `Day theme`,
|
89
98
|
delete: `Delete`,
|
99
|
+
disputed: `Disputed`,
|
90
100
|
deleteArt: `Delete art`,
|
91
101
|
deletePost: `Delete post`,
|
92
102
|
deleteProduct: `Delete product`,
|
@@ -147,6 +157,7 @@ export const text = {
|
|
147
157
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `Img width needs to be bigger than or equal to`,
|
148
158
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `Include keywords that buyers would likely use to search for a product like yours`,
|
149
159
|
introduction: `Introduction`,
|
160
|
+
inProgress: `In progress`,
|
150
161
|
invalidCode: `Invalid code`,
|
151
162
|
invalidCurrentPassword: `Invalid current password`,
|
152
163
|
invalidDate: `Invalid date`,
|
@@ -193,6 +204,7 @@ export const text = {
|
|
193
204
|
`Need at least 1 character from [${characters}]`,
|
194
205
|
needNCharacter: (character: string) => `Need ${character} character`,
|
195
206
|
newAccount: `New account`,
|
207
|
+
newOffer: `New offer`,
|
196
208
|
newArt: `New art`,
|
197
209
|
newArtworks: `New artworks`,
|
198
210
|
newBlog: `New blog`,
|
@@ -221,6 +233,7 @@ export const text = {
|
|
221
233
|
optional: `Optional`,
|
222
234
|
or: `or`,
|
223
235
|
orderOptions: `Order Options`,
|
236
|
+
orderAgain: `Order again`,
|
224
237
|
pageNotFound: `Page not found`,
|
225
238
|
password: `Password`,
|
226
239
|
payments: `Payments`,
|
@@ -314,6 +327,7 @@ export const text = {
|
|
314
327
|
valueIsNotTheSame: `Value is not the same`,
|
315
328
|
verificationCode: `Verification Code`,
|
316
329
|
verifyCode: `Verify code`,
|
330
|
+
viewDetails: `View details`,
|
317
331
|
viewEveryNotificationOfAGroupSeparately: `View every notification of a group separately`,
|
318
332
|
visitOurDiscordChannelToGetMoreDetails: `Visit our discord channel to get more details`,
|
319
333
|
weAreOnInstagram: `We are on Instagram`,
|