diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-02-15 23:41:04 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-02-15 23:41:04 +0200 |
commit | 3b202c284a932b4fe41245c9778c7a0a1bda4e93 (patch) | |
tree | b04de3aa363fef2e4c09a06760cd8a70bb4460bc /i18n/ja.i18n.json | |
parent | 8da1dd524d6d9db9eb1ff6a93e6be788ee4288a5 (diff) | |
download | wekan-3b202c284a932b4fe41245c9778c7a0a1bda4e93.tar.gz wekan-3b202c284a932b4fe41245c9778c7a0a1bda4e93.tar.bz2 wekan-3b202c284a932b4fe41245c9778c7a0a1bda4e93.zip |
Update translations.
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": "ボードをインポート", |