-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to make comparisons easier
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
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,17 +1,17 @@ | ||
{ | ||
"text.graves.grave_of": "Grave of %s", | ||
"text.graves.items_xp": "Items: %s XP: %s", | ||
"text.graves.protected_time": "Protected for %s", | ||
"text.graves.break_time": "Breaks in %s", | ||
"text.graves.not_protected": "Not protected!", | ||
"text.graves.players_grave": "%s's grave", | ||
"text.graves.gui_title": "Your graves", | ||
"text.graves.no_longer_protected": "Your grave at %s (%s) containing %s item(s) is no longer protected!", | ||
"text.graves.expired": "Your grave at %s (%s) containing %s item(s) expired!", | ||
"text.graves.somebody_broke": "Your grave at %s (%s) containing %s item(s) has been broken!", | ||
"text.graves.created_at": "Created grave at %s (%s)", | ||
"text.graves.creation_failed": "Couldn't create grave! Your items were dropped at %s (%s)", | ||
"text.graves.creation_failed_pvp": "Grave wasn't created, because player killed you! Your items were dropped at %s (%s)", | ||
"text.graves.creation_failed_claim": "Grave wasn't created, because you were in a claim! Your items were dropped at %s (%s)" | ||
|
||
"text.graves.grave_of": "%s之墓", | ||
"text.graves.items_xp": "物品:%s 经验:%s", | ||
"text.graves.protected_time": "将在%s后启封", | ||
"text.graves.break_time": "将在%s后自动洒落", | ||
"text.graves.not_protected": "已启封!", | ||
"text.graves.players_grave": "%s的坟墓", | ||
"text.graves.gui_title": "你的坟墓", | ||
"text.graves.no_longer_protected": "你在%s(%s)的坟墓(含有%s个物品)已启封!任何人都可以开启!", | ||
"text.graves.expired": "你在%s(%s)的坟墓(含有%s个物品)已洒落!", | ||
"text.graves.somebody_broke": "你在%s(%s)的坟墓(含有%s个物品)已被拆毁!", | ||
"text.graves.created_at": "坟墓已生成:%s(%s)", | ||
"text.graves.creation_failed": "坟墓生成失败!你的物品洒在了%s(%s)", | ||
"text.graves.creation_failed_pvp": "玩家击杀不生成坟墓!你的物品洒在了%s(%s)", | ||
"text.graves.creation_failed_claim": "领地内不生成坟墓!你的物品洒在了%s(%s)" | ||
} |