Swiftgram/Resources/tr.lproj/HockeySDK.strings

223 lines
5.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* General */
/* For dialogs yes buttons */
"HockeyYes" = "Evet";
/* For dialogs no buttons */
"HockeyNo" = "Yok";
/* For dialogs ok buttons */
"HockeyOK" = "Tamam";
/* Replacement for app name, if it could not be detected */
"HockeyAppNamePlaceholder" = "This app";
/* Crash */
/* Crash dialog */
/* Title showing in the alert box when crash report data has been found */
"CrashDataFoundTitle" = "Hata raporu bulundu";
/* Description explaining that crash data has been found and ask the user if the data might be uploaded to the developers server */
"CrashDataFoundAnonymousDescription" = "%@ beklenmeyen bir şekilde kapanmış. Bu hatayı gidermemizi kolaylaştırmak için anonim bir hata raporu göndermek ister misiniz?";
/* Description explaining that crash data has been found and ask the user if the non anonymous data might be uplaoded to the developers server */
"CrashDataFoundDescription" = "%@ beklenmeyen bir şekilde kapanmış. Bu hatayı gidermemizi kolaylaştırmak için bir hata raporu göndermek ister misiniz?";
/* Alert box button if the users wants to send crash data always automatically */
"CrashSendReportAlways" = "Her seferinde gönder!";
/* Alert box button to send the crash report once */
"CrashSendReport" = "Gönder!";
/* Alert box button to decline sending the report */
"CrashDontSendReport" = "Hayır";
/* Text showing in a processing box that the crash data is being uploaded to the server */
"CrashReportSending" = "Gönderiliyor…";
/* Update */
/* Update Alert view */
/* Update available */
"UpdateAvailable" = "Update available";
"UpdateAlertTextWithAppVersion" = "%@ is available.";
"UpdateAlertMandatoryTextWithAppVersion" = "%@ is available and is a mandatory update!";
"UpdateIgnore" = "Ignore";
"UpdateShow" = "Show";
"UpdateInstall" = "Install";
/* Update Details */
"UpdateScreenTitle" = "Update";
"UpdateButtonCheck" = "CHECK";
"UpdateButtonSearching" = "CHECKING";
"UpdateButtonUpdate" = "UPDATE";
"UpdateButtonInstalling" = "INSTALLING";
"UpdateButtonOffline" = "OFFLINE";
"UpdateInstalled" = "INSTALLED";
"UpdateVersion" = "Version";
"UpdateShowPreviousVersions" = "Show previous versions...";
"UpdateNoUpdateAvailableTitle" = "No Update Available";
"UpdateNoUpdateAvailableMessage" = "%@ is already the latest version.";
"UpdateError" = "Error";
"UpdateWarning" = "Warning";
"UpdateNoReleaseNotesAvailable" = "No release notes available.";
/* Update Authorization */
"UpdateAuthorizationProgress" = "Authorizing...";
"UpdateAuthorizationOffline" = "Internet connection required!";
"UpdateAuthorizationDenied" = "Authorizing denied. Please contact the developer.";
/* Update Expiry */
"UpdateExpired" = "%@ is expired and can not be used any longer.";
/* Update Simulator Warning */
"UpdateSimulatorMessage" = "Hockey Update does not work in the Simulator.\nThe itms-services:// url scheme is implemented but nonfunctional.";
/* Feedback */
/* New Message Alert */
/* Alert Title */
"HockeyFeedbackNewMessageTitle" = "New Feedback Response";
/* Alert Text */
"HockeyFeedbackNewMessageText" = "A new response to your feedback is available. Would you like to view it?";
/* Alert Ignore Button */
"HockeyFeedbackIgnore" = "Ignore";
/* Alert Show Button */
"HockeyFeedbackShow" = "Show";
/* List View */
/* Title */
"HockeyFeedbackListTitle" = "Feedback";
/* Last Updated */
"HockeyFeedbackListLastUpdated" = "Last Updated: %@";
/* Never Updated */
"HockeyFeedbackListNeverUpdated" = "Never";
/* Provide Feedback Button Title */
"HockeyFeedbackListButonWriteFeedback" = "Provide Feedback";
/* Add a Response Button Title */
"HockeyFeedbackListButonWriteResponse" = "Add a Response";
/* User Data Set Name Button Title */
"HockeyFeedbackListButonUserDataSetName" = "Set Your Name";
/* User Data Set Email Button Title */
"HockeyFeedbackListButonUserDataSetEmail" = "Set Your Email";
/* User Data With Name Button Title */
"HockeyFeedbackListButonUserDataWithName" = "Name: %@";
/* User Data With Email Button Title */
"HockeyFeedbackListButonUserDataWithEmail" = "Email: %@";
/* Button title for deleting all local messages*/
"HockeyFeedbackListButonDeleteAllMessages" = "Delete All Messages";
/* Message pending to be send */
"HockeyFeedbackListMessagePending" = "Pending";
/* Delete All Messages Action Sheet / Alert View */
/* Title for the Action Sheet */
"HockeyFeedbackListDeleteAllTitle" = "This will delete all messages on this device.";
/* Button Title to perform delete action */
"HockeyFeedbackListDeleteAllDelete" = "Delete";
/* Button Title to cancel delete action */
"HockeyFeedbackListDeleteAllCancel" = "Cancel";
/* Open Link In Safari Action Sheet / Alert View */
/* Title for the Action Sheet */
"HockeyFeedbackListCancelOpenLink" = "Cancel";
/* Title for the Action Sheet */
"HockeyFeedbackListOpenLinkInSafari" = "Open Link in Safari";
/* UIActivity */
/* Activity Sharing Button Title, App Name will be inserted */
"HockeyFeedbackActivityButtonTitle" = "%@ Feedback";
/* if there can no app name be found, use this instead for HockeyFeedbackActivityButtonTitle */
"HockeyFeedbackActivityAppPlaceholder" = "App";
/* Compose Message */
/* Title */
"HockeyFeedbackComposeTitle" = "New Feedback";
/* Send button */
"HockeyFeedbackComposeSend" = "Send";
/* Set User Data */
/* Title */
"HockeyFeedbackUserDataTitle" = "My Info";
/* Description On What Should Be Entered */
"HockeyFeedbackUserDataDescription" = "Please provide your information before writing your feedback.";
/* Name Field */
"HockeyFeedbackUserDataName" = "Name";
/* Name Placeholder */
"HockeyFeedbackUserDataNamePlaceHolder" = "John Doe";
/* Email Field */
"HockeyFeedbackUserDataEmail" = "Email";
/* Email Placeholder */
"HockeyFeedbackUserDataEmailPlaceholder" = "example@email.com";