slambb 10 月之前
父节点
当前提交
cf88830c84

+ 3 - 2
Assets/BowArrow/Scripts/Components/TextAutoLanguage2/Resources/TextAutoLanguage2/cn.json

@@ -708,6 +708,7 @@
   "CoinsInfo": "币:{0}/{1}",
   "Seconds": "秒",
   "Minutes": "分",
-  "Coin": "币"
-
+  "Coin": "币",
+  "BConnectTip": "弓箭连接中,请等待...",
+  "BConnectTipSuccess": "连接成功"
 }

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

@@ -761,6 +761,8 @@
   "CoinsInfo": "Coins: {0}/{1}",
   "Seconds": "s",
   "Minutes": "m ",
-  "Coin": "coin"
+  "Coin": "coin",
+  "BConnectTip": "Bow is connecting, please wait...",
+  "BConnectTipSuccess": "Connection successful"
 
 }