@anime.club/translations 1.1.12 → 1.1.14
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 +6 -1
package/package.json
CHANGED
package/src/english.ts
CHANGED
@@ -14,6 +14,7 @@ export const text = {
|
|
14
14
|
add: `Add`,
|
15
15
|
addArt: `Add art`,
|
16
16
|
addBlog: `Add blog`,
|
17
|
+
addFile: `Add file`,
|
17
18
|
additionalResources: `Additional resources`,
|
18
19
|
addMore: `Add more`,
|
19
20
|
addNewArt: `Add new art`,
|
@@ -60,6 +61,7 @@ export const text = {
|
|
60
61
|
close: `Close`,
|
61
62
|
colorTheme: `Color theme`,
|
62
63
|
comingSoon: `Coming soon…`,
|
64
|
+
commercialUse: `Commercial use`,
|
63
65
|
community: `Community`,
|
64
66
|
confirmAccount: `Confirm account`,
|
65
67
|
confirmPassword: `Confirm password`,
|
@@ -80,6 +82,7 @@ export const text = {
|
|
80
82
|
delete: `Delete`,
|
81
83
|
deleteArt: `Delete art`,
|
82
84
|
deletePost: `Delete post`,
|
85
|
+
deliveryTime: `Delivery time`,
|
83
86
|
description: `Description`,
|
84
87
|
details: `Details`,
|
85
88
|
didntReceiveEmail: `Didn't receive email?`,
|
@@ -129,8 +132,8 @@ export const text = {
|
|
129
132
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `Img width needs to be bigger than or equal to`,
|
130
133
|
introduction: `Introduction`,
|
131
134
|
invalidCode: `Invalid code`,
|
132
|
-
invalidDate: `Invalid date`,
|
133
135
|
invalidCurrentPassword: `Invalid current password`,
|
136
|
+
invalidDate: `Invalid date`,
|
134
137
|
invalidPartAfterAt: `Invalid part after @`,
|
135
138
|
invalidPartBeforeAt: `Invalid part before @`,
|
136
139
|
jobDetails: `Job Details`,
|
@@ -175,6 +178,7 @@ export const text = {
|
|
175
178
|
newArtworks: `New artworks`,
|
176
179
|
newBlog: `New blog`,
|
177
180
|
newPassword: `New password`,
|
181
|
+
newProduct: `New product`,
|
178
182
|
newsFeed: `News feed`,
|
179
183
|
next: `Next`,
|
180
184
|
nextTimeYouAuthenticateYouCouldUseThe: `Next time you authenticate, you could use the connected account, instead of the login and password`,
|
@@ -220,6 +224,7 @@ export const text = {
|
|
220
224
|
rankings: `Rankings`,
|
221
225
|
reorderFiles: `Reorder files`,
|
222
226
|
report: `Report`,
|
227
|
+
revisions: `Revisions`,
|
223
228
|
save: `Save`,
|
224
229
|
saveAvatar: `Save avatar`,
|
225
230
|
saveChanges: `Save changes`,
|