mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 08:20:39 +00:00
Merge pull request #1726 from hcengineering/ano/fix-add-checklist-popup
Board: fix copy from message
This commit is contained in:
commit
6c96af45d4
@ -42,6 +42,7 @@
|
|||||||
"ChecklistDropdownNone": "(none)",
|
"ChecklistDropdownNone": "(none)",
|
||||||
"ShowDoneChecklistItems": "Show checked items ({done})",
|
"ShowDoneChecklistItems": "Show checked items ({done})",
|
||||||
"HideDoneChecklistItems": "Hide checked items",
|
"HideDoneChecklistItems": "Hide checked items",
|
||||||
|
"CopyChecklistFrom": "Copy items from...",
|
||||||
"Dates": "Dates",
|
"Dates": "Dates",
|
||||||
"Attachments": "Attachments",
|
"Attachments": "Attachments",
|
||||||
"AddAttachment": "Add an attachment",
|
"AddAttachment": "Add an attachment",
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
"ChecklistDropdownNone": "(не выбрано)",
|
"ChecklistDropdownNone": "(не выбрано)",
|
||||||
"ShowDoneChecklistItems": "Показать отмеченные ({done})",
|
"ShowDoneChecklistItems": "Показать отмеченные ({done})",
|
||||||
"HideDoneChecklistItems": "Скрыть отмеченные",
|
"HideDoneChecklistItems": "Скрыть отмеченные",
|
||||||
|
"CopyChecklistFrom": "Копировать из...",
|
||||||
"Dates": "Дата",
|
"Dates": "Дата",
|
||||||
"Attachments": "Прикрепленное",
|
"Attachments": "Прикрепленное",
|
||||||
"AddAttachment": "Прикрепить",
|
"AddAttachment": "Прикрепить",
|
||||||
|
@ -126,7 +126,7 @@
|
|||||||
|
|
||||||
<div class="flex-col ml-4 mt-4 mr-4 flex-gap-1">
|
<div class="flex-col ml-4 mt-4 mr-4 flex-gap-1">
|
||||||
<div class="text-md font-medium">
|
<div class="text-md font-medium">
|
||||||
<Label label={board.string.Title} />
|
<Label label={board.string.CopyChecklistFrom} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-1 mb-1 w-full">
|
<div class="mt-1 mb-1 w-full">
|
||||||
|
@ -63,6 +63,7 @@ export default mergeIds(boardId, board, {
|
|||||||
ChecklistDropdownNone: '' as IntlString,
|
ChecklistDropdownNone: '' as IntlString,
|
||||||
ShowDoneChecklistItems: '' as IntlString,
|
ShowDoneChecklistItems: '' as IntlString,
|
||||||
HideDoneChecklistItems: '' as IntlString,
|
HideDoneChecklistItems: '' as IntlString,
|
||||||
|
CopyChecklistFrom: '' as IntlString,
|
||||||
Dates: '' as IntlString,
|
Dates: '' as IntlString,
|
||||||
Attachments: '' as IntlString,
|
Attachments: '' as IntlString,
|
||||||
AddAttachment: '' as IntlString,
|
AddAttachment: '' as IntlString,
|
||||||
|
Loading…
Reference in New Issue
Block a user