From 45dadca76d4b19ae172f9be343665e52f132a6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Thu, 18 Apr 2024 01:53:22 +0200 Subject: [PATCH] New translations resources.json (Italian) --- Wino.Core.Domain/Translations/it_IT/resources.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Wino.Core.Domain/Translations/it_IT/resources.json b/Wino.Core.Domain/Translations/it_IT/resources.json index c2f36e60..d124f567 100644 --- a/Wino.Core.Domain/Translations/it_IT/resources.json +++ b/Wino.Core.Domain/Translations/it_IT/resources.json @@ -111,6 +111,7 @@ "Exception_UnsupportedProvider": "Questo provider non è supportato.", "Exception_UnsupportedSynchronizerOperation": "Questa operazione non è supportata per {0}", "Exception_UserCancelSystemFolderSetupDialog": "Finestra di configurazione della cartella di sistema annullata dall'utente.", + "Exception_InboxNotAvailable": "Couldn't setup account folders.", "Files": "File", "FilteringOption_All": "Tutti", "FilteringOption_Flagged": "Speciali", @@ -203,6 +204,9 @@ "Info_MessageCorruptedTitle": "Error", "Info_MissingFolderMessage": "{0} doesn't exist for this account.", "Info_MissingFolderTitle": "Missing Folder", + "Info_PDFSaveSuccessTitle": "Success", + "Info_PDFSaveFailedTitle": "Failed to save PDF file", + "Info_PDFSaveSuccessMessage": "PDF file is saved to {0}", "Info_PurchaseExistsMessage": "Looks like this product has already been purchased before.", "Info_PurchaseExistsTitle": "Existing Product", "Info_PurchaseThankYouMessage": "Thank You", @@ -331,8 +335,14 @@ "SettingsApplicationTheme_Title": "Application Theme", "SettingsAvailableThemes_Description": "Select a theme from Wino's own collection for your taste or apply your own themes.", "SettingsAvailableThemes_Title": "Available Themes", + "SettingsAutoSelectNextItem_Title": "Auto select next item", + "SettingsAutoSelectNextItem_Description": "Select the next item after you delete or move a mail.", "SettingsCustomTheme_Description": "Create your own custom theme with custom wallpaper and accent color.", "SettingsCustomTheme_Title": "Custom Theme", + "SettingsConfigureSpecialFolders_Title": "Configure System Folders", + "SettingsConfigureSpecialFolders_Description": "Set folders with special functions. Folders such as Archive, Inbox, and Drafts are essential for Wino to function properly.", + "SettingConfigureSpecialFolders_Button": "Configure", + "Error_FailedToSetupSystemFolders_Title": "Failed to setup system folders", "SettingsDeleteAccount_Description": "Delete all e-mails and credentials associated with this account.", "SettingsDeleteAccount_Title": "Delete this account", "SettingsDeleteProtection_Description": "Should Wino ask you for comfirmation every time you try to permanently delete a mail using Shift + Del keys?", @@ -453,6 +463,10 @@ "SystemFolderConfigDialog_SentFolderDescription": "Folder that sent messages will be stored.", "SystemFolderConfigDialog_SentFolderHeader": "Sent Folder", "SystemFolderConfigDialog_Title": "Configure System Folders", + "SystemFolderConfigDialogValidation_InboxSelected": "You can't assign Inbox folder to any other system folder.", + "SystemFolderConfigDialogValidation_DuplicateSystemFolders": "Some of the system folders are used more than once in the configuration.", + "SystemFolderConfigSetupSuccess_Title": "System Folders Setup", + "SystemFolderConfigSetupSuccess_Message": "System folders are successfully configured.", "TestingImapConnectionMessage": "Testing server connection...", "Today": "Today", "UnknownAddress": "unknown address",