@anime.club/translations 1.1.97 → 1.1.98
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 +2 -1
- package/src/chinese-simplified.ts +2 -1
- package/src/english.ts +2 -1
- package/src/french.ts +2 -1
- package/src/german.ts +2 -1
- package/src/hindi.ts +2 -1
- package/src/indonesian.ts +2 -1
- package/src/japanese.ts +2 -1
- package/src/korean.ts +2 -1
- package/src/portuguese.ts +2 -1
- package/src/russian.ts +2 -1
- package/src/spanish.ts +2 -1
- package/src/thai.ts +2 -1
- package/src/vietnamese.ts +2 -1
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -273,7 +275,6 @@ export const text: text = {
|
|
273
275
|
nextTimeYouAuthenticateYouCouldUseThe: `في المرة القادمة التي تقوم فيها بالمصادقة، يمكنك استخدام الحساب المتصل بدلاً من تسجيل الدخول وكلمة المرور`,
|
274
276
|
nightTheme: `موضوع الليل`,
|
275
277
|
no: `لا`,
|
276
|
-
noAddedFavoriteArts: `لا توجد أي رسومات مُفضلة تمت إضافتها`,
|
277
278
|
noInternetConnection: `لا يوجد اتصال بالانترنت!`,
|
278
279
|
nonConsensualIntimateContent: `محتوى حميم غير مرغوب فيه`,
|
279
280
|
none: `لا شيء`,
|
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -271,7 +273,6 @@ export const text: text = {
|
|
271
273
|
nextTimeYouAuthenticateYouCouldUseThe: `下次验证时,您可以使用连接的帐户,而不是登录和密码`,
|
272
274
|
nightTheme: `夜间主题`,
|
273
275
|
no: `没有`,
|
274
|
-
noAddedFavoriteArts: `无添加的精选作品`,
|
275
276
|
noInternetConnection: `没有网络连接!`,
|
276
277
|
nonConsensualIntimateContent: `非自愿亲密内容`,
|
277
278
|
none: `无`,
|
package/src/english.ts
CHANGED
@@ -257,7 +257,6 @@ export const text = {
|
|
257
257
|
nextTimeYouAuthenticateYouCouldUseThe: `Next time you authenticate, you could use the connected account, instead of the login and password`,
|
258
258
|
nightTheme: `Night theme`,
|
259
259
|
no: `no`,
|
260
|
-
noAddedFavoriteArts: `no added favorite arts`,
|
261
260
|
noInternetConnection: `No Internet connection!`,
|
262
261
|
nonConsensualIntimateContent: `Non-consensual intimate content`,
|
263
262
|
none: `None`,
|
@@ -273,6 +272,7 @@ export const text = {
|
|
273
272
|
online: `Online`,
|
274
273
|
onlyLatinLettersNumbersHyphen: `Only latin letters, numbers, hyphen, underscore, and dot characters`,
|
275
274
|
onlyNumbers: `Only numbers`,
|
275
|
+
onlyYouCanSeeWhatYouveSaved: `Only you can see what you've saved`,
|
276
276
|
open: `Open`,
|
277
277
|
openDispute: `Open dispute`,
|
278
278
|
openGuestView: `Open guest view`,
|
@@ -367,6 +367,7 @@ export const text = {
|
|
367
367
|
socialMedia: `Social media`,
|
368
368
|
spaceCharacterIsNotAllowed: `Space character is not allowed`,
|
369
369
|
spam: `Spam`,
|
370
|
+
startAddingFavoritesToSeeThemHere: `Start adding favorites to see them here`,
|
370
371
|
submitAReport: `Submit a report`,
|
371
372
|
submitWork: `Submit work`,
|
372
373
|
subscribeToTalentsToKeepUpWithTheirProgress: `Subscribe to talents to keep up with their progress`,
|
package/src/french.ts
CHANGED
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -276,7 +278,6 @@ export const text: text = {
|
|
276
278
|
nextTimeYouAuthenticateYouCouldUseThe: `La prochaine fois que vous vous authentifierez, vous pourrez utiliser le compte connecté, au lieu de l'identifiant et du mot de passe`,
|
277
279
|
nightTheme: `Thème sombre`,
|
278
280
|
no: `non`,
|
279
|
-
noAddedFavoriteArts: `aucun art favoris ajouté`,
|
280
281
|
noInternetConnection: `Pas de connexion Internet !`,
|
281
282
|
nonConsensualIntimateContent: `Contenu intime non consensuel`,
|
282
283
|
none: `Aucun`,
|
package/src/german.ts
CHANGED
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -276,7 +278,6 @@ export const text: text = {
|
|
276
278
|
nextTimeYouAuthenticateYouCouldUseThe: `Das nächste Mal, wenn Sie sich authentifizieren, können Sie das verbundene Konto anstelle von Login und Passwort verwenden`,
|
277
279
|
nightTheme: `Nachtthema`,
|
278
280
|
no: `Nein`,
|
279
|
-
noAddedFavoriteArts: `keine hinzugefügten favorisierten Arts`,
|
280
281
|
noInternetConnection: `Keine Internetverbindung!`,
|
281
282
|
nonConsensualIntimateContent: `Nicht einvernehmlicher intimer Inhalt`,
|
282
283
|
none: `Keine`,
|
package/src/hindi.ts
CHANGED
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -276,7 +278,6 @@ export const text: text = {
|
|
276
278
|
nextTimeYouAuthenticateYouCouldUseThe: `अगली बार जब आप प्रमाणित करेंगे, आप लॉगिन और पासवर्ड के बजाय कनेक्टेड अकाउंट का उपयोग कर सकते हैं`,
|
277
279
|
nightTheme: `रात्रि थीम`,
|
278
280
|
no: `नहीं।`,
|
279
|
-
noAddedFavoriteArts: `कोई पसंदीदा कला नहीं`,
|
280
281
|
noInternetConnection: `कोई इंटरनेट कनेक्शन नहीं!`,
|
281
282
|
nonConsensualIntimateContent: `गैर सहमति वाली आत्मीय सामग्री`,
|
282
283
|
none: `कोई नहीं`,
|
package/src/indonesian.ts
CHANGED
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -276,7 +278,6 @@ export const text: text = {
|
|
276
278
|
nextTimeYouAuthenticateYouCouldUseThe: `Kali berikutnya saat Anda mengautentikasi, Anda dapat menggunakan akun terhubung, bukan login dan kata sandi`,
|
277
279
|
nightTheme: `Tema malam`,
|
278
280
|
no: `tidak`,
|
279
|
-
noAddedFavoriteArts: `Belum ada karya favorit yang ditambahkan`,
|
280
281
|
noInternetConnection: `Tidak ada koneksi internet!`,
|
281
282
|
nonConsensualIntimateContent: `Konten intim tanpa persetujuan`,
|
282
283
|
none: `Tidak ada`,
|
package/src/japanese.ts
CHANGED
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -275,7 +277,6 @@ export const text: text = {
|
|
275
277
|
nextTimeYouAuthenticateYouCouldUseThe: `次回認証する際は、ログインとパスワードの代わりに接続されたアカウントを使用できます`,
|
276
278
|
nightTheme: `ナイトテーマ`,
|
277
279
|
no: `いいえ`,
|
278
|
-
noAddedFavoriteArts: `追加されたお気に入りアートはありません`,
|
279
280
|
noInternetConnection: `インターネットの接続がありません!`,
|
280
281
|
nonConsensualIntimateContent: `非同意の親密なコンテンツ`,
|
281
282
|
none: `なし`,
|
package/src/korean.ts
CHANGED
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -274,7 +276,6 @@ export const text: text = {
|
|
274
276
|
nextTimeYouAuthenticateYouCouldUseThe: `다음 인증 시 연결된 계정을 사용할 수 있습니다. 로그인 및 비밀번호 대신`,
|
275
277
|
nightTheme: `야간 테마`,
|
276
278
|
no: `아니`,
|
277
|
-
noAddedFavoriteArts: `즐겨찾기에 추가한 아트가 없음`,
|
278
279
|
noInternetConnection: `인터넷에 연결되지 않음!`,
|
279
280
|
nonConsensualIntimateContent: `비동의적인 친밀한 콘텐츠`,
|
280
281
|
none: `없음`,
|
package/src/portuguese.ts
CHANGED
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -276,7 +278,6 @@ export const text: text = {
|
|
276
278
|
nextTimeYouAuthenticateYouCouldUseThe: `Na próxima vez que você se autenticar, poderá usar a conta conectada, em vez do login e senha`,
|
277
279
|
nightTheme: `Tema noturno`,
|
278
280
|
no: `não`,
|
279
|
-
noAddedFavoriteArts: `nenhum art favorito adicionado`,
|
280
281
|
noInternetConnection: `Sem conexão com a Internet!`,
|
281
282
|
nonConsensualIntimateContent: `Conteúdo íntimo não consensual`,
|
282
283
|
none: `Nenhum`,
|
package/src/russian.ts
CHANGED
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -275,7 +277,6 @@ export const text: text = {
|
|
275
277
|
nextTimeYouAuthenticateYouCouldUseThe: `В следующий раз вы можете использовать подключенный аккаунт вместо логина и пароля`,
|
276
278
|
nightTheme: `Ночная тема`,
|
277
279
|
no: `нет`,
|
278
|
-
noAddedFavoriteArts: `добавленных артов в избранное нет`,
|
279
280
|
noInternetConnection: `Подключение к Интернету отсутствует!`,
|
280
281
|
nonConsensualIntimateContent: `Несогласованный интимный контент`,
|
281
282
|
none: `Нет`,
|
package/src/spanish.ts
CHANGED
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -277,7 +279,6 @@ export const text: text = {
|
|
277
279
|
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`,
|
278
280
|
nightTheme: `Tema nocturno`,
|
279
281
|
no: `No`,
|
280
|
-
noAddedFavoriteArts: `Arte favorito no añadido`,
|
281
282
|
noInternetConnection: `¡Sin conexión a Internet!`,
|
282
283
|
nonConsensualIntimateContent: `Contenido íntimo no consensuado`,
|
283
284
|
none: `Ninguno`,
|
package/src/thai.ts
CHANGED
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -274,7 +276,6 @@ export const text: text = {
|
|
274
276
|
nextTimeYouAuthenticateYouCouldUseThe: `ครั้งต่อไปที่คุณตรวจสอบตัวตนคุณสามารถใช้บัญชีที่เชื่อมต่อได้แทนการเข้าสู่ระบบและรหัสผ่าน`,
|
275
277
|
nightTheme: `ธีมกลางคืน`,
|
276
278
|
no: `ไม่`,
|
277
|
-
noAddedFavoriteArts: `ยังไม่ได้เพิ่มผลงานที่ชื่นชอบ`,
|
278
279
|
noInternetConnection: `ไม่ได้เชื่อมต่ออินเทอร์เน็ต!`,
|
279
280
|
nonConsensualIntimateContent: `เนื้อหาส่วนตัวที่ไม่ได้รับความยินยอม`,
|
280
281
|
none: `ไม่มี`,
|
package/src/vietnamese.ts
CHANGED
@@ -15,6 +15,7 @@ export const text: text = {
|
|
15
15
|
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
16
16
|
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
17
17
|
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
18
|
+
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
18
19
|
requestDetails: `(en) Request details`,
|
19
20
|
pleaseRateYourOrder: `(en) Please rate your order`,
|
20
21
|
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
@@ -28,6 +29,7 @@ export const text: text = {
|
|
28
29
|
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
29
30
|
shareYourFavoritePiecesOn: (...v) =>
|
30
31
|
`(en) Share your favorite pieces on ${v[0]}`,
|
32
|
+
startAddingFavoritesToSeeThemHere: `(en) Start adding favorites to see them here`,
|
31
33
|
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
32
34
|
thisFieldIsOptional: `(en) This field is optional`,
|
33
35
|
uploadFiles: `(en) Upload files`,
|
@@ -273,7 +275,6 @@ export const text: text = {
|
|
273
275
|
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`,
|
274
276
|
nightTheme: `Chủ đề đêm`,
|
275
277
|
no: `không`,
|
276
|
-
noAddedFavoriteArts: `không có tranh ưa thích được thêm vào`,
|
277
278
|
noInternetConnection: `Không có kết nối Internet!`,
|
278
279
|
nonConsensualIntimateContent: `Nội dung thân mật không đồng ý`,
|
279
280
|
none: `Không`,
|