diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-07-01 14:25:53 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-07-01 14:25:53 +0800 |
| commit | f385c624194523803f167ee61ec708b4deb4cc1e (patch) | |
| tree | 45b5a940756a707852833de0afaed9b4040e308a /src/main | |
| parent | 3e908d91fe28656075bcd61866c339f5f1e0a9a7 (diff) | |
| download | RoughlyEnoughItems-f385c624194523803f167ee61ec708b4deb4cc1e.tar.gz RoughlyEnoughItems-f385c624194523803f167ee61ec708b4deb4cc1e.tar.bz2 RoughlyEnoughItems-f385c624194523803f167ee61ec708b4deb4cc1e.zip | |
New translations en_us.json (zh_cn)
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index b0445b723..b06da5b7e 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§c已启用作弊", "text.rei.cheating_limited_enabled": "§b已启用作弊(通过命令行)", "text.rei.cheating_enabled_no_perms": "§7作弊§c已启用§7(无权限)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "通过作弊给予物品需要OP权限", "text.rei.search.field.suggestion": "搜索...", "category.rei.crafting": "合成", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "复制配方ID:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "导出配方:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "收藏物品:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "配方屏幕类型:", "config.roughlyenoughitems.recipeScreenType.config": "配方屏幕类型:%s", "config.roughlyenoughitems.recipeScreenType.unset": "未设定", |
