diff --git a/Wino.Core.Domain/Translations/ja_JP/resources.json b/Wino.Core.Domain/Translations/ja_JP/resources.json index 8483395c..d7adfc06 100644 --- a/Wino.Core.Domain/Translations/ja_JP/resources.json +++ b/Wino.Core.Domain/Translations/ja_JP/resources.json @@ -76,6 +76,11 @@ "DialogMessage_UnlinkAccountsConfirmationTitle": "Unlink Accounts", "DialogMessage_EmptySubjectConfirmation": "Missin Subject", "DialogMessage_EmptySubjectConfirmationMessage": "Message has no subject. Do you want to continue?", + "DialogMessage_UnsubscribeConfirmationTitle": "Unsubscribe", + "DialogMessage_UnsubscribeConfirmationOneClickMessage": "Do you want to stop getting messages from {0}?", + "DialogMessage_UnsubscribeConfirmationGoToWebsiteMessage": "To stop getting messages from {0}, go to their website to unsubscribe.", + "DialogMessage_UnsubscribeConfirmationGoToWebsiteConfirmButton": "Go to website", + "DialogMessage_UnsubscribeConfirmationMailtoMessage": "Do you want to stop getting messages from {0}? Wino will unsubscribe for you by sending an email from your email account to {1}.", "Dialog_DontAskAgain": "Don't ask again", "DiscordChannelDisclaimerMessage": "Wino doesn't have it's own Discord server, but special 'wino-mail' channel is hosted at 'Developer Sanctuary' server.\nTo get the updates about Wino please join Developer Sanctuary server and follow 'wino-mail' channel under 'Community Projects'\n\nYou will be directed to server URL since Discord doesn't support channel invites.", "DiscordChannelDisclaimerTitle": "Important Discord Information", @@ -230,6 +235,8 @@ "Info_UnsupportedFunctionalityTitle": "Unsupported", "Info_UnsubscribeLinkInvalidTitle": "Invalid Unsubscribe Uri", "Info_UnsubscribeLinkInvalidMessage": "This unsubscribe link is invalid. Failed to unsubscribe from the list.", + "Info_UnsubscribeSuccessMessage": "Successfully unsubscribed from {0}.", + "Info_UnsubscribeErrorMessage": "Failed to unsubscribe", "ImapAdvancedSetupDialog_AuthenticationMethod": "Authentication method", "ImapAdvancedSetupDialog_ConnectionSecurity": "Connection security", "ImapAuthenticationMethod_Auto": "Auto",