From 9c112f8928ac44583480d36d6d907b568d0d7b67 Mon Sep 17 00:00:00 2001 From: hirossan4049 Date: Sun, 1 Aug 2021 20:41:23 +0900 Subject: [PATCH] update: localize word fix --- Mastodon/Resources/ja.lproj/Localizable.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mastodon/Resources/ja.lproj/Localizable.strings b/Mastodon/Resources/ja.lproj/Localizable.strings index 5a0ed6de..0b767077 100644 --- a/Mastodon/Resources/ja.lproj/Localizable.strings +++ b/Mastodon/Resources/ja.lproj/Localizable.strings @@ -6,8 +6,8 @@ "Common.Alerts.Common.PleaseTryAgainLater" = "後でもう一度お試しください。"; "Common.Alerts.DeletePost.Delete" = "消去"; "Common.Alerts.DeletePost.Title" = "このトゥートを消去しますか?"; -"Common.Alerts.DiscardPostContent.Message" = "Confirm to discard composed post content."; -"Common.Alerts.DiscardPostContent.Title" = "Discard Draft"; +"Common.Alerts.DiscardPostContent.Message" = "この操作は取り消しできません。下書きは失われます。"; +"Common.Alerts.DiscardPostContent.Title" = "トゥートを破棄しますか?"; "Common.Alerts.EditProfileFailure.Message" = "プロフィールを編集できません。もう一度お試しください。"; "Common.Alerts.EditProfileFailure.Title" = "プロフィールを編集できませんでした"; "Common.Alerts.PublishPostFailure.AttachmentsMessage.MoreThanOneVideo" = "複数の動画を添付することはできません。";