@anime.club/translations 1.1.75 → 1.1.77
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/arabic-standard.ts +4 -0
- package/src/chinese-simplified.ts +4 -0
- package/src/english.ts +4 -0
- package/src/french.ts +4 -0
- package/src/german.ts +4 -0
- package/src/hindi.ts +4 -0
- package/src/indonesian.ts +4 -0
- package/src/japanese.ts +4 -0
- package/src/korean.ts +4 -0
- package/src/portuguese.ts +4 -0
- package/src/russian.ts +5 -1
- package/src/spanish.ts +4 -0
- package/src/thai.ts +4 -0
- package/src/vietnamese.ts +4 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
buyer: `(en) Buyer`,
|
3
4
|
checkOrderStatus: `(en) Check order status`,
|
4
5
|
congratulations: `(en) Congratulations!`,
|
5
6
|
deleteShop: `(en) Delete shop`,
|
@@ -13,6 +14,9 @@ export const text: text = {
|
|
13
14
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
15
|
otherReason: `(en) Other reason`,
|
15
16
|
personalCircumstances: `(en) Personal circumstances`,
|
17
|
+
platform: `(en) Platform`,
|
18
|
+
pleaseStartTyping: `(en) Please start typing`,
|
19
|
+
seller: `(en) Seller`,
|
16
20
|
timeConstraints: `(en) Time constraints`,
|
17
21
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
22
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
buyer: `(en) Buyer`,
|
3
4
|
checkOrderStatus: `(en) Check order status`,
|
4
5
|
congratulations: `(en) Congratulations!`,
|
5
6
|
deleteShop: `(en) Delete shop`,
|
@@ -13,6 +14,9 @@ export const text: text = {
|
|
13
14
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
15
|
otherReason: `(en) Other reason`,
|
15
16
|
personalCircumstances: `(en) Personal circumstances`,
|
17
|
+
platform: `(en) Platform`,
|
18
|
+
pleaseStartTyping: `(en) Please start typing`,
|
19
|
+
seller: `(en) Seller`,
|
16
20
|
timeConstraints: `(en) Time constraints`,
|
17
21
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
22
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/english.ts
CHANGED
@@ -59,6 +59,7 @@ export const text = {
|
|
59
59
|
bookmarks: `Bookmarks`,
|
60
60
|
browseArt: `Browse art`,
|
61
61
|
browseShop: `Browse shop`,
|
62
|
+
buyer: `Buyer`,
|
62
63
|
cancel: `Cancel`,
|
63
64
|
canceled: `Canceled`,
|
64
65
|
cancelOrder: `Cancel order`,
|
@@ -277,6 +278,8 @@ export const text = {
|
|
277
278
|
`Please enter at least ${num} characters `,
|
278
279
|
pleaseFillOutYourDetails: `Please fill out your details`,
|
279
280
|
pleaseSignInToYourAccount: `Please sign in to your account`,
|
281
|
+
platform: `Platform`,
|
282
|
+
pleaseStartTyping: `Please start typing`,
|
280
283
|
pleaseTryAgainOrClick: (buttonName: string) =>
|
281
284
|
`Please try again or click ${buttonName}`,
|
282
285
|
pleaseVerifyYourAccount: `Please verify your account`,
|
@@ -304,6 +307,7 @@ export const text = {
|
|
304
307
|
selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `Select a single theme, or sync with your system and automatically switch between day and night themes`,
|
305
308
|
selectAvatar: `Select avatar`,
|
306
309
|
selectCharacters: `Select Character(s)`,
|
310
|
+
seller: `Seller`,
|
307
311
|
selectFile: `Select file`,
|
308
312
|
selectTheme: `Select theme`,
|
309
313
|
selectThumbnail: `Select thumbnail`,
|
package/src/french.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
buyer: `(en) Buyer`,
|
3
4
|
checkOrderStatus: `(en) Check order status`,
|
4
5
|
congratulations: `(en) Congratulations!`,
|
5
6
|
deleteShop: `(en) Delete shop`,
|
@@ -13,6 +14,9 @@ export const text: text = {
|
|
13
14
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
15
|
otherReason: `(en) Other reason`,
|
15
16
|
personalCircumstances: `(en) Personal circumstances`,
|
17
|
+
platform: `(en) Platform`,
|
18
|
+
pleaseStartTyping: `(en) Please start typing`,
|
19
|
+
seller: `(en) Seller`,
|
16
20
|
timeConstraints: `(en) Time constraints`,
|
17
21
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
22
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/german.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
buyer: `(en) Buyer`,
|
3
4
|
checkOrderStatus: `(en) Check order status`,
|
4
5
|
congratulations: `(en) Congratulations!`,
|
5
6
|
deleteShop: `(en) Delete shop`,
|
@@ -13,6 +14,9 @@ export const text: text = {
|
|
13
14
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
15
|
otherReason: `(en) Other reason`,
|
15
16
|
personalCircumstances: `(en) Personal circumstances`,
|
17
|
+
platform: `(en) Platform`,
|
18
|
+
pleaseStartTyping: `(en) Please start typing`,
|
19
|
+
seller: `(en) Seller`,
|
16
20
|
timeConstraints: `(en) Time constraints`,
|
17
21
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
22
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/hindi.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
buyer: `(en) Buyer`,
|
3
4
|
checkOrderStatus: `(en) Check order status`,
|
4
5
|
congratulations: `(en) Congratulations!`,
|
5
6
|
deleteShop: `(en) Delete shop`,
|
@@ -13,6 +14,9 @@ export const text: text = {
|
|
13
14
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
15
|
otherReason: `(en) Other reason`,
|
15
16
|
personalCircumstances: `(en) Personal circumstances`,
|
17
|
+
platform: `(en) Platform`,
|
18
|
+
pleaseStartTyping: `(en) Please start typing`,
|
19
|
+
seller: `(en) Seller`,
|
16
20
|
timeConstraints: `(en) Time constraints`,
|
17
21
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
22
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/indonesian.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
buyer: `(en) Buyer`,
|
3
4
|
checkOrderStatus: `(en) Check order status`,
|
4
5
|
congratulations: `(en) Congratulations!`,
|
5
6
|
deleteShop: `(en) Delete shop`,
|
@@ -13,6 +14,9 @@ export const text: text = {
|
|
13
14
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
15
|
otherReason: `(en) Other reason`,
|
15
16
|
personalCircumstances: `(en) Personal circumstances`,
|
17
|
+
platform: `(en) Platform`,
|
18
|
+
pleaseStartTyping: `(en) Please start typing`,
|
19
|
+
seller: `(en) Seller`,
|
16
20
|
timeConstraints: `(en) Time constraints`,
|
17
21
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
22
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/japanese.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
buyer: `(en) Buyer`,
|
3
4
|
checkOrderStatus: `(en) Check order status`,
|
4
5
|
congratulations: `(en) Congratulations!`,
|
5
6
|
deleteShop: `(en) Delete shop`,
|
@@ -13,6 +14,9 @@ export const text: text = {
|
|
13
14
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
15
|
otherReason: `(en) Other reason`,
|
15
16
|
personalCircumstances: `(en) Personal circumstances`,
|
17
|
+
platform: `(en) Platform`,
|
18
|
+
pleaseStartTyping: `(en) Please start typing`,
|
19
|
+
seller: `(en) Seller`,
|
16
20
|
timeConstraints: `(en) Time constraints`,
|
17
21
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
22
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/korean.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
buyer: `(en) Buyer`,
|
3
4
|
checkOrderStatus: `(en) Check order status`,
|
4
5
|
congratulations: `(en) Congratulations!`,
|
5
6
|
deleteShop: `(en) Delete shop`,
|
@@ -13,6 +14,9 @@ export const text: text = {
|
|
13
14
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
15
|
otherReason: `(en) Other reason`,
|
15
16
|
personalCircumstances: `(en) Personal circumstances`,
|
17
|
+
platform: `(en) Platform`,
|
18
|
+
pleaseStartTyping: `(en) Please start typing`,
|
19
|
+
seller: `(en) Seller`,
|
16
20
|
timeConstraints: `(en) Time constraints`,
|
17
21
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
22
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/portuguese.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
buyer: `(en) Buyer`,
|
3
4
|
checkOrderStatus: `(en) Check order status`,
|
4
5
|
congratulations: `(en) Congratulations!`,
|
5
6
|
deleteShop: `(en) Delete shop`,
|
@@ -13,6 +14,9 @@ export const text: text = {
|
|
13
14
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
15
|
otherReason: `(en) Other reason`,
|
15
16
|
personalCircumstances: `(en) Personal circumstances`,
|
17
|
+
platform: `(en) Platform`,
|
18
|
+
pleaseStartTyping: `(en) Please start typing`,
|
19
|
+
seller: `(en) Seller`,
|
16
20
|
timeConstraints: `(en) Time constraints`,
|
17
21
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
22
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/russian.ts
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
|
2
|
+
buyer: `(en) Buyer`,
|
3
|
+
platform: `(en) Platform`,
|
4
|
+
pleaseStartTyping: `(en) Please start typing`,
|
5
|
+
seller: `(en) Seller`,
|
3
6
|
_colon: `: `,
|
4
7
|
_comma: `, `,
|
5
8
|
_dot: `. `,
|
@@ -263,6 +266,7 @@ export const text: text = {
|
|
263
266
|
orderDetails: `Детали заказа`,
|
264
267
|
orderStatus: `Статус заказа`,
|
265
268
|
orderOptions: `Варианты заказа`,
|
269
|
+
otherReason: `Другая причина`,
|
266
270
|
pageNotFound: `Страница не найдена`,
|
267
271
|
password: `Пароль`,
|
268
272
|
payments: `Платежи`,
|
package/src/spanish.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
buyer: `(en) Buyer`,
|
3
4
|
checkOrderStatus: `(en) Check order status`,
|
4
5
|
congratulations: `(en) Congratulations!`,
|
5
6
|
deleteShop: `(en) Delete shop`,
|
@@ -13,6 +14,9 @@ export const text: text = {
|
|
13
14
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
15
|
otherReason: `(en) Other reason`,
|
15
16
|
personalCircumstances: `(en) Personal circumstances`,
|
17
|
+
platform: `(en) Platform`,
|
18
|
+
pleaseStartTyping: `(en) Please start typing`,
|
19
|
+
seller: `(en) Seller`,
|
16
20
|
timeConstraints: `(en) Time constraints`,
|
17
21
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
22
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/thai.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
buyer: `(en) Buyer`,
|
3
4
|
checkOrderStatus: `(en) Check order status`,
|
4
5
|
congratulations: `(en) Congratulations!`,
|
5
6
|
deleteShop: `(en) Delete shop`,
|
@@ -13,6 +14,9 @@ export const text: text = {
|
|
13
14
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
15
|
otherReason: `(en) Other reason`,
|
15
16
|
personalCircumstances: `(en) Personal circumstances`,
|
17
|
+
platform: `(en) Platform`,
|
18
|
+
pleaseStartTyping: `(en) Please start typing`,
|
19
|
+
seller: `(en) Seller`,
|
16
20
|
timeConstraints: `(en) Time constraints`,
|
17
21
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
22
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
package/src/vietnamese.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
accountDeleted: `(en) Account deleted`,
|
3
|
+
buyer: `(en) Buyer`,
|
3
4
|
checkOrderStatus: `(en) Check order status`,
|
4
5
|
congratulations: `(en) Congratulations!`,
|
5
6
|
deleteShop: `(en) Delete shop`,
|
@@ -13,6 +14,9 @@ export const text: text = {
|
|
13
14
|
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
14
15
|
otherReason: `(en) Other reason`,
|
15
16
|
personalCircumstances: `(en) Personal circumstances`,
|
17
|
+
platform: `(en) Platform`,
|
18
|
+
pleaseStartTyping: `(en) Please start typing`,
|
19
|
+
seller: `(en) Seller`,
|
16
20
|
timeConstraints: `(en) Time constraints`,
|
17
21
|
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
18
22
|
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|