diff options
Diffstat (limited to 'i18n/ja.i18n.json')
-rw-r--r-- | i18n/ja.i18n.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/ja.i18n.json b/i18n/ja.i18n.json index df0de2d2..70d741fe 100644 --- a/i18n/ja.i18n.json +++ b/i18n/ja.i18n.json @@ -159,6 +159,9 @@ "confirm-checklist-delete-dialog": "Are you sure you want to delete checklist", "copy-card-link-to-clipboard": "カードへのリンクをクリップボードにコピー", "copyCardPopup-title": "カードをコピー", + "copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", + "copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format", + "copyChecklistToManyCardsPopup-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": "作成", "createBoardPopup-title": "ボードの作成", "chooseBoardSourcePopup-title": "ボードをインポート", |