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