chore(quick add magic): clarify the use of spaces for lists and labels
This commit is contained in:
parent
99a5afc817
commit
302728526a
2 changed files with 7 additions and 1 deletions
|
@ -42,6 +42,10 @@
|
||||||
{{ $t('task.quickAddMagic.list1', {prefix: prefixes.list}) }}
|
{{ $t('task.quickAddMagic.list1', {prefix: prefixes.list}) }}
|
||||||
{{ $t('task.quickAddMagic.list2') }}
|
{{ $t('task.quickAddMagic.list2') }}
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
{{ $t('task.quickAddMagic.list3') }}
|
||||||
|
{{ $t('task.quickAddMagic.list4', {prefix: prefixes.list}) }}
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>{{ $t('task.quickAddMagic.dateAndTime') }}</h3>
|
<h3>{{ $t('task.quickAddMagic.dateAndTime') }}</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -793,13 +793,15 @@
|
||||||
"multiple": "You can use this multiple times.",
|
"multiple": "You can use this multiple times.",
|
||||||
"label1": "To add a label, simply prefix the name of the label with {prefix}.",
|
"label1": "To add a label, simply prefix the name of the label with {prefix}.",
|
||||||
"label2": "Vikunja will first check if the label already exist and create it if not.",
|
"label2": "Vikunja will first check if the label already exist and create it if not.",
|
||||||
"label3": "To use spaces, simply add a \" around the label name.",
|
"label3": "To use spaces, simply add a \" or ' around the label name.",
|
||||||
"label4": "For example: {prefix}\"Label with spaces\".",
|
"label4": "For example: {prefix}\"Label with spaces\".",
|
||||||
"priority1": "To set a task's priority, add a number 1-5, prefixed with a {prefix}.",
|
"priority1": "To set a task's priority, add a number 1-5, prefixed with a {prefix}.",
|
||||||
"priority2": "The higher the number, the higher the priority.",
|
"priority2": "The higher the number, the higher the priority.",
|
||||||
"assignees": "To directly assign the task to a user, add their username prefixed with {prefix} to the task.",
|
"assignees": "To directly assign the task to a user, add their username prefixed with {prefix} to the task.",
|
||||||
"list1": "To set a list for the task to appear in, enter its name prefixed with {prefix}.",
|
"list1": "To set a list for the task to appear in, enter its name prefixed with {prefix}.",
|
||||||
"list2": "This will return an error if the list does not exist.",
|
"list2": "This will return an error if the list does not exist.",
|
||||||
|
"list3": "To use spaces, simply add a \" or ' around the list name.",
|
||||||
|
"list4": "For example: {prefix}\"List with spaces\".",
|
||||||
"dateAndTime": "Date and time",
|
"dateAndTime": "Date and time",
|
||||||
"date": "Any date will be used as the due date of the new task. You can use dates in any of these formats:",
|
"date": "Any date will be used as the due date of the new task. You can use dates in any of these formats:",
|
||||||
"dateWeekday": "any weekday, will use the next date with that date",
|
"dateWeekday": "any weekday, will use the next date with that date",
|
||||||
|
|
Loading…
Reference in a new issue