diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-05-27 00:40:37 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-05-27 00:40:37 +0800 |
| commit | d02c4819966c2ff0a8894c7e4853d385d3986141 (patch) | |
| tree | af14d1bd0d4f797455cc07ce0f327cf98ca05d22 /src/main | |
| parent | 5ba1e2fd5b50636a887c93d848994fded6e27d0f (diff) | |
| parent | d050f4d471c2d5c01c46bcb06e3ab5c2ac500529 (diff) | |
| download | RoughlyEnoughItems-d02c4819966c2ff0a8894c7e4853d385d3986141.tar.gz RoughlyEnoughItems-d02c4819966c2ff0a8894c7e4853d385d3986141.tar.bz2 RoughlyEnoughItems-d02c4819966c2ff0a8894c7e4853d385d3986141.zip | |
Merge remote-tracking branch 'shedaniel/l10n_4.x-unstable' into 4.x-unstable
Diffstat (limited to 'src/main')
3 files changed, 7 insertions, 7 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json index f9ac28aa5..ba67ee83b 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json @@ -111,10 +111,10 @@ "config.roughlyenoughitems.cheating": "チートモード:", "config.roughlyenoughitems.smooth_scrolling": "Smooth Scrolling Settings", "config.roughlyenoughitems.recipeKeybind": "Show Recipe:", - "config.roughlyenoughitems.hideKeybind": "Hide/Show REI:", + "config.roughlyenoughitems.hideKeybind": "REIを表示/非表示:", "config.roughlyenoughitems.usageKeybind": "Show Uses:", - "config.roughlyenoughitems.nextPageKeybind": "Next Page:", - "config.roughlyenoughitems.previousPageKeybind": "Previous Page:", + "config.roughlyenoughitems.nextPageKeybind": "次のページ:", + "config.roughlyenoughitems.previousPageKeybind": "前のページ:", "config.roughlyenoughitems.focusSearchFieldKeybind": "Focus Search Field:", "config.roughlyenoughitems.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:", "config.roughlyenoughitems.exportImageKeybind": "Export Recipe:", @@ -181,7 +181,7 @@ "config.roughlyenoughitems.list_ordering_button": "%s [%s]", "config.roughlyenoughitems.newFastEntryRendering": "Faster Entry Rendering:", "config.roughlyenoughitems.recipeScreenType": "レシピ画面のタイプ:", - "config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s", + "config.roughlyenoughitems.recipeScreenType.config": "レシピ画面タイプ: %s", "config.roughlyenoughitems.recipeScreenType.unset": "設定されていません", "config.roughlyenoughitems.recipeScreenType.original": "オリジナル", "config.roughlyenoughitems.recipeScreenType.villager": "村人の", @@ -200,7 +200,7 @@ "config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "スクロール", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "ページ", "text.rei.credit.text": "§lRoughly Enough Items (v%s)\n§7Originally a fork for Almost Enough Items.\n\n§lDevelopers\n Originally by ZenDarva\n Rewritten by Danielshe\n Old Plugin Support by TehNut\n\n§lLanguage Translation\n%s\n\n§lLicense\n§7Roughly Enough Items is licensed with MIT.", - "language.roughlyenoughitems.english": "English", + "language.roughlyenoughitems.english": "英語", "language.roughlyenoughitems.japanese": "日本語", "language.roughlyenoughitems.chinese_simplified": "Chinese Simplified", "language.roughlyenoughitems.chinese_traditional": "Chinese Traditional", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index 6357512c2..89b5f6d92 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -150,7 +150,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "右侧", "config.roughlyenoughitems.debugRenderTimeRequired": "条目列表调试模式:", "config.roughlyenoughitems.debugSearchTimeRequired": "搜索调试模式:", - "config.roughlyenoughitems.resizeDynamically": "Resize Dynamically:", + "config.roughlyenoughitems.resizeDynamically": "调整大小:", "config.roughlyenoughitems.searchFieldLocation": "搜索框的位置:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "左/右下角", "config.roughlyenoughitems.searchFieldLocation.top_side": "左/右上角", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index c38ffce95..e0fef95e6 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -150,7 +150,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "右邊", "config.roughlyenoughitems.debugRenderTimeRequired": "項目列表測試模式:", "config.roughlyenoughitems.debugSearchTimeRequired": "搜尋測試模式:", - "config.roughlyenoughitems.resizeDynamically": "Resize Dynamically:", + "config.roughlyenoughitems.resizeDynamically": "調整大小:", "config.roughlyenoughitems.searchFieldLocation": "搜索框的位置:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "左下 / 右下", "config.roughlyenoughitems.searchFieldLocation.top_side": "左上 / 右上", |
