@anime.club/translations 1.1.55 → 1.1.57

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.55",
7
+ "version": "1.1.57",
8
8
  "files": [
9
9
  "src",
10
10
  "types"
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `تفعيل الحساب`,
13
13
  accountAlreadyExists: `يوجد حساب مسجّل بالفعل`,
14
14
  accountDoesNotExist: `الحساب غير مسجّل`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `إضافة`,
16
17
  addArt: `اضف عمل فني`,
17
18
  addBlog: `اضف منشور كتابي`,
@@ -57,6 +58,7 @@ Social Network`,
57
58
  blog: `المدونة`,
58
59
  bookmarks: `العلامات المرجعية`,
59
60
  browseArt: `تصفح الأعمال`,
61
+ browseShop: `(en) Browse shop`,
60
62
  cancel: `إلغاء`,
61
63
  canceled: `(en) Canceled`,
62
64
  cancelOrder: `(en) Cancel order`,
@@ -101,6 +103,7 @@ Social Network`,
101
103
  darkHighContrast: `(en) Dark high contrast`,
102
104
  dayTheme: `(en) Day theme`,
103
105
  delete: `حذف`,
106
+ deleteAccount: `(en) Delete account`,
104
107
  deleteArt: `حذف الرسم`,
105
108
  deletePost: `حذف المنشور`,
106
109
  deleteProduct: `(en) Delete product`,
@@ -233,6 +236,7 @@ Social Network`,
233
236
  noNotifications: `(en) No notifications`,
234
237
  noResults: `(en) No results`,
235
238
  notifications: `الإشعارات`,
239
+ noActiveOrdersToShow: `(en) No active orders to show`,
236
240
  nsfwContent18Plus: `محتوى للبالغين (18+)`,
237
241
  numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
238
242
  online: `متصل`,
@@ -270,15 +274,15 @@ Social Network`,
270
274
  profile: `ملف التعريف`,
271
275
  prohibitedTransaction: `(en) Prohibited transaction`,
272
276
  promotions: `(en) Promotions`,
273
- purchases: `(en) Purchases`,
274
277
  publicInformation: `(en) Public information`,
275
278
  publishOn: (...v) => `(en) Publish on ${v[0]}`,
279
+ purchases: `(en) Purchases`,
276
280
  rankings: `(en) Rankings`,
277
281
  reorderFiles: `(en) Reorder files`,
278
282
  report: `(en) Report`,
279
283
  revisions: `(en) Revisions`,
280
- save: `حفظ`,
281
284
  sales: `(en) Sales`,
285
+ save: `حفظ`,
282
286
  saveAvatar: `حفظ الصورة الشخصية`,
283
287
  saveChanges: `حفظ التغييرات`,
284
288
  selectAnime: `اختر أنمي`,
@@ -339,6 +343,7 @@ Social Network`,
339
343
  upload: `(en) Upload`,
340
344
  uploadNew: `تحميل جديد`,
341
345
  uploadNewPost: `تحميل منشور جديد`,
346
+ uploadNewProduct: `(en) Upload new product`,
342
347
  username: `اسم المستخدم`,
343
348
  usernameAlreadyExists: `اسم المستخدم مستخدم من قبل`,
344
349
  usernameAndXMoreFollowYou: (...v) =>
@@ -358,6 +363,7 @@ Social Network`,
358
363
  weAreWorkingOnIt: `نعمل على الأمر`,
359
364
  weDoNotDisplayNSFWContentYet: `لا نعرض محتوى للبالغين بعد`,
360
365
  weekly: `(en) Weekly`,
366
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
361
367
  weHaveSentTooManyEmails: `(en) We have sent too many emails, please try again later or contact customer support`,
362
368
  welcomeToAnimeClub: `أهلًا بك في أنمي.كلوب!`,
363
369
  weSentAnEmailTo: `أرسلنا بريد إلكتروني إلى:`,
@@ -371,6 +377,7 @@ Social Network`,
371
377
  youAreAlreadyAuthenticated: `سبق وقمنا بالتحقق من حسابك`,
372
378
  youCanAutoPublishToYourSocialMediaAccount: `(en) You can auto publish to your social media account`,
373
379
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `(en) You can modify the types of notifications you receive via email`,
380
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
374
381
  youCanStillNavigateToThePreviouslyOpenedPages: `لا يزال بإمكانك التنقل للصفحات المفتوحة مسبقًا`,
375
382
  youDidNotSelectAnyChats: `لم تُحدد أي محادثات`,
376
383
  youDidNotUpdateAnyValues: `لم تقم بتحديث أي قيم`,
@@ -379,6 +386,9 @@ Social Network`,
379
386
  youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
380
387
  youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
381
388
  yourAccountIsVerifiedPleaseSignIn: `تم التحقق من حسابك. الرجاء تسجيل الدخول`,
389
+ yourAccountWillBeRemoved: (...v) =>
390
+ `(en) Your account will be removed ${v[0]}`,
391
+ youHaveNoPurchases: `(en) You have no purchases`,
382
392
  yourArts: `أعمالك الفنية`,
383
393
  yourAvatar: `صورتك الشخصية`,
384
394
  yourBlog: `مدونتك`,
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `帐号激活`,
13
13
  accountAlreadyExists: `用户名已经被注册`,
14
14
  accountDoesNotExist: `帐号不存在`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `加`,
16
17
  addArt: `添加艺术品`,
17
18
  addBlog: `添加博客`,
@@ -57,6 +58,7 @@ Social Network`,
57
58
  blog: `博客`,
58
59
  bookmarks: `书签`,
59
60
  browseArt: `浏览艺术品`,
61
+ browseShop: `(en) Browse shop`,
60
62
  cancel: `取消`,
61
63
  canceled: `(en) Canceled`,
62
64
  cancelOrder: `(en) Cancel order`,
@@ -101,6 +103,7 @@ Social Network`,
101
103
  darkHighContrast: `(en) Dark high contrast`,
102
104
  dayTheme: `(en) Day theme`,
103
105
  delete: `删除`,
106
+ deleteAccount: `(en) Delete account`,
104
107
  deleteArt: `删除作品`,
105
108
  deletePost: `删除贴文`,
106
109
  deleteProduct: `(en) Delete product`,
@@ -232,6 +235,7 @@ Social Network`,
232
235
  noNotifications: `(en) No notifications`,
233
236
  noResults: `(en) No results`,
234
237
  notifications: `通知事项`,
238
+ noActiveOrdersToShow: `(en) No active orders to show`,
235
239
  nsfwContent18Plus: `NSFW内容(18+)`,
236
240
  numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
237
241
  online: `在线`,
@@ -268,15 +272,15 @@ Social Network`,
268
272
  profile: `账户`,
269
273
  prohibitedTransaction: `(en) Prohibited transaction`,
270
274
  promotions: `(en) Promotions`,
271
- purchases: `(en) Purchases`,
272
275
  publicInformation: `(en) Public information`,
273
276
  publishOn: (...v) => `(en) Publish on ${v[0]}`,
277
+ purchases: `(en) Purchases`,
274
278
  rankings: `(en) Rankings`,
275
279
  reorderFiles: `(en) Reorder files`,
276
280
  report: `(en) Report`,
277
281
  revisions: `(en) Revisions`,
278
- save: `保存`,
279
282
  sales: `(en) Sales`,
283
+ save: `保存`,
280
284
  saveAvatar: `保存头像`,
281
285
  saveChanges: `保存更改`,
282
286
  selectAnime: `选择动漫`,
@@ -337,6 +341,7 @@ Social Network`,
337
341
  upload: `(en) Upload`,
338
342
  uploadNew: `上载新`,
339
343
  uploadNewPost: `上载新讯息`,
344
+ uploadNewProduct: `(en) Upload new product`,
340
345
  username: `用户名`,
341
346
  usernameAlreadyExists: `此用户名已存在`,
342
347
  usernameAndXMoreFollowYou: (...v) =>
@@ -356,6 +361,7 @@ Social Network`,
356
361
  weAreWorkingOnIt: `我们正在做这件事`,
357
362
  weDoNotDisplayNSFWContentYet: `我们尚未显示NSFW内容`,
358
363
  weekly: `(en) Weekly`,
364
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
359
365
  weHaveSentTooManyEmails: `(en) We have sent too many emails, please try again later or contact customer support`,
360
366
  welcomeToAnimeClub: `欢迎来到Anime.club!`,
361
367
  weSentAnEmailTo: `我们发送了电子邮件至:`,
@@ -369,6 +375,7 @@ Social Network`,
369
375
  youAreAlreadyAuthenticated: `您已经通过验证`,
370
376
  youCanAutoPublishToYourSocialMediaAccount: `(en) You can auto publish to your social media account`,
371
377
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `(en) You can modify the types of notifications you receive via email`,
378
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
372
379
  youCanStillNavigateToThePreviouslyOpenedPages: `您仍然可以导航到以前打开的页面`,
373
380
  youDidNotSelectAnyChats: `您没有选择任何聊天`,
374
381
  youDidNotUpdateAnyValues: `您没有更新任何值`,
@@ -377,6 +384,9 @@ Social Network`,
377
384
  youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
378
385
  youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
379
386
  yourAccountIsVerifiedPleaseSignIn: `您的帐户已通过验证。请登录`,
387
+ yourAccountWillBeRemoved: (...v) =>
388
+ `(en) Your account will be removed ${v[0]}`,
389
+ youHaveNoPurchases: `(en) You have no purchases`,
380
390
  yourArts: `您的艺术`,
381
391
  yourAvatar: `您的头像`,
382
392
  yourBlog: `您的博客`,
package/src/english.ts CHANGED
@@ -12,6 +12,7 @@ export const text = {
12
12
  accountActivation: `Account activation`,
13
13
  accountAlreadyExists: `Account already exists`,
14
14
  accountDoesNotExist: `Account does not exist`,
15
+ accountRemoval: `Account removal`,
15
16
  add: `Add`,
16
17
  addArt: `Add art`,
17
18
  addBlog: `Add blog`,
@@ -56,6 +57,7 @@ export const text = {
56
57
  blog: `Blog`,
57
58
  bookmarks: `Bookmarks`,
58
59
  browseArt: `Browse art`,
60
+ browseShop: `Browse shop`,
59
61
  cancel: `Cancel`,
60
62
  canceled: `Canceled`,
61
63
  cancelOrder: `Cancel order`,
@@ -100,6 +102,7 @@ export const text = {
100
102
  darkHighContrast: `Dark high contrast`,
101
103
  dayTheme: `Day theme`,
102
104
  delete: `Delete`,
105
+ deleteAccount: `Delete account`,
103
106
  deleteArt: `Delete art`,
104
107
  deletePost: `Delete post`,
105
108
  deleteProduct: `Delete product`,
@@ -232,6 +235,7 @@ export const text = {
232
235
  noNotifications: `No notifications`,
233
236
  noResults: `No results`,
234
237
  notifications: `Notifications`,
238
+ noActiveOrdersToShow: `No active orders to show`,
235
239
  nsfwContent18Plus: `NSFW Content (18+)`,
236
240
  numberOfAdjustmentsAClientCouldRequest: `Number of adjustments a client could request`,
237
241
  online: `Online`,
@@ -270,15 +274,15 @@ export const text = {
270
274
  profile: `Profile`,
271
275
  prohibitedTransaction: `Prohibited transaction`,
272
276
  promotions: `Promotions`,
273
- purchases: `Purchases`,
274
277
  publicInformation: `Public information`,
275
278
  publishOn: (socialMedia: string) => `Publish on ${socialMedia}`,
279
+ purchases: `Purchases`,
276
280
  rankings: `Rankings`,
277
281
  reorderFiles: `Reorder files`,
278
282
  report: `Report`,
279
283
  revisions: `Revisions`,
280
- save: `Save`,
281
284
  sales: `Sales`,
285
+ save: `Save`,
282
286
  saveAvatar: `Save avatar`,
283
287
  saveChanges: `Save changes`,
284
288
  selectAnime: `Select Anime`,
@@ -339,6 +343,7 @@ export const text = {
339
343
  upload: `Upload`,
340
344
  uploadNew: `Upload new`,
341
345
  uploadNewPost: `Upload new post`,
346
+ uploadNewProduct: `Upload new product`,
342
347
  username: `Username`,
343
348
  usernameAlreadyExists: `Username already exists`,
344
349
  usernameAndXMoreFollowYou: (username: string, numberOfNotifiers: number) =>
@@ -361,6 +366,7 @@ export const text = {
361
366
  weAreWorkingOnIt: `We are working on it`,
362
367
  weDoNotDisplayNSFWContentYet: `We do not display NSFW content yet`,
363
368
  weekly: `Weekly`,
369
+ whenYouPurchaseSomethingItWillAppearHere : `When you purchase something, it will appear here`,
364
370
  weHaveSentTooManyEmails: `We have sent too many emails, please try again later or contact customer support`,
365
371
  welcomeToAnimeClub: `Welcome to Anime.club!`,
366
372
  weSentAnEmailTo: `We sent an email to:`,
@@ -374,6 +380,7 @@ export const text = {
374
380
  youAreAlreadyAuthenticated: `You are already authenticated`,
375
381
  youCanAutoPublishToYourSocialMediaAccount: `You can auto publish to your social media account`,
376
382
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `You can modify the types of notifications you receive via email`,
383
+ youCanRequestRemovalOfYourAccount: `You can request removal of your account with all your data`,
377
384
  youCanStillNavigateToThePreviouslyOpenedPages: `You can still navigate to the previously opened pages`,
378
385
  youDidNotSelectAnyChats: `You did not select any chats`,
379
386
  youDidNotUpdateAnyValues: `You did not update any values`,
@@ -382,6 +389,9 @@ export const text = {
382
389
  youHaveNotSharedAnythingYet: `You have not shared anything yet`,
383
390
  youHaveReachedTheMaximumNumberOfFiles: `You have reached the maximum number of files`,
384
391
  yourAccountIsVerifiedPleaseSignIn: `Your account is verified. Please sign in`,
392
+ yourAccountWillBeRemoved: (time: string) =>
393
+ `Your account will be removed ${time}`,
394
+ youHaveNoPurchases: `You have no purchases`,
385
395
  yourArts: `Your arts`,
386
396
  yourAvatar: `Your avatar`,
387
397
  yourBlog: `Your blog`,
package/src/french.ts CHANGED
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `Activation de compte`,
13
13
  accountAlreadyExists: `Compte existe déjà`,
14
14
  accountDoesNotExist: `Compte n'existe pas`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `Ajouter`,
16
17
  addArt: `Ajouter une illustration`,
17
18
  addBlog: `Ajouter un blog`,
@@ -57,6 +58,7 @@ Social Network`,
57
58
  blog: `Blog`,
58
59
  bookmarks: `Signets`,
59
60
  browseArt: `Parcourir l'art`,
61
+ browseShop: `(en) Browse shop`,
60
62
  cancel: `Annuler`,
61
63
  canceled: `(en) Canceled`,
62
64
  cancelOrder: `(en) Cancel order`,
@@ -101,6 +103,7 @@ Social Network`,
101
103
  darkHighContrast: `(en) Dark high contrast`,
102
104
  dayTheme: `(en) Day theme`,
103
105
  delete: `Supprimer`,
106
+ deleteAccount: `(en) Delete account`,
104
107
  deleteArt: `Supprimer l'art`,
105
108
  deletePost: `Supprimer le message`,
106
109
  deleteProduct: `(en) Delete product`,
@@ -233,6 +236,7 @@ Social Network`,
233
236
  noNotifications: `(en) No notifications`,
234
237
  noResults: `(en) No results`,
235
238
  notifications: `Notifications`,
239
+ noActiveOrdersToShow: `(en) No active orders to show`,
236
240
  nsfwContent18Plus: `Contenu NSFW (18+)`,
237
241
  numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
238
242
  online: `En ligne`,
@@ -270,15 +274,15 @@ Social Network`,
270
274
  profile: `Profil`,
271
275
  prohibitedTransaction: `(en) Prohibited transaction`,
272
276
  promotions: `(en) Promotions`,
273
- purchases: `(en) Purchases`,
274
277
  publicInformation: `(en) Public information`,
275
278
  publishOn: (...v) => `(en) Publish on ${v[0]}`,
279
+ purchases: `(en) Purchases`,
276
280
  rankings: `(en) Rankings`,
277
281
  reorderFiles: `(en) Reorder files`,
278
282
  report: `(en) Report`,
279
283
  revisions: `(en) Revisions`,
280
- save: `Sauvegarder`,
281
284
  sales: `(en) Sales`,
285
+ save: `Sauvegarder`,
282
286
  saveAvatar: `Sauvegarder l'avatar`,
283
287
  saveChanges: `Sauvegarder les modifications`,
284
288
  selectAnime: `Sélectionner l'anime`,
@@ -339,6 +343,7 @@ Social Network`,
339
343
  upload: `(en) Upload`,
340
344
  uploadNew: `Télécharger un nouveau`,
341
345
  uploadNewPost: `Télécharger un nouveau poste`,
346
+ uploadNewProduct: `(en) Upload new product`,
342
347
  username: `Nom d'utilisateur`,
343
348
  usernameAlreadyExists: `Ce nom d'utilisateur existe déjà`,
344
349
  usernameAndXMoreFollowYou: (...v) =>
@@ -358,6 +363,7 @@ Social Network`,
358
363
  weAreWorkingOnIt: `Nous y travaillons`,
359
364
  weDoNotDisplayNSFWContentYet: `Nous n'affichons pas encore de contenu NSFW`,
360
365
  weekly: `(en) Weekly`,
366
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
361
367
  weHaveSentTooManyEmails: `(en) We have sent too many emails, please try again later or contact customer support`,
362
368
  welcomeToAnimeClub: `Bienvenue sur Anime.club !`,
363
369
  weSentAnEmailTo: `Nous avons envoyé un courriel à :`,
@@ -371,6 +377,7 @@ Social Network`,
371
377
  youAreAlreadyAuthenticated: `Vous êtes déjà authentifié`,
372
378
  youCanAutoPublishToYourSocialMediaAccount: `(en) You can auto publish to your social media account`,
373
379
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `(en) You can modify the types of notifications you receive via email`,
380
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
374
381
  youCanStillNavigateToThePreviouslyOpenedPages: `Vous pouvez toujours accéder aux pages précédemment ouvertes`,
375
382
  youDidNotSelectAnyChats: `Vous n'avez sélectionné aucun chat`,
376
383
  youDidNotUpdateAnyValues: `Vous n'avez mis à jour aucune valeur`,
@@ -379,6 +386,9 @@ Social Network`,
379
386
  youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
380
387
  youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
381
388
  yourAccountIsVerifiedPleaseSignIn: `Votre compte est vérifié. Veuillez vous connecter`,
389
+ yourAccountWillBeRemoved: (...v) =>
390
+ `(en) Your account will be removed ${v[0]}`,
391
+ youHaveNoPurchases: `(en) You have no purchases`,
382
392
  yourArts: `Vos arts`,
383
393
  yourAvatar: `Votre avatar`,
384
394
  yourBlog: `Votre blog`,
package/src/german.ts CHANGED
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `Kontoaktivierung`,
13
13
  accountAlreadyExists: `Konto existiert bereits`,
14
14
  accountDoesNotExist: `Konto existiert nicht`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `Hinzufügen`,
16
17
  addArt: `Kunst hinzufügen`,
17
18
  addBlog: `Blog hinzufügen`,
@@ -57,6 +58,7 @@ Social Network`,
57
58
  blog: `Blog`,
58
59
  bookmarks: `Lesezeichen`,
59
60
  browseArt: `Kunst durchsuchen`,
61
+ browseShop: `(en) Browse shop`,
60
62
  cancel: `stornieren`,
61
63
  canceled: `(en) Canceled`,
62
64
  cancelOrder: `(en) Cancel order`,
@@ -101,6 +103,7 @@ Social Network`,
101
103
  darkHighContrast: `(en) Dark high contrast`,
102
104
  dayTheme: `(en) Day theme`,
103
105
  delete: `Löschen`,
106
+ deleteAccount: `(en) Delete account`,
104
107
  deleteArt: `Art löschen`,
105
108
  deletePost: `Beitrag löschen`,
106
109
  deleteProduct: `(en) Delete product`,
@@ -233,6 +236,7 @@ Social Network`,
233
236
  noNotifications: `(en) No notifications`,
234
237
  noResults: `(en) No results`,
235
238
  notifications: `Benachrichtigungen`,
239
+ noActiveOrdersToShow: `(en) No active orders to show`,
236
240
  nsfwContent18Plus: `NSFW-Inhalt (18+)`,
237
241
  numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
238
242
  online: `Online`,
@@ -271,15 +275,15 @@ Social Network`,
271
275
  profile: `Profil`,
272
276
  prohibitedTransaction: `(en) Prohibited transaction`,
273
277
  promotions: `(en) Promotions`,
274
- purchases: `(en) Purchases`,
275
278
  publicInformation: `(en) Public information`,
276
279
  publishOn: (...v) => `(en) Publish on ${v[0]}`,
280
+ purchases: `(en) Purchases`,
277
281
  rankings: `(en) Rankings`,
278
282
  reorderFiles: `(en) Reorder files`,
279
283
  report: `(en) Report`,
280
284
  revisions: `(en) Revisions`,
281
- save: `Speichern`,
282
285
  sales: `(en) Sales`,
286
+ save: `Speichern`,
283
287
  saveAvatar: `Avatar speichern`,
284
288
  saveChanges: `Änderungen speichern`,
285
289
  selectAnime: `Wählen Sie Anime`,
@@ -340,6 +344,7 @@ Social Network`,
340
344
  upload: `(en) Upload`,
341
345
  uploadNew: `Neu hochladen`,
342
346
  uploadNewPost: `Neuen Beitrag hochladen`,
347
+ uploadNewProduct: `(en) Upload new product`,
343
348
  username: `Nutzername`,
344
349
  usernameAlreadyExists: `Benutzername existiert bereits`,
345
350
  usernameAndXMoreFollowYou: (...v) =>
@@ -359,6 +364,7 @@ Social Network`,
359
364
  weAreWorkingOnIt: `Wir arbeiten daran`,
360
365
  weDoNotDisplayNSFWContentYet: `Wir zeigen noch keine NSFW-Inhalte an`,
361
366
  weekly: `(en) Weekly`,
367
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
362
368
  weHaveSentTooManyEmails: `(en) We have sent too many emails, please try again later or contact customer support`,
363
369
  welcomeToAnimeClub: `Willkommen bei Anime.club!`,
364
370
  weSentAnEmailTo: `Wir haben eine E-Mail gesendet an:`,
@@ -372,6 +378,7 @@ Social Network`,
372
378
  youAreAlreadyAuthenticated: `Sie sind bereits authentifiziert`,
373
379
  youCanAutoPublishToYourSocialMediaAccount: `(en) You can auto publish to your social media account`,
374
380
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `(en) You can modify the types of notifications you receive via email`,
381
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
375
382
  youCanStillNavigateToThePreviouslyOpenedPages: `Sie können weiterhin zu den zuvor geöffneten Seiten navigieren`,
376
383
  youDidNotSelectAnyChats: `Sie haben keine Chats ausgewählt`,
377
384
  youDidNotUpdateAnyValues: `Sie haben keine Werte aktualisiert`,
@@ -380,6 +387,9 @@ Social Network`,
380
387
  youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
381
388
  youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
382
389
  yourAccountIsVerifiedPleaseSignIn: `Ihr Konto wird überprüft. Bitte einloggen`,
390
+ yourAccountWillBeRemoved: (...v) =>
391
+ `(en) Your account will be removed ${v[0]}`,
392
+ youHaveNoPurchases: `(en) You have no purchases`,
383
393
  yourArts: `Ihre Kunst`,
384
394
  yourAvatar: `Ihr avatar`,
385
395
  yourBlog: `Ihr Blog`,
package/src/hindi.ts CHANGED
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `खाता सक्रियण`,
13
13
  accountAlreadyExists: ` खाता पहले से ही मौजूद है`,
14
14
  accountDoesNotExist: `खाता मौजूद नहीं है`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `जोड़ना`,
16
17
  addArt: `चित्र जोड़ें`,
17
18
  addBlog: `ब्लॉग जोड़ें`,
@@ -57,6 +58,7 @@ Social Network`,
57
58
  blog: `ब्लॉग`,
58
59
  bookmarks: `बुकमार्क`,
59
60
  browseArt: `चित्रकला ब्राउज़ करें`,
61
+ browseShop: `(en) Browse shop`,
60
62
  cancel: `रद्द करें`,
61
63
  canceled: `(en) Canceled`,
62
64
  cancelOrder: `(en) Cancel order`,
@@ -101,6 +103,7 @@ Social Network`,
101
103
  darkHighContrast: `(en) Dark high contrast`,
102
104
  dayTheme: `(en) Day theme`,
103
105
  delete: `हटाएं`,
106
+ deleteAccount: `(en) Delete account`,
104
107
  deleteArt: `चित्रकला हटाएं`,
105
108
  deletePost: `पोस्ट हटायें`,
106
109
  deleteProduct: `(en) Delete product`,
@@ -233,6 +236,7 @@ Social Network`,
233
236
  noNotifications: `(en) No notifications`,
234
237
  noResults: `(en) No results`,
235
238
  notifications: `नोटिफिकेशन्स`,
239
+ noActiveOrdersToShow: `(en) No active orders to show`,
236
240
  nsfwContent18Plus: `एनएसएफडब्ल्यू सामग्री (18+)`,
237
241
  numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
238
242
  online: `ऑनलाइन`,
@@ -270,15 +274,15 @@ Social Network`,
270
274
  profile: `प्रोफ़ाइल`,
271
275
  prohibitedTransaction: `(en) Prohibited transaction`,
272
276
  promotions: `(en) Promotions`,
273
- purchases: `(en) Purchases`,
274
277
  publicInformation: `(en) Public information`,
275
278
  publishOn: (...v) => `(en) Publish on ${v[0]}`,
279
+ purchases: `(en) Purchases`,
276
280
  rankings: `(en) Rankings`,
277
281
  reorderFiles: `(en) Reorder files`,
278
282
  report: `(en) Report`,
279
283
  revisions: `(en) Revisions`,
280
- save: `सेव`,
281
284
  sales: `(en) Sales`,
285
+ save: `सेव`,
282
286
  saveAvatar: `अवतार सेव करें`,
283
287
  saveChanges: `परिवर्तनों को सेव करें`,
284
288
  selectAnime: `आनिमे को चुने`,
@@ -339,6 +343,7 @@ Social Network`,
339
343
  upload: `(en) Upload`,
340
344
  uploadNew: `नया अपलोड करें`,
341
345
  uploadNewPost: `नया पोस्ट अपलोड करें`,
346
+ uploadNewProduct: `(en) Upload new product`,
342
347
  username: `उपयोगकर्ता नाम`,
343
348
  usernameAlreadyExists: ` उपयोगकर्ता नाम पहले से ही मौजूद है`,
344
349
  usernameAndXMoreFollowYou: (...v) =>
@@ -358,6 +363,7 @@ Social Network`,
358
363
  weAreWorkingOnIt: `हम इस पर काम कर रहें हैं`,
359
364
  weDoNotDisplayNSFWContentYet: `हम अभी तक एनएसएफडब्ल्यू कंटेंट प्रदर्शित नहीं करतें`,
360
365
  weekly: `(en) Weekly`,
366
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
361
367
  weHaveSentTooManyEmails: `(en) We have sent too many emails, please try again later or contact customer support`,
362
368
  welcomeToAnimeClub: `Anime.club में आपका स्वागत है!`,
363
369
  weSentAnEmailTo: `हमने इस पर ईमेल भेजा है:`,
@@ -371,6 +377,7 @@ Social Network`,
371
377
  youAreAlreadyAuthenticated: `आप पहले से ही प्रमाणीकृत हैं`,
372
378
  youCanAutoPublishToYourSocialMediaAccount: `(en) You can auto publish to your social media account`,
373
379
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `(en) You can modify the types of notifications you receive via email`,
380
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
374
381
  youCanStillNavigateToThePreviouslyOpenedPages: `आप अभी भी पहले खोले गए पेज पर जा सकते हैं`,
375
382
  youDidNotSelectAnyChats: `आपने कोई चैट नहीं चुनी हैं`,
376
383
  youDidNotUpdateAnyValues: `आपने कोई भी वैल्यू अपडेट नहीं करीं है`,
@@ -379,6 +386,9 @@ Social Network`,
379
386
  youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
380
387
  youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
381
388
  yourAccountIsVerifiedPleaseSignIn: `आपका खाता वेरिफाए हो चुका है। कृपया साइन इन करें`,
389
+ yourAccountWillBeRemoved: (...v) =>
390
+ `(en) Your account will be removed ${v[0]}`,
391
+ youHaveNoPurchases: `(en) You have no purchases`,
382
392
  yourArts: `आपकी चित्रकलाएँ`,
383
393
  yourAvatar: `आपका अवतार`,
384
394
  yourBlog: `आपका ब्लॉग`,
package/src/indonesian.ts CHANGED
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `Aktivasi Akun`,
13
13
  accountAlreadyExists: `Akun sudah ada`,
14
14
  accountDoesNotExist: `Akun tidak tersedia`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `Tambahkan`,
16
17
  addArt: `Tambahkan karya`,
17
18
  addBlog: `Tambahkan blog`,
@@ -57,6 +58,7 @@ Social Network`,
57
58
  blog: `Blog `,
58
59
  bookmarks: `Markah`,
59
60
  browseArt: `Jelajahi karya`,
61
+ browseShop: `(en) Browse shop`,
60
62
  cancel: `batalkan`,
61
63
  canceled: `(en) Canceled`,
62
64
  cancelOrder: `(en) Cancel order`,
@@ -101,6 +103,7 @@ Social Network`,
101
103
  darkHighContrast: `(en) Dark high contrast`,
102
104
  dayTheme: `(en) Day theme`,
103
105
  delete: `Hapus`,
106
+ deleteAccount: `(en) Delete account`,
104
107
  deleteArt: `Hapus karya`,
105
108
  deletePost: `Hapus postingan`,
106
109
  deleteProduct: `(en) Delete product`,
@@ -233,6 +236,7 @@ Social Network`,
233
236
  noNotifications: `(en) No notifications`,
234
237
  noResults: `(en) No results`,
235
238
  notifications: `Notifikasi`,
239
+ noActiveOrdersToShow: `(en) No active orders to show`,
236
240
  nsfwContent18Plus: `Konten NSFW (18+)`,
237
241
  numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
238
242
  online: `Daring`,
@@ -271,15 +275,15 @@ Social Network`,
271
275
  profile: `Profil`,
272
276
  prohibitedTransaction: `(en) Prohibited transaction`,
273
277
  promotions: `(en) Promotions`,
274
- purchases: `(en) Purchases`,
275
278
  publicInformation: `(en) Public information`,
276
279
  publishOn: (...v) => `(en) Publish on ${v[0]}`,
280
+ purchases: `(en) Purchases`,
277
281
  rankings: `(en) Rankings`,
278
282
  reorderFiles: `(en) Reorder files`,
279
283
  report: `(en) Report`,
280
284
  revisions: `(en) Revisions`,
281
- save: `Simpan`,
282
285
  sales: `(en) Sales`,
286
+ save: `Simpan`,
283
287
  saveAvatar: `Simpan avatar`,
284
288
  saveChanges: `Simpan perubahan`,
285
289
  selectAnime: `Pilih Anime`,
@@ -340,6 +344,7 @@ Social Network`,
340
344
  upload: `(en) Upload`,
341
345
  uploadNew: `Unggah baru`,
342
346
  uploadNewPost: `Unggah postingan baru`,
347
+ uploadNewProduct: `(en) Upload new product`,
343
348
  username: `Nama pengguna`,
344
349
  usernameAlreadyExists: `Nama pengguna sudah ada`,
345
350
  usernameAndXMoreFollowYou: (...v) =>
@@ -359,6 +364,7 @@ Social Network`,
359
364
  weAreWorkingOnIt: `Kami sedang mengatasinya`,
360
365
  weDoNotDisplayNSFWContentYet: `Kami belum menampilkan konten NSFW`,
361
366
  weekly: `(en) Weekly`,
367
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
362
368
  weHaveSentTooManyEmails: `(en) We have sent too many emails, please try again later or contact customer support`,
363
369
  welcomeToAnimeClub: `Selamat datang di Anime.club!`,
364
370
  weSentAnEmailTo: `Kami mengirim email ke:`,
@@ -372,6 +378,7 @@ Social Network`,
372
378
  youAreAlreadyAuthenticated: `Anda sudah terauntentikasi`,
373
379
  youCanAutoPublishToYourSocialMediaAccount: `(en) You can auto publish to your social media account`,
374
380
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `(en) You can modify the types of notifications you receive via email`,
381
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
375
382
  youCanStillNavigateToThePreviouslyOpenedPages: `Anda masih bisa berpindah ke halaman yang sebelumnya terbuka`,
376
383
  youDidNotSelectAnyChats: `Anda belum memilih obrolan`,
377
384
  youDidNotUpdateAnyValues: `Anda tidak memperbarui apapun`,
@@ -380,6 +387,9 @@ Social Network`,
380
387
  youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
381
388
  youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
382
389
  yourAccountIsVerifiedPleaseSignIn: `Akun anda sudah terverifikasi. Silakan masuk`,
390
+ yourAccountWillBeRemoved: (...v) =>
391
+ `(en) Your account will be removed ${v[0]}`,
392
+ youHaveNoPurchases: `(en) You have no purchases`,
383
393
  yourArts: `Karya Anda`,
384
394
  yourAvatar: `Avatar Anda`,
385
395
  yourBlog: `Blog Anda`,
package/src/japanese.ts CHANGED
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `アカウントの有効化`,
13
13
  accountAlreadyExists: `このアカウントはすでに存在しています`,
14
14
  accountDoesNotExist: `このアカウントは存在しません`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `追加する`,
16
17
  addArt: `アートを追加する`,
17
18
  addBlog: `ブログを追加する`,
@@ -57,6 +58,7 @@ Social Network`,
57
58
  blog: `ブログ`,
58
59
  bookmarks: `ブックマーク`,
59
60
  browseArt: `アートを閲覧する`,
61
+ browseShop: `(en) Browse shop`,
60
62
  cancel: `キャンセルする`,
61
63
  canceled: `(en) Canceled`,
62
64
  cancelOrder: `(en) Cancel order`,
@@ -101,6 +103,7 @@ Social Network`,
101
103
  darkHighContrast: `(en) Dark high contrast`,
102
104
  dayTheme: `(en) Day theme`,
103
105
  delete: `削除する`,
106
+ deleteAccount: `(en) Delete account`,
104
107
  deleteArt: `アートを削除する`,
105
108
  deletePost: `投稿を削除する`,
106
109
  deleteProduct: `(en) Delete product`,
@@ -232,6 +235,7 @@ Social Network`,
232
235
  noNotifications: `(en) No notifications`,
233
236
  noResults: `(en) No results`,
234
237
  notifications: `通知`,
238
+ noActiveOrdersToShow: `(en) No active orders to show`,
235
239
  nsfwContent18Plus: `18歳以上向けのコンテンツ`,
236
240
  numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
237
241
  online: `オンライン`,
@@ -269,15 +273,15 @@ Social Network`,
269
273
  profile: `プロフィール`,
270
274
  prohibitedTransaction: `(en) Prohibited transaction`,
271
275
  promotions: `(en) Promotions`,
272
- purchases: `(en) Purchases`,
273
276
  publicInformation: `(en) Public information`,
274
277
  publishOn: (...v) => `(en) Publish on ${v[0]}`,
278
+ purchases: `(en) Purchases`,
275
279
  rankings: `(en) Rankings`,
276
280
  reorderFiles: `(en) Reorder files`,
277
281
  report: `(en) Report`,
278
282
  revisions: `(en) Revisions`,
279
- save: `保存する`,
280
283
  sales: `(en) Sales`,
284
+ save: `保存する`,
281
285
  saveAvatar: `アバターを保存する`,
282
286
  saveChanges: `変更を保存する`,
283
287
  selectAnime: `アニメを選択する`,
@@ -338,6 +342,7 @@ Social Network`,
338
342
  upload: `(en) Upload`,
339
343
  uploadNew: `新しいものをアップロードする`,
340
344
  uploadNewPost: `新しい投稿をアップロードする`,
345
+ uploadNewProduct: `(en) Upload new product`,
341
346
  username: `ユーザー名`,
342
347
  usernameAlreadyExists: `このユーザー名はすでに存在しています`,
343
348
  usernameAndXMoreFollowYou: (...v) =>
@@ -357,6 +362,7 @@ Social Network`,
357
362
  weAreWorkingOnIt: `取り組んでおります`,
358
363
  weDoNotDisplayNSFWContentYet: `18歳以上向けのコンテンツはまだ扱っておりません`,
359
364
  weekly: `(en) Weekly`,
365
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
360
366
  weHaveSentTooManyEmails: `(en) We have sent too many emails, please try again later or contact customer support`,
361
367
  welcomeToAnimeClub: `Anime.clubへようこそ!`,
362
368
  weSentAnEmailTo: `以下へメールを送信しました。`,
@@ -370,6 +376,7 @@ Social Network`,
370
376
  youAreAlreadyAuthenticated: `すでに認証されています`,
371
377
  youCanAutoPublishToYourSocialMediaAccount: `(en) You can auto publish to your social media account`,
372
378
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `(en) You can modify the types of notifications you receive via email`,
379
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
373
380
  youCanStillNavigateToThePreviouslyOpenedPages: `前に開いたページには移動できます`,
374
381
  youDidNotSelectAnyChats: `チャットを選択していません`,
375
382
  youDidNotUpdateAnyValues: `いかなる値も更新していません`,
@@ -378,6 +385,9 @@ Social Network`,
378
385
  youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
379
386
  youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
380
387
  yourAccountIsVerifiedPleaseSignIn: `アカウントが確認されました。ログインしてください`,
388
+ yourAccountWillBeRemoved: (...v) =>
389
+ `(en) Your account will be removed ${v[0]}`,
390
+ youHaveNoPurchases: `(en) You have no purchases`,
381
391
  yourArts: `自分のアート`,
382
392
  yourAvatar: `自分のアバター`,
383
393
  yourBlog: `自分のブログ`,
package/src/korean.ts CHANGED
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `계정 활성화`,
13
13
  accountAlreadyExists: `계정이 이미 있습니다.`,
14
14
  accountDoesNotExist: `계정이 없습니다.`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `추가`,
16
17
  addArt: `아트 추가`,
17
18
  addBlog: `블로그 추가`,
@@ -57,6 +58,7 @@ Social Network`,
57
58
  blog: `블로그`,
58
59
  bookmarks: `북마크`,
59
60
  browseArt: `아트 검색`,
61
+ browseShop: `(en) Browse shop`,
60
62
  cancel: `취소`,
61
63
  canceled: `(en) Canceled`,
62
64
  cancelOrder: `(en) Cancel order`,
@@ -101,6 +103,7 @@ Social Network`,
101
103
  darkHighContrast: `(en) Dark high contrast`,
102
104
  dayTheme: `(en) Day theme`,
103
105
  delete: `삭제`,
106
+ deleteAccount: `(en) Delete account`,
104
107
  deleteArt: `아트 삭제`,
105
108
  deletePost: `포스트 삭제`,
106
109
  deleteProduct: `(en) Delete product`,
@@ -232,6 +235,7 @@ Social Network`,
232
235
  noNotifications: `(en) No notifications`,
233
236
  noResults: `(en) No results`,
234
237
  notifications: `알림`,
238
+ noActiveOrdersToShow: `(en) No active orders to show`,
235
239
  nsfwContent18Plus: `NSFW 콘텐츠 (18 세 이상)`,
236
240
  numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
237
241
  online: `온라인`,
@@ -268,15 +272,15 @@ Social Network`,
268
272
  profile: `프로필`,
269
273
  prohibitedTransaction: `(en) Prohibited transaction`,
270
274
  promotions: `(en) Promotions`,
271
- purchases: `(en) Purchases`,
272
275
  publicInformation: `(en) Public information`,
273
276
  publishOn: (...v) => `(en) Publish on ${v[0]}`,
277
+ purchases: `(en) Purchases`,
274
278
  rankings: `(en) Rankings`,
275
279
  reorderFiles: `(en) Reorder files`,
276
280
  report: `(en) Report`,
277
281
  revisions: `(en) Revisions`,
278
- save: `저장`,
279
282
  sales: `(en) Sales`,
283
+ save: `저장`,
280
284
  saveAvatar: `아바타 저장`,
281
285
  saveChanges: `변경 사항 저장`,
282
286
  selectAnime: `애니메이션 선택 `,
@@ -337,6 +341,7 @@ Social Network`,
337
341
  upload: `(en) Upload`,
338
342
  uploadNew: `새로운 업로드`,
339
343
  uploadNewPost: `새 게시물 업로드`,
344
+ uploadNewProduct: `(en) Upload new product`,
340
345
  username: `사용자 이름`,
341
346
  usernameAlreadyExists: `사용자 이름이 이미 존재합니다`,
342
347
  usernameAndXMoreFollowYou: (...v) =>
@@ -356,6 +361,7 @@ Social Network`,
356
361
  weAreWorkingOnIt: `열심히 준비를 하고 있습니다.`,
357
362
  weDoNotDisplayNSFWContentYet: `NSFW 콘텐츠는 아직 표시하지 않습니다.`,
358
363
  weekly: `(en) Weekly`,
364
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
359
365
  weHaveSentTooManyEmails: `(en) We have sent too many emails, please try again later or contact customer support`,
360
366
  welcomeToAnimeClub: `Anime.club에 오신 것을 환영합니다!`,
361
367
  weSentAnEmailTo: `다음 주소로 이메일을 보냈습니다.`,
@@ -369,6 +375,7 @@ Social Network`,
369
375
  youAreAlreadyAuthenticated: `이미 인증되었습니다`,
370
376
  youCanAutoPublishToYourSocialMediaAccount: `(en) You can auto publish to your social media account`,
371
377
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `(en) You can modify the types of notifications you receive via email`,
378
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
372
379
  youCanStillNavigateToThePreviouslyOpenedPages: `이전에 열었던 페이지로 아직은 이동할 수 있습니다.`,
373
380
  youDidNotSelectAnyChats: `채팅창을 선택하지 않았습니다`,
374
381
  youDidNotUpdateAnyValues: `값을 업데이트하지 않았습니다.`,
@@ -377,6 +384,9 @@ Social Network`,
377
384
  youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
378
385
  youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
379
386
  yourAccountIsVerifiedPleaseSignIn: `귀하의 계정이 확인되었습니다. 로그인 해주세요`,
387
+ yourAccountWillBeRemoved: (...v) =>
388
+ `(en) Your account will be removed ${v[0]}`,
389
+ youHaveNoPurchases: `(en) You have no purchases`,
380
390
  yourArts: `귀하의 아트`,
381
391
  yourAvatar: `귀하의 아바타`,
382
392
  yourBlog: `귀하의블로그`,
package/src/portuguese.ts CHANGED
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `Ativação de conta`,
13
13
  accountAlreadyExists: `Conta já existe`,
14
14
  accountDoesNotExist: `Conta não existe`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `Adicionar`,
16
17
  addArt: `Adicionar arte`,
17
18
  addBlog: `Adicionar blog`,
@@ -57,6 +58,7 @@ Social Network`,
57
58
  blog: `Blog`,
58
59
  bookmarks: `Itens salvos`,
59
60
  browseArt: `Navegue pela arte`,
61
+ browseShop: `(en) Browse shop`,
60
62
  cancel: `cancelar`,
61
63
  canceled: `(en) Canceled`,
62
64
  cancelOrder: `(en) Cancel order`,
@@ -101,6 +103,7 @@ Social Network`,
101
103
  darkHighContrast: `(en) Dark high contrast`,
102
104
  dayTheme: `(en) Day theme`,
103
105
  delete: `Excluir`,
106
+ deleteAccount: `(en) Delete account`,
104
107
  deleteArt: `Apagar art`,
105
108
  deletePost: `Apagar publicação`,
106
109
  deleteProduct: `(en) Delete product`,
@@ -233,6 +236,7 @@ Social Network`,
233
236
  noNotifications: `(en) No notifications`,
234
237
  noResults: `(en) No results`,
235
238
  notifications: `Notificações`,
239
+ noActiveOrdersToShow: `(en) No active orders to show`,
236
240
  nsfwContent18Plus: `Conteúdo NSFW (18+)`,
237
241
  numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
238
242
  online: `Online`,
@@ -271,15 +275,15 @@ Social Network`,
271
275
  profile: `Perfil`,
272
276
  prohibitedTransaction: `(en) Prohibited transaction`,
273
277
  promotions: `(en) Promotions`,
274
- purchases: `(en) Purchases`,
275
278
  publicInformation: `(en) Public information`,
276
279
  publishOn: (...v) => `(en) Publish on ${v[0]}`,
280
+ purchases: `(en) Purchases`,
277
281
  rankings: `(en) Rankings`,
278
282
  reorderFiles: `(en) Reorder files`,
279
283
  report: `(en) Report`,
280
284
  revisions: `(en) Revisions`,
281
- save: `Salvar`,
282
285
  sales: `(en) Sales`,
286
+ save: `Salvar`,
283
287
  saveAvatar: `Salvar avatar`,
284
288
  saveChanges: `Salvar alterações`,
285
289
  selectAnime: `Selecionar anime`,
@@ -340,6 +344,7 @@ Social Network`,
340
344
  upload: `(en) Upload`,
341
345
  uploadNew: `Fazer upload de novo`,
342
346
  uploadNewPost: `Fazer upload de nova mensagem`,
347
+ uploadNewProduct: `(en) Upload new product`,
343
348
  username: `Nome de Usuário`,
344
349
  usernameAlreadyExists: `Nome de usuário já existe`,
345
350
  usernameAndXMoreFollowYou: (...v) =>
@@ -359,6 +364,7 @@ Social Network`,
359
364
  weAreWorkingOnIt: `Estamos trabalhando nisso`,
360
365
  weDoNotDisplayNSFWContentYet: `Ainda não exibimos conteúdo NSFW`,
361
366
  weekly: `(en) Weekly`,
367
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
362
368
  weHaveSentTooManyEmails: `(en) We have sent too many emails, please try again later or contact customer support`,
363
369
  welcomeToAnimeClub: `Bem-vindo ao Anime.club!`,
364
370
  weSentAnEmailTo: `Enviamos um e-mail para:`,
@@ -372,6 +378,7 @@ Social Network`,
372
378
  youAreAlreadyAuthenticated: `Voce ja esta autenticado`,
373
379
  youCanAutoPublishToYourSocialMediaAccount: `(en) You can auto publish to your social media account`,
374
380
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `(en) You can modify the types of notifications you receive via email`,
381
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
375
382
  youCanStillNavigateToThePreviouslyOpenedPages: `Você ainda pode navegar para as páginas abertas anteriormente`,
376
383
  youDidNotSelectAnyChats: `Você não selecionou nenhum bate-papo`,
377
384
  youDidNotUpdateAnyValues: `Você não atualizou nenhum valor`,
@@ -380,6 +387,9 @@ Social Network`,
380
387
  youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
381
388
  youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
382
389
  yourAccountIsVerifiedPleaseSignIn: `Sua conta foi verificada. Por favor, faça login`,
390
+ yourAccountWillBeRemoved: (...v) =>
391
+ `(en) Your account will be removed ${v[0]}`,
392
+ youHaveNoPurchases: `(en) You have no purchases`,
383
393
  yourArts: `Suas artes`,
384
394
  yourAvatar: `Seu avatar`,
385
395
  yourBlog: `Seu blog`,
package/src/russian.ts CHANGED
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `Активация аккаунта`,
13
13
  accountAlreadyExists: `Аккаунт уже существует`,
14
14
  accountDoesNotExist: `Аккаунт не существует`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `Добавить`,
16
17
  addArt: `Добавить арт`,
17
18
  addBlog: `Добавить блог`,
@@ -56,6 +57,7 @@ export const text: text = {
56
57
  blog: `Блог`,
57
58
  bookmarks: `Закладки`,
58
59
  browseArt: `Посмотреть арты`,
60
+ browseShop: `(en) Browse shop`,
59
61
  cancel: `отмена`,
60
62
  canceled: `Отменен`,
61
63
  cancelOrder: `Отменить заказ`,
@@ -100,6 +102,7 @@ export const text: text = {
100
102
  darkHighContrast: `Темная тема высокого контраста`,
101
103
  dayTheme: `Дневная тема`,
102
104
  delete: `Удалить`,
105
+ deleteAccount: `(en) Delete account`,
103
106
  deleteArt: `Удалить арт`,
104
107
  deletePost: `Удалить запись`,
105
108
  deleteProduct: `Удалить продукт`,
@@ -232,6 +235,7 @@ export const text: text = {
232
235
  noNotifications: `Нет уведомлений`,
233
236
  noResults: `Нет результатов`,
234
237
  notifications: `Уведомления`,
238
+ noActiveOrdersToShow: `(en) No active orders to show`,
235
239
  nsfwContent18Plus: `Материалы для взрослых (18+)`,
236
240
  numberOfAdjustmentsAClientCouldRequest: `Количество корректировок, которые клиент может запросить`,
237
241
  online: `В сети`,
@@ -268,15 +272,15 @@ export const text: text = {
268
272
  profile: `Профиль`,
269
273
  prohibitedTransaction: `Запрещенная транзакция`,
270
274
  promotions: `Акции`,
271
- purchases: `(en) Purchases`,
272
275
  publicInformation: `Публичная информация`,
273
276
  publishOn: (...v) => `Опубликовать на ${v[0]}`,
277
+ purchases: `(en) Purchases`,
274
278
  rankings: `Рейтинги`,
275
279
  reorderFiles: `Изменить порядок файлов`,
276
280
  report: `Пожаловаться`,
277
281
  revisions: `Корректировки`,
278
- save: `Сохранить`,
279
282
  sales: `(en) Sales`,
283
+ save: `Сохранить`,
280
284
  saveAvatar: `Сохранить аватар`,
281
285
  saveChanges: `Сохранить изменения`,
282
286
  selectAnime: `Выбрать аниме`,
@@ -337,6 +341,7 @@ export const text: text = {
337
341
  upload: `Загрузить`,
338
342
  uploadNew: `Загрузить новый`,
339
343
  uploadNewPost: `Загрузить новую запись`,
344
+ uploadNewProduct: `(en) Upload new product`,
340
345
  username: `Логин`,
341
346
  usernameAlreadyExists: `Такой логин уже используется`,
342
347
  usernameAndXMoreFollowYou: (...v) =>
@@ -356,6 +361,7 @@ export const text: text = {
356
361
  weAreWorkingOnIt: `Мы работаем над этим`,
357
362
  weDoNotDisplayNSFWContentYet: `Мы пока не показываем материалы для взрослых`,
358
363
  weekly: `Еженедельно`,
364
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
359
365
  weHaveSentTooManyEmails: `Мы отправили слишком много писем, попробуйте позже или свяжитесь со службой поддержки`,
360
366
  welcomeToAnimeClub: `Добро пожаловать в Anime.club!`,
361
367
  weSentAnEmailTo: `Мы отправили email на:`,
@@ -369,6 +375,7 @@ export const text: text = {
369
375
  youAreAlreadyAuthenticated: `Вы уже авторизованы`,
370
376
  youCanAutoPublishToYourSocialMediaAccount: `Вы можете автопубликовать информацию в своих социальных сетях`,
371
377
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Вы можете изменить типы уведомлений, которые вы получаете по электронной почте`,
378
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
372
379
  youCanStillNavigateToThePreviouslyOpenedPages: `Вы по-прежнему можете переходить на ранее открытые страницы`,
373
380
  youDidNotSelectAnyChats: `Вы не выбрали ни одного чата`,
374
381
  youDidNotUpdateAnyValues: `Вы не обновили никаких значений`,
@@ -377,6 +384,9 @@ export const text: text = {
377
384
  youHaveNotSharedAnythingYet: `Вы ещё ничем не поделились`,
378
385
  youHaveReachedTheMaximumNumberOfFiles: `Вы достигли максимального количества файлов`,
379
386
  yourAccountIsVerifiedPleaseSignIn: `Ваш аккаунт подтвержден. Теперь вы можете войти`,
387
+ yourAccountWillBeRemoved: (...v) =>
388
+ `(en) Your account will be removed ${v[0]}`,
389
+ youHaveNoPurchases: `(en) You have no purchases`,
380
390
  yourArts: `Ваши арты`,
381
391
  yourAvatar: `Ваш аватар`,
382
392
  yourBlog: `Ваш блог`,
package/src/spanish.ts CHANGED
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `Activación de cuenta`,
13
13
  accountAlreadyExists: `La cuenta ya existe`,
14
14
  accountDoesNotExist: `La cuenta no existe`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `Agregar`,
16
17
  addArt: `Agregar arte`,
17
18
  addBlog: `Agregar blog`,
@@ -57,6 +58,7 @@ Social Network`,
57
58
  blog: `Blog`,
58
59
  bookmarks: `Guardados`,
59
60
  browseArt: `Examinar arte`,
61
+ browseShop: `(en) Browse shop`,
60
62
  cancel: `cancelar`,
61
63
  canceled: `(en) Canceled`,
62
64
  cancelOrder: `(en) Cancel order`,
@@ -101,6 +103,7 @@ Social Network`,
101
103
  darkHighContrast: `(en) Dark high contrast`,
102
104
  dayTheme: `(en) Day theme`,
103
105
  delete: `Eliminar`,
106
+ deleteAccount: `(en) Delete account`,
104
107
  deleteArt: `Eliminar arte`,
105
108
  deletePost: `Eliminar publicación`,
106
109
  deleteProduct: `(en) Delete product`,
@@ -233,6 +236,7 @@ Social Network`,
233
236
  noNotifications: `(en) No notifications`,
234
237
  noResults: `(en) No results`,
235
238
  notifications: `Notificaciones`,
239
+ noActiveOrdersToShow: `(en) No active orders to show`,
236
240
  nsfwContent18Plus: `Contenido NSFW (18+)`,
237
241
  numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
238
242
  online: `En línea`,
@@ -270,15 +274,15 @@ Social Network`,
270
274
  profile: `Perfil`,
271
275
  prohibitedTransaction: `(en) Prohibited transaction`,
272
276
  promotions: `(en) Promotions`,
273
- purchases: `(en) Purchases`,
274
277
  publicInformation: `(en) Public information`,
275
278
  publishOn: (...v) => `(en) Publish on ${v[0]}`,
279
+ purchases: `(en) Purchases`,
276
280
  rankings: `(en) Rankings`,
277
281
  reorderFiles: `(en) Reorder files`,
278
282
  report: `(en) Report`,
279
283
  revisions: `(en) Revisions`,
280
- save: `Guardar`,
281
284
  sales: `(en) Sales`,
285
+ save: `Guardar`,
282
286
  saveAvatar: `Guardar avatar`,
283
287
  saveChanges: `Guardar cambios`,
284
288
  selectAnime: `Seleccionar anime`,
@@ -339,6 +343,7 @@ Social Network`,
339
343
  upload: `(en) Upload`,
340
344
  uploadNew: `Subir nuevo`,
341
345
  uploadNewPost: `Subir nueva publicación`,
346
+ uploadNewProduct: `(en) Upload new product`,
342
347
  username: `Nombre de usuario`,
343
348
  usernameAlreadyExists: `Nombre de usuario ya existe`,
344
349
  usernameAndXMoreFollowYou: (...v) =>
@@ -358,6 +363,7 @@ Social Network`,
358
363
  weAreWorkingOnIt: `Estamos trabajando en ello`,
359
364
  weDoNotDisplayNSFWContentYet: `Todavía no mostramos contenido NSFW`,
360
365
  weekly: `(en) Weekly`,
366
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
361
367
  weHaveSentTooManyEmails: `(en) We have sent too many emails, please try again later or contact customer support`,
362
368
  welcomeToAnimeClub: `¡Bienvenido a Anime.club!`,
363
369
  weSentAnEmailTo: `Enviamos un correo electrónico a:`,
@@ -371,6 +377,7 @@ Social Network`,
371
377
  youAreAlreadyAuthenticated: `Ya estas autenticado`,
372
378
  youCanAutoPublishToYourSocialMediaAccount: `(en) You can auto publish to your social media account`,
373
379
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `(en) You can modify the types of notifications you receive via email`,
380
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
374
381
  youCanStillNavigateToThePreviouslyOpenedPages: `Todavía puede navegar a las páginas abiertas anteriormente`,
375
382
  youDidNotSelectAnyChats: `No seleccionó ningún chat`,
376
383
  youDidNotUpdateAnyValues: `No actualizaste ningún valor`,
@@ -379,6 +386,9 @@ Social Network`,
379
386
  youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
380
387
  youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
381
388
  yourAccountIsVerifiedPleaseSignIn: `Su cuenta está verificada. Por favor inicie sesión`,
389
+ yourAccountWillBeRemoved: (...v) =>
390
+ `(en) Your account will be removed ${v[0]}`,
391
+ youHaveNoPurchases: `(en) You have no purchases`,
382
392
  yourArts: `Tu arte`,
383
393
  yourAvatar: `Tu avatar`,
384
394
  yourBlog: `Tu blog`,
package/src/thai.ts CHANGED
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `เปิดใช้งานบัญชีผู้ใช้`,
13
13
  accountAlreadyExists: `มีบัญชีผู้ใช้นี้แล้ว`,
14
14
  accountDoesNotExist: `ไม่พบบัญชีผู้ใช้นี้`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `เพิ่ม`,
16
17
  addArt: `เพิ่มงานวาด`,
17
18
  addBlog: `เพิ่มบล็อก`,
@@ -57,6 +58,7 @@ Social Network`,
57
58
  blog: `บล็อก`,
58
59
  bookmarks: `บุ๊กมาร์ก`,
59
60
  browseArt: `ค้นหาผลงาน`,
61
+ browseShop: `(en) Browse shop`,
60
62
  cancel: `ยกเลิก`,
61
63
  canceled: `(en) Canceled`,
62
64
  cancelOrder: `(en) Cancel order`,
@@ -101,6 +103,7 @@ Social Network`,
101
103
  darkHighContrast: `(en) Dark high contrast`,
102
104
  dayTheme: `(en) Day theme`,
103
105
  delete: `ลบ`,
106
+ deleteAccount: `(en) Delete account`,
104
107
  deleteArt: `ลบผลงาน`,
105
108
  deletePost: `ลบโพสต์`,
106
109
  deleteProduct: `(en) Delete product`,
@@ -233,6 +236,7 @@ Social Network`,
233
236
  noNotifications: `(en) No notifications`,
234
237
  noResults: `(en) No results`,
235
238
  notifications: `การแจ้งเตือน`,
239
+ noActiveOrdersToShow: `(en) No active orders to show`,
236
240
  nsfwContent18Plus: `เนื้อหา NSFW (18+)`,
237
241
  numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
238
242
  online: `ออนไลน์`,
@@ -269,15 +273,15 @@ Social Network`,
269
273
  profile: `โปรไฟล์`,
270
274
  prohibitedTransaction: `(en) Prohibited transaction`,
271
275
  promotions: `(en) Promotions`,
272
- purchases: `(en) Purchases`,
273
276
  publicInformation: `(en) Public information`,
274
277
  publishOn: (...v) => `(en) Publish on ${v[0]}`,
278
+ purchases: `(en) Purchases`,
275
279
  rankings: `(en) Rankings`,
276
280
  reorderFiles: `(en) Reorder files`,
277
281
  report: `(en) Report`,
278
282
  revisions: `(en) Revisions`,
279
- save: `บันทึก`,
280
283
  sales: `(en) Sales`,
284
+ save: `บันทึก`,
281
285
  saveAvatar: `บันทึกรูปประจำตัว`,
282
286
  saveChanges: `บันทึกการเปลี่ยนแปลง`,
283
287
  selectAnime: `เลือกอนิเมะ`,
@@ -338,6 +342,7 @@ Social Network`,
338
342
  upload: `(en) Upload`,
339
343
  uploadNew: `อัปโหลดใหม่`,
340
344
  uploadNewPost: `อัปโหลดโพสต์ใหม่`,
345
+ uploadNewProduct: `(en) Upload new product`,
341
346
  username: `ชื่อผู้ใช้`,
342
347
  usernameAlreadyExists: `ชื่อผู้ใช้นี้มีอยู่แล้ว`,
343
348
  usernameAndXMoreFollowYou: (...v) =>
@@ -357,6 +362,7 @@ Social Network`,
357
362
  weAreWorkingOnIt: `เรากำลังดำเนินการอยู่`,
358
363
  weDoNotDisplayNSFWContentYet: `เราไม่สามารถเปิดเผยผลงานที่เป็น NSFW`,
359
364
  weekly: `(en) Weekly`,
365
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
360
366
  weHaveSentTooManyEmails: `(en) We have sent too many emails, please try again later or contact customer support`,
361
367
  welcomeToAnimeClub: `ยินดีต้อนรับสู่ Anime.club!`,
362
368
  weSentAnEmailTo: `เราได้ส่งอีเมลไปยัง`,
@@ -370,6 +376,7 @@ Social Network`,
370
376
  youAreAlreadyAuthenticated: `คุณได้ทำการยืนยันตัวตนแล้ว`,
371
377
  youCanAutoPublishToYourSocialMediaAccount: `(en) You can auto publish to your social media account`,
372
378
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `(en) You can modify the types of notifications you receive via email`,
379
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
373
380
  youCanStillNavigateToThePreviouslyOpenedPages: `คุณยังสามารถกลับไปที่หน้าเดิมได้`,
374
381
  youDidNotSelectAnyChats: `คุณยังไม่ได้เลือกการแชทเลย`,
375
382
  youDidNotUpdateAnyValues: `คุณยังไม่ได้อัปเดตค่าเลย`,
@@ -378,6 +385,9 @@ Social Network`,
378
385
  youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
379
386
  youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
380
387
  yourAccountIsVerifiedPleaseSignIn: `บัญชีของคุณได้รับการยืนยันแล้ว โปรดลงชื่อเข้าใช้บัญชี`,
388
+ yourAccountWillBeRemoved: (...v) =>
389
+ `(en) Your account will be removed ${v[0]}`,
390
+ youHaveNoPurchases: `(en) You have no purchases`,
381
391
  yourArts: `ผลงานของคุณ`,
382
392
  yourAvatar: `รูปประจำตัวของคุณ`,
383
393
  yourBlog: `บล็อกของคุณ`,
package/src/vietnamese.ts CHANGED
@@ -12,6 +12,7 @@ export const text: text = {
12
12
  accountActivation: `Kích hoạt tài khoản`,
13
13
  accountAlreadyExists: `Tài khoản đã tồn tại`,
14
14
  accountDoesNotExist: `Tài khoản không tồn tại`,
15
+ accountRemoval: `(en) Account removal`,
15
16
  add: `Thêm`,
16
17
  addArt: `Thêm tác phẩm`,
17
18
  addBlog: `Thêm blog`,
@@ -57,6 +58,7 @@ Social Network`,
57
58
  blog: `Blog`,
58
59
  bookmarks: `Dấu trang`,
59
60
  browseArt: `Duyệt tác phẩm`,
61
+ browseShop: `(en) Browse shop`,
60
62
  cancel: `hủy`,
61
63
  canceled: `(en) Canceled`,
62
64
  cancelOrder: `(en) Cancel order`,
@@ -101,6 +103,7 @@ Social Network`,
101
103
  darkHighContrast: `(en) Dark high contrast`,
102
104
  dayTheme: `(en) Day theme`,
103
105
  delete: `Xóa`,
106
+ deleteAccount: `(en) Delete account`,
104
107
  deleteArt: `Xóa tranh`,
105
108
  deletePost: `Xóa bài viết`,
106
109
  deleteProduct: `(en) Delete product`,
@@ -232,6 +235,7 @@ Social Network`,
232
235
  noNotifications: `(en) No notifications`,
233
236
  noResults: `(en) No results`,
234
237
  notifications: `Thông báo`,
238
+ noActiveOrdersToShow: `(en) No active orders to show`,
235
239
  nsfwContent18Plus: `Nội dung NSFW (18+)`,
236
240
  numberOfAdjustmentsAClientCouldRequest: `(en) Number of adjustments a client could request`,
237
241
  online: `Trực tuyến`,
@@ -268,15 +272,15 @@ Social Network`,
268
272
  profile: `Thông tin`,
269
273
  prohibitedTransaction: `(en) Prohibited transaction`,
270
274
  promotions: `(en) Promotions`,
271
- purchases: `(en) Purchases`,
272
275
  publicInformation: `(en) Public information`,
273
276
  publishOn: (...v) => `(en) Publish on ${v[0]}`,
277
+ purchases: `(en) Purchases`,
274
278
  rankings: `(en) Rankings`,
275
279
  reorderFiles: `(en) Reorder files`,
276
280
  report: `(en) Report`,
277
281
  revisions: `(en) Revisions`,
278
- save: `Lưu`,
279
282
  sales: `(en) Sales`,
283
+ save: `Lưu`,
280
284
  saveAvatar: `Lưu hình đại diện`,
281
285
  saveChanges: `Lưu thay đổi`,
282
286
  selectAnime: `Chọn anime`,
@@ -337,6 +341,7 @@ Social Network`,
337
341
  upload: `(en) Upload`,
338
342
  uploadNew: `Tải lên mới`,
339
343
  uploadNewPost: `Tải lên bài đăng mới`,
344
+ uploadNewProduct: `(en) Upload new product`,
340
345
  username: `Tên người dùng`,
341
346
  usernameAlreadyExists: `Tên người dùng đã tồn tại`,
342
347
  usernameAndXMoreFollowYou: (...v) =>
@@ -356,6 +361,7 @@ Social Network`,
356
361
  weAreWorkingOnIt: `Chúng tôi đang phát triển tính năng này`,
357
362
  weDoNotDisplayNSFWContentYet: `Chúng tôi chưa hiển thị nội dung NSFW`,
358
363
  weekly: `(en) Weekly`,
364
+ whenYouPurchaseSomethingItWillAppearHere: `(en) When you purchase something, it will appear here`,
359
365
  weHaveSentTooManyEmails: `(en) We have sent too many emails, please try again later or contact customer support`,
360
366
  welcomeToAnimeClub: `Chào mừng bạn đến Anime.club!`,
361
367
  weSentAnEmailTo: `Chúng tôi đã gửi email đến:`,
@@ -369,6 +375,7 @@ Social Network`,
369
375
  youAreAlreadyAuthenticated: `Bạn đã được xác thực`,
370
376
  youCanAutoPublishToYourSocialMediaAccount: `(en) You can auto publish to your social media account`,
371
377
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `(en) You can modify the types of notifications you receive via email`,
378
+ youCanRequestRemovalOfYourAccount: `(en) You can request removal of your account with all your data`,
372
379
  youCanStillNavigateToThePreviouslyOpenedPages: `Bạn vẫn có thể dẫn hướng đến các trang đã mở trước đó`,
373
380
  youDidNotSelectAnyChats: `Bạn chưa chọn trò chuyện nào`,
374
381
  youDidNotUpdateAnyValues: `Bạn đã không cập nhật giá trị nào`,
@@ -377,6 +384,9 @@ Social Network`,
377
384
  youHaveNotSharedAnythingYet: `(en) You have not shared anything yet`,
378
385
  youHaveReachedTheMaximumNumberOfFiles: `(en) You have reached the maximum number of files`,
379
386
  yourAccountIsVerifiedPleaseSignIn: `Tài khoản của bạn đã được xác minh. Vui lòng đăng nhập`,
387
+ yourAccountWillBeRemoved: (...v) =>
388
+ `(en) Your account will be removed ${v[0]}`,
389
+ youHaveNoPurchases: `(en) You have no purchases`,
380
390
  yourArts: `Tác phẩm của bạn`,
381
391
  yourAvatar: `Hình đại diện của bạn`,
382
392
  yourBlog: `Blog của bạn`,