@anime.club/translations 1.1.32 → 1.1.34

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 CHANGED
@@ -4,13 +4,12 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.1.32",
8
- "type": "module",
7
+ "version": "1.1.34",
9
8
  "files": [
10
9
  "src",
11
10
  "types"
12
11
  ],
13
12
  "devDependencies": {
14
- "@10stars/config": "^8.0.2"
13
+ "@10stars/config": "^9.0.2"
15
14
  }
16
15
  }
@@ -48,6 +48,7 @@ Social Network`,
48
48
  authenticationFailed: `فشلت المصادقة`,
49
49
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
50
50
  back: `الرجوع`,
51
+ basePrice: `(en) Base Price`,
51
52
  blog: `المدونة`,
52
53
  bookmarks: `العلامات المرجعية`,
53
54
  browseArt: `تصفح الأعمال`,
@@ -76,6 +77,7 @@ Social Network`,
76
77
  couldNotCreateANewRecord: `تعذر إنشاء سجل جديد`,
77
78
  country: `الدولة`,
78
79
  cover: `(en) Cover`,
80
+ creator: `(en) Creator`,
79
81
  createANewAccountFailed: `فشل إنشاء حساب جديد`,
80
82
  createExtrasForYourProduct: `(en) Create extras for your product`,
81
83
  createNewAccount: `إنشاء حساب جديد`,
@@ -239,6 +241,7 @@ Social Network`,
239
241
  price: `(en) Price`,
240
242
  privacyPolicy: `سياسة الخصوصية`,
241
243
  privateInformation: `(en) Private information`,
244
+ proceedToCheckout: `(en) Proceed to Checkout`,
242
245
  product: `(en) Product`,
243
246
  profile: `ملف التعريف`,
244
247
  promotions: `(en) Promotions`,
@@ -265,6 +268,7 @@ Social Network`,
265
268
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
266
269
  shareYourStory: `شارك قصتك!`,
267
270
  shop: `تسوق`,
271
+ shopOrders: `(en) Shop orders`,
268
272
  showLess: `عرض أقل`,
269
273
  showMore: `عرض أكثر`,
270
274
  signIn: `تسجيل دخول`,
@@ -48,6 +48,7 @@ Social Network`,
48
48
  authenticationFailed: `验证失败`,
49
49
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
50
50
  back: `背部`,
51
+ basePrice: `(en) Base Price`,
51
52
  blog: `博客`,
52
53
  bookmarks: `书签`,
53
54
  browseArt: `浏览艺术品`,
@@ -76,6 +77,7 @@ Social Network`,
76
77
  couldNotCreateANewRecord: `无法创建新记录`,
77
78
  country: `国家`,
78
79
  cover: `(en) Cover`,
80
+ creator: `(en) Creator`,
79
81
  createANewAccountFailed: `创建新帐户失败`,
80
82
  createExtrasForYourProduct: `(en) Create extras for your product`,
81
83
  createNewAccount: `建立新帐户`,
@@ -237,6 +239,7 @@ Social Network`,
237
239
  price: `(en) Price`,
238
240
  privacyPolicy: `隐私政策`,
239
241
  privateInformation: `(en) Private information`,
242
+ proceedToCheckout: `(en) Proceed to Checkout`,
240
243
  product: `(en) Product`,
241
244
  profile: `账户`,
242
245
  promotions: `(en) Promotions`,
@@ -263,6 +266,7 @@ Social Network`,
263
266
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
264
267
  shareYourStory: `分享你的故事!`,
265
268
  shop: `店`,
269
+ shopOrders: `(en) Shop orders`,
266
270
  showLess: `显示较少`,
267
271
  showMore: `展示更多`,
268
272
  signIn: `登入`,
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`,
@@ -75,13 +76,13 @@ export const text = {
75
76
  couldNotCreateANewRecord: `Could not create a new record`,
76
77
  country: `Country`,
77
78
  cover: `Cover`,
79
+ creator: `Creator`,
78
80
  createANewAccountFailed: `Create a new account failed`,
79
81
  createExtrasForYourProduct: `Create extras for your product`,
80
82
  createNewAccount: `Create new account`,
81
83
  createYourShop: `Create your shop`,
82
84
  currentPassword: `Current password`,
83
85
  daily: `Daily`,
84
- // dayDelivery: (numOfDays: number) => `${numOfDays} day delivery`,
85
86
  darkDefault: `Dark default`,
86
87
  darkHighContrast: `Dark high contrast`,
87
88
  dayTheme: `Day theme`,
@@ -240,6 +241,7 @@ export const text = {
240
241
  price: `Price`,
241
242
  privacyPolicy: `Privacy policy`,
242
243
  privateInformation: `Private information`,
244
+ proceedToCheckout: `Proceed to Checkout`,
243
245
  product: `Product`,
244
246
  profile: `Profile`,
245
247
  promotions: `Promotions`,
@@ -266,6 +268,7 @@ export const text = {
266
268
  shareYourArtWithTheWorld: `Share your art with the world`,
267
269
  shareYourStory: `Share your story!`,
268
270
  shop: `Shop`,
271
+ shopOrders: `Shop orders`,
269
272
  showLess: `Show less`,
270
273
  showMore: `Show more`,
271
274
  signIn: `Sign in`,
package/src/french.ts CHANGED
@@ -48,6 +48,7 @@ Social Network`,
48
48
  authenticationFailed: `Authentification échouée`,
49
49
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
50
50
  back: `Arrière`,
51
+ basePrice: `(en) Base Price`,
51
52
  blog: `Blog`,
52
53
  bookmarks: `Signets`,
53
54
  browseArt: `Parcourir l'art`,
@@ -76,6 +77,7 @@ Social Network`,
76
77
  couldNotCreateANewRecord: `Impossible de créer un nouvel enregistrement`,
77
78
  country: `Pays`,
78
79
  cover: `(en) Cover`,
80
+ creator: `(en) Creator`,
79
81
  createANewAccountFailed: `Échec de la création d'un nouveau compte a échoué`,
80
82
  createExtrasForYourProduct: `(en) Create extras for your product`,
81
83
  createNewAccount: `Créer un nouveau compte`,
@@ -239,6 +241,7 @@ Social Network`,
239
241
  price: `(en) Price`,
240
242
  privacyPolicy: `Politique de confidentialité`,
241
243
  privateInformation: `(en) Private information`,
244
+ proceedToCheckout: `(en) Proceed to Checkout`,
242
245
  product: `(en) Product`,
243
246
  profile: `Profil`,
244
247
  promotions: `(en) Promotions`,
@@ -265,6 +268,7 @@ Social Network`,
265
268
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
266
269
  shareYourStory: `Partagez votre histoire !`,
267
270
  shop: `Magasin`,
271
+ shopOrders: `(en) Shop orders`,
268
272
  showLess: `Afficher moins`,
269
273
  showMore: `Afficher plus`,
270
274
  signIn: `Se connecter`,
package/src/german.ts CHANGED
@@ -48,6 +48,7 @@ Social Network`,
48
48
  authenticationFailed: `Authentifizierung fehlgeschlagen`,
49
49
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
50
50
  back: `Zurück`,
51
+ basePrice: `(en) Base Price`,
51
52
  blog: `Blog`,
52
53
  bookmarks: `Lesezeichen`,
53
54
  browseArt: `Kunst durchsuchen`,
@@ -76,6 +77,7 @@ Social Network`,
76
77
  couldNotCreateANewRecord: `Es konnte kein neuer Datensatz erstellt werden`,
77
78
  country: `Land`,
78
79
  cover: `(en) Cover`,
80
+ creator: `(en) Creator`,
79
81
  createANewAccountFailed: `Fehler beim Erstellen eines neuen Kontos`,
80
82
  createExtrasForYourProduct: `(en) Create extras for your product`,
81
83
  createNewAccount: `Neuen Account erstellen`,
@@ -240,6 +242,7 @@ Social Network`,
240
242
  price: `(en) Price`,
241
243
  privacyPolicy: `Datenschutzrichtlinie`,
242
244
  privateInformation: `(en) Private information`,
245
+ proceedToCheckout: `(en) Proceed to Checkout`,
243
246
  product: `(en) Product`,
244
247
  profile: `Profil`,
245
248
  promotions: `(en) Promotions`,
@@ -266,6 +269,7 @@ Social Network`,
266
269
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
267
270
  shareYourStory: `Teile deine Geschichte!`,
268
271
  shop: `Geschäft`,
272
+ shopOrders: `(en) Shop orders`,
269
273
  showLess: `Weniger anzeigen`,
270
274
  showMore: `Mehr anzeigen`,
271
275
  signIn: `Einloggen`,
package/src/hindi.ts CHANGED
@@ -48,6 +48,7 @@ Social Network`,
48
48
  authenticationFailed: `प्रमाणीकरण विफल हो गया`,
49
49
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
50
50
  back: `वापस`,
51
+ basePrice: `(en) Base Price`,
51
52
  blog: `ब्लॉग`,
52
53
  bookmarks: `बुकमार्क`,
53
54
  browseArt: `चित्रकला ब्राउज़ करें`,
@@ -76,6 +77,7 @@ Social Network`,
76
77
  couldNotCreateANewRecord: `नया रिकॉर्ड नहीं बना सकते`,
77
78
  country: `देश`,
78
79
  cover: `(en) Cover`,
80
+ creator: `(en) Creator`,
79
81
  createANewAccountFailed: `नया खाता बनाने में विफल रहा`,
80
82
  createExtrasForYourProduct: `(en) Create extras for your product`,
81
83
  createNewAccount: `नया खाता बनाएं`,
@@ -239,6 +241,7 @@ Social Network`,
239
241
  price: `(en) Price`,
240
242
  privacyPolicy: `निजता नीति`,
241
243
  privateInformation: `(en) Private information`,
244
+ proceedToCheckout: `(en) Proceed to Checkout`,
242
245
  product: `(en) Product`,
243
246
  profile: `प्रोफ़ाइल`,
244
247
  promotions: `(en) Promotions`,
@@ -265,6 +268,7 @@ Social Network`,
265
268
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
266
269
  shareYourStory: `अपनी कहानी शेयर करें!`,
267
270
  shop: `दुकान`,
271
+ shopOrders: `(en) Shop orders`,
268
272
  showLess: `कम दिखाएं`,
269
273
  showMore: `ज्यादा दिखाएं`,
270
274
  signIn: `साइन इन करें`,
package/src/indonesian.ts CHANGED
@@ -48,6 +48,7 @@ Social Network`,
48
48
  authenticationFailed: `Autentikasi gagal`,
49
49
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
50
50
  back: `Kembali`,
51
+ basePrice: `(en) Base Price`,
51
52
  blog: `Blog `,
52
53
  bookmarks: `Markah`,
53
54
  browseArt: `Jelajahi karya`,
@@ -76,6 +77,7 @@ Social Network`,
76
77
  couldNotCreateANewRecord: `Tidak dapat membuat catatan baru`,
77
78
  country: `Negara`,
78
79
  cover: `(en) Cover`,
80
+ creator: `(en) Creator`,
79
81
  createANewAccountFailed: `Gagal membuat akun baru`,
80
82
  createExtrasForYourProduct: `(en) Create extras for your product`,
81
83
  createNewAccount: `Membuat akun baru`,
@@ -240,6 +242,7 @@ Social Network`,
240
242
  price: `(en) Price`,
241
243
  privacyPolicy: `Kebijakan kerahasiaan`,
242
244
  privateInformation: `(en) Private information`,
245
+ proceedToCheckout: `(en) Proceed to Checkout`,
243
246
  product: `(en) Product`,
244
247
  profile: `Profil`,
245
248
  promotions: `(en) Promotions`,
@@ -266,6 +269,7 @@ Social Network`,
266
269
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
267
270
  shareYourStory: `Bagikan kisah Anda!`,
268
271
  shop: `Belanja`,
272
+ shopOrders: `(en) Shop orders`,
269
273
  showLess: `Tunjukkan lebih sedikit`,
270
274
  showMore: `Tunjukkan lebih banyak`,
271
275
  signIn: `Masuk`,
package/src/japanese.ts CHANGED
@@ -48,6 +48,7 @@ Social Network`,
48
48
  authenticationFailed: `認証できませんでした`,
49
49
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
50
50
  back: `戻る`,
51
+ basePrice: `(en) Base Price`,
51
52
  blog: `ブログ`,
52
53
  bookmarks: `ブックマーク`,
53
54
  browseArt: `アートを閲覧する`,
@@ -76,6 +77,7 @@ Social Network`,
76
77
  couldNotCreateANewRecord: `新しい登録を作成できませんでした`,
77
78
  country: `国`,
78
79
  cover: `(en) Cover`,
80
+ creator: `(en) Creator`,
79
81
  createANewAccountFailed: `新しいアカウントを作成できませんでした`,
80
82
  createExtrasForYourProduct: `(en) Create extras for your product`,
81
83
  createNewAccount: `新しいアカウントを作成する`,
@@ -238,6 +240,7 @@ Social Network`,
238
240
  price: `(en) Price`,
239
241
  privacyPolicy: `プライバシーポリシー`,
240
242
  privateInformation: `(en) Private information`,
243
+ proceedToCheckout: `(en) Proceed to Checkout`,
241
244
  product: `(en) Product`,
242
245
  profile: `プロフィール`,
243
246
  promotions: `(en) Promotions`,
@@ -264,6 +267,7 @@ Social Network`,
264
267
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
265
268
  shareYourStory: `物語を共有してください!`,
266
269
  shop: `ショップ`,
270
+ shopOrders: `(en) Shop orders`,
267
271
  showLess: `表示を減らす`,
268
272
  showMore: `表示を増やす`,
269
273
  signIn: `ログイン`,
package/src/korean.ts CHANGED
@@ -48,6 +48,7 @@ Social Network`,
48
48
  authenticationFailed: `인증 실패`,
49
49
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
50
50
  back: `뒤로`,
51
+ basePrice: `(en) Base Price`,
51
52
  blog: `블로그`,
52
53
  bookmarks: `북마크`,
53
54
  browseArt: `아트 검색`,
@@ -76,6 +77,7 @@ Social Network`,
76
77
  couldNotCreateANewRecord: `새 레코드를 만들 수 없습니다.`,
77
78
  country: `국가`,
78
79
  cover: `(en) Cover`,
80
+ creator: `(en) Creator`,
79
81
  createANewAccountFailed: `새 계정을 만들지 못했습니다.`,
80
82
  createExtrasForYourProduct: `(en) Create extras for your product`,
81
83
  createNewAccount: `새 계정 만들기`,
@@ -237,6 +239,7 @@ Social Network`,
237
239
  price: `(en) Price`,
238
240
  privacyPolicy: `트위터 개인정보 처리방침`,
239
241
  privateInformation: `(en) Private information`,
242
+ proceedToCheckout: `(en) Proceed to Checkout`,
240
243
  product: `(en) Product`,
241
244
  profile: `프로필`,
242
245
  promotions: `(en) Promotions`,
@@ -263,6 +266,7 @@ Social Network`,
263
266
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
264
267
  shareYourStory: `당신의 이야기를 공유하세요!`,
265
268
  shop: `상점`,
269
+ shopOrders: `(en) Shop orders`,
266
270
  showLess: `간략히 보기`,
267
271
  showMore: `더 보기`,
268
272
  signIn: `로그인`,
package/src/portuguese.ts CHANGED
@@ -48,6 +48,7 @@ Social Network`,
48
48
  authenticationFailed: `Autenticação falhou`,
49
49
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
50
50
  back: `Costas`,
51
+ basePrice: `(en) Base Price`,
51
52
  blog: `Blog`,
52
53
  bookmarks: `Itens salvos`,
53
54
  browseArt: `Navegue pela arte`,
@@ -76,6 +77,7 @@ Social Network`,
76
77
  couldNotCreateANewRecord: `Não foi possível criar um novo registro`,
77
78
  country: `País`,
78
79
  cover: `(en) Cover`,
80
+ creator: `(en) Creator`,
79
81
  createANewAccountFailed: `Falha ao criar uma nova conta`,
80
82
  createExtrasForYourProduct: `(en) Create extras for your product`,
81
83
  createNewAccount: `Criar nova conta`,
@@ -240,6 +242,7 @@ Social Network`,
240
242
  price: `(en) Price`,
241
243
  privacyPolicy: `Política de Privacidade`,
242
244
  privateInformation: `(en) Private information`,
245
+ proceedToCheckout: `(en) Proceed to Checkout`,
243
246
  product: `(en) Product`,
244
247
  profile: `Perfil`,
245
248
  promotions: `(en) Promotions`,
@@ -266,6 +269,7 @@ Social Network`,
266
269
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
267
270
  shareYourStory: `Compartilhe sua história!`,
268
271
  shop: `Loja`,
272
+ shopOrders: `(en) Shop orders`,
269
273
  showLess: `Mostrar menos`,
270
274
  showMore: `Mostrar mais`,
271
275
  signIn: `Fazer login`,
package/src/russian.ts CHANGED
@@ -47,6 +47,7 @@ Social Network`,
47
47
  authenticationFailed: `Ошибка аутентификации`,
48
48
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Автопубликация в Instagram доступна только для бизнес-аккаунтов Instagram`,
49
49
  back: `Назад`,
50
+ basePrice: `(en) Base Price`,
50
51
  blog: `Блог`,
51
52
  bookmarks: `Закладки`,
52
53
  browseArt: `Посмотреть арты`,
@@ -75,6 +76,7 @@ Social Network`,
75
76
  couldNotCreateANewRecord: `Не удалось создать новую запись`,
76
77
  country: `Страна`,
77
78
  cover: `(en) Cover`,
79
+ creator: `(en) Creator`,
78
80
  createANewAccountFailed: `Не удалось создать новый аккаунт`,
79
81
  createExtrasForYourProduct: `(en) Create extras for your product`,
80
82
  createNewAccount: `Создать новый аккаунт`,
@@ -237,6 +239,7 @@ Social Network`,
237
239
  price: `(en) Price`,
238
240
  privacyPolicy: `Политика конфиденциальности`,
239
241
  privateInformation: `(en) Private information`,
242
+ proceedToCheckout: `(en) Proceed to Checkout`,
240
243
  product: `(en) Product`,
241
244
  profile: `Профиль`,
242
245
  promotions: `(en) Promotions`,
@@ -263,6 +266,7 @@ Social Network`,
263
266
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
264
267
  shareYourStory: `Поделитесь своей историей!`,
265
268
  shop: `Магазин`,
269
+ shopOrders: `(en) Shop orders`,
266
270
  showLess: `Показать меньше`,
267
271
  showMore: `Показать больше`,
268
272
  signIn: `Войти`,
package/src/spanish.ts CHANGED
@@ -48,6 +48,7 @@ Social Network`,
48
48
  authenticationFailed: `Error de autenticación`,
49
49
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
50
50
  back: `Volver`,
51
+ basePrice: `(en) Base Price`,
51
52
  blog: `Blog`,
52
53
  bookmarks: `Guardados`,
53
54
  browseArt: `Examinar arte`,
@@ -76,6 +77,7 @@ Social Network`,
76
77
  couldNotCreateANewRecord: `No se pudo crear un nuevo registro`,
77
78
  country: `País`,
78
79
  cover: `(en) Cover`,
80
+ creator: `(en) Creator`,
79
81
  createANewAccountFailed: `No se pudo crear una nueva cuenta`,
80
82
  createExtrasForYourProduct: `(en) Create extras for your product`,
81
83
  createNewAccount: `Crear una nueva cuenta`,
@@ -239,6 +241,7 @@ Social Network`,
239
241
  price: `(en) Price`,
240
242
  privacyPolicy: `Política de Privacidad`,
241
243
  privateInformation: `(en) Private information`,
244
+ proceedToCheckout: `(en) Proceed to Checkout`,
242
245
  product: `(en) Product`,
243
246
  profile: `Perfil`,
244
247
  promotions: `(en) Promotions`,
@@ -265,6 +268,7 @@ Social Network`,
265
268
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
266
269
  shareYourStory: `¡Comparte tu historia!`,
267
270
  shop: `Tienda`,
271
+ shopOrders: `(en) Shop orders`,
268
272
  showLess: `Mostrar menos`,
269
273
  showMore: `Mostrar más`,
270
274
  signIn: `Iniciar sesión`,
package/src/thai.ts CHANGED
@@ -48,6 +48,7 @@ Social Network`,
48
48
  authenticationFailed: `การยืนยันตัวตนล้มเหลว`,
49
49
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
50
50
  back: `กลับ`,
51
+ basePrice: `(en) Base Price`,
51
52
  blog: `บล็อก`,
52
53
  bookmarks: `บุ๊กมาร์ก`,
53
54
  browseArt: `ค้นหาผลงาน`,
@@ -76,6 +77,7 @@ Social Network`,
76
77
  couldNotCreateANewRecord: `ไม่สามารถสร้างบันทึกใหม่ได้`,
77
78
  country: `ประเทศ`,
78
79
  cover: `(en) Cover`,
80
+ creator: `(en) Creator`,
79
81
  createANewAccountFailed: `การสร้างบัญชีใหม่ล้มเหลว`,
80
82
  createExtrasForYourProduct: `(en) Create extras for your product`,
81
83
  createNewAccount: `สร้างบัญชีใหม่`,
@@ -238,6 +240,7 @@ Social Network`,
238
240
  price: `(en) Price`,
239
241
  privacyPolicy: `นโยบายความเป็นส่วนตัว`,
240
242
  privateInformation: `(en) Private information`,
243
+ proceedToCheckout: `(en) Proceed to Checkout`,
241
244
  product: `(en) Product`,
242
245
  profile: `โปรไฟล์`,
243
246
  promotions: `(en) Promotions`,
@@ -264,6 +267,7 @@ Social Network`,
264
267
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
265
268
  shareYourStory: `แชร์เรื่องราวของคุณ!`,
266
269
  shop: `ร้านค้า`,
270
+ shopOrders: `(en) Shop orders`,
267
271
  showLess: `แสดงน้อยลง`,
268
272
  showMore: `แสดงเพิ่มขึ้น`,
269
273
  signIn: `เข้าสู่ระบบ`,
package/src/vietnamese.ts CHANGED
@@ -48,6 +48,7 @@ Social Network`,
48
48
  authenticationFailed: `Xác thực không thành công`,
49
49
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `(en) Auto publishing to Instagram is only available to Instagram business accounts`,
50
50
  back: `Quay lại`,
51
+ basePrice: `(en) Base Price`,
51
52
  blog: `Blog`,
52
53
  bookmarks: `Dấu trang`,
53
54
  browseArt: `Duyệt tác phẩm`,
@@ -76,6 +77,7 @@ Social Network`,
76
77
  couldNotCreateANewRecord: `Không thể tạo hồ sơ mới`,
77
78
  country: `Quốc gia`,
78
79
  cover: `(en) Cover`,
80
+ creator: `(en) Creator`,
79
81
  createANewAccountFailed: `Tạo tài khoản mới không thành công`,
80
82
  createExtrasForYourProduct: `(en) Create extras for your product`,
81
83
  createNewAccount: `Tạo tài khoản mới`,
@@ -237,6 +239,7 @@ Social Network`,
237
239
  price: `(en) Price`,
238
240
  privacyPolicy: `Chính sách bảo mật`,
239
241
  privateInformation: `(en) Private information`,
242
+ proceedToCheckout: `(en) Proceed to Checkout`,
240
243
  product: `(en) Product`,
241
244
  profile: `Thông tin`,
242
245
  promotions: `(en) Promotions`,
@@ -263,6 +266,7 @@ Social Network`,
263
266
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
264
267
  shareYourStory: `Chia sẻ câu chuyện của bạn!`,
265
268
  shop: `Cửa hàng`,
269
+ shopOrders: `(en) Shop orders`,
266
270
  showLess: `Ẩn bớt đi`,
267
271
  showMore: `Hiển thị thêm`,
268
272
  signIn: `Đăng nhập`,
@@ -7,5 +7,5 @@ type singleSourceOfTruth = import("../src/english").english
7
7
  * Therefore:
8
8
  * - no need to retype anything here as language structure can change
9
9
  */
10
- declare type text = singleSourceOfTruth
11
- // declare type text = any
10
+ // declare type text = singleSourceOfTruth
11
+ declare type text = any