更新配置
This commit is contained in:
parent
ae544d1f3d
commit
749de33dae
@ -37664,7 +37664,7 @@ local chapter_board = {
|
||||
},
|
||||
{
|
||||
0,
|
||||
0
|
||||
3
|
||||
},
|
||||
{
|
||||
0,
|
||||
@ -37692,7 +37692,7 @@ local chapter_board = {
|
||||
},
|
||||
{
|
||||
0,
|
||||
0
|
||||
3
|
||||
}
|
||||
},
|
||||
["mystery_box_board"]={
|
||||
@ -37862,7 +37862,7 @@ local chapter_board = {
|
||||
},
|
||||
{
|
||||
0,
|
||||
0
|
||||
3
|
||||
},
|
||||
{
|
||||
0,
|
||||
@ -37890,7 +37890,7 @@ local chapter_board = {
|
||||
},
|
||||
{
|
||||
0,
|
||||
0
|
||||
3
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -37982,27 +37982,27 @@ local chapter_board = {
|
||||
},
|
||||
{
|
||||
21,
|
||||
0
|
||||
2
|
||||
},
|
||||
{
|
||||
21,
|
||||
0
|
||||
2
|
||||
},
|
||||
{
|
||||
21,
|
||||
0
|
||||
2
|
||||
},
|
||||
{
|
||||
21,
|
||||
0
|
||||
3
|
||||
},
|
||||
{
|
||||
21,
|
||||
0
|
||||
3
|
||||
},
|
||||
{
|
||||
21,
|
||||
0
|
||||
3
|
||||
},
|
||||
{
|
||||
14,
|
||||
|
||||
@ -477,6 +477,7 @@ local grid_type = {
|
||||
["break_sfx"]="sfx_piece_caocong_b01"
|
||||
},
|
||||
[36]={
|
||||
["icon"]="battle_obstacle_firesnake",
|
||||
["next_type"]=0,
|
||||
["spine_name"]="ui_battle_obstacle_firesnake",
|
||||
["zoom"]=1.0,
|
||||
@ -489,6 +490,7 @@ local grid_type = {
|
||||
["effect_trigger"]=1
|
||||
},
|
||||
[37]={
|
||||
["icon"]="battle_obstacle_waternake",
|
||||
["next_type"]=0,
|
||||
["spine_name"]="ui_battle_obstacle_waternake",
|
||||
["zoom"]=1.0,
|
||||
|
||||
@ -289,6 +289,31 @@ local monster_base = {
|
||||
["body"]=2,
|
||||
["model_ui"]=1.0
|
||||
},
|
||||
[10060]={
|
||||
["model_id"]="m10060",
|
||||
["body"]=2,
|
||||
["model_ui"]=1.0
|
||||
},
|
||||
[10061]={
|
||||
["model_id"]="m10061",
|
||||
["body"]=2,
|
||||
["model_ui"]=1.0
|
||||
},
|
||||
[10062]={
|
||||
["model_id"]="m10062",
|
||||
["body"]=2,
|
||||
["model_ui"]=1.0
|
||||
},
|
||||
[10063]={
|
||||
["model_id"]="m10063",
|
||||
["body"]=2,
|
||||
["model_ui"]=1.0
|
||||
},
|
||||
[10065]={
|
||||
["model_id"]="m10065",
|
||||
["body"]=2,
|
||||
["model_ui"]=1.0
|
||||
},
|
||||
[20001]={
|
||||
["model_id"]="m20001",
|
||||
["body"]=1,
|
||||
@ -606,6 +631,6 @@ local monster_base = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=monster_base,count=121
|
||||
data=monster_base,count=126
|
||||
}
|
||||
return config
|
||||
File diff suppressed because it is too large
Load Diff
@ -9361,6 +9361,73 @@ local skill = {
|
||||
["cd_start"]=2,
|
||||
["name_act"]="skill02"
|
||||
},
|
||||
[10082]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="shield",
|
||||
["num"]=1000,
|
||||
["ratio"]=10000,
|
||||
["round"]=2
|
||||
},
|
||||
{
|
||||
["type"]="heal",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=1
|
||||
}
|
||||
},
|
||||
["obj"]=1,
|
||||
["skill_position"]={
|
||||
2,
|
||||
0
|
||||
},
|
||||
["cd"]=2,
|
||||
["cd_start"]=0,
|
||||
["sound_hit"]={
|
||||
10033
|
||||
},
|
||||
["name_act"]="skill01",
|
||||
["fx_self"]=200020
|
||||
},
|
||||
[10083]={
|
||||
["buff_condition"]={
|
||||
{
|
||||
{
|
||||
["type"]="state",
|
||||
["attr"]="corrupt",
|
||||
["op"]=">",
|
||||
["v"]=0,
|
||||
["side"]=2
|
||||
}
|
||||
}
|
||||
},
|
||||
["condition_rel"]={
|
||||
{
|
||||
1,
|
||||
1
|
||||
}
|
||||
},
|
||||
["effect_type"]=2,
|
||||
["trigger"]=5,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="counterattack",
|
||||
["num"]=2500,
|
||||
["ratio"]=2000,
|
||||
["round"]=2
|
||||
}
|
||||
},
|
||||
["obj"]=1,
|
||||
["skill_position"]={
|
||||
2,
|
||||
0
|
||||
},
|
||||
["cd"]=3,
|
||||
["cd_start"]=2,
|
||||
["name_act"]="skill02"
|
||||
},
|
||||
[20001]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
@ -13537,6 +13604,351 @@ local skill = {
|
||||
["name_act"]="attack03",
|
||||
["fx_self"]=100101
|
||||
},
|
||||
[20175]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000021
|
||||
},
|
||||
["name_act"]="attack01"
|
||||
},
|
||||
[20176]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000022
|
||||
},
|
||||
["name_act"]="attack02"
|
||||
},
|
||||
[20177]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000023
|
||||
},
|
||||
["name_act"]="attack03"
|
||||
},
|
||||
[20178]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000021
|
||||
},
|
||||
["name_act"]="attack01"
|
||||
},
|
||||
[20179]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000022
|
||||
},
|
||||
["name_act"]="attack02"
|
||||
},
|
||||
[20180]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000023
|
||||
},
|
||||
["name_act"]="attack03"
|
||||
},
|
||||
[20181]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000021
|
||||
},
|
||||
["name_act"]="attack01"
|
||||
},
|
||||
[20182]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000022
|
||||
},
|
||||
["name_act"]="attack02"
|
||||
},
|
||||
[20183]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000023
|
||||
},
|
||||
["name_act"]="attack03"
|
||||
},
|
||||
[20184]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000021
|
||||
},
|
||||
["name_act"]="attack01"
|
||||
},
|
||||
[20185]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000022
|
||||
},
|
||||
["name_act"]="attack02"
|
||||
},
|
||||
[20186]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000023
|
||||
},
|
||||
["name_act"]="attack03"
|
||||
},
|
||||
[20187]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000021
|
||||
},
|
||||
["name_act"]="attack01"
|
||||
},
|
||||
[20188]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000022
|
||||
},
|
||||
["name_act"]="attack02"
|
||||
},
|
||||
[20189]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
{
|
||||
["type"]="hurt",
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
["skill_position"]={
|
||||
1,
|
||||
140
|
||||
},
|
||||
["shake_time"]=100,
|
||||
["shake_type"]=1,
|
||||
["sound_hit"]={
|
||||
1000023
|
||||
},
|
||||
["name_act"]="attack03"
|
||||
},
|
||||
[30001]={
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
@ -15418,6 +15830,12 @@ local skill = {
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
{
|
||||
["type"]="corrupt",
|
||||
["num"]=5000,
|
||||
["ratio"]=2000,
|
||||
["round"]=2
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
@ -15442,6 +15860,12 @@ local skill = {
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
{
|
||||
["type"]="corrupt",
|
||||
["num"]=5000,
|
||||
["ratio"]=2000,
|
||||
["round"]=2
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
@ -15466,6 +15890,12 @@ local skill = {
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
{
|
||||
["type"]="corrupt",
|
||||
["num"]=5000,
|
||||
["ratio"]=2000,
|
||||
["round"]=2
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
@ -15850,6 +16280,12 @@ local skill = {
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
{
|
||||
["type"]="burn",
|
||||
["num"]=5000,
|
||||
["ratio"]=2000,
|
||||
["round"]=2
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
@ -15873,6 +16309,12 @@ local skill = {
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
{
|
||||
["type"]="burn",
|
||||
["num"]=5000,
|
||||
["ratio"]=2000,
|
||||
["round"]=2
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
@ -15896,6 +16338,12 @@ local skill = {
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
{
|
||||
["type"]="burn",
|
||||
["num"]=5000,
|
||||
["ratio"]=2000,
|
||||
["round"]=2
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
@ -15911,6 +16359,23 @@ local skill = {
|
||||
["name_act"]="attack03"
|
||||
},
|
||||
[30100]={
|
||||
["buff_condition"]={
|
||||
{
|
||||
{
|
||||
["type"]="state",
|
||||
["attr"]="vulnerable",
|
||||
["op"]=">",
|
||||
["v"]=0,
|
||||
["side"]=2
|
||||
}
|
||||
}
|
||||
},
|
||||
["condition_rel"]={
|
||||
{
|
||||
2,
|
||||
1
|
||||
}
|
||||
},
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
@ -15919,6 +16384,12 @@ local skill = {
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
{
|
||||
["type"]="burn",
|
||||
["num"]=5000,
|
||||
["ratio"]=2000,
|
||||
["round"]=2
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
@ -15934,6 +16405,23 @@ local skill = {
|
||||
["name_act"]="attack01"
|
||||
},
|
||||
[30101]={
|
||||
["buff_condition"]={
|
||||
{
|
||||
{
|
||||
["type"]="state",
|
||||
["attr"]="vulnerable",
|
||||
["op"]=">",
|
||||
["v"]=0,
|
||||
["side"]=2
|
||||
}
|
||||
}
|
||||
},
|
||||
["condition_rel"]={
|
||||
{
|
||||
2,
|
||||
1
|
||||
}
|
||||
},
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
@ -15942,6 +16430,12 @@ local skill = {
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
{
|
||||
["type"]="burn",
|
||||
["num"]=5000,
|
||||
["ratio"]=2000,
|
||||
["round"]=2
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
@ -15957,6 +16451,23 @@ local skill = {
|
||||
["name_act"]="attack02"
|
||||
},
|
||||
[30102]={
|
||||
["buff_condition"]={
|
||||
{
|
||||
{
|
||||
["type"]="state",
|
||||
["attr"]="vulnerable",
|
||||
["op"]=">",
|
||||
["v"]=0,
|
||||
["side"]=2
|
||||
}
|
||||
}
|
||||
},
|
||||
["condition_rel"]={
|
||||
{
|
||||
2,
|
||||
1
|
||||
}
|
||||
},
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
@ -15965,6 +16476,12 @@ local skill = {
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
{
|
||||
["type"]="burn",
|
||||
["num"]=5000,
|
||||
["ratio"]=2000,
|
||||
["round"]=2
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
@ -16049,6 +16566,23 @@ local skill = {
|
||||
["name_act"]="attack03"
|
||||
},
|
||||
[30106]={
|
||||
["buff_condition"]={
|
||||
{
|
||||
{
|
||||
["type"]="state",
|
||||
["attr"]="weaken",
|
||||
["op"]=">",
|
||||
["v"]=0,
|
||||
["side"]=2
|
||||
}
|
||||
}
|
||||
},
|
||||
["condition_rel"]={
|
||||
{
|
||||
2,
|
||||
1
|
||||
}
|
||||
},
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
@ -16057,6 +16591,12 @@ local skill = {
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
{
|
||||
["type"]="heal",
|
||||
["num"]=10000,
|
||||
["ratio"]=2000,
|
||||
["round"]=1
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
@ -16072,6 +16612,23 @@ local skill = {
|
||||
["name_act"]="attack01"
|
||||
},
|
||||
[30107]={
|
||||
["buff_condition"]={
|
||||
{
|
||||
{
|
||||
["type"]="state",
|
||||
["attr"]="weaken",
|
||||
["op"]=">",
|
||||
["v"]=0,
|
||||
["side"]=2
|
||||
}
|
||||
}
|
||||
},
|
||||
["condition_rel"]={
|
||||
{
|
||||
2,
|
||||
1
|
||||
}
|
||||
},
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
@ -16080,6 +16637,12 @@ local skill = {
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
{
|
||||
["type"]="heal",
|
||||
["num"]=10000,
|
||||
["ratio"]=2000,
|
||||
["round"]=1
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
@ -16095,6 +16658,23 @@ local skill = {
|
||||
["name_act"]="attack02"
|
||||
},
|
||||
[30108]={
|
||||
["buff_condition"]={
|
||||
{
|
||||
{
|
||||
["type"]="state",
|
||||
["attr"]="weaken",
|
||||
["op"]=">",
|
||||
["v"]=0,
|
||||
["side"]=2
|
||||
}
|
||||
}
|
||||
},
|
||||
["condition_rel"]={
|
||||
{
|
||||
2,
|
||||
1
|
||||
}
|
||||
},
|
||||
["effect_type"]=1,
|
||||
["trigger"]=1,
|
||||
["effect"]={
|
||||
@ -16103,6 +16683,12 @@ local skill = {
|
||||
["num"]=10000,
|
||||
["ratio"]=10000,
|
||||
["round"]=0
|
||||
},
|
||||
{
|
||||
["type"]="heal",
|
||||
["num"]=10000,
|
||||
["ratio"]=2000,
|
||||
["round"]=1
|
||||
}
|
||||
},
|
||||
["obj"]=2,
|
||||
@ -21107,6 +21693,6 @@ local skill = {
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=skill,count=784
|
||||
data=skill,count=801
|
||||
}
|
||||
return config
|
||||
@ -16,7 +16,8 @@ local hero = {
|
||||
["desc"]="没人能抗住亚历山大的钢铁重击,如果扛住了,那就再来一击。"
|
||||
},
|
||||
[14002]={
|
||||
["name"]="潘达"
|
||||
["name"]="潘达",
|
||||
["desc"]="潘达厉害的可不止爪子,还有鞭炮。"
|
||||
},
|
||||
[22001]={
|
||||
["name"]="刀妹",
|
||||
@ -35,7 +36,8 @@ local hero = {
|
||||
["desc"]="我可能拿不起巨剑,但不妨碍我用它轰人。"
|
||||
},
|
||||
[24002]={
|
||||
["name"]="索尔"
|
||||
["name"]="索尔",
|
||||
["desc"]="想试试雷神之锤的威力吗。"
|
||||
},
|
||||
[32001]={
|
||||
["name"]="洋葱头",
|
||||
@ -54,7 +56,8 @@ local hero = {
|
||||
["desc"]="这一箭下去你可能会死。"
|
||||
},
|
||||
[34002]={
|
||||
["name"]="梦魔"
|
||||
["name"]="梦魔",
|
||||
["desc"]="来找点乐子吧!"
|
||||
},
|
||||
[42001]={
|
||||
["name"]="冰心",
|
||||
@ -73,7 +76,8 @@ local hero = {
|
||||
["desc"]="有人持剑起舞,寒冰妖姬用剑让敌人起舞。"
|
||||
},
|
||||
[44002]={
|
||||
["name"]="艳后"
|
||||
["name"]="艳后",
|
||||
["desc"]="美丽也是一种武器。"
|
||||
},
|
||||
[52001]={
|
||||
["name"]="忍者伦",
|
||||
@ -92,7 +96,8 @@ local hero = {
|
||||
["desc"]="蝴蝶破茧而出,美丽又坚韧,坚韧的不止是内心,还有手里同样美丽的长刀。"
|
||||
},
|
||||
[54002]={
|
||||
["name"]="闪烁法师"
|
||||
["name"]="闪烁法师",
|
||||
["desc"]="邪恶在此终结。"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -20,6 +20,7 @@ local localization_global =
|
||||
["LOADING_DESC"] = "Laden…",
|
||||
["CLICK_COPY_ACOUNT_DESC"] = "Klicken Sie auf , um die Benutzer-ID zu kopieren",
|
||||
["APP"] = "Versionsnummer:",
|
||||
["GET_SEVER_ERROR"] = "Die Serveranforderung ist fehlgeschlagen",
|
||||
["CDKEY_NAME"] = "Einlösecode",
|
||||
["CDKEY_DESC_1"] = "Gib den Einlösecode ein",
|
||||
["CDKEY_DESC_2"] = "Jeder Einlösecode ist nur einmal zu benutzen",
|
||||
|
||||
@ -6,7 +6,7 @@ local func_open = {
|
||||
["name"]="Battle Pass"
|
||||
},
|
||||
["task"]={
|
||||
["name"]="Task"
|
||||
["name"]="Quest"
|
||||
},
|
||||
["act_level_gift"]={
|
||||
["name"]="Growth Fund"
|
||||
@ -15,16 +15,16 @@ local func_open = {
|
||||
["name"]="AFK Rewards"
|
||||
},
|
||||
["act_sevenday"]={
|
||||
["name"]="7-Day Login Event"
|
||||
["name"]="7-Day Joy"
|
||||
},
|
||||
["mall"]={
|
||||
["name"]="Shop"
|
||||
},
|
||||
["mall_daily"]={
|
||||
["name"]="Daily Specials"
|
||||
["name"]="Daily Deal"
|
||||
},
|
||||
["store_box_open"]={
|
||||
["name"]="Chests in the shop"
|
||||
["name"]="Shop Chest"
|
||||
},
|
||||
["store_box_3_open"]={
|
||||
["name"]="Precious Chest"
|
||||
@ -33,16 +33,16 @@ local func_open = {
|
||||
["name"]="Daily Challenge"
|
||||
},
|
||||
["act_gift_show_open"]={
|
||||
["name"]="Pop-up Package"
|
||||
["name"]="Popup Pack"
|
||||
},
|
||||
["first_charge"]={
|
||||
["name"]="First Purchase Gift Package"
|
||||
["name"]="First Recharge Pack"
|
||||
},
|
||||
["new_player_gift"]={
|
||||
["name"]="Newcomer Package"
|
||||
["name"]="Novice Pack"
|
||||
},
|
||||
["mail_open"]={
|
||||
["name"]="Mailbox"
|
||||
["name"]="Mail"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -132,93 +132,104 @@ local localization_global =
|
||||
["GOLD_PIG_DESC"] = "Challenge stages and collect Diamonds for a great deal.",
|
||||
["SIDE_BAR_FULL"] = "MAX",
|
||||
["DAILY_CHALLENGE"] = "Daily Challenge",
|
||||
["LEVEL_FUND_DESC_1"] = "After purchasing the Growth Fund {0}, you can earn diamonds by leveling up. \nMultiple funds can be purchased at the same time",
|
||||
["LEVEL_FUND_DESC_1"] = "After purchasing Growth Fund {0}, you can obtain Diamonds by upgrading. \nMultiple funds can be purchased simultaneously.",
|
||||
["BUFF_DESC"] = "BUFF",
|
||||
["DAILY_CHALLENGE_DESC_1"] = "Not enough challenges left for today",
|
||||
["DISCONNECT_RELOGIN"] = "Internet connection has been disconnected, please login again.",
|
||||
["RECONNECT"] = "Internet connection has been disconnected, reconnect?",
|
||||
["RELOGIN"] = "Log in again",
|
||||
["DAILY_CHALLENGE_DESC_1"] = "Insufficient challenge attempts for today.",
|
||||
["DISCONNECT_RELOGIN"] = "Network disconnected. Please log in again.",
|
||||
["RECONNECT"] = "Network disconnected. Reconnect?",
|
||||
["RELOGIN"] = "Re-login",
|
||||
["SEVEN_DAY_TITLE"] = "Novice 7-Day Login Event",
|
||||
["SEVEN_DAY_DESC_1"] = "New tasks will be unlocked each day",
|
||||
["SEVEN_DAY_DESC_1"] = "New quests are unlocked daily",
|
||||
["DAY_X"] = "Day {0}",
|
||||
["DAY_X_UNLOCK"] = "Unlocked on day {0}",
|
||||
["SEVEN_DAY_DESC_2"] = "Number of tasks completed:<color=#8DFF81>{0}</color>/{1}",
|
||||
["DAY_X_UNLOCK"] = "Unlock on Day {0}",
|
||||
["SEVEN_DAY_DESC_2"] = "Completed Quests: <color=#8DFF81>{0}</color>/{1}",
|
||||
["FUNC_UNLOCK"] = "Unlock new features",
|
||||
["MAIN_BTN_3"] = "Shop",
|
||||
["SHOP_DESC_1"] = "Normal Chest",
|
||||
["SHOP_DESC_1"] = "Common Chest",
|
||||
["SHOP_DESC_2"] = "Exquisite Chest",
|
||||
["SHOP_DESC_3"] = "Precious Chest",
|
||||
["SHOP_DESC_4"] = "No additional reward bonuses",
|
||||
["SHOP_DESC_5"] = "Open chests to level up and enrich the rewards",
|
||||
["SHOP_DESC_6"] = "Chest level up!",
|
||||
["SHOP_DESC_7"] = "Open Now",
|
||||
["SHOP_DESC_4"] = "No additional bonus",
|
||||
["SHOP_DESC_5"] = "Open chests to level up for richer chest rewards",
|
||||
["SHOP_DESC_6"] = "Chest level increased!",
|
||||
["SHOP_DESC_7"] = "Open now",
|
||||
["SHOP_DESC_8"] = "Congrats on obtaining",
|
||||
["SHOP_DESC_9"] = "First Purchase Gift Package",
|
||||
["SHOP_DESC_9"] = "First Recharge Pack",
|
||||
["SHOP_DESC_10"] = "Chapter Gift Package",
|
||||
["SHOP_DESC_11"] = "Newcomer Package",
|
||||
["SHOP_DESC_12"] = "Booster Package",
|
||||
["SHOP_DESC_13"] = "Growth Package",
|
||||
["SHOP_DESC_12"] = "Boost Pack",
|
||||
["SHOP_DESC_13"] = "Growth Pack",
|
||||
["SHOP_DESC_14"] = "Gold Pack",
|
||||
["SHOP_DESC_15"] = "Go to shop",
|
||||
["SHOP_DESC_16"] = "Special Offers",
|
||||
["SHOP_DESC_17"] = "Main Offers",
|
||||
["SHOP_DESC_16"] = "Special Offer",
|
||||
["SHOP_DESC_17"] = "Main Items",
|
||||
["SHOP_DESC_18"] = "Max Purchase: {0}",
|
||||
["SHOP_DESC_19"] = "Chapter {0} Package",
|
||||
["SHOP_DESC_19"] = "Chapter {0} Pack",
|
||||
["SHOP_DESC_20"] = "Purchased",
|
||||
["SHOP_DESC_21"] = "{0} time(s) left",
|
||||
["SHOP_DESC_22"] = "Refreshing in: {0}",
|
||||
["SHOP_DESC_23"] = "LV.{0} Booster Package",
|
||||
["SHOP_DESC_24"] = "Must get <color=#5fff57>Common</color> Hero",
|
||||
["SHOP_DESC_25"] = "Must get <color=#8aedff>Rare</color> Hero",
|
||||
["SHOP_DESC_26"] = "Must get <color=#ff8af0>Epic</color> Hero",
|
||||
["SHOP_DESC_23"] = "Lv. {0} Boost Pack",
|
||||
["SHOP_DESC_24"] = "<color=#5fff57>Common</color> Hero is guaranteed",
|
||||
["SHOP_DESC_25"] = "<color=#8aedff>Rare</color> Hero is guaranteed",
|
||||
["SHOP_DESC_26"] = "<color=#ff8af0>Epic</color> Hero is guaranteed",
|
||||
["SHOP_DESC_27"] = "Chest",
|
||||
["SHOP_DESC_28"] = "Daily Specials",
|
||||
["SHOP_DESC_29"] = "The \"Daily Specials\" will be refreshed daily and can be refreshed additionally by watching the ads",
|
||||
["HERO_DESC_11"] = "From events",
|
||||
["SHOP_DESC_30"] = "Do you want to refresh your Daily Specials with diamonds?",
|
||||
["SHOP_DESC_31"] = "Confirm purchase",
|
||||
["SHOP_DESC_32"] = "Confirm spending gold?",
|
||||
["SHOP_DESC_33"] = "Confirm spending diamonds?",
|
||||
["SHOP_DESC_34"] = "Luxury Gift for First Purchase",
|
||||
["SHOP_DESC_35"] = "For one time only, purchase any commodity and receive the above rewards!",
|
||||
["SHOP_DESC_28"] = "Daily Deal",
|
||||
["SHOP_DESC_29"] = "\"Daily Deal\" will refresh every day, and you can refresh more by watching ads",
|
||||
["HERO_DESC_11"] = "Event Rewards",
|
||||
["SHOP_DESC_30"] = "Do you want to use Diamonds to refresh the Daily Deal?",
|
||||
["SHOP_DESC_31"] = "Confirm",
|
||||
["SHOP_DESC_32"] = "Purchase with Gold?",
|
||||
["SHOP_DESC_33"] = "Purchase with Diamonds?",
|
||||
["SHOP_DESC_34"] = "First Recharge Reward",
|
||||
["SHOP_DESC_35"] = "Recharge to buy any item and receive the following rewards, only once!",
|
||||
["SHOP_DESC_36"] = "Shop",
|
||||
["FUNC_OPEN_LEVEL"] = "Unlock when player level reaches {0}",
|
||||
["FUNC_OPEN_STAGE"] = "Unlock when completing chapter {0}",
|
||||
["HERO_UNLOCK"] = "Hero Unlocked",
|
||||
["HERO_UNLOCK_DESC"] = "Now available from the Treasure Chest",
|
||||
["HERO_UNLOCK"] = "Unlock Heroes",
|
||||
["HERO_UNLOCK_DESC"] = "Now obtainable from chests",
|
||||
["BOUNTY_TITLE"] = "Pass",
|
||||
["REMAIN_TIME"] = "Time remaining:{0}",
|
||||
["REMAIN_TIME"] = "Time remaining: {0}",
|
||||
["BATTLE_DESC_11"] = "Mysterious Chest",
|
||||
["NO_NETWORK"] = "Disconnected, please connect to the network and retry",
|
||||
["NETWORK_ERROE_1"] = "Server network anomaly, please retry later",
|
||||
["NO_ADS"] = "New ad is not ready",
|
||||
["BESURE_DELETE_TIPS_DESC"] = "Are you sure to delete your account? All content and imformation will be deleted and you will become Lv.1 novice if you login again. Enter \"{0}\" if you are sure to continue",
|
||||
["BESURE_DELETE_ACCOUNT_DESC"] = "Yes",
|
||||
["DELETE_ACCOUNT_FAILED"] = "Account deletion failed, please try again",
|
||||
["DELETE_ACCOUNT_FAILED"] = "Failed to delete account, please try again",
|
||||
["CHANGE_ACCOUNT_TIPS_DESC"] = "The current account is not bound, switching may cause missing of your data, confirm to switch?",
|
||||
["BIND_ACCOUNT_SUCCESS"] = "Account Binding Success",
|
||||
["BIND_ACCOUNT_SUCCESS"] = "Account binding successful",
|
||||
["MAINTAIN"] = "Server Maintenance",
|
||||
["DISCONNECT_RELOGIN"] = "Internet connection has been disconnected, please login again",
|
||||
["FORBIDDEN"] = "Blocked/banned from logging in",
|
||||
["OTHER_LOGIN"] = "Account already logged in on another device",
|
||||
["DISCONNECT_RELOGIN"] = "Network connection lost, please log in again",
|
||||
["FORBIDDEN"] = "Account suspension/ban",
|
||||
["OTHER_LOGIN"] = "Account logged in on another device",
|
||||
["ACCOUNT_EXCHANGE_DESC"] = "Cannot switch to a new account that has no info.",
|
||||
["ALREADY_BINDED_DESC"] = "Linking failed. The account is already linked.",
|
||||
["BIND_ACCOUNT_FAILED"] = "Account binding failed, please try again",
|
||||
["CHANGE_ACCOUNT_FAILED"] = "Account switch failed, please try again",
|
||||
["BIND_ACCOUNT_FAILED"] = "Failed to bind account, please try again",
|
||||
["CHANGE_ACCOUNT_FAILED"] = "Failed to switch account, please try again",
|
||||
["SUMMON_SKIP"] = "Skip",
|
||||
["CHANGE_ACCOUNT_FAILED_2"] = "Current account is already the target account, no need to switch",
|
||||
["CHANGE_ACCOUNT_FAILED_2"] = "The current account is already the target account, no need to switch",
|
||||
["MAIL_COUNTDOWN"] = "Expires in {0} hours",
|
||||
["SHOP_DESC_37"] = "Chest Rewards",
|
||||
["SETTING_DESC_22"] = "Google Play Store connection error, please try again later",
|
||||
["SETTING_DESC_23"] = "An order is currently being processed, please try again later",
|
||||
["SETTING_DESC_25"] = "Payment Cancellation",
|
||||
["BIND_TIPS_DESC"] = "For the security of your account, please bind your accounts",
|
||||
["GET_SEVER_ERROR"] = "Request to server failed, please try again",
|
||||
["SETTING_DESC_23"] = "There is an ongoing order processing, please try again later",
|
||||
["SETTING_DESC_25"] = "Payment canceled",
|
||||
["BIND_TIPS_DESC"] = "For account security, please bind your account",
|
||||
["GET_SEVER_ERROR"] = "Request server failed, please try again",
|
||||
["PAY_FAILED_DESC_1"] = "Order abnormal, please contact customer support",
|
||||
["CHAPTER_DESC_2"] = "Mysterious Chest{0}/{1}",
|
||||
["FIRST_PASS"] = "1st Clear",
|
||||
["MAIN_CHAPTER"] = "Main Chapter",
|
||||
["SMASH"] = "Smash",
|
||||
["CHAPTER_DESC_2"] = "Mysterious Chest {0}/{1}",
|
||||
["DUNGEON_BTN"] = "Event Stage",
|
||||
["DUNGEON_GOLD_TITLE"] = "Minecart Interception",
|
||||
["DUNGEON_GOLD_HELP"] = "Destroy the minecart within 40 turns and receive rich Gold reward!",
|
||||
["DUNGEON_GOLD_OPEN"] = "Available: Tuesday, Thursday, Saturday, Sunday",
|
||||
["DUNGEON_OPEN"] = "Opening time:",
|
||||
["FIRST_PASS"] = "First clearance",
|
||||
["PASS_REQUIRE"] = "Unlock by clearing the previous stage",
|
||||
["DUNGEON_STAGE"] = "Stage",
|
||||
["DUNGEON_SHARDS_TITLE"] = "Abyss Challenge",
|
||||
["DUNGEON_SHARDS_HELP"] = "Show me what you got! Defeat all the monsters blocking your way and show them who the real warrior is! Note: The monsters came prepared, and the attack of some characters will decrease.",
|
||||
["DUNGEON_SHARDS_OPEN"] = "Opening time: Monday, Wednesday, Friday, Sunday",
|
||||
["MAIN_CHAPTER"] = "Main Storyline Chapter",
|
||||
["SMASH"] = "Wipe out",
|
||||
["DUNGEON_DESC"] = "Boss resistance:",
|
||||
["CDKEY_NAME"] = "Redeem Code",
|
||||
["CDKEY_DESC_1"] = "Please enter your redeem code",
|
||||
["CDKEY_DESC_2"] = "Each redeem code can only be used once",
|
||||
@ -246,6 +257,7 @@ local localization_global =
|
||||
["NEW_PLAYER"] = "New player",
|
||||
["NOTICE_TITLE"] = "Notice",
|
||||
["MAINTENANCE_NOTICE_DEFAULT"] = "Server network anomaly, please retry later",
|
||||
["CANNOT_RENAME_DESC_5"] = "Same as current nickname, no need to change",
|
||||
}
|
||||
|
||||
return localization_global
|
||||
@ -1,98 +1,103 @@
|
||||
local hero = {
|
||||
[12001]={
|
||||
["name"]="Dancer",
|
||||
["desc"]="Does the fan look good? It looks even better when using it to hit someone."
|
||||
["desc"]="Isn't this fan a sight to behold? It looks better when it hits."
|
||||
},
|
||||
[13001]={
|
||||
["name"]="Claude",
|
||||
["desc"]="He jumped up, picked up the giant sword, and made a combo of blows like a whirlwind."
|
||||
["desc"]="With a graceful leap, he hoists his claymore, unleashing a whirlwind of hits."
|
||||
},
|
||||
[13002]={
|
||||
["name"]="Flare",
|
||||
["desc"]="If anyone challenges me, I'll just punch him until he is convinced, and it was another story if I defeated, of course."
|
||||
["desc"]="Challenge me if you dare, surrender before my punches, or... I'll surrender."
|
||||
},
|
||||
[14001]={
|
||||
["name"]="Alexander",
|
||||
["desc"]="No one can withstand Alexander's heavy blow of steel, and if he bears it, then hit again."
|
||||
["desc"]="No one can withstand Alexander's Steel Strike. If they do, I'll deliver another blow."
|
||||
},
|
||||
[14002]={
|
||||
|
||||
["name"]="Panda",
|
||||
["desc"]="Panda's prowess extends beyond its claws—firecrackers add to the spectacle."
|
||||
},
|
||||
[22001]={
|
||||
["name"]="Blade Maid",
|
||||
["desc"]="As soon as the sword is unsheathed, blood must be seen."
|
||||
["desc"]="Once the sword is drawn, blood will be spilled."
|
||||
},
|
||||
[23001]={
|
||||
["name"]="Barbarian",
|
||||
["desc"]="The most effective damage often takes the simplest form of beating."
|
||||
["desc"]="The most effective damage often comes from the brawling."
|
||||
},
|
||||
[23002]={
|
||||
["name"]="Er-Ya",
|
||||
["desc"]="Cowboy fencing, the enemy and I, only one to live"
|
||||
["desc"]="In cowboy fencing, only one can survive between the enemy and me."
|
||||
},
|
||||
[24001]={
|
||||
["name"]="Claymore Kid",
|
||||
["desc"]="I may not be able to hold the greatsword, but that doesn't stop me from blasting people with it."
|
||||
["desc"]="I may not wield a claymore, but it won't stop me from smashing people with it."
|
||||
},
|
||||
[24002]={
|
||||
|
||||
["name"]="Thor",
|
||||
["desc"]="Want some might of Mjolnir?"
|
||||
},
|
||||
[32001]={
|
||||
["name"]="Onion",
|
||||
["desc"]="The shield is just to cover the next thrust."
|
||||
["desc"]="The shield is a mere disguise for the next thrust."
|
||||
},
|
||||
[33001]={
|
||||
["name"]="Fawn",
|
||||
["desc"]="The gentle and simple forest people are born with the ability to heal."
|
||||
["desc"]="Gentle and innocent forest dwellers possess innate healing abilities."
|
||||
},
|
||||
[33002]={
|
||||
["name"]="Timberwolf",
|
||||
["desc"]="Aoooooooooooooooooooooooo!!!!!!!"
|
||||
["desc"]="Aooooooooh!"
|
||||
},
|
||||
[34001]={
|
||||
["name"]="Mulan",
|
||||
["desc"]="You may die with this arrow."
|
||||
["desc"]="This arrow might be your end."
|
||||
},
|
||||
[34002]={
|
||||
|
||||
["name"]="Nightmare",
|
||||
["desc"]="Come have some fun!"
|
||||
},
|
||||
[42001]={
|
||||
["name"]="Iceheart",
|
||||
["desc"]="My heart is as cold as my spells."
|
||||
["desc"]="My heart is as icy as my spells."
|
||||
},
|
||||
[43001]={
|
||||
["name"]="Ice Maiden",
|
||||
["desc"]="I like ice cubes, would you like one too?"
|
||||
["desc"]="I love ice cubes. Want one?"
|
||||
},
|
||||
[43002]={
|
||||
["name"]="Raven",
|
||||
["desc"]="My dagger is covered in poison."
|
||||
["desc"]="My dagger is laced with poison."
|
||||
},
|
||||
[44001]={
|
||||
["name"]="Frost Enchantress",
|
||||
["desc"]="Someone danced with a sword, and Frost Enchantress used the sword to make the enemy dance."
|
||||
["desc"]="As someone dances with a sword, Frost Enchantress makes her enemies dance with it."
|
||||
},
|
||||
[44002]={
|
||||
|
||||
["name"]="Cleopatra",
|
||||
["desc"]="Beauty wields its own charm as a weapon."
|
||||
},
|
||||
[52001]={
|
||||
["name"]="Ninja Lun",
|
||||
["desc"]="Although he is carrying a shuriken, he is best at shielding. Ninja Lun's greatest wish is world peace."
|
||||
["desc"]="Though I carry shurikens, I'm best at Shield Art. The ultimate desire of a ninja is world peace."
|
||||
},
|
||||
[53001]={
|
||||
["name"]="Witch Kiki",
|
||||
["desc"]="Witch Kiki's magic broom can not only sweep the floor, but also sweep enemies."
|
||||
["desc"]="Witch Kiki's enchanted broomstick not only sweeps the floor but also sweeps away foes."
|
||||
},
|
||||
[53002]={
|
||||
["name"]="Soul Hunter",
|
||||
["desc"]="This thing is much better than sucking blood with teeth."
|
||||
["desc"]="It's much handier than bloodsucking with teeth."
|
||||
},
|
||||
[54001]={
|
||||
["name"]="Butterfly",
|
||||
["desc"]="The butterfly emerges from the cocoon, beautiful and tough, not only the heart is tough, but also the beautiful long knife in the hand."
|
||||
["desc"]="The butterfly emerges, beautiful and resilient, just like the graceful blade in my hand."
|
||||
},
|
||||
[54002]={
|
||||
|
||||
["name"]="Twinkling Mage",
|
||||
["desc"]="Evil meets its demise here and now."
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
local mail = {
|
||||
[1]={
|
||||
["name"]="Bestowal of the Elder"
|
||||
["name"]="Gift from the Old Man by the Roadside"
|
||||
},
|
||||
[2]={
|
||||
["name"]="Daily Allowance of the King"
|
||||
["name"]="King's Daily Supply"
|
||||
},
|
||||
[3]={
|
||||
["name"]="Notice of abnormal payment compensation",
|
||||
["desc"]="We have checked that you have an abnormal order and have reissued the order to you, please check the number of resources you have and contact us if you have any questions, thank you for your support."
|
||||
["name"]="Payment Abnormality Compensation Notice",
|
||||
["desc"]="We have found an abnormality in your recharge order and have reissued the order. Please check your resource quantity. If you have any questions, you can ask us. Thank you for your support."
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -1,27 +1,27 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
["desc"]="Clear the daily challenge"
|
||||
["desc"]="Clear Daily Challenge"
|
||||
},
|
||||
[2]={
|
||||
["desc"]="Use {0} to clear the Daily Challenge"
|
||||
["desc"]="Clear Daily Challenge using {0}"
|
||||
},
|
||||
[3]={
|
||||
["desc"]="Exceed 10 combos {0} times in battle"
|
||||
["desc"]="10 Hits or more {0} times when beating the stage"
|
||||
},
|
||||
[4]={
|
||||
["desc"]="Exceed 8 combos {0} times in battle"
|
||||
["desc"]="Link 8 or more elements in battle {0} times when beating the stage"
|
||||
},
|
||||
[5]={
|
||||
["desc"]="Release the skill of {0} for {1} times during the battle"
|
||||
["desc"]="Have {0} heroes cast skills {1} times when beating the stage"
|
||||
},
|
||||
[6]={
|
||||
["desc"]="Defeat the final boss within 3 turns"
|
||||
["desc"]="Defeat the final boss within 3 rounds"
|
||||
},
|
||||
[7]={
|
||||
["desc"]="After passing the level, {0} deals more than {1}% of the total damage "
|
||||
["desc"]="{0} deals damage exceeding {1}% of total damage when beating the stage"
|
||||
},
|
||||
[8]={
|
||||
["desc"]="After passing the level, {0} deals more than {1}% of the total damage "
|
||||
["desc"]="{0} deals damage exceeding {1}% of total damage when beating the stage"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
51
lua/app/config/strings/es/func_open.lua
Normal file
51
lua/app/config/strings/es/func_open.lua
Normal file
@ -0,0 +1,51 @@
|
||||
local func_open = {
|
||||
["act_gold_pig"]={
|
||||
|
||||
},
|
||||
["bounty_open"]={
|
||||
|
||||
},
|
||||
["task"]={
|
||||
|
||||
},
|
||||
["act_level_gift"]={
|
||||
|
||||
},
|
||||
["idle_drop"]={
|
||||
["name"]="Recompensas de AFK"
|
||||
},
|
||||
["act_sevenday"]={
|
||||
|
||||
},
|
||||
["mall"]={
|
||||
|
||||
},
|
||||
["mall_daily"]={
|
||||
|
||||
},
|
||||
["store_box_open"]={
|
||||
|
||||
},
|
||||
["store_box_3_open"]={
|
||||
|
||||
},
|
||||
["daily_challenge"]={
|
||||
|
||||
},
|
||||
["act_gift_show_open"]={
|
||||
|
||||
},
|
||||
["first_charge"]={
|
||||
|
||||
},
|
||||
["new_player_gift"]={
|
||||
|
||||
},
|
||||
["mail_open"]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=func_open,count=15
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/es/func_open.lua.meta
Normal file
10
lua/app/config/strings/es/func_open.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e355742262ad0df4e9fa80fd3ffda6c4
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -124,6 +124,8 @@ local localization_global =
|
||||
["GOLD_PIG_DESC"] = "Desafía las fases y colecta diamantes para conseguir una buena oferta.",
|
||||
["SIDE_BAR_FULL"] = "MÁX.",
|
||||
["DAILY_CHALLENGE"] = "Desafío Diario",
|
||||
["GET_SEVER_ERROR"] = "Error en la solicitud al servidor, inténtelo de nuevo",
|
||||
["PAY_FAILED_DESC_1"] = "Hay una excepción en el pedido, póngase en contacto con el servicio de atención al cliente para solucionarlo",
|
||||
["CDKEY_NAME"] = "Código de canje",
|
||||
["CDKEY_DESC_1"] = "Introduzca el código de canje",
|
||||
["CDKEY_DESC_2"] = "Cada código de canje sólo puede utilizarse una vez.",
|
||||
@ -151,6 +153,7 @@ local localization_global =
|
||||
["NEW_PLAYER"] = "Nuevo jugador",
|
||||
["NOTICE_TITLE"] = "Aviso",
|
||||
["MAINTENANCE_NOTICE_DEFAULT"] = "Se ha producido un error al conectar con el servidor. Vuelva a intentarlo más tarde.",
|
||||
["CANNOT_RENAME_DESC_5"] = "Igual que el apodo actual, no es necesario cambiarlo",
|
||||
}
|
||||
|
||||
return localization_global
|
||||
15
lua/app/config/strings/es/mail.lua
Normal file
15
lua/app/config/strings/es/mail.lua
Normal file
@ -0,0 +1,15 @@
|
||||
local mail = {
|
||||
[1]={
|
||||
|
||||
},
|
||||
[2]={
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=mail,count=3
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/es/mail.lua.meta
Normal file
10
lua/app/config/strings/es/mail.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cc2dff2f067527849b9a7db42d742aec
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -20,6 +20,7 @@ local localization_global =
|
||||
["LOADING_DESC"] = "Chargement…",
|
||||
["CLICK_COPY_ACOUNT_DESC"] = "Cliquez pour copier l'identifiant de l'utilisateur",
|
||||
["APP"] = "Numéro de version",
|
||||
["GET_SEVER_ERROR"] = "Erreur de la demande au serveur",
|
||||
["CDKEY_NAME"] = "Code d'échange",
|
||||
["CDKEY_DESC_1"] = "Veuillez entrer le code d'échange",
|
||||
["CDKEY_DESC_2"] = "Chaque code ne peut être utilisé qu'une seule fois",
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
local mail = {
|
||||
[1]={
|
||||
["name"]="Cadeau d'un grand-père au bord de la route"
|
||||
|
||||
},
|
||||
[2]={
|
||||
["name"]="Approvisionnement quotidien du roi"
|
||||
|
||||
},
|
||||
[3]={
|
||||
|
||||
|
||||
@ -1,48 +1,48 @@
|
||||
local func_open = {
|
||||
["act_gold_pig"]={
|
||||
|
||||
["name"]="Piggy Emas"
|
||||
},
|
||||
["bounty_open"]={
|
||||
|
||||
["name"]="Battle Pass"
|
||||
},
|
||||
["task"]={
|
||||
|
||||
["name"]="Quest"
|
||||
},
|
||||
["act_level_gift"]={
|
||||
|
||||
["name"]="Dana Growth"
|
||||
},
|
||||
["idle_drop"]={
|
||||
|
||||
["name"]="Hadiah AFK"
|
||||
},
|
||||
["act_sevenday"]={
|
||||
|
||||
["name"]="Sukacita 7 Hari"
|
||||
},
|
||||
["mall"]={
|
||||
|
||||
["name"]="Mall"
|
||||
},
|
||||
["mall_daily"]={
|
||||
|
||||
["name"]="Promo Harian"
|
||||
},
|
||||
["store_box_open"]={
|
||||
|
||||
["name"]="Peti Mall"
|
||||
},
|
||||
["store_box_3_open"]={
|
||||
|
||||
["name"]="Peti Premium"
|
||||
},
|
||||
["daily_challenge"]={
|
||||
|
||||
["name"]="Tantangan Harian"
|
||||
},
|
||||
["act_gift_show_open"]={
|
||||
|
||||
["name"]="Pack Pop-up"
|
||||
},
|
||||
["first_charge"]={
|
||||
|
||||
["name"]="Pack Top Up Perdana"
|
||||
},
|
||||
["new_player_gift"]={
|
||||
|
||||
["name"]="Pack Pemula"
|
||||
},
|
||||
["mail_open"]={
|
||||
|
||||
["name"]="Email"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -132,6 +132,104 @@ local localization_global =
|
||||
["GOLD_PIG_DESC"] = "Tantang level dan kumpulkan berlian dengan harga yang menarik.",
|
||||
["SIDE_BAR_FULL"] = "MAX",
|
||||
["DAILY_CHALLENGE"] = "Tantangan Harian",
|
||||
["LEVEL_FUND_DESC_1"] = "Bisa mendapat berlian dengan naik level setelah membeli {0} Dana Growth.\nDana multi-level dapat dibeli secara bersamaan.",
|
||||
["BUFF_DESC"] = "BUFF",
|
||||
["DAILY_CHALLENGE_DESC_1"] = "Tantangan yang tersisa saat ini tidak cukup",
|
||||
["DISCONNECT_RELOGIN"] = "Koneksi jaringan terputus, silakan login ulang",
|
||||
["RECONNECT"] = "Koneksi jaringan terputus. Login ulang?",
|
||||
["RELOGIN"] = "Login ulang",
|
||||
["SEVEN_DAY_TITLE"] = "Kegembiraan 7 Hari bagi Pemula",
|
||||
["SEVEN_DAY_DESC_1"] = "Misi baru akan dibuka setiap hari.",
|
||||
["DAY_X"] = "Hari ke-{0}",
|
||||
["DAY_X_UNLOCK"] = "Dibuka pada hari ke-{0}",
|
||||
["SEVEN_DAY_DESC_2"] = "Misi yang diselesaikan: <color=#8DFF81>{0}</color>/{1}",
|
||||
["FUNC_UNLOCK"] = "Membuka fitur baru",
|
||||
["MAIN_BTN_3"] = "Mall",
|
||||
["SHOP_DESC_1"] = "Peti Umum",
|
||||
["SHOP_DESC_2"] = "Peti Indah",
|
||||
["SHOP_DESC_3"] = "Peti Premium",
|
||||
["SHOP_DESC_4"] = "Tidak ada bonus tambahan",
|
||||
["SHOP_DESC_5"] = "Buka peti harta untuk naik level dan tingkatkan hadiah",
|
||||
["SHOP_DESC_6"] = "Level peti harta meningkat!",
|
||||
["SHOP_DESC_7"] = "Buka sekarang",
|
||||
["SHOP_DESC_8"] = "Selamat mendapatkan",
|
||||
["SHOP_DESC_9"] = "Pack Top Up Perdana",
|
||||
["SHOP_DESC_10"] = "Paket Bab",
|
||||
["SHOP_DESC_11"] = "Paket Pemula",
|
||||
["SHOP_DESC_12"] = "Pack Booster",
|
||||
["SHOP_DESC_13"] = "Pack Growth",
|
||||
["SHOP_DESC_14"] = "Paket Gold",
|
||||
["SHOP_DESC_15"] = "Pergi ke Mall",
|
||||
["SHOP_DESC_16"] = "Item Promo",
|
||||
["SHOP_DESC_17"] = "Item Utama",
|
||||
["SHOP_DESC_18"] = "Batas beli: {0}",
|
||||
["SHOP_DESC_19"] = "Pack Bab ke-{0}",
|
||||
["SHOP_DESC_20"] = "Sudah Dibeli",
|
||||
["SHOP_DESC_21"] = "Sisa {0}",
|
||||
["SHOP_DESC_22"] = "Refresh: {0}",
|
||||
["SHOP_DESC_23"] = "Pack Booster Lv.{0}",
|
||||
["SHOP_DESC_24"] = "Pasti keluar Hero <color=#5fff57>Umum</color>",
|
||||
["SHOP_DESC_25"] = "Pasti keluar Hero <color=#8aedff>Langka</color>",
|
||||
["SHOP_DESC_26"] = "Pasti keluar Hero <color=#ff8af0>Epik</color>",
|
||||
["SHOP_DESC_27"] = "Peti Harta",
|
||||
["SHOP_DESC_28"] = "Promo Harian",
|
||||
["SHOP_DESC_29"] = "\"Promo Harian\" akan disegarkan setiap hari. Penyegaran tambahan tersedia dengan menonton iklan",
|
||||
["HERO_DESC_11"] = "Hadiah Event",
|
||||
["SHOP_DESC_30"] = "Gunakan berlian untuk menyegarkan Promo Harian?",
|
||||
["SHOP_DESC_31"] = "Konfirmasi",
|
||||
["SHOP_DESC_32"] = "Gunakan koin untuk membeli?",
|
||||
["SHOP_DESC_33"] = "Gunakan berlian untuk membeli?",
|
||||
["SHOP_DESC_34"] = "Hadiah Top Up Perdana",
|
||||
["SHOP_DESC_35"] = "Dapat menukarkan hadiah berikut ini dengan pembelian apa pun (terbatas 1 kali)!",
|
||||
["SHOP_DESC_36"] = "Mall",
|
||||
["FUNC_OPEN_LEVEL"] = "Terbuka setelah level pemain mencapai Lv. {0}",
|
||||
["FUNC_OPEN_STAGE"] = "Terbuka setelah melewati bab ke-{0}",
|
||||
["HERO_UNLOCK"] = "Membuka Hero",
|
||||
["HERO_UNLOCK_DESC"] = "Kini tersedia di Peti Harta",
|
||||
["BOUNTY_TITLE"] = "Pass",
|
||||
["REMAIN_TIME"] = "Sisa Waktu: {0}",
|
||||
["BATTLE_DESC_11"] = "Peti Misterius",
|
||||
["NO_NETWORK"] = "Tidak ada jaringan. Harap koneksikan jaringan dahulu, dan mulai ulang.",
|
||||
["NETWORK_ERROE_1"] = "Kesalahan server, silakan cooa lagi nanti.",
|
||||
["NO_ADS"] = "Iklan yang baru belum siap",
|
||||
["BESURE_DELETE_TIPS_DESC"] = "Yakin ingin menghapus akun? Semua info dan konten akan hilang setelah dihapus. Akun akan berada dalam status Pemula Lv. 1 setelah login ulang. Silakan masukkan \"{0}\" jika telah yakin.",
|
||||
["BESURE_DELETE_ACCOUNT_DESC"] = "Hapus",
|
||||
["DELETE_ACCOUNT_FAILED"] = "Penghapusan akun gagal. Silakan coba lagi",
|
||||
["CHANGE_ACCOUNT_TIPS_DESC"] = "Akun ini tidak ter-bind. Setelah beralih mungkin akan terjadi kehilangan data. Lanjutkan beralih?",
|
||||
["BIND_ACCOUNT_SUCCESS"] = "Akun berhasil diikat",
|
||||
["MAINTAIN"] = "Pemeliharaan Server",
|
||||
["DISCONNECT_RELOGIN"] = "Koneksi jaringan terputus, silakan login ulang",
|
||||
["FORBIDDEN"] = "Blokir/Larangan Login",
|
||||
["OTHER_LOGIN"] = "Login akun di perangkat lain",
|
||||
["ACCOUNT_EXCHANGE_DESC"] = "Akun adalah akun baru yang tidak memiliki informasi, tidak dapat diganti.",
|
||||
["ALREADY_BINDED_DESC"] = "Gagal menghubungkan, akun ini sudah memiliki informasi hubungkan lainnya",
|
||||
["BIND_ACCOUNT_FAILED"] = "Pengikatan akun gagal. Silakan coba lagi",
|
||||
["CHANGE_ACCOUNT_FAILED"] = "Peralihan akun gagal. Silakan coba lagi",
|
||||
["SUMMON_SKIP"] = "Lewati",
|
||||
["CHANGE_ACCOUNT_FAILED_2"] = "Akun saat ini sudah menjadi akun target, tidak perlu beralih",
|
||||
["MAIL_COUNTDOWN"] = "{0} jam kedaluwarsa",
|
||||
["SHOP_DESC_37"] = "Hadiah Peti",
|
||||
["SETTING_DESC_22"] = "Kesalahan koneksi Google Play Store. Silakan coba lagi nanti",
|
||||
["SETTING_DESC_23"] = "Ada pesanan yang sedang diproses. Silakan coba lagi nanti",
|
||||
["SETTING_DESC_25"] = "Pembatalan Pembayaran",
|
||||
["BIND_TIPS_DESC"] = "Untuk keamanan akun, harap ikatkan akun kamu.",
|
||||
["GET_SEVER_ERROR"] = "Permintaan ke server gagal, silakan coba lagi",
|
||||
["PAY_FAILED_DESC_1"] = "Ada pengecualian untuk pesanan, silakan hubungi layanan pelanggan untuk menanganinya",
|
||||
["CHAPTER_DESC_2"] = "Peti Misterius {0}/{1}",
|
||||
["DUNGEON_BTN"] = "Stage Event",
|
||||
["DUNGEON_GOLD_TITLE"] = "Mencegat Kereta Tambang",
|
||||
["DUNGEON_GOLD_HELP"] = "Hancurkan kereta tambang dalam 40 giliran untuk mendapatkan bonus koin!",
|
||||
["DUNGEON_GOLD_OPEN"] = "Waktu buka: Selasa, Kamis, Sabtu dan Minggu",
|
||||
["DUNGEON_OPEN"] = "Waktu buka:",
|
||||
["FIRST_PASS"] = "Lolos Perdana",
|
||||
["PASS_REQUIRE"] = "Terbuka dengan melewati stage sebelumnya",
|
||||
["DUNGEON_STAGE"] = "Stage",
|
||||
["DUNGEON_SHARDS_TITLE"] = "Tantangan Abyssal",
|
||||
["DUNGEON_SHARDS_HELP"] = "Saatnya untuk menguji kekuatanmu! Kalahkan semua monster yang menghalangi jalanmu dan tunjukkan pada mereka siapa pejuang sejati! Hati-hati! Monster-monster sudah siap dan serangan beberapa karakter akan berkurang.",
|
||||
["DUNGEON_SHARDS_OPEN"] = "Waktu buka: Senin, Rabu, Jumat, dan Minggu",
|
||||
["MAIN_CHAPTER"] = "Bab Quest Utama",
|
||||
["SMASH"] = "Bersihkan",
|
||||
["DUNGEON_DESC"] = "Resistensi Boss:",
|
||||
["CDKEY_NAME"] = "Kode Penukaran",
|
||||
["CDKEY_DESC_1"] = "Silakan masukkan kode penukaran",
|
||||
["CDKEY_DESC_2"] = "Kode penukaran hanya dapat digunakan satu kali.",
|
||||
@ -159,6 +257,7 @@ local localization_global =
|
||||
["NEW_PLAYER"] = "Pemain baru",
|
||||
["NOTICE_TITLE"] = "Pemberitahuan",
|
||||
["MAINTENANCE_NOTICE_DEFAULT"] = "Kesalahan server, silakan cooa lagi nanti.",
|
||||
["CANNOT_RENAME_DESC_5"] = "Sama seperti nama panggilan saat ini, tidak perlu diubah",
|
||||
}
|
||||
|
||||
return localization_global
|
||||
@ -1,78 +1,103 @@
|
||||
local hero = {
|
||||
[12001]={
|
||||
["name"]="Dancer"
|
||||
["name"]="Dancer",
|
||||
["desc"]="Apakah kipasnya terlihat bagus? Akan terlihat lebih bagus saat kamu memukul seseorang."
|
||||
},
|
||||
[13001]={
|
||||
["name"]="Claude"
|
||||
["name"]="Claude",
|
||||
["desc"]="Dia melompat, mengayunkan pedang besarnya dan melakukan serangkaian pukulan seperti angin puyuh."
|
||||
},
|
||||
[13002]={
|
||||
["name"]="Flare"
|
||||
["name"]="Flare",
|
||||
["desc"]="Siapa pun yang tidak menyukainya, cukup lakukan dua kali pukulan sampai yakin, lain cerita kalau kamu tidak bisa mengalahkannya."
|
||||
},
|
||||
[14001]={
|
||||
["name"]="Alexander"
|
||||
["name"]="Alexander",
|
||||
["desc"]="Tidak ada yang bisa menahan hantaman baja Alexander, dan jika menahannya, maka akan dipukul lagi."
|
||||
},
|
||||
[14002]={
|
||||
|
||||
["name"]="Panda",
|
||||
["desc"]="Panda tidak hanya jago dalam cakarnya, tapi juga dalam petasan."
|
||||
},
|
||||
[22001]={
|
||||
["name"]="Gadis Pedang"
|
||||
["name"]="Gadis Pedang",
|
||||
["desc"]="Akan ada pertumpahan darah saat pedang terhunus."
|
||||
},
|
||||
[23001]={
|
||||
["name"]="Barbarian"
|
||||
["name"]="Barbarian",
|
||||
["desc"]="DMG yang paling efektif sering kali berupa pukulan yang paling sederhana."
|
||||
},
|
||||
[23002]={
|
||||
["name"]="Er-Ya"
|
||||
["name"]="Er-Ya",
|
||||
["desc"]="Teknik Anggar Koboi, musuh dan aku, hanya satu yang bisa hidup"
|
||||
},
|
||||
[24001]={
|
||||
["name"]="Bocah Pedang"
|
||||
["name"]="Bocah Pedang",
|
||||
["desc"]="Aku mungkin tidak bisa mengangkat pedang raksasa, tapi itu tidak menghentikanku untuk meledakkan orang dengan pedang tsb."
|
||||
},
|
||||
[24002]={
|
||||
|
||||
["name"]="Thor",
|
||||
["desc"]="Ingin mencoba kekuatan Palu Thor?"
|
||||
},
|
||||
[32001]={
|
||||
["name"]="Kepala Bawang"
|
||||
["name"]="Kepala Bawang",
|
||||
["desc"]="Perisai hanya untuk menyamarkan tusukan berikutnya."
|
||||
},
|
||||
[33001]={
|
||||
["name"]="Fawn"
|
||||
["name"]="Fawn",
|
||||
["desc"]="Lembut dan sederhana, orang hutan terlahir dengan kemampuan untuk menyembuhkan."
|
||||
},
|
||||
[33002]={
|
||||
["name"]="Timberwolf"
|
||||
["name"]="Timberwolf",
|
||||
["desc"]="Aduh, aduh, aduh.............."
|
||||
},
|
||||
[34001]={
|
||||
["name"]="Mulan"
|
||||
["name"]="Mulan",
|
||||
["desc"]="Kamu mungkin akan mati di panah ini."
|
||||
},
|
||||
[34002]={
|
||||
|
||||
["name"]="Nightmare",
|
||||
["desc"]="Datang dan bersenang-senanglah!"
|
||||
},
|
||||
[42001]={
|
||||
["name"]="Hati Es"
|
||||
["name"]="Hati Es",
|
||||
["desc"]="Hatiku sedingin mantraku."
|
||||
},
|
||||
[43001]={
|
||||
["name"]="Gadis Es"
|
||||
["name"]="Gadis Es",
|
||||
["desc"]="Aku suka es, kamu mau juga?"
|
||||
},
|
||||
[43002]={
|
||||
["name"]="Raven"
|
||||
["name"]="Raven",
|
||||
["desc"]="Ini adalah belati beracun."
|
||||
},
|
||||
[44001]={
|
||||
["name"]="Peri Es"
|
||||
["name"]="Peri Es",
|
||||
["desc"]="Seseorang menari dengan pedang, dan Peri Es menggunakan pedangnya membuat musuhnya menari."
|
||||
},
|
||||
[44002]={
|
||||
|
||||
["name"]="Cleopatra",
|
||||
["desc"]="Keindahan juga merupakan senjata."
|
||||
},
|
||||
[52001]={
|
||||
["name"]="Ninja Jay"
|
||||
["name"]="Ninja Jay",
|
||||
["desc"]="Meskipun dengan pedang di tangan, skill terbaiknya adalah Seni Perisai dan harapan terbesar Ninja Jay adalah perdamaian dunia."
|
||||
},
|
||||
[53001]={
|
||||
["name"]="Penyihir Kiki"
|
||||
["name"]="Penyihir Kiki",
|
||||
["desc"]="Penyihir Kiki tidak hanya menyapu lantai, tetapi juga manusia."
|
||||
},
|
||||
[53002]={
|
||||
["name"]="Pemburu Jiwa"
|
||||
["name"]="Pemburu Jiwa",
|
||||
["desc"]="Hal ini jauh lebih baik daripada menghisap darah dengan gigi."
|
||||
},
|
||||
[54001]={
|
||||
["name"]="Kupu-kupu"
|
||||
["name"]="Kupu-kupu",
|
||||
["desc"]="Kupu-kupu muncul dari kepompongnya, cantik dan tangguh, tidak hanya tangguh pada hatinya tetapi juga pada pisau panjang yang sama indah di tangannya."
|
||||
},
|
||||
[54002]={
|
||||
|
||||
["name"]="Blink Mage",
|
||||
["desc"]="Di sinilah kejahatan berakhir."
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
18
lua/app/config/strings/id/mail.lua
Normal file
18
lua/app/config/strings/id/mail.lua
Normal file
@ -0,0 +1,18 @@
|
||||
local mail = {
|
||||
[1]={
|
||||
["name"]="Hadiah dari kakek di pinggir jalan",
|
||||
["name"]="Hadiah dari kakek di pinggir jalan"
|
||||
},
|
||||
[2]={
|
||||
["name"]="Suplai Harian Raja",
|
||||
["name"]="Suplai Harian Raja"
|
||||
},
|
||||
[3]={
|
||||
["name"]="Kami memeriksa bahwa kamu memiliki pesanan top-up yang abnormal dan telah membuat pesanan pengganti. Harap periksa jumlah sumber daya yang kamu miliki, dan segera hubungi kami jika ada pertanyaan. Terima kasih",
|
||||
["name"]="Kami memeriksa bahwa kamu memiliki pesanan top-up yang abnormal dan telah membuat pesanan pengganti. Harap periksa jumlah sumber daya yang kamu miliki, dan segera hubungi kami jika ada pertanyaan. Terima kasih"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=mail,count=3
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/id/mail.lua.meta
Normal file
10
lua/app/config/strings/id/mail.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 918d98144e9115a429d1d1be182fe93e
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -1,27 +1,27 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
["desc"]="Lolos Tantangan Harian"
|
||||
},
|
||||
[2]={
|
||||
|
||||
["desc"]="Gunakan {0} untuk lolos tantangan harian"
|
||||
},
|
||||
[3]={
|
||||
|
||||
["desc"]="Lolos dengan lebih dari 10 kombo berturut-turut {0} kali battle"
|
||||
},
|
||||
[4]={
|
||||
|
||||
["desc"]="Hubungkan 8 elemen atau lebih sebanyak {0} kali dalam battle"
|
||||
},
|
||||
[5]={
|
||||
|
||||
["desc"]="{0} Hero melepaskan skill {1} kali saat lolos stage"
|
||||
},
|
||||
[6]={
|
||||
|
||||
["desc"]="Kalahkan Boss terakhir dalam 3 giliran"
|
||||
},
|
||||
[7]={
|
||||
|
||||
["desc"]="{0} menyebabkan lebih dari {1}% DMG saat lolos stage"
|
||||
},
|
||||
[8]={
|
||||
|
||||
["desc"]="{0} menyebabkan lebih dari {1}% DMG saat lolos stage"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -132,6 +132,104 @@ local localization_global =
|
||||
["GOLD_PIG_DESC"] = "ステージに挑戦し、ダイヤを入手すると、お得な報酬を獲得できます。",
|
||||
["SIDE_BAR_FULL"] = "MAX",
|
||||
["DAILY_CHALLENGE"] = "デイリー挑戦",
|
||||
["LEVEL_FUND_DESC_1"] = "成長ファンド{0}を購入した後、レベルアップすることでダイヤを獲得できます。\n複数のファンドを同時に購入できます",
|
||||
["BUFF_DESC"] = "バフ",
|
||||
["DAILY_CHALLENGE_DESC_1"] = "本日の残り挑戦回数が足りません",
|
||||
["DISCONNECT_RELOGIN"] = "ネットワーク接続が切断されました。もう一度ログインしてください",
|
||||
["RECONNECT"] = "ネットワーク接続が切断されました。再接続しますか",
|
||||
["RELOGIN"] = "再ログイン",
|
||||
["SEVEN_DAY_TITLE"] = "初心者7日間ログイン報酬",
|
||||
["SEVEN_DAY_DESC_1"] = "ミッションは日ごとに解放される",
|
||||
["DAY_X"] = "{0}日目",
|
||||
["DAY_X_UNLOCK"] = "{0}日目解放",
|
||||
["SEVEN_DAY_DESC_2"] = "達成済のミッション数:<color=#8DFF81>{0}</color>/{1}",
|
||||
["FUNC_UNLOCK"] = "新機能解放",
|
||||
["MAIN_BTN_3"] = "ショップ",
|
||||
["SHOP_DESC_1"] = "普通の宝箱",
|
||||
["SHOP_DESC_2"] = "精巧の宝箱",
|
||||
["SHOP_DESC_3"] = "貴重の宝箱",
|
||||
["SHOP_DESC_4"] = "追加の報酬ボーナスがありません",
|
||||
["SHOP_DESC_5"] = "宝箱を開けてレベルをアップし、報酬を増やしましょう",
|
||||
["SHOP_DESC_6"] = "宝箱レベルアップ!",
|
||||
["SHOP_DESC_7"] = "すぐ開ける",
|
||||
["SHOP_DESC_8"] = "獲得したアイテム:",
|
||||
["SHOP_DESC_9"] = "初回チャージパック",
|
||||
["SHOP_DESC_10"] = "チャプタークリア報酬",
|
||||
["SHOP_DESC_11"] = "初心者パック",
|
||||
["SHOP_DESC_12"] = "サポートパック",
|
||||
["SHOP_DESC_13"] = "成長パック",
|
||||
["SHOP_DESC_14"] = "コインパック",
|
||||
["SHOP_DESC_15"] = "ショップへ移動",
|
||||
["SHOP_DESC_16"] = "スペシャル商品",
|
||||
["SHOP_DESC_17"] = "メイン商品",
|
||||
["SHOP_DESC_18"] = "購入制限:{0}",
|
||||
["SHOP_DESC_19"] = "第{0}章パック",
|
||||
["SHOP_DESC_20"] = "購入済",
|
||||
["SHOP_DESC_21"] = "残り回数{0}",
|
||||
["SHOP_DESC_22"] = "更新時間:{0}",
|
||||
["SHOP_DESC_23"] = "Lv{0}サポートパック",
|
||||
["SHOP_DESC_24"] = "必ず<color=#5fff57>普通</color>ヒーローを獲得できる",
|
||||
["SHOP_DESC_25"] = "必ず<color=#8aedff>レア</color>ヒーローを獲得できる",
|
||||
["SHOP_DESC_26"] = "必ず<color=#ff8af0>エピック</color>ヒーローを獲得できる",
|
||||
["SHOP_DESC_27"] = "宝箱",
|
||||
["SHOP_DESC_28"] = "デイリースペシャル",
|
||||
["SHOP_DESC_29"] = "\"デイリースペシャル\"毎日更新し、CMを視聴すると追加で更新できる",
|
||||
["HERO_DESC_11"] = "イベントで獲得する",
|
||||
["SHOP_DESC_30"] = "ダイヤを消費して、デイリースペシャルを更新しますか?",
|
||||
["SHOP_DESC_31"] = "購入する",
|
||||
["SHOP_DESC_32"] = "コインで購入しますか",
|
||||
["SHOP_DESC_33"] = "ダイヤで購入しますか",
|
||||
["SHOP_DESC_34"] = "初回チャージ報酬",
|
||||
["SHOP_DESC_35"] = "1回限り、チャージして任意の商品を購入すると、以下の報酬を獲得できます!",
|
||||
["SHOP_DESC_36"] = "ショップ",
|
||||
["FUNC_OPEN_LEVEL"] = "プレイヤーレベル{0}に達すると、解放されます",
|
||||
["FUNC_OPEN_STAGE"] = "チャプター{0}をクリアすると、解放されます",
|
||||
["HERO_UNLOCK"] = "ヒーロー解放",
|
||||
["HERO_UNLOCK_DESC"] = "宝箱から獲得できる",
|
||||
["BOUNTY_TITLE"] = "パス",
|
||||
["REMAIN_TIME"] = "残り時間:{0}",
|
||||
["BATTLE_DESC_11"] = "謎の宝箱",
|
||||
["NO_NETWORK"] = "ネットワークに接続されていません。ネットワークに接続してからもう一度お試しください",
|
||||
["NETWORK_ERROE_1"] = "サーバー通信エラー、後程もう一度お試しください",
|
||||
["NO_ADS"] = "新広告はまだ準備中です",
|
||||
["BESURE_DELETE_TIPS_DESC"] = "本当にアカウントを削除しますか、削除するとすべての情報と内容がクリアされ、アカウントが再ログインすると初期のレベル1初心者状態になります。OKなら、「{0}」を入力してください",
|
||||
["BESURE_DELETE_ACCOUNT_DESC"] = "削除の確認",
|
||||
["DELETE_ACCOUNT_FAILED"] = "アカウントの削除に失敗しました。もう一度お試しください",
|
||||
["CHANGE_ACCOUNT_TIPS_DESC"] = "現在のアカウントは連携されていません。切替後データが失われる可能性がありますが、切り替えしますか?",
|
||||
["BIND_ACCOUNT_SUCCESS"] = "アカウント連携が完了しました",
|
||||
["MAINTAIN"] = "サーバーメンテナンス",
|
||||
["DISCONNECT_RELOGIN"] = "ネットワーク接続が切断されました。もう一度ログインしてください",
|
||||
["FORBIDDEN"] = "ブロック/ログイン禁止",
|
||||
["OTHER_LOGIN"] = "アカウントは他のデバイスでログインしています",
|
||||
["ACCOUNT_EXCHANGE_DESC"] = "アカウント情報がありません。切替できません。",
|
||||
["ALREADY_BINDED_DESC"] = "関連付け失敗、当該アカウントは別の情報と関連付けられています",
|
||||
["BIND_ACCOUNT_FAILED"] = "アカウントの連携が失敗しました。もう一度お試しください",
|
||||
["CHANGE_ACCOUNT_FAILED"] = "アカウントの切替は失敗しました。もう一度お試しください",
|
||||
["SUMMON_SKIP"] = "スキップ",
|
||||
["CHANGE_ACCOUNT_FAILED_2"] = "現在のアカウントは既に対象アカウントとなります。切り替える必要はありません",
|
||||
["MAIL_COUNTDOWN"] = "{0}時間後終了",
|
||||
["SHOP_DESC_37"] = "宝箱報酬",
|
||||
["SETTING_DESC_22"] = "Google Playストアへの接続が失敗しました。もう一度お試しください",
|
||||
["SETTING_DESC_23"] = "現在処理中の注文があります。後ほどもう一度お試しください",
|
||||
["SETTING_DESC_25"] = "支払キャンセル",
|
||||
["BIND_TIPS_DESC"] = "セキュリティのため、アカウントをもう一度連携してください",
|
||||
["GET_SEVER_ERROR"] = "サーバーへのリクエストが失敗しました、もう一度お試しください",
|
||||
["PAY_FAILED_DESC_1"] = "注文に例外があるため、カスタマーサービスに連絡して対処してください",
|
||||
["CHAPTER_DESC_2"] = "謎の宝箱 {0}/{1}",
|
||||
["DUNGEON_BTN"] = "イベントステージ",
|
||||
["DUNGEON_GOLD_TITLE"] = "トロッコを阻む",
|
||||
["DUNGEON_GOLD_HELP"] = "40ターン以内にトロッコを破壊し、大量のコイン報酬をゲットしましょう!",
|
||||
["DUNGEON_GOLD_OPEN"] = "解放時間:火曜日、木曜日、土曜日、日曜日",
|
||||
["DUNGEON_OPEN"] = "解放時間:",
|
||||
["FIRST_PASS"] = "初回クリア",
|
||||
["PASS_REQUIRE"] = "前のステージをクリア後に解放",
|
||||
["DUNGEON_STAGE"] = "ステージ",
|
||||
["DUNGEON_SHARDS_TITLE"] = "アビス挑戦",
|
||||
["DUNGEON_SHARDS_HELP"] = "実力を試す時が来ました!全てのモンスターを倒して、誰が本当の戦士であるかを見せつけてください!モンスター達はちゃんと準備していて、一部のキャラクターの攻撃力が下がります。お気を付けて!",
|
||||
["DUNGEON_SHARDS_OPEN"] = "解放時間:月曜日、水曜日、金曜日、日曜日",
|
||||
["MAIN_CHAPTER"] = "メインストーリー",
|
||||
["SMASH"] = "掃討する",
|
||||
["DUNGEON_DESC"] = "ボス耐性:",
|
||||
["CDKEY_NAME"] = "兌換コード",
|
||||
["CDKEY_DESC_1"] = "兌換コードを入力してくだい",
|
||||
["CDKEY_DESC_2"] = "各兌換コードは1回しか使用できません",
|
||||
@ -159,6 +257,7 @@ local localization_global =
|
||||
["NEW_PLAYER"] = "新プレイヤー",
|
||||
["NOTICE_TITLE"] = "通知",
|
||||
["MAINTENANCE_NOTICE_DEFAULT"] = "サーバー通信エラー、後程もう一度お試しください",
|
||||
["CANNOT_RENAME_DESC_5"] = "現在のニックネームと同じ、変更する必要はない",
|
||||
}
|
||||
|
||||
return localization_global
|
||||
@ -1,78 +1,103 @@
|
||||
local hero = {
|
||||
[12001]={
|
||||
["name"]="ダンサー"
|
||||
["name"]="ダンサー",
|
||||
["desc"]="扇は綺麗?戦う時はもっと綺麗よ。"
|
||||
},
|
||||
[13001]={
|
||||
["name"]="クラウド"
|
||||
["name"]="クラウド",
|
||||
["desc"]="彼は飛び上がり、巨大な剣を肩にかけ、旋風のように連打した。"
|
||||
},
|
||||
[13002]={
|
||||
["name"]="フレア"
|
||||
["name"]="フレア",
|
||||
["desc"]="文句があるなら、二発殴ってやる。"
|
||||
},
|
||||
[14001]={
|
||||
["name"]="アレキサンダー"
|
||||
["name"]="アレキサンダー",
|
||||
["desc"]="アレキサンダーのヘヴィーヒットに耐えられる者はいない。万が一いるなら、もう一回ヒットする。"
|
||||
},
|
||||
[14002]={
|
||||
|
||||
["name"]="パンダ",
|
||||
["desc"]="パンダは爪だけでなく、爆竹にも強いんですよ。"
|
||||
},
|
||||
[22001]={
|
||||
["name"]="ブレードメイド"
|
||||
["name"]="ブレードメイド",
|
||||
["desc"]="剣が鞘から抜かれると、誰かが殺される時だ。"
|
||||
},
|
||||
[23001]={
|
||||
["name"]="野蛮人"
|
||||
["name"]="野蛮人",
|
||||
["desc"]="最も効果的なダメージを与えるには、地味な攻撃をする。"
|
||||
},
|
||||
[23002]={
|
||||
["name"]="丫ちゃん"
|
||||
["name"]="丫ちゃん",
|
||||
["desc"]="カウボーイの剣術、敵と私、生き残れるのはただ一人"
|
||||
},
|
||||
[24001]={
|
||||
["name"]="大剣魔童"
|
||||
["name"]="大剣魔童",
|
||||
["desc"]="巨大な剣は持てないかもしれないが、それでも剣で人を吹き飛ばすことはできる。"
|
||||
},
|
||||
[24002]={
|
||||
|
||||
["name"]="ソー",
|
||||
["desc"]="ソーのハンマーの力を試してみたい?"
|
||||
},
|
||||
[32001]={
|
||||
["name"]="タマネギ"
|
||||
["name"]="タマネギ",
|
||||
["desc"]="盾は次の突きをカバーするだけ。"
|
||||
},
|
||||
[33001]={
|
||||
["name"]="鹿"
|
||||
["name"]="鹿",
|
||||
["desc"]="優しく素朴な森の民は、生まれながらに癒しの能力を持っている。"
|
||||
},
|
||||
[33002]={
|
||||
["name"]="フォレストウルフ"
|
||||
["name"]="フォレストウルフ",
|
||||
["desc"]="ガオォォオッ——————。"
|
||||
},
|
||||
[34001]={
|
||||
["name"]="ムーラン"
|
||||
["name"]="ムーラン",
|
||||
["desc"]="この矢で死ぬかもしれないよ。"
|
||||
},
|
||||
[34002]={
|
||||
|
||||
["name"]="夢魔",
|
||||
["desc"]="一緒に楽しもう!"
|
||||
},
|
||||
[42001]={
|
||||
["name"]="氷心"
|
||||
["name"]="氷心",
|
||||
["desc"]="私の心は、呪文のように冷たい。"
|
||||
},
|
||||
[43001]={
|
||||
["name"]="氷女"
|
||||
["name"]="氷女",
|
||||
["desc"]="私は氷が大好き!あなたもいかが?"
|
||||
},
|
||||
[43002]={
|
||||
["name"]="レイヴン"
|
||||
["name"]="レイヴン",
|
||||
["desc"]="このナイフには毒がついているよ。"
|
||||
},
|
||||
[44001]={
|
||||
["name"]="フロストエンチャントレス"
|
||||
["name"]="フロストエンチャントレス",
|
||||
["desc"]="剣を持って踊る人がいるが、フロストエンチャントレスは剣で敵を踊らせる。"
|
||||
},
|
||||
[44002]={
|
||||
|
||||
["name"]="クレオパトラ",
|
||||
["desc"]="美しさも武器である。"
|
||||
},
|
||||
[52001]={
|
||||
["name"]="忍者リン"
|
||||
["name"]="忍者リン",
|
||||
["desc"]="手裏剣を持ち歩くが、得意技はシールド術である。忍者リンの最大の願いはやはり世界平和。"
|
||||
},
|
||||
[53001]={
|
||||
["name"]="魔女キキ"
|
||||
["name"]="魔女キキ",
|
||||
["desc"]="魔女のキキの魔法のほうき。床だけでなく、人も掃くことができる。"
|
||||
},
|
||||
[53002]={
|
||||
["name"]="ソウルハンター"
|
||||
["name"]="ソウルハンター",
|
||||
["desc"]="これは歯で血を吸うよりよっぽどいい。"
|
||||
},
|
||||
[54001]={
|
||||
["name"]="蝶"
|
||||
["name"]="蝶",
|
||||
["desc"]="繭から現れる蝶は美しくて丈夫で、しかし、心臓だけでなく、手に持った美しい薙刀も丈夫だ。"
|
||||
},
|
||||
[54002]={
|
||||
|
||||
["name"]="トゥインクリングメイジ",
|
||||
["desc"]="悪はここで終わる。"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
local mail = {
|
||||
[1]={
|
||||
|
||||
["name"]="道端のおじいちゃんからの贈り物"
|
||||
},
|
||||
[2]={
|
||||
|
||||
["name"]="王様のデイリー補給"
|
||||
},
|
||||
[3]={
|
||||
|
||||
["name"]="支払エラー補填のお知らせ",
|
||||
["desc"]="異常なリチャージ注文があることが判明し、注文が再発行されました。材料の数を確認してください。ご不明な点がございましたらお問い合わせください。引き続きよろしくお願いいたします。"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -1,27 +1,27 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
["desc"]="デイリー挑戦をクリアする"
|
||||
},
|
||||
[2]={
|
||||
|
||||
["desc"]="{0}を使って、デイリー挑戦をクリアする"
|
||||
},
|
||||
[3]={
|
||||
|
||||
["desc"]="クリアする時、バトル中{0}回以上10連消しをする"
|
||||
},
|
||||
[4]={
|
||||
|
||||
["desc"]="クリアする時、バトル中8つまたは以上の元素を{0}回繋がる"
|
||||
},
|
||||
[5]={
|
||||
|
||||
["desc"]="クリアする時、{0}ヒーローがスキルを{1}回発動する"
|
||||
},
|
||||
[6]={
|
||||
|
||||
["desc"]="3ターン以内に最終ボスを撃破する"
|
||||
},
|
||||
[7]={
|
||||
|
||||
["desc"]="クリアする時、{0}が敵に与えたダメージが{1}%を超える"
|
||||
},
|
||||
[8]={
|
||||
|
||||
["desc"]="クリアする時、{0}が敵に与えたダメージが{1}%を超える"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -1,48 +1,48 @@
|
||||
local func_open = {
|
||||
["act_gold_pig"]={
|
||||
|
||||
["name"]="貯金箱"
|
||||
},
|
||||
["bounty_open"]={
|
||||
|
||||
["name"]="戦令"
|
||||
},
|
||||
["task"]={
|
||||
|
||||
["name"]="ミッション"
|
||||
},
|
||||
["act_level_gift"]={
|
||||
|
||||
["name"]="成長ファンド"
|
||||
},
|
||||
["idle_drop"]={
|
||||
|
||||
["name"]="放置報酬"
|
||||
},
|
||||
["act_sevenday"]={
|
||||
|
||||
["name"]="7日間の楽しみ"
|
||||
},
|
||||
["mall"]={
|
||||
|
||||
["name"]="ショップ"
|
||||
},
|
||||
["mall_daily"]={
|
||||
|
||||
["name"]="デイリースペシャル"
|
||||
},
|
||||
["store_box_open"]={
|
||||
|
||||
["name"]="ショップ宝箱"
|
||||
},
|
||||
["store_box_3_open"]={
|
||||
|
||||
["name"]="貴重の宝箱"
|
||||
},
|
||||
["daily_challenge"]={
|
||||
|
||||
["name"]="デイリー挑戦"
|
||||
},
|
||||
["act_gift_show_open"]={
|
||||
|
||||
["name"]="ポップアップパック"
|
||||
},
|
||||
["first_charge"]={
|
||||
|
||||
["name"]="初回チャージパック"
|
||||
},
|
||||
["new_player_gift"]={
|
||||
|
||||
["name"]="初心者パック"
|
||||
},
|
||||
["mail_open"]={
|
||||
|
||||
["name"]="メール"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -1,48 +1,48 @@
|
||||
local func_open = {
|
||||
["act_gold_pig"]={
|
||||
|
||||
["name"]="황금 돼지"
|
||||
},
|
||||
["bounty_open"]={
|
||||
|
||||
["name"]="배틀 패스"
|
||||
},
|
||||
["task"]={
|
||||
|
||||
["name"]="미션"
|
||||
},
|
||||
["act_level_gift"]={
|
||||
|
||||
["name"]="레벨업 펀드"
|
||||
},
|
||||
["idle_drop"]={
|
||||
|
||||
["name"]="자동 수집 보상"
|
||||
},
|
||||
["act_sevenday"]={
|
||||
|
||||
["name"]="7일의 즐거움"
|
||||
},
|
||||
["mall"]={
|
||||
|
||||
["name"]="상점"
|
||||
},
|
||||
["mall_daily"]={
|
||||
|
||||
["name"]="데일리 스페셜"
|
||||
},
|
||||
["store_box_open"]={
|
||||
|
||||
["name"]="상점 보물 상자"
|
||||
},
|
||||
["store_box_3_open"]={
|
||||
|
||||
["name"]="귀중한 보물 상자"
|
||||
},
|
||||
["daily_challenge"]={
|
||||
|
||||
["name"]="데일리 챌린지"
|
||||
},
|
||||
["act_gift_show_open"]={
|
||||
|
||||
["name"]="팝업 패키지"
|
||||
},
|
||||
["first_charge"]={
|
||||
|
||||
["name"]="첫 충전 패키지"
|
||||
},
|
||||
["new_player_gift"]={
|
||||
|
||||
["name"]="초보자 패키지"
|
||||
},
|
||||
["mail_open"]={
|
||||
|
||||
["name"]="메일함"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -132,6 +132,104 @@ local localization_global =
|
||||
["GOLD_PIG_DESC"] = "스테이지에 도전하여 다이아를 수집하면 보상으로 좋은 거래를 받을 수 있습니다.",
|
||||
["SIDE_BAR_FULL"] = "최대",
|
||||
["DAILY_CHALLENGE"] = "데일리 챌린지",
|
||||
["LEVEL_FUND_DESC_1"] = "레벨업 펀드{0}를 구매한 후, 레벨업을 통해 다이아를 획득할 수 있습니다. \n여러 등급의 패스는 동시에 구매할 수 있습니다.",
|
||||
["BUFF_DESC"] = "버프",
|
||||
["DAILY_CHALLENGE_DESC_1"] = "오늘 남은 도전 횟수가 부족합니다.",
|
||||
["DISCONNECT_RELOGIN"] = "네트워크 연결이 끊어졌습니다. 다시 로그인하세요.",
|
||||
["RECONNECT"] = "네크워크 연결이 끊어졌습니다. 다시 연결해 보세요.",
|
||||
["RELOGIN"] = "다시 로그인하기",
|
||||
["SEVEN_DAY_TITLE"] = "초보자 7일 축제",
|
||||
["SEVEN_DAY_DESC_1"] = "매일 새로운 미션이 시작됩니다.",
|
||||
["DAY_X"] = "제{0}일",
|
||||
["DAY_X_UNLOCK"] = "제{0}일에 잠금 해제",
|
||||
["SEVEN_DAY_DESC_2"] = "이미 완성한 미션 수:<color=#8DFF81>{0}</color>/{1}",
|
||||
["FUNC_UNLOCK"] = "새로운 기능 잠금 해제",
|
||||
["MAIN_BTN_3"] = "상점",
|
||||
["SHOP_DESC_1"] = "일반 보물 상자",
|
||||
["SHOP_DESC_2"] = "정교한 보물상자",
|
||||
["SHOP_DESC_3"] = "귀중한 보물 상자",
|
||||
["SHOP_DESC_4"] = "추가 보너스 보상 없음",
|
||||
["SHOP_DESC_5"] = "보물 상자를 열어 레벨을 업그레이드하고 보상을 늘려보세요.",
|
||||
["SHOP_DESC_6"] = "보물 상자 레벨 업!",
|
||||
["SHOP_DESC_7"] = "바로 열기",
|
||||
["SHOP_DESC_8"] = "획득 축하",
|
||||
["SHOP_DESC_9"] = "첫 충전 패키지",
|
||||
["SHOP_DESC_10"] = "챕터 패키지",
|
||||
["SHOP_DESC_11"] = "초보자 패키지",
|
||||
["SHOP_DESC_12"] = "부스터 패키지",
|
||||
["SHOP_DESC_13"] = "성장 패키지",
|
||||
["SHOP_DESC_14"] = "골드 패키지",
|
||||
["SHOP_DESC_15"] = "상점으로 가기",
|
||||
["SHOP_DESC_16"] = "스페셜 아이템",
|
||||
["SHOP_DESC_17"] = "메인 아이템",
|
||||
["SHOP_DESC_18"] = "구매 한도:{0}",
|
||||
["SHOP_DESC_19"] = "챕터 {0} 패키지",
|
||||
["SHOP_DESC_20"] = "이미 구매하셨습니다.",
|
||||
["SHOP_DESC_21"] = "남은 횟수 {0}",
|
||||
["SHOP_DESC_22"] = "리셋 타임: {0}",
|
||||
["SHOP_DESC_23"] = "{0} 레벨 부스터 패키지",
|
||||
["SHOP_DESC_24"] = "반드시 <color=#5fff57>일반 품질</color> 영웅 획득",
|
||||
["SHOP_DESC_25"] = "반드시 <color=#8aedff> 희귀 품질</color> 영웅 획득",
|
||||
["SHOP_DESC_26"] = "반드시 <color=#ff8af0> 에픽 품질</color> 영웅 획득",
|
||||
["SHOP_DESC_27"] = "보물 상자",
|
||||
["SHOP_DESC_28"] = "데일리 스페셜",
|
||||
["SHOP_DESC_29"] = "\"데일리 스페셜\"은 매일 리셋되며 광고 시청을 통해 추가 리셋 기회를 얻을 수 있습니다.",
|
||||
["HERO_DESC_11"] = "이벤트 획득",
|
||||
["SHOP_DESC_30"] = "다이아를 사용하여 데일리 스페셜을 리셋하시겠나요?",
|
||||
["SHOP_DESC_31"] = "구매 확인",
|
||||
["SHOP_DESC_32"] = "골드를 사용하여 구매하시겠나요?",
|
||||
["SHOP_DESC_33"] = "다이아를 사용하여 구매하시겠나요?",
|
||||
["SHOP_DESC_34"] = "첫 충전 대박 선물",
|
||||
["SHOP_DESC_35"] = "충전 후 임의의 아이템을 구매하시면 아래의 보상을 즉시 획득합니다. 기회는 오직 한 번 뿐입니다!",
|
||||
["SHOP_DESC_36"] = "상점",
|
||||
["FUNC_OPEN_LEVEL"] = "유저 Lv.{0} 오픈",
|
||||
["FUNC_OPEN_STAGE"] = "챕터 {0} 클리어 시 오픈",
|
||||
["HERO_UNLOCK"] = "영웅 잠금 해제",
|
||||
["HERO_UNLOCK_DESC"] = "이제 보물 상자에서 획득할 수 있습니다.",
|
||||
["BOUNTY_TITLE"] = "패스",
|
||||
["REMAIN_TIME"] = "남은 시간: {0}",
|
||||
["BATTLE_DESC_11"] = "신비한 보물 상자",
|
||||
["NO_NETWORK"] = "네트워크에 연결되어 있지 않습니다. 네트워크에 연결하고 다시 시도해 주세요.",
|
||||
["NETWORK_ERROE_1"] = "서버 통신에 이상이 생겼습니다. 잠시 후 다시 시도해 주세요.",
|
||||
["NO_ADS"] = "새 광고는 준비 안 끝났습니다",
|
||||
["BESURE_DELETE_TIPS_DESC"] = "계정을 삭제하시겠습니까? 삭제 후 모든 정보 및 내용을 클리어할 것이고, 계정을 다시 로그인 시 초시 1급 초보 상태가 될 것입니다. 삭제하시면 '{0}' 입력하세요",
|
||||
["BESURE_DELETE_ACCOUNT_DESC"] = "삭제하기",
|
||||
["DELETE_ACCOUNT_FAILED"] = "계정 삭제에 실패했습니다. 다시 시도해 주세요.",
|
||||
["CHANGE_ACCOUNT_TIPS_DESC"] = "현재 계정은 바인딩 되지 않았습니다. 전환하면 데이터가 손실될 수 있습니다. 정말 전환하시겠습니까?",
|
||||
["BIND_ACCOUNT_SUCCESS"] = "계정 바인딩 성공",
|
||||
["MAINTAIN"] = "서버 유지 보수중입니다.",
|
||||
["DISCONNECT_RELOGIN"] = "네트워크 연결이 끊어졌습니다. 다시 로그인하세요.",
|
||||
["FORBIDDEN"] = "계정 정지/로그인 금지",
|
||||
["OTHER_LOGIN"] = "계정이 다른 기기에서 로그인되었습니다.",
|
||||
["ACCOUNT_EXCHANGE_DESC"] = "해당 계정은 데이터가 없는 새로운 계정이므로 전환할 수 없습니다.",
|
||||
["ALREADY_BINDED_DESC"] = "연동 실패, 해당 계정은 이미 연동되어 있습니다!",
|
||||
["BIND_ACCOUNT_FAILED"] = "계정 바인딩에 실패했습니다. 다시 시도해 주세요.",
|
||||
["CHANGE_ACCOUNT_FAILED"] = "계정 전환에 실패했습니다. 다시 시도해 주세요.",
|
||||
["SUMMON_SKIP"] = "건너뛰기",
|
||||
["CHANGE_ACCOUNT_FAILED_2"] = "현재 계정은 이미 대상 계정이므로 전환할 필요가 없습니다.",
|
||||
["MAIL_COUNTDOWN"] = "{0} 시간 후 만료",
|
||||
["SHOP_DESC_37"] = "보물 상자 보상",
|
||||
["SETTING_DESC_22"] = "구글 플레이 스토어 연결에 오류가 발생했습니다. 잠시 후 다시 시도해 주세요.",
|
||||
["SETTING_DESC_23"] = "현재 주문 처리중입니다. 잠시 후 다시 시도해 주세요.",
|
||||
["SETTING_DESC_25"] = "결제 취소",
|
||||
["BIND_TIPS_DESC"] = "계정 안전을 위해 계정을 바인딩해 주세요.",
|
||||
["GET_SEVER_ERROR"] = "서버 요청에 실패하였습니다. 다시 시도해 주세요.",
|
||||
["PAY_FAILED_DESC_1"] = "주문에 예외가 있는 경우 고객 서비스에 문의하여 처리하세요.",
|
||||
["CHAPTER_DESC_2"] = "신비한 보물 상자 {0}/{1}",
|
||||
["DUNGEON_BTN"] = "이벤트 스테이지",
|
||||
["DUNGEON_GOLD_TITLE"] = "트램카 막기",
|
||||
["DUNGEON_GOLD_HELP"] = "40턴 이내로 트램카를 파괴하여 푸짐한 골드 보상을 받으세요!",
|
||||
["DUNGEON_GOLD_OPEN"] = "오픈 시간: 화요일, 목요일, 토요일, 일요일",
|
||||
["DUNGEON_OPEN"] = "오픈 시간:",
|
||||
["FIRST_PASS"] = "첫 클리어",
|
||||
["PASS_REQUIRE"] = "이전 스테이지를 클리어하여 잠금 해제",
|
||||
["DUNGEON_STAGE"] = "스테이지",
|
||||
["DUNGEON_SHARDS_TITLE"] = "어비스 챌린지",
|
||||
["DUNGEON_SHARDS_HELP"] = "실력을 검증할 때가 왔습니다! 길을 가로막는 모든 몬스터를 처치하고 그들에게 진정한 전사가 누구인지 보여주세요!조심하세요! 몬스터들이 전투 준비를 단단히 했기에 일부 캐릭터의 공격력이 감소합니다.",
|
||||
["DUNGEON_SHARDS_OPEN"] = "오픈 시간: 월요일, 수요일, 금요일, 일요일",
|
||||
["MAIN_CHAPTER"] = "메인라인 챕터",
|
||||
["SMASH"] = "소탕",
|
||||
["DUNGEON_DESC"] = "보스 면역:",
|
||||
["CDKEY_NAME"] = "인증코드",
|
||||
["CDKEY_DESC_1"] = "인증코드 입력하세요",
|
||||
["CDKEY_DESC_2"] = "하나의 인증코드는 한 번만 사용 가능",
|
||||
@ -159,6 +257,7 @@ local localization_global =
|
||||
["NEW_PLAYER"] = "뉴 플레이어",
|
||||
["NOTICE_TITLE"] = "공지 사항",
|
||||
["MAINTENANCE_NOTICE_DEFAULT"] = "서버 통신에 이상이 생겼습니다. 잠시 후 다시 시도해 주세요.",
|
||||
["CANNOT_RENAME_DESC_5"] = "현재 닉네임과 동일하므로 변경할 필요가 없습니다.",
|
||||
}
|
||||
|
||||
return localization_global
|
||||
@ -1,78 +1,103 @@
|
||||
local hero = {
|
||||
[12001]={
|
||||
["name"]="무희"
|
||||
["name"]="무희",
|
||||
["desc"]="이 부채 예쁘지 않아요? 사람을 공격할 땐 더 아름답죠."
|
||||
},
|
||||
[13001]={
|
||||
["name"]="클로드"
|
||||
["name"]="클로드",
|
||||
["desc"]="그가 가볍게 날아올라 거대한 검을 짊어지고 회오리바람처럼 빠르게 연속 공격을 날립니다."
|
||||
},
|
||||
[13002]={
|
||||
["name"]="블레이즈"
|
||||
["name"]="블레이즈",
|
||||
["desc"]="내 주먹맛을 보기 전까진 다들 계획이 있었지. 흠, 내가 이길 수 없는 놈은 빼고 말이야."
|
||||
},
|
||||
[14001]={
|
||||
["name"]="알렉산더"
|
||||
["name"]="알렉산더",
|
||||
["desc"]="알렉산더의 강철 스트라이크를 버텨낼 수 있는 사람은 아무도 없어. 만약 존재한다면 한 번더 날려줘야지."
|
||||
},
|
||||
[14002]={
|
||||
|
||||
["name"]="판다",
|
||||
["desc"]="판다는 날카로운 발톱을 가졌을 뿐만아니라 폭죽도 잘 터트립니다."
|
||||
},
|
||||
[22001]={
|
||||
["name"]="블레이드"
|
||||
["name"]="블레이드",
|
||||
["desc"]="검이 칼자루를 떠났으니 반드시 피를 보겠구나."
|
||||
},
|
||||
[23001]={
|
||||
["name"]="야만인"
|
||||
["name"]="야만인",
|
||||
["desc"]="가장 단순한 공격이 종종 가장 효과적인 방법이되기도 하지. "
|
||||
},
|
||||
[23002]={
|
||||
["name"]="에리아"
|
||||
["name"]="에리아",
|
||||
["desc"]="카우보이의 펜싱에서 적과 나 둘 중 오직 한 사람만 살아남을 수 있어."
|
||||
},
|
||||
[24001]={
|
||||
["name"]="클레이모어 마법 소년"
|
||||
["name"]="클레이모어 마법 소년",
|
||||
["desc"]="내가 거대한 검을 들어 올릴 수 없을 수도 있지만 그것으로 사람을 날려버리는 건 아무 문제 없는걸."
|
||||
},
|
||||
[24002]={
|
||||
|
||||
["name"]="토르",
|
||||
["desc"]="토르의 망치가 가진 힘을 시험해보고 싶은 건가?"
|
||||
},
|
||||
[32001]={
|
||||
["name"]="양파 헤드"
|
||||
["name"]="양파 헤드",
|
||||
["desc"]="보호막은 단지 곧 보여줄 폭발적인 힘을 숨기기 위한 위장일 뿐이야."
|
||||
},
|
||||
[33001]={
|
||||
["name"]="아기 사슴"
|
||||
["name"]="아기 사슴",
|
||||
["desc"]="온순하고 순박한 숲의 주민, 치유 능력을 타고났습니다."
|
||||
},
|
||||
[33002]={
|
||||
["name"]="팀버울프"
|
||||
["name"]="팀버울프",
|
||||
["desc"]="우오오오오오오오오——————"
|
||||
},
|
||||
[34001]={
|
||||
["name"]="뮬란"
|
||||
["name"]="뮬란",
|
||||
["desc"]="이 화살 한 발에 넌 죽을 수도 있어."
|
||||
},
|
||||
[34002]={
|
||||
|
||||
["name"]="인큐버스",
|
||||
["desc"]="재밌게 놀아보자고!"
|
||||
},
|
||||
[42001]={
|
||||
["name"]="얼음의 심장"
|
||||
["name"]="얼음의 심장",
|
||||
["desc"]="내 심장은 내 주문만큼이나 차갑지."
|
||||
},
|
||||
[43001]={
|
||||
["name"]="얼음의 여왕"
|
||||
["name"]="얼음의 여왕",
|
||||
["desc"]="난 얼음이 좋아. 너도 한 조각 먹어볼래?"
|
||||
},
|
||||
[43002]={
|
||||
["name"]="레이븐"
|
||||
["name"]="레이븐",
|
||||
["desc"]="내 단검은 독으로 뒤덮인 비수야."
|
||||
},
|
||||
[44001]={
|
||||
["name"]="프로스트 마녀"
|
||||
["name"]="프로스트 마녀",
|
||||
["desc"]="누군가는 검을 들고 춤을 추지만 프로스트 마녀는 검으로 적을 춤추게 만들 수 있지."
|
||||
},
|
||||
[44002]={
|
||||
|
||||
["name"]="클레오파트라",
|
||||
["desc"]="아름다움도 무기라고 할 수 있죠."
|
||||
},
|
||||
[52001]={
|
||||
["name"]="닌자 룬"
|
||||
["name"]="닌자 룬",
|
||||
["desc"]="가장 큰 소원이 세계 평화인 닌자 룬은 비록 수리검을 들었지만 보호막 기술에 최고로 능통합니다. "
|
||||
},
|
||||
[53001]={
|
||||
["name"]="마녀 키키"
|
||||
["name"]="마녀 키키",
|
||||
["desc"]="마녀 키키의 마법 빗자루, 바닥도 쓸고 적도 쓸어버려!"
|
||||
},
|
||||
[53002]={
|
||||
["name"]="소울 헌터"
|
||||
["name"]="소울 헌터",
|
||||
["desc"]="이빨을 꽂고 피를 빠는 것보다 이게 훨씬 더 편해."
|
||||
},
|
||||
[54001]={
|
||||
["name"]="나비"
|
||||
["name"]="나비",
|
||||
["desc"]="아름답고 강한 나비가 고치를 뚫고 나옵니다. 강한 것은 나비의 심장뿐이 아니며 아름다운 것 역시 그의 손에 들린 긴 칼 뿐이 아닙니다."
|
||||
},
|
||||
[54002]={
|
||||
|
||||
["name"]="반짝이는 마법사",
|
||||
["desc"]="여기가 바로 악의 무덤이야."
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
local mail = {
|
||||
[1]={
|
||||
["name"]="길 가던 할아버지가 던져 준 선물"
|
||||
["name"]="길에서 만난 할아버지의 선물"
|
||||
},
|
||||
[2]={
|
||||
["name"]="왕의 일상 보급품"
|
||||
["name"]="왕의 일일 보급품"
|
||||
},
|
||||
[3]={
|
||||
|
||||
["name"]="결제 이상 보상 알림",
|
||||
["desc"]="비정상적인 충전 주문이 확인되었습니다. 해당 주문을 재발급하였으니 리소스 수량을 확인해 주세요. 궁금한 사항이 있다면 문의해 주세요. 지지해 주셔서 감사합니다."
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -1,27 +1,27 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
["desc"]="데일리 챌린지 클리어하기"
|
||||
},
|
||||
[2]={
|
||||
|
||||
["desc"]="{0}을(를) 사용하여 데일리 챌린지 클리어하기"
|
||||
},
|
||||
[3]={
|
||||
|
||||
["desc"]="스테이지 클리어 시, 전투에서 10 콤보 이상 {0}번 하기"
|
||||
},
|
||||
[4]={
|
||||
|
||||
["desc"]="스테이지 클리어시, 전투에서 8개 또는 그 이상의 원소를 {0}번 연결하기"
|
||||
},
|
||||
[5]={
|
||||
|
||||
["desc"]="스테이지 클리어시, {0} 영웅이 스킬 {1}번 발동하기"
|
||||
},
|
||||
[6]={
|
||||
|
||||
["desc"]="3턴 이내에 최종 보스 처치하기"
|
||||
},
|
||||
[7]={
|
||||
|
||||
["desc"]="스테이지 클리어 시, {0}이(가) 입힌 대미지가 전체 피해의 {1}% 초과하기"
|
||||
},
|
||||
[8]={
|
||||
|
||||
["desc"]="스테이지 클리어 시, {0}이(가) 입힌 대미지가 전체 피해의 {1}% 초과하기"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -1,48 +1,48 @@
|
||||
local func_open = {
|
||||
["act_gold_pig"]={
|
||||
|
||||
["name"]="Porco Dourado"
|
||||
},
|
||||
["bounty_open"]={
|
||||
|
||||
["name"]="Ordem de Batalha"
|
||||
},
|
||||
["task"]={
|
||||
|
||||
["name"]="Missão"
|
||||
},
|
||||
["act_level_gift"]={
|
||||
|
||||
["name"]="Fundo de Crescimento"
|
||||
},
|
||||
["idle_drop"]={
|
||||
|
||||
["name"]="Recompensas de AFK"
|
||||
},
|
||||
["act_sevenday"]={
|
||||
|
||||
["name"]="Sete Dias de Diversão"
|
||||
},
|
||||
["mall"]={
|
||||
|
||||
["name"]="Loja"
|
||||
},
|
||||
["mall_daily"]={
|
||||
|
||||
["name"]="Promoção Diária"
|
||||
},
|
||||
["store_box_open"]={
|
||||
|
||||
["name"]="Baú da Loja"
|
||||
},
|
||||
["store_box_3_open"]={
|
||||
|
||||
["name"]="Baú Precioso"
|
||||
},
|
||||
["daily_challenge"]={
|
||||
|
||||
["name"]="Desafio Diário"
|
||||
},
|
||||
["act_gift_show_open"]={
|
||||
|
||||
["name"]="Pacote Pop-up"
|
||||
},
|
||||
["first_charge"]={
|
||||
|
||||
["name"]="Pacote de Primeira Recarga"
|
||||
},
|
||||
["new_player_gift"]={
|
||||
|
||||
["name"]="Pacote para Iniciantes"
|
||||
},
|
||||
["mail_open"]={
|
||||
|
||||
["name"]="Caixa de Correio"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -132,6 +132,103 @@ local localization_global =
|
||||
["GOLD_PIG_DESC"] = "Desafie as fases e colete diamantes para fechar um bom negócio.",
|
||||
["SIDE_BAR_FULL"] = "MAX",
|
||||
["DAILY_CHALLENGE"] = "Desafio Diário",
|
||||
["LEVEL_FUND_DESC_1"] = "Após comprar o Fundo de Crescimento {0}, você pode obter diamantes ao aumentar de nível.\nVários fundos podem ser comprados ao mesmo tempo.",
|
||||
["BUFF_DESC"] = "BÔNUS",
|
||||
["DAILY_CHALLENGE_DESC_1"] = "Hoje restam poucas chances de desafio",
|
||||
["DISCONNECT_RELOGIN"] = "A conexão com a internet foi interrompida, por favor, faça login novamente",
|
||||
["RECONNECT"] = "A conexão com a internet foi interrompida, deseja reconectar?",
|
||||
["RELOGIN"] = "Fazer login novamente",
|
||||
["SEVEN_DAY_TITLE"] = "Alegria de 7 Dias do Principiante",
|
||||
["SEVEN_DAY_DESC_1"] = "Novas missões serão disponíveis diariamente",
|
||||
["DAY_X"] = "Dia {0}",
|
||||
["DAY_X_UNLOCK"] = "Desbloqueio no dia {0}",
|
||||
["SEVEN_DAY_DESC_2"] = "Número de missões concluídas: <color=#8DFF81>{0}</color>/{1}",
|
||||
["FUNC_UNLOCK"] = "Desbloquear nova função",
|
||||
["MAIN_BTN_3"] = "Loja",
|
||||
["SHOP_DESC_1"] = "Baú Comum",
|
||||
["SHOP_DESC_2"] = "Baú Sofisticado",
|
||||
["SHOP_DESC_3"] = "Baú Precioso",
|
||||
["SHOP_DESC_4"] = "Sem bônus adicional de recompensa",
|
||||
["SHOP_DESC_5"] = "Abrir baús para aumentar o nível e melhorar as recompensas dos baús",
|
||||
["SHOP_DESC_6"] = "Nível do baú aumentado!",
|
||||
["SHOP_DESC_7"] = "Abrir agora",
|
||||
["SHOP_DESC_8"] = "Parabéns por obter",
|
||||
["SHOP_DESC_9"] = "Pacote de primeira compra",
|
||||
["SHOP_DESC_10"] = "Pacote de Capítulos",
|
||||
["SHOP_DESC_11"] = "Pacote de Principiante",
|
||||
["SHOP_DESC_12"] = "Pacote de ajuda",
|
||||
["SHOP_DESC_13"] = "Pacote de crescimento",
|
||||
["SHOP_DESC_14"] = "Pacote de Ouro",
|
||||
["SHOP_DESC_15"] = "Ir à loja",
|
||||
["SHOP_DESC_16"] = "Produtos em promoção",
|
||||
["SHOP_DESC_17"] = "Produtos principais",
|
||||
["SHOP_DESC_18"] = "Limite de Compras: {0}",
|
||||
["SHOP_DESC_19"] = "Pacote do Capítulo {0}",
|
||||
["SHOP_DESC_20"] = "Comprado",
|
||||
["SHOP_DESC_21"] = "Chances Restantes: {0}",
|
||||
["SHOP_DESC_22"] = "Atualização: {0}",
|
||||
["SHOP_DESC_23"] = "Pacote de ajuda de nível {0}",
|
||||
["SHOP_DESC_24"] = "Garantido herói <color=#5fff57>comum</color>",
|
||||
["SHOP_DESC_25"] = "Garantido herói <color=#8aedff>raro</color>",
|
||||
["SHOP_DESC_26"] = "Garantido herói <color=#ff8af0>épico</color>",
|
||||
["SHOP_DESC_27"] = "Baú",
|
||||
["SHOP_DESC_28"] = "Promoção diária",
|
||||
["SHOP_DESC_29"] = "A \"promoção diária\" será atualizada diariamente, e você pode atualizar novamente assistindo a um anúncio",
|
||||
["HERO_DESC_11"] = "Obtido no evento",
|
||||
["SHOP_DESC_30"] = "Deseja usar diamantes para atualizar a promoção diária?",
|
||||
["SHOP_DESC_31"] = "Confirmar compra",
|
||||
["SHOP_DESC_32"] = "Deseja gastar moedas para comprar?",
|
||||
["SHOP_DESC_33"] = "Deseja gastar diamantes para comprar?",
|
||||
["SHOP_DESC_34"] = "Presentão na primeira compra",
|
||||
["SHOP_DESC_35"] = "Compre qualquer produto com a recarga e receba as seguintes recompensas, apenas uma vez!",
|
||||
["SHOP_DESC_36"] = "Loja",
|
||||
["FUNC_OPEN_LEVEL"] = "Desbloqueia no Nível de Jogador {0}",
|
||||
["FUNC_OPEN_STAGE"] = "Desbloqueia completando a Fase {0}",
|
||||
["HERO_UNLOCK"] = "Desbloqueio de heróis",
|
||||
["HERO_UNLOCK_DESC"] = "Agora disponível nos baús",
|
||||
["BOUNTY_TITLE"] = "Passe de acesso",
|
||||
["REMAIN_TIME"] = "Termina em: {0}",
|
||||
["BATTLE_DESC_11"] = "Baú Misterioso",
|
||||
["NO_NETWORK"] = "Sem conexão à internet. Restabeleça a ligação e tente novamente.",
|
||||
["NETWORK_ERROE_1"] = "Ocorreu um erro na conexão com o servidor. Tente mais tarde.",
|
||||
["NO_ADS"] = "O novo anúncio ainda não está pronto",
|
||||
["BESURE_DELETE_TIPS_DESC"] = "Tem certeza de que deseja excluir a conta? Após a exclusão, todos os dados e arquivos dela serão apagados. E quando você entrar no jogo depois, o personagem será reiniciado como um novato de Nv. 1. Para confirmar a operação, digite \"{0}\".",
|
||||
["BESURE_DELETE_ACCOUNT_DESC"] = "Confirmo a exclusão",
|
||||
["DELETE_ACCOUNT_FAILED"] = "Falha ao excluir a conta, por favor, tente novamente",
|
||||
["CHANGE_ACCOUNT_TIPS_DESC"] = "Você ainda não vinculou a conta atual e, por isso, a alternância entre as contas poderá resultar na perda de dados. Tem certeza de que deseja trocar?",
|
||||
["BIND_ACCOUNT_SUCCESS"] = "Conta vinculada com sucesso",
|
||||
["MAINTAIN"] = "Manutenção do servidor",
|
||||
["DISCONNECT_RELOGIN"] = "A conexão com a internet foi interrompida, por favor, faça login novamente",
|
||||
["FORBIDDEN"] = "Banido/impedido de fazer login",
|
||||
["OTHER_LOGIN"] = "Conta conectada em outro dispositivo",
|
||||
["ACCOUNT_EXCHANGE_DESC"] = "A conta é nova, sem informações e não pode ser trocada.",
|
||||
["ALREADY_BINDED_DESC"] = "Vinculação falhou, outras vinculações já existem para esta conta",
|
||||
["BIND_ACCOUNT_FAILED"] = "Falha ao vincular a conta, por favor, tente novamente",
|
||||
["CHANGE_ACCOUNT_FAILED"] = "Falha ao trocar de conta, por favor, tente novamente",
|
||||
["SUMMON_SKIP"] = "Pular",
|
||||
["CHANGE_ACCOUNT_FAILED_2"] = "A conta atual já é a conta desejada, não é necessário trocar",
|
||||
["MAIL_COUNTDOWN"] = "Expira em {0} horas",
|
||||
["SHOP_DESC_37"] = "Recompensas do baú",
|
||||
["SETTING_DESC_22"] = "Conexão anormal com o Google Play Store, por favor, tente novamente mais tarde",
|
||||
["SETTING_DESC_23"] = "Há um pedido em andamento, por favor, tente novamente mais tarde",
|
||||
["SETTING_DESC_25"] = "Pagamento cancelado",
|
||||
["BIND_TIPS_DESC"] = "Para a segurança da sua conta, vincule-a",
|
||||
["GET_SEVER_ERROR"] = "FaHá uma exceção ao pedido, entre em contato com o atendimento ao cliente para tratar do assuntolha na solicitação de servidor, por favor, tente novamente",
|
||||
["CHAPTER_DESC_2"] = "Baú Misterioso {0}/{1}",
|
||||
["DUNGEON_BTN"] = "Fase do evento",
|
||||
["DUNGEON_GOLD_TITLE"] = "Interceptação do vagão de mineração",
|
||||
["DUNGEON_GOLD_HELP"] = "Destrua o vagão de mineração em 40 turnos e ganhe uma grande quantidade de moedas como recompensa!",
|
||||
["DUNGEON_GOLD_OPEN"] = "Horário de abertura: Terça-feira, Quinta-feira, Sábado e Domingo",
|
||||
["DUNGEON_OPEN"] = "Horário de abertura:",
|
||||
["FIRST_PASS"] = "Primeira conclusão",
|
||||
["PASS_REQUIRE"] = "Desbloqueado após passar no estágio anterior",
|
||||
["DUNGEON_STAGE"] = "Estágio",
|
||||
["DUNGEON_SHARDS_TITLE"] = "Desafio do Abismo",
|
||||
["DUNGEON_SHARDS_HELP"] = "Chegou a hora de testar suas habilidades!Derrote todos os monstros que bloqueiam seu caminho e mostre a eles quem é o verdadeiro guerreiro!Atenção! Os monstros estão preparados, e o ataque de alguns personagens pode diminuir.",
|
||||
["DUNGEON_SHARDS_OPEN"] = "Horário de abertura: Segunda-feira, Quarta-feira, Sexta-feira e Domingo",
|
||||
["MAIN_CHAPTER"] = "Capítulos da história principal",
|
||||
["SMASH"] = "Aniquilar",
|
||||
["DUNGEON_DESC"] = "Resistência do BOSS:",
|
||||
["CDKEY_NAME"] = "Código de Resgate",
|
||||
["CDKEY_DESC_1"] = "Insira o código de resgate",
|
||||
["CDKEY_DESC_2"] = "Cada código de resgate só pode ser utilizado uma vez.",
|
||||
@ -159,6 +256,7 @@ local localization_global =
|
||||
["NEW_PLAYER"] = "Novo jogador",
|
||||
["NOTICE_TITLE"] = "Aviso",
|
||||
["MAINTENANCE_NOTICE_DEFAULT"] = "Ocorreu um erro na conexão com o servidor. Tente mais tarde.",
|
||||
["CANNOT_RENAME_DESC_5"] = "O mesmo que o apelido atual, não há necessidade de mudar",
|
||||
}
|
||||
|
||||
return localization_global
|
||||
@ -1,78 +1,103 @@
|
||||
local hero = {
|
||||
[12001]={
|
||||
["name"]="Dançarina"
|
||||
["name"]="Dançarina",
|
||||
["desc"]="O leque é bonito, não é? Fica ainda mais bonito quando usado para bater em alguém."
|
||||
},
|
||||
[13001]={
|
||||
["name"]="Claude"
|
||||
["name"]="Claude",
|
||||
["desc"]="Ele salta, empunhando sua espada gigante, desferindo golpes como um furacão."
|
||||
},
|
||||
[13002]={
|
||||
["name"]="Ignífico"
|
||||
["name"]="Ignífico",
|
||||
["desc"]="Se alguém desafiar, ele dará socos até que se renda. Se não conseguir vencer, é outra história."
|
||||
},
|
||||
[14001]={
|
||||
["name"]="Alexandre"
|
||||
["name"]="Alexandre",
|
||||
["desc"]="Ninguém pode resistir ao golpe de aço de Alexandre. Se resistir, ele dará outro golpe."
|
||||
},
|
||||
[14002]={
|
||||
|
||||
["name"]="Panda",
|
||||
["desc"]="O Panda não é apenas incrível com suas garras, mas também com fogos de artifício."
|
||||
},
|
||||
[22001]={
|
||||
["name"]="Senhorita dos Gumes"
|
||||
["name"]="Senhorita dos Gumes",
|
||||
["desc"]="Quando a espada é desembainhada, deve ver sangue."
|
||||
},
|
||||
[23001]={
|
||||
["name"]="Bárbaro"
|
||||
["name"]="Bárbaro",
|
||||
["desc"]="O dano mais eficaz geralmente é aplicado com a forma mais simples de ataque."
|
||||
},
|
||||
[23002]={
|
||||
["name"]="Ária"
|
||||
["name"]="Ária",
|
||||
["desc"]="A esgrima do cowboy: entre o inimigo e eu, apenas um pode sobreviver."
|
||||
},
|
||||
[24001]={
|
||||
["name"]="Espadachim Titânico"
|
||||
["name"]="Espadachim Titânico",
|
||||
["desc"]="Eu posso não ser capaz de levantar a espada gigante, mas isso não me impede de usá-la para atacar pessoas."
|
||||
},
|
||||
[24002]={
|
||||
|
||||
["name"]="Thor",
|
||||
["desc"]="Quer experimentar o poder do martelo de Thor?"
|
||||
},
|
||||
[32001]={
|
||||
["name"]="Cabeça de Cebola"
|
||||
["name"]="Cabeça de Cebola",
|
||||
["desc"]="O escudo serve apenas para disfarçar a próxima estocada."
|
||||
},
|
||||
[33001]={
|
||||
["name"]="Cervinho"
|
||||
["name"]="Cervinho",
|
||||
["desc"]="Moradores gentis e inocentes da floresta, nascidos com habilidades de cura."
|
||||
},
|
||||
[33002]={
|
||||
["name"]="Lobo das Matas"
|
||||
["name"]="Lobo das Matas",
|
||||
["desc"]="Auuuuuuuuuuuuuuuuuuuuuuu!"
|
||||
},
|
||||
[34001]={
|
||||
["name"]="Mulan"
|
||||
["name"]="Mulan",
|
||||
["desc"]="Você pode morrer com esta flecha."
|
||||
},
|
||||
[34002]={
|
||||
|
||||
["name"]="Súcubo",
|
||||
["desc"]="Vamos nos divertir!"
|
||||
},
|
||||
[42001]={
|
||||
["name"]="Alma Glacial"
|
||||
["name"]="Alma Glacial",
|
||||
["desc"]="Meu coração é tão frio quanto a minha magia."
|
||||
},
|
||||
[43001]={
|
||||
["name"]="Diamond"
|
||||
["name"]="Diamond",
|
||||
["desc"]="Eu gosto de cubos de gelo, você também quer um?"
|
||||
},
|
||||
[43002]={
|
||||
["name"]="Eileen"
|
||||
["name"]="Eileen",
|
||||
["desc"]="Minha adaga está coberta de veneno."
|
||||
},
|
||||
[44001]={
|
||||
["name"]="Fada Gelice"
|
||||
["name"]="Fada Gelice",
|
||||
["desc"]="Alguns dançam com a espada, a Princesa do Gelo faz seus inimigos dançarem com a espada."
|
||||
},
|
||||
[44002]={
|
||||
|
||||
["name"]="Cleópatra",
|
||||
["desc"]="A beleza também é uma arma."
|
||||
},
|
||||
[52001]={
|
||||
["name"]="Luninja"
|
||||
["name"]="Luninja",
|
||||
["desc"]="Embora ele carregue shurikens, sua maior habilidade é a magia do escudo. O maior desejo do ninja é a paz mundial."
|
||||
},
|
||||
[53001]={
|
||||
["name"]="Feiticeira Kiki"
|
||||
["name"]="Feiticeira Kiki",
|
||||
["desc"]="A vassoura mágica da bruxa Kiki não só varre o chão, mas também varre as pessoas."
|
||||
},
|
||||
[53002]={
|
||||
["name"]="Caçador de Almas"
|
||||
["name"]="Caçador de Almas",
|
||||
["desc"]="Isso é muito mais útil do que sugar sangue com os dentes."
|
||||
},
|
||||
[54001]={
|
||||
["name"]="Borboleta"
|
||||
["name"]="Borboleta",
|
||||
["desc"]="A borboleta emerge do casulo, bela e resiliente. A resiliência não está apenas no coração, mas também na bela espada longa que carrega."
|
||||
},
|
||||
[54002]={
|
||||
|
||||
["name"]="Mago do Brilho",
|
||||
["desc"]="O mal termina aqui."
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
18
lua/app/config/strings/pt/mail.lua
Normal file
18
lua/app/config/strings/pt/mail.lua
Normal file
@ -0,0 +1,18 @@
|
||||
local mail = {
|
||||
[1]={
|
||||
["name"]="Presente do Velho à Beira da Estrada",
|
||||
["name"]="Presente do Velho à Beira da Estrada"
|
||||
},
|
||||
[2]={
|
||||
["name"]="Suprimentos Diários do Rei",
|
||||
["name"]="Suprimentos Diários do Rei"
|
||||
},
|
||||
[3]={
|
||||
["name"]="Detectamos uma anomalia em seu pedido de recarga e já reenviamos o pedido. Por favor, verifique a quantidade de recursos e, em caso de dúvidas, entre em contato conosco. Obrigado pelo seu apoio.",
|
||||
["name"]="Detectamos uma anomalia em seu pedido de recarga e já reenviamos o pedido. Por favor, verifique a quantidade de recursos e, em caso de dúvidas, entre em contato conosco. Obrigado pelo seu apoio."
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=mail,count=3
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/pt/mail.lua.meta
Normal file
10
lua/app/config/strings/pt/mail.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f2f965c900f2a12499a111ef9cef5bb2
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -1,27 +1,27 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
["desc"]="Conclua o Desafio Diário"
|
||||
},
|
||||
[2]={
|
||||
|
||||
["desc"]="Use {0} para concluir o Desafio Diário"
|
||||
},
|
||||
[3]={
|
||||
|
||||
["desc"]="Durante a conclusão, faça mais de 10 combinações consecutivas {0} vezes na batalha"
|
||||
},
|
||||
[4]={
|
||||
|
||||
["desc"]="Durante a conclusão, conecte 8 ou mais elementos na batalha {0} vezes"
|
||||
},
|
||||
[5]={
|
||||
|
||||
["desc"]="Durante a conclusão, {0} heróis usam habilidades {1} vezes"
|
||||
},
|
||||
[6]={
|
||||
|
||||
["desc"]="Derrote o chefe final em 3 turnos"
|
||||
},
|
||||
[7]={
|
||||
|
||||
["desc"]="Ao concluir, a porcentagem de dano causado por {0} deve ser superior a {1}%"
|
||||
},
|
||||
[8]={
|
||||
|
||||
["desc"]="Ao concluir, a porcentagem de dano causado por {0} deve ser superior a {1}%"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -1,48 +1,48 @@
|
||||
local func_open = {
|
||||
["act_gold_pig"]={
|
||||
|
||||
["name"]="หมูทอง"
|
||||
},
|
||||
["bounty_open"]={
|
||||
|
||||
["name"]="คำสั่งการรบ"
|
||||
},
|
||||
["task"]={
|
||||
|
||||
["name"]="ภารกิจ"
|
||||
},
|
||||
["act_level_gift"]={
|
||||
|
||||
["name"]="กองทุนเติบโต"
|
||||
},
|
||||
["idle_drop"]={
|
||||
|
||||
["name"]="รางวัลบอท"
|
||||
},
|
||||
["act_sevenday"]={
|
||||
|
||||
["name"]="งานรื่นเริง 7 วัน"
|
||||
},
|
||||
["mall"]={
|
||||
|
||||
["name"]="ห้าง"
|
||||
},
|
||||
["mall_daily"]={
|
||||
|
||||
["name"]="โปรฯรายวัน"
|
||||
},
|
||||
["store_box_open"]={
|
||||
|
||||
["name"]="หีบสมบัติห้าง"
|
||||
},
|
||||
["store_box_3_open"]={
|
||||
|
||||
["name"]="หีบสมบัติล้ำค่า"
|
||||
},
|
||||
["daily_challenge"]={
|
||||
|
||||
["name"]="ท้าทายรายวัน"
|
||||
},
|
||||
["act_gift_show_open"]={
|
||||
|
||||
["name"]="แพ็คป๊อปอัพ"
|
||||
},
|
||||
["first_charge"]={
|
||||
|
||||
["name"]="แพ็คเติมแรก"
|
||||
},
|
||||
["new_player_gift"]={
|
||||
|
||||
["name"]="แพ็คมือใหม่"
|
||||
},
|
||||
["mail_open"]={
|
||||
|
||||
["name"]="อีเมล"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -132,6 +132,104 @@ local localization_global =
|
||||
["GOLD_PIG_DESC"] = "ท้าทายด่านและรวบรวมเพชร คุณจะได้รับการค้าขายที่สุดคุ้ม",
|
||||
["SIDE_BAR_FULL"] = "MAX",
|
||||
["DAILY_CHALLENGE"] = "ท้าทายรายวัน",
|
||||
["LEVEL_FUND_DESC_1"] = "หลังจากซื้อกองทุนเติบโต{0}แล้ว จะสามารถรับเพชรได้โดยการอัปเลเวล\nสามารถซื้อได้หลายกองทุนในเวลาเดียวกัน",
|
||||
["BUFF_DESC"] = "BUFF",
|
||||
["DAILY_CHALLENGE_DESC_1"] = "จำนวนท้าทายที่เหลือของวันนี้ไม่พอ",
|
||||
["DISCONNECT_RELOGIN"] = "การเชื่อมต่อเครือข่ายถูกตัด โปรดล็อกอินอีกครั้ง",
|
||||
["RECONNECT"] = "การเชื่อมต่อเครือข่ายถูกตัด เชื่อมต่อใหม่หรือไม่",
|
||||
["RELOGIN"] = "ล็อกอินใหม่",
|
||||
["SEVEN_DAY_TITLE"] = "กิจกรรมล็อกอิน 7 วันสำหรับมือใหม่",
|
||||
["SEVEN_DAY_DESC_1"] = "ภารกิจใหม่จะเปิดทุกวัน",
|
||||
["DAY_X"] = "วันที่ {0}",
|
||||
["DAY_X_UNLOCK"] = "ปลดล็อกในวันที่{0}",
|
||||
["SEVEN_DAY_DESC_2"] = "จำนวนภารกิจที่บรรลุ: <color=#8DFF81>{0}</color>/{1}",
|
||||
["FUNC_UNLOCK"] = "ปลดล็อกฟังก์ชั่นใหม่",
|
||||
["MAIN_BTN_3"] = "ห้าง",
|
||||
["SHOP_DESC_1"] = "หีบสมบัติทั่วไป",
|
||||
["SHOP_DESC_2"] = "หีบสมบัติสวยงาม",
|
||||
["SHOP_DESC_3"] = "หีบสมบัติล้ำค่า",
|
||||
["SHOP_DESC_4"] = "ไม่มีโบนัสรางวัลพิเศษ",
|
||||
["SHOP_DESC_5"] = "เปิดหีบสมบัติเพื่ออัปเลวลและเพิ่มรางวัลหีบสมบัติ",
|
||||
["SHOP_DESC_6"] = "เลเวลหีบสมบัติเพิ่มขึ้น!",
|
||||
["SHOP_DESC_7"] = "เปิดทันที",
|
||||
["SHOP_DESC_8"] = "ขอแสดงความยินดีที่ได้รับ",
|
||||
["SHOP_DESC_9"] = "แพ็คเติมแรก",
|
||||
["SHOP_DESC_10"] = "บทบรรจุภัณฑ์ของขวัญ",
|
||||
["SHOP_DESC_11"] = "ชุดใหม่",
|
||||
["SHOP_DESC_12"] = "แพ็คส่งเสริม",
|
||||
["SHOP_DESC_13"] = "แพ็คเติบโต",
|
||||
["SHOP_DESC_14"] = "โกลด์แพ็ค",
|
||||
["SHOP_DESC_15"] = "ไปที่ร้าน",
|
||||
["SHOP_DESC_16"] = "สินค้าโปรฯ",
|
||||
["SHOP_DESC_17"] = "สินค้าหลัก",
|
||||
["SHOP_DESC_18"] = "การซื้อสูงสุด: {0}",
|
||||
["SHOP_DESC_19"] = "แพ็คบทที่{0}",
|
||||
["SHOP_DESC_20"] = "ซื้อแล้ว",
|
||||
["SHOP_DESC_21"] = "เหลือ {0} ครั้ง",
|
||||
["SHOP_DESC_22"] = "กำลังปรับปรุงใน: {0}",
|
||||
["SHOP_DESC_23"] = "แพ็คส่งเสริมLv.{0}",
|
||||
["SHOP_DESC_24"] = "ต้องได้รับฮีโร่<color=#5fff57>ทั่วไป</color>",
|
||||
["SHOP_DESC_25"] = "ต้องได้รับฮีโร่<color=#8aedff>หายาก</color>",
|
||||
["SHOP_DESC_26"] = "ต้องได้รับฮีโร่<color=#ff8af0>อีพิท</color>",
|
||||
["SHOP_DESC_27"] = "หีบสมบัติ",
|
||||
["SHOP_DESC_28"] = "โปรฯรายวัน",
|
||||
["SHOP_DESC_29"] = "\"โปรฯรายวัน\" จะรีเฟรชทุกวัน และสามารถรีเฟรชเพิ่มเติมได้ด้วยการดูโฆษณา",
|
||||
["HERO_DESC_11"] = "ได้รับจากกิจกรรม",
|
||||
["SHOP_DESC_30"] = "ใช้เพชรเพื่อรีเฟรชโปรฯรายวันหรือไม่?",
|
||||
["SHOP_DESC_31"] = "ยืนยันซื้อ",
|
||||
["SHOP_DESC_32"] = "ใช้เหรียญทองเพื่อซื้อหรือไม่",
|
||||
["SHOP_DESC_33"] = "ใช้เพชรเพื่อซื้อหรือไม่",
|
||||
["SHOP_DESC_34"] = "รางวัลเติมแรกสุดหรู",
|
||||
["SHOP_DESC_35"] = "เติมเงินเพื่อซื้อสินค้าใด ๆ จะได้รับรางวัลดังต่อไปนี้ เฉพาะครั้งนี้เท่านั้น!",
|
||||
["SHOP_DESC_36"] = "ร้าน",
|
||||
["FUNC_OPEN_LEVEL"] = "ปลดล็อกเมื่อระดับผู้เล่นถึง {0}",
|
||||
["FUNC_OPEN_STAGE"] = "ปลดล็อกเมื่อจบบทที่ {0}",
|
||||
["HERO_UNLOCK"] = "ปลดล็อคฮีโร่",
|
||||
["HERO_UNLOCK_DESC"] = "ตอนนี้สามารถได้รับจากหีบสมบัติ",
|
||||
["BOUNTY_TITLE"] = "บัตรผ่าน",
|
||||
["REMAIN_TIME"] = "เวลาที่เหลืออยู่: {0}",
|
||||
["BATTLE_DESC_11"] = "หีบสมบัติลึกลับ",
|
||||
["NO_NETWORK"] = "ไม่มีการเชื่อมต่ออินเทอร์เน็ต โปรดลองใหม่อีกครั้งหลังจากเชื่อมต่ออินเทอร์เน็ต",
|
||||
["NETWORK_ERROE_1"] = "ความผิดปกติของเครือข่ายเซิร์ฟเวอร์ โปรดลองใหม่ภายหลัง",
|
||||
["NO_ADS"] = "โฆษณาใหม่ยังไม่พร้อม",
|
||||
["BESURE_DELETE_TIPS_DESC"] = "จะลบบัญชีหรือไม่ ข้อมูลและเนื้อหาทั้งหมดจะถูกล้างหลังจากการลบ และบัญชีจะอยู่ในสถานะเริ่มต้นระดับ 1 เริ่มต้นหลังจากเข้าสู่ระบบอีกครั้ง ป้อน \"{0}\" หากคุณแน่ใจ",
|
||||
["BESURE_DELETE_ACCOUNT_DESC"] = "ยืนยันการลบ",
|
||||
["DELETE_ACCOUNT_FAILED"] = "ลบบัญชีล้มเหลว โปรดลองอีกครั้ง",
|
||||
["CHANGE_ACCOUNT_TIPS_DESC"] = "บัญชีปัจจุบันไม่ผูกพัน การสลับระบบอาจทำให้ข้อมูลของคุณหายไป ยืนยันว่าจะสลับระบบหรือไม่?",
|
||||
["BIND_ACCOUNT_SUCCESS"] = "ผูกบัญชีสำเร็จ",
|
||||
["MAINTAIN"] = "ปรับปรุงเซิร์ฟเวอร์",
|
||||
["DISCONNECT_RELOGIN"] = "การเชื่อมต่อเครือข่ายถูกตัด โปรดล็อกอินอีกครั้ง",
|
||||
["FORBIDDEN"] = "แบน/ห้ามล็อกอิน",
|
||||
["OTHER_LOGIN"] = "บัญชีล็อกอินบนอุปกรณ์อื่นแล้ว",
|
||||
["ACCOUNT_EXCHANGE_DESC"] = "บัญชีเป็นบัญชีใหม่ที่ไม่มีข้อมูลและไม่สามารถสลับเปลี่ยนได้",
|
||||
["ALREADY_BINDED_DESC"] = "การผูกล้มเหลว บัญชีนี้มีข้อมูลการผูกอื่นอยู่แล้ว",
|
||||
["BIND_ACCOUNT_FAILED"] = "ผูกบัญชีล้มเหลว โปรดลองอีกครั้ง",
|
||||
["CHANGE_ACCOUNT_FAILED"] = "สลับบัญชีล้มเหลว โปรดลองอีกครั้ง",
|
||||
["SUMMON_SKIP"] = "ข้าม",
|
||||
["CHANGE_ACCOUNT_FAILED_2"] = "บัญชีปัจจุบันเป็นบัญชีเป้าหมายอยู่แล้ว ไม่จำเป็นต้องสลับ",
|
||||
["MAIL_COUNTDOWN"] = "หมดเวลาในอีก{0}ชม.",
|
||||
["SHOP_DESC_37"] = "รางวัลหีบสมบัติ",
|
||||
["SETTING_DESC_22"] = "การเชื่อมต่อกับ Google Play Store ผิดปกติ โปรดลองอีกครั้งในภายหลัง",
|
||||
["SETTING_DESC_23"] = "ขณะนี้มีคำสั่งซื้อกำลังดำเนินการ โปรดลองอีกครั้งในภายหลัง",
|
||||
["SETTING_DESC_25"] = "ยกเลิกการชำระเงิน",
|
||||
["BIND_TIPS_DESC"] = "เพื่อความปลอดภัยของบัญชีของคุณ กรุณาผูกบัญชี",
|
||||
["GET_SEVER_ERROR"] = "คำขอไปยังเซิร์ฟเวอร์ล้มเหลว มี โปรดลองอีกครั้ง",
|
||||
["PAY_FAILED_DESC_1"] = "มีข้อผิดพลาดในใบสั่งซื้อ กรุณาติดต่อศูนย์บริการลูกค้าเพื่อจัดการ",
|
||||
["CHAPTER_DESC_2"] = "หีบสมบัติลึกลับ {0}/{1}",
|
||||
["DUNGEON_BTN"] = "ด่านกิจกรรม",
|
||||
["DUNGEON_GOLD_TITLE"] = "สกัดกั้นรถเข็นเหมือง",
|
||||
["DUNGEON_GOLD_HELP"] = "ทำลายรถเข็นเหมืองภายใน 40 รอบเพื่อรับรางวัลเหรียญทองมากมาย!",
|
||||
["DUNGEON_GOLD_OPEN"] = "เวลาเปิด: วันอังคาร วันพฤหัสบดี วันเสาร์ วันอาทิตย์",
|
||||
["DUNGEON_OPEN"] = "เวลาเปิด:",
|
||||
["FIRST_PASS"] = "ผ่านแรก",
|
||||
["PASS_REQUIRE"] = "ผ่านด่านก่อนหน้านี้เพื่อปลดล็อก",
|
||||
["DUNGEON_STAGE"] = "ด่าน",
|
||||
["DUNGEON_SHARDS_TITLE"] = "ท้าทายเหว",
|
||||
["DUNGEON_SHARDS_HELP"] = "ถึงเวลาทดสอบความแข็งแกร่งของคุณแล้ว!กำจัดมอนสเตอร์ทั้งหมดที่ขวางทางและแสดงให้พวกเขาเห็นว่าใครคือนักรบที่แท้จริง!โปรดทราบ! มอนสเตอร์พร้อมแล้ว และการโจมตีของตัวละครบางตัวจะลดลง",
|
||||
["DUNGEON_SHARDS_OPEN"] = "เวลาเปิด: วันจันทร์ วันพุธ วันศุกร์ วันอาทิตย์",
|
||||
["MAIN_CHAPTER"] = "บทเควสหลัก",
|
||||
["SMASH"] = "กวาด",
|
||||
["DUNGEON_DESC"] = "ความต้านทานของBOSS:",
|
||||
["CDKEY_NAME"] = "รหัสแลกรับ",
|
||||
["CDKEY_DESC_1"] = "โปรดใส่รหัสแลกรับของรางวัล",
|
||||
["CDKEY_DESC_2"] = "คุณสามารถใช้เพียงครั้งเดียวต่อรหัสการแลกเปลี่ยน",
|
||||
@ -159,6 +257,7 @@ local localization_global =
|
||||
["NEW_PLAYER"] = "ผู้เล่นใหม่",
|
||||
["NOTICE_TITLE"] = "แจ้งให้ทราบ",
|
||||
["MAINTENANCE_NOTICE_DEFAULT"] = "ความผิดปกติของเครือข่ายเซิร์ฟเวอร์ โปรดลองใหม่ภายหลัง",
|
||||
["CANNOT_RENAME_DESC_5"] = "ตรงกับชื่อเล่นปัจจุบัน ไม่จำเป็นต้องเปลี่ยน",
|
||||
}
|
||||
|
||||
return localization_global
|
||||
@ -1,78 +1,103 @@
|
||||
local hero = {
|
||||
[12001]={
|
||||
["name"]="สาวเต้น"
|
||||
["name"]="สาวเต้น",
|
||||
["desc"]="พัดลมดูดีไหม เมื่อตีใครสักคนจะดูดียิ่งขึ้นนะ"
|
||||
},
|
||||
[13001]={
|
||||
["name"]="คลอดด์"
|
||||
["name"]="คลอดด์",
|
||||
["desc"]="เขากระโดดขึ้น หยิบดาบยักษ์ขึ้นมา และทำคอมโบราวกับพายุหมุน"
|
||||
},
|
||||
[13002]={
|
||||
["name"]="ไฟร้อน"
|
||||
["name"]="ไฟร้อน",
|
||||
["desc"]="ถ้าใครไม่ยอมก็ชก ปัง ปัง ปัง จนกว่าจะยอมแพ้ ถ้าเอาชนะไม่ได้ก็แล้วแต่"
|
||||
},
|
||||
[14001]={
|
||||
["name"]="อเล็กซานเดอร์"
|
||||
["name"]="อเล็กซานเดอร์",
|
||||
["desc"]="ไม่มีใครสามารถต้านทานเหล็กตีหนักของอเล็กซานเดอร์ได้ และถ้าเขาทนได้ก็ตีอีกครั้ง"
|
||||
},
|
||||
[14002]={
|
||||
|
||||
["name"]="แพนด้า",
|
||||
["desc"]="แพนด้าไม่เพียงเก่งเรื่องกรงเล็บ แต่ยังประทัดอีกด้วย"
|
||||
},
|
||||
[22001]={
|
||||
["name"]="สาวดาบ"
|
||||
["name"]="สาวดาบ",
|
||||
["desc"]="เมื่อดาบถูกแกะออกก็ต้องเห็นเลือด"
|
||||
},
|
||||
[23001]={
|
||||
["name"]="คนเถื่อน"
|
||||
["name"]="คนเถื่อน",
|
||||
["desc"]="ดาเมจที่มีประสิทธิภาพที่สุดมักจะใช้รูปแบบที่ง่ายที่สุดในการตี"
|
||||
},
|
||||
[23002]={
|
||||
["name"]="เอ่ยา"
|
||||
["name"]="เอ่ยา",
|
||||
["desc"]="ศิลปะฟันดาบของคาวบอย ศัตรูและฉัน มีเพียงหนึ่งเดียวที่จะรอกชีวิตได้"
|
||||
},
|
||||
[24001]={
|
||||
["name"]="เด็กมารดาบ"
|
||||
["name"]="เด็กมารดาบ",
|
||||
["desc"]="ฉันอาจไม่สามารถถือดาบยักษ์ขึ้นได้ แต่นั่นไม่ได้หยุดฉันจากการฟาดฟันผู้คนด้วยมัน"
|
||||
},
|
||||
[24002]={
|
||||
|
||||
["name"]="โซล",
|
||||
["desc"]="อยากทอดลองพลังของค้อนของเทพสายฟ้าไหม?"
|
||||
},
|
||||
[32001]={
|
||||
["name"]="หัวหอม"
|
||||
["name"]="หัวหอม",
|
||||
["desc"]="โล่เป็นเพียงเพื่อปกปิดการแทงครั้งหน้า"
|
||||
},
|
||||
[33001]={
|
||||
["name"]="กวาง"
|
||||
["name"]="กวาง",
|
||||
["desc"]="ชาวป่าที่อ่อนโยนและเรียบง่ายเกิดมาพร้อมกับความสามารถในการรักษา"
|
||||
},
|
||||
[33002]={
|
||||
["name"]="หมาป่าป่า"
|
||||
["name"]="หมาป่าป่า",
|
||||
["desc"]="อร๊ายยยยยยยยยยยยยยยยยยยย------"
|
||||
},
|
||||
[34001]={
|
||||
["name"]="มู่หลาน"
|
||||
["name"]="มู่หลาน",
|
||||
["desc"]="คุณอาจตายด้วยลูกศรนี้"
|
||||
},
|
||||
[34002]={
|
||||
|
||||
["name"]="ฝันร้าย",
|
||||
["desc"]="มาสนุกกันเถอะ!"
|
||||
},
|
||||
[42001]={
|
||||
["name"]="หัวใจน้ำแข็ง"
|
||||
["name"]="หัวใจน้ำแข็ง",
|
||||
["desc"]="ใจฉันเย็นชาราวกับมนต์ของฉัน"
|
||||
},
|
||||
[43001]={
|
||||
["name"]="สาวน้ำแข็ง"
|
||||
["name"]="สาวน้ำแข็ง",
|
||||
["desc"]="ฉันชอบน้ำแข็ง อยากกินสักก้อนไหม"
|
||||
},
|
||||
[43002]={
|
||||
["name"]="สาวอีกา"
|
||||
["name"]="สาวอีกา",
|
||||
["desc"]="กริชของฉันเป็นกริชปกคลุมไปด้วยยาพิษ"
|
||||
},
|
||||
[44001]={
|
||||
["name"]="สาวมารน้ำแข็ง"
|
||||
["name"]="สาวมารน้ำแข็ง",
|
||||
["desc"]="มีคนเต้นรำด้วยดาบ และสาวมารน้ำแข็งจะใช้ดาบทำให้ศัตรูเต้นรำ"
|
||||
},
|
||||
[44002]={
|
||||
|
||||
["name"]="คลีโอพัตรา",
|
||||
["desc"]="ความงามก็เป็นอาวุธชนิดหนึ่ง"
|
||||
},
|
||||
[52001]={
|
||||
["name"]="นินจาเร็น"
|
||||
["name"]="นินจาเร็น",
|
||||
["desc"]="แม้ว่าสิ่งที่นำมาเป็นดาวกระจาย แต่เรื่องที่เขาเก่งที่สุดคือมนต์โล่ ความปรารถนาสูงสุดของนินจาเร็นคือสันติภาพของโลก"
|
||||
},
|
||||
[53001]={
|
||||
["name"]="แม่มดกีกี้"
|
||||
["name"]="แม่มดกีกี้",
|
||||
["desc"]="ไม้กวาดวิเศษของแม่มดกีกี้ไม่เพียงกวาดพื้นได้เท่านั้น แต่ยังกวาดผู้คนได้อีกด้วย"
|
||||
},
|
||||
[53002]={
|
||||
["name"]="นักล่าวิญญาณ"
|
||||
["name"]="นักล่าวิญญาณ",
|
||||
["desc"]="สิ่งนี้ดีกว่าการดูดเลือดด้วยฟันมากเลย"
|
||||
},
|
||||
[54001]={
|
||||
["name"]="ผีเสื้อ"
|
||||
["name"]="ผีเสื้อ",
|
||||
["desc"]="ผีเสื้อโผล่ออกมาจากรัง สวยงามและแข็งแกร่ง ไม่เพียงแต่หัวใจแข็งแกร่งเท่านั้น แต่ยังมีมีดยาวที่สวยงามอยู่ในมือด้วย"
|
||||
},
|
||||
[54002]={
|
||||
|
||||
["name"]="นักเวทแวบวับ",
|
||||
["desc"]="ความชั่วร้ายจะจบลงที่นี่"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
18
lua/app/config/strings/th/mail.lua
Normal file
18
lua/app/config/strings/th/mail.lua
Normal file
@ -0,0 +1,18 @@
|
||||
local mail = {
|
||||
[1]={
|
||||
["name"]="ของขวัญจากคุณปู่ข้างถนน",
|
||||
["name"]="ของขวัญจากคุณปู่ข้างถนน"
|
||||
},
|
||||
[2]={
|
||||
["name"]="เสบียงประจำวันของพระราชา",
|
||||
["name"]="เสบียงประจำวันของพระราชา"
|
||||
},
|
||||
[3]={
|
||||
["name"]="เราพบว่าคุณมีคำสั่งเติมเงินที่ผิดปกติ และคำสั่งได้รับการแจกใหม่แล้ว โปรดตรวจสอบจำนวนทรัพยากรของคุณและสอบถามเราหากคุณมีคำถามใด ๆ ขอบคุณสำหรับการสนับสนุนของคุณ",
|
||||
["name"]="เราพบว่าคุณมีคำสั่งเติมเงินที่ผิดปกติ และคำสั่งได้รับการแจกใหม่แล้ว โปรดตรวจสอบจำนวนทรัพยากรของคุณและสอบถามเราหากคุณมีคำถามใด ๆ ขอบคุณสำหรับการสนับสนุนของคุณ"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=mail,count=3
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/th/mail.lua.meta
Normal file
10
lua/app/config/strings/th/mail.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cb4f76643fa7e8c4f82720290e9861a0
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -1,27 +1,27 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
["desc"]="ผ่านการท้าทายรายวัน"
|
||||
},
|
||||
[2]={
|
||||
|
||||
["desc"]="ใช้{0}เพื่อผ่านการท้าทายรายวัน"
|
||||
},
|
||||
[3]={
|
||||
|
||||
["desc"]="เมื่อผ่านด่าน 10 คอมโบในการต่อสู้เกิน{0}ครั้ง"
|
||||
},
|
||||
[4]={
|
||||
|
||||
["desc"]="เมื่อผ่านด่าน เชื่อมโยง 8 ธาตุหรือขึ้นไป{0}ครั้งในการต่อสู้"
|
||||
},
|
||||
[5]={
|
||||
|
||||
["desc"]="เมื่อผ่านด่าน ฮีโร่{0}ปล่อยสกิล{1}ครั้ง"
|
||||
},
|
||||
[6]={
|
||||
|
||||
["desc"]="เอาชนะบอสตัวสุดท้ายภายใน 3 รอบ"
|
||||
},
|
||||
[7]={
|
||||
|
||||
["desc"]="เมื่อผ่านด่าน {0}สร้างดาเมจมากกว่า{1}%"
|
||||
},
|
||||
[8]={
|
||||
|
||||
["desc"]="เมื่อผ่านด่าน {0}สร้างดาเมจมากกว่า{1}%"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -1,48 +1,48 @@
|
||||
local func_open = {
|
||||
["act_gold_pig"]={
|
||||
|
||||
["name"]="Heo Vàng"
|
||||
},
|
||||
["bounty_open"]={
|
||||
|
||||
["name"]="Chiến Lệnh"
|
||||
},
|
||||
["task"]={
|
||||
|
||||
["name"]="Nhiệm Vụ"
|
||||
},
|
||||
["act_level_gift"]={
|
||||
|
||||
["name"]="Quỹ Trưởng Thành"
|
||||
},
|
||||
["idle_drop"]={
|
||||
|
||||
["name"]="Thưởng Treo Máy"
|
||||
},
|
||||
["act_sevenday"]={
|
||||
|
||||
["name"]="Vui 7 Ngày"
|
||||
},
|
||||
["mall"]={
|
||||
|
||||
["name"]="SHOP"
|
||||
},
|
||||
["mall_daily"]={
|
||||
|
||||
["name"]="Ưu Đãi Ngày"
|
||||
},
|
||||
["store_box_open"]={
|
||||
|
||||
["name"]="Rương SHOP"
|
||||
},
|
||||
["store_box_3_open"]={
|
||||
|
||||
["name"]="Rương Quý"
|
||||
},
|
||||
["daily_challenge"]={
|
||||
|
||||
["name"]="Khiêu Chiến Ngày"
|
||||
},
|
||||
["act_gift_show_open"]={
|
||||
|
||||
["name"]="Quà Cửa Sổ"
|
||||
},
|
||||
["first_charge"]={
|
||||
|
||||
["name"]="Quà Nạp Đầu"
|
||||
},
|
||||
["new_player_gift"]={
|
||||
|
||||
["name"]="Quà Tân Thủ"
|
||||
},
|
||||
["mail_open"]={
|
||||
|
||||
["name"]="Thư"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -132,6 +132,104 @@ local localization_global =
|
||||
["GOLD_PIG_DESC"] = "Khiêu chiến ải và thu thập Kim Cương, bạn được nhận 1 giao dịch hời.",
|
||||
["SIDE_BAR_FULL"] = "MAX",
|
||||
["DAILY_CHALLENGE"] = "Khiêu Chiến Ngày",
|
||||
["LEVEL_FUND_DESC_1"] = "Sau khi mua Quỹ Trưởng Thành {0}, có thể tăng cấp nhận Kim Cương.\nCó thể cùng lúc mua nhiều mốc quỹ",
|
||||
["BUFF_DESC"] = "BUFF",
|
||||
["DAILY_CHALLENGE_DESC_1"] = "Hôm nay thiếu lượt khiêu chiến",
|
||||
["DISCONNECT_RELOGIN"] = "Mất kết nối, vui lòng đăng nhập lại",
|
||||
["RECONNECT"] = "Mất kết nối, kết nối lại chứ",
|
||||
["RELOGIN"] = "Đăng Nhập Lại",
|
||||
["SEVEN_DAY_TITLE"] = "7 ngày tân thủ vui vẻ",
|
||||
["SEVEN_DAY_DESC_1"] = "Mỗi ngày sẽ mở nhiệm vụ mới",
|
||||
["DAY_X"] = "Ngày {0}",
|
||||
["DAY_X_UNLOCK"] = "Ngày {0} mở khóa",
|
||||
["SEVEN_DAY_DESC_2"] = "Số nhiệm vụ đã hoàn thành: <color=#8DFF81>{0}</color>/{1}",
|
||||
["FUNC_UNLOCK"] = "Mở khóa tính năng mới",
|
||||
["MAIN_BTN_3"] = "SHOP",
|
||||
["SHOP_DESC_1"] = "Rương Thường",
|
||||
["SHOP_DESC_2"] = "Rương Tinh Xảo",
|
||||
["SHOP_DESC_3"] = "Rương Quý",
|
||||
["SHOP_DESC_4"] = "Không có buff quà thêm",
|
||||
["SHOP_DESC_5"] = "Mở Rương tăng cấp, tăng Quà Rương",
|
||||
["SHOP_DESC_6"] = "Tăng cấp Rương!",
|
||||
["SHOP_DESC_7"] = "Mở Ngay",
|
||||
["SHOP_DESC_8"] = "Chúc mừng nhận được",
|
||||
["SHOP_DESC_9"] = "Quà Nạp Đầu",
|
||||
["SHOP_DESC_10"] = "Quà chương",
|
||||
["SHOP_DESC_11"] = "Quà tân thủ",
|
||||
["SHOP_DESC_12"] = "Quà Trợ Lực",
|
||||
["SHOP_DESC_13"] = "Quà Trưởng Thành",
|
||||
["SHOP_DESC_14"] = "Gói Xu",
|
||||
["SHOP_DESC_15"] = "Đến SHOP",
|
||||
["SHOP_DESC_16"] = "VP Ưu Đãi",
|
||||
["SHOP_DESC_17"] = "VP Chính",
|
||||
["SHOP_DESC_18"] = "Giới hạn mua: {0}",
|
||||
["SHOP_DESC_19"] = "Quà Chương {0}",
|
||||
["SHOP_DESC_20"] = "Đã mua",
|
||||
["SHOP_DESC_21"] = "Lượt còn lại{0}",
|
||||
["SHOP_DESC_22"] = "Thời gian làm mới: {0}",
|
||||
["SHOP_DESC_23"] = "Quà Trợ Lực Lv{0}",
|
||||
["SHOP_DESC_24"] = "Chắc chắn ra Anh Hùng <color=#5fff57>Thường</color>",
|
||||
["SHOP_DESC_25"] = "Chắc chắn ra Anh Hùng <color=#8aedff>Hiếm</color>",
|
||||
["SHOP_DESC_26"] = "Chắc chắn ra Anh Hùng <color=#ff8af0>Sử Thi</color>",
|
||||
["SHOP_DESC_27"] = "Rương",
|
||||
["SHOP_DESC_28"] = "Ưu Đãi Ngày",
|
||||
["SHOP_DESC_29"] = "\"Ưu Đãi Ngày \" sẽ làm mới mỗi ngày, xem quảng cáo có thể làm mới thêm",
|
||||
["HERO_DESC_11"] = "Nhận từ sự kiện",
|
||||
["SHOP_DESC_30"] = "Dùng Kim Cương làm mới Ưu Đãi Ngày chứ?",
|
||||
["SHOP_DESC_31"] = "Xác định mua",
|
||||
["SHOP_DESC_32"] = "Tốn vàng mua chứ",
|
||||
["SHOP_DESC_33"] = "Tốn Kim Cương mua chứ",
|
||||
["SHOP_DESC_34"] = "Quà Nạp Đầu",
|
||||
["SHOP_DESC_35"] = "Nạp mua VP bất kỳ, nhận ngay quà sau, chỉ có 1 lần!",
|
||||
["SHOP_DESC_36"] = "SHOP",
|
||||
["FUNC_OPEN_LEVEL"] = "Mở khi người chơi đạt Lv{0}",
|
||||
["FUNC_OPEN_STAGE"] = "Mở khi vượt ải{0}",
|
||||
["HERO_UNLOCK"] = "Mở khóa Anh Hùng",
|
||||
["HERO_UNLOCK_DESC"] = "Hiện có thể nhận từ trong Rương",
|
||||
["BOUNTY_TITLE"] = "Vé",
|
||||
["REMAIN_TIME"] = "Đếm ngược: {0}",
|
||||
["BATTLE_DESC_11"] = "Rương Thần Bí",
|
||||
["NO_NETWORK"] = "Không có kết nối mạng, hãy kết nối rồi thử lại",
|
||||
["NETWORK_ERROE_1"] = "Lỗi thông tin server, hãy thử lại sau",
|
||||
["NO_ADS"] = "Quảng cáo chưa sẵn sàng",
|
||||
["BESURE_DELETE_TIPS_DESC"] = "Xóa tài khoản sẽ xóa toàn bộ thông tin và nội dung tài khoản, khi đăng nhập lại tài khoản sẽ quay về trạng thái tân thủ, xác nhận xóa tài khoản? Nếu xác nhận hãy nhập \"{0}\"",
|
||||
["BESURE_DELETE_ACCOUNT_DESC"] = "Đồng ý xóa",
|
||||
["DELETE_ACCOUNT_FAILED"] = "Xóa tài khoản thất bại, hãy thử lại",
|
||||
["CHANGE_ACCOUNT_TIPS_DESC"] = "Hiện tại chưa liên kết tài khoản, sau khi đổi sẽ mất dữ liệu, xác nhận đổi chứ?",
|
||||
["BIND_ACCOUNT_SUCCESS"] = "Liên kết tài khoản thành công",
|
||||
["MAINTAIN"] = "Bảo trì server",
|
||||
["DISCONNECT_RELOGIN"] = "Mất kết nối, vui lòng đăng nhập lại",
|
||||
["FORBIDDEN"] = "Khóa tài khoản/Cấm đăng nhập",
|
||||
["OTHER_LOGIN"] = "Tài khoản đăng nhập ở thiết bị khác",
|
||||
["ACCOUNT_EXCHANGE_DESC"] = "Tài khoản là tài khoản mới không có thông tin, không thể chuyển đổi.",
|
||||
["ALREADY_BINDED_DESC"] = "Kết nối thất bại, tài khoản này đã có thông tin kết nối khác",
|
||||
["BIND_ACCOUNT_FAILED"] = "Liên kết tài khoản thất bại, hãy thử lại",
|
||||
["CHANGE_ACCOUNT_FAILED"] = "Đổi tài khoản thất bại, hãy thử lại",
|
||||
["SUMMON_SKIP"] = "Bỏ Qua",
|
||||
["CHANGE_ACCOUNT_FAILED_2"] = "Tài khoản hiện tại đã là tài khoản mục tiêu, không cần đổi",
|
||||
["MAIL_COUNTDOWN"] = "{0} tiếng hết hạn",
|
||||
["SHOP_DESC_37"] = "Quà Rương",
|
||||
["SETTING_DESC_22"] = "Kết nối Google Play Store bất thường, thử lại sau",
|
||||
["SETTING_DESC_23"] = "Hiện tại có đơn hàng đang xử lý, thử lại sau",
|
||||
["SETTING_DESC_25"] = "Hủy thanh toán",
|
||||
["BIND_TIPS_DESC"] = "Để an toàn cho tài khoản của bạn, vui lòng liên kết tài khoản",
|
||||
["GET_SEVER_ERROR"] = "Yêu cầu Server thất bại, hãy thử lại",
|
||||
["PAY_FAILED_DESC_1"] = "Đơn đặt hàng có vấn đề nên hãy liên hệ với trung tâm khách hàng để xử lý.",
|
||||
["CHAPTER_DESC_2"] = "Rương Thần Bí {0}/{1}",
|
||||
["DUNGEON_BTN"] = "Ải sự kiện",
|
||||
["DUNGEON_GOLD_TITLE"] = "Chặn Xe Mỏ",
|
||||
["DUNGEON_GOLD_HELP"] = "Phá hủy Xe Mỏ trong 40 hiệp, nhận nhiều Vàng!",
|
||||
["DUNGEON_GOLD_OPEN"] = "Thời gian mở: Thứ 3, 5, 7, CN",
|
||||
["DUNGEON_OPEN"] = "Thời gian mở:",
|
||||
["FIRST_PASS"] = "Vượt Đầu",
|
||||
["PASS_REQUIRE"] = "Vượt ải trước mở khóa",
|
||||
["DUNGEON_STAGE"] = "Ải",
|
||||
["DUNGEON_SHARDS_TITLE"] = "Khiêu Chiến Vực Sâu",
|
||||
["DUNGEON_SHARDS_HELP"] = "Là lúc kiểm tra thực lực rồi!Đánh bại tất cả quái cản đường, cho chúng biết ai mới là dũng sĩ thực sự!Chú ý! Các Quái đều có chuẩn bị mà đến, 1 số Công nhân vật sẽ bị giảm.",
|
||||
["DUNGEON_SHARDS_OPEN"] = "Thời gian mở: Thứ 2, 4, 6, CN",
|
||||
["MAIN_CHAPTER"] = "Chương Chính Tuyến",
|
||||
["SMASH"] = "Càn quét",
|
||||
["DUNGEON_DESC"] = "Kháng BOSS:",
|
||||
["CDKEY_NAME"] = "Giftcode",
|
||||
["CDKEY_DESC_1"] = "Hãy nhập Giftcode",
|
||||
["CDKEY_DESC_2"] = "Mỗi Giftcode chỉ dùng một lần",
|
||||
@ -159,6 +257,7 @@ local localization_global =
|
||||
["NEW_PLAYER"] = "Người chơi mới",
|
||||
["NOTICE_TITLE"] = "Thông báo",
|
||||
["MAINTENANCE_NOTICE_DEFAULT"] = "Lỗi thông tin server, hãy thử lại sau",
|
||||
["CANNOT_RENAME_DESC_5"] = "Đồng nhất với nickname hiện tại và không cần thay đổi",
|
||||
}
|
||||
|
||||
return localization_global
|
||||
@ -1,78 +1,103 @@
|
||||
local hero = {
|
||||
[12001]={
|
||||
["name"]="Vũ Cơ"
|
||||
["name"]="Vũ Cơ",
|
||||
["desc"]="Quạt đẹp chứ, lúc đánh người càng đẹp đó."
|
||||
},
|
||||
[13001]={
|
||||
["name"]="Cloud"
|
||||
["name"]="Cloud",
|
||||
["desc"]="Hắn nhảy lên, gánh cây cự kiếm, ra đòn liên kích như lốc xoáy."
|
||||
},
|
||||
[13002]={
|
||||
["name"]="Blaze"
|
||||
["name"]="Blaze",
|
||||
["desc"]="Có ai không phục thì đánh tới phục mới thôi, đánh không lại là chuyện khác."
|
||||
},
|
||||
[14001]={
|
||||
["name"]="Alexander"
|
||||
["name"]="Alexander",
|
||||
["desc"]="Không ai có thể chống chọi nổi Trọng Kích Sắt Thép của Alexander, nếu chống chọi được, vậy thì thêm 1 đòn nữa."
|
||||
},
|
||||
[14002]={
|
||||
|
||||
["name"]="Panda",
|
||||
["desc"]="Panda không chỉ có móng vuốt lợi hại, mà còn có pháo nổ."
|
||||
},
|
||||
[22001]={
|
||||
["name"]="Irelia"
|
||||
["name"]="Irelia",
|
||||
["desc"]="Kiếm rút khỏi vỏ, ắt sẽ thấy máu."
|
||||
},
|
||||
[23001]={
|
||||
["name"]="Barbarian"
|
||||
["name"]="Barbarian",
|
||||
["desc"]="Sát thương hiệu quả nhất, luôn dùng cách đánh đơn giản nhất."
|
||||
},
|
||||
[23002]={
|
||||
["name"]="Erya"
|
||||
["name"]="Erya",
|
||||
["desc"]="Thuật Kích Kiếm của Cowboy, kẻ địch và ta, chỉ có thể có 1 người sống sót"
|
||||
},
|
||||
[24001]={
|
||||
["name"]="Sword Imp"
|
||||
["name"]="Sword Imp",
|
||||
["desc"]="Có thể ta không cầm được cự kiếm, nhưng không thể ngăn cản ta dùng nó đánh người."
|
||||
},
|
||||
[24002]={
|
||||
|
||||
["name"]="Thor",
|
||||
["desc"]="Muốn nếm thử uy lực của Búa Thor không."
|
||||
},
|
||||
[32001]={
|
||||
["name"]="Onion"
|
||||
["name"]="Onion",
|
||||
["desc"]="Khiên chỉ là để che giấu đòn tấn công tiếp theo."
|
||||
},
|
||||
[33001]={
|
||||
["name"]="Enchantress"
|
||||
["name"]="Enchantress",
|
||||
["desc"]="Cư dân rừng rậm dịu dàng lại đơn thuần, có năng lực chữa trị."
|
||||
},
|
||||
[33002]={
|
||||
["name"]="Sói Rừng"
|
||||
["name"]="Sói Rừng",
|
||||
["desc"]="Graoooooooo——————."
|
||||
},
|
||||
[34001]={
|
||||
["name"]="Mộc Lan"
|
||||
["name"]="Mộc Lan",
|
||||
["desc"]="Mũi tên này sẽ khiến ngươi mất mạng."
|
||||
},
|
||||
[34002]={
|
||||
|
||||
["name"]="Incubus",
|
||||
["desc"]="Đến tìm chút niềm vui nào!"
|
||||
},
|
||||
[42001]={
|
||||
["name"]="Frozen Heart"
|
||||
["name"]="Frozen Heart",
|
||||
["desc"]="Tim của ta lạnh như phép thuật của ta."
|
||||
},
|
||||
[43001]={
|
||||
["name"]="Ice Queen"
|
||||
["name"]="Ice Queen",
|
||||
["desc"]="Ta thích khối băng, ngươi cũng muốn 1 khối chứ."
|
||||
},
|
||||
[43002]={
|
||||
["name"]="Crow"
|
||||
["name"]="Crow",
|
||||
["desc"]="Dao găm này của ta nhuốm đầy thuốc độc."
|
||||
},
|
||||
[44001]={
|
||||
["name"]="Ashe"
|
||||
["name"]="Ashe",
|
||||
["desc"]="Có người cầm kiếm nhảy múa, Ashe dùng kiếm khiến kẻ địch nhảy múa."
|
||||
},
|
||||
[44002]={
|
||||
|
||||
["name"]="Cleopatra",
|
||||
["desc"]="Xinh đẹp cũng là 1 loại vũ khí."
|
||||
},
|
||||
[52001]={
|
||||
["name"]="Ninja Jay"
|
||||
["name"]="Ninja Jay",
|
||||
["desc"]="Tuy đem theo là Shuriken, nhưng sở trường nhất vẫn là Thuật Khiên, nguyện vọng lớn nhất của Ninja Jay vẫn là hòa bình thế giới."
|
||||
},
|
||||
[53001]={
|
||||
["name"]="Phù Thủy Kiki"
|
||||
["name"]="Phù Thủy Kiki",
|
||||
["desc"]="Chổi Phép của Phù Thủy Kiki, không chỉ có thể quét nhà, có có thể càn quét người."
|
||||
},
|
||||
[53002]={
|
||||
["name"]="Thợ Săn Linh Hồn"
|
||||
["name"]="Thợ Săn Linh Hồn",
|
||||
["desc"]="Đồ chơi này so với dùng răng hút máu đúng là tốt hơn nhiều."
|
||||
},
|
||||
[54001]={
|
||||
["name"]="Bươm Bướm"
|
||||
["name"]="Bươm Bướm",
|
||||
["desc"]="Bươm Bướm phá kén chui ra, xinh đẹp lại kiên cường, không chỉ kiên cường ở nội tâm, còn có cây Trường Đao xinh đẹp trong tay."
|
||||
},
|
||||
[54002]={
|
||||
|
||||
["name"]="Pháp Sư Blink",
|
||||
["desc"]="Tà ác sẽ chấm dứt tại đây."
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
18
lua/app/config/strings/vi/mail.lua
Normal file
18
lua/app/config/strings/vi/mail.lua
Normal file
@ -0,0 +1,18 @@
|
||||
local mail = {
|
||||
[1]={
|
||||
["name"]="Quà Tặng của Ông Lão Ven Đường",
|
||||
["name"]="Quà Tặng của Ông Lão Ven Đường"
|
||||
},
|
||||
[2]={
|
||||
["name"]="Trợ cấp thường ngày của Quốc Vương",
|
||||
["name"]="Trợ cấp thường ngày của Quốc Vương"
|
||||
},
|
||||
[3]={
|
||||
["name"]="Chúng tôi kiểm tra thấy bạn có 1 đơn hàng nạp bất thường, đã bù đơn hàng cho bạn, hãy kiểm tra số lượng tài nguyên, nếu có thắc mắc vui lòng liên hệ chúng tôi, cảm ơn bạn đã ủng hộ.",
|
||||
["name"]="Chúng tôi kiểm tra thấy bạn có 1 đơn hàng nạp bất thường, đã bù đơn hàng cho bạn, hãy kiểm tra số lượng tài nguyên, nếu có thắc mắc vui lòng liên hệ chúng tôi, cảm ơn bạn đã ủng hộ."
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
data=mail,count=3
|
||||
}
|
||||
return config
|
||||
10
lua/app/config/strings/vi/mail.lua.meta
Normal file
10
lua/app/config/strings/vi/mail.lua.meta
Normal file
@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8f5953eb7f4c2eb428f355d2e27dc584
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}
|
||||
@ -1,27 +1,27 @@
|
||||
local task_daily_challenge = {
|
||||
[1]={
|
||||
|
||||
["desc"]="Vượt ải Khiêu Chiến Ngày"
|
||||
},
|
||||
[2]={
|
||||
|
||||
["desc"]="Dùng {0} vượt ải Khiêu Chiến Ngày"
|
||||
},
|
||||
[3]={
|
||||
|
||||
["desc"]="Khi vượt ải, lượt hits hơn 10 lần trong trận {0} lần"
|
||||
},
|
||||
[4]={
|
||||
|
||||
["desc"]="Khi vượt ải, trong chiến đấu có {0} lần kết nối 8 nguyên tố trở lên"
|
||||
},
|
||||
[5]={
|
||||
|
||||
["desc"]="Khi vượt ải anh hùng {0} thi triển kỹ năng {1} lần"
|
||||
},
|
||||
[6]={
|
||||
|
||||
["desc"]="Hạ BOSS Cuối trong 3 hiệp"
|
||||
},
|
||||
[7]={
|
||||
|
||||
["desc"]="Khi vượt ải, tỷ lệ sát thương do {0} gây ra vượt quá {1}%"
|
||||
},
|
||||
[8]={
|
||||
|
||||
["desc"]="Khi vượt ải, tỷ lệ sát thương do {0} gây ra vượt quá {1}%"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -12,7 +12,7 @@ local func_open = {
|
||||
["name"]="成長基金"
|
||||
},
|
||||
["idle_drop"]={
|
||||
["name"]="掛機獎勵"
|
||||
["name"]="挂機獎勵"
|
||||
},
|
||||
["act_sevenday"]={
|
||||
["name"]="七天樂"
|
||||
@ -21,7 +21,7 @@ local func_open = {
|
||||
["name"]="商城"
|
||||
},
|
||||
["mall_daily"]={
|
||||
["name"]="每日特惠"
|
||||
["name"]="每日優惠"
|
||||
},
|
||||
["store_box_open"]={
|
||||
["name"]="商城寶箱"
|
||||
@ -33,10 +33,10 @@ local func_open = {
|
||||
["name"]="每日挑戰"
|
||||
},
|
||||
["act_gift_show_open"]={
|
||||
["name"]="彈窗禮包"
|
||||
["name"]="彈出禮包"
|
||||
},
|
||||
["first_charge"]={
|
||||
["name"]="首充禮包"
|
||||
["name"]="首儲禮包"
|
||||
},
|
||||
["new_player_gift"]={
|
||||
["name"]="新手禮包"
|
||||
|
||||
@ -132,14 +132,14 @@ local localization_global =
|
||||
["GOLD_PIG_DESC"] = "挑戰關卡並收集鑽石,你就可以得到一筆划算的交易。",
|
||||
["SIDE_BAR_FULL"] = "MAX",
|
||||
["DAILY_CHALLENGE"] = "每日挑戰",
|
||||
["LEVEL_FUND_DESC_1"] = "購買成長基金{0}後,可通過提升等級獲得鑽石。\n多檔基金可同時購買",
|
||||
["LEVEL_FUND_DESC_1"] = "購買成長基金{0}後,可透過提高等級獲得鑽石。 \n多檔基金可同時購買",
|
||||
["BUFF_DESC"] = "BUFF",
|
||||
["DAILY_CHALLENGE_DESC_1"] = "今日剩餘挑戰次數不足",
|
||||
["DISCONNECT_RELOGIN"] = "網絡連接已斷開, 請重新登錄",
|
||||
["RECONNECT"] = "網絡連接已斷開,是否重連",
|
||||
["RELOGIN"] = "重新登錄",
|
||||
["SEVEN_DAY_TITLE"] = "新手七天樂",
|
||||
["SEVEN_DAY_DESC_1"] = "每天將開啓新的任務",
|
||||
["DISCONNECT_RELOGIN"] = "網路連接已中斷,請重新登入",
|
||||
["RECONNECT"] = "網路連接已中斷,是否重連",
|
||||
["RELOGIN"] = "重新登入",
|
||||
["SEVEN_DAY_TITLE"] = "新人七天樂",
|
||||
["SEVEN_DAY_DESC_1"] = "每天將開啟新的任務",
|
||||
["DAY_X"] = "第{0}天",
|
||||
["DAY_X_UNLOCK"] = "第{0}天解鎖",
|
||||
["SEVEN_DAY_DESC_2"] = "已完成任務數:<color=#8DFF81>{0}</color>/{1}",
|
||||
@ -149,86 +149,86 @@ local localization_global =
|
||||
["SHOP_DESC_2"] = "精緻寶箱",
|
||||
["SHOP_DESC_3"] = "珍貴寶箱",
|
||||
["SHOP_DESC_4"] = "無額外獎勵加成",
|
||||
["SHOP_DESC_5"] = "開寶箱提升等級,增加寶箱獎勵",
|
||||
["SHOP_DESC_5"] = "開寶箱提升等級,增加寶箱獎勵",
|
||||
["SHOP_DESC_6"] = "寶箱等級提升!",
|
||||
["SHOP_DESC_7"] = "立即打開",
|
||||
["SHOP_DESC_8"] = "恭喜獲得",
|
||||
["SHOP_DESC_9"] = "首充禮包",
|
||||
["SHOP_DESC_9"] = "首儲禮包",
|
||||
["SHOP_DESC_10"] = "章節禮包",
|
||||
["SHOP_DESC_11"] = "新手禮包",
|
||||
["SHOP_DESC_12"] = "助力禮包",
|
||||
["SHOP_DESC_13"] = "成長禮包",
|
||||
["SHOP_DESC_14"] = "金幣禮包",
|
||||
["SHOP_DESC_15"] = "前往商店",
|
||||
["SHOP_DESC_16"] = "特惠商品",
|
||||
["SHOP_DESC_16"] = "優惠商品",
|
||||
["SHOP_DESC_17"] = "主要商品",
|
||||
["SHOP_DESC_18"] = "限購{0}次",
|
||||
["SHOP_DESC_18"] = "限購:{0}",
|
||||
["SHOP_DESC_19"] = "第{0}章禮包",
|
||||
["SHOP_DESC_20"] = "已購買",
|
||||
["SHOP_DESC_21"] = "剩餘次數:{0}",
|
||||
["SHOP_DESC_22"] = "刷新時間:{0}",
|
||||
["SHOP_DESC_21"] = "剩餘次數{0}",
|
||||
["SHOP_DESC_22"] = "更新時間:{0}",
|
||||
["SHOP_DESC_23"] = "{0}級助力禮包",
|
||||
["SHOP_DESC_24"] = "必出<color=#5fff57>普通</color>英雄",
|
||||
["SHOP_DESC_25"] = "必出<color=#8aedff>稀有</color>英雄",
|
||||
["SHOP_DESC_26"] = "必出<color=#ff8af0>史詩</color>英雄",
|
||||
["SHOP_DESC_27"] = "寶箱",
|
||||
["SHOP_DESC_28"] = "每日特惠",
|
||||
["SHOP_DESC_29"] = "\"每日特惠\"將每日刷新,通過觀看廣告可以額外刷新",
|
||||
["SHOP_DESC_28"] = "每日優惠",
|
||||
["SHOP_DESC_29"] = "\"每日優惠\"將每日刷新,透過觀看廣告可以額外刷新",
|
||||
["HERO_DESC_11"] = "活動獲得",
|
||||
["SHOP_DESC_30"] = "是否使用鑽石刷新每日特惠?",
|
||||
["SHOP_DESC_31"] = "確認購買",
|
||||
["SHOP_DESC_30"] = "是否使用鑽石刷新每日優惠?",
|
||||
["SHOP_DESC_31"] = "確定購買",
|
||||
["SHOP_DESC_32"] = "是否花費金幣購買",
|
||||
["SHOP_DESC_33"] = "是否花費鑽石購買",
|
||||
["SHOP_DESC_34"] = "首充豪禮",
|
||||
["SHOP_DESC_35"] = "充值購買任意商品,即可獲得以上獎勵,僅此一次!",
|
||||
["SHOP_DESC_34"] = "首儲豪禮",
|
||||
["SHOP_DESC_35"] = "儲值購買任意商品,即可獲得以下獎勵,僅此一次!",
|
||||
["SHOP_DESC_36"] = "商店",
|
||||
["FUNC_OPEN_LEVEL"] = "玩家等級{0}開啓",
|
||||
["FUNC_OPEN_STAGE"] = "通關章節{0}開啓",
|
||||
["FUNC_OPEN_LEVEL"] = "玩家等級{0}開啟",
|
||||
["FUNC_OPEN_STAGE"] = "通關章節{0}開啟",
|
||||
["HERO_UNLOCK"] = "英雄解鎖",
|
||||
["HERO_UNLOCK_DESC"] = "現在可從寶箱中獲得",
|
||||
["BOUNTY_TITLE"] = "通行證",
|
||||
["REMAIN_TIME"] = "剩餘時間:{0}",
|
||||
["BATTLE_DESC_11"] = "神祕寶箱",
|
||||
["BATTLE_DESC_11"] = "神秘寶箱",
|
||||
["NO_NETWORK"] = "無網絡連接,請連接網絡後重試",
|
||||
["NETWORK_ERROE_1"] = "服務器通信繁忙,請稍後重試",
|
||||
["NETWORK_ERROE_1"] = "服務器通信異常,請稍後重試",
|
||||
["NO_ADS"] = "新廣告還沒有準備好",
|
||||
["BESURE_DELETE_TIPS_DESC"] = "是否要刪除賬號,刪除後將清除所有信息和內容,賬號重新登陸後將是初始1級新手狀態。如果確定請輸入“{0}”",
|
||||
["BESURE_DELETE_TIPS_DESC"] = "是否要刪除帳號,刪除後將清除所有資訊和內容,帳號重新登陸後將是初始1級新手狀態。如果確定請輸入“{0}”",
|
||||
["BESURE_DELETE_ACCOUNT_DESC"] = "確認刪除",
|
||||
["DELETE_ACCOUNT_FAILED"] = "賬號刪除失敗,請重試",
|
||||
["DELETE_ACCOUNT_FAILED"] = "帳號刪除失敗,請重試",
|
||||
["CHANGE_ACCOUNT_TIPS_DESC"] = "當前賬號未綁定, 切換後可能會導致數據丟失, 是否確認要切換?",
|
||||
["BIND_ACCOUNT_SUCCESS"] = "賬號綁定成功",
|
||||
["MAINTAIN"] = "服務器維護",
|
||||
["DISCONNECT_RELOGIN"] = "網絡連接已斷開, 請重新登錄",
|
||||
["FORBIDDEN"] = "封號/禁止登錄",
|
||||
["OTHER_LOGIN"] = "賬號在其他設備登錄",
|
||||
["ACCOUNT_EXCHANGE_DESC"] = "賬號是沒有信息的新號,無法切換。",
|
||||
["ALREADY_BINDED_DESC"] = "綁定失敗,該賬號已有其他綁定信息",
|
||||
["BIND_ACCOUNT_FAILED"] = "賬號綁定失敗,請重試",
|
||||
["CHANGE_ACCOUNT_FAILED"] = "賬號切換失敗,請重試",
|
||||
["BIND_ACCOUNT_SUCCESS"] = "帳號綁定成功",
|
||||
["MAINTAIN"] = "伺服器維護",
|
||||
["DISCONNECT_RELOGIN"] = "網路連接已中斷, 請重新登入",
|
||||
["FORBIDDEN"] = "封號/禁止登入",
|
||||
["OTHER_LOGIN"] = "帳號在其它裝置登入",
|
||||
["ACCOUNT_EXCHANGE_DESC"] = "帳號是沒有資訊的新號,無法切換。",
|
||||
["ALREADY_BINDED_DESC"] = "綁定失敗,該帳號已有其他綁定資訊",
|
||||
["BIND_ACCOUNT_FAILED"] = "帳號綁定失敗,請重試",
|
||||
["CHANGE_ACCOUNT_FAILED"] = "帳號切換失敗,請重試",
|
||||
["SUMMON_SKIP"] = "跳過",
|
||||
["CHANGE_ACCOUNT_FAILED_2"] = "當前賬號已是目標賬號,無需切換",
|
||||
["CHANGE_ACCOUNT_FAILED_2"] = "當前帳號已是目標帳號,無需切換",
|
||||
["MAIL_COUNTDOWN"] = "{0}小時到期",
|
||||
["SHOP_DESC_37"] = "寶箱獎勵",
|
||||
["SETTING_DESC_22"] = "Google Play Store連接異常,請稍後再試",
|
||||
["SETTING_DESC_22"] = "Google Play Store連線異常,請稍後再試",
|
||||
["SETTING_DESC_23"] = "當前有訂單正在處理中,請稍後再試",
|
||||
["SETTING_DESC_25"] = "支付取消",
|
||||
["BIND_TIPS_DESC"] = "爲了您的帳戶安全,請綁定賬號",
|
||||
["SETTING_DESC_25"] = "取消付款",
|
||||
["BIND_TIPS_DESC"] = "為了您的帳戶安全,請綁定帳號",
|
||||
["GET_SEVER_ERROR"] = "請求服務器失敗,請重試",
|
||||
["PAY_FAILED_DESC_1"] = "訂單異常,請聯繫客服處理",
|
||||
["CHAPTER_DESC_2"] = "神祕寶箱{0}/{1}",
|
||||
["DUNGEON_BTN"] = "活动关卡",
|
||||
["DUNGEON_GOLD_TITLE"] = "矿车拦截",
|
||||
["DUNGEON_GOLD_HELP"] = "40回合内击毁矿车,获得大量金币奖励!",
|
||||
["DUNGEON_GOLD_OPEN"] = "开启时间:周二、周四、周六、周日",
|
||||
["DUNGEON_OPEN"] = "开启时间:",
|
||||
["CHAPTER_DESC_2"] = "神秘寶箱 {0}/{1}",
|
||||
["DUNGEON_BTN"] = "活動關卡",
|
||||
["DUNGEON_GOLD_TITLE"] = "礦車攔截",
|
||||
["DUNGEON_GOLD_HELP"] = "40回合內擊毀礦車,獲得大量金幣獎勵!",
|
||||
["DUNGEON_GOLD_OPEN"] = "開啟時間:週二、週四、週六、週日",
|
||||
["DUNGEON_OPEN"] = "開啟時間:",
|
||||
["FIRST_PASS"] = "首通",
|
||||
["PASS_REQUIRE"] = "通关上一关卡解锁",
|
||||
["DUNGEON_STAGE"] = "关卡",
|
||||
["DUNGEON_SHARDS_TITLE"] = "深渊挑战",
|
||||
["DUNGEON_SHARDS_HELP"] = "检测实力的时候到了!英雄们的残影竟踏破虚空而来,是时候阻止他们了!注意!残影们实力强劲,部分角色的攻击会下降。",
|
||||
["DUNGEON_SHARDS_OPEN"] = "开启时间:周一、周三、周五、周日",
|
||||
["MAIN_CHAPTER"] = "主线章节",
|
||||
["SMASH"] = "扫荡",
|
||||
["PASS_REQUIRE"] = "通關上一關卡解鎖",
|
||||
["DUNGEON_STAGE"] = "關卡",
|
||||
["DUNGEON_SHARDS_TITLE"] = "深淵挑戰",
|
||||
["DUNGEON_SHARDS_HELP"] = "檢測實力的時候到了!英雄們的殘影竟踏破虛空而來,是時候阻止他們了!注意!殘影們實力強勁,部分角色的攻擊會下降。",
|
||||
["DUNGEON_SHARDS_OPEN"] = "開啟時間:週一、週三、週五、週日",
|
||||
["MAIN_CHAPTER"] = "主線章節",
|
||||
["SMASH"] = "掃蕩",
|
||||
["DUNGEON_DESC"] = "BOSS抗性:",
|
||||
["CDKEY_NAME"] = "兌換碼",
|
||||
["CDKEY_DESC_1"] = "請輸入兌換碼",
|
||||
@ -242,7 +242,7 @@ local localization_global =
|
||||
["AVATAR_HEAD_DESC"] = "頭像",
|
||||
["AVATAR_HEAD_FRAME_DESC"] = "頭像框",
|
||||
["ON_USING_DESC"] = "使用中",
|
||||
["RENAME_DESC"] = "修改名字",
|
||||
["RENAME_DESC"] = "修改暱稱",
|
||||
["ENTER_NAME_DESC"] = "請輸入您的暱稱",
|
||||
["FREE_THIS_TIME_DESC"] = "本次可免費修改暱稱",
|
||||
["CANNOT_RENAME_DESC_1"] = "請先輸入您的暱稱",
|
||||
@ -257,6 +257,7 @@ local localization_global =
|
||||
["NEW_PLAYER"] = "新玩家",
|
||||
["NOTICE_TITLE"] = "公告",
|
||||
["MAINTENANCE_NOTICE_DEFAULT"] = "服務器正在加緊鏈接中,目前元素較多,請稍後重試進入。",
|
||||
["CANNOT_RENAME_DESC_5"] = "與當前暱稱一致,無需更改",
|
||||
}
|
||||
|
||||
return localization_global
|
||||
@ -1,7 +1,7 @@
|
||||
local hero = {
|
||||
[12001]={
|
||||
["name"]="舞孃",
|
||||
["desc"]="扇子好看嗎,打人的時候更好看喲。"
|
||||
["desc"]="扇子好看嗎,打人的時候更好看唷。"
|
||||
},
|
||||
[13001]={
|
||||
["name"]="克勞德",
|
||||
@ -9,14 +9,15 @@ local hero = {
|
||||
},
|
||||
[13002]={
|
||||
["name"]="火旺",
|
||||
["desc"]="有誰不服,就是梆梆兩拳,打到服爲止,打不過另說。"
|
||||
["desc"]="有誰不服,就是咻咻兩拳,打到服為止,打不過再說。"
|
||||
},
|
||||
[14001]={
|
||||
["name"]="亞歷山大",
|
||||
["desc"]="沒人能抗住亞歷山大的鋼鐵重擊,如果扛住了,那就再來一擊。"
|
||||
["desc"]="沒人能扛住亞歷山大的鋼鐵重擊,如果扛住了,那就再來一擊。"
|
||||
},
|
||||
[14002]={
|
||||
|
||||
["name"]="潘達",
|
||||
["desc"]="潘達厲害的可不止爪子,還有鞭炮。"
|
||||
},
|
||||
[22001]={
|
||||
["name"]="刀妹",
|
||||
@ -32,18 +33,19 @@ local hero = {
|
||||
},
|
||||
[24001]={
|
||||
["name"]="巨劍魔童",
|
||||
["desc"]="我可能拿不起巨劍,但不妨礙我用它轟人。"
|
||||
["desc"]="我可能拿不起巨劍,但不影響我用它轟人。"
|
||||
},
|
||||
[24002]={
|
||||
|
||||
["name"]="索爾",
|
||||
["desc"]="想試試雷神之鎚的威力嗎。"
|
||||
},
|
||||
[32001]={
|
||||
["name"]="洋蔥頭",
|
||||
["desc"]="盾牌只是爲了掩飾下一次突刺。"
|
||||
["desc"]="盾牌只是為了掩飾下一次突刺。"
|
||||
},
|
||||
[33001]={
|
||||
["name"]="小鹿",
|
||||
["desc"]="溫柔又單純的森林子民,與生俱來的是治療的能力。"
|
||||
["desc"]="溫柔又單純的森林子民,擁有與生俱來的治療能力。"
|
||||
},
|
||||
[33002]={
|
||||
["name"]="森林之狼",
|
||||
@ -54,7 +56,8 @@ local hero = {
|
||||
["desc"]="這一箭下去你可能會死。"
|
||||
},
|
||||
[34002]={
|
||||
|
||||
["name"]="夢魔",
|
||||
["desc"]="來找點樂子吧!"
|
||||
},
|
||||
[42001]={
|
||||
["name"]="冰心",
|
||||
@ -73,11 +76,12 @@ local hero = {
|
||||
["desc"]="有人持劍起舞,寒冰妖姬用劍讓敵人起舞。"
|
||||
},
|
||||
[44002]={
|
||||
|
||||
["name"]="豔后",
|
||||
["desc"]="美麗也是一種武器。"
|
||||
},
|
||||
[52001]={
|
||||
["name"]="忍者倫",
|
||||
["desc"]="雖然帶的是手裏劍,但是最擅長的還是護盾術,忍者倫最大的願望還是世界和平。"
|
||||
["desc"]="雖然帶的是手裏劍,但是最擅長的還是護盾術,忍者倫最大的願望還是世界和平"
|
||||
},
|
||||
[53001]={
|
||||
["name"]="魔女琪琪",
|
||||
@ -85,14 +89,15 @@ local hero = {
|
||||
},
|
||||
[53002]={
|
||||
["name"]="靈魂獵手",
|
||||
["desc"]="這玩意兒可比用牙吸血好用多啦。"
|
||||
["desc"]="這玩意可比用牙吸血好用多啦。"
|
||||
},
|
||||
[54001]={
|
||||
["name"]="胡蝶",
|
||||
["desc"]="蝴蝶破繭而出,美麗又堅韌,堅韌的不止是內心,還有手裏同樣美麗的長刀。"
|
||||
["desc"]="蝴蝶破繭而出,美麗又堅韌,堅韌的不止是內心,還有手裡同樣美麗的長刀。"
|
||||
},
|
||||
[54002]={
|
||||
|
||||
["name"]="閃爍法師",
|
||||
["desc"]="邪惡在此終結。"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -6,8 +6,8 @@ local mail = {
|
||||
["name"]="國王的日常補給"
|
||||
},
|
||||
[3]={
|
||||
["name"]="支付異常補償通知",
|
||||
["desc"]="我們查詢到您有一份充值訂單異常,已經進行了訂單補發,請檢查您的資源數量,如有疑問可詢問我們,感謝您的支持。"
|
||||
["name"]="付款異常補償通知",
|
||||
["desc"]="我們查詢到您有一份儲值訂單異常,已經進行了訂單補發,請檢查您的物品數量,如有疑問可詢問我們,感謝您的支持。"
|
||||
}
|
||||
}
|
||||
local config = {
|
||||
|
||||
@ -9,7 +9,7 @@ local task_daily_challenge = {
|
||||
["desc"]="通關時,戰鬥中超過10連擊{0}次"
|
||||
},
|
||||
[4]={
|
||||
["desc"]="通關時,戰鬥中超過連接8消{0}次"
|
||||
["desc"]="通關時,戰鬥中連接8個或以上元素{0}次"
|
||||
},
|
||||
[5]={
|
||||
["desc"]="通關時{0}英雄釋放技能{1}次"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user