Skip to content

Commit

Permalink
Merge pull request #884 from cqhtyi/patch-1
Browse files Browse the repository at this point in the history
Update translation.zh_CN.json
  • Loading branch information
NecronomiconCoding authored Jul 27, 2016
2 parents 61b853b + 02f2e82 commit 90a92d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions PoGo.NecroBot.CLI/Config/Translations/translation.zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,43 +30,43 @@
},
{
"Key": "eventFortUsed",
"Value": "获得经验值: {0}, 金币: {1}, 道具: {2}"
"Value": "获得经验值{0},金币:{1},道具:{2}"
},
{
"Key": "eventFortTargeted",
"Value": "发现 {0} (距离{1}米)"
"Value": "发现 {0} 距离{1}米"
},
{
"Key": "eventProfileLogin",
"Value": "登陆账号 {0}"
},
{
"Key": "eventUsedLuckyEgg",
"Value": "使用幸运蛋, 剩余数量: {0}"
"Value": "使用幸运蛋剩余数量{0}"
},
{
"Key": "eventPokemonEvolvedSuccess",
"Value": "成功进化 {0} 获得 {1} 经验值"
},
{
"Key": "eventPokemonEvolvedFailed",
"Value": "进化失败 {0}. 结果是 {1}, 停止进化 {2}"
"Value": " {0} 进化失败,原因是 {1},已取消进化 {2}"
},
{
"Key": "eventPokemonTransferred",
"Value": "{0}\t- CP:{1} 完美度:{2}% [最高 CP: {3} 完美度: {4}%] (共有{5}颗糖果)"
"Value": "{0}\t- CP值:{1} 完美度{2}% [已拥有 CP值:{3} 完美度{4}%] (还有{5}颗糖果"
},
{
"Key": "eventItemRecycled",
"Value": "{0}x {1}"
},
{
"Key": "eventPokemonCapture",
"Value": "({0}) | ({1}) {2} 等级:{3} CP: ({4}/{5}) 完美度: {6}%| 捕获几率: {7}%| 距离{8}米 | 剩余{10}个{9} | {11} "
"Value": "({0}) | ({1}) {2} 等级{3} CP值:({4}/{5}) 完美度{6}%| 捕获几率{7}%| 距离{8}米 | 剩余{10}个{9} | {11} "
},
{
"Key": "eventNoPokeballs",
"Value": "没有精灵球了 - 我们错过了一只 CP 为 {1} 的 {0} "
"Value": "没有精灵球了我们错过了一只 CP值为 {1} 的 {0} "
},
{
"Key": "catchStatusAttempt",
Expand All @@ -78,7 +78,7 @@
},
{
"Key": "candies",
"Value": "共有{0}颗糖果"
"Value": "还有{0}颗糖果"
}
]
}

0 comments on commit 90a92d2

Please sign in to comment.