From e2a836e6e352dde5043ed0d3dd2b00fec380be05 Mon Sep 17 00:00:00 2001 From: Yusuke Arakawa <108506642+nekolaboratory@users.noreply.github.com> Date: Thu, 9 Feb 2023 15:37:39 +0900 Subject: [PATCH] Update Localizable.strings (#734) --- .../Resources/Localization/ja.lproj/Localizable.strings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IceCubesApp/Resources/Localization/ja.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/ja.lproj/Localizable.strings index d3113b14..79a1cc70 100644 --- a/IceCubesApp/Resources/Localization/ja.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/ja.lproj/Localizable.strings @@ -20,8 +20,8 @@ "account.add.sign-in" = "サインイン"; // MARK: Enums -"enum.avatar-position.leading" = "リード"; -"enum.avatar-position.top" = "トップ"; +"enum.avatar-position.leading" = "水平方向に先頭"; +"enum.avatar-position.top" = "垂直方向に先頭"; "enum.avatar-shape.circle" = "円形"; "enum.avatar-shape.rounded" = "角丸"; "enum.durations.infinite" = "無期限"; @@ -389,7 +389,7 @@ "status.poll.frequency" = "投票頻度"; "status.poll.option-n %lld" = "オプション %lld"; "status.post-from-%@" = "%@ の投稿"; -"status.poll.send" = "Send Vote"; +"status.poll.send" = "投票する"; "status.row.was-boosted" = "ブーストした"; "status.row.was-reply" = "返信"; "status.row.you-boosted" = "ブーストしました";