@fayz-ai/core 0.9.0 → 0.11.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.
Files changed (218) hide show
  1. package/README.md +2 -2
  2. package/dist/access/index.js.map +1 -1
  3. package/dist/chunk-BEGXYHS4.js +566 -0
  4. package/dist/chunk-BEGXYHS4.js.map +1 -0
  5. package/dist/chunk-ED6NBH6U.js +348 -0
  6. package/dist/chunk-ED6NBH6U.js.map +1 -0
  7. package/dist/chunk-EWKX4VUM.js +429 -0
  8. package/dist/chunk-EWKX4VUM.js.map +1 -0
  9. package/dist/chunk-LARZWDHA.js +319 -0
  10. package/dist/chunk-LARZWDHA.js.map +1 -0
  11. package/dist/chunk-OXQGRJZT.js +125 -0
  12. package/dist/chunk-OXQGRJZT.js.map +1 -0
  13. package/dist/chunk-RRYFXUQX.js +1247 -0
  14. package/dist/chunk-RRYFXUQX.js.map +1 -0
  15. package/dist/{chunk-5RJVUC6J.js → chunk-TDI6F6PT.js} +373 -25
  16. package/dist/chunk-TDI6F6PT.js.map +1 -0
  17. package/dist/{chunk-V2MSAUHO.js → chunk-UVKH6RDX.js} +211 -335
  18. package/dist/chunk-UVKH6RDX.js.map +1 -0
  19. package/dist/chunk-V53GR4UT.js +289 -0
  20. package/dist/chunk-V53GR4UT.js.map +1 -0
  21. package/dist/connector-runtime/index.d.ts +15 -0
  22. package/dist/connector-runtime/index.d.ts.map +1 -0
  23. package/dist/connector-runtime/index.js +3 -0
  24. package/dist/connector-runtime/index.js.map +1 -0
  25. package/dist/data/archetype.d.ts.map +1 -1
  26. package/dist/data/backend-env.d.ts +38 -0
  27. package/dist/data/backend-env.d.ts.map +1 -0
  28. package/dist/data/bulk.d.ts +24 -0
  29. package/dist/data/bulk.d.ts.map +1 -1
  30. package/dist/data/cached.d.ts.map +1 -1
  31. package/dist/data/custom-fields.d.ts +5 -0
  32. package/dist/data/custom-fields.d.ts.map +1 -0
  33. package/dist/data/index.d.ts +2 -1
  34. package/dist/data/index.d.ts.map +1 -1
  35. package/dist/data/index.js +3 -1
  36. package/dist/data/mock.d.ts.map +1 -1
  37. package/dist/data/platform-api.d.ts.map +1 -1
  38. package/dist/data/resolve.d.ts.map +1 -1
  39. package/dist/data/supabase.d.ts.map +1 -1
  40. package/dist/data/types.d.ts +8 -0
  41. package/dist/data/types.d.ts.map +1 -1
  42. package/dist/entity/events.d.ts +14 -0
  43. package/dist/entity/events.d.ts.map +1 -0
  44. package/dist/events/envelope.d.ts +31 -0
  45. package/dist/events/envelope.d.ts.map +1 -0
  46. package/dist/events/index.d.ts +4 -0
  47. package/dist/events/index.d.ts.map +1 -1
  48. package/dist/events/log.d.ts +44 -0
  49. package/dist/events/log.d.ts.map +1 -0
  50. package/dist/events/types.d.ts +40 -0
  51. package/dist/events/types.d.ts.map +1 -0
  52. package/dist/fields/store.d.ts +45 -0
  53. package/dist/fields/store.d.ts.map +1 -0
  54. package/dist/i18n/index.d.ts +10 -0
  55. package/dist/i18n/index.d.ts.map +1 -1
  56. package/dist/i18n/index.js +1 -1
  57. package/dist/i18n/shell-translations.en.d.ts.map +1 -1
  58. package/dist/i18n/shell-translations.pt-br.d.ts.map +1 -1
  59. package/dist/index.d.ts +45 -21
  60. package/dist/index.d.ts.map +1 -1
  61. package/dist/index.js +543 -56
  62. package/dist/index.js.map +1 -1
  63. package/dist/integrations/events.d.ts +7 -0
  64. package/dist/integrations/events.d.ts.map +1 -0
  65. package/dist/integrations/index.d.ts +533 -29
  66. package/dist/integrations/index.d.ts.map +1 -1
  67. package/dist/integrations/index.js +3 -1
  68. package/dist/integrations/permissions.d.ts +132 -0
  69. package/dist/integrations/permissions.d.ts.map +1 -0
  70. package/dist/integrations/request.d.ts +170 -0
  71. package/dist/integrations/request.d.ts.map +1 -0
  72. package/dist/integrations/runtime-token.d.ts +33 -0
  73. package/dist/integrations/runtime-token.d.ts.map +1 -0
  74. package/dist/integrations/runtime.d.ts +398 -0
  75. package/dist/integrations/runtime.d.ts.map +1 -0
  76. package/dist/integrations/settings.d.ts +102 -0
  77. package/dist/integrations/settings.d.ts.map +1 -0
  78. package/dist/integrations/store.d.ts +145 -0
  79. package/dist/integrations/store.d.ts.map +1 -0
  80. package/dist/{address/index.d.ts → lib/address.d.ts} +1 -1
  81. package/dist/{address/index.d.ts.map → lib/address.d.ts.map} +1 -1
  82. package/dist/{phone/index.d.ts → lib/phone.d.ts} +1 -1
  83. package/dist/lib/phone.d.ts.map +1 -0
  84. package/dist/{seo/index.d.ts → lib/seo.d.ts} +18 -1
  85. package/dist/lib/seo.d.ts.map +1 -0
  86. package/dist/{tenant/index.d.ts → lib/tenant.d.ts} +1 -1
  87. package/dist/lib/tenant.d.ts.map +1 -0
  88. package/dist/manifest/index.d.ts +1 -1
  89. package/dist/manifest/index.d.ts.map +1 -1
  90. package/dist/messaging/index.d.ts +3 -0
  91. package/dist/messaging/index.d.ts.map +1 -0
  92. package/dist/messaging/registry.d.ts +35 -0
  93. package/dist/messaging/registry.d.ts.map +1 -0
  94. package/dist/messaging/types.d.ts +67 -0
  95. package/dist/messaging/types.d.ts.map +1 -0
  96. package/dist/plugin/index.js +3 -1
  97. package/dist/plugin/runtime.d.ts +17 -0
  98. package/dist/plugin/runtime.d.ts.map +1 -1
  99. package/dist/registry/block-catalog.d.ts +78 -0
  100. package/dist/registry/block-catalog.d.ts.map +1 -0
  101. package/dist/registry/block-constraints.d.ts +64 -0
  102. package/dist/registry/block-constraints.d.ts.map +1 -0
  103. package/dist/registry/block-schema.d.ts +69 -0
  104. package/dist/registry/block-schema.d.ts.map +1 -0
  105. package/dist/registry/blocks.d.ts +84 -0
  106. package/dist/registry/blocks.d.ts.map +1 -0
  107. package/dist/registry/entities.d.ts +179 -0
  108. package/dist/registry/entities.d.ts.map +1 -0
  109. package/dist/registry/extension-points.d.ts +117 -0
  110. package/dist/registry/extension-points.d.ts.map +1 -0
  111. package/dist/registry/handles.d.ts +41 -0
  112. package/dist/registry/handles.d.ts.map +1 -0
  113. package/dist/registry/index.d.ts +41 -41
  114. package/dist/registry/index.d.ts.map +1 -1
  115. package/dist/registry/loaders.d.ts +55 -0
  116. package/dist/registry/loaders.d.ts.map +1 -0
  117. package/dist/registry/registry-class.d.ts +157 -0
  118. package/dist/registry/registry-class.d.ts.map +1 -0
  119. package/dist/registry/schema-check.d.ts +14 -0
  120. package/dist/registry/schema-check.d.ts.map +1 -0
  121. package/dist/router/index.d.ts +78 -1
  122. package/dist/router/index.d.ts.map +1 -1
  123. package/dist/router/index.js +1 -1
  124. package/dist/{shell-translations.pt-br-2GWRQRRP.js → shell-translations.pt-br-BM5ZFSKJ.js} +72 -3
  125. package/dist/shell-translations.pt-br-BM5ZFSKJ.js.map +1 -0
  126. package/dist/telemetry/errors.d.ts +87 -0
  127. package/dist/telemetry/errors.d.ts.map +1 -0
  128. package/dist/testing/index.js +4 -1
  129. package/dist/{testing/index.d.ts → testing.d.ts} +5 -3
  130. package/dist/testing.d.ts.map +1 -0
  131. package/dist/types/analytics.d.ts +213 -0
  132. package/dist/types/analytics.d.ts.map +1 -0
  133. package/dist/types/crud.d.ts +37 -3
  134. package/dist/types/crud.d.ts.map +1 -1
  135. package/dist/types/plugins.d.ts +138 -1
  136. package/dist/types/plugins.d.ts.map +1 -1
  137. package/package.json +9 -17
  138. package/dist/blocks/index.d.ts +0 -25
  139. package/dist/blocks/index.d.ts.map +0 -1
  140. package/dist/chunk-5RJVUC6J.js.map +0 -1
  141. package/dist/chunk-L4TLMYGC.js +0 -42
  142. package/dist/chunk-L4TLMYGC.js.map +0 -1
  143. package/dist/chunk-V2MSAUHO.js.map +0 -1
  144. package/dist/chunk-X5THHG6T.js +0 -77
  145. package/dist/chunk-X5THHG6T.js.map +0 -1
  146. package/dist/chunk-Y2C2FBQP.js +0 -35
  147. package/dist/chunk-Y2C2FBQP.js.map +0 -1
  148. package/dist/chunk-YH25Y4FW.js +0 -311
  149. package/dist/chunk-YH25Y4FW.js.map +0 -1
  150. package/dist/phone/index.d.ts.map +0 -1
  151. package/dist/seo/index.d.ts.map +0 -1
  152. package/dist/shell-translations.pt-br-2GWRQRRP.js.map +0 -1
  153. package/dist/tenant/index.d.ts.map +0 -1
  154. package/dist/testing/index.d.ts.map +0 -1
  155. package/src/access/denial.ts +0 -33
  156. package/src/access/engine.test.ts +0 -48
  157. package/src/access/engine.ts +0 -136
  158. package/src/access/index.ts +0 -14
  159. package/src/access/limits.ts +0 -18
  160. package/src/address/index.ts +0 -188
  161. package/src/app/render.tsx +0 -69
  162. package/src/blocks/index.tsx +0 -68
  163. package/src/data/archetype.ts +0 -255
  164. package/src/data/bulk.ts +0 -35
  165. package/src/data/cached.ts +0 -55
  166. package/src/data/count.test.ts +0 -152
  167. package/src/data/count.ts +0 -131
  168. package/src/data/filters.test.ts +0 -70
  169. package/src/data/filters.ts +0 -90
  170. package/src/data/index.ts +0 -11
  171. package/src/data/mock.ts +0 -90
  172. package/src/data/platform-api.ts +0 -209
  173. package/src/data/refresh.ts +0 -115
  174. package/src/data/resolve.ts +0 -126
  175. package/src/data/supabase.ts +0 -230
  176. package/src/data/types.ts +0 -50
  177. package/src/entity/index.ts +0 -2
  178. package/src/entity/registry.ts +0 -49
  179. package/src/events/index.tsx +0 -82
  180. package/src/i18n/index.ts +0 -476
  181. package/src/i18n/shell-translations.en.ts +0 -875
  182. package/src/i18n/shell-translations.pt-br.ts +0 -873
  183. package/src/index.ts +0 -217
  184. package/src/integrations/index.ts +0 -237
  185. package/src/lib/cache.ts +0 -118
  186. package/src/lib/csv.ts +0 -54
  187. package/src/lib/format.ts +0 -58
  188. package/src/manifest/app-manifest.schema.json +0 -676
  189. package/src/manifest/index.ts +0 -518
  190. package/src/manifest/serialize.ts +0 -52
  191. package/src/phone/index.ts +0 -85
  192. package/src/plugin/createSafeDataProvider.ts +0 -30
  193. package/src/plugin/index.ts +0 -1
  194. package/src/plugin/runtime.ts +0 -331
  195. package/src/registry/index.ts +0 -163
  196. package/src/router/history.ts +0 -86
  197. package/src/router/index.ts +0 -29
  198. package/src/runtime/index.ts +0 -15
  199. package/src/runtime/oauth.ts +0 -219
  200. package/src/search/engine.ts +0 -559
  201. package/src/search/index.ts +0 -25
  202. package/src/search/text.ts +0 -206
  203. package/src/search/types.ts +0 -75
  204. package/src/seo/index.ts +0 -128
  205. package/src/tenant/index.ts +0 -38
  206. package/src/testing/index.ts +0 -116
  207. package/src/types/auth.ts +0 -41
  208. package/src/types/billing.ts +0 -39
  209. package/src/types/crud.ts +0 -184
  210. package/src/types/entities.ts +0 -142
  211. package/src/types/entitlements.ts +0 -45
  212. package/src/types/i18n.ts +0 -7
  213. package/src/types/index.ts +0 -11
  214. package/src/types/org.ts +0 -137
  215. package/src/types/payment.ts +0 -44
  216. package/src/types/permissions.ts +0 -32
  217. package/src/types/plugins.ts +0 -480
  218. package/src/types/theme.ts +0 -8
@@ -1,875 +0,0 @@
1
- // Shared shell/CRUD/framework translations — en locale.
2
- // Split per-locale so only the active locale ships in the bundle: 'en' is the
3
- // eager fallback; other locales load via dynamic import in i18n/index.ts.
4
- export const shellTranslationsEn: Record<string, string> = {
5
- "common.save": "Save",
6
- "common.saveChanges": "Save Changes",
7
- "common.saving": "Saving...",
8
- "common.cancel": "Cancel",
9
- "common.delete": "Delete",
10
- "common.edit": "Edit",
11
- "common.close": "Close",
12
- "common.confirm": "Confirm",
13
- "common.back": "Back",
14
- "common.add": "Add",
15
- "common.loading": "Loading...",
16
- "common.error": "Something went wrong",
17
- "common.noResults": "No results found.",
18
- "common.search": "Search",
19
- "common.actions": "Actions",
20
- "common.continue": "Continue",
21
- "common.done": "Done",
22
- "common.yes": "Yes",
23
- "common.no": "No",
24
- "common.active": "Active",
25
- "common.inactive": "Inactive",
26
- "common.overview": "Overview",
27
- "common.notFound": "Not Found",
28
- "common.untitled": "Untitled",
29
- "common.noContentYet": "No content yet",
30
- "common.selectDate": "Select date",
31
- "common.plugins": "Plugins",
32
- "auth.login.title": "Sign in",
33
- "auth.login.titleCentered": "Welcome Back",
34
- "auth.login.subtitle": "Enter your credentials to access your account",
35
- "auth.login.emailLabel": "Email",
36
- "auth.login.emailPlaceholder": "you@example.com",
37
- "auth.login.passwordLabel": "Password",
38
- "auth.login.passwordPlaceholder": "Enter your password",
39
- "auth.login.forgotPassword": "Forgot password?",
40
- "auth.login.submit": "Sign in",
41
- "auth.login.submitting": "Signing in...",
42
- "auth.login.error": "Failed to sign in. Please try again.",
43
- "auth.login.oauthDivider": "or continue with",
44
- "auth.login.noAccount": "Don't have an account?",
45
- "auth.login.noAccountCentered": "Don't have an account yet?",
46
- "auth.login.signUpLink": "Sign up",
47
- "auth.login.socialProof": "Join thousands of businesses already using {{appName}}",
48
- "auth.signup.title": "Create account",
49
- "auth.signup.titleCentered": "Create Account",
50
- "auth.signup.subtitle": "Get started with your new account",
51
- "auth.signup.nameLabel": "Full name",
52
- "auth.signup.namePlaceholder": "John Doe",
53
- "auth.signup.emailLabel": "Email",
54
- "auth.signup.emailPlaceholder": "you@example.com",
55
- "auth.signup.passwordLabel": "Password",
56
- "auth.signup.passwordPlaceholder": "At least 8 characters",
57
- "auth.signup.confirmPasswordLabel": "Confirm password",
58
- "auth.signup.confirmPasswordPlaceholder": "Repeat your password",
59
- "auth.signup.termsPrefix": "By creating an account, you agree to our",
60
- "auth.signup.termsOfService": "Terms of Service",
61
- "auth.signup.privacyPolicy": "Privacy Policy",
62
- "auth.signup.submit": "Create account",
63
- "auth.signup.submitting": "Creating account...",
64
- "auth.signup.error": "Failed to create account. Please try again.",
65
- "auth.signup.passwordMismatch": "Passwords do not match.",
66
- "auth.signup.passwordTooShort": "Password must be at least 8 characters.",
67
- "auth.signup.success": "Account created for {{email}}. Check your inbox to confirm your email before signing in.",
68
- "auth.signup.hasAccount": "Already have an account?",
69
- "auth.signup.signInLink": "Sign in",
70
- "auth.recovery.title": "Reset password",
71
- "auth.recovery.titleCentered": "Reset Password",
72
- "auth.recovery.instruction": "Enter your email address and we will send you a link to reset your password.",
73
- "auth.recovery.subtitle": "We'll send you a reset link",
74
- "auth.recovery.emailLabel": "Email",
75
- "auth.recovery.emailPlaceholder": "you@example.com",
76
- "auth.recovery.submit": "Send reset link",
77
- "auth.recovery.submitting": "Sending...",
78
- "auth.recovery.error": "Failed to send reset email. Please try again.",
79
- "auth.recovery.successHeading": "Check your email",
80
- "auth.recovery.successMessage": "We sent a password reset link to {{email}}. Please check your inbox and follow the instructions.",
81
- "auth.recovery.backToLogin": "Back to login",
82
- "auth.oauth.continueWith": "Continue with {{provider}}",
83
- "auth.signIn": "Sign In",
84
- "auth.signUp": "Sign Up",
85
- "auth.signOut": "Sign Out",
86
- "auth.email": "Email",
87
- "auth.password": "Password",
88
- "auth.forgotPassword": "Forgot Password?",
89
- "crud.list.empty": "No {{entities}} yet",
90
- "crud.list.addFirst": "Add your first {{entity}}",
91
- "crud.list.totalCount": "{{count}} total {{entities}}",
92
- "crud.list.searchPlaceholder": "Search {{entities}}...",
93
- "crud.list.allFacet": "All",
94
- "crud.list.addButton": "+ Add {{entity}}",
95
- "crud.detail.notFound": "{{entity}} not found.",
96
- "crud.detail.backTo": "Back to {{entities}}",
97
- "crud.form.addTitle": "Add {{entity}}",
98
- "crud.form.editTitle": "Edit {{entity}}",
99
- "crud.form.createSubtitle": "Create a new {{entity}}.",
100
- "crud.form.editSubtitle": "Update {{entity}} details.",
101
- "crud.form.newBreadcrumb": "New {{entity}}",
102
- "crud.form.selectPlaceholder": "Select {{label}}...",
103
- "crud.form.saveError": "Failed to save {{entity}}",
104
- "crud.form.saving": "Saving...",
105
- "crud.form.requiredIndicator": "*",
106
- "crud.import.action": "Import",
107
- "crud.import.title": "Import {{entity}}",
108
- "crud.import.step.download": "Template",
109
- "crud.import.step.upload": "Upload",
110
- "crud.import.step.mapping": "Mapping",
111
- "crud.import.step.importing": "Import",
112
- "crud.import.downloadTitle": "Download the template",
113
- "crud.import.downloadDescription": "Download a CSV template with all available fields for {{entity}}. Fill it in and upload it in the next step.",
114
- "crud.import.downloadTemplate": "Download CSV template",
115
- "crud.import.downloadHint": "{{count}} fields available",
116
- "crud.import.alreadyHaveFile": "I already have a file",
117
- "crud.import.uploadTitle": "Drop your CSV file here or click to browse",
118
- "crud.import.uploadHint": "Only .csv files are accepted",
119
- "crud.import.invalidFile": "Please upload a .csv file.",
120
- "crud.import.emptyFile": "The file appears to be empty.",
121
- "crud.import.noRows": "The file has headers but no data rows.",
122
- "crud.import.mappingTitle": "Map your columns",
123
- "crud.import.mappingDescription": "{{file}} — {{columns}} columns, {{rows}} rows",
124
- "crud.import.mappedCount": "{{count}} of {{total}} mapped",
125
- "crud.import.csvColumn": "CSV Column",
126
- "crud.import.mapsTo": "Maps to",
127
- "crud.import.preview": "Preview",
128
- "crud.import.skip": "— Skip this column",
129
- "crud.import.startImport": "Start import",
130
- "crud.import.importing": "Importing...",
131
- "crud.import.importingHint": "Processing {{count}} rows",
132
- "crud.import.progressCount": "{{processed}} of {{total}} rows processed",
133
- "crud.import.doneSuccess": "Import complete!",
134
- "crud.import.doneWithErrors": "Import completed with errors",
135
- "crud.import.doneCount": "{{success}} of {{total}} rows imported successfully",
136
- "crud.import.rowNumber": "Row {{row}}:",
137
- "crud.import.toastSuccess": "{{count}} records imported",
138
- "crud.import.noConnection": "Not connected to the database. Import requires an active connection.",
139
- "crud.import.limitExceeded": "This import exceeds your plan limit. Upgrade or import fewer rows.",
140
- "crud.export.action": "Export",
141
- "crud.export.noData": "No data to export.",
142
- "crud.export.toastSuccess": "{{count}} records exported",
143
- "crud.delete.title": "Delete {{entity}}?",
144
- "crud.delete.confirmNamed": "Are you sure you want to delete \"{{displayValue}}\"? This action cannot be undone.",
145
- "crud.delete.confirmGeneric": "Are you sure you want to delete this {{entity}}? This action cannot be undone.",
146
- "crud.delete.cancel": "Cancel",
147
- "crud.delete.delete": "Delete",
148
- "crud.tabs.access": "Access",
149
- "crud.tabs.schedule": "Schedule",
150
- "crud.tabs.documents": "Documents",
151
- "crud.tabs.financial": "Statement",
152
- "crud.tabs.activity": "Activity",
153
- "crud.tabs.inventory": "Inventory",
154
- "crud.tabs.suppliers": "Suppliers",
155
- "crud.tabs.pricing": "Pricing",
156
- "crud.tabs.members": "Team",
157
- "crud.tabs.stats": "Statistics",
158
- "crud.tabs.availability": "Availability",
159
- "crud.tabs.orders": "Orders",
160
- "crud.orders.all": "All",
161
- "crud.orders.columnDate": "Date",
162
- "crud.orders.columnStage": "Stage",
163
- "crud.orders.columnDescription": "Description",
164
- "crud.orders.columnAmount": "Amount",
165
- "crud.orders.searchPlaceholder": "Search orders...",
166
- "crud.orders.noDocuments": "No orders yet",
167
- "crud.orders.stage.draft": "Draft",
168
- "crud.orders.stage.quoted": "Quoted",
169
- "crud.orders.stage.booked": "Booked",
170
- "crud.orders.stage.invoiced": "Invoiced",
171
- "crud.orders.stage.paid": "Paid",
172
- "crud.orders.stage.partial": "Partial",
173
- "crud.orders.stage.overdue": "Overdue",
174
- "crud.orders.stage.cancelled": "Cancelled",
175
- "crud.orders.stage.no_show": "No Show",
176
- "crud.orders.stage.completed": "Completed",
177
- "layout.userMenu.profile": "Profile",
178
- "layout.userMenu.settings": "Settings",
179
- "layout.userMenu.billing": "Billing",
180
- "layout.userMenu.help": "Help",
181
- "layout.userMenu.lightMode": "Light mode",
182
- "layout.userMenu.darkMode": "Dark mode",
183
- "layout.userMenu.systemMode": "System",
184
- "layout.userMenu.language": "Language",
185
- "layout.userMenu.selectLocation": "Select location",
186
- "layout.switchingLocation": "Switching location…",
187
- "layout.userMenu.signOut": "Sign out",
188
- "layout.topbar.searchPlaceholder": "Search...",
189
- "layout.topbar.keyboardShortcut": "⌘K",
190
- "layout.sidebar.collapse": "Collapse sidebar",
191
- "layout.sidebar.expand": "Expand sidebar",
192
- "layout.commandPalette.placeholder": "Search pages, people, products, services...",
193
- "layout.commandPalette.resultsCount": "{{count}} result{{plural}}",
194
- "layout.commandPalette.commandsCount": "{{count}} command{{plural}}",
195
- "layout.commandPalette.noResults": "No results found.",
196
- "layout.commandPalette.searching": "Searching…",
197
- "layout.commandPalette.navigate": "navigate",
198
- "layout.commandPalette.open": "open",
199
- "billing.title": "Billing",
200
- "billing.subtitle": "Manage your subscription and billing.",
201
- "billing.currentPlan": "Current Plan",
202
- "billing.subscription.title": "Subscription",
203
- "billing.subscription.subtitle": "Manage your plan and unlock more features.",
204
- "billing.changeToPlan": "Switch to this plan",
205
- "billing.featureMatrix": "Feature comparison",
206
- "billing.changePlanConfirmTitle": "Change plan?",
207
- "billing.changePlanConfirmBody": "You're switching to the {{plan}} plan.",
208
- "billing.changePlanConfirm": "Switch plan",
209
- "billing.planChanged": "You're now on the {{plan}} plan.",
210
- "billing.planChangeFailed": "Couldn't change your plan. Please try again.",
211
- "billing.noPlans": "No plans are configured.",
212
- "billing.pro": "Pro",
213
- "billing.upgrade": "Upgrade",
214
- "billing.downgrade": "Downgrade",
215
- "billing.monthly": "Monthly",
216
- "billing.yearly": "Yearly",
217
- "billing.yearlySave": "Save 20%",
218
- "billing.free": "Free",
219
- "billing.cancelSubscription": "Cancel Subscription",
220
- "billing.canceling": "Canceling...",
221
- "billing.resumeSubscription": "Resume Subscription",
222
- "billing.resuming": "Resuming...",
223
- "billing.features": "Features",
224
- "billing.perMonth": "/mo",
225
- "billing.perYear": "/yr",
226
- "billing.getStarted": "Get Started",
227
- "billing.processing": "Processing...",
228
- "billing.mostPopular": "Most Popular",
229
- "billing.nextBilling": "Next billing: {{date}}",
230
- "billing.cancelsOn": "Cancels on {{date}}",
231
- "billing.trialEnds": "Trial ends {{date}}",
232
- "billing.pastDueWarning": "Your payment is past due. Please update your payment method to avoid service interruption.",
233
- "billing.status.active": "Active",
234
- "billing.status.trialing": "Trial",
235
- "billing.status.pastDue": "Past Due",
236
- "billing.status.canceled": "Canceled",
237
- "billing.status.paused": "Paused",
238
- "organization.invite": "Invite",
239
- "organization.members": "Members",
240
- "organization.memberCount": "{{count}} member{{plural}} in this organization.",
241
- "organization.role": "Role",
242
- "organization.emailPlaceholder": "team@example.com",
243
- "organization.sendInvites": "Send Invites",
244
- "organization.sending": "Sending...",
245
- "organization.pending": "Pending Invites",
246
- "organization.remove": "Remove member",
247
- "organization.resend": "Resend",
248
- "organization.revoke": "Revoke",
249
- "organization.inviteTitle": "Invite Team Members",
250
- "organization.inviteDescription": "Send invites to join your organization.",
251
- "organization.inviteSent": "Invitations sent",
252
- "organization.inviteSentDescription": "Your team members will receive an email with instructions to join.",
253
- "organization.emailAddresses": "Email addresses",
254
- "organization.addAnother": "Add another",
255
- "organization.selectRole": "Select a role",
256
- "organization.sent": "Sent {{date}}",
257
- "organization.you": "(you)",
258
- "organization.joined": "Joined",
259
- "organization.failedInvites": "Failed to send invites",
260
- "organization.onboarding.title": "Set up your workspace",
261
- "organization.onboarding.namePrompt": "What should we call your workspace?",
262
- "organization.onboarding.preferencesPrompt": "Regional preferences",
263
- "organization.onboarding.workspaceName": "Workspace name",
264
- "organization.onboarding.workspaceNamePlaceholder": "My Company",
265
- "organization.onboarding.timezone": "Timezone",
266
- "organization.onboarding.currency": "Currency",
267
- "organization.onboarding.creating": "Setting up your workspace",
268
- "organization.onboarding.creatingDescription": "This will only take a moment...",
269
- "organization.onboarding.createWorkspace": "Create Workspace",
270
- "organization.onboarding.failedCreate": "Failed to create workspace",
271
- "settings.title": "Settings",
272
- "settings.subtitle": "Manage your account and organization preferences.",
273
- "settings.backToHome": "Back to home",
274
- "settings.navLinks": "Settings links",
275
- "settings.general": "General",
276
- "settings.properties": "Properties",
277
- "settings.profile": "Profile",
278
- "settings.branding": "Branding",
279
- "settings.security": "Security",
280
- "settings.sites": "Sites",
281
- "settings.connectors": "Connectors",
282
- "settings.subscription": "Subscription",
283
- "upgrade.title": "Premium feature",
284
- "upgrade.description": "This feature is available on a higher plan. Upgrade to unlock it.",
285
- "upgrade.descriptionFeature": "The {feature} feature is available on a higher plan. Upgrade to unlock it.",
286
- "contactPicker.search": "Search contact...",
287
- "contactPicker.newContact": "New contact",
288
- "contactPicker.name": "Name",
289
- "contactPicker.phone": "Phone",
290
- "contactPicker.emailOptional": "Email (optional)",
291
- "contactPicker.create": "Create",
292
- "contactPicker.creating": "Creating...",
293
- "contactPicker.cancel": "Cancel",
294
- "contactPicker.clear": "Clear contact",
295
- "contactPicker.createFailed": "Could not create the contact",
296
- "contactPicker.addField": "Add {label}",
297
- "upgrade.includes": "Includes {feature}",
298
- "upgrade.cta": "View plans",
299
- "upgrade.badgeTooltip": "Available on a higher plan",
300
- "upgrade.unlock": "Unlock {feature}",
301
- "upgrade.currentPlan": "Your plan: {plan}",
302
- "upgrade.recommended": "Recommended",
303
- "upgrade.ctaUpgrade": "Upgrade",
304
- "upgrade.ctaUpgradeTo": "Upgrade to {plan}",
305
- "upgrade.compareAll": "Compare all plans",
306
- "upgrade.valueGeneric": "Get everything you need to grow — included in the plans below.",
307
- "upgrade.value.marketing": "Campaigns, funnel and content to grow your client base.",
308
- "upgrade.value.reports": "Advanced reports and insights to make sharper decisions.",
309
- "upgrade.value.fin_reconciliation": "Reconcile payments and keep your cash flow under control.",
310
- "upgrade.value.assistant": "Your operations copilot — ask, analyze and act with AI.",
311
- "upgrade.feature.assistant": "AI Assistant",
312
- "billing.unlimited": "Unlimited",
313
- "billing.upTo": "Up to {count}",
314
- "limit.label.clients": "clients",
315
- "limit.label.users": "team members",
316
- "limit.label.locations": "locations",
317
- "limit.label.bookings_month": "monthly bookings",
318
- "limit.label.products": "products",
319
- "limit.label.students": "students",
320
- "limit.label.courses": "courses",
321
- "limit.label.contacts": "contacts",
322
- "limit.label.deals": "deals",
323
- "limit.label.menu_items": "menu items",
324
- "limit.label.orders_month": "monthly orders",
325
- "limit.label.connected_banks": "connected banks",
326
- "limit.label.movements_month": "monthly movements",
327
- "limit.label.leads": "leads",
328
- "limit.label.quotes": "quotes",
329
- "limit.label.conversations_month": "monthly conversations",
330
- "limit.label.ai_credits_month": "AI credits per month",
331
- "limit.label.recipes": "recipes",
332
- "limit.label.form_templates": "form templates",
333
- "limit.label.documents_month": "monthly documents",
334
- "limit.label.content_posts_month": "monthly content posts",
335
- "limit.label.blog_posts": "blog posts",
336
- "limit.reached": "Você atingiu o limite de {label} do plano {plan}.",
337
- "banner.overLimit": "Você excedeu o limite de {label} do seu plano — faça upgrade para continuar crescendo.",
338
- "settings.team": "Team",
339
- "settings.permissions": "Permissions",
340
- "settings.locations": "Locations",
341
- "settings.holidays": "Holidays",
342
- "settings.notifications": "Notifications",
343
- "settings.save": "Save Changes",
344
- "settings.saving": "Saving...",
345
- "settings.companyInfo": "Company Information",
346
- "settings.companyInfoDescription": "Update your organization details and regional preferences.",
347
- "settings.companyName": "Company Name",
348
- "settings.companyNamePlaceholder": "Acme Inc.",
349
- "settings.timezone": "Timezone",
350
- "settings.timezonePlaceholder": "Select timezone",
351
- "settings.currency": "Currency",
352
- "settings.currencyPlaceholder": "Select currency",
353
- "settings.locale": "Locale",
354
- "settings.localePlaceholder": "Select locale",
355
- "settings.uploadLogo": "Upload Logo",
356
- "settings.uiLanguage": "Interface Language",
357
- "settings.uiLanguageDescription": "Choose the language for the user interface. This applies to your session only.",
358
- "notifications.title": "Notifications",
359
- "notifications.markAllRead": "Mark all read",
360
- "notifications.empty": "No notifications",
361
- "notifications.whatsNew": "What's New",
362
- "notifications.inbox": "Inbox",
363
- "user.profile": "Profile",
364
- "user.settings": "Settings",
365
- "user.help": "Help",
366
- "user.shortcuts": "Keyboard Shortcuts",
367
- "user.theme": "Theme",
368
- "user.themeLight": "Light",
369
- "user.themeDark": "Dark",
370
- "user.themeSystem": "System",
371
- "app.notFound.title": "404",
372
- "app.notFound.heading": "Page not found",
373
- "app.notFound.message": "The page you're looking for doesn't exist or has been moved.",
374
- "app.notFound.goToDashboard": "Go to Dashboard",
375
- "app.accessDenied.heading": "Access Denied",
376
- "app.accessDenied.message": "You don't have permission to view this page.",
377
- "shell.accessDenied.title": "Access restricted",
378
- "shell.accessDenied.message": "You don't have permission to view this page.",
379
- "organization.workspaces": "Workspaces",
380
- "organization.onlyWorkspace": "This is your only workspace.",
381
- "auth.login.enterCredentials": "Enter your credentials to access your account",
382
- "auth.login.failedDefault": "Failed to sign in. Please try again.",
383
- "auth.login.failedWithProvider": "Failed to sign in with {{provider}}.",
384
- "auth.login.orContinueWith": "or continue with",
385
- "auth.login.placeholder.email": "you@example.com",
386
- "auth.login.placeholder.password": "Enter your password",
387
- "auth.login.signingIn": "Signing in...",
388
- "auth.login.welcomeBack": "Welcome Back",
389
- "auth.login.welcomeTo": "Welcome to {{appName}}",
390
- "auth.recovery.checkEmail": "Check your email",
391
- "auth.recovery.description": "Enter your email address and we will send you a link to reset your password.",
392
- "auth.recovery.failedDefault": "Failed to send reset email. Please try again.",
393
- "auth.recovery.resetLinkSent": "We sent a password reset link to <strong>{{email}}</strong>. Please check your inbox and follow the instructions.",
394
- "auth.recovery.sendResetLink": "Send reset link",
395
- "auth.recovery.sending": "Sending...",
396
- "auth.signup.confirmPassword": "Confirm password",
397
- "auth.signup.creating": "Creating account...",
398
- "auth.signup.emailVerification": "Account created for {{email}}. Check your inbox to confirm your email before signing in.",
399
- "auth.signup.failedDefault": "Failed to create account. Please try again.",
400
- "auth.signup.fullName": "Full name",
401
- "auth.signup.getStarted": "Get started with your new account",
402
- "auth.signup.passwordMinLength": "Password must be at least 8 characters.",
403
- "auth.signup.passwordsMismatch": "Passwords do not match.",
404
- "auth.signup.placeholder.confirm": "Repeat your password",
405
- "auth.signup.placeholder.name": "John Doe",
406
- "auth.signup.placeholder.password": "At least 8 characters",
407
- "auth.signup.termsAgreement": "By creating an account, you agree to our",
408
- "billing.invoice.amount": "Amount",
409
- "billing.invoice.date": "Date",
410
- "billing.invoice.invoice": "Invoice",
411
- "billing.invoice.noInvoices": "No invoices yet",
412
- "billing.invoice.status": "Status",
413
- "billing.paywall.notAvailable": "This feature is not available on your current plan.",
414
- "billing.paywall.requiresPlan": "This feature requires the {{plan}} plan or higher.",
415
- "billing.paywall.upgradeRequired": "Upgrade Required",
416
- "billing.paywall.viewPlans": "View Plans",
417
- "chat.defaultTitle": "Assistant",
418
- "chat.tryAsking": "Try asking",
419
- "chat.fab.tryIt": "Try it",
420
- "chat.fab.dismiss": "Don't show suggestions here",
421
- "chat.fab.open": "Open assistant",
422
- "chat.fab.close": "Close assistant",
423
- "chat.messagePlaceholder": "How can I help?",
424
- "chat.send": "Send message",
425
- "chat.notConfigured": "Assistant not configured — set chat.apiEndpoint to enable conversations.",
426
- "chat.unavailable": "Assistant unavailable",
427
- "chat.greeting": "How can I help?",
428
- "chat.greetingNamed": "Hi {{name}}, how can I help?",
429
- "chat.greetingHint": "Ask in plain words, or tap the mic and just say it.",
430
- "chat.status.ready": "Ready",
431
- "chat.status.working": "Working on it...",
432
- "chat.status.offline": "Not connected",
433
- "chat.jumpToLatest": "Latest",
434
- "chat.confirmAction.title": "Confirm this action?",
435
- "chat.confirmAction.confirm": "Confirm",
436
- "chat.confirmAction.cancel": "Cancel",
437
- "chat.confirmAction.always": "Always allow",
438
- "chat.confirmAction.alwaysSession": "Allow this session",
439
- "chat.confirmAction.alwaysHint": "Stop asking before \"{{label}}\"",
440
- "chat.confirmAction.autoApproved": "auto",
441
- "chat.confirmAction.autoApprovedHint": "Ran without asking — you allowed this action",
442
- "chat.confirmAction.blocked": "Respond to the confirmation above first",
443
- "chat.confirmAction.fillRequired": "Fill in to continue: {{fields}}",
444
- "chat.confirmAction.showAll": "Add more fields ({{count}})",
445
- "chat.confirmAction.showLess": "Show fewer fields",
446
- "chat.tool.createAppointment": "Book an appointment",
447
- "chat.tool.createRecord": "Create record",
448
- "chat.tool.updateRecord": "Update record",
449
- "chat.tool.deleteRecord": "Delete record",
450
- "chat.tool.createOrder": "Create order",
451
- "chat.tool.createInvoice": "Create invoice",
452
- "chat.tool.markPaymentReceived": "Mark payment as received",
453
- "chat.tool.createCampaign": "Create campaign",
454
- "chat.tool.sendMessage": "Send message",
455
- "chat.tool.seatGuests": "Seat guests",
456
- "chat.tool.toggleMenuItemAvailability": "Change item availability",
457
- "chat.autoApprovals.title": "Auto-approved actions",
458
- "chat.autoApprovals.revoke": "Ask me again",
459
- "chat.autoApprovals.revokeAll": "Ask for everything",
460
- "chat.suggestions.show": "Show suggestions",
461
- "chat.suggestions.hide": "Hide suggestions",
462
- "chat.voice.start": "Speak",
463
- "chat.voice.stop": "Stop recording",
464
- "chat.voice.listening": "Listening — speak now",
465
- "chat.voice.transcribing": "Transcribing...",
466
- "chat.voice.denied": "Microphone blocked. Allow access in your browser settings.",
467
- "chat.voice.network": "Could not reach the transcription service.",
468
- "chat.voice.failed": "Could not hear that — try again.",
469
- "chat.voice.speakOn": "Speak replies out loud",
470
- "chat.voice.speakOff": "Mute spoken replies",
471
- "chat.signingIn": "One moment — still confirming your session.",
472
- "chat.history": "Previous conversations",
473
- "chat.history.search": "Search conversations",
474
- "chat.history.empty": "No conversations found.",
475
- "chat.history.today": "Today",
476
- "chat.history.yesterday": "Yesterday",
477
- "chat.history.week": "Last 7 days",
478
- "chat.history.older": "Earlier",
479
- "chat.newConversation": "New conversation",
480
- "chat.untitledConversation": "Untitled conversation",
481
- "chat.recentConversations": "Recent",
482
- "chat.backToConversations": "Back to conversations",
483
- "chat.renameConversation": "Rename",
484
- "chat.saveTitle": "Save title",
485
- "chat.toolsAvailable": "{{count}} tools available",
486
- "chat.suggestion.dashboard.kpi-summary.0": "How is my business doing today?",
487
- "chat.suggestion.dashboard.kpi-summary.1": "What's my revenue today?",
488
- "chat.suggestion.dashboard.kpi-summary.2": "Give me a summary of today",
489
- "chat.suggestion.agenda.list-appointments.0": "What's on the agenda today?",
490
- "chat.suggestion.agenda.list-appointments.1": "Show me tomorrow's appointments",
491
- "chat.suggestion.agenda.list-appointments.2": "Who has the most bookings this week?",
492
- "chat.suggestion.agenda.create-appointment.0": "Book a haircut for Sarah tomorrow at 10am",
493
- "chat.suggestion.agenda.check-availability.0": "When is Ana available tomorrow?",
494
- "chat.suggestion.agenda.check-availability.1": "Find a 90-minute slot for Carlos this week",
495
- "chat.suggestion.financial.get-revenue.0": "How much did we make today?",
496
- "chat.suggestion.financial.get-revenue.1": "What's this month's revenue?",
497
- "chat.suggestion.financial.get-revenue.2": "Compare this week's revenue to last week",
498
- "chat.suggestion.financial.create-invoice.0": "Create an invoice for a new client",
499
- "chat.suggestion.financial.list-payables.0": "Show me overdue bills",
500
- "chat.suggestion.financial.list-payables.1": "What bills are due this week?",
501
- "chat.suggestion.inventory.low-stock.0": "Which products are running low?",
502
- "chat.suggestion.inventory.low-stock.1": "Show me a stock summary",
503
- "chat.suggestion.inventory.low-stock.2": "What are my most used products?",
504
- "chat.suggestion.crm.count-customers.0": "How many customers do we have?",
505
- "chat.suggestion.crm.count-customers.1": "Who are my top customers?",
506
- "chat.suggestion.crm.list-leads.0": "Show new leads from this week",
507
- "chat.suggestion.crm.list-leads.1": "Which leads need follow-up?",
508
- "chat.suggestion.crm.list-leads.2": "What's our conversion rate?",
509
- "chat.suggestion.custom_forms.list-templates.0": "What forms do we have?",
510
- "chat.suggestion.custom_forms.list-templates.1": "Show me anamnesis templates",
511
- "chat.suggestion.custom_forms.list-documents.0": "Show this client's documents",
512
- "common.create": "Create",
513
- "common.feature": "Feature",
514
- "common.message": "Message...",
515
- "common.more": "More",
516
- "common.noContent": "No content yet",
517
- "crud.form.createDescription": "Create a new {{entity}}.",
518
- "crud.form.editDescription": "Update {{entity}} details.",
519
- "crud.form.failedToSave": "Failed to save {{entity}}",
520
- "crud.form.saveChanges": "Save Changes",
521
- "crud.form.select": "Select {{field}}...",
522
- "crud.list.addEntity": "+ Add {{entity}}",
523
- "crud.list.search": "Search {{entities}}...",
524
- "layout.bottomNav.chat": "Chat",
525
- "layout.commandPalette.commandCount": "{{count}} command{{plural}}",
526
- "layout.commandPalette.description": "Search for pages, actions, people, products and services",
527
- "layout.commandPalette.resultCount": "{{count}} result{{plural}}",
528
- "layout.commandPalette.title": "Command palette",
529
- "layout.mobileDrawer.description": "Application navigation links",
530
- "layout.mobileDrawer.title": "Navigation menu",
531
- "layout.topbar.search": "Search...",
532
- "notifications.noUpdates": "No updates yet",
533
- "organization.createOrg": "Create organization",
534
- "organization.createOrgDescription": "Create a new workspace for your team.",
535
- "organization.createOrgTitle": "Create Organization",
536
- "organization.creating": "Creating...",
537
- "organization.invite.addAnother": "Add another",
538
- "organization.invite.description": "Send invites to join your organization.",
539
- "organization.invite.emailLabel": "Email addresses",
540
- "organization.invite.roleLabel": "Role",
541
- "organization.invite.rolePlaceholder": "Select a role",
542
- "organization.invite.sendInvites": "Send Invites",
543
- "organization.invite.sending": "Sending...",
544
- "organization.invite.sent": "Invitations sent",
545
- "organization.invite.sentDescription": "Your team members will receive an email with instructions to join.",
546
- "organization.invite.title": "Invite Team Members",
547
- "organization.onboarding.oneMoment": "This will only take a moment...",
548
- "organization.onboarding.preferences": "Regional preferences",
549
- "organization.onboarding.settingUp": "Setting up your workspace",
550
- "organization.onboarding.setupWorkspace": "Set up your workspace",
551
- "organization.onboarding.whatName": "What should we call your workspace?",
552
- "organization.orgNamePlaceholder": "Organization name",
553
- "organization.permissions.createCustom": "Create Custom Profile",
554
- "organization.permissions.createProfile": "Create Profile",
555
- "organization.permissions.duplicate": "Duplicate",
556
- "organization.permissions.copyName": "{{name}} (copy)",
557
- "organization.permissions.description": "Description",
558
- "organization.permissions.descriptionPlaceholder": "Optional description",
559
- "organization.permissions.editProfile": "Edit: {{name}}",
560
- "organization.permissions.manageBilling": "Manage Billing",
561
- "organization.permissions.managePermissions": "Manage Permissions",
562
- "organization.permissions.manageSettings": "Manage Settings",
563
- "organization.permissions.manageTeam": "Manage Team",
564
- "organization.permissions.memberCount": "{{count}} member{{plural}}",
565
- "organization.permissions.previewAs": "Preview as",
566
- "organization.permissions.previewingAs": "Previewing as",
567
- "organization.permissions.exitPreview": "Exit Preview",
568
- "organization.permissions.searchFeatures": "Search features...",
569
- "organization.permissions.profileName": "Profile Name",
570
- "organization.permissions.profileNamePlaceholder": "e.g. Custom Role",
571
- "organization.permissions.subtitle": "Manage roles and their permissions.",
572
- "organization.permissions.system": "System",
573
- "organization.permissions.systemPermissions": "System Permissions",
574
- "organization.permissions.title": "Permission Profiles",
575
- "organization.permissions.updateProfile": "Update Profile",
576
- "organization.team.invite": "Invite",
577
- "organization.team.joined": "Joined",
578
- "organization.team.member": "Member",
579
- "organization.team.memberCount": "{{count}} member{{plural}} in this organization.",
580
- "organization.team.pendingInvites": "Pending Invites",
581
- "organization.team.removeMember": "Remove member",
582
- "organization.team.resend": "Resend",
583
- "organization.team.revoke": "Revoke",
584
- "organization.team.inviteResent": "Invite resent",
585
- "organization.team.inviteRevoked": "Invite revoked",
586
- "organization.team.inviteActionFailed": "Couldn't complete that",
587
- "organization.team.role": "Role",
588
- "organization.team.sent": "Sent {{date}}",
589
- "organization.team.title": "Members",
590
- "organization.team.you": "(you)",
591
- "settings.branding.accentColor": "Accent Color",
592
- "settings.branding.chooseFile": "Choose File",
593
- "settings.branding.favicon": "Favicon",
594
- "settings.branding.faviconHint": "Recommended: 32x32px, PNG or ICO",
595
- "settings.branding.logo": "Logo",
596
- "settings.branding.logoHint": "Recommended: 200x50px, PNG or SVG",
597
- "settings.branding.preview": "Preview",
598
- "settings.branding.primaryColor": "Primary Color",
599
- "settings.branding.saveBranding": "Save Branding",
600
- "settings.branding.subtitle": "Customize the look and feel of your workspace.",
601
- "settings.branding.title": "Branding",
602
- "settings.company.currency": "Currency",
603
- "settings.company.currencyPlaceholder": "Select currency",
604
- "settings.company.locale": "Locale",
605
- "settings.company.localePlaceholder": "Select locale",
606
- "settings.company.name": "Company Name",
607
- "settings.company.subtitle": "Update your organization details and regional preferences.",
608
- "settings.company.timezone": "Timezone",
609
- "settings.company.timezonePlaceholder": "Select timezone",
610
- "settings.company.title": "Company Information",
611
- "settings.holidays.addHoliday": "Add Holiday",
612
- "settings.holidays.annual": "Annual",
613
- "settings.holidays.descriptionPlaceholder": "Description (optional)",
614
- "settings.holidays.empty": "No holidays configured yet.",
615
- "settings.holidays.namePlaceholder": "Holiday name *",
616
- "settings.holidays.newHoliday": "New Holiday",
617
- "settings.holidays.recurringAnnually": "Recurring annually",
618
- "settings.holidays.subtitle": "Non-working days and recurring holidays.",
619
- "settings.holidays.title": "Holidays",
620
- "settings.fieldRules": "Field Rules",
621
- "settings.fieldRules.subtitle": "Configure which fields are required or visible for each register type.",
622
- "settings.fieldRules.required": "Required",
623
- "settings.fieldRules.inForm": "Form",
624
- "settings.fieldRules.inTable": "Table",
625
- "settings.fieldRules.inDetail": "Detail",
626
- "settings.fieldRules.field": "Field",
627
- "settings.fieldRules.resetDefaults": "Reset to Defaults",
628
- "settings.fieldRules.resetConfirm": "Reset all field rules for {{entity}} to their defaults?",
629
- "settings.fieldRules.saved": "Field rules saved",
630
- "settings.fieldRules.saveFailed": "Failed to save field rules",
631
- "settings.fieldRules.modified": "{{count}} modified",
632
- "settings.fieldRules.searchPlaceholder": "Search register types...",
633
- "settings.fieldRules.noEntities": "No register types available.",
634
- "settings.fieldRules.coreRegisters": "Register Types",
635
- "settings.fieldRules.otherRegisters": "Other",
636
- "settings.fieldRules.showMore": "{{count}} more register types...",
637
- "settings.fieldRules.showLess": "Show less",
638
- "settings.locations.addFirst": "Add your first location",
639
- "settings.locations.addLocation": "Add Location",
640
- "settings.locations.adding": "Adding...",
641
- "settings.locations.addressPlaceholder": "Address",
642
- "settings.locations.cityPlaceholder": "City",
643
- "settings.locations.countDescription": "{{count}} location{{plural}} registered.",
644
- "settings.locations.countryPlaceholder": "Country",
645
- "settings.locations.empty": "No locations have been added to this organization yet.",
646
- "settings.locations.headquarters": "Headquarters",
647
- "settings.locations.namePlaceholder": "Location name *",
648
- "settings.locations.newLocation": "New Location",
649
- "settings.locations.noLocations": "No locations configured yet.",
650
- "settings.locations.phonePlaceholder": "Phone",
651
- "settings.locations.statePlaceholder": "State",
652
- "settings.locations.title": "Locations",
653
- "settings.profile.email": "Email",
654
- "settings.profile.emailHelp": "Email cannot be changed directly. Contact support for assistance.",
655
- "settings.profile.fullName": "Full Name",
656
- "settings.profile.saveProfile": "Save Profile",
657
- "settings.profile.subtitle": "Manage your personal information and account settings.",
658
- "settings.profile.title": "Profile",
659
- "settings.security.inviteOnly": "Invite-Only Access",
660
- "settings.security.inviteOnlyDescription": "New users can only join this organization via invite.",
661
- "settings.security.linkSent": "Link Sent",
662
- "settings.security.orgSecuritySubtitle": "Security policies applied to all members of this organization.",
663
- "settings.security.orgSecurityTitle": "Organization Security",
664
- "settings.security.passwordSubtitle": "Manage your account password. A reset link will be sent to your email.",
665
- "settings.security.passwordTitle": "Password",
666
- "settings.security.require2FA": "Require Two-Factor Authentication",
667
- "settings.security.require2FADescription": "All members must enable 2FA to access this organization.",
668
- "settings.security.resetLinkDescription": "Send a password reset link to your email address.",
669
- "settings.security.resetLinkSent": "Reset link sent — check your inbox.",
670
- "settings.security.resetPassword": "Reset Password",
671
- "settings.security.sessionTimeout": "Session Timeout",
672
- "settings.security.sessionTimeoutDescription": "Automatically sign out inactive users after this period.",
673
- "settings.plugin.agenda": "Agenda",
674
- "settings.plugin.financial": "Financial",
675
- "settings.plugin.inventory": "Inventory",
676
- "settings.plugin.crm": "Sales & CRM",
677
- "crud.archetype.comingSoon": "Coming Soon",
678
- "crud.archetype.access.title": "Access & Permissions",
679
- "crud.archetype.access.description": "Manage login credentials, assign permission roles, and control what this person can access in the system.",
680
- "crud.access.accountStatus": "Account Status",
681
- "crud.access.statusLinked": "Active",
682
- "crud.access.statusPending": "Invite pending",
683
- "crud.access.statusAccepted": "Accepted",
684
- "crud.access.statusExpired": "Invite expired",
685
- "crud.access.statusRevoked": "Revoked",
686
- "crud.access.acceptedAt": "Accepted {{date}}",
687
- "crud.access.revokedDesc": "Access was revoked. You can send a new invite.",
688
- "crud.access.grantAccess": "Grant Access",
689
- "crud.access.account": "Account",
690
- "crud.access.accountDesc": "Login credentials and account status for this person.",
691
- "crud.access.resetPassword": "Reset Password",
692
- "crud.access.passwordResetSent": "Password reset email sent.",
693
- "crud.access.profileUpdated": "Permission profile updated.",
694
- "crud.access.inviteResent": "Invite resent.",
695
- "crud.access.inviteRevoked": "Invite revoked.",
696
- "crud.access.accessRemoved": "Access removed.",
697
- "crud.access.dangerZone": "Danger Zone",
698
- "crud.access.dangerZoneDesc": "Irreversible actions that affect this person's access to the system.",
699
- "crud.access.removeAccess": "Remove Access",
700
- "crud.access.revokeInvite": "Revoke Invite",
701
- "crud.access.confirmRemoveTitle": "Are you sure?",
702
- "crud.access.confirmRemoveDesc": "This person will lose all system access immediately. This action cannot be undone.",
703
- "crud.access.accountLinked": "Account linked",
704
- "crud.access.noAccount": "No account linked",
705
- "crud.access.noAccountDesc": "This person does not have a login account and cannot access the system.",
706
- "crud.access.setupDesc": "Set up system access for this person by entering their email and choosing a permission profile.",
707
- "crud.access.emailPlaceholder": "person@example.com",
708
- "crud.access.sendInvite": "Send Invite",
709
- "crud.access.invitePending": "Invite pending",
710
- "crud.access.inviteSent": "Invite sent {{date}}",
711
- "crud.access.permissionProfile": "Permission Profile",
712
- "crud.access.profileDesc": "Define what this person can access and do in the system.",
713
- "crud.access.systemAccess": "System Access",
714
- "crud.access.effectivePermissions": "Effective Permissions",
715
- "crud.access.effectiveDesc": "What this person can do based on their assigned profile.",
716
- "crud.access.feature": "Feature",
717
- "crud.access.joined": "Joined {{date}}",
718
- "crud.access.noEmail": "No email address",
719
- "crud.access.noEmailDesc": "Add an email address to this person to link them to a system account.",
720
- "crud.access.manageTeam": "Manage Team",
721
- "crud.access.manageBilling": "Manage Billing",
722
- "crud.access.manageSettings": "Manage Settings",
723
- "crud.access.managePermissions": "Manage Permissions",
724
- "crud.archetype.activity.title": "Activity Timeline",
725
- "crud.archetype.activity.description": "View a chronological log of all actions, changes, and events related to this person.",
726
- "crud.archetype.documents.title": "Documents",
727
- "crud.archetype.documents.description": "Attach and manage files, contracts, certifications, and other documents for this person.",
728
- "crud.archetype.addresses.add": "Add address",
729
- "crud.archetype.addresses.addTitle": "New address",
730
- "crud.archetype.addresses.editTitle": "Edit address",
731
- "crud.archetype.addresses.formDescription": "Postal code, street and city are required; everything else is optional.",
732
- "crud.archetype.addresses.emptyTitle": "No address on file",
733
- "crud.archetype.addresses.emptyDescription": "Add where this person is delivered to, collected from, or billed at.",
734
- "crud.archetype.addresses.fallbackLabel": "Address",
735
- "crud.archetype.addresses.labelPlaceholder": "Home, Work…",
736
- "crud.archetype.addresses.default": "Default",
737
- "crud.archetype.addresses.setDefault": "Use as the default address",
738
- "crud.archetype.addresses.kind.both": "Shipping and billing",
739
- "crud.archetype.addresses.kind.shipping": "Shipping",
740
- "crud.archetype.addresses.kind.billing": "Billing",
741
- "crud.archetype.addresses.field.label": "Label",
742
- "crud.archetype.addresses.field.kind": "Use",
743
- "crud.archetype.addresses.field.postalCode": "Postal code",
744
- "crud.archetype.addresses.field.street": "Street",
745
- "crud.archetype.addresses.field.number": "Number",
746
- "crud.archetype.addresses.field.complement": "Complement",
747
- "crud.archetype.addresses.field.district": "District",
748
- "crud.archetype.addresses.field.city": "City",
749
- "crud.archetype.addresses.field.state": "State",
750
- "crud.archetype.addresses.field.recipient": "Recipient",
751
- "crud.archetype.addresses.field.phone": "Phone",
752
- "crud.archetype.addresses.created": "Address added",
753
- "crud.archetype.addresses.updated": "Address updated",
754
- "crud.archetype.addresses.deleted": "Address removed",
755
- "crud.archetype.addresses.deleteTitle": "Remove this address?",
756
- "crud.archetype.addresses.loadFailed": "Could not load the addresses.",
757
- "crud.archetype.addresses.saveFailed": "Could not save the address.",
758
- "crud.archetype.addresses.deleteFailed": "Could not remove the address.",
759
- "crud.archetype.addresses.noTenant": "No active organization — reload the page and try again.",
760
- "crud.archetype.schedule.title": "Schedule",
761
- "crud.archetype.schedule.description": "View and manage appointments, shifts, and availability for this person.",
762
- "crud.archetype.inventory.title": "Inventory & Stock",
763
- "crud.archetype.inventory.description": "Track stock levels, view movement history, set reorder alerts, and manage inventory across locations.",
764
- "crud.archetype.suppliers.title": "Suppliers",
765
- "crud.archetype.suppliers.description": "View and manage which suppliers provide this product, compare costs, and track purchase orders.",
766
- "crud.archetype.pricing.title": "Pricing History",
767
- "crud.archetype.pricing.description": "View price changes over time, manage promotional pricing, and set location-specific prices.",
768
- "crud.archetype.productActivity.title": "Activity",
769
- "crud.archetype.productActivity.description": "View a log of all changes, stock adjustments, and events related to this product.",
770
- "crud.archetype.availability.title": "Availability",
771
- "crud.archetype.availability.description": "Configure when this service can be booked, set duration rules, and manage capacity limits.",
772
- "crud.archetype.servicePricing.title": "Pricing Tiers",
773
- "crud.archetype.servicePricing.description": "Manage pricing tiers, member discounts, and location-specific pricing for this service.",
774
- "crud.archetype.serviceActivity.title": "Activity",
775
- "crud.archetype.serviceActivity.description": "View a log of all bookings, changes, and events related to this service.",
776
- "crud.archetype.members.title": "Team Members",
777
- "crud.archetype.members.description": "View and manage staff assigned to this location, their roles and schedules.",
778
- "crud.archetype.locationSchedule.title": "Operating Hours",
779
- "crud.archetype.locationSchedule.description": "Set business hours, holidays, and special schedules for this location.",
780
- "crud.archetype.locationStats.title": "Statistics",
781
- "crud.archetype.locationStats.description": "View performance metrics, revenue, and activity for this location.",
782
- "crud.archetype.locationActivity.title": "Activity",
783
- "crud.archetype.locationActivity.description": "View a log of all events, changes, and operations at this location.",
784
- "crud.archetype.owner.noOwner": "No owner assigned",
785
- "crud.archetype.owner.assignHint": "Edit this record to assign an owner.",
786
- "crud.archetype.owner.name": "Name",
787
- "crud.archetype.owner.phone": "Phone",
788
- "crud.archetype.owner.email": "Email",
789
- "crud.archetype.owner.document": "Document",
790
- "crud.archetype.owner.address": "Address",
791
- "crud.archetype.owner.active": "Active",
792
- "crud.archetype.owner.inactive": "Inactive",
793
- "crud.archetype.history.title": "History",
794
- "crud.archetype.history.description": "View visit history, past reports, treatments, and timeline of events.",
795
- "crud.archetype.subjectDocuments.title": "Documents",
796
- "crud.archetype.subjectDocuments.description": "Attach and manage files, lab results, images, and certificates.",
797
- "schedule.days.sun": "Sun",
798
- "schedule.days.mon": "Mon",
799
- "schedule.days.tue": "Tue",
800
- "schedule.days.wed": "Wed",
801
- "schedule.days.thu": "Thu",
802
- "schedule.days.fri": "Fri",
803
- "schedule.days.sat": "Sat",
804
- "schedule.editor.weeklyTitle": "Weekly Working Hours",
805
- "schedule.editor.weeklyDescription": "Set when this professional is regularly available",
806
- "schedule.editor.unavailable": "Unavailable",
807
- "schedule.editor.newInterval": "New interval for {{day}}",
808
- "schedule.editor.addHoursFor": "Add hours for {{day}}",
809
- "schedule.editor.removeInterval": "Remove interval",
810
- "schedule.editor.copyToAll": "Copy to all days",
811
- "schedule.editor.bufferTooltip": "Buffer time between appointments",
812
- "schedule.editor.min": "min",
813
- "schedule.editor.exceptionsTitle": "Date Exceptions",
814
- "schedule.editor.exceptionsDescription": "Override working hours for specific dates",
815
- "schedule.editor.addException": "Add Exception",
816
- "schedule.editor.noExceptions": "No date exceptions configured",
817
- "schedule.editor.startDate": "Start date",
818
- "schedule.editor.endDate": "End date",
819
- "schedule.editor.type": "Type",
820
- "schedule.editor.customHours": "Custom hours",
821
- "schedule.editor.workingHours": "Working hours",
822
- "schedule.editor.to": "to",
823
- "schedule.editor.addTimeBlock": "Add time block",
824
- "schedule.editor.notes": "Notes",
825
- "schedule.editor.notesPlaceholder": "e.g. Vacation, Holiday, Training...",
826
- "schedule.editor.saveException": "Save Exception",
827
- "schedule.editor.removeException": "Remove exception",
828
- "schedule.editor.failedToLoad": "Failed to load schedule",
829
- "schedule.editor.saved": "Working hours saved",
830
- "schedule.editor.failedToSave": "Failed to save",
831
- "schedule.editor.selectStartDate": "Please select a start date",
832
- "schedule.editor.endDateAfterStart": "End date must be after start date",
833
- "schedule.editor.exceptionAdded": "Exception added",
834
- "schedule.editor.failedToSaveException": "Failed to save exception",
835
- "schedule.editor.exceptionRemoved": "Exception removed",
836
- "schedule.editor.failedToDelete": "Failed to delete",
837
- "schedule.blockSettings.title": "Block Settings",
838
- "schedule.blockSettings.location": "Location",
839
- "schedule.blockSettings.noLocation": "No location",
840
- "schedule.blockSettings.maxConcurrent": "Max concurrent",
841
- "schedule.blockSettings.minAdvance": "Min advance",
842
- "schedule.blockSettings.maxAdvance": "Max advance",
843
- "schedule.blockSettings.hrs": "hrs",
844
- "schedule.blockSettings.days": "days",
845
- "schedule.blockSettings.label": "Label",
846
- "schedule.blockSettings.labelPlaceholder": "e.g. Morning - Cuts only",
847
- "schedule.blockSettings.allowedServices": "Allowed services",
848
- "schedule.blockSettings.allServices": "All services",
849
- "schedule.blockSettings.oneService": "1 service",
850
- "schedule.blockSettings.nServices": "{{count}} services",
851
- "registry.suppliers": "Supplier",
852
- "registry.suppliers.description": "Manage your product and material suppliers",
853
- "registry.product-categories": "Product Category",
854
- "registry.product-categories.description": "Product categories for organization",
855
- "registry.stock-locations": "Stock Location",
856
- "registry.stock-locations.description": "Physical storage locations for inventory",
857
- "registry.measurement-units": "Measurement Unit",
858
- "registry.measurement-units.description": "Standard units of measure",
859
- "registry.payment-methods": "Payment Method",
860
- "registry.chart-of-accounts": "Chart of Accounts",
861
- "registry.cost-centers": "Cost Center",
862
- "registry.bank-accounts": "Bank Account",
863
- "registry.commission-rules": "Commission Rule",
864
- "registry.price-tables": "Price Table",
865
- "registry.price-variations": "Price Variation",
866
- "registry.payment-method-types": "Payment Type",
867
- "registry.card-brands": "Card Brand",
868
- "registry.lead-sources": "Lead Source",
869
- "registry.tags": "Tag",
870
- "registry.activity-types": "Activity Type",
871
- "org.connectionError.title": "Connection failed",
872
- "org.connectionError.description": "Unable to connect to the server. Please check your internet connection and try again.",
873
- "org.connectionError.retry": "Try again",
874
- "app.mockMode.banner": "You are in offline mode. Data shown may not be up to date.",
875
- }