Swiftgram/Resources/ja.lproj/HockeySDK.strings

218 lines
5.5 KiB
Plaintext
Executable File

/* General */
/* For dialogs yes buttons */
"HockeyYes" = "Yes";
/* For dialogs no buttons */
"HockeyNo" = "No";
/* For dialogs ok buttons */
"HockeyOK" = "保存";
/* 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" = "クラッシュ時のデータを検知";
/* Description explaining that crash data has been found and ask the user if the data might be uploaded to the developers server */
"CrashDataFoundAnonymousDescription" = "%@ は不正に終了しました。問題の修正のため、匿名でクラッシュレポートを送信しますか?";
/* 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" = "%@ は不正に終了しました。問題の修正のため、クラッシュレポートを送信しますか?";
/* Alert box button if the users wants to send crash data always automatically */
"CrashSendReportAlways" = "いつも";
/* Alert box button to send the crash report once */
"CrashSendReport" = "はい";
/* Alert box button to decline sending the report */
"CrashDontSendReport" = "いいえ";
/* Text showing in a processing box that the crash data is being uploaded to the server */
"CrashReportSending" = "送信中…";
/* 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";
/* User Name In Message If Name Not Set */
"HockeyFeedbackListMessageUserNameNotSet" = "You";
/* Name In Message From Server If Name Not Set */
"HockeyFeedbackListMessageResponseNameNotSet" = "Response";
/* Message pending to be send */
"HockeyFeedbackListMessagePending" = "Pending";
/* Delete All Messages Action Sheet */
/* 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";
/* UIActivity */
/* Activity Sharing Button Title */
"HockeyFeedbackActivityButtonTitle" = "App Feedback";
/* 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";