@fayz-ai/core 0.8.0 → 0.8.2
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/dist/access/denial.d.ts +21 -0
- package/dist/access/denial.d.ts.map +1 -0
- package/dist/access/engine.d.ts +63 -0
- package/dist/access/engine.d.ts.map +1 -0
- package/dist/access/index.cjs +60 -0
- package/dist/access/index.cjs.map +1 -0
- package/dist/access/index.d.ts +6 -0
- package/dist/access/index.d.ts.map +1 -0
- package/dist/access/index.js +51 -0
- package/dist/access/index.js.map +1 -0
- package/dist/access/limits.d.ts +10 -0
- package/dist/access/limits.d.ts.map +1 -0
- package/dist/address/index.d.ts +52 -0
- package/dist/address/index.d.ts.map +1 -0
- package/dist/{chunk-WKZVSKEU.js → chunk-CU64QI4A.js} +2 -2
- package/dist/chunk-CU64QI4A.js.map +1 -0
- package/dist/{chunk-54SRL7AJ.cjs → chunk-CYAWDW44.cjs} +141 -84
- package/dist/chunk-CYAWDW44.cjs.map +1 -0
- package/dist/{chunk-KNIVT6XZ.js → chunk-JHGXROKV.js} +230 -2
- package/dist/chunk-JHGXROKV.js.map +1 -0
- package/dist/{chunk-QR7U2URY.cjs → chunk-SO3VUKGZ.cjs} +230 -2
- package/dist/chunk-SO3VUKGZ.cjs.map +1 -0
- package/dist/{chunk-2NTHNWEH.cjs → chunk-UKU4RIWM.cjs} +2 -2
- package/dist/chunk-UKU4RIWM.cjs.map +1 -0
- package/dist/{chunk-ZBIWYDAR.js → chunk-XJKW2JRW.js} +140 -85
- package/dist/chunk-XJKW2JRW.js.map +1 -0
- package/dist/{chunk-CHGX6UYR.js → chunk-YH25Y4FW.js} +6 -3
- package/dist/chunk-YH25Y4FW.js.map +1 -0
- package/dist/{chunk-5X2VX3RQ.cjs → chunk-ZOPJB5FN.cjs} +6 -3
- package/dist/chunk-ZOPJB5FN.cjs.map +1 -0
- package/dist/data/count.d.ts +34 -0
- package/dist/data/count.d.ts.map +1 -0
- package/dist/data/index.cjs +18 -10
- package/dist/data/index.d.ts +2 -0
- package/dist/data/index.d.ts.map +1 -1
- package/dist/data/index.js +1 -1
- package/dist/data/resolve.d.ts.map +1 -1
- package/dist/entity/index.cjs +6 -6
- package/dist/entity/index.js +1 -1
- package/dist/entity/registry.d.ts +9 -0
- package/dist/entity/registry.d.ts.map +1 -1
- package/dist/i18n/index.cjs +10 -10
- package/dist/i18n/index.js +1 -1
- package/dist/i18n/shell-translations.d.ts.map +1 -1
- package/dist/index.cjs +852 -124
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +10 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +765 -56
- package/dist/index.js.map +1 -1
- package/dist/manifest/index.d.ts +109 -3
- package/dist/manifest/index.d.ts.map +1 -1
- package/dist/manifest/serialize.d.ts +14 -0
- package/dist/manifest/serialize.d.ts.map +1 -0
- package/dist/plugin/index.cjs +7 -7
- package/dist/plugin/index.js +1 -1
- package/dist/plugin/runtime.d.ts.map +1 -1
- package/dist/types/billing.d.ts +20 -0
- package/dist/types/billing.d.ts.map +1 -1
- package/dist/types/crud.d.ts +48 -2
- package/dist/types/crud.d.ts.map +1 -1
- package/dist/types/entitlements.d.ts +45 -0
- package/dist/types/entitlements.d.ts.map +1 -0
- package/dist/types/index.d.ts +4 -3
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/plugins.d.ts +84 -0
- package/dist/types/plugins.d.ts.map +1 -1
- package/package.json +14 -4
- package/src/access/denial.ts +33 -0
- package/src/access/engine.test.ts +48 -0
- package/src/access/engine.ts +121 -0
- package/src/access/index.ts +13 -0
- package/src/access/limits.ts +18 -0
- package/src/address/index.ts +188 -0
- package/src/data/count.test.ts +152 -0
- package/src/data/count.ts +131 -0
- package/src/data/index.ts +2 -0
- package/src/data/resolve.ts +7 -1
- package/src/entity/registry.ts +7 -0
- package/src/i18n/shell-translations.ts +230 -0
- package/src/index.ts +18 -3
- package/src/manifest/app-manifest.schema.json +618 -45
- package/src/manifest/index.ts +127 -3
- package/src/manifest/serialize.ts +52 -0
- package/src/plugin/runtime.ts +5 -1
- package/src/types/billing.ts +22 -0
- package/src/types/crud.ts +49 -2
- package/src/types/entitlements.ts +45 -0
- package/src/types/index.ts +4 -3
- package/src/types/plugins.ts +79 -0
- package/dist/chunk-2NTHNWEH.cjs.map +0 -1
- package/dist/chunk-54SRL7AJ.cjs.map +0 -1
- package/dist/chunk-5X2VX3RQ.cjs.map +0 -1
- package/dist/chunk-CHGX6UYR.js.map +0 -1
- package/dist/chunk-KNIVT6XZ.js.map +0 -1
- package/dist/chunk-QR7U2URY.cjs.map +0 -1
- package/dist/chunk-WKZVSKEU.js.map +0 -1
- package/dist/chunk-ZBIWYDAR.js.map +0 -1
|
@@ -161,6 +161,7 @@ var shellTranslations = {
|
|
|
161
161
|
"crud.import.rowNumber": "Row {{row}}:",
|
|
162
162
|
"crud.import.toastSuccess": "{{count}} records imported",
|
|
163
163
|
"crud.import.noConnection": "Not connected to the database. Import requires an active connection.",
|
|
164
|
+
"crud.import.limitExceeded": "This import exceeds your plan limit. Upgrade or import fewer rows.",
|
|
164
165
|
"crud.export.action": "Export",
|
|
165
166
|
"crud.export.noData": "No data to export.",
|
|
166
167
|
"crud.export.toastSuccess": "{{count}} records exported",
|
|
@@ -223,6 +224,17 @@ var shellTranslations = {
|
|
|
223
224
|
"billing.title": "Billing",
|
|
224
225
|
"billing.subtitle": "Manage your subscription and billing.",
|
|
225
226
|
"billing.currentPlan": "Current Plan",
|
|
227
|
+
"billing.subscription.title": "Subscription",
|
|
228
|
+
"billing.subscription.subtitle": "Manage your plan and unlock more features.",
|
|
229
|
+
"billing.changeToPlan": "Switch to this plan",
|
|
230
|
+
"billing.featureMatrix": "Feature comparison",
|
|
231
|
+
"billing.changePlanConfirmTitle": "Change plan?",
|
|
232
|
+
"billing.changePlanConfirmBody": "You're switching to the {{plan}} plan.",
|
|
233
|
+
"billing.changePlanConfirm": "Switch plan",
|
|
234
|
+
"billing.planChanged": "You're now on the {{plan}} plan.",
|
|
235
|
+
"billing.planChangeFailed": "Couldn't change your plan. Please try again.",
|
|
236
|
+
"billing.noPlans": "No plans are configured.",
|
|
237
|
+
"billing.pro": "Pro",
|
|
226
238
|
"billing.upgrade": "Upgrade",
|
|
227
239
|
"billing.downgrade": "Downgrade",
|
|
228
240
|
"billing.monthly": "Monthly",
|
|
@@ -283,11 +295,67 @@ var shellTranslations = {
|
|
|
283
295
|
"organization.onboarding.failedCreate": "Failed to create workspace",
|
|
284
296
|
"settings.title": "Settings",
|
|
285
297
|
"settings.subtitle": "Manage your account and organization preferences.",
|
|
298
|
+
"settings.backToHome": "Back to home",
|
|
299
|
+
"settings.navLinks": "Settings links",
|
|
286
300
|
"settings.general": "General",
|
|
287
301
|
"settings.properties": "Properties",
|
|
288
302
|
"settings.profile": "Profile",
|
|
289
303
|
"settings.branding": "Branding",
|
|
290
304
|
"settings.security": "Security",
|
|
305
|
+
"settings.subscription": "Subscription",
|
|
306
|
+
"upgrade.title": "Premium feature",
|
|
307
|
+
"upgrade.description": "This feature is available on a higher plan. Upgrade to unlock it.",
|
|
308
|
+
"upgrade.descriptionFeature": "The {feature} feature is available on a higher plan. Upgrade to unlock it.",
|
|
309
|
+
// ContactPicker — shared "find the person, or create them" flow.
|
|
310
|
+
"contactPicker.search": "Search contact...",
|
|
311
|
+
"contactPicker.newContact": "New contact",
|
|
312
|
+
"contactPicker.name": "Name",
|
|
313
|
+
"contactPicker.phone": "Phone",
|
|
314
|
+
"contactPicker.emailOptional": "Email (optional)",
|
|
315
|
+
"contactPicker.create": "Create",
|
|
316
|
+
"contactPicker.creating": "Creating...",
|
|
317
|
+
"contactPicker.cancel": "Cancel",
|
|
318
|
+
"contactPicker.clear": "Clear contact",
|
|
319
|
+
"contactPicker.createFailed": "Could not create the contact",
|
|
320
|
+
"contactPicker.addField": "Add {label}",
|
|
321
|
+
"upgrade.includes": "Includes {feature}",
|
|
322
|
+
"upgrade.cta": "View plans",
|
|
323
|
+
"upgrade.badgeTooltip": "Available on a higher plan",
|
|
324
|
+
"upgrade.unlock": "Unlock {feature}",
|
|
325
|
+
"upgrade.currentPlan": "Your plan: {plan}",
|
|
326
|
+
"upgrade.recommended": "Recommended",
|
|
327
|
+
"upgrade.ctaUpgrade": "Upgrade",
|
|
328
|
+
"upgrade.ctaUpgradeTo": "Upgrade to {plan}",
|
|
329
|
+
"upgrade.compareAll": "Compare all plans",
|
|
330
|
+
"upgrade.valueGeneric": "Get everything you need to grow \u2014 included in the plans below.",
|
|
331
|
+
"upgrade.value.marketing": "Campaigns, funnel and content to grow your client base.",
|
|
332
|
+
"upgrade.value.reports": "Advanced reports and insights to make sharper decisions.",
|
|
333
|
+
"upgrade.value.fin_reconciliation": "Reconcile payments and keep your cash flow under control.",
|
|
334
|
+
"billing.unlimited": "Unlimited",
|
|
335
|
+
"billing.upTo": "Up to {count}",
|
|
336
|
+
"limit.label.clients": "clients",
|
|
337
|
+
"limit.label.users": "team members",
|
|
338
|
+
"limit.label.locations": "locations",
|
|
339
|
+
"limit.label.bookings_month": "monthly bookings",
|
|
340
|
+
"limit.label.products": "products",
|
|
341
|
+
"limit.label.students": "students",
|
|
342
|
+
"limit.label.courses": "courses",
|
|
343
|
+
"limit.label.contacts": "contacts",
|
|
344
|
+
"limit.label.deals": "deals",
|
|
345
|
+
"limit.label.menu_items": "menu items",
|
|
346
|
+
"limit.label.orders_month": "monthly orders",
|
|
347
|
+
"limit.label.connected_banks": "connected banks",
|
|
348
|
+
"limit.label.movements_month": "monthly movements",
|
|
349
|
+
"limit.label.leads": "leads",
|
|
350
|
+
"limit.label.quotes": "quotes",
|
|
351
|
+
"limit.label.conversations_month": "monthly conversations",
|
|
352
|
+
"limit.label.recipes": "recipes",
|
|
353
|
+
"limit.label.form_templates": "form templates",
|
|
354
|
+
"limit.label.documents_month": "monthly documents",
|
|
355
|
+
"limit.label.content_posts_month": "monthly content posts",
|
|
356
|
+
"limit.label.blog_posts": "blog posts",
|
|
357
|
+
"limit.reached": "Voc\xEA atingiu o limite de {label} do plano {plan}.",
|
|
358
|
+
"banner.overLimit": "Voc\xEA excedeu o limite de {label} do seu plano \u2014 fa\xE7a upgrade para continuar crescendo.",
|
|
291
359
|
"settings.team": "Team",
|
|
292
360
|
"settings.permissions": "Permissions",
|
|
293
361
|
"settings.locations": "Locations",
|
|
@@ -327,6 +395,10 @@ var shellTranslations = {
|
|
|
327
395
|
"app.notFound.goToDashboard": "Go to Dashboard",
|
|
328
396
|
"app.accessDenied.heading": "Access Denied",
|
|
329
397
|
"app.accessDenied.message": "You don't have permission to view this page.",
|
|
398
|
+
"shell.accessDenied.title": "Access restricted",
|
|
399
|
+
"shell.accessDenied.message": "You don't have permission to view this page.",
|
|
400
|
+
"organization.workspaces": "Workspaces",
|
|
401
|
+
"organization.onlyWorkspace": "This is your only workspace.",
|
|
330
402
|
"auth.login.enterCredentials": "Enter your credentials to access your account",
|
|
331
403
|
"auth.login.failedDefault": "Failed to sign in. Please try again.",
|
|
332
404
|
"auth.login.failedWithProvider": "Failed to sign in with {{provider}}.",
|
|
@@ -367,6 +439,17 @@ var shellTranslations = {
|
|
|
367
439
|
"chat.tryAsking": "Try asking",
|
|
368
440
|
"chat.fab.tryIt": "Try it",
|
|
369
441
|
"chat.messagePlaceholder": "Message...",
|
|
442
|
+
"chat.notConfigured": "Assistant not configured \u2014 set chat.apiEndpoint to enable conversations.",
|
|
443
|
+
"chat.confirmAction.title": "Confirm this action?",
|
|
444
|
+
"chat.confirmAction.confirm": "Confirm",
|
|
445
|
+
"chat.confirmAction.cancel": "Cancel",
|
|
446
|
+
"chat.confirmAction.blocked": "Respond to the confirmation above first",
|
|
447
|
+
"chat.signingIn": "One moment \u2014 still confirming your session.",
|
|
448
|
+
"chat.history": "Previous conversations",
|
|
449
|
+
"chat.newConversation": "New conversation",
|
|
450
|
+
"chat.untitledConversation": "Untitled conversation",
|
|
451
|
+
"chat.renameConversation": "Rename",
|
|
452
|
+
"chat.saveTitle": "Save title",
|
|
370
453
|
"chat.toolsAvailable": "{{count}} tools available",
|
|
371
454
|
"chat.suggestion.dashboard.kpi-summary.0": "How is my business doing today?",
|
|
372
455
|
"chat.suggestion.dashboard.kpi-summary.1": "What's my revenue today?",
|
|
@@ -610,6 +693,38 @@ var shellTranslations = {
|
|
|
610
693
|
"crud.archetype.activity.description": "View a chronological log of all actions, changes, and events related to this person.",
|
|
611
694
|
"crud.archetype.documents.title": "Documents",
|
|
612
695
|
"crud.archetype.documents.description": "Attach and manage files, contracts, certifications, and other documents for this person.",
|
|
696
|
+
"crud.archetype.addresses.add": "Add address",
|
|
697
|
+
"crud.archetype.addresses.addTitle": "New address",
|
|
698
|
+
"crud.archetype.addresses.editTitle": "Edit address",
|
|
699
|
+
"crud.archetype.addresses.formDescription": "Postal code, street and city are required; everything else is optional.",
|
|
700
|
+
"crud.archetype.addresses.emptyTitle": "No address on file",
|
|
701
|
+
"crud.archetype.addresses.emptyDescription": "Add where this person is delivered to, collected from, or billed at.",
|
|
702
|
+
"crud.archetype.addresses.fallbackLabel": "Address",
|
|
703
|
+
"crud.archetype.addresses.labelPlaceholder": "Home, Work\u2026",
|
|
704
|
+
"crud.archetype.addresses.default": "Default",
|
|
705
|
+
"crud.archetype.addresses.setDefault": "Use as the default address",
|
|
706
|
+
"crud.archetype.addresses.kind.both": "Shipping and billing",
|
|
707
|
+
"crud.archetype.addresses.kind.shipping": "Shipping",
|
|
708
|
+
"crud.archetype.addresses.kind.billing": "Billing",
|
|
709
|
+
"crud.archetype.addresses.field.label": "Label",
|
|
710
|
+
"crud.archetype.addresses.field.kind": "Use",
|
|
711
|
+
"crud.archetype.addresses.field.postalCode": "Postal code",
|
|
712
|
+
"crud.archetype.addresses.field.street": "Street",
|
|
713
|
+
"crud.archetype.addresses.field.number": "Number",
|
|
714
|
+
"crud.archetype.addresses.field.complement": "Complement",
|
|
715
|
+
"crud.archetype.addresses.field.district": "District",
|
|
716
|
+
"crud.archetype.addresses.field.city": "City",
|
|
717
|
+
"crud.archetype.addresses.field.state": "State",
|
|
718
|
+
"crud.archetype.addresses.field.recipient": "Recipient",
|
|
719
|
+
"crud.archetype.addresses.field.phone": "Phone",
|
|
720
|
+
"crud.archetype.addresses.created": "Address added",
|
|
721
|
+
"crud.archetype.addresses.updated": "Address updated",
|
|
722
|
+
"crud.archetype.addresses.deleted": "Address removed",
|
|
723
|
+
"crud.archetype.addresses.deleteTitle": "Remove this address?",
|
|
724
|
+
"crud.archetype.addresses.loadFailed": "Could not load the addresses.",
|
|
725
|
+
"crud.archetype.addresses.saveFailed": "Could not save the address.",
|
|
726
|
+
"crud.archetype.addresses.deleteFailed": "Could not remove the address.",
|
|
727
|
+
"crud.archetype.addresses.noTenant": "No active organization \u2014 reload the page and try again.",
|
|
613
728
|
"crud.archetype.schedule.title": "Schedule",
|
|
614
729
|
"crud.archetype.schedule.description": "View and manage appointments, shifts, and availability for this person.",
|
|
615
730
|
"crud.archetype.inventory.title": "Inventory & Stock",
|
|
@@ -882,6 +997,17 @@ var shellTranslations = {
|
|
|
882
997
|
"billing.title": "Faturamento",
|
|
883
998
|
"billing.subtitle": "Gerencie sua assinatura e faturamento.",
|
|
884
999
|
"billing.currentPlan": "Plano Atual",
|
|
1000
|
+
"billing.subscription.title": "Assinatura",
|
|
1001
|
+
"billing.subscription.subtitle": "Gerencie seu plano e desbloqueie mais recursos.",
|
|
1002
|
+
"billing.changeToPlan": "Mudar para este plano",
|
|
1003
|
+
"billing.featureMatrix": "Comparativo de recursos",
|
|
1004
|
+
"billing.changePlanConfirmTitle": "Mudar de plano?",
|
|
1005
|
+
"billing.changePlanConfirmBody": "Voc\xEA est\xE1 mudando para o plano {{plan}}.",
|
|
1006
|
+
"billing.changePlanConfirm": "Mudar de plano",
|
|
1007
|
+
"billing.planChanged": "Agora voc\xEA est\xE1 no plano {{plan}}.",
|
|
1008
|
+
"billing.planChangeFailed": "N\xE3o foi poss\xEDvel mudar seu plano. Tente novamente.",
|
|
1009
|
+
"billing.noPlans": "Nenhum plano configurado.",
|
|
1010
|
+
"billing.pro": "Pro",
|
|
885
1011
|
"billing.upgrade": "Fazer Upgrade",
|
|
886
1012
|
"billing.downgrade": "Fazer Downgrade",
|
|
887
1013
|
"billing.monthly": "Mensal",
|
|
@@ -939,11 +1065,65 @@ var shellTranslations = {
|
|
|
939
1065
|
"organization.onboarding.createWorkspace": "Criar Espa\xE7o de Trabalho",
|
|
940
1066
|
"settings.title": "Configura\xE7\xF5es",
|
|
941
1067
|
"settings.subtitle": "Gerencie sua conta e prefer\xEAncias da organiza\xE7\xE3o.",
|
|
1068
|
+
"settings.backToHome": "Voltar para o in\xEDcio",
|
|
1069
|
+
"settings.navLinks": "Links de configura\xE7\xE3o",
|
|
942
1070
|
"settings.general": "Geral",
|
|
943
1071
|
"settings.properties": "Propriedades",
|
|
944
1072
|
"settings.profile": "Perfil",
|
|
945
1073
|
"settings.branding": "Marca",
|
|
946
1074
|
"settings.security": "Seguran\xE7a",
|
|
1075
|
+
"settings.subscription": "Assinatura",
|
|
1076
|
+
"upgrade.title": "Recurso premium",
|
|
1077
|
+
"upgrade.description": "Este recurso est\xE1 dispon\xEDvel em um plano superior. Fa\xE7a upgrade para liber\xE1-lo.",
|
|
1078
|
+
"upgrade.descriptionFeature": "O recurso {feature} est\xE1 dispon\xEDvel em um plano superior. Fa\xE7a upgrade para liber\xE1-lo.",
|
|
1079
|
+
// ContactPicker — busca-ou-cadastra compartilhado.
|
|
1080
|
+
"contactPicker.search": "Buscar contato...",
|
|
1081
|
+
"contactPicker.newContact": "Novo contato",
|
|
1082
|
+
"contactPicker.name": "Nome",
|
|
1083
|
+
"contactPicker.phone": "Telefone",
|
|
1084
|
+
"contactPicker.emailOptional": "E-mail (opcional)",
|
|
1085
|
+
"contactPicker.create": "Cadastrar",
|
|
1086
|
+
"contactPicker.creating": "Cadastrando...",
|
|
1087
|
+
"contactPicker.cancel": "Cancelar",
|
|
1088
|
+
"contactPicker.clear": "Remover contato",
|
|
1089
|
+
"contactPicker.createFailed": "N\xE3o foi poss\xEDvel cadastrar o contato",
|
|
1090
|
+
"contactPicker.addField": "Adicionar {label}",
|
|
1091
|
+
"upgrade.includes": "Inclui {feature}",
|
|
1092
|
+
"upgrade.cta": "Ver planos",
|
|
1093
|
+
"upgrade.badgeTooltip": "Dispon\xEDvel em um plano superior",
|
|
1094
|
+
"upgrade.unlock": "Desbloqueie {feature}",
|
|
1095
|
+
"upgrade.currentPlan": "Seu plano: {plan}",
|
|
1096
|
+
"upgrade.recommended": "Recomendado",
|
|
1097
|
+
"upgrade.ctaUpgrade": "Fazer upgrade",
|
|
1098
|
+
"upgrade.ctaUpgradeTo": "Fazer upgrade para {plan}",
|
|
1099
|
+
"upgrade.compareAll": "Comparar todos os planos",
|
|
1100
|
+
"upgrade.valueGeneric": "Tudo o que voc\xEA precisa para crescer \u2014 incluso nos planos abaixo.",
|
|
1101
|
+
"upgrade.value.marketing": "Campanhas, funil e conte\xFAdo para crescer sua base de clientes.",
|
|
1102
|
+
"upgrade.value.reports": "Relat\xF3rios avan\xE7ados e insights para decidir com mais precis\xE3o.",
|
|
1103
|
+
"upgrade.value.fin_reconciliation": "Concilie pagamentos e mantenha seu fluxo de caixa sob controle.",
|
|
1104
|
+
"billing.unlimited": "Ilimitado",
|
|
1105
|
+
"billing.upTo": "At\xE9 {count}",
|
|
1106
|
+
"limit.label.clients": "clientes",
|
|
1107
|
+
"limit.label.users": "membros da equipe",
|
|
1108
|
+
"limit.label.locations": "locais",
|
|
1109
|
+
"limit.label.bookings_month": "agendamentos mensais",
|
|
1110
|
+
"limit.label.leads": "leads",
|
|
1111
|
+
"limit.label.quotes": "or\xE7amentos",
|
|
1112
|
+
"limit.label.conversations_month": "conversas mensais",
|
|
1113
|
+
"limit.label.recipes": "receitas",
|
|
1114
|
+
"limit.label.form_templates": "modelos de formul\xE1rio",
|
|
1115
|
+
"limit.label.documents_month": "documentos mensais",
|
|
1116
|
+
"limit.label.content_posts_month": "posts de conte\xFAdo mensais",
|
|
1117
|
+
"limit.label.blog_posts": "posts de blog",
|
|
1118
|
+
"limit.label.products": "produtos",
|
|
1119
|
+
"limit.label.students": "alunos",
|
|
1120
|
+
"limit.label.courses": "cursos",
|
|
1121
|
+
"limit.label.contacts": "contatos",
|
|
1122
|
+
"limit.label.deals": "neg\xF3cios",
|
|
1123
|
+
"limit.label.menu_items": "itens do card\xE1pio",
|
|
1124
|
+
"limit.label.orders_month": "pedidos mensais",
|
|
1125
|
+
"limit.label.connected_banks": "bancos conectados",
|
|
1126
|
+
"limit.label.movements_month": "movimenta\xE7\xF5es mensais",
|
|
947
1127
|
"settings.team": "Equipe",
|
|
948
1128
|
"settings.permissions": "Permiss\xF5es",
|
|
949
1129
|
"settings.locations": "Locais",
|
|
@@ -976,6 +1156,10 @@ var shellTranslations = {
|
|
|
976
1156
|
"app.notFound.goToDashboard": "Ir para o Painel",
|
|
977
1157
|
"app.accessDenied.heading": "Acesso Negado",
|
|
978
1158
|
"app.accessDenied.message": "Voc\xEA n\xE3o tem permiss\xE3o para acessar esta p\xE1gina.",
|
|
1159
|
+
"shell.accessDenied.title": "Acesso restrito",
|
|
1160
|
+
"shell.accessDenied.message": "Voc\xEA n\xE3o tem permiss\xE3o para acessar esta p\xE1gina.",
|
|
1161
|
+
"organization.workspaces": "\xC1reas de trabalho",
|
|
1162
|
+
"organization.onlyWorkspace": "Esta \xE9 a sua \xFAnica \xE1rea de trabalho.",
|
|
979
1163
|
"crud.form.requiredIndicator": "*",
|
|
980
1164
|
"crud.form.createDescription": "Criar um(a) novo(a) {{entity}}.",
|
|
981
1165
|
"crud.form.editDescription": "Atualizar detalhes de {{entity}}.",
|
|
@@ -1017,6 +1201,7 @@ var shellTranslations = {
|
|
|
1017
1201
|
"crud.import.rowNumber": "Linha {{row}}:",
|
|
1018
1202
|
"crud.import.toastSuccess": "{{count}} registros importados",
|
|
1019
1203
|
"crud.import.noConnection": "Sem conex\xE3o com o banco de dados. A importa\xE7\xE3o requer uma conex\xE3o ativa.",
|
|
1204
|
+
"crud.import.limitExceeded": "Esta importa\xE7\xE3o excede o limite do seu plano. Fa\xE7a upgrade ou importe menos linhas.",
|
|
1020
1205
|
"crud.export.action": "Exportar",
|
|
1021
1206
|
"crud.export.noData": "Sem dados para exportar.",
|
|
1022
1207
|
"crud.export.toastSuccess": "{{count}} registros exportados",
|
|
@@ -1111,6 +1296,17 @@ var shellTranslations = {
|
|
|
1111
1296
|
"chat.tryAsking": "Experimente perguntar",
|
|
1112
1297
|
"chat.fab.tryIt": "Experimente",
|
|
1113
1298
|
"chat.messagePlaceholder": "Mensagem...",
|
|
1299
|
+
"chat.notConfigured": "Assistente n\xE3o configurado \u2014 defina chat.apiEndpoint para habilitar conversas.",
|
|
1300
|
+
"chat.confirmAction.title": "Confirmar esta a\xE7\xE3o?",
|
|
1301
|
+
"chat.confirmAction.confirm": "Confirmar",
|
|
1302
|
+
"chat.confirmAction.cancel": "Cancelar",
|
|
1303
|
+
"chat.confirmAction.blocked": "Responda a confirma\xE7\xE3o acima primeiro",
|
|
1304
|
+
"chat.signingIn": "Um instante \u2014 ainda estou confirmando sua sess\xE3o.",
|
|
1305
|
+
"chat.history": "Conversas anteriores",
|
|
1306
|
+
"chat.newConversation": "Nova conversa",
|
|
1307
|
+
"chat.untitledConversation": "Conversa sem t\xEDtulo",
|
|
1308
|
+
"chat.renameConversation": "Renomear",
|
|
1309
|
+
"chat.saveTitle": "Salvar t\xEDtulo",
|
|
1114
1310
|
"chat.toolsAvailable": "{{count}} ferramentas dispon\xEDveis",
|
|
1115
1311
|
"chat.suggestion.dashboard.kpi-summary.0": "Como est\xE1 meu neg\xF3cio hoje?",
|
|
1116
1312
|
"chat.suggestion.dashboard.kpi-summary.1": "Qual o faturamento de hoje?",
|
|
@@ -1310,6 +1506,38 @@ var shellTranslations = {
|
|
|
1310
1506
|
"crud.archetype.activity.description": "Veja um registro cronol\xF3gico de todas as a\xE7\xF5es, altera\xE7\xF5es e eventos relacionados a esta pessoa.",
|
|
1311
1507
|
"crud.archetype.documents.title": "Documentos",
|
|
1312
1508
|
"crud.archetype.documents.description": "Anexe e gerencie arquivos, contratos, certifica\xE7\xF5es e outros documentos desta pessoa.",
|
|
1509
|
+
"crud.archetype.addresses.add": "Adicionar endere\xE7o",
|
|
1510
|
+
"crud.archetype.addresses.addTitle": "Novo endere\xE7o",
|
|
1511
|
+
"crud.archetype.addresses.editTitle": "Editar endere\xE7o",
|
|
1512
|
+
"crud.archetype.addresses.formDescription": "CEP, rua e cidade s\xE3o obrigat\xF3rios; o resto \xE9 opcional.",
|
|
1513
|
+
"crud.archetype.addresses.emptyTitle": "Nenhum endere\xE7o cadastrado",
|
|
1514
|
+
"crud.archetype.addresses.emptyDescription": "Cadastre onde esta pessoa recebe entregas, \xE9 coletada ou \xE9 cobrada.",
|
|
1515
|
+
"crud.archetype.addresses.fallbackLabel": "Endere\xE7o",
|
|
1516
|
+
"crud.archetype.addresses.labelPlaceholder": "Casa, Trabalho\u2026",
|
|
1517
|
+
"crud.archetype.addresses.default": "Padr\xE3o",
|
|
1518
|
+
"crud.archetype.addresses.setDefault": "Usar como endere\xE7o padr\xE3o",
|
|
1519
|
+
"crud.archetype.addresses.kind.both": "Entrega e cobran\xE7a",
|
|
1520
|
+
"crud.archetype.addresses.kind.shipping": "Entrega",
|
|
1521
|
+
"crud.archetype.addresses.kind.billing": "Cobran\xE7a",
|
|
1522
|
+
"crud.archetype.addresses.field.label": "Identifica\xE7\xE3o",
|
|
1523
|
+
"crud.archetype.addresses.field.kind": "Uso",
|
|
1524
|
+
"crud.archetype.addresses.field.postalCode": "CEP",
|
|
1525
|
+
"crud.archetype.addresses.field.street": "Rua",
|
|
1526
|
+
"crud.archetype.addresses.field.number": "N\xFAmero",
|
|
1527
|
+
"crud.archetype.addresses.field.complement": "Complemento",
|
|
1528
|
+
"crud.archetype.addresses.field.district": "Bairro",
|
|
1529
|
+
"crud.archetype.addresses.field.city": "Cidade",
|
|
1530
|
+
"crud.archetype.addresses.field.state": "UF",
|
|
1531
|
+
"crud.archetype.addresses.field.recipient": "Quem recebe",
|
|
1532
|
+
"crud.archetype.addresses.field.phone": "Telefone",
|
|
1533
|
+
"crud.archetype.addresses.created": "Endere\xE7o adicionado",
|
|
1534
|
+
"crud.archetype.addresses.updated": "Endere\xE7o atualizado",
|
|
1535
|
+
"crud.archetype.addresses.deleted": "Endere\xE7o removido",
|
|
1536
|
+
"crud.archetype.addresses.deleteTitle": "Remover este endere\xE7o?",
|
|
1537
|
+
"crud.archetype.addresses.loadFailed": "N\xE3o foi poss\xEDvel carregar os endere\xE7os.",
|
|
1538
|
+
"crud.archetype.addresses.saveFailed": "N\xE3o foi poss\xEDvel salvar o endere\xE7o.",
|
|
1539
|
+
"crud.archetype.addresses.deleteFailed": "N\xE3o foi poss\xEDvel remover o endere\xE7o.",
|
|
1540
|
+
"crud.archetype.addresses.noTenant": "Nenhuma organiza\xE7\xE3o ativa \u2014 recarregue a p\xE1gina e tente de novo.",
|
|
1313
1541
|
"crud.archetype.schedule.title": "Agenda",
|
|
1314
1542
|
"crud.archetype.schedule.description": "Visualize e gerencie compromissos, turnos e disponibilidade desta pessoa.",
|
|
1315
1543
|
"crud.archetype.inventory.title": "Estoque",
|
|
@@ -1673,5 +1901,5 @@ exports.setCurrentLocale = setCurrentLocale;
|
|
|
1673
1901
|
exports.setLocaleStore = setLocaleStore;
|
|
1674
1902
|
exports.useI18nConfig = useI18nConfig;
|
|
1675
1903
|
exports.useTranslation = useTranslation;
|
|
1676
|
-
//# sourceMappingURL=chunk-
|
|
1677
|
-
//# sourceMappingURL=chunk-
|
|
1904
|
+
//# sourceMappingURL=chunk-SO3VUKGZ.cjs.map
|
|
1905
|
+
//# sourceMappingURL=chunk-SO3VUKGZ.cjs.map
|