@anime.club/translations 1.1.143 → 1.1.145
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 -3
- package/src/chinese-simplified.ts +7 -3
- package/src/english.ts +8 -3
- package/src/french.ts +7 -3
- package/src/german.ts +7 -3
- package/src/hindi.ts +7 -3
- package/src/indonesian.ts +7 -3
- package/src/japanese.ts +7 -3
- package/src/korean.ts +7 -3
- package/src/portuguese.ts +7 -3
- package/src/russian.ts +7 -3
- package/src/spanish.ts +7 -3
- package/src/thai.ts +7 -3
- package/src/vietnamese.ts +7 -3
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
|
3
3
|
`(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
|
4
|
-
|
4
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
5
5
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
6
6
|
files: `(en) Files`,
|
7
7
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -13,6 +13,9 @@ export const text: text = {
|
|
13
13
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
14
14
|
buyersRequest: `(en) Buyer's request`,
|
15
15
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
16
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
17
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
18
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
16
19
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
17
20
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
18
21
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -36,6 +39,7 @@ export const text: text = {
|
|
36
39
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
37
40
|
instantDownload: `(en) Instant Download`,
|
38
41
|
customWork: `(en) Custom Work`,
|
42
|
+
allListings: `(en) All Listings`,
|
39
43
|
newCommission: `(en) New commission`,
|
40
44
|
noOrders: `(en) No orders`,
|
41
45
|
buyNow: `(en) Buy now`,
|
@@ -54,7 +58,8 @@ export const text: text = {
|
|
54
58
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
55
59
|
artGallery: `(en) Art Gallery`,
|
56
60
|
commission: `(en) Commission`,
|
57
|
-
|
61
|
+
commissions: `(en) Commissions`,
|
62
|
+
digitalDownloads: `(en) Digital Downloads`,
|
58
63
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
59
64
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
60
65
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -320,7 +325,6 @@ export const text: text = {
|
|
320
325
|
newOrder: `طلب جديد`,
|
321
326
|
newPassword: `كلمة سر جديدة`,
|
322
327
|
newProduct: `منتج جديد`,
|
323
|
-
newProducts: `منتجات جديدة`,
|
324
328
|
newsFeed: `شريط الأخبار`,
|
325
329
|
next: `التالي`,
|
326
330
|
nextTimeYouAuthenticateYouCouldUseThe: `في المرة القادمة التي تقوم فيها بالمصادقة، يمكنك استخدام الحساب المتصل بدلاً من تسجيل الدخول وكلمة المرور`,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
|
3
3
|
`(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
|
4
|
-
|
4
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
5
5
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
6
6
|
files: `(en) Files`,
|
7
7
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -13,6 +13,9 @@ export const text: text = {
|
|
13
13
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
14
14
|
buyersRequest: `(en) Buyer's request`,
|
15
15
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
16
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
17
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
18
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
16
19
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
17
20
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
18
21
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -36,6 +39,7 @@ export const text: text = {
|
|
36
39
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
37
40
|
instantDownload: `(en) Instant Download`,
|
38
41
|
customWork: `(en) Custom Work`,
|
42
|
+
allListings: `(en) All Listings`,
|
39
43
|
newCommission: `(en) New commission`,
|
40
44
|
noOrders: `(en) No orders`,
|
41
45
|
buyNow: `(en) Buy now`,
|
@@ -54,7 +58,8 @@ export const text: text = {
|
|
54
58
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
55
59
|
artGallery: `(en) Art Gallery`,
|
56
60
|
commission: `(en) Commission`,
|
57
|
-
|
61
|
+
commissions: `(en) Commissions`,
|
62
|
+
digitalDownloads: `(en) Digital Downloads`,
|
58
63
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
59
64
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
60
65
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -318,7 +323,6 @@ export const text: text = {
|
|
318
323
|
newOrder: `新订单`,
|
319
324
|
newPassword: `新密码`,
|
320
325
|
newProduct: `新产品`,
|
321
|
-
newProducts: `新产品`,
|
322
326
|
newsFeed: `新闻专线`,
|
323
327
|
next: `下一个`,
|
324
328
|
nextTimeYouAuthenticateYouCouldUseThe: `下次验证时,您可以使用连接的帐户,而不是登录和密码`,
|
package/src/english.ts
CHANGED
@@ -15,7 +15,7 @@ export const text = {
|
|
15
15
|
`Anime.club uses ${providerName} to get you paid quickly and keep your personal and payment information secure`,
|
16
16
|
account: `Account`,
|
17
17
|
accountDeleted: `Account deleted`,
|
18
|
-
|
18
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `Click the button below to open your Stripe dashboard and view your account details`,
|
19
19
|
animeShopBuyAndSellProducts: `Anime shop - buy and sell products`,
|
20
20
|
visitStripeDashboard: `Visit Stripe dashboard`,
|
21
21
|
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `AI-generated images and neural network filters are prohibited`,
|
@@ -116,6 +116,7 @@ export const text = {
|
|
116
116
|
contractTitle: `Contract Title`,
|
117
117
|
copyLink: `Copy link`,
|
118
118
|
congratulations: `Congratulations!`,
|
119
|
+
thankYouForYourPurchase: `Thank you for your purchase!`,
|
119
120
|
congratulationsOnSuccessfullyCompletingYourOrder: `Congratulations on successfully completing your order!`,
|
120
121
|
copyrightViolation: `Copyright violation`,
|
121
122
|
couldNotCreateANewRecord: `Could not create a new record`,
|
@@ -189,6 +190,8 @@ export const text = {
|
|
189
190
|
getStarted: `Get started`,
|
190
191
|
guestView: `Guest view`,
|
191
192
|
greatNewsYourOrderIsNowInProgress: `Great news! Your order is now in progress`,
|
193
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (buyerUsername: string) =>
|
194
|
+
`Great news! ${buyerUsername} purchased your item. Time to celebrate!`,
|
192
195
|
harassment: `Harassment`,
|
193
196
|
haveAnyQuestions: `Have any questions?`,
|
194
197
|
usernameHasCanceledTheOrder: (username: string) =>
|
@@ -204,6 +207,7 @@ export const text = {
|
|
204
207
|
usernameHasntAddedAnythingToTheirPortfolioYet: (username: string) =>
|
205
208
|
`@${username} hasn’t added anything to their portfolio yet`,
|
206
209
|
hate: `Hate`,
|
210
|
+
|
207
211
|
hereAreAFewWaysToGetThingsRolling: `Here are a few ways to get things rolling`,
|
208
212
|
hire: `Hire`,
|
209
213
|
hideListing: `Hide listing`,
|
@@ -301,7 +305,7 @@ export const text = {
|
|
301
305
|
newOrder: `New order`,
|
302
306
|
newPassword: `New password`,
|
303
307
|
newProduct: `New product`,
|
304
|
-
|
308
|
+
allListings: `All Listings`,
|
305
309
|
newCommission: `New commission`,
|
306
310
|
newsFeed: `News feed`,
|
307
311
|
next: `Next`,
|
@@ -385,7 +389,8 @@ export const text = {
|
|
385
389
|
`Please try again or click ${buttonName}`,
|
386
390
|
artGallery: `Art Gallery`,
|
387
391
|
commission: `Commission`,
|
388
|
-
|
392
|
+
commissions: `Commissions`,
|
393
|
+
digitalDownloads: `Digital Downloads`,
|
389
394
|
pleaseVerifyYourAccount: `Please verify your account`,
|
390
395
|
pressHereTo: `Press here to`,
|
391
396
|
price: `Price`,
|
package/src/french.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
|
3
3
|
`(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
|
4
|
-
|
4
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
5
5
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
6
6
|
files: `(en) Files`,
|
7
7
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -13,6 +13,9 @@ export const text: text = {
|
|
13
13
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
14
14
|
buyersRequest: `(en) Buyer's request`,
|
15
15
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
16
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
17
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
18
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
16
19
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
17
20
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
18
21
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -36,6 +39,7 @@ export const text: text = {
|
|
36
39
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
37
40
|
instantDownload: `(en) Instant Download`,
|
38
41
|
customWork: `(en) Custom Work`,
|
42
|
+
allListings: `(en) All Listings`,
|
39
43
|
newCommission: `(en) New commission`,
|
40
44
|
noOrders: `(en) No orders`,
|
41
45
|
buyNow: `(en) Buy now`,
|
@@ -54,7 +58,8 @@ export const text: text = {
|
|
54
58
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
55
59
|
artGallery: `(en) Art Gallery`,
|
56
60
|
commission: `(en) Commission`,
|
57
|
-
|
61
|
+
commissions: `(en) Commissions`,
|
62
|
+
digitalDownloads: `(en) Digital Downloads`,
|
58
63
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
59
64
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
60
65
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -323,7 +328,6 @@ export const text: text = {
|
|
323
328
|
newOrder: `Nouvelle commande`,
|
324
329
|
newPassword: `Nouveau mot de passe`,
|
325
330
|
newProduct: `Nouveau produit`,
|
326
|
-
newProducts: `Nouveaux produits`,
|
327
331
|
newsFeed: `Fil d'actualité`,
|
328
332
|
next: `Suivant`,
|
329
333
|
nextTimeYouAuthenticateYouCouldUseThe: `La prochaine fois que vous vous authentifierez, vous pourrez utiliser le compte connecté, au lieu de l'identifiant et du mot de passe`,
|
package/src/german.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
|
3
3
|
`(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
|
4
|
-
|
4
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
5
5
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
6
6
|
files: `(en) Files`,
|
7
7
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -13,6 +13,9 @@ export const text: text = {
|
|
13
13
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
14
14
|
buyersRequest: `(en) Buyer's request`,
|
15
15
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
16
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
17
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
18
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
16
19
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
17
20
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
18
21
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -36,6 +39,7 @@ export const text: text = {
|
|
36
39
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
37
40
|
instantDownload: `(en) Instant Download`,
|
38
41
|
customWork: `(en) Custom Work`,
|
42
|
+
allListings: `(en) All Listings`,
|
39
43
|
newCommission: `(en) New commission`,
|
40
44
|
noOrders: `(en) No orders`,
|
41
45
|
buyNow: `(en) Buy now`,
|
@@ -54,7 +58,8 @@ export const text: text = {
|
|
54
58
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
55
59
|
artGallery: `(en) Art Gallery`,
|
56
60
|
commission: `(en) Commission`,
|
57
|
-
|
61
|
+
commissions: `(en) Commissions`,
|
62
|
+
digitalDownloads: `(en) Digital Downloads`,
|
58
63
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
59
64
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
60
65
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -324,7 +329,6 @@ export const text: text = {
|
|
324
329
|
newOrder: `Neue Bestellung`,
|
325
330
|
newPassword: `Neues Passwort`,
|
326
331
|
newProduct: `Neues Produkt`,
|
327
|
-
newProducts: `Neue Produkte`,
|
328
332
|
newsFeed: `Newsfeed`,
|
329
333
|
next: `Weiter`,
|
330
334
|
nextTimeYouAuthenticateYouCouldUseThe: `Das nächste Mal, wenn Sie sich authentifizieren, können Sie das verbundene Konto anstelle von Login und Passwort verwenden`,
|
package/src/hindi.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
|
3
3
|
`(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
|
4
|
-
|
4
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
5
5
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
6
6
|
files: `(en) Files`,
|
7
7
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -13,6 +13,9 @@ export const text: text = {
|
|
13
13
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
14
14
|
buyersRequest: `(en) Buyer's request`,
|
15
15
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
16
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
17
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
18
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
16
19
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
17
20
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
18
21
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -36,6 +39,7 @@ export const text: text = {
|
|
36
39
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
37
40
|
instantDownload: `(en) Instant Download`,
|
38
41
|
customWork: `(en) Custom Work`,
|
42
|
+
allListings: `(en) All Listings`,
|
39
43
|
newCommission: `(en) New commission`,
|
40
44
|
noOrders: `(en) No orders`,
|
41
45
|
buyNow: `(en) Buy now`,
|
@@ -54,7 +58,8 @@ export const text: text = {
|
|
54
58
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
55
59
|
artGallery: `(en) Art Gallery`,
|
56
60
|
commission: `(en) Commission`,
|
57
|
-
|
61
|
+
commissions: `(en) Commissions`,
|
62
|
+
digitalDownloads: `(en) Digital Downloads`,
|
58
63
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
59
64
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
60
65
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -324,7 +329,6 @@ export const text: text = {
|
|
324
329
|
newOrder: `नया आदेश`,
|
325
330
|
newPassword: `नया पासवर्ड`,
|
326
331
|
newProduct: `नया उत्पाद`,
|
327
|
-
newProducts: `नए उत्पाद`,
|
328
332
|
newsFeed: `समाचार फ़ीड`,
|
329
333
|
next: `अगला`,
|
330
334
|
nextTimeYouAuthenticateYouCouldUseThe: `अगली बार जब आप प्रमाणित करेंगे, आप लॉगिन और पासवर्ड के बजाय कनेक्टेड अकाउंट का उपयोग कर सकते हैं`,
|
package/src/indonesian.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
|
3
3
|
`(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
|
4
|
-
|
4
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
5
5
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
6
6
|
files: `(en) Files`,
|
7
7
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -13,6 +13,9 @@ export const text: text = {
|
|
13
13
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
14
14
|
buyersRequest: `(en) Buyer's request`,
|
15
15
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
16
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
17
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
18
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
16
19
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
17
20
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
18
21
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -36,6 +39,7 @@ export const text: text = {
|
|
36
39
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
37
40
|
instantDownload: `(en) Instant Download`,
|
38
41
|
customWork: `(en) Custom Work`,
|
42
|
+
allListings: `(en) All Listings`,
|
39
43
|
newCommission: `(en) New commission`,
|
40
44
|
noOrders: `(en) No orders`,
|
41
45
|
buyNow: `(en) Buy now`,
|
@@ -54,7 +58,8 @@ export const text: text = {
|
|
54
58
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
55
59
|
artGallery: `(en) Art Gallery`,
|
56
60
|
commission: `(en) Commission`,
|
57
|
-
|
61
|
+
commissions: `(en) Commissions`,
|
62
|
+
digitalDownloads: `(en) Digital Downloads`,
|
58
63
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
59
64
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
60
65
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -324,7 +329,6 @@ export const text: text = {
|
|
324
329
|
newOrder: `Pesanan baru`,
|
325
330
|
newPassword: `Kata Sandi Baru`,
|
326
331
|
newProduct: `Produk baru`,
|
327
|
-
newProducts: `Produk baru`,
|
328
332
|
newsFeed: `Umpan berita`,
|
329
333
|
next: `Berikutnya`,
|
330
334
|
nextTimeYouAuthenticateYouCouldUseThe: `Kali berikutnya saat Anda mengautentikasi, Anda dapat menggunakan akun terhubung, bukan login dan kata sandi`,
|
package/src/japanese.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
|
3
3
|
`(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
|
4
|
-
|
4
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
5
5
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
6
6
|
files: `(en) Files`,
|
7
7
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -13,6 +13,9 @@ export const text: text = {
|
|
13
13
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
14
14
|
buyersRequest: `(en) Buyer's request`,
|
15
15
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
16
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
17
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
18
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
16
19
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
17
20
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
18
21
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -36,6 +39,7 @@ export const text: text = {
|
|
36
39
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
37
40
|
instantDownload: `(en) Instant Download`,
|
38
41
|
customWork: `(en) Custom Work`,
|
42
|
+
allListings: `(en) All Listings`,
|
39
43
|
newCommission: `(en) New commission`,
|
40
44
|
noOrders: `(en) No orders`,
|
41
45
|
buyNow: `(en) Buy now`,
|
@@ -54,7 +58,8 @@ export const text: text = {
|
|
54
58
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
55
59
|
artGallery: `(en) Art Gallery`,
|
56
60
|
commission: `(en) Commission`,
|
57
|
-
|
61
|
+
commissions: `(en) Commissions`,
|
62
|
+
digitalDownloads: `(en) Digital Downloads`,
|
58
63
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
59
64
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
60
65
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -323,7 +328,6 @@ export const text: text = {
|
|
323
328
|
newOrder: `新しい注文`,
|
324
329
|
newPassword: `新しいパスワード`,
|
325
330
|
newProduct: `新しい製品`,
|
326
|
-
newProducts: `新商品`,
|
327
331
|
newsFeed: `ニュースフィード`,
|
328
332
|
next: `次へ`,
|
329
333
|
nextTimeYouAuthenticateYouCouldUseThe: `次回認証する際は、ログインとパスワードの代わりに接続されたアカウントを使用できます`,
|
package/src/korean.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
|
3
3
|
`(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
|
4
|
-
|
4
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
5
5
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
6
6
|
files: `(en) Files`,
|
7
7
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -13,6 +13,9 @@ export const text: text = {
|
|
13
13
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
14
14
|
buyersRequest: `(en) Buyer's request`,
|
15
15
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
16
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
17
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
18
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
16
19
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
17
20
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
18
21
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -36,6 +39,7 @@ export const text: text = {
|
|
36
39
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
37
40
|
instantDownload: `(en) Instant Download`,
|
38
41
|
customWork: `(en) Custom Work`,
|
42
|
+
allListings: `(en) All Listings`,
|
39
43
|
newCommission: `(en) New commission`,
|
40
44
|
noOrders: `(en) No orders`,
|
41
45
|
buyNow: `(en) Buy now`,
|
@@ -54,7 +58,8 @@ export const text: text = {
|
|
54
58
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
55
59
|
artGallery: `(en) Art Gallery`,
|
56
60
|
commission: `(en) Commission`,
|
57
|
-
|
61
|
+
commissions: `(en) Commissions`,
|
62
|
+
digitalDownloads: `(en) Digital Downloads`,
|
58
63
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
59
64
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
60
65
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -322,7 +327,6 @@ export const text: text = {
|
|
322
327
|
newOrder: `새로운 주문`,
|
323
328
|
newPassword: `새 비밀번호`,
|
324
329
|
newProduct: `새로운 제품`,
|
325
|
-
newProducts: `신상품`,
|
326
330
|
newsFeed: `뉴스 피드`,
|
327
331
|
next: `다음`,
|
328
332
|
nextTimeYouAuthenticateYouCouldUseThe: `다음 인증 시 연결된 계정을 사용할 수 있습니다. 로그인 및 비밀번호 대신`,
|
package/src/portuguese.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
|
3
3
|
`(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
|
4
|
-
|
4
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
5
5
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
6
6
|
files: `(en) Files`,
|
7
7
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -13,6 +13,9 @@ export const text: text = {
|
|
13
13
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
14
14
|
buyersRequest: `(en) Buyer's request`,
|
15
15
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
16
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
17
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
18
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
16
19
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
17
20
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
18
21
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -36,6 +39,7 @@ export const text: text = {
|
|
36
39
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
37
40
|
instantDownload: `(en) Instant Download`,
|
38
41
|
customWork: `(en) Custom Work`,
|
42
|
+
allListings: `(en) All Listings`,
|
39
43
|
newCommission: `(en) New commission`,
|
40
44
|
noOrders: `(en) No orders`,
|
41
45
|
buyNow: `(en) Buy now`,
|
@@ -54,7 +58,8 @@ export const text: text = {
|
|
54
58
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
55
59
|
artGallery: `(en) Art Gallery`,
|
56
60
|
commission: `(en) Commission`,
|
57
|
-
|
61
|
+
commissions: `(en) Commissions`,
|
62
|
+
digitalDownloads: `(en) Digital Downloads`,
|
58
63
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
59
64
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
60
65
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -323,7 +328,6 @@ export const text: text = {
|
|
323
328
|
newOrder: `Novo pedido`,
|
324
329
|
newPassword: `Nova senha`,
|
325
330
|
newProduct: `Novo produto`,
|
326
|
-
newProducts: `Novos produtos`,
|
327
331
|
newsFeed: `Feed de notícias`,
|
328
332
|
next: `Próximo`,
|
329
333
|
nextTimeYouAuthenticateYouCouldUseThe: `Na próxima vez que você se autenticar, poderá usar a conta conectada, em vez do login e senha`,
|
package/src/russian.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
|
2
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
3
3
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
4
4
|
files: `(en) Files`,
|
5
5
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -10,6 +10,9 @@ export const text: text = {
|
|
10
10
|
needsYourReview: `(en) Needs Your Review`,
|
11
11
|
buyersRequest: `(en) Buyer's request`,
|
12
12
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
13
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
14
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
15
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
13
16
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
14
17
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
15
18
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -33,6 +36,7 @@ export const text: text = {
|
|
33
36
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
34
37
|
instantDownload: `(en) Instant Download`,
|
35
38
|
customWork: `(en) Custom Work`,
|
39
|
+
allListings: `(en) All Listings`,
|
36
40
|
newCommission: `(en) New commission`,
|
37
41
|
noOrders: `(en) No orders`,
|
38
42
|
buyNow: `(en) Buy now`,
|
@@ -51,7 +55,8 @@ export const text: text = {
|
|
51
55
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
52
56
|
artGallery: `(en) Art Gallery`,
|
53
57
|
commission: `(en) Commission`,
|
54
|
-
|
58
|
+
commissions: `(en) Commissions`,
|
59
|
+
digitalDownloads: `(en) Digital Downloads`,
|
55
60
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
56
61
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
57
62
|
optionallyYouCanAddADescriptionToShareMoreAboutYourCreation: `(en) Optionally, you can add a description to share more about your creation`,
|
@@ -321,7 +326,6 @@ export const text: text = {
|
|
321
326
|
newOrder: `Новый заказ`,
|
322
327
|
newPassword: `Новый пароль`,
|
323
328
|
newProduct: `Новый продукт`,
|
324
|
-
newProducts: `Новые товары`,
|
325
329
|
newsFeed: `Лента новостей`,
|
326
330
|
next: `Продолжить`,
|
327
331
|
nextTimeYouAuthenticateYouCouldUseThe: `В следующий раз вы можете использовать подключенный аккаунт вместо логина и пароля`,
|
package/src/spanish.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
|
3
3
|
`(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
|
4
|
-
|
4
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
5
5
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
6
6
|
files: `(en) Files`,
|
7
7
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -13,6 +13,9 @@ export const text: text = {
|
|
13
13
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
14
14
|
buyersRequest: `(en) Buyer's request`,
|
15
15
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
16
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
17
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
18
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
16
19
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
17
20
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
18
21
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -36,6 +39,7 @@ export const text: text = {
|
|
36
39
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
37
40
|
instantDownload: `(en) Instant Download`,
|
38
41
|
customWork: `(en) Custom Work`,
|
42
|
+
allListings: `(en) All Listings`,
|
39
43
|
newCommission: `(en) New commission`,
|
40
44
|
noOrders: `(en) No orders`,
|
41
45
|
buyNow: `(en) Buy now`,
|
@@ -54,7 +58,8 @@ export const text: text = {
|
|
54
58
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
55
59
|
artGallery: `(en) Art Gallery`,
|
56
60
|
commission: `(en) Commission`,
|
57
|
-
|
61
|
+
commissions: `(en) Commissions`,
|
62
|
+
digitalDownloads: `(en) Digital Downloads`,
|
58
63
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
59
64
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
60
65
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -325,7 +330,6 @@ export const text: text = {
|
|
325
330
|
newOrder: `Nuevo pedido`,
|
326
331
|
newPassword: `Nueva contraseña`,
|
327
332
|
newProduct: `Nuevo producto`,
|
328
|
-
newProducts: `Nuevos productos`,
|
329
333
|
newsFeed: `Noticias`,
|
330
334
|
next: `Siguiente`,
|
331
335
|
nextTimeYouAuthenticateYouCouldUseThe: `La próxima vez que te autentiques, podrías usar la cuenta conectada en lugar del inicio de sesión y la contraseña`,
|
package/src/thai.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
|
3
3
|
`(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
|
4
|
-
|
4
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
5
5
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
6
6
|
files: `(en) Files`,
|
7
7
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -13,6 +13,9 @@ export const text: text = {
|
|
13
13
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
14
14
|
buyersRequest: `(en) Buyer's request`,
|
15
15
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
16
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
17
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
18
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
16
19
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
17
20
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
18
21
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -36,6 +39,7 @@ export const text: text = {
|
|
36
39
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
37
40
|
instantDownload: `(en) Instant Download`,
|
38
41
|
customWork: `(en) Custom Work`,
|
42
|
+
allListings: `(en) All Listings`,
|
39
43
|
newCommission: `(en) New commission`,
|
40
44
|
noOrders: `(en) No orders`,
|
41
45
|
buyNow: `(en) Buy now`,
|
@@ -54,7 +58,8 @@ export const text: text = {
|
|
54
58
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
55
59
|
artGallery: `(en) Art Gallery`,
|
56
60
|
commission: `(en) Commission`,
|
57
|
-
|
61
|
+
commissions: `(en) Commissions`,
|
62
|
+
digitalDownloads: `(en) Digital Downloads`,
|
58
63
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
59
64
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
60
65
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -321,7 +326,6 @@ export const text: text = {
|
|
321
326
|
newOrder: `คำสั่งซื้อใหม่`,
|
322
327
|
newPassword: `รหัสผ่านใหม่`,
|
323
328
|
newProduct: `ผลิตภัณฑ์ใหม่`,
|
324
|
-
newProducts: `สินค้าใหม่`,
|
325
329
|
newsFeed: `ฟีดข่าว`,
|
326
330
|
next: `ถัดไป`,
|
327
331
|
nextTimeYouAuthenticateYouCouldUseThe: `ครั้งต่อไปที่คุณตรวจสอบตัวตนคุณสามารถใช้บัญชีที่เชื่อมต่อได้แทนการเข้าสู่ระบบและรหัสผ่าน`,
|
package/src/vietnamese.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export const text: text = {
|
2
2
|
animeClubUsesToPayYouQuicklyAndKeepYourInfoSecure: (...v) =>
|
3
3
|
`(en) Anime.club uses ${v[0]} to get you paid quickly and keep your personal and payment information secure`,
|
4
|
-
|
4
|
+
clickTheButtonBelowToOpenYourStripeDashboard: `(en) Click the button below to open your Stripe dashboard and view your account details`,
|
5
5
|
visitStripeDashboard: `(en) Visit Stripe dashboard`,
|
6
6
|
files: `(en) Files`,
|
7
7
|
prohibitedTransaction: `(en) Prohibited transaction`,
|
@@ -13,6 +13,9 @@ export const text: text = {
|
|
13
13
|
awaitingSellerResponse: `(en) Awaiting seller response`,
|
14
14
|
buyersRequest: `(en) Buyer's request`,
|
15
15
|
awaitingClientReview: `(en) Awaiting Client Review`,
|
16
|
+
thankYouForYourPurchase: `(en) Thank you for your purchase!`,
|
17
|
+
greatNewsBuyerPurchasedYourItemTimeToCelebrate: (...v) =>
|
18
|
+
`(en) Great news! ${v[0]} purchased your item. Time to celebrate!`,
|
16
19
|
usernameHasntListedAnyProductsForSaleYet: (...v) =>
|
17
20
|
`(en) @${v[0]} hasn't listed any products for sale yet`,
|
18
21
|
usernameHasntAddedAnythingToTheirPortfolioYet: (...v) =>
|
@@ -36,6 +39,7 @@ export const text: text = {
|
|
36
39
|
offerDigitalProducts: `(en) Offer digital products that buyers can access right away`,
|
37
40
|
instantDownload: `(en) Instant Download`,
|
38
41
|
customWork: `(en) Custom Work`,
|
42
|
+
allListings: `(en) All Listings`,
|
39
43
|
newCommission: `(en) New commission`,
|
40
44
|
noOrders: `(en) No orders`,
|
41
45
|
buyNow: `(en) Buy now`,
|
@@ -54,7 +58,8 @@ export const text: text = {
|
|
54
58
|
youAreCoveredIfThereIsAProblem: `(en) You're covered! If there's a problem and the dispute is valid, you'll get 100% of your money back`,
|
55
59
|
artGallery: `(en) Art Gallery`,
|
56
60
|
commission: `(en) Commission`,
|
57
|
-
|
61
|
+
commissions: `(en) Commissions`,
|
62
|
+
digitalDownloads: `(en) Digital Downloads`,
|
58
63
|
setUpStripeAccountToGetPaidWithAnimeClub: `(en) Set up a Stripe account to get paid with Anime.club`,
|
59
64
|
describeWhatsIncludedAndWhatTheBuyerCanExpectAfterPurchase: `(en) Describe what’s included and what the buyer can expect after purchase`,
|
60
65
|
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
@@ -320,7 +325,6 @@ export const text: text = {
|
|
320
325
|
newOrder: `Đơn hàng mới`,
|
321
326
|
newPassword: `Mật khẩu mới`,
|
322
327
|
newProduct: `Sản phẩm mới`,
|
323
|
-
newProducts: `Sản phẩm mới`,
|
324
328
|
newsFeed: `Bảng tin`,
|
325
329
|
next: `Tiếp theo`,
|
326
330
|
nextTimeYouAuthenticateYouCouldUseThe: `Lần đăng nhập tiếp theo, bạn có thể sử dụng tài khoản được kết nối thay vì đăng nhập và mật khẩu`,
|