-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from qsefthuopq/patch-2
Update zh_cn.json
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
{ | ||
"identity.unlock_entity": "已解锁%s种化身", | ||
"identity.revoke_entity": "你的对%s化身的记忆已化为尘埃..." | ||
"identity.revoke_entity": "你的对%s化身的记忆已化为尘埃...", | ||
"identity.grant_success": "成功将化身%s给予%s。", | ||
"identity.revoke_success": "成功删除%s化身(%s身上的化身)。", | ||
"identity.already_has": "%s已经拥有%s化身!", | ||
"identity.does_not_have": "%s没有%s化身!", | ||
"identity.equip_success": "将%s的化身设置为%s。", | ||
"identity.unequip_success": "已删除%s化身。", | ||
"identity.test_positive": "%s化身为%s。", | ||
"identity.test_failed": "%s没有化身为%s", | ||
"identity.menu_hint": "杀死任何生物以获得化身..." | ||
} |