@anime.club/translations 1.1.30 → 1.1.31
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 +4 -0
package/package.json
CHANGED
package/src/english.ts
CHANGED
@@ -20,6 +20,7 @@ export const text = {
|
|
20
20
|
addNewArt: `Add new art`,
|
21
21
|
addPreview: `Add preview`,
|
22
22
|
addSignInVia: `Add sign in via`,
|
23
|
+
addToCart: `Add to cart`,
|
23
24
|
advancedOptions: `Advanced options`,
|
24
25
|
all: `All`,
|
25
26
|
alreadySignedIn: `Already signed in`,
|
@@ -80,6 +81,7 @@ export const text = {
|
|
80
81
|
createYourShop: `Create your shop`,
|
81
82
|
currentPassword: `Current password`,
|
82
83
|
daily: `Daily`,
|
84
|
+
// dayDelivery: (numOfDays: number) => `${numOfDays} day delivery`,
|
83
85
|
darkDefault: `Dark default`,
|
84
86
|
darkHighContrast: `Dark high contrast`,
|
85
87
|
dayTheme: `Day theme`,
|
@@ -217,6 +219,7 @@ export const text = {
|
|
217
219
|
openToWork: `Open to work`,
|
218
220
|
optional: `Optional`,
|
219
221
|
or: `or`,
|
222
|
+
orderOptions: `Order Options`,
|
220
223
|
pageNotFound: `Page not found`,
|
221
224
|
password: `Password`,
|
222
225
|
payments: `Payments`,
|
@@ -287,6 +290,7 @@ export const text = {
|
|
287
290
|
titleYourExtraService: `Title your extra service`,
|
288
291
|
today: `Today`,
|
289
292
|
toGetWorkRelatedNotifications: `To get work-related notifications`,
|
293
|
+
total: `Total`,
|
290
294
|
typeYourTextHere: `Type your text here...`,
|
291
295
|
unlimited: `Unlimited`,
|
292
296
|
upload: `Upload`,
|