@anime.club/translations 1.1.125 → 1.1.127
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 +7 -1
- package/src/chinese-simplified.ts +7 -1
- package/src/english.ts +11 -2
- package/src/french.ts +7 -1
- package/src/german.ts +7 -1
- package/src/hindi.ts +7 -1
- package/src/indonesian.ts +7 -1
- package/src/japanese.ts +7 -1
- package/src/korean.ts +7 -1
- package/src/portuguese.ts +7 -1
- package/src/russian.ts +7 -1
- package/src/spanish.ts +7 -1
- package/src/thai.ts +7 -1
- package/src/vietnamese.ts +7 -1
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -6,11 +6,18 @@ export const text: text = {
|
|
6
6
|
buyersRequest: `(en) Buyer's request`,
|
7
7
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
8
8
|
hideListing: `(en) Hide listing`,
|
9
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
10
|
+
supportedFormats: `(en) Supported formats:`,
|
11
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
12
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
9
13
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
10
14
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
11
15
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
12
16
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
13
17
|
showListing: `(en) Show listing`,
|
18
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
19
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
20
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
14
21
|
noOrders: `(en) No orders`,
|
15
22
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
16
23
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,7 +45,6 @@ export const text: text = {
|
|
38
45
|
add: `إضافة`,
|
39
46
|
addArt: `اضف عمل فني`,
|
40
47
|
addBlog: `اضف منشور كتابي`,
|
41
|
-
addFile: `إضافة ملف`,
|
42
48
|
additionalResources: `موارد إضافية`,
|
43
49
|
addMoreProductsToYourShop: `أضف المزيد من المنتجات إلى متجرك`,
|
44
50
|
addMore: `إضافة المزيد`,
|
@@ -6,11 +6,18 @@ export const text: text = {
|
|
6
6
|
buyersRequest: `(en) Buyer's request`,
|
7
7
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
8
8
|
hideListing: `(en) Hide listing`,
|
9
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
10
|
+
supportedFormats: `(en) Supported formats:`,
|
11
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
12
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
9
13
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
10
14
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
11
15
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
12
16
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
13
17
|
showListing: `(en) Show listing`,
|
18
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
19
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
20
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
14
21
|
noOrders: `(en) No orders`,
|
15
22
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
16
23
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,7 +45,6 @@ export const text: text = {
|
|
38
45
|
add: `加`,
|
39
46
|
addArt: `添加艺术品`,
|
40
47
|
addBlog: `添加博客`,
|
41
|
-
addFile: `添加文件`,
|
42
48
|
additionalResources: `附加资源`,
|
43
49
|
addMoreProductsToYourShop: `为您的商店添加更多产品`,
|
44
50
|
addMore: `添加更多`,
|
package/src/english.ts
CHANGED
@@ -24,7 +24,6 @@ export const text = {
|
|
24
24
|
add: `Add`,
|
25
25
|
addArt: `Add art`,
|
26
26
|
addBlog: `Add blog`,
|
27
|
-
addFile: `Add file`,
|
28
27
|
additionalResources: `Additional resources`,
|
29
28
|
addMoreProductsToYourShop: `Add more products to your shop`,
|
30
29
|
addMore: `Add more`,
|
@@ -197,6 +196,13 @@ export const text = {
|
|
197
196
|
hereAreAFewWaysToGetThingsRolling: `Here are a few ways to get things rolling`,
|
198
197
|
hire: `Hire`,
|
199
198
|
hideListing: `Hide listing`,
|
199
|
+
uploadUpToNumberImages: (limit: number) =>
|
200
|
+
`Upload up to <b>${limit}</b> images`,
|
201
|
+
supportedFormats: `Supported formats:`,
|
202
|
+
minimumDimensions: (width: number, height: number) =>
|
203
|
+
`Minimum size: ${width}×${height} pixels`,
|
204
|
+
maximumFileSize: (sizeMB: string) =>
|
205
|
+
`Maximum file size: <b>${sizeMB}</b> per image`,
|
200
206
|
thisListingWontBeVisibleToBuyersAnymore: `This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
201
207
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `Buyers will be able to see this listing. You can hide it again anytime`,
|
202
208
|
listingHiddenFromBuyers: `Listing hidden from buyers`,
|
@@ -212,6 +218,9 @@ export const text = {
|
|
212
218
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `Img height needs to be bigger than or equal to`,
|
213
219
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `Img width needs to be bigger than or equal to`,
|
214
220
|
impersonation: `Impersonation`,
|
221
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `These rules are provided by the seller and apply only to this item`,
|
222
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `If you have questions or concerns, please contact the seller directly`,
|
223
|
+
platformPoliciesMayStillApply: `Platform policies may still apply`,
|
215
224
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `Include keywords that buyers would likely use to search for a product like yours`,
|
216
225
|
inProgress: `In progress`,
|
217
226
|
introduction: `Introduction`,
|
@@ -293,7 +302,7 @@ export const text = {
|
|
293
302
|
notAcceptingOrders: `Not accepting orders`,
|
294
303
|
noSalesYetNoWorries: `No sales yet? No worries, you're just starting out`,
|
295
304
|
nsfwContent18Plus: `NSFW Content (18+)`,
|
296
|
-
NSFWIndicatesAdultContent: `18+ NSFW indicates adult content. Check this field only if
|
305
|
+
NSFWIndicatesAdultContent: `18+ NSFW indicates adult content. Check this field only if the content is intended for mature audiences`,
|
297
306
|
numberOfAdjustmentsAClientCouldRequest: `Number of adjustments a client could request`,
|
298
307
|
online: `Online`,
|
299
308
|
onlyLatinLettersNumbersHyphen: `Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
package/src/french.ts
CHANGED
@@ -6,11 +6,18 @@ export const text: text = {
|
|
6
6
|
buyersRequest: `(en) Buyer's request`,
|
7
7
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
8
8
|
hideListing: `(en) Hide listing`,
|
9
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
10
|
+
supportedFormats: `(en) Supported formats:`,
|
11
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
12
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
9
13
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
10
14
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
11
15
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
12
16
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
13
17
|
showListing: `(en) Show listing`,
|
18
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
19
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
20
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
14
21
|
noOrders: `(en) No orders`,
|
15
22
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
16
23
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,7 +45,6 @@ export const text: text = {
|
|
38
45
|
add: `Ajouter`,
|
39
46
|
addArt: `Ajouter une illustration`,
|
40
47
|
addBlog: `Ajouter un blog`,
|
41
|
-
addFile: `Ajouter un fichier`,
|
42
48
|
additionalResources: `Ressources supplémentaires`,
|
43
49
|
addMoreProductsToYourShop: `Ajoutez plus de produits à votre boutique`,
|
44
50
|
addMore: `Ajouter plus`,
|
package/src/german.ts
CHANGED
@@ -6,11 +6,18 @@ export const text: text = {
|
|
6
6
|
buyersRequest: `(en) Buyer's request`,
|
7
7
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
8
8
|
hideListing: `(en) Hide listing`,
|
9
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
10
|
+
supportedFormats: `(en) Supported formats:`,
|
11
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
12
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
9
13
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
10
14
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
11
15
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
12
16
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
13
17
|
showListing: `(en) Show listing`,
|
18
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
19
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
20
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
14
21
|
noOrders: `(en) No orders`,
|
15
22
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
16
23
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,7 +45,6 @@ export const text: text = {
|
|
38
45
|
add: `Hinzufügen`,
|
39
46
|
addArt: `Kunst hinzufügen`,
|
40
47
|
addBlog: `Blog hinzufügen`,
|
41
|
-
addFile: `Datei hinzufügen`,
|
42
48
|
additionalResources: `Zusätzliche Ressourcen`,
|
43
49
|
addMoreProductsToYourShop: `Fügen Sie Ihrem Shop weitere Produkte hinzu`,
|
44
50
|
addMore: `Mehr hinzufügen`,
|
package/src/hindi.ts
CHANGED
@@ -6,11 +6,18 @@ export const text: text = {
|
|
6
6
|
buyersRequest: `(en) Buyer's request`,
|
7
7
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
8
8
|
hideListing: `(en) Hide listing`,
|
9
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
10
|
+
supportedFormats: `(en) Supported formats:`,
|
11
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
12
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
9
13
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
10
14
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
11
15
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
12
16
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
13
17
|
showListing: `(en) Show listing`,
|
18
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
19
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
20
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
14
21
|
noOrders: `(en) No orders`,
|
15
22
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
16
23
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,7 +45,6 @@ export const text: text = {
|
|
38
45
|
add: `जोड़ना`,
|
39
46
|
addArt: `चित्र जोड़ें`,
|
40
47
|
addBlog: `ब्लॉग जोड़ें`,
|
41
|
-
addFile: `फ़ाइल जोड़ें`,
|
42
48
|
additionalResources: `अतिरिक्त संसाधन`,
|
43
49
|
addMoreProductsToYourShop: `अपनी दुकान में और उत्पाद जोड़ें`,
|
44
50
|
addMore: `और जोड़ें`,
|
package/src/indonesian.ts
CHANGED
@@ -6,11 +6,18 @@ export const text: text = {
|
|
6
6
|
buyersRequest: `(en) Buyer's request`,
|
7
7
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
8
8
|
hideListing: `(en) Hide listing`,
|
9
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
10
|
+
supportedFormats: `(en) Supported formats:`,
|
11
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
12
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
9
13
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
10
14
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
11
15
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
12
16
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
13
17
|
showListing: `(en) Show listing`,
|
18
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
19
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
20
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
14
21
|
noOrders: `(en) No orders`,
|
15
22
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
16
23
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,7 +45,6 @@ export const text: text = {
|
|
38
45
|
add: `Tambahkan`,
|
39
46
|
addArt: `Tambahkan karya`,
|
40
47
|
addBlog: `Tambahkan blog`,
|
41
|
-
addFile: `Tambahkan file`,
|
42
48
|
additionalResources: `Sumber daya tambahan`,
|
43
49
|
addMoreProductsToYourShop: `Tambahkan lebih banyak produk ke toko Anda`,
|
44
50
|
addMore: `Tambah lagi`,
|
package/src/japanese.ts
CHANGED
@@ -6,11 +6,18 @@ export const text: text = {
|
|
6
6
|
buyersRequest: `(en) Buyer's request`,
|
7
7
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
8
8
|
hideListing: `(en) Hide listing`,
|
9
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
10
|
+
supportedFormats: `(en) Supported formats:`,
|
11
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
12
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
9
13
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
10
14
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
11
15
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
12
16
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
13
17
|
showListing: `(en) Show listing`,
|
18
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
19
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
20
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
14
21
|
noOrders: `(en) No orders`,
|
15
22
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
16
23
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,7 +45,6 @@ export const text: text = {
|
|
38
45
|
add: `追加する`,
|
39
46
|
addArt: `アートを追加する`,
|
40
47
|
addBlog: `ブログを追加する`,
|
41
|
-
addFile: `ファイルを追加`,
|
42
48
|
additionalResources: `追加リソース`,
|
43
49
|
addMoreProductsToYourShop: `ショップにさらに商品を追加する`,
|
44
50
|
addMore: `追加`,
|
package/src/korean.ts
CHANGED
@@ -6,11 +6,18 @@ export const text: text = {
|
|
6
6
|
buyersRequest: `(en) Buyer's request`,
|
7
7
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
8
8
|
hideListing: `(en) Hide listing`,
|
9
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
10
|
+
supportedFormats: `(en) Supported formats:`,
|
11
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
12
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
9
13
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
10
14
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
11
15
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
12
16
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
13
17
|
showListing: `(en) Show listing`,
|
18
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
19
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
20
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
14
21
|
noOrders: `(en) No orders`,
|
15
22
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
16
23
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,7 +45,6 @@ export const text: text = {
|
|
38
45
|
add: `추가`,
|
39
46
|
addArt: `아트 추가`,
|
40
47
|
addBlog: `블로그 추가`,
|
41
|
-
addFile: `파일 추가`,
|
42
48
|
additionalResources: `추가 자료`,
|
43
49
|
addMoreProductsToYourShop: `상점에 더 많은 상품을 추가하세요`,
|
44
50
|
addMore: `더 추가`,
|
package/src/portuguese.ts
CHANGED
@@ -6,11 +6,18 @@ export const text: text = {
|
|
6
6
|
buyersRequest: `(en) Buyer's request`,
|
7
7
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
8
8
|
hideListing: `(en) Hide listing`,
|
9
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
10
|
+
supportedFormats: `(en) Supported formats:`,
|
11
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
12
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
9
13
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
10
14
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
11
15
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
12
16
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
13
17
|
showListing: `(en) Show listing`,
|
18
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
19
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
20
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
14
21
|
noOrders: `(en) No orders`,
|
15
22
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
16
23
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,7 +45,6 @@ export const text: text = {
|
|
38
45
|
add: `Adicionar`,
|
39
46
|
addArt: `Adicionar arte`,
|
40
47
|
addBlog: `Adicionar blog`,
|
41
|
-
addFile: `Adicionar arquivo`,
|
42
48
|
additionalResources: `Recursos adicionais`,
|
43
49
|
addMoreProductsToYourShop: `Adicione mais produtos à sua loja`,
|
44
50
|
addMore: `Adicionar mais`,
|
package/src/russian.ts
CHANGED
@@ -3,11 +3,18 @@ export const text: text = {
|
|
3
3
|
buyersRequest: `(en) Buyer's request`,
|
4
4
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
5
5
|
hideListing: `(en) Hide listing`,
|
6
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
7
|
+
supportedFormats: `(en) Supported formats:`,
|
8
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
9
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
6
10
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
7
11
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
8
12
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
9
13
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
10
14
|
showListing: `(en) Show listing`,
|
15
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
16
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
17
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
11
18
|
noOrders: `(en) No orders`,
|
12
19
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
13
20
|
youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
|
@@ -36,7 +43,6 @@ export const text: text = {
|
|
36
43
|
add: `Добавить`,
|
37
44
|
addArt: `Добавить арт`,
|
38
45
|
addBlog: `Добавить блог`,
|
39
|
-
addFile: `Добавить файл`,
|
40
46
|
additionalResources: `Дополнительные материалы`,
|
41
47
|
addMoreProductsToYourShop: `Добавьте больше товаров в ваш магазин`,
|
42
48
|
addMore: `Добавить ещё`,
|
package/src/spanish.ts
CHANGED
@@ -6,11 +6,18 @@ export const text: text = {
|
|
6
6
|
buyersRequest: `(en) Buyer's request`,
|
7
7
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
8
8
|
hideListing: `(en) Hide listing`,
|
9
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
10
|
+
supportedFormats: `(en) Supported formats:`,
|
11
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
12
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
9
13
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
10
14
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
11
15
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
12
16
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
13
17
|
showListing: `(en) Show listing`,
|
18
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
19
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
20
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
14
21
|
noOrders: `(en) No orders`,
|
15
22
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
16
23
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,7 +45,6 @@ export const text: text = {
|
|
38
45
|
add: `Agregar`,
|
39
46
|
addArt: `Agregar arte`,
|
40
47
|
addBlog: `Agregar blog`,
|
41
|
-
addFile: `Agregar archivo`,
|
42
48
|
additionalResources: `Recursos adicionales`,
|
43
49
|
addMoreProductsToYourShop: `Agrega más productos a tu tienda`,
|
44
50
|
addMore: `Agregar más`,
|
package/src/thai.ts
CHANGED
@@ -6,11 +6,18 @@ export const text: text = {
|
|
6
6
|
buyersRequest: `(en) Buyer's request`,
|
7
7
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
8
8
|
hideListing: `(en) Hide listing`,
|
9
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
10
|
+
supportedFormats: `(en) Supported formats:`,
|
11
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
12
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
9
13
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
10
14
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
11
15
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
12
16
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
13
17
|
showListing: `(en) Show listing`,
|
18
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
19
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
20
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
14
21
|
noOrders: `(en) No orders`,
|
15
22
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
16
23
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,7 +45,6 @@ export const text: text = {
|
|
38
45
|
add: `เพิ่ม`,
|
39
46
|
addArt: `เพิ่มงานวาด`,
|
40
47
|
addBlog: `เพิ่มบล็อก`,
|
41
|
-
addFile: `เพิ่มไฟล์`,
|
42
48
|
additionalResources: `ทรัพยากรเพิ่มเติม`,
|
43
49
|
addMoreProductsToYourShop: `เพิ่มสินค้าลงในร้านของคุณมากขึ้น`,
|
44
50
|
addMore: `เพิ่มเติม`,
|
package/src/vietnamese.ts
CHANGED
@@ -6,11 +6,18 @@ export const text: text = {
|
|
6
6
|
buyersRequest: `(en) Buyer's request`,
|
7
7
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
8
8
|
hideListing: `(en) Hide listing`,
|
9
|
+
uploadUpToNumberImages: (...v) => `(en) Upload up to <b>${v[0]}</b> images`,
|
10
|
+
supportedFormats: `(en) Supported formats:`,
|
11
|
+
minimumDimensions: (...v) => `(en) Minimum size: ${v[0]}×${v[1]} pixels`,
|
12
|
+
maximumFileSize: (...v) => `(en) Maximum file size: <b>${v[0]}</b> per image`,
|
9
13
|
thisListingWontBeVisibleToBuyersAnymore: `(en) This listing won’t be visible to buyers anymore — but you can show it again whenever you’re ready`,
|
10
14
|
buyersWillBeAbleToSeeThisListingYouCanHideItAgainAnytime: `(en) Buyers will be able to see this listing. You can hide it again anytime`,
|
11
15
|
listingHiddenFromBuyers: `(en) Listing hidden from buyers`,
|
12
16
|
listingIsNowVisibleToBuyers: `(en) Listing is now visible to buyers`,
|
13
17
|
showListing: `(en) Show listing`,
|
18
|
+
theseRulesAreProvidedByTheSellerAndApplyOnlyToThisItem: `(en) These rules are provided by the seller and apply only to this item`,
|
19
|
+
ifYouHaveQuestionsOrConcernsPleaseContactTheSellerDirectly: `(en) If you have questions or concerns, please contact the seller directly`,
|
20
|
+
platformPoliciesMayStillApply: `(en) Platform policies may still apply`,
|
14
21
|
noOrders: `(en) No orders`,
|
15
22
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime club`,
|
16
23
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -38,7 +45,6 @@ export const text: text = {
|
|
38
45
|
add: `Thêm`,
|
39
46
|
addArt: `Thêm tác phẩm`,
|
40
47
|
addBlog: `Thêm blog`,
|
41
|
-
addFile: `Thêm tệp`,
|
42
48
|
additionalResources: `Tài nguyên bổ sung`,
|
43
49
|
addMoreProductsToYourShop: `Thêm nhiều sản phẩm vào cửa hàng của bạn`,
|
44
50
|
addMore: `Thêm`,
|