diff --git a/lib/templates/ja/new_copayer.plain b/lib/templates/ja/new_copayer.plain new file mode 100644 index 0000000..acdbcd0 --- /dev/null +++ b/lib/templates/ja/new_copayer.plain @@ -0,0 +1,2 @@ +{{subjectPrefix}}ウォレットメンバー参加の知らせ +「{{walletName}}」のウォレットに新しいメンバーが加わりました。 diff --git a/lib/templates/ja/new_incoming_tx.plain b/lib/templates/ja/new_incoming_tx.plain new file mode 100644 index 0000000..eea9dde --- /dev/null +++ b/lib/templates/ja/new_incoming_tx.plain @@ -0,0 +1,2 @@ +{{subjectPrefix}}着金確認の知らせ +{{amount}} のビットコインがウォレット「{{walletName}}」に着金しました。 diff --git a/lib/templates/ja/new_outgoing_tx.plain b/lib/templates/ja/new_outgoing_tx.plain new file mode 100644 index 0000000..414d461 --- /dev/null +++ b/lib/templates/ja/new_outgoing_tx.plain @@ -0,0 +1,2 @@ +{{subjectPrefix}}送金のお知らせ +{{amount}}のビットコインがウォレット「{{walletName}}」から送金されました。 diff --git a/lib/templates/ja/new_tx_proposal.plain b/lib/templates/ja/new_tx_proposal.plain new file mode 100644 index 0000000..2fd7aeb --- /dev/null +++ b/lib/templates/ja/new_tx_proposal.plain @@ -0,0 +1,2 @@ +{{subjectPrefix}}送金の新規提案のお知らせ +「{{walletName}}」のウォレットにおいて {{copayerName}} さんが送金の提案をしました。 diff --git a/lib/templates/ja/txp_finally_rejected.plain b/lib/templates/ja/txp_finally_rejected.plain new file mode 100644 index 0000000..738597c --- /dev/null +++ b/lib/templates/ja/txp_finally_rejected.plain @@ -0,0 +1,2 @@ +{{subjectPrefix}}送金提案の却下のお知らせ +「{{walletName}}」のウォレットにおいて {{rejectorsNames}} さんが送金の提案を却下しました。 diff --git a/lib/templates/ja/wallet_complete.plain b/lib/templates/ja/wallet_complete.plain new file mode 100644 index 0000000..a315e31 --- /dev/null +++ b/lib/templates/ja/wallet_complete.plain @@ -0,0 +1,2 @@ +{{subjectPrefix}}ウォレット作成完了 +あなたの新しいウォレット「{{walletName}}」が完成されました。