forked from iguanaman/HungerOverhaul
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplified Chinese localization.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
potion.wellfedPotion=饱食 | ||
potion.newSlowdownPotionHO=缓慢 | ||
|
||
# tooltip strings | ||
hungeroverhaul.crop.grows.best.in=适宜种植环境: | ||
|
||
# these should all be in lowercase | ||
hungeroverhaul.hearty=丰盛的 %s | ||
hungeroverhaul.wholesome=健康的 %s | ||
hungeroverhaul.nourishing=营养的 %s | ||
hungeroverhaul.unfulfilling=乏味的 %s | ||
hungeroverhaul.morsel=食物碎屑 | ||
hungeroverhaul.snack=零嘴点心 | ||
hungeroverhaul.lightmeal=便餐 | ||
hungeroverhaul.meal=美味佳肴 | ||
hungeroverhaul.largemeal=大餐 | ||
hungeroverhaul.feast=饕餮盛宴 | ||
|
||
# if necessary, special cases for the meal descriptors can be handled by | ||
# defining combined strings like so (remove the #) | ||
#hungeroverhaul.hearty.largemeal=丰盛的大餐 |