@@ -704,7 +704,7 @@ const char *languages[][2] = {
704704 // protect.c
705705 {"The new PIN must be different from your wipe code." , "" },
706706 //
707- {"The recovery phrase are the " , " " },
707+ {"The recovery phrase are" , " " },
708708 // recovery.c
709709 {"The seed is" , "种子" },
710710 // recovery.c recovery.c
@@ -728,6 +728,8 @@ const char *languages[][2] = {
728728 {"To" , "接收方" },
729729 // ethereum.c
730730 {"Too much data" , "" },
731+ // tron_ui.c
732+ {"Transaction" , "交易" },
731733 // starcoin.c
732734 {"Transaction data cannot be decoded" , "交易无法解析" },
733735 // ethereum.c
@@ -872,8 +874,6 @@ const char *languages[][2] = {
872874 {"and network fee of" , "" },
873875 // fsm_msg_common.h
874876 {"answer to ping?" , "" },
875- //
876- {"asset,Keep it safe" , "凭证,请妥善保管" },
877877 // layout2.c
878878 {"auto-lock your device" , "" },
879879 //
@@ -910,6 +910,8 @@ const char *languages[][2] = {
910910 {"contact our support." , "" },
911911 // reset.c
912912 {"create a new wallet?" , "创建新的钱包?" },
913+ // tron_ui.c
914+ {"data" , "数据" },
913915 // bl_check.c config.c
914916 {"detected." , "" },
915917 // fsm_msg_common.h fsm_msg_common.h
@@ -975,8 +977,6 @@ const char *languages[][2] = {
975977 {"of your recovery phrase" , "助记词" },
976978 // recovery.c
977979 {"on your computer" , "在电脑上" },
978- //
979- {"only way to recover your" , "助记词是找回资产唯一" },
980980 // fsm_msg_coin.h
981981 {"own risk!" , "风险" },
982982 // protect.c
@@ -1026,6 +1026,8 @@ const char *languages[][2] = {
10261026 {"the computer's" , "使用电脑的" },
10271027 // recovery.c recovery.c
10281028 {"the one in the device." , "" },
1029+ // reset.c
1030+ {"the only way to recover" , "助记词是找回资产唯一" },
10291031 //
10301032 {"the passphrase!" , "密语" },
10311033 // layout2.c
@@ -1069,6 +1071,9 @@ const char *languages[][2] = {
10691071 //
10701072 {"words" , "助记词" },
10711073 //
1072- {"you still have " , "还有" }};
1074+ {"you still have " , "还有" },
1075+ // reset.c
1076+ {"your asset,Keep it safe" , "凭证,请妥善保管" },
1077+ };
10731078
10741079int LANGUAGE_ITEMS = sizeof (languages ) / sizeof (languages [0 ]);
0 commit comments