-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to confirm newly added recipients
- Loading branch information
Showing
5 changed files
with
66 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,14 @@ | |
"confirmMultipleRecipientDomainsAccept": { "message": "Send" }, | ||
"confirmMultipleRecipientDomainsCancel": { "message": "Cancel" }, | ||
|
||
"confirmNewDomainRecipientsDialogTitle": { "message": "Recipients with domains not included in the recipients of the original message" }, | ||
"confirmNewDomainRecipientsDialogMessage": { "message": "There are recipients with domains not included in the recipients of the original message.\n\n$RECIPIENTS$\n\nDo you really want to send this message?", | ||
"placeholders": { | ||
"domains": { "content": "$1", "example": "[email protected]" } | ||
}}, | ||
"confirmNewDomainRecipientsAccept": { "message": "Send" }, | ||
"confirmNewDomainRecipientsCancel": { "message": "Cancel" }, | ||
|
||
|
||
"confirmAttentionDomainsTitle": { "message": "Recipients with attention domains" }, | ||
"confirmAttentionDomainsMessage": { "message": "These recipients with attention domains are found:\n\n$RECIPIENTS$\n\nIf there is no problem, continue to send.", | ||
|
@@ -106,6 +114,7 @@ | |
"config_minConfirmMultipleRecipientDomainsCount_label_after": { "message": "or more domains in To/Cc recipients" }, | ||
"config_allowCheckAllInternals_label": { "message": "Allow to make all internal recipients to be checked with one checkbox" }, | ||
"config_allowCheckAllExternals_label": { "message": "Allow to make all external recipients to be checked with one checkbox" }, | ||
"config_confirmNewDomainRecipients_label": { "message": "Confirm when any recipients with domains different from any existing recipients are added" }, | ||
"config_emphasizeNewDomainRecipients_label": { "message": "Emphasize added recipients with domains different from any existing recipients" }, | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,14 @@ | |
"confirmMultipleRecipientDomainsAccept": { "message": "送信" }, | ||
"confirmMultipleRecipientDomainsCancel": { "message": "キャンセル" }, | ||
|
||
"confirmNewDomainRecipientsDialogTitle": { "message": "返信元のメールの宛先に含まれていなかったドメインの宛先が追加されています" }, | ||
"confirmNewDomainRecipientsDialogMessage": { "message": "返信元のメールの宛先に含まれていなかったドメインの以下の宛先が追加されています。\n\n$RECIPIENTS$\n\n送信してよろしいですか?", | ||
"placeholders": { | ||
"recipients": { "content": "$1", "example": "[email protected]" } | ||
}}, | ||
"confirmNewDomainRecipientsAccept": { "message": "送信" }, | ||
"confirmNewDomainRecipientsCancel": { "message": "キャンセル" }, | ||
|
||
|
||
"confirmAttentionDomainsTitle": { "message": "特別に注意が必要な宛先" }, | ||
"confirmAttentionDomainsMessage": { "message": "特別に注意が必要なドメインに属する以下の宛先があります。\n\n$RECIPIENTS$\n\n問題がない事を確認の上でメールを送信してください。", | ||
|
@@ -106,6 +114,7 @@ | |
"config_minConfirmMultipleRecipientDomainsCount_label_after": { "message": "個以上のドメインが含まれる場合に警告する" }, | ||
"config_allowCheckAllInternals_label": { "message": "組織内の宛先の一括チェックを許可" }, | ||
"config_allowCheckAllExternals_label": { "message": "外部の宛先の一括チェックを許可" }, | ||
"config_confirmNewDomainRecipients_label": { "message": "返信の宛先に今まで含まれていなかったドメインのアドレスが追加された場合に警告する" }, | ||
"config_emphasizeNewDomainRecipients_label": { "message": "返信の宛先に今まで含まれていなかったドメインのアドレスを強調表示する" }, | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters