From a5d9c931caf0295aca065634d3627c4e7cce5f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Thu, 2 May 2024 00:26:20 +0200 Subject: [PATCH] New translations resources.json (Japanese) --- Wino.Core.Domain/Translations/ja_JP/resources.json | 7 +++++++ 1 file changed, 7 insertions(+) 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",