@greatapps/common 1.1.671 → 1.1.672
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
|
@@ -224,6 +224,240 @@ const messages = {
|
|
|
224
224
|
},
|
|
225
225
|
},
|
|
226
226
|
|
|
227
|
+
credits: {
|
|
228
|
+
buy: {
|
|
229
|
+
title: 'Buy AI credits',
|
|
230
|
+
externalTitle: 'AI Credits',
|
|
231
|
+
externalDescription: 'To purchase AI credits, visit your subscription area.',
|
|
232
|
+
externalButton: 'Go to subscription area',
|
|
233
|
+
creditsOptionLabel: '{credits} AI credits',
|
|
234
|
+
creditsOptionDisplayValue: '{credits} AI credits',
|
|
235
|
+
paymentOnConfirm: 'Payment will be processed at the time of confirmation.',
|
|
236
|
+
nextInvoiceChanges: 'Changes will take effect from your next invoice.',
|
|
237
|
+
defaultPrice: 'Default',
|
|
238
|
+
immediateCharge: 'Immediate charge',
|
|
239
|
+
totalPlanValue: 'Total plan value',
|
|
240
|
+
confirmAndPay: 'Confirm and pay',
|
|
241
|
+
creditsChangedToast: 'AI credits changed to {credits}',
|
|
242
|
+
},
|
|
243
|
+
disabled: {
|
|
244
|
+
title: 'Credit purchase unavailable',
|
|
245
|
+
descriptionLine1: 'Only administrators and owners can purchase AI credits.',
|
|
246
|
+
descriptionLine2:
|
|
247
|
+
'Ask an account administrator or owner to purchase more credits.',
|
|
248
|
+
understood: 'Got it',
|
|
249
|
+
},
|
|
250
|
+
paidPlanRequired: {
|
|
251
|
+
defaultTitle: 'Feature available on paid plans',
|
|
252
|
+
defaultDescription: 'To access this feature, upgrade to a paid plan',
|
|
253
|
+
knowPlans: 'View plans',
|
|
254
|
+
},
|
|
255
|
+
},
|
|
256
|
+
|
|
257
|
+
cards: {
|
|
258
|
+
add: {
|
|
259
|
+
stepBilling: 'Billing',
|
|
260
|
+
stepCard: 'Card',
|
|
261
|
+
externalTitle: 'Card management unavailable',
|
|
262
|
+
externalDescription: 'Access your subscription area to manage payment methods.',
|
|
263
|
+
externalButton: 'Go to subscription area',
|
|
264
|
+
title: 'Add card',
|
|
265
|
+
billingHeading: 'Add your billing information',
|
|
266
|
+
cardHeading: 'Add your card information',
|
|
267
|
+
authenticating: 'Authenticating...',
|
|
268
|
+
submitting: 'Adding card...',
|
|
269
|
+
submit: 'Add card',
|
|
270
|
+
errorInitAuth: 'Unable to start card authentication, please try again.',
|
|
271
|
+
errorAuth: 'Card authentication failed.',
|
|
272
|
+
errorAuthStatus: 'Authentication not completed (status: {status}).',
|
|
273
|
+
statusUnknown: 'unknown',
|
|
274
|
+
successToast: 'Card added successfully.',
|
|
275
|
+
errorSave: 'Unable to save your new card, please try again.',
|
|
276
|
+
},
|
|
277
|
+
form: {
|
|
278
|
+
nameOnCard: 'Name on card',
|
|
279
|
+
typeHere: 'Type here',
|
|
280
|
+
cardNumber: 'Card number',
|
|
281
|
+
cardExpiry: 'Expiration date',
|
|
282
|
+
cardCvc: 'CVC',
|
|
283
|
+
country: 'Country',
|
|
284
|
+
select: 'Select',
|
|
285
|
+
personType: 'Person type',
|
|
286
|
+
personTypePf: 'Individual',
|
|
287
|
+
personTypePj: 'Business',
|
|
288
|
+
cpf: 'CPF',
|
|
289
|
+
cnpj: 'CNPJ',
|
|
290
|
+
fullName: 'Full name',
|
|
291
|
+
cep: 'CEP',
|
|
292
|
+
street: 'Address',
|
|
293
|
+
streetNumber: 'Number',
|
|
294
|
+
city: 'City',
|
|
295
|
+
state: 'UF',
|
|
296
|
+
neighborhood: 'Neighborhood',
|
|
297
|
+
complement: 'Complement',
|
|
298
|
+
cardNumberRequired: 'Card number is required',
|
|
299
|
+
cardExpiryRequired: 'Expiration date is required',
|
|
300
|
+
cardCvcRequired: 'Security code is required',
|
|
301
|
+
},
|
|
302
|
+
delete: {
|
|
303
|
+
title: 'Delete card',
|
|
304
|
+
description: 'Are you sure you want to delete the card:',
|
|
305
|
+
confirmLabel: 'Type DELETE below',
|
|
306
|
+
confirmPlaceholder: 'DELETE',
|
|
307
|
+
deleting: 'Deleting...',
|
|
308
|
+
successToast: 'Card •••• {digits} deleted successfully',
|
|
309
|
+
errorToast: 'Unable to delete card',
|
|
310
|
+
},
|
|
311
|
+
cannotDelete: {
|
|
312
|
+
title: 'Cannot delete this card',
|
|
313
|
+
description: 'This card is in use and has an active subscription linked to it. Select another card as default or add a new one.',
|
|
314
|
+
selectDefault: 'Select a card as default:',
|
|
315
|
+
addNewCard: 'Add new card',
|
|
316
|
+
errorUpdateCard: 'Error updating subscription card',
|
|
317
|
+
},
|
|
318
|
+
item: {
|
|
319
|
+
defaultBadge: 'Default',
|
|
320
|
+
makeDefault: 'Make default',
|
|
321
|
+
setDefaultSuccess: 'Card set as default',
|
|
322
|
+
setDefaultError: 'Error setting card as default',
|
|
323
|
+
},
|
|
324
|
+
paymentInfo: {
|
|
325
|
+
email: 'Email',
|
|
326
|
+
payment: 'Payment',
|
|
327
|
+
addCard: 'Add card',
|
|
328
|
+
selectPaymentMethod: 'Select payment method',
|
|
329
|
+
manageCards: 'Manage cards',
|
|
330
|
+
newPaymentMethod: 'New payment method',
|
|
331
|
+
},
|
|
332
|
+
},
|
|
333
|
+
navigation: {
|
|
334
|
+
banners: {
|
|
335
|
+
cancelled: {
|
|
336
|
+
message: 'Subscription cancelled! Your pages are now offline.',
|
|
337
|
+
choosePlan: 'Choose a new plan',
|
|
338
|
+
},
|
|
339
|
+
overdue: {
|
|
340
|
+
message: 'Your subscription is overdue and your pages may be taken offline at any time.',
|
|
341
|
+
details: 'Details',
|
|
342
|
+
},
|
|
343
|
+
pending: {
|
|
344
|
+
message: 'Your subscription was cancelled. You have until {limitDate} with your pages online.',
|
|
345
|
+
reactivate: 'Reactivate subscription',
|
|
346
|
+
},
|
|
347
|
+
upcoming: {
|
|
348
|
+
message: 'Invoice pending. Pay by {dueDate} to avoid suspension of your pages.',
|
|
349
|
+
details: 'Details',
|
|
350
|
+
},
|
|
351
|
+
},
|
|
352
|
+
projectSelector: {
|
|
353
|
+
title: 'Projects',
|
|
354
|
+
searchPlaceholder: 'Search here',
|
|
355
|
+
emptyLine1: 'No projects found.',
|
|
356
|
+
emptyLine2: 'Create a project to get started.',
|
|
357
|
+
noResults: 'No results found.',
|
|
358
|
+
manageProjects: 'Manage projects',
|
|
359
|
+
},
|
|
360
|
+
bottomLinks: {
|
|
361
|
+
news: 'News',
|
|
362
|
+
helpCenter: 'Help center',
|
|
363
|
+
sendSuggestions: 'Send suggestions',
|
|
364
|
+
},
|
|
365
|
+
creditsCard: {
|
|
366
|
+
label: 'Credits used',
|
|
367
|
+
},
|
|
368
|
+
planCard: {
|
|
369
|
+
knowPlans: 'View plans',
|
|
370
|
+
},
|
|
371
|
+
},
|
|
372
|
+
forms: {
|
|
373
|
+
combobox: {
|
|
374
|
+
placeholder: 'Select an option',
|
|
375
|
+
searchPlaceholder: 'Search...',
|
|
376
|
+
emptyMessage: 'No options found.',
|
|
377
|
+
},
|
|
378
|
+
datePicker: {
|
|
379
|
+
placeholder: 'Select date',
|
|
380
|
+
},
|
|
381
|
+
dateRangePicker: {
|
|
382
|
+
placeholder: 'Select period',
|
|
383
|
+
},
|
|
384
|
+
phoneInput: {
|
|
385
|
+
optional: '(Optional)',
|
|
386
|
+
searchPlaceholder: 'Search country...',
|
|
387
|
+
emptyMessage: 'No countries found',
|
|
388
|
+
},
|
|
389
|
+
select: {
|
|
390
|
+
placeholder: 'Select an option',
|
|
391
|
+
optional: '(Optional)',
|
|
392
|
+
},
|
|
393
|
+
copyButton: {
|
|
394
|
+
tooltipDefault: 'Copy link',
|
|
395
|
+
successDefault: 'Link copied',
|
|
396
|
+
errorMessage: 'Unable to copy link',
|
|
397
|
+
},
|
|
398
|
+
circularProgress: {
|
|
399
|
+
ariaLabel: 'Export progress',
|
|
400
|
+
},
|
|
401
|
+
},
|
|
402
|
+
imageUpload: {
|
|
403
|
+
cropTitle: 'Adjust image',
|
|
404
|
+
cropHint: 'Drag to adjust the crop area',
|
|
405
|
+
cropAlt: 'Crop',
|
|
406
|
+
tooSmallTitleWithDimension: 'Image smaller than {dimensionText}',
|
|
407
|
+
tooSmallTitleGeneric: 'Image too small',
|
|
408
|
+
tooSmallBodyFileWithDimension: 'The file "{fileName}" is smaller than {dimensionText}. Upload an image with at least {dimensionText} to continue.',
|
|
409
|
+
tooSmallBodyFileGeneric: 'The file "{fileName}" is smaller than the minimum required size. Upload a larger image to continue.',
|
|
410
|
+
tooSmallBodyNoFileWithDimension: 'The selected image is smaller than {dimensionText}. Upload an image with at least {dimensionText} to continue.',
|
|
411
|
+
tooSmallBodyNoFileGeneric: 'The selected image is smaller than the minimum required size. Upload a larger image to continue.',
|
|
412
|
+
sendAnother: 'Upload another',
|
|
413
|
+
},
|
|
414
|
+
notifications: {
|
|
415
|
+
page: {
|
|
416
|
+
title: 'Notifications',
|
|
417
|
+
subtitle: 'Have full control over pages, experiences, and conversions.',
|
|
418
|
+
markAllReadDesktop: 'Mark all as read',
|
|
419
|
+
markAllReadMobile: 'Mark as read',
|
|
420
|
+
tabAll: 'All notifications',
|
|
421
|
+
tabUnread: 'Unread',
|
|
422
|
+
details: 'Details',
|
|
423
|
+
empty: 'No notifications found.',
|
|
424
|
+
markAllSuccess: 'All notifications marked as read',
|
|
425
|
+
markAllError: 'Error marking notifications as read',
|
|
426
|
+
},
|
|
427
|
+
popover: {
|
|
428
|
+
title: 'Latest notifications',
|
|
429
|
+
empty: 'No notifications yet',
|
|
430
|
+
viewAll: 'All notifications',
|
|
431
|
+
},
|
|
432
|
+
},
|
|
433
|
+
layout: {
|
|
434
|
+
navbar: {
|
|
435
|
+
expandMenu: 'Expand menu',
|
|
436
|
+
greatPages: 'GreatPages',
|
|
437
|
+
pages: 'Pages',
|
|
438
|
+
},
|
|
439
|
+
profile: {
|
|
440
|
+
usedCredits: 'Credits used',
|
|
441
|
+
loggingOut: 'Signing out...',
|
|
442
|
+
logout: 'Sign out',
|
|
443
|
+
},
|
|
444
|
+
usersSelector: {
|
|
445
|
+
title: 'Users',
|
|
446
|
+
add: 'Add',
|
|
447
|
+
searchPlaceholder: 'Search here',
|
|
448
|
+
empty: 'No users found.',
|
|
449
|
+
noResults: 'No results found.',
|
|
450
|
+
addToProject: 'Add to project',
|
|
451
|
+
removeFromProject: 'Remove from project',
|
|
452
|
+
manageTeam: 'Manage team',
|
|
453
|
+
},
|
|
454
|
+
},
|
|
455
|
+
notFound: {
|
|
456
|
+
title: 'Page not found!',
|
|
457
|
+
description: 'The page you are looking for does not exist. Check that you typed the link correctly.',
|
|
458
|
+
backToHome: 'Back to home',
|
|
459
|
+
},
|
|
460
|
+
|
|
227
461
|
languages: {
|
|
228
462
|
'pt-br': 'Portuguese (Brazil)',
|
|
229
463
|
'en-us': 'English (US)',
|
|
@@ -225,6 +225,240 @@ const messages = {
|
|
|
225
225
|
},
|
|
226
226
|
},
|
|
227
227
|
|
|
228
|
+
credits: {
|
|
229
|
+
buy: {
|
|
230
|
+
title: 'Comprar créditos de IA',
|
|
231
|
+
externalTitle: 'Créditos de IA',
|
|
232
|
+
externalDescription: 'Para adquirir créditos de IA, acceda a su área de suscripción.',
|
|
233
|
+
externalButton: 'Ir al área de suscripción',
|
|
234
|
+
creditsOptionLabel: '{credits} créditos de IA',
|
|
235
|
+
creditsOptionDisplayValue: '{credits} créditos de IA',
|
|
236
|
+
paymentOnConfirm: 'El pago se procesará en el momento de la confirmación.',
|
|
237
|
+
nextInvoiceChanges: 'Los cambios entrarán en vigor a partir de su próxima factura.',
|
|
238
|
+
defaultPrice: 'Estándar',
|
|
239
|
+
immediateCharge: 'Cargo inmediato',
|
|
240
|
+
totalPlanValue: 'Valor total del plan',
|
|
241
|
+
confirmAndPay: 'Confirmar y pagar',
|
|
242
|
+
creditsChangedToast: 'Créditos de IA cambiados a {credits}',
|
|
243
|
+
},
|
|
244
|
+
disabled: {
|
|
245
|
+
title: 'Compra de créditos no disponible',
|
|
246
|
+
descriptionLine1: 'Solo los administradores y propietarios pueden comprar créditos de IA.',
|
|
247
|
+
descriptionLine2:
|
|
248
|
+
'Pida a un administrador o propietario de la cuenta que adquiera más créditos.',
|
|
249
|
+
understood: 'Entendido',
|
|
250
|
+
},
|
|
251
|
+
paidPlanRequired: {
|
|
252
|
+
defaultTitle: 'Función disponible en planes de pago',
|
|
253
|
+
defaultDescription: 'Para acceder a esta función, actualice a un plan de pago',
|
|
254
|
+
knowPlans: 'Ver planes',
|
|
255
|
+
},
|
|
256
|
+
},
|
|
257
|
+
|
|
258
|
+
cards: {
|
|
259
|
+
add: {
|
|
260
|
+
stepBilling: 'Facturación',
|
|
261
|
+
stepCard: 'Tarjeta',
|
|
262
|
+
externalTitle: 'Gestión de tarjetas no disponible',
|
|
263
|
+
externalDescription: 'Accede a tu área de suscripción para gestionar tus métodos de pago.',
|
|
264
|
+
externalButton: 'Acceder al área de suscripción',
|
|
265
|
+
title: 'Añadir tarjeta',
|
|
266
|
+
billingHeading: 'Añade tu información de facturación',
|
|
267
|
+
cardHeading: 'Añade la información de tu tarjeta',
|
|
268
|
+
authenticating: 'Autenticando...',
|
|
269
|
+
submitting: 'Añadiendo tarjeta...',
|
|
270
|
+
submit: 'Añadir tarjeta',
|
|
271
|
+
errorInitAuth: 'No se pudo iniciar la autenticación de la tarjeta, intenta de nuevo.',
|
|
272
|
+
errorAuth: 'Falló la autenticación de la tarjeta.',
|
|
273
|
+
errorAuthStatus: 'Autenticación no completada (estado: {status}).',
|
|
274
|
+
statusUnknown: 'desconocido',
|
|
275
|
+
successToast: 'Tarjeta añadida correctamente.',
|
|
276
|
+
errorSave: 'No se pudo guardar tu nueva tarjeta, intenta de nuevo.',
|
|
277
|
+
},
|
|
278
|
+
form: {
|
|
279
|
+
nameOnCard: 'Nombre impreso en la tarjeta',
|
|
280
|
+
typeHere: 'Escribe aquí',
|
|
281
|
+
cardNumber: 'Número de tarjeta',
|
|
282
|
+
cardExpiry: 'Fecha de vencimiento',
|
|
283
|
+
cardCvc: 'CVC',
|
|
284
|
+
country: 'País',
|
|
285
|
+
select: 'Selecciona',
|
|
286
|
+
personType: 'Tipo de persona',
|
|
287
|
+
personTypePf: 'Persona física',
|
|
288
|
+
personTypePj: 'Persona jurídica',
|
|
289
|
+
cpf: 'CPF',
|
|
290
|
+
cnpj: 'CNPJ',
|
|
291
|
+
fullName: 'Nombre completo',
|
|
292
|
+
cep: 'CEP',
|
|
293
|
+
street: 'Dirección',
|
|
294
|
+
streetNumber: 'Número',
|
|
295
|
+
city: 'Ciudad',
|
|
296
|
+
state: 'UF',
|
|
297
|
+
neighborhood: 'Barrio',
|
|
298
|
+
complement: 'Complemento',
|
|
299
|
+
cardNumberRequired: 'El número de tarjeta es obligatorio',
|
|
300
|
+
cardExpiryRequired: 'La fecha de vencimiento es obligatoria',
|
|
301
|
+
cardCvcRequired: 'El código de seguridad es obligatorio',
|
|
302
|
+
},
|
|
303
|
+
delete: {
|
|
304
|
+
title: 'Eliminar tarjeta',
|
|
305
|
+
description: 'Realmente deseas eliminar la tarjeta:',
|
|
306
|
+
confirmLabel: 'Escribe ELIMINAR a continuación',
|
|
307
|
+
confirmPlaceholder: 'ELIMINAR',
|
|
308
|
+
deleting: 'Eliminando...',
|
|
309
|
+
successToast: 'La tarjeta •••• {digits} se eliminó correctamente',
|
|
310
|
+
errorToast: 'No se pudo eliminar la tarjeta',
|
|
311
|
+
},
|
|
312
|
+
cannotDelete: {
|
|
313
|
+
title: 'No se puede eliminar esta tarjeta',
|
|
314
|
+
description: 'Esta tarjeta está en uso y tiene una suscripción activa vinculada. Selecciona otra tarjeta como predeterminada o añade una nueva.',
|
|
315
|
+
selectDefault: 'Selecciona una tarjeta como predeterminada:',
|
|
316
|
+
addNewCard: 'Añadir nueva tarjeta',
|
|
317
|
+
errorUpdateCard: 'Error al actualizar la tarjeta de la suscripción',
|
|
318
|
+
},
|
|
319
|
+
item: {
|
|
320
|
+
defaultBadge: 'Predeterminada',
|
|
321
|
+
makeDefault: 'Establecer como predeterminada',
|
|
322
|
+
setDefaultSuccess: 'Tarjeta establecida como predeterminada',
|
|
323
|
+
setDefaultError: 'Error al establecer la tarjeta predeterminada',
|
|
324
|
+
},
|
|
325
|
+
paymentInfo: {
|
|
326
|
+
email: 'Correo electrónico',
|
|
327
|
+
payment: 'Pago',
|
|
328
|
+
addCard: 'Añadir tarjeta',
|
|
329
|
+
selectPaymentMethod: 'Selecciona el método de pago',
|
|
330
|
+
manageCards: 'Gestionar tarjetas',
|
|
331
|
+
newPaymentMethod: 'Nuevo método de pago',
|
|
332
|
+
},
|
|
333
|
+
},
|
|
334
|
+
navigation: {
|
|
335
|
+
banners: {
|
|
336
|
+
cancelled: {
|
|
337
|
+
message: '¡Suscripción cancelada! Tus páginas han sido retiradas del aire.',
|
|
338
|
+
choosePlan: 'Elige un nuevo plan',
|
|
339
|
+
},
|
|
340
|
+
overdue: {
|
|
341
|
+
message: 'Tu suscripción está vencida y tus páginas pueden ser retiradas del aire en cualquier momento.',
|
|
342
|
+
details: 'Detalles',
|
|
343
|
+
},
|
|
344
|
+
pending: {
|
|
345
|
+
message: 'Tu suscripción ha sido cancelada, tienes hasta {limitDate} con tus páginas en línea.',
|
|
346
|
+
reactivate: 'Reactivar suscripción',
|
|
347
|
+
},
|
|
348
|
+
upcoming: {
|
|
349
|
+
message: 'Factura pendiente. Paga antes del {dueDate} para evitar la suspensión de tus páginas.',
|
|
350
|
+
details: 'Detalles',
|
|
351
|
+
},
|
|
352
|
+
},
|
|
353
|
+
projectSelector: {
|
|
354
|
+
title: 'Proyectos',
|
|
355
|
+
searchPlaceholder: 'Busca aquí',
|
|
356
|
+
emptyLine1: 'No se encontró ningún proyecto.',
|
|
357
|
+
emptyLine2: 'Crea un proyecto para comenzar.',
|
|
358
|
+
noResults: 'No se encontraron resultados.',
|
|
359
|
+
manageProjects: 'Gestionar proyectos',
|
|
360
|
+
},
|
|
361
|
+
bottomLinks: {
|
|
362
|
+
news: 'Novedades',
|
|
363
|
+
helpCenter: 'Centro de ayuda',
|
|
364
|
+
sendSuggestions: 'Enviar sugerencias',
|
|
365
|
+
},
|
|
366
|
+
creditsCard: {
|
|
367
|
+
label: 'Créditos utilizados',
|
|
368
|
+
},
|
|
369
|
+
planCard: {
|
|
370
|
+
knowPlans: 'Conoce nuestros planes',
|
|
371
|
+
},
|
|
372
|
+
},
|
|
373
|
+
forms: {
|
|
374
|
+
combobox: {
|
|
375
|
+
placeholder: 'Selecciona una opción',
|
|
376
|
+
searchPlaceholder: 'Buscar...',
|
|
377
|
+
emptyMessage: 'No se encontró ninguna opción.',
|
|
378
|
+
},
|
|
379
|
+
datePicker: {
|
|
380
|
+
placeholder: 'Selecciona la fecha',
|
|
381
|
+
},
|
|
382
|
+
dateRangePicker: {
|
|
383
|
+
placeholder: 'Selecciona el período',
|
|
384
|
+
},
|
|
385
|
+
phoneInput: {
|
|
386
|
+
optional: '(Opcional)',
|
|
387
|
+
searchPlaceholder: 'Buscar país...',
|
|
388
|
+
emptyMessage: 'No se encontró ningún país',
|
|
389
|
+
},
|
|
390
|
+
select: {
|
|
391
|
+
placeholder: 'Selecciona una opción',
|
|
392
|
+
optional: '(Opcional)',
|
|
393
|
+
},
|
|
394
|
+
copyButton: {
|
|
395
|
+
tooltipDefault: 'Copiar enlace',
|
|
396
|
+
successDefault: 'Enlace copiado',
|
|
397
|
+
errorMessage: 'No se pudo copiar el enlace',
|
|
398
|
+
},
|
|
399
|
+
circularProgress: {
|
|
400
|
+
ariaLabel: 'Progreso de exportación',
|
|
401
|
+
},
|
|
402
|
+
},
|
|
403
|
+
imageUpload: {
|
|
404
|
+
cropTitle: 'Ajustar imagen',
|
|
405
|
+
cropHint: 'Arrastra para ajustar el área de recorte',
|
|
406
|
+
cropAlt: 'Crop',
|
|
407
|
+
tooSmallTitleWithDimension: 'Foto menor que {dimensionText}',
|
|
408
|
+
tooSmallTitleGeneric: 'Foto muy pequeña',
|
|
409
|
+
tooSmallBodyFileWithDimension: 'El archivo "{fileName}" es menor que {dimensionText}. Sube una imagen de al menos {dimensionText} para continuar.',
|
|
410
|
+
tooSmallBodyFileGeneric: 'El archivo "{fileName}" es menor que el tamaño mínimo requerido. Sube una imagen más grande para continuar.',
|
|
411
|
+
tooSmallBodyNoFileWithDimension: 'La imagen seleccionada es menor que {dimensionText}. Sube una imagen de al menos {dimensionText} para continuar.',
|
|
412
|
+
tooSmallBodyNoFileGeneric: 'La imagen seleccionada es menor que el tamaño mínimo requerido. Sube una imagen más grande para continuar.',
|
|
413
|
+
sendAnother: 'Enviar otra',
|
|
414
|
+
},
|
|
415
|
+
notifications: {
|
|
416
|
+
page: {
|
|
417
|
+
title: 'Notificaciones',
|
|
418
|
+
subtitle: 'Mantén el control total sobre tus páginas, experiencias y conversiones.',
|
|
419
|
+
markAllReadDesktop: 'Marcar todo como leído',
|
|
420
|
+
markAllReadMobile: 'Marcar como leído',
|
|
421
|
+
tabAll: 'Todas las notificaciones',
|
|
422
|
+
tabUnread: 'No leídas',
|
|
423
|
+
details: 'Detalles',
|
|
424
|
+
empty: 'No se encontró ninguna notificación.',
|
|
425
|
+
markAllSuccess: 'Todas las notificaciones se marcaron como leídas',
|
|
426
|
+
markAllError: 'Error al marcar notificaciones como leídas',
|
|
427
|
+
},
|
|
428
|
+
popover: {
|
|
429
|
+
title: 'Últimas notificaciones',
|
|
430
|
+
empty: 'Sin notificaciones por ahora',
|
|
431
|
+
viewAll: 'Todas las notificaciones',
|
|
432
|
+
},
|
|
433
|
+
},
|
|
434
|
+
layout: {
|
|
435
|
+
navbar: {
|
|
436
|
+
expandMenu: 'Expandir menú',
|
|
437
|
+
greatPages: 'GreatPages',
|
|
438
|
+
pages: 'Páginas',
|
|
439
|
+
},
|
|
440
|
+
profile: {
|
|
441
|
+
usedCredits: 'Créditos utilizados',
|
|
442
|
+
loggingOut: 'Cerrando tu sesión...',
|
|
443
|
+
logout: 'Cerrar sesión',
|
|
444
|
+
},
|
|
445
|
+
usersSelector: {
|
|
446
|
+
title: 'Usuarios',
|
|
447
|
+
add: 'Añadir',
|
|
448
|
+
searchPlaceholder: 'Busca aquí',
|
|
449
|
+
empty: 'No se encontró ningún usuario.',
|
|
450
|
+
noResults: 'No se encontraron resultados.',
|
|
451
|
+
addToProject: 'Añadir al proyecto',
|
|
452
|
+
removeFromProject: 'Eliminar del proyecto',
|
|
453
|
+
manageTeam: 'Gestionar equipo',
|
|
454
|
+
},
|
|
455
|
+
},
|
|
456
|
+
notFound: {
|
|
457
|
+
title: '¡Página no encontrada!',
|
|
458
|
+
description: 'La página que buscas no existe. Verifica que hayas escrito correctamente el enlace que buscas.',
|
|
459
|
+
backToHome: 'Volver al inicio',
|
|
460
|
+
},
|
|
461
|
+
|
|
228
462
|
languages: {
|
|
229
463
|
'pt-br': 'Portugués (Brasil)',
|
|
230
464
|
'en-us': 'Inglés (EE. UU.)',
|