@greatapps/common 1.1.671 → 1.1.673
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/components/layouts/NavBar.mjs +5 -3
- package/dist/components/layouts/NavBar.mjs.map +1 -1
- package/dist/components/layouts/NotificationsPopover.mjs +5 -3
- package/dist/components/layouts/NotificationsPopover.mjs.map +1 -1
- package/dist/components/layouts/ProfilePopover.mjs +6 -4
- package/dist/components/layouts/ProfilePopover.mjs.map +1 -1
- package/dist/components/layouts/UsersSelectorPopover.mjs +9 -7
- package/dist/components/layouts/UsersSelectorPopover.mjs.map +1 -1
- package/dist/components/modals/BuyCreditsModal.mjs +17 -18
- package/dist/components/modals/BuyCreditsModal.mjs.map +1 -1
- package/dist/components/modals/CreditsDisabledModal.mjs +6 -4
- package/dist/components/modals/CreditsDisabledModal.mjs.map +1 -1
- package/dist/components/modals/PaidPlanRequiredModal.mjs +5 -3
- package/dist/components/modals/PaidPlanRequiredModal.mjs.map +1 -1
- package/dist/components/modals/cards/AddCardModal.mjs +27 -24
- package/dist/components/modals/cards/AddCardModal.mjs.map +1 -1
- package/dist/components/modals/cards/CannotDeleteCardModal.mjs +9 -7
- package/dist/components/modals/cards/CannotDeleteCardModal.mjs.map +1 -1
- package/dist/components/modals/cards/CardFormFields.mjs +25 -22
- package/dist/components/modals/cards/CardFormFields.mjs.map +1 -1
- package/dist/components/modals/cards/DeleteCardModal.mjs +10 -8
- package/dist/components/modals/cards/DeleteCardModal.mjs.map +1 -1
- package/dist/components/navigation/CancelledSubscriptionBanner.mjs +4 -2
- package/dist/components/navigation/CancelledSubscriptionBanner.mjs.map +1 -1
- package/dist/components/navigation/OverdueInvoiceBanner.mjs +4 -2
- package/dist/components/navigation/OverdueInvoiceBanner.mjs.map +1 -1
- package/dist/components/navigation/PendingCancellationBanner.mjs +4 -6
- package/dist/components/navigation/PendingCancellationBanner.mjs.map +1 -1
- package/dist/components/navigation/ProjectSelectorPopover.mjs +8 -6
- package/dist/components/navigation/ProjectSelectorPopover.mjs.map +1 -1
- package/dist/components/navigation/UpcomingInvoiceBanner.mjs +4 -6
- package/dist/components/navigation/UpcomingInvoiceBanner.mjs.map +1 -1
- package/dist/components/navigation/subcomponents/BottomLinks.mjs +5 -3
- package/dist/components/navigation/subcomponents/BottomLinks.mjs.map +1 -1
- package/dist/components/navigation/subcomponents/CreditsCard.mjs +3 -1
- package/dist/components/navigation/subcomponents/CreditsCard.mjs.map +1 -1
- package/dist/components/navigation/subcomponents/PlanCard.mjs +3 -1
- package/dist/components/navigation/subcomponents/PlanCard.mjs.map +1 -1
- package/dist/components/navigation/subcomponents/ProjectSelector.mjs +5 -3
- package/dist/components/navigation/subcomponents/ProjectSelector.mjs.map +1 -1
- package/dist/components/pages/NotFoundPage.mjs +5 -3
- package/dist/components/pages/NotFoundPage.mjs.map +1 -1
- package/dist/components/pages/notifications/Notifications.mjs +13 -10
- package/dist/components/pages/notifications/Notifications.mjs.map +1 -1
- package/dist/components/ui/buttons/CopyButton.mjs +9 -5
- package/dist/components/ui/buttons/CopyButton.mjs.map +1 -1
- package/dist/components/ui/data-display/CardItem.mjs +7 -5
- package/dist/components/ui/data-display/CardItem.mjs.map +1 -1
- package/dist/components/ui/data-display/PaymentInfoCard.mjs +10 -8
- package/dist/components/ui/data-display/PaymentInfoCard.mjs.map +1 -1
- package/dist/components/ui/feedback/DefaultCircularProgress.mjs +3 -1
- package/dist/components/ui/feedback/DefaultCircularProgress.mjs.map +1 -1
- package/dist/components/ui/form/ComboboxField.mjs +11 -6
- package/dist/components/ui/form/ComboboxField.mjs.map +1 -1
- package/dist/components/ui/form/DatePicker.mjs +5 -2
- package/dist/components/ui/form/DatePicker.mjs.map +1 -1
- package/dist/components/ui/form/DateRangePicker.mjs +5 -2
- package/dist/components/ui/form/DateRangePicker.mjs.map +1 -1
- package/dist/components/ui/form/PhoneInput.mjs +5 -3
- package/dist/components/ui/form/PhoneInput.mjs.map +1 -1
- package/dist/components/ui/form/SelectField.mjs +6 -3
- package/dist/components/ui/form/SelectField.mjs.map +1 -1
- package/dist/components/widgets/ImageUpload/ImageCropModal.mjs +11 -18
- package/dist/components/widgets/ImageUpload/ImageCropModal.mjs.map +1 -1
- package/dist/components/widgets/ImageUpload/ImageTooSmallModal.mjs +6 -15
- package/dist/components/widgets/ImageUpload/ImageTooSmallModal.mjs.map +1 -1
- package/dist/i18n/messages/en-us.mjs +231 -0
- package/dist/i18n/messages/en-us.mjs.map +1 -1
- package/dist/i18n/messages/es-es.mjs +231 -0
- package/dist/i18n/messages/es-es.mjs.map +1 -1
- package/dist/i18n/messages/pt-br.mjs +239 -0
- package/dist/i18n/messages/pt-br.mjs.map +1 -1
- package/dist/modules/cards/hooks/handle-delete-card.hook.mjs +2 -1
- package/dist/modules/cards/hooks/handle-delete-card.hook.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/layouts/NavBar.tsx +5 -3
- package/src/components/layouts/NotificationsPopover.tsx +5 -3
- package/src/components/layouts/ProfilePopover.tsx +6 -4
- package/src/components/layouts/UsersSelectorPopover.tsx +9 -7
- package/src/components/modals/BuyCreditsModal.tsx +18 -16
- package/src/components/modals/CreditsDisabledModal.tsx +6 -6
- package/src/components/modals/PaidPlanRequiredModal.tsx +5 -3
- package/src/components/modals/cards/AddCardModal.tsx +29 -27
- package/src/components/modals/cards/CannotDeleteCardModal.tsx +9 -8
- package/src/components/modals/cards/CardFormFields.tsx +25 -22
- package/src/components/modals/cards/DeleteCardModal.tsx +10 -8
- package/src/components/navigation/CancelledSubscriptionBanner.tsx +4 -2
- package/src/components/navigation/OverdueInvoiceBanner.tsx +4 -2
- package/src/components/navigation/PendingCancellationBanner.tsx +4 -2
- package/src/components/navigation/ProjectSelectorPopover.tsx +8 -6
- package/src/components/navigation/UpcomingInvoiceBanner.tsx +4 -2
- package/src/components/navigation/subcomponents/BottomLinks.tsx +5 -3
- package/src/components/navigation/subcomponents/CreditsCard.tsx +3 -1
- package/src/components/navigation/subcomponents/PlanCard.tsx +3 -1
- package/src/components/navigation/subcomponents/ProjectSelector.tsx +5 -3
- package/src/components/pages/NotFoundPage.tsx +5 -3
- package/src/components/pages/notifications/Notifications.tsx +13 -10
- package/src/components/ui/buttons/CopyButton.tsx +10 -5
- package/src/components/ui/data-display/CardItem.tsx +7 -5
- package/src/components/ui/data-display/PaymentInfoCard.tsx +10 -8
- package/src/components/ui/feedback/DefaultCircularProgress.tsx +3 -1
- package/src/components/ui/form/ComboboxField.tsx +11 -6
- package/src/components/ui/form/DatePicker.tsx +5 -2
- package/src/components/ui/form/DateRangePicker.tsx +5 -2
- package/src/components/ui/form/PhoneInput.tsx +5 -3
- package/src/components/ui/form/SelectField.tsx +6 -3
- package/src/components/widgets/ImageUpload/ImageCropModal.tsx +19 -11
- package/src/components/widgets/ImageUpload/ImageTooSmallModal.tsx +6 -5
- package/src/i18n/messages/en-us.ts +234 -0
- package/src/i18n/messages/es-es.ts +234 -0
- package/src/i18n/messages/pt-br.ts +248 -0
- package/src/modules/cards/hooks/handle-delete-card.hook.ts +8 -3
|
@@ -206,6 +206,237 @@ const messages = {
|
|
|
206
206
|
title: "Settings"
|
|
207
207
|
}
|
|
208
208
|
},
|
|
209
|
+
credits: {
|
|
210
|
+
buy: {
|
|
211
|
+
title: "Buy AI credits",
|
|
212
|
+
externalTitle: "AI Credits",
|
|
213
|
+
externalDescription: "To purchase AI credits, visit your subscription area.",
|
|
214
|
+
externalButton: "Go to subscription area",
|
|
215
|
+
creditsOptionLabel: "{credits} AI credits",
|
|
216
|
+
creditsOptionDisplayValue: "{credits} AI credits",
|
|
217
|
+
paymentOnConfirm: "Payment will be processed at the time of confirmation.",
|
|
218
|
+
nextInvoiceChanges: "Changes will take effect from your next invoice.",
|
|
219
|
+
defaultPrice: "Default",
|
|
220
|
+
immediateCharge: "Immediate charge",
|
|
221
|
+
totalPlanValue: "Total plan value",
|
|
222
|
+
confirmAndPay: "Confirm and pay",
|
|
223
|
+
creditsChangedToast: "AI credits changed to {credits}"
|
|
224
|
+
},
|
|
225
|
+
disabled: {
|
|
226
|
+
title: "Credit purchase unavailable",
|
|
227
|
+
descriptionLine1: "Only administrators and owners can purchase AI credits.",
|
|
228
|
+
descriptionLine2: "Ask an account administrator or owner to purchase more credits.",
|
|
229
|
+
understood: "Got it"
|
|
230
|
+
},
|
|
231
|
+
paidPlanRequired: {
|
|
232
|
+
defaultTitle: "Feature available on paid plans",
|
|
233
|
+
defaultDescription: "To access this feature, upgrade to a paid plan",
|
|
234
|
+
knowPlans: "View plans"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
cards: {
|
|
238
|
+
add: {
|
|
239
|
+
stepBilling: "Billing",
|
|
240
|
+
stepCard: "Card",
|
|
241
|
+
externalTitle: "Card management unavailable",
|
|
242
|
+
externalDescription: "Access your subscription area to manage payment methods.",
|
|
243
|
+
externalButton: "Go to subscription area",
|
|
244
|
+
title: "Add card",
|
|
245
|
+
billingHeading: "Add your billing information",
|
|
246
|
+
cardHeading: "Add your card information",
|
|
247
|
+
authenticating: "Authenticating...",
|
|
248
|
+
submitting: "Adding card...",
|
|
249
|
+
submit: "Add card",
|
|
250
|
+
errorInitAuth: "Unable to start card authentication, please try again.",
|
|
251
|
+
errorAuth: "Card authentication failed.",
|
|
252
|
+
errorAuthStatus: "Authentication not completed (status: {status}).",
|
|
253
|
+
statusUnknown: "unknown",
|
|
254
|
+
successToast: "Card added successfully.",
|
|
255
|
+
errorSave: "Unable to save your new card, please try again."
|
|
256
|
+
},
|
|
257
|
+
form: {
|
|
258
|
+
nameOnCard: "Name on card",
|
|
259
|
+
typeHere: "Type here",
|
|
260
|
+
cardNumber: "Card number",
|
|
261
|
+
cardExpiry: "Expiration date",
|
|
262
|
+
cardCvc: "CVC",
|
|
263
|
+
country: "Country",
|
|
264
|
+
select: "Select",
|
|
265
|
+
personType: "Person type",
|
|
266
|
+
personTypePf: "Individual",
|
|
267
|
+
personTypePj: "Business",
|
|
268
|
+
cpf: "CPF",
|
|
269
|
+
cnpj: "CNPJ",
|
|
270
|
+
fullName: "Full name",
|
|
271
|
+
cep: "CEP",
|
|
272
|
+
street: "Address",
|
|
273
|
+
streetNumber: "Number",
|
|
274
|
+
city: "City",
|
|
275
|
+
state: "UF",
|
|
276
|
+
neighborhood: "Neighborhood",
|
|
277
|
+
complement: "Complement",
|
|
278
|
+
cardNumberRequired: "Card number is required",
|
|
279
|
+
cardExpiryRequired: "Expiration date is required",
|
|
280
|
+
cardCvcRequired: "Security code is required"
|
|
281
|
+
},
|
|
282
|
+
delete: {
|
|
283
|
+
title: "Delete card",
|
|
284
|
+
description: "Are you sure you want to delete the card:",
|
|
285
|
+
confirmLabel: "Type DELETE below",
|
|
286
|
+
confirmPlaceholder: "DELETE",
|
|
287
|
+
deleting: "Deleting...",
|
|
288
|
+
successToast: "Card \u2022\u2022\u2022\u2022 {digits} deleted successfully",
|
|
289
|
+
errorToast: "Unable to delete card"
|
|
290
|
+
},
|
|
291
|
+
cannotDelete: {
|
|
292
|
+
title: "Cannot delete this card",
|
|
293
|
+
description: "This card is in use and has an active subscription linked to it. Select another card as default or add a new one.",
|
|
294
|
+
selectDefault: "Select a card as default:",
|
|
295
|
+
addNewCard: "Add new card",
|
|
296
|
+
errorUpdateCard: "Error updating subscription card"
|
|
297
|
+
},
|
|
298
|
+
item: {
|
|
299
|
+
defaultBadge: "Default",
|
|
300
|
+
makeDefault: "Make default",
|
|
301
|
+
setDefaultSuccess: "Card set as default",
|
|
302
|
+
setDefaultError: "Error setting card as default"
|
|
303
|
+
},
|
|
304
|
+
paymentInfo: {
|
|
305
|
+
email: "Email",
|
|
306
|
+
payment: "Payment",
|
|
307
|
+
addCard: "Add card",
|
|
308
|
+
selectPaymentMethod: "Select payment method",
|
|
309
|
+
manageCards: "Manage cards",
|
|
310
|
+
newPaymentMethod: "New payment method"
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
navigation: {
|
|
314
|
+
banners: {
|
|
315
|
+
cancelled: {
|
|
316
|
+
message: "Subscription cancelled! Your pages are now offline.",
|
|
317
|
+
choosePlan: "Choose a new plan"
|
|
318
|
+
},
|
|
319
|
+
overdue: {
|
|
320
|
+
message: "Your subscription is overdue and your pages may be taken offline at any time.",
|
|
321
|
+
details: "Details"
|
|
322
|
+
},
|
|
323
|
+
pending: {
|
|
324
|
+
message: "Your subscription was cancelled. You have until {limitDate} with your pages online.",
|
|
325
|
+
reactivate: "Reactivate subscription"
|
|
326
|
+
},
|
|
327
|
+
upcoming: {
|
|
328
|
+
message: "Invoice pending. Pay by {dueDate} to avoid suspension of your pages.",
|
|
329
|
+
details: "Details"
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
projectSelector: {
|
|
333
|
+
title: "Projects",
|
|
334
|
+
searchPlaceholder: "Search here",
|
|
335
|
+
emptyLine1: "No projects found.",
|
|
336
|
+
emptyLine2: "Create a project to get started.",
|
|
337
|
+
noResults: "No results found.",
|
|
338
|
+
manageProjects: "Manage projects"
|
|
339
|
+
},
|
|
340
|
+
bottomLinks: {
|
|
341
|
+
news: "News",
|
|
342
|
+
helpCenter: "Help center",
|
|
343
|
+
sendSuggestions: "Send suggestions"
|
|
344
|
+
},
|
|
345
|
+
creditsCard: {
|
|
346
|
+
label: "Credits used"
|
|
347
|
+
},
|
|
348
|
+
planCard: {
|
|
349
|
+
knowPlans: "View plans"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
forms: {
|
|
353
|
+
combobox: {
|
|
354
|
+
placeholder: "Select an option",
|
|
355
|
+
searchPlaceholder: "Search...",
|
|
356
|
+
emptyMessage: "No options found."
|
|
357
|
+
},
|
|
358
|
+
datePicker: {
|
|
359
|
+
placeholder: "Select date"
|
|
360
|
+
},
|
|
361
|
+
dateRangePicker: {
|
|
362
|
+
placeholder: "Select period"
|
|
363
|
+
},
|
|
364
|
+
phoneInput: {
|
|
365
|
+
optional: "(Optional)",
|
|
366
|
+
searchPlaceholder: "Search country...",
|
|
367
|
+
emptyMessage: "No countries found"
|
|
368
|
+
},
|
|
369
|
+
select: {
|
|
370
|
+
placeholder: "Select an option",
|
|
371
|
+
optional: "(Optional)"
|
|
372
|
+
},
|
|
373
|
+
copyButton: {
|
|
374
|
+
tooltipDefault: "Copy link",
|
|
375
|
+
successDefault: "Link copied",
|
|
376
|
+
errorMessage: "Unable to copy link"
|
|
377
|
+
},
|
|
378
|
+
circularProgress: {
|
|
379
|
+
ariaLabel: "Export progress"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
imageUpload: {
|
|
383
|
+
cropTitle: "Adjust image",
|
|
384
|
+
cropHint: "Drag to adjust the crop area",
|
|
385
|
+
cropAlt: "Crop",
|
|
386
|
+
tooSmallTitleWithDimension: "Image smaller than {dimensionText}",
|
|
387
|
+
tooSmallTitleGeneric: "Image too small",
|
|
388
|
+
tooSmallBodyFileWithDimension: 'The file "{fileName}" is smaller than {dimensionText}. Upload an image with at least {dimensionText} to continue.',
|
|
389
|
+
tooSmallBodyFileGeneric: 'The file "{fileName}" is smaller than the minimum required size. Upload a larger image to continue.',
|
|
390
|
+
tooSmallBodyNoFileWithDimension: "The selected image is smaller than {dimensionText}. Upload an image with at least {dimensionText} to continue.",
|
|
391
|
+
tooSmallBodyNoFileGeneric: "The selected image is smaller than the minimum required size. Upload a larger image to continue.",
|
|
392
|
+
sendAnother: "Upload another"
|
|
393
|
+
},
|
|
394
|
+
notifications: {
|
|
395
|
+
page: {
|
|
396
|
+
title: "Notifications",
|
|
397
|
+
subtitle: "Have full control over pages, experiences, and conversions.",
|
|
398
|
+
markAllReadDesktop: "Mark all as read",
|
|
399
|
+
markAllReadMobile: "Mark as read",
|
|
400
|
+
tabAll: "All notifications",
|
|
401
|
+
tabUnread: "Unread",
|
|
402
|
+
details: "Details",
|
|
403
|
+
empty: "No notifications found.",
|
|
404
|
+
markAllSuccess: "All notifications marked as read",
|
|
405
|
+
markAllError: "Error marking notifications as read"
|
|
406
|
+
},
|
|
407
|
+
popover: {
|
|
408
|
+
title: "Latest notifications",
|
|
409
|
+
empty: "No notifications yet",
|
|
410
|
+
viewAll: "All notifications"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
layout: {
|
|
414
|
+
navbar: {
|
|
415
|
+
expandMenu: "Expand menu",
|
|
416
|
+
greatPages: "GreatPages",
|
|
417
|
+
pages: "Pages"
|
|
418
|
+
},
|
|
419
|
+
profile: {
|
|
420
|
+
usedCredits: "Credits used",
|
|
421
|
+
loggingOut: "Signing out...",
|
|
422
|
+
logout: "Sign out"
|
|
423
|
+
},
|
|
424
|
+
usersSelector: {
|
|
425
|
+
title: "Users",
|
|
426
|
+
add: "Add",
|
|
427
|
+
searchPlaceholder: "Search here",
|
|
428
|
+
empty: "No users found.",
|
|
429
|
+
noResults: "No results found.",
|
|
430
|
+
addToProject: "Add to project",
|
|
431
|
+
removeFromProject: "Remove from project",
|
|
432
|
+
manageTeam: "Manage team"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
notFound: {
|
|
436
|
+
title: "Page not found!",
|
|
437
|
+
description: "The page you are looking for does not exist. Check that you typed the link correctly.",
|
|
438
|
+
backToHome: "Back to home"
|
|
439
|
+
},
|
|
209
440
|
languages: {
|
|
210
441
|
"pt-br": "Portuguese (Brazil)",
|
|
211
442
|
"en-us": "English (US)",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/i18n/messages/en-us.ts"],"sourcesContent":["/**\n * en-us translation catalog for @greatapps/common components.\n * Consumer apps merge this object under the `common` namespace.\n * Mirror the module structure of `pt-br.ts` (the source of truth).\n */\nconst messages = {\n actions: {\n save: 'Save',\n saveChanges: 'Save changes',\n cancel: 'Cancel',\n confirm: 'Confirm',\n delete: 'Delete',\n edit: 'Edit',\n close: 'Close',\n back: 'Back',\n continue: 'Continue',\n add: 'Add',\n remove: 'Remove',\n search: 'Search',\n loading: 'Loading...',\n saving: 'Saving...',\n sending: 'Sending...',\n copy: 'Copy',\n copied: 'Copied',\n },\n\n validations: {\n required: 'Required field',\n invalidEmail: 'Invalid email',\n invalidPhone: 'Invalid phone number',\n },\n\n preferences: {\n title: 'Preferences',\n companyName: 'Company name',\n companyNamePlaceholder: 'Enter the company name',\n language: 'Language',\n languagePlaceholder: 'Select the language',\n languageSearch: 'Search language...',\n currency: 'Currency',\n currencyPlaceholder: 'Select the currency',\n currencySearch: 'Search currency...',\n timeDisplay: 'Time display',\n timezone: 'Time zone',\n timezonePlaceholder: 'Select the time zone',\n timezoneSearch: 'Search time zone...',\n timeFormat: 'Time format',\n timeFormatPlaceholder: 'Select the format',\n timeFormatOptions: {\n h24: '24 hours',\n h12: '12 hours (AM/PM)',\n },\n savedSuccess: 'Preferences saved successfully',\n saveError: 'Error saving preferences',\n },\n\n account: {\n deleteAccount: {\n title: 'Delete account',\n description:\n 'This action is <b>irreversible</b>. By confirming, your account and all your data will be deleted.',\n reasonLabel: 'Reason for cancellation',\n reasonPlaceholder: 'Select',\n descriptionLabel: 'Describe what led you to make this decision',\n descriptionPlaceholder: 'Explain your decision...',\n charactersCount: '{count}/400 characters',\n passwordLabel: 'Password',\n passwordPlaceholder: 'Enter your password',\n submit: 'Delete account',\n requiredFields: 'Fill in all required fields',\n reasons: {\n noFeature: 'The tool lacks a feature I need',\n technical: 'I encountered technical issues or errors in the system',\n support: 'I had issues with support or customer service',\n updates: 'Updates take longer than expected',\n temporary: 'The cancellation is temporary',\n other: 'Other reason',\n },\n },\n confirmDelete: {\n title: 'Sorry to see you go!',\n warning:\n 'All your <b>{count} pages</b> will be permanently deleted. This action is <b>irreversible!</b>',\n sessionExpired: 'Session expired. Fill in the fields again.',\n success: 'Account deleted successfully',\n error: 'Error deleting account. Please try again.',\n keepAccount: 'Keep my account',\n deleteAnyway: 'Delete anyway',\n deleting: 'Deleting...',\n },\n cantDelete: {\n title: 'Unable to delete account',\n description:\n 'You have an active subscription. To delete your account, <b>first cancel your subscription</b> on the Subscription page and then try again.',\n confirm: 'Ok, I understand',\n goToSubscription: 'Go to subscription',\n },\n twoFactor: {\n title: 'Two-factor authentication',\n instructions:\n 'Install an authenticator app on your mobile device (e.g., <link>Google Authenticator</link>), scan the QR Code on the side or copy the key in the app, and then enter the 6-digit code generated to continue.',\n qrAlt: 'QR Code for two-factor authentication',\n retry: 'Try again',\n pasteDigits: 'Paste the 6 digits below',\n activating: 'Activating...',\n activate: 'Activate authentication',\n recoveryTitle: 'Security codes',\n recoveryHeading: 'Save these emergency recovery codes',\n recoveryText1:\n 'If you lose access to your phone, you will not be able to log into your account without a two-factor code.',\n recoveryText2: 'Print, copy, or write the codes below in a safe location.',\n copyCodes: 'Copy codes',\n finish: 'Finish',\n codesCopied: 'Codes copied successfully',\n generateError: 'Error generating QR Code. Try again.',\n confirmError: 'Error confirming code. Try again.',\n disableTitle: 'Disable 2FA authentication',\n disableDescription:\n 'Enter the 6-digit code from your authenticator app to confirm disabling.',\n authenticatorCode: 'Authenticator code',\n disabling: 'Disabling...',\n disable: 'Disable 2FA',\n disabledSuccess: 'Two-factor authentication disabled',\n disableError: 'Error disabling 2FA. Try again.',\n invalidCode: 'Invalid code',\n codeResent: 'Code resent',\n resendError: 'Error resending code. Try again.',\n },\n profile: {\n title: 'My profile',\n avatarAlt: 'User photo',\n changePhoto: 'Change photo',\n name: 'First name',\n namePlaceholder: 'Enter your first name',\n lastName: 'Last name',\n lastNamePlaceholder: 'Enter your last name',\n gender: 'Gender',\n genderPlaceholder: 'Select your gender',\n genderOptions: {\n male: 'Male',\n female: 'Female',\n },\n phone: 'Phone',\n change: 'Change',\n accessData: 'Access data',\n email: 'Email',\n savedSuccess: 'Profile updated successfully',\n saveError: 'Error updating profile',\n },\n otp: {\n validationCode: 'Validation code',\n incorrectCode: 'Incorrect code',\n resend: 'Resend code',\n resendIn: 'Resend in <b>{time}</b>',\n validating: 'Validating...',\n },\n changeEmail: {\n title: 'Change email',\n confirm: 'Change email',\n sentCodeTo: 'We sent a validation code to email <b>{email}.</b>',\n updateTitle: 'Update contact email',\n updateDescription: 'Enter your new email to keep your contact information updated.',\n newEmail: 'New email',\n newEmailPlaceholder: 'Enter your new email',\n emailChanged: 'Email changed successfully',\n emailExistsError: 'Email already exists or an error occurred. Please try again later.',\n },\n changePhone: {\n titleEdit: 'Change phone',\n titleAdd: 'Add phone',\n sentCodeTo: 'We sent a validation code to your current number <b>{phone}.</b>',\n confirm: 'Change phone',\n updateTitle: 'Update contact phone',\n addTitle: 'Add contact phone',\n updateDescription: 'Enter the new number to keep your contact information updated.',\n addDescription: 'Enter your phone number for contact.',\n newNumber: 'New number',\n numberLabel: 'Phone number',\n phoneChanged: 'Phone changed',\n phoneAdded: 'Phone added',\n invalidNumber: 'Invalid phone number',\n saveError: 'An error occurred while saving the phone number. Please try again later.',\n numberExistsError: 'Number already exists or an error occurred. Please try again later.',\n },\n security: {\n title: 'Security',\n googleLinkedTitle: 'Google account linked',\n googleLinkedDescription:\n 'Your account is linked to Google. If you unlink it, use \"Forgot my password\" to reset an email access password.',\n unlinking: 'Unlinking...',\n unlinkGoogle: 'Unlink Google',\n unlinkError: 'Error unlinking Google account.',\n deleteAccountDescription:\n 'This action is permanent and cannot be undone. All your data, projects, and settings will be permanently removed.',\n deleteMyAccount: 'Delete my account',\n },\n token: {\n title: 'Account token',\n label: 'Token',\n copySuccess: 'Token copied successfully',\n copyError: 'Failed to copy token',\n info: 'This token is unique to your account and allows API access. Do not share with third parties.',\n docsLink: 'Access documentation',\n },\n changePassword: {\n title: 'Change password',\n currentPassword: 'Current password',\n currentPasswordPlaceholder: 'Enter your current password',\n newPassword: 'New password',\n newPasswordPlaceholder: 'Enter your new password',\n submit: 'Save new password',\n changeError: 'Error changing password',\n changedSuccess: 'Password changed successfully',\n genericError: 'Error changing password. Try again.',\n },\n globalPreferences: {\n title: 'Change global preferences',\n srDescription: 'Confirmation of global account preferences change',\n warning:\n 'You are changing settings that impact <b>all account users</b>. Do you want to confirm?',\n },\n configurations: {\n title: 'Settings',\n },\n },\n\n languages: {\n 'pt-br': 'Portuguese (Brazil)',\n 'en-us': 'English (US)',\n 'es-es': 'Spanish',\n },\n} as const;\n\nexport default messages;\n"],"mappings":"AAKA,MAAM,WAAW;AAAA,EACf,SAAS;AAAA,IACP,MAAM;AAAA,IACN,aAAa;AAAA,IACb,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,UAAU;AAAA,IACV,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,MAAM;AAAA,IACN,QAAQ;AAAA,EACV;AAAA,EAEA,aAAa;AAAA,IACX,UAAU;AAAA,IACV,cAAc;AAAA,IACd,cAAc;AAAA,EAChB;AAAA,EAEA,aAAa;AAAA,IACX,OAAO;AAAA,IACP,aAAa;AAAA,IACb,wBAAwB;AAAA,IACxB,UAAU;AAAA,IACV,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,aAAa;AAAA,IACb,UAAU;AAAA,IACV,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,YAAY;AAAA,IACZ,uBAAuB;AAAA,IACvB,mBAAmB;AAAA,MACjB,KAAK;AAAA,MACL,KAAK;AAAA,IACP;AAAA,IACA,cAAc;AAAA,IACd,WAAW;AAAA,EACb;AAAA,EAEA,SAAS;AAAA,IACP,eAAe;AAAA,MACb,OAAO;AAAA,MACP,aACE;AAAA,MACF,aAAa;AAAA,MACb,mBAAmB;AAAA,MACnB,kBAAkB;AAAA,MAClB,wBAAwB;AAAA,MACxB,iBAAiB;AAAA,MACjB,eAAe;AAAA,MACf,qBAAqB;AAAA,MACrB,QAAQ;AAAA,MACR,gBAAgB;AAAA,MAChB,SAAS;AAAA,QACP,WAAW;AAAA,QACX,WAAW;AAAA,QACX,SAAS;AAAA,QACT,SAAS;AAAA,QACT,WAAW;AAAA,QACX,OAAO;AAAA,MACT;AAAA,IACF;AAAA,IACA,eAAe;AAAA,MACb,OAAO;AAAA,MACP,SACE;AAAA,MACF,gBAAgB;AAAA,MAChB,SAAS;AAAA,MACT,OAAO;AAAA,MACP,aAAa;AAAA,MACb,cAAc;AAAA,MACd,UAAU;AAAA,IACZ;AAAA,IACA,YAAY;AAAA,MACV,OAAO;AAAA,MACP,aACE;AAAA,MACF,SAAS;AAAA,MACT,kBAAkB;AAAA,IACpB;AAAA,IACA,WAAW;AAAA,MACT,OAAO;AAAA,MACP,cACE;AAAA,MACF,OAAO;AAAA,MACP,OAAO;AAAA,MACP,aAAa;AAAA,MACb,YAAY;AAAA,MACZ,UAAU;AAAA,MACV,eAAe;AAAA,MACf,iBAAiB;AAAA,MACjB,eACE;AAAA,MACF,eAAe;AAAA,MACf,WAAW;AAAA,MACX,QAAQ;AAAA,MACR,aAAa;AAAA,MACb,eAAe;AAAA,MACf,cAAc;AAAA,MACd,cAAc;AAAA,MACd,oBACE;AAAA,MACF,mBAAmB;AAAA,MACnB,WAAW;AAAA,MACX,SAAS;AAAA,MACT,iBAAiB;AAAA,MACjB,cAAc;AAAA,MACd,aAAa;AAAA,MACb,YAAY;AAAA,MACZ,aAAa;AAAA,IACf;AAAA,IACA,SAAS;AAAA,MACP,OAAO;AAAA,MACP,WAAW;AAAA,MACX,aAAa;AAAA,MACb,MAAM;AAAA,MACN,iBAAiB;AAAA,MACjB,UAAU;AAAA,MACV,qBAAqB;AAAA,MACrB,QAAQ;AAAA,MACR,mBAAmB;AAAA,MACnB,eAAe;AAAA,QACb,MAAM;AAAA,QACN,QAAQ;AAAA,MACV;AAAA,MACA,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,YAAY;AAAA,MACZ,OAAO;AAAA,MACP,cAAc;AAAA,MACd,WAAW;AAAA,IACb;AAAA,IACA,KAAK;AAAA,MACH,gBAAgB;AAAA,MAChB,eAAe;AAAA,MACf,QAAQ;AAAA,MACR,UAAU;AAAA,MACV,YAAY;AAAA,IACd;AAAA,IACA,aAAa;AAAA,MACX,OAAO;AAAA,MACP,SAAS;AAAA,MACT,YAAY;AAAA,MACZ,aAAa;AAAA,MACb,mBAAmB;AAAA,MACnB,UAAU;AAAA,MACV,qBAAqB;AAAA,MACrB,cAAc;AAAA,MACd,kBAAkB;AAAA,IACpB;AAAA,IACA,aAAa;AAAA,MACX,WAAW;AAAA,MACX,UAAU;AAAA,MACV,YAAY;AAAA,MACZ,SAAS;AAAA,MACT,aAAa;AAAA,MACb,UAAU;AAAA,MACV,mBAAmB;AAAA,MACnB,gBAAgB;AAAA,MAChB,WAAW;AAAA,MACX,aAAa;AAAA,MACb,cAAc;AAAA,MACd,YAAY;AAAA,MACZ,eAAe;AAAA,MACf,WAAW;AAAA,MACX,mBAAmB;AAAA,IACrB;AAAA,IACA,UAAU;AAAA,MACR,OAAO;AAAA,MACP,mBAAmB;AAAA,MACnB,yBACE;AAAA,MACF,WAAW;AAAA,MACX,cAAc;AAAA,MACd,aAAa;AAAA,MACb,0BACE;AAAA,MACF,iBAAiB;AAAA,IACnB;AAAA,IACA,OAAO;AAAA,MACL,OAAO;AAAA,MACP,OAAO;AAAA,MACP,aAAa;AAAA,MACb,WAAW;AAAA,MACX,MAAM;AAAA,MACN,UAAU;AAAA,IACZ;AAAA,IACA,gBAAgB;AAAA,MACd,OAAO;AAAA,MACP,iBAAiB;AAAA,MACjB,4BAA4B;AAAA,MAC5B,aAAa;AAAA,MACb,wBAAwB;AAAA,MACxB,QAAQ;AAAA,MACR,aAAa;AAAA,MACb,gBAAgB;AAAA,MAChB,cAAc;AAAA,IAChB;AAAA,IACA,mBAAmB;AAAA,MACjB,OAAO;AAAA,MACP,eAAe;AAAA,MACf,SACE;AAAA,IACJ;AAAA,IACA,gBAAgB;AAAA,MACd,OAAO;AAAA,IACT;AAAA,EACF;AAAA,EAEA,WAAW;AAAA,IACT,SAAS;AAAA,IACT,SAAS;AAAA,IACT,SAAS;AAAA,EACX;AACF;AAEA,IAAO,gBAAQ;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../src/i18n/messages/en-us.ts"],"sourcesContent":["/**\n * en-us translation catalog for @greatapps/common components.\n * Consumer apps merge this object under the `common` namespace.\n * Mirror the module structure of `pt-br.ts` (the source of truth).\n */\nconst messages = {\n actions: {\n save: 'Save',\n saveChanges: 'Save changes',\n cancel: 'Cancel',\n confirm: 'Confirm',\n delete: 'Delete',\n edit: 'Edit',\n close: 'Close',\n back: 'Back',\n continue: 'Continue',\n add: 'Add',\n remove: 'Remove',\n search: 'Search',\n loading: 'Loading...',\n saving: 'Saving...',\n sending: 'Sending...',\n copy: 'Copy',\n copied: 'Copied',\n },\n\n validations: {\n required: 'Required field',\n invalidEmail: 'Invalid email',\n invalidPhone: 'Invalid phone number',\n },\n\n preferences: {\n title: 'Preferences',\n companyName: 'Company name',\n companyNamePlaceholder: 'Enter the company name',\n language: 'Language',\n languagePlaceholder: 'Select the language',\n languageSearch: 'Search language...',\n currency: 'Currency',\n currencyPlaceholder: 'Select the currency',\n currencySearch: 'Search currency...',\n timeDisplay: 'Time display',\n timezone: 'Time zone',\n timezonePlaceholder: 'Select the time zone',\n timezoneSearch: 'Search time zone...',\n timeFormat: 'Time format',\n timeFormatPlaceholder: 'Select the format',\n timeFormatOptions: {\n h24: '24 hours',\n h12: '12 hours (AM/PM)',\n },\n savedSuccess: 'Preferences saved successfully',\n saveError: 'Error saving preferences',\n },\n\n account: {\n deleteAccount: {\n title: 'Delete account',\n description:\n 'This action is <b>irreversible</b>. By confirming, your account and all your data will be deleted.',\n reasonLabel: 'Reason for cancellation',\n reasonPlaceholder: 'Select',\n descriptionLabel: 'Describe what led you to make this decision',\n descriptionPlaceholder: 'Explain your decision...',\n charactersCount: '{count}/400 characters',\n passwordLabel: 'Password',\n passwordPlaceholder: 'Enter your password',\n submit: 'Delete account',\n requiredFields: 'Fill in all required fields',\n reasons: {\n noFeature: 'The tool lacks a feature I need',\n technical: 'I encountered technical issues or errors in the system',\n support: 'I had issues with support or customer service',\n updates: 'Updates take longer than expected',\n temporary: 'The cancellation is temporary',\n other: 'Other reason',\n },\n },\n confirmDelete: {\n title: 'Sorry to see you go!',\n warning:\n 'All your <b>{count} pages</b> will be permanently deleted. This action is <b>irreversible!</b>',\n sessionExpired: 'Session expired. Fill in the fields again.',\n success: 'Account deleted successfully',\n error: 'Error deleting account. Please try again.',\n keepAccount: 'Keep my account',\n deleteAnyway: 'Delete anyway',\n deleting: 'Deleting...',\n },\n cantDelete: {\n title: 'Unable to delete account',\n description:\n 'You have an active subscription. To delete your account, <b>first cancel your subscription</b> on the Subscription page and then try again.',\n confirm: 'Ok, I understand',\n goToSubscription: 'Go to subscription',\n },\n twoFactor: {\n title: 'Two-factor authentication',\n instructions:\n 'Install an authenticator app on your mobile device (e.g., <link>Google Authenticator</link>), scan the QR Code on the side or copy the key in the app, and then enter the 6-digit code generated to continue.',\n qrAlt: 'QR Code for two-factor authentication',\n retry: 'Try again',\n pasteDigits: 'Paste the 6 digits below',\n activating: 'Activating...',\n activate: 'Activate authentication',\n recoveryTitle: 'Security codes',\n recoveryHeading: 'Save these emergency recovery codes',\n recoveryText1:\n 'If you lose access to your phone, you will not be able to log into your account without a two-factor code.',\n recoveryText2: 'Print, copy, or write the codes below in a safe location.',\n copyCodes: 'Copy codes',\n finish: 'Finish',\n codesCopied: 'Codes copied successfully',\n generateError: 'Error generating QR Code. Try again.',\n confirmError: 'Error confirming code. Try again.',\n disableTitle: 'Disable 2FA authentication',\n disableDescription:\n 'Enter the 6-digit code from your authenticator app to confirm disabling.',\n authenticatorCode: 'Authenticator code',\n disabling: 'Disabling...',\n disable: 'Disable 2FA',\n disabledSuccess: 'Two-factor authentication disabled',\n disableError: 'Error disabling 2FA. Try again.',\n invalidCode: 'Invalid code',\n codeResent: 'Code resent',\n resendError: 'Error resending code. Try again.',\n },\n profile: {\n title: 'My profile',\n avatarAlt: 'User photo',\n changePhoto: 'Change photo',\n name: 'First name',\n namePlaceholder: 'Enter your first name',\n lastName: 'Last name',\n lastNamePlaceholder: 'Enter your last name',\n gender: 'Gender',\n genderPlaceholder: 'Select your gender',\n genderOptions: {\n male: 'Male',\n female: 'Female',\n },\n phone: 'Phone',\n change: 'Change',\n accessData: 'Access data',\n email: 'Email',\n savedSuccess: 'Profile updated successfully',\n saveError: 'Error updating profile',\n },\n otp: {\n validationCode: 'Validation code',\n incorrectCode: 'Incorrect code',\n resend: 'Resend code',\n resendIn: 'Resend in <b>{time}</b>',\n validating: 'Validating...',\n },\n changeEmail: {\n title: 'Change email',\n confirm: 'Change email',\n sentCodeTo: 'We sent a validation code to email <b>{email}.</b>',\n updateTitle: 'Update contact email',\n updateDescription: 'Enter your new email to keep your contact information updated.',\n newEmail: 'New email',\n newEmailPlaceholder: 'Enter your new email',\n emailChanged: 'Email changed successfully',\n emailExistsError: 'Email already exists or an error occurred. Please try again later.',\n },\n changePhone: {\n titleEdit: 'Change phone',\n titleAdd: 'Add phone',\n sentCodeTo: 'We sent a validation code to your current number <b>{phone}.</b>',\n confirm: 'Change phone',\n updateTitle: 'Update contact phone',\n addTitle: 'Add contact phone',\n updateDescription: 'Enter the new number to keep your contact information updated.',\n addDescription: 'Enter your phone number for contact.',\n newNumber: 'New number',\n numberLabel: 'Phone number',\n phoneChanged: 'Phone changed',\n phoneAdded: 'Phone added',\n invalidNumber: 'Invalid phone number',\n saveError: 'An error occurred while saving the phone number. Please try again later.',\n numberExistsError: 'Number already exists or an error occurred. Please try again later.',\n },\n security: {\n title: 'Security',\n googleLinkedTitle: 'Google account linked',\n googleLinkedDescription:\n 'Your account is linked to Google. If you unlink it, use \"Forgot my password\" to reset an email access password.',\n unlinking: 'Unlinking...',\n unlinkGoogle: 'Unlink Google',\n unlinkError: 'Error unlinking Google account.',\n deleteAccountDescription:\n 'This action is permanent and cannot be undone. All your data, projects, and settings will be permanently removed.',\n deleteMyAccount: 'Delete my account',\n },\n token: {\n title: 'Account token',\n label: 'Token',\n copySuccess: 'Token copied successfully',\n copyError: 'Failed to copy token',\n info: 'This token is unique to your account and allows API access. Do not share with third parties.',\n docsLink: 'Access documentation',\n },\n changePassword: {\n title: 'Change password',\n currentPassword: 'Current password',\n currentPasswordPlaceholder: 'Enter your current password',\n newPassword: 'New password',\n newPasswordPlaceholder: 'Enter your new password',\n submit: 'Save new password',\n changeError: 'Error changing password',\n changedSuccess: 'Password changed successfully',\n genericError: 'Error changing password. Try again.',\n },\n globalPreferences: {\n title: 'Change global preferences',\n srDescription: 'Confirmation of global account preferences change',\n warning:\n 'You are changing settings that impact <b>all account users</b>. Do you want to confirm?',\n },\n configurations: {\n title: 'Settings',\n },\n },\n\n credits: {\n buy: {\n title: 'Buy AI credits',\n externalTitle: 'AI Credits',\n externalDescription: 'To purchase AI credits, visit your subscription area.',\n externalButton: 'Go to subscription area',\n creditsOptionLabel: '{credits} AI credits',\n creditsOptionDisplayValue: '{credits} AI credits',\n paymentOnConfirm: 'Payment will be processed at the time of confirmation.',\n nextInvoiceChanges: 'Changes will take effect from your next invoice.',\n defaultPrice: 'Default',\n immediateCharge: 'Immediate charge',\n totalPlanValue: 'Total plan value',\n confirmAndPay: 'Confirm and pay',\n creditsChangedToast: 'AI credits changed to {credits}',\n },\n disabled: {\n title: 'Credit purchase unavailable',\n descriptionLine1: 'Only administrators and owners can purchase AI credits.',\n descriptionLine2:\n 'Ask an account administrator or owner to purchase more credits.',\n understood: 'Got it',\n },\n paidPlanRequired: {\n defaultTitle: 'Feature available on paid plans',\n defaultDescription: 'To access this feature, upgrade to a paid plan',\n knowPlans: 'View plans',\n },\n },\n\n cards: {\n add: {\n stepBilling: 'Billing',\n stepCard: 'Card',\n externalTitle: 'Card management unavailable',\n externalDescription: 'Access your subscription area to manage payment methods.',\n externalButton: 'Go to subscription area',\n title: 'Add card',\n billingHeading: 'Add your billing information',\n cardHeading: 'Add your card information',\n authenticating: 'Authenticating...',\n submitting: 'Adding card...',\n submit: 'Add card',\n errorInitAuth: 'Unable to start card authentication, please try again.',\n errorAuth: 'Card authentication failed.',\n errorAuthStatus: 'Authentication not completed (status: {status}).',\n statusUnknown: 'unknown',\n successToast: 'Card added successfully.',\n errorSave: 'Unable to save your new card, please try again.',\n },\n form: {\n nameOnCard: 'Name on card',\n typeHere: 'Type here',\n cardNumber: 'Card number',\n cardExpiry: 'Expiration date',\n cardCvc: 'CVC',\n country: 'Country',\n select: 'Select',\n personType: 'Person type',\n personTypePf: 'Individual',\n personTypePj: 'Business',\n cpf: 'CPF',\n cnpj: 'CNPJ',\n fullName: 'Full name',\n cep: 'CEP',\n street: 'Address',\n streetNumber: 'Number',\n city: 'City',\n state: 'UF',\n neighborhood: 'Neighborhood',\n complement: 'Complement',\n cardNumberRequired: 'Card number is required',\n cardExpiryRequired: 'Expiration date is required',\n cardCvcRequired: 'Security code is required',\n },\n delete: {\n title: 'Delete card',\n description: 'Are you sure you want to delete the card:',\n confirmLabel: 'Type DELETE below',\n confirmPlaceholder: 'DELETE',\n deleting: 'Deleting...',\n successToast: 'Card •••• {digits} deleted successfully',\n errorToast: 'Unable to delete card',\n },\n cannotDelete: {\n title: 'Cannot delete this card',\n description: 'This card is in use and has an active subscription linked to it. Select another card as default or add a new one.',\n selectDefault: 'Select a card as default:',\n addNewCard: 'Add new card',\n errorUpdateCard: 'Error updating subscription card',\n },\n item: {\n defaultBadge: 'Default',\n makeDefault: 'Make default',\n setDefaultSuccess: 'Card set as default',\n setDefaultError: 'Error setting card as default',\n },\n paymentInfo: {\n email: 'Email',\n payment: 'Payment',\n addCard: 'Add card',\n selectPaymentMethod: 'Select payment method',\n manageCards: 'Manage cards',\n newPaymentMethod: 'New payment method',\n },\n },\n navigation: {\n banners: {\n cancelled: {\n message: 'Subscription cancelled! Your pages are now offline.',\n choosePlan: 'Choose a new plan',\n },\n overdue: {\n message: 'Your subscription is overdue and your pages may be taken offline at any time.',\n details: 'Details',\n },\n pending: {\n message: 'Your subscription was cancelled. You have until {limitDate} with your pages online.',\n reactivate: 'Reactivate subscription',\n },\n upcoming: {\n message: 'Invoice pending. Pay by {dueDate} to avoid suspension of your pages.',\n details: 'Details',\n },\n },\n projectSelector: {\n title: 'Projects',\n searchPlaceholder: 'Search here',\n emptyLine1: 'No projects found.',\n emptyLine2: 'Create a project to get started.',\n noResults: 'No results found.',\n manageProjects: 'Manage projects',\n },\n bottomLinks: {\n news: 'News',\n helpCenter: 'Help center',\n sendSuggestions: 'Send suggestions',\n },\n creditsCard: {\n label: 'Credits used',\n },\n planCard: {\n knowPlans: 'View plans',\n },\n },\n forms: {\n combobox: {\n placeholder: 'Select an option',\n searchPlaceholder: 'Search...',\n emptyMessage: 'No options found.',\n },\n datePicker: {\n placeholder: 'Select date',\n },\n dateRangePicker: {\n placeholder: 'Select period',\n },\n phoneInput: {\n optional: '(Optional)',\n searchPlaceholder: 'Search country...',\n emptyMessage: 'No countries found',\n },\n select: {\n placeholder: 'Select an option',\n optional: '(Optional)',\n },\n copyButton: {\n tooltipDefault: 'Copy link',\n successDefault: 'Link copied',\n errorMessage: 'Unable to copy link',\n },\n circularProgress: {\n ariaLabel: 'Export progress',\n },\n },\n imageUpload: {\n cropTitle: 'Adjust image',\n cropHint: 'Drag to adjust the crop area',\n cropAlt: 'Crop',\n tooSmallTitleWithDimension: 'Image smaller than {dimensionText}',\n tooSmallTitleGeneric: 'Image too small',\n tooSmallBodyFileWithDimension: 'The file \"{fileName}\" is smaller than {dimensionText}. Upload an image with at least {dimensionText} to continue.',\n tooSmallBodyFileGeneric: 'The file \"{fileName}\" is smaller than the minimum required size. Upload a larger image to continue.',\n tooSmallBodyNoFileWithDimension: 'The selected image is smaller than {dimensionText}. Upload an image with at least {dimensionText} to continue.',\n tooSmallBodyNoFileGeneric: 'The selected image is smaller than the minimum required size. Upload a larger image to continue.',\n sendAnother: 'Upload another',\n },\n notifications: {\n page: {\n title: 'Notifications',\n subtitle: 'Have full control over pages, experiences, and conversions.',\n markAllReadDesktop: 'Mark all as read',\n markAllReadMobile: 'Mark as read',\n tabAll: 'All notifications',\n tabUnread: 'Unread',\n details: 'Details',\n empty: 'No notifications found.',\n markAllSuccess: 'All notifications marked as read',\n markAllError: 'Error marking notifications as read',\n },\n popover: {\n title: 'Latest notifications',\n empty: 'No notifications yet',\n viewAll: 'All notifications',\n },\n },\n layout: {\n navbar: {\n expandMenu: 'Expand menu',\n greatPages: 'GreatPages',\n pages: 'Pages',\n },\n profile: {\n usedCredits: 'Credits used',\n loggingOut: 'Signing out...',\n logout: 'Sign out',\n },\n usersSelector: {\n title: 'Users',\n add: 'Add',\n searchPlaceholder: 'Search here',\n empty: 'No users found.',\n noResults: 'No results found.',\n addToProject: 'Add to project',\n removeFromProject: 'Remove from project',\n manageTeam: 'Manage team',\n },\n },\n notFound: {\n title: 'Page not found!',\n description: 'The page you are looking for does not exist. Check that you typed the link correctly.',\n backToHome: 'Back to home',\n },\n\n languages: {\n 'pt-br': 'Portuguese (Brazil)',\n 'en-us': 'English (US)',\n 'es-es': 'Spanish',\n },\n} as const;\n\nexport default messages;\n"],"mappings":"AAKA,MAAM,WAAW;AAAA,EACf,SAAS;AAAA,IACP,MAAM;AAAA,IACN,aAAa;AAAA,IACb,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,OAAO;AAAA,IACP,MAAM;AAAA,IACN,UAAU;AAAA,IACV,KAAK;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,MAAM;AAAA,IACN,QAAQ;AAAA,EACV;AAAA,EAEA,aAAa;AAAA,IACX,UAAU;AAAA,IACV,cAAc;AAAA,IACd,cAAc;AAAA,EAChB;AAAA,EAEA,aAAa;AAAA,IACX,OAAO;AAAA,IACP,aAAa;AAAA,IACb,wBAAwB;AAAA,IACxB,UAAU;AAAA,IACV,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,aAAa;AAAA,IACb,UAAU;AAAA,IACV,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,YAAY;AAAA,IACZ,uBAAuB;AAAA,IACvB,mBAAmB;AAAA,MACjB,KAAK;AAAA,MACL,KAAK;AAAA,IACP;AAAA,IACA,cAAc;AAAA,IACd,WAAW;AAAA,EACb;AAAA,EAEA,SAAS;AAAA,IACP,eAAe;AAAA,MACb,OAAO;AAAA,MACP,aACE;AAAA,MACF,aAAa;AAAA,MACb,mBAAmB;AAAA,MACnB,kBAAkB;AAAA,MAClB,wBAAwB;AAAA,MACxB,iBAAiB;AAAA,MACjB,eAAe;AAAA,MACf,qBAAqB;AAAA,MACrB,QAAQ;AAAA,MACR,gBAAgB;AAAA,MAChB,SAAS;AAAA,QACP,WAAW;AAAA,QACX,WAAW;AAAA,QACX,SAAS;AAAA,QACT,SAAS;AAAA,QACT,WAAW;AAAA,QACX,OAAO;AAAA,MACT;AAAA,IACF;AAAA,IACA,eAAe;AAAA,MACb,OAAO;AAAA,MACP,SACE;AAAA,MACF,gBAAgB;AAAA,MAChB,SAAS;AAAA,MACT,OAAO;AAAA,MACP,aAAa;AAAA,MACb,cAAc;AAAA,MACd,UAAU;AAAA,IACZ;AAAA,IACA,YAAY;AAAA,MACV,OAAO;AAAA,MACP,aACE;AAAA,MACF,SAAS;AAAA,MACT,kBAAkB;AAAA,IACpB;AAAA,IACA,WAAW;AAAA,MACT,OAAO;AAAA,MACP,cACE;AAAA,MACF,OAAO;AAAA,MACP,OAAO;AAAA,MACP,aAAa;AAAA,MACb,YAAY;AAAA,MACZ,UAAU;AAAA,MACV,eAAe;AAAA,MACf,iBAAiB;AAAA,MACjB,eACE;AAAA,MACF,eAAe;AAAA,MACf,WAAW;AAAA,MACX,QAAQ;AAAA,MACR,aAAa;AAAA,MACb,eAAe;AAAA,MACf,cAAc;AAAA,MACd,cAAc;AAAA,MACd,oBACE;AAAA,MACF,mBAAmB;AAAA,MACnB,WAAW;AAAA,MACX,SAAS;AAAA,MACT,iBAAiB;AAAA,MACjB,cAAc;AAAA,MACd,aAAa;AAAA,MACb,YAAY;AAAA,MACZ,aAAa;AAAA,IACf;AAAA,IACA,SAAS;AAAA,MACP,OAAO;AAAA,MACP,WAAW;AAAA,MACX,aAAa;AAAA,MACb,MAAM;AAAA,MACN,iBAAiB;AAAA,MACjB,UAAU;AAAA,MACV,qBAAqB;AAAA,MACrB,QAAQ;AAAA,MACR,mBAAmB;AAAA,MACnB,eAAe;AAAA,QACb,MAAM;AAAA,QACN,QAAQ;AAAA,MACV;AAAA,MACA,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,YAAY;AAAA,MACZ,OAAO;AAAA,MACP,cAAc;AAAA,MACd,WAAW;AAAA,IACb;AAAA,IACA,KAAK;AAAA,MACH,gBAAgB;AAAA,MAChB,eAAe;AAAA,MACf,QAAQ;AAAA,MACR,UAAU;AAAA,MACV,YAAY;AAAA,IACd;AAAA,IACA,aAAa;AAAA,MACX,OAAO;AAAA,MACP,SAAS;AAAA,MACT,YAAY;AAAA,MACZ,aAAa;AAAA,MACb,mBAAmB;AAAA,MACnB,UAAU;AAAA,MACV,qBAAqB;AAAA,MACrB,cAAc;AAAA,MACd,kBAAkB;AAAA,IACpB;AAAA,IACA,aAAa;AAAA,MACX,WAAW;AAAA,MACX,UAAU;AAAA,MACV,YAAY;AAAA,MACZ,SAAS;AAAA,MACT,aAAa;AAAA,MACb,UAAU;AAAA,MACV,mBAAmB;AAAA,MACnB,gBAAgB;AAAA,MAChB,WAAW;AAAA,MACX,aAAa;AAAA,MACb,cAAc;AAAA,MACd,YAAY;AAAA,MACZ,eAAe;AAAA,MACf,WAAW;AAAA,MACX,mBAAmB;AAAA,IACrB;AAAA,IACA,UAAU;AAAA,MACR,OAAO;AAAA,MACP,mBAAmB;AAAA,MACnB,yBACE;AAAA,MACF,WAAW;AAAA,MACX,cAAc;AAAA,MACd,aAAa;AAAA,MACb,0BACE;AAAA,MACF,iBAAiB;AAAA,IACnB;AAAA,IACA,OAAO;AAAA,MACL,OAAO;AAAA,MACP,OAAO;AAAA,MACP,aAAa;AAAA,MACb,WAAW;AAAA,MACX,MAAM;AAAA,MACN,UAAU;AAAA,IACZ;AAAA,IACA,gBAAgB;AAAA,MACd,OAAO;AAAA,MACP,iBAAiB;AAAA,MACjB,4BAA4B;AAAA,MAC5B,aAAa;AAAA,MACb,wBAAwB;AAAA,MACxB,QAAQ;AAAA,MACR,aAAa;AAAA,MACb,gBAAgB;AAAA,MAChB,cAAc;AAAA,IAChB;AAAA,IACA,mBAAmB;AAAA,MACjB,OAAO;AAAA,MACP,eAAe;AAAA,MACf,SACE;AAAA,IACJ;AAAA,IACA,gBAAgB;AAAA,MACd,OAAO;AAAA,IACT;AAAA,EACF;AAAA,EAEA,SAAS;AAAA,IACP,KAAK;AAAA,MACH,OAAO;AAAA,MACP,eAAe;AAAA,MACf,qBAAqB;AAAA,MACrB,gBAAgB;AAAA,MAChB,oBAAoB;AAAA,MACpB,2BAA2B;AAAA,MAC3B,kBAAkB;AAAA,MAClB,oBAAoB;AAAA,MACpB,cAAc;AAAA,MACd,iBAAiB;AAAA,MACjB,gBAAgB;AAAA,MAChB,eAAe;AAAA,MACf,qBAAqB;AAAA,IACvB;AAAA,IACA,UAAU;AAAA,MACR,OAAO;AAAA,MACP,kBAAkB;AAAA,MAClB,kBACE;AAAA,MACF,YAAY;AAAA,IACd;AAAA,IACA,kBAAkB;AAAA,MAChB,cAAc;AAAA,MACd,oBAAoB;AAAA,MACpB,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EAEA,OAAO;AAAA,IACL,KAAK;AAAA,MACH,aAAa;AAAA,MACb,UAAU;AAAA,MACV,eAAe;AAAA,MACf,qBAAqB;AAAA,MACrB,gBAAgB;AAAA,MAChB,OAAO;AAAA,MACP,gBAAgB;AAAA,MAChB,aAAa;AAAA,MACb,gBAAgB;AAAA,MAChB,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,eAAe;AAAA,MACf,WAAW;AAAA,MACX,iBAAiB;AAAA,MACjB,eAAe;AAAA,MACf,cAAc;AAAA,MACd,WAAW;AAAA,IACb;AAAA,IACA,MAAM;AAAA,MACJ,YAAY;AAAA,MACZ,UAAU;AAAA,MACV,YAAY;AAAA,MACZ,YAAY;AAAA,MACZ,SAAS;AAAA,MACT,SAAS;AAAA,MACT,QAAQ;AAAA,MACR,YAAY;AAAA,MACZ,cAAc;AAAA,MACd,cAAc;AAAA,MACd,KAAK;AAAA,MACL,MAAM;AAAA,MACN,UAAU;AAAA,MACV,KAAK;AAAA,MACL,QAAQ;AAAA,MACR,cAAc;AAAA,MACd,MAAM;AAAA,MACN,OAAO;AAAA,MACP,cAAc;AAAA,MACd,YAAY;AAAA,MACZ,oBAAoB;AAAA,MACpB,oBAAoB;AAAA,MACpB,iBAAiB;AAAA,IACnB;AAAA,IACA,QAAQ;AAAA,MACN,OAAO;AAAA,MACP,aAAa;AAAA,MACb,cAAc;AAAA,MACd,oBAAoB;AAAA,MACpB,UAAU;AAAA,MACV,cAAc;AAAA,MACd,YAAY;AAAA,IACd;AAAA,IACA,cAAc;AAAA,MACZ,OAAO;AAAA,MACP,aAAa;AAAA,MACb,eAAe;AAAA,MACf,YAAY;AAAA,MACZ,iBAAiB;AAAA,IACnB;AAAA,IACA,MAAM;AAAA,MACJ,cAAc;AAAA,MACd,aAAa;AAAA,MACb,mBAAmB;AAAA,MACnB,iBAAiB;AAAA,IACnB;AAAA,IACA,aAAa;AAAA,MACX,OAAO;AAAA,MACP,SAAS;AAAA,MACT,SAAS;AAAA,MACT,qBAAqB;AAAA,MACrB,aAAa;AAAA,MACb,kBAAkB;AAAA,IACpB;AAAA,EACF;AAAA,EACA,YAAY;AAAA,IACV,SAAS;AAAA,MACP,WAAW;AAAA,QACT,SAAS;AAAA,QACT,YAAY;AAAA,MACd;AAAA,MACA,SAAS;AAAA,QACP,SAAS;AAAA,QACT,SAAS;AAAA,MACX;AAAA,MACA,SAAS;AAAA,QACP,SAAS;AAAA,QACT,YAAY;AAAA,MACd;AAAA,MACA,UAAU;AAAA,QACR,SAAS;AAAA,QACT,SAAS;AAAA,MACX;AAAA,IACF;AAAA,IACA,iBAAiB;AAAA,MACf,OAAO;AAAA,MACP,mBAAmB;AAAA,MACnB,YAAY;AAAA,MACZ,YAAY;AAAA,MACZ,WAAW;AAAA,MACX,gBAAgB;AAAA,IAClB;AAAA,IACA,aAAa;AAAA,MACX,MAAM;AAAA,MACN,YAAY;AAAA,MACZ,iBAAiB;AAAA,IACnB;AAAA,IACA,aAAa;AAAA,MACX,OAAO;AAAA,IACT;AAAA,IACA,UAAU;AAAA,MACR,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EACA,OAAO;AAAA,IACL,UAAU;AAAA,MACR,aAAa;AAAA,MACb,mBAAmB;AAAA,MACnB,cAAc;AAAA,IAChB;AAAA,IACA,YAAY;AAAA,MACV,aAAa;AAAA,IACf;AAAA,IACA,iBAAiB;AAAA,MACf,aAAa;AAAA,IACf;AAAA,IACA,YAAY;AAAA,MACV,UAAU;AAAA,MACV,mBAAmB;AAAA,MACnB,cAAc;AAAA,IAChB;AAAA,IACA,QAAQ;AAAA,MACN,aAAa;AAAA,MACb,UAAU;AAAA,IACZ;AAAA,IACA,YAAY;AAAA,MACV,gBAAgB;AAAA,MAChB,gBAAgB;AAAA,MAChB,cAAc;AAAA,IAChB;AAAA,IACA,kBAAkB;AAAA,MAChB,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EACA,aAAa;AAAA,IACX,WAAW;AAAA,IACX,UAAU;AAAA,IACV,SAAS;AAAA,IACT,4BAA4B;AAAA,IAC5B,sBAAsB;AAAA,IACtB,+BAA+B;AAAA,IAC/B,yBAAyB;AAAA,IACzB,iCAAiC;AAAA,IACjC,2BAA2B;AAAA,IAC3B,aAAa;AAAA,EACf;AAAA,EACA,eAAe;AAAA,IACb,MAAM;AAAA,MACJ,OAAO;AAAA,MACP,UAAU;AAAA,MACV,oBAAoB;AAAA,MACpB,mBAAmB;AAAA,MACnB,QAAQ;AAAA,MACR,WAAW;AAAA,MACX,SAAS;AAAA,MACT,OAAO;AAAA,MACP,gBAAgB;AAAA,MAChB,cAAc;AAAA,IAChB;AAAA,IACA,SAAS;AAAA,MACP,OAAO;AAAA,MACP,OAAO;AAAA,MACP,SAAS;AAAA,IACX;AAAA,EACF;AAAA,EACA,QAAQ;AAAA,IACN,QAAQ;AAAA,MACN,YAAY;AAAA,MACZ,YAAY;AAAA,MACZ,OAAO;AAAA,IACT;AAAA,IACA,SAAS;AAAA,MACP,aAAa;AAAA,MACb,YAAY;AAAA,MACZ,QAAQ;AAAA,IACV;AAAA,IACA,eAAe;AAAA,MACb,OAAO;AAAA,MACP,KAAK;AAAA,MACL,mBAAmB;AAAA,MACnB,OAAO;AAAA,MACP,WAAW;AAAA,MACX,cAAc;AAAA,MACd,mBAAmB;AAAA,MACnB,YAAY;AAAA,IACd;AAAA,EACF;AAAA,EACA,UAAU;AAAA,IACR,OAAO;AAAA,IACP,aAAa;AAAA,IACb,YAAY;AAAA,EACd;AAAA,EAEA,WAAW;AAAA,IACT,SAAS;AAAA,IACT,SAAS;AAAA,IACT,SAAS;AAAA,EACX;AACF;AAEA,IAAO,gBAAQ;","names":[]}
|
|
@@ -206,6 +206,237 @@ const messages = {
|
|
|
206
206
|
title: "Configuraci\xF3n"
|
|
207
207
|
}
|
|
208
208
|
},
|
|
209
|
+
credits: {
|
|
210
|
+
buy: {
|
|
211
|
+
title: "Comprar cr\xE9ditos de IA",
|
|
212
|
+
externalTitle: "Cr\xE9ditos de IA",
|
|
213
|
+
externalDescription: "Para adquirir cr\xE9ditos de IA, acceda a su \xE1rea de suscripci\xF3n.",
|
|
214
|
+
externalButton: "Ir al \xE1rea de suscripci\xF3n",
|
|
215
|
+
creditsOptionLabel: "{credits} cr\xE9ditos de IA",
|
|
216
|
+
creditsOptionDisplayValue: "{credits} cr\xE9ditos de IA",
|
|
217
|
+
paymentOnConfirm: "El pago se procesar\xE1 en el momento de la confirmaci\xF3n.",
|
|
218
|
+
nextInvoiceChanges: "Los cambios entrar\xE1n en vigor a partir de su pr\xF3xima factura.",
|
|
219
|
+
defaultPrice: "Est\xE1ndar",
|
|
220
|
+
immediateCharge: "Cargo inmediato",
|
|
221
|
+
totalPlanValue: "Valor total del plan",
|
|
222
|
+
confirmAndPay: "Confirmar y pagar",
|
|
223
|
+
creditsChangedToast: "Cr\xE9ditos de IA cambiados a {credits}"
|
|
224
|
+
},
|
|
225
|
+
disabled: {
|
|
226
|
+
title: "Compra de cr\xE9ditos no disponible",
|
|
227
|
+
descriptionLine1: "Solo los administradores y propietarios pueden comprar cr\xE9ditos de IA.",
|
|
228
|
+
descriptionLine2: "Pida a un administrador o propietario de la cuenta que adquiera m\xE1s cr\xE9ditos.",
|
|
229
|
+
understood: "Entendido"
|
|
230
|
+
},
|
|
231
|
+
paidPlanRequired: {
|
|
232
|
+
defaultTitle: "Funci\xF3n disponible en planes de pago",
|
|
233
|
+
defaultDescription: "Para acceder a esta funci\xF3n, actualice a un plan de pago",
|
|
234
|
+
knowPlans: "Ver planes"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
cards: {
|
|
238
|
+
add: {
|
|
239
|
+
stepBilling: "Facturaci\xF3n",
|
|
240
|
+
stepCard: "Tarjeta",
|
|
241
|
+
externalTitle: "Gesti\xF3n de tarjetas no disponible",
|
|
242
|
+
externalDescription: "Accede a tu \xE1rea de suscripci\xF3n para gestionar tus m\xE9todos de pago.",
|
|
243
|
+
externalButton: "Acceder al \xE1rea de suscripci\xF3n",
|
|
244
|
+
title: "A\xF1adir tarjeta",
|
|
245
|
+
billingHeading: "A\xF1ade tu informaci\xF3n de facturaci\xF3n",
|
|
246
|
+
cardHeading: "A\xF1ade la informaci\xF3n de tu tarjeta",
|
|
247
|
+
authenticating: "Autenticando...",
|
|
248
|
+
submitting: "A\xF1adiendo tarjeta...",
|
|
249
|
+
submit: "A\xF1adir tarjeta",
|
|
250
|
+
errorInitAuth: "No se pudo iniciar la autenticaci\xF3n de la tarjeta, intenta de nuevo.",
|
|
251
|
+
errorAuth: "Fall\xF3 la autenticaci\xF3n de la tarjeta.",
|
|
252
|
+
errorAuthStatus: "Autenticaci\xF3n no completada (estado: {status}).",
|
|
253
|
+
statusUnknown: "desconocido",
|
|
254
|
+
successToast: "Tarjeta a\xF1adida correctamente.",
|
|
255
|
+
errorSave: "No se pudo guardar tu nueva tarjeta, intenta de nuevo."
|
|
256
|
+
},
|
|
257
|
+
form: {
|
|
258
|
+
nameOnCard: "Nombre impreso en la tarjeta",
|
|
259
|
+
typeHere: "Escribe aqu\xED",
|
|
260
|
+
cardNumber: "N\xFAmero de tarjeta",
|
|
261
|
+
cardExpiry: "Fecha de vencimiento",
|
|
262
|
+
cardCvc: "CVC",
|
|
263
|
+
country: "Pa\xEDs",
|
|
264
|
+
select: "Selecciona",
|
|
265
|
+
personType: "Tipo de persona",
|
|
266
|
+
personTypePf: "Persona f\xEDsica",
|
|
267
|
+
personTypePj: "Persona jur\xEDdica",
|
|
268
|
+
cpf: "CPF",
|
|
269
|
+
cnpj: "CNPJ",
|
|
270
|
+
fullName: "Nombre completo",
|
|
271
|
+
cep: "CEP",
|
|
272
|
+
street: "Direcci\xF3n",
|
|
273
|
+
streetNumber: "N\xFAmero",
|
|
274
|
+
city: "Ciudad",
|
|
275
|
+
state: "UF",
|
|
276
|
+
neighborhood: "Barrio",
|
|
277
|
+
complement: "Complemento",
|
|
278
|
+
cardNumberRequired: "El n\xFAmero de tarjeta es obligatorio",
|
|
279
|
+
cardExpiryRequired: "La fecha de vencimiento es obligatoria",
|
|
280
|
+
cardCvcRequired: "El c\xF3digo de seguridad es obligatorio"
|
|
281
|
+
},
|
|
282
|
+
delete: {
|
|
283
|
+
title: "Eliminar tarjeta",
|
|
284
|
+
description: "Realmente deseas eliminar la tarjeta:",
|
|
285
|
+
confirmLabel: "Escribe ELIMINAR a continuaci\xF3n",
|
|
286
|
+
confirmPlaceholder: "ELIMINAR",
|
|
287
|
+
deleting: "Eliminando...",
|
|
288
|
+
successToast: "La tarjeta \u2022\u2022\u2022\u2022 {digits} se elimin\xF3 correctamente",
|
|
289
|
+
errorToast: "No se pudo eliminar la tarjeta"
|
|
290
|
+
},
|
|
291
|
+
cannotDelete: {
|
|
292
|
+
title: "No se puede eliminar esta tarjeta",
|
|
293
|
+
description: "Esta tarjeta est\xE1 en uso y tiene una suscripci\xF3n activa vinculada. Selecciona otra tarjeta como predeterminada o a\xF1ade una nueva.",
|
|
294
|
+
selectDefault: "Selecciona una tarjeta como predeterminada:",
|
|
295
|
+
addNewCard: "A\xF1adir nueva tarjeta",
|
|
296
|
+
errorUpdateCard: "Error al actualizar la tarjeta de la suscripci\xF3n"
|
|
297
|
+
},
|
|
298
|
+
item: {
|
|
299
|
+
defaultBadge: "Predeterminada",
|
|
300
|
+
makeDefault: "Establecer como predeterminada",
|
|
301
|
+
setDefaultSuccess: "Tarjeta establecida como predeterminada",
|
|
302
|
+
setDefaultError: "Error al establecer la tarjeta predeterminada"
|
|
303
|
+
},
|
|
304
|
+
paymentInfo: {
|
|
305
|
+
email: "Correo electr\xF3nico",
|
|
306
|
+
payment: "Pago",
|
|
307
|
+
addCard: "A\xF1adir tarjeta",
|
|
308
|
+
selectPaymentMethod: "Selecciona el m\xE9todo de pago",
|
|
309
|
+
manageCards: "Gestionar tarjetas",
|
|
310
|
+
newPaymentMethod: "Nuevo m\xE9todo de pago"
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
navigation: {
|
|
314
|
+
banners: {
|
|
315
|
+
cancelled: {
|
|
316
|
+
message: "\xA1Suscripci\xF3n cancelada! Tus p\xE1ginas han sido retiradas del aire.",
|
|
317
|
+
choosePlan: "Elige un nuevo plan"
|
|
318
|
+
},
|
|
319
|
+
overdue: {
|
|
320
|
+
message: "Tu suscripci\xF3n est\xE1 vencida y tus p\xE1ginas pueden ser retiradas del aire en cualquier momento.",
|
|
321
|
+
details: "Detalles"
|
|
322
|
+
},
|
|
323
|
+
pending: {
|
|
324
|
+
message: "Tu suscripci\xF3n ha sido cancelada, tienes hasta {limitDate} con tus p\xE1ginas en l\xEDnea.",
|
|
325
|
+
reactivate: "Reactivar suscripci\xF3n"
|
|
326
|
+
},
|
|
327
|
+
upcoming: {
|
|
328
|
+
message: "Factura pendiente. Paga antes del {dueDate} para evitar la suspensi\xF3n de tus p\xE1ginas.",
|
|
329
|
+
details: "Detalles"
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
projectSelector: {
|
|
333
|
+
title: "Proyectos",
|
|
334
|
+
searchPlaceholder: "Busca aqu\xED",
|
|
335
|
+
emptyLine1: "No se encontr\xF3 ning\xFAn proyecto.",
|
|
336
|
+
emptyLine2: "Crea un proyecto para comenzar.",
|
|
337
|
+
noResults: "No se encontraron resultados.",
|
|
338
|
+
manageProjects: "Gestionar proyectos"
|
|
339
|
+
},
|
|
340
|
+
bottomLinks: {
|
|
341
|
+
news: "Novedades",
|
|
342
|
+
helpCenter: "Centro de ayuda",
|
|
343
|
+
sendSuggestions: "Enviar sugerencias"
|
|
344
|
+
},
|
|
345
|
+
creditsCard: {
|
|
346
|
+
label: "Cr\xE9ditos utilizados"
|
|
347
|
+
},
|
|
348
|
+
planCard: {
|
|
349
|
+
knowPlans: "Conoce nuestros planes"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
forms: {
|
|
353
|
+
combobox: {
|
|
354
|
+
placeholder: "Selecciona una opci\xF3n",
|
|
355
|
+
searchPlaceholder: "Buscar...",
|
|
356
|
+
emptyMessage: "No se encontr\xF3 ninguna opci\xF3n."
|
|
357
|
+
},
|
|
358
|
+
datePicker: {
|
|
359
|
+
placeholder: "Selecciona la fecha"
|
|
360
|
+
},
|
|
361
|
+
dateRangePicker: {
|
|
362
|
+
placeholder: "Selecciona el per\xEDodo"
|
|
363
|
+
},
|
|
364
|
+
phoneInput: {
|
|
365
|
+
optional: "(Opcional)",
|
|
366
|
+
searchPlaceholder: "Buscar pa\xEDs...",
|
|
367
|
+
emptyMessage: "No se encontr\xF3 ning\xFAn pa\xEDs"
|
|
368
|
+
},
|
|
369
|
+
select: {
|
|
370
|
+
placeholder: "Selecciona una opci\xF3n",
|
|
371
|
+
optional: "(Opcional)"
|
|
372
|
+
},
|
|
373
|
+
copyButton: {
|
|
374
|
+
tooltipDefault: "Copiar enlace",
|
|
375
|
+
successDefault: "Enlace copiado",
|
|
376
|
+
errorMessage: "No se pudo copiar el enlace"
|
|
377
|
+
},
|
|
378
|
+
circularProgress: {
|
|
379
|
+
ariaLabel: "Progreso de exportaci\xF3n"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
imageUpload: {
|
|
383
|
+
cropTitle: "Ajustar imagen",
|
|
384
|
+
cropHint: "Arrastra para ajustar el \xE1rea de recorte",
|
|
385
|
+
cropAlt: "Crop",
|
|
386
|
+
tooSmallTitleWithDimension: "Foto menor que {dimensionText}",
|
|
387
|
+
tooSmallTitleGeneric: "Foto muy peque\xF1a",
|
|
388
|
+
tooSmallBodyFileWithDimension: 'El archivo "{fileName}" es menor que {dimensionText}. Sube una imagen de al menos {dimensionText} para continuar.',
|
|
389
|
+
tooSmallBodyFileGeneric: 'El archivo "{fileName}" es menor que el tama\xF1o m\xEDnimo requerido. Sube una imagen m\xE1s grande para continuar.',
|
|
390
|
+
tooSmallBodyNoFileWithDimension: "La imagen seleccionada es menor que {dimensionText}. Sube una imagen de al menos {dimensionText} para continuar.",
|
|
391
|
+
tooSmallBodyNoFileGeneric: "La imagen seleccionada es menor que el tama\xF1o m\xEDnimo requerido. Sube una imagen m\xE1s grande para continuar.",
|
|
392
|
+
sendAnother: "Enviar otra"
|
|
393
|
+
},
|
|
394
|
+
notifications: {
|
|
395
|
+
page: {
|
|
396
|
+
title: "Notificaciones",
|
|
397
|
+
subtitle: "Mant\xE9n el control total sobre tus p\xE1ginas, experiencias y conversiones.",
|
|
398
|
+
markAllReadDesktop: "Marcar todo como le\xEDdo",
|
|
399
|
+
markAllReadMobile: "Marcar como le\xEDdo",
|
|
400
|
+
tabAll: "Todas las notificaciones",
|
|
401
|
+
tabUnread: "No le\xEDdas",
|
|
402
|
+
details: "Detalles",
|
|
403
|
+
empty: "No se encontr\xF3 ninguna notificaci\xF3n.",
|
|
404
|
+
markAllSuccess: "Todas las notificaciones se marcaron como le\xEDdas",
|
|
405
|
+
markAllError: "Error al marcar notificaciones como le\xEDdas"
|
|
406
|
+
},
|
|
407
|
+
popover: {
|
|
408
|
+
title: "\xDAltimas notificaciones",
|
|
409
|
+
empty: "Sin notificaciones por ahora",
|
|
410
|
+
viewAll: "Todas las notificaciones"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
layout: {
|
|
414
|
+
navbar: {
|
|
415
|
+
expandMenu: "Expandir men\xFA",
|
|
416
|
+
greatPages: "GreatPages",
|
|
417
|
+
pages: "P\xE1ginas"
|
|
418
|
+
},
|
|
419
|
+
profile: {
|
|
420
|
+
usedCredits: "Cr\xE9ditos utilizados",
|
|
421
|
+
loggingOut: "Cerrando tu sesi\xF3n...",
|
|
422
|
+
logout: "Cerrar sesi\xF3n"
|
|
423
|
+
},
|
|
424
|
+
usersSelector: {
|
|
425
|
+
title: "Usuarios",
|
|
426
|
+
add: "A\xF1adir",
|
|
427
|
+
searchPlaceholder: "Busca aqu\xED",
|
|
428
|
+
empty: "No se encontr\xF3 ning\xFAn usuario.",
|
|
429
|
+
noResults: "No se encontraron resultados.",
|
|
430
|
+
addToProject: "A\xF1adir al proyecto",
|
|
431
|
+
removeFromProject: "Eliminar del proyecto",
|
|
432
|
+
manageTeam: "Gestionar equipo"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
notFound: {
|
|
436
|
+
title: "\xA1P\xE1gina no encontrada!",
|
|
437
|
+
description: "La p\xE1gina que buscas no existe. Verifica que hayas escrito correctamente el enlace que buscas.",
|
|
438
|
+
backToHome: "Volver al inicio"
|
|
439
|
+
},
|
|
209
440
|
languages: {
|
|
210
441
|
"pt-br": "Portugu\xE9s (Brasil)",
|
|
211
442
|
"en-us": "Ingl\xE9s (EE. UU.)",
|