@fayz-ai/core 0.10.0 → 0.12.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/dist/chunk-7GJTLBG3.js +566 -0
- package/dist/chunk-7GJTLBG3.js.map +1 -0
- package/dist/chunk-ED6NBH6U.js +348 -0
- package/dist/chunk-ED6NBH6U.js.map +1 -0
- package/dist/chunk-EWKX4VUM.js +429 -0
- package/dist/chunk-EWKX4VUM.js.map +1 -0
- package/dist/chunk-IKZR3WSK.js +289 -0
- package/dist/chunk-IKZR3WSK.js.map +1 -0
- package/dist/chunk-KFBEKFII.js +320 -0
- package/dist/chunk-KFBEKFII.js.map +1 -0
- package/dist/{chunk-732GZEUI.js → chunk-RRYFXUQX.js} +22 -367
- package/dist/chunk-RRYFXUQX.js.map +1 -0
- package/dist/chunk-S5FOFKR4.js +1618 -0
- package/dist/chunk-S5FOFKR4.js.map +1 -0
- package/dist/{chunk-M27JPX3K.js → chunk-U3252GZO.js} +366 -24
- package/dist/chunk-U3252GZO.js.map +1 -0
- package/dist/connector-runtime/index.d.ts +15 -0
- package/dist/connector-runtime/index.d.ts.map +1 -0
- package/dist/connector-runtime/index.js +3 -0
- package/dist/connector-runtime/index.js.map +1 -0
- package/dist/data/archetype.d.ts.map +1 -1
- package/dist/data/bulk.d.ts +24 -0
- package/dist/data/bulk.d.ts.map +1 -1
- package/dist/data/cached.d.ts +5 -1
- package/dist/data/cached.d.ts.map +1 -1
- package/dist/data/custom-fields.d.ts +5 -0
- package/dist/data/custom-fields.d.ts.map +1 -0
- package/dist/data/errors.d.ts +44 -0
- package/dist/data/errors.d.ts.map +1 -0
- package/dist/data/index.d.ts +10 -1
- package/dist/data/index.d.ts.map +1 -1
- package/dist/data/index.js +3 -1
- package/dist/data/mock.d.ts.map +1 -1
- package/dist/data/offline.d.ts +45 -0
- package/dist/data/offline.d.ts.map +1 -0
- package/dist/data/platform-api.d.ts.map +1 -1
- package/dist/data/query.d.ts +91 -0
- package/dist/data/query.d.ts.map +1 -0
- package/dist/data/resolve.d.ts.map +1 -1
- package/dist/data/supabase.d.ts.map +1 -1
- package/dist/data/types.d.ts +21 -0
- package/dist/data/types.d.ts.map +1 -1
- package/dist/events/bus.d.ts +12 -0
- package/dist/events/bus.d.ts.map +1 -0
- package/dist/events/index.d.ts +3 -11
- package/dist/events/index.d.ts.map +1 -1
- package/dist/events/log.d.ts.map +1 -1
- package/dist/fields/store.d.ts +45 -0
- package/dist/fields/store.d.ts.map +1 -0
- package/dist/i18n/index.d.ts.map +1 -1
- package/dist/i18n/index.js +1 -1
- package/dist/i18n/shell-translations.en.d.ts.map +1 -1
- package/dist/i18n/shell-translations.pt-br.d.ts.map +1 -1
- package/dist/index.d.ts +35 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +326 -252
- package/dist/index.js.map +1 -1
- package/dist/integrations/events.d.ts +7 -0
- package/dist/integrations/events.d.ts.map +1 -0
- package/dist/integrations/index.d.ts +663 -0
- package/dist/integrations/index.d.ts.map +1 -0
- package/dist/integrations/index.js +3 -1
- package/dist/integrations/permissions.d.ts +132 -0
- package/dist/integrations/permissions.d.ts.map +1 -0
- package/dist/integrations/request.d.ts +170 -0
- package/dist/integrations/request.d.ts.map +1 -0
- package/dist/integrations/runtime-token.d.ts +33 -0
- package/dist/integrations/runtime-token.d.ts.map +1 -0
- package/dist/integrations/runtime.d.ts +398 -0
- package/dist/integrations/runtime.d.ts.map +1 -0
- package/dist/integrations/settings.d.ts +102 -0
- package/dist/integrations/settings.d.ts.map +1 -0
- package/dist/integrations/store.d.ts +145 -0
- package/dist/integrations/store.d.ts.map +1 -0
- package/dist/lib/cache-idb.d.ts +54 -0
- package/dist/lib/cache-idb.d.ts.map +1 -0
- package/dist/lib/cache.d.ts +2 -0
- package/dist/lib/cache.d.ts.map +1 -1
- package/dist/plugin/index.js +2 -1
- package/dist/plugin/runtime.d.ts.map +1 -1
- package/dist/registry/entities.d.ts +41 -15
- package/dist/registry/entities.d.ts.map +1 -1
- package/dist/registry/index.d.ts +2 -2
- package/dist/registry/index.d.ts.map +1 -1
- package/dist/search/engine.d.ts.map +1 -1
- package/dist/search/types.d.ts +7 -0
- package/dist/search/types.d.ts.map +1 -1
- package/dist/{shell-translations.pt-br-2GWRQRRP.js → shell-translations.pt-br-ANQ64XTT.js} +75 -3
- package/dist/shell-translations.pt-br-ANQ64XTT.js.map +1 -0
- package/dist/telemetry/errors.d.ts +87 -0
- package/dist/telemetry/errors.d.ts.map +1 -0
- package/dist/testing/index.js +4 -1
- package/dist/testing.d.ts +2 -0
- package/dist/testing.d.ts.map +1 -1
- package/dist/types/analytics.d.ts +39 -0
- package/dist/types/analytics.d.ts.map +1 -1
- package/dist/types/crud.d.ts +35 -1
- package/dist/types/crud.d.ts.map +1 -1
- package/dist/types/plugins.d.ts +94 -0
- package/dist/types/plugins.d.ts.map +1 -1
- package/package.json +7 -3
- package/dist/chunk-6RBW2Y5K.js +0 -42
- package/dist/chunk-6RBW2Y5K.js.map +0 -1
- package/dist/chunk-732GZEUI.js.map +0 -1
- package/dist/chunk-CPMHCTX3.js +0 -77
- package/dist/chunk-CPMHCTX3.js.map +0 -1
- package/dist/chunk-JO7Z2AOE.js +0 -863
- package/dist/chunk-JO7Z2AOE.js.map +0 -1
- package/dist/chunk-M27JPX3K.js.map +0 -1
- package/dist/integrations.d.ts +0 -159
- package/dist/integrations.d.ts.map +0 -1
- package/dist/shell-translations.pt-br-2GWRQRRP.js.map +0 -1
|
@@ -94,8 +94,39 @@ var shellTranslationsEn = {
|
|
|
94
94
|
"crud.list.searchPlaceholder": "Search {{entities}}...",
|
|
95
95
|
"crud.list.allFacet": "All",
|
|
96
96
|
"crud.list.addButton": "+ Add {{entity}}",
|
|
97
|
+
"crud.list.rangeCount": "{{from}}\u2013{{to}} of {{total}} {{entities}}",
|
|
98
|
+
"crud.list.pageOf": "{{page}} / {{pages}}",
|
|
99
|
+
"crud.list.prevPage": "Previous page",
|
|
100
|
+
"crud.list.nextPage": "Next page",
|
|
101
|
+
"crud.list.emptyFiltered": "No {{entities}} match this search",
|
|
102
|
+
"crud.list.emptyHint": "Your {{entities}} will show up here once you add them.",
|
|
103
|
+
"crud.list.loadFailed": "Could not load the {{entities}}",
|
|
104
|
+
"crud.list.refresh": "Refresh",
|
|
105
|
+
"crud.list.refreshCached": "Local (cached) data \u2014 click to refresh from network",
|
|
106
|
+
"crud.list.sort": "Sort",
|
|
107
|
+
"crud.list.sortBy": "Sort by",
|
|
108
|
+
"crud.list.sortAsc": "Ascending",
|
|
109
|
+
"crud.list.sortDesc": "Descending",
|
|
110
|
+
"crud.list.sortCreatedAt": "Created at",
|
|
111
|
+
"crud.list.sortUpdatedAt": "Last updated",
|
|
112
|
+
"crud.list.selectRow": "Select row",
|
|
113
|
+
"crud.list.selectAllRows": "Select all rows",
|
|
114
|
+
"crud.list.selectedOne": "1 selected",
|
|
115
|
+
"crud.list.selectedMany": "{{count}} selected",
|
|
116
|
+
"crud.list.selectAllCount": "Select all {{total}}",
|
|
117
|
+
"crud.list.deselectAll": "Deselect all",
|
|
118
|
+
"crud.list.bulkActions": "Actions for the selection",
|
|
119
|
+
"crud.list.moreActions": "More actions",
|
|
120
|
+
"crud.list.bulkDelete": "Delete",
|
|
121
|
+
"crud.list.bulkDeleteTitle": "Delete {{count}} {{entities}}?",
|
|
122
|
+
"crud.list.bulkDeleteConfirm": "The {{count}} selected records will be deleted. This action cannot be undone.",
|
|
123
|
+
"crud.list.bulkDeleteDone": "{{count}} deleted",
|
|
124
|
+
"crud.list.bulkDeleteFailed": "{{count}} could not be deleted",
|
|
97
125
|
"crud.detail.notFound": "{{entity}} not found.",
|
|
98
126
|
"crud.detail.backTo": "Back to {{entities}}",
|
|
127
|
+
"crud.detail.createdAt": "Created {{date}}",
|
|
128
|
+
"crud.detail.createdBy": "by {{user}}",
|
|
129
|
+
"crud.detail.updatedAt": "Last edited {{date}}",
|
|
99
130
|
"crud.form.addTitle": "Add {{entity}}",
|
|
100
131
|
"crud.form.editTitle": "Edit {{entity}}",
|
|
101
132
|
"crud.form.createSubtitle": "Create a new {{entity}}.",
|
|
@@ -104,6 +135,8 @@ var shellTranslationsEn = {
|
|
|
104
135
|
"crud.form.selectPlaceholder": "Select {{label}}...",
|
|
105
136
|
"crud.form.saveError": "Failed to save {{entity}}",
|
|
106
137
|
"crud.form.saving": "Saving...",
|
|
138
|
+
"crud.form.changeImage": "Change image",
|
|
139
|
+
"crud.form.imageAfterSave": "Photo after saving",
|
|
107
140
|
"crud.form.requiredIndicator": "*",
|
|
108
141
|
"crud.import.action": "Import",
|
|
109
142
|
"crud.import.title": "Import {{entity}}",
|
|
@@ -196,6 +229,8 @@ var shellTranslationsEn = {
|
|
|
196
229
|
"layout.commandPalette.commandsCount": "{{count}} command{{plural}}",
|
|
197
230
|
"layout.commandPalette.noResults": "No results found.",
|
|
198
231
|
"layout.commandPalette.searching": "Searching\u2026",
|
|
232
|
+
"layout.commandPalette.refreshCached": "Cached results \u2014 search again",
|
|
233
|
+
"layout.commandPalette.refresh": "Refresh results",
|
|
199
234
|
"layout.commandPalette.navigate": "navigate",
|
|
200
235
|
"layout.commandPalette.open": "open",
|
|
201
236
|
"billing.title": "Billing",
|
|
@@ -378,6 +413,12 @@ var shellTranslationsEn = {
|
|
|
378
413
|
"app.accessDenied.message": "You don't have permission to view this page.",
|
|
379
414
|
"shell.accessDenied.title": "Access restricted",
|
|
380
415
|
"shell.accessDenied.message": "You don't have permission to view this page.",
|
|
416
|
+
"shell.error.title": "This page could not be loaded",
|
|
417
|
+
"shell.error.message": "Something went wrong on our side. The rest of the system keeps working \u2014 you can go back and try again.",
|
|
418
|
+
"shell.error.retry": "Try again",
|
|
419
|
+
"shell.error.copy": "Copy error details",
|
|
420
|
+
"shell.error.copied": "Copied",
|
|
421
|
+
"shell.error.reference": "Mention this code when contacting support",
|
|
381
422
|
"organization.workspaces": "Workspaces",
|
|
382
423
|
"organization.onlyWorkspace": "This is your only workspace.",
|
|
383
424
|
"auth.login.enterCredentials": "Enter your credentials to access your account",
|
|
@@ -417,6 +458,9 @@ var shellTranslationsEn = {
|
|
|
417
458
|
"billing.paywall.upgradeRequired": "Upgrade Required",
|
|
418
459
|
"billing.paywall.viewPlans": "View Plans",
|
|
419
460
|
"chat.defaultTitle": "Assistant",
|
|
461
|
+
"assistant.invite.placeholder": "Ask about your business...",
|
|
462
|
+
"assistant.invite.dismiss": "Not now",
|
|
463
|
+
"assistant.invite.suggested": "Suggested",
|
|
420
464
|
"chat.tryAsking": "Try asking",
|
|
421
465
|
"chat.fab.tryIt": "Try it",
|
|
422
466
|
"chat.fab.dismiss": "Don't show suggestions here",
|
|
@@ -873,7 +917,38 @@ var shellTranslationsEn = {
|
|
|
873
917
|
"org.connectionError.title": "Connection failed",
|
|
874
918
|
"org.connectionError.description": "Unable to connect to the server. Please check your internet connection and try again.",
|
|
875
919
|
"org.connectionError.retry": "Try again",
|
|
876
|
-
"app.mockMode.banner": "You are in offline mode. Data shown may not be up to date."
|
|
920
|
+
"app.mockMode.banner": "You are in offline mode. Data shown may not be up to date.",
|
|
921
|
+
// Analytics control bar — the range/compare/filter row every analytics
|
|
922
|
+
// surface shares. Lives in the shell dictionary and not in a plugin's,
|
|
923
|
+
// because the bar itself ships in @fayz-ai/ui and is mounted by whichever
|
|
924
|
+
// surface needs it.
|
|
925
|
+
"analytics.range.today": "Today",
|
|
926
|
+
"analytics.range.yesterday": "Yesterday",
|
|
927
|
+
"analytics.range.last_7_days": "Last 7 days",
|
|
928
|
+
"analytics.range.last_30_days": "Last 30 days",
|
|
929
|
+
"analytics.range.last_90_days": "Last 90 days",
|
|
930
|
+
"analytics.range.this_month": "This month",
|
|
931
|
+
"analytics.range.last_month": "Last month",
|
|
932
|
+
"analytics.range.this_quarter": "This quarter",
|
|
933
|
+
"analytics.range.this_year": "This year",
|
|
934
|
+
"analytics.range.custom": "Custom range",
|
|
935
|
+
"analytics.range.label": "Period",
|
|
936
|
+
"analytics.range.from": "From",
|
|
937
|
+
"analytics.range.to": "To",
|
|
938
|
+
"analytics.compare.previous_period": "Previous period",
|
|
939
|
+
"analytics.compare.previous_year": "Previous year",
|
|
940
|
+
"analytics.compare.none": "No comparison",
|
|
941
|
+
"analytics.compare.label": "Compare",
|
|
942
|
+
"analytics.filters": "Filters",
|
|
943
|
+
"analytics.filters.search": "Search filters",
|
|
944
|
+
"analytics.filters.none": "No filters match",
|
|
945
|
+
"analytics.filters.noOptions": "No options available",
|
|
946
|
+
"analytics.filters.apply": "Apply",
|
|
947
|
+
"analytics.filters.clear": "Clear",
|
|
948
|
+
"analytics.filters.general": "General",
|
|
949
|
+
"analytics.filters.selected": "{{count}} selected",
|
|
950
|
+
"analytics.filters.remove": "Remove filter",
|
|
951
|
+
"analytics.refresh": "Refresh"
|
|
877
952
|
};
|
|
878
953
|
|
|
879
954
|
// src/i18n/index.ts
|
|
@@ -896,7 +971,8 @@ function useTranslation() {
|
|
|
896
971
|
const fallback = config.translations[config.defaultLocale] ?? {};
|
|
897
972
|
const gLocale = _globalTranslations[locale] ?? {};
|
|
898
973
|
const gFallback = _globalTranslations[config.defaultLocale] ?? {};
|
|
899
|
-
|
|
974
|
+
const gEnglish = _globalTranslations.en ?? {};
|
|
975
|
+
let raw = localizedTranslations[key] ?? gLocale[key] ?? fallback[key] ?? gFallback[key] ?? gEnglish[key] ?? key;
|
|
900
976
|
if (params) {
|
|
901
977
|
for (const [k, v] of Object.entries(params)) {
|
|
902
978
|
raw = raw.replace(new RegExp(`\\{\\{${k}\\}\\}`, "g"), String(v));
|
|
@@ -948,9 +1024,9 @@ function tl(en, ptBR) {
|
|
|
948
1024
|
}
|
|
949
1025
|
}
|
|
950
1026
|
function setCurrentLocale(locale) {
|
|
1027
|
+
void preloadLocale(locale);
|
|
951
1028
|
if (_localeStore.locale === locale) return;
|
|
952
1029
|
_localeStore.setLocale(locale);
|
|
953
|
-
void preloadLocale(locale);
|
|
954
1030
|
_localeListeners.forEach((listener) => listener());
|
|
955
1031
|
}
|
|
956
1032
|
var coreTranslations = {
|
|
@@ -966,7 +1042,7 @@ var coreTranslations = {
|
|
|
966
1042
|
"common.discard": "Discard",
|
|
967
1043
|
"common.back": "Back",
|
|
968
1044
|
"common.formIncomplete": "Fill in the required fields before saving.",
|
|
969
|
-
"connectors.title": "
|
|
1045
|
+
"connectors.title": "Connectors",
|
|
970
1046
|
"connectors.subtitle": "Connect external providers to this module.",
|
|
971
1047
|
"connectors.connected": "Connected",
|
|
972
1048
|
"connectors.notConnected": "Not connected",
|
|
@@ -980,12 +1056,37 @@ var coreTranslations = {
|
|
|
980
1056
|
"connectors.configure": "Configure",
|
|
981
1057
|
"connectors.hubSubtitle": "Apps, assistants and providers connected to this organization.",
|
|
982
1058
|
"connectors.add": "Add connector",
|
|
983
|
-
"connectors.addSubtitle": "
|
|
1059
|
+
"connectors.addSubtitle": "What this app can connect today \u2014 and what would come with another module.",
|
|
1060
|
+
"connectors.addSubtitleScoped": "What this app can connect for this section.",
|
|
1061
|
+
"connectors.addEmptyTitle": "Nothing to connect here yet",
|
|
1062
|
+
// No "install the module": the person reading this cannot. Modules are
|
|
1063
|
+
// chosen when the app is built, so the honest next step is the assistant.
|
|
1064
|
+
"connectors.addEmptyBody": "Integrations arrive with the modules this app was built with. Tell the assistant which provider you need.",
|
|
1065
|
+
"connectors.sectionInstalled": "Installed",
|
|
1066
|
+
"connectors.sectionOtherModule": "Available with another module",
|
|
1067
|
+
"connectors.otherModuleBody": "Fayz has these, but this app was not built with the module that hosts them. Modules arrive with a new version of the app.",
|
|
1068
|
+
"connectors.requiresModule": "Needs the {{module}} module",
|
|
1069
|
+
"connectors.sectionSoon": "Coming soon",
|
|
1070
|
+
// The module is here; the integration is not. Saying which is missing is
|
|
1071
|
+
// the whole reason this is a section and not a chip on the list below.
|
|
1072
|
+
"connectors.soonBody": "Part of the modules this app already has. Not ready to connect yet \u2014 you will see it here when it is.",
|
|
1073
|
+
"connectors.soonNote": "Being built",
|
|
1074
|
+
"connectors.soonChip": "coming soon",
|
|
1075
|
+
// The assistant's card. "Connect" is the same verb the journey uses, so the
|
|
1076
|
+
// button promises the screen it opens — never that anything was connected.
|
|
1077
|
+
"connectors.cardConnect": "Connect",
|
|
1078
|
+
"connectors.cardConfigure": "Finish setting up",
|
|
1079
|
+
"connectors.cardOpen": "See connection",
|
|
1080
|
+
"connectors.askMore": "Didn\u2019t find what you need?",
|
|
1081
|
+
"connectors.askMoreCta": "Ask the assistant",
|
|
1082
|
+
"connectors.askMoreDraft": "I need to integrate this app with ",
|
|
984
1083
|
"connectors.search": "Search integration\u2026",
|
|
1084
|
+
"connectors.noneFoundTitle": "Nothing found",
|
|
985
1085
|
"connectors.noneFound": "No integration found for \u201C{{query}}\u201D.",
|
|
986
1086
|
"connectors.viewAll": "See every connector",
|
|
1087
|
+
"connectors.viewCategory": "See other {{category}} connectors",
|
|
1088
|
+
"connectors.viewSimilar": "See other connectors like these",
|
|
987
1089
|
"connectors.groupMine": "In this organization",
|
|
988
|
-
"connectors.groupOffered": "Offered by Fayz",
|
|
989
1090
|
"connectors.docs": "Provider documentation",
|
|
990
1091
|
"connectors.builtIn": "native",
|
|
991
1092
|
"connectors.partOfApp": "part of the app",
|
|
@@ -993,32 +1094,132 @@ var coreTranslations = {
|
|
|
993
1094
|
"connectors.plane.agentic.desc": "The assistant uses the provider\u2019s own tools on demand. Nothing is copied.",
|
|
994
1095
|
"connectors.plane.sync": "Sync",
|
|
995
1096
|
"connectors.plane.sync.desc": "A pipeline keeps a copy of the data inside the app.",
|
|
1097
|
+
"connectors.plane.request": "On demand",
|
|
1098
|
+
"connectors.plane.request.desc": "The provider is asked at the moment of use. The answer is not stored.",
|
|
996
1099
|
"connectors.plane.recommended": "recommended",
|
|
997
1100
|
"connectors.plane.undecided": "How this one is resolved is decided by Fayz when the integration ships.",
|
|
998
1101
|
"connectors.plane.switched": "Mode changed",
|
|
999
1102
|
"connectors.plane.lockedHint": "This connection cannot change mode after the fact \u2014 disconnect and connect again.",
|
|
1000
1103
|
"connectors.direction.inbound": "inbound",
|
|
1001
1104
|
"connectors.direction.outbound": "outbound",
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
"connectors.state.
|
|
1005
|
-
"connectors.state.
|
|
1105
|
+
// Badge labels: short enough to sit beside a name, and identical in the
|
|
1106
|
+
// list and on the connection's own header.
|
|
1107
|
+
"connectors.state.connected": "Connected",
|
|
1108
|
+
"connectors.state.needs_setup": "Needs setup",
|
|
1109
|
+
"connectors.state.ready": "Not connected",
|
|
1110
|
+
"connectors.needsSetup": "Connected \u2014 still needs setting up",
|
|
1111
|
+
"connectors.trigger.on-write": "on save",
|
|
1112
|
+
"connectors.trigger.scheduled": "scheduled",
|
|
1113
|
+
"connectors.trigger.manual": "manual",
|
|
1114
|
+
"connectors.trigger.webhook": "provider notice",
|
|
1115
|
+
"connectors.authorize.oauthOnly": "Nothing to fill in: you authorize on the provider\u2019s own screen and come back.",
|
|
1116
|
+
"connectors.authorize.nothingToFill": "Nothing to fill in: this provider\u2019s key is registered in Fayz. How it behaves is set up right after connecting.",
|
|
1117
|
+
// Not every partner hands a code back on a redirect. AppMax issues the keys
|
|
1118
|
+
// when you INSTALL the app inside its own panel, so the honest instruction
|
|
1119
|
+
// is the two-step gesture, not a Connect button that could never finish.
|
|
1120
|
+
// Deliberately provider-agnostic: not every provider has a "Fayz app" to
|
|
1121
|
+
// install. AbacatePay's merchant CREATES their own key, and the old wording
|
|
1122
|
+
// sent them hunting for an app that does not exist.
|
|
1123
|
+
"connectors.authorize.installFirst": "Get the key from your {{name}} panel and paste it here.",
|
|
1124
|
+
"connectors.authorize.installAt": "Open the {{name}} panel",
|
|
1125
|
+
"connectors.settings.title": "How it works",
|
|
1126
|
+
"connectors.settings.subtitle": "Change any of this whenever you like \u2014 it does not touch the connection.",
|
|
1127
|
+
"connectors.settings.save": "Save settings",
|
|
1128
|
+
"connectors.settings.saved": "Settings saved",
|
|
1129
|
+
"connectors.settings.required": "Needed for this integration to work.",
|
|
1130
|
+
"connectors.settings.missingHint": "Fill this in for the integration to start working.",
|
|
1131
|
+
"connectors.moments.title": "When it acts",
|
|
1132
|
+
"connectors.moments.calls": "Calls",
|
|
1133
|
+
"connectors.moments.callsHint": "The app calls the connector at this moment.",
|
|
1134
|
+
"connectors.moments.eventsHint": "Each of these is delivered by the integration itself today \u2014 there is no general dispatch yet.",
|
|
1135
|
+
"connectors.moments.touches": "Reaches",
|
|
1136
|
+
"connectors.permissions.title": "Permissions",
|
|
1137
|
+
"connectors.permissions.data": "Records",
|
|
1138
|
+
"connectors.permissions.events": "Events",
|
|
1139
|
+
"connectors.permissions.action.read": "read",
|
|
1140
|
+
"connectors.permissions.action.write": "change",
|
|
1141
|
+
"connectors.permissions.action.listen": "listen",
|
|
1142
|
+
"connectors.permissions.action.emit": "publish",
|
|
1143
|
+
"connectors.permissions.sensitive": "sensitive",
|
|
1144
|
+
"connectors.permissions.noteLabel": "How to read this",
|
|
1145
|
+
// The sentence the whole screen stands on. Nothing enforces a permission
|
|
1146
|
+
// today (FAY-1348 §D7 is unbuilt), so this states what the list IS and
|
|
1147
|
+
// refuses to imply the platform polices it. See ConnectorPermissions.tsx.
|
|
1148
|
+
"connectors.permissions.notEnforced": "Declared by the connector and shown before you authorize. Fayz does not yet use it to block access.",
|
|
1149
|
+
"connectors.permissions.undeclared": "This connector has not stated what it needs access to yet.",
|
|
1006
1150
|
"connectors.journey.what": "What it does",
|
|
1007
1151
|
"connectors.journey.how": "How it gets resolved",
|
|
1008
1152
|
"connectors.journey.authorize": "Authorize",
|
|
1153
|
+
"connectors.journey.connectAccount": "Connect the account",
|
|
1009
1154
|
"connectors.journey.access": "Access",
|
|
1010
1155
|
"connectors.journey.after": "Once connected",
|
|
1156
|
+
"connectors.missingNamed": "Still to choose: {{list}}",
|
|
1157
|
+
"connectors.tab.overview": "Overview",
|
|
1158
|
+
"connectors.tab.runs": "Syncs",
|
|
1159
|
+
"connectors.tab.settings": "Settings",
|
|
1160
|
+
// An empty history is the state a healthy new connection is IN, and it stays
|
|
1161
|
+
// meaningful once the scheduler lands (FAY-1405): it will then mean the
|
|
1162
|
+
// clock has not come round yet, never that something broke.
|
|
1163
|
+
"connectors.runs.empty": "Nothing has run yet. Empty is not a failure \u2014 no sync has been executed since you connected. The first one happens the next time one of this connector\u2019s moments occurs.",
|
|
1164
|
+
"connectors.runs.emptyFirstLoad": "The first run brings a sample of {{count}} records in seconds; the rest arrives in the background.",
|
|
1165
|
+
"connectors.runs.backfilling": "A full load is running in the background \u2014 large catalogues can take a few minutes.",
|
|
1166
|
+
"connectors.runs.status.success": "Done",
|
|
1167
|
+
"connectors.runs.status.partial": "Partly done",
|
|
1168
|
+
"connectors.runs.status.error": "Failed",
|
|
1169
|
+
"connectors.runs.status.running": "Running",
|
|
1170
|
+
"connectors.runs.from": "from {{name}}",
|
|
1171
|
+
"connectors.runs.to": "to {{name}}",
|
|
1172
|
+
"connectors.runs.counts": "{{written}} saved of {{fetched}} read",
|
|
1173
|
+
"connectors.runs.nothingToDo": "Nothing to bring across",
|
|
1174
|
+
// The "should I do something?" answer, said once and only under the newest
|
|
1175
|
+
// failure. Cursors survive a failed run, so this is a fact, not comfort.
|
|
1176
|
+
"connectors.runs.failedHint": "Nothing was lost: the next run picks up where this one stopped.",
|
|
1177
|
+
"connectors.when.now": "just now",
|
|
1178
|
+
"connectors.when.minutes": "{{count}} min ago",
|
|
1179
|
+
"connectors.when.hours": "{{count}} h ago",
|
|
1180
|
+
"connectors.when.days": "{{count}} d ago",
|
|
1181
|
+
"connectors.overview.resolves": "How it resolves",
|
|
1182
|
+
"connectors.overview.whenItSyncs": "When it syncs",
|
|
1183
|
+
"connectors.overview.reaches": "Data it reaches",
|
|
1184
|
+
"connectors.overview.provider": "From {{name}}",
|
|
1185
|
+
"connectors.entity.booking": "Appointments",
|
|
1186
|
+
"connectors.entity.order": "Orders",
|
|
1187
|
+
"connectors.entity.payment": "Payments",
|
|
1188
|
+
"connectors.entity.shipment": "Shipments",
|
|
1189
|
+
"connectors.entity.shop_customer": "Store customers",
|
|
1190
|
+
"connectors.entity.shop_order": "Store orders",
|
|
1191
|
+
"connectors.entity.shop_product": "Products",
|
|
1192
|
+
"connectors.authorize.elsewhere": "This connection is authorized outside the app.",
|
|
1011
1193
|
"connectors.after.agentic": "These tools are available to the assistant right now.",
|
|
1012
1194
|
"connectors.after.willAgentic": "The assistant gains this provider\u2019s tools; no copy of the data is made.",
|
|
1013
1195
|
"connectors.after.willSync": "A pipeline starts keeping this data in agreement, with mapping and history.",
|
|
1196
|
+
"connectors.after.settingsLater": "How it behaves is set up afterwards, on the connection\u2019s Settings tab.",
|
|
1197
|
+
"connectors.oauth.returned": "Account connected",
|
|
1198
|
+
"connectors.oauth.failed": "The provider did not complete the authorization.",
|
|
1199
|
+
// A consent flow that failed comes back naming a slug from a closed set, not
|
|
1200
|
+
// prose. The slug is a word for engineers — `token_exchange_failed` on a
|
|
1201
|
+
// shop owner's screen is noise — so each one is given a sentence that says
|
|
1202
|
+
// what happened and whether they can do anything about it. An unrecognised
|
|
1203
|
+
// slug falls back to `connectors.oauth.failed` and is never rendered raw.
|
|
1204
|
+
"connectors.oauth.error.config_missing": "This integration is not set up in Fayz yet, so the authorization could not start. There is nothing to fix on your side \u2014 talk to support.",
|
|
1205
|
+
"connectors.oauth.error.invalid_state": "This connection link does not check out. Go back and press Connect again.",
|
|
1206
|
+
"connectors.oauth.error.expired_state": "The connection link expired while you were away. Press Connect again.",
|
|
1207
|
+
"connectors.oauth.error.not_a_member": "Your account does not belong to this organization, so the connection was not saved.",
|
|
1208
|
+
"connectors.oauth.error.provider_denied": "Access was refused on the provider\u2019s screen. To connect, the access has to be allowed.",
|
|
1209
|
+
"connectors.oauth.error.missing_code": "The provider sent you back without the authorization. Try connecting again.",
|
|
1210
|
+
"connectors.oauth.error.token_exchange_failed": "The provider refused the authorization at the last step. Check that you used the right account and try again.",
|
|
1211
|
+
"connectors.oauth.error.token_incomplete": "The provider authorized, but did not return everything needed to keep the connection alive. Try connecting again.",
|
|
1212
|
+
"connectors.oauth.error.store_failed": "The authorization worked, but the connection could not be saved. Try again in a moment.",
|
|
1213
|
+
"connectors.oauth.error.unexpected": "Something went wrong finishing the connection. Try again in a moment.",
|
|
1214
|
+
"connectors.oauth.noStarter": "This app is not linked to a Fayz project that can authorize connections, so there is nowhere to send you. Link the app to Fayz to finish.",
|
|
1014
1215
|
"connectors.tools": "Assistant tools",
|
|
1015
1216
|
"connectors.entitiesCount": "reaches {{count}} record types",
|
|
1016
1217
|
"connectors.entitiesList": "Records: {{list}}",
|
|
1017
1218
|
"connectors.capabilitiesUnknown": "This connector has not published what it reaches yet.",
|
|
1018
1219
|
"connectors.readOnly": "read only",
|
|
1019
1220
|
"connectors.readWrite": "read and write",
|
|
1020
|
-
"connectors.
|
|
1021
|
-
"connectors.
|
|
1221
|
+
"connectors.listensTo": "Listens to",
|
|
1222
|
+
"connectors.listensToHint": "While it is connected, these facts are handed to the integration. Disconnecting stops all of them.",
|
|
1022
1223
|
"connectors.connectedOn": "Connected on {{date}}",
|
|
1023
1224
|
"connectors.lastUsed": "used {{when}}",
|
|
1024
1225
|
"connectors.neverUsed": "not used yet",
|
|
@@ -1034,6 +1235,26 @@ var coreTranslations = {
|
|
|
1034
1235
|
"connectors.noProjectBody": "This app is not linked to a Fayz project.",
|
|
1035
1236
|
"connectors.noOrg": "No organization",
|
|
1036
1237
|
"connectors.noOrgBody": "Pick an organization to see its connections.",
|
|
1238
|
+
"connectors.credentials.held": "The key goes to Fayz, encrypted. It is never stored in this app\u2019s database.",
|
|
1239
|
+
"connectors.credentials.noSink": "This app is not connected to a Fayz project that can hold credentials, so there is nowhere safe to keep this key. Connect the app to Fayz to finish.",
|
|
1240
|
+
// A module named to someone who does not have it. The plugin id is not a
|
|
1241
|
+
// label anywhere else because an installed module carries its own (usually
|
|
1242
|
+
// built from the app's config); a module the app lacks has nothing to ask.
|
|
1243
|
+
// Every id in connector-map.generated.ts must appear here — asserted in
|
|
1244
|
+
// packages/admin/test/connect/available.test.ts.
|
|
1245
|
+
// Every module a connector row can name. The id is the manifest's, so it is
|
|
1246
|
+
// `custom_forms` and not `forms` — the admin suite asserts each one has a
|
|
1247
|
+
// label here, because a missing one prints the raw id to a business owner.
|
|
1248
|
+
"modules.agenda": "Scheduling",
|
|
1249
|
+
"modules.blog": "Blog",
|
|
1250
|
+
"modules.courses": "Courses",
|
|
1251
|
+
"modules.crm": "CRM",
|
|
1252
|
+
"modules.custom_forms": "Forms",
|
|
1253
|
+
"modules.financial": "Financial",
|
|
1254
|
+
"modules.marketing": "Marketing",
|
|
1255
|
+
"modules.reports": "Analytics",
|
|
1256
|
+
"modules.reputation": "Reputation",
|
|
1257
|
+
"modules.shop": "Shop",
|
|
1037
1258
|
"saveBar.unsaved": "Unsaved changes",
|
|
1038
1259
|
"common.add": "Add",
|
|
1039
1260
|
"common.loading": "Loading...",
|
|
@@ -1119,7 +1340,7 @@ var coreTranslations = {
|
|
|
1119
1340
|
"common.discard": "Descartar",
|
|
1120
1341
|
"common.back": "Voltar",
|
|
1121
1342
|
"common.formIncomplete": "Preencha os campos obrigat\xF3rios antes de salvar.",
|
|
1122
|
-
"connectors.title": "
|
|
1343
|
+
"connectors.title": "Conectores",
|
|
1123
1344
|
"connectors.subtitle": "Conecte provedores externos a este m\xF3dulo.",
|
|
1124
1345
|
"connectors.connected": "Conectado",
|
|
1125
1346
|
"connectors.notConnected": "N\xE3o conectado",
|
|
@@ -1133,12 +1354,31 @@ var coreTranslations = {
|
|
|
1133
1354
|
"connectors.configure": "Configurar",
|
|
1134
1355
|
"connectors.hubSubtitle": "Aplicativos, assistentes e provedores ligados a esta organiza\xE7\xE3o.",
|
|
1135
1356
|
"connectors.add": "Adicionar conector",
|
|
1136
|
-
"connectors.addSubtitle": "
|
|
1357
|
+
"connectors.addSubtitle": "O que este app j\xE1 pode conectar \u2014 e o que viria com outro m\xF3dulo.",
|
|
1358
|
+
"connectors.addSubtitleScoped": "O que este app pode conectar para esta se\xE7\xE3o.",
|
|
1359
|
+
"connectors.addEmptyTitle": "Ainda n\xE3o h\xE1 o que conectar aqui",
|
|
1360
|
+
"connectors.addEmptyBody": "As integra\xE7\xF5es v\xEAm com os m\xF3dulos com que este app foi montado. Diga ao assistente de qual provedor voc\xEA precisa.",
|
|
1361
|
+
"connectors.sectionInstalled": "Instalados",
|
|
1362
|
+
"connectors.sectionOtherModule": "Dispon\xEDveis com outro m\xF3dulo",
|
|
1363
|
+
"connectors.otherModuleBody": "O Fayz tem estes, mas este app n\xE3o foi montado com o m\xF3dulo que os hospeda. M\xF3dulos entram numa nova vers\xE3o do app.",
|
|
1364
|
+
"connectors.requiresModule": "Requer o m\xF3dulo {{module}}",
|
|
1365
|
+
"connectors.sectionSoon": "Em breve",
|
|
1366
|
+
"connectors.soonBody": "Fazem parte dos m\xF3dulos que este app j\xE1 tem. Ainda n\xE3o d\xE1 para conectar \u2014 quando der, aparece aqui.",
|
|
1367
|
+
"connectors.soonNote": "Em constru\xE7\xE3o",
|
|
1368
|
+
"connectors.soonChip": "em breve",
|
|
1369
|
+
"connectors.cardConnect": "Conectar",
|
|
1370
|
+
"connectors.cardConfigure": "Terminar de configurar",
|
|
1371
|
+
"connectors.cardOpen": "Ver conex\xE3o",
|
|
1372
|
+
"connectors.askMore": "N\xE3o encontrou o que precisa?",
|
|
1373
|
+
"connectors.askMoreCta": "Pe\xE7a ao assistente",
|
|
1374
|
+
"connectors.askMoreDraft": "Preciso integrar este app com ",
|
|
1137
1375
|
"connectors.search": "Buscar integra\xE7\xE3o\u2026",
|
|
1376
|
+
"connectors.noneFoundTitle": "Nada encontrado",
|
|
1138
1377
|
"connectors.noneFound": "Nenhuma integra\xE7\xE3o encontrada para \u201C{{query}}\u201D.",
|
|
1139
1378
|
"connectors.viewAll": "Ver todos os conectores",
|
|
1379
|
+
"connectors.viewCategory": "Ver outros conectores de {{category}}",
|
|
1380
|
+
"connectors.viewSimilar": "Ver outros conectores parecidos",
|
|
1140
1381
|
"connectors.groupMine": "Nesta organiza\xE7\xE3o",
|
|
1141
|
-
"connectors.groupOffered": "Oferecidos pelo Fayz",
|
|
1142
1382
|
"connectors.docs": "Documenta\xE7\xE3o do provedor",
|
|
1143
1383
|
"connectors.builtIn": "nativo",
|
|
1144
1384
|
"connectors.partOfApp": "faz parte do app",
|
|
@@ -1146,32 +1386,122 @@ var coreTranslations = {
|
|
|
1146
1386
|
"connectors.plane.agentic.desc": "O assistente usa as ferramentas do provedor na hora. Nada \xE9 copiado.",
|
|
1147
1387
|
"connectors.plane.sync": "Sincroniza\xE7\xE3o",
|
|
1148
1388
|
"connectors.plane.sync.desc": "Uma esteira mant\xE9m uma c\xF3pia dos dados dentro do app.",
|
|
1389
|
+
"connectors.plane.request": "Sob demanda",
|
|
1390
|
+
"connectors.plane.request.desc": "O provedor \xE9 consultado na hora do uso. A resposta n\xE3o \xE9 guardada.",
|
|
1149
1391
|
"connectors.plane.recommended": "recomendado",
|
|
1150
1392
|
"connectors.plane.undecided": "O modo desta integra\xE7\xE3o \xE9 definido pelo Fayz quando ela for ligada.",
|
|
1151
1393
|
"connectors.plane.switched": "Modo alterado",
|
|
1152
1394
|
"connectors.plane.lockedHint": "Esta conex\xE3o n\xE3o troca de modo depois de feita \u2014 desconecte e conecte de novo.",
|
|
1153
1395
|
"connectors.direction.inbound": "entrada",
|
|
1154
1396
|
"connectors.direction.outbound": "sa\xEDda",
|
|
1155
|
-
"connectors.state.connected": "
|
|
1156
|
-
"connectors.state.
|
|
1157
|
-
"connectors.state.
|
|
1158
|
-
"connectors.
|
|
1397
|
+
"connectors.state.connected": "Conectado",
|
|
1398
|
+
"connectors.state.needs_setup": "Falta configurar",
|
|
1399
|
+
"connectors.state.ready": "N\xE3o conectado",
|
|
1400
|
+
"connectors.needsSetup": "Conectado \u2014 falta configurar",
|
|
1401
|
+
"connectors.trigger.on-write": "ao salvar",
|
|
1402
|
+
"connectors.trigger.scheduled": "agendado",
|
|
1403
|
+
"connectors.trigger.manual": "manual",
|
|
1404
|
+
"connectors.trigger.webhook": "aviso do provedor",
|
|
1405
|
+
"connectors.authorize.oauthOnly": "Nada para preencher: voc\xEA autoriza na tela do pr\xF3prio provedor e volta para c\xE1.",
|
|
1406
|
+
"connectors.authorize.nothingToFill": "Nada para preencher: a chave deste provedor fica registrada no Fayz. Como ele funciona voc\xEA ajusta logo depois de conectar.",
|
|
1407
|
+
// Genérica de propósito: nem todo provedor tem "app da Fayz para instalar".
|
|
1408
|
+
// Na AbacatePay o lojista CRIA a própria chave no painel dele, e a frase
|
|
1409
|
+
// antiga mandava procurar um app que não existe.
|
|
1410
|
+
"connectors.authorize.installFirst": "Pegue a chave no seu painel {{name}} e cole aqui.",
|
|
1411
|
+
"connectors.authorize.installAt": "Abrir o painel da {{name}}",
|
|
1412
|
+
"connectors.settings.title": "Como funciona",
|
|
1413
|
+
"connectors.settings.subtitle": "Voc\xEA pode mudar isso quando quiser \u2014 n\xE3o mexe na conex\xE3o.",
|
|
1414
|
+
"connectors.settings.save": "Salvar configura\xE7\xF5es",
|
|
1415
|
+
"connectors.settings.saved": "Configura\xE7\xF5es salvas",
|
|
1416
|
+
"connectors.settings.required": "Necess\xE1rio para essa integra\xE7\xE3o funcionar.",
|
|
1417
|
+
"connectors.settings.missingHint": "Preencha para a integra\xE7\xE3o come\xE7ar a funcionar.",
|
|
1418
|
+
"connectors.moments.title": "Quando ele age",
|
|
1419
|
+
"connectors.moments.calls": "Chamadas",
|
|
1420
|
+
"connectors.moments.callsHint": "O app aciona o conector nesse momento.",
|
|
1421
|
+
"connectors.moments.eventsHint": "Hoje cada um \xE9 entregue pela pr\xF3pria integra\xE7\xE3o \u2014 ainda n\xE3o existe uma entrega geral.",
|
|
1422
|
+
"connectors.moments.touches": "Alcan\xE7a",
|
|
1423
|
+
"connectors.permissions.title": "Permiss\xF5es",
|
|
1424
|
+
"connectors.permissions.data": "Registros",
|
|
1425
|
+
"connectors.permissions.events": "Eventos",
|
|
1426
|
+
"connectors.permissions.action.read": "ler",
|
|
1427
|
+
"connectors.permissions.action.write": "alterar",
|
|
1428
|
+
"connectors.permissions.action.listen": "ouvir",
|
|
1429
|
+
"connectors.permissions.action.emit": "publicar",
|
|
1430
|
+
"connectors.permissions.sensitive": "sens\xEDvel",
|
|
1431
|
+
"connectors.permissions.noteLabel": "Como ler isto",
|
|
1432
|
+
// A frase em que a tela inteira se apoia. Hoje nada barra uma permissão (o
|
|
1433
|
+
// D7 da FAY-1348 não existe), então isto diz o que a lista É e se recusa a
|
|
1434
|
+
// sugerir que a plataforma fiscaliza. Ver ConnectorPermissions.tsx.
|
|
1435
|
+
"connectors.permissions.notEnforced": "Declarado pelo pr\xF3prio conector e mostrado antes de voc\xEA autorizar. O Fayz ainda n\xE3o usa isso para barrar acesso.",
|
|
1436
|
+
"connectors.permissions.undeclared": "Este conector ainda n\xE3o declarou o que precisa acessar.",
|
|
1159
1437
|
"connectors.journey.what": "O que ele faz",
|
|
1160
1438
|
"connectors.journey.how": "Como ele resolve",
|
|
1161
1439
|
"connectors.journey.authorize": "Autorizar",
|
|
1440
|
+
"connectors.journey.connectAccount": "Conectar a conta",
|
|
1162
1441
|
"connectors.journey.access": "Acesso",
|
|
1163
1442
|
"connectors.journey.after": "Depois de conectado",
|
|
1443
|
+
"connectors.missingNamed": "Falta escolher: {{list}}",
|
|
1444
|
+
"connectors.tab.overview": "Vis\xE3o geral",
|
|
1445
|
+
"connectors.tab.runs": "Sincroniza\xE7\xF5es",
|
|
1446
|
+
"connectors.tab.settings": "Configura\xE7\xF5es",
|
|
1447
|
+
// Vazio é o estado de uma conexão nova e saudável, e continua significando
|
|
1448
|
+
// isso quando o agendador chegar (FAY-1405): que a hora ainda não passou, e
|
|
1449
|
+
// nunca que alguma coisa quebrou.
|
|
1450
|
+
"connectors.runs.empty": "Nada rodou ainda. Vazio n\xE3o \xE9 falha \u2014 nenhuma sincroniza\xE7\xE3o foi executada desde que voc\xEA conectou. A primeira acontece no pr\xF3ximo dos momentos deste conector.",
|
|
1451
|
+
"connectors.runs.emptyFirstLoad": "A primeira traz uma amostra de {{count}} registros em segundos; o resto entra em segundo plano.",
|
|
1452
|
+
"connectors.runs.backfilling": "Uma carga completa est\xE1 rodando em segundo plano \u2014 em cat\xE1logos grandes leva alguns minutos.",
|
|
1453
|
+
"connectors.runs.status.success": "Conclu\xEDda",
|
|
1454
|
+
"connectors.runs.status.partial": "Parcial",
|
|
1455
|
+
"connectors.runs.status.error": "Falhou",
|
|
1456
|
+
"connectors.runs.status.running": "Em andamento",
|
|
1457
|
+
"connectors.runs.from": "de {{name}}",
|
|
1458
|
+
"connectors.runs.to": "para {{name}}",
|
|
1459
|
+
"connectors.runs.counts": "{{written}} gravados de {{fetched}} lidos",
|
|
1460
|
+
"connectors.runs.nothingToDo": "Nada para trazer",
|
|
1461
|
+
// A resposta ao "preciso fazer alguma coisa?", dita uma vez e só embaixo da
|
|
1462
|
+
// falha mais recente. O cursor sobrevive à falha — isto é fato, não consolo.
|
|
1463
|
+
"connectors.runs.failedHint": "Nada foi perdido: a pr\xF3xima sincroniza\xE7\xE3o continua de onde esta parou.",
|
|
1464
|
+
"connectors.when.now": "agora",
|
|
1465
|
+
"connectors.when.minutes": "h\xE1 {{count}} min",
|
|
1466
|
+
"connectors.when.hours": "h\xE1 {{count}} h",
|
|
1467
|
+
"connectors.when.days": "h\xE1 {{count}} d",
|
|
1468
|
+
"connectors.overview.resolves": "Como ele resolve",
|
|
1469
|
+
"connectors.overview.whenItSyncs": "Quando ele sincroniza",
|
|
1470
|
+
"connectors.overview.reaches": "Dados que ele alcan\xE7a",
|
|
1471
|
+
"connectors.overview.provider": "Da {{name}}",
|
|
1472
|
+
"connectors.entity.booking": "Agendamentos",
|
|
1473
|
+
"connectors.entity.order": "Pedidos",
|
|
1474
|
+
"connectors.entity.payment": "Pagamentos",
|
|
1475
|
+
"connectors.entity.shipment": "Envios",
|
|
1476
|
+
"connectors.entity.shop_customer": "Clientes da loja",
|
|
1477
|
+
"connectors.entity.shop_order": "Pedidos da loja",
|
|
1478
|
+
"connectors.entity.shop_product": "Produtos",
|
|
1479
|
+
"connectors.authorize.elsewhere": "Esta conex\xE3o \xE9 autorizada fora do app.",
|
|
1164
1480
|
"connectors.after.agentic": "Essas ferramentas j\xE1 est\xE3o \xE0 m\xE3o do assistente.",
|
|
1165
1481
|
"connectors.after.willAgentic": "O assistente ganha as ferramentas do provedor; nenhuma c\xF3pia dos dados \xE9 feita.",
|
|
1166
1482
|
"connectors.after.willSync": "Uma esteira passa a manter esses dados em acordo, com de-para e hist\xF3rico.",
|
|
1483
|
+
"connectors.after.settingsLater": "O jeito de trabalhar \xE9 ajustado depois, na aba Configura\xE7\xF5es da conex\xE3o.",
|
|
1484
|
+
"connectors.oauth.returned": "Conta conectada",
|
|
1485
|
+
"connectors.oauth.failed": "O provedor n\xE3o concluiu a autoriza\xE7\xE3o.",
|
|
1486
|
+
"connectors.oauth.error.config_missing": "Esta integra\xE7\xE3o ainda n\xE3o est\xE1 configurada no Fayz, ent\xE3o a autoriza\xE7\xE3o n\xE3o p\xF4de come\xE7ar. N\xE3o \xE9 nada que voc\xEA resolva por a\xED \u2014 fale com o suporte.",
|
|
1487
|
+
"connectors.oauth.error.invalid_state": "Este link de conex\xE3o n\xE3o confere. Volte e clique em Conectar de novo.",
|
|
1488
|
+
"connectors.oauth.error.expired_state": "O link de conex\xE3o expirou enquanto voc\xEA estava fora. Clique em Conectar de novo.",
|
|
1489
|
+
"connectors.oauth.error.not_a_member": "Sua conta n\xE3o faz parte desta organiza\xE7\xE3o, ent\xE3o a conex\xE3o n\xE3o foi salva.",
|
|
1490
|
+
"connectors.oauth.error.provider_denied": "O acesso foi recusado na tela do provedor. Para conectar, \xE9 preciso permitir o acesso.",
|
|
1491
|
+
"connectors.oauth.error.missing_code": "O provedor devolveu voc\xEA sem a autoriza\xE7\xE3o. Tente conectar de novo.",
|
|
1492
|
+
"connectors.oauth.error.token_exchange_failed": "O provedor recusou a autoriza\xE7\xE3o na \xFAltima etapa. Confira se a conta usada \xE9 a certa e tente de novo.",
|
|
1493
|
+
"connectors.oauth.error.token_incomplete": "O provedor autorizou, mas n\xE3o devolveu tudo que \xE9 preciso para manter a conex\xE3o viva. Tente conectar de novo.",
|
|
1494
|
+
"connectors.oauth.error.store_failed": "A autoriza\xE7\xE3o deu certo, mas n\xE3o foi poss\xEDvel guardar a conex\xE3o. Tente de novo em instantes.",
|
|
1495
|
+
"connectors.oauth.error.unexpected": "Algo deu errado ao concluir a conex\xE3o. Tente de novo em instantes.",
|
|
1496
|
+
"connectors.oauth.noStarter": "Este app n\xE3o est\xE1 ligado a um projeto Fayz que possa autorizar conex\xF5es, ent\xE3o n\xE3o h\xE1 para onde te mandar. Ligue o app ao Fayz para concluir.",
|
|
1167
1497
|
"connectors.tools": "Ferramentas do assistente",
|
|
1168
1498
|
"connectors.entitiesCount": "alcan\xE7a {{count}} tipos de registro",
|
|
1169
1499
|
"connectors.entitiesList": "Registros: {{list}}",
|
|
1170
1500
|
"connectors.capabilitiesUnknown": "Este conector ainda n\xE3o publicou o que ele alcan\xE7a.",
|
|
1171
1501
|
"connectors.readOnly": "somente leitura",
|
|
1172
1502
|
"connectors.readWrite": "leitura e escrita",
|
|
1173
|
-
"connectors.
|
|
1174
|
-
"connectors.
|
|
1503
|
+
"connectors.listensTo": "Ouve",
|
|
1504
|
+
"connectors.listensToHint": "Enquanto estiver conectada, esses fatos s\xE3o entregues \xE0 integra\xE7\xE3o. Desconectar interrompe todos.",
|
|
1175
1505
|
"connectors.connectedOn": "Conectado em {{date}}",
|
|
1176
1506
|
"connectors.lastUsed": "usado {{when}}",
|
|
1177
1507
|
"connectors.neverUsed": "ainda n\xE3o usado",
|
|
@@ -1187,6 +1517,18 @@ var coreTranslations = {
|
|
|
1187
1517
|
"connectors.noProjectBody": "Este app n\xE3o est\xE1 ligado a um projeto Fayz.",
|
|
1188
1518
|
"connectors.noOrg": "Sem organiza\xE7\xE3o",
|
|
1189
1519
|
"connectors.noOrgBody": "Escolha uma organiza\xE7\xE3o para ver as conex\xF5es dela.",
|
|
1520
|
+
"connectors.credentials.held": "A chave vai criptografada para o Fayz. Ela nunca fica no banco de dados deste app.",
|
|
1521
|
+
"connectors.credentials.noSink": "Este app n\xE3o est\xE1 ligado a um projeto Fayz que possa guardar credenciais, ent\xE3o n\xE3o h\xE1 onde essa chave fique em seguran\xE7a. Ligue o app ao Fayz para concluir.",
|
|
1522
|
+
"modules.agenda": "Agenda",
|
|
1523
|
+
"modules.blog": "Blog",
|
|
1524
|
+
"modules.courses": "Cursos",
|
|
1525
|
+
"modules.crm": "CRM",
|
|
1526
|
+
"modules.custom_forms": "Formul\xE1rios",
|
|
1527
|
+
"modules.financial": "Financeiro",
|
|
1528
|
+
"modules.marketing": "Marketing",
|
|
1529
|
+
"modules.reports": "Relat\xF3rios",
|
|
1530
|
+
"modules.reputation": "Reputa\xE7\xE3o",
|
|
1531
|
+
"modules.shop": "Loja",
|
|
1190
1532
|
"saveBar.unsaved": "Altera\xE7\xF5es n\xE3o salvas",
|
|
1191
1533
|
"common.add": "Adicionar",
|
|
1192
1534
|
"common.loading": "Carregando...",
|
|
@@ -1279,7 +1621,7 @@ function mergeTranslations(base, ...overrides) {
|
|
|
1279
1621
|
registerTranslations(coreTranslations);
|
|
1280
1622
|
registerTranslations({ en: shellTranslationsEn });
|
|
1281
1623
|
var _lazyShellLocales = {
|
|
1282
|
-
"pt-BR": () => import('./shell-translations.pt-br-
|
|
1624
|
+
"pt-BR": () => import('./shell-translations.pt-br-ANQ64XTT.js').then((m) => m.shellTranslationsPtBr)
|
|
1283
1625
|
};
|
|
1284
1626
|
var _loadedShellLocales = /* @__PURE__ */ new Set(["en"]);
|
|
1285
1627
|
var _pendingShellLocales = /* @__PURE__ */ new Map();
|
|
@@ -1302,5 +1644,5 @@ function preloadLocale(locale) {
|
|
|
1302
1644
|
}
|
|
1303
1645
|
|
|
1304
1646
|
export { I18nProvider, coreTranslations, getCurrentLocale, mergeTranslations, preloadLocale, registerTranslations, setCurrentLocale, setLocaleStore, tl, useI18nConfig, useTranslation };
|
|
1305
|
-
//# sourceMappingURL=chunk-
|
|
1306
|
-
//# sourceMappingURL=chunk-
|
|
1647
|
+
//# sourceMappingURL=chunk-U3252GZO.js.map
|
|
1648
|
+
//# sourceMappingURL=chunk-U3252GZO.js.map
|