@anime.club/translations 1.1.31 → 1.1.33
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 +5 -0
- package/src/chinese-simplified.ts +5 -0
- package/src/english.ts +2 -1
- package/src/french.ts +5 -0
- package/src/german.ts +5 -0
- package/src/hindi.ts +5 -0
- package/src/indonesian.ts +5 -0
- package/src/japanese.ts +5 -0
- package/src/korean.ts +5 -0
- package/src/portuguese.ts +5 -0
- package/src/russian.ts +5 -0
- package/src/spanish.ts +5 -0
- package/src/thai.ts +5 -0
- package/src/vietnamese.ts +5 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `أضف عمل فني جديد`,
|
21
21
|
addPreview: `أضف معاينة`,
|
22
22
|
addSignInVia: `إضافة تسجيل الدخول عبر`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `(en) Advanced options`,
|
24
25
|
all: `الكل`,
|
25
26
|
alreadySignedIn: `تم تسجيل الدخول بالفعل`,
|
@@ -47,6 +48,7 @@ Social Network`,
|
|
47
48
|
authenticationFailed: `فشلت المصادقة`,
|
48
49
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
50
|
back: `الرجوع`,
|
51
|
+
basePrice: `(en) Base Price`,
|
50
52
|
blog: `المدونة`,
|
51
53
|
bookmarks: `العلامات المرجعية`,
|
52
54
|
browseArt: `تصفح الأعمال`,
|
@@ -218,6 +220,7 @@ Social Network`,
|
|
218
220
|
openToWork: `(en) Open to work`,
|
219
221
|
optional: `(en) Optional`,
|
220
222
|
or: `أو`,
|
223
|
+
orderOptions: `(en) Order Options`,
|
221
224
|
pageNotFound: `(en) Page not found`,
|
222
225
|
password: `كلمة السر`,
|
223
226
|
payments: `المدفوعات`,
|
@@ -237,6 +240,7 @@ Social Network`,
|
|
237
240
|
price: `(en) Price`,
|
238
241
|
privacyPolicy: `سياسة الخصوصية`,
|
239
242
|
privateInformation: `(en) Private information`,
|
243
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
240
244
|
product: `(en) Product`,
|
241
245
|
profile: `ملف التعريف`,
|
242
246
|
promotions: `(en) Promotions`,
|
@@ -287,6 +291,7 @@ Social Network`,
|
|
287
291
|
titleYourExtraService: `(en) Title your extra service`,
|
288
292
|
today: `(en) Today`,
|
289
293
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
294
|
+
total: `(en) Total`,
|
290
295
|
typeYourTextHere: `ادخل النص هنا...`,
|
291
296
|
unlimited: `(en) Unlimited`,
|
292
297
|
upload: `(en) Upload`,
|
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `添加新艺术品`,
|
21
21
|
addPreview: `添加预览`,
|
22
22
|
addSignInVia: `通过添加登录`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `(en) Advanced options`,
|
24
25
|
all: `全部`,
|
25
26
|
alreadySignedIn: `已登录`,
|
@@ -47,6 +48,7 @@ Social Network`,
|
|
47
48
|
authenticationFailed: `验证失败`,
|
48
49
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
50
|
back: `背部`,
|
51
|
+
basePrice: `(en) Base Price`,
|
50
52
|
blog: `博客`,
|
51
53
|
bookmarks: `书签`,
|
52
54
|
browseArt: `浏览艺术品`,
|
@@ -217,6 +219,7 @@ Social Network`,
|
|
217
219
|
openToWork: `(en) Open to work`,
|
218
220
|
optional: `(en) Optional`,
|
219
221
|
or: `要么`,
|
222
|
+
orderOptions: `(en) Order Options`,
|
220
223
|
pageNotFound: `(en) Page not found`,
|
221
224
|
password: `密码`,
|
222
225
|
payments: `付款方式`,
|
@@ -235,6 +238,7 @@ Social Network`,
|
|
235
238
|
price: `(en) Price`,
|
236
239
|
privacyPolicy: `隐私政策`,
|
237
240
|
privateInformation: `(en) Private information`,
|
241
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
238
242
|
product: `(en) Product`,
|
239
243
|
profile: `账户`,
|
240
244
|
promotions: `(en) Promotions`,
|
@@ -285,6 +289,7 @@ Social Network`,
|
|
285
289
|
titleYourExtraService: `(en) Title your extra service`,
|
286
290
|
today: `(en) Today`,
|
287
291
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
292
|
+
total: `(en) Total`,
|
288
293
|
typeYourTextHere: `在此输入文字...`,
|
289
294
|
unlimited: `(en) Unlimited`,
|
290
295
|
upload: `(en) Upload`,
|
package/src/english.ts
CHANGED
@@ -47,6 +47,7 @@ export const text = {
|
|
47
47
|
authenticationFailed: `Authentication failed`,
|
48
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
49
|
back: `Back`,
|
50
|
+
basePrice: `Base Price`,
|
50
51
|
blog: `Blog`,
|
51
52
|
bookmarks: `Bookmarks`,
|
52
53
|
browseArt: `Browse art`,
|
@@ -81,7 +82,6 @@ export const text = {
|
|
81
82
|
createYourShop: `Create your shop`,
|
82
83
|
currentPassword: `Current password`,
|
83
84
|
daily: `Daily`,
|
84
|
-
// dayDelivery: (numOfDays: number) => `${numOfDays} day delivery`,
|
85
85
|
darkDefault: `Dark default`,
|
86
86
|
darkHighContrast: `Dark high contrast`,
|
87
87
|
dayTheme: `Day theme`,
|
@@ -240,6 +240,7 @@ export const text = {
|
|
240
240
|
price: `Price`,
|
241
241
|
privacyPolicy: `Privacy policy`,
|
242
242
|
privateInformation: `Private information`,
|
243
|
+
proceedToCheckout: `Proceed to Checkout`,
|
243
244
|
product: `Product`,
|
244
245
|
profile: `Profile`,
|
245
246
|
promotions: `Promotions`,
|
package/src/french.ts
CHANGED
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `Ajouter un nouvel art`,
|
21
21
|
addPreview: `Ajouter un aperçu`,
|
22
22
|
addSignInVia: `Ajouter une connexion via`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `(en) Advanced options`,
|
24
25
|
all: `Tout`,
|
25
26
|
alreadySignedIn: `Déjà connecté`,
|
@@ -47,6 +48,7 @@ Social Network`,
|
|
47
48
|
authenticationFailed: `Authentification échouée`,
|
48
49
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
50
|
back: `Arrière`,
|
51
|
+
basePrice: `(en) Base Price`,
|
50
52
|
blog: `Blog`,
|
51
53
|
bookmarks: `Signets`,
|
52
54
|
browseArt: `Parcourir l'art`,
|
@@ -218,6 +220,7 @@ Social Network`,
|
|
218
220
|
openToWork: `(en) Open to work`,
|
219
221
|
optional: `(en) Optional`,
|
220
222
|
or: `OU`,
|
223
|
+
orderOptions: `(en) Order Options`,
|
221
224
|
pageNotFound: `(en) Page not found`,
|
222
225
|
password: `Mot de passe`,
|
223
226
|
payments: `Paiements`,
|
@@ -237,6 +240,7 @@ Social Network`,
|
|
237
240
|
price: `(en) Price`,
|
238
241
|
privacyPolicy: `Politique de confidentialité`,
|
239
242
|
privateInformation: `(en) Private information`,
|
243
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
240
244
|
product: `(en) Product`,
|
241
245
|
profile: `Profil`,
|
242
246
|
promotions: `(en) Promotions`,
|
@@ -287,6 +291,7 @@ Social Network`,
|
|
287
291
|
titleYourExtraService: `(en) Title your extra service`,
|
288
292
|
today: `(en) Today`,
|
289
293
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
294
|
+
total: `(en) Total`,
|
290
295
|
typeYourTextHere: `Écrivez votre texte ici ...`,
|
291
296
|
unlimited: `(en) Unlimited`,
|
292
297
|
upload: `(en) Upload`,
|
package/src/german.ts
CHANGED
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `Neue Kunst hinzufügen`,
|
21
21
|
addPreview: `Vorschau hinzufügen`,
|
22
22
|
addSignInVia: `Anmeldung hinzufügen über`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `(en) Advanced options`,
|
24
25
|
all: `Alle`,
|
25
26
|
alreadySignedIn: `Bereits angemeldet`,
|
@@ -47,6 +48,7 @@ Social Network`,
|
|
47
48
|
authenticationFailed: `Authentifizierung fehlgeschlagen`,
|
48
49
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
50
|
back: `Zurück`,
|
51
|
+
basePrice: `(en) Base Price`,
|
50
52
|
blog: `Blog`,
|
51
53
|
bookmarks: `Lesezeichen`,
|
52
54
|
browseArt: `Kunst durchsuchen`,
|
@@ -218,6 +220,7 @@ Social Network`,
|
|
218
220
|
openToWork: `(en) Open to work`,
|
219
221
|
optional: `(en) Optional`,
|
220
222
|
or: `ODER`,
|
223
|
+
orderOptions: `(en) Order Options`,
|
221
224
|
pageNotFound: `(en) Page not found`,
|
222
225
|
password: `Passwort`,
|
223
226
|
payments: `Zahlungen`,
|
@@ -238,6 +241,7 @@ Social Network`,
|
|
238
241
|
price: `(en) Price`,
|
239
242
|
privacyPolicy: `Datenschutzrichtlinie`,
|
240
243
|
privateInformation: `(en) Private information`,
|
244
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
241
245
|
product: `(en) Product`,
|
242
246
|
profile: `Profil`,
|
243
247
|
promotions: `(en) Promotions`,
|
@@ -288,6 +292,7 @@ Social Network`,
|
|
288
292
|
titleYourExtraService: `(en) Title your extra service`,
|
289
293
|
today: `(en) Today`,
|
290
294
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
295
|
+
total: `(en) Total`,
|
291
296
|
typeYourTextHere: `Bitte hier ihren Text eingeben...`,
|
292
297
|
unlimited: `(en) Unlimited`,
|
293
298
|
upload: `(en) Upload`,
|
package/src/hindi.ts
CHANGED
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `नई चित्र जोड़ें`,
|
21
21
|
addPreview: `पूर्व संवीक्षा जोड़ें`,
|
22
22
|
addSignInVia: `साइन इन के माध्यम से जोड़ें`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `(en) Advanced options`,
|
24
25
|
all: `सब`,
|
25
26
|
alreadySignedIn: `पहले से ही साइन इन`,
|
@@ -47,6 +48,7 @@ Social Network`,
|
|
47
48
|
authenticationFailed: `प्रमाणीकरण विफल हो गया`,
|
48
49
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
50
|
back: `वापस`,
|
51
|
+
basePrice: `(en) Base Price`,
|
50
52
|
blog: `ब्लॉग`,
|
51
53
|
bookmarks: `बुकमार्क`,
|
52
54
|
browseArt: `चित्रकला ब्राउज़ करें`,
|
@@ -218,6 +220,7 @@ Social Network`,
|
|
218
220
|
openToWork: `(en) Open to work`,
|
219
221
|
optional: `(en) Optional`,
|
220
222
|
or: `या`,
|
223
|
+
orderOptions: `(en) Order Options`,
|
221
224
|
pageNotFound: `(en) Page not found`,
|
222
225
|
password: `पासवर्ड`,
|
223
226
|
payments: `भुगतान`,
|
@@ -237,6 +240,7 @@ Social Network`,
|
|
237
240
|
price: `(en) Price`,
|
238
241
|
privacyPolicy: `निजता नीति`,
|
239
242
|
privateInformation: `(en) Private information`,
|
243
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
240
244
|
product: `(en) Product`,
|
241
245
|
profile: `प्रोफ़ाइल`,
|
242
246
|
promotions: `(en) Promotions`,
|
@@ -287,6 +291,7 @@ Social Network`,
|
|
287
291
|
titleYourExtraService: `(en) Title your extra service`,
|
288
292
|
today: `(en) Today`,
|
289
293
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
294
|
+
total: `(en) Total`,
|
290
295
|
typeYourTextHere: `अपना अक्षर यहां दर्ज करें...`,
|
291
296
|
unlimited: `(en) Unlimited`,
|
292
297
|
upload: `(en) Upload`,
|
package/src/indonesian.ts
CHANGED
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `Tambahkan karya baru`,
|
21
21
|
addPreview: `Tambahkan pratayang`,
|
22
22
|
addSignInVia: `Log masuk melalui`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `(en) Advanced options`,
|
24
25
|
all: `Semua`,
|
25
26
|
alreadySignedIn: `Anda sudah masuk`,
|
@@ -47,6 +48,7 @@ Social Network`,
|
|
47
48
|
authenticationFailed: `Autentikasi gagal`,
|
48
49
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
50
|
back: `Kembali`,
|
51
|
+
basePrice: `(en) Base Price`,
|
50
52
|
blog: `Blog `,
|
51
53
|
bookmarks: `Markah`,
|
52
54
|
browseArt: `Jelajahi karya`,
|
@@ -218,6 +220,7 @@ Social Network`,
|
|
218
220
|
openToWork: `(en) Open to work`,
|
219
221
|
optional: `(en) Optional`,
|
220
222
|
or: `ATAU`,
|
223
|
+
orderOptions: `(en) Order Options`,
|
221
224
|
pageNotFound: `(en) Page not found`,
|
222
225
|
password: `Kata sandi`,
|
223
226
|
payments: `Pembayaran`,
|
@@ -238,6 +241,7 @@ Social Network`,
|
|
238
241
|
price: `(en) Price`,
|
239
242
|
privacyPolicy: `Kebijakan kerahasiaan`,
|
240
243
|
privateInformation: `(en) Private information`,
|
244
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
241
245
|
product: `(en) Product`,
|
242
246
|
profile: `Profil`,
|
243
247
|
promotions: `(en) Promotions`,
|
@@ -288,6 +292,7 @@ Social Network`,
|
|
288
292
|
titleYourExtraService: `(en) Title your extra service`,
|
289
293
|
today: `(en) Today`,
|
290
294
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
295
|
+
total: `(en) Total`,
|
291
296
|
typeYourTextHere: `Ketikkan teks Anda di sini...`,
|
292
297
|
unlimited: `(en) Unlimited`,
|
293
298
|
upload: `(en) Upload`,
|
package/src/japanese.ts
CHANGED
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `新しいアートを追加する`,
|
21
21
|
addPreview: `プレビューを追加する`,
|
22
22
|
addSignInVia: `サインイン元を追加する:`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `(en) Advanced options`,
|
24
25
|
all: `すべて`,
|
25
26
|
alreadySignedIn: `サインイン済み`,
|
@@ -47,6 +48,7 @@ Social Network`,
|
|
47
48
|
authenticationFailed: `認証できませんでした`,
|
48
49
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
50
|
back: `戻る`,
|
51
|
+
basePrice: `(en) Base Price`,
|
50
52
|
blog: `ブログ`,
|
51
53
|
bookmarks: `ブックマーク`,
|
52
54
|
browseArt: `アートを閲覧する`,
|
@@ -217,6 +219,7 @@ Social Network`,
|
|
217
219
|
openToWork: `(en) Open to work`,
|
218
220
|
optional: `(en) Optional`,
|
219
221
|
or: `または`,
|
222
|
+
orderOptions: `(en) Order Options`,
|
220
223
|
pageNotFound: `(en) Page not found`,
|
221
224
|
password: `パスワード`,
|
222
225
|
payments: `支払い`,
|
@@ -236,6 +239,7 @@ Social Network`,
|
|
236
239
|
price: `(en) Price`,
|
237
240
|
privacyPolicy: `プライバシーポリシー`,
|
238
241
|
privateInformation: `(en) Private information`,
|
242
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
239
243
|
product: `(en) Product`,
|
240
244
|
profile: `プロフィール`,
|
241
245
|
promotions: `(en) Promotions`,
|
@@ -286,6 +290,7 @@ Social Network`,
|
|
286
290
|
titleYourExtraService: `(en) Title your extra service`,
|
287
291
|
today: `(en) Today`,
|
288
292
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
293
|
+
total: `(en) Total`,
|
289
294
|
typeYourTextHere: `内容をここに入力してください...`,
|
290
295
|
unlimited: `(en) Unlimited`,
|
291
296
|
upload: `(en) Upload`,
|
package/src/korean.ts
CHANGED
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `새로운 아트 추가`,
|
21
21
|
addPreview: `미리보기 추가`,
|
22
22
|
addSignInVia: `다음을 통해 로그인 추가`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `(en) Advanced options`,
|
24
25
|
all: `전체`,
|
25
26
|
alreadySignedIn: `이미 로그인되었습니다`,
|
@@ -47,6 +48,7 @@ Social Network`,
|
|
47
48
|
authenticationFailed: `인증 실패`,
|
48
49
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
50
|
back: `뒤로`,
|
51
|
+
basePrice: `(en) Base Price`,
|
50
52
|
blog: `블로그`,
|
51
53
|
bookmarks: `북마크`,
|
52
54
|
browseArt: `아트 검색`,
|
@@ -217,6 +219,7 @@ Social Network`,
|
|
217
219
|
openToWork: `(en) Open to work`,
|
218
220
|
optional: `(en) Optional`,
|
219
221
|
or: `또는`,
|
222
|
+
orderOptions: `(en) Order Options`,
|
220
223
|
pageNotFound: `(en) Page not found`,
|
221
224
|
password: `암호`,
|
222
225
|
payments: `지불`,
|
@@ -235,6 +238,7 @@ Social Network`,
|
|
235
238
|
price: `(en) Price`,
|
236
239
|
privacyPolicy: `트위터 개인정보 처리방침`,
|
237
240
|
privateInformation: `(en) Private information`,
|
241
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
238
242
|
product: `(en) Product`,
|
239
243
|
profile: `프로필`,
|
240
244
|
promotions: `(en) Promotions`,
|
@@ -285,6 +289,7 @@ Social Network`,
|
|
285
289
|
titleYourExtraService: `(en) Title your extra service`,
|
286
290
|
today: `(en) Today`,
|
287
291
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
292
|
+
total: `(en) Total`,
|
288
293
|
typeYourTextHere: `여기에 텍스트를 입력하세요 ...`,
|
289
294
|
unlimited: `(en) Unlimited`,
|
290
295
|
upload: `(en) Upload`,
|
package/src/portuguese.ts
CHANGED
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `Adicionar nova arte`,
|
21
21
|
addPreview: `Adicionar visualização`,
|
22
22
|
addSignInVia: `Adicionar iniciar secção via`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `(en) Advanced options`,
|
24
25
|
all: `Tudo`,
|
25
26
|
alreadySignedIn: `Secção já iniciada`,
|
@@ -47,6 +48,7 @@ Social Network`,
|
|
47
48
|
authenticationFailed: `Autenticação falhou`,
|
48
49
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
50
|
back: `Costas`,
|
51
|
+
basePrice: `(en) Base Price`,
|
50
52
|
blog: `Blog`,
|
51
53
|
bookmarks: `Itens salvos`,
|
52
54
|
browseArt: `Navegue pela arte`,
|
@@ -218,6 +220,7 @@ Social Network`,
|
|
218
220
|
openToWork: `(en) Open to work`,
|
219
221
|
optional: `(en) Optional`,
|
220
222
|
or: `OU`,
|
223
|
+
orderOptions: `(en) Order Options`,
|
221
224
|
pageNotFound: `(en) Page not found`,
|
222
225
|
password: `Senha`,
|
223
226
|
payments: `Pagamentos`,
|
@@ -238,6 +241,7 @@ Social Network`,
|
|
238
241
|
price: `(en) Price`,
|
239
242
|
privacyPolicy: `Política de Privacidade`,
|
240
243
|
privateInformation: `(en) Private information`,
|
244
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
241
245
|
product: `(en) Product`,
|
242
246
|
profile: `Perfil`,
|
243
247
|
promotions: `(en) Promotions`,
|
@@ -288,6 +292,7 @@ Social Network`,
|
|
288
292
|
titleYourExtraService: `(en) Title your extra service`,
|
289
293
|
today: `(en) Today`,
|
290
294
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
295
|
+
total: `(en) Total`,
|
291
296
|
typeYourTextHere: `Digite seu texto aqui...`,
|
292
297
|
unlimited: `(en) Unlimited`,
|
293
298
|
upload: `(en) Upload`,
|
package/src/russian.ts
CHANGED
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `Добавить новый арт`,
|
21
21
|
addPreview: `Добавить превью`,
|
22
22
|
addSignInVia: `Добавить вход через`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `Дополнительные параметры`,
|
24
25
|
all: `Все`,
|
25
26
|
alreadySignedIn: `Уже авторизованы`,
|
@@ -46,6 +47,7 @@ Social Network`,
|
|
46
47
|
authenticationFailed: `Ошибка аутентификации`,
|
47
48
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Автопубликация в Instagram доступна только для бизнес-аккаунтов Instagram`,
|
48
49
|
back: `Назад`,
|
50
|
+
basePrice: `(en) Base Price`,
|
49
51
|
blog: `Блог`,
|
50
52
|
bookmarks: `Закладки`,
|
51
53
|
browseArt: `Посмотреть арты`,
|
@@ -217,6 +219,7 @@ Social Network`,
|
|
217
219
|
openToWork: `Открыт для работы`,
|
218
220
|
optional: `Необязательно`,
|
219
221
|
or: `или`,
|
222
|
+
orderOptions: `(en) Order Options`,
|
220
223
|
pageNotFound: `Страница не найдена`,
|
221
224
|
password: `Пароль`,
|
222
225
|
payments: `Платежи`,
|
@@ -235,6 +238,7 @@ Social Network`,
|
|
235
238
|
price: `(en) Price`,
|
236
239
|
privacyPolicy: `Политика конфиденциальности`,
|
237
240
|
privateInformation: `(en) Private information`,
|
241
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
238
242
|
product: `(en) Product`,
|
239
243
|
profile: `Профиль`,
|
240
244
|
promotions: `(en) Promotions`,
|
@@ -285,6 +289,7 @@ Social Network`,
|
|
285
289
|
titleYourExtraService: `(en) Title your extra service`,
|
286
290
|
today: `Сегодня`,
|
287
291
|
toGetWorkRelatedNotifications: `Для получения уведомлений, связанных с работой`,
|
292
|
+
total: `(en) Total`,
|
288
293
|
typeYourTextHere: `Напечатайте здесь свой текст...`,
|
289
294
|
unlimited: `(en) Unlimited`,
|
290
295
|
upload: `Загрузить`,
|
package/src/spanish.ts
CHANGED
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `Agregar arte nuevo`,
|
21
21
|
addPreview: `Agregar vista previa`,
|
22
22
|
addSignInVia: `Añadir inicio de sesión mediante`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `(en) Advanced options`,
|
24
25
|
all: `Todo`,
|
25
26
|
alreadySignedIn: `Sesión iniciada`,
|
@@ -47,6 +48,7 @@ Social Network`,
|
|
47
48
|
authenticationFailed: `Error de autenticación`,
|
48
49
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
50
|
back: `Volver`,
|
51
|
+
basePrice: `(en) Base Price`,
|
50
52
|
blog: `Blog`,
|
51
53
|
bookmarks: `Guardados`,
|
52
54
|
browseArt: `Examinar arte`,
|
@@ -218,6 +220,7 @@ Social Network`,
|
|
218
220
|
openToWork: `(en) Open to work`,
|
219
221
|
optional: `(en) Optional`,
|
220
222
|
or: `O`,
|
223
|
+
orderOptions: `(en) Order Options`,
|
221
224
|
pageNotFound: `(en) Page not found`,
|
222
225
|
password: `Contraseña`,
|
223
226
|
payments: `Pagos`,
|
@@ -237,6 +240,7 @@ Social Network`,
|
|
237
240
|
price: `(en) Price`,
|
238
241
|
privacyPolicy: `Política de Privacidad`,
|
239
242
|
privateInformation: `(en) Private information`,
|
243
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
240
244
|
product: `(en) Product`,
|
241
245
|
profile: `Perfil`,
|
242
246
|
promotions: `(en) Promotions`,
|
@@ -287,6 +291,7 @@ Social Network`,
|
|
287
291
|
titleYourExtraService: `(en) Title your extra service`,
|
288
292
|
today: `(en) Today`,
|
289
293
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
294
|
+
total: `(en) Total`,
|
290
295
|
typeYourTextHere: `Escribe tu texto aquí...`,
|
291
296
|
unlimited: `(en) Unlimited`,
|
292
297
|
upload: `(en) Upload`,
|
package/src/thai.ts
CHANGED
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `เพิ่มงานวาดใหม่`,
|
21
21
|
addPreview: `เพิ่มพรีวิว`,
|
22
22
|
addSignInVia: `เพิ่มการเข้าสู่ระบบผ่าน`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `(en) Advanced options`,
|
24
25
|
all: `ทั้งหมด`,
|
25
26
|
alreadySignedIn: `เข้าสู่ระบบแล้ว`,
|
@@ -47,6 +48,7 @@ Social Network`,
|
|
47
48
|
authenticationFailed: `การยืนยันตัวตนล้มเหลว`,
|
48
49
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
50
|
back: `กลับ`,
|
51
|
+
basePrice: `(en) Base Price`,
|
50
52
|
blog: `บล็อก`,
|
51
53
|
bookmarks: `บุ๊กมาร์ก`,
|
52
54
|
browseArt: `ค้นหาผลงาน`,
|
@@ -218,6 +220,7 @@ Social Network`,
|
|
218
220
|
openToWork: `(en) Open to work`,
|
219
221
|
optional: `(en) Optional`,
|
220
222
|
or: `หรือ`,
|
223
|
+
orderOptions: `(en) Order Options`,
|
221
224
|
pageNotFound: `(en) Page not found`,
|
222
225
|
password: `รหัสผ่าน`,
|
223
226
|
payments: `การชำระเงิน`,
|
@@ -236,6 +239,7 @@ Social Network`,
|
|
236
239
|
price: `(en) Price`,
|
237
240
|
privacyPolicy: `นโยบายความเป็นส่วนตัว`,
|
238
241
|
privateInformation: `(en) Private information`,
|
242
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
239
243
|
product: `(en) Product`,
|
240
244
|
profile: `โปรไฟล์`,
|
241
245
|
promotions: `(en) Promotions`,
|
@@ -286,6 +290,7 @@ Social Network`,
|
|
286
290
|
titleYourExtraService: `(en) Title your extra service`,
|
287
291
|
today: `(en) Today`,
|
288
292
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
293
|
+
total: `(en) Total`,
|
289
294
|
typeYourTextHere: `พิมพ์ข้อความที่นี่...`,
|
290
295
|
unlimited: `(en) Unlimited`,
|
291
296
|
upload: `(en) Upload`,
|
package/src/vietnamese.ts
CHANGED
@@ -20,6 +20,7 @@ export const text: text = {
|
|
20
20
|
addNewArt: `Thêm tác phẩm mới`,
|
21
21
|
addPreview: `Thêm bản xem trước`,
|
22
22
|
addSignInVia: `Thêm đăng nhập qua`,
|
23
|
+
addToCart: `(en) Add to cart`,
|
23
24
|
advancedOptions: `(en) Advanced options`,
|
24
25
|
all: `Tất cả`,
|
25
26
|
alreadySignedIn: `Đã đăng nhập`,
|
@@ -47,6 +48,7 @@ Social Network`,
|
|
47
48
|
authenticationFailed: `Xác thực không thành công`,
|
48
49
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
|
49
50
|
back: `Quay lại`,
|
51
|
+
basePrice: `(en) Base Price`,
|
50
52
|
blog: `Blog`,
|
51
53
|
bookmarks: `Dấu trang`,
|
52
54
|
browseArt: `Duyệt tác phẩm`,
|
@@ -217,6 +219,7 @@ Social Network`,
|
|
217
219
|
openToWork: `(en) Open to work`,
|
218
220
|
optional: `(en) Optional`,
|
219
221
|
or: `HOẶC`,
|
222
|
+
orderOptions: `(en) Order Options`,
|
220
223
|
pageNotFound: `(en) Page not found`,
|
221
224
|
password: `Mật khẩu`,
|
222
225
|
payments: `Thanh toán`,
|
@@ -235,6 +238,7 @@ Social Network`,
|
|
235
238
|
price: `(en) Price`,
|
236
239
|
privacyPolicy: `Chính sách bảo mật`,
|
237
240
|
privateInformation: `(en) Private information`,
|
241
|
+
proceedToCheckout: `(en) Proceed to Checkout`,
|
238
242
|
product: `(en) Product`,
|
239
243
|
profile: `Thông tin`,
|
240
244
|
promotions: `(en) Promotions`,
|
@@ -285,6 +289,7 @@ Social Network`,
|
|
285
289
|
titleYourExtraService: `(en) Title your extra service`,
|
286
290
|
today: `(en) Today`,
|
287
291
|
toGetWorkRelatedNotifications: `(en) To get work-related notifications`,
|
292
|
+
total: `(en) Total`,
|
288
293
|
typeYourTextHere: `Nhập văn bản của bạn vào đây...`,
|
289
294
|
unlimited: `(en) Unlimited`,
|
290
295
|
upload: `(en) Upload`,
|