mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
i18n fixes
This commit is contained in:
parent
11b8e12ede
commit
756fbd0f4c
2 changed files with 5 additions and 3 deletions
|
@ -157,9 +157,9 @@ template(name="copyCardPopup")
|
|||
|
||||
|
||||
template(name="copyManyCardPopup")
|
||||
label(for='copy-many-card-title') {{_ 'title'}}:
|
||||
label(for='copy-many-card-title') {{_ 'copyManyCardPopup-instructions'}}:
|
||||
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
||||
= title
|
||||
{{_ 'copyManyCardPopup-format'}}
|
||||
if isSandstorm
|
||||
+boardLists
|
||||
else
|
||||
|
|
|
@ -159,7 +159,9 @@
|
|||
"confirm-checklist-delete-dialog": "Are you sure you want to delete checklist",
|
||||
"copy-card-link-to-clipboard": "Copy card link to clipboard",
|
||||
"copyCardPopup-title": "Copy Card",
|
||||
"copyManyCardPopup-title": "Copy Multiple Cards",
|
||||
"copyManyCardPopup-title": "Copy Checklist Template to Many Cards",
|
||||
"copyManyCardPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
|
||||
"copyManyCardPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
|
||||
"create": "Create",
|
||||
"createBoardPopup-title": "Create Board",
|
||||
"chooseBoardSourcePopup-title": "Import board",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue