diff --git a/Wino.Core.Domain/Translations/tr_TR/resources.json b/Wino.Core.Domain/Translations/tr_TR/resources.json index 15218a84..76e2ea57 100644 --- a/Wino.Core.Domain/Translations/tr_TR/resources.json +++ b/Wino.Core.Domain/Translations/tr_TR/resources.json @@ -111,6 +111,7 @@ "Exception_UnsupportedProvider": "This provider is not supported.", "Exception_UnsupportedSynchronizerOperation": "This operation is not supported for {0}", "Exception_UserCancelSystemFolderSetupDialog": "User canceled system folder config dialog.", + "Exception_InboxNotAvailable": "Couldn't setup account folders.", "Files": "Files", "FilteringOption_All": "All", "FilteringOption_Flagged": "Flagged", @@ -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",