@crownpeak/dqm-react-component 1.0.1 → 1.2.0
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/CHANGELOG.md +41 -0
- package/README.md +125 -23
- package/dist/DQMSidebar.d.ts.map +1 -1
- package/dist/ErrorBoundary.d.ts.map +1 -1
- package/dist/__tests__/setup.d.ts +1 -0
- package/dist/__tests__/setup.d.ts.map +1 -0
- package/dist/__tests__/utils.d.ts +145 -0
- package/dist/__tests__/utils.d.ts.map +1 -0
- package/dist/auth-ui/assets/index-YKFZYENy.js +158 -0
- package/dist/auth-ui/index.html +1 -1
- package/dist/components/auth/DQMLogin.d.ts.map +1 -1
- package/dist/components/auth/index.d.ts +0 -1
- package/dist/components/auth/index.d.ts.map +1 -1
- package/dist/components/cards/AISummaryCard.d.ts +2 -0
- package/dist/components/cards/AISummaryCard.d.ts.map +1 -0
- package/dist/components/cards/index.d.ts +1 -0
- package/dist/components/cards/index.d.ts.map +1 -1
- package/dist/components/common/LanguageSwitch.d.ts +5 -0
- package/dist/components/common/LanguageSwitch.d.ts.map +1 -0
- package/dist/components/common/LanguageSwitchBase.d.ts +16 -0
- package/dist/components/common/LanguageSwitchBase.d.ts.map +1 -0
- package/dist/components/common/index.d.ts +1 -0
- package/dist/components/common/index.d.ts.map +1 -1
- package/dist/components/modals/AISettingsDialog.d.ts +61 -0
- package/dist/components/modals/AISettingsDialog.d.ts.map +1 -0
- package/dist/components/modals/HighlightModal.d.ts +45 -0
- package/dist/components/modals/HighlightModal.d.ts.map +1 -0
- package/dist/components/modals/LoginOverlay.d.ts +22 -0
- package/dist/components/modals/LoginOverlay.d.ts.map +1 -0
- package/dist/components/modals/index.d.ts +9 -0
- package/dist/components/modals/index.d.ts.map +1 -0
- package/dist/components/renderers/BrowserViewRenderer.d.ts.map +1 -1
- package/dist/components/renderers/ShadowDOMRenderer.d.ts.map +1 -1
- package/dist/components/sidebar/CloseButton.d.ts +6 -0
- package/dist/components/sidebar/CloseButton.d.ts.map +1 -0
- package/dist/components/sidebar/SidebarContent.d.ts.map +1 -1
- package/dist/components/sidebar/SidebarFooter.d.ts.map +1 -1
- package/dist/components/sidebar/SidebarHeader.d.ts.map +1 -1
- package/dist/components/sidebar/SidebarSkeleton.d.ts.map +1 -1
- package/dist/components/sidebar/StyledDrawer.d.ts +6 -1
- package/dist/components/sidebar/StyledDrawer.d.ts.map +1 -1
- package/dist/components/sidebar/StyledFab.d.ts +4 -1
- package/dist/components/sidebar/StyledFab.d.ts.map +1 -1
- package/dist/components/sidebar/index.d.ts +1 -0
- package/dist/components/sidebar/index.d.ts.map +1 -1
- package/dist/context/ai/AIContext.d.ts +13 -0
- package/dist/context/ai/AIContext.d.ts.map +1 -0
- package/dist/context/ai/index.d.ts +12 -0
- package/dist/context/ai/index.d.ts.map +1 -0
- package/dist/context/ai/types.d.ts +161 -0
- package/dist/context/ai/types.d.ts.map +1 -0
- package/dist/context/ai/useAIEngine.d.ts +10 -0
- package/dist/context/ai/useAIEngine.d.ts.map +1 -0
- package/dist/context/ai/useAISummary.d.ts +10 -0
- package/dist/context/ai/useAISummary.d.ts.map +1 -0
- package/dist/context/ai/useAITranslation.d.ts +10 -0
- package/dist/context/ai/useAITranslation.d.ts.map +1 -0
- package/dist/context/ai/useTranslationCache.d.ts +9 -0
- package/dist/context/ai/useTranslationCache.d.ts.map +1 -0
- package/dist/dqm-widget.d.ts +107 -0
- package/dist/dqm-widget.esm.js +516 -0
- package/dist/dqm-widget.iife.js +183 -0
- package/dist/hooks/index.d.ts +10 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useAnalysis.d.ts +43 -0
- package/dist/hooks/useAnalysis.d.ts.map +1 -0
- package/dist/hooks/useAuthentication.d.ts +49 -0
- package/dist/hooks/useAuthentication.d.ts.map +1 -0
- package/dist/hooks/useHighlightActions.d.ts +37 -0
- package/dist/hooks/useHighlightActions.d.ts.map +1 -0
- package/dist/hooks/useHighlights.d.ts +72 -0
- package/dist/hooks/useHighlights.d.ts.map +1 -0
- package/dist/html-pages/DQMWidget.d.ts +36 -0
- package/dist/html-pages/DQMWidget.d.ts.map +1 -0
- package/dist/html-pages/index.d.ts +32 -0
- package/dist/html-pages/index.d.ts.map +1 -0
- package/dist/i18n/auth/de.d.ts +25 -0
- package/dist/i18n/auth/de.d.ts.map +1 -0
- package/dist/i18n/auth/en.d.ts +26 -0
- package/dist/i18n/auth/en.d.ts.map +1 -0
- package/dist/i18n/auth/es.d.ts +25 -0
- package/dist/i18n/auth/es.d.ts.map +1 -0
- package/dist/i18n/auth/index.d.ts +8 -0
- package/dist/i18n/auth/index.d.ts.map +1 -0
- package/dist/i18n/common/de.d.ts +18 -0
- package/dist/i18n/common/de.d.ts.map +1 -0
- package/dist/i18n/common/en.d.ts +19 -0
- package/dist/i18n/common/en.d.ts.map +1 -0
- package/dist/i18n/common/es.d.ts +18 -0
- package/dist/i18n/common/es.d.ts.map +1 -0
- package/dist/i18n/common/index.d.ts +8 -0
- package/dist/i18n/common/index.d.ts.map +1 -0
- package/dist/i18n/demo/de.d.ts +104 -0
- package/dist/i18n/demo/de.d.ts.map +1 -0
- package/dist/i18n/demo/en.d.ts +105 -0
- package/dist/i18n/demo/en.d.ts.map +1 -0
- package/dist/i18n/demo/es.d.ts +104 -0
- package/dist/i18n/demo/es.d.ts.map +1 -0
- package/dist/i18n/demo/index.d.ts +8 -0
- package/dist/i18n/demo/index.d.ts.map +1 -0
- package/dist/i18n/index.d.ts +673 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/sidebar/de.d.ts +89 -0
- package/dist/i18n/sidebar/de.d.ts.map +1 -0
- package/dist/i18n/sidebar/en.d.ts +90 -0
- package/dist/i18n/sidebar/en.d.ts.map +1 -0
- package/dist/i18n/sidebar/es.d.ts +89 -0
- package/dist/i18n/sidebar/es.d.ts.map +1 -0
- package/dist/i18n/sidebar/index.d.ts +8 -0
- package/dist/i18n/sidebar/index.d.ts.map +1 -0
- package/dist/i18n.d.ts +8 -0
- package/dist/i18n.d.ts.map +1 -0
- package/dist/index.cjs +61 -31
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.html +498 -0
- package/dist/index.js +18006 -7241
- package/dist/index.js.map +1 -1
- package/dist/locale.d.ts +25 -0
- package/dist/locale.d.ts.map +1 -0
- package/dist/mocks/browser.d.ts +23 -0
- package/dist/mocks/browser.d.ts.map +1 -0
- package/dist/mocks/handlers.d.ts +32 -0
- package/dist/mocks/handlers.d.ts.map +1 -0
- package/dist/mocks/index.d.ts +7 -0
- package/dist/mocks/index.d.ts.map +1 -0
- package/dist/mocks/server.d.ts +24 -0
- package/dist/mocks/server.d.ts.map +1 -0
- package/dist/server/routes/auth.js +0 -10
- package/dist/server/routes/auth.js.map +1 -1
- package/dist/store/api/dqmApi.d.ts +1793 -0
- package/dist/store/api/dqmApi.d.ts.map +1 -0
- package/dist/store/api/index.d.ts +6 -0
- package/dist/store/api/index.d.ts.map +1 -0
- package/dist/store/index.d.ts +57 -0
- package/dist/store/index.d.ts.map +1 -0
- package/dist/store/localeSlice.d.ts +6 -0
- package/dist/store/localeSlice.d.ts.map +1 -0
- package/dist/store/slices/aiSlice.d.ts +134 -0
- package/dist/store/slices/aiSlice.d.ts.map +1 -0
- package/dist/store/slices/analysisSlice.d.ts +54 -0
- package/dist/store/slices/analysisSlice.d.ts.map +1 -0
- package/dist/store/slices/authSlice.d.ts +170 -0
- package/dist/store/slices/authSlice.d.ts.map +1 -0
- package/dist/store/slices/highlightSlice.d.ts +188 -0
- package/dist/store/slices/highlightSlice.d.ts.map +1 -0
- package/dist/store/slices/index.d.ts +12 -0
- package/dist/store/slices/index.d.ts.map +1 -0
- package/dist/types.d.ts +109 -7
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/aiJsonClient.d.ts +23 -0
- package/dist/utils/aiJsonClient.d.ts.map +1 -0
- package/dist/utils/colors/GenerateCategoryColors.d.ts.map +1 -1
- package/dist/utils/logger.d.ts +107 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/openaiJsonClient.d.ts +8 -0
- package/dist/utils/openaiJsonClient.d.ts.map +1 -0
- package/dist/utils/sanitizeHtmlDocument.d.ts +4 -0
- package/dist/utils/sanitizeHtmlDocument.d.ts.map +1 -0
- package/dist/utils/secureStorage.d.ts +95 -0
- package/dist/utils/secureStorage.d.ts.map +1 -0
- package/dist/utils/storage.d.ts.map +1 -1
- package/dist/utils/translationCache.d.ts +45 -0
- package/dist/utils/translationCache.d.ts.map +1 -0
- package/dist/utils/translationUtils.d.ts +52 -0
- package/dist/utils/translationUtils.d.ts.map +1 -0
- package/dist/utils/useDomPresence.d.ts +210 -0
- package/dist/utils/useDomPresence.d.ts.map +1 -0
- package/package.json +59 -12
- package/AUTHENTICATION.md +0 -281
- package/BACKEND-API.md +0 -1829
- package/DEVELOPMENT.md +0 -339
- package/EXAMPLES.md +0 -194
- package/QUICKSTART.md +0 -200
- package/dist/auth-ui/assets/index-CczTRrba.js +0 -158
- package/dist/components/auth/OAuth2CallbackHandler.d.ts +0 -15
- package/dist/components/auth/OAuth2CallbackHandler.d.ts.map +0 -1
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Demo translations - English (Fallback)
|
|
3
|
+
* @see I18N.md for documentation
|
|
4
|
+
*/
|
|
5
|
+
export declare const demo: {
|
|
6
|
+
readonly login_title: "DQM Widget Test";
|
|
7
|
+
readonly login_subtitle: "Enter your DQM credentials to view the landing page";
|
|
8
|
+
readonly login_website_id: "Website ID";
|
|
9
|
+
readonly login_api_key: "DQM API Key";
|
|
10
|
+
readonly login_cta: "View Landing Page";
|
|
11
|
+
readonly hero_title: "Your Digital Quality Command Center";
|
|
12
|
+
readonly hero_subtitle: "Run accessibility and quality checks in seconds with guided highlights and actionable remediation steps.";
|
|
13
|
+
readonly hero_cta: "Run a Demo Scan";
|
|
14
|
+
readonly features_title: "Everything you need to ship accessible experiences";
|
|
15
|
+
readonly feature1_title: "One-click quality scans";
|
|
16
|
+
readonly feature1_body: "Trigger Crownpeak DQM analysis directly from your page without leaving your workflow.";
|
|
17
|
+
readonly feature2_title: "Guided remediation";
|
|
18
|
+
readonly feature2_body: "Jump to highlighted issues with source and browser views for faster fixes.";
|
|
19
|
+
readonly feature3_title: "Team-ready insights";
|
|
20
|
+
readonly feature3_body: "Share actionable reports, trends, and checkpoints with your team.";
|
|
21
|
+
readonly stats_title: "Trusted by teams everywhere";
|
|
22
|
+
readonly stat_active_customers: "Active customers";
|
|
23
|
+
readonly stat_uptime: "Uptime guarantee";
|
|
24
|
+
readonly stat_countries: "Countries served";
|
|
25
|
+
readonly stat_support: "Expert support";
|
|
26
|
+
readonly testimonials_title: "What teams are saying";
|
|
27
|
+
readonly testimonial1_quote: "The DQM sidebar cut our accessibility triage time in half. Highlights and source view are game changers.";
|
|
28
|
+
readonly testimonial1_name: "Jordan Lee";
|
|
29
|
+
readonly testimonial1_title: "Lead Accessibility Engineer, Northwind";
|
|
30
|
+
readonly testimonial2_quote: "We finally have a repeatable process to ship compliant pages. The guided navigation keeps everyone aligned.";
|
|
31
|
+
readonly testimonial2_name: "Priya Desai";
|
|
32
|
+
readonly testimonial2_title: "Digital Experience Manager, Fabrikam";
|
|
33
|
+
readonly testimonial3_quote: "Fast, reliable, and easy to roll out across teams. DQM makes quality measurable.";
|
|
34
|
+
readonly testimonial3_name: "Alex Müller";
|
|
35
|
+
readonly testimonial3_title: "Product Director, Contoso";
|
|
36
|
+
readonly pricing_title: "Simple, transparent pricing";
|
|
37
|
+
readonly pricing_subtitle: "Choose the plan that works best for your team";
|
|
38
|
+
readonly plan_starter: "Starter";
|
|
39
|
+
readonly plan_starter_feat1: "10 GB storage";
|
|
40
|
+
readonly plan_starter_feat2: "100 GB bandwidth";
|
|
41
|
+
readonly plan_starter_feat3: "Email support";
|
|
42
|
+
readonly plan_starter_feat4: "99.9% uptime";
|
|
43
|
+
readonly plan_cta_outline: "Get started";
|
|
44
|
+
readonly plan_badge_popular: "Popular";
|
|
45
|
+
readonly plan_pro: "Professional";
|
|
46
|
+
readonly plan_pro_feat1: "100 GB storage";
|
|
47
|
+
readonly plan_pro_feat2: "1 TB bandwidth";
|
|
48
|
+
readonly plan_pro_feat3: "Priority support";
|
|
49
|
+
readonly plan_pro_feat4: "99.99% uptime";
|
|
50
|
+
readonly plan_pro_feat5: "Advanced analytics";
|
|
51
|
+
readonly plan_cta_primary: "Get started";
|
|
52
|
+
readonly plan_enterprise: "Enterprise";
|
|
53
|
+
readonly plan_enterprise_price: "Custom";
|
|
54
|
+
readonly plan_ent_feat1: "Unlimited storage";
|
|
55
|
+
readonly plan_ent_feat2: "Unlimited bandwidth";
|
|
56
|
+
readonly plan_ent_feat3: "24/7 phone support";
|
|
57
|
+
readonly plan_ent_feat4: "99.99% uptime SLA";
|
|
58
|
+
readonly plan_ent_feat5: "Dedicated manager";
|
|
59
|
+
readonly plan_cta_contact: "Contact Sales";
|
|
60
|
+
readonly cta_title: "Ready to get started?";
|
|
61
|
+
readonly cta_subtitle: "Join thousands of companies already using Cloudify. No credit card required.";
|
|
62
|
+
readonly cta_button: "Start your free trial";
|
|
63
|
+
readonly footer_brand: "Cloudify";
|
|
64
|
+
readonly footer_tagline: "Modern cloud infrastructure for the next generation of applications.";
|
|
65
|
+
readonly footer_icon_speed: "Performance insights";
|
|
66
|
+
readonly footer_icon_security: "Security highlights";
|
|
67
|
+
readonly footer_icon_growth: "Growth metrics";
|
|
68
|
+
readonly footer_col_product: "Product";
|
|
69
|
+
readonly footer_col_company: "Company";
|
|
70
|
+
readonly footer_col_resources: "Resources";
|
|
71
|
+
readonly footer_col_support: "Support";
|
|
72
|
+
readonly footer_link_features: "Features";
|
|
73
|
+
readonly footer_link_pricing: "Pricing";
|
|
74
|
+
readonly footer_link_integrations: "Integrations";
|
|
75
|
+
readonly footer_link_docs: "Documentation";
|
|
76
|
+
readonly footer_link_contact: "Contact Us";
|
|
77
|
+
readonly footer_link_about: "About";
|
|
78
|
+
readonly footer_link_blog: "Blog";
|
|
79
|
+
readonly footer_link_careers: "Careers";
|
|
80
|
+
readonly footer_link_press: "Press";
|
|
81
|
+
readonly footer_link_presskit: "Press Kit";
|
|
82
|
+
readonly footer_link_faq: "FAQ";
|
|
83
|
+
readonly footer_link_guides: "Guides";
|
|
84
|
+
readonly footer_link_api: "API Docs";
|
|
85
|
+
readonly footer_link_community: "Community";
|
|
86
|
+
readonly footer_link_status: "Status";
|
|
87
|
+
readonly footer_link_help: "Help Center";
|
|
88
|
+
readonly footer_link_terms: "Terms of Service";
|
|
89
|
+
readonly footer_link_privacy: "Privacy Policy";
|
|
90
|
+
readonly footer_link_cookies: "Cookie Policy";
|
|
91
|
+
readonly footer_copyright: "© 2025 Cloudify. All rights reserved. |";
|
|
92
|
+
readonly editor_title: "HTML Editor";
|
|
93
|
+
readonly debug_mode: "Debug Mode Active";
|
|
94
|
+
readonly debug_desc: "The DQM Widget will analyze the custom HTML from the editor instead of the page content. Your HTML is automatically saved to IndexedDB.";
|
|
95
|
+
readonly tab_editor: "HTML Editor";
|
|
96
|
+
readonly tab_preview: "Preview";
|
|
97
|
+
readonly loading_html: "Loading HTML from IndexedDB...";
|
|
98
|
+
readonly reset_default: "Reset to Default";
|
|
99
|
+
readonly preview_html: "Preview HTML";
|
|
100
|
+
readonly auto_saved: "Auto-saved to IndexedDB";
|
|
101
|
+
readonly close: "Close";
|
|
102
|
+
readonly analyze_custom_html: "Analyze Custom HTML";
|
|
103
|
+
};
|
|
104
|
+
export type DemoTranslationKeys = keyof typeof demo;
|
|
105
|
+
//# sourceMappingURL=en.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/i18n/demo/en.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkGP,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,IAAI,CAAC"}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Demo translations - Spanish
|
|
3
|
+
* @see I18N.md for documentation
|
|
4
|
+
*/
|
|
5
|
+
export declare const demo: {
|
|
6
|
+
readonly login_title: "Prueba del widget DQM";
|
|
7
|
+
readonly login_subtitle: "Introduce tus credenciales de DQM para ver la página de destino";
|
|
8
|
+
readonly login_website_id: "ID del sitio web";
|
|
9
|
+
readonly login_api_key: "Clave API de DQM";
|
|
10
|
+
readonly login_cta: "Ver página de destino";
|
|
11
|
+
readonly hero_title: "Tu centro de mando de calidad digital";
|
|
12
|
+
readonly hero_subtitle: "Ejecuta comprobaciones de accesibilidad y calidad en segundos con resaltados guiados y pasos de corrección accionables.";
|
|
13
|
+
readonly hero_cta: "Ejecutar un escaneo de demostración";
|
|
14
|
+
readonly features_title: "Todo lo que necesitas para publicar experiencias accesibles";
|
|
15
|
+
readonly feature1_title: "Escaneos de calidad con un clic";
|
|
16
|
+
readonly feature1_body: "Dispara el análisis de Crownpeak DQM directamente desde tu página sin salir de tu flujo de trabajo.";
|
|
17
|
+
readonly feature2_title: "Corrección guiada";
|
|
18
|
+
readonly feature2_body: "Ve a los problemas resaltados con vistas de fuente y navegador para corregir más rápido.";
|
|
19
|
+
readonly feature3_title: "Información lista para el equipo";
|
|
20
|
+
readonly feature3_body: "Comparte informes accionables, tendencias y checkpoints con tu equipo.";
|
|
21
|
+
readonly stats_title: "Confiado por equipos en todas partes";
|
|
22
|
+
readonly stat_active_customers: "Clientes activos";
|
|
23
|
+
readonly stat_uptime: "Garantía de disponibilidad";
|
|
24
|
+
readonly stat_countries: "Países atendidos";
|
|
25
|
+
readonly stat_support: "Soporte experto";
|
|
26
|
+
readonly testimonials_title: "Lo que dicen los equipos";
|
|
27
|
+
readonly testimonial1_quote: "La barra lateral de DQM redujo nuestro tiempo de triaje de accesibilidad a la mitad. Los resaltados y la vista de fuente son clave.";
|
|
28
|
+
readonly testimonial1_name: "Jordan Lee";
|
|
29
|
+
readonly testimonial1_title: "Ingeniero/a líder de accesibilidad, Northwind";
|
|
30
|
+
readonly testimonial2_quote: "Por fin tenemos un proceso repetible para publicar páginas conformes. La navegación guiada mantiene a todos alineados.";
|
|
31
|
+
readonly testimonial2_name: "Priya Desai";
|
|
32
|
+
readonly testimonial2_title: "Gerente de experiencia digital, Fabrikam";
|
|
33
|
+
readonly testimonial3_quote: "Rápido, fiable y fácil de desplegar en equipos. DQM hace la calidad medible.";
|
|
34
|
+
readonly testimonial3_name: "Alex Müller";
|
|
35
|
+
readonly testimonial3_title: "Director/a de producto, Contoso";
|
|
36
|
+
readonly pricing_title: "Precios simples y transparentes";
|
|
37
|
+
readonly pricing_subtitle: "Elige el plan que funcione para tu equipo";
|
|
38
|
+
readonly plan_starter: "Inicial";
|
|
39
|
+
readonly plan_starter_feat1: "10 GB de almacenamiento";
|
|
40
|
+
readonly plan_starter_feat2: "100 GB de ancho de banda";
|
|
41
|
+
readonly plan_starter_feat3: "Soporte por email";
|
|
42
|
+
readonly plan_starter_feat4: "99.9% de disponibilidad";
|
|
43
|
+
readonly plan_cta_outline: "Comenzar";
|
|
44
|
+
readonly plan_badge_popular: "Popular";
|
|
45
|
+
readonly plan_pro: "Profesional";
|
|
46
|
+
readonly plan_pro_feat1: "100 GB de almacenamiento";
|
|
47
|
+
readonly plan_pro_feat2: "1 TB de ancho de banda";
|
|
48
|
+
readonly plan_pro_feat3: "Soporte prioritario";
|
|
49
|
+
readonly plan_pro_feat4: "99.99% de disponibilidad";
|
|
50
|
+
readonly plan_pro_feat5: "Analítica avanzada";
|
|
51
|
+
readonly plan_cta_primary: "Comenzar";
|
|
52
|
+
readonly plan_enterprise: "Empresarial";
|
|
53
|
+
readonly plan_enterprise_price: "Personalizado";
|
|
54
|
+
readonly plan_ent_feat1: "Almacenamiento ilimitado";
|
|
55
|
+
readonly plan_ent_feat2: "Ancho de banda ilimitado";
|
|
56
|
+
readonly plan_ent_feat3: "Soporte telefónico 24/7";
|
|
57
|
+
readonly plan_ent_feat4: "SLA de 99.99% de disponibilidad";
|
|
58
|
+
readonly plan_ent_feat5: "Gerente dedicado";
|
|
59
|
+
readonly plan_cta_contact: "Contactar ventas";
|
|
60
|
+
readonly cta_title: "¿Listo para empezar?";
|
|
61
|
+
readonly cta_subtitle: "Únete a miles de empresas que ya usan Cloudify. No se requiere tarjeta de crédito.";
|
|
62
|
+
readonly cta_button: "Comenzar prueba gratuita";
|
|
63
|
+
readonly footer_brand: "Cloudify";
|
|
64
|
+
readonly footer_tagline: "Infraestructura moderna para la próxima generación de aplicaciones.";
|
|
65
|
+
readonly footer_icon_speed: "Información de rendimiento";
|
|
66
|
+
readonly footer_icon_security: "Aspectos de seguridad";
|
|
67
|
+
readonly footer_icon_growth: "Métricas de crecimiento";
|
|
68
|
+
readonly footer_col_product: "Producto";
|
|
69
|
+
readonly footer_col_company: "Compañía";
|
|
70
|
+
readonly footer_col_resources: "Recursos";
|
|
71
|
+
readonly footer_col_support: "Soporte";
|
|
72
|
+
readonly footer_link_features: "Funciones";
|
|
73
|
+
readonly footer_link_pricing: "Precios";
|
|
74
|
+
readonly footer_link_integrations: "Integraciones";
|
|
75
|
+
readonly footer_link_docs: "Documentación";
|
|
76
|
+
readonly footer_link_contact: "Contáctanos";
|
|
77
|
+
readonly footer_link_about: "Acerca de";
|
|
78
|
+
readonly footer_link_blog: "Blog";
|
|
79
|
+
readonly footer_link_careers: "Carreras";
|
|
80
|
+
readonly footer_link_press: "Prensa";
|
|
81
|
+
readonly footer_link_presskit: "Kit de prensa";
|
|
82
|
+
readonly footer_link_faq: "Preguntas frecuentes";
|
|
83
|
+
readonly footer_link_guides: "Guías";
|
|
84
|
+
readonly footer_link_api: "Docs de API";
|
|
85
|
+
readonly footer_link_community: "Comunidad";
|
|
86
|
+
readonly footer_link_status: "Estado";
|
|
87
|
+
readonly footer_link_help: "Centro de ayuda";
|
|
88
|
+
readonly footer_link_terms: "Términos del servicio";
|
|
89
|
+
readonly footer_link_privacy: "Política de privacidad";
|
|
90
|
+
readonly footer_link_cookies: "Política de cookies";
|
|
91
|
+
readonly footer_copyright: "© 2025 Cloudify. Todos los derechos reservados. |";
|
|
92
|
+
readonly editor_title: "Editor HTML";
|
|
93
|
+
readonly debug_mode: "Modo de depuración activo";
|
|
94
|
+
readonly debug_desc: "El widget DQM analizará el HTML personalizado del editor en lugar del contenido de la página. Tu HTML se guarda automáticamente en IndexedDB.";
|
|
95
|
+
readonly tab_editor: "Editor HTML";
|
|
96
|
+
readonly tab_preview: "Vista previa";
|
|
97
|
+
readonly loading_html: "Cargando HTML desde IndexedDB...";
|
|
98
|
+
readonly reset_default: "Restablecer a valores predeterminados";
|
|
99
|
+
readonly preview_html: "Vista previa HTML";
|
|
100
|
+
readonly auto_saved: "Guardado automático en IndexedDB";
|
|
101
|
+
readonly close: "Cerrar";
|
|
102
|
+
readonly analyze_custom_html: "Analizar HTML personalizado";
|
|
103
|
+
};
|
|
104
|
+
//# sourceMappingURL=es.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/i18n/demo/es.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkGP,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/demo/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,IAAI,IAAI,EAAE,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,IAAI,IAAI,EAAE,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,IAAI,IAAI,EAAE,EAAE,MAAM,MAAM,CAAC"}
|