@anime.club/translations 1.1.28 → 1.1.29

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,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.1.28",
7
+ "version": "1.1.29",
8
8
  "type": "module",
9
9
  "files": [
10
10
  "src",
@@ -77,6 +77,7 @@ Social Network`,
77
77
  cover: `(en) Cover`,
78
78
  createANewAccountFailed: `فشل إنشاء حساب جديد`,
79
79
  createNewAccount: `إنشاء حساب جديد`,
80
+ createYourShop: `(en) Create your shop`,
80
81
  currentPassword: `(en) Current password`,
81
82
  daily: `(en) Daily`,
82
83
  darkDefault: `(en) Dark default`,
@@ -85,6 +86,7 @@ Social Network`,
85
86
  delete: `حذف`,
86
87
  deleteArt: `حذف الرسم`,
87
88
  deletePost: `حذف المنشور`,
89
+ deleteProduct: `(en) Delete product`,
88
90
  deliveryTime: `(en) Delivery time`,
89
91
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
90
92
  description: `الوصف`,
@@ -233,6 +235,7 @@ Social Network`,
233
235
  price: `(en) Price`,
234
236
  privacyPolicy: `سياسة الخصوصية`,
235
237
  privateInformation: `(en) Private information`,
238
+ product: `(en) Product`,
236
239
  profile: `ملف التعريف`,
237
240
  promotions: `(en) Promotions`,
238
241
  publicInformation: `(en) Public information`,
@@ -253,6 +256,7 @@ Social Network`,
253
256
  selectThumbnail: `اختر صورة مصغرة`,
254
257
  sendEmail: `ارسل رسالة بريد`,
255
258
  settings: `الإعدادات`,
259
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
256
260
  share: `(en) Share`,
257
261
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
258
262
  shareYourStory: `شارك قصتك!`,
@@ -298,6 +302,7 @@ Social Network`,
298
302
  valueIsNotTheSame: `القيمة ليست هي نفسها`,
299
303
  verificationCode: `رمز التأكيد`,
300
304
  verifyCode: `أكد الرمز`,
305
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
301
306
  visitOurDiscordChannelToGetMoreDetails: `قم بزيارة قناتنا في ديسكورد للحصول على مزيد من التفاصيل`,
302
307
  weAreOnInstagram: `تجدنا على انستقرام`,
303
308
  weAreWorkingOnIt: `نعمل على الأمر`,
@@ -77,6 +77,7 @@ Social Network`,
77
77
  cover: `(en) Cover`,
78
78
  createANewAccountFailed: `创建新帐户失败`,
79
79
  createNewAccount: `建立新帐户`,
80
+ createYourShop: `(en) Create your shop`,
80
81
  currentPassword: `(en) Current password`,
81
82
  daily: `(en) Daily`,
82
83
  darkDefault: `(en) Dark default`,
@@ -85,6 +86,7 @@ Social Network`,
85
86
  delete: `删除`,
86
87
  deleteArt: `删除作品`,
87
88
  deletePost: `删除贴文`,
89
+ deleteProduct: `(en) Delete product`,
88
90
  deliveryTime: `(en) Delivery time`,
89
91
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
90
92
  description: `描述`,
@@ -231,6 +233,7 @@ Social Network`,
231
233
  price: `(en) Price`,
232
234
  privacyPolicy: `隐私政策`,
233
235
  privateInformation: `(en) Private information`,
236
+ product: `(en) Product`,
234
237
  profile: `账户`,
235
238
  promotions: `(en) Promotions`,
236
239
  publicInformation: `(en) Public information`,
@@ -251,6 +254,7 @@ Social Network`,
251
254
  selectThumbnail: `选择缩略图`,
252
255
  sendEmail: `发电子邮件`,
253
256
  settings: `设定值`,
257
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
254
258
  share: `(en) Share`,
255
259
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
256
260
  shareYourStory: `分享你的故事!`,
@@ -296,6 +300,7 @@ Social Network`,
296
300
  valueIsNotTheSame: `两次输入不一致`,
297
301
  verificationCode: `验证码`,
298
302
  verifyCode: `验证码`,
303
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
299
304
  visitOurDiscordChannelToGetMoreDetails: `访问我们的discord 频道以获取更多详细信息`,
300
305
  weAreOnInstagram: `我们在Instagram上`,
301
306
  weAreWorkingOnIt: `我们正在做这件事`,
package/src/english.ts CHANGED
@@ -76,6 +76,7 @@ export const text = {
76
76
  cover: `Cover`,
77
77
  createANewAccountFailed: `Create a new account failed`,
78
78
  createNewAccount: `Create new account`,
79
+ createYourShop: `Create your shop`,
79
80
  currentPassword: `Current password`,
80
81
  daily: `Daily`,
81
82
  darkDefault: `Dark default`,
@@ -84,6 +85,7 @@ export const text = {
84
85
  delete: `Delete`,
85
86
  deleteArt: `Delete art`,
86
87
  deletePost: `Delete post`,
88
+ deleteProduct: `Delete product`,
87
89
  deliveryTime: `Delivery time`,
88
90
  describeTheDetailsOfYourProduct: `Describe the details of your product`,
89
91
  description: `Description`,
@@ -233,6 +235,7 @@ export const text = {
233
235
  price: `Price`,
234
236
  privacyPolicy: `Privacy policy`,
235
237
  privateInformation: `Private information`,
238
+ product: `Product`,
236
239
  profile: `Profile`,
237
240
  promotions: `Promotions`,
238
241
  publicInformation: `Public information`,
@@ -253,6 +256,7 @@ export const text = {
253
256
  selectThumbnail: `Select thumbnail`,
254
257
  sendEmail: `Send email`,
255
258
  settings: `Settings`,
259
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `Setting up a shop is free and only takes a few minutes`,
256
260
  share: `Share`,
257
261
  shareYourArtWithTheWorld: `Share your art with the world`,
258
262
  shareYourStory: `Share your story!`,
@@ -301,6 +305,7 @@ export const text = {
301
305
  valueIsNotTheSame: `Value is not the same`,
302
306
  verificationCode: `Verification Code`,
303
307
  verifyCode: `Verify code`,
308
+ viewEveryNotificationOfAGroupSeparately: `View every notification of a group separately`,
304
309
  visitOurDiscordChannelToGetMoreDetails: `Visit our discord channel to get more details`,
305
310
  weAreOnInstagram: `We are on Instagram`,
306
311
  weAreWorkingOnIt: `We are working on it`,
package/src/french.ts CHANGED
@@ -77,6 +77,7 @@ Social Network`,
77
77
  cover: `(en) Cover`,
78
78
  createANewAccountFailed: `Échec de la création d'un nouveau compte a échoué`,
79
79
  createNewAccount: `Créer un nouveau compte`,
80
+ createYourShop: `(en) Create your shop`,
80
81
  currentPassword: `(en) Current password`,
81
82
  daily: `(en) Daily`,
82
83
  darkDefault: `(en) Dark default`,
@@ -85,6 +86,7 @@ Social Network`,
85
86
  delete: `Supprimer`,
86
87
  deleteArt: `Supprimer l'art`,
87
88
  deletePost: `Supprimer le message`,
89
+ deleteProduct: `(en) Delete product`,
88
90
  deliveryTime: `(en) Delivery time`,
89
91
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
90
92
  description: `Description`,
@@ -233,6 +235,7 @@ Social Network`,
233
235
  price: `(en) Price`,
234
236
  privacyPolicy: `Politique de confidentialité`,
235
237
  privateInformation: `(en) Private information`,
238
+ product: `(en) Product`,
236
239
  profile: `Profil`,
237
240
  promotions: `(en) Promotions`,
238
241
  publicInformation: `(en) Public information`,
@@ -253,6 +256,7 @@ Social Network`,
253
256
  selectThumbnail: `Sélectionner la vignette`,
254
257
  sendEmail: `Envoyer un courriel`,
255
258
  settings: `Paramètres`,
259
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
256
260
  share: `(en) Share`,
257
261
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
258
262
  shareYourStory: `Partagez votre histoire !`,
@@ -298,6 +302,7 @@ Social Network`,
298
302
  valueIsNotTheSame: `La valeur n'est pas la même`,
299
303
  verificationCode: `Code de vérification`,
300
304
  verifyCode: `Vérifier le code`,
305
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
301
306
  visitOurDiscordChannelToGetMoreDetails: `Pour plus d'informations, visitez notre chaîne Discord`,
302
307
  weAreOnInstagram: `Nous sommes sur Instagram`,
303
308
  weAreWorkingOnIt: `Nous y travaillons`,
package/src/german.ts CHANGED
@@ -77,6 +77,7 @@ Social Network`,
77
77
  cover: `(en) Cover`,
78
78
  createANewAccountFailed: `Fehler beim Erstellen eines neuen Kontos`,
79
79
  createNewAccount: `Neuen Account erstellen`,
80
+ createYourShop: `(en) Create your shop`,
80
81
  currentPassword: `(en) Current password`,
81
82
  daily: `(en) Daily`,
82
83
  darkDefault: `(en) Dark default`,
@@ -85,6 +86,7 @@ Social Network`,
85
86
  delete: `Löschen`,
86
87
  deleteArt: `Art löschen`,
87
88
  deletePost: `Beitrag löschen`,
89
+ deleteProduct: `(en) Delete product`,
88
90
  deliveryTime: `(en) Delivery time`,
89
91
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
90
92
  description: `Beschreibung`,
@@ -234,6 +236,7 @@ Social Network`,
234
236
  price: `(en) Price`,
235
237
  privacyPolicy: `Datenschutzrichtlinie`,
236
238
  privateInformation: `(en) Private information`,
239
+ product: `(en) Product`,
237
240
  profile: `Profil`,
238
241
  promotions: `(en) Promotions`,
239
242
  publicInformation: `(en) Public information`,
@@ -254,6 +257,7 @@ Social Network`,
254
257
  selectThumbnail: `Wählen Sie eine Miniaturansicht`,
255
258
  sendEmail: `E-Mail senden`,
256
259
  settings: `Einstellungen`,
260
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
257
261
  share: `(en) Share`,
258
262
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
259
263
  shareYourStory: `Teile deine Geschichte!`,
@@ -299,6 +303,7 @@ Social Network`,
299
303
  valueIsNotTheSame: `Wert ist nicht derselbe`,
300
304
  verificationCode: `Bestätigungscode`,
301
305
  verifyCode: `Code überprüfen`,
306
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
302
307
  visitOurDiscordChannelToGetMoreDetails: `Für weitere Einzelheiten besuchen Sie unseren Discord-Kanal`,
303
308
  weAreOnInstagram: `Wir sind auf Instagram`,
304
309
  weAreWorkingOnIt: `Wir arbeiten daran`,
package/src/hindi.ts CHANGED
@@ -77,6 +77,7 @@ Social Network`,
77
77
  cover: `(en) Cover`,
78
78
  createANewAccountFailed: `नया खाता बनाने में विफल रहा`,
79
79
  createNewAccount: `नया खाता बनाएं`,
80
+ createYourShop: `(en) Create your shop`,
80
81
  currentPassword: `(en) Current password`,
81
82
  daily: `(en) Daily`,
82
83
  darkDefault: `(en) Dark default`,
@@ -85,6 +86,7 @@ Social Network`,
85
86
  delete: `हटाएं`,
86
87
  deleteArt: `चित्रकला हटाएं`,
87
88
  deletePost: `पोस्ट हटायें`,
89
+ deleteProduct: `(en) Delete product`,
88
90
  deliveryTime: `(en) Delivery time`,
89
91
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
90
92
  description: `वर्णन`,
@@ -233,6 +235,7 @@ Social Network`,
233
235
  price: `(en) Price`,
234
236
  privacyPolicy: `निजता नीति`,
235
237
  privateInformation: `(en) Private information`,
238
+ product: `(en) Product`,
236
239
  profile: `प्रोफ़ाइल`,
237
240
  promotions: `(en) Promotions`,
238
241
  publicInformation: `(en) Public information`,
@@ -253,6 +256,7 @@ Social Network`,
253
256
  selectThumbnail: `थंबनेल को चुने`,
254
257
  sendEmail: `ईमेल भेजें`,
255
258
  settings: `सेटिंग्स`,
259
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
256
260
  share: `(en) Share`,
257
261
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
258
262
  shareYourStory: `अपनी कहानी शेयर करें!`,
@@ -298,6 +302,7 @@ Social Network`,
298
302
  valueIsNotTheSame: `दर्ज चीज़े सामान्य नहीं है `,
299
303
  verificationCode: `वेरीफिकेशन कोड`,
300
304
  verifyCode: `कोड वेरिफाए करें`,
305
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
301
306
  visitOurDiscordChannelToGetMoreDetails: `अधिक जानकारी प्राप्त करने के लिए हमारे कलह चैनल पर जाएं`,
302
307
  weAreOnInstagram: `हम इंस्टाग्राम पर हैं`,
303
308
  weAreWorkingOnIt: `हम इस पर काम कर रहें हैं`,
package/src/indonesian.ts CHANGED
@@ -77,6 +77,7 @@ Social Network`,
77
77
  cover: `(en) Cover`,
78
78
  createANewAccountFailed: `Gagal membuat akun baru`,
79
79
  createNewAccount: `Membuat akun baru`,
80
+ createYourShop: `(en) Create your shop`,
80
81
  currentPassword: `(en) Current password`,
81
82
  daily: `(en) Daily`,
82
83
  darkDefault: `(en) Dark default`,
@@ -85,6 +86,7 @@ Social Network`,
85
86
  delete: `Hapus`,
86
87
  deleteArt: `Hapus karya`,
87
88
  deletePost: `Hapus postingan`,
89
+ deleteProduct: `(en) Delete product`,
88
90
  deliveryTime: `(en) Delivery time`,
89
91
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
90
92
  description: `Deskripsi`,
@@ -234,6 +236,7 @@ Social Network`,
234
236
  price: `(en) Price`,
235
237
  privacyPolicy: `Kebijakan kerahasiaan`,
236
238
  privateInformation: `(en) Private information`,
239
+ product: `(en) Product`,
237
240
  profile: `Profil`,
238
241
  promotions: `(en) Promotions`,
239
242
  publicInformation: `(en) Public information`,
@@ -254,6 +257,7 @@ Social Network`,
254
257
  selectThumbnail: `Pilih gambar mini`,
255
258
  sendEmail: `Kirim email`,
256
259
  settings: `Pengaturan`,
260
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
257
261
  share: `(en) Share`,
258
262
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
259
263
  shareYourStory: `Bagikan kisah Anda!`,
@@ -299,6 +303,7 @@ Social Network`,
299
303
  valueIsNotTheSame: `Isian tidak sama`,
300
304
  verificationCode: `Verifikasi Kode`,
301
305
  verifyCode: `Memverifikasi kode`,
306
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
302
307
  visitOurDiscordChannelToGetMoreDetails: `Gabung dengan Discord untuk mendapatkan info lebih lanjut`,
303
308
  weAreOnInstagram: `Kami ada di Instagram`,
304
309
  weAreWorkingOnIt: `Kami sedang mengatasinya`,
package/src/japanese.ts CHANGED
@@ -77,6 +77,7 @@ Social Network`,
77
77
  cover: `(en) Cover`,
78
78
  createANewAccountFailed: `新しいアカウントを作成できませんでした`,
79
79
  createNewAccount: `新しいアカウントを作成する`,
80
+ createYourShop: `(en) Create your shop`,
80
81
  currentPassword: `(en) Current password`,
81
82
  daily: `(en) Daily`,
82
83
  darkDefault: `(en) Dark default`,
@@ -85,6 +86,7 @@ Social Network`,
85
86
  delete: `削除する`,
86
87
  deleteArt: `アートを削除する`,
87
88
  deletePost: `投稿を削除する`,
89
+ deleteProduct: `(en) Delete product`,
88
90
  deliveryTime: `(en) Delivery time`,
89
91
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
90
92
  description: `内容`,
@@ -232,6 +234,7 @@ Social Network`,
232
234
  price: `(en) Price`,
233
235
  privacyPolicy: `プライバシーポリシー`,
234
236
  privateInformation: `(en) Private information`,
237
+ product: `(en) Product`,
235
238
  profile: `プロフィール`,
236
239
  promotions: `(en) Promotions`,
237
240
  publicInformation: `(en) Public information`,
@@ -252,6 +255,7 @@ Social Network`,
252
255
  selectThumbnail: `サムネイルを選択する`,
253
256
  sendEmail: `メールを送信する`,
254
257
  settings: `設定`,
258
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
255
259
  share: `(en) Share`,
256
260
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
257
261
  shareYourStory: `物語を共有してください!`,
@@ -297,6 +301,7 @@ Social Network`,
297
301
  valueIsNotTheSame: `値が同じではありません`,
298
302
  verificationCode: `検証コード`,
299
303
  verifyCode: `コードを確認する`,
304
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
300
305
  visitOurDiscordChannelToGetMoreDetails: `Discordの当チャンネルで詳細をご覧ください`,
301
306
  weAreOnInstagram: `当社のInstagram`,
302
307
  weAreWorkingOnIt: `取り組んでおります`,
package/src/korean.ts CHANGED
@@ -77,6 +77,7 @@ Social Network`,
77
77
  cover: `(en) Cover`,
78
78
  createANewAccountFailed: `새 계정을 만들지 못했습니다.`,
79
79
  createNewAccount: `새 계정 만들기`,
80
+ createYourShop: `(en) Create your shop`,
80
81
  currentPassword: `(en) Current password`,
81
82
  daily: `(en) Daily`,
82
83
  darkDefault: `(en) Dark default`,
@@ -85,6 +86,7 @@ Social Network`,
85
86
  delete: `삭제`,
86
87
  deleteArt: `아트 삭제`,
87
88
  deletePost: `포스트 삭제`,
89
+ deleteProduct: `(en) Delete product`,
88
90
  deliveryTime: `(en) Delivery time`,
89
91
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
90
92
  description: `서술`,
@@ -231,6 +233,7 @@ Social Network`,
231
233
  price: `(en) Price`,
232
234
  privacyPolicy: `트위터 개인정보 처리방침`,
233
235
  privateInformation: `(en) Private information`,
236
+ product: `(en) Product`,
234
237
  profile: `프로필`,
235
238
  promotions: `(en) Promotions`,
236
239
  publicInformation: `(en) Public information`,
@@ -251,6 +254,7 @@ Social Network`,
251
254
  selectThumbnail: `썸네일 선택`,
252
255
  sendEmail: `이메일 보내기`,
253
256
  settings: `설정`,
257
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
254
258
  share: `(en) Share`,
255
259
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
256
260
  shareYourStory: `당신의 이야기를 공유하세요!`,
@@ -296,6 +300,7 @@ Social Network`,
296
300
  valueIsNotTheSame: `값이 같지 않습니다`,
297
301
  verificationCode: `확인 코드`,
298
302
  verifyCode: `코드 확인`,
303
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
299
304
  visitOurDiscordChannelToGetMoreDetails: `저희의 디스코드 채널을 방문하시면 자세한 내용을 보실 수 있습니다`,
300
305
  weAreOnInstagram: `우리는 인스타그램에 있습니다`,
301
306
  weAreWorkingOnIt: `열심히 준비를 하고 있습니다.`,
package/src/portuguese.ts CHANGED
@@ -77,6 +77,7 @@ Social Network`,
77
77
  cover: `(en) Cover`,
78
78
  createANewAccountFailed: `Falha ao criar uma nova conta`,
79
79
  createNewAccount: `Criar nova conta`,
80
+ createYourShop: `(en) Create your shop`,
80
81
  currentPassword: `(en) Current password`,
81
82
  daily: `(en) Daily`,
82
83
  darkDefault: `(en) Dark default`,
@@ -85,6 +86,7 @@ Social Network`,
85
86
  delete: `Excluir`,
86
87
  deleteArt: `Apagar art`,
87
88
  deletePost: `Apagar publicação`,
89
+ deleteProduct: `(en) Delete product`,
88
90
  deliveryTime: `(en) Delivery time`,
89
91
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
90
92
  description: `Descrição`,
@@ -234,6 +236,7 @@ Social Network`,
234
236
  price: `(en) Price`,
235
237
  privacyPolicy: `Política de Privacidade`,
236
238
  privateInformation: `(en) Private information`,
239
+ product: `(en) Product`,
237
240
  profile: `Perfil`,
238
241
  promotions: `(en) Promotions`,
239
242
  publicInformation: `(en) Public information`,
@@ -254,6 +257,7 @@ Social Network`,
254
257
  selectThumbnail: `Selecionar miniatura`,
255
258
  sendEmail: `Enviar email`,
256
259
  settings: `Configurações`,
260
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
257
261
  share: `(en) Share`,
258
262
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
259
263
  shareYourStory: `Compartilhe sua história!`,
@@ -299,6 +303,7 @@ Social Network`,
299
303
  valueIsNotTheSame: `Valor não é o mesmo`,
300
304
  verificationCode: `Código de verificação`,
301
305
  verifyCode: `Verificar o código`,
306
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
302
307
  visitOurDiscordChannelToGetMoreDetails: `Visite o nosso canal discord para obter mais detalhes`,
303
308
  weAreOnInstagram: `Estamos no instagram`,
304
309
  weAreWorkingOnIt: `Estamos trabalhando nisso`,
package/src/russian.ts CHANGED
@@ -76,6 +76,7 @@ Social Network`,
76
76
  cover: `(en) Cover`,
77
77
  createANewAccountFailed: `Не удалось создать новый аккаунт`,
78
78
  createNewAccount: `Создать новый аккаунт`,
79
+ createYourShop: `(en) Create your shop`,
79
80
  currentPassword: `(en) Current password`,
80
81
  daily: `(en) Daily`,
81
82
  darkDefault: `(en) Dark default`,
@@ -84,6 +85,7 @@ Social Network`,
84
85
  delete: `Удалить`,
85
86
  deleteArt: `Удалить арт`,
86
87
  deletePost: `Удалить запись`,
88
+ deleteProduct: `(en) Delete product`,
87
89
  deliveryTime: `(en) Delivery time`,
88
90
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
89
91
  description: `Описание`,
@@ -231,6 +233,7 @@ Social Network`,
231
233
  price: `(en) Price`,
232
234
  privacyPolicy: `Политика конфиденциальности`,
233
235
  privateInformation: `(en) Private information`,
236
+ product: `(en) Product`,
234
237
  profile: `Профиль`,
235
238
  promotions: `(en) Promotions`,
236
239
  publicInformation: `(en) Public information`,
@@ -251,6 +254,7 @@ Social Network`,
251
254
  selectThumbnail: `Выбрать миниатюру`,
252
255
  sendEmail: `Отправить email`,
253
256
  settings: `Настройки`,
257
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
254
258
  share: `(en) Share`,
255
259
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
256
260
  shareYourStory: `Поделитесь своей историей!`,
@@ -296,6 +300,7 @@ Social Network`,
296
300
  valueIsNotTheSame: `Значение не совпадает`,
297
301
  verificationCode: `Проверочный код`,
298
302
  verifyCode: `Проверить код`,
303
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
299
304
  visitOurDiscordChannelToGetMoreDetails: `Посетите наш канал Discord для получения более подробной информации`,
300
305
  weAreOnInstagram: `Мы в Instagram`,
301
306
  weAreWorkingOnIt: `Мы работаем над этим`,
package/src/spanish.ts CHANGED
@@ -77,6 +77,7 @@ Social Network`,
77
77
  cover: `(en) Cover`,
78
78
  createANewAccountFailed: `No se pudo crear una nueva cuenta`,
79
79
  createNewAccount: `Crear una nueva cuenta`,
80
+ createYourShop: `(en) Create your shop`,
80
81
  currentPassword: `(en) Current password`,
81
82
  daily: `(en) Daily`,
82
83
  darkDefault: `(en) Dark default`,
@@ -85,6 +86,7 @@ Social Network`,
85
86
  delete: `Eliminar`,
86
87
  deleteArt: `Borrar arte`,
87
88
  deletePost: `Borrar publicación`,
89
+ deleteProduct: `(en) Delete product`,
88
90
  deliveryTime: `(en) Delivery time`,
89
91
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
90
92
  description: `Descripción`,
@@ -233,6 +235,7 @@ Social Network`,
233
235
  price: `(en) Price`,
234
236
  privacyPolicy: `Política de Privacidad`,
235
237
  privateInformation: `(en) Private information`,
238
+ product: `(en) Product`,
236
239
  profile: `Perfil`,
237
240
  promotions: `(en) Promotions`,
238
241
  publicInformation: `(en) Public information`,
@@ -253,6 +256,7 @@ Social Network`,
253
256
  selectThumbnail: `Seleccionar miniatura`,
254
257
  sendEmail: `Enviar correo electrónico`,
255
258
  settings: `Configuraciones`,
259
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
256
260
  share: `(en) Share`,
257
261
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
258
262
  shareYourStory: `¡Comparte tu historia!`,
@@ -298,6 +302,7 @@ Social Network`,
298
302
  valueIsNotTheSame: `El valor no es el mismo`,
299
303
  verificationCode: `Código de verificación`,
300
304
  verifyCode: `Código de verificación`,
305
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
301
306
  visitOurDiscordChannelToGetMoreDetails: `Visite nuestro canal de desacuerdos para obtener más detalles`,
302
307
  weAreOnInstagram: `Nosotros estamos en Instagram`,
303
308
  weAreWorkingOnIt: `Estamos trabajando en ello`,
package/src/thai.ts CHANGED
@@ -77,6 +77,7 @@ Social Network`,
77
77
  cover: `(en) Cover`,
78
78
  createANewAccountFailed: `การสร้างบัญชีใหม่ล้มเหลว`,
79
79
  createNewAccount: `สร้างบัญชีใหม่`,
80
+ createYourShop: `(en) Create your shop`,
80
81
  currentPassword: `(en) Current password`,
81
82
  daily: `(en) Daily`,
82
83
  darkDefault: `(en) Dark default`,
@@ -85,6 +86,7 @@ Social Network`,
85
86
  delete: `ลบ`,
86
87
  deleteArt: `ลบผลงาน`,
87
88
  deletePost: `ลบโพสต์`,
89
+ deleteProduct: `(en) Delete product`,
88
90
  deliveryTime: `(en) Delivery time`,
89
91
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
90
92
  description: `คำอธิบาย`,
@@ -232,6 +234,7 @@ Social Network`,
232
234
  price: `(en) Price`,
233
235
  privacyPolicy: `นโยบายความเป็นส่วนตัว`,
234
236
  privateInformation: `(en) Private information`,
237
+ product: `(en) Product`,
235
238
  profile: `โปรไฟล์`,
236
239
  promotions: `(en) Promotions`,
237
240
  publicInformation: `(en) Public information`,
@@ -252,6 +255,7 @@ Social Network`,
252
255
  selectThumbnail: `เลือกภาพขนาดย่อ`,
253
256
  sendEmail: `ส่งอีเมล`,
254
257
  settings: `การตั้งค่า`,
258
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
255
259
  share: `(en) Share`,
256
260
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
257
261
  shareYourStory: `แชร์เรื่องราวของคุณ!`,
@@ -297,6 +301,7 @@ Social Network`,
297
301
  valueIsNotTheSame: `ค่าไม่เหมือนกัน`,
298
302
  verificationCode: `รหัสยืนยัน`,
299
303
  verifyCode: `ตรวจสอบรหัส`,
304
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
300
305
  visitOurDiscordChannelToGetMoreDetails: `เข้าร่วมกลุ่ม Discord ของเราเพื่อดูข้อมูลเพิ่มเติม!`,
301
306
  weAreOnInstagram: `ติดตามเราผ่านทาง Instagram`,
302
307
  weAreWorkingOnIt: `เรากำลังดำเนินการอยู่`,
package/src/vietnamese.ts CHANGED
@@ -77,6 +77,7 @@ Social Network`,
77
77
  cover: `(en) Cover`,
78
78
  createANewAccountFailed: `Tạo tài khoản mới không thành công`,
79
79
  createNewAccount: `Tạo tài khoản mới`,
80
+ createYourShop: `(en) Create your shop`,
80
81
  currentPassword: `(en) Current password`,
81
82
  daily: `(en) Daily`,
82
83
  darkDefault: `(en) Dark default`,
@@ -85,6 +86,7 @@ Social Network`,
85
86
  delete: `Xóa`,
86
87
  deleteArt: `Xóa tranh`,
87
88
  deletePost: `Xóa bài viết`,
89
+ deleteProduct: `(en) Delete product`,
88
90
  deliveryTime: `(en) Delivery time`,
89
91
  describeTheDetailsOfYourProduct: `(en) Describe the details of your product`,
90
92
  description: `Mô tả`,
@@ -231,6 +233,7 @@ Social Network`,
231
233
  price: `(en) Price`,
232
234
  privacyPolicy: `Chính sách bảo mật`,
233
235
  privateInformation: `(en) Private information`,
236
+ product: `(en) Product`,
234
237
  profile: `Thông tin`,
235
238
  promotions: `(en) Promotions`,
236
239
  publicInformation: `(en) Public information`,
@@ -251,6 +254,7 @@ Social Network`,
251
254
  selectThumbnail: `Chọn hình thu nhỏ`,
252
255
  sendEmail: `Chọn email`,
253
256
  settings: `Cài đặt`,
257
+ settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `(en) Setting up a shop is free and only takes a few minutes`,
254
258
  share: `(en) Share`,
255
259
  shareYourArtWithTheWorld: `(en) Share your art with the world`,
256
260
  shareYourStory: `Chia sẻ câu chuyện của bạn!`,
@@ -296,6 +300,7 @@ Social Network`,
296
300
  valueIsNotTheSame: `Giá trị không trùng khớp`,
297
301
  verificationCode: `Mã xác minh`,
298
302
  verifyCode: `Xác minh mã`,
303
+ viewEveryNotificationOfAGroupSeparately: `(en) View every notification of a group separately`,
299
304
  visitOurDiscordChannelToGetMoreDetails: `Ghé thăm kênh phản hồi của chúng tôi để biết thêm chi tiết`,
300
305
  weAreOnInstagram: `Chúng tôi đã có mặt trên Instagram`,
301
306
  weAreWorkingOnIt: `Chúng tôi đang phát triển tính năng này`,