@donotdev/core 0.0.27 → 0.0.28
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/i18n/locales/eager/dndev_ar.json +29 -0
- package/i18n/locales/eager/dndev_da.json +29 -0
- package/i18n/locales/eager/dndev_de.json +29 -0
- package/i18n/locales/eager/dndev_en.json +179 -0
- package/i18n/locales/eager/dndev_es.json +29 -0
- package/i18n/locales/eager/dndev_fr.json +29 -0
- package/i18n/locales/eager/dndev_it.json +29 -0
- package/i18n/locales/eager/dndev_ja.json +29 -0
- package/i18n/locales/eager/dndev_ko.json +29 -0
- package/i18n/locales/eager/dndev_nl.json +29 -0
- package/i18n/locales/lazy/crud_ar.json +7 -1
- package/i18n/locales/lazy/crud_da.json +7 -1
- package/i18n/locales/lazy/crud_de.json +7 -1
- package/i18n/locales/lazy/crud_en.json +7 -1
- package/i18n/locales/lazy/crud_es.json +7 -1
- package/i18n/locales/lazy/crud_fr.json +7 -1
- package/i18n/locales/lazy/crud_it.json +7 -1
- package/i18n/locales/lazy/crud_ja.json +7 -1
- package/i18n/locales/lazy/crud_ko.json +7 -1
- package/i18n/locales/lazy/crud_nl.json +7 -1
- package/index.d.ts +5687 -5451
- package/index.js +40 -40
- package/next/index.d.ts +154 -154
- package/next/index.js +2 -2
- package/package.json +1 -1
- package/server.d.ts +6505 -6288
- package/server.js +1 -1
- package/vite/index.d.ts +154 -154
- package/vite/index.js +12 -12
|
@@ -301,6 +301,35 @@
|
|
|
301
301
|
"altText": "تحديث التطبيق"
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
|
+
"document": {
|
|
305
|
+
"upload": {
|
|
306
|
+
"hint": "انقر أو اسحب الملفات للرفع",
|
|
307
|
+
"ariaLabel": "رفع مستند"
|
|
308
|
+
},
|
|
309
|
+
"preview": {
|
|
310
|
+
"title": "معاينة المستند",
|
|
311
|
+
"ariaLabel": "معاينة المستند"
|
|
312
|
+
},
|
|
313
|
+
"delete": {
|
|
314
|
+
"ariaLabel": "حذف المستند",
|
|
315
|
+
"failed": "فشل في حذف المستند"
|
|
316
|
+
},
|
|
317
|
+
"errors": {
|
|
318
|
+
"maxFiles": "الحد الأقصى {{max}} ملفات مسموح بها",
|
|
319
|
+
"invalidType": "\"{{fileName}}\" ليس نوع ملف مسموحاً به",
|
|
320
|
+
"exceedsSize": "\"{{fileName}}\" يتجاوز الحجم الأقصى {{size}} ميغابايت"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"image": {
|
|
324
|
+
"alt": {
|
|
325
|
+
"upload": "رفع الصورة {{index}}"
|
|
326
|
+
},
|
|
327
|
+
"upload": {
|
|
328
|
+
"pending": "قيد الانتظار",
|
|
329
|
+
"dropzoneMultiple": "اسحب الصور هنا أو انقر للرفع",
|
|
330
|
+
"dropzoneSingle": "اسحب صورة هنا أو انقر للرفع"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
304
333
|
"code": {
|
|
305
334
|
"copyCode": "نسخ الكود",
|
|
306
335
|
"copied": "تم النسخ!",
|
|
@@ -284,6 +284,35 @@
|
|
|
284
284
|
"altText": "Opdater app"
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
|
+
"document": {
|
|
288
|
+
"upload": {
|
|
289
|
+
"hint": "Klik eller træk filer for at uploade",
|
|
290
|
+
"ariaLabel": "Upload dokument"
|
|
291
|
+
},
|
|
292
|
+
"preview": {
|
|
293
|
+
"title": "Dokumentvisning",
|
|
294
|
+
"ariaLabel": "Forhåndsvis dokument"
|
|
295
|
+
},
|
|
296
|
+
"delete": {
|
|
297
|
+
"ariaLabel": "Slet dokument",
|
|
298
|
+
"failed": "Kunne ikke slette dokument"
|
|
299
|
+
},
|
|
300
|
+
"errors": {
|
|
301
|
+
"maxFiles": "Højst {{max}} filer tilladt",
|
|
302
|
+
"invalidType": "\"{{fileName}}\" er ikke en tilladt filtype",
|
|
303
|
+
"exceedsSize": "\"{{fileName}}\" overstiger den maksimale størrelse på {{size}} MB"
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"image": {
|
|
307
|
+
"alt": {
|
|
308
|
+
"upload": "Upload billede {{index}}"
|
|
309
|
+
},
|
|
310
|
+
"upload": {
|
|
311
|
+
"pending": "Afventer",
|
|
312
|
+
"dropzoneMultiple": "Træk billeder hertil eller klik for at uploade",
|
|
313
|
+
"dropzoneSingle": "Træk et billede hertil eller klik for at uploade"
|
|
314
|
+
}
|
|
315
|
+
},
|
|
287
316
|
"code": {
|
|
288
317
|
"copyCode": "Kopier kode",
|
|
289
318
|
"copied": "Kopieret!",
|
|
@@ -301,6 +301,35 @@
|
|
|
301
301
|
"altText": "Anwendung aktualisieren"
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
|
+
"document": {
|
|
305
|
+
"upload": {
|
|
306
|
+
"hint": "Klicken oder Dateien hierher ziehen zum Hochladen",
|
|
307
|
+
"ariaLabel": "Dokument hochladen"
|
|
308
|
+
},
|
|
309
|
+
"preview": {
|
|
310
|
+
"title": "Dokumentvorschau",
|
|
311
|
+
"ariaLabel": "Dokumentvorschau"
|
|
312
|
+
},
|
|
313
|
+
"delete": {
|
|
314
|
+
"ariaLabel": "Dokument löschen",
|
|
315
|
+
"failed": "Dokument konnte nicht gelöscht werden"
|
|
316
|
+
},
|
|
317
|
+
"errors": {
|
|
318
|
+
"maxFiles": "Maximal {{max}} Dateien erlaubt",
|
|
319
|
+
"invalidType": "\"{{fileName}}\" ist kein erlaubter Dateityp",
|
|
320
|
+
"exceedsSize": "\"{{fileName}}\" überschreitet die maximale Größe von {{size}} MB"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"image": {
|
|
324
|
+
"alt": {
|
|
325
|
+
"upload": "Bild {{index}} hochladen"
|
|
326
|
+
},
|
|
327
|
+
"upload": {
|
|
328
|
+
"pending": "Ausstehend",
|
|
329
|
+
"dropzoneMultiple": "Bilder hierher ziehen oder klicken zum Hochladen",
|
|
330
|
+
"dropzoneSingle": "Bild hierher ziehen oder klicken zum Hochladen"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
304
333
|
"code": {
|
|
305
334
|
"copyCode": "Code kopieren",
|
|
306
335
|
"copied": "Kopiert!",
|
|
@@ -301,6 +301,35 @@
|
|
|
301
301
|
"altText": "Update application"
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
|
+
"document": {
|
|
305
|
+
"upload": {
|
|
306
|
+
"hint": "Click or drag files to upload",
|
|
307
|
+
"ariaLabel": "Upload document"
|
|
308
|
+
},
|
|
309
|
+
"preview": {
|
|
310
|
+
"title": "Document Preview",
|
|
311
|
+
"ariaLabel": "Preview document"
|
|
312
|
+
},
|
|
313
|
+
"delete": {
|
|
314
|
+
"ariaLabel": "Delete document",
|
|
315
|
+
"failed": "Failed to delete document"
|
|
316
|
+
},
|
|
317
|
+
"errors": {
|
|
318
|
+
"maxFiles": "Maximum {{max}} files allowed",
|
|
319
|
+
"invalidType": "\"{{fileName}}\" is not an allowed file type",
|
|
320
|
+
"exceedsSize": "\"{{fileName}}\" exceeds the maximum size of {{size}} MB"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"image": {
|
|
324
|
+
"alt": {
|
|
325
|
+
"upload": "Upload image {{index}}"
|
|
326
|
+
},
|
|
327
|
+
"upload": {
|
|
328
|
+
"pending": "Pending",
|
|
329
|
+
"dropzoneMultiple": "Drop images here or click to upload",
|
|
330
|
+
"dropzoneSingle": "Drop image here or click to upload"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
304
333
|
"code": {
|
|
305
334
|
"copyCode": "Copy code",
|
|
306
335
|
"copied": "Copied!",
|
|
@@ -395,5 +424,155 @@
|
|
|
395
424
|
"subtitle": "Check your email inbox",
|
|
396
425
|
"ariaLabel": "Sending verification email, please wait"
|
|
397
426
|
}
|
|
427
|
+
},
|
|
428
|
+
"templates": {
|
|
429
|
+
"home": {
|
|
430
|
+
"hero": {
|
|
431
|
+
"badge": "Welcome",
|
|
432
|
+
"title": "Build Something Amazing",
|
|
433
|
+
"subtitle": "A modern platform to launch, grow, and scale your next project — faster than ever.",
|
|
434
|
+
"primaryAction": "Get Started",
|
|
435
|
+
"secondaryAction": "Learn More"
|
|
436
|
+
},
|
|
437
|
+
"features": {
|
|
438
|
+
"title": "Features",
|
|
439
|
+
"feature1": {
|
|
440
|
+
"title": "Lightning Fast",
|
|
441
|
+
"description": "Optimized for speed with instant page loads and real-time updates out of the box."
|
|
442
|
+
},
|
|
443
|
+
"feature2": {
|
|
444
|
+
"title": "Secure by Default",
|
|
445
|
+
"description": "Enterprise-grade security with authentication, role-based access, and encryption built in."
|
|
446
|
+
},
|
|
447
|
+
"feature3": {
|
|
448
|
+
"title": "Ready to Scale",
|
|
449
|
+
"description": "From prototype to production — scale effortlessly with a robust, modular architecture."
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"howItWorks": {
|
|
453
|
+
"title": "How It Works",
|
|
454
|
+
"step1": {
|
|
455
|
+
"title": "Sign Up",
|
|
456
|
+
"description": "Create your account in seconds. No credit card required to get started."
|
|
457
|
+
},
|
|
458
|
+
"step2": {
|
|
459
|
+
"title": "Configure",
|
|
460
|
+
"description": "Set up your workspace, invite your team, and customize your workflow."
|
|
461
|
+
},
|
|
462
|
+
"step3": {
|
|
463
|
+
"title": "Launch",
|
|
464
|
+
"description": "Go live with confidence. Deploy, monitor, and iterate at your own pace."
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"showcase": {
|
|
468
|
+
"title": "Why Us",
|
|
469
|
+
"item1": {
|
|
470
|
+
"title": "Modern Stack",
|
|
471
|
+
"description": "Built on cutting-edge technology for performance, reliability, and developer happiness."
|
|
472
|
+
},
|
|
473
|
+
"item2": {
|
|
474
|
+
"title": "Open Source",
|
|
475
|
+
"description": "Transparent, community-driven, and free to use."
|
|
476
|
+
},
|
|
477
|
+
"item3": {
|
|
478
|
+
"title": "Developer First",
|
|
479
|
+
"description": "Designed by developers, for developers. Clean APIs and great docs."
|
|
480
|
+
},
|
|
481
|
+
"item4": {
|
|
482
|
+
"title": "Global Ready",
|
|
483
|
+
"description": "Multi-language, multi-region, and accessible from day one."
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
"cta": {
|
|
487
|
+
"title": "Ready to Get Started?",
|
|
488
|
+
"subtitle": "Join thousands of teams building better products, faster.",
|
|
489
|
+
"primaryAction": "Start for Free",
|
|
490
|
+
"secondaryAction": "Contact Sales"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
"dashboard": {
|
|
494
|
+
"title": "Dashboard",
|
|
495
|
+
"stats": {
|
|
496
|
+
"revenue": "Revenue",
|
|
497
|
+
"orders": "Orders",
|
|
498
|
+
"customers": "Customers",
|
|
499
|
+
"conversion": "Conversion"
|
|
500
|
+
},
|
|
501
|
+
"activity": {
|
|
502
|
+
"title": "Recent Activity",
|
|
503
|
+
"item1": "New order #1234 placed",
|
|
504
|
+
"time1": "2 min ago",
|
|
505
|
+
"item2": "Customer John D. signed up",
|
|
506
|
+
"time2": "15 min ago",
|
|
507
|
+
"item3": "Product 'Pro Plan' updated",
|
|
508
|
+
"time3": "1 hour ago",
|
|
509
|
+
"item4": "Payment of $299 received",
|
|
510
|
+
"time4": "3 hours ago"
|
|
511
|
+
},
|
|
512
|
+
"actions": {
|
|
513
|
+
"title": "Quick Actions",
|
|
514
|
+
"newProduct": "New Product",
|
|
515
|
+
"viewReports": "View Reports",
|
|
516
|
+
"manageTeam": "Manage Team"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"settings": {
|
|
520
|
+
"title": "Settings",
|
|
521
|
+
"tabs": {
|
|
522
|
+
"general": "General",
|
|
523
|
+
"notifications": "Notifications",
|
|
524
|
+
"appearance": "Appearance"
|
|
525
|
+
},
|
|
526
|
+
"general": {
|
|
527
|
+
"appInfo": "Application",
|
|
528
|
+
"appName": "Name",
|
|
529
|
+
"description": "Description",
|
|
530
|
+
"language": "Language",
|
|
531
|
+
"languageHint": "Language can be changed from the header menu."
|
|
532
|
+
},
|
|
533
|
+
"notifications": {
|
|
534
|
+
"preferences": "Notification Preferences",
|
|
535
|
+
"email": "Email Notifications",
|
|
536
|
+
"emailDesc": "Receive updates and alerts via email.",
|
|
537
|
+
"push": "Push Notifications",
|
|
538
|
+
"pushDesc": "Receive real-time push notifications.",
|
|
539
|
+
"marketing": "Marketing Emails",
|
|
540
|
+
"marketingDesc": "Receive product updates and promotions."
|
|
541
|
+
},
|
|
542
|
+
"appearance": {
|
|
543
|
+
"theme": "Theme",
|
|
544
|
+
"darkMode": "Dark Mode",
|
|
545
|
+
"currentTheme": "Current theme"
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
"profile": {
|
|
549
|
+
"title": "Profile",
|
|
550
|
+
"subtitle": "Manage your account settings and preferences.",
|
|
551
|
+
"identity": {
|
|
552
|
+
"title": "Identity",
|
|
553
|
+
"displayName": "Display Name",
|
|
554
|
+
"email": "Email",
|
|
555
|
+
"emailVerified": "Verified",
|
|
556
|
+
"emailUnverified": "Unverified"
|
|
557
|
+
},
|
|
558
|
+
"security": {
|
|
559
|
+
"title": "Security",
|
|
560
|
+
"updatePassword": "Update Password",
|
|
561
|
+
"linkedProviders": "Linked Providers"
|
|
562
|
+
},
|
|
563
|
+
"subscription": {
|
|
564
|
+
"title": "Subscription",
|
|
565
|
+
"currentPlan": "Current Plan",
|
|
566
|
+
"status": "Status",
|
|
567
|
+
"manageBilling": "Manage Billing",
|
|
568
|
+
"noPlan": "No active plan"
|
|
569
|
+
},
|
|
570
|
+
"dangerZone": {
|
|
571
|
+
"title": "Danger Zone",
|
|
572
|
+
"deleteAccount": "Delete Account",
|
|
573
|
+
"deleteWarning": "This action is permanent and cannot be undone. All your data will be deleted."
|
|
574
|
+
},
|
|
575
|
+
"signOut": "Sign Out"
|
|
576
|
+
}
|
|
398
577
|
}
|
|
399
578
|
}
|
|
@@ -301,6 +301,35 @@
|
|
|
301
301
|
"altText": "Actualizar aplicación"
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
|
+
"document": {
|
|
305
|
+
"upload": {
|
|
306
|
+
"hint": "Haga clic o arrastre archivos para subir",
|
|
307
|
+
"ariaLabel": "Subir documento"
|
|
308
|
+
},
|
|
309
|
+
"preview": {
|
|
310
|
+
"title": "Vista previa del documento",
|
|
311
|
+
"ariaLabel": "Vista previa del documento"
|
|
312
|
+
},
|
|
313
|
+
"delete": {
|
|
314
|
+
"ariaLabel": "Eliminar documento",
|
|
315
|
+
"failed": "Error al eliminar el documento"
|
|
316
|
+
},
|
|
317
|
+
"errors": {
|
|
318
|
+
"maxFiles": "Máximo {{max}} archivos permitidos",
|
|
319
|
+
"invalidType": "\"{{fileName}}\" no es un tipo de archivo permitido",
|
|
320
|
+
"exceedsSize": "\"{{fileName}}\" excede el tamaño máximo de {{size}} MB"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"image": {
|
|
324
|
+
"alt": {
|
|
325
|
+
"upload": "Subir imagen {{index}}"
|
|
326
|
+
},
|
|
327
|
+
"upload": {
|
|
328
|
+
"pending": "Pendiente",
|
|
329
|
+
"dropzoneMultiple": "Arrastre imágenes aquí o haga clic para subir",
|
|
330
|
+
"dropzoneSingle": "Arrastre una imagen aquí o haga clic para subir"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
304
333
|
"code": {
|
|
305
334
|
"copyCode": "Copiar código",
|
|
306
335
|
"copied": "¡Copiado!",
|
|
@@ -301,6 +301,35 @@
|
|
|
301
301
|
"altText": "Mettre à jour l'application"
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
|
+
"document": {
|
|
305
|
+
"upload": {
|
|
306
|
+
"hint": "Cliquez ou glissez des fichiers pour les envoyer",
|
|
307
|
+
"ariaLabel": "Envoyer un document"
|
|
308
|
+
},
|
|
309
|
+
"preview": {
|
|
310
|
+
"title": "Aperçu du document",
|
|
311
|
+
"ariaLabel": "Aperçu du document"
|
|
312
|
+
},
|
|
313
|
+
"delete": {
|
|
314
|
+
"ariaLabel": "Supprimer le document",
|
|
315
|
+
"failed": "Échec de la suppression du document"
|
|
316
|
+
},
|
|
317
|
+
"errors": {
|
|
318
|
+
"maxFiles": "Maximum {{max}} fichiers autorisés",
|
|
319
|
+
"invalidType": "\"{{fileName}}\" n'est pas un type de fichier autorisé",
|
|
320
|
+
"exceedsSize": "\"{{fileName}}\" dépasse la taille maximale de {{size}} Mo"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"image": {
|
|
324
|
+
"alt": {
|
|
325
|
+
"upload": "Envoyer l'image {{index}}"
|
|
326
|
+
},
|
|
327
|
+
"upload": {
|
|
328
|
+
"pending": "En attente",
|
|
329
|
+
"dropzoneMultiple": "Déposez des images ici ou cliquez pour envoyer",
|
|
330
|
+
"dropzoneSingle": "Déposez une image ici ou cliquez pour envoyer"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
304
333
|
"code": {
|
|
305
334
|
"copyCode": "Copier le code",
|
|
306
335
|
"copied": "Copié !",
|
|
@@ -301,6 +301,35 @@
|
|
|
301
301
|
"altText": "Aggiorna applicazione"
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
|
+
"document": {
|
|
305
|
+
"upload": {
|
|
306
|
+
"hint": "Clicca o trascina i file per caricarli",
|
|
307
|
+
"ariaLabel": "Carica documento"
|
|
308
|
+
},
|
|
309
|
+
"preview": {
|
|
310
|
+
"title": "Anteprima documento",
|
|
311
|
+
"ariaLabel": "Anteprima documento"
|
|
312
|
+
},
|
|
313
|
+
"delete": {
|
|
314
|
+
"ariaLabel": "Elimina documento",
|
|
315
|
+
"failed": "Eliminazione del documento non riuscita"
|
|
316
|
+
},
|
|
317
|
+
"errors": {
|
|
318
|
+
"maxFiles": "Massimo {{max}} file consentiti",
|
|
319
|
+
"invalidType": "\"{{fileName}}\" non è un tipo di file consentito",
|
|
320
|
+
"exceedsSize": "\"{{fileName}}\" supera la dimensione massima di {{size}} MB"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"image": {
|
|
324
|
+
"alt": {
|
|
325
|
+
"upload": "Carica immagine {{index}}"
|
|
326
|
+
},
|
|
327
|
+
"upload": {
|
|
328
|
+
"pending": "In attesa",
|
|
329
|
+
"dropzoneMultiple": "Trascina le immagini qui o clicca per caricarle",
|
|
330
|
+
"dropzoneSingle": "Trascina un'immagine qui o clicca per caricarla"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
304
333
|
"code": {
|
|
305
334
|
"copyCode": "Copia codice",
|
|
306
335
|
"copied": "Copiato!",
|
|
@@ -301,6 +301,35 @@
|
|
|
301
301
|
"altText": "アプリケーションを更新"
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
|
+
"document": {
|
|
305
|
+
"upload": {
|
|
306
|
+
"hint": "クリックまたはファイルをドラッグしてアップロード",
|
|
307
|
+
"ariaLabel": "ドキュメントをアップロード"
|
|
308
|
+
},
|
|
309
|
+
"preview": {
|
|
310
|
+
"title": "ドキュメントプレビュー",
|
|
311
|
+
"ariaLabel": "ドキュメントをプレビュー"
|
|
312
|
+
},
|
|
313
|
+
"delete": {
|
|
314
|
+
"ariaLabel": "ドキュメントを削除",
|
|
315
|
+
"failed": "ドキュメントの削除に失敗しました"
|
|
316
|
+
},
|
|
317
|
+
"errors": {
|
|
318
|
+
"maxFiles": "最大{{max}}ファイルまで許可されています",
|
|
319
|
+
"invalidType": "\"{{fileName}}\"は許可されていないファイル形式です",
|
|
320
|
+
"exceedsSize": "\"{{fileName}}\"は最大サイズ{{size}} MBを超えています"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"image": {
|
|
324
|
+
"alt": {
|
|
325
|
+
"upload": "画像{{index}}をアップロード"
|
|
326
|
+
},
|
|
327
|
+
"upload": {
|
|
328
|
+
"pending": "処理待ち",
|
|
329
|
+
"dropzoneMultiple": "画像をここにドロップまたはクリックしてアップロード",
|
|
330
|
+
"dropzoneSingle": "画像をここにドロップまたはクリックしてアップロード"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
304
333
|
"code": {
|
|
305
334
|
"copyCode": "コードをコピー",
|
|
306
335
|
"copied": "コピーしました!",
|
|
@@ -301,6 +301,35 @@
|
|
|
301
301
|
"altText": "애플리케이션 업데이트"
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
|
+
"document": {
|
|
305
|
+
"upload": {
|
|
306
|
+
"hint": "클릭하거나 파일을 드래그하여 업로드",
|
|
307
|
+
"ariaLabel": "문서 업로드"
|
|
308
|
+
},
|
|
309
|
+
"preview": {
|
|
310
|
+
"title": "문서 미리보기",
|
|
311
|
+
"ariaLabel": "문서 미리보기"
|
|
312
|
+
},
|
|
313
|
+
"delete": {
|
|
314
|
+
"ariaLabel": "문서 삭제",
|
|
315
|
+
"failed": "문서 삭제에 실패했습니다"
|
|
316
|
+
},
|
|
317
|
+
"errors": {
|
|
318
|
+
"maxFiles": "최대 {{max}}개 파일만 허용됩니다",
|
|
319
|
+
"invalidType": "\"{{fileName}}\"은(는) 허용되지 않는 파일 형식입니다",
|
|
320
|
+
"exceedsSize": "\"{{fileName}}\"이(가) 최대 크기 {{size}} MB를 초과합니다"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"image": {
|
|
324
|
+
"alt": {
|
|
325
|
+
"upload": "이미지 {{index}} 업로드"
|
|
326
|
+
},
|
|
327
|
+
"upload": {
|
|
328
|
+
"pending": "대기 중",
|
|
329
|
+
"dropzoneMultiple": "이미지를 여기에 놓거나 클릭하여 업로드",
|
|
330
|
+
"dropzoneSingle": "이미지를 여기에 놓거나 클릭하여 업로드"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
304
333
|
"code": {
|
|
305
334
|
"copyCode": "코드 복사",
|
|
306
335
|
"copied": "복사됨!",
|
|
@@ -284,6 +284,35 @@
|
|
|
284
284
|
"altText": "App updaten"
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
|
+
"document": {
|
|
288
|
+
"upload": {
|
|
289
|
+
"hint": "Klik of sleep bestanden om te uploaden",
|
|
290
|
+
"ariaLabel": "Document uploaden"
|
|
291
|
+
},
|
|
292
|
+
"preview": {
|
|
293
|
+
"title": "Documentvoorbeeld",
|
|
294
|
+
"ariaLabel": "Document bekijken"
|
|
295
|
+
},
|
|
296
|
+
"delete": {
|
|
297
|
+
"ariaLabel": "Document verwijderen",
|
|
298
|
+
"failed": "Document verwijderen mislukt"
|
|
299
|
+
},
|
|
300
|
+
"errors": {
|
|
301
|
+
"maxFiles": "Maximaal {{max}} bestanden toegestaan",
|
|
302
|
+
"invalidType": "\"{{fileName}}\" is geen toegestaan bestandstype",
|
|
303
|
+
"exceedsSize": "\"{{fileName}}\" overschrijdt de maximale grootte van {{size}} MB"
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"image": {
|
|
307
|
+
"alt": {
|
|
308
|
+
"upload": "Afbeelding {{index}} uploaden"
|
|
309
|
+
},
|
|
310
|
+
"upload": {
|
|
311
|
+
"pending": "Wachtend",
|
|
312
|
+
"dropzoneMultiple": "Sleep afbeeldingen hierheen of klik om te uploaden",
|
|
313
|
+
"dropzoneSingle": "Sleep een afbeelding hierheen of klik om te uploaden"
|
|
314
|
+
}
|
|
315
|
+
},
|
|
287
316
|
"code": {
|
|
288
317
|
"copyCode": "Code kopiëren",
|
|
289
318
|
"copied": "Gekopieerd!",
|
|
@@ -27,7 +27,13 @@
|
|
|
27
27
|
"copyPhone": "نسخ رقم الهاتف",
|
|
28
28
|
"copyIban": "نسخ IBAN",
|
|
29
29
|
"replySubject": "Re: استفسارك",
|
|
30
|
-
"markResponded": "وضع علامة كمردود"
|
|
30
|
+
"markResponded": "وضع علامة كمردود",
|
|
31
|
+
"selectOptions": "اختر خيارات...",
|
|
32
|
+
"use": "استخدم هذا العنوان"
|
|
33
|
+
},
|
|
34
|
+
"address": {
|
|
35
|
+
"placeholder": "أدخل العنوان...",
|
|
36
|
+
"noResults": "لم يتم العثور على عناوين"
|
|
31
37
|
},
|
|
32
38
|
"export": "تصدير",
|
|
33
39
|
"noInquiries": "لم يتم العثور على استفسارات.",
|
|
@@ -27,7 +27,13 @@
|
|
|
27
27
|
"copyPhone": "Kopier telefon",
|
|
28
28
|
"copyIban": "Kopier IBAN",
|
|
29
29
|
"replySubject": "Re: Din henvendelse",
|
|
30
|
-
"markResponded": "Markér som besvaret"
|
|
30
|
+
"markResponded": "Markér som besvaret",
|
|
31
|
+
"selectOptions": "Vælg muligheder...",
|
|
32
|
+
"use": "Brug denne adresse"
|
|
33
|
+
},
|
|
34
|
+
"address": {
|
|
35
|
+
"placeholder": "Indtast adresse...",
|
|
36
|
+
"noResults": "Ingen adresser fundet"
|
|
31
37
|
},
|
|
32
38
|
"export": "Eksporter",
|
|
33
39
|
"noInquiries": "Ingen henvendelser fundet.",
|
|
@@ -27,7 +27,13 @@
|
|
|
27
27
|
"copyPhone": "Telefon kopieren",
|
|
28
28
|
"copyIban": "IBAN kopieren",
|
|
29
29
|
"replySubject": "Re: Ihre Anfrage",
|
|
30
|
-
"markResponded": "Als beantwortet markieren"
|
|
30
|
+
"markResponded": "Als beantwortet markieren",
|
|
31
|
+
"selectOptions": "Optionen auswählen...",
|
|
32
|
+
"use": "Diese Adresse verwenden"
|
|
33
|
+
},
|
|
34
|
+
"address": {
|
|
35
|
+
"placeholder": "Adresse eingeben...",
|
|
36
|
+
"noResults": "Keine Adressen gefunden"
|
|
31
37
|
},
|
|
32
38
|
"export": "Exportieren",
|
|
33
39
|
"noInquiries": "Keine Anfragen gefunden.",
|
|
@@ -27,7 +27,13 @@
|
|
|
27
27
|
"copyPhone": "Copy phone",
|
|
28
28
|
"copyIban": "Copy IBAN",
|
|
29
29
|
"replySubject": "Re: Your inquiry",
|
|
30
|
-
"markResponded": "Mark responded"
|
|
30
|
+
"markResponded": "Mark responded",
|
|
31
|
+
"selectOptions": "Select options...",
|
|
32
|
+
"use": "Use this address"
|
|
33
|
+
},
|
|
34
|
+
"address": {
|
|
35
|
+
"placeholder": "Enter address...",
|
|
36
|
+
"noResults": "No addresses found"
|
|
31
37
|
},
|
|
32
38
|
"export": "Export",
|
|
33
39
|
"noInquiries": "No inquiries found.",
|
|
@@ -27,7 +27,13 @@
|
|
|
27
27
|
"copyPhone": "Copiar teléfono",
|
|
28
28
|
"copyIban": "Copiar IBAN",
|
|
29
29
|
"replySubject": "Re: Su consulta",
|
|
30
|
-
"markResponded": "Marcar como respondido"
|
|
30
|
+
"markResponded": "Marcar como respondido",
|
|
31
|
+
"selectOptions": "Seleccionar opciones...",
|
|
32
|
+
"use": "Usar esta dirección"
|
|
33
|
+
},
|
|
34
|
+
"address": {
|
|
35
|
+
"placeholder": "Introducir dirección...",
|
|
36
|
+
"noResults": "No se encontraron direcciones"
|
|
31
37
|
},
|
|
32
38
|
"export": "Exportar",
|
|
33
39
|
"noInquiries": "No se encontraron consultas.",
|
|
@@ -27,7 +27,13 @@
|
|
|
27
27
|
"copyPhone": "Copier le téléphone",
|
|
28
28
|
"copyIban": "Copier l'IBAN",
|
|
29
29
|
"replySubject": "Re : Votre demande",
|
|
30
|
-
"markResponded": "Marquer comme répondu"
|
|
30
|
+
"markResponded": "Marquer comme répondu",
|
|
31
|
+
"selectOptions": "Sélectionner des options...",
|
|
32
|
+
"use": "Utiliser cette adresse"
|
|
33
|
+
},
|
|
34
|
+
"address": {
|
|
35
|
+
"placeholder": "Saisir une adresse...",
|
|
36
|
+
"noResults": "Aucune adresse trouvée"
|
|
31
37
|
},
|
|
32
38
|
"export": "Exporter",
|
|
33
39
|
"noInquiries": "Aucune demande trouvée.",
|
|
@@ -27,7 +27,13 @@
|
|
|
27
27
|
"copyPhone": "Copia telefono",
|
|
28
28
|
"copyIban": "Copia IBAN",
|
|
29
29
|
"replySubject": "Re: La tua richiesta",
|
|
30
|
-
"markResponded": "Segna come risposto"
|
|
30
|
+
"markResponded": "Segna come risposto",
|
|
31
|
+
"selectOptions": "Seleziona opzioni...",
|
|
32
|
+
"use": "Usa questo indirizzo"
|
|
33
|
+
},
|
|
34
|
+
"address": {
|
|
35
|
+
"placeholder": "Inserisci indirizzo...",
|
|
36
|
+
"noResults": "Nessun indirizzo trovato"
|
|
31
37
|
},
|
|
32
38
|
"export": "Esporta",
|
|
33
39
|
"noInquiries": "Nessuna richiesta trovata.",
|
|
@@ -27,7 +27,13 @@
|
|
|
27
27
|
"copyPhone": "電話番号をコピー",
|
|
28
28
|
"copyIban": "IBANをコピー",
|
|
29
29
|
"replySubject": "Re: お問い合わせ",
|
|
30
|
-
"markResponded": "対応済みとしてマーク"
|
|
30
|
+
"markResponded": "対応済みとしてマーク",
|
|
31
|
+
"selectOptions": "オプションを選択...",
|
|
32
|
+
"use": "この住所を使用"
|
|
33
|
+
},
|
|
34
|
+
"address": {
|
|
35
|
+
"placeholder": "住所を入力...",
|
|
36
|
+
"noResults": "住所が見つかりません"
|
|
31
37
|
},
|
|
32
38
|
"export": "エクスポート",
|
|
33
39
|
"noInquiries": "お問い合わせが見つかりませんでした。",
|
|
@@ -27,7 +27,13 @@
|
|
|
27
27
|
"copyPhone": "전화번호 복사",
|
|
28
28
|
"copyIban": "IBAN 복사",
|
|
29
29
|
"replySubject": "Re: 문의사항",
|
|
30
|
-
"markResponded": "응답 완료로 표시"
|
|
30
|
+
"markResponded": "응답 완료로 표시",
|
|
31
|
+
"selectOptions": "옵션 선택...",
|
|
32
|
+
"use": "이 주소 사용"
|
|
33
|
+
},
|
|
34
|
+
"address": {
|
|
35
|
+
"placeholder": "주소 입력...",
|
|
36
|
+
"noResults": "주소를 찾을 수 없습니다"
|
|
31
37
|
},
|
|
32
38
|
"export": "내보내기",
|
|
33
39
|
"noInquiries": "문의사항을 찾을 수 없습니다.",
|