Files
myeasycms-v2/apps/web/i18n/messages/en/common.json

187 lines
6.8 KiB
JSON

{
"homeTabLabel": "Home",
"homeTabDescription": "Welcome to your home page",
"accountMembers": "Team Members",
"membersTabDescription": "Here you can manage the members of your team.",
"billingTabLabel": "Billing",
"billingTabDescription": "Manage your billing and subscription",
"dashboardTabLabel": "Dashboard",
"settingsTabLabel": "Settings",
"profileSettingsTabLabel": "Profile",
"subscriptionSettingsTabLabel": "Subscription",
"dashboardTabDescription": "An overview of your account's activity and performance across all your projects.",
"settingsTabDescription": "Manage your settings and preferences.",
"emailAddress": "Email Address",
"password": "Password",
"modalConfirmationQuestion": "Are you sure you want to continue?",
"imageInputLabel": "Click here to upload an image",
"cancel": "Cancel",
"clear": "Clear",
"notFound": "Not Found",
"backToHomePage": "Back to Home",
"goBack": "Try Again",
"genericServerError": "Sorry, something went wrong.",
"genericServerErrorHeading": "Sorry, something went wrong while processing your request. Please contact us if the issue persists.",
"pageNotFound": "Page not found",
"pageNotFoundSubHeading": "The page you're looking for doesn't exist or has been moved. Check the URL or head back to the homepage.",
"genericError": "Something went wrong",
"genericErrorSubHeading": "We ran into an unexpected issue. Please try again, and if the problem persists, reach out to our support team.",
"anonymousUser": "Anonymous",
"tryAgain": "Try Again",
"theme": "Theme",
"lightTheme": "Light",
"darkTheme": "Dark",
"systemTheme": "System",
"expandSidebar": "Expand Sidebar",
"collapseSidebar": "Collapse Sidebar",
"documentation": "Documentation",
"pricing": "Pricing",
"getStarted": "Get Started",
"getStartedWithPlan": "Get Started with {plan}",
"retry": "Retry",
"contactUs": "Contact Us",
"loading": "Loading. Please wait...",
"yourAccounts": "Your Accounts",
"continueKey": "Continue",
"skip": "Skip",
"info": "Info",
"signedInAs": "Signed in as",
"pageOfPages": "Page {page} of {total}",
"showingRecordCount": "Showing {pageSize} of {totalCount} rows",
"noData": "No data available",
"pageNotFoundHeading": "404",
"errorPageHeading": "500",
"notifications": "Notifications",
"noNotifications": "No notifications",
"justNow": "Just now",
"newVersionAvailable": "New version available",
"newVersionAvailableDescription": "A new version of the app is available. It is recommended to refresh the page to get the latest updates and avoid any issues.",
"newVersionSubmitButton": "Reload and Update",
"back": "Back",
"routes": {
"home": "Home",
"account": "Account",
"billing": "Billing",
"dashboard": "Dashboard",
"settings": "Settings",
"profile": "Profile",
"people": "People",
"clubMembers": "Club Members",
"memberApplications": "Applications",
"memberPortal": "Member Portal",
"memberCards": "Member Cards",
"memberDues": "Dues Categories",
"accessAndRoles": "Access & Roles",
"courseManagement": "Courses",
"courseList": "All Courses",
"courseCalendar": "Calendar",
"courseInstructors": "Instructors",
"courseLocations": "Locations",
"eventManagement": "Events",
"eventList": "All Events",
"eventRegistrations": "Registrations",
"holidayPasses": "Holiday Passes",
"bookingManagement": "Bookings",
"bookingList": "All Bookings",
"bookingCalendar": "Availability Calendar",
"bookingRooms": "Rooms",
"bookingGuests": "Guests",
"financeManagement": "Finance",
"financeOverview": "Overview",
"financeInvoices": "Invoices",
"financeSepa": "SEPA Batches",
"financePayments": "Payments",
"documentManagement": "Documents",
"documentOverview": "Overview",
"documentGenerate": "Generate",
"documentTemplates": "Templates",
"newsletterManagement": "Newsletter",
"newsletterCampaigns": "Campaigns",
"newsletterNew": "New Newsletter",
"newsletterTemplates": "Templates",
"siteBuilder": "Website",
"sitePages": "Pages",
"sitePosts": "Posts",
"siteSettings": "Settings",
"customModules": "Custom Modules",
"moduleList": "All Modules",
"fisheriesManagement": "Fisheries",
"fisheriesOverview": "Overview",
"fisheriesWaters": "Waters",
"fisheriesLeases": "Leases",
"fisheriesCatchBooks": "Catch Books",
"fisheriesPermits": "Permits",
"fisheriesCompetitions": "Competitions",
"meetingProtocols": "Meeting Protocols",
"meetingsOverview": "Overview",
"meetingsProtocols": "Protocols",
"meetingsTasks": "Open Tasks",
"associationManagement": "Association Management",
"associationOverview": "Overview",
"associationHierarchy": "Organization Structure",
"associationMemberSearch": "Association-wide Search",
"associationEvents": "Shared Events",
"associationReporting": "Reports",
"associationTemplates": "Shared Templates",
"administration": "Administration",
"accountSettings": "Account Settings"
},
"roles": {
"owner": {
"label": "Owner"
},
"member": {
"label": "Member"
}
},
"otp": {
"requestVerificationCode": "Request Verification Code",
"requestVerificationCodeDescription": "We must verify your identity to continue with this action. We'll send a verification code to the email address {email}.",
"sendingCode": "Sending Code...",
"sendVerificationCode": "Send Verification Code",
"enterVerificationCode": "Enter Verification Code",
"codeSentToEmail": "We've sent a verification code to the email address {email}.",
"verificationCode": "Verification Code",
"enterCodeFromEmail": "Enter the 6-digit code we sent to your email.",
"verifying": "Verifying...",
"verifyCode": "Verify Code",
"requestNewCode": "Request New Code",
"errorSendingCode": "Error sending code. Please try again."
},
"cookieBanner": {
"title": "Hey, we use cookies 🍪",
"description": "This website uses cookies to ensure you get the best experience on our website.",
"reject": "Reject",
"accept": "Accept"
},
"dropzone": {
"success": "Successfully uploaded {count} file(s)",
"error": "Error uploading {count} file(s)",
"errorMessageUnknown": "An unknown error occurred.",
"errorMessageFileUnknown": "Unknown file",
"errorMessageFileSizeUnknown": "Unknown file size",
"errorMessageFileSizeTooSmall": "File size is too small",
"errorMessageFileSizeTooLarge": "File size is too large",
"uploading": "Uploading...",
"uploadFiles": "Upload {count} file(s)",
"maxFileSize": "Maximum file size: {size}",
"maxFiles": "You may upload only up to {count} files, please remove {files} files.",
"dragAndDrop": "Drag and drop or",
"select": "select files",
"toUpload": "to upload"
}
}