mirror of
https://github.com/wekan/wekan.git
synced 2026-03-12 00:22:34 +01:00
Textareas "Copy text to clipboard" is now translatable.
Thanks to xet7 !
This commit is contained in:
parent
611af2d523
commit
5088c12253
2 changed files with 3 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ template(name="checklistDeleteDialog")
|
||||||
button.toggle-delete-checklist-dialog(type="button") {{_ 'cancel'}}
|
button.toggle-delete-checklist-dialog(type="button") {{_ 'cancel'}}
|
||||||
|
|
||||||
template(name="addChecklistItemForm")
|
template(name="addChecklistItemForm")
|
||||||
a.fa.fa-copy(title="copy text to clipboard")
|
a.fa.fa-copy(title="{{_ 'copy-text-to-clipboard'}}")
|
||||||
span.copied-tooltip {{_ 'copied'}}
|
span.copied-tooltip {{_ 'copied'}}
|
||||||
textarea.js-add-checklist-item(rows='1' autofocus)
|
textarea.js-add-checklist-item(rows='1' autofocus)
|
||||||
.edit-controls.clearfix
|
.edit-controls.clearfix
|
||||||
|
|
@ -71,7 +71,7 @@ template(name="addChecklistItemForm")
|
||||||
a.fa.fa-times-thin.js-close-inlined-form
|
a.fa.fa-times-thin.js-close-inlined-form
|
||||||
|
|
||||||
template(name="editChecklistItemForm")
|
template(name="editChecklistItemForm")
|
||||||
a.fa.fa-copy(title="copy text to clipboard")
|
a.fa.fa-copy(title="{{_ 'copy-text-to-clipboard'}}")
|
||||||
span.copied-tooltip {{_ 'copied'}}
|
span.copied-tooltip {{_ 'copied'}}
|
||||||
textarea.js-edit-checklist-item(rows='1' autofocus dir="auto")
|
textarea.js-edit-checklist-item(rows='1' autofocus dir="auto")
|
||||||
if $eq type 'item'
|
if $eq type 'item'
|
||||||
|
|
|
||||||
|
|
@ -283,6 +283,7 @@
|
||||||
"confirm-subtask-delete-dialog": "Are you sure you want to delete subtask?",
|
"confirm-subtask-delete-dialog": "Are you sure you want to delete subtask?",
|
||||||
"confirm-checklist-delete-dialog": "Are you sure you want to delete checklist?",
|
"confirm-checklist-delete-dialog": "Are you sure you want to delete checklist?",
|
||||||
"copy-card-link-to-clipboard": "Copy card link to clipboard",
|
"copy-card-link-to-clipboard": "Copy card link to clipboard",
|
||||||
|
"copy-text-to-clipboard": "Copy text to clipboard",
|
||||||
"linkCardPopup-title": "Link Card",
|
"linkCardPopup-title": "Link Card",
|
||||||
"searchElementPopup-title": "Search",
|
"searchElementPopup-title": "Search",
|
||||||
"copyCardPopup-title": "Copy Card",
|
"copyCardPopup-title": "Copy Card",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue