Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 | {
"login": {
"title": "Welcome Back",
"subtitle": "Sign in to your account",
"email": "Email",
"password": "Password",
"submit": "Sign In",
"google": "Sign in with Google",
"loading": "Signing in...",
"logging_in": "Logging you in...",
"email_placeholder": "admin@example.com"
},
"nav": {
"dashboard": "Dashboard",
"events": "Events",
"staff": "Staff",
"settings": "Settings"
},
"admin_layout": {
"title": "Admin"
},
"admin_events": {
"title": "Events",
"subtitle": "Manage your fundraising campaigns",
"create": "Create Event",
"goal": "Goal",
"donors": "Donors",
"progress": "Progress",
"manage_event": "Manage Event",
"create_title": "Create New Campaign",
"create_subtitle": "Launch a new fundraising campaign",
"details": "Event Details",
"details_desc": "Basic information about your campaign",
"name": "Campaign Name",
"slug": "URL Slug",
"goal_amount": "Fundraising Goal",
"create_action": "Create Campaign",
"create_placeholder_slug": "my-event",
"create_placeholder_goal": "10000",
"create_placeholder_name": "e.g. Annual Charity Gala",
"create_success": "Event created successfully",
"create_error": "Failed to create event",
"layout": {
"title": "Event Management"
},
"status": {
"active": "ACTIVE",
"draft": "DRAFT",
"closed": "CLOSED"
},
"total_raised": "Total Raised",
"event_date": "Event Date",
"dashboard": {
"title": "Dashboard",
"overview": "Dashboard Overview",
"collector_app": "Collector App",
"launch_live": "Launch Live",
"latest_transactions_for": "Latest transactions for {{name}}",
"progress_of_goal": "{{progress}}% of goal",
"unique_contributors": "Unique contributors",
"target_amount": "Target amount",
"manage_donations": "Manage and track event donations"
},
"donations": "Donations",
"settings": "Settings",
"donations_list": "All Donations",
"showing_donations": "Showing {{count}} of {{total}} donations",
"search_placeholder": "Search by name or email...",
"filter_status": "Status",
"back_to_events": "Back to Events",
"event_console": "Event Console",
"export": "Export CSV",
"export_pdf": "Export PDFs (ZIP)",
"download_receipt": "Download Receipt",
"team": "Assignment",
"donation_modal": {
"edit_title": "Edit Donation",
"edit_description": "Update donor details for this transaction.",
"cancel_title": "Cancel Donation",
"cancel_description": "Are you sure you want to cancel this donation? This action cannot be undone.",
"donor_name": "Donor Name",
"donor_email": "Donor Email",
"hide_public": "Hide from public feed (Anonymous)",
"message": "Message",
"message_placeholder": "Donation message...",
"save_changes": "Save Changes",
"keep": "Keep Donation",
"refund_stripe": "Refund via Stripe",
"refund_desc": "Attempt to automatically refund this payment to the donor's card.",
"offline_refund_notice": "Offline payments must be refunded manually outside this system.",
"refund_and_cancel": "Refund & Cancel",
"cancel_only": "Cancel Donation",
"summary": "Donation of {{amount}} from {{donor}}",
"success_update": "Donation updated successfully",
"error_update": "Failed to update donation",
"success_cancel": "Donation cancelled",
"success_refund": "Donation refunded and cancelled",
"error_cancel": "Failed to cancel donation"
}
},
"admin_team": {
"title": "Global Staff Pool",
"subtitle": "Manage all volunteers across the platform",
"title_assign": "Event Team",
"subtitle_assign": "Assign existing volunteers to this event",
"assign_member": "Assign Member",
"assign_member_desc": "Select an existing volunteer from the pool for this event.",
"pool_title": "Volunteer Pool",
"pool_desc": "Click to add to event",
"assigned_title_short": "Assigned Team",
"assigned_empty": "No one assigned yet",
"pool_empty": "No available volunteers",
"assigned_title": "Assigned Volunteers",
"assigned_desc": "These volunteers are authorized to collect donations for this specific event.",
"add_member": "Add to Pool",
"add_member_desc": "Add a new volunteer to the global pool.",
"member_name": "Member Name",
"pin_code": "PIN Code",
"pin_placeholder": "e.g. 1234",
"unassign": "Remove from Event",
"confirm_unassign": "Are you sure you want to remove this member from the event? (They will remain in the pool)",
"success_created": "Member added to pool.",
"success_assigned": "Member assigned to event.",
"success_revoked": "Member removed from event.",
"error_creation": "Failed to add to pool.",
"error_assignment": "Failed to assign member.",
"error_revocation": "Failed to remove member.",
"confirm_delete_permanent": "WARNING: This will permanently delete the volunteer from the system and all assigned events.",
"manage_title": "Staff Management",
"manage_subtitle": "Manage the global pool of volunteers and their PIN codes.",
"edit_member": "Edit Member",
"edit_member_desc": "Update volunteer details.",
"create_member_desc": "Create a new global staff member.",
"member_placeholder": "e.g. John Doe",
"save_changes": "Save Changes",
"pool_description": "All volunteers currently registered in the system.",
"table_member": "Member",
"table_pin": "PIN Code",
"table_assignments": "Assignments",
"loading_staff": "Loading staff...",
"no_staff_found": "No staff members found.",
"events_count": "{{count}} events",
"confirm_delete_title": "Delete staff member",
"member_updated": "Staff member updated successfully",
"member_deleted": "Staff member deleted successfully",
"error_delete": "Failed to delete staff member"
},
"live": {
"title": "Live Screen",
"status": {
"connected": "Connected",
"connecting": "Connecting..."
},
"new_donation": "New Donation!",
"amount": "Amount",
"from": "From",
"anonymous": "Anonymous",
"waiting": "Waiting for donations...",
"scan_to_donate": "SCAN TO DONATE",
"total_raised": "Total Raised",
"goal": "Goal",
"give_at": "Give at <1>{{url}}</1>",
"progress": "Progress",
"scan_to_contribute": "Scan to contribute",
"recent_gifts": "Recent Gifts",
"target": "Target",
"join_the_impact": "Join the Impact",
"live_feed": "Live Feed"
},
"donation": {
"title": "Make a Donation",
"subtitle": "Support our cause",
"select_amount": "Select Amount",
"custom_amount": "Custom Amount",
"contact_info": "Contact Information",
"payment": "Payment Details",
"name": "Full Name",
"email": "Email",
"message": "Message (Optional)",
"phone": "Phone Number",
"phone_required": "Phone is required",
"address": "Address",
"company": "Company / Organization",
"anonymous": "Make this donation anonymous",
"submit": "Donate {{amount}}",
"processing": "Processing...",
"success": "Thank you for your donation!",
"success_detail": "Your donation of {{amount}} has been received.",
"make_another": "Make another donation",
"error": "Something went wrong. Please try again.",
"error_init": "Failed to initialize donation. Please try again.",
"error_invalid_event": "Invalid event configuration. Please return to the event home page.",
"pay_now": "Pay Now",
"date": "Date",
"donor": "Donor",
"amount": "Amount",
"status": "Status",
"export_failed": "Failed to export data. Please try again.",
"receipt_failed": "Failed to download receipt. Please try again."
},
"common": {
"logo": "Logo",
"back": "Back",
"actions": "Actions",
"loading": "Loading data...",
"no_results": "No results found.",
"all": "All",
"edit": "Edit",
"cancel": "Cancel",
"delete": "Delete",
"logout": "Log off",
"save_changes": "Save Changes",
"saving": "Saving...",
"saved_successfully": "Saved successfully",
"add_variable": "Add Variable",
"amount": "Amount",
"anonymous": "Anonymous",
"app_name": "Fundraising Platform",
"form_validation_error": "Please check the form for errors."
},
"status": {
"completed": "Completed",
"pending": "Pending",
"failed": "Failed",
"cancelled": "Cancelled",
"refunded": "Refunded"
},
"admin": {
"header": "Fundraising Admin"
},
"app_header": {
"title": "Fundraising Event",
"home": "Home",
"online": "Online",
"offline": "Offline"
},
"staff": {
"collector_title": "Staff Collector",
"enter_amount": "Enter Amount",
"submit_error": "Error submitting donation.",
"success_offline": "OFFLINE: Donation saved to queue! \nAmount: {{amount}}",
"success_online": "SUCCESS: Donation collected! \nAmount: {{amount}}",
"back_online": "Back Online: Synced {{count}} offline donations!",
"collect_button": "Collect Donation",
"donor": {
"name_label": "Donor Name (Optional)",
"name_placeholder": "John Doe",
"email_label": "Email Receipt (Optional)",
"email_placeholder": "john@example.com"
},
"keypad": {
"clear": "Clear"
},
"type": {
"cash": "Cash",
"check": "Check",
"pledge": "Pledge",
"other": "Other"
},
"login": {
"title": "Staff Access",
"subtitle": "Enter your PIN to start collecting donations",
"pin_label": "PIN Code",
"loading": "Connecting...",
"submit": "Connect"
}
},
"thankyou": {
"receipt": {
"title": "Official Donation Receipt",
"transaction_id": "Transaction ID",
"date": "Date",
"from": "From",
"message_body": "Thank you, {{donorName}}, for your generous contribution. Your support directly impacts our mission.",
"authorized_signature": "Authorized Signature",
"pdf_attached": "An official PDF receipt is attached to this email for your records.",
"share_label": "Share your support",
"tax_id_label": "Tax ID:",
"website_label": "Website",
"visit_website": "Visit our website"
},
"share_text": "I just donated to support this amazing cause! Join me at {{url}}"
},
"root_landing": {
"hero": {
"subtitle": "Discover and support our fundraising campaigns.",
"badge": "Impact Platform",
"explore": "Explore Events"
},
"events": {
"title": "Active Campaigns",
"subtitle": "Join the cause and make a difference.",
"showing_count": "Showing {{count}} events"
},
"event_card": {
"raised": "Raised",
"view": "View Campaign",
"upcoming": "Upcoming",
"active": "Active",
"goal_of": "of {{amount}} goal"
},
"empty": "No active campaigns found. Check back soon!",
"footer": {}
},
"landing": {
"back_to_events": "Back to all events",
"hero": {
"welcome": "Welcome to",
"description": "Join us in making a difference. Your contribution helps us achieve our goal of {{goal}}."
},
"cta": {
"donate": "Donate Now",
"live": "Watch Live"
},
"features": {
"impact": {
"title": "Impact",
"description": "Every donation goes directly to supporting our cause."
},
"community": {
"title": "Community",
"description": "Join hundreds of other donors in this event."
},
"interactive": {
"title": "Interactive",
"description": "Watch your name appear on the big screen instantly."
}
},
"footer": {
"website": "Website",
"support": "Support",
"rights": "All rights reserved.",
"staff": "Staff Login",
"admin": "Admin Login"
}
},
"dashboard": {
"title": "Dashboard",
"overview": "Overview",
"platform_overview": "Platform Overview",
"recent_donations": "Recent Donations",
"chart_placeholder": "Chart",
"export_receipts": "Export Receipts (ZIP)",
"export_failed": "Failed to export receipts. Please try again.",
"stats": {
"revenue": "Total Revenue",
"events_count": "Across {{count}} events",
"active_events": "Active Events",
"currently_live": "Currently live",
"total_donors": "Total Donors",
"donors_description": "Lifetime unique donors",
"total_revenue": "Total Revenue",
"donations": "Donations",
"staff_members": "Staff Members",
"revenue_trend": "Revenue Trend"
},
"campaigns": {
"title": "Active Campaigns",
"empty": "No active events found.",
"view_all": "View all events"
},
"activity": {
"title": "Recent Activity",
"empty": "No recent activity"
}
},
"error": {
"title": "Oops!",
"subtitle": "Something went wrong",
"message": "We apologize for the inconvenience. The application encountered an unexpected error.",
"reload": "Reload Application"
},
"not_found": {
"title": "Page Not Found",
"message": "The page you are looking for doesn't exist or has been moved.",
"button": "Go Back Home",
"event_not_found": "Event not found",
"back_to_home": "Back to Home",
"back_to_event": "Back to Event",
"back_to_events": "Back to Events"
},
"validation": {
"required": "This field is required",
"invalid_type": "Expected {{expected}}, received {{received}}",
"too_small": {
"string": "Must be at least {{count}} characters",
"number": "Must be greater than or equal to {{count}}",
"array": "Must contain at least {{count}} items",
"set": "Must contain at least {{count}} items",
"date": "Date must be greater than or equal to {{count}}"
},
"too_big": {
"string": "Must be at most {{count}} characters",
"number": "Must be less than or equal to {{count}}",
"array": "Must contain at most {{count}} items",
"set": "Must contain at most {{count}} items",
"date": "Date must be less than or equal to {{count}}"
},
"invalid_string": {
"email": "Invalid email address",
"url": "Invalid URL",
"uuid": "Invalid UUID",
"regex": "Invalid format"
},
"invalid_enum_value": "Invalid value. Expected: {{options}}",
"invalid_date": "Invalid date",
"not_multiple_of": "Must be a multiple of {{multipleOf}}",
"not_finite": "Must be finite",
"custom": "Invalid input"
},
"admin_branding": {
"title": "Customization",
"subtitle": "Manage your organization's identity, theme, and core settings.",
"save": "Save Changes",
"saving": "Saving...",
"success_save": "Global branding saved successfully",
"error_save": "Failed to save settings",
"nav": {
"identity": "Identity",
"communication": "Communication",
"theme": "Brand Design",
"assets": "Assets",
"modules": "Modules & Localization"
},
"preview": {
"title": "Live Preview",
"organization_placeholder": "Organization Name",
"charity_placeholder": "Charity Name",
"email_placeholder": "contact@example.com",
"theme_colors": "Theme Colors"
},
"identity": {
"title": "Identity Details",
"description": "Basic information about your organization.",
"org_name": "Organization Name (Legal Name)",
"org_placeholder": "e.g. Charity Gala Inc.",
"org_hint": "This name will appear in email footers and legal notices.",
"website": "Website URL",
"website_placeholder": "https://..."
},
"communication": {
"contact": {
"title": "Contact Points",
"description": "Public contact information for support.",
"email": "Support Email",
"email_placeholder": "support@...",
"phone": "Phone Number",
"phone_placeholder": "+1...",
"address": "Physical Address",
"tax_id": "Tax ID / Charity No.",
"tax_id_placeholder": "e.g. 12-3456789",
"signature_text": "Signature Text (for Receipts)",
"signature_text_placeholder": "e.g. CEO Name",
"signature_image": "Signature Image (URL)",
"signature_image_placeholder": "https://..."
},
"sender_name": "Sender Name",
"sender_name_placeholder": "e.g. Gala Team",
"reply_to": "Reply-To Email",
"subject_line": "Subject Line Prefix",
"subject_line_placeholder": "Thanks for attending the Gala!",
"receipts": {
"title": "Receipts & Notifications",
"description": "Configure automated receipts and notifications sent to donors.",
"footer_text": "Shared Footer Text",
"footer_text_placeholder": "e.g. Thank you for your support...",
"footer_text_help": "This text will appear at the bottom of both emails and PDF receipts."
},
"email": {
"config_title": "Email Configuration",
"title": "Email Receipts",
"description": "Configure automated email receipts sent to donors.",
"enable": "Send Email Receipts",
"sender": "Sender Name",
"reply_to": "Reply-To Email",
"subject": "Subject Line",
"footer": "Email Footer",
"provider_label": "Email Provider",
"providers": {
"console": "Console (Dev / Logs)",
"smtp": "Custom SMTP",
"resend": "Resend",
"gmail": "Gmail",
"outlook": "Outlook"
},
"smtp": {
"title": "SMTP Configuration",
"host": "Host",
"host_placeholder": "smtp.example.com",
"port": "Port",
"port_placeholder": "465",
"secure": "Use Secure Connection (SSL/TLS)",
"username": "Username",
"username_placeholder": "user@example.com",
"password": "Password / API Key",
"password_placeholder": "••••••••",
"help": {
"gmail": "For Gmail, use an <1>App Password</1> (requires 2FA enabled).",
"outlook": "For Outlook, use an <1>App Password</1> if 2FA is enabled.",
"resend": "For Resend, 'Username' should be <1>resend</1> and 'Password' is your API Key."
}
}
},
"sharing": {
"title": "Social Sharing",
"description": "Configure social sharing options for donation pages.",
"enable": "Enable Social Sharing",
"networks": "Enabled Networks",
"facebook": "Facebook",
"twitter": "X (Twitter)",
"linkedin": "LinkedIn"
},
"pdf": {
"title": "PDF Receipts",
"description": "Configure downloadable PDF receipts.",
"enable": "Include PDF Attachment",
"template": "Template Style",
"formal": "Formal",
"minimal": "Minimal",
"footer": "PDF Footer Text"
}
},
"theme": {
"colors": {
"title": "Color Palette",
"description": "Primary colors used throughout the application.",
"primary": "Primary Brand Color",
"primary_fg": "Primary Text",
"background": "Background",
"foreground": "Foreground (Text)",
"card": "Card Background",
"card_fg": "Card Text",
"muted": "Muted Background",
"muted_fg": "Muted Text"
},
"elements": {
"title": "UI Elements",
"border": "Border Color",
"input": "Input Background",
"ring": "Focus Ring",
"radius": "Base Radius"
},
"secondary_colors": {
"title": "Secondary Colors",
"secondary": "Secondary",
"secondary_fg": "Secondary Text",
"accent": "Accent",
"accent_fg": "Accent Text",
"destructive": "Destructive",
"destructive_fg": "Destructive Text"
},
"custom": {
"title": "Custom CSS Variables",
"description": "Advanced overrides.",
"add": "Add Variable",
"name": "Variable Name",
"value": "Value",
"empty": "No custom variables added"
}
},
"assets": {
"title": "Digital Assets",
"description": "Manage logos and imagery.",
"logo": "Logo URL",
"logo_hint": "Recommended: Transparent PNG, min 200px width.",
"favicon": "Favicon URL",
"backgrounds": "Background Images",
"landing": "Landing Page Background",
"donor": "Donor/Auth Background",
"live": "Live Screen Background",
"links_title": "Landing Page External Links",
"links_desc": "Configure the destination URLs for the landing page feature boxes.",
"impact_url": "Impact URL",
"community_url": "Community URL",
"interactive_url": "Interactive URL",
"impact_label": "Impact Box",
"community_label": "Community Box",
"interactive_label": "Interactive Box"
},
"localization": {
"title": "Localization",
"description": "Manage supported languages and text overrides.",
"supported_languages": "Supported Languages",
"label_overrides": "Label Overrides",
"language": "Language",
"key": "Key",
"key_placeholder": "e.g. auth.login",
"no_overrides": "No overrides for {{locale}}",
"translation": "Translation..."
},
"modules": {
"admin_layout": {
"title": "Admin"
},
"payment_nav": "Payment",
"payment_title": "Payment Settings",
"payment_description": "Configure payment providers and currency.",
"currency": "Currency",
"provider": "Payment Provider",
"stripe": {
"title": "Stripe Settings",
"publishable_key": "Publishable Key",
"secret_key": "Secret Key",
"webhook_secret": "Webhook Secret"
},
"paypal": {
"title": "PayPal Settings",
"client_id": "Client ID",
"secret": "Secret",
"sandbox": "Sandbox Mode"
}
}
},
"event_settings": {
"title": "Event Settings",
"subtitle": "Configure event details and appearance.",
"nav": {
"general": "General",
"branding": "Design & Branding"
},
"general": {
"basic_details_title": "Basic Details",
"basic_details_desc": "Main information about your fundraising event.",
"event_name": "Event Name",
"description": "Description",
"url_slug": "URL Slug",
"status": "Status",
"status_placeholder": "Select status",
"goal_amount": "Fundraising Goal",
"event_date": "Event Date",
"form_config_title": "Form Configuration",
"form_config_desc": "Select additional fields to collect from donors.",
"collect_phone": "Collect Phone Number",
"collect_address": "Collect Address",
"collect_company": "Collect Company Name",
"collect_message": "Collect Message",
"allow_anonymous": "Allow Anonymous Donations",
"success_save": "General settings saved successfully!",
"error_save": "Failed to save settings",
"no_event": "No event found. Please initialize the database."
},
"branding": {
"success_save": "Design settings updated",
"error_save": "Failed to save settings",
"strategy_title": "Branding Strategy",
"strategy_desc": "Decide if this event should follow organization-wide branding or have its own identity.",
"use_global": "Use Organization Branding (Recommended)",
"use_global_desc": "Inherit logo, colors, and organization info from the Global Branding Center.",
"preview_title": "Previewing Organization Identity",
"org_default": "Organization Default",
"display_name": "Event Display Title (Override)",
"display_name_desc": "Leave empty to use the Event Name.",
"display_name_placeholder": "e.g. Annual Charity Gala",
"identity_assets": "Identity & Assets",
"background_landing": "Landing Background",
"background_live": "Live Screen Background",
"logo_url": "Event Logo URL",
"accent_color": "Event Accent Color",
"override_warning": "Custom event branding overrides the organization's standard look for this specific event.",
"apply_overrides": "Apply Theme Overrides",
"communication": {
"title": "Communication Overrides",
"override_label": "Override default communication settings"
},
"saved_successfully": "Branding saved successfully",
"save_changes": "Save Changes",
"subtitle": "Configure event branding and appearance.",
"live_page_title": "Live Page Theme",
"live_page_desc": "Customize the appearance of the real-time donation display.",
"landing_links_title": "Landing Page Links",
"landing_links_desc": "Configure external links for the landing page cards.",
"theme_overrides": "Theme Overrides (CSS Variables)",
"theme_overrides_desc": "No overrides. Click \"Add Variable\" to customize theme."
}
},
"payment": {
"error_missing_config": "Payment configuration is missing. Please contact support.",
"error_processing": "There was an error processing your payment. Please try again.",
"error_generic": "Payment failed. Please check your details and try again.",
"unknown_provider": "Unknown payment provider: {{providerId}}"
},
"date": {
"years_ago": "{{count}} years ago",
"months_ago": "{{count}} months ago",
"days_ago": "{{count}} days ago",
"hours_ago": "{{count}} hours ago",
"minutes_ago": "{{count}} minutes ago",
"seconds_ago": "{{count}} seconds ago",
"just_now": "just now"
},
"pagination": {
"previous": "Previous",
"next": "Next",
"more": "More pages"
},
"confirmation": {
"title": "Are you sure?",
"description": "This action cannot be undone."
}
}
|