@fayz-ai/core 0.8.4 → 0.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/access/engine.d.ts +8 -1
- package/dist/access/engine.d.ts.map +1 -1
- package/dist/access/index.d.ts +1 -1
- package/dist/access/index.d.ts.map +1 -1
- package/dist/access/index.js +6 -1
- package/dist/access/index.js.map +1 -1
- package/dist/chunk-HN7PTOSH.js +1149 -0
- package/dist/chunk-HN7PTOSH.js.map +1 -0
- package/dist/{chunk-KL2XT2TV.cjs → chunk-V2MSAUHO.js} +166 -29
- package/dist/chunk-V2MSAUHO.js.map +1 -0
- package/dist/data/archetype.d.ts.map +1 -1
- package/dist/data/bulk.d.ts +17 -0
- package/dist/data/bulk.d.ts.map +1 -0
- package/dist/data/filters.d.ts +29 -0
- package/dist/data/filters.d.ts.map +1 -0
- package/dist/data/index.d.ts +2 -1
- package/dist/data/index.d.ts.map +1 -1
- package/dist/data/index.js +1 -1
- package/dist/data/mock.d.ts.map +1 -1
- package/dist/data/platform-api.d.ts.map +1 -1
- package/dist/data/refresh.d.ts.map +1 -1
- package/dist/data/resolve.d.ts +10 -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 +22 -0
- package/dist/data/types.d.ts.map +1 -1
- package/dist/i18n/index.d.ts +7 -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 +2 -0
- package/dist/i18n/shell-translations.en.d.ts.map +1 -0
- package/dist/i18n/shell-translations.pt-br.d.ts +2 -0
- package/dist/i18n/shell-translations.pt-br.d.ts.map +1 -0
- package/dist/index.d.ts +6 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -6
- package/dist/index.js.map +1 -1
- package/dist/search/engine.d.ts.map +1 -1
- package/dist/shell-translations.pt-br-2GWRQRRP.js +875 -0
- package/dist/shell-translations.pt-br-2GWRQRRP.js.map +1 -0
- package/dist/tenant/index.d.ts +10 -0
- package/dist/tenant/index.d.ts.map +1 -1
- package/dist/types/org.d.ts +9 -3
- package/dist/types/org.d.ts.map +1 -1
- package/package.json +21 -29
- package/src/access/engine.ts +16 -1
- package/src/access/index.ts +1 -0
- package/src/app/render.tsx +1 -1
- package/src/data/archetype.ts +23 -0
- package/src/data/bulk.ts +35 -0
- package/src/data/filters.test.ts +70 -0
- package/src/data/filters.ts +90 -0
- package/src/data/index.ts +2 -1
- package/src/data/mock.ts +8 -2
- package/src/data/platform-api.ts +12 -3
- package/src/data/refresh.ts +11 -1
- package/src/data/resolve.ts +16 -4
- package/src/data/supabase.ts +60 -1
- package/src/data/types.ts +24 -0
- package/src/i18n/index.ts +56 -6
- package/src/i18n/shell-translations.en.ts +875 -0
- package/src/i18n/shell-translations.pt-br.ts +873 -0
- package/src/index.ts +11 -2
- package/src/search/engine.ts +8 -0
- package/src/tenant/index.ts +20 -0
- package/src/types/org.ts +9 -3
- package/dist/access/index.cjs +0 -60
- package/dist/access/index.cjs.map +0 -1
- package/dist/chunk-56GH3WC2.cjs +0 -35
- package/dist/chunk-56GH3WC2.cjs.map +0 -1
- package/dist/chunk-5TKIZVVJ.cjs +0 -16
- package/dist/chunk-5TKIZVVJ.cjs.map +0 -1
- package/dist/chunk-AXTWKF5X.cjs +0 -38
- package/dist/chunk-AXTWKF5X.cjs.map +0 -1
- package/dist/chunk-GULZD7XW.js +0 -709
- package/dist/chunk-GULZD7XW.js.map +0 -1
- package/dist/chunk-HN66DF4E.cjs +0 -2024
- package/dist/chunk-HN66DF4E.cjs.map +0 -1
- package/dist/chunk-KL2XT2TV.cjs.map +0 -1
- package/dist/chunk-MJ4ML56F.js +0 -1994
- package/dist/chunk-MJ4ML56F.js.map +0 -1
- package/dist/chunk-P5OJUH25.cjs +0 -81
- package/dist/chunk-P5OJUH25.cjs.map +0 -1
- package/dist/chunk-UKU4RIWM.cjs +0 -32
- package/dist/chunk-UKU4RIWM.cjs.map +0 -1
- package/dist/chunk-ZOPJB5FN.cjs +0 -369
- package/dist/chunk-ZOPJB5FN.cjs.map +0 -1
- package/dist/data/index.cjs +0 -40
- package/dist/data/index.cjs.map +0 -1
- package/dist/entity/index.cjs +0 -28
- package/dist/entity/index.cjs.map +0 -1
- package/dist/i18n/index.cjs +0 -44
- package/dist/i18n/index.cjs.map +0 -1
- package/dist/i18n/shell-translations.d.ts +0 -2
- package/dist/i18n/shell-translations.d.ts.map +0 -1
- package/dist/index.cjs +0 -2450
- package/dist/index.cjs.map +0 -1
- package/dist/integrations/index.cjs +0 -12
- package/dist/integrations/index.cjs.map +0 -1
- package/dist/plugin/index.cjs +0 -32
- package/dist/plugin/index.cjs.map +0 -1
- package/dist/router/index.cjs +0 -16
- package/dist/router/index.cjs.map +0 -1
- package/dist/runtime/index.cjs +0 -16
- package/dist/runtime/index.cjs.map +0 -1
- package/dist/testing/index.cjs +0 -20
- package/dist/testing/index.cjs.map +0 -1
- package/dist/types/index.cjs +0 -4
- package/dist/types/index.cjs.map +0 -1
- package/src/i18n/shell-translations.ts +0 -1752
package/dist/chunk-MJ4ML56F.js
DELETED
|
@@ -1,1994 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
// src/i18n/index.ts
|
|
4
|
-
|
|
5
|
-
// src/i18n/shell-translations.ts
|
|
6
|
-
var shellTranslations = {
|
|
7
|
-
en: {
|
|
8
|
-
"common.save": "Save",
|
|
9
|
-
"common.saveChanges": "Save Changes",
|
|
10
|
-
"common.saving": "Saving...",
|
|
11
|
-
"common.cancel": "Cancel",
|
|
12
|
-
"common.delete": "Delete",
|
|
13
|
-
"common.edit": "Edit",
|
|
14
|
-
"common.close": "Close",
|
|
15
|
-
"common.confirm": "Confirm",
|
|
16
|
-
"common.back": "Back",
|
|
17
|
-
"common.add": "Add",
|
|
18
|
-
"common.loading": "Loading...",
|
|
19
|
-
"common.error": "Something went wrong",
|
|
20
|
-
"common.noResults": "No results found.",
|
|
21
|
-
"common.search": "Search",
|
|
22
|
-
"common.actions": "Actions",
|
|
23
|
-
"common.continue": "Continue",
|
|
24
|
-
"common.done": "Done",
|
|
25
|
-
"common.yes": "Yes",
|
|
26
|
-
"common.no": "No",
|
|
27
|
-
"common.active": "Active",
|
|
28
|
-
"common.inactive": "Inactive",
|
|
29
|
-
"common.overview": "Overview",
|
|
30
|
-
"common.notFound": "Not Found",
|
|
31
|
-
"common.untitled": "Untitled",
|
|
32
|
-
"common.noContentYet": "No content yet",
|
|
33
|
-
"common.selectDate": "Select date",
|
|
34
|
-
"common.plugins": "Plugins",
|
|
35
|
-
"auth.login.title": "Sign in",
|
|
36
|
-
"auth.login.titleCentered": "Welcome Back",
|
|
37
|
-
"auth.login.subtitle": "Enter your credentials to access your account",
|
|
38
|
-
"auth.login.emailLabel": "Email",
|
|
39
|
-
"auth.login.emailPlaceholder": "you@example.com",
|
|
40
|
-
"auth.login.passwordLabel": "Password",
|
|
41
|
-
"auth.login.passwordPlaceholder": "Enter your password",
|
|
42
|
-
"auth.login.forgotPassword": "Forgot password?",
|
|
43
|
-
"auth.login.submit": "Sign in",
|
|
44
|
-
"auth.login.submitting": "Signing in...",
|
|
45
|
-
"auth.login.error": "Failed to sign in. Please try again.",
|
|
46
|
-
"auth.login.oauthDivider": "or continue with",
|
|
47
|
-
"auth.login.noAccount": "Don't have an account?",
|
|
48
|
-
"auth.login.noAccountCentered": "Don't have an account yet?",
|
|
49
|
-
"auth.login.signUpLink": "Sign up",
|
|
50
|
-
"auth.login.socialProof": "Join thousands of businesses already using {{appName}}",
|
|
51
|
-
"auth.signup.title": "Create account",
|
|
52
|
-
"auth.signup.titleCentered": "Create Account",
|
|
53
|
-
"auth.signup.subtitle": "Get started with your new account",
|
|
54
|
-
"auth.signup.nameLabel": "Full name",
|
|
55
|
-
"auth.signup.namePlaceholder": "John Doe",
|
|
56
|
-
"auth.signup.emailLabel": "Email",
|
|
57
|
-
"auth.signup.emailPlaceholder": "you@example.com",
|
|
58
|
-
"auth.signup.passwordLabel": "Password",
|
|
59
|
-
"auth.signup.passwordPlaceholder": "At least 8 characters",
|
|
60
|
-
"auth.signup.confirmPasswordLabel": "Confirm password",
|
|
61
|
-
"auth.signup.confirmPasswordPlaceholder": "Repeat your password",
|
|
62
|
-
"auth.signup.termsPrefix": "By creating an account, you agree to our",
|
|
63
|
-
"auth.signup.termsOfService": "Terms of Service",
|
|
64
|
-
"auth.signup.privacyPolicy": "Privacy Policy",
|
|
65
|
-
"auth.signup.submit": "Create account",
|
|
66
|
-
"auth.signup.submitting": "Creating account...",
|
|
67
|
-
"auth.signup.error": "Failed to create account. Please try again.",
|
|
68
|
-
"auth.signup.passwordMismatch": "Passwords do not match.",
|
|
69
|
-
"auth.signup.passwordTooShort": "Password must be at least 8 characters.",
|
|
70
|
-
"auth.signup.success": "Account created for {{email}}. Check your inbox to confirm your email before signing in.",
|
|
71
|
-
"auth.signup.hasAccount": "Already have an account?",
|
|
72
|
-
"auth.signup.signInLink": "Sign in",
|
|
73
|
-
"auth.recovery.title": "Reset password",
|
|
74
|
-
"auth.recovery.titleCentered": "Reset Password",
|
|
75
|
-
"auth.recovery.instruction": "Enter your email address and we will send you a link to reset your password.",
|
|
76
|
-
"auth.recovery.subtitle": "We'll send you a reset link",
|
|
77
|
-
"auth.recovery.emailLabel": "Email",
|
|
78
|
-
"auth.recovery.emailPlaceholder": "you@example.com",
|
|
79
|
-
"auth.recovery.submit": "Send reset link",
|
|
80
|
-
"auth.recovery.submitting": "Sending...",
|
|
81
|
-
"auth.recovery.error": "Failed to send reset email. Please try again.",
|
|
82
|
-
"auth.recovery.successHeading": "Check your email",
|
|
83
|
-
"auth.recovery.successMessage": "We sent a password reset link to {{email}}. Please check your inbox and follow the instructions.",
|
|
84
|
-
"auth.recovery.backToLogin": "Back to login",
|
|
85
|
-
"auth.oauth.continueWith": "Continue with {{provider}}",
|
|
86
|
-
"auth.signIn": "Sign In",
|
|
87
|
-
"auth.signUp": "Sign Up",
|
|
88
|
-
"auth.signOut": "Sign Out",
|
|
89
|
-
"auth.email": "Email",
|
|
90
|
-
"auth.password": "Password",
|
|
91
|
-
"auth.forgotPassword": "Forgot Password?",
|
|
92
|
-
"crud.list.empty": "No {{entities}} yet",
|
|
93
|
-
"crud.list.addFirst": "Add your first {{entity}}",
|
|
94
|
-
"crud.list.totalCount": "{{count}} total {{entities}}",
|
|
95
|
-
"crud.list.searchPlaceholder": "Search {{entities}}...",
|
|
96
|
-
"crud.list.allFacet": "All",
|
|
97
|
-
"crud.list.addButton": "+ Add {{entity}}",
|
|
98
|
-
"crud.detail.notFound": "{{entity}} not found.",
|
|
99
|
-
"crud.detail.backTo": "Back to {{entities}}",
|
|
100
|
-
"crud.form.addTitle": "Add {{entity}}",
|
|
101
|
-
"crud.form.editTitle": "Edit {{entity}}",
|
|
102
|
-
"crud.form.createSubtitle": "Create a new {{entity}}.",
|
|
103
|
-
"crud.form.editSubtitle": "Update {{entity}} details.",
|
|
104
|
-
"crud.form.newBreadcrumb": "New {{entity}}",
|
|
105
|
-
"crud.form.selectPlaceholder": "Select {{label}}...",
|
|
106
|
-
"crud.form.saveError": "Failed to save {{entity}}",
|
|
107
|
-
"crud.form.saving": "Saving...",
|
|
108
|
-
"crud.form.requiredIndicator": "*",
|
|
109
|
-
"crud.import.action": "Import",
|
|
110
|
-
"crud.import.title": "Import {{entity}}",
|
|
111
|
-
"crud.import.step.download": "Template",
|
|
112
|
-
"crud.import.step.upload": "Upload",
|
|
113
|
-
"crud.import.step.mapping": "Mapping",
|
|
114
|
-
"crud.import.step.importing": "Import",
|
|
115
|
-
"crud.import.downloadTitle": "Download the template",
|
|
116
|
-
"crud.import.downloadDescription": "Download a CSV template with all available fields for {{entity}}. Fill it in and upload it in the next step.",
|
|
117
|
-
"crud.import.downloadTemplate": "Download CSV template",
|
|
118
|
-
"crud.import.downloadHint": "{{count}} fields available",
|
|
119
|
-
"crud.import.alreadyHaveFile": "I already have a file",
|
|
120
|
-
"crud.import.uploadTitle": "Drop your CSV file here or click to browse",
|
|
121
|
-
"crud.import.uploadHint": "Only .csv files are accepted",
|
|
122
|
-
"crud.import.invalidFile": "Please upload a .csv file.",
|
|
123
|
-
"crud.import.emptyFile": "The file appears to be empty.",
|
|
124
|
-
"crud.import.noRows": "The file has headers but no data rows.",
|
|
125
|
-
"crud.import.mappingTitle": "Map your columns",
|
|
126
|
-
"crud.import.mappingDescription": "{{file}} \u2014 {{columns}} columns, {{rows}} rows",
|
|
127
|
-
"crud.import.mappedCount": "{{count}} of {{total}} mapped",
|
|
128
|
-
"crud.import.csvColumn": "CSV Column",
|
|
129
|
-
"crud.import.mapsTo": "Maps to",
|
|
130
|
-
"crud.import.preview": "Preview",
|
|
131
|
-
"crud.import.skip": "\u2014 Skip this column",
|
|
132
|
-
"crud.import.startImport": "Start import",
|
|
133
|
-
"crud.import.importing": "Importing...",
|
|
134
|
-
"crud.import.importingHint": "Processing {{count}} rows",
|
|
135
|
-
"crud.import.progressCount": "{{processed}} of {{total}} rows processed",
|
|
136
|
-
"crud.import.doneSuccess": "Import complete!",
|
|
137
|
-
"crud.import.doneWithErrors": "Import completed with errors",
|
|
138
|
-
"crud.import.doneCount": "{{success}} of {{total}} rows imported successfully",
|
|
139
|
-
"crud.import.rowNumber": "Row {{row}}:",
|
|
140
|
-
"crud.import.toastSuccess": "{{count}} records imported",
|
|
141
|
-
"crud.import.noConnection": "Not connected to the database. Import requires an active connection.",
|
|
142
|
-
"crud.import.limitExceeded": "This import exceeds your plan limit. Upgrade or import fewer rows.",
|
|
143
|
-
"crud.export.action": "Export",
|
|
144
|
-
"crud.export.noData": "No data to export.",
|
|
145
|
-
"crud.export.toastSuccess": "{{count}} records exported",
|
|
146
|
-
"crud.delete.title": "Delete {{entity}}?",
|
|
147
|
-
"crud.delete.confirmNamed": 'Are you sure you want to delete "{{displayValue}}"? This action cannot be undone.',
|
|
148
|
-
"crud.delete.confirmGeneric": "Are you sure you want to delete this {{entity}}? This action cannot be undone.",
|
|
149
|
-
"crud.delete.cancel": "Cancel",
|
|
150
|
-
"crud.delete.delete": "Delete",
|
|
151
|
-
"crud.tabs.access": "Access",
|
|
152
|
-
"crud.tabs.schedule": "Schedule",
|
|
153
|
-
"crud.tabs.documents": "Documents",
|
|
154
|
-
"crud.tabs.financial": "Statement",
|
|
155
|
-
"crud.tabs.activity": "Activity",
|
|
156
|
-
"crud.tabs.inventory": "Inventory",
|
|
157
|
-
"crud.tabs.suppliers": "Suppliers",
|
|
158
|
-
"crud.tabs.pricing": "Pricing",
|
|
159
|
-
"crud.tabs.members": "Team",
|
|
160
|
-
"crud.tabs.stats": "Statistics",
|
|
161
|
-
"crud.tabs.availability": "Availability",
|
|
162
|
-
"crud.tabs.orders": "Orders",
|
|
163
|
-
"crud.orders.all": "All",
|
|
164
|
-
"crud.orders.columnDate": "Date",
|
|
165
|
-
"crud.orders.columnStage": "Stage",
|
|
166
|
-
"crud.orders.columnDescription": "Description",
|
|
167
|
-
"crud.orders.columnAmount": "Amount",
|
|
168
|
-
"crud.orders.searchPlaceholder": "Search orders...",
|
|
169
|
-
"crud.orders.noDocuments": "No orders yet",
|
|
170
|
-
"crud.orders.stage.draft": "Draft",
|
|
171
|
-
"crud.orders.stage.quoted": "Quoted",
|
|
172
|
-
"crud.orders.stage.booked": "Booked",
|
|
173
|
-
"crud.orders.stage.invoiced": "Invoiced",
|
|
174
|
-
"crud.orders.stage.paid": "Paid",
|
|
175
|
-
"crud.orders.stage.partial": "Partial",
|
|
176
|
-
"crud.orders.stage.overdue": "Overdue",
|
|
177
|
-
"crud.orders.stage.cancelled": "Cancelled",
|
|
178
|
-
"crud.orders.stage.no_show": "No Show",
|
|
179
|
-
"crud.orders.stage.completed": "Completed",
|
|
180
|
-
"layout.userMenu.profile": "Profile",
|
|
181
|
-
"layout.userMenu.settings": "Settings",
|
|
182
|
-
"layout.userMenu.billing": "Billing",
|
|
183
|
-
"layout.userMenu.help": "Help",
|
|
184
|
-
"layout.userMenu.lightMode": "Light mode",
|
|
185
|
-
"layout.userMenu.darkMode": "Dark mode",
|
|
186
|
-
"layout.userMenu.systemMode": "System",
|
|
187
|
-
"layout.userMenu.language": "Language",
|
|
188
|
-
"layout.userMenu.selectLocation": "Select location",
|
|
189
|
-
"layout.switchingLocation": "Switching location\u2026",
|
|
190
|
-
"layout.userMenu.signOut": "Sign out",
|
|
191
|
-
"layout.topbar.searchPlaceholder": "Search...",
|
|
192
|
-
"layout.topbar.keyboardShortcut": "\u2318K",
|
|
193
|
-
"layout.sidebar.collapse": "Collapse sidebar",
|
|
194
|
-
"layout.sidebar.expand": "Expand sidebar",
|
|
195
|
-
"layout.commandPalette.placeholder": "Search pages, people, products, services...",
|
|
196
|
-
"layout.commandPalette.resultsCount": "{{count}} result{{plural}}",
|
|
197
|
-
"layout.commandPalette.commandsCount": "{{count}} command{{plural}}",
|
|
198
|
-
"layout.commandPalette.noResults": "No results found.",
|
|
199
|
-
"layout.commandPalette.searching": "Searching\u2026",
|
|
200
|
-
"layout.commandPalette.navigate": "navigate",
|
|
201
|
-
"layout.commandPalette.open": "open",
|
|
202
|
-
"billing.title": "Billing",
|
|
203
|
-
"billing.subtitle": "Manage your subscription and billing.",
|
|
204
|
-
"billing.currentPlan": "Current Plan",
|
|
205
|
-
"billing.subscription.title": "Subscription",
|
|
206
|
-
"billing.subscription.subtitle": "Manage your plan and unlock more features.",
|
|
207
|
-
"billing.changeToPlan": "Switch to this plan",
|
|
208
|
-
"billing.featureMatrix": "Feature comparison",
|
|
209
|
-
"billing.changePlanConfirmTitle": "Change plan?",
|
|
210
|
-
"billing.changePlanConfirmBody": "You're switching to the {{plan}} plan.",
|
|
211
|
-
"billing.changePlanConfirm": "Switch plan",
|
|
212
|
-
"billing.planChanged": "You're now on the {{plan}} plan.",
|
|
213
|
-
"billing.planChangeFailed": "Couldn't change your plan. Please try again.",
|
|
214
|
-
"billing.noPlans": "No plans are configured.",
|
|
215
|
-
"billing.pro": "Pro",
|
|
216
|
-
"billing.upgrade": "Upgrade",
|
|
217
|
-
"billing.downgrade": "Downgrade",
|
|
218
|
-
"billing.monthly": "Monthly",
|
|
219
|
-
"billing.yearly": "Yearly",
|
|
220
|
-
"billing.yearlySave": "Save 20%",
|
|
221
|
-
"billing.free": "Free",
|
|
222
|
-
"billing.cancelSubscription": "Cancel Subscription",
|
|
223
|
-
"billing.canceling": "Canceling...",
|
|
224
|
-
"billing.resumeSubscription": "Resume Subscription",
|
|
225
|
-
"billing.resuming": "Resuming...",
|
|
226
|
-
"billing.features": "Features",
|
|
227
|
-
"billing.perMonth": "/mo",
|
|
228
|
-
"billing.perYear": "/yr",
|
|
229
|
-
"billing.getStarted": "Get Started",
|
|
230
|
-
"billing.processing": "Processing...",
|
|
231
|
-
"billing.mostPopular": "Most Popular",
|
|
232
|
-
"billing.nextBilling": "Next billing: {{date}}",
|
|
233
|
-
"billing.cancelsOn": "Cancels on {{date}}",
|
|
234
|
-
"billing.trialEnds": "Trial ends {{date}}",
|
|
235
|
-
"billing.pastDueWarning": "Your payment is past due. Please update your payment method to avoid service interruption.",
|
|
236
|
-
"billing.status.active": "Active",
|
|
237
|
-
"billing.status.trialing": "Trial",
|
|
238
|
-
"billing.status.pastDue": "Past Due",
|
|
239
|
-
"billing.status.canceled": "Canceled",
|
|
240
|
-
"billing.status.paused": "Paused",
|
|
241
|
-
"organization.invite": "Invite",
|
|
242
|
-
"organization.members": "Members",
|
|
243
|
-
"organization.memberCount": "{{count}} member{{plural}} in this organization.",
|
|
244
|
-
"organization.role": "Role",
|
|
245
|
-
"organization.emailPlaceholder": "team@example.com",
|
|
246
|
-
"organization.sendInvites": "Send Invites",
|
|
247
|
-
"organization.sending": "Sending...",
|
|
248
|
-
"organization.pending": "Pending Invites",
|
|
249
|
-
"organization.remove": "Remove member",
|
|
250
|
-
"organization.resend": "Resend",
|
|
251
|
-
"organization.revoke": "Revoke",
|
|
252
|
-
"organization.inviteTitle": "Invite Team Members",
|
|
253
|
-
"organization.inviteDescription": "Send invites to join your organization.",
|
|
254
|
-
"organization.inviteSent": "Invitations sent",
|
|
255
|
-
"organization.inviteSentDescription": "Your team members will receive an email with instructions to join.",
|
|
256
|
-
"organization.emailAddresses": "Email addresses",
|
|
257
|
-
"organization.addAnother": "Add another",
|
|
258
|
-
"organization.selectRole": "Select a role",
|
|
259
|
-
"organization.sent": "Sent {{date}}",
|
|
260
|
-
"organization.you": "(you)",
|
|
261
|
-
"organization.joined": "Joined",
|
|
262
|
-
"organization.failedInvites": "Failed to send invites",
|
|
263
|
-
"organization.onboarding.title": "Set up your workspace",
|
|
264
|
-
"organization.onboarding.namePrompt": "What should we call your workspace?",
|
|
265
|
-
"organization.onboarding.preferencesPrompt": "Regional preferences",
|
|
266
|
-
"organization.onboarding.workspaceName": "Workspace name",
|
|
267
|
-
"organization.onboarding.workspaceNamePlaceholder": "My Company",
|
|
268
|
-
"organization.onboarding.timezone": "Timezone",
|
|
269
|
-
"organization.onboarding.currency": "Currency",
|
|
270
|
-
"organization.onboarding.creating": "Setting up your workspace",
|
|
271
|
-
"organization.onboarding.creatingDescription": "This will only take a moment...",
|
|
272
|
-
"organization.onboarding.createWorkspace": "Create Workspace",
|
|
273
|
-
"organization.onboarding.failedCreate": "Failed to create workspace",
|
|
274
|
-
"settings.title": "Settings",
|
|
275
|
-
"settings.subtitle": "Manage your account and organization preferences.",
|
|
276
|
-
"settings.backToHome": "Back to home",
|
|
277
|
-
"settings.navLinks": "Settings links",
|
|
278
|
-
"settings.general": "General",
|
|
279
|
-
"settings.properties": "Properties",
|
|
280
|
-
"settings.profile": "Profile",
|
|
281
|
-
"settings.branding": "Branding",
|
|
282
|
-
"settings.security": "Security",
|
|
283
|
-
"settings.sites": "Sites",
|
|
284
|
-
"settings.subscription": "Subscription",
|
|
285
|
-
"upgrade.title": "Premium feature",
|
|
286
|
-
"upgrade.description": "This feature is available on a higher plan. Upgrade to unlock it.",
|
|
287
|
-
"upgrade.descriptionFeature": "The {feature} feature is available on a higher plan. Upgrade to unlock it.",
|
|
288
|
-
// ContactPicker — shared "find the person, or create them" flow.
|
|
289
|
-
"contactPicker.search": "Search contact...",
|
|
290
|
-
"contactPicker.newContact": "New contact",
|
|
291
|
-
"contactPicker.name": "Name",
|
|
292
|
-
"contactPicker.phone": "Phone",
|
|
293
|
-
"contactPicker.emailOptional": "Email (optional)",
|
|
294
|
-
"contactPicker.create": "Create",
|
|
295
|
-
"contactPicker.creating": "Creating...",
|
|
296
|
-
"contactPicker.cancel": "Cancel",
|
|
297
|
-
"contactPicker.clear": "Clear contact",
|
|
298
|
-
"contactPicker.createFailed": "Could not create the contact",
|
|
299
|
-
"contactPicker.addField": "Add {label}",
|
|
300
|
-
"upgrade.includes": "Includes {feature}",
|
|
301
|
-
"upgrade.cta": "View plans",
|
|
302
|
-
"upgrade.badgeTooltip": "Available on a higher plan",
|
|
303
|
-
"upgrade.unlock": "Unlock {feature}",
|
|
304
|
-
"upgrade.currentPlan": "Your plan: {plan}",
|
|
305
|
-
"upgrade.recommended": "Recommended",
|
|
306
|
-
"upgrade.ctaUpgrade": "Upgrade",
|
|
307
|
-
"upgrade.ctaUpgradeTo": "Upgrade to {plan}",
|
|
308
|
-
"upgrade.compareAll": "Compare all plans",
|
|
309
|
-
"upgrade.valueGeneric": "Get everything you need to grow \u2014 included in the plans below.",
|
|
310
|
-
"upgrade.value.marketing": "Campaigns, funnel and content to grow your client base.",
|
|
311
|
-
"upgrade.value.reports": "Advanced reports and insights to make sharper decisions.",
|
|
312
|
-
"upgrade.value.fin_reconciliation": "Reconcile payments and keep your cash flow under control.",
|
|
313
|
-
"upgrade.value.assistant": "Your operations copilot \u2014 ask, analyze and act with AI.",
|
|
314
|
-
"upgrade.feature.assistant": "AI Assistant",
|
|
315
|
-
"billing.unlimited": "Unlimited",
|
|
316
|
-
"billing.upTo": "Up to {count}",
|
|
317
|
-
"limit.label.clients": "clients",
|
|
318
|
-
"limit.label.users": "team members",
|
|
319
|
-
"limit.label.locations": "locations",
|
|
320
|
-
"limit.label.bookings_month": "monthly bookings",
|
|
321
|
-
"limit.label.products": "products",
|
|
322
|
-
"limit.label.students": "students",
|
|
323
|
-
"limit.label.courses": "courses",
|
|
324
|
-
"limit.label.contacts": "contacts",
|
|
325
|
-
"limit.label.deals": "deals",
|
|
326
|
-
"limit.label.menu_items": "menu items",
|
|
327
|
-
"limit.label.orders_month": "monthly orders",
|
|
328
|
-
"limit.label.connected_banks": "connected banks",
|
|
329
|
-
"limit.label.movements_month": "monthly movements",
|
|
330
|
-
"limit.label.leads": "leads",
|
|
331
|
-
"limit.label.quotes": "quotes",
|
|
332
|
-
"limit.label.conversations_month": "monthly conversations",
|
|
333
|
-
"limit.label.ai_credits_month": "AI credits per month",
|
|
334
|
-
"limit.label.recipes": "recipes",
|
|
335
|
-
"limit.label.form_templates": "form templates",
|
|
336
|
-
"limit.label.documents_month": "monthly documents",
|
|
337
|
-
"limit.label.content_posts_month": "monthly content posts",
|
|
338
|
-
"limit.label.blog_posts": "blog posts",
|
|
339
|
-
"limit.reached": "Voc\xEA atingiu o limite de {label} do plano {plan}.",
|
|
340
|
-
"banner.overLimit": "Voc\xEA excedeu o limite de {label} do seu plano \u2014 fa\xE7a upgrade para continuar crescendo.",
|
|
341
|
-
"settings.team": "Team",
|
|
342
|
-
"settings.permissions": "Permissions",
|
|
343
|
-
"settings.locations": "Locations",
|
|
344
|
-
"settings.holidays": "Holidays",
|
|
345
|
-
"settings.notifications": "Notifications",
|
|
346
|
-
"settings.save": "Save Changes",
|
|
347
|
-
"settings.saving": "Saving...",
|
|
348
|
-
"settings.companyInfo": "Company Information",
|
|
349
|
-
"settings.companyInfoDescription": "Update your organization details and regional preferences.",
|
|
350
|
-
"settings.companyName": "Company Name",
|
|
351
|
-
"settings.companyNamePlaceholder": "Acme Inc.",
|
|
352
|
-
"settings.timezone": "Timezone",
|
|
353
|
-
"settings.timezonePlaceholder": "Select timezone",
|
|
354
|
-
"settings.currency": "Currency",
|
|
355
|
-
"settings.currencyPlaceholder": "Select currency",
|
|
356
|
-
"settings.locale": "Locale",
|
|
357
|
-
"settings.localePlaceholder": "Select locale",
|
|
358
|
-
"settings.uploadLogo": "Upload Logo",
|
|
359
|
-
"settings.uiLanguage": "Interface Language",
|
|
360
|
-
"settings.uiLanguageDescription": "Choose the language for the user interface. This applies to your session only.",
|
|
361
|
-
"notifications.title": "Notifications",
|
|
362
|
-
"notifications.markAllRead": "Mark all read",
|
|
363
|
-
"notifications.empty": "No notifications",
|
|
364
|
-
"notifications.whatsNew": "What's New",
|
|
365
|
-
"notifications.inbox": "Inbox",
|
|
366
|
-
"user.profile": "Profile",
|
|
367
|
-
"user.settings": "Settings",
|
|
368
|
-
"user.help": "Help",
|
|
369
|
-
"user.shortcuts": "Keyboard Shortcuts",
|
|
370
|
-
"user.theme": "Theme",
|
|
371
|
-
"user.themeLight": "Light",
|
|
372
|
-
"user.themeDark": "Dark",
|
|
373
|
-
"user.themeSystem": "System",
|
|
374
|
-
"app.notFound.title": "404",
|
|
375
|
-
"app.notFound.heading": "Page not found",
|
|
376
|
-
"app.notFound.message": "The page you're looking for doesn't exist or has been moved.",
|
|
377
|
-
"app.notFound.goToDashboard": "Go to Dashboard",
|
|
378
|
-
"app.accessDenied.heading": "Access Denied",
|
|
379
|
-
"app.accessDenied.message": "You don't have permission to view this page.",
|
|
380
|
-
"shell.accessDenied.title": "Access restricted",
|
|
381
|
-
"shell.accessDenied.message": "You don't have permission to view this page.",
|
|
382
|
-
"organization.workspaces": "Workspaces",
|
|
383
|
-
"organization.onlyWorkspace": "This is your only workspace.",
|
|
384
|
-
"auth.login.enterCredentials": "Enter your credentials to access your account",
|
|
385
|
-
"auth.login.failedDefault": "Failed to sign in. Please try again.",
|
|
386
|
-
"auth.login.failedWithProvider": "Failed to sign in with {{provider}}.",
|
|
387
|
-
"auth.login.orContinueWith": "or continue with",
|
|
388
|
-
"auth.login.placeholder.email": "you@example.com",
|
|
389
|
-
"auth.login.placeholder.password": "Enter your password",
|
|
390
|
-
"auth.login.signingIn": "Signing in...",
|
|
391
|
-
"auth.login.welcomeBack": "Welcome Back",
|
|
392
|
-
"auth.login.welcomeTo": "Welcome to {{appName}}",
|
|
393
|
-
"auth.recovery.checkEmail": "Check your email",
|
|
394
|
-
"auth.recovery.description": "Enter your email address and we will send you a link to reset your password.",
|
|
395
|
-
"auth.recovery.failedDefault": "Failed to send reset email. Please try again.",
|
|
396
|
-
"auth.recovery.resetLinkSent": "We sent a password reset link to <strong>{{email}}</strong>. Please check your inbox and follow the instructions.",
|
|
397
|
-
"auth.recovery.sendResetLink": "Send reset link",
|
|
398
|
-
"auth.recovery.sending": "Sending...",
|
|
399
|
-
"auth.signup.confirmPassword": "Confirm password",
|
|
400
|
-
"auth.signup.creating": "Creating account...",
|
|
401
|
-
"auth.signup.emailVerification": "Account created for {{email}}. Check your inbox to confirm your email before signing in.",
|
|
402
|
-
"auth.signup.failedDefault": "Failed to create account. Please try again.",
|
|
403
|
-
"auth.signup.fullName": "Full name",
|
|
404
|
-
"auth.signup.getStarted": "Get started with your new account",
|
|
405
|
-
"auth.signup.passwordMinLength": "Password must be at least 8 characters.",
|
|
406
|
-
"auth.signup.passwordsMismatch": "Passwords do not match.",
|
|
407
|
-
"auth.signup.placeholder.confirm": "Repeat your password",
|
|
408
|
-
"auth.signup.placeholder.name": "John Doe",
|
|
409
|
-
"auth.signup.placeholder.password": "At least 8 characters",
|
|
410
|
-
"auth.signup.termsAgreement": "By creating an account, you agree to our",
|
|
411
|
-
"billing.invoice.amount": "Amount",
|
|
412
|
-
"billing.invoice.date": "Date",
|
|
413
|
-
"billing.invoice.invoice": "Invoice",
|
|
414
|
-
"billing.invoice.noInvoices": "No invoices yet",
|
|
415
|
-
"billing.invoice.status": "Status",
|
|
416
|
-
"billing.paywall.notAvailable": "This feature is not available on your current plan.",
|
|
417
|
-
"billing.paywall.requiresPlan": "This feature requires the {{plan}} plan or higher.",
|
|
418
|
-
"billing.paywall.upgradeRequired": "Upgrade Required",
|
|
419
|
-
"billing.paywall.viewPlans": "View Plans",
|
|
420
|
-
"chat.defaultTitle": "Assistant",
|
|
421
|
-
"chat.tryAsking": "Try asking",
|
|
422
|
-
"chat.fab.tryIt": "Try it",
|
|
423
|
-
"chat.fab.dismiss": "Don't show suggestions here",
|
|
424
|
-
"chat.fab.open": "Open assistant",
|
|
425
|
-
"chat.fab.close": "Close assistant",
|
|
426
|
-
"chat.messagePlaceholder": "How can I help?",
|
|
427
|
-
"chat.send": "Send message",
|
|
428
|
-
"chat.notConfigured": "Assistant not configured \u2014 set chat.apiEndpoint to enable conversations.",
|
|
429
|
-
"chat.unavailable": "Assistant unavailable",
|
|
430
|
-
"chat.greeting": "How can I help?",
|
|
431
|
-
"chat.greetingNamed": "Hi {{name}}, how can I help?",
|
|
432
|
-
"chat.greetingHint": "Ask in plain words, or tap the mic and just say it.",
|
|
433
|
-
"chat.status.ready": "Ready",
|
|
434
|
-
"chat.status.working": "Working on it...",
|
|
435
|
-
"chat.status.offline": "Not connected",
|
|
436
|
-
"chat.jumpToLatest": "Latest",
|
|
437
|
-
"chat.confirmAction.title": "Confirm this action?",
|
|
438
|
-
"chat.confirmAction.confirm": "Confirm",
|
|
439
|
-
"chat.confirmAction.cancel": "Cancel",
|
|
440
|
-
"chat.confirmAction.always": "Always allow",
|
|
441
|
-
"chat.confirmAction.alwaysSession": "Allow this session",
|
|
442
|
-
"chat.confirmAction.alwaysHint": 'Stop asking before "{{label}}"',
|
|
443
|
-
"chat.confirmAction.autoApproved": "auto",
|
|
444
|
-
"chat.confirmAction.autoApprovedHint": "Ran without asking \u2014 you allowed this action",
|
|
445
|
-
"chat.confirmAction.blocked": "Respond to the confirmation above first",
|
|
446
|
-
"chat.confirmAction.fillRequired": "Fill in to continue: {{fields}}",
|
|
447
|
-
"chat.confirmAction.showAll": "Add more fields ({{count}})",
|
|
448
|
-
"chat.confirmAction.showLess": "Show fewer fields",
|
|
449
|
-
// What a write ACTUALLY does, in the operator's words. The confirmation card
|
|
450
|
-
// looks up `chat.tool.<toolName>`; a tool with no entry falls back to its
|
|
451
|
-
// humanized name, never to the model-facing description.
|
|
452
|
-
"chat.tool.createAppointment": "Book an appointment",
|
|
453
|
-
"chat.tool.createRecord": "Create record",
|
|
454
|
-
"chat.tool.updateRecord": "Update record",
|
|
455
|
-
"chat.tool.deleteRecord": "Delete record",
|
|
456
|
-
"chat.tool.createOrder": "Create order",
|
|
457
|
-
"chat.tool.createInvoice": "Create invoice",
|
|
458
|
-
"chat.tool.markPaymentReceived": "Mark payment as received",
|
|
459
|
-
"chat.tool.createCampaign": "Create campaign",
|
|
460
|
-
"chat.tool.sendMessage": "Send message",
|
|
461
|
-
"chat.tool.seatGuests": "Seat guests",
|
|
462
|
-
"chat.tool.toggleMenuItemAvailability": "Change item availability",
|
|
463
|
-
"chat.autoApprovals.title": "Auto-approved actions",
|
|
464
|
-
"chat.autoApprovals.revoke": "Ask me again",
|
|
465
|
-
"chat.autoApprovals.revokeAll": "Ask for everything",
|
|
466
|
-
"chat.suggestions.show": "Show suggestions",
|
|
467
|
-
"chat.suggestions.hide": "Hide suggestions",
|
|
468
|
-
"chat.voice.start": "Speak",
|
|
469
|
-
"chat.voice.stop": "Stop recording",
|
|
470
|
-
"chat.voice.listening": "Listening \u2014 speak now",
|
|
471
|
-
"chat.voice.transcribing": "Transcribing...",
|
|
472
|
-
"chat.voice.denied": "Microphone blocked. Allow access in your browser settings.",
|
|
473
|
-
"chat.voice.network": "Could not reach the transcription service.",
|
|
474
|
-
"chat.voice.failed": "Could not hear that \u2014 try again.",
|
|
475
|
-
"chat.voice.speakOn": "Speak replies out loud",
|
|
476
|
-
"chat.voice.speakOff": "Mute spoken replies",
|
|
477
|
-
"chat.signingIn": "One moment \u2014 still confirming your session.",
|
|
478
|
-
"chat.history": "Previous conversations",
|
|
479
|
-
"chat.history.search": "Search conversations",
|
|
480
|
-
"chat.history.empty": "No conversations found.",
|
|
481
|
-
"chat.history.today": "Today",
|
|
482
|
-
"chat.history.yesterday": "Yesterday",
|
|
483
|
-
"chat.history.week": "Last 7 days",
|
|
484
|
-
"chat.history.older": "Earlier",
|
|
485
|
-
"chat.newConversation": "New conversation",
|
|
486
|
-
"chat.untitledConversation": "Untitled conversation",
|
|
487
|
-
"chat.recentConversations": "Recent",
|
|
488
|
-
"chat.backToConversations": "Back to conversations",
|
|
489
|
-
"chat.renameConversation": "Rename",
|
|
490
|
-
"chat.saveTitle": "Save title",
|
|
491
|
-
"chat.toolsAvailable": "{{count}} tools available",
|
|
492
|
-
"chat.suggestion.dashboard.kpi-summary.0": "How is my business doing today?",
|
|
493
|
-
"chat.suggestion.dashboard.kpi-summary.1": "What's my revenue today?",
|
|
494
|
-
"chat.suggestion.dashboard.kpi-summary.2": "Give me a summary of today",
|
|
495
|
-
"chat.suggestion.agenda.list-appointments.0": "What's on the agenda today?",
|
|
496
|
-
"chat.suggestion.agenda.list-appointments.1": "Show me tomorrow's appointments",
|
|
497
|
-
"chat.suggestion.agenda.list-appointments.2": "Who has the most bookings this week?",
|
|
498
|
-
"chat.suggestion.agenda.create-appointment.0": "Book a haircut for Sarah tomorrow at 10am",
|
|
499
|
-
"chat.suggestion.agenda.check-availability.0": "When is Ana available tomorrow?",
|
|
500
|
-
"chat.suggestion.agenda.check-availability.1": "Find a 90-minute slot for Carlos this week",
|
|
501
|
-
"chat.suggestion.financial.get-revenue.0": "How much did we make today?",
|
|
502
|
-
"chat.suggestion.financial.get-revenue.1": "What's this month's revenue?",
|
|
503
|
-
"chat.suggestion.financial.get-revenue.2": "Compare this week's revenue to last week",
|
|
504
|
-
"chat.suggestion.financial.create-invoice.0": "Create an invoice for a new client",
|
|
505
|
-
"chat.suggestion.financial.list-payables.0": "Show me overdue bills",
|
|
506
|
-
"chat.suggestion.financial.list-payables.1": "What bills are due this week?",
|
|
507
|
-
"chat.suggestion.inventory.low-stock.0": "Which products are running low?",
|
|
508
|
-
"chat.suggestion.inventory.low-stock.1": "Show me a stock summary",
|
|
509
|
-
"chat.suggestion.inventory.low-stock.2": "What are my most used products?",
|
|
510
|
-
"chat.suggestion.crm.count-customers.0": "How many customers do we have?",
|
|
511
|
-
"chat.suggestion.crm.count-customers.1": "Who are my top customers?",
|
|
512
|
-
"chat.suggestion.crm.list-leads.0": "Show new leads from this week",
|
|
513
|
-
"chat.suggestion.crm.list-leads.1": "Which leads need follow-up?",
|
|
514
|
-
"chat.suggestion.crm.list-leads.2": "What's our conversion rate?",
|
|
515
|
-
"chat.suggestion.custom_forms.list-templates.0": "What forms do we have?",
|
|
516
|
-
"chat.suggestion.custom_forms.list-templates.1": "Show me anamnesis templates",
|
|
517
|
-
"chat.suggestion.custom_forms.list-documents.0": "Show this client's documents",
|
|
518
|
-
"common.create": "Create",
|
|
519
|
-
"common.feature": "Feature",
|
|
520
|
-
"common.message": "Message...",
|
|
521
|
-
"common.more": "More",
|
|
522
|
-
"common.noContent": "No content yet",
|
|
523
|
-
"crud.form.createDescription": "Create a new {{entity}}.",
|
|
524
|
-
"crud.form.editDescription": "Update {{entity}} details.",
|
|
525
|
-
"crud.form.failedToSave": "Failed to save {{entity}}",
|
|
526
|
-
"crud.form.saveChanges": "Save Changes",
|
|
527
|
-
"crud.form.select": "Select {{field}}...",
|
|
528
|
-
"crud.list.addEntity": "+ Add {{entity}}",
|
|
529
|
-
"crud.list.search": "Search {{entities}}...",
|
|
530
|
-
"layout.bottomNav.chat": "Chat",
|
|
531
|
-
"layout.commandPalette.commandCount": "{{count}} command{{plural}}",
|
|
532
|
-
"layout.commandPalette.description": "Search for pages, actions, people, products and services",
|
|
533
|
-
"layout.commandPalette.resultCount": "{{count}} result{{plural}}",
|
|
534
|
-
"layout.commandPalette.title": "Command palette",
|
|
535
|
-
"layout.mobileDrawer.description": "Application navigation links",
|
|
536
|
-
"layout.mobileDrawer.title": "Navigation menu",
|
|
537
|
-
"layout.topbar.search": "Search...",
|
|
538
|
-
"notifications.noUpdates": "No updates yet",
|
|
539
|
-
"organization.createOrg": "Create organization",
|
|
540
|
-
"organization.createOrgDescription": "Create a new workspace for your team.",
|
|
541
|
-
"organization.createOrgTitle": "Create Organization",
|
|
542
|
-
"organization.creating": "Creating...",
|
|
543
|
-
"organization.invite.addAnother": "Add another",
|
|
544
|
-
"organization.invite.description": "Send invites to join your organization.",
|
|
545
|
-
"organization.invite.emailLabel": "Email addresses",
|
|
546
|
-
"organization.invite.roleLabel": "Role",
|
|
547
|
-
"organization.invite.rolePlaceholder": "Select a role",
|
|
548
|
-
"organization.invite.sendInvites": "Send Invites",
|
|
549
|
-
"organization.invite.sending": "Sending...",
|
|
550
|
-
"organization.invite.sent": "Invitations sent",
|
|
551
|
-
"organization.invite.sentDescription": "Your team members will receive an email with instructions to join.",
|
|
552
|
-
"organization.invite.title": "Invite Team Members",
|
|
553
|
-
"organization.onboarding.oneMoment": "This will only take a moment...",
|
|
554
|
-
"organization.onboarding.preferences": "Regional preferences",
|
|
555
|
-
"organization.onboarding.settingUp": "Setting up your workspace",
|
|
556
|
-
"organization.onboarding.setupWorkspace": "Set up your workspace",
|
|
557
|
-
"organization.onboarding.whatName": "What should we call your workspace?",
|
|
558
|
-
"organization.orgNamePlaceholder": "Organization name",
|
|
559
|
-
"organization.permissions.createCustom": "Create Custom Profile",
|
|
560
|
-
"organization.permissions.createProfile": "Create Profile",
|
|
561
|
-
"organization.permissions.duplicate": "Duplicate",
|
|
562
|
-
"organization.permissions.copyName": "{{name}} (copy)",
|
|
563
|
-
"organization.permissions.description": "Description",
|
|
564
|
-
"organization.permissions.descriptionPlaceholder": "Optional description",
|
|
565
|
-
"organization.permissions.editProfile": "Edit: {{name}}",
|
|
566
|
-
"organization.permissions.manageBilling": "Manage Billing",
|
|
567
|
-
"organization.permissions.managePermissions": "Manage Permissions",
|
|
568
|
-
"organization.permissions.manageSettings": "Manage Settings",
|
|
569
|
-
"organization.permissions.manageTeam": "Manage Team",
|
|
570
|
-
"organization.permissions.memberCount": "{{count}} member{{plural}}",
|
|
571
|
-
"organization.permissions.previewAs": "Preview as",
|
|
572
|
-
"organization.permissions.previewingAs": "Previewing as",
|
|
573
|
-
"organization.permissions.exitPreview": "Exit Preview",
|
|
574
|
-
"organization.permissions.searchFeatures": "Search features...",
|
|
575
|
-
"organization.permissions.profileName": "Profile Name",
|
|
576
|
-
"organization.permissions.profileNamePlaceholder": "e.g. Custom Role",
|
|
577
|
-
"organization.permissions.subtitle": "Manage roles and their permissions.",
|
|
578
|
-
"organization.permissions.system": "System",
|
|
579
|
-
"organization.permissions.systemPermissions": "System Permissions",
|
|
580
|
-
"organization.permissions.title": "Permission Profiles",
|
|
581
|
-
"organization.permissions.updateProfile": "Update Profile",
|
|
582
|
-
"organization.team.invite": "Invite",
|
|
583
|
-
"organization.team.joined": "Joined",
|
|
584
|
-
"organization.team.member": "Member",
|
|
585
|
-
"organization.team.memberCount": "{{count}} member{{plural}} in this organization.",
|
|
586
|
-
"organization.team.pendingInvites": "Pending Invites",
|
|
587
|
-
"organization.team.removeMember": "Remove member",
|
|
588
|
-
"organization.team.resend": "Resend",
|
|
589
|
-
"organization.team.revoke": "Revoke",
|
|
590
|
-
"organization.team.inviteResent": "Invite resent",
|
|
591
|
-
"organization.team.inviteRevoked": "Invite revoked",
|
|
592
|
-
"organization.team.inviteActionFailed": "Couldn't complete that",
|
|
593
|
-
"organization.team.role": "Role",
|
|
594
|
-
"organization.team.sent": "Sent {{date}}",
|
|
595
|
-
"organization.team.title": "Members",
|
|
596
|
-
"organization.team.you": "(you)",
|
|
597
|
-
"settings.branding.accentColor": "Accent Color",
|
|
598
|
-
"settings.branding.chooseFile": "Choose File",
|
|
599
|
-
"settings.branding.favicon": "Favicon",
|
|
600
|
-
"settings.branding.faviconHint": "Recommended: 32x32px, PNG or ICO",
|
|
601
|
-
"settings.branding.logo": "Logo",
|
|
602
|
-
"settings.branding.logoHint": "Recommended: 200x50px, PNG or SVG",
|
|
603
|
-
"settings.branding.preview": "Preview",
|
|
604
|
-
"settings.branding.primaryColor": "Primary Color",
|
|
605
|
-
"settings.branding.saveBranding": "Save Branding",
|
|
606
|
-
"settings.branding.subtitle": "Customize the look and feel of your workspace.",
|
|
607
|
-
"settings.branding.title": "Branding",
|
|
608
|
-
"settings.company.currency": "Currency",
|
|
609
|
-
"settings.company.currencyPlaceholder": "Select currency",
|
|
610
|
-
"settings.company.locale": "Locale",
|
|
611
|
-
"settings.company.localePlaceholder": "Select locale",
|
|
612
|
-
"settings.company.name": "Company Name",
|
|
613
|
-
"settings.company.subtitle": "Update your organization details and regional preferences.",
|
|
614
|
-
"settings.company.timezone": "Timezone",
|
|
615
|
-
"settings.company.timezonePlaceholder": "Select timezone",
|
|
616
|
-
"settings.company.title": "Company Information",
|
|
617
|
-
"settings.holidays.addHoliday": "Add Holiday",
|
|
618
|
-
"settings.holidays.annual": "Annual",
|
|
619
|
-
"settings.holidays.descriptionPlaceholder": "Description (optional)",
|
|
620
|
-
"settings.holidays.empty": "No holidays configured yet.",
|
|
621
|
-
"settings.holidays.namePlaceholder": "Holiday name *",
|
|
622
|
-
"settings.holidays.newHoliday": "New Holiday",
|
|
623
|
-
"settings.holidays.recurringAnnually": "Recurring annually",
|
|
624
|
-
"settings.holidays.subtitle": "Non-working days and recurring holidays.",
|
|
625
|
-
"settings.holidays.title": "Holidays",
|
|
626
|
-
"settings.fieldRules": "Field Rules",
|
|
627
|
-
"settings.fieldRules.subtitle": "Configure which fields are required or visible for each register type.",
|
|
628
|
-
"settings.fieldRules.required": "Required",
|
|
629
|
-
"settings.fieldRules.inForm": "Form",
|
|
630
|
-
"settings.fieldRules.inTable": "Table",
|
|
631
|
-
"settings.fieldRules.inDetail": "Detail",
|
|
632
|
-
"settings.fieldRules.field": "Field",
|
|
633
|
-
"settings.fieldRules.resetDefaults": "Reset to Defaults",
|
|
634
|
-
"settings.fieldRules.resetConfirm": "Reset all field rules for {{entity}} to their defaults?",
|
|
635
|
-
"settings.fieldRules.saved": "Field rules saved",
|
|
636
|
-
"settings.fieldRules.saveFailed": "Failed to save field rules",
|
|
637
|
-
"settings.fieldRules.modified": "{{count}} modified",
|
|
638
|
-
"settings.fieldRules.searchPlaceholder": "Search register types...",
|
|
639
|
-
"settings.fieldRules.noEntities": "No register types available.",
|
|
640
|
-
"settings.fieldRules.coreRegisters": "Register Types",
|
|
641
|
-
"settings.fieldRules.otherRegisters": "Other",
|
|
642
|
-
"settings.fieldRules.showMore": "{{count}} more register types...",
|
|
643
|
-
"settings.fieldRules.showLess": "Show less",
|
|
644
|
-
"settings.locations.addFirst": "Add your first location",
|
|
645
|
-
"settings.locations.addLocation": "Add Location",
|
|
646
|
-
"settings.locations.adding": "Adding...",
|
|
647
|
-
"settings.locations.addressPlaceholder": "Address",
|
|
648
|
-
"settings.locations.cityPlaceholder": "City",
|
|
649
|
-
"settings.locations.countDescription": "{{count}} location{{plural}} registered.",
|
|
650
|
-
"settings.locations.countryPlaceholder": "Country",
|
|
651
|
-
"settings.locations.empty": "No locations have been added to this organization yet.",
|
|
652
|
-
"settings.locations.headquarters": "Headquarters",
|
|
653
|
-
"settings.locations.namePlaceholder": "Location name *",
|
|
654
|
-
"settings.locations.newLocation": "New Location",
|
|
655
|
-
"settings.locations.noLocations": "No locations configured yet.",
|
|
656
|
-
"settings.locations.phonePlaceholder": "Phone",
|
|
657
|
-
"settings.locations.statePlaceholder": "State",
|
|
658
|
-
"settings.locations.title": "Locations",
|
|
659
|
-
"settings.profile.email": "Email",
|
|
660
|
-
"settings.profile.emailHelp": "Email cannot be changed directly. Contact support for assistance.",
|
|
661
|
-
"settings.profile.fullName": "Full Name",
|
|
662
|
-
"settings.profile.saveProfile": "Save Profile",
|
|
663
|
-
"settings.profile.subtitle": "Manage your personal information and account settings.",
|
|
664
|
-
"settings.profile.title": "Profile",
|
|
665
|
-
"settings.security.inviteOnly": "Invite-Only Access",
|
|
666
|
-
"settings.security.inviteOnlyDescription": "New users can only join this organization via invite.",
|
|
667
|
-
"settings.security.linkSent": "Link Sent",
|
|
668
|
-
"settings.security.orgSecuritySubtitle": "Security policies applied to all members of this organization.",
|
|
669
|
-
"settings.security.orgSecurityTitle": "Organization Security",
|
|
670
|
-
"settings.security.passwordSubtitle": "Manage your account password. A reset link will be sent to your email.",
|
|
671
|
-
"settings.security.passwordTitle": "Password",
|
|
672
|
-
"settings.security.require2FA": "Require Two-Factor Authentication",
|
|
673
|
-
"settings.security.require2FADescription": "All members must enable 2FA to access this organization.",
|
|
674
|
-
"settings.security.resetLinkDescription": "Send a password reset link to your email address.",
|
|
675
|
-
"settings.security.resetLinkSent": "Reset link sent \u2014 check your inbox.",
|
|
676
|
-
"settings.security.resetPassword": "Reset Password",
|
|
677
|
-
"settings.security.sessionTimeout": "Session Timeout",
|
|
678
|
-
"settings.security.sessionTimeoutDescription": "Automatically sign out inactive users after this period.",
|
|
679
|
-
"settings.plugin.agenda": "Agenda",
|
|
680
|
-
"settings.plugin.financial": "Financial",
|
|
681
|
-
"settings.plugin.inventory": "Inventory",
|
|
682
|
-
"settings.plugin.crm": "Sales & CRM",
|
|
683
|
-
"crud.archetype.comingSoon": "Coming Soon",
|
|
684
|
-
"crud.archetype.access.title": "Access & Permissions",
|
|
685
|
-
"crud.archetype.access.description": "Manage login credentials, assign permission roles, and control what this person can access in the system.",
|
|
686
|
-
"crud.access.accountStatus": "Account Status",
|
|
687
|
-
"crud.access.statusLinked": "Active",
|
|
688
|
-
"crud.access.statusPending": "Invite pending",
|
|
689
|
-
"crud.access.statusAccepted": "Accepted",
|
|
690
|
-
"crud.access.statusExpired": "Invite expired",
|
|
691
|
-
"crud.access.statusRevoked": "Revoked",
|
|
692
|
-
"crud.access.acceptedAt": "Accepted {{date}}",
|
|
693
|
-
"crud.access.revokedDesc": "Access was revoked. You can send a new invite.",
|
|
694
|
-
"crud.access.grantAccess": "Grant Access",
|
|
695
|
-
"crud.access.account": "Account",
|
|
696
|
-
"crud.access.accountDesc": "Login credentials and account status for this person.",
|
|
697
|
-
"crud.access.resetPassword": "Reset Password",
|
|
698
|
-
"crud.access.passwordResetSent": "Password reset email sent.",
|
|
699
|
-
"crud.access.profileUpdated": "Permission profile updated.",
|
|
700
|
-
"crud.access.inviteResent": "Invite resent.",
|
|
701
|
-
"crud.access.inviteRevoked": "Invite revoked.",
|
|
702
|
-
"crud.access.accessRemoved": "Access removed.",
|
|
703
|
-
"crud.access.dangerZone": "Danger Zone",
|
|
704
|
-
"crud.access.dangerZoneDesc": "Irreversible actions that affect this person's access to the system.",
|
|
705
|
-
"crud.access.removeAccess": "Remove Access",
|
|
706
|
-
"crud.access.revokeInvite": "Revoke Invite",
|
|
707
|
-
"crud.access.confirmRemoveTitle": "Are you sure?",
|
|
708
|
-
"crud.access.confirmRemoveDesc": "This person will lose all system access immediately. This action cannot be undone.",
|
|
709
|
-
"crud.access.accountLinked": "Account linked",
|
|
710
|
-
"crud.access.noAccount": "No account linked",
|
|
711
|
-
"crud.access.noAccountDesc": "This person does not have a login account and cannot access the system.",
|
|
712
|
-
"crud.access.setupDesc": "Set up system access for this person by entering their email and choosing a permission profile.",
|
|
713
|
-
"crud.access.emailPlaceholder": "person@example.com",
|
|
714
|
-
"crud.access.sendInvite": "Send Invite",
|
|
715
|
-
"crud.access.invitePending": "Invite pending",
|
|
716
|
-
"crud.access.inviteSent": "Invite sent {{date}}",
|
|
717
|
-
"crud.access.permissionProfile": "Permission Profile",
|
|
718
|
-
"crud.access.profileDesc": "Define what this person can access and do in the system.",
|
|
719
|
-
"crud.access.systemAccess": "System Access",
|
|
720
|
-
"crud.access.effectivePermissions": "Effective Permissions",
|
|
721
|
-
"crud.access.effectiveDesc": "What this person can do based on their assigned profile.",
|
|
722
|
-
"crud.access.feature": "Feature",
|
|
723
|
-
"crud.access.joined": "Joined {{date}}",
|
|
724
|
-
"crud.access.noEmail": "No email address",
|
|
725
|
-
"crud.access.noEmailDesc": "Add an email address to this person to link them to a system account.",
|
|
726
|
-
"crud.access.manageTeam": "Manage Team",
|
|
727
|
-
"crud.access.manageBilling": "Manage Billing",
|
|
728
|
-
"crud.access.manageSettings": "Manage Settings",
|
|
729
|
-
"crud.access.managePermissions": "Manage Permissions",
|
|
730
|
-
"crud.archetype.activity.title": "Activity Timeline",
|
|
731
|
-
"crud.archetype.activity.description": "View a chronological log of all actions, changes, and events related to this person.",
|
|
732
|
-
"crud.archetype.documents.title": "Documents",
|
|
733
|
-
"crud.archetype.documents.description": "Attach and manage files, contracts, certifications, and other documents for this person.",
|
|
734
|
-
"crud.archetype.addresses.add": "Add address",
|
|
735
|
-
"crud.archetype.addresses.addTitle": "New address",
|
|
736
|
-
"crud.archetype.addresses.editTitle": "Edit address",
|
|
737
|
-
"crud.archetype.addresses.formDescription": "Postal code, street and city are required; everything else is optional.",
|
|
738
|
-
"crud.archetype.addresses.emptyTitle": "No address on file",
|
|
739
|
-
"crud.archetype.addresses.emptyDescription": "Add where this person is delivered to, collected from, or billed at.",
|
|
740
|
-
"crud.archetype.addresses.fallbackLabel": "Address",
|
|
741
|
-
"crud.archetype.addresses.labelPlaceholder": "Home, Work\u2026",
|
|
742
|
-
"crud.archetype.addresses.default": "Default",
|
|
743
|
-
"crud.archetype.addresses.setDefault": "Use as the default address",
|
|
744
|
-
"crud.archetype.addresses.kind.both": "Shipping and billing",
|
|
745
|
-
"crud.archetype.addresses.kind.shipping": "Shipping",
|
|
746
|
-
"crud.archetype.addresses.kind.billing": "Billing",
|
|
747
|
-
"crud.archetype.addresses.field.label": "Label",
|
|
748
|
-
"crud.archetype.addresses.field.kind": "Use",
|
|
749
|
-
"crud.archetype.addresses.field.postalCode": "Postal code",
|
|
750
|
-
"crud.archetype.addresses.field.street": "Street",
|
|
751
|
-
"crud.archetype.addresses.field.number": "Number",
|
|
752
|
-
"crud.archetype.addresses.field.complement": "Complement",
|
|
753
|
-
"crud.archetype.addresses.field.district": "District",
|
|
754
|
-
"crud.archetype.addresses.field.city": "City",
|
|
755
|
-
"crud.archetype.addresses.field.state": "State",
|
|
756
|
-
"crud.archetype.addresses.field.recipient": "Recipient",
|
|
757
|
-
"crud.archetype.addresses.field.phone": "Phone",
|
|
758
|
-
"crud.archetype.addresses.created": "Address added",
|
|
759
|
-
"crud.archetype.addresses.updated": "Address updated",
|
|
760
|
-
"crud.archetype.addresses.deleted": "Address removed",
|
|
761
|
-
"crud.archetype.addresses.deleteTitle": "Remove this address?",
|
|
762
|
-
"crud.archetype.addresses.loadFailed": "Could not load the addresses.",
|
|
763
|
-
"crud.archetype.addresses.saveFailed": "Could not save the address.",
|
|
764
|
-
"crud.archetype.addresses.deleteFailed": "Could not remove the address.",
|
|
765
|
-
"crud.archetype.addresses.noTenant": "No active organization \u2014 reload the page and try again.",
|
|
766
|
-
"crud.archetype.schedule.title": "Schedule",
|
|
767
|
-
"crud.archetype.schedule.description": "View and manage appointments, shifts, and availability for this person.",
|
|
768
|
-
"crud.archetype.inventory.title": "Inventory & Stock",
|
|
769
|
-
"crud.archetype.inventory.description": "Track stock levels, view movement history, set reorder alerts, and manage inventory across locations.",
|
|
770
|
-
"crud.archetype.suppliers.title": "Suppliers",
|
|
771
|
-
"crud.archetype.suppliers.description": "View and manage which suppliers provide this product, compare costs, and track purchase orders.",
|
|
772
|
-
"crud.archetype.pricing.title": "Pricing History",
|
|
773
|
-
"crud.archetype.pricing.description": "View price changes over time, manage promotional pricing, and set location-specific prices.",
|
|
774
|
-
"crud.archetype.productActivity.title": "Activity",
|
|
775
|
-
"crud.archetype.productActivity.description": "View a log of all changes, stock adjustments, and events related to this product.",
|
|
776
|
-
"crud.archetype.availability.title": "Availability",
|
|
777
|
-
"crud.archetype.availability.description": "Configure when this service can be booked, set duration rules, and manage capacity limits.",
|
|
778
|
-
"crud.archetype.servicePricing.title": "Pricing Tiers",
|
|
779
|
-
"crud.archetype.servicePricing.description": "Manage pricing tiers, member discounts, and location-specific pricing for this service.",
|
|
780
|
-
"crud.archetype.serviceActivity.title": "Activity",
|
|
781
|
-
"crud.archetype.serviceActivity.description": "View a log of all bookings, changes, and events related to this service.",
|
|
782
|
-
"crud.archetype.members.title": "Team Members",
|
|
783
|
-
"crud.archetype.members.description": "View and manage staff assigned to this location, their roles and schedules.",
|
|
784
|
-
"crud.archetype.locationSchedule.title": "Operating Hours",
|
|
785
|
-
"crud.archetype.locationSchedule.description": "Set business hours, holidays, and special schedules for this location.",
|
|
786
|
-
"crud.archetype.locationStats.title": "Statistics",
|
|
787
|
-
"crud.archetype.locationStats.description": "View performance metrics, revenue, and activity for this location.",
|
|
788
|
-
"crud.archetype.locationActivity.title": "Activity",
|
|
789
|
-
"crud.archetype.locationActivity.description": "View a log of all events, changes, and operations at this location.",
|
|
790
|
-
"crud.archetype.owner.noOwner": "No owner assigned",
|
|
791
|
-
"crud.archetype.owner.assignHint": "Edit this record to assign an owner.",
|
|
792
|
-
"crud.archetype.owner.name": "Name",
|
|
793
|
-
"crud.archetype.owner.phone": "Phone",
|
|
794
|
-
"crud.archetype.owner.email": "Email",
|
|
795
|
-
"crud.archetype.owner.document": "Document",
|
|
796
|
-
"crud.archetype.owner.address": "Address",
|
|
797
|
-
"crud.archetype.owner.active": "Active",
|
|
798
|
-
"crud.archetype.owner.inactive": "Inactive",
|
|
799
|
-
"crud.archetype.history.title": "History",
|
|
800
|
-
"crud.archetype.history.description": "View visit history, past reports, treatments, and timeline of events.",
|
|
801
|
-
"crud.archetype.subjectDocuments.title": "Documents",
|
|
802
|
-
"crud.archetype.subjectDocuments.description": "Attach and manage files, lab results, images, and certificates.",
|
|
803
|
-
"schedule.days.sun": "Sun",
|
|
804
|
-
"schedule.days.mon": "Mon",
|
|
805
|
-
"schedule.days.tue": "Tue",
|
|
806
|
-
"schedule.days.wed": "Wed",
|
|
807
|
-
"schedule.days.thu": "Thu",
|
|
808
|
-
"schedule.days.fri": "Fri",
|
|
809
|
-
"schedule.days.sat": "Sat",
|
|
810
|
-
"schedule.editor.weeklyTitle": "Weekly Working Hours",
|
|
811
|
-
"schedule.editor.weeklyDescription": "Set when this professional is regularly available",
|
|
812
|
-
"schedule.editor.unavailable": "Unavailable",
|
|
813
|
-
"schedule.editor.newInterval": "New interval for {{day}}",
|
|
814
|
-
"schedule.editor.addHoursFor": "Add hours for {{day}}",
|
|
815
|
-
"schedule.editor.removeInterval": "Remove interval",
|
|
816
|
-
"schedule.editor.copyToAll": "Copy to all days",
|
|
817
|
-
"schedule.editor.bufferTooltip": "Buffer time between appointments",
|
|
818
|
-
"schedule.editor.min": "min",
|
|
819
|
-
"schedule.editor.exceptionsTitle": "Date Exceptions",
|
|
820
|
-
"schedule.editor.exceptionsDescription": "Override working hours for specific dates",
|
|
821
|
-
"schedule.editor.addException": "Add Exception",
|
|
822
|
-
"schedule.editor.noExceptions": "No date exceptions configured",
|
|
823
|
-
"schedule.editor.startDate": "Start date",
|
|
824
|
-
"schedule.editor.endDate": "End date",
|
|
825
|
-
"schedule.editor.type": "Type",
|
|
826
|
-
"schedule.editor.customHours": "Custom hours",
|
|
827
|
-
"schedule.editor.workingHours": "Working hours",
|
|
828
|
-
"schedule.editor.to": "to",
|
|
829
|
-
"schedule.editor.addTimeBlock": "Add time block",
|
|
830
|
-
"schedule.editor.notes": "Notes",
|
|
831
|
-
"schedule.editor.notesPlaceholder": "e.g. Vacation, Holiday, Training...",
|
|
832
|
-
"schedule.editor.saveException": "Save Exception",
|
|
833
|
-
"schedule.editor.removeException": "Remove exception",
|
|
834
|
-
"schedule.editor.failedToLoad": "Failed to load schedule",
|
|
835
|
-
"schedule.editor.saved": "Working hours saved",
|
|
836
|
-
"schedule.editor.failedToSave": "Failed to save",
|
|
837
|
-
"schedule.editor.selectStartDate": "Please select a start date",
|
|
838
|
-
"schedule.editor.endDateAfterStart": "End date must be after start date",
|
|
839
|
-
"schedule.editor.exceptionAdded": "Exception added",
|
|
840
|
-
"schedule.editor.failedToSaveException": "Failed to save exception",
|
|
841
|
-
"schedule.editor.exceptionRemoved": "Exception removed",
|
|
842
|
-
"schedule.editor.failedToDelete": "Failed to delete",
|
|
843
|
-
"schedule.blockSettings.title": "Block Settings",
|
|
844
|
-
"schedule.blockSettings.location": "Location",
|
|
845
|
-
"schedule.blockSettings.noLocation": "No location",
|
|
846
|
-
"schedule.blockSettings.maxConcurrent": "Max concurrent",
|
|
847
|
-
"schedule.blockSettings.minAdvance": "Min advance",
|
|
848
|
-
"schedule.blockSettings.maxAdvance": "Max advance",
|
|
849
|
-
"schedule.blockSettings.hrs": "hrs",
|
|
850
|
-
"schedule.blockSettings.days": "days",
|
|
851
|
-
"schedule.blockSettings.label": "Label",
|
|
852
|
-
"schedule.blockSettings.labelPlaceholder": "e.g. Morning - Cuts only",
|
|
853
|
-
"schedule.blockSettings.allowedServices": "Allowed services",
|
|
854
|
-
"schedule.blockSettings.allServices": "All services",
|
|
855
|
-
"schedule.blockSettings.oneService": "1 service",
|
|
856
|
-
"schedule.blockSettings.nServices": "{{count}} services",
|
|
857
|
-
"registry.suppliers": "Supplier",
|
|
858
|
-
"registry.suppliers.description": "Manage your product and material suppliers",
|
|
859
|
-
"registry.product-categories": "Product Category",
|
|
860
|
-
"registry.product-categories.description": "Product categories for organization",
|
|
861
|
-
"registry.stock-locations": "Stock Location",
|
|
862
|
-
"registry.stock-locations.description": "Physical storage locations for inventory",
|
|
863
|
-
"registry.measurement-units": "Measurement Unit",
|
|
864
|
-
"registry.measurement-units.description": "Standard units of measure",
|
|
865
|
-
"registry.payment-methods": "Payment Method",
|
|
866
|
-
"registry.chart-of-accounts": "Chart of Accounts",
|
|
867
|
-
"registry.cost-centers": "Cost Center",
|
|
868
|
-
"registry.bank-accounts": "Bank Account",
|
|
869
|
-
"registry.commission-rules": "Commission Rule",
|
|
870
|
-
"registry.price-tables": "Price Table",
|
|
871
|
-
"registry.price-variations": "Price Variation",
|
|
872
|
-
"registry.payment-method-types": "Payment Type",
|
|
873
|
-
"registry.card-brands": "Card Brand",
|
|
874
|
-
"registry.lead-sources": "Lead Source",
|
|
875
|
-
"registry.tags": "Tag",
|
|
876
|
-
"registry.activity-types": "Activity Type",
|
|
877
|
-
"org.connectionError.title": "Connection failed",
|
|
878
|
-
"org.connectionError.description": "Unable to connect to the server. Please check your internet connection and try again.",
|
|
879
|
-
"org.connectionError.retry": "Try again",
|
|
880
|
-
"app.mockMode.banner": "You are in offline mode. Data shown may not be up to date."
|
|
881
|
-
},
|
|
882
|
-
"pt-BR": {
|
|
883
|
-
"common.save": "Salvar",
|
|
884
|
-
"common.saveChanges": "Salvar Altera\xE7\xF5es",
|
|
885
|
-
"common.saving": "Salvando...",
|
|
886
|
-
"common.cancel": "Cancelar",
|
|
887
|
-
"common.delete": "Excluir",
|
|
888
|
-
"common.edit": "Editar",
|
|
889
|
-
"common.close": "Fechar",
|
|
890
|
-
"common.confirm": "Confirmar",
|
|
891
|
-
"common.back": "Voltar",
|
|
892
|
-
"common.add": "Adicionar",
|
|
893
|
-
"common.loading": "Carregando...",
|
|
894
|
-
"common.error": "Algo deu errado",
|
|
895
|
-
"common.noResults": "Nenhum resultado encontrado.",
|
|
896
|
-
"common.search": "Buscar",
|
|
897
|
-
"common.actions": "A\xE7\xF5es",
|
|
898
|
-
"common.continue": "Continuar",
|
|
899
|
-
"common.done": "Pronto",
|
|
900
|
-
"common.yes": "Sim",
|
|
901
|
-
"common.no": "N\xE3o",
|
|
902
|
-
"common.active": "Ativo",
|
|
903
|
-
"common.inactive": "Inativo",
|
|
904
|
-
"common.overview": "Vis\xE3o Geral",
|
|
905
|
-
"common.notFound": "N\xE3o Encontrado",
|
|
906
|
-
"common.untitled": "Sem t\xEDtulo",
|
|
907
|
-
"common.noContentYet": "Nenhum conte\xFAdo ainda",
|
|
908
|
-
"common.selectDate": "Selecionar data",
|
|
909
|
-
"common.plugins": "Plugins",
|
|
910
|
-
"auth.login.title": "Entrar",
|
|
911
|
-
"auth.login.titleCentered": "Bem-vindo de Volta",
|
|
912
|
-
"auth.login.subtitle": "Insira suas credenciais para acessar sua conta",
|
|
913
|
-
"auth.login.emailLabel": "E-mail",
|
|
914
|
-
"auth.login.emailPlaceholder": "voce@exemplo.com",
|
|
915
|
-
"auth.login.passwordLabel": "Senha",
|
|
916
|
-
"auth.login.passwordPlaceholder": "Digite sua senha",
|
|
917
|
-
"auth.login.forgotPassword": "Esqueceu a senha?",
|
|
918
|
-
"auth.login.submit": "Entrar",
|
|
919
|
-
"auth.login.submitting": "Entrando...",
|
|
920
|
-
"auth.login.error": "Falha ao entrar. Tente novamente.",
|
|
921
|
-
"auth.login.oauthDivider": "ou continue com",
|
|
922
|
-
"auth.login.noAccount": "N\xE3o tem uma conta?",
|
|
923
|
-
"auth.login.noAccountCentered": "Ainda n\xE3o tem uma conta?",
|
|
924
|
-
"auth.login.signUpLink": "Cadastre-se",
|
|
925
|
-
"auth.login.socialProof": "Junte-se a milhares de empresas que j\xE1 usam {{appName}}",
|
|
926
|
-
"auth.signup.title": "Criar conta",
|
|
927
|
-
"auth.signup.titleCentered": "Criar Conta",
|
|
928
|
-
"auth.signup.subtitle": "Comece com sua nova conta",
|
|
929
|
-
"auth.signup.nameLabel": "Nome completo",
|
|
930
|
-
"auth.signup.namePlaceholder": "Jo\xE3o Silva",
|
|
931
|
-
"auth.signup.emailLabel": "E-mail",
|
|
932
|
-
"auth.signup.emailPlaceholder": "voce@exemplo.com",
|
|
933
|
-
"auth.signup.passwordLabel": "Senha",
|
|
934
|
-
"auth.signup.passwordPlaceholder": "Pelo menos 8 caracteres",
|
|
935
|
-
"auth.signup.confirmPasswordLabel": "Confirmar senha",
|
|
936
|
-
"auth.signup.confirmPasswordPlaceholder": "Repita sua senha",
|
|
937
|
-
"auth.signup.termsPrefix": "Ao criar uma conta, voc\xEA concorda com nossos",
|
|
938
|
-
"auth.signup.termsOfService": "Termos de Servi\xE7o",
|
|
939
|
-
"auth.signup.privacyPolicy": "Pol\xEDtica de Privacidade",
|
|
940
|
-
"auth.signup.submit": "Criar conta",
|
|
941
|
-
"auth.signup.submitting": "Criando conta...",
|
|
942
|
-
"auth.signup.error": "Falha ao criar conta. Tente novamente.",
|
|
943
|
-
"auth.signup.passwordMismatch": "As senhas n\xE3o conferem.",
|
|
944
|
-
"auth.signup.passwordTooShort": "A senha deve ter pelo menos 8 caracteres.",
|
|
945
|
-
"auth.signup.success": "Conta criada para {{email}}. Verifique sua caixa de entrada para confirmar seu e-mail.",
|
|
946
|
-
"auth.signup.hasAccount": "J\xE1 tem uma conta?",
|
|
947
|
-
"auth.signup.signInLink": "Entrar",
|
|
948
|
-
"auth.recovery.title": "Redefinir senha",
|
|
949
|
-
"auth.recovery.titleCentered": "Redefinir Senha",
|
|
950
|
-
"auth.recovery.instruction": "Insira seu e-mail e enviaremos um link para redefinir sua senha.",
|
|
951
|
-
"auth.recovery.subtitle": "Enviaremos um link de redefini\xE7\xE3o",
|
|
952
|
-
"auth.recovery.emailLabel": "E-mail",
|
|
953
|
-
"auth.recovery.emailPlaceholder": "voce@exemplo.com",
|
|
954
|
-
"auth.recovery.submit": "Enviar link",
|
|
955
|
-
"auth.recovery.submitting": "Enviando...",
|
|
956
|
-
"auth.recovery.error": "Falha ao enviar e-mail. Tente novamente.",
|
|
957
|
-
"auth.recovery.successHeading": "Verifique seu e-mail",
|
|
958
|
-
"auth.recovery.successMessage": "Enviamos um link de redefini\xE7\xE3o para {{email}}. Verifique sua caixa de entrada e siga as instru\xE7\xF5es.",
|
|
959
|
-
"auth.recovery.backToLogin": "Voltar ao login",
|
|
960
|
-
"auth.oauth.continueWith": "Continuar com {{provider}}",
|
|
961
|
-
"auth.signIn": "Entrar",
|
|
962
|
-
"auth.signUp": "Cadastrar",
|
|
963
|
-
"auth.signOut": "Sair",
|
|
964
|
-
"auth.email": "E-mail",
|
|
965
|
-
"auth.password": "Senha",
|
|
966
|
-
"auth.forgotPassword": "Esqueceu a Senha?",
|
|
967
|
-
"crud.list.empty": "Nenhum(a) {{entities}} ainda",
|
|
968
|
-
"crud.list.addFirst": "Adicione seu(sua) primeiro(a) {{entity}}",
|
|
969
|
-
"crud.list.totalCount": "{{count}} {{entities}} no total",
|
|
970
|
-
"crud.list.searchPlaceholder": "Buscar {{entities}}...",
|
|
971
|
-
"crud.list.allFacet": "Todos",
|
|
972
|
-
"crud.list.addButton": "+ Adicionar {{entity}}",
|
|
973
|
-
"crud.detail.notFound": "{{entity}} n\xE3o encontrado(a).",
|
|
974
|
-
"crud.detail.backTo": "Voltar para {{entities}}",
|
|
975
|
-
"crud.form.addTitle": "Adicionar {{entity}}",
|
|
976
|
-
"crud.form.editTitle": "Editar {{entity}}",
|
|
977
|
-
"crud.form.createSubtitle": "Criar um(a) novo(a) {{entity}}.",
|
|
978
|
-
"crud.form.editSubtitle": "Atualizar detalhes de {{entity}}.",
|
|
979
|
-
"crud.form.newBreadcrumb": "Novo(a) {{entity}}",
|
|
980
|
-
"crud.form.selectPlaceholder": "Selecione {{label}}...",
|
|
981
|
-
"crud.form.saveError": "Falha ao salvar {{entity}}",
|
|
982
|
-
"crud.form.saving": "Salvando...",
|
|
983
|
-
"crud.delete.title": "Excluir {{entity}}?",
|
|
984
|
-
"crud.delete.confirmNamed": 'Tem certeza que deseja excluir "{{displayValue}}"? Esta a\xE7\xE3o n\xE3o pode ser desfeita.',
|
|
985
|
-
"crud.delete.confirmGeneric": "Tem certeza que deseja excluir este(a) {{entity}}? Esta a\xE7\xE3o n\xE3o pode ser desfeita.",
|
|
986
|
-
"crud.delete.cancel": "Cancelar",
|
|
987
|
-
"crud.delete.delete": "Excluir",
|
|
988
|
-
"crud.tabs.access": "Acesso",
|
|
989
|
-
"crud.tabs.schedule": "Agenda",
|
|
990
|
-
"crud.tabs.documents": "Documentos",
|
|
991
|
-
"crud.tabs.financial": "Extrato",
|
|
992
|
-
"crud.tabs.activity": "Atividade",
|
|
993
|
-
"crud.tabs.inventory": "Estoque",
|
|
994
|
-
"crud.tabs.suppliers": "Fornecedores",
|
|
995
|
-
"crud.tabs.pricing": "Pre\xE7os",
|
|
996
|
-
"crud.tabs.members": "Equipe",
|
|
997
|
-
"crud.tabs.stats": "Estat\xEDsticas",
|
|
998
|
-
"crud.tabs.availability": "Disponibilidade",
|
|
999
|
-
"crud.tabs.orders": "Pedidos",
|
|
1000
|
-
"crud.orders.all": "Todos",
|
|
1001
|
-
"crud.orders.columnDate": "Data",
|
|
1002
|
-
"crud.orders.columnStage": "Etapa",
|
|
1003
|
-
"crud.orders.columnDescription": "Descri\xE7\xE3o",
|
|
1004
|
-
"crud.orders.columnAmount": "Valor",
|
|
1005
|
-
"crud.orders.searchPlaceholder": "Buscar pedidos...",
|
|
1006
|
-
"crud.orders.noDocuments": "Nenhum pedido ainda",
|
|
1007
|
-
"crud.orders.stage.draft": "Rascunho",
|
|
1008
|
-
"crud.orders.stage.quoted": "Or\xE7ado",
|
|
1009
|
-
"crud.orders.stage.booked": "Agendado",
|
|
1010
|
-
"crud.orders.stage.invoiced": "Faturado",
|
|
1011
|
-
"crud.orders.stage.paid": "Pago",
|
|
1012
|
-
"crud.orders.stage.partial": "Parcial",
|
|
1013
|
-
"crud.orders.stage.overdue": "Vencido",
|
|
1014
|
-
"crud.orders.stage.cancelled": "Cancelado",
|
|
1015
|
-
"crud.orders.stage.no_show": "N\xE3o Compareceu",
|
|
1016
|
-
"crud.orders.stage.completed": "Conclu\xEDdo",
|
|
1017
|
-
"layout.userMenu.profile": "Perfil",
|
|
1018
|
-
"layout.userMenu.settings": "Configura\xE7\xF5es",
|
|
1019
|
-
"layout.userMenu.billing": "Faturamento",
|
|
1020
|
-
"layout.userMenu.help": "Ajuda",
|
|
1021
|
-
"layout.userMenu.lightMode": "Modo claro",
|
|
1022
|
-
"layout.userMenu.darkMode": "Modo escuro",
|
|
1023
|
-
"layout.userMenu.systemMode": "Sistema",
|
|
1024
|
-
"layout.userMenu.language": "Idioma",
|
|
1025
|
-
"layout.userMenu.selectLocation": "Selecionar local",
|
|
1026
|
-
"layout.switchingLocation": "Trocando de local\u2026",
|
|
1027
|
-
"layout.userMenu.signOut": "Sair",
|
|
1028
|
-
"layout.topbar.searchPlaceholder": "Buscar...",
|
|
1029
|
-
"layout.sidebar.collapse": "Recolher barra lateral",
|
|
1030
|
-
"layout.sidebar.expand": "Expandir barra lateral",
|
|
1031
|
-
"layout.commandPalette.placeholder": "Buscar p\xE1ginas, pessoas, produtos, servi\xE7os...",
|
|
1032
|
-
"layout.commandPalette.resultsCount": "{{count}} resultado{{plural}}",
|
|
1033
|
-
"layout.commandPalette.noResults": "Nenhum resultado encontrado.",
|
|
1034
|
-
"layout.commandPalette.searching": "Buscando\u2026",
|
|
1035
|
-
"billing.title": "Faturamento",
|
|
1036
|
-
"billing.subtitle": "Gerencie sua assinatura e faturamento.",
|
|
1037
|
-
"billing.currentPlan": "Plano Atual",
|
|
1038
|
-
"billing.subscription.title": "Assinatura",
|
|
1039
|
-
"billing.subscription.subtitle": "Gerencie seu plano e desbloqueie mais recursos.",
|
|
1040
|
-
"billing.changeToPlan": "Mudar para este plano",
|
|
1041
|
-
"billing.featureMatrix": "Comparativo de recursos",
|
|
1042
|
-
"billing.changePlanConfirmTitle": "Mudar de plano?",
|
|
1043
|
-
"billing.changePlanConfirmBody": "Voc\xEA est\xE1 mudando para o plano {{plan}}.",
|
|
1044
|
-
"billing.changePlanConfirm": "Mudar de plano",
|
|
1045
|
-
"billing.planChanged": "Agora voc\xEA est\xE1 no plano {{plan}}.",
|
|
1046
|
-
"billing.planChangeFailed": "N\xE3o foi poss\xEDvel mudar seu plano. Tente novamente.",
|
|
1047
|
-
"billing.noPlans": "Nenhum plano configurado.",
|
|
1048
|
-
"billing.pro": "Pro",
|
|
1049
|
-
"billing.upgrade": "Fazer Upgrade",
|
|
1050
|
-
"billing.downgrade": "Fazer Downgrade",
|
|
1051
|
-
"billing.monthly": "Mensal",
|
|
1052
|
-
"billing.yearly": "Anual",
|
|
1053
|
-
"billing.yearlySave": "Economize 20%",
|
|
1054
|
-
"billing.free": "Gratuito",
|
|
1055
|
-
"billing.cancelSubscription": "Cancelar Assinatura",
|
|
1056
|
-
"billing.canceling": "Cancelando...",
|
|
1057
|
-
"billing.resumeSubscription": "Retomar Assinatura",
|
|
1058
|
-
"billing.resuming": "Retomando...",
|
|
1059
|
-
"billing.features": "Recursos",
|
|
1060
|
-
"billing.perMonth": "/m\xEAs",
|
|
1061
|
-
"billing.perYear": "/ano",
|
|
1062
|
-
"billing.getStarted": "Come\xE7ar",
|
|
1063
|
-
"billing.processing": "Processando...",
|
|
1064
|
-
"billing.mostPopular": "Mais Popular",
|
|
1065
|
-
"billing.nextBilling": "Pr\xF3xima cobran\xE7a: {{date}}",
|
|
1066
|
-
"billing.cancelsOn": "Cancela em {{date}}",
|
|
1067
|
-
"billing.trialEnds": "Per\xEDodo de teste termina em {{date}}",
|
|
1068
|
-
"billing.pastDueWarning": "Seu pagamento est\xE1 atrasado. Atualize seu m\xE9todo de pagamento para evitar interrup\xE7\xE3o do servi\xE7o.",
|
|
1069
|
-
"billing.status.active": "Ativo",
|
|
1070
|
-
"billing.status.trialing": "Per\xEDodo de Teste",
|
|
1071
|
-
"billing.status.pastDue": "Atrasado",
|
|
1072
|
-
"billing.status.canceled": "Cancelado",
|
|
1073
|
-
"billing.status.paused": "Pausado",
|
|
1074
|
-
"organization.invite": "Convidar",
|
|
1075
|
-
"organization.members": "Membros",
|
|
1076
|
-
"organization.memberCount": "{{count}} membro{{plural}} nesta organiza\xE7\xE3o.",
|
|
1077
|
-
"organization.role": "Fun\xE7\xE3o",
|
|
1078
|
-
"organization.emailPlaceholder": "equipe@exemplo.com",
|
|
1079
|
-
"organization.sendInvites": "Enviar Convites",
|
|
1080
|
-
"organization.sending": "Enviando...",
|
|
1081
|
-
"organization.pending": "Convites Pendentes",
|
|
1082
|
-
"organization.remove": "Remover membro",
|
|
1083
|
-
"organization.resend": "Reenviar",
|
|
1084
|
-
"organization.revoke": "Revogar",
|
|
1085
|
-
"organization.inviteTitle": "Convidar Membros da Equipe",
|
|
1086
|
-
"organization.inviteDescription": "Envie convites para entrar na sua organiza\xE7\xE3o.",
|
|
1087
|
-
"organization.inviteSent": "Convites enviados",
|
|
1088
|
-
"organization.inviteSentDescription": "Seus membros receber\xE3o um e-mail com instru\xE7\xF5es para entrar.",
|
|
1089
|
-
"organization.emailAddresses": "Endere\xE7os de e-mail",
|
|
1090
|
-
"organization.addAnother": "Adicionar outro",
|
|
1091
|
-
"organization.selectRole": "Selecione uma fun\xE7\xE3o",
|
|
1092
|
-
"organization.you": "(voc\xEA)",
|
|
1093
|
-
"organization.joined": "Entrou",
|
|
1094
|
-
"organization.onboarding.title": "Configure seu espa\xE7o de trabalho",
|
|
1095
|
-
"organization.onboarding.namePrompt": "Como devemos chamar seu espa\xE7o de trabalho?",
|
|
1096
|
-
"organization.onboarding.preferencesPrompt": "Prefer\xEAncias regionais",
|
|
1097
|
-
"organization.onboarding.workspaceName": "Nome do espa\xE7o de trabalho",
|
|
1098
|
-
"organization.onboarding.workspaceNamePlaceholder": "Minha Empresa",
|
|
1099
|
-
"organization.onboarding.timezone": "Fuso hor\xE1rio",
|
|
1100
|
-
"organization.onboarding.currency": "Moeda",
|
|
1101
|
-
"organization.onboarding.creating": "Configurando seu espa\xE7o de trabalho",
|
|
1102
|
-
"organization.onboarding.creatingDescription": "Isso levar\xE1 apenas um momento...",
|
|
1103
|
-
"organization.onboarding.createWorkspace": "Criar Espa\xE7o de Trabalho",
|
|
1104
|
-
"settings.title": "Configura\xE7\xF5es",
|
|
1105
|
-
"settings.subtitle": "Gerencie sua conta e prefer\xEAncias da organiza\xE7\xE3o.",
|
|
1106
|
-
"settings.backToHome": "Voltar para o in\xEDcio",
|
|
1107
|
-
"settings.navLinks": "Links de configura\xE7\xE3o",
|
|
1108
|
-
"settings.general": "Geral",
|
|
1109
|
-
"settings.properties": "Propriedades",
|
|
1110
|
-
"settings.profile": "Perfil",
|
|
1111
|
-
"settings.branding": "Marca",
|
|
1112
|
-
"settings.security": "Seguran\xE7a",
|
|
1113
|
-
"settings.sites": "Sites",
|
|
1114
|
-
"settings.subscription": "Assinatura",
|
|
1115
|
-
"upgrade.title": "Recurso premium",
|
|
1116
|
-
"upgrade.description": "Este recurso est\xE1 dispon\xEDvel em um plano superior. Fa\xE7a upgrade para liber\xE1-lo.",
|
|
1117
|
-
"upgrade.descriptionFeature": "O recurso {feature} est\xE1 dispon\xEDvel em um plano superior. Fa\xE7a upgrade para liber\xE1-lo.",
|
|
1118
|
-
// ContactPicker — busca-ou-cadastra compartilhado.
|
|
1119
|
-
"contactPicker.search": "Buscar contato...",
|
|
1120
|
-
"contactPicker.newContact": "Novo contato",
|
|
1121
|
-
"contactPicker.name": "Nome",
|
|
1122
|
-
"contactPicker.phone": "Telefone",
|
|
1123
|
-
"contactPicker.emailOptional": "E-mail (opcional)",
|
|
1124
|
-
"contactPicker.create": "Cadastrar",
|
|
1125
|
-
"contactPicker.creating": "Cadastrando...",
|
|
1126
|
-
"contactPicker.cancel": "Cancelar",
|
|
1127
|
-
"contactPicker.clear": "Remover contato",
|
|
1128
|
-
"contactPicker.createFailed": "N\xE3o foi poss\xEDvel cadastrar o contato",
|
|
1129
|
-
"contactPicker.addField": "Adicionar {label}",
|
|
1130
|
-
"upgrade.includes": "Inclui {feature}",
|
|
1131
|
-
"upgrade.cta": "Ver planos",
|
|
1132
|
-
"upgrade.badgeTooltip": "Dispon\xEDvel em um plano superior",
|
|
1133
|
-
"upgrade.unlock": "Desbloqueie {feature}",
|
|
1134
|
-
"upgrade.currentPlan": "Seu plano: {plan}",
|
|
1135
|
-
"upgrade.recommended": "Recomendado",
|
|
1136
|
-
"upgrade.ctaUpgrade": "Fazer upgrade",
|
|
1137
|
-
"upgrade.ctaUpgradeTo": "Fazer upgrade para {plan}",
|
|
1138
|
-
"upgrade.compareAll": "Comparar todos os planos",
|
|
1139
|
-
"upgrade.valueGeneric": "Tudo o que voc\xEA precisa para crescer \u2014 incluso nos planos abaixo.",
|
|
1140
|
-
"upgrade.value.marketing": "Campanhas, funil e conte\xFAdo para crescer sua base de clientes.",
|
|
1141
|
-
"upgrade.value.reports": "Relat\xF3rios avan\xE7ados e insights para decidir com mais precis\xE3o.",
|
|
1142
|
-
"upgrade.value.fin_reconciliation": "Concilie pagamentos e mantenha seu fluxo de caixa sob controle.",
|
|
1143
|
-
"upgrade.value.assistant": "Seu copiloto de opera\xE7\xF5es \u2014 pergunte, analise e aja com IA.",
|
|
1144
|
-
"upgrade.feature.assistant": "Assistente de IA",
|
|
1145
|
-
"billing.unlimited": "Ilimitado",
|
|
1146
|
-
"billing.upTo": "At\xE9 {count}",
|
|
1147
|
-
"limit.label.clients": "clientes",
|
|
1148
|
-
"limit.label.users": "membros da equipe",
|
|
1149
|
-
"limit.label.locations": "locais",
|
|
1150
|
-
"limit.label.bookings_month": "agendamentos mensais",
|
|
1151
|
-
"limit.label.leads": "leads",
|
|
1152
|
-
"limit.label.quotes": "or\xE7amentos",
|
|
1153
|
-
"limit.label.conversations_month": "conversas mensais",
|
|
1154
|
-
"limit.label.ai_credits_month": "cr\xE9ditos de IA por m\xEAs",
|
|
1155
|
-
"limit.label.recipes": "receitas",
|
|
1156
|
-
"limit.label.form_templates": "modelos de formul\xE1rio",
|
|
1157
|
-
"limit.label.documents_month": "documentos mensais",
|
|
1158
|
-
"limit.label.content_posts_month": "posts de conte\xFAdo mensais",
|
|
1159
|
-
"limit.label.blog_posts": "posts de blog",
|
|
1160
|
-
"limit.label.products": "produtos",
|
|
1161
|
-
"limit.label.students": "alunos",
|
|
1162
|
-
"limit.label.courses": "cursos",
|
|
1163
|
-
"limit.label.contacts": "contatos",
|
|
1164
|
-
"limit.label.deals": "neg\xF3cios",
|
|
1165
|
-
"limit.label.menu_items": "itens do card\xE1pio",
|
|
1166
|
-
"limit.label.orders_month": "pedidos mensais",
|
|
1167
|
-
"limit.label.connected_banks": "bancos conectados",
|
|
1168
|
-
"limit.label.movements_month": "movimenta\xE7\xF5es mensais",
|
|
1169
|
-
"settings.team": "Equipe",
|
|
1170
|
-
"settings.permissions": "Permiss\xF5es",
|
|
1171
|
-
"settings.locations": "Locais",
|
|
1172
|
-
"settings.holidays": "Feriados",
|
|
1173
|
-
"settings.fieldRules": "Regras de Campos",
|
|
1174
|
-
"settings.notifications": "Notifica\xE7\xF5es",
|
|
1175
|
-
"settings.save": "Salvar Altera\xE7\xF5es",
|
|
1176
|
-
"settings.saving": "Salvando...",
|
|
1177
|
-
"settings.companyInfo": "Informa\xE7\xF5es da Empresa",
|
|
1178
|
-
"settings.companyInfoDescription": "Atualize os dados da sua organiza\xE7\xE3o e prefer\xEAncias regionais.",
|
|
1179
|
-
"settings.companyName": "Nome da Empresa",
|
|
1180
|
-
"settings.companyNamePlaceholder": "Minha Empresa LTDA",
|
|
1181
|
-
"settings.timezone": "Fuso Hor\xE1rio",
|
|
1182
|
-
"settings.timezonePlaceholder": "Selecione o fuso hor\xE1rio",
|
|
1183
|
-
"settings.currency": "Moeda",
|
|
1184
|
-
"settings.currencyPlaceholder": "Selecione a moeda",
|
|
1185
|
-
"settings.locale": "Idioma",
|
|
1186
|
-
"settings.localePlaceholder": "Selecione o idioma",
|
|
1187
|
-
"settings.uploadLogo": "Enviar Logo",
|
|
1188
|
-
"settings.uiLanguage": "Idioma da Interface",
|
|
1189
|
-
"settings.uiLanguageDescription": "Escolha o idioma da interface. Aplica-se apenas \xE0 sua sess\xE3o.",
|
|
1190
|
-
"notifications.title": "Notifica\xE7\xF5es",
|
|
1191
|
-
"notifications.markAllRead": "Marcar todas como lidas",
|
|
1192
|
-
"notifications.empty": "Sem notifica\xE7\xF5es",
|
|
1193
|
-
"notifications.whatsNew": "Novidades",
|
|
1194
|
-
"notifications.inbox": "Caixa de Entrada",
|
|
1195
|
-
"app.notFound.title": "404",
|
|
1196
|
-
"app.notFound.heading": "P\xE1gina n\xE3o encontrada",
|
|
1197
|
-
"app.notFound.message": "A p\xE1gina que voc\xEA procura n\xE3o existe ou foi movida.",
|
|
1198
|
-
"app.notFound.goToDashboard": "Ir para o Painel",
|
|
1199
|
-
"app.accessDenied.heading": "Acesso Negado",
|
|
1200
|
-
"app.accessDenied.message": "Voc\xEA n\xE3o tem permiss\xE3o para acessar esta p\xE1gina.",
|
|
1201
|
-
"shell.accessDenied.title": "Acesso restrito",
|
|
1202
|
-
"shell.accessDenied.message": "Voc\xEA n\xE3o tem permiss\xE3o para acessar esta p\xE1gina.",
|
|
1203
|
-
"organization.workspaces": "\xC1reas de trabalho",
|
|
1204
|
-
"organization.onlyWorkspace": "Esta \xE9 a sua \xFAnica \xE1rea de trabalho.",
|
|
1205
|
-
"crud.form.requiredIndicator": "*",
|
|
1206
|
-
"crud.form.createDescription": "Criar um(a) novo(a) {{entity}}.",
|
|
1207
|
-
"crud.form.editDescription": "Atualizar detalhes de {{entity}}.",
|
|
1208
|
-
"crud.form.failedToSave": "Falha ao salvar {{entity}}",
|
|
1209
|
-
"crud.form.saveChanges": "Salvar Altera\xE7\xF5es",
|
|
1210
|
-
"crud.form.select": "Selecione {{field}}...",
|
|
1211
|
-
"crud.list.addEntity": "+ Adicionar {{entity}}",
|
|
1212
|
-
"crud.list.search": "Buscar {{entities}}...",
|
|
1213
|
-
"crud.import.action": "Importar",
|
|
1214
|
-
"crud.import.title": "Importar {{entity}}",
|
|
1215
|
-
"crud.import.step.download": "Modelo",
|
|
1216
|
-
"crud.import.step.upload": "Upload",
|
|
1217
|
-
"crud.import.step.mapping": "Mapeamento",
|
|
1218
|
-
"crud.import.step.importing": "Importar",
|
|
1219
|
-
"crud.import.downloadTitle": "Baixe o modelo",
|
|
1220
|
-
"crud.import.downloadDescription": "Baixe um modelo CSV com todos os campos dispon\xEDveis para {{entity}}. Preencha e envie no pr\xF3ximo passo.",
|
|
1221
|
-
"crud.import.downloadTemplate": "Baixar modelo CSV",
|
|
1222
|
-
"crud.import.downloadHint": "{{count}} campos dispon\xEDveis",
|
|
1223
|
-
"crud.import.alreadyHaveFile": "J\xE1 tenho um arquivo",
|
|
1224
|
-
"crud.import.uploadTitle": "Arraste seu arquivo CSV aqui ou clique para buscar",
|
|
1225
|
-
"crud.import.uploadHint": "Apenas arquivos .csv s\xE3o aceitos",
|
|
1226
|
-
"crud.import.invalidFile": "Envie um arquivo .csv.",
|
|
1227
|
-
"crud.import.emptyFile": "O arquivo parece estar vazio.",
|
|
1228
|
-
"crud.import.noRows": "O arquivo tem cabe\xE7alho mas nenhuma linha de dados.",
|
|
1229
|
-
"crud.import.mappingTitle": "Mapeie suas colunas",
|
|
1230
|
-
"crud.import.mappingDescription": "{{file}} \u2014 {{columns}} colunas, {{rows}} linhas",
|
|
1231
|
-
"crud.import.mappedCount": "{{count}} de {{total}} mapeados",
|
|
1232
|
-
"crud.import.csvColumn": "Coluna CSV",
|
|
1233
|
-
"crud.import.mapsTo": "Mapeia para",
|
|
1234
|
-
"crud.import.preview": "Pr\xE9via",
|
|
1235
|
-
"crud.import.skip": "\u2014 Ignorar esta coluna",
|
|
1236
|
-
"crud.import.startImport": "Iniciar importa\xE7\xE3o",
|
|
1237
|
-
"crud.import.importing": "Importando...",
|
|
1238
|
-
"crud.import.importingHint": "Processando {{count}} linhas",
|
|
1239
|
-
"crud.import.progressCount": "{{processed}} de {{total}} linhas processadas",
|
|
1240
|
-
"crud.import.doneSuccess": "Importa\xE7\xE3o conclu\xEDda!",
|
|
1241
|
-
"crud.import.doneWithErrors": "Importa\xE7\xE3o conclu\xEDda com erros",
|
|
1242
|
-
"crud.import.doneCount": "{{success}} de {{total}} linhas importadas com sucesso",
|
|
1243
|
-
"crud.import.rowNumber": "Linha {{row}}:",
|
|
1244
|
-
"crud.import.toastSuccess": "{{count}} registros importados",
|
|
1245
|
-
"crud.import.noConnection": "Sem conex\xE3o com o banco de dados. A importa\xE7\xE3o requer uma conex\xE3o ativa.",
|
|
1246
|
-
"crud.import.limitExceeded": "Esta importa\xE7\xE3o excede o limite do seu plano. Fa\xE7a upgrade ou importe menos linhas.",
|
|
1247
|
-
"crud.export.action": "Exportar",
|
|
1248
|
-
"crud.export.noData": "Sem dados para exportar.",
|
|
1249
|
-
"crud.export.toastSuccess": "{{count}} registros exportados",
|
|
1250
|
-
"layout.topbar.keyboardShortcut": "\u2318K",
|
|
1251
|
-
"layout.topbar.search": "Buscar...",
|
|
1252
|
-
"layout.commandPalette.commandsCount": "{{count}} comando{{plural}}",
|
|
1253
|
-
"layout.commandPalette.navigate": "navegar",
|
|
1254
|
-
"layout.commandPalette.open": "abrir",
|
|
1255
|
-
"layout.commandPalette.commandCount": "{{count}} comando{{plural}}",
|
|
1256
|
-
"layout.commandPalette.description": "Buscar p\xE1ginas, a\xE7\xF5es, pessoas, produtos e servi\xE7os",
|
|
1257
|
-
"layout.commandPalette.resultCount": "{{count}} resultado{{plural}}",
|
|
1258
|
-
"layout.commandPalette.title": "Paleta de comandos",
|
|
1259
|
-
"layout.bottomNav.chat": "Chat",
|
|
1260
|
-
"layout.mobileDrawer.description": "Links de navega\xE7\xE3o do aplicativo",
|
|
1261
|
-
"layout.mobileDrawer.title": "Menu de navega\xE7\xE3o",
|
|
1262
|
-
"organization.sent": "Enviado {{date}}",
|
|
1263
|
-
"organization.failedInvites": "Falha ao enviar convites",
|
|
1264
|
-
"organization.onboarding.failedCreate": "Falha ao criar espa\xE7o de trabalho",
|
|
1265
|
-
"organization.createOrg": "Criar organiza\xE7\xE3o",
|
|
1266
|
-
"organization.createOrgDescription": "Crie um novo espa\xE7o de trabalho para sua equipe.",
|
|
1267
|
-
"organization.createOrgTitle": "Criar Organiza\xE7\xE3o",
|
|
1268
|
-
"organization.creating": "Criando...",
|
|
1269
|
-
"organization.orgNamePlaceholder": "Nome da organiza\xE7\xE3o",
|
|
1270
|
-
"organization.onboarding.oneMoment": "Isso levar\xE1 apenas um momento...",
|
|
1271
|
-
"organization.onboarding.preferences": "Prefer\xEAncias regionais",
|
|
1272
|
-
"organization.onboarding.settingUp": "Configurando seu espa\xE7o de trabalho",
|
|
1273
|
-
"organization.onboarding.setupWorkspace": "Configure seu espa\xE7o de trabalho",
|
|
1274
|
-
"organization.onboarding.whatName": "Como devemos chamar seu espa\xE7o de trabalho?",
|
|
1275
|
-
"organization.invite.addAnother": "Adicionar outro",
|
|
1276
|
-
"organization.invite.description": "Envie convites para entrar na sua organiza\xE7\xE3o.",
|
|
1277
|
-
"organization.invite.emailLabel": "Endere\xE7os de e-mail",
|
|
1278
|
-
"organization.invite.roleLabel": "Fun\xE7\xE3o",
|
|
1279
|
-
"organization.invite.rolePlaceholder": "Selecione uma fun\xE7\xE3o",
|
|
1280
|
-
"organization.invite.sendInvites": "Enviar Convites",
|
|
1281
|
-
"organization.invite.sending": "Enviando...",
|
|
1282
|
-
"organization.invite.sent": "Convites enviados",
|
|
1283
|
-
"organization.invite.sentDescription": "Seus membros receber\xE3o um e-mail com instru\xE7\xF5es para entrar.",
|
|
1284
|
-
"organization.invite.title": "Convidar Membros da Equipe",
|
|
1285
|
-
"organization.permissions.createCustom": "Criar Perfil Personalizado",
|
|
1286
|
-
"organization.permissions.createProfile": "Criar Perfil",
|
|
1287
|
-
"organization.permissions.duplicate": "Duplicar",
|
|
1288
|
-
"organization.permissions.copyName": "{{name}} (c\xF3pia)",
|
|
1289
|
-
"organization.permissions.description": "Descri\xE7\xE3o",
|
|
1290
|
-
"organization.permissions.descriptionPlaceholder": "Descri\xE7\xE3o opcional",
|
|
1291
|
-
"organization.permissions.editProfile": "Editar: {{name}}",
|
|
1292
|
-
"organization.permissions.manageBilling": "Gerenciar Faturamento",
|
|
1293
|
-
"organization.permissions.managePermissions": "Gerenciar Permiss\xF5es",
|
|
1294
|
-
"organization.permissions.manageSettings": "Gerenciar Configura\xE7\xF5es",
|
|
1295
|
-
"organization.permissions.manageTeam": "Gerenciar Equipe",
|
|
1296
|
-
"organization.permissions.memberCount": "{{count}} membro{{plural}}",
|
|
1297
|
-
"organization.permissions.previewAs": "Visualizar como",
|
|
1298
|
-
"organization.permissions.previewingAs": "Visualizando como",
|
|
1299
|
-
"organization.permissions.exitPreview": "Sair da Visualiza\xE7\xE3o",
|
|
1300
|
-
"organization.permissions.searchFeatures": "Buscar recursos...",
|
|
1301
|
-
"organization.permissions.profileName": "Nome do Perfil",
|
|
1302
|
-
"organization.permissions.profileNamePlaceholder": "ex.: Fun\xE7\xE3o Personalizada",
|
|
1303
|
-
"organization.permissions.subtitle": "Gerencie fun\xE7\xF5es e suas permiss\xF5es.",
|
|
1304
|
-
"organization.permissions.system": "Sistema",
|
|
1305
|
-
"organization.permissions.systemPermissions": "Permiss\xF5es do Sistema",
|
|
1306
|
-
"organization.permissions.title": "Perfis de Permiss\xE3o",
|
|
1307
|
-
"organization.permissions.updateProfile": "Atualizar Perfil",
|
|
1308
|
-
"organization.team.invite": "Convidar",
|
|
1309
|
-
"organization.team.joined": "Entrou",
|
|
1310
|
-
"organization.team.member": "Membro",
|
|
1311
|
-
"organization.team.memberCount": "{{count}} membro{{plural}} nesta organiza\xE7\xE3o.",
|
|
1312
|
-
"organization.team.pendingInvites": "Convites Pendentes",
|
|
1313
|
-
"organization.team.removeMember": "Remover membro",
|
|
1314
|
-
"organization.team.resend": "Reenviar",
|
|
1315
|
-
"organization.team.revoke": "Revogar",
|
|
1316
|
-
"organization.team.inviteResent": "Convite reenviado",
|
|
1317
|
-
"organization.team.inviteRevoked": "Convite revogado",
|
|
1318
|
-
"organization.team.inviteActionFailed": "N\xE3o foi poss\xEDvel concluir",
|
|
1319
|
-
"organization.team.role": "Fun\xE7\xE3o",
|
|
1320
|
-
"organization.team.sent": "Enviado {{date}}",
|
|
1321
|
-
"organization.team.title": "Membros",
|
|
1322
|
-
"organization.team.you": "(voc\xEA)",
|
|
1323
|
-
"user.profile": "Perfil",
|
|
1324
|
-
"user.settings": "Configura\xE7\xF5es",
|
|
1325
|
-
"user.help": "Ajuda",
|
|
1326
|
-
"user.shortcuts": "Atalhos de Teclado",
|
|
1327
|
-
"user.theme": "Tema",
|
|
1328
|
-
"user.themeLight": "Claro",
|
|
1329
|
-
"user.themeDark": "Escuro",
|
|
1330
|
-
"user.themeSystem": "Sistema",
|
|
1331
|
-
"notifications.noUpdates": "Nenhuma atualiza\xE7\xE3o ainda",
|
|
1332
|
-
"common.create": "Criar",
|
|
1333
|
-
"common.feature": "Recurso",
|
|
1334
|
-
"common.message": "Mensagem...",
|
|
1335
|
-
"common.more": "Mais",
|
|
1336
|
-
"common.noContent": "Nenhum conte\xFAdo ainda",
|
|
1337
|
-
"chat.defaultTitle": "Assistente",
|
|
1338
|
-
"chat.tryAsking": "Experimente perguntar",
|
|
1339
|
-
"chat.fab.tryIt": "Experimente",
|
|
1340
|
-
"chat.fab.dismiss": "N\xE3o mostrar sugest\xF5es aqui",
|
|
1341
|
-
"chat.fab.open": "Abrir assistente",
|
|
1342
|
-
"chat.fab.close": "Fechar assistente",
|
|
1343
|
-
"chat.messagePlaceholder": "Como posso ajudar?",
|
|
1344
|
-
"chat.send": "Enviar mensagem",
|
|
1345
|
-
"chat.notConfigured": "Assistente n\xE3o configurado \u2014 defina chat.apiEndpoint para habilitar conversas.",
|
|
1346
|
-
"chat.unavailable": "Assistente indispon\xEDvel",
|
|
1347
|
-
"chat.greeting": "Como posso ajudar?",
|
|
1348
|
-
"chat.greetingNamed": "Oi {{name}}, como posso ajudar?",
|
|
1349
|
-
"chat.greetingHint": "Pe\xE7a com suas palavras, ou toque no microfone e fale.",
|
|
1350
|
-
"chat.status.ready": "Pronto",
|
|
1351
|
-
"chat.status.working": "Trabalhando nisso...",
|
|
1352
|
-
"chat.status.offline": "Sem conex\xE3o",
|
|
1353
|
-
"chat.jumpToLatest": "Ir para o fim",
|
|
1354
|
-
"chat.confirmAction.title": "Confirmar esta a\xE7\xE3o?",
|
|
1355
|
-
"chat.confirmAction.confirm": "Confirmar",
|
|
1356
|
-
"chat.confirmAction.cancel": "Cancelar",
|
|
1357
|
-
"chat.confirmAction.always": "Sempre permitir",
|
|
1358
|
-
"chat.confirmAction.alwaysSession": "Permitir nesta sess\xE3o",
|
|
1359
|
-
"chat.confirmAction.alwaysHint": 'Parar de perguntar antes de "{{label}}"',
|
|
1360
|
-
"chat.confirmAction.autoApproved": "auto",
|
|
1361
|
-
"chat.confirmAction.autoApprovedHint": "Executado sem perguntar \u2014 voc\xEA liberou esta a\xE7\xE3o",
|
|
1362
|
-
"chat.confirmAction.blocked": "Responda a confirma\xE7\xE3o acima primeiro",
|
|
1363
|
-
"chat.confirmAction.fillRequired": "Preencha para continuar: {{fields}}",
|
|
1364
|
-
"chat.confirmAction.showAll": "Preencher mais campos ({{count}})",
|
|
1365
|
-
"chat.confirmAction.showLess": "Mostrar menos campos",
|
|
1366
|
-
"chat.tool.createAppointment": "Marcar hor\xE1rio",
|
|
1367
|
-
"chat.tool.createRecord": "Criar registro",
|
|
1368
|
-
"chat.tool.updateRecord": "Atualizar registro",
|
|
1369
|
-
"chat.tool.deleteRecord": "Excluir registro",
|
|
1370
|
-
"chat.tool.createOrder": "Criar pedido",
|
|
1371
|
-
"chat.tool.createInvoice": "Emitir cobran\xE7a",
|
|
1372
|
-
"chat.tool.markPaymentReceived": "Marcar pagamento como recebido",
|
|
1373
|
-
"chat.tool.createCampaign": "Criar campanha",
|
|
1374
|
-
"chat.tool.sendMessage": "Enviar mensagem",
|
|
1375
|
-
"chat.tool.seatGuests": "Acomodar clientes",
|
|
1376
|
-
"chat.tool.toggleMenuItemAvailability": "Alterar disponibilidade do item",
|
|
1377
|
-
"chat.autoApprovals.title": "A\xE7\xF5es liberadas",
|
|
1378
|
-
"chat.autoApprovals.revoke": "Voltar a perguntar",
|
|
1379
|
-
"chat.autoApprovals.revokeAll": "Perguntar sempre",
|
|
1380
|
-
"chat.suggestions.show": "Mostrar sugest\xF5es",
|
|
1381
|
-
"chat.suggestions.hide": "Ocultar sugest\xF5es",
|
|
1382
|
-
"chat.voice.start": "Falar",
|
|
1383
|
-
"chat.voice.stop": "Parar grava\xE7\xE3o",
|
|
1384
|
-
"chat.voice.listening": "Ouvindo \u2014 pode falar",
|
|
1385
|
-
"chat.voice.transcribing": "Transcrevendo...",
|
|
1386
|
-
"chat.voice.denied": "Microfone bloqueado. Libere o acesso nas configura\xE7\xF5es do navegador.",
|
|
1387
|
-
"chat.voice.network": "N\xE3o consegui falar com o servi\xE7o de transcri\xE7\xE3o.",
|
|
1388
|
-
"chat.voice.failed": "N\xE3o consegui entender \u2014 tente de novo.",
|
|
1389
|
-
"chat.voice.speakOn": "Responder em voz alta",
|
|
1390
|
-
"chat.voice.speakOff": "Silenciar respostas faladas",
|
|
1391
|
-
"chat.signingIn": "Um instante \u2014 ainda estou confirmando sua sess\xE3o.",
|
|
1392
|
-
"chat.history": "Conversas anteriores",
|
|
1393
|
-
"chat.history.search": "Buscar conversas",
|
|
1394
|
-
"chat.history.empty": "Nenhuma conversa encontrada.",
|
|
1395
|
-
"chat.history.today": "Hoje",
|
|
1396
|
-
"chat.history.yesterday": "Ontem",
|
|
1397
|
-
"chat.history.week": "\xDAltimos 7 dias",
|
|
1398
|
-
"chat.history.older": "Mais antigas",
|
|
1399
|
-
"chat.newConversation": "Nova conversa",
|
|
1400
|
-
"chat.untitledConversation": "Conversa sem t\xEDtulo",
|
|
1401
|
-
"chat.recentConversations": "Recentes",
|
|
1402
|
-
"chat.backToConversations": "Voltar para as conversas",
|
|
1403
|
-
"chat.renameConversation": "Renomear",
|
|
1404
|
-
"chat.saveTitle": "Salvar t\xEDtulo",
|
|
1405
|
-
"chat.toolsAvailable": "{{count}} ferramentas dispon\xEDveis",
|
|
1406
|
-
"chat.suggestion.dashboard.kpi-summary.0": "Como est\xE1 meu neg\xF3cio hoje?",
|
|
1407
|
-
"chat.suggestion.dashboard.kpi-summary.1": "Qual o faturamento de hoje?",
|
|
1408
|
-
"chat.suggestion.dashboard.kpi-summary.2": "Me d\xEA um resumo do dia",
|
|
1409
|
-
"chat.suggestion.agenda.list-appointments.0": "O que tem na agenda hoje?",
|
|
1410
|
-
"chat.suggestion.agenda.list-appointments.1": "Mostre os agendamentos de amanh\xE3",
|
|
1411
|
-
"chat.suggestion.agenda.list-appointments.2": "Quem tem mais atendimentos esta semana?",
|
|
1412
|
-
"chat.suggestion.agenda.create-appointment.0": "Agende um corte para Sarah amanh\xE3 \xE0s 10h",
|
|
1413
|
-
"chat.suggestion.agenda.check-availability.0": "Quando Ana est\xE1 dispon\xEDvel amanh\xE3?",
|
|
1414
|
-
"chat.suggestion.agenda.check-availability.1": "Encontre um hor\xE1rio de 90 minutos para Carlos esta semana",
|
|
1415
|
-
"chat.suggestion.financial.get-revenue.0": "Quanto faturamos hoje?",
|
|
1416
|
-
"chat.suggestion.financial.get-revenue.1": "Qual o faturamento deste m\xEAs?",
|
|
1417
|
-
"chat.suggestion.financial.get-revenue.2": "Compare o faturamento desta semana com a anterior",
|
|
1418
|
-
"chat.suggestion.financial.create-invoice.0": "Crie uma fatura para um novo cliente",
|
|
1419
|
-
"chat.suggestion.financial.list-payables.0": "Mostre as contas em atraso",
|
|
1420
|
-
"chat.suggestion.financial.list-payables.1": "Quais contas vencem esta semana?",
|
|
1421
|
-
"chat.suggestion.inventory.low-stock.0": "Quais produtos est\xE3o com estoque baixo?",
|
|
1422
|
-
"chat.suggestion.inventory.low-stock.1": "Mostre um resumo do estoque",
|
|
1423
|
-
"chat.suggestion.inventory.low-stock.2": "Quais s\xE3o os produtos mais usados?",
|
|
1424
|
-
"chat.suggestion.crm.count-customers.0": "Quantos clientes temos?",
|
|
1425
|
-
"chat.suggestion.crm.count-customers.1": "Quem s\xE3o meus melhores clientes?",
|
|
1426
|
-
"chat.suggestion.crm.list-leads.0": "Mostre os leads novos desta semana",
|
|
1427
|
-
"chat.suggestion.crm.list-leads.1": "Quais leads precisam de follow-up?",
|
|
1428
|
-
"chat.suggestion.crm.list-leads.2": "Qual nossa taxa de convers\xE3o?",
|
|
1429
|
-
"chat.suggestion.custom_forms.list-templates.0": "Quais formul\xE1rios temos?",
|
|
1430
|
-
"chat.suggestion.custom_forms.list-templates.1": "Mostre os modelos de anamnese",
|
|
1431
|
-
"chat.suggestion.custom_forms.list-documents.0": "Mostre os documentos deste cliente",
|
|
1432
|
-
"billing.invoice.amount": "Valor",
|
|
1433
|
-
"billing.invoice.date": "Data",
|
|
1434
|
-
"billing.invoice.invoice": "Fatura",
|
|
1435
|
-
"billing.invoice.noInvoices": "Nenhuma fatura ainda",
|
|
1436
|
-
"billing.invoice.status": "Status",
|
|
1437
|
-
"billing.paywall.notAvailable": "Este recurso n\xE3o est\xE1 dispon\xEDvel no seu plano atual.",
|
|
1438
|
-
"billing.paywall.requiresPlan": "Este recurso requer o plano {{plan}} ou superior.",
|
|
1439
|
-
"billing.paywall.upgradeRequired": "Upgrade Necess\xE1rio",
|
|
1440
|
-
"billing.paywall.viewPlans": "Ver Planos",
|
|
1441
|
-
"auth.login.enterCredentials": "Insira suas credenciais para acessar sua conta",
|
|
1442
|
-
"auth.login.failedDefault": "Falha ao entrar. Tente novamente.",
|
|
1443
|
-
"auth.login.failedWithProvider": "Falha ao entrar com {{provider}}.",
|
|
1444
|
-
"auth.login.orContinueWith": "ou continue com",
|
|
1445
|
-
"auth.login.placeholder.email": "voce@exemplo.com",
|
|
1446
|
-
"auth.login.placeholder.password": "Digite sua senha",
|
|
1447
|
-
"auth.login.signingIn": "Entrando...",
|
|
1448
|
-
"auth.login.welcomeBack": "Bem-vindo de Volta",
|
|
1449
|
-
"auth.login.welcomeTo": "Bem-vindo ao {{appName}}",
|
|
1450
|
-
"auth.recovery.checkEmail": "Verifique seu e-mail",
|
|
1451
|
-
"auth.recovery.description": "Insira seu e-mail e enviaremos um link para redefinir sua senha.",
|
|
1452
|
-
"auth.recovery.failedDefault": "Falha ao enviar e-mail. Tente novamente.",
|
|
1453
|
-
"auth.recovery.resetLinkSent": "Enviamos um link de redefini\xE7\xE3o para <strong>{{email}}</strong>. Verifique sua caixa de entrada e siga as instru\xE7\xF5es.",
|
|
1454
|
-
"auth.recovery.sendResetLink": "Enviar link de redefini\xE7\xE3o",
|
|
1455
|
-
"auth.recovery.sending": "Enviando...",
|
|
1456
|
-
"auth.signup.confirmPassword": "Confirmar senha",
|
|
1457
|
-
"auth.signup.creating": "Criando conta...",
|
|
1458
|
-
"auth.signup.emailVerification": "Conta criada para {{email}}. Verifique sua caixa de entrada para confirmar seu e-mail.",
|
|
1459
|
-
"auth.signup.failedDefault": "Falha ao criar conta. Tente novamente.",
|
|
1460
|
-
"auth.signup.fullName": "Nome completo",
|
|
1461
|
-
"auth.signup.getStarted": "Comece com sua nova conta",
|
|
1462
|
-
"auth.signup.passwordMinLength": "A senha deve ter pelo menos 8 caracteres.",
|
|
1463
|
-
"auth.signup.passwordsMismatch": "As senhas n\xE3o conferem.",
|
|
1464
|
-
"auth.signup.placeholder.confirm": "Repita sua senha",
|
|
1465
|
-
"auth.signup.placeholder.name": "Jo\xE3o Silva",
|
|
1466
|
-
"auth.signup.placeholder.password": "Pelo menos 8 caracteres",
|
|
1467
|
-
"auth.signup.termsAgreement": "Ao criar uma conta, voc\xEA concorda com nossos",
|
|
1468
|
-
"settings.branding.accentColor": "Cor de Destaque",
|
|
1469
|
-
"settings.branding.chooseFile": "Escolher Arquivo",
|
|
1470
|
-
"settings.branding.favicon": "Favicon",
|
|
1471
|
-
"settings.branding.faviconHint": "Recomendado: 32x32px, PNG ou ICO",
|
|
1472
|
-
"settings.branding.logo": "Logo",
|
|
1473
|
-
"settings.branding.logoHint": "Recomendado: 200x50px, PNG ou SVG",
|
|
1474
|
-
"settings.branding.preview": "Pr\xE9-visualiza\xE7\xE3o",
|
|
1475
|
-
"settings.branding.primaryColor": "Cor Prim\xE1ria",
|
|
1476
|
-
"settings.branding.saveBranding": "Salvar Marca",
|
|
1477
|
-
"settings.branding.subtitle": "Personalize a apar\xEAncia do seu espa\xE7o de trabalho.",
|
|
1478
|
-
"settings.branding.title": "Marca",
|
|
1479
|
-
"settings.company.currency": "Moeda",
|
|
1480
|
-
"settings.company.currencyPlaceholder": "Selecione a moeda",
|
|
1481
|
-
"settings.company.locale": "Idioma",
|
|
1482
|
-
"settings.company.localePlaceholder": "Selecione o idioma",
|
|
1483
|
-
"settings.company.name": "Nome da Empresa",
|
|
1484
|
-
"settings.company.subtitle": "Atualize os dados da sua organiza\xE7\xE3o e prefer\xEAncias regionais.",
|
|
1485
|
-
"settings.company.timezone": "Fuso Hor\xE1rio",
|
|
1486
|
-
"settings.company.timezonePlaceholder": "Selecione o fuso hor\xE1rio",
|
|
1487
|
-
"settings.company.title": "Informa\xE7\xF5es da Empresa",
|
|
1488
|
-
"settings.holidays.addHoliday": "Adicionar Feriado",
|
|
1489
|
-
"settings.holidays.annual": "Anual",
|
|
1490
|
-
"settings.holidays.descriptionPlaceholder": "Descri\xE7\xE3o (opcional)",
|
|
1491
|
-
"settings.holidays.empty": "Nenhum feriado configurado ainda.",
|
|
1492
|
-
"settings.holidays.namePlaceholder": "Nome do feriado *",
|
|
1493
|
-
"settings.holidays.newHoliday": "Novo Feriado",
|
|
1494
|
-
"settings.holidays.recurringAnnually": "Recorrente anualmente",
|
|
1495
|
-
"settings.holidays.subtitle": "Dias n\xE3o \xFAteis e feriados recorrentes.",
|
|
1496
|
-
"settings.holidays.title": "Feriados",
|
|
1497
|
-
"settings.fieldRules.subtitle": "Configure quais campos s\xE3o obrigat\xF3rios ou vis\xEDveis para cada tipo de cadastro.",
|
|
1498
|
-
"settings.fieldRules.required": "Obrigat\xF3rio",
|
|
1499
|
-
"settings.fieldRules.inForm": "Formul\xE1rio",
|
|
1500
|
-
"settings.fieldRules.inTable": "Tabela",
|
|
1501
|
-
"settings.fieldRules.inDetail": "Detalhe",
|
|
1502
|
-
"settings.fieldRules.field": "Campo",
|
|
1503
|
-
"settings.fieldRules.resetDefaults": "Restaurar Padr\xF5es",
|
|
1504
|
-
"settings.fieldRules.resetConfirm": "Restaurar todas as regras de campos de {{entity}} para seus padr\xF5es?",
|
|
1505
|
-
"settings.fieldRules.saved": "Regras de campos salvas",
|
|
1506
|
-
"settings.fieldRules.saveFailed": "Falha ao salvar regras de campos",
|
|
1507
|
-
"settings.fieldRules.modified": "{{count}} modificado(s)",
|
|
1508
|
-
"settings.fieldRules.searchPlaceholder": "Buscar tipos de cadastro...",
|
|
1509
|
-
"settings.fieldRules.noEntities": "Nenhum tipo de cadastro dispon\xEDvel.",
|
|
1510
|
-
"settings.fieldRules.coreRegisters": "Tipos de Cadastro",
|
|
1511
|
-
"settings.fieldRules.otherRegisters": "Outros",
|
|
1512
|
-
"settings.fieldRules.showMore": "{{count}} tipos de cadastro a mais...",
|
|
1513
|
-
"settings.fieldRules.showLess": "Mostrar menos",
|
|
1514
|
-
"settings.locations.addFirst": "Adicione seu primeiro local",
|
|
1515
|
-
"settings.locations.addLocation": "Adicionar Local",
|
|
1516
|
-
"settings.locations.adding": "Adicionando...",
|
|
1517
|
-
"settings.locations.addressPlaceholder": "Endere\xE7o",
|
|
1518
|
-
"settings.locations.cityPlaceholder": "Cidade",
|
|
1519
|
-
"settings.locations.countDescription": "{{count}} local{{plural}} cadastrado(s).",
|
|
1520
|
-
"settings.locations.countryPlaceholder": "Pa\xEDs",
|
|
1521
|
-
"settings.locations.empty": "Nenhum local foi adicionado a esta organiza\xE7\xE3o ainda.",
|
|
1522
|
-
"settings.locations.headquarters": "Sede",
|
|
1523
|
-
"settings.locations.namePlaceholder": "Nome do local *",
|
|
1524
|
-
"settings.locations.newLocation": "Novo Local",
|
|
1525
|
-
"settings.locations.noLocations": "Nenhum local configurado ainda.",
|
|
1526
|
-
"settings.locations.phonePlaceholder": "Telefone",
|
|
1527
|
-
"settings.locations.statePlaceholder": "Estado",
|
|
1528
|
-
"settings.locations.title": "Locais",
|
|
1529
|
-
"settings.profile.email": "E-mail",
|
|
1530
|
-
"settings.profile.emailHelp": "O e-mail n\xE3o pode ser alterado diretamente. Entre em contato com o suporte.",
|
|
1531
|
-
"settings.profile.fullName": "Nome Completo",
|
|
1532
|
-
"settings.profile.saveProfile": "Salvar Perfil",
|
|
1533
|
-
"settings.profile.subtitle": "Gerencie suas informa\xE7\xF5es pessoais e configura\xE7\xF5es da conta.",
|
|
1534
|
-
"settings.profile.title": "Perfil",
|
|
1535
|
-
"settings.security.inviteOnly": "Acesso Apenas por Convite",
|
|
1536
|
-
"settings.security.inviteOnlyDescription": "Novos usu\xE1rios s\xF3 podem entrar nesta organiza\xE7\xE3o via convite.",
|
|
1537
|
-
"settings.security.linkSent": "Link Enviado",
|
|
1538
|
-
"settings.security.orgSecuritySubtitle": "Pol\xEDticas de seguran\xE7a aplicadas a todos os membros desta organiza\xE7\xE3o.",
|
|
1539
|
-
"settings.security.orgSecurityTitle": "Seguran\xE7a da Organiza\xE7\xE3o",
|
|
1540
|
-
"settings.security.passwordSubtitle": "Gerencie a senha da sua conta. Um link de redefini\xE7\xE3o ser\xE1 enviado para seu e-mail.",
|
|
1541
|
-
"settings.security.passwordTitle": "Senha",
|
|
1542
|
-
"settings.security.require2FA": "Exigir Autentica\xE7\xE3o de Dois Fatores",
|
|
1543
|
-
"settings.security.require2FADescription": "Todos os membros devem ativar 2FA para acessar esta organiza\xE7\xE3o.",
|
|
1544
|
-
"settings.security.resetLinkDescription": "Enviar um link de redefini\xE7\xE3o de senha para seu e-mail.",
|
|
1545
|
-
"settings.security.resetLinkSent": "Link de redefini\xE7\xE3o enviado \u2014 verifique sua caixa de entrada.",
|
|
1546
|
-
"settings.security.resetPassword": "Redefinir Senha",
|
|
1547
|
-
"settings.security.sessionTimeout": "Tempo Limite da Sess\xE3o",
|
|
1548
|
-
"settings.security.sessionTimeoutDescription": "Desconectar automaticamente usu\xE1rios inativos ap\xF3s este per\xEDodo.",
|
|
1549
|
-
"settings.plugin.agenda": "Agenda",
|
|
1550
|
-
"settings.plugin.financial": "Financeiro",
|
|
1551
|
-
"settings.plugin.inventory": "Estoque",
|
|
1552
|
-
"settings.plugin.crm": "Vendas & CRM",
|
|
1553
|
-
"crud.archetype.comingSoon": "Em Breve",
|
|
1554
|
-
"crud.archetype.access.title": "Acesso e Permiss\xF5es",
|
|
1555
|
-
"crud.archetype.access.description": "Gerencie credenciais de login, atribua perfis de permiss\xE3o e controle o que esta pessoa pode acessar no sistema.",
|
|
1556
|
-
"crud.access.accountStatus": "Status da Conta",
|
|
1557
|
-
"crud.access.statusLinked": "Ativo",
|
|
1558
|
-
"crud.access.statusPending": "Convite pendente",
|
|
1559
|
-
"crud.access.statusAccepted": "Aceito",
|
|
1560
|
-
"crud.access.statusExpired": "Convite expirado",
|
|
1561
|
-
"crud.access.statusRevoked": "Revogado",
|
|
1562
|
-
"crud.access.acceptedAt": "Aceito em {{date}}",
|
|
1563
|
-
"crud.access.revokedDesc": "O acesso foi revogado. Voc\xEA pode enviar um novo convite.",
|
|
1564
|
-
"crud.access.grantAccess": "Conceder Acesso",
|
|
1565
|
-
"crud.access.account": "Conta",
|
|
1566
|
-
"crud.access.accountDesc": "Credenciais de login e status da conta desta pessoa.",
|
|
1567
|
-
"crud.access.resetPassword": "Redefinir Senha",
|
|
1568
|
-
"crud.access.passwordResetSent": "E-mail de redefini\xE7\xE3o de senha enviado.",
|
|
1569
|
-
"crud.access.profileUpdated": "Perfil de permiss\xE3o atualizado.",
|
|
1570
|
-
"crud.access.inviteResent": "Convite reenviado.",
|
|
1571
|
-
"crud.access.inviteRevoked": "Convite revogado.",
|
|
1572
|
-
"crud.access.accessRemoved": "Acesso removido.",
|
|
1573
|
-
"crud.access.dangerZone": "Zona de Perigo",
|
|
1574
|
-
"crud.access.dangerZoneDesc": "A\xE7\xF5es irrevers\xEDveis que afetam o acesso desta pessoa ao sistema.",
|
|
1575
|
-
"crud.access.removeAccess": "Remover Acesso",
|
|
1576
|
-
"crud.access.revokeInvite": "Revogar Convite",
|
|
1577
|
-
"crud.access.confirmRemoveTitle": "Tem certeza?",
|
|
1578
|
-
"crud.access.confirmRemoveDesc": "Esta pessoa perder\xE1 todo o acesso ao sistema imediatamente. Esta a\xE7\xE3o n\xE3o pode ser desfeita.",
|
|
1579
|
-
"crud.access.accountLinked": "Conta vinculada",
|
|
1580
|
-
"crud.access.noAccount": "Nenhuma conta vinculada",
|
|
1581
|
-
"crud.access.noAccountDesc": "Esta pessoa n\xE3o possui uma conta de acesso e n\xE3o pode entrar no sistema.",
|
|
1582
|
-
"crud.access.setupDesc": "Configure o acesso ao sistema para esta pessoa informando o e-mail e escolhendo um perfil de permiss\xE3o.",
|
|
1583
|
-
"crud.access.emailPlaceholder": "pessoa@exemplo.com",
|
|
1584
|
-
"crud.access.sendInvite": "Enviar Convite",
|
|
1585
|
-
"crud.access.invitePending": "Convite pendente",
|
|
1586
|
-
"crud.access.inviteSent": "Convite enviado em {{date}}",
|
|
1587
|
-
"crud.access.permissionProfile": "Perfil de Permiss\xE3o",
|
|
1588
|
-
"crud.access.profileDesc": "Defina o que esta pessoa pode acessar e fazer no sistema.",
|
|
1589
|
-
"crud.access.systemAccess": "Acesso ao Sistema",
|
|
1590
|
-
"crud.access.effectivePermissions": "Permiss\xF5es Efetivas",
|
|
1591
|
-
"crud.access.effectiveDesc": "O que esta pessoa pode fazer com base no perfil atribu\xEDdo.",
|
|
1592
|
-
"crud.access.feature": "Funcionalidade",
|
|
1593
|
-
"crud.access.joined": "Entrou em {{date}}",
|
|
1594
|
-
"crud.access.noEmail": "Sem endere\xE7o de e-mail",
|
|
1595
|
-
"crud.access.noEmailDesc": "Adicione um endere\xE7o de e-mail a esta pessoa para vincul\xE1-la a uma conta do sistema.",
|
|
1596
|
-
"crud.access.manageTeam": "Gerenciar Equipe",
|
|
1597
|
-
"crud.access.manageBilling": "Gerenciar Faturamento",
|
|
1598
|
-
"crud.access.manageSettings": "Gerenciar Configura\xE7\xF5es",
|
|
1599
|
-
"crud.access.managePermissions": "Gerenciar Permiss\xF5es",
|
|
1600
|
-
"crud.archetype.activity.title": "Linha do Tempo",
|
|
1601
|
-
"crud.archetype.activity.description": "Veja um registro cronol\xF3gico de todas as a\xE7\xF5es, altera\xE7\xF5es e eventos relacionados a esta pessoa.",
|
|
1602
|
-
"crud.archetype.documents.title": "Documentos",
|
|
1603
|
-
"crud.archetype.documents.description": "Anexe e gerencie arquivos, contratos, certifica\xE7\xF5es e outros documentos desta pessoa.",
|
|
1604
|
-
"crud.archetype.addresses.add": "Adicionar endere\xE7o",
|
|
1605
|
-
"crud.archetype.addresses.addTitle": "Novo endere\xE7o",
|
|
1606
|
-
"crud.archetype.addresses.editTitle": "Editar endere\xE7o",
|
|
1607
|
-
"crud.archetype.addresses.formDescription": "CEP, rua e cidade s\xE3o obrigat\xF3rios; o resto \xE9 opcional.",
|
|
1608
|
-
"crud.archetype.addresses.emptyTitle": "Nenhum endere\xE7o cadastrado",
|
|
1609
|
-
"crud.archetype.addresses.emptyDescription": "Cadastre onde esta pessoa recebe entregas, \xE9 coletada ou \xE9 cobrada.",
|
|
1610
|
-
"crud.archetype.addresses.fallbackLabel": "Endere\xE7o",
|
|
1611
|
-
"crud.archetype.addresses.labelPlaceholder": "Casa, Trabalho\u2026",
|
|
1612
|
-
"crud.archetype.addresses.default": "Padr\xE3o",
|
|
1613
|
-
"crud.archetype.addresses.setDefault": "Usar como endere\xE7o padr\xE3o",
|
|
1614
|
-
"crud.archetype.addresses.kind.both": "Entrega e cobran\xE7a",
|
|
1615
|
-
"crud.archetype.addresses.kind.shipping": "Entrega",
|
|
1616
|
-
"crud.archetype.addresses.kind.billing": "Cobran\xE7a",
|
|
1617
|
-
"crud.archetype.addresses.field.label": "Identifica\xE7\xE3o",
|
|
1618
|
-
"crud.archetype.addresses.field.kind": "Uso",
|
|
1619
|
-
"crud.archetype.addresses.field.postalCode": "CEP",
|
|
1620
|
-
"crud.archetype.addresses.field.street": "Rua",
|
|
1621
|
-
"crud.archetype.addresses.field.number": "N\xFAmero",
|
|
1622
|
-
"crud.archetype.addresses.field.complement": "Complemento",
|
|
1623
|
-
"crud.archetype.addresses.field.district": "Bairro",
|
|
1624
|
-
"crud.archetype.addresses.field.city": "Cidade",
|
|
1625
|
-
"crud.archetype.addresses.field.state": "UF",
|
|
1626
|
-
"crud.archetype.addresses.field.recipient": "Quem recebe",
|
|
1627
|
-
"crud.archetype.addresses.field.phone": "Telefone",
|
|
1628
|
-
"crud.archetype.addresses.created": "Endere\xE7o adicionado",
|
|
1629
|
-
"crud.archetype.addresses.updated": "Endere\xE7o atualizado",
|
|
1630
|
-
"crud.archetype.addresses.deleted": "Endere\xE7o removido",
|
|
1631
|
-
"crud.archetype.addresses.deleteTitle": "Remover este endere\xE7o?",
|
|
1632
|
-
"crud.archetype.addresses.loadFailed": "N\xE3o foi poss\xEDvel carregar os endere\xE7os.",
|
|
1633
|
-
"crud.archetype.addresses.saveFailed": "N\xE3o foi poss\xEDvel salvar o endere\xE7o.",
|
|
1634
|
-
"crud.archetype.addresses.deleteFailed": "N\xE3o foi poss\xEDvel remover o endere\xE7o.",
|
|
1635
|
-
"crud.archetype.addresses.noTenant": "Nenhuma organiza\xE7\xE3o ativa \u2014 recarregue a p\xE1gina e tente de novo.",
|
|
1636
|
-
"crud.archetype.schedule.title": "Agenda",
|
|
1637
|
-
"crud.archetype.schedule.description": "Visualize e gerencie compromissos, turnos e disponibilidade desta pessoa.",
|
|
1638
|
-
"crud.archetype.inventory.title": "Estoque",
|
|
1639
|
-
"crud.archetype.inventory.description": "Acompanhe n\xEDveis de estoque, hist\xF3rico de movimenta\xE7\xE3o, alertas de reposi\xE7\xE3o e gerencie o invent\xE1rio entre locais.",
|
|
1640
|
-
"crud.archetype.suppliers.title": "Fornecedores",
|
|
1641
|
-
"crud.archetype.suppliers.description": "Veja e gerencie quais fornecedores oferecem este produto, compare custos e acompanhe pedidos de compra.",
|
|
1642
|
-
"crud.archetype.pricing.title": "Hist\xF3rico de Pre\xE7os",
|
|
1643
|
-
"crud.archetype.pricing.description": "Veja altera\xE7\xF5es de pre\xE7o ao longo do tempo, gerencie pre\xE7os promocionais e defina pre\xE7os por local.",
|
|
1644
|
-
"crud.archetype.productActivity.title": "Atividade",
|
|
1645
|
-
"crud.archetype.productActivity.description": "Veja um registro de todas as altera\xE7\xF5es, ajustes de estoque e eventos relacionados a este produto.",
|
|
1646
|
-
"crud.archetype.availability.title": "Disponibilidade",
|
|
1647
|
-
"crud.archetype.availability.description": "Configure quando este servi\xE7o pode ser agendado, defina regras de dura\xE7\xE3o e gerencie limites de capacidade.",
|
|
1648
|
-
"crud.archetype.servicePricing.title": "Faixas de Pre\xE7o",
|
|
1649
|
-
"crud.archetype.servicePricing.description": "Gerencie faixas de pre\xE7o, descontos para membros e pre\xE7os por local para este servi\xE7o.",
|
|
1650
|
-
"crud.archetype.serviceActivity.title": "Atividade",
|
|
1651
|
-
"crud.archetype.serviceActivity.description": "Veja um registro de todos os agendamentos, altera\xE7\xF5es e eventos relacionados a este servi\xE7o.",
|
|
1652
|
-
"crud.archetype.members.title": "Equipe",
|
|
1653
|
-
"crud.archetype.members.description": "Veja e gerencie a equipe atribu\xEDda a este local, seus cargos e hor\xE1rios.",
|
|
1654
|
-
"crud.archetype.locationSchedule.title": "Hor\xE1rio de Funcionamento",
|
|
1655
|
-
"crud.archetype.locationSchedule.description": "Defina hor\xE1rio comercial, feriados e hor\xE1rios especiais para este local.",
|
|
1656
|
-
"crud.archetype.locationStats.title": "Estat\xEDsticas",
|
|
1657
|
-
"crud.archetype.locationStats.description": "Veja m\xE9tricas de desempenho, faturamento e atividade deste local.",
|
|
1658
|
-
"crud.archetype.locationActivity.title": "Atividade",
|
|
1659
|
-
"crud.archetype.locationActivity.description": "Veja um registro de todos os eventos, altera\xE7\xF5es e opera\xE7\xF5es neste local.",
|
|
1660
|
-
"crud.archetype.owner.noOwner": "Nenhum respons\xE1vel atribu\xEDdo",
|
|
1661
|
-
"crud.archetype.owner.assignHint": "Edite este registro para atribuir um respons\xE1vel.",
|
|
1662
|
-
"crud.archetype.owner.name": "Nome",
|
|
1663
|
-
"crud.archetype.owner.phone": "Telefone",
|
|
1664
|
-
"crud.archetype.owner.email": "E-mail",
|
|
1665
|
-
"crud.archetype.owner.document": "Documento",
|
|
1666
|
-
"crud.archetype.owner.address": "Endere\xE7o",
|
|
1667
|
-
"crud.archetype.owner.active": "Ativo",
|
|
1668
|
-
"crud.archetype.owner.inactive": "Inativo",
|
|
1669
|
-
"crud.archetype.history.title": "Hist\xF3rico",
|
|
1670
|
-
"crud.archetype.history.description": "Veja o hist\xF3rico de visitas, relat\xF3rios anteriores, tratamentos e linha do tempo de eventos.",
|
|
1671
|
-
"crud.archetype.subjectDocuments.title": "Documentos",
|
|
1672
|
-
"crud.archetype.subjectDocuments.description": "Anexe e gerencie arquivos, resultados de exames, imagens e certificados.",
|
|
1673
|
-
"schedule.days.sun": "Dom",
|
|
1674
|
-
"schedule.days.mon": "Seg",
|
|
1675
|
-
"schedule.days.tue": "Ter",
|
|
1676
|
-
"schedule.days.wed": "Qua",
|
|
1677
|
-
"schedule.days.thu": "Qui",
|
|
1678
|
-
"schedule.days.fri": "Sex",
|
|
1679
|
-
"schedule.days.sat": "S\xE1b",
|
|
1680
|
-
"schedule.editor.weeklyTitle": "Hor\xE1rio de Trabalho Semanal",
|
|
1681
|
-
"schedule.editor.weeklyDescription": "Defina quando este profissional est\xE1 regularmente dispon\xEDvel",
|
|
1682
|
-
"schedule.editor.unavailable": "Indispon\xEDvel",
|
|
1683
|
-
"schedule.editor.newInterval": "Novo intervalo para {{day}}",
|
|
1684
|
-
"schedule.editor.addHoursFor": "Adicionar hor\xE1rios para {{day}}",
|
|
1685
|
-
"schedule.editor.removeInterval": "Remover intervalo",
|
|
1686
|
-
"schedule.editor.copyToAll": "Copiar para todos os dias",
|
|
1687
|
-
"schedule.editor.bufferTooltip": "Tempo de intervalo entre atendimentos",
|
|
1688
|
-
"schedule.editor.min": "min",
|
|
1689
|
-
"schedule.editor.exceptionsTitle": "Exce\xE7\xF5es de Data",
|
|
1690
|
-
"schedule.editor.exceptionsDescription": "Substituir hor\xE1rio de trabalho para datas espec\xEDficas",
|
|
1691
|
-
"schedule.editor.addException": "Adicionar Exce\xE7\xE3o",
|
|
1692
|
-
"schedule.editor.noExceptions": "Nenhuma exce\xE7\xE3o de data configurada",
|
|
1693
|
-
"schedule.editor.startDate": "Data de in\xEDcio",
|
|
1694
|
-
"schedule.editor.endDate": "Data de t\xE9rmino",
|
|
1695
|
-
"schedule.editor.type": "Tipo",
|
|
1696
|
-
"schedule.editor.customHours": "Hor\xE1rio personalizado",
|
|
1697
|
-
"schedule.editor.workingHours": "Hor\xE1rio de trabalho",
|
|
1698
|
-
"schedule.editor.to": "at\xE9",
|
|
1699
|
-
"schedule.editor.addTimeBlock": "Adicionar bloco de hor\xE1rio",
|
|
1700
|
-
"schedule.editor.notes": "Observa\xE7\xF5es",
|
|
1701
|
-
"schedule.editor.notesPlaceholder": "ex. F\xE9rias, Feriado, Treinamento...",
|
|
1702
|
-
"schedule.editor.saveException": "Salvar Exce\xE7\xE3o",
|
|
1703
|
-
"schedule.editor.removeException": "Remover exce\xE7\xE3o",
|
|
1704
|
-
"schedule.editor.failedToLoad": "Falha ao carregar agenda",
|
|
1705
|
-
"schedule.editor.saved": "Hor\xE1rio de trabalho salvo",
|
|
1706
|
-
"schedule.editor.failedToSave": "Falha ao salvar",
|
|
1707
|
-
"schedule.editor.selectStartDate": "Selecione uma data de in\xEDcio",
|
|
1708
|
-
"schedule.editor.endDateAfterStart": "A data de t\xE9rmino deve ser posterior \xE0 data de in\xEDcio",
|
|
1709
|
-
"schedule.editor.exceptionAdded": "Exce\xE7\xE3o adicionada",
|
|
1710
|
-
"schedule.editor.failedToSaveException": "Falha ao salvar exce\xE7\xE3o",
|
|
1711
|
-
"schedule.editor.exceptionRemoved": "Exce\xE7\xE3o removida",
|
|
1712
|
-
"schedule.editor.failedToDelete": "Falha ao excluir",
|
|
1713
|
-
"schedule.blockSettings.title": "Configura\xE7\xF5es do Bloco",
|
|
1714
|
-
"schedule.blockSettings.location": "Local",
|
|
1715
|
-
"schedule.blockSettings.noLocation": "Sem local",
|
|
1716
|
-
"schedule.blockSettings.maxConcurrent": "M\xE1x. simult\xE2neos",
|
|
1717
|
-
"schedule.blockSettings.minAdvance": "Anteced\xEAncia m\xEDn.",
|
|
1718
|
-
"schedule.blockSettings.maxAdvance": "Anteced\xEAncia m\xE1x.",
|
|
1719
|
-
"schedule.blockSettings.hrs": "hrs",
|
|
1720
|
-
"schedule.blockSettings.days": "dias",
|
|
1721
|
-
"schedule.blockSettings.label": "R\xF3tulo",
|
|
1722
|
-
"schedule.blockSettings.labelPlaceholder": "ex. Manh\xE3 \u2013 Apenas cortes",
|
|
1723
|
-
"schedule.blockSettings.allowedServices": "Servi\xE7os permitidos",
|
|
1724
|
-
"schedule.blockSettings.allServices": "Todos os servi\xE7os",
|
|
1725
|
-
"schedule.blockSettings.oneService": "1 servi\xE7o",
|
|
1726
|
-
"schedule.blockSettings.nServices": "{{count}} servi\xE7os",
|
|
1727
|
-
"registry.suppliers": "Fornecedor",
|
|
1728
|
-
"registry.suppliers.description": "Gerencie seus fornecedores de produtos e materiais",
|
|
1729
|
-
"registry.product-categories": "Categoria de Produto",
|
|
1730
|
-
"registry.product-categories.description": "Categorias de produtos para organiza\xE7\xE3o",
|
|
1731
|
-
"registry.stock-locations": "Local de Estoque",
|
|
1732
|
-
"registry.stock-locations.description": "Locais f\xEDsicos de armazenamento do estoque",
|
|
1733
|
-
"registry.measurement-units": "Unidade de Medida",
|
|
1734
|
-
"registry.measurement-units.description": "Unidades padr\xE3o de medida",
|
|
1735
|
-
"registry.payment-methods": "M\xE9todo de Pagamento",
|
|
1736
|
-
"registry.chart-of-accounts": "Plano de Contas",
|
|
1737
|
-
"registry.cost-centers": "Centro de Custo",
|
|
1738
|
-
"registry.bank-accounts": "Conta Banc\xE1ria",
|
|
1739
|
-
"registry.commission-rules": "Regra de Comiss\xE3o",
|
|
1740
|
-
"registry.price-tables": "Tabela de Pre\xE7os",
|
|
1741
|
-
"registry.price-variations": "Varia\xE7\xE3o de Pre\xE7o",
|
|
1742
|
-
"registry.payment-method-types": "Tipo de Pagamento",
|
|
1743
|
-
"registry.card-brands": "Bandeira de Cart\xE3o",
|
|
1744
|
-
"registry.lead-sources": "Origem de Lead",
|
|
1745
|
-
"registry.tags": "Tag",
|
|
1746
|
-
"registry.activity-types": "Tipo de Atividade",
|
|
1747
|
-
"org.connectionError.title": "Falha na conex\xE3o",
|
|
1748
|
-
"org.connectionError.description": "N\xE3o foi poss\xEDvel conectar ao servidor. Verifique sua conex\xE3o com a internet e tente novamente.",
|
|
1749
|
-
"org.connectionError.retry": "Tentar novamente",
|
|
1750
|
-
"app.mockMode.banner": "Voc\xEA est\xE1 no modo offline. Os dados exibidos podem n\xE3o estar atualizados."
|
|
1751
|
-
}
|
|
1752
|
-
};
|
|
1753
|
-
|
|
1754
|
-
// src/i18n/index.ts
|
|
1755
|
-
var I18nContext = React.createContext({
|
|
1756
|
-
defaultLocale: "en",
|
|
1757
|
-
supported: ["en"],
|
|
1758
|
-
translations: {}
|
|
1759
|
-
});
|
|
1760
|
-
var I18nProvider = I18nContext.Provider;
|
|
1761
|
-
function useI18nConfig() {
|
|
1762
|
-
return React.useContext(I18nContext);
|
|
1763
|
-
}
|
|
1764
|
-
function useTranslation() {
|
|
1765
|
-
const config = React.useContext(I18nContext);
|
|
1766
|
-
const localeStore = useLocaleStore();
|
|
1767
|
-
const locale = localeStore.locale;
|
|
1768
|
-
return React.useCallback(
|
|
1769
|
-
(key, params) => {
|
|
1770
|
-
const localizedTranslations = config.translations[locale] ?? {};
|
|
1771
|
-
const fallback = config.translations[config.defaultLocale] ?? {};
|
|
1772
|
-
const gLocale = _globalTranslations[locale] ?? {};
|
|
1773
|
-
const gFallback = _globalTranslations[config.defaultLocale] ?? {};
|
|
1774
|
-
let raw = localizedTranslations[key] ?? gLocale[key] ?? fallback[key] ?? gFallback[key] ?? key;
|
|
1775
|
-
if (params) {
|
|
1776
|
-
for (const [k, v] of Object.entries(params)) {
|
|
1777
|
-
raw = raw.replace(new RegExp(`\\{\\{${k}\\}\\}`, "g"), String(v));
|
|
1778
|
-
}
|
|
1779
|
-
}
|
|
1780
|
-
return raw;
|
|
1781
|
-
},
|
|
1782
|
-
[config, locale]
|
|
1783
|
-
);
|
|
1784
|
-
}
|
|
1785
|
-
var _localeStore = {
|
|
1786
|
-
locale: "en",
|
|
1787
|
-
setLocale: (l) => {
|
|
1788
|
-
_localeStore.locale = l;
|
|
1789
|
-
}
|
|
1790
|
-
};
|
|
1791
|
-
var _localeListeners = /* @__PURE__ */ new Set();
|
|
1792
|
-
function setLocaleStore(store) {
|
|
1793
|
-
_localeStore = store;
|
|
1794
|
-
}
|
|
1795
|
-
function useLocaleStore() {
|
|
1796
|
-
const locale = React.useSyncExternalStore(
|
|
1797
|
-
(listener) => {
|
|
1798
|
-
_localeListeners.add(listener);
|
|
1799
|
-
return () => _localeListeners.delete(listener);
|
|
1800
|
-
},
|
|
1801
|
-
getCurrentLocale,
|
|
1802
|
-
getCurrentLocale
|
|
1803
|
-
);
|
|
1804
|
-
return React.useMemo(() => ({ locale, setLocale: setCurrentLocale }), [locale]);
|
|
1805
|
-
}
|
|
1806
|
-
function getCurrentLocale() {
|
|
1807
|
-
return _localeStore.locale;
|
|
1808
|
-
}
|
|
1809
|
-
function setCurrentLocale(locale) {
|
|
1810
|
-
if (_localeStore.locale === locale) return;
|
|
1811
|
-
_localeStore.setLocale(locale);
|
|
1812
|
-
_localeListeners.forEach((listener) => listener());
|
|
1813
|
-
}
|
|
1814
|
-
var coreTranslations = {
|
|
1815
|
-
en: {
|
|
1816
|
-
"common.save": "Save",
|
|
1817
|
-
"common.saveChanges": "Save Changes",
|
|
1818
|
-
"common.saving": "Saving...",
|
|
1819
|
-
"common.cancel": "Cancel",
|
|
1820
|
-
"common.delete": "Delete",
|
|
1821
|
-
"common.edit": "Edit",
|
|
1822
|
-
"common.close": "Close",
|
|
1823
|
-
"common.confirm": "Confirm",
|
|
1824
|
-
"common.discard": "Discard",
|
|
1825
|
-
"common.back": "Back",
|
|
1826
|
-
"common.formIncomplete": "Fill in the required fields before saving.",
|
|
1827
|
-
"connectors.title": "Integrations",
|
|
1828
|
-
"connectors.subtitle": "Connect external providers to this module.",
|
|
1829
|
-
"connectors.connected": "Connected",
|
|
1830
|
-
"connectors.notConnected": "Not connected",
|
|
1831
|
-
"connectors.connect": "Connect",
|
|
1832
|
-
"connectors.disconnect": "Disconnect",
|
|
1833
|
-
"connectors.test": "Test",
|
|
1834
|
-
"connectors.save": "Save connection",
|
|
1835
|
-
"connectors.testing": "Testing\u2026",
|
|
1836
|
-
"connectors.saving": "Saving\u2026",
|
|
1837
|
-
"connectors.empty": "No integrations available for this module yet.",
|
|
1838
|
-
"connectors.configure": "Configure",
|
|
1839
|
-
"saveBar.unsaved": "Unsaved changes",
|
|
1840
|
-
"common.add": "Add",
|
|
1841
|
-
"common.loading": "Loading...",
|
|
1842
|
-
"common.error": "Something went wrong",
|
|
1843
|
-
"common.noResults": "No results found.",
|
|
1844
|
-
"common.search": "Search",
|
|
1845
|
-
"common.actions": "Actions",
|
|
1846
|
-
"common.continue": "Continue",
|
|
1847
|
-
"common.done": "Done",
|
|
1848
|
-
"common.yes": "Yes",
|
|
1849
|
-
"common.no": "No",
|
|
1850
|
-
"common.active": "Active",
|
|
1851
|
-
"common.inactive": "Inactive",
|
|
1852
|
-
"common.overview": "Overview",
|
|
1853
|
-
"common.settings": "Settings",
|
|
1854
|
-
"common.plugins": "Plugins",
|
|
1855
|
-
"common.new": "New",
|
|
1856
|
-
"common.filter": "Filter",
|
|
1857
|
-
"common.export": "Export",
|
|
1858
|
-
"common.import": "Import",
|
|
1859
|
-
"common.preview": "Preview",
|
|
1860
|
-
"common.total": "Total",
|
|
1861
|
-
"crud.newItem": "New {{name}}",
|
|
1862
|
-
"crud.editItem": "Edit {{name}}",
|
|
1863
|
-
"crud.deleteConfirm": "Delete {{name}}?",
|
|
1864
|
-
"crud.deleteMessage": "This action cannot be undone.",
|
|
1865
|
-
"crud.created": "{{name}} created",
|
|
1866
|
-
"crud.updated": "{{name}} updated",
|
|
1867
|
-
"crud.deleted": "{{name}} deleted",
|
|
1868
|
-
"crud.noItems": "No {{namePlural}} yet.",
|
|
1869
|
-
"auth.login.title": "Sign in",
|
|
1870
|
-
"auth.login.subtitle": "Enter your credentials to access your account",
|
|
1871
|
-
"auth.login.emailLabel": "Email",
|
|
1872
|
-
"auth.login.passwordLabel": "Password",
|
|
1873
|
-
"auth.login.submit": "Sign in",
|
|
1874
|
-
"auth.login.forgotPassword": "Forgot password?",
|
|
1875
|
-
"auth.login.noAccount": "Don't have an account?",
|
|
1876
|
-
"auth.login.signUpLink": "Sign up",
|
|
1877
|
-
"auth.signup.title": "Create account",
|
|
1878
|
-
"auth.signup.submit": "Create account",
|
|
1879
|
-
"auth.signup.hasAccount": "Already have an account?",
|
|
1880
|
-
"auth.signup.signInLink": "Sign in",
|
|
1881
|
-
"settings.title": "Settings",
|
|
1882
|
-
"settings.company": "Company",
|
|
1883
|
-
"settings.branding": "Branding",
|
|
1884
|
-
"settings.security": "Security",
|
|
1885
|
-
"settings.sites": "Sites",
|
|
1886
|
-
"settings.team": "Team",
|
|
1887
|
-
"settings.billing": "Billing",
|
|
1888
|
-
"settings.locations": "Locations",
|
|
1889
|
-
"billing.title": "Plans & Billing",
|
|
1890
|
-
"billing.currentPlan": "Current Plan",
|
|
1891
|
-
"billing.upgrade": "Upgrade",
|
|
1892
|
-
"billing.manage": "Manage Subscription"
|
|
1893
|
-
},
|
|
1894
|
-
"pt-BR": {
|
|
1895
|
-
"common.save": "Salvar",
|
|
1896
|
-
"common.saveChanges": "Salvar Altera\xE7\xF5es",
|
|
1897
|
-
"common.saving": "Salvando...",
|
|
1898
|
-
"common.cancel": "Cancelar",
|
|
1899
|
-
"common.delete": "Excluir",
|
|
1900
|
-
"common.edit": "Editar",
|
|
1901
|
-
"common.close": "Fechar",
|
|
1902
|
-
"common.confirm": "Confirmar",
|
|
1903
|
-
"common.discard": "Descartar",
|
|
1904
|
-
"common.back": "Voltar",
|
|
1905
|
-
"common.formIncomplete": "Preencha os campos obrigat\xF3rios antes de salvar.",
|
|
1906
|
-
"connectors.title": "Integra\xE7\xF5es",
|
|
1907
|
-
"connectors.subtitle": "Conecte provedores externos a este m\xF3dulo.",
|
|
1908
|
-
"connectors.connected": "Conectado",
|
|
1909
|
-
"connectors.notConnected": "N\xE3o conectado",
|
|
1910
|
-
"connectors.connect": "Conectar",
|
|
1911
|
-
"connectors.disconnect": "Desconectar",
|
|
1912
|
-
"connectors.test": "Testar",
|
|
1913
|
-
"connectors.save": "Salvar conex\xE3o",
|
|
1914
|
-
"connectors.testing": "Testando\u2026",
|
|
1915
|
-
"connectors.saving": "Salvando\u2026",
|
|
1916
|
-
"connectors.empty": "Nenhuma integra\xE7\xE3o dispon\xEDvel para este m\xF3dulo ainda.",
|
|
1917
|
-
"connectors.configure": "Configurar",
|
|
1918
|
-
"saveBar.unsaved": "Altera\xE7\xF5es n\xE3o salvas",
|
|
1919
|
-
"common.add": "Adicionar",
|
|
1920
|
-
"common.loading": "Carregando...",
|
|
1921
|
-
"common.error": "Algo deu errado",
|
|
1922
|
-
"common.noResults": "Nenhum resultado encontrado.",
|
|
1923
|
-
"common.search": "Buscar",
|
|
1924
|
-
"common.actions": "A\xE7\xF5es",
|
|
1925
|
-
"common.continue": "Continuar",
|
|
1926
|
-
"common.done": "Conclu\xEDdo",
|
|
1927
|
-
"common.yes": "Sim",
|
|
1928
|
-
"common.no": "N\xE3o",
|
|
1929
|
-
"common.active": "Ativo",
|
|
1930
|
-
"common.inactive": "Inativo",
|
|
1931
|
-
"common.overview": "Vis\xE3o Geral",
|
|
1932
|
-
"common.settings": "Configura\xE7\xF5es",
|
|
1933
|
-
"common.plugins": "Plugins",
|
|
1934
|
-
"common.new": "Novo",
|
|
1935
|
-
"common.filter": "Filtrar",
|
|
1936
|
-
"common.export": "Exportar",
|
|
1937
|
-
"common.import": "Importar",
|
|
1938
|
-
"common.preview": "Pr\xE9-visualizar",
|
|
1939
|
-
"common.total": "Total",
|
|
1940
|
-
"crud.newItem": "Novo {{name}}",
|
|
1941
|
-
"crud.editItem": "Editar {{name}}",
|
|
1942
|
-
"crud.deleteConfirm": "Excluir {{name}}?",
|
|
1943
|
-
"crud.deleteMessage": "Esta a\xE7\xE3o n\xE3o pode ser desfeita.",
|
|
1944
|
-
"crud.created": "{{name}} criado",
|
|
1945
|
-
"crud.updated": "{{name}} atualizado",
|
|
1946
|
-
"crud.deleted": "{{name}} exclu\xEDdo",
|
|
1947
|
-
"crud.noItems": "Nenhum {{namePlural}} ainda.",
|
|
1948
|
-
"auth.login.title": "Entrar",
|
|
1949
|
-
"auth.login.subtitle": "Digite suas credenciais para acessar sua conta",
|
|
1950
|
-
"auth.login.emailLabel": "E-mail",
|
|
1951
|
-
"auth.login.passwordLabel": "Senha",
|
|
1952
|
-
"auth.login.submit": "Entrar",
|
|
1953
|
-
"auth.login.forgotPassword": "Esqueceu a senha?",
|
|
1954
|
-
"auth.login.noAccount": "N\xE3o tem uma conta?",
|
|
1955
|
-
"auth.login.signUpLink": "Cadastrar",
|
|
1956
|
-
"auth.signup.title": "Criar conta",
|
|
1957
|
-
"auth.signup.submit": "Criar conta",
|
|
1958
|
-
"auth.signup.hasAccount": "J\xE1 tem uma conta?",
|
|
1959
|
-
"auth.signup.signInLink": "Entrar",
|
|
1960
|
-
"settings.title": "Configura\xE7\xF5es",
|
|
1961
|
-
"settings.company": "Empresa",
|
|
1962
|
-
"settings.branding": "Identidade Visual",
|
|
1963
|
-
"settings.security": "Seguran\xE7a",
|
|
1964
|
-
"settings.sites": "Sites",
|
|
1965
|
-
"settings.team": "Equipe",
|
|
1966
|
-
"settings.billing": "Faturamento",
|
|
1967
|
-
"settings.locations": "Localiza\xE7\xF5es",
|
|
1968
|
-
"billing.title": "Planos e Faturamento",
|
|
1969
|
-
"billing.currentPlan": "Plano Atual",
|
|
1970
|
-
"billing.upgrade": "Fazer Upgrade",
|
|
1971
|
-
"billing.manage": "Gerenciar Assinatura"
|
|
1972
|
-
}
|
|
1973
|
-
};
|
|
1974
|
-
var _globalTranslations = {};
|
|
1975
|
-
function registerTranslations(translations) {
|
|
1976
|
-
if (!translations) return;
|
|
1977
|
-
_globalTranslations = mergeTranslations(_globalTranslations, translations);
|
|
1978
|
-
}
|
|
1979
|
-
function mergeTranslations(base, ...overrides) {
|
|
1980
|
-
const result = { ...base };
|
|
1981
|
-
for (const override of overrides) {
|
|
1982
|
-
if (!override) continue;
|
|
1983
|
-
for (const [locale, translations] of Object.entries(override)) {
|
|
1984
|
-
result[locale] = { ...result[locale] ?? {}, ...translations };
|
|
1985
|
-
}
|
|
1986
|
-
}
|
|
1987
|
-
return result;
|
|
1988
|
-
}
|
|
1989
|
-
registerTranslations(coreTranslations);
|
|
1990
|
-
registerTranslations(shellTranslations);
|
|
1991
|
-
|
|
1992
|
-
export { I18nProvider, coreTranslations, getCurrentLocale, mergeTranslations, registerTranslations, setCurrentLocale, setLocaleStore, useI18nConfig, useTranslation };
|
|
1993
|
-
//# sourceMappingURL=chunk-MJ4ML56F.js.map
|
|
1994
|
-
//# sourceMappingURL=chunk-MJ4ML56F.js.map
|