Procházet zdrojové kódy

修改中文多语言标识

lalalashen před 1 týdnem
rodič
revize
f30e0a2b3d

+ 5 - 7
luckypot_sp/assets/resources/GamePrefabs/homescence/set.prefab

@@ -959,9 +959,7 @@
     ],
     "_srcBlendFactor": 770,
     "_dstBlendFactor": 771,
-    "_spriteFrame": {
-      "__uuid__": "dca87179-5c2c-4b2c-ad8b-b1ddf0f1bbdd"
-    },
+    "_spriteFrame": null,
     "_type": 0,
     "_sizeMode": 1,
     "_fillType": 0,
@@ -1050,7 +1048,7 @@
     },
     "_contentSize": {
       "__type__": "cc.Size",
-      "width": 616.75,
+      "width": 295.41,
       "height": 63
     },
     "_anchorPoint": {
@@ -1103,8 +1101,8 @@
     "_srcBlendFactor": 770,
     "_dstBlendFactor": 771,
     "_useOriginalSize": false,
-    "_string": "set.rootNode_setting_title",
-    "_N$string": "set.rootNode_setting_title",
+    "_string": "NV.标题-设置",
+    "_N$string": "NV.标题-设置",
     "_fontSize": 50,
     "_lineHeight": 50,
     "_enableWrapText": true,
@@ -1152,7 +1150,7 @@
       "__id__": 26
     },
     "_enabled": true,
-    "_dataID": "set.rootNode_setting_title",
+    "_dataID": "NV.标题-设置",
     "_id": ""
   },
   {

+ 4 - 1
luckypot_sp/assets/resources/i18n/en.js

@@ -925,6 +925,9 @@ window.i18n.languages['en'] = {
         "mylx": "no connection",
         "should_take": "You need to recharge any amount, and transport R${1}, you can bet",
         "not_exit_game": "In game, please exit later",
-    }
+    },
+    "NV": {
+        "标题-设置": "Setup",
+    },
     
 };

+ 4 - 1
luckypot_sp/assets/resources/i18n/sp.js

@@ -931,6 +931,9 @@ window.i18n.languages['sp'] = {
         "mylx":"sem ligação",
         "should_take":"Você precisa recarregar qualquer quantia,e transportarR${1},você pode apostar",
         "not_exit_game": "Em jogo, por favor saiam mais tarde",
-    }
+    },
+    "NV": {
+        "标题-设置": "Configurações",
+    },
    
 };

+ 3 - 0
luckypot_sp/assets/resources/i18n/zh.js

@@ -868,4 +868,7 @@ window.i18n.languages['zh'] = {
         "head_txt": "使用魔法道具",
         "offline": "断线",
     },
+    "NV": {
+        "标题-设置": "设置",
+    },
 };