@anime.club/translations 1.1.91 → 1.1.93
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 +3 -1
- package/src/chinese-simplified.ts +3 -1
- package/src/english.ts +3 -1
- package/src/french.ts +3 -1
- package/src/german.ts +3 -1
- package/src/hindi.ts +3 -1
- package/src/indonesian.ts +3 -1
- package/src/japanese.ts +3 -1
- package/src/korean.ts +3 -1
- package/src/portuguese.ts +3 -1
- package/src/russian.ts +3 -1
- package/src/spanish.ts +3 -1
- package/src/thai.ts +3 -1
- package/src/vietnamese.ts +3 -1
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: `: `,
|
@@ -137,7 +140,6 @@ export const text: text = {
|
|
137
140
|
deletePost: `حذف المنشور`,
|
138
141
|
deleteProduct: `حذف المنتج`,
|
139
142
|
deliveryTime: `وقت التسليم`,
|
140
|
-
describeTheDetailsOfYourProduct: `وصف تفاصيل منتجك`,
|
141
143
|
description: `الوصف`,
|
142
144
|
details: `التفاصيل`,
|
143
145
|
didntReceiveEmail: `لم تتلقى البريد؟`,
|
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: `:`,
|
@@ -137,7 +140,6 @@ export const text: text = {
|
|
137
140
|
deletePost: `删除贴文`,
|
138
141
|
deleteProduct: `删除产品`,
|
139
142
|
deliveryTime: `交货时间`,
|
140
|
-
describeTheDetailsOfYourProduct: `描述您的产品细节`,
|
141
143
|
description: `描述`,
|
142
144
|
details: `细节`,
|
143
145
|
didntReceiveEmail: `没有收到邮件吗?`,
|
package/src/english.ts
CHANGED
@@ -11,6 +11,7 @@ export const text = {
|
|
11
11
|
acceptOrder: `Accept order`,
|
12
12
|
account: `Account`,
|
13
13
|
accountDeleted: `Account deleted`,
|
14
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `AI-generated images and neural network filters are prohibited`,
|
14
15
|
accountActivation: `Account activation`,
|
15
16
|
accountAlreadyExists: `Account already exists`,
|
16
17
|
accountDoesNotExist: `Account does not exist`,
|
@@ -121,7 +122,6 @@ export const text = {
|
|
121
122
|
deletePost: `Delete post`,
|
122
123
|
deleteProduct: `Delete product`,
|
123
124
|
deliveryTime: `Delivery time`,
|
124
|
-
describeTheDetailsOfYourProduct: `Describe the details of your product`,
|
125
125
|
describeTheDetailsOfYourExtra: `Describe the details of your extra`,
|
126
126
|
description: `Description`,
|
127
127
|
details: `Details`,
|
@@ -344,6 +344,7 @@ export const text = {
|
|
344
344
|
settings: `Settings`,
|
345
345
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `Setting up a shop is free and only takes a few minutes`,
|
346
346
|
share: `Share`,
|
347
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `Share your rules and the types of requests you don’t accept`,
|
347
348
|
shareYourShopOnSocialMedia: `Share your shop on social media`,
|
348
349
|
shareYourFavoritePiecesOn: (url: string) =>
|
349
350
|
`Share your favorite pieces on ${url}`,
|
@@ -372,6 +373,7 @@ export const text = {
|
|
372
373
|
tellUsAboutYourself: `Tell us about yourself`,
|
373
374
|
termsAndConditions: `Terms and Conditions`,
|
374
375
|
termsOfUse: `Terms of use`,
|
376
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `Tell the buyer what they will get with this product`,
|
375
377
|
thankYouForReport: `Thank you for helping to maintain a safe and respectful online community`,
|
376
378
|
theLinkIsBrokenOrPageHasBeenRemoved: `The link is broken or page has been removed`,
|
377
379
|
themeMode: `Theme mode`,
|
package/src/french.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: ` : `,
|
@@ -139,7 +142,6 @@ export const text: text = {
|
|
139
142
|
deletePost: `Supprimer le message`,
|
140
143
|
deleteProduct: `Supprimer le produit`,
|
141
144
|
deliveryTime: `Délai de livraison`,
|
142
|
-
describeTheDetailsOfYourProduct: `Décrire les détails de votre produit`,
|
143
145
|
description: `Description`,
|
144
146
|
details: `Détails`,
|
145
147
|
didntReceiveEmail: `Vous n'avez pas reçu le courriel ?`,
|
package/src/german.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: `: `,
|
@@ -138,7 +141,6 @@ export const text: text = {
|
|
138
141
|
deletePost: `Beitrag löschen`,
|
139
142
|
deleteProduct: `Produkt löschen`,
|
140
143
|
deliveryTime: `Lieferzeit`,
|
141
|
-
describeTheDetailsOfYourProduct: `Beschreibe die Details deines Produkts`,
|
142
144
|
description: `Beschreibung`,
|
143
145
|
details: `Einzelheiten`,
|
144
146
|
didntReceiveEmail: `Haben Sie keine E-Mail erhalten?`,
|
package/src/hindi.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: `: `,
|
@@ -138,7 +141,6 @@ export const text: text = {
|
|
138
141
|
deletePost: `पोस्ट हटायें`,
|
139
142
|
deleteProduct: `उत्पाद हटाएं`,
|
140
143
|
deliveryTime: `वितरण समय`,
|
141
|
-
describeTheDetailsOfYourProduct: `अपने उत्पाद का विवरण दें`,
|
142
144
|
description: `वर्णन`,
|
143
145
|
details: `विवरण`,
|
144
146
|
didntReceiveEmail: `ईमेल प्राप्त नहीं हुआ?`,
|
package/src/indonesian.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: `: `,
|
@@ -138,7 +141,6 @@ export const text: text = {
|
|
138
141
|
deletePost: `Hapus postingan`,
|
139
142
|
deleteProduct: `Hapus produk`,
|
140
143
|
deliveryTime: `Waktu pengiriman`,
|
141
|
-
describeTheDetailsOfYourProduct: `Jelaskan detail produk Anda`,
|
142
144
|
description: `Deskripsi`,
|
143
145
|
details: `Detail`,
|
144
146
|
didntReceiveEmail: `Tidak menerima email?`,
|
package/src/japanese.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: `:`,
|
@@ -138,7 +141,6 @@ export const text: text = {
|
|
138
141
|
deletePost: `投稿を削除する`,
|
139
142
|
deleteProduct: `製品を削除する`,
|
140
143
|
deliveryTime: `配達時間`,
|
141
|
-
describeTheDetailsOfYourProduct: `製品の詳細を説明する`,
|
142
144
|
description: `内容`,
|
143
145
|
details: `詳細`,
|
144
146
|
didntReceiveEmail: `メールが届きませんでしたか?`,
|
package/src/korean.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: `: `,
|
@@ -137,7 +140,6 @@ export const text: text = {
|
|
137
140
|
deletePost: `포스트 삭제`,
|
138
141
|
deleteProduct: `제품 삭제`,
|
139
142
|
deliveryTime: `배송 시간`,
|
140
|
-
describeTheDetailsOfYourProduct: `제품의 세부 정보 설명`,
|
141
143
|
description: `서술`,
|
142
144
|
details: `세부 사항`,
|
143
145
|
didntReceiveEmail: `이메일을 받지 못하셨습니까?`,
|
package/src/portuguese.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: `: `,
|
@@ -139,7 +142,6 @@ export const text: text = {
|
|
139
142
|
deletePost: `Apagar publicação`,
|
140
143
|
deleteProduct: `Excluir produto`,
|
141
144
|
deliveryTime: `Tempo de entrega`,
|
142
|
-
describeTheDetailsOfYourProduct: `Descreva os detalhes do seu produto`,
|
143
145
|
description: `Descrição`,
|
144
146
|
details: `Detalhes`,
|
145
147
|
didntReceiveEmail: `Não recebeu correio electrónico?`,
|
package/src/russian.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: `: `,
|
@@ -138,7 +141,6 @@ export const text: text = {
|
|
138
141
|
deletePost: `Удалить запись`,
|
139
142
|
deleteProduct: `Удалить продукт`,
|
140
143
|
deliveryTime: `Срок доставки`,
|
141
|
-
describeTheDetailsOfYourProduct: `Опишите детали вашего продукта`,
|
142
144
|
description: `Описание`,
|
143
145
|
details: `Подробности`,
|
144
146
|
didntReceiveEmail: `Не получили email?`,
|
package/src/spanish.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: `: `,
|
@@ -139,7 +142,6 @@ export const text: text = {
|
|
139
142
|
deletePost: `Eliminar publicación`,
|
140
143
|
deleteProduct: `Eliminar producto`,
|
141
144
|
deliveryTime: `Tiempo de entrega`,
|
142
|
-
describeTheDetailsOfYourProduct: `Describe los detalles de tu producto`,
|
143
145
|
description: `Descripción`,
|
144
146
|
details: `Detalles`,
|
145
147
|
didntReceiveEmail: `¿No recibió un correo electrónico?`,
|
package/src/thai.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: `: `,
|
@@ -137,7 +140,6 @@ export const text: text = {
|
|
137
140
|
deletePost: `ลบโพสต์`,
|
138
141
|
deleteProduct: `ลบผลิตภัณฑ์`,
|
139
142
|
deliveryTime: `เวลาจัดส่ง`,
|
140
|
-
describeTheDetailsOfYourProduct: `อธิบายรายละเอียดของผลิตภัณฑ์ของคุณ`,
|
141
143
|
description: `คำอธิบาย`,
|
142
144
|
details: `รายละเอียด`,
|
143
145
|
didntReceiveEmail: `ยังไม่ได้รับอีเมลใช่ไหม`,
|
package/src/vietnamese.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
_dash: `(en) - `,
|
3
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
3
4
|
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
4
5
|
checkOutMyShop: `(en) Check out my shop`,
|
5
6
|
commercialUseAllowed: `(en) Commercial use allowed`,
|
@@ -17,9 +18,11 @@ export const text: text = {
|
|
17
18
|
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
18
19
|
yourOrderIncludesXRevisionS: (...v) =>
|
19
20
|
`(en) Your order includes ${v[0]} revision(s)`,
|
21
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
20
22
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
21
23
|
shareYourFavoritePiecesOn: (...v) =>
|
22
24
|
`(en) Share your favorite pieces on ${v[0]}`,
|
25
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
23
26
|
thisFieldIsOptional: `(en) This field is optional`,
|
24
27
|
uploadFiles: `(en) Upload files`,
|
25
28
|
_colon: `: `,
|
@@ -137,7 +140,6 @@ export const text: text = {
|
|
137
140
|
deletePost: `Xóa bài viết`,
|
138
141
|
deleteProduct: `Xóa sản phẩm`,
|
139
142
|
deliveryTime: `Thời gian giao hàng`,
|
140
|
-
describeTheDetailsOfYourProduct: `Mô tả chi tiết sản phẩm của bạn`,
|
141
143
|
description: `Mô tả`,
|
142
144
|
details: `Chi tiết`,
|
143
145
|
didntReceiveEmail: `Không nhận được email?`,
|