Ver código fonte

文本翻译

lvjincheng 3 anos atrás
pai
commit
3334b0195b

+ 1 - 1
Assets/BowArrow/Scripts/Bluetooth/AimHandler.cs

@@ -217,7 +217,7 @@ public class AimHandler : MonoBehaviour
                     }
                     varianceV /= listArray.Length;
                     isCalibrateMagPerfect = varianceV < 0.001;
-                    PopupMgr.ins.ShowTip("地磁校准方差 = " + varianceV);
+                    PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("tip_mag-calibrate-variance-equal") + varianceV);
                 }
                 #endregion
             }

+ 1 - 0
Assets/BowArrow/Scripts/Components/TextAutoLanguage2/Resources/TextAutoLanguage2/cn.json

@@ -85,5 +85,6 @@
     "tip_pk_gametype_4": "野狼闯关PK",
     "tip_pk_friend-invite-join": "好友邀请你参加",
     "tip_pk_invite-try-again": "对方邀请你再来一次",
+    "tip_mag-calibrate-variance-equal": "地磁校准方差 = ",
     "about-us_content": "<color=#FFFFFF00>缩进</color>青凤鸾是一个技能运动智能硬件品牌。产品包含智能弓箭、智能射击、智能滑雪、智能高尔夫等。青凤鸾希望通过创新的智能硬件,让技能运动变得触手可及。并在疫情的大环境下,让人们的室内运动生活更加丰富有趣。"
 }

+ 1 - 0
Assets/BowArrow/Scripts/Components/TextAutoLanguage2/Resources/TextAutoLanguage2/en.json

@@ -85,6 +85,7 @@
     "tip_pk_gametype_4": "Wolf Challenge PK",
     "tip_pk_friend-invite-join": "Friend Invite ",
     "tip_pk_invite-try-again": "Invite Again ",
+    "tip_mag-calibrate-variance-equal": "Mag Calibrate Variance = ",
     "about-us_content": "Qingfengluan is a skill sports intelligent hardware brand. Products include intelligent bow and arrow, intelligent shooting, intelligent skiing, intelligent golf, etc. Qingfengluan hopes to make skill sports accessible through innovative intelligent hardware. And in the context of the epidemic, make people's indoor sports life more rich and interesting.",
     "当前正处于匹配状态,无法接受好友PK邀请!": "In matching, can't accept PK!",
     "目前状态下,无法接受该邀请!": "In current state, can't accept invite!",