543 lines
17 KiB
JSON
543 lines
17 KiB
JSON
{
|
||
"billing": {
|
||
"title": "Packages & billing",
|
||
"subtitle": "Manage your purchased packages and track their durations.",
|
||
"actions": {
|
||
"refresh": "Refresh",
|
||
"exportCsv": "Export CSV"
|
||
},
|
||
"errors": {
|
||
"load": "Unable to load package data.",
|
||
"more": "Unable to load more entries."
|
||
},
|
||
"sections": {
|
||
"overview": {
|
||
"title": "Package overview",
|
||
"description": "Your active package and the most important metrics.",
|
||
"empty": "No active package yet.",
|
||
"emptyBadge": "No active package",
|
||
"cards": {
|
||
"package": {
|
||
"label": "Active package",
|
||
"helper": "Currently assigned"
|
||
},
|
||
"used": {
|
||
"label": "Events used",
|
||
"helper": "Remaining: {{count}}"
|
||
},
|
||
"price": {
|
||
"label": "Price (net)"
|
||
},
|
||
"expires": {
|
||
"label": "Expires",
|
||
"helper": "Auto-renews if enabled"
|
||
}
|
||
}
|
||
},
|
||
"packages": {
|
||
"title": "Package history",
|
||
"description": "Overview of active and past packages.",
|
||
"empty": "No packages purchased yet.",
|
||
"card": {
|
||
"statusActive": "Active",
|
||
"statusInactive": "Inactive",
|
||
"used": "Events used",
|
||
"available": "Remaining",
|
||
"expires": "Expires"
|
||
}
|
||
},
|
||
"transactions": {
|
||
"title": "Paddle transactions",
|
||
"description": "Recent Paddle transactions for this tenant.",
|
||
"empty": "No Paddle transactions yet.",
|
||
"labels": {
|
||
"transactionId": "Transaction {{id}}",
|
||
"checkoutId": "Checkout ID: {{id}}",
|
||
"origin": "Origin: {{origin}}",
|
||
"receipt": "View receipt",
|
||
"tax": "Tax: {{value}}"
|
||
},
|
||
"status": {
|
||
"completed": "Completed",
|
||
"processing": "Processing",
|
||
"failed": "Failed",
|
||
"cancelled": "Cancelled",
|
||
"unknown": "Unknown"
|
||
},
|
||
"loadMore": "Load more transactions",
|
||
"loadingMore": "Loading…"
|
||
}
|
||
},
|
||
"packages": {
|
||
"title": "Package history",
|
||
"description": "Overview of current and past packages.",
|
||
"empty": "No packages purchased yet.",
|
||
"card": {
|
||
"statusActive": "Active",
|
||
"statusInactive": "Inactive",
|
||
"used": "Used events",
|
||
"available": "Available",
|
||
"expires": "Expires"
|
||
}
|
||
}
|
||
},
|
||
"members": {
|
||
"title": "Event members",
|
||
"subtitle": "Manage moderators, admins, and helpers for this event.",
|
||
"actions": {
|
||
"back": "Back to overview"
|
||
},
|
||
"errors": {
|
||
"missingSlug": "No event slug provided.",
|
||
"load": "Could not load members.",
|
||
"emailRequired": "Please provide an email address.",
|
||
"invite": "Invitation could not be sent.",
|
||
"remove": "Member could not be removed."
|
||
},
|
||
"alerts": {
|
||
"notFoundTitle": "Event not found",
|
||
"notFoundDescription": "Please return to the event list.",
|
||
"lockedTitle": "Feature not enabled",
|
||
"lockedDescription": "Member management isn’t available for this event yet. Contact support to activate the feature."
|
||
},
|
||
"sections": {
|
||
"list": {
|
||
"title": "Members",
|
||
"empty": "No members invited yet."
|
||
},
|
||
"invite": {
|
||
"title": "Invite new member"
|
||
}
|
||
},
|
||
"labels": {
|
||
"status": "Status: {{status}}",
|
||
"joined": "Joined: {{date}}"
|
||
},
|
||
"form": {
|
||
"emailLabel": "Email",
|
||
"emailPlaceholder": "person@example.com",
|
||
"nameLabel": "Name (optional)",
|
||
"namePlaceholder": "Name",
|
||
"roleLabel": "Role",
|
||
"rolePlaceholder": "Select role",
|
||
"submit": "Send invitation"
|
||
},
|
||
"roles": {
|
||
"tenantAdmin": "Tenant admin",
|
||
"member": "Member",
|
||
"guest": "Guest"
|
||
},
|
||
"statuses": {
|
||
"published": "Published",
|
||
"draft": "Draft",
|
||
"active": "Active"
|
||
},
|
||
"eventStatus": "Status: {{status}}",
|
||
"events": {
|
||
"untitled": "Untitled event"
|
||
}
|
||
},
|
||
"tasks": {
|
||
"title": "Event tasks",
|
||
"subtitle": "Manage tasks associated with this event.",
|
||
"actions": {
|
||
"back": "Back to overview",
|
||
"assign": "Assign selected tasks"
|
||
},
|
||
"errors": {
|
||
"missingSlug": "No event slug provided.",
|
||
"load": "Event tasks could not be loaded.",
|
||
"assign": "Tasks could not be assigned.",
|
||
"photoOnlyEnable": "Photo-only mode could not be enabled.",
|
||
"photoOnlyDisable": "Photo-only mode could not be disabled."
|
||
},
|
||
"alerts": {
|
||
"notFoundTitle": "Event not found",
|
||
"notFoundDescription": "Please return to the event list."
|
||
},
|
||
"eventStatus": "Status: {{status}}",
|
||
"sections": {
|
||
"assigned": {
|
||
"title": "Assigned tasks",
|
||
"empty": "No tasks assigned yet."
|
||
},
|
||
"library": {
|
||
"title": "Add tasks from library",
|
||
"empty": "No tasks found in the library."
|
||
}
|
||
},
|
||
"priorities": {
|
||
"low": "Low",
|
||
"medium": "Medium",
|
||
"high": "High",
|
||
"urgent": "Urgent"
|
||
},
|
||
"modes": {
|
||
"title": "Tasks & photo mode",
|
||
"photoOnlyHint": "Photo-only mode is active. Guests can upload photos but won’t see tasks.",
|
||
"tasksHint": "Tasks are visible in the guest app. Switch to photo-only for uploads without prompts.",
|
||
"photoOnly": "Photo-only",
|
||
"tasks": "Tasks active",
|
||
"switchLabel": "Enable photo-only mode",
|
||
"updating": "Saving setting ..."
|
||
},
|
||
"toolkit": {
|
||
"titleFallback": "Event-Day Toolkit",
|
||
"subtitle": "Stay on top of uploads, tasks, and invites while your event is live.",
|
||
"errors": {
|
||
"missingSlug": "No event slug provided.",
|
||
"loadFailed": "Toolkit could not be loaded.",
|
||
"feedbackFailed": "Feedback could not be sent."
|
||
},
|
||
"actions": {
|
||
"backToEvent": "Back to event",
|
||
"moderate": "Moderate photos",
|
||
"manageTasks": "Open tasks",
|
||
"refresh": "Refresh"
|
||
},
|
||
"alerts": {
|
||
"errorTitle": "Error",
|
||
"attention": "Heads-up",
|
||
"noTasks": "No tasks assigned yet – pick a package or curate prompts.",
|
||
"noInvites": "There are no active QR invites. Create one to welcome guests.",
|
||
"pendingPhotos": "Photos are waiting for moderation. Review uploads before publishing."
|
||
},
|
||
"metrics": {
|
||
"uploadsTotal": "Total uploads",
|
||
"uploads24h": "Uploads (24h)",
|
||
"pendingPhotos": "Pending moderation",
|
||
"activeInvites": "Active invites",
|
||
"engagementMode": "Mode",
|
||
"modePhotoOnly": "Photo mode",
|
||
"modeTasks": "Tasks"
|
||
},
|
||
"pending": {
|
||
"title": "Waiting photos",
|
||
"subtitle": "Moderation suggestions for new uploads.",
|
||
"cta": "Go to moderation",
|
||
"empty": "No photos waiting for review right now.",
|
||
"unknownUploader": "Unknown guest",
|
||
"uploadedAt": "Uploaded:",
|
||
"statusPending": "Status: awaiting review"
|
||
},
|
||
"invites": {
|
||
"title": "QR invites",
|
||
"subtitle": "Keep an eye on links and brandable layouts.",
|
||
"activeCount": "{{count}} active",
|
||
"totalCount": "{{count}} total",
|
||
"empty": "No QR invites yet.",
|
||
"statusActive": "Active",
|
||
"statusInactive": "Inactive",
|
||
"manage": "Manage invites"
|
||
},
|
||
"tasks": {
|
||
"title": "Active tasks",
|
||
"subtitle": "Motivate guests with clear prompts and highlights.",
|
||
"summary": "{{completed}} of {{total}} done",
|
||
"empty": "No tasks assigned yet.",
|
||
"manage": "Manage tasks",
|
||
"completed": "Done",
|
||
"open": "Open"
|
||
},
|
||
"recent": {
|
||
"title": "Latest uploads",
|
||
"subtitle": "A quick glance at freshly approved photos.",
|
||
"empty": "No approved photos yet."
|
||
},
|
||
"feedback": {
|
||
"title": "How helpful is this toolkit?",
|
||
"subtitle": "Your input helps us fine-tune the event-day experience.",
|
||
"positive": "Helpful",
|
||
"neutral": "Okay",
|
||
"negative": "Needs work",
|
||
"placeholder": "Let us know what worked well or what you’re missing …",
|
||
"disclaimer": "We’ll keep your feedback private and use it to improve the product.",
|
||
"submit": "Send feedback",
|
||
"thanksTitle": "Thank you!",
|
||
"thanksDescription": "We’ve received your feedback.",
|
||
"badge": "Custom"
|
||
}
|
||
},
|
||
"customizer": {
|
||
"title": "Customize QR invite",
|
||
"description": "Adjust layout, texts, colors, and logo for your printable invite.",
|
||
"layout": "Layout",
|
||
"selectLayout": "Select layout",
|
||
"headline": "Headline",
|
||
"subtitle": "Sub headline",
|
||
"descriptionLabel": "Description",
|
||
"badgeLabel": "Badge",
|
||
"instructionsHeading": "Instructions heading",
|
||
"instructionsLabel": "Hints",
|
||
"addInstruction": "Add hint",
|
||
"removeInstruction": "Remove",
|
||
"linkHeading": "Link title",
|
||
"linkLabel": "Link",
|
||
"ctaLabel": "Call to action",
|
||
"colors": {
|
||
"accent": "Accent colour",
|
||
"text": "Text colour",
|
||
"background": "Background",
|
||
"secondary": "Secondary colour",
|
||
"badge": "Badge colour"
|
||
},
|
||
"logo": {
|
||
"label": "Logo",
|
||
"hint": "PNG or SVG, max. 1 MB. Appears in the top right corner.",
|
||
"remove": "Remove logo"
|
||
},
|
||
"preview": {
|
||
"title": "Preview",
|
||
"hint": "Visual reference for colours and texts. Save to generate new PDFs/SVGs."
|
||
},
|
||
"actions": {
|
||
"save": "Save",
|
||
"cancel": "Cancel",
|
||
"reset": "Reset"
|
||
},
|
||
"badge": "Custom",
|
||
"actionLabel": "Customize layout",
|
||
"errors": {
|
||
"logoTooLarge": "Logo must not exceed 1 MB.",
|
||
"noLayout": "Please select a layout."
|
||
},
|
||
"defaults": {
|
||
"badgeLabel": "Digital guest box",
|
||
"instructionsHeading": "How it works",
|
||
"linkHeading": "Alternative link",
|
||
"ctaLabel": "Scan and get started",
|
||
"instructions": [
|
||
"Scan the QR code",
|
||
"Create your profile",
|
||
"Share your photos"
|
||
]
|
||
}
|
||
}
|
||
},
|
||
"invites": {
|
||
"cardTitle": "QR invites & layouts",
|
||
"cardDescription": "Create invite links, customise layouts, and prepare print-ready PDFs.",
|
||
"subtitle": "Manage invite links, layouts, and branding for your guests.",
|
||
"summary": {
|
||
"active": "Active invites",
|
||
"total": "Total"
|
||
},
|
||
"actions": {
|
||
"refresh": "Refresh",
|
||
"create": "Create invite",
|
||
"backToList": "Back to list",
|
||
"backToEvent": "Open event",
|
||
"copy": "Copy link",
|
||
"copied": "Copied!",
|
||
"deactivate": "Deactivate"
|
||
},
|
||
"labels": {
|
||
"usage": "Usage",
|
||
"layout": "Layout",
|
||
"layoutFallback": "Default",
|
||
"selected": "Currently selected",
|
||
"tapToEdit": "Select to edit",
|
||
"noPrintSource": "No printable version available."
|
||
},
|
||
"empty": {
|
||
"title": "No invites yet",
|
||
"copy": "Create an invite to generate ready-to-print QR layouts."
|
||
},
|
||
"errorTitle": "Action failed",
|
||
"customizer": {
|
||
"heading": "Customise layout",
|
||
"copy": "Make the invite your own – adjust copy, colours, and logos in real time.",
|
||
"actions": {
|
||
"save": "Save layout",
|
||
"reset": "Reset",
|
||
"print": "Print",
|
||
"removeLogo": "Remove logo",
|
||
"uploadLogo": "Upload logo (max. 1 MB)",
|
||
"addInstruction": "Add step"
|
||
},
|
||
"sections": {
|
||
"layouts": "Layouts",
|
||
"layoutsHint": "Pick a starting template. You can switch at any time.",
|
||
"text": "Text",
|
||
"instructions": "Step-by-step",
|
||
"instructionsHint": "Guide guests with clear steps. Maximum of five.",
|
||
"branding": "Branding"
|
||
},
|
||
"fields": {
|
||
"headline": "Headline",
|
||
"subtitle": "Subheading",
|
||
"description": "Description",
|
||
"badge": "Badge label",
|
||
"cta": "Call-to-action",
|
||
"linkHeading": "Link heading",
|
||
"linkLabel": "Link/short URL",
|
||
"instructionsHeading": "Section heading",
|
||
"instructionPlaceholder": "Describe this step",
|
||
"accentColor": "Accent colour",
|
||
"textColor": "Text colour",
|
||
"backgroundColor": "Background",
|
||
"badgeColor": "Badge colour",
|
||
"logo": "Logo"
|
||
},
|
||
"preview": {
|
||
"title": "Live preview",
|
||
"subtitle": "See the export-ready version instantly."
|
||
},
|
||
"placeholderTitle": "No layout available",
|
||
"placeholderCopy": "Create an invite first to customise copy, colours, and print layouts.",
|
||
"loadingTitle": "Loading layouts",
|
||
"loadingDescription": "One moment – we are preparing the available layouts.",
|
||
"loadingError": "Layouts could not be loaded.",
|
||
"layoutFallback": "Layout"
|
||
}
|
||
},
|
||
"collections": {
|
||
"title": "Task collections",
|
||
"subtitle": "Browse curated task bundles or activate them for your events.",
|
||
"actions": {
|
||
"import": "Import",
|
||
"create": "Create collection",
|
||
"openTasks": "Open task library"
|
||
},
|
||
"filters": {
|
||
"search": "Search collections",
|
||
"scope": "Scope",
|
||
"allScopes": "All scopes",
|
||
"eventType": "Event type",
|
||
"allEventTypes": "All event types",
|
||
"globalOnly": "Global templates",
|
||
"tenantOnly": "Tenant collections"
|
||
},
|
||
"scope": {
|
||
"global": "Global template",
|
||
"tenant": "Tenant-owned"
|
||
},
|
||
"empty": {
|
||
"title": "No collections yet",
|
||
"description": "Import one of Fotospiel’s curated templates or create your own bundle to get started."
|
||
},
|
||
"dialogs": {
|
||
"importTitle": "Import collection",
|
||
"collectionLabel": "Collection",
|
||
"selectEvent": "Select event",
|
||
"submit": "Import",
|
||
"cancel": "Cancel"
|
||
},
|
||
"notifications": {
|
||
"imported": "Collection imported successfully",
|
||
"error": "Collection could not be imported"
|
||
},
|
||
"errors": {
|
||
"eventsLoad": "Events could not be loaded.",
|
||
"selectEvent": "Please select an event.",
|
||
"noEvents": "No events yet – create one to activate this collection."
|
||
},
|
||
"labels": {
|
||
"taskCount": "{{count}} tasks",
|
||
"updated": "Updated: {{date}}"
|
||
},
|
||
"pagination": {
|
||
"prev": "Previous",
|
||
"next": "Next",
|
||
"page": "Page {{current}} of {{total}}"
|
||
}
|
||
},
|
||
"engagement": {
|
||
"subtitle": "Manage tasks, collections, and emotions from a single workspace."
|
||
},
|
||
"emotions": {
|
||
"title": "Emotions",
|
||
"subtitle": "Manage the emotional tone available for your events.",
|
||
"actions": {
|
||
"create": "Add emotion",
|
||
"enable": "Enable",
|
||
"disable": "Disable"
|
||
},
|
||
"scope": {
|
||
"global": "Global",
|
||
"tenant": "Tenant"
|
||
},
|
||
"labels": {
|
||
"updated": "Updated: {{date}}",
|
||
"noEventType": "All event types"
|
||
},
|
||
"status": {
|
||
"active": "Active",
|
||
"inactive": "Inactive"
|
||
},
|
||
"errors": {
|
||
"genericTitle": "Action failed",
|
||
"load": "Emotions could not be loaded.",
|
||
"create": "Emotion could not be created.",
|
||
"toggle": "Emotion status could not be updated.",
|
||
"nameRequired": "Please provide a name."
|
||
},
|
||
"empty": {
|
||
"title": "No emotions yet",
|
||
"description": "Create your own emotion or use the Fotospiel defaults."
|
||
},
|
||
"dialogs": {
|
||
"createTitle": "Add custom emotion",
|
||
"name": "Name",
|
||
"description": "Description",
|
||
"icon": "Icon",
|
||
"color": "Color",
|
||
"activeLabel": "Active",
|
||
"activeDescription": "Visible in the task library",
|
||
"cancel": "Cancel",
|
||
"submit": "Save emotion"
|
||
}
|
||
},
|
||
"management": {
|
||
"billing": {
|
||
"title": "Packages & billing",
|
||
"subtitle": "Manage your purchased packages and track their durations.",
|
||
"actions": {
|
||
"refresh": "Refresh",
|
||
"exportCsv": "Export CSV"
|
||
},
|
||
"errors": {
|
||
"load": "Unable to load package data.",
|
||
"more": "Unable to load more entries."
|
||
},
|
||
"sections": {
|
||
"overview": {
|
||
"title": "Package overview",
|
||
"description": "Your active package and the most important metrics.",
|
||
"empty": "No active package yet.",
|
||
"emptyBadge": "No active package",
|
||
"cards": {
|
||
"package": {
|
||
"label": "Active package",
|
||
"helper": "Currently assigned"
|
||
},
|
||
"used": {
|
||
"label": "Events used",
|
||
"helper": "Remaining: {{count}}"
|
||
},
|
||
"price": {
|
||
"label": "Price (net)"
|
||
},
|
||
"expires": {
|
||
"label": "Expires",
|
||
"helper": "Auto-renews if enabled"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"packages": {
|
||
"title": "Package history",
|
||
"description": "Overview of current and past packages.",
|
||
"empty": "No packages purchased yet.",
|
||
"card": {
|
||
"statusActive": "Active",
|
||
"statusInactive": "Inactive",
|
||
"used": "Used events",
|
||
"available": "Available",
|
||
"expires": "Expires"
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|