From bd2c430cf2408840e72a963fdc5f9a131059f8cc Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 12 Dec 2019 22:15:01 +0800 Subject: New translations en_us.json (zh_cn) --- src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index cc86b8d7a..c5f3b3f9a 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -147,6 +147,10 @@ "config.roughlyenoughitems.itemCheatingMode.rei_like": "标准", "config.roughlyenoughitems.itemCheatingMode.jei_like": "反转", "config.roughlyenoughitems.appendModNames": "附加模组名称:", + "config.roughlyenoughitems.displayFavoritesOnTheLeft": "Favorites Position:", + "config.roughlyenoughitems.displayFavoritesOnTheLeft.boolean.true": "Opposite Side", + "config.roughlyenoughitems.displayFavoritesOnTheLeft.boolean.false": "Top of list", + "config.roughlyenoughitems.displayFavoritesTooltip": "Display Favorites Tooltips:", "config.roughlyenoughitems.snapToRows": "Entry List Snap To Rows:", "config.roughlyenoughitems.toastDisplayedOnCopyIdentifier": "复制ID讯息:", "config.roughlyenoughitems.scrollingEntryListWidget": "条目列表操作:", -- cgit