diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-05-19 18:27:24 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-05-19 18:27:24 +0800 |
| commit | 1337b0214b5917ea7eab028b5d3dcbe02a7bfa1a (patch) | |
| tree | 30511762841e3c9a2e8d78e5176e50ec167df4b1 /src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json | |
| parent | a42330e3eda48ea8e0a885d00da8c689d697b431 (diff) | |
| parent | 35a351df7d837cde438059da6b0cc9d883029da7 (diff) | |
| download | RoughlyEnoughItems-1337b0214b5917ea7eab028b5d3dcbe02a7bfa1a.tar.gz RoughlyEnoughItems-1337b0214b5917ea7eab028b5d3dcbe02a7bfa1a.tar.bz2 RoughlyEnoughItems-1337b0214b5917ea7eab028b5d3dcbe02a7bfa1a.zip | |
Merge remote-tracking branch 'shedaniel/l10n_4.x-unstable' into 4.x-unstable
Diffstat (limited to 'src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json')
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json index d5fdb5e0c..f9ac28aa5 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json @@ -95,6 +95,8 @@ "tooltip.rei.fluid_amount": "§7%d Unit", "msg.rei.copied_recipe_id": "Copied Recipe Identifier", "msg.rei.recipe_id_details": "Recipe ID: %s", + "msg.rei.exported_recipe": "Exported Recipe", + "msg.rei.exported_recipe.desc": "Check the 'rei_exports' folder.", "subsets.rei.roughlyenoughitems.all_entries": "All Entries", "subsets.rei.roughlyenoughitems.item_groups": "Creative Tabs", "_comment": "Tooltipsの設定", @@ -115,6 +117,7 @@ "config.roughlyenoughitems.previousPageKeybind": "Previous Page:", "config.roughlyenoughitems.focusSearchFieldKeybind": "Focus Search Field:", "config.roughlyenoughitems.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:", + "config.roughlyenoughitems.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.favoriteKeybind": "Favorite Entry:", "config.roughlyenoughitems.favoritesEnabled": "Favorites Enabled:", "config.roughlyenoughitems.clickableRecipeArrows": "クリック可能なレシピの矢印:", @@ -141,12 +144,13 @@ "config.roughlyenoughitems.recipeBorder.lighter": "Lighter", "config.roughlyenoughitems.recipeBorder.default": "Default", "config.roughlyenoughitems.recipeBorder.none": "None", - "config.roughlyenoughitems.maxRecipePerPage": "ページあたりのレシピの最大数:", + "config.roughlyenoughitems.maxRecipesPerPage": "ページあたりのレシピの最大数:", "config.roughlyenoughitems.mirrorItemPanel": "アイテムリストの位置:", "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "左側", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "右側", "config.roughlyenoughitems.debugRenderTimeRequired": "Entry List Debug Mode:", "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", + "config.roughlyenoughitems.resizeDynamically": "Resize Dynamically:", "config.roughlyenoughitems.searchFieldLocation": "検索欄の位置:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "左下 / 右下", "config.roughlyenoughitems.searchFieldLocation.top_side": "左上 / 右上", |
