+
{{ dateMoment.month }}
@@ -59,38 +62,40 @@
{{ dateMoment.dow }} {{ dateMoment.day }}
- {{ dateMoment.time }} {{ props.durationSec ? ' - ' + dateMoment.dueTime : '' }}
+ {{ dateMoment.time }}
+ {{ props.durationSec ? ' - ' + dateMoment.dueTime : '' }}
{{ t('polls', 'The automatic reminder is sent to all shares via email:') }}
-{{ t('polls', 'For polls with expiration:') }}
++ {{ + t('polls', 'The automatic reminder is sent to all shares via email:') + }} +
+{{ t('polls', 'For polls with expiration:') }}
-- {{ t('polls', '48 hours before the expiration date, if the poll is created more than 5 days before the expiration.') }}
- - {{ t('polls', '36 hours before the expiration date, if the poll is created more than 2 and less than 5 days before the expiration.') }}
+ -
+ {{
+ t(
+ 'polls',
+ '48 hours before the expiration date, if the poll is created more than 5 days before the expiration.',
+ )
+ }}
+
+ -
+ {{
+ t(
+ 'polls',
+ '36 hours before the expiration date, if the poll is created more than 2 and less than 5 days before the expiration.',
+ )
+ }}
+
-{{ t('polls', 'For date polls without expiration:') }}
+{{ t('polls', 'For date polls without expiration:') }}
-- {{ t('polls', '48 hours before the first date option, if the poll is created more than 5 days before the first date option.') }}
- - {{ t('polls', '36 hours before the first date option, if the poll is created more than 2 and less than 5 days before the first date option.') }}
+ -
+ {{
+ t(
+ 'polls',
+ '48 hours before the first date option, if the poll is created more than 5 days before the first date option.',
+ )
+ }}
+
+ -
+ {{
+ t(
+ 'polls',
+ '36 hours before the first date option, if the poll is created more than 2 and less than 5 days before the first date option.',
+ )
+ }}
+
-{{ t('polls', 'No reminder is sent:') }}
+{{ t('polls', 'No reminder is sent:') }}
-- {{ t('polls', 'For text polls without expiration.') }}
- - {{ t('polls', 'For polls created less than 2 days before the expiration.') }}
- - {{ t('polls', 'If a share already got a reminder (no matter, if the expiration date got changed).') }}
- - {{ t('polls', 'If the poll is already closed.') }}
+ - {{ t('polls', 'For text polls without expiration.') }}
+ -
+ {{
+ t(
+ 'polls',
+ 'For polls created less than 2 days before the expiration.',
+ )
+ }}
+
+ -
+ {{
+ t(
+ 'polls',
+ 'If a share already got a reminder (no matter, if the expiration date got changed).',
+ )
+ }}
+
+ - {{ t('polls', 'If the poll is already closed.') }}
{{ t('polls', 'Clone to option sequence') }}
-{{ t('polls', 'Create a sequence of date options starting with {dateOption}.', { dateOption: dateBaseOptionString }) }}
- -{{ t('polls', 'Preview') }}
{{ t('polls', 'Preview') }}
{{ t('polls', 'Create multiple options at once') }}
-{{ t('polls', 'Each line creates a new option. Duplicates will get skipped without warning.') }}
- -{{ t('polls', 'Guest participants') }}
-{{ t('polls', 'Registered accounts') }}
+{{ t('polls', 'Registered accounts') }}
- {{ t('polls', 'Please understand, that the jobs were defined as asynchronous jobs by intention.') }} - {{ t('polls', 'Only use them, if it is absolutely neccessary (i.error. your cron does not work properly) or for testing.') }} - {{ t('polls', 'Starting the jobs does not mean, that the rules for these actions are overridden.') }} + {{ + t( + 'polls', + 'Please understand, that the jobs were defined as asynchronous jobs by intention.', + ) + }} + {{ + t( + 'polls', + 'Only use them, if it is absolutely neccessary (i.error. your cron does not work properly) or for testing.', + ) + }} + {{ + t( + 'polls', + 'Starting the jobs does not mean, that the rules for these actions are overridden.', + ) + }}
- {{ t('polls', 'Each job can only be run once. If you want to rerun them, you have to refresh the page.') }} - {{ t('polls', 'If you want to see the result, please check the logs.') }} + {{ + t( + 'polls', + 'Each job can only be run once. If you want to rerun them, you have to refresh the page.', + ) + }} + {{ + t( + 'polls', + 'If you want to see the result, please check the logs.', + ) + }}
- {{ t('polls', 'If you use different legal terms and privacy policy for public polls, enter the links below. Leave empty to use your default terms.') }} + {{ + t( + 'polls', + 'If you use different legal terms and privacy policy for public polls, enter the links below. Leave empty to use your default terms.', + ) + }}
--- {{ t('polls', 'Anonymizing a poll of a restricted owner means that this poll is anonymous for everyone, including the owner.') }}
- - {{ t('polls', 'Deletion and changing votes of participants is not possible') }}
+ -
+ {{
+ t(
+ 'polls',
+ 'Anonymizing a poll of a restricted owner means that this poll is anonymous for everyone, including the owner.',
+ )
+ }}
+
+ -
+ {{
+ t(
+ 'polls',
+ 'Deletion and changing votes of participants is not possible',
+ )
+ }}
+
{{ t('polls', 'Do you want to take over this poll?') }}
-{{ t('polls', 'Do you want to delete this poll?') }}