mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 01:48:32 +02:00
63 lines
2.5 KiB
JSON
63 lines
2.5 KiB
JSON
{
|
|
"next": "Continue",
|
|
"back": "Back",
|
|
"newPoll": "New poll",
|
|
"eventDetails": "Poll Details",
|
|
"options": "Options",
|
|
"finish": "Finish",
|
|
"title": "Title",
|
|
"name": "Name",
|
|
"email": "Email",
|
|
"titlePlaceholder": "Monthly Meetup",
|
|
"locationPlaceholder": "Joe's Coffee Shop",
|
|
"descriptionPlaceholder": "Hey everyone, please choose the dates that work for you!",
|
|
"namePlaceholder": "Jessie Smith",
|
|
"emailPlaceholder": "jessie.smith@email.com",
|
|
"createPoll": "Create poll",
|
|
"location": "Location",
|
|
"description": "Description",
|
|
"stepSummary": "Step {{current}} of {{total}}",
|
|
"calendarHelp": "You can't create a poll without any options. Add at least one option to continue.",
|
|
"errorCreate": "Uh oh! There was a problem creating your poll. The error has been logged and we'll try to fix it.",
|
|
"share": "Share",
|
|
"shareDescription": "This poll is open to anyone who has the following link:",
|
|
"requiredNameError": "Name is required",
|
|
"remove": "Remove",
|
|
"change": "Change",
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"vote": "Vote",
|
|
"voteCount": "{{count}} vote",
|
|
"voteCount_other": "{{count}} votes",
|
|
"participantCount": "{{count}} participant",
|
|
"participantCount_other": "{{count}} participants",
|
|
"createdBy": "by <b>{{name}}</b>",
|
|
"timeZone": "Time Zone:",
|
|
"creatingDemo": "Creating demo poll…",
|
|
"ok": "Ok",
|
|
"loading": "Loading…",
|
|
"loadingParticipants": "Loading participants…",
|
|
"admin": "Admin",
|
|
"adminDescription": "Full access to edit this poll.",
|
|
"participant": "Participant",
|
|
"participantDescription": "Partial access to vote and comment on this poll.",
|
|
"unverifiedMessage": "An email has been sent to <b>{{email}}</b> with a link to verify the email address.",
|
|
"notificationsOnDescription": "An email will be sent to <b>{{email}}</b> when there is activity on this poll.",
|
|
"deletingOptionsWarning": "You are deleting options that participants have voted for. Their votes will be also be deleted.",
|
|
"timeAndDate": "Time & date",
|
|
"weekStartsOn": "Week starts on:",
|
|
"timeFormat": "Time format:",
|
|
"monday": "Monday",
|
|
"sunday": "Sunday",
|
|
"12h": "12-hour",
|
|
"24h": "24-hour",
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"ifNeedBe": "If need be",
|
|
"areYouSure": "Are you sure?",
|
|
"deletePollDescription": "All data related to this poll will be deleted. To confirm, please type <s>“{{confirmText}}”</s> in to the input below:",
|
|
"deletePoll": "Delete poll",
|
|
"demoPollNotice": "Demo polls are automatically deleted after 1 day",
|
|
"yourDetails": "Your details",
|
|
"yourPolls": "Your polls"
|
|
}
|